

@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #image_logo_1548035251893{width:36.41666666666667%;height:63px;position:absolute;top:45.1px;left:0%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1548035251893{left:1.007423117709438%;top:27.5px;height:55px;z-index:7;}}   @media screen and (max-width:640px) {#image_logo_1548035251893{width:47.10526315789474%;height:36px;top:8px;left:1.9983552631578947%;}}  #image_logo_1548035251893 .textSet {}

 #image_style_01_1548035372513{width:4.416666666666667%;height:27px;position:absolute;top:66.2px;left:82.20833333333334%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548035372513{left:79.26994962884412%;top:29.5px;z-index:6;height:22px;width:30px;}}   @media screen and (max-width:640px) {#image_style_01_1548035372513{width:84px;height:27px;top:468px;left:38.94736842105263%;display:none;}} #image_style_01_1548035372513 > .view_contents{overflow:visible;} 

 #text_style_01_1548035395554{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:60.1px;left:69.16666666666667%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548035395554{z-index:5;top:22px;left:68.13195917285259%;}}   @media screen and (max-width:640px) {#text_style_01_1548035395554{width:96%;font-size:12px;color:#333;line-height:1.6;top:420px;left:2%;display:none;}}  #text_style_01_1548035395554>.view_contents {font-size:24px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548035395554>.view_contents {font-size:20px;color:#333333;}}

 #text_style_01_1548035398689{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:101.1px;left:69.16666666666667%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548035398689{z-index:6;top:50px;left:68.13195917285259%;}}   @media screen and (max-width:640px) {#text_style_01_1548035398689{width:96%;font-size:12px;color:#333;line-height:1.6;top:548px;left:2%;display:none;}}  #text_style_01_1548035398689>.view_contents {font-size:24px;text-align:right;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548035398689>.view_contents {font-size:20px;color:#333333;font-family:Microsoft YaHei;}}

 #dh_style_11_1548035594282{width:65.16666666666666%;z-index:2;position:absolute;top:152px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1548035594282{z-index:1000;left:1.007423117709438%;top:125px;width:66.17179215270413%;}}   @media screen and (max-width:640px) {#dh_style_11_1548035594282{width:13.421052631578947%;z-index:999;top:4px;left:86.57894736842105%;}} #dh_style_11_1548035594282 > .view_contents{overflow:visible;}  #dh_style_11_1548035594282 .mainMenuSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;line-height:40px;font-size:16px;margin-right:22px;} #dh_style_11_1548035594282 .mainMenuSet:hover {background-size:auto 100%;background: url(./20190121100801990.png?x-oss-process=style/small);color:#346cbc;} #dh_style_11_1548035594282 #hot>a {background-size:auto 100%;background: url(./20190121100801990.png);color:#346cbc;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1548035594282 .mainMenuSet {font-size:14px;line-height:36px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1548035594282 .mainMenuSet:hover {margin-right:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1548035594282 #hot>a {margin-right:14px;}} @media screen and (max-width:640px) { #dh_style_11_1548035594282 .mainMenuSet:hover {background:transparent;font-weight:bold;}} @media screen and (max-width:640px) { #dh_style_11_1548035594282 #hot>a {background:transparent;font-weight:bold;}} @media screen and (max-width:640px) { #dh_style_11_1548035594282 .mainMenuSet {border-color:transparent;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1548035594282{
	
}
#dh_style_11_1548035594282 #hot>a{background-size: 100% 100%;}
#dh_style_11_1548035594282 .menuStyle_11 .menuUl>li>a:hover{background-size: 100% 100%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1548035594282{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1548035594282{
		
	}
}

 #searchbox_style_02_1548035855797{width:23.833333333333336%;position:absolute;top:152px;left:68.08333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1548035855797{z-index:4;left:69.08967391304348%;top:126px;width:211px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1548035855797{width:96%;top:650px;left:2%;display:none;}} #searchbox_style_02_1548035855797 > .view_contents{overflow:visible;}  #searchbox_style_02_1548035855797 .inputSet {border-style:solid;border-right:none !important;border-top:none !important;border-left:none !important;border-radius:initial;border-color:#e5e5e5;font-size:16px;} #searchbox_style_02_1548035855797 .kwSet {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_02_1548035855797 .inputSet {font-size:14px;height:36px;}} @media screen and (min-width:641px) and (max-width:1200px) { #searchbox_style_02_1548035855797 .btnaSet {font-size:14px;height:36px;}}

 #image_style_01_1548035922173{width:18px;height:18px;position:absolute;top:163px;left:95.45833333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548035922173{z-index:3;left:93.761598621421%;top:136px;height:16px;}}   @media screen and (max-width:640px) {#image_style_01_1548035922173{width:18px;height:18px;top:721px;left:47.63157894736842%;display:none;}} #image_style_01_1548035922173 > .view_contents{overflow:visible;} 

 #text_style_01_1548036153110{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:158px;left:69.16666666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548036153110{z-index:2;left:68.13361611876988%;top:130.5px;}}   @media screen and (max-width:640px) {#text_style_01_1548036153110{width:96%;font-size:12px;color:#333;line-height:1.6;top:692px;left:2%;display:none;}}  #text_style_01_1548036153110>.view_contents {text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548036153110>.view_contents {font-size:14px;}} #comm_layout_header{height:207px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:177px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:52px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #image_style_01_1548066125747{width:100%;height:500px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548066125747{height:368px;}}   @media screen and (max-width:640px) {#image_style_01_1548066125747{width:100%;height:141px;top:0px;left:0%;}} #image_style_01_1548066125747 > .view_contents{overflow:visible;} 


 #text_style_01_1548066125863{width:59.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:53px;left:1.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548066125863{left:2.0089285714285716%;top:83px;width:559px;}}   @media screen and (max-width:640px) {#text_style_01_1548066125863{width:56.57894736842105%;font-size:12px;color:#333;line-height:1.6;top:20px;left:4.6875%;}}  #text_style_01_1548066125863>.view_contents {font-size:34px;text-align:center;color:#024c99;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548066125863>.view_contents {font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1548066125863>.view_contents {font-size:12px;}}

 #text_style_01_1548066125871{width:59.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104.5px;left:1.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548066125871{left:3.166666666666667%;top:121.5px;width:534px;}}   @media screen and (max-width:640px) {#text_style_01_1548066125871{width:65.9375%;font-size:12px;color:#333;line-height:1.6;top:35.5px;left:0%;}}  #text_style_01_1548066125871>.view_contents {font-size:44px;text-align:center;color:#024c99;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548066125871>.view_contents {font-size:32px;}} @media screen and (max-width:640px) { #text_style_01_1548066125871>.view_contents {font-size:14px;}}

 #text_style_01_1548066125876{width:59.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:164px;left:1.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548066125876{width:455px;left:6.5%;top:163.5px;}}   @media screen and (max-width:640px) {#text_style_01_1548066125876{width:51.05263157894737%;font-size:12px;color:#333;line-height:1.6;top:52.5px;left:7.5%;}}  #text_style_01_1548066125876>.view_contents {font-size:34px;text-align:center;color:#024c99;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548066125876>.view_contents {font-size:26px;}} @media screen and (max-width:640px) { #text_style_01_1548066125876>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1548066125753{width:1200px;height:300px;position:absolute;top:100px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1548066125753{left:0.9991383881230116%;top:29px;width:98%;height:274px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1548066125753{width:100%;height:96px;top:22.5px;left:0%;}}  #layout_1548066125745{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1548066125745{height:368px;}}   @media screen and (max-width:640px) {#layout_1548066125745{height:141px;}} #layout_1548066125745 > .view_contents{overflow:visible;} 


 #image_style_01_1504078586189{width:45%;height:375px;position:absolute;top:70px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1504078586189{left:2%;width:43%;top:50px;height:302px;}}   @media screen and (max-width:640px) {#image_style_01_1504078586189{width:96%;height:208px;top:30px;left:2%;}} #image_style_01_1504078586189 > .view_contents{overflow:visible;} 


 #text_style_01_1548062814344{width:56.060606060606055%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:22.424242424242426%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548062814344{top:45.1px;left:22%;}}   @media screen and (max-width:640px) {#text_style_01_1548062814344{width:71.5625%;font-size:12px;color:#333;line-height:1.6;top:24px;left:14.169381107491857%;}}  #text_style_01_1548062814344>.view_contents {font-size:36px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548062814344>.view_contents {font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1548062814344>.view_contents {font-size:18px;}}

 #text_style_01_1548062820426{width:56.060606060606055%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:107px;left:22.424242424242426%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548062820426{top:80px;left:22%;}}   @media screen and (max-width:640px) {#text_style_01_1548062820426{width:51.465798045602604%;font-size:12px;color:#333;line-height:1.6;top:48px;left:24.267100977198698%;}}  #text_style_01_1548062820426>.view_contents {text-align:center;font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548062820426>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1548062820426>.view_contents {font-size:12px;}}

 #text_style_01_1504082295820{width:87.42424242424242%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:195px;left:6.287878787878788%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1504082295820{left:6.268749999999999%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1504082295820{width:83.71335504885994%;top:82px;left:8.143322475570033%;}}  #text_style_01_1504082295820>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;color:#ffffff;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1504082295820>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1504082295820>.view_contents {box-sizing:border-box;font-size:14px;line-height:28px;}}
 #div_a_includeBlock_1548062907866{width:55%;height:375px;position:absolute;top:70px;left:45%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1548062907866{top:50px;width:53%;left:44.947971898197245%;height:302px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1548062907866{width:96%;height:189px;top:238px;left:2%;}}  #div_a_includeBlock_1548062907866  {background:rgba(52,108,188,1);} #layout_1504076763959{height:515px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1504076763959{height:402px;}}   @media screen and (max-width:640px) {#layout_1504076763959{height:456px;}} #layout_1504076763959 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1504079153043{width:90.16666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:64px;left:4.916666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1504079153043{left:4.931071049840933%;top:45px;}}   @media screen and (max-width:640px) {#text_style_01_1504079153043{width:96%;top:25px;left:2%;}}  #text_style_01_1504079153043>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;font-family:Microsoft YaHei;text-align:center;padding-bottom:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1504079153043>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1504079153043>.view_contents {box-sizing:border-box;font-size:14px;padding-bottom:0px;}} #layout_1504078627671{height:192px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1504078627671{height:154px;}}   @media screen and (max-width:640px) {#layout_1504078627671{height:175px;}} #layout_1504078627671 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1504078627671  {background: url(./500519217.jpg);background-size:auto 100%;background-attachment:fixed;}
/*----------------------电脑板式样式----------------------*/
#layout_1504078627671{
	background-attachment:fixed;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1504078627671{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_1504078627671{
		
	}
}


 #liuyanban_style_01_1504082369487{width:100%;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1504082369487{width:96%;left:2%;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1504082369487{width:100%;top:17px;left:0%;}}  #liuyanban_style_01_1504082369487 .titSet {text-align:center;font-size:36px;line-height:38px;height:30px;font-weight:normal;margin-right:0px;margin-bottom:70px;} #liuyanban_style_01_1504082369487 .btnaSet {font-size:14px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#346cbc;} #liuyanban_style_01_1504082369487 .inputSet {margin-top:9px;background:transparent;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;} #liuyanban_style_01_1504082369487 .textareaSet {background:transparent;border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;} #liuyanban_style_01_1504082369487 .btnaSet:hover {background:#1a5484;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_01_1504082369487 .btnaSet {margin-top:60.1px;}} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_01_1504082369487 .titSet {font-size:30px;line-height:32px;margin-bottom:50px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1504082369487 .titSet {font-size:18px;line-height:20px;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1504082369487 .gformList input{
	float:left; margin-right:1%;
}
#liuyanban_style_01_1504082369487 .gformList input[name=tel],#liuyanban_style_01_1504082369487 .gformList input[name=qq]{ float:right; margin-right:0;}
#liuyanban_style_01_1504082369487 .btnaSet{width:25%;min-width:0; margin-bottom:0; float:none !important;}
#liuyanban_style_01_1504082369487 .gformStyle_1 .gformList{ text-align:center;}
#liuyanban_style_01_1504082369487 .gf_name{width:49%; float:left;min-width:0;}
#liuyanban_style_01_1504082369487 .gf_tel{width:49%; float:right;min-width:0;}
#liuyanban_style_01_1504082369487 .gf_email{clear:both;position:relative;top:4px;min-width:0;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1504082369487{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_01_1504082369487{
		
	}
#liuyanban_style_01_1504082369487 .btnaSet{width:50%;min-width:0;}
} #layout_1504082358131{height:515px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1504082358131{height:487px;}}   @media screen and (max-width:640px) {#layout_1504082358131{height:385px;}} #layout_1504082358131 > .view_contents{overflow:visible;max-width:1200px;} 


 #map_style_01_1504082889022{width:100%;height:420px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1504082889022{width:96%;left:2%;top:50px;}}   @media screen and (max-width:640px) {#map_style_01_1504082889022{width:96%;height:300px;top:16px;left:2.03125%;}}  #layout_1504082882723{height:490px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1504082882723{height:470px;}}   @media screen and (max-width:640px) {#layout_1504082882723{height:316px;}} #layout_1504082882723 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1498113765483{height:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498113765483{height:50px;}}   @media screen and (max-width:640px) {#layout_1498113765483{height:30px;}} #layout_1498113765483 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1548051607630{width:44.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:29.541666666666664%;top:151px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548051607630{left:25.023674242424242%;width:50%;top:119px;}}   @media screen and (max-width:640px) {#text_style_01_1548051607630{width:96%;font-size:12px;color:#333;line-height:1.6;top:58.514626865671644px;left:2%;}}  #text_style_01_1548051607630>.view_contents {font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548051607630>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1548051607630>.view_contents {font-size:14px;}}

 #image_style_01_1548051619714{width:27.916666666666668%;height:42px;position:absolute;left:36.041666666666664%;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548051619714{left:16.998106060606062%;width:66.006600660066%;top:49px;height:38px;}}   @media screen and (max-width:640px) {#image_style_01_1548051619714{}} #image_style_01_1548051619714 > .view_contents{overflow:visible;} 

 #dh_style_11_1548051662162{width:40%;z-index:999;position:absolute;left:30%;top:124px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1548051662162{z-index:999;left:26.028138528138527%;width:47.943722943722946%;top:98px;}}   @media screen and (max-width:640px) {#dh_style_11_1548051662162{width:44px;z-index:999;top:10px;left:calc(100% - 50px);}} #dh_style_11_1548051662162 > .view_contents{overflow:visible;}  #dh_style_11_1548051662162 .mainMenuSet {padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;border-top:none !important;border-bottom:none !important;border-left:none !important;border-style:solid;border-color:#999999;border-width:1px;} #dh_style_11_1548051662162 .mainMenuSet:hover {color:#333333;background:transparent;} #dh_style_11_1548051662162 #hot>a {color:#333333;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1548051662162 .mainMenuSet {line-height:14px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1548051662162{
	
}
#dh_style_11_1548051662162 .menuStyle_11 .menuUl>li:last-child a{border-width:0;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1548051662162{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1548051662162{
		
	}
}

 #text_style_01_1548051842185{width:44.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:27.875%;top:176px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548051842185{width:50%;left:25.01352813852814%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1548051842185{width:96%;font-size:12px;color:#333;line-height:1.6;top:112.51462686567164px;left:2%;}}  #text_style_01_1548051842185>.view_contents {font-size:14px;text-align:center;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548051842185>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1548051842185>.view_contents {font-size:14px;}}

 #image_style_01_1548051887716{width:20px;height:20px;position:absolute;left:38.875%;top:177.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548051887716{left:36.9335091991342%;width:2.922077922077922%;top:146.5px;}}   @media screen and (max-width:640px) {#image_style_01_1548051887716{}} #image_style_01_1548051887716 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1548051553810{width:1200px;height:270px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1548051553810{width:98%;left:1.007423117709438%;height:210px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1548051553810{width:100%;height:244.5px;top:74px;left:0%;display:none;}} 

 #div_blank_1548051975864{width:100%;height:36px;position:absolute;top:270px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1548051975864{left:calc(50% - 471.5px);top:210px;}}   @media screen and (max-width:640px) {#div_blank_1548051975864{width:100%;height:41px;top:0px;left:0%;}} #div_blank_1548051975864 > .view_contents{overflow:visible;}  #div_blank_1548051975864  {box-sizing:border-box;background:#065bba;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1548051975864  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1548051975864  {box-sizing:border-box;}}

 #text_style_01_1548052059418{width:44.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:27.892234548335974%;top:275.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1548052059418{left:25%;width:50%;top:215.5px;}}   @media screen and (max-width:640px) {#text_style_01_1548052059418{width:96%;font-size:12px;color:#333;line-height:1.6;top:12px;left:2%;}}  #text_style_01_1548052059418>.view_contents {font-size:14px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1548052059418>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1548052059418>.view_contents {font-size:12px;}} #comm_layout_footer{height:306px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:246px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:41px;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {border-style:solid;border-width:2px;border-color:#f4f4f4;border-right:none !important;border-bottom:none !important;border-left:none !important;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1548035372513 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548035372513 .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_1548035372513 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1548035372513 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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .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_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

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


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1548035594282 .maxWidth{max-width:px;}
	#dh_style_11_1548035594282 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1548035594282 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1548035594282 .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;}

}


	#image_style_01_1548035922173 .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_1548035922173 .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_1548035922173 .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_1548066125747 .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_1548066125747 .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_1548066125747 .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_1548066125747 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_1504078586189 .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_1504078586189 .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_1504078586189 .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_1504078586189 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;}
/*留言板样式*/
.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 form{}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gformList textarea.gf_message{}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}
.gformStyle_1 .gb_nickname{}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}

.changeCode {
    position: absolute;
    bottom: 232px;
    right: 0px;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}
	#image_style_01_1548051619714 .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_1548051619714 .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_1548051619714 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1548051619714 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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .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_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

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


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1548051662162 .maxWidth{max-width:px;}
	#dh_style_11_1548051662162 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1548051662162 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1548051662162 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1548051887716 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1548051887716 .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_1548051887716 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1548051887716 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;top: calc(100% - 50px);z-index:999999}
				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 5px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px;}
				}
				