
@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_1527920211216{width:21.75%;height:91px;position:absolute;left:0%;top:14px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1527920211216{left:1.166489925768823%;width:26.193001060445386%;top:18px;height:87px;display:block;}}   @media screen and (max-width:640px) {#image_logo_1527920211216{width:68.125%;height:72px;top:71px;left:15.9375%;z-index:1;display:block;}} 

 #image_style_01_1527920263663{width:5.416666666666667%;height:25px;position:absolute;left:75.90277767181396%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527920263663{left:68.8063361611877%;width:7.317073170731707%;top:5.5px;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1527920263663{width:65px;height:49px;top:259px;left:41.44736842105263%;display:none;z-index:2;}} #image_style_01_1527920263663 > .view_contents{overflow:visible;} 

 #text_style_01_1527920299442{width:18.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:81.31944433848062%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527920299442{left:74.4%;width:25.601471367974547%;top:5.5px;}}   @media screen and (max-width:640px) {#text_style_01_1527920299442{width:96%;top:137px;left:2%;display:none;z-index:2;}}  #text_style_01_1527920299442>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:left;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527920299442>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527920299442>.view_contents {box-sizing:border-box;}}

 #dh_style_11_1527920971718{width:1199.5px;z-index:1000;left:0%;top:110.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1527920971718{width:99.89395546129374%;z-index:999;left:0.05302226935312859%;top:100.5px;}}   @media screen and (max-width:640px) {#dh_style_11_1527920971718{width:44px;z-index:1000;left:2.1875%;top:0px;}} #dh_style_11_1527920971718 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1527920971718{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1527920971718{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1527920971718{
		
	}
}

 #searchbox_style_02_1533583679886{width:14.499999999999998%;position:absolute;top:39.5px;left:83.40234375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1533583679886{top:41.5px;left:77.71407741251326%;}}   @media screen and (max-width:640px) {#searchbox_style_02_1533583679886{width:96%;top:32px;left:2%;display:none;}} #searchbox_style_02_1533583679886 > .view_contents{overflow:visible;} 

 #text_default_1534530844205{width:7.916666666666666%;height:21px;display:none;position:absolute;top:87.265625px;left:33.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534530844205{width:100%;height:300px;display:none;left:0%;top:87.265625px;}}   @media screen and (max-width:640px) {#text_default_1534530844205{width:35px;height:25px;display:block;left:13.125%;top:9.5px;}} 

 #user_style_05_1533565136450{width:13.166666666666666%;position:absolute;left:86.83333333333333%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1533565136450{top:12.5px;left:43.03751325556734%;width:153px;}}   @media screen and (max-width:640px) {#user_style_05_1533565136450{width:43.125%;top:37px;left:28.4375%;}} 

 #lang_style_1_1535623655337{width:13.583333333333334%;position:absolute;left:43.208333333333336%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1535623655337{left:8.25082508250825%;width:83.4983498349835%;}}   @media screen and (max-width:640px) {#lang_style_1_1535623655337{width:50.31250000000001%;top:0px;left:24.843749999999996%;}} 
 #div_a_includeBlock_1527920163316{width:1200px;height:160px;position:absolute;top:1px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527920163316{width:100%;left:0%;height:151px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527920163316{width:100%;height:162px;top:1px;left:0%;}} #div_a_includeBlock_1527920163316 > .view_contents{overflow:visible;}  #div_a_includeBlock_1527920163316  {} #comm_layout_header{height:164px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:161px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:175px;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;background-position-y:0%;background:#ffffff;}


 #banner_style_01_1528787093462{width:100%;height:676px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1528787093462{height:340px;}}   @media screen and (max-width:640px) {#banner_style_01_1528787093462{width:100%;height:160px;top:0px;left:0%;}} 


 #image_style_01_1534582063893{width:1.8333333333333333%;height:176px;position:absolute;left:31.16666825612386%;top:23px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534582063893{left:30.774631605622517%;width:1.3259668508287292%;height:98px;top:13px;}}   @media screen and (max-width:640px) {#image_style_01_1534582063893{width:8px;height:62px;top:8px;left:34.21875%;}} #image_style_01_1534582063893 > .view_contents{overflow:visible;} 

 #text_style_01_1531469367906{width:54.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:5.583333651224772%;top:376px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531469367906{left:12.579420943286538%;width:60.331491712707184%;top:276.5px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531469367906{width:96.875%;top:104px;left:2%;display:none;}}  #text_style_01_1531469367906>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531469367906>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1531469367906>.view_contents {box-sizing:border-box;}}

 #text_style_01_1531469137262{width:46.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:5.583333651224772%;top:318px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531469137262{left:12.572514865938473%;width:55.35911602209945%;top:233.5px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531469137262{width:96%;top:329px;left:2%;display:none;}}  #text_style_01_1531469137262>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531469137262>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1531469137262>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1531468242014{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:20.000001589457195%;top:182px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468242014{width:15.359116022099448%;left:17.07757876064237%;top:107px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468242014{width:32.8125%;top:74px;left:9.0625%;display:block;}}  #text_style_01_1531468242014>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;text-align:center;font-size:90px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468242014>.view_contents {box-sizing:border-box;font-size:68px;}} @media screen and (max-width:640px) { #text_style_01_1531468242014>.view_contents {box-sizing:border-box;font-size:32px;}}

 #text_style_01_1531468167178{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:14.541666984558105%;top:83px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468167178{left:12.55870271124234%;width:14.475138121546962%;top:42.5px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468167178{width:16.875%;top:32px;left:8.870443105697632%;display:block;}}  #text_style_01_1531468167178>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;text-align:center;font-size:74px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468167178>.view_contents {box-sizing:border-box;font-size:54px;}} @media screen and (max-width:640px) { #text_style_01_1531468167178>.view_contents {box-sizing:border-box;font-size:24px;}}

 #text_style_01_1531468291529{width:12.583333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:35.20833492279053%;top:170px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468291529{left:12.572514865938473%;width:34.25414364640884%;top:96px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468291529{width:52.81249999999999%;top:58px;left:6.09375%;display:block;}}  #text_style_01_1531468291529>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:24px;letter-spacing:2px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468291529>.view_contents {box-sizing:border-box;font-size:20px;letter-spacing:0px;}} @media screen and (max-width:640px) { #text_style_01_1531468291529>.view_contents {box-sizing:border-box;font-size:12px;letter-spacing:0px;}}

 #text_style_01_1531468608333{width:10.916666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:36.95833492279053%;top:212px;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531468608333{left:15.912753152583845%;width:30.939226519337016%;top:133px;display:block;}}   @media screen and (max-width:640px) {#text_style_01_1531468608333{width:55.3125%;top:75px;left:3.2454428076744075%;display:block;}}  #text_style_01_1531468608333>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;text-align:right;font-size:36px;letter-spacing:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531468608333>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1531468608333>.view_contents {box-sizing:border-box;font-size:16px;letter-spacing:0px;}}

 #image_style_01_1531468122006{width:42.333333333333336%;height:232px;position:absolute;left:10.083333651224773%;top:92px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531468122006{left:11.531998650145136%;width:38.12154696132597%;top:42.5px;height:188px;}}   @media screen and (max-width:640px) {#image_style_01_1531468122006{width:68.4375%;height:93px;top:29.5px;left:0%;}} #image_style_01_1531468122006 > .view_contents{overflow:visible;} 

 #text_default_1534583006041{width:33.33333333333333%;height:300px;display:none;position:absolute;top:88.78125px;left:33.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534583006041{width:100%;height:300px;display:none;left:0%;top:88.78125px;}}   @media screen and (max-width:640px) {#text_default_1534583006041{width:241px;height:37px;display:block;left:3.90625%;top:119.5px;}} 
 #div_a_includeBlock_1531468104653{width:1200px;height:463.5px;position:absolute;top:106px;left:13.962329217025749%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531468104653{width:96%;left:2%;height:312px;top:1px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531468104653{width:100%;height:156.5px;top:6.5px;left:0%;}}  #layout_1528787088999{height:676px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528787088999{height:340px;}}   @media screen and (max-width:640px) {#layout_1528787088999{height:163px;}} #layout_1528787088999 > .view_contents{overflow:visible;} 


 #image_style_01_1531117458910{width:60%;height:37px;position:absolute;top:50px;left:19.986111005147297%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531117458910{top:50px;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1531117458910{width:96%;height:20px;top:30px;left:2%;}} #image_style_01_1531117458910 > .view_contents{overflow:visible;} 

 #text_style_01_1531117604385{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:34.56944433848063%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531117604385{left:calc(50% - 145.5px);top:75px;}}   @media screen and (max-width:640px) {#text_style_01_1531117604385{width:96%;top:50px;left:2%;}}  #text_style_01_1531117604385>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531117604385>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1531117604385>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_default_1534534888237{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:107px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534534888237{width:77.8125%;height:300px;display:none;left:11.09375%;top:107px;}}   @media screen and (max-width:640px) {#text_default_1534534888237{width:77.8125%;height:72px;display:block;top:94px;left:11.09375%;}}  #layout_1528189194569{height:179px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528189194569{height:154px;}}   @media screen and (max-width:640px) {#layout_1528189194569{height:166px;}} #layout_1528189194569 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1528189194569  {background:#ededed;}} @media screen and (max-width:640px) { #layout_1528189194569>.view_contents {background:#ffffff;}} #layout_1528189194569  {background:#ffffff;}


 #banner_style_04_1534535225007{width:100%;height:500px;display:none;position:absolute;left:0%;top:67.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1534535225007{width:100%;height:300px;display:none;left:0%;top:67.265625px;}}   @media screen and (max-width:640px) {#banner_style_04_1534535225007{width:100%;height:124px;display:block;top:49px;left:0%;}} 

 #text_default_1534535129001{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:39.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534535129001{width:56.25%;height:300px;display:none;left:21.875%;top:39.265625px;}}   @media screen and (max-width:640px) {#text_default_1534535129001{width:96%;height:24px;display:block;top:18px;left:2%;z-index:3;}} 

 #image_style_01_1534536976052{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:26.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534536976052{width:6.5625%;height:200px;display:none;left:46.71875%;top:26.5px;}}   @media screen and (max-width:640px) {#image_style_01_1534536976052{width:6.25%;height:19px;display:block;top:18px;left:46.875%;}} #image_style_01_1534536976052 > .view_contents{overflow:visible;}  #layout_1534536640166{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1534536640166{}}   @media screen and (max-width:640px) {#layout_1534536640166{height:199px;}} #layout_1534536640166 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1534536640166  {background:#cccccc;}}



 #image_style_01_1531124904193{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531124904193{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531124904193{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531124904193 > .view_contents{overflow:visible;} 

 #text_style_01_1531124904266{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531124904266{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531124904266{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531124904266>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531124904266>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531124904266>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125022094{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125022094{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125022094{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125022094 > .view_contents{overflow:visible;}  #div_blank_1531125022094  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125022094  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125022094  {box-sizing:border-box;}}

 #text_style_01_1531125186944{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125186944{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125186944{width:96%;top:116px;left:2%;}}  #text_style_01_1531125186944>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125186944>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125186944>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531124903570{width:15%;height:355px;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531124903570{width:16%;height:284px;left:2%;top:58px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531124903570{width:47%;height:192px;top:41px;left:26.5625%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531124903570  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531124903570  {background:#e5e5e5;}


 #image_style_01_1531125889897{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125889897{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125889897{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125889897 > .view_contents{overflow:visible;} 

 #text_style_01_1531125889928{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125889928{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125889928{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125889928>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125889928>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125889928>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125889939{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125889939{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125889939{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125889939 > .view_contents{overflow:visible;}  #div_blank_1531125889939  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125889939  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125889939  {box-sizing:border-box;}}

 #text_style_01_1531125889947{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125889947{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125889947{width:96%;top:116px;left:2%;}}  #text_style_01_1531125889947>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125889947>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125889947>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125889491{width:15%;height:355px;position:absolute;top:66px;left:21.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125889491{width:16%;height:284px;top:58px;left:21.749900583244962%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125889491{width:47%;height:192px;top:41px;left:3.3003300330033%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125889491  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125889491  {background:#e5e5e5;}


 #image_style_01_1531125897268{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125897268{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125897268{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125897268 > .view_contents{overflow:visible;} 

 #text_style_01_1531125897293{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125897293{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125897293{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125897293>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125897293>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125897293>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125897305{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125897305{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125897305{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125897305 > .view_contents{overflow:visible;}  #div_blank_1531125897305  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125897305  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125897305  {box-sizing:border-box;}}

 #text_style_01_1531125897314{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125897314{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125897314{width:96%;top:116px;left:2%;}}  #text_style_01_1531125897314>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125897314>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125897314>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125896787{width:15%;height:355px;position:absolute;top:66px;left:42.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125896787{width:16%;height:284px;top:58px;left:41.49986744432662%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125896787{width:47%;height:192px;top:49px;left:53%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125896787  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125896787  {background:#e5e5e5;}


 #image_style_01_1531125904979{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125904979{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125904979{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125904979 > .view_contents{overflow:visible;} 

 #text_style_01_1531125904998{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125904998{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125904998{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125904998>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125904998>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125904998>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125905007{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125905007{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125905007{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125905007 > .view_contents{overflow:visible;}  #div_blank_1531125905007  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125905007  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125905007  {box-sizing:border-box;}}

 #text_style_01_1531125905014{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125905014{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125905014{width:96%;top:116px;left:2%;}}  #text_style_01_1531125905014>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125905014>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125905014>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125904532{width:15%;height:355px;position:absolute;top:66px;left:63.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125904532{width:16%;height:284px;top:58px;left:61.24983430540827%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125904532{width:47%;height:192px;top:59px;left:53%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125904532  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125904532  {background:#e5e5e5;}


 #image_style_01_1531125916835{width:100%;height:191px;position:absolute;left:0%;top:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125916835{left:0%;width:100%;height:157px;}}   @media screen and (max-width:640px) {#image_style_01_1531125916835{width:65.36312849162012%;height:62px;top:12px;left:17.16720779220779%;}} #image_style_01_1531125916835 > .view_contents{overflow:visible;} 

 #text_style_01_1531125916843{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:210px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125916843{left:9.602649006622517%;width:81.00558659217877%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1531125916843{width:62%;top:81px;left:1.948051948051948%;}}  #text_style_01_1531125916843>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125916843>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1531125916843>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_blank_1531125916851{width:100%;height:90px;position:absolute;left:0%;top:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1531125916851{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1531125916851{width:213px;height:55px;top:88px;left:0%;}} #div_blank_1531125916851 > .view_contents{overflow:visible;}  #div_blank_1531125916851  {box-sizing:border-box;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1531125916851  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1531125916851  {box-sizing:border-box;}}

 #text_style_01_1531125916863{width:90.55555555555556%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.722222222222222%;top:251px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531125916863{left:5.89817880794702%;width:88.0794701986755%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1531125916863{width:96%;top:116px;left:2%;}}  #text_style_01_1531125916863>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531125916863>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1531125916863>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1531125916551{width:15%;height:355px;position:absolute;top:66px;left:85%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531125916551{width:16%;height:284px;left:80.99980116648993%;top:58px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531125916551{width:47%;height:192px;top:14px;left:53%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1531125916551  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} #div_a_includeBlock_1531125916551  {background:#e5e5e5;} #layout_1528189513351{height:518px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1528189513351{height:391px;}}   @media screen and (max-width:640px) {#layout_1528189513351{height:270px;display:none;}} #layout_1528189513351 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1528189513351  {background:#ffffff;}


 #image_style_14_1533511577953{width:98.25%;position:absolute;top:48.625px;left:0.8611110051472982%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_14_1533511577953{}}   @media screen and (max-width:640px) {#image_style_14_1533511577953{width:98.00048828125%;top:0px;left:0.999755859375%;display:none;}} #image_style_14_1533511577953 > .view_contents{overflow:visible;} 

 #text_default_1534536519634{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:125.765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534536519634{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:125.765625px;}}   @media screen and (max-width:640px) {#text_default_1534536519634{width:100%;height:42px;display:block;top:21.765625px;left:0%;}} 

 #text_default_1534536184489{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:289.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534536184489{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:289.265625px;}}   @media screen and (max-width:640px) {#text_default_1534536184489{width:100%;height:16px;display:block;top:63.765625px;left:0%;}} 

 #text_default_1534536309660{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:289.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534536309660{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:289.265625px;}}   @media screen and (max-width:640px) {#text_default_1534536309660{width:100%;height:16px;display:block;top:98.265625px;left:0%;}} 

 #text_default_1534536106370{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:228.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534536106370{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:228.265625px;}}   @media screen and (max-width:640px) {#text_default_1534536106370{width:81.5625%;height:33px;display:block;top:82.265625px;left:9.21875%;}} 

 #text_default_1534535666461{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:160.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534535666461{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:160.265625px;}}   @media screen and (max-width:640px) {#text_default_1534535666461{width:43.125%;height:31px;display:block;top:115.265625px;left:28.4375%;}} 

 #text_default_1534536383985{width:33.33333333333333%;height:300px;display:none;position:absolute;left:33.333333333333336%;top:398.265625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534536383985{width:41.66666666666667%;height:300px;display:none;left:29.166666666666664%;top:398.265625px;}}   @media screen and (max-width:640px) {#text_default_1534536383985{width:100.15624999999999%;height:37px;display:block;top:146.265625px;left:-0.0781249999999929%;}}  #layout_1533659105908{height:419.625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533659105908{height:398.625px;}}   @media screen and (max-width:640px) {#layout_1533659105908{height:207px;}} #layout_1533659105908 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1533659105908  {background:#eaeae8;}}


 #text_style_01_1531303401886{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:8.145835876464844px;left:0.7916666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531303401886{left:calc(50% - 145.5px);top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1531303401886{width:71.25%;top:21px;left:14.374999999999998%;}}  #text_style_01_1531303401886>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:28px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531303401886>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1531303401886>.view_contents {box-sizing:border-box;font-size:18px;}}

 #newsList_style_04_1533508265156{width:98.58333333333333%;position:absolute;top:78.65625px;left:0.2916666666666667%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1533508265156{display:block;}}   @media screen and (max-width:640px) {#newsList_style_04_1533508265156{width:96%;top:63px;left:2%;display:block;}}  #layout_1531303401885{height:579px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531303401885{height:535px;}}   @media screen and (max-width:640px) {#layout_1531303401885{height:682px;}} #layout_1531303401885 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1531303401885  {background:#ffffff;}} #layout_1531303401885  {background:transparent;}



 #text_style_01_1531308493165{width:43.32425068119891%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:28.337874659400544%;top:137.84375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531308493165{left:1.6736401673640167%;width:58.995815899581594%;top:35px;}}   @media screen and (max-width:640px) {#text_style_01_1531308493165{width:54.72312703583062%;top:82px;left:22.67406351791531%;}}  #text_style_01_1531308493165>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531308493165>.view_contents {box-sizing:border-box;font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1531308493165>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_default_1534579366245{width:31.79791976225854%;height:130px;position:absolute;top:209.84375px;left:34.10104011887073%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534579366245{}}   @media screen and (max-width:640px) {#text_default_1534579366245{width:96%;height:120px;top:124px;left:2%;}} 

 #text_default_1534579487413{width:57.94947994056464%;height:32px;position:absolute;left:21.02526002971768%;top:86px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1534579487413{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1534579487413{width:96%;height:48px;top:0px;left:2%;}} 
 #div_a_includeBlock_1531303509226{width:673px;height:432px;position:absolute;top:237.375px;left:calc(50% - 336.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1531303509226{width:49.20466595970308%;left:5.1961823966065745%;height:339.84375px;top:150.375px;z-index:1;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1531303509226{width:96%;height:265px;top:50px;left:2%;}}  #div_a_includeBlock_1531303509226>.view_contents {font-size:14px;}

 #image_logo_1533512718341{width:18.970047293746717%;height:134px;position:absolute;top:88px;left:40.51497635312664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1533512718341{left:6.839872746553552%;width:32.34358430540827%;top:8px;height:110px;}}   @media screen and (max-width:640px) {#image_logo_1533512718341{width:41.25%;height:50px;top:0px;left:29.375%;}}  #layout_1531303422704{height:758px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531303422704{height:560px;}}   @media screen and (max-width:640px) {#layout_1531303422704{height:326px;}} #layout_1531303422704 > .view_contents{overflow:visible;}  #layout_1531303422704  {background:#f2f2f2;}




 #text_style_02_1527932288760{width:78.22651448639158%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:11.5px;left:10.890858208955224%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932288760{}}   @media screen and (max-width:640px) {#text_style_02_1527932288760{width:98.125%;top:0px;left:0.9375%;}}  #text_style_02_1527932288760>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932288760>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932288760>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}}
 #div_includeBlock_1527932287806{width:100%;height:53px;position:absolute;top:334.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932287806{left:0%;top:306px;width:894.4296875px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932287806{width:100.1220703125%;height:70px;top:0px;left:0%;display:block;}}  #div_includeBlock_1527932287806  {background:#000000;}



 #dh_style_03_1527932289411{width:48.091603053435115%;z-index:999;left:9.712953057907919%;top:19.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1527932289411{z-index:999;width:134px;}}   @media screen and (max-width:640px) {#dh_style_03_1527932289411{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:3px;}} #dh_style_03_1527932289411 > .view_contents{overflow:visible;}  #dh_style_03_1527932289411 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1527932289411 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1527932289411 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;font-size:14px;padding-bottom:0px;margin-bottom:2px;} #dh_style_03_1527932289411 .mainMenuSet:hover {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_03_1527932289411 .mainMenuSet {margin-bottom:10px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1527932289411 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1527932289411{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1527932289411{
		
	}
}
 #div_includeBlock_1527932288674{width:23%;height:199.5px;position:absolute;top:0px;left:74.43755822185888%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932288674{width:165px;left:81.77313535911603%;height:247.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932288674{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1527932288674  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #image_style_01_1527932289571{width:9.75%;height:25px;position:absolute;top:135.5px;left:4.212454212454213%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289571{left:1.964414739884393%;top:76px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1527932289571{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1527932289571 > .view_contents{overflow:visible;} 

 #text_style_02_1527932289615{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:135.5px;left:18.315018315018314%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289615{left:15.462427745664739%;width:77.40863787375415%;top:73.5px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289615{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1527932289615>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289615>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932289615>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289622{width:71.27659574468085%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:172.5px;left:18.33976833976834%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289622{left:15.462427745664739%;top:136px;width:216px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289622{width:100%;top:145px;left:0%;display:none;}}  #text_style_02_1527932289622>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289622>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932289622>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289628{width:81.66023166023166%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:207px;left:18.315018315018314%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289628{left:calc(50% - 119.5px);top:202.5px;width:239px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289628{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1527932289628>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289628>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1527932289628>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289640{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.023580586080587%;top:0px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289640{left:3.6985187861271673%;top:18.5px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289640{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1527932289640>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289640>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1527932289640>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1527932289577{width:9.701492537313433%;height:25px;position:absolute;top:172.5px;left:4.0410738464788345%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289577{display:block;top:138.5px;left:1.964414739884393%;}}   @media screen and (max-width:640px) {#image_style_01_1527932289577{width:55.09641873278238%;height:200px;top:400px;left:22.45179063360881%;display:none;}} #image_style_01_1527932289577 > .view_contents{overflow:visible;} 

 #image_style_01_1527932289584{width:6.382978723404255%;height:23px;position:absolute;top:210.5px;left:6.028368794326241%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289584{top:203px;left:3.6985187861271673%;}}   @media screen and (max-width:640px) {#image_style_01_1527932289584{width:55.09641873278236%;height:200px;top:600px;left:22.45179063360882%;display:none;}} #image_style_01_1527932289584 > .view_contents{overflow:visible;} 
 #div_includeBlock_1527932288707{width:24.7585601404741%;height:237px;position:absolute;top:45px;left:3.472527293807273%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932288707{height:232.5px;width:346px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932288707{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1527932288707  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1527932288707  {border-left-width:0px;}}

 #text_style_02_1527932289496{width:32.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:82.5px;left:33.85720718294705%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289496{top:69.5px;left:42.87971368715084%;}}   @media screen and (max-width:640px) {#text_style_02_1527932289496{width:100%;top:707px;left:0%;}}  #text_style_02_1527932289496>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289496>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1527932289496>.view_contents {box-sizing:border-box;}}

 #text_style_02_1527932289490{width:15.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:33.86194096834017%;top:34.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1527932289490{top:33.5px;left:42.87011173184357%;width:225px;}}   @media screen and (max-width:640px) {#text_style_02_1527932289490{width:97.30000000000001%;left:1.3499999999999943%;top:300px;}}  #text_style_02_1527932289490>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1527932289490>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1527932289490>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1527932287798{width:100%;height:282px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932287798{height:281px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932287798{width:100%;height:227px;top:50px;left:0%;display:none;}} 
 #div_includeBlock_1527932287566{width:94.93269992082344%;height:387.5px;position:absolute;top:81.50000762939453px;left:2.5377746243752473%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1527932287566{height:359px;}}   @media screen and (max-width:640px) {#div_includeBlock_1527932287566{width:100%;height:70px;top:0px;left:0%;}}  #div_includeBlock_1527932287566  {background:#212121;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1527932287566  {background-position-x:50%;background:#000000;}} #comm_layout_footer{height:469.00000762939453px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:440.5px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:70px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;} 
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}


.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;*/

	#image_style_01_1527920263663 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527920263663 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527920263663 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527920263663 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_17{width:100%; position:relative;}
.menuStyle_17 *{box-sizing: border-box;}
.menuStyle_17 .miniMenu *,
.menuStyle_17 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_17 .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_17 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_17 ul,.menuStyle_17 li{padding:0;margin:0px;list-style:none}
.menuStyle_17 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_17 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_17 .menuUl_box{position:relative; width:100%; text-align:center; border-bottom: 1px solid #000;}
.menuStyle_17 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_17 .menuUl>li{position:relative; padding: 0 2.5em; }
.menuStyle_17 .menuUl>li:after{content: ''; display: block; position: absolute; right: 0; top: 10px; width: 1px; height: calc(100% - 20px); border-right: 1px solid #ccc; }
.menuStyle_17 .menuUl>li:last-child:after{content: ''; display: none;}
.menuStyle_17 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #444; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_17 .menuUl>li>a:hover{text-shadow: 0 0 6px rgba(0,0,0,.2);}
.menuStyle_17 .menuUl #hot>a{border-bottom: 2px solid #000;}
.menuStyle_17 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_17 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_17 .menuUl>li>a i{position: absolute; right: -10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_17 .menuLayout .miniMenu{display:none;}
.menuStyle_17 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_17 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto; padding-top: 10px;}
.menuStyle_17 .menuUl.noHover .rflex:hover .menuUl02{display: none;}
.menuStyle_17 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; padding: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_17 .menuUl02 .subMenu02 {position: relative; color: #fff; background: rgba(21, 25, 33, 0.85); font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_17 .menuUl02 .subMenu02.subCurSet{background: #2b2b2b; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_17 .menuUl02 .subMenu02:hover {background: #2b2e33; color: #fff;}
.menuStyle_17 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;} 
.menuStyle_17 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_17 .menuUl03{position: absolute; background: #2b2e33; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_17 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_17 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.15);}
.menuStyle_17 .menuUl03 .subMenu03.thrCurSet{background: #000; color: #fff;}
.menuStyle_17 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_17 .rflex { position: relative;}
.menuStyle_17 .maxWidth{margin: auto;}

.menuStyle_17 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(21, 25, 33, 0.85); display: none;}
.menuStyle_17 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_17 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_17 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_17 .subBox .sublm>div{float: left; width: calc((100% - 120px)/3); overflow: hidden; margin: 8px 40px 8px 0; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.36);}
.menuStyle_17 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_17 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_17 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_17 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(29, 29, 29, 0.8); color: #fff; font-size: 12px;}
.menuStyle_17 .subBox p{overflow: hidden;}
.menuStyle_17 .subBox p:first-child{}
.menuStyle_17 .subBox p:last-child{}
.menuStyle_17 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #fff; line-height: 28px;}
.menuStyle_17 .subBox .subMenu02.subCurSet{border-bottom: 1px solid #fff;}
.menuStyle_17 .subBox .subMenu02:hover,
.menuStyle_17 .subBox .subMenu02:active{border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #bbb; border-bottom: 1px solid transparent;}
.menuStyle_17 .subBox .subMenu03:hover,
.menuStyle_17 .subBox .subMenu03:active{color: #fff; border-bottom: 1px solid #eee;}
.menuStyle_17 .subBox .subMenu03.thrCurSet{border-bottom: 1px solid #fff; color: #fff;}


@media screen and (max-width:640px) {
.menuStyle_17 .menuUl,
.menuStyle_17 .menuUl_box {display:none;}
.menuStyle_17 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_17 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_17 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_17 .miniMenu .leftBox{height: 100%}
.menuStyle_17 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_17 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_17 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_17 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_17 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_17 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_17 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_17 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1527920971718 .maxWidth{max-width:px;}
	#dh_style_11_1527920971718 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1527920971718 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1527920971718 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    /* color: #cccccc; */
}
.lang-list > .lang-item {
    font-size:14px;
}
/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1528787093462 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/15-1.jpg') center top no-repeat;}
                #banner_style_01_1528787093462 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1534582063893 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534582063893 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1534582063893 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1534582063893 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_1531468122006 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531468122006 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531468122006 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531468122006 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_1531117458910 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531117458910 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1531117458910 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531117458910 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;}
/***页内定义***/
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

/**imgMove**/
.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:800%; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;}
.bannerStyle_4 .imgMove li{position:relative; float:left; margin:6px 10px; height:100%;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}

/**banner4Box**/
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}
/*boxExit*/
.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}
/*subBox*/
.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	#image_style_01_1534536976052 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1534536976052 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1534536976052 .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_1531124904193 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531124904193 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531124904193 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531124904193 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_1531125889897 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125889897 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125889897 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531125889897 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_1531125897268 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125897268 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125897268 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531125897268 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_1531125904979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125904979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125904979 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531125904979 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_1531125916835 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531125916835 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1531125916835 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1531125916835 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;}
.imgStyle_14{ width:100%; }
.imgStyle_14 *{ font-size:'微软雅黑'; }
.imgStyle_14 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_14 .imgTextLi{ width:49%; overflow: hidden; margin-bottom:2%;}
.imgStyle_14 .imgTBox{ text-align: left; display:inline-block;}
.imgStyle_14 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_14 .cont{ display:inline-block; }
.imgStyle_14 .imgBt{ font-size:20px; line-height:2; }
.imgStyle_14 .imgDetail{ font-size:12px; color:#666; }

.imgStyle_14 .imgTextLi:nth-of-type(2n) .imgTBox{  float:left; }
.imgStyle_14 .imgTextLi:nth-of-type(2n) .cont{ float:right; }
.imgStyle_14 .imgTextLi:nth-of-type(2n) .imgBt{   padding-left:10px;}
.imgStyle_14 .imgTextLi:nth-of-type(2n) .imgDetail{  padding-left:10px;}
.imgStyle_14 .imgTextLi:nth-of-type(2n)

.imgStyle_14 .imgTextLi:nth-of-type(2n-1) .imgTBox{ float:right !important; }
.imgStyle_14 .imgTextLi:nth-of-type(2n-1) .cont{ float:left;}
.imgStyle_14 .imgTextLi:nth-of-type(2n-1) .imgBt{ text-align:right !important; padding-right:10px;}
.imgStyle_14 .imgTextLi:nth-of-type(2n-1) .imgDetail{ text-align:right !important; padding-right:10px;}


@media screen and (max-width: 768px){
	.imgStyle_14 .imgTextLi{ width:100% !important;}
	.imgStyle_14 .imgTBox>img{ width:50px;}
	.imgStyle_14 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_14_1533511577953 .imgDetail{ display:none;}
	
	


	
			#image_style_14_1533511577953 li{ width:48%; }
		#image_style_14_1533511577953 li.imgTextLi{ margin-bottom:4%; }
		#image_style_14_1533511577953 .imgTBox img{ width:200px;}
		#image_style_14_1533511577953 .cont{width:calc(100% - 200px); height:100%;}

	@media screen and (min-width: 769px) and (max-width: 1024px){
		#image_style_14_1533511577953 li{ width:48%; }
		#image_style_14_1533511577953 li.imgTextLi{ margin-bottom:4%; }
		#image_style_14_1533511577953 .imgTBox img{ width:200px;}
		#image_style_14_1533511577953 .cont{width:calc(100% - 200px);}
	}
	
	@media screen and (max-width: 768px){
		#image_style_14_1533511577953 li.imgTextLi{ margin-bottom:4%; }
		#image_style_14_1533511577953 .imgTBox img{ width:50px;}
		#image_style_14_1533511577953 .cont{width:calc(100% - 50px);}
	}
	

/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .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';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1533508265156 .newDetail.pc {display:block;}
	#newsList_style_04_1533508265156 .newDetail.pad, #newsList_style_04_1533508265156 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1533508265156 .newDetail.pad {display:block;}
		#newsList_style_04_1533508265156 .newDetail.pc, #newsList_style_04_1533508265156 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1533508265156 .newDetail.mobile {display:block;}
		#newsList_style_04_1533508265156 .newDetail.pc, #newsList_style_04_1533508265156 .newDetail.pad {display:none;}
	}

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

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}

.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_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

	#image_style_01_1527932289571 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289571 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527932289571 .CompatibleImg img{null}}
#image_style_01_1527932289571 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_1527932289577 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289577 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527932289577 .CompatibleImg img{null}}
#image_style_01_1527932289577 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_1527932289584 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527932289584 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527932289584 .CompatibleImg img{null}}
#image_style_01_1527932289584 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;}
