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


 #dh_style_01_1482562315212{width:50.5%;position:absolute;left:49.5%;top:25px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482562315212{width:59.583333333333336%;z-index:999;left:40.3125%;top:23px;display:block;}}   @media screen and (max-width:640px) {#dh_style_01_1482562315212{width:31.57894736842105%;z-index:2;left:67.89473684210526%;top:0px;height:50px;display:block;}} #dh_style_01_1482562315212 > .view_contents{overflow:visible;}  #dh_style_01_1482562315212  {font-size:12px;} #dh_style_01_1482562315212 .columnSet {font-size:12px;} #dh_style_01_1482562315212 .mainMenuSet {font-size:16px;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 .mainMenuSet:hover {color:#3bc2bb;border-bottom-color:#aaff56;border-bottom-style:none;border-bottom-width:1px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-top-color:#aaff56;border-right-color:#aaff56;border-left-color:#aaff56;} #dh_style_01_1482562315212 #hot>a {background:transparent;color:#3bc2bb;border-bottom-color:#f13a3a;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212 #hot>a:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:0px;border-top-style:none;border-right-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;} #dh_style_01_1482562315212 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1482562315212 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1482562315212 .subminSet:hover {color:transparent;} #dh_style_01_1482562315212 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1482562315212 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1482562315212:hover {background:rgba(28,118,245,0);} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a {color:#06cabc;font-size:16px;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482562315212 #hot>a:hover {color:#06cabc;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482562315212{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482562315212{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1482562315212{
		
	}
}

 #image_logo_1482563182658{width:21.25%;height:60px;position:absolute;left:0%;top:10.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1482563182658{width:20.833333333333336%;height:47px;left:0%;top:23px;}}   @media screen and (max-width:640px) {#image_logo_1482563182658{width:60.62499999999999%;height:48px;left:0%;top:3px;}}  #comm_layout_header{height:98px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:90px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:53px;z-index:10;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #image_style_01_1516080508184{width:99.93986770895971%;height:490px;position:absolute;top:1px;left:0.06013229104028864%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516080508184{}}   @media screen and (max-width:640px) {#image_style_01_1516080508184{width:100%;height:91px;top:0px;left:0%;}} #image_style_01_1516080508184 > .view_contents{overflow:visible;} 


 #text_style_02_1516000591232{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:47px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516000591232{}}   @media screen and (max-width:640px) {#text_style_02_1516000591232{width:96%;top:11px;left:1.9970703125%;}}  #text_style_02_1516000591232>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516000591232>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516000591232>.view_contents {box-sizing:border-box;}}

 #text_style_02_1516000669081{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516000669081{}}   @media screen and (max-width:640px) {#text_style_02_1516000669081{width:96%;top:46px;left:2%;}}  #text_style_02_1516000669081>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516000669081>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516000669081>.view_contents {box-sizing:border-box;}}

 #text_style_02_1516000713304{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:133px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516000713304{}}   @media screen and (max-width:640px) {#text_style_02_1516000713304{width:96%;top:81px;left:1.9970703125%;}}  #text_style_02_1516000713304>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#1c76f5;font-weight:bold;} #text_style_02_1516000713304  {background-repeat:repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516000713304>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516000713304>.view_contents {box-sizing:border-box;}}

 #image_style_01_1516086404091{width:40.34876728803368%;height:423px;position:absolute;top:188px;left:13.92062537582682%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516086404091{}}   @media screen and (max-width:640px) {#image_style_01_1516086404091{width:96%;height:194px;top:127px;left:2%;}} #image_style_01_1516086404091 > .view_contents{overflow:visible;} 

 #text_style_01_1516086688938{width:26.51834034876729%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:359px;left:57.035478051713774%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516086688938{left:60.322773064687176%;top:209px;}}   @media screen and (max-width:640px) {#text_style_01_1516086688938{width:96%;top:398px;left:2%;}}  #text_style_01_1516086688938>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:normal;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516086688938>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516086688938>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516086647271{width:25.97714972940469%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:269px;left:57.035478051713774%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516086647271{left:60.322773064687176%;width:22.057264050901377%;top:147px;}}   @media screen and (max-width:640px) {#text_style_01_1516086647271{width:96%;top:331px;left:2%;}}  #text_style_01_1516086647271>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516086647271>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516086647271>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516000874358{width:100%;height:611px;position:absolute;top:498px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516000874358{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516000874358{width:100%;height:654px;top:91px;left:0%;}} 

 #image_style_01_1516087182525{width:99.96993385447985%;height:444px;position:absolute;top:1164px;left:0.015033072760076038%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087182525{display:block;}}   @media screen and (max-width:640px) {#image_style_01_1516087182525{width:96%;height:77px;top:1175px;left:2%;display:none;}} #image_style_01_1516087182525 > .view_contents{overflow:visible;} 

 #image_style_01_1516087742175{width:12.026458208057727%;height:200px;position:absolute;top:1337px;left:18.220084185207455%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087742175{}}   @media screen and (max-width:640px) {#image_style_01_1516087742175{width:200px;height:200px;top:1126px;left:18.75%;display:none;}} #image_style_01_1516087742175 > .view_contents{overflow:visible;} 

 #image_style_01_1516087747034{width:12.026458208057727%;height:200px;position:absolute;top:1337px;left:35.29389657245941%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087747034{}}   @media screen and (max-width:640px) {#image_style_01_1516087747034{width:200px;height:200px;top:1336px;left:18.75%;display:none;}} #image_style_01_1516087747034 > .view_contents{overflow:visible;} 

 #image_style_01_1516087758951{width:12.026458208057727%;height:200px;position:absolute;top:1337px;left:52.49455051112447%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087758951{}}   @media screen and (max-width:640px) {#image_style_01_1516087758951{width:200px;height:200px;top:1546px;left:18.75%;display:none;}} #image_style_01_1516087758951 > .view_contents{overflow:visible;} 

 #image_style_01_1516087771603{width:12.026458208057727%;height:200px;position:absolute;top:1337px;left:69.63131389055923%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087771603{}}   @media screen and (max-width:640px) {#image_style_01_1516087771603{width:200px;height:200px;top:916px;left:18.75%;display:none;}} #image_style_01_1516087771603 > .view_contents{overflow:visible;} 

 #text_style_01_1516087936589{width:11.725796752856283%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1537px;left:18.21914461815995%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516087936589{}}   @media screen and (max-width:640px) {#text_style_01_1516087936589{width:96%;top:1756px;left:2%;display:none;}}  #text_style_01_1516087936589>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-weight:normal;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516087936589>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516087936589>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516087982008{width:11.725796752856283%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1537px;left:35.29389657245941%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516087982008{}}   @media screen and (max-width:640px) {#text_style_01_1516087982008{width:96%;top:1798px;left:2%;display:none;}}  #text_style_01_1516087982008>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-weight:normal;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516087982008>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516087982008>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516088000954{width:11.725796752856283%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1537px;left:52.49455051112447%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516088000954{}}   @media screen and (max-width:640px) {#text_style_01_1516088000954{width:96%;top:1840px;left:2%;display:none;}}  #text_style_01_1516088000954>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-weight:normal;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516088000954>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516088000954>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516088033127{width:12.627781118460613%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1537px;left:69.93197534576068%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516088033127{}}   @media screen and (max-width:640px) {#text_style_01_1516088033127{width:96%;top:1882px;left:2%;display:none;}}  #text_style_01_1516088033127>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-weight:normal;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516088033127>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516088033127>.view_contents {box-sizing:border-box;}}

 #text_style_02_1516071953260{width:99.93986770895971%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:1663px;left:0.03006614552014497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516071953260{}}   @media screen and (max-width:640px) {#text_style_02_1516071953260{width:96%;top:745px;left:2%;}}  #text_style_02_1516071953260>.view_contents {box-sizing:border-box;font-size:26px;text-align:center;line-height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516071953260>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516071953260>.view_contents {box-sizing:border-box;}}

 #text_style_02_1516071974802{width:99.93986770895971%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:1721px;left:0.03006614552014497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516071974802{}}   @media screen and (max-width:640px) {#text_style_02_1516071974802{width:96%;top:781px;left:2%;}}  #text_style_02_1516071974802>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#7f7f7f;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516071974802>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516071974802>.view_contents {box-sizing:border-box;}}

 #text_style_02_1516071991046{width:99.93986770895971%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:1772px;left:0.03006614552014497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516071991046{}}   @media screen and (max-width:640px) {#text_style_02_1516071991046{width:96%;top:817px;left:2%;}}  #text_style_02_1516071991046>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:36px;color:#1c76f5;font-weight:bold;} #text_style_02_1516071991046  {background-repeat:repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516071991046>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516071991046>.view_contents {box-sizing:border-box;}}

 #text_style_02_1516072189395{width:99.93986770895971%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:1825px;left:0.03006614552014497%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1516072189395{}}   @media screen and (max-width:640px) {#text_style_02_1516072189395{width:96%;top:861px;left:2%;}}  #text_style_02_1516072189395>.view_contents {box-sizing:border-box;font-size:20px;text-align:center;line-height:36px;font-family:Microsoft YaHei;color:#828282;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1516072189395>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1516072189395>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_02_1516088693022{width:72.03848466626579%;position:absolute;top:1976px;left:13.980757666867106%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_02_1516088693022{}}   @media screen and (max-width:640px) {#image_style_02_1516088693022{width:96%;top:955px;left:2%;}} #image_style_02_1516088693022 > .view_contents{overflow:visible;} 

 #text_style_01_1516087575216{width:11.605532170775707%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1192px;left:44.19723391461214%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516087575216{width:142px;left:calc(50% - 71px);top:1191px;}}   @media screen and (max-width:640px) {#text_style_01_1516087575216{width:96%;top:755px;left:2%;display:none;}}  #text_style_01_1516087575216>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516087575216>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516087575216>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516087640554{width:58.38845460012026%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:1261px;left:20.80577269993987%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516087640554{width:668px;left:16.032608695652172%;top:1267px;}}   @media screen and (max-width:640px) {#text_style_01_1516087640554{width:96%;top:842px;left:2%;display:none;}}  #text_style_01_1516087640554>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-weight:normal;text-align:center;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516087640554>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516087640554>.view_contents {box-sizing:border-box;}} #layout_diy_1514868325{height:2296px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1514868325{height:2376px;}}   @media screen and (max-width:640px) {#layout_diy_1514868325{height:1771px;display:block;}} 
 #layout_1516072929882{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516072929882{}}   @media screen and (max-width:640px) {#layout_1516072929882{height:1px;}} #layout_1516072929882 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1487662812386{width:13%;height:157px;position:absolute;top:37px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662812386{left:1.4846235418875928%;width:16.436903499469775%;top:30px;}}   @media screen and (max-width:640px) {#image_style_01_1487662812386{width:200px;height:200px;top:0px;}} #image_style_01_1487662812386 > .view_contents{overflow:visible;} 

 #text_style_02_1487663201803{width:12.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:194px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663201803{left:1.4846235418875928%;width:16.224814422057264%;top:187px;}}   @media screen and (max-width:640px) {#text_style_02_1487663201803{width:370px;top:500px;}}  #text_style_02_1487663201803>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663201803>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663201803>.view_contents {box-sizing:border-box;}}

 #text_default_1487662975623{width:42.333333333333336%;height:124px;position:absolute;top:53.5px;left:17.041666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487662975623{left:21.84351802757158%;width:42.09968186638388%;top:53.5px;}}   @media screen and (max-width:640px) {#text_default_1487662975623{width:370px;height:300px;top:200px;}}  #text_default_1487662975623  {border-right-color:#7f7f7f;border-right-style:solid;border-right-width:1px;}

 #text_default_1487663340375{width:24.166666666666668%;height:85px;position:absolute;top:79.5px;left:75.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1487663340375{width:28.63202545068929%;left:71.15588547189819%;top:79.5px;}}   @media screen and (max-width:640px) {#text_default_1487663340375{width:100%;height:300px;top:0px;left:0%;display:none;}}  #text_default_1487663340375  {border-right-color:#7f7f7f;border-right-style:none;border-right-width:1px;}
 #div_includeBlock_1487662689666{width:1200px;height:276px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1487662689666{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1487662689666{width:100%;height:300px;top:0px;left:0%;display:none;}} 

 #div_blank_1487662729998{width:100%;height:12px;position:absolute;top:276px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1487662729998{}}   @media screen and (max-width:640px) {#div_blank_1487662729998{width:82.64462809917356%;height:200px;top:300px;left:8.67768595041322%;display:none;}} #div_blank_1487662729998 > .view_contents{overflow:visible;}  #div_blank_1487662729998  {box-sizing:border-box;background:transparent;border-top-color:#7f7f7f;border-top-style:solid;border-top-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1487662729998  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1487662729998  {box-sizing:border-box;}}

 #text_style_02_1487663541849{width:1200px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:287px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1487663541849{}}   @media screen and (max-width:640px) {#text_style_02_1487663541849{width:100%;top:23px;left:0%;}}  #text_style_02_1487663541849>.view_contents {box-sizing:border-box;color:#7f7f7f;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1487663541849>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517396282520{width:27px;height:27px;position:absolute;top:298px;left:42.932212296374146%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517396282520{width:27px;height:27px;position:absolute;top:298px;left:37.932212%;}}   @media screen and (max-width:640px) {#image_style_01_1517396282520{width:20px;height:20px;top:36px;left:11%;}} #image_style_01_1517396282520 > .view_contents{overflow:visible;}  #comm_layout_footer{height:487px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:387px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:133px;display:block;}}  #comm_layout_footer  {background:#212831;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

.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_1516080508184 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516080508184 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516080508184 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516080508184 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_1516086404091 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516086404091 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1516086404091 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1516086404091 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_1516087182525 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087182525 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516087182525 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516087182525 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_1516087742175 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087742175 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516087742175 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516087742175 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_1516087747034 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087747034 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516087747034 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516087747034 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_1516087758951 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087758951 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516087758951 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516087758951 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_1516087771603 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516087771603 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516087771603 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516087771603 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;}

.imgStyle2{width:100%; height:100%;}
.imgStyle2 div{width:25%; min-height:200px; border:1px solid #fff; box-sizing:border-box; float:left; position: relative; overflow: hidden;}
.imgStyle2 div img{position: absolute; box-sizing: border-box; height: 100%; width: auto; top: 0; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}

@media screen and (max-width:991px){
.imgStyle2 div{width:50%; height:200px;}
}
@media screen and (max-width:480px){
.imgStyle2 div{width:100%; height:160px;}
}

	#image_style_01_1487662812386 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1487662812386 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1487662812386 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1487662812386 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_1517396282520 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517396282520 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517396282520 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517396282520 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;}
