
@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;}
    }

body{ background-position:left top; }
 #comm_layout_header{height:10px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:76px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:66px;}} #comm_layout_header > .view_contents{max-width:1200px;}  #comm_layout_header  {background:#1e1e33;}


 #dh_style_01_1532419725600{width:44.583333333333336%;z-index:999;position:absolute;left:55.41666666666667%;top:3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1532419725600{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1532419725600{width:96%;z-index:999;left:2%;top:0px;}} #dh_style_01_1532419725600 > .view_contents{overflow:visible;}  #dh_style_01_1532419725600 #hot>a {color:#ff3030;font-size:18px;border-bottom-color:#22a3ab;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1532419725600 .mainMenuSet {color:#ffffff;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;} #dh_style_01_1532419725600 .mainMenuSet:hover {font-size:18px;color:#ff3030;border-bottom-color:#22a3ab;border-bottom-style:none;border-bottom-width:1px;} #dh_style_01_1532419725600 #hot>a:hover {color:#ff6d00;font-size:18px;font-family:SimHei;border-bottom-style:none;} @media screen and (max-width:640px) { #dh_style_01_1532419725600 .mainMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1532419725600 .icoMenuSet {color:#ffffff;}} #layout_1501039883189{height:450px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501039883189{height:350px;}}   @media screen and (max-width:640px) {#layout_1501039883189{height:250px;}} #layout_1501039883189 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1501039883189  {background: url(../img/upimages/pkgimg/pkgimg/pkgimg/contactUs_banner.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;}


 #map_style_01_1492504486958{width:40.68868587491215%;height:262px;position:absolute;top:55.5px;left:52.586406597479616%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1492504486958{left:50.36287115588547%;top:49px;width:464.59375px;}}   @media screen and (max-width:640px) {#map_style_01_1492504486958{width:100%;height:313px;top:8px;left:0%;}} 

 #text_style_01_1531903884968{width:28.683102826217677%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:6.263899184581172%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531903884968{}}   @media screen and (max-width:640px) {#text_style_01_1531903884968{width:96%;top:321px;left:2%;}}  #text_style_01_1531903884968>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;border-bottom-width:3px;border-bottom-style:solid;line-height:29px;height:40px;padding-bottom:7px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531903884968>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531903884968>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1531903884968{
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1531903884968{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1531903884968{
		
	}
}

 #text_style_01_1531903936789{width:44.40326167531505%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:55.5px;left:5.930318754633062%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531903936789{}}   @media screen and (max-width:640px) {#text_style_01_1531903936789{width:96.25%;top:361px;left:1.875%;}}  #text_style_01_1531903936789>.view_contents {box-sizing:border-box;line-height:35px;font-size:20px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531903936789>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531903936789>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1531904490032{width:28.683102826217677%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:335.5px;left:5.522609340252038%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531904490032{left:6.263255567338281%;top:311px;}}   @media screen and (max-width:640px) {#text_style_01_1531904490032{width:96%;top:641px;left:2%;}}  #text_style_01_1531904490032>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:25px;border-bottom-width:3px;border-bottom-style:solid;line-height:29px;height:40px;padding-bottom:7px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531904490032>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531904490032>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1531904490032{
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1531904490032{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1531904490032{
		
	}
}

 #text_style_01_1531904568294{width:43.88435878428466%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:380.5px;left:5.522609340252038%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531904568294{left:4.992378048780488%;top:351px;}}   @media screen and (max-width:640px) {#text_style_01_1531904568294{width:96%;top:988px;left:2%;}}  #text_style_01_1531904568294>.view_contents {box-sizing:border-box;font-size:20px;line-height:35px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531904568294>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531904568294>.view_contents {box-sizing:border-box;font-size:18px;}}

 #map_style_01_1531905204777{width:40.919199406968126%;height:292px;position:absolute;top:375.5px;left:52.586406597479616%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1531905204777{left:52.10763520678685%;top:351px;}}   @media screen and (max-width:640px) {#map_style_01_1531905204777{width:96%;height:300px;top:681px;left:2%;}}  #layout_diy_1492494419{height:672px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1492494419{height:674.5px;}}   @media screen and (max-width:640px) {#layout_diy_1492494419{height:1268px;}} 
 #layout_1531905204259{height:10px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1531905204259{height:68px;}}   @media screen and (max-width:640px) {#layout_1531905204259{}} #layout_1531905204259 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1532419725066{height:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1532419725066{}}   @media screen and (max-width:640px) {#layout_1532419725066{}} #layout_1532419725066 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1492500311810{width:9.29839391377853%;height:110px;position:absolute;top:50px;left:79.92708333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492500311810{width:110px;left:86.03245856353591%;top:68px;}}   @media screen and (max-width:640px) {#image_style_01_1492500311810{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492500311810 > .view_contents{overflow:visible;} 

 #text_style_02_1492500311813{width:8.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:174px;left:80.76041666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492500311813{left:86.66436464088397%;top:192px;width:99px;}}   @media screen and (max-width:640px) {#text_style_02_1492500311813{width:26.31578947368421%;top:200px;left:36.8421052631579%;display:none;}}  #text_style_02_1492500311813>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492500311813>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492500311813>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492500311833{width:25.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:174px;left:27.3021449704142%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492500311833{width:273px;left:28.289037645811238%;top:172px;}}   @media screen and (max-width:640px) {#text_style_02_1492500311833{width:96.00000000000001%;top:1935px;left:1.999999999999993%;display:none;}}  #text_style_02_1492500311833>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492500311833>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492500311833>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492500311843{width:16.14539306846999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:27.303465765004226%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492500311843{width:183px;left:28.289037645811238%;top:142px;}}   @media screen and (max-width:640px) {#text_style_02_1492500311843{width:96.00000000000001%;top:2435px;left:1.999999999999993%;display:none;}}  #text_style_02_1492500311843>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492500311843>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492500311843>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492500311846{width:21.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:75px;left:27.302083333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492500311846{width:255px;left:28.289037645811238%;top:68px;}}   @media screen and (max-width:640px) {#text_style_02_1492500311846{width:55.00000000000001%;top:0px;left:22.499999999999996%;display:none;}}  #text_style_02_1492500311846>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:60px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492500311846>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492500311846>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1492500311861{width:7.249999999999999%;z-index:999;left:54.85416666666667%;top:61px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1492500311861{z-index:999;width:93px;top:68px;left:59.59371686108166%;}}   @media screen and (max-width:640px) {#dh_style_03_1492500311861{width:13.774104683195592%;z-index:999;left:43.112947658402206%;top:59px;display:none;}} #dh_style_03_1492500311861 > .view_contents{overflow:visible;}  #dh_style_03_1492500311861 .columnSet {background:transparent;font-size:12px;height:178px;line-height:14px;} #dh_style_03_1492500311861 #hot>a {background:transparent;} #dh_style_03_1492500311861 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;font-family:Microsoft YaHei;font-size:13px;}

 #text_style_11_1492500311865{width:2.8740490278951816%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:57.438715131022825%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1492500311865{width:44px;top:32px;left:61.82065217391305%;}}   @media screen and (max-width:640px) {#text_style_11_1492500311865{width:9.210526315789473%;top:0px;left:45.39473684210526%;display:none;}}  #text_style_11_1492500311865>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1492500311865>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1492500311865>.view_contents {box-sizing:border-box;}}

 #text_style_11_1492500311868{width:2.197802197802198%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:56.128486897717664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1492500311868{left:59.59371686108166%;top:27px;}}   @media screen and (max-width:640px) {#text_style_11_1492500311868{width:7.631578947368423%;top:0px;left:46.18421052631579%;display:none;}}  #text_style_11_1492500311868>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ff3030;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ff3030;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1492500311868>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1492500311868>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492500469145{width:10.833333333333334%;height:143px;position:absolute;top:68px;left:9.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492500469145{left:1.1366648992576882%;width:20.46659597030753%;top:26.5px;height:221px;}}   @media screen and (max-width:640px) {#image_style_01_1492500469145{width:200px;height:200px;top:0px;display:none;}} #image_style_01_1492500469145 > .view_contents{overflow:visible;} 

 #text_style_11_1492500311850{width:17.416666666666668%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:24.217447916666668%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1492500311850{top:27px;left:22.234557264050903%;width:168px;}}   @media screen and (max-width:640px) {#text_style_11_1492500311850{width:9.473684210526317%;top:0px;left:45.26315789473684%;display:none;}}  #text_style_11_1492500311850>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1492500311850>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1492500311850>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492585960880{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;left:34.58333333333333%;top:7.75px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492585960880{width:97.36842105263158%;top:7.75px;left:1.3157894736842124%;display:none;}}   @media screen and (max-width:640px) {#text_style_06_1492585960880{width:370px;left:calc(50% - 185px);display:block;}}  #text_style_06_1492585960880>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492585960880>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492585960880>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#ffffff;}}

 #qqol_style_01_1492590952782{width:17.5%;position:absolute;top:17px;left:3.5416666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1492590952782{left:21.07438016528926%;width:57.85123966942148%;}}   @media screen and (max-width:640px) {#qqol_style_01_1492590952782{width:210px;top:194px;left:0%;}} #qqol_style_01_1492590952782 > .view_contents{overflow:visible;} 

 #text_style_01_1531930881447{width:52.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:20.208333333333332%;top:239px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531930881447{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1531930881447{width:370px;top:260px;left:0%;}}  #text_style_01_1531930881447>.view_contents {box-sizing:border-box;font-size:15px;line-height:36px;text-align:center;font-family:Microsoft YaHei;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531930881447>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531930881447>.view_contents {box-sizing:border-box;}}

 #counter_style_2_1531931113166{width:11.166666666666666%;position:absolute;left:74.45833333333334%;top:243px;}   @media screen and (min-width:641px) and (max-width:1200px) {#counter_style_2_1531931113166{left:83.27478791092258%;width:14.422057264050903%;top:242px;}}   @media screen and (max-width:640px) {#counter_style_2_1531931113166{width:130px;top:225px;left:42.919921875%;}} 

 #image_style_01_1531931170036{width:3.5000000000000004%;height:32px;position:absolute;top:142px;left:23.802083333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531931170036{}}   @media screen and (max-width:640px) {#image_style_01_1531931170036{width:21.122112211221122%;height:29px;top:57.75px;left:6.982421875%;}} #image_style_01_1531931170036 > .view_contents{overflow:visible;} 

 #image_style_01_1531931170044{width:3.0833333333333335%;height:31px;position:absolute;top:178px;left:23.802083333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531931170044{}}   @media screen and (max-width:640px) {#image_style_01_1531931170044{width:16.569863013698637%;height:25px;top:98.5px;left:9.326171875%;}} #image_style_01_1531931170044 > .view_contents{overflow:visible;} 

 #image_style_01_1531931170047{width:3.6666666666666665%;height:43px;position:absolute;top:83.5px;left:23.635416666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1531931170047{}}   @media screen and (max-width:640px) {#image_style_01_1531931170047{width:13.15068493150685%;height:38px;top:137px;left:11.044921875%;}} #image_style_01_1531931170047 > .view_contents{overflow:visible;} 

 #text_style_01_1532415293492{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;top:101.328125px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1532415293492{width:100%;display:none;left:0%;top:101.328125px;}}   @media screen and (max-width:640px) {#text_style_01_1532415293492{width:158px;display:block;top:98.5px;left:calc(50% - 79px);}}  #text_style_01_1532415293492>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1532415293492>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1532415293492>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:13px;}}

 #text_style_01_1532415385101{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;top:52.328125px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1532415385101{width:100%;display:none;left:0%;top:52.328125px;}}   @media screen and (max-width:640px) {#text_style_01_1532415385101{width:231px;display:block;top:137px;left:24.169921875%;}}  #text_style_01_1532415385101>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1532415385101>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1532415385101>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;}}

 #text_style_01_1532415763256{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;top:57.328125px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1532415763256{width:100%;display:none;left:0%;top:57.328125px;}}   @media screen and (max-width:640px) {#text_style_01_1532415763256{width:181px;display:block;top:57.75px;left:25.419921875%;}}  #text_style_01_1532415763256>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1532415763256>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1532415763256>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;}}
 #div_includeBlock_1492500311595{width:1200px;height:307px;position:absolute;top:0.5px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492500311595{width:100%;height:279px;left:0%;top:0.5px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492500311595{width:100%;height:312px;top:0px;left:0%;display:block;}}  #div_includeBlock_1492500311595  {background:#000000;} #comm_layout_footer{height:307.5px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:279.5px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:312px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  @media screen and (max-width:640px) { #comm_layout_footer  {border-top-color:#032e58;border-top-style:none;border-top-width:2px;}} #comm_layout_footer>.view_contents {background:#000000;} #comm_layout_footer  {background:#000000;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

	#image_style_01_1492500311810 .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_1492500311810 .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_1492500311810 .CompatibleImg img{null}}
#image_style_01_1492500311810 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_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

	#image_style_01_1492500469145 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492500469145 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1492500469145 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492500469145 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}

/* 清除浮动 */
.counter:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.counter{zoom:1}

/* 公共样式 */
.counter .item{float:left; font-size:16px; line-height:2em; font-family:"Helvetica Neue","Helvetica",arial,sans-serif; font-weight:bold}

/* 样式二 */
.counter.style_2 .item {
    margin-right:.1em;
}
.counter.style_2 .digit{
    padding:0 .15em;
    color:#333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.counter.style_2 .digit span {  /* 数字放大到1.5倍 */
    display: inline-block;
    -webkit-transform: scale(1.5,1.5); -moz-transform: scale(1.5,1.5); -o-transform: scale(1.5,1.5); transform: scale(1.5,1.5);
}
.counter.style_2 .dot { /* 分隔号位置 */
    -webkit-transform: translate(0, 2px); -moz-transform: translate(0, 2px); -o-transform: translate(0, 2px); transform: translate(0, 2px);
}

	#image_style_01_1531931170036 .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_1531931170036 .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_1531931170036 .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_1531931170036 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_1531931170044 .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_1531931170044 .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_1531931170044 .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_1531931170044 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_1531931170047 .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_1531931170047 .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_1531931170047 .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_1531931170047 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;}
