
@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;}
.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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1481338502542{width:250px;height:50px;top:13px;position:absolute;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1481338502542{left:3.18458686440678%;top:33px;height:36px;width:210px;}}   @media screen and (max-width:640px) {#image_logo_1481338502542{height:33px;width:41.578947368421055%;left:2.763157894736842%;top:7px;}} 

 #dh_style_01_1484200387825{width:800px;z-index:999;left:33.25%;top:16px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484200387825{width:654px;z-index:999;left:29.23728813559322%;top:31px;}}   @media screen and (max-width:640px) {#dh_style_01_1484200387825{width:44px;z-index:999;left:88.1578947368421%;top:0px;}} #dh_style_01_1484200387825 > .view_contents{overflow:visible;}  #comm_layout_header{height:75px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:100px;z-index:999;}}   @media screen and (max-width:640px) {#comm_layout_header{height:45.5px;z-index:10;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1483925334899{width:100%;height:519px;position:absolute;top:-5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483925334899{height:344px;}}   @media screen and (max-width:640px) {#image_style_01_1483925334899{width:99.91776315789474%;height:222px;top:-4px;left:0.08223684210526315%;}} #image_style_01_1483925334899 > .view_contents{overflow:visible;} 

 #div_blank_1484202137488{width:100%;height:16px;position:absolute;top:-2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1484202137488{height:15px;left:calc(50% - 472px);top:0px;}}   @media screen and (max-width:640px) {#div_blank_1484202137488{width:99.99177631578947%;height:25px;top:1px;left:0%;}} #div_blank_1484202137488 > .view_contents{overflow:visible;}  #div_blank_1484202137488  {box-sizing:border-box;background:rgba(63,63,63,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1484202137488  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1484202137488  {box-sizing:border-box;}}


 #text_style_02_1492313741426{width:36.288088642659275%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:20px;left:8%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492313741426{left:3.3659066232356136%;width:36.156351791530945%;top:7px;}}   @media screen and (max-width:640px) {#text_style_02_1492313741426{width:184px;top:0px;left:1.749320652173913%;}}  #text_style_02_1492313741426>.view_contents {box-sizing:border-box;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492313741426>.view_contents {box-sizing:border-box;font-size:38px;}} @media screen and (max-width:640px) { #text_style_02_1492313741426>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1492313792628{width:46.445060018467224%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:30px;left:47.486979166666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492313792628{left:44.19109663409338%;width:48.534201954397396%;top:14.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492313792628{width:274px;top:24px;left:1.749320652173913%;}}  #text_style_02_1492313792628>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492313792628>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492313792628>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_includeBlock_1492313733110{width:1200px;height:89px;position:absolute;top:22px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492313733110{width:921px;left:1.2182203389830508%;height:69px;top:14px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492313733110{width:96.84210526315789%;height:124px;top:22px;left:1.5789473684210527%;}}  #layout_1481530139014{height:514px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481530139014{height:339px;display:block;}}   @media screen and (max-width:640px) {#layout_1481530139014{height:219px;display:block;}}  #layout_1481530139014  {background-size:cover;background-repeat:no-repeat;background-position-x:50%;} @media screen and (max-width:640px) { #layout_1481530139014  {background-size:cover;}}


 #image_style_01_1483926031223{width:20.333333333333332%;height:261px;position:absolute;top:70px;left:3.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926031223{height:218px;top:29px;left:3.3749337923728815%;}}   @media screen and (max-width:640px) {#image_style_01_1483926031223{width:38%;height:160px;top:29px;left:7.709703947368421%;}} #image_style_01_1483926031223 > .view_contents{overflow:visible;}  #image_style_01_1483926031223 .picSet:hover {opacity:1;}

 #image_style_01_1483926284813{width:20.333333333333332%;height:261px;position:absolute;top:70px;left:27.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926284813{width:20.333333333333332%;left:27.94127383474576%;top:29px;height:220px;}}   @media screen and (max-width:640px) {#image_style_01_1483926284813{width:38%;height:160px;top:29px;left:54.55592105263158%;}} #image_style_01_1483926284813 > .view_contents{overflow:visible;}  #image_style_01_1483926284813 .picSet:hover {opacity:1;}

 #image_style_01_1483926311030{width:20.333333333333332%;height:261px;position:absolute;top:70px;left:76.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926311030{width:20.333333333333332%;left:76.1917372881356%;top:32px;height:218px;}}   @media screen and (max-width:640px) {#image_style_01_1483926311030{width:38%;height:160px;top:223px;left:55.08223684210526%;}} #image_style_01_1483926311030 > .view_contents{overflow:visible;}  #image_style_01_1483926311030 .picSet:hover {opacity:1;}

 #image_style_01_1483926300088{width:20.333333333333332%;height:261px;position:absolute;top:70px;left:52.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926300088{width:20.333333333333332%;left:52.12029925847458%;top:31px;height:216px;}}   @media screen and (max-width:640px) {#image_style_01_1483926300088{width:38%;height:160px;top:222px;left:7.44654605263158%;}} #image_style_01_1483926300088 > .view_contents{overflow:visible;}  #image_style_01_1483926300088 .picSet:hover {opacity:1;} #layout_1481337935255{height:395px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481337935255{height:287px;}}   @media screen and (max-width:640px) {#layout_1481337935255{height:396px;}} #layout_1481337935255 > .view_contents{max-width:1200px;} 


 #text_style_02_1483927537959{width:16.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29px;left:42.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483927537959{width:190px;top:29px;left:39.959613347457626%;}}   @media screen and (max-width:640px) {#text_style_02_1483927537959{width:46.578947368421055%;top:12px;left:26.710526315789473%;display:block;}}  #text_style_02_1483927537959>.view_contents {box-sizing:border-box;font-weight:bold;font-size:38px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483927537959>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483927537959>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;}}

 #text_style_07_1483927718741{width:90.91666666666667%;font-size:46px;color:#333;line-height:50px;font-family:Arial;position:absolute;top:95px;left:5.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_07_1483927718741{}}   @media screen and (max-width:640px) {#text_style_07_1483927718741{width:92.10526315789474%;top:67px;left:4.473684210526316%;}}  #text_style_07_1483927718741>.view_contents {box-sizing:border-box;color:#b0b0b0;font-size:18px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_07_1483927718741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_07_1483927718741>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1483928092351{width:25%;height:2px;position:absolute;top:157px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483928092351{left:37.53972457627119%;top:172px;}}   @media screen and (max-width:640px) {#div_blank_1483928092351{width:50.526315789473685%;height:1px;top:172px;left:24.736842105263158%;}} #div_blank_1483928092351 > .view_contents{overflow:visible;}  #div_blank_1483928092351  {box-sizing:border-box;background:#d5d5d5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483928092351  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483928092351  {box-sizing:border-box;}}

 #div_blank_1483928163167{width:4.25%;height:7px;position:absolute;top:150px;left:47.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483928163167{top:165px;left:47.87804555084746%;height:7px;}}   @media screen and (max-width:640px) {#div_blank_1483928163167{width:10.526315789473683%;height:7px;top:166px;left:44.73684210526316%;}} #div_blank_1483928163167 > .view_contents{overflow:visible;}  #div_blank_1483928163167  {box-sizing:border-box;background:#ff0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483928163167  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483928163167  {box-sizing:border-box;}}

 #image_style_01_1483929708147{width:10.25%;height:123px;position:absolute;top:211px;left:18.458333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929708147{height:80px;top:209px;left:12.10109904661017%;}}   @media screen and (max-width:640px) {#image_style_01_1483929708147{width:35.26315789473684%;height:148px;top:190px;left:9.473684210526317%;}} #image_style_01_1483929708147 > .view_contents{overflow:visible;} 

 #image_style_01_1483929745734{width:10.25%;height:123px;position:absolute;top:211px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929745734{width:10.25%;left:34.39486228813559%;top:209px;height:82px;}}   @media screen and (max-width:640px) {#image_style_01_1483929745734{width:32.36842105263158%;height:113px;top:204px;left:58.15789473684211%;}} #image_style_01_1483929745734 > .view_contents{overflow:visible;} 

 #text_style_02_1483930030872{width:7.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:327px;left:38.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483930030872{width:15.37645811240721%;left:34.92121292372881%;top:298px;}}   @media screen and (max-width:640px) {#text_style_02_1483930030872{width:25.526315789473685%;top:320px;left:62.10526315789474%;}}  #text_style_02_1483930030872>.view_contents {box-sizing:border-box;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483930030872>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483930030872>.view_contents {box-sizing:border-box;}}

 #text_style_01_1483930116705{width:9.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:372px;left:37.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483930116705{width:14.83050847457627%;left:33.59706038135593%;top:355px;}}   @media screen and (max-width:640px) {#text_style_01_1483930116705{width:29.736842105263158%;top:364px;left:60.78947368421053%;}}  #text_style_01_1483930116705>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483930116705>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483930116705>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1483929984672{width:16%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:372px;left:15.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483929984672{left:8.499404131355933%;top:355px;width:216px;}}   @media screen and (max-width:640px) {#text_style_01_1483929984672{width:43.42105263157895%;top:364px;left:6.578947368421052%;}}  #text_style_01_1483929984672>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483929984672>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483929984672>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1483929762455{width:10.25%;height:123px;position:absolute;top:211px;left:55.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929762455{width:10.25%;left:56.8260063559322%;top:209px;height:89px;}}   @media screen and (max-width:640px) {#image_style_01_1483929762455{width:30%;height:116px;top:423px;left:14.736842105263156%;}} #image_style_01_1483929762455 > .view_contents{overflow:visible;} 

 #text_style_02_1483930141435{width:7.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:326px;left:57.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483930141435{width:13%;left:57.211665783898304%;top:296px;}}   @media screen and (max-width:640px) {#text_style_02_1483930141435{width:24.736842105263158%;top:545px;left:17.63157894736842%;}}  #text_style_02_1483930141435>.view_contents {box-sizing:border-box;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483930141435>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483930141435>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483930193039{width:7.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:327px;left:76.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483930193039{width:10.180275715800637%;left:77.99423993644068%;top:298px;}}   @media screen and (max-width:640px) {#text_style_02_1483930193039{width:27.368421052631582%;top:544px;left:61.578947368421055%;}}  #text_style_02_1483930193039>.view_contents {box-sizing:border-box;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483930193039>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483930193039>.view_contents {box-sizing:border-box;}}

 #text_style_01_1483930156565{width:12%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:373px;left:54.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483930156565{width:10.083333333333332%;left:57.251390360169495%;top:355px;}}   @media screen and (max-width:640px) {#text_style_01_1483930156565{width:35.526315789473685%;top:595px;left:13.94736842105263%;}}  #text_style_01_1483930156565>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483930156565>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483930156565>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1483930215623{width:10.333333333333334%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:373px;left:75.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483930215623{width:14.634146341463413%;left:76.72139830508475%;top:355px;}}   @media screen and (max-width:640px) {#text_style_01_1483930215623{width:30%;top:596px;left:59.73684210526316%;}}  #text_style_01_1483930215623>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483930215623>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483930215623>.view_contents {box-sizing:border-box;font-size:13px;}}

 #image_style_01_1483929770343{width:10.25%;height:123px;position:absolute;top:206px;left:74.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929770343{width:10.25%;left:77.14512711864407%;top:203px;height:92px;}}   @media screen and (max-width:640px) {#image_style_01_1483929770343{width:30.526315789473685%;height:113px;top:421px;left:57.10526315789474%;}} #image_style_01_1483929770343 > .view_contents{overflow:visible;} 

 #text_style_02_1483929892272{width:7.833333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:324px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483929892272{width:156px;left:13.104144597457626%;top:298px;}}   @media screen and (max-width:640px) {#text_style_02_1483929892272{width:26.57894736842105%;top:318px;left:14.473684210526317%;}}  #text_style_02_1483929892272>.view_contents {box-sizing:border-box;font-size:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483929892272>.view_contents {box-sizing:border-box;font-size:21px;}} @media screen and (max-width:640px) { #text_style_02_1483929892272>.view_contents {box-sizing:border-box;}} #layout_1481339199003{height:458px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481339199003{height:439px;}}   @media screen and (max-width:640px) {#layout_1481339199003{height:668px;display:block;}} #layout_1481339199003 > .view_contents{max-width:1200px;}  #layout_1481339199003  {background:#ffffff;}


 #image_style_01_1483930851176{width:16.666666666666664%;height:176px;position:absolute;top:497px;left:8.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930851176{width:16.666666666666664%;left:9.782176906779661%;top:463px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1483930851176{width:55.26315789473685%;height:188px;top:853px;left:8.811677631578947%;}} #image_style_01_1483930851176 > .view_contents{overflow:visible;}  #image_style_01_1483930851176 .picSet {opacity:1;} #image_style_01_1483930851176 .picSet:hover {opacity:0.5;}

 #image_style_01_1483930876795{width:35.333333333333336%;height:175px;position:absolute;top:497px;left:24.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930876795{width:32.7677624602333%;left:26.43008474576271%;top:463px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1483930876795{width:82.10526315789474%;height:159px;top:1064px;left:8.947368421052632%;}} #image_style_01_1483930876795 > .view_contents{overflow:visible;}  #image_style_01_1483930876795 .picSet:hover {opacity:0.5;}

 #image_style_01_1483930912487{width:31.75%;height:175px;position:absolute;top:497px;left:60.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930912487{width:33.085896076352064%;left:59.197894597457626%;top:463px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1483930912487{width:82.63157894736842%;height:155px;top:1242px;left:8.68421052631579%;}} #image_style_01_1483930912487 > .view_contents{overflow:visible;}  #image_style_01_1483930912487 .picSet:hover {opacity:0.5;}

 #image_style_01_1483930500195{width:16.666666666666664%;height:200px;position:absolute;top:297px;left:8.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930500195{left:9.780521716101696%;top:309px;height:154px;width:170px;}}   @media screen and (max-width:640px) {#image_style_01_1483930500195{width:40.26315789473684%;height:146px;top:347px;left:7.709703947368421%;}} #image_style_01_1483930500195 > .view_contents{overflow:visible;}  #image_style_01_1483930500195 .picSet {opacity:1;} #image_style_01_1483930500195 .picSet:hover {opacity:0.5;}

 #image_style_01_1483930554537{width:16.666666666666664%;height:200px;position:absolute;top:297px;left:24.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930554537{width:16.666666666666664%;left:26.43008474576271%;top:309px;height:154px;}}   @media screen and (max-width:640px) {#image_style_01_1483930554537{width:40.26315789473684%;height:147px;top:346px;left:51.71052631578947%;}} #image_style_01_1483930554537 > .view_contents{overflow:visible;}  #image_style_01_1483930554537 .picSet {opacity:1;} #image_style_01_1483930554537 .picSet:hover {opacity:0.5;}

 #image_style_01_1483930572025{width:29.916666666666668%;height:202px;position:absolute;top:297px;left:41.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930572025{width:29.056203605514312%;left:43.07964777542373%;top:309px;height:154px;}}   @media screen and (max-width:640px) {#image_style_01_1483930572025{width:84.21052631578947%;height:183px;top:511px;left:7.894736842105263%;}} #image_style_01_1483930572025 > .view_contents{overflow:visible;}  #image_style_01_1483930572025 .picSet:hover {opacity:0.5;}

 #div_blank_1483931006717{width:20.416666666666668%;height:104px;position:absolute;top:297px;left:71.54166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483931006717{height:82px;left:71.92465572033898%;top:309px;width:208px;}}   @media screen and (max-width:640px) {#div_blank_1483931006717{width:27.631578947368425%;height:187px;top:853px;left:63.55263157894737%;}} #div_blank_1483931006717 > .view_contents{overflow:visible;}  #div_blank_1483931006717  {box-sizing:border-box;background:#ff7171;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483931006717  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483931006717  {box-sizing:border-box;}}

 #text_style_02_1483931061686{width:10.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:324px;left:76.58333333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483931061686{width:127px;top:325px;left:76.59063824152543%;}}   @media screen and (max-width:640px) {#text_style_02_1483931061686{width:22.36842105263158%;top:922px;left:66.44736842105263%;}}  #text_style_02_1483931061686>.view_contents {box-sizing:border-box;color:#ffffff;font-size:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483931061686>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483931061686>.view_contents {box-sizing:border-box;font-size:20px;}}

 #image_style_01_1483930827658{width:20.416666666666668%;height:98px;position:absolute;top:401px;left:71.54166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930827658{width:20.14846235418876%;left:72.13652012711864%;top:391px;height:74px;}}   @media screen and (max-width:640px) {#image_style_01_1483930827658{width:83.6842105263158%;height:117px;top:713px;left:8.157894736842106%;}} #image_style_01_1483930827658 > .view_contents{overflow:visible;}  #image_style_01_1483930827658 .picSet:hover {opacity:0.5;}

 #text_style_02_1483930349161{width:29.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:26px;left:36.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483930349161{width:500px;top:26px;left:32.56422139830508%;}}   @media screen and (max-width:640px) {#text_style_02_1483930349161{width:73.94736842105263%;top:17px;left:13.157894736842104%;}}  #text_style_02_1483930349161>.view_contents {box-sizing:border-box;font-weight:bold;font-size:38px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483930349161>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483930349161>.view_contents {box-sizing:border-box;font-size:25px;text-align:center;}}

 #text_style_07_1483930421575{width:95.5%;font-size:46px;color:#333;line-height:50px;font-family:Arial;position:absolute;top:103px;left:2.7083333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_07_1483930421575{left:calc(50% - 438px);top:100px;width:876px;}}   @media screen and (max-width:640px) {#text_style_07_1483930421575{width:90.52631578947368%;top:78px;left:5.131578947368421%;}}  #text_style_07_1483930421575>.view_contents {box-sizing:border-box;color:#b0b0b0;font-size:18px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_07_1483930421575>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_07_1483930421575>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1483930443947{width:4.25%;height:7px;position:absolute;top:236.5px;left:47.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483930443947{left:50.53959216101694%;top:252.5px;}}   @media screen and (max-width:640px) {#div_blank_1483930443947{width:9.473684210526317%;height:6px;top:306px;left:45.26315789473684%;}} #div_blank_1483930443947 > .view_contents{overflow:visible;}  #div_blank_1483930443947  {box-sizing:border-box;background:#ff0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483930443947  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483930443947  {box-sizing:border-box;}}

 #div_blank_1483930435131{width:25%;height:2px;position:absolute;top:244px;left:37%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483930435131{left:40.1466498940678%;top:259.5px;}}   @media screen and (max-width:640px) {#div_blank_1483930435131{width:62.63157894736842%;height:1px;top:313px;left:18.680098684210527%;}} #div_blank_1483930435131 > .view_contents{overflow:visible;}  #div_blank_1483930435131  {box-sizing:border-box;background:#d5d5d5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483930435131  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483930435131  {box-sizing:border-box;}} #layout_1481341553396{height:736px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481341553396{height:645px;}}   @media screen and (max-width:640px) {#layout_1481341553396{height:1432px;display:block;}} #layout_1481341553396 > .view_contents{max-width:1200px;} 


 #image_style_01_1483931869346{width:100.57125676488275%;height:320px;position:absolute;top:2px;left:-0.571256764882742%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483931869346{height:210px;}}   @media screen and (max-width:640px) {#image_style_01_1483931869346{width:100%;height:85px;top:2px;left:0%;}} #image_style_01_1483931869346 > .view_contents{overflow:visible;}  #image_style_01_1483931869346 .picSet {opacity:1;} #image_style_01_1483931869346 .picSet:hover {opacity:0.5;} #layout_1483930348538{height:322px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1483930348538{height:212px;}}   @media screen and (max-width:640px) {#layout_1483930348538{height:87px;}} #layout_1483930348538 > .view_contents{overflow:visible;} 


 #text_style_02_1483931946378{width:99.95833333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:46px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483931946378{left:39.289261122881356%;top:36px;width:204px;}}   @media screen and (max-width:640px) {#text_style_02_1483931946378{width:42.10526315789473%;top:25px;left:28.947368421052634%;}}  #text_style_02_1483931946378>.view_contents {box-sizing:border-box;font-size:38px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483931946378>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483931946378>.view_contents {box-sizing:border-box;font-size:30px;}}

 #div_blank_1483932093404{width:25%;height:2px;position:absolute;top:173px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483932093404{top:179px;left:37.5%;}}   @media screen and (max-width:640px) {#div_blank_1483932093404{width:58.15789473684211%;height:1px;top:156px;left:20.92105263157895%;}} #div_blank_1483932093404 > .view_contents{overflow:visible;}  #div_blank_1483932093404  {box-sizing:border-box;background:#d5d5d5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483932093404  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483932093404  {box-sizing:border-box;}}

 #div_blank_1483932116863{width:4.25%;height:7px;position:absolute;top:167px;left:47.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483932116863{top:173px;left:47.87473516949153%;}}   @media screen and (max-width:640px) {#div_blank_1483932116863{width:13.157894736842104%;height:6px;top:150px;left:43.42105263157895%;}} #div_blank_1483932116863 > .view_contents{overflow:visible;}  #div_blank_1483932116863  {box-sizing:border-box;background:#ff0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483932116863  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483932116863  {box-sizing:border-box;}}

 #text_style_07_1483932051711{width:99.95833333333334%;font-size:46px;color:#333;line-height:50px;font-family:Arial;position:absolute;top:109px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_07_1483932051711{width:782px;top:101px;left:9.47265625%;}}   @media screen and (max-width:640px) {#text_style_07_1483932051711{width:91.57894736842105%;top:79.5px;left:4.2105263157894735%;}}  #text_style_07_1483932051711>.view_contents {box-sizing:border-box;color:#b0b0b0;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_07_1483932051711>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_07_1483932051711>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;text-align:left;}}

 #productList_style_03_1492243952973{width:92.16666666666666%;position:absolute;top:197px;left:3.916666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1492243952973{width:856px;left:calc(50% - 428px);top:191px;}}   @media screen and (max-width:640px) {#productList_style_03_1492243952973{width:100%;top:163px;left:0%;}} #productList_style_03_1492243952973 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #productList_style_03_1492243952973 .titleSet {text-align:center;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_03_1492243952973 .titleSet {text-align:center;}} #productList_style_03_1492243952973 .titleSet {text-align:center;} #layout_1483930420956{height:605px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1483930420956{height:524px;}}   @media screen and (max-width:640px) {#layout_1483930420956{height:753px;}} #layout_1483930420956 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_07_1483933623589{width:99.95833333333334%;font-size:46px;color:#333;line-height:50px;font-family:Arial;position:absolute;top:81px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_07_1483933623589{width:99px;left:44.85732256355932%;top:78px;}}   @media screen and (max-width:640px) {#text_style_07_1483933623589{width:97.10526315789474%;top:52px;left:1.4473684210526316%;}}  #text_style_07_1483933623589>.view_contents {box-sizing:border-box;color:#b0b0b0;font-size:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_07_1483933623589>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_07_1483933623589>.view_contents {box-sizing:border-box;text-align:center;}}

 #div_blank_1483933665730{width:25%;height:2px;position:absolute;top:139px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483933665730{}}   @media screen and (max-width:640px) {#div_blank_1483933665730{width:42.89473684210526%;height:1px;top:114px;left:28.55263157894737%;}} #div_blank_1483933665730 > .view_contents{overflow:visible;}  #div_blank_1483933665730  {box-sizing:border-box;background:#d5d5d5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483933665730  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483933665730  {box-sizing:border-box;}}

 #div_blank_1483933682059{width:4.25%;height:7px;position:absolute;top:134px;left:47.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1483933682059{}}   @media screen and (max-width:640px) {#div_blank_1483933682059{width:10.263157894736842%;height:8px;top:106px;left:44.86842105263158%;}} #div_blank_1483933682059 > .view_contents{overflow:visible;}  #div_blank_1483933682059  {box-sizing:border-box;background:#ff0000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1483933682059  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1483933682059  {box-sizing:border-box;}}

 #image_style_01_1492150672957{width:12.25%;height:151px;position:absolute;top:191px;left:14.458333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150672957{height:124px;width:121px;left:12.94193591101695%;top:171px;}}   @media screen and (max-width:640px) {#image_style_01_1492150672957{width:36.578947368421055%;height:141px;top:146px;left:8.848684210526315%;}} #image_style_01_1492150672957 > .view_contents{overflow:visible;} 

 #image_style_01_1492150683641{width:12.25%;height:151px;position:absolute;top:191px;left:33.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150683641{width:12.83138918345705%;left:33.33719544491525%;top:171px;height:124px;}}   @media screen and (max-width:640px) {#image_style_01_1492150683641{width:36.578947368421055%;height:141px;top:146px;left:56.48026315789474%;}} #image_style_01_1492150683641 > .view_contents{overflow:visible;} 

 #image_style_01_1492150694358{width:12.25%;height:151px;position:absolute;top:191px;left:52.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150694358{width:12.83138918345705%;left:54.507084216101696%;top:171px;height:124px;}}   @media screen and (max-width:640px) {#image_style_01_1492150694358{width:36.578947368421055%;height:141px;top:415px;left:55.69078947368421%;}} #image_style_01_1492150694358 > .view_contents{overflow:visible;} 

 #image_style_01_1492150703671{width:12.25%;height:151px;position:absolute;top:191px;left:71.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150703671{width:12.83138918345705%;left:74.86758474576271%;top:171px;height:124px;}}   @media screen and (max-width:640px) {#image_style_01_1492150703671{width:36.578947368421055%;height:141px;top:415px;left:8.322368421052632%;}} #image_style_01_1492150703671 > .view_contents{overflow:visible;}  #image_style_01_1492150703671 .picSet {border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:#e0e0e0;}

 #text_style_02_1492150720135{width:9.333333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:362px;left:16.083333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492150720135{width:109px;left:13.66359904661017%;top:320px;}}   @media screen and (max-width:640px) {#text_style_02_1492150720135{width:29.47368421052631%;top:304px;left:13.675986842105264%;}}  #text_style_02_1492150720135>.view_contents {box-sizing:border-box;color:#ff0000;font-size:33px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492150720135>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492150720135>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492150730741{width:6.916666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:362px;left:36.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492150730741{left:35.37970074152542%;top:318px;width:90px;}}   @media screen and (max-width:640px) {#text_style_02_1492150730741{width:22.894736842105264%;top:302px;left:64.375%;}}  #text_style_02_1492150730741>.view_contents {box-sizing:border-box;color:#ff0000;font-size:33px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492150730741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492150730741>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492150742818{width:8.75%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:362px;left:54.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492150742818{width:11.334745762711865%;left:55.6739936440678%;top:320px;}}   @media screen and (max-width:640px) {#text_style_02_1492150742818{width:26.052631578947366%;top:586px;left:16.570723684210524%;}}  #text_style_02_1492150742818>.view_contents {box-sizing:border-box;color:#ff0000;font-size:33px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492150742818>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492150742818>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492150754377{width:5.833333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:362px;left:74.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492150754377{width:10.180275715800637%;left:77.51754502118644%;top:320px;}}   @media screen and (max-width:640px) {#text_style_02_1492150754377{width:23.94736842105263%;top:586px;left:63.848684210526315%;}}  #text_style_02_1492150754377>.view_contents {box-sizing:border-box;color:#ff0000;font-size:33px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492150754377>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492150754377>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492150766664{width:6.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:411px;left:17.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492150766664{width:75px;left:15.0390625%;top:375px;}}   @media screen and (max-width:640px) {#text_style_06_1492150766664{width:19.736842105263158%;top:357px;left:18.14967105263158%;}}  #text_style_06_1492150766664>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492150766664>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492150766664>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492150778243{width:6.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:412px;left:37%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492150778243{width:7.529162248144221%;left:35.80508474576271%;top:375px;}}   @media screen and (max-width:640px) {#text_style_06_1492150778243{width:18.947368421052634%;top:357px;left:66.34868421052632%;}}  #text_style_06_1492150778243>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492150778243>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492150778243>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492150789187{width:6.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:412px;left:55.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492150789187{width:8.059384941675503%;left:57.37056408898306%;top:375px;}}   @media screen and (max-width:640px) {#text_style_06_1492150789187{width:18.157894736842106%;top:639px;left:66.30756578947368%;}}  #text_style_06_1492150789187>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492150789187>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492150789187>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492150800565{width:6.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:412px;left:74.95833333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492150800565{width:8.059384941675503%;left:77.83534163135593%;top:375px;}}   @media screen and (max-width:640px) {#text_style_06_1492150800565{width:18.157894736842106%;top:641px;left:18.14144736842105%;}}  #text_style_06_1492150800565>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492150800565>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492150800565>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483933537393{width:99.95833333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483933537393{width:224px;top:29px;left:calc(50% - 112px);}}   @media screen and (max-width:640px) {#text_style_02_1483933537393{width:97.63157894736842%;top:6px;left:1.1842105263157896%;}}  #text_style_02_1483933537393>.view_contents {box-sizing:border-box;font-size:38px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483933537393>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483933537393>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;}} #layout_1483932479431{height:442px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1483932479431{height:405px;}}   @media screen and (max-width:640px) {#layout_1483932479431{height:671px;}} #layout_1483932479431 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1483932479431  {background:#ffffff;}
 #layout_1484223621667{height:47.88889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484223621667{height:28px;}}   @media screen and (max-width:640px) {#layout_1484223621667{height:31px;}} #layout_1484223621667 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1484200326210{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484200326210{}}   @media screen and (max-width:640px) {#layout_1484200326210{height:1px;}} #layout_1484200326210 > .view_contents{overflow:visible;max-width:1200px;} 


 #dh_style_01_1483950570405{width:49.00781719783524%;z-index:999;position:absolute;top:92px;left:25.55622369212267%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483950570405{z-index:999;left:18.61081654294804%;top:90px;width:624px;}}   @media screen and (max-width:640px) {#dh_style_01_1483950570405{width:44%;z-index:999;top:3px;left:56.05263157894736%;}} #dh_style_01_1483950570405 > .view_contents{overflow:visible;}  #dh_style_01_1483950570405 .mainMenuSet {color:#ffffff;} #dh_style_01_1483950570405 #hot>a {color:#ffffff;} #dh_style_01_1483950570405 .mainMenuSet:hover {color:#ff0000;} #dh_style_01_1483950570405 #hot>a:hover {color:#ff0000;}


 #image_style_01_1483949680501{width:17.22488038277512%;height:45px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483949680501{}}   @media screen and (max-width:640px) {#image_style_01_1483949680501{width:8.947368421052632%;height:37px;top:0px;left:45.526315789473685%;}} #image_style_01_1483949680501 > .view_contents{overflow:visible;} 

 #text_style_02_1483950013978{width:79.33025404157044%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:17.375886524822697%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483950013978{}}   @media screen and (max-width:640px) {#text_style_02_1483950013978{width:35.78947368421053%;top:37px;left:32.10526315789474%;}}  #text_style_02_1483950013978>.view_contents {box-sizing:border-box;font-size:19px;color:#ffffff;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483950013978>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1483950013978>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1484201064248{width:23.5%;height:47px;position:absolute;top:30.5px;left:8.958333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484201064248{}}   @media screen and (max-width:640px) {#div_includeBlock_1484201064248{width:100%;height:300px;top:397.5px;left:0%;display:none;}} 


 #text_style_02_1484201159593{width:79.33025404157044%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:17.375886524822697%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484201159593{}}   @media screen and (max-width:640px) {#text_style_02_1484201159593{width:35.78947368421053%;top:37px;left:32.10526315789474%;}}  #text_style_02_1484201159593>.view_contents {box-sizing:border-box;font-size:19px;color:#ffffff;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484201159593>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1484201159593>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1483950242311{width:15.602836879432624%;height:42px;position:absolute;top:5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483950242311{}}   @media screen and (max-width:640px) {#image_style_01_1483950242311{width:8.68421052631579%;height:38px;top:337px;left:45.6578947368421%;}} #image_style_01_1483950242311 > .view_contents{overflow:visible;} 
 #div_includeBlock_1484201159217{width:23.5%;height:47px;position:absolute;top:30.5px;left:32.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484201159217{}}   @media screen and (max-width:640px) {#div_includeBlock_1484201159217{width:100%;height:375px;top:600.5px;left:0%;display:none;}} 


 #text_style_02_1484201300962{width:79.33025404157044%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:17.375886524822697%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484201300962{}}   @media screen and (max-width:640px) {#text_style_02_1484201300962{width:35.78947368421053%;top:37px;left:32.10526315789474%;}}  #text_style_02_1484201300962>.view_contents {box-sizing:border-box;font-size:19px;color:#ffffff;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484201300962>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1484201300962>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1483950258500{width:16.666666666666664%;height:42px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483950258500{}}   @media screen and (max-width:640px) {#image_style_01_1483950258500{width:8.157894736842106%;height:40px;top:209px;left:45.921052631578945%;}} #image_style_01_1483950258500 > .view_contents{overflow:visible;} 
 #div_includeBlock_1484201300750{width:23.5%;height:47px;position:absolute;top:30.5px;left:55.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484201300750{}}   @media screen and (max-width:640px) {#div_includeBlock_1484201300750{width:100%;height:249px;top:600.5px;left:0%;display:none;}} 


 #text_style_02_1484201338728{width:79.33025404157044%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7.5px;left:17.375886524822697%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484201338728{}}   @media screen and (max-width:640px) {#text_style_02_1484201338728{width:35.78947368421053%;top:37px;left:32.10526315789474%;}}  #text_style_02_1484201338728>.view_contents {box-sizing:border-box;font-size:19px;color:#ffffff;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484201338728>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1484201338728>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1483949817401{width:16.312056737588655%;height:42px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483949817401{}}   @media screen and (max-width:640px) {#image_style_01_1483949817401{width:8.157894736842106%;height:49px;top:209px;left:45.921052631578945%;}} #image_style_01_1483949817401 > .view_contents{overflow:visible;} 
 #div_includeBlock_1484201338443{width:23.5%;height:47px;position:absolute;top:30.5px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484201338443{}}   @media screen and (max-width:640px) {#div_includeBlock_1484201338443{width:100%;height:258px;top:600.5px;left:0%;display:none;}} 

 #text_style_02_1483950791855{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:146px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483950791855{width:632px;left:16.523768538135595%;top:144px;}}   @media screen and (max-width:640px) {#text_style_02_1483950791855{width:98.42105263157895%;top:20.5px;left:0.7894736842105263%;}}  #text_style_02_1483950791855>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483950791855>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483950791855>.view_contents {box-sizing:border-box;line-height:32px;font-size:12px;}}

 #qqol_style_01_1492164941702{width:15.25%;position:absolute;top:92px;left:76.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1492164941702{}}   @media screen and (max-width:640px) {#qqol_style_01_1492164941702{width:27.472527472527474%;top:0px;left:36.26373626373626%;}} #qqol_style_01_1492164941702 > .view_contents{overflow:visible;} 

 #text_default_1492586373870{width:11.166666666666666%;height:19px;position:absolute;top:146px;left:78.70833333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1492586373870{}}   @media screen and (max-width:640px) {#text_default_1492586373870{width:7.631578947368421%;height:15px;top:54.5px;left:5.657894736842105%;}}  #comm_layout_footer{height:232px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:234px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:109px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#484848;}

.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;*/
/*菜单样式*/
.menuStyle_4{width:100%; position:relative;}
.menuStyle_4 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_4 .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_4 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_4 ul,.menuStyle_4 li{padding:0;margin:0px;list-style:none}
.menuStyle_4 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_4 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_4 .menuUl_box{position:relative; width:100%; text-align:center; background: #62b3ea;}
.menuStyle_4 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_4 .menuUl li>a{text-decoration:none; color:#fff;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_4 .menuUl li>a:hover{color:#fff; background: rgba(64, 72, 77, 0.25);}
.menuStyle_4 .menuUl #hot > a{color:#fff; background: rgba(64, 72, 77, 0.2);}
.menuStyle_4 .menuLayout .miniMenu{display:none;}
.menuStyle_4 .menuUl02 {opacity: 0; display: none; position: absolute; width: 100%; left: 0; height: 0; background: #5a99c3;} 
.menuStyle_4 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_4 .menuUl02 .subMenu02 { float: left;}
.menuStyle_4 .menuUl02 .subMenu02 a { color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_4 .menuUl02 .subMenu02 a:hover {}




@media screen and (max-width:768px) {
.menuStyle_4 .menuUl{display:none;}
.menuStyle_4 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_4 .menuScroll .menuUlCopy.newWidth{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_4 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_4 .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_4 .miniMenu .leftBox .nav{width:100%; height:44px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);}
.menuStyle_4 .miniMenu .leftBox .menuUlCopy.newWidth{width:100%; box-sizing:border-box; padding:15px 30px;}
.menuStyle_4 .miniMenu .leftBox .menuUlCopy{padding-left: 20px;}
.menuStyle_4 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_4 .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_4 .miniMenu .leftBox .menuUlCopy li a.subMenuSet{font-size: 14px;}
.menuStyle_4 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(82, 157, 209, 0.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_4 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_4 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
.menuStyle_4 .miniMenu #hot > a, .menuStyle_4 .miniMenu .leftBox .menuUlCopy li a.subMenuSet.subCurSet{color:#6babd7; background: #fff; padding-left: 10px;}
}

	#image_style_01_1483925334899 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483925334899 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483925334899 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483925334899 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_1483926031223 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926031223 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483926031223 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483926031223 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_1483926284813 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926284813 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483926284813 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483926284813 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_1483926311030 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926311030 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483926311030 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483926311030 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_1483926300088 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483926300088 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483926300088 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483926300088 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_1483929708147 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929708147 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483929708147 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483929708147 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_1483929745734 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929745734 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483929745734 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483929745734 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_1483929762455 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929762455 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483929762455 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483929762455 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_1483929770343 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483929770343 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483929770343 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483929770343 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_1483930851176 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930851176 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930851176 .CompatibleImg img{width:100%; height:100%}}
.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_1483930876795 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930876795 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930876795 .CompatibleImg img{width:100%; height:100%}}
.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_1483930912487 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930912487 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930912487 .CompatibleImg img{width:100%; height:100%}}
.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_1483930500195 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930500195 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930500195 .CompatibleImg img{width:100%; height:100%}}
.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_1483930554537 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930554537 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930554537 .CompatibleImg img{width:100%; height:100%}}
.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_1483930572025 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930572025 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930572025 .CompatibleImg img{width:100%; height:100%}}
.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_1483930827658 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483930827658 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483930827658 .CompatibleImg img{width:100%; height:100%}}
.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_1483931869346 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483931869346 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483931869346 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483931869346 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_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .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%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .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; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .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';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;}
.prod_default3 .p_price2{font-family: "宋体";}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 12px;}

@media screen and (max-width:992px){
    .prod_default3 .prod_Item:hover .p_buy{display: none;}
}



@media screen and (max-width: 767px){
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
/*分页*/
/* .prod_default3 .page_btn a:nth-child(n+5){display: none;} */
}


/*pc*/
#productList_style_03_1492243952973 li{width: 24.25%;}
#productList_style_03_1492243952973 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1492243952973 li{width: 24.25%;}
	#productList_style_03_1492243952973 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1492243952973 li{width: 49.5%;}
	#productList_style_03_1492243952973 li.prod_Item{margin-bottom:1%;}
}

#productList_style_03_1492243952973 .p_detail.pc {display:block;}
#productList_style_03_1492243952973 .p_detail.pad, #productList_style_03_1492243952973 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1492243952973 .p_detail.pad {display:block;}
	#productList_style_03_1492243952973 .p_detail.pc, #productList_style_03_1492243952973 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1492243952973 .p_detail.mobile {display:block;}
	#productList_style_03_1492243952973 .p_detail.pc, #productList_style_03_1492243952973 .p_detail.pad {display:none;}
	}

#productList_style_03_1492243952973 .p_name.pc {display:block;}
#productList_style_03_1492243952973 .p_name.pad, #productList_style_03_1492243952973 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_03_1492243952973 .p_name.pad {display:block;}
	#productList_style_03_1492243952973 .p_name.pc, #productList_style_03_1492243952973 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_03_1492243952973 .p_name.mobile {display:block;}
	#productList_style_03_1492243952973 .p_name.pc, #productList_style_03_1492243952973 .p_name.pad {display:none;}
	}


	#image_style_01_1492150672957 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150672957 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492150672957 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492150672957 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_1492150683641 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150683641 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492150683641 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492150683641 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_1492150694358 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150694358 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492150694358 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492150694358 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_1492150703671 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492150703671 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492150703671 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492150703671 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;}
/*菜单样式*/
.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;}




@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;}
}

	#image_style_01_1483949680501 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483949680501 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483949680501 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483949680501 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_1483950242311 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483950242311 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483950242311 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483950242311 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_1483950258500 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483950258500 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483950258500 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483950258500 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_1483949817401 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483949817401 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1483949817401 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1483949817401 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;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}
