/* 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;   }
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-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 { 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); 
}

/*图片经过*/
.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;}
.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);}


/*两端对齐*/
.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;}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #202f45;}
.header .wrap_index{position: relative}

.wrap{width: 1440px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 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%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
}
 /*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:24px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_48 { font-size:48px;}
.fnt_52 { font-size:52px;}


@media only screen and (max-width:1440px) {
.fnt_24 { font-size:20px;}
.fnt_30 { font-size:28px;}
.fnt_36 { font-size:30px;}
.fnt_48 { font-size:40px;}
.fnt_52 { font-size:44px;}

}
@media only screen and (max-width:1366px) {
.fnt_20 { font-size:18px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:26px;}
.fnt_48 { font-size:36px;}
.fnt_52 { font-size:40px;}

}
@media only screen and (max-width:1280px) {
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_48 { font-size:32px;}

}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_48 { font-size:26px;}
.fnt_52 { font-size:28px;}

}
@media only screen and (max-width:767px) {
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:20px;}
.fnt_48 { font-size:20px;}
.fnt_52 { font-size:20px;}

}


.header_re{float: right;position: relative;}

.language{float: left;}
.language dt{cursor: pointer;text-align: center;}
.language dt i{font-size: 26px;color: #fff;}
.language dl{position: relative;width: 36px;}
.language dd{position: absolute;width: 60px;top:70px;left:50%;margin-left: -30px; text-align: center;background:#f3f3f3;padding: 10px 0;display: none;z-index: 999;}
.language dd p{line-height: 30px;font-size: 14px;}

/*搜索*/
.header_search{float: left;margin-left: 16px;}
.search_btn,.nav_phone_btn{height: 40px;line-height: 40px;}
.header_search{  position: relative;     margin-top: 26px;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{color: #fff;}
.search_btn:before,.search_box_btn:before{font-size: 24px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:0%;    margin-top: 0;z-index: 91;
    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;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
/*搜索*/


.header{position: fixed;top:0;left: 0;width: 100%;height: 134px;background: url(../image/nav_bg.png) no-repeat ;background-size: 100%;
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
z-index: 9999;
}
.header_in{padding: 0 30px 0 35px;height: 92px;line-height: 92px;}
.header h1{float: left;margin-top: 20px;width: 392px;height: 56px;overflow: hidden;}
.header h1 a{display: block;}
.header h1 img{width: 100%;height: 100%;}
.header_box{float: right;}
.nav>ul>li{float: left;position: relative;}
.nav>ul>li>a{padding:0 35px;color: #fff;}

.scrollHeader .header{background: rgba(0,0,0,0.8);height:92px;}

/*xiala*/
.nav{float: left;margin-right: 150px;}
.nav>ul>li{position: relative;}
.nav li>span,.return_a{display: none;cursor: pointer;}
.nav_list{position: absolute;padding-top: 14px;width: 196px;left:50%;top:60px;margin-left: -98px;display: none;}
.nav_list a{color: #fff;display: block;}
.nav_p{background: rgba(0,160,233,0.7);text-align: center;}
.nav_p p{line-height: 50px;border-bottom: 1px solid rgba(255,255,255,0.26);}
.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)}

@media only screen and (max-width:1740px) {
    
}
@media only screen and (max-width:1660px) {
.nav{margin-right: 120px;}
.nav>ul>li>a{padding: 0 30px;}
}

@media only screen and (max-width:1580px) {
.nav>ul>li>a{padding: 0 24px;}
}
@media only screen and (max-width:1500px) {
.nav>ul>li>a{padding: 0 18px;}
.nav{margin-right: 90px;}
}
@media only screen and (max-width:1400px) {
.nav{font-size: 16px;}
.header_in{padding: 0 20px;}
}
@media only screen and (max-width:1350px) {
   
.nav>ul>li>a{padding: 0 15px;}

}

@media only screen and (max-width:1260px) {
.header h1{width: 360px;height: 44px;}
.header_search{margin-left: 10px;}

}
@media only screen and (max-width:1230px) {
.header h1{width: 280px;margin-top: 26px;height: 40px;}
.nav{margin-right: 40px;}
.nav>ul>li>a{padding: 0 10px;}
}
@media only screen and (max-width:1024px) {
}

.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
.header_in,.header{height: 60px;line-height: 60px;}
.scrollHeader .header{height: 60px;}

/*手机按钮*/
.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: 20px;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;    margin-top: 10px;}



.header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #2370d5;height: calc(100% - 60px);}
.nav,.nav>ul>li{float: none;    border-bottom: 1px solid rgba(255,255,255,0.1);}
.nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;}
.header_box{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_box{right: 0;}

.nav>ul>li>a,.return_a{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;border-bottom: 1px dashed rgba(255,255,255,0.2);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: #2370d5;padding: 0;}
.nav_arrow{display: none;}
.nav_p{background: none;text-align: left;}
.return_a{ background: #367ad4;margin-top: 20px;}
.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;}


.header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-bottom: 10px;}
.language dt i{font-size: 20px;}
.header h1{margin-top: 10px;}
.language{float: none;}
.language dl{width: auto;padding: 0 20px;}
.language dt{display: none;}
.language dd{display: block !important;position: static;background: none;margin: 0;width: auto;overflow:hidden;}
.language dd a{color: #fff;background: none;width: auto;margin: 0;}
.language dd p{float: left;margin-right: 15px;}
.header_re{float: none;}
.search_btn{display: none;}
.search_btn:before, .search_box_btn:before{font-size: 18px;}
.search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
}


@media only screen and (max-width:767px) {
.header_in{padding: 0 10px;}
.height_height{height: 60px;}
.header {background: rgba(0,0,0,0.8);}
}


.footer{background: #393939;padding: 60px 0;}

.footer .wrap,.footer a{color: #6d6d6d;}
.f_01{overflow: hidden;margin-bottom: 70px;}
.f_01 .left{float: left;}
.f_01 .left ul{overflow: hidden;}
.f_01 .left li{float: left;margin-right: 80px;}
.f_01 .left li dt{margin-bottom: 25px;}
.f_01 .left li dt a{color: #fff;}
.f_01 .left li dd{line-height: 34px;}

.f_01 .right{float: right;}
.f_01 .right dl{margin-left: 25px;float: left;}
.f_01 .right dl dt{width: 92px;height: 92px;}
.f_01 .right dt img{width: 100%;height:100%;}

.f_02{overflow:hidden;border-bottom: 1px solid rgba(255,255,255,0.3);padding-bottom: 35px;margin-bottom: 25px;}
.f_02 p,.f_02 a{color: #fff;opacity:0.5;}
.f_02 ul{overflow:hidden;}
.f_02 li{float: left;line-height: 28px;overflow: hidden;margin-right: 75px;}
.f_02 p{float:left;}
.f_02 span{font-size: 24px;float: left;margin-right: 14px;}

.f_03{overflow: hidden;}
.f_03 .f_le{float: left;}
.f_03 .f_re{float: right;font-size: 12px;}
.f_03 .f_le a{color: #fff;margin-right: 15px;}
.f_03 .f_re a,.f_03 .f_re span{margin-left: 15px;}

@media only screen and (max-width:1366px) {
.f_01 .left li{margin-right: 50px;}
.f_03 .f_le a{margin-right: 20px;}


}


@media only screen and (max-width:1250px) {
.f_03 .f_le,.f_03 .f_re{float: none;width: 100%;text-align: center;}
.f_03 .f_le{margin-bottom: 10px;}
.f_01 .left li{margin-right: 40px;}
}

@media only screen and (max-width:1024px) {
.footer{padding: 40px 0;}
.f_01 .right dl{margin: 0 10px;}

.f_01 .right,.f_01 .left{float: none;width: 100%;overflow: hidden;}
.f_01 .right{width: 225px;margin:auto;margin-bottom: 20px;}
.f_01 .left li{margin-right: 0px;float: none;width: 100%;padding:10px 0;border-bottom: 1px dashed rgba(255,255,255,0.1);}
.f_01 .left li dd{overflow: hidden;}
.f_01 .left li dd p{float: left;margin-right: 30px;}
.f_01 .left li dt{margin-bottom: 5px;}
.f_01{margin-bottom: 20px;}
.f_02{padding-bottom: 20px;margin-bottom: 20px;}
.f_03 .f_re a, .f_03 .f_re span{display: block;margin: 0;}
.f_03 .f_re{line-height: 20px;}
.f_02 li{margin-right: 40px;}
}
@media only screen and (max-width:767px) {
.footer{padding: 20px 0;padding-top: 30px;}
.f_01 .left li dd p{margin-right: 10px;}
.f_01 .left li dd{line-height: 30px;}
.f_02 li{float: none;width: 100%;margin-bottom:0;}
.f_02 span{width: 30px;text-align: center;font-size: 20px;float: left;margin-right: 0px;}
.f_02 p{width: calc(100% - 30px);float: right;}

.f_02 span.icon-youxiang2{font-weight: bold;}


}

.footer{margin-top: 100px;}
.nomargin .footer{margin-top: 0;}

.site_banner{position: relative;}
.site_banner img{width: 100%;}
.blank_18{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.blank_18{background: rgba(0,0,0,0.18);}
.site_text{position: absolute;left: 0;bottom:80px;color: #fff;width: 100%;}
.site_text h1 span{position: relative;padding-top: 40px;}
.site_text .color_line{background: url(../image/site_line.jpg) no-repeat; }
@media only screen and (max-width:1440px) {
.site_text h1 span{padding-top: 20px;}
.footer{margin-top: 70px;}
}
@media only screen and (max-width:1280px) {
.site_text{bottom: 40px;}
}
@media only screen and (max-width:1024px) {
.site_text{bottom: 20px;}
.site_text h1 span{padding-top: 10px;}
.footer{margin-top: 50px;}
}
@media only screen and (max-width:767px) {
.footer{margin-top: 40px;}
.site_banner{height: 150px;}
.site_banner img{display: none;}
}

.f_02 span.icon-youxiang2{font-weight: bold;}
@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: #00a0e9 !important;}
.nav_list a:hover { background: #00a0e9;color: #fff !important; }

.f_02 li:last-child p:hover,.f_02 li:last-child a:hover{opacity:1;}



}



/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both; font-size: 16px;margin: 60px 0;margin-bottom: 0;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto;color:#2d2d2d; height:34px; line-height:34px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{ float: left; margin: 0 20px;}
.page a{float: left; width:34px; border: 1px solid #e5e2de; color: #666666;  background: #ffffff; margin-left: -1px; font-size: 14px;}
.page a.on{background:#006ebc;color:#fff;border: 1px solid #006ebc; }
.page a.prev {background:#fff url(../image/page_prev_on.png) center center no-repeat; text-indent:-10000px; margin-right: 5px;}
.page a.next {background:#fff url(../image/page_next_on.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{background:#fff url(../image/page_prev01.png) center center no-repeat;}
.page a.next.no{background:#fff url(../image/page_next01.png) center center no-repeat;}
.page a:first-child + a{}
.page a.next{margin:0 6px;}
.page a.go{margin-left:10px; width: 44px; background: #006ebc; color: #fff; border:1px solid #006ebc; height: 24px; line-height: 24px;    font-weight: normal;    margin-top: 4px;}
.page a.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{}
.page .txtnum input{color:#b3b3b3; width:30px;height:22px; line-height:22px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;background: #fff;}


@media only screen and (max-width:990px) {

}
@media only screen and (max-width:767px) {
    .pageout{margin: 30px 0;}
    .page a,.page i{display:none; font-weight: normal;}
    .page a.prev,.page a.next,.page a.on,.page a.go{display:block; display:inline-block;}
    .page i{margin:0 4px;}
    .page a.next{margin: 0 5px;}
    .page a{width: 30px;height: 30px;line-height: 30px;}
    .page .txtnum input{margin: 0 2px;}
}

/*page*/



.weixin{ position:fixed; width:300px; height:400px; z-index:100000; left:50%; top:50%; margin:-200px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;}
.weixin .c{ position:absolute; width:30px; height:30px; background:url(../image/x.png); 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:30px; font-size:16px; padding-left:10px; font-weight:normal;}
.weixin .img{ padding:30px 0 10px; text-align:center; border-top:1px solid #ddd;}
.weixin p {  margin:0 1.5%; text-align:center;  }
.weixin .img img{ width:290px; height:290px; display:block; margin:0 auto 10px;}
@media only screen and (min-width:1025px) {
.tel_a a:hover{    color: #fff !important;opacity: 0.5; cursor: default;}
}
