
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #dh_style_01_1500340658540{width:70.58333333333333%;z-index:999;position:absolute;top:36px;left:29.415512084960938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1500340658540{z-index:999;left:30.85296663290383%;top:21px;width:652px;}}   @media screen and (max-width:640px) {#dh_style_01_1500340658540{width:12.054794520547945%;z-index:999;top:8.000001907348633px;left:87.80924797058105%;}} #dh_style_01_1500340658540 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1500340658540 #hot>a {color:#f37420;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1500340658540{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1500340658540{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1500340658540{
		
	}
}

 #image_logo_1525493326299{width:21.5%;height:104px;position:absolute;top:0px;left:4.245948791503906%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1525493326299{height:86px;width:216px;}}   @media screen and (max-width:640px) {#image_logo_1525493326299{width:211px;height:80px;top:0px;left:2.186415046453476%;}}  #comm_layout_header{height:104px;z-index:9998;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:86px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90.98958396911621px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:transparent;}


 #banner_style_01_1500340675079{width:100%;height:481px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1500340675079{height:360px;}}   @media screen and (max-width:640px) {#banner_style_01_1500340675079{width:100%;height:178px;top:0px;left:0%;}} 

 #text_style_01_1523358220631{width:15.789473684210526%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:125.00001525878906px;left:17.156455605361288%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523358220631{width:224px;left:21.372063177678335%;top:104.00695037841797px;}}   @media screen and (max-width:640px) {#text_style_01_1523358220631{width:96%;top:348px;left:2%;display:none;}}  #text_style_01_1523358220631>.view_contents {box-sizing:border-box;font-size:38px;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523358220631>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523358220631>.view_contents {box-sizing:border-box;}}

 #text_style_01_1523358359712{width:25.744843391902215%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:67.98611450195312px;left:12.17427102866822%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523358359712{width:349px;left:14.73019282698758%;top:48.986122131347656px;}}   @media screen and (max-width:640px) {#text_style_01_1523358359712{width:94.87847208976746%;top:153.98958587646484px;left:2.560763955116272%;display:none;}}  #text_style_01_1523358359712>.view_contents {box-sizing:border-box;color:#ffffff;font-size:40px;font-family:KaiTi_GB2312;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523358359712>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523358359712>.view_contents {box-sizing:border-box;}}

 #text_style_01_1523359023369{width:2.2154316271963332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:136px;left:12.106092436974789%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523359023369{left:10.937684856743159%;top:84.98958587646484px;}}   @media screen and (max-width:640px) {#text_style_01_1523359023369{width:96%;top:302px;left:2%;display:none;}}  #text_style_01_1523359023369>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523359023369>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523359023369>.view_contents {box-sizing:border-box;}}

 #image_style_01_1523360340156{width:12.146676852559207%;height:154px;position:absolute;top:274.99305725097656px;left:16.77818875529251%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523360340156{left:23.605576939841256%;top:232.98612213134766px;height:97px;width:102px;}}   @media screen and (max-width:640px) {#image_style_01_1523360340156{width:164px;height:154px;top:494px;left:24.375%;display:none;}} #image_style_01_1523360340156 > .view_contents{overflow:visible;}  #layout_diy_1500340552{height:481px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1500340552{height:360px;}}   @media screen and (max-width:640px) {#layout_diy_1500340552{height:178px;}} 


 #text_style_02_1500342957959{width:47.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:78.49305725097656px;left:50.74768575032552%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500342957959{width:479px;left:49.09670563230606%;top:17.88194501399994px;}}   @media screen and (max-width:640px) {#text_style_02_1500342957959{width:97%;top:22.2257080078125px;left:1.5%;}}  #text_style_02_1500342957959>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500342957959>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500342957959>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #image_style_01_1500341180191{width:482px;height:292px;position:absolute;top:95.95486259460449px;left:8.912326494852701%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500341180191{top:58.392356872558594px;left:7.605311265027232%;width:378px;height:211px;}}   @media screen and (max-width:640px) {#image_style_01_1500341180191{width:54.794520547945204%;height:200px;top:270.80963134765625px;left:13.912230039897718%;display:none;}} #image_style_01_1500341180191 > .view_contents{overflow:visible;} 

 #text_style_02_1523361566468{width:45.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:303.48960971832275px;left:50.74653116861979%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1523361566468{width:479px;left:47.88124335812965%;top:223.39931905269628px;}}   @media screen and (max-width:640px) {#text_style_02_1523361566468{width:97%;top:286.7396011352539px;left:1.5%;display:block;}}  #text_style_02_1523361566468>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1523361566468>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1523361566468>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #text_style_02_1523361648666{width:96.58333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:441.5000152587892px;left:0.7063077290852865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1523361648666{width:839px;left:7.6049415515409144%;top:360.3993190526963px;}}   @media screen and (max-width:640px) {#text_style_02_1523361648666{width:97%;top:436.17015075683594px;left:1.5%;}}  #text_style_02_1523361648666>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1523361648666>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1523361648666>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;text-indent:2em;}}

 #image_style_01_1525314265824{width:7.666666666666666%;height:314px;position:absolute;top:95.96875px;left:1.2462387084960938%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525314265824{left:0.2889214616019465%;top:17.892356872558594px;}}   @media screen and (max-width:640px) {#image_style_01_1525314265824{width:103px;height:314px;top:415.79864501953125px;left:10.152995586395264%;display:none;}} #image_style_01_1525314265824 > .view_contents{overflow:visible;}  #layout_1500340801070{height:691.5000152587892px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500340801070{height:539.88889px;}}   @media screen and (max-width:640px) {#layout_1500340801070{height:764.88889px;}} #layout_1500340801070 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1500343220280{width:79.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:74px;left:8.08203125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500343220280{width:811px;left:4.840079782873107%;top:50px;}}   @media screen and (max-width:640px) {#text_style_02_1500343220280{width:100%;top:20px;left:0%;}}  #text_style_02_1500343220280>.view_contents {box-sizing:border-box;font-size:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500343220280>.view_contents {box-sizing:border-box;font-size:24px;line-height:32px;}} @media screen and (max-width:640px) { #text_style_02_1500343220280>.view_contents {box-sizing:border-box;font-size:18px;line-height:36px;}}

 #text_style_02_1500343332695{width:92.16666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:138.49147033691406px;left:1.874999682108561%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500343332695{left:1.8202861402400585%;top:102.42327880859375px;}}   @media screen and (max-width:640px) {#text_style_02_1500343332695{width:97%;top:97.87500381469727px;left:1.5%;}}  #text_style_02_1500343332695>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500343332695>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1500343332695>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}

 #image_style_03_1500346023452{width:20.916666666666668%;height:311px;position:absolute;top:198.44098663330078px;left:0.6657981872558594%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500346023452{left:1%;height:140px;top:148.4658966064453px;}}   @media screen and (max-width:640px) {#image_style_03_1500346023452{width:48%;height:142px;top:193.32987213134766px;left:0%;}} #image_style_03_1500346023452 > .view_contents{overflow:visible;}  #image_style_03_1500346023452 .tipsText {font-size:16px;} #image_style_03_1500346023452 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);} #image_style_03_1500346023452 .imgSet {background:#ffffff;} #image_style_03_1500346023452  {background:#ffffff;}

 #image_style_03_1500347302908{width:21.166666666666668%;height:310px;position:absolute;top:198.43750762939453px;left:25.749422709147137%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347302908{height:140px;left:24.921774788186603%;top:148.45487213134766px;}}   @media screen and (max-width:640px) {#image_style_03_1500347302908{width:48%;height:142px;top:193.6366195678711px;left:51.87500000000001%;}} #image_style_03_1500347302908 > .view_contents{overflow:visible;}  #image_style_03_1500347302908 .tipsText {font-size:16px;} #image_style_03_1500347302908 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347338755{width:21.25%;height:315px;position:absolute;top:198.43750762939453px;left:51.587677001953125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347338755{height:140px;left:50.58190308265807%;top:148.45487213134766px;}}   @media screen and (max-width:640px) {#image_style_03_1500347338755{width:48%;height:142px;top:350.3680725097656px;left:0%;}} #image_style_03_1500347338755 > .view_contents{overflow:visible;}  #image_style_03_1500347338755 .tipsText {font-size:16px;} #image_style_03_1500347338755 .imgStyle_3:hover .tipsText {color:#ffffff;background:rgba(243,116,32,0.9);}

 #image_style_03_1500347382523{width:21.25%;height:315px;position:absolute;top:198.43750762939453px;left:77.12211100260417%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347382523{height:140px;left:76.21583198766272%;top:154.42709350585938px;}}   @media screen and (max-width:640px) {#image_style_03_1500347382523{width:48%;height:142px;top:350.3646011352539px;left:51.87500000000001%;}} #image_style_03_1500347382523 > .view_contents{overflow:visible;}  #image_style_03_1500347382523 .tipsText {font-size:16px;} #image_style_03_1500347382523 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347431229{width:21.583333333333332%;height:318px;position:absolute;top:561.3889312744141px;left:25.749422709147137%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347431229{height:140px;left:24.920304041993223%;top:365.39933013916016px;}}   @media screen and (max-width:640px) {#image_style_03_1500347431229{width:48%;height:142px;top:511.22918701171875px;left:0%;}} #image_style_03_1500347431229 > .view_contents{overflow:visible;}  #image_style_03_1500347431229 .tipsText {font-size:16px;} #image_style_03_1500347431229 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1500347505323{width:21.583333333333332%;height:323px;position:absolute;top:561.4028091430664px;left:0.665509541829427%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347505323{height:140px;left:0.4686208637817253%;top:365.40279388427734px;}}   @media screen and (max-width:640px) {#image_style_03_1500347505323{width:48%;height:142px;top:511.2152862548828px;left:51.87500000000001%;}} #image_style_03_1500347505323 > .view_contents{overflow:visible;}  #image_style_03_1500347505323 .tipsText {font-size:16px;} #image_style_03_1500347505323 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);}

 #image_style_03_1525494229740{width:46%;height:310px;position:absolute;top:563.8889007568357px;left:51.58709716796876%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1525494229740{height:140px;left:24.920304041993223%;top:365.39933013916016px;}}   @media screen and (max-width:640px) {#image_style_03_1525494229740{width:48%;height:142px;top:511.22918701171875px;left:0%;}} #image_style_03_1525494229740 > .view_contents{overflow:visible;}  #image_style_03_1525494229740 .tipsText {font-size:16px;} #image_style_03_1525494229740 .imgStyle_3:hover .tipsText {background:rgba(243,116,32,0.9);} #layout_1500341183047{height:918.88889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500341183047{height:548.88889px;}}   @media screen and (max-width:640px) {#layout_1500341183047{height:679.88889px;}} #layout_1500341183047 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500341183047  {background:#d4d2d5;}


 #image_style_01_1525246032369{width:99.75%;height:166px;position:absolute;top:10.451385498046875px;left:0.10648091634114583%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525246032369{}}   @media screen and (max-width:640px) {#image_style_01_1525246032369{width:99.80902791023254%;height:59px;top:0px;left:0%;}} #image_style_01_1525246032369 > .view_contents{overflow:visible;} 

 #image_style_01_1525246590053{width:9.166666666666666%;height:382px;position:absolute;top:233.2222442626953px;left:0.4149309794108073%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525246590053{width:97px;left:0.10516295144205771%;top:219.2118148803711px;height:300px;}}   @media screen and (max-width:640px) {#image_style_01_1525246590053{width:124px;height:382px;top:383px;left:30.625000000000004%;display:none;}} #image_style_01_1525246590053 > .view_contents{overflow:visible;} 

 #text_style_01_1525247268635{width:18.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:233.21180725097656px;left:9.83044179280599%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525247268635{width:228px;}}   @media screen and (max-width:640px) {#text_style_01_1525247268635{width:96%;top:48px;left:2%;display:none;}}  #text_style_01_1525247268635>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525247268635>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525247268635>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525247395079{width:17.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:233.21180725097656px;left:28.330729166666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525247395079{width:239px;left:34.05951196911738%;top:233.21181106567383px;}}   @media screen and (max-width:640px) {#text_style_01_1525247395079{width:96%;top:115px;left:2%;display:none;}}  #text_style_01_1525247395079>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525247395079>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525247395079>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248206403{width:13.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:233.21180725097656px;left:47.913777669270836%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248206403{width:184px;left:59.1897670571533%;top:233.21181106567383px;}}   @media screen and (max-width:640px) {#text_style_01_1525248206403{width:96%;top:182px;left:2%;display:none;}}  #text_style_01_1525248206403>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248206403>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248206403>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248283730{width:15.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:233.21180725097656px;left:63.5804443359375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248283730{width:180px;left:77.19772614530753%;top:233.21181106567383px;}}   @media screen and (max-width:640px) {#text_style_01_1525248283730{width:96%;top:249px;left:2%;display:none;}}  #text_style_01_1525248283730>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248283730>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248283730>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248347668{width:15.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:233.21180725097656px;left:81.91609191894531%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248347668{width:170.079833984375px;left:77.73755972494354%;top:308.0902862548828px;}}   @media screen and (max-width:640px) {#text_style_01_1525248347668{width:96%;top:316px;left:2%;display:none;}}  #text_style_01_1525248347668>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248347668>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248347668>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248499243{width:15.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:302.10765075683594px;left:9.829283396402994%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248499243{width:170px;}}   @media screen and (max-width:640px) {#text_style_01_1525248499243{width:96%;top:1042px;left:2%;display:none;}}  #text_style_01_1525248499243>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248499243>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248499243>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248631680{width:15.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:302.1007080078125px;left:28.329283396402992%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248631680{width:177px;left:34.05951196911738%;top:308.1007080078125px;}}   @media screen and (max-width:640px) {#text_style_01_1525248631680{width:96%;top:841px;left:2%;display:none;}}  #text_style_01_1525248631680>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248631680>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248631680>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248671126{width:15.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:302.1007080078125px;left:46.74711100260417%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248671126{left:57.81416046758767%;top:308.0902862548828px;width:197px;}}   @media screen and (max-width:640px) {#text_style_01_1525248671126{width:96%;top:908px;left:2%;display:none;}}  #text_style_01_1525248671126>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248671126>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248671126>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248719739{width:15.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:302.1007080078125px;left:63.57928466796875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248719739{left:62.76199065156748%;top:375.20834732055664px;width:232px;}}   @media screen and (max-width:640px) {#text_style_01_1525248719739{width:96%;top:975px;left:2%;display:none;}}  #text_style_01_1525248719739>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248719739>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248719739>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248769109{width:15.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:302.1007080078125px;left:81.91551208496094%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248769109{left:82.85401817589333%;top:375.2083435058594px;}}   @media screen and (max-width:640px) {#text_style_01_1525248769109{width:96%;top:774px;left:2%;display:none;}}  #text_style_01_1525248769109>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248769109>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248769109>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248848603{width:15.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:365.10072326660156px;left:9.829283396402994%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248848603{width:186px;}}   @media screen and (max-width:640px) {#text_style_01_1525248848603{width:96%;top:1264px;left:2%;display:none;}}  #text_style_01_1525248848603>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248848603>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248848603>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525248900208{width:20.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:365.0868225097656px;left:28.329283396402992%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525248900208{width:260px;left:33.120056217205764%;top:375.2083435058594px;}}   @media screen and (max-width:640px) {#text_style_01_1525248900208{width:96%;top:1197px;left:2%;display:none;}}  #text_style_01_1525248900208>.view_contents {box-sizing:border-box;color:#0000ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525248900208>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525248900208>.view_contents {box-sizing:border-box;}}

 #image_style_01_1525249072649{width:26.583333333333332%;height:91px;position:absolute;top:359.1007080078125px;left:53.247395833333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525249072649{width:273px;left:67.8622036000494%;top:447.1944580078125px;}}   @media screen and (max-width:640px) {#image_style_01_1525249072649{width:96%;height:78px;top:1109px;left:2%;display:none;}} #image_style_01_1525249072649 > .view_contents{overflow:visible;} 

 #productList_style_01_1525249228253{width:89.58333333333334%;position:absolute;top:474.54864501953125px;left:8.24595006306966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1525249228253{left:calc(50% - 421px);top:551.5382080078127px;}}   @media screen and (max-width:640px) {#productList_style_01_1525249228253{width:98.00347208976746%;top:70.69098663330078px;left:2%;}} #productList_style_01_1525249228253 > .view_contents{overflow:visible;}  #layout_1500347802506{height:1092px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500347802506{height:1328.5382080078127px;}}   @media screen and (max-width:640px) {#layout_1500347802506{height:814.6909866333008px;}} #layout_1500347802506 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500347802506  {background-attachment:fixed;background-repeat:no-repeat;background-size:cover;}


 #text_style_02_1500350257566{width:84.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:131.48611450195312px;left:1.7907981872558594%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500350257566{left:1.8193266171792153%;top:104.421875px;}}   @media screen and (max-width:640px) {#text_style_02_1500350257566{width:97%;top:75.86806201934814px;left:1.5%;}}  #text_style_02_1500350257566>.view_contents {box-sizing:border-box;font-size:16px;line-height:32px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500350257566>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1500350257566>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}

 #newsList_style_02_1500350358345{width:83.08333333333333%;position:absolute;top:184.5486307144165px;left:6.439815521240234%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1500350358345{width:98%;left:1.007423117709438%;top:161.578125px;}}   @media screen and (max-width:640px) {#newsList_style_02_1500350358345{width:98.50260406732559%;top:156.44444274902344px;left:1.5%;}}  #newsList_style_02_1500350358345 .titleSet {padding-top:6px;padding-bottom:6px;font-size:18px;} #newsList_style_02_1500350358345 .detailSet {padding-top:0px;padding-bottom:0px;font-size:14px;padding-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1500350358345 .titleSet {font-size:16px;padding-top:4px;padding-bottom:4px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1500350358345 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_02_1500350358345 .titleSet {font-size:14px;border-bottom-width:0px;border-bottom-style:none;padding-top:0px;padding-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_02_1500350358345 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_02_1500350358345 .modSet {padding-bottom:8px;}}
/*----------------------电脑板式样式----------------------*/


/*----------------------电脑板式样式----------------------*/
@media screen and (min-width:1201px) {
	#newsList_style_02_1500350358345{
		
	}
#newsList_style_02_1500350358345 .sumary_list {
	width:50%;float:left;
}
#newsList_style_02_1500350358345 .newPic {width:180px;}
#newsList_style_02_1500350358345 .newCont{width: calc(100% - 180px);padding-right:1em;}
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1500350358345{
		
	}
#newsList_style_02_1500350358345 .sumary_list {
	width:50%;float:left;
}
#newsList_style_02_1500350358345 .newName{margin:0;}
#newsList_style_02_1500350358345 .newPic {width:160px;}
#newsList_style_02_1500350358345 .newCont{width: calc(100% - 160px);padding-right:1em;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_02_1500350358345{
		
	}
#newsList_style_02_1500350358345 .newName{margin:0;}
}

 #image_style_01_1525314079033{width:28.000000000000004%;height:80px;position:absolute;top:31.78472900390625px;left:33.73032633463542%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525314079033{height:63px;width:268px;}}   @media screen and (max-width:640px) {#image_style_01_1525314079033{width:96%;height:65px;top:0px;left:2%;}} #image_style_01_1525314079033 > .view_contents{overflow:visible;} 

 #image_style_01_1525315148259{width:14.499999999999998%;height:559px;position:absolute;top:59.333335876464844px;left:81.37210591634114%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525315148259{height:376px;left:87.63505568793171%;top:96.98612213134766px;width:113px;}}   @media screen and (max-width:640px) {#image_style_01_1525315148259{width:196px;height:559px;top:76px;left:19.375%;display:none;}} #image_style_01_1525315148259 > .view_contents{overflow:visible;}  #layout_1500350168401{height:795.5486307144165px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500350168401{height:560.88889px;}}   @media screen and (max-width:640px) {#layout_1500350168401{height:877.4444427490234px;}} #layout_1500350168401 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1500371600361{width:40.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.52083206176758px;left:43.996821085611984%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600361{width:417px;top:74.95833587646484px;left:54.02921471833666%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600361{width:79.55271565495208%;top:136.8576431274414px;left:20.447284345047922%;}}  #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600361>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600361>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1500371600378{width:6.25%;height:31px;position:absolute;top:24.531253814697266px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600378{left:1.739877113292636%;width:6.077348066298343%;top:18.96875px;}}   @media screen and (max-width:640px) {#image_style_01_1500371600378{width:51px;height:36px;top:32.96527862548828px;left:0%;}} #image_style_01_1500371600378 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600382{width:87.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24.54861068725586px;left:7.688657124837239%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600382{left:8.601093809413289%;top:18.958335876464844px;width:825px;}}   @media screen and (max-width:640px) {#text_style_02_1500371600382{width:72.93729372937293%;top:21.40625px;left:24.037402061739378%;}}  #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600382>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600382>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #image_style_01_1500371600387{width:6.25%;height:31px;position:absolute;top:70.53473281860352px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600387{top:74.95833587646484px;left:2.31268121466978%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600387{width:17.26027397260274%;height:25px;top:103.48958587646484px;left:0%;}} #image_style_01_1500371600387 > .view_contents{overflow:visible;} 

 #image_style_01_1500371600397{width:6.25%;height:37px;position:absolute;top:70.52083206176758px;left:38.91435241699219%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600397{top:69.94792175292969px;left:48.75422155003744%;}}   @media screen and (max-width:640px) {#image_style_01_1500371600397{width:13.698630136986301%;height:38px;top:136.8680648803711px;left:0.8819222640686523%;}} #image_style_01_1500371600397 > .view_contents{overflow:visible;} 

 #text_style_02_1500371600402{width:29.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.52083206176758px;left:6.729456583658854%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600402{width:430px;top:74.95833587646484px;left:8.042229902718434%;}}   @media screen and (max-width:640px) {#text_style_02_1500371600402{width:79.47882736156352%;top:103.48958587646484px;left:20.766773162939298%;}}  #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:21px;font-family:Microsoft YaHei;color:#5656ff;text-align:left;font-weight:bold;line-height:30px;letter-spacing:1px;padding-left:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600402>.view_contents {box-sizing:border-box;line-height:28px;}} @media screen and (max-width:640px) { #text_style_02_1500371600402>.view_contents {box-sizing:border-box;font-size:14px;line-height:25px;letter-spacing:1px;}}

 #text_style_02_1500371600410{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:348px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500371600410{width:100%;top:348px;left:0%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1500371600410{width:100%;top:202.9930648803711px;left:0%;display:none;}}  #text_style_02_1500371600410>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#b6b6b6;line-height:14px;height:34px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500371600410>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500371600410>.view_contents {box-sizing:border-box;line-height:25px;height:90px;color:#ffffff;}}

 #image_style_01_1525319314899{width:13.083333333333332%;height:161px;position:absolute;left:16.116030375162758%;top:123.50348281860352px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525319314899{height:142px;width:158px;top:116.45138549804688px;left:17.277130387610313%;}}   @media screen and (max-width:640px) {#image_style_01_1525319314899{width:132px;height:124px;top:206.9722261428833px;left:4.15335463258786%;}} #image_style_01_1525319314899 > .view_contents{overflow:visible;} 

 #text_style_01_1525321229381{width:21.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.56278991699219%;top:162.50000381469727px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321229381{left:37.47665245982933%;width:28.308026030368765%;top:158.94097900390625px;}}   @media screen and (max-width:640px) {#text_style_01_1525321229381{width:91.69329073482429%;top:345.5416946411133px;left:5.1495385055724805%;}}  #text_style_01_1525321229381>.view_contents {box-sizing:border-box;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321229381>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321229381>.view_contents {box-sizing:border-box;}}

 #image_style_01_1525321268789{width:13.333333333333334%;height:167px;position:absolute;left:58.64149475097656%;top:123.48958206176758px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525321268789{left:69.44482507519506%;width:14.533622559652928%;height:137px;top:116.44097900390625px;}}   @media screen and (max-width:640px) {#image_style_01_1525321268789{width:129px;height:126px;top:206.96182250976562px;left:55.6221173403743%;}} #image_style_01_1525321268789 > .view_contents{overflow:visible;} 

 #text_style_01_1525321401788{width:97.41666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.23032379150390625%;top:335.2847328186035px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321401788{top:313.3403024673462px;left:1.2570800077889333%;}}   @media screen and (max-width:640px) {#text_style_01_1525321401788{width:96%;top:329px;left:2%;display:none;}}  #text_style_01_1525321401788>.view_contents {box-sizing:border-box;font-size:16px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321401788>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321401788>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525319215047{width:71.08333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.188657124837238%;top:296.29516983032227px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525319215047{top:274.3403015136719px;left:3.91434681906876%;width:849px;}}   @media screen and (max-width:640px) {#text_style_01_1525319215047{width:96.9326853561706%;top:412.98614501953125px;left:3.0728611892785507%;display:none;}}  #text_style_01_1525319215047>.view_contents {box-sizing:border-box;font-size:22px;color:#5656ff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525319215047>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525319215047>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525321498021{width:64.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0.9377899169921875%;top:374.2500343322754px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525321498021{left:0%;width:100%;top:369.3333444595337px;}}   @media screen and (max-width:640px) {#text_style_01_1525321498021{width:96%;top:203.99306964874268px;left:3.0728611892785507%;display:none;}}  #text_style_01_1525321498021>.view_contents {box-sizing:border-box;font-size:18px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525321498021>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1525321498021>.view_contents {box-sizing:border-box;}}

 #text_style_01_1576655952905{width:23.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:63.02141316731771%;top:374.23612213134766px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576655952905{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1576655952905{width:69.9468085106383%;top:387.9861240386963px;left:15.03952422991712%;display:block;}}  #text_style_01_1576655952905>.view_contents {box-sizing:border-box;font-size:18px;color:#5656ff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576655952905>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1576655952905>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500371599519{width:1200px;height:406.2500343322754px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599519{height:433.3333444595337px;width:98.00005901632602%;left:0.99997049183699%;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599519{width:99.87898722733601%;height:419.9861240386963px;top:0.9930572509765625px;left:0.12152791023254395%;}}  @media screen and (max-width:640px) { #div_includeBlock_1500371599519  {background-repeat:no-repeat;background-size:cover;background:#3a2e46 undefined;}}
 #div_includeBlock_1500371599167{width:100%;height:406.2500343322754px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500371599167{height:433.3333444595337px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500371599167{width:100%;height:420.97918128967285px;top:0px;left:0%;display:block;}}  #div_includeBlock_1500371599167  {background:#e5e5e5;background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;} #comm_layout_footer{height:407px;z-index:9988;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:433.3333444595337px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:428.99305725097656px;}} 
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1500340658540 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/20180505120300197.jpg') center top no-repeat;}
                #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner2017925174642.jpg') center top no-repeat;}
                #banner_style_01_1500340675079 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1523360340156 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523360340156 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523360340156 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1523360340156 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1500341180191 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500341180191 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500341180191 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1500341180191 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525314265824 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525314265824 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525314265824 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525314265824 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_03_1500346023452 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500346023452 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500346023452 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347302908 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347302908 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347302908 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347338755 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347338755 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347338755 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347382523 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347382523 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347382523 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347431229 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347431229 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347431229 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1500347505323 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1500347505323 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1500347505323 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1525494229740 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1525494229740 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1525494229740 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_01_1525246032369 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525246032369 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525246032369 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525246032369 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525246590053 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525246590053 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525246590053 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525246590053 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525249072649 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525249072649 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525249072649 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525249072649 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 20px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1525249228253 li{width: 24.25%;}
#productList_style_01_1525249228253 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1525249228253 li{width: 32.666666666667%;}
	#productList_style_01_1525249228253 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1525249228253 li{width: 49.5%;}
	#productList_style_01_1525249228253 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_01_1525249228253 .p_detail.pc,#productList_style_01_1525249228253 .p_name.pc {display:block;}
   #productList_style_01_1525249228253 .p_detail.pad, #productList_style_01_1525249228253 .p_detail.mobile,#productList_style_01_1525249228253 .p_name.pad, #productList_style_01_1525249228253 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1525249228253 .p_detail.pad,#productList_style_01_1525249228253 .p_name.pad {display:block;}
   #productList_style_01_1525249228253 .p_detail.pc, #productList_style_01_1525249228253 .p_detail.mobile,#productList_style_01_1525249228253 .p_name.pc, #productList_style_01_1525249228253 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1525249228253 .p_detail.mobile,#productList_style_01_1525249228253 .p_name.mobile {display:block;}
   #productList_style_01_1525249228253 .p_detail.pc, #productList_style_01_1525249228253 .p_detail.pad,#productList_style_01_1525249228253 .p_name.pc, #productList_style_01_1525249228253 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1525249228253 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1525249228253 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1525249228253 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1525249228253 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1525249228253 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1525249228253 .submit_div{ display: inline-block; }

	#productList_style_01_1525249228253 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1525249228253 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1525249228253 .page_submit{margin-left:5px;}
	#productList_style_01_1525249228253 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1525249228253 .page_btn{ font-size:12px; }
			#productList_style_01_1525249228253 .submit_div{ display:none; }
		}

			#productList_style_01_1525249228253 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1525249228253 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1525249228253  .showActivity {display: none !important;}
            #productList_style_01_1525249228253  .btnaSet ,#productList_style_01_1525249228253  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


	#newsList_style_02_1500350358345 .newDetail.pc {display:block;}
	#newsList_style_02_1500350358345 .newDetail.pad, #newsList_style_02_1500350358345 .newDetail.mobile {display:none;}
	#newsList_style_02_1500350358345 .newTitle.pc {display:block;}
	#newsList_style_02_1500350358345 .newTitle.pad, #newsList_style_02_1500350358345 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1500350358345 .newDetail.pad {display:block;}
		#newsList_style_02_1500350358345 .newDetail.pc, #newsList_style_02_1500350358345 .newDetail.mobile {display:none;}
		#newsList_style_02_1500350358345 .newTitle.pad {display:block;}
		#newsList_style_02_1500350358345 .newTitle.pc, #newsList_style_02_1500350358345 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1500350358345 .newDetail.mobile {display:block;}
		#newsList_style_02_1500350358345 .newDetail.pc, #newsList_style_02_1500350358345 .newDetail.pad {display:none;}
		#newsList_style_02_1500350358345 .newTitle.mobile {display:block;}
		#newsList_style_02_1500350358345 .newTitle.pc, #newsList_style_02_1500350358345 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1500350358345 .sumary_list .newPic{width: 0px;}
	#newsList_style_02_1500350358345 .sumary_list .newCont{width: calc(100% - 0px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1500350358345 .sumary_list .newPic{width: 0px;}
	#newsList_style_02_1500350358345 .sumary_list .newCont{width: calc(100% - 0px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_02_1500350358345 .sumary_list .newPic{width: 0px;}
}

/* 新分页 */
#newsList_style_02_1500350358345 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1500350358345 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1500350358345 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1500350358345 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1500350358345 .submit_div{ display: inline-block; }

#newsList_style_02_1500350358345 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1500350358345 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1500350358345 .page_submit{margin-left:5px;}
#newsList_style_02_1500350358345 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_02_1500350358345 .page_btn{ font-size:12px; }
		#newsList_style_02_1500350358345 .submit_div{ display:none; }
	}

	#newsList_style_02_1500350358345 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1500350358345 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1525314079033 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525314079033 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525314079033 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525314079033 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525315148259 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525315148259 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525315148259 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525315148259 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600378 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600378 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600387 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600387 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1500371600397 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1500371600397 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525319314899 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525319314899 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1525321268789 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525321268789 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				