﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { /*vertical-align: text-top*/ }
sub {/* vertical-align: text-bottom*/ }
body, input, select, button, textarea { font-size: 14px; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}



body,a{color: #333333;}
input,button,textarea{border: none;outline: none;background: none;}
.cover{background-size: 100% ;background-position:top center; background-size: cover;    background-repeat: no-repeat;}

.wrap{width: 1600px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img { width: 100%; object-fit: cover;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line30,.line32,.line26{line-height: 24px;}

}

 /*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_48 { font-size:48px;}
.fnt_54{ font-size: 54px;}
.fnt_60 { font-size:60px;}
.fnt_72 { font-size:72px;}
@media only screen and (max-width:1440px) {
.fnt_20 { font-size:18px;}
.fnt_22 { font-size:20px;}
.fnt_24 { font-size:20px;}
.fnt_28 { font-size:26px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_40 { font-size:36px;}
.fnt_42 { font-size:36px;}
.fnt_48 { font-size:40px;}
.fnt_54{ font-size: 48px;}
.fnt_60 { font-size:52px;}
.fnt_72 { font-size:60px;}
}
@media only screen and (max-width:1366px) {
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:32px;}
.fnt_42 { font-size:32px;}
.fnt_48 { font-size:36px;}
.fnt_54{ font-size: 40px;}
.fnt_60 { font-size:48px;}
.fnt_72 { font-size:54px;}
}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:16px;}
.fnt_22 { font-size:18px;}
.fnt_24 { font-size:18px;}
.fnt_28,.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_40 { font-size:24px;}
.fnt_42 { font-size:24px;}
.fnt_48 { font-size:28px;}
.fnt_54{ font-size: 32px;}
.fnt_60 { font-size:36px;}
.fnt_72 { font-size:30px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_22 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_28 { font-size:18px;}
.fnt_30{ font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:20px;}
.fnt_42 { font-size:20px;}
.fnt_48 { font-size:20px;}
.fnt_54{ font-size: 20px;}
.fnt_60 { font-size:20px;}
.fnt_72 { font-size:24px;}
}


.pub_more{padding-top: 40px;}
.pub_more a,.pub_more button{display: block;width: 190px;height: 56px;line-height: 56px;text-align: center;color: #000000;background:#fff;}
.pub_more i{margin-left: 15px;color: #ec6700;}
@media only screen and (max-width:1440px) {
.pub_more a,.pub_more button{width: 150px;height: 46px;line-height: 46px;}
}
@media only screen and (max-width:1024px) {
.pub_more{padding-top: 20px;}
.pub_more a,.pub_more button{width: 120px;height: 40px;line-height: 40px;}
.pub_more i{margin-left: 5px;}


}
@media only screen and (max-width:767px) {
.pub_more{padding-top: 10px;}
.pub_more a,.pub_more button{width: 100px;height: 36px;line-height: 36px;}

}

@media only screen and (min-width:1025px) {
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color: #ec6700 !important;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}

.pub_more i{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.pub_more a:hover i,.pub_more button:hover i{margin-left: 5px;}
.pub_more a:hover,.pub_more button:hover{color: #000 !important;}

}



.header{position: fixed;top:0;left: 0;width: 100%;z-index: 9999;height:80px;line-height: 80px;box-sizing:border-box;padding: 0 60px 0 100px;}
.header h1{width:178px;height: 38px;margin-top: 21px; overflow: hidden;float: left;}
.header h1 a{display: block;}
.header h1 img{width:100%;height: 10%;}


.header_re{float: right;}
.header_re,.header_re a{color: #fff;}

.search{float: left;position: relative;color: #fff;width: 50px;text-align: center;z-index: 2;margin-right: 20px;}
.search.cur span{opacity: 0.6;}
.search span{cursor: pointer;font-size: 18px;}
.search_box{border: 1px solid #ccc;position: absolute;right: 0;top:80px;margin-top: 0; border-radius: 2px;background: #fff;width: 0px;padding-left: 20px;
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
  visibility: hidden;opacity: 0;}
.search_box input,.search_box button{height: 48px;line-height: 48px;}
.search_box button{width: 50px;text-align: center;cursor: pointer;font-size: 20px;float: right;}
.search_box input{width: calc(100% - 50px);float: left;}
.search.cur .search_box{width: 370px;visibility: visible;opacity: 1;}

.header_re{float: right;}
.language{float: left;overflow: hidden; display: block;}
.language a,.language em{float: left;}
.language em{margin:0 6px;}

.header_bussiness{float: left;padding-top: 22px;margin-left: 35px;}
.header_bussiness a{display: block;width: 110px;height: 32px;line-height: 32px;text-align: center;border:1px solid rgba(255,255,255,0.4);border-radius:20px;}

.header_box{float: left;}
/*xiala*/
.nav{width: 718px;
    transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}
.nav li{float: left;position: relative;}
.nav li>a{display: block;padding: 0 30px;}

.nav li>span,.return_a{display: none;cursor: pointer;}
.nav_list{position: absolute;width: 196px;left:50%;top:80px;margin-left: -98px;display: none; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.nav_list a{display: block;}
.nav_p{ background:rgba(0,0,0,0.5);text-align: center;}
.nav_p p{line-height: 50px;border-bottom: 1px solid rgba(2,30,66,0.13);}
.nav_p p:last-child{border:0;}
.nav_arrow{position: absolute;top:0;left: 50%;width: 0;height: 0;overflow: hidden;margin: 0 0 0 -7px;border: 7px dashed transparent;border-bottom: 7px solid rgba(0,160,233,0.7)}

.nav_phone_btn{display:none;}
.nav li>span,.return_a{display: none;}

.scrollHeader .header{background: rgba(0,0,0,0.5);}

@media only screen and (max-width:1440px) {
.header{padding: 0 40px;}
.nav{width: 658px;left: 47%;}
.nav li>a{padding:0 25px;}
}
@media only screen and (max-width:1366px) {
.search{margin-right: 10px;}
.header_bussiness{margin-left: 20px;}
.nav{left: 48%;}
}
@media only screen and (max-width:1280px) {
.nav{width: 550px;left: 49%;}
.nav li>a{padding:0 16px;}
}


@media only screen and (max-width:1024px) {
.nav li>span,.return_a{display: block;}
.header{height: 60px;line-height: 60px;}
.nav_list a{color: #fff;}
.nav>ul>li.on>a{color: #fff;}
.nav>ul>li:nth-of-type(3) span.icon-right,.nav>ul>li:nth-of-type(3) .nav_list{ display: none;}


/*手机按钮*/
.nav_phone_btn{display:block;float: right;}
.nav_phone_btn span,.nav_phone_btn em{
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
.nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #fff;margin-top: 8px;}
.nav_phone_btn span i:first-child{margin-top: 0;}

.nav_phone_btn em{color: #fff;font-size: 30px;visibility: hidden;opacity: 0;}

.visible_nav span{visibility: hidden;opacity:0;}
.visible_nav em{visibility: visible;opacity: 1;}

.nav_phone_btn span i{width: 20px;}
.nav_phone_btn span i{margin-top: 6px;}
.nav_phone_btn{width: 40px; height: 100%;  z-index: 9;color: #fff;}



.header_re{position: fixed;top:0;right:-100%;width:100%;background: #2d2d2d;height: 100%;padding-top: 50px;box-sizing:border-box;}
.nav,.nav>ul>li{float: none;    border-bottom: 1px solid rgba(255,255,255,0.2);}
.nav{border: 0;}
.nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;}
.header_re{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.navbody .header_re{right: 0;}

.nav>ul>li>a,.return_a,.nav_p{font-size: 14px;}
.nav>ul>li{position: static;}
.nav_list{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav li{float: none;display: table;width: 100%;position: static;line-height: 40px;}
.nav li a{padding: 0 20px;}
.nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
.nav li>span,.return_a{display: block;color: #fff;}
.nav li>span{width: 50px;text-align: center;float: right;}
.nav_list{display: block;top:0;left: auto; margin: 0;width: 100%;height: 100%;    background: #2d2d2d;padding: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0);}
.nav_arrow{display: none;}
.nav_p{background: none;text-align: left;}
.return_a{ background: #3b3c3c;margin-top: 10px;}
.nav_p p{line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.1);}

.nav_list{right: -100%;}
.navbody .nav{right: 0;margin: 0;}
.navbody .nav li.cur .nav_list{right: 0;}


.search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;
    overflow: hidden;margin: 0;
}
.search{float: none;width:auto;padding: 0 20px;margin: 0;}
.search span{display: none;}
.search_box input, .search_box button{height: 40px;line-height: 40px;}
.header_re{float: none;overflow:hidden;}
.search_btn{display: none;}
.search_btn:before, .search_box_btn:before{font-size: 18px;}
.search_box{box-sizing:border-box; position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}

.header_box{float: none;overflow: hidden;padding: 0 20px;}
.header_bussiness{padding-top: 14px;}
.nav>ul>li>a{color: #fff;}
.header h1{margin-top: 12px;}
.header{padding: 0 3%}


.nav{width: auto;clear: both;
    transform: translate(0%,0%); -webkit-transform: translate(0%,0%);-ms-transform: translate(0%,0%);-moz-transform: translate(0%,0%);-o-transform: translate(0%,0%); position:static; }


}

@media only screen and (max-width:767px) {
  .header h1 {width:130px; height: 28px;}
}




.footer{background: #2d2d2d;padding-top: 45px;}
.footer,.footer a{color: #fff;}
.f_bottom{padding: 20px 0 30px 0;border-top: 1px solid #3d3d3d;overflow: hidden;}
.f_top{margin-bottom: 30px;overflow: hidden;}

.f_bottom a,.f_bottom em{float: left;}
.f_bottom em{padding: 0 15px;}
.f_bottom span.cop{margin-left: 50px; margin-right: 10px;}
.f_bottom a.bah{ float: none; margin-right:10px}

.f_le{float: left;width: calc(100% - 480px)}
.f_le ul{overflow: hidden;}
.f_le li{float: left;margin-right: 80px;}
.f_le li dt{margin-bottom: 20px;}
.f_le li p{line-height: 24px;margin-bottom: 6px;}
.f_le li:last-child{margin-right: 0;}
.f_re{float: right;width: 450px;}
.f_re h4 a{cursor: default;color:#ec6700;}
.f_cont{padding-top: 20px;}
.f_cont ul{overflow: hidden;margin: 0 -5px;}
.f_cont li dl{padding: 0 5px;}
.f_cont li{float: left;width: 50%;margin-bottom: 20px;}
.f_cont li:nth-child(2n+1){clear: both;}

.f_share{clear: both;}
.f_share a{float: left;color: #4d4d4d;font-size: 40px;padding-right: 25px;margin-right: 15px;position: relative;}
.f_share a i{width: 3px;height: 3px;border-radius: 50%;background:#4d4d4d;position: absolute;right: -1px;top:50%;margin-top: -1px;}
.f_share a:last-child{padding-right: 0;margin-right: 0;}
.f_share a:last-child i{display: none;}
.f_share a.wxtc span{ display: none; position: absolute; left:0; top:-120px; widtH:120px; height: 120px; overflow: hidden;}
.f_share a.wxtc span img{ widtH:100%;}
.f_share a.wxtc:hover span{ display: block;}


@media only screen and (max-width:1560px) {
.f_re{width:500px;}
.f_le{width: calc(100% - 550px)}
.f_le li{margin-right: 40px;}
}
@media only screen and (max-width:1440px) {
.f_le li{margin-right: 40px;}
.f_share a{font-size: 34px;}
}
@media only screen and (max-width:1366px) {
.f_le li{margin-right: 40px;}

}
@media only screen and (max-width:1366px) {
.f_le li{margin-right: 30px;}

}
@media only screen and (max-width:1280px) {
.f_le li{margin-right: 20px;}

}
@media only screen and (max-width:1200px) {
.f_le,.f_re{float: none;width: 100%;}
.f_le li{float: none;width: 100%;margin: 0;padding: 10px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.f_le li dd{overflow: hidden;padding-top: 10px;}
.f_le li dd p{float: left;margin-right: 20px;}
.f_le li dd p:last-child{margin-right: 0;}
.f_le li dt{margin-bottom: 0px;}
.f_le li:last-child{border: 0;padding-bottom: 0;}
.f_le{margin-bottom: 20px;}
.f_re h4{padding:10px 0;}
.f_cont li{width: 33.33%;}
.f_cont li:nth-child(2n+1){clear:inherit;}
.f_cont li:nth-child(3n+1){clear: both;}
.f_share a{font-size: 20px;}
.f_top{margin-bottom: 20px;}
.f_share a{padding-right: 10px;margin-right: 10px;color: #bdb2b2;}
.footer{padding-top: 30px;}
.f_bottom{padding: 20px 0;}

}
.f_share a.wxtc span+p,.f_share a:last-child p{ display:none;}
@media only screen and (max-width:767px) {
	.footer{padding-top:10px; font-size:12px;}
	.f_top{margin-bottom: 5px;}
	.f_le{ display:none;}
	.f_re h3,.f_re h4{font-size:12px;}
	.f_re h4,.f_cont{padding:0;}
.f_cont li{float: none;width: 100%;margin: 0;padding: 10px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.f_cont li:last-child{border: 0;padding-bottom: 0;}
.bah{display: block;margin: 0;padding-top: 5px;}
.f_bottom span.cop{margin:0; display:block; clear:both;}
.f_share{margin-top:10px;}
.f_share a.wxtc span{ display:block; position:static;}
.f_share a.wxtc span+p{ display:block;font-size:12px; text-align:center; margin-top:5px;}
.f_share a.icon-weixin:before,.f_share a.icon-weibo1:before{ display:none;}
.f_share a:last-child p{ display:block;font-size:12px; margin-top:125px;}
.f_bottom a.bah{ float:left;}
}
@media only screen and (min-width:1024px) {
.f_re h4 a{cursor: default;}
.f_re h4 a:hover{color: #ec6700 !important;}

}


.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
}

.sidebar{position: fixed; display: none; z-index: 100; top:50%; right:10px; margin-top:-80px; widtH:60px; height: 160px; background: #fff; border-radius: 5px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);}
.sidebar>a,.sidebar>span{ display: block; height: 100px; text-align: center; line-height: 1.4;}
.sidebar a.backtop{ height: 60px; line-height: 60px;border-top:1px solid #E5E5E5;}
.sidebar a i,.sidebar span i{ display: block; color:#EC6700; padding-top: 15px; font-size: 20px;}
.sidebar a.backtop i{font-size: 26px; padding-top: 0; color:#000000;}
.sidebar a.backtop:hover i{color:#EC6700;}
.sidebar .side_con{ text-align: left; position: absolute; right:-100%; top:0; widtH:310px; background: #fff; padding:10px 20px; border-radius: 5px;box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;visibility:hidden;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.sidebar .side_con dl{margin:10px 0;}
.sidebar .side_con dl a{ text-align: left;}
.sidebar .side_con dt{ padding-left: 30px; margin-bottom: 5px; position: relative;color:#EC6700;}
.sidebar .side_con dt i{ position: absolute; lefT:0; top:0px; width: 20px; font-size: 20px; padding-top: 0;}
.sidebar .side_con dd{padding-left: 30px;}
.sidebar .side_con dd a{ text-align: left; height: auto;}
.sidebar .ywzx.on .side_con{right:62px;visibility: visible;opacity: 1;}
@media only screen and (max-width:767px) {
.sidebar{ widtH:36px; height: 90px;}
.sidebar a{ height: 60px; line-height: 1.2; font-size: 12px;}
.sidebar a i{padding-top: 5px; font-size: 16px;}
.sidebar a.backtop{ height: 30px; line-height: 30px;}
.sidebar a.backtop i{font-size: 18px;}
.sidebar .side_con{ widtH:210px;}
.sidebar .ywzx.on .side_con{right:38px;}
}

.sidebar .side_con dt i{
  transition:All 0.5s ease;
  -webkit-transition:All 0.5s ease;
  -moz-transition:All 0.5s ease;
  -o-transition:All 0.5s ease;
}

@media only screen and (min-width:1025px) {
  .sidebar .side_con dl:hover dt i{animation:upDownsb 2s infinite linear;-webkit-animation:upDownsb 2s infinite linear;}
}

@keyframes upDownsb {
	0% {transform: translateY(0)}
	25% {transform: translateY(-3px)}
	50% {transform: translateY(0)}
	75% {transform: translateY(3px)}
	100% {transform: translateY(0)}
  }
  @-webkit-keyframes upDownsb{
	0% {-webkit-transform: translateY(0)}
	25% {-webkit-transform: translateY(-3px)}
	50% {-webkit-transform: translateY(0)}
	75% {-webkit-transform: translateY(3px)}
	100% {-webkit-transform: translateY(0)}
}

@keyframes upDown {
	0% {transform: translateY(0)}
	25% {transform: translateY(-10px)}
	50% {transform: translateY(0)}
	75% {transform: translateY(10px)}
	100% {transform: translateY(0)}
  }
  @-webkit-keyframes upDown{
	0% {-webkit-transform: translateY(0)}
	25% {-webkit-transform: translateY(-10px)}
	50% {-webkit-transform: translateY(0)}
	75% {-webkit-transform: translateY(10px)}
	100% {-webkit-transform: translateY(0)}
}