
@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_1492147766351{width:100%;height:300px;position:absolute;top:-5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492147766351{height:200px;}}   @media screen and (max-width:640px) {#image_style_01_1492147766351{width:99.91776315789474%;height:150px;top:0px;left:0.04111842105263008%;}} #image_style_01_1492147766351 > .view_contents{overflow:visible;} 

 #div_blank_1492147777981{width:100%;height:16px;position:absolute;top:-2px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492147777981{height:26px;}}   @media screen and (max-width:640px) {#div_blank_1492147777981{width:99.99177631578947%;height:20px;top:1px;left:0%;}} #div_blank_1492147777981 > .view_contents{overflow:visible;}  #div_blank_1492147777981  {box-sizing:border-box;background:rgba(63,63,63,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492147777981  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492147777981  {box-sizing:border-box;}} #layout_1481530139014{height:300px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481530139014{height:200px;display:block;}}   @media screen and (max-width:640px) {#layout_1481530139014{height:150px;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;}}
 #layout_1492155842179{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492155842179{}}   @media screen and (max-width:640px) {#layout_1492155842179{}} #layout_1492155842179 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1494570292707{}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494570292707{height:1px;}}   @media screen and (max-width:640px) {#layout_1494570292707{}} #layout_1494570292707 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1494570293303{width:14.166666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29px;left:43.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494570293303{width:158px;left:calc(50% - 79px);}}   @media screen and (max-width:640px) {#text_style_02_1494570293303{width:38.68421052631579%;top:10px;left:30.657894736842106%;display:block;}}  #text_style_02_1494570293303>.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_1494570293303>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494570293303>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;}}

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

 #div_blank_1494570293331{width:95%;height:2px;position:absolute;top:114px;left:2.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1494570293331{left:2.489406779661017%;}}   @media screen and (max-width:640px) {#div_blank_1494570293331{width:50.526315789473685%;height:1px;top:76px;left:24.736842105263158%;}} #div_blank_1494570293331 > .view_contents{overflow:visible;}  #div_blank_1494570293331  {box-sizing:border-box;background:#d5d5d5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1494570293331  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1494570293331  {box-sizing:border-box;}}

 #text_default_1494570293338{width:306px;height:165px;position:absolute;top:142px;left:70.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494570293338{width:242px;left:70.49788135593221%;top:130.5px;height:197px;}}   @media screen and (max-width:640px) {#text_default_1494570293338{width:88.94736842105263%;height:147px;top:94px;left:3.026315789473684%;}}  #text_default_1494570293338  {background:#f7f7f7;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;}

 #image_style_01_1494570293347{width:160px;height:160px;position:absolute;top:142px;left:2.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293347{width:150px;height:150px;top:146px;left:2.181541313559322%;}}   @media screen and (max-width:640px) {#image_style_01_1494570293347{width:54.94505494505495%;height:200px;top:277px;left:22.52467105263158%;}} #image_style_01_1494570293347 > .view_contents{overflow:visible;} 

 #image_style_01_1494570293353{width:160px;height:160px;position:absolute;top:142px;left:19.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293353{top:146px;width:150px;height:150px;left:19.09759004237288%;}}   @media screen and (max-width:640px) {#image_style_01_1494570293353{width:54.94505494505495%;height:200px;top:516px;left:22.52467105263158%;}} #image_style_01_1494570293353 > .view_contents{overflow:visible;} 

 #text_default_1494570293359{width:12%;height:21px;position:absolute;top:316px;left:53.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494570293359{top:307px;left:54.78515625%;}}   @media screen and (max-width:640px) {#text_default_1494570293359{width:100%;height:30px;top:1198px;left:0%;}} 

 #text_default_1494570293366{width:12%;height:21px;position:absolute;top:316px;left:36.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494570293366{top:307px;left:37.86910752118644%;}}   @media screen and (max-width:640px) {#text_default_1494570293366{width:100%;height:39px;top:959.5px;left:0%;}} 

 #text_default_1494570293372{width:12%;height:21px;position:absolute;top:316px;left:20.083333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494570293372{top:307px;left:21.035818326271187%;}}   @media screen and (max-width:640px) {#text_default_1494570293372{width:100%;height:28px;top:718px;left:0%;}} 

 #text_default_1494570293379{width:12%;height:21px;position:absolute;top:316px;left:3.166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1494570293379{top:307px;left:4.119769597457627%;}}   @media screen and (max-width:640px) {#text_default_1494570293379{width:100%;height:30px;top:479px;left:0%;}} 

 #image_style_01_1494570293387{width:1200px;height:620px;position:absolute;top:1595px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293387{width:98%;left:0.9533898305084746%;top:1324px;height:485px;}}   @media screen and (max-width:640px) {#image_style_01_1494570293387{width:98%;height:200px;top:1242px;left:1.0526315789473684%;}} #image_style_01_1494570293387 > .view_contents{overflow:visible;} 

 #image_style_01_1494570293394{width:1200px;height:620px;position:absolute;top:975px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293394{left:0.9533898305084746%;top:842px;width:98%;height:482px;}}   @media screen and (max-width:640px) {#image_style_01_1494570293394{width:98%;height:200px;top:1442px;left:1.0526315789473684%;}} #image_style_01_1494570293394 > .view_contents{overflow:visible;} 

 #image_style_01_1494570293403{width:1200px;height:620px;position:absolute;top:354px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293403{left:0.9533898305084746%;top:362px;height:480px;width:98%;}}   @media screen and (max-width:640px) {#image_style_01_1494570293403{width:98%;height:200px;top:1642px;left:1.0526315789473684%;}} #image_style_01_1494570293403 > .view_contents{overflow:visible;} 

 #image_style_01_1494570293409{width:160px;height:160px;position:absolute;top:142px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293409{width:150px;height:150px;top:146px;left:52.84858315677966%;}}   @media screen and (max-width:640px) {#image_style_01_1494570293409{width:54.94505494505495%;height:200px;top:996.5px;left:22.52467105263158%;}} #image_style_01_1494570293409 > .view_contents{overflow:visible;}  #image_style_01_1494570293409 .picSet {padding-top:4px;padding-left:4px;padding-bottom:4px;padding-right:4px;}

 #image_style_01_1494570293415{width:160px;height:160px;position:absolute;top:142px;left:36.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293415{width:150px;height:150px;top:146px;left:35.93087923728814%;}}   @media screen and (max-width:640px) {#image_style_01_1494570293415{width:54.94505494505495%;height:200px;top:756.5px;left:22.52467105263158%;}} #image_style_01_1494570293415 > .view_contents{overflow:visible;}  #image_style_01_1494570293415 .picSet {padding-top:4px;padding-bottom:4px;padding-right:4px;padding-left:4px;} #layout_1494570293299{height:2252px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494570293299{height:1817px;}}   @media screen and (max-width:640px) {#layout_1494570293299{height:1849px;}} #layout_1494570293299 > .view_contents{max-width:1200px;overflow:visible;} 


 #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_1492147766351 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492147766351 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492147766351 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492147766351 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_1494570293347 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293347 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494570293347 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293347 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_1494570293353 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293353 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494570293353 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293353 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_1494570293387 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293387 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494570293387 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293387 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_1494570293394 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293394 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494570293394 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293394 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_1494570293403 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293403 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494570293403 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293403 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_1494570293409 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293409 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494570293409 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293409 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_1494570293415 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494570293415 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1494570293415 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1494570293415 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;}
}
