@charset "utf-8";
html,body{background:#fff;color:#333;font:14px/1.6 'Arial','Microsoft YaHei',Tahoma,Verdana,'Simsun';overflow-x: hidden;}
a{color:#333;text-decoration:none;}
a:hover{color:#e9280c;text-decoration:none;}
.table{display: table;width: 100%;}
.table>.top{display: table-cell;vertical-align: top;}
.table>.middle{display: table-cell;vertical-align: middle;}
.table>.bottom{display: table-cell;vertical-align: bottom;}
.table .pb,table .pb{position: relative;}
.table .pb>span,table .pb>span{position: absolute;left: 0;right: 0;text-overflow: ellipsis;overflow: hidden;display: block;}
.img{font-size: 0;}
.tem_inner,.met_section{position:relative;margin:0 auto;margin:0 auto;width:1100px;max-width: 90%;}
html body{padding-top: 70px;}
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 999;background: #fff;border-bottom: 1px solid #e0e0e0;}
.flag{position: relative;top: -70px;}
.header .table{height: 95px;}
.header .inline{display: inline-block;vertical-align: middle;}
.header .logo{width: 160px;position: relative;top: 0px}
@media (max-width: 770px) {
  .header .logo{width: 160px;position: relative;top:0}
}
.header .main{text-align: right;white-space: nowrap;}
.header .bar{margin: 0 3%;}
.header nav{position: relative;}
.header nav .border{position: absolute;bottom: 0;left: 0;border-bottom: 3px solid #2e88f7;width: 100px;}
.header nav .border{display: none;}
.header nav ul{list-style: none;padding: 0;height: 45px;display: table;}
.header nav ul li{display: table-cell;vertical-align: middle;word-break: break-all;width: 100px;text-align: center;position: relative;}
.header nav ul a{display: block;}
.header nav ul a:hover{color: #2e88f7;}
.header nav li{display: inline-block;}
.header nav li>a{display: inline-block;font-size: 15px;color: #3c3c3c;}
.header nav li dl{position: absolute;top: 45px;margin-left: -75%;min-width: 250%;text-align: left;display: none}
.header nav li dl .head-sort3{
    display: none;
    border-bottom: 1px solid #e1e2e3;
}
/*header nav li:nth-child(5) dl{display: block}*/
/*header nav li:hover dl{display: block}*/
.header nav li dl dd{background: url('../images/head_a_bg.png');padding-bottom: 30px;border: 1px solid #e0e0e0;}
.header nav li dl dd a{display: block;border-top: 1px solid #dcdcdc;line-height: 23px;padding: 15px 12%;color: #787878;font-size: 16px;}
/*.header nav li dl dd a,header nav li dl dd:hover a.on{background-image: none;}*/
.header nav li dl dd a.on,.header nav li dl dd a:hover{background: url('../images/head_arrow.png') right 20px center no-repeat !important;}
/*header nav li dl dd:hover a.sort3:hover{background-image: url('../head_arrow_width_sort3.png');}*/
.header nav li dl dd a:first-child{border-top: 0 none;}
.header nav .border{position: absolute;}
.header_search{
  width: 201px;
  height: 35px;
  background: url("../images/search_bg.png") no-repeat center;
  position: relative;

}
.header_search .btn{
  width: 21px;
  height: 21px;
  background: url("../images/search.png") no-repeat ;
  position: absolute;
  top: 7px;
  right: 7px;
}
.header_search .txt{
  width: 155px;
  height: 25px;
  line-height: 25px;
  border: 1px solid transparent;
  margin: 3px 0 0 15px;
  float: left;
  background: 0;
}
.header_top{
  height: 50px;
  width: 800px;
}
.header_top p{
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  margin-left: 20px;
  font-size: 16px;
}
.header_top p.txt1{
  width: 128px;
 background: url("../images/h1.png") no-repeat center left;
}
.header_top p.txt2{
  background: url("../images/h2.png") no-repeat center left;

}
.header_top p.txt2 span{
  font-size: 24px;
  color: #3A7FD6;
  font-weight: 600;
font-family: 雅坊美工14;
}




.share{font-size: 0;}
.share>i{display: inline-block;width: 34px;height: 34px;background: url('../images/share-icon.png');cursor: pointer;margin-left: 8px;}
.share>i.qq{background-position: 0 0;}
.share>i.qq:hover{background-position: 0 -34px;}
.share>i.weixin{background-position: -34px 0}
.share>i.weixin:hover{background-position: -34px -34px;}
.share>i.weibo{background-position: -68px 0}
.share>i.weibo:hover{background-position: -68px -34px;}
.share>i a{display: block;height: 100%;margin: 0;padding: 0;width: 100%;background: transparent;}
.share>i a:hover{text-decoration: none;}
.weixin{position: relative;cursor: pointer;}
.weixin .img{position: absolute;top: 100%;left: 50%;width: 140px;padding: 7px;background: #fff;margin: 20px -77px;}
.weixin .img .triangle{border: 6px solid transparent;border-top-width: 0px;border-bottom: 9px solid #fff;width: 0;height: 0;}

.tem_banner{position:relative;overflow:hidden;text-align:center;font-size:0;}
.tem_banner .flash{height: 300px;background-size: cover;-webkit-animation: 30s 1s infinite banner_flash linear;animation: 30s 1s infinite banner_flash linear;}
.tem_banner .slides .flash{-webkit-animation: 10s infinite banner_flash linear;animation: 10s infinite banner_flash linear;}
@-webkit-keyframes banner_flash{
  0%{
    background-position: center 50%;
  }
  25%{
    background-position: center 100%;
  }
  50%{
    background-position: center 50%;
  }
  75%{
    background-position: center 0%;    
  }
  100%{
    background-position: center 50%;
  }
}
@keyframes banner_flash{
  0%{
    background-position: center 50%;
  }
  25%{
    background-position: center 100%;
  }
  50%{
    background-position: center 50%;
  }
  75%{
    background-position: center 0%;    
  }
  100%{
    background-position: center 50%;
  }
}
.tem_banner a{color:#fff;}
.tem_banner .skitter.with-dots{width:100%;max-width: 100%;margin-bottom: 0;}

.tem_banner .skitter .info_slide_dots {bottom: 8px;}
.tem_banner .skitter .info_slide_dots .image_number {margin: 0 10px 0 0;}
.tem_banner ul li{float:left;width:100%;list-style:none;background-position:50% 50%;background-repeat:no-repeat;}
.tem_banner ul li a{display:block;width:100%;height:100%;}
.tem_banner ul li img{ max-width:100%; height:auto;}
.tem_banner .flex-control-nav{position:absolute;right:0;bottom:20px;left:0;text-align:center;}
.tem_banner .flex-control-nav li{margin:0px;}
.tem_banner .flex-control-nav li a{display:inline-block;margin:0 6px;width:10px;height:10px;border:1px solid #fff;border-radius:10px;text-indent:-999em;cursor:pointer; background:none;}
.tem_banner .flex-control-nav li a.flex-active{background:#fff;}
.tem_banner .flash img{width:100%!important;}
.index_logo{
  opacity: 0;
  position: relative;
  top: -70px;
}
#fullpage{}
.fp {position: fixed;left: 3%;top: 50%;background: url('../images/border.png') 28px 0 repeat-y;font-size: 0;padding: 45px 0;z-index: 998;/*比 header低 1 层级*/}
.fp li{position: relative;margin: 2px 0;}
.fp .img-wrapper{width: 57px;height: 57px;background: url('../images/dot.png') no-repeat center;text-align: center;}
.fp .img-wrapper img{width: 0;height: 0;display: inline-block}
.fp .name{position: absolute;left: 100%;white-space: nowrap;color: #2e88f7;font-size: 15px;line-height: 22px;margin-top: -11px;padding: 0 7px;top: 50%;opacity: 0;}

#fullpage ul,#fullpage ol{list-style: none;padding: 0;}
.right-bar{position: absolute;right:0;top: 0;height: 100%;width: 26%;font-size: 15px;z-index: 10;}

#fullpage .section.contact #baidu_map{margin-right:26%;}
#fullpage .right-bar table{height: 100%;width: 100%;border-collapse: collapse;}
#fullpage .right-bar .top{background: url("../images/11.png");height: 44%;}
#fullpage .right-bar .bottom{background:url("../images/22.png");height: 56%;}
#fullpage .right-bar td{vertical-align: middle;padding: 0 9%;}
#fullpage .right-bar .top td{padding-top: 0px;padding-bottom: 10px;}
#fullpage .right-bar .bottom td{vertical-align: top;padding-top: 6%;}
#fullpage .right-bar .content h4{padding: 5% 0;border-bottom: 1px solid #6badf9;color: #fffe00;font-size: 21px;line-height: 1;}
#fullpage .right-bar .content .desc{line-height: 28px;color: #fff;padding: 5% 0;font-weight: lighter;}
#fullpage .right-bar .bottom .content h4{color: #2e88f7;border-bottom: 1px solid #c9c7c6;}
#fullpage .right-bar .bottom .content .desc{color: #787878;}
#fullpage .right-bar .bottom .content .desc .nano{height: 100%!important;}
.right-bar .flag-img{position: absolute;top: 44%;right: 100%;width: 76%;}
#fullpage .right-bar .flag-img img{max-width: 100%;height: auto;}
#fullpage .right-bar .desc table td{border: 0 none;padding: 0;height: 32px;vertical-align: middle;}
#fullpage .right-bar .desc table td:first-child{width: 1px;}
#fullpage .right-bar .desc table td img{vertical-align: middle;margin-right: 20px;}
#fullpage .left-bar{margin: 0 26% 0 16%;border-right: 380px solid transparent;padding: 0 2%;height: 80%;height: 80vh;}
#fullpage .left-bar .nano{width: 100%;height: 100%;border: 0 none;overflow: hidden;}
#fullpage .sort2{text-align: left;font-size: 0;}
#fullpage .sort2 li{display: inline-block;width: 50%;}
#fullpage .sort2 li a,#fullpage .section.culture .more{display: block;margin: 4px;border: 1px solid #c8c8c8;text-align: center;color: #787878;background: transparent;font-size: 15px;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s}
#fullpage .sort2 li a .icon{width: 76px;height: 74px;margin: 0 auto 10px;}
#fullpage .sort2 li a .icon{background-position: 0 0;background-size: cover;}
#fullpage .sort2 li a:hover .icon,#fullpage .sort2 li a.flex-active .icon{background-position: 0 -74px;}
#fullpage .sort2 li a.flex-active,#fullpage .sort2 li a:hover,#fullpage .section.culture .more:hover{border: 1px solid #dcdbdc;background: #2e88f7;color: #fff;}
#fullpage .sort2 li a>.table{height: 49px;line-height: 23px;}
#fullpage .sort2 li a>.table>.middle{padding: 0 10px;}
#fullpage .sort2 li a>.table.has_icon>.middle{padding: 30px 10px;}
/*#fullpage .section,#fullpage .section .slide{background: center;background-size: cover;}*/
#fullpage .section.home{text-align: center;}
#fullpage .section.home .logo{position: absolute;margin-top: -75px;top:50%;left: 50%;margin-left:-121px }
#fullpage .section .lan_en{position: absolute; bottom: 30px; right: 30px; z-index: 99;}
#fullpage .section .lan_en a{ font-size: 18px; color: #fff;}
#fullpage .section.industry .left-bar-wrapper{position: absolute;left: 0;right: 0;bottom: 0;top: 0;}
#fullpage .section.industry .slider{height: 100%;}
#fullpage .section.industry .bottom::after{content:'';display:block;clear:both;}
#fullpage .section.industry .sort2 {/* width: 50%; *//* float: left; */}
#fullpage .section.industry .more,#fullpage .section.demo7 .more{text-transform: uppercase;padding: 7px 15px;border: 1px solid ;color: inherit;-webkit-transition: all .5s;transition: all .5s;}
#fullpage .section.industry .more:hover,#fullpage .section.demo7 .more:hover{text-decoration: none;background: url('../00035.png');background: rgba(0, 0, 0, .35);}
#fullpage .section.industry .sort2 li{width: 50%;}
#fullpage .section.industry .sort2 li .bar{display: none;padding: 1px 5px;}
#fullpage .section.industry .slider>.slides{height: 100%;}
#fullpage .section.industry .slider>.slides li{height: 100%;}
#fullpage .section.industry .tabs {border-bottom: 1px solid rgb(208, 210, 212);font-size:0;}
#fullpage .section.industry .tabs span,#fullpage .section.industry .tabs:hover span.flex-active{display: inline-block;padding: 7px 12px;border-bottom: 3px solid transparent;position: relative;bottom: -2px;font-size: 16px;cursor: pointer;margin-right: 5px;}
#fullpage .section.industry .tabs:hover span:hover,#fullpage .section.industry .tabs span.flex-active{border-color:#2e88f7}
#fullpage .section.industry .slider3{}
#fullpage .section.product .left-bar{text-align:center;}
#fullpage .section.product .more,#fullpage .section.about .more{text-transform: uppercase;padding: 10px 50px;border: 1px solid;color: inherit;-webkit-transition: all .5s;color: #fff;transition: all .5s;box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.82);}
#fullpage .section.product .more{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -79px;
  margin-top: -22px;
}
#fullpage .section.about .more{margin:0;}
#fullpage .section.product .more:hover,#fullpage .section.about .more:hover{background: url('../00035.png');background: rgba(0, 0, 0, .35);}
#fullpage .section.news .left-bar{height: 62.5%;margin-top: 3%;}
#fullpage .section.news .news_list{line-height: 20px;border: 1px solid #ffffff;padding: 6% 6em;}
#fullpage .section.news .news_list .more{color: #2e88f7;display: inline-block;padding: 5px 35px;line-height: 30px;min-width: 90px;text-align: center;border: 1px solid #fff;margin:60px 0 50px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;}
#fullpage .section.news .news_list .more:hover{background: url('../fff30.png');background: rgba(255,255,255,0.3);}
#fullpage .section.news .news_list li a{padding: 1.2em 0;position: relative;}
#fullpage .section.news .news_list li a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:0;border-bottom: 1px solid #f5f5f5;-webkit-transition:all .3s;transition:all .3s;}
#fullpage .section.news .news_list li a:hover::after{width:70%;}
#fullpage .section.news .news_list a{color: #505050;font-size: 14.5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
#fullpage .section.news .news_list a .date{padding-right: 2em;}
#fullpage .section.about .right-bar{background:url("../images/33.png");color: #fff;}
#fullpage .section.about .right-bar .fname{font-size: 30px;font-weight: lighter;margin-bottom: 15px;}
#fullpage .section.about .right-bar .fdesc{font-size: 15px;color: #fff;font-weight: lighter;margin-top: 10px;line-height: 20px;}
#fullpage .section.about .right-bar h4{border-bottom: 1px solid #787c7d;}
#fullpage .section.about .right-bar tr{background: transparent;}
#fullpage .section.culture .more{display: inline-block;padding: 10px 35px;}
#fullpage .section.contact #baidu_map{height: 100%;}
#fullpage .section.contact .more{ font-weight: normal; font-size: 14px; text-transform: uppercase; color: #fff;padding: 3px 12px;border: 1px solid ;display: inline-block;margin-top: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#fullpage .section.contact .more:hover{ background: rgba(0, 0, 0, 0.3); }
#fullpage .section.contact .right-bar .bottom td{padding-top: 5px;}
#fullpage .section.contact .contact-msg {}
#fullpage .section.contact .contact-msg .input{}
#fullpage .section.contact .contact-msg .table>.top{width: 50%;}
#fullpage .section.contact .contact-msg .item{border: 1px solid #c8c8c8;margin:0 0 9px 0;position: relative;line-height: 40px;}
#fullpage .section.contact .contact-msg .item .bar{position: relative;margin: 0 5px 0 50px}
#fullpage .section.contact .contact-msg .item .name{position: absolute;left: 0;top: 0;color: #787878;}
#fullpage .section.contact .contact-msg .item .icon{position: absolute;left: 0;top: 0;width: 45px;height: 100%;border-right: 1px solid #c8c8c8;}
#fullpage .section.contact .contact-msg .item input,#fullpage .section.contact .contact-msg .item textarea{height: 100%;width: 100%;font-family: inherit;border:1px solid transparent;outline: none;line-height: 40px;height: 39px;background: transparent;font-size: 14px;color: inherit;position: relative;}
#fullpage .section.contact .contact-msg .post input{width: 100%;height: 42px;line-height: 42px;background: #4292f6;color:#fff;font-size: 16px;border: 0 none;font-family: inherit;cursor: pointer;outline: none;}
#fullpage .section.contact .contact-msg .text .item{height: 100%;height: 161px;}
#fullpage .section.contact .contact-msg .text textarea{height: 150px;line-height: 23px;margin-top: 5px;}
#fullpage .section.contact .contact-msg>.title{color: #2e88f7;font-size: 21px;margin-bottom: 5px;}

.about-index{
}
.about-index .about-item{
  padding: 35px 0 45px;
  color: #787878;font-size: 16px;
}
.about-index .about-item .title{
  text-align: center;text-transform: uppercase;
  line-height: 35px;font-weight: lighter;margin-bottom: 25px;
}
.about-index .about-item .namemark{
  font-size: 30px;color: #c8c8c8;
}
.about-index .about-item .name{
  font-size: 25px;color: #505050;
}
.about-index table span{vertical-align: sub;margin: 0 3px;}
.about-index .show.even{
  background: #f8f8f8;
}

.partner_list,.honor_list{font-size: 0;text-align: center;}
.partner_list ul{}
.partner_list ul li{display: inline-block;width: 24%;vertical-align: middle;margin-left: 1%;margin-bottom: 10px;height: 100px;background: white;
 border-radius: 5%}
.partner_list ul li div{display: block;max-width: 80%;max-height: 60px;position: relative;transform: translateY(-50%);top: 50%;margin: 0 auto}
.partner_list ul li img{max-width: 100%;max-height: 60px;}

.honor_list ul li{
  display: inline-block;width: 24%;vertical-align: middle;margin-left: 1%;margin-bottom: 10px; height: 330px;background: #EAEEF1;
}
.honor_list ul li div{
  width: 100%;
  height: 300px;
  position: relative;
}
.honor_list ul li img{max-width: 80%;max-height: 280px;position: relative;transform: translateY(-50%);top: 50%}
.honor_list ul li h2{
  text-align: center;color: black;font-size: 16px;font-weight: 500;
}









.contact-index{}
.contact-index table.contact-way{border-spacing: 15px;border-collapse: separate;margin-bottom: 0;}
.contact-index table.contact-way td{padding: 4% 6%;padding: 4vmin 6vmin;height: 120px;line-height: 2;background: #fff;visibility: hidden;

}
.contact-index table.contact-way td h4{font-size:18px;margin-bottom: 12px;}
.contact-index table.contact-way td:hover{box-shadow: 1px 2px 2px 0px rgba(162, 162, 162, 0.56);}
.contact-index .contact-msg {}
.contact-index .contact-msg .input{}
.contact-index .contact-msg .table>.top{width: 50%;}
.contact-index .contact-msg .item{border: 1px solid #c8c8c8;margin:0 0 9px 0;position: relative;line-height: 40px;}
.contact-index .contact-msg .input{display:table;width:100%;border-spacing: 10px;padding: 0 40px;margin-left: -40px;}
.contact-index .contact-msg .input .item{display:table-cell;}
.contact-index .contact-msg .item .bar{position: relative;margin: 0 5px 0 50px}
.contact-index .contact-msg .item .name{position: absolute;left: 0;top: 0;color: #787878;font-size: 16px;}
.contact-index .contact-msg .item .icon{position: absolute;left: 0;top: 0;width: 45px;height: 100%;border-right: 1px solid #c8c8c8;}
.contact-index .contact-msg .item .icon01{
  background: url("../images/person.png") no-repeat center;
}
.contact-index .contact-msg .item .icon02{
  background: url("../images/call.png") no-repeat center;
}
.contact-index .contact-msg .item .icon03{
  background: url("../images/mail.png") no-repeat center;
}
.contact-index .contact-msg .item .icon04{
  background: url("../images/msg.png") no-repeat center;
}
.contact-index .contact-msg .item input,.contact-index .contact-msg .item textarea{height: 100%;width: 100%;font-family: inherit;border: 1px solid transparent;outline: none;line-height: 40px;height: 39px;background: transparent;font-size: 14px;color: inherit;position: relative;}
.contact-index .contact-msg .post {text-align:center;margin-top: 10px;}
.contact-index .contact-msg .post input{height: 42px;line-height: 42px;background: #4292f6;color:#fff;font-size: 16px;border: 0 none;font-family: inherit;cursor: pointer;outline: none;width: 320px;border-radius: 3px;}
.contact-index .contact-msg .text .item{height: 100%;height: 161px;margin: 0 10px;}
.contact-index .contact-msg .text textarea{height: 150px;line-height: 23px;margin-top: 5px;}
.contact-index .contact-msg>.title{color: #2e88f7;font-size: 21px;margin-bottom: 20px;}


.contact-index .msg{}

.tem_index_footer{padding:40px 0 50px;background: #fafafa;color: #828282;border-top: 1px solid #e6e6e6;}
.tem_index_footer dl{display: table-cell;position: relative;vertical-align: top;width: 145px;text-align: center;}
.tem_index_footer dl .bar {display: inline-block;text-align: left;}
.tem_index_footer dl .bar>* {padding: 0 20px;}
.tem_index_footer dl dt::before {content: "";position: absolute;left: 5px;width: 0px;height: 0px;top: 50%;margin: -2px 0;line-height: 0;border: 2px solid #505050;border-radius: 50%;}
.tem_index_footer dl:first-child::before {display: none;}
.tem_index_footer .nav {display: table;max-width: 100%;position: relative;top: 41px}
.tem_index_footer .nav_bar {margin-right: 170px;}
.tem_index_footer .contact_info {color: #828282;font-size: 15px;margin-top: 9px;text-align: right;margin-bottom: 15px;}
.tem_index_footer .contact_info .call{font-size: 16px;color: #646464;line-height: 22px;    text-align: center;}
.tem_index_footer .contact_info .call img{margin-right: 3px;}
.tem_index_footer .contact_info .call .middle{vertical-align: middle;}
.tem_index_footer .contact_info .number{font-size: 24px;padding: 10px 0;color: #646464;border-bottom: 1px solid #d6d6d2;line-height: 1;margin-bottom: 14px;font-weight: 600;}
.tem_index_footer dl a {color: #828282;}
.tem_index_footer dl dt{font-size: 15px;position: relative;margin-bottom: 10px;font-weight: bold;}
.tem_index_footer dl dt span{display:inline-block;position: relative;color: #505050;font-size: 15px;}
.tem_index_footer dl dt span::before {content: "";}
.tem_index_footer dl dd li{line-height: 18px;font-size: 14px;padding: 5px 0;white-space: nowrap;}
.tem_index_footer dl dd a{color: #787878;}
.tem_index_footer dl dd a:hover{text-decoration: underline;}
.tem_index_footer dl dd ul {list-style: none;}
.tem_index_footer_contact{width:35%;}
.tem_index_footer_contact li{position:relative;margin-top:25px;padding-top:5px;padding-left:48px;min-height:35px;color:#646363;list-style:none;}
.tem_index_footer_contact li i{position:absolute;top:0;left:0;width:35px;height:35px;border:1px solid #424244;border-radius:5px;color:#7c7c7c;text-align:center;font-size:22px;line-height:35px;}
.tem_index_footer_link{width:35%;}
.tem_index_footer_link dd{padding:20px 0;}
.tem_index_footer_link a{display:inline-block;margin:0 12px 10px 0;color:#646363;white-space:nowrap;}
.tem_index_footer_link a:hover{color:#ababab;}
.tem_index_footer_link a img{height:45px;}
.tem_index_footer_attention{width:30%;}
.tem_index_footer_attention dd{padding:20px 0;color:#646363;}
.tem_index_footer_attention li{display:inline-block;margin:8px;list-style:none;}
.tem_index_footer_attention li a{display:block;overflow:hidden;width:44px;height:44px;background:url(../pnt.png) no-repeat left top;color:#646363;font-size:0;}
.tem_index_footer_attention li.tenxun a{background-position:-83px top!important;}
.tem_index_footer_attention li.weixin a{background-position:-247px top!important;}
.tem_index_footer_attention li.qq a{background-position:-165px top!important;}
.tem_index_footer_attention li:hover a{background:url(../pnthover.png) no-repeat;}
.tem_index_footer_attention img{margin-top:8px;width:100px;}
.tem_index_footer_attention p{margin-top:5px;}
.tem_footer{position:relative;padding: 14px 0;background:#ff8202;color:#989ba3;font-size:13px;border-top: 1px solid #e0e0e0;}
.tem_footer a{color:#4a4a4a;}
.tem_footer_nav{}
.tem_footer_nav a{margin-left:30px;}
.powered_by_metinfo{height:35px;background:#161616;color:#4a4a4a;text-align:center;font-size:12px;line-height:35px;}
.powered_by_metinfo a{color:#4a4a4a;}
.met_section{position:relative;padding: 20px 0 60px;}
.met_section_2{margin:60px auto;}
.met_section aside{position:relative;}
/*aside 样式重置*/
.aside>.met_section{padding: 0;}
.met_section_asidenone article{float:none;margin-left:0;}
.met_section_asidenone article .met_article{margin-left:0;}
/*aisde nav*/
.aside{text-align: center;background: #2e88f7;font-size: 0;}
.met_section aside .met_aside{display: inline-block;max-width: 100%;}
.met_section aside .met_aside_list{display: table;width: 100%;height: 75px;}
.met_section aside .met_aside_list form{ display: table-cell;vertical-align: middle;}
.met_section aside .met_aside_list dl{display: table-cell;vertical-align: middle;padding: 0 15px 0 25px;background: url('../images/aside_border.png') no-repeat left center;/* width: 135px; */position: relative;}
.met_section aside .met_aside_list dl:first-child{background: transparent;}
.met_section aside .met_aside_list dl dt{font-size: 16px;line-height: 1.5;}
.met_section aside .met_aside_list dl dt a{display:block;color:#fff;font-weight: lighter;}
.met_section aside .met_aside_list dl dt.on a,.met_section aside .met_aside_list dl dt a:hover{font-weight: normal;}
.aside{position: relative;}
.aside .shade{position: absolute;top: 100%;left: 0;right: 0;height: 60px;background: #4796f8;z-index: 2;}
.aside .shade{display: none;}
/*.aside.has-nav-3.class3 .shade{display: none;}*/
.aside.has-nav-3{margin-bottom: 60px}
.met_section aside .met_aside dl dd{position: absolute;top: 75px;color: #fff;z-index: 9;left: 0;white-space: nowrap;margin-left: 20px;display: none;background: #4796F8;
  height: 60px;}
/*.met_section aside .met_aside dl dd{display: none;}*/
/*.met_section aside .met_aside dl.on dd{display: block;}*/
/*.aside.has-nav-3.hover01{*/
  /*border-bottom: 60px solid #4796F8*/
/*}*/
.met_section aside .met_aside dl:hover dd{
  display: block;
}
.met_section aside .met_aside dl dd h4{font-weight:normal;display: inline-block;background: url('../images/aside_border.png') no-repeat left center;line-height: 30px;padding: 15px 10px}
.met_section aside .met_aside dl dd h4:first-child{background:transparent;margin-left: 0;}
.met_section aside .met_aside dl dd h4:first-child a{/* margin-left:0; */}
.met_section aside .met_aside dl dd a{font-size: 14px;color: #fff;margin-left: 20px;display: block;font-weight: lighter;}
.met_section aside .met_aside dl dd a:hover{text-decoration:underline;}
.met_section aside .met_aside dl dd .on a,.met_aside dl dd a:hover{}
.met_section aside .met_related{margin-top:20px;}
.met_section aside .met_related ul{padding:20px;}
.met_section aside .met_related li{margin-bottom:8px;list-style:none;}
.met_article_head{text-align: center;text-transform: uppercase;line-height: 1;margin-bottom: 25px;}
.met_article_head .namemark{color:#c8c8c8;font-size: 30px;margin-bottom: 12px;}
.met_article_head .name{color: #505050;font-size: 25px;font-weight: lighter;}
.met_article_head .border{display: block;height: 0;border-bottom: 1px solid #e1e2e3;position: relative;margin-top: 20px;}
.met_article_head .border .after{background: #2e88f7;height: 3px;width: 62px;position: absolute;bottom: -2px;left: 50%;margin-left: -31px;}
.met_section_sehed{padding-top:0;}
.met_section_head{height:50px;color:#aaa;font-size:12px;font-family:'宋体';line-height:50px;}
.met_section_head a{color:#999;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.met_section_head a:hover{color:#e9280c;}


/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
body,h1,h2,h3,h4,h5,h6,dl,dt,li,ol,ul,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%}
img{border:0;}
button,input,select,textarea{font-size:100%}
.met_clear{clear:both}
.met_none{display:none}
/*.met_hidden{visibility:hidden}*/
.met_fl{float:left}
.met_fr{float:right}
.met_editor{line-height:2}
.met_editor ul,.met_editor ol{padding:0 0 0 25px;margin:0}
.met_editor a{color:#1c57c4}
.met_editor a:hover{text-decoration:underline}
.met_editor img{max-width:100%;height:auto!important;}
.met_editor blockquote{padding-top:5px;padding-bottom:5px;padding-left:15px;border-left:4px solid #ddd}
.met_editor hr{display:block;padding:0;border:0;height:0;border-top:1px solid #ddd;margin:20px 0;-webkit-box-sizing:content-box;box-sizing:content-box}
.met_editor .metvideobox{ text-align:center; visibility:hidden; margin:10px auto; }
.met_editor .video-js{ max-width:100%; }
.met_editor table{width:100%;margin-bottom:1.6rem;border-spacing:0;border-collapse:collapse;padding:0;border:0}
.met_editor table td{border:1px solid #ddd}
.met_editor table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:.7rem;line-height:1.6;vertical-align:top;border-top:1px solid #ddd}
.met_editor table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd}
.met_editor #page_break .collapse{display:none}
.met_editor #page_break .num{padding:10px 0;text-align:center}
.met_editor #page_break .num li{display:inline;margin:0 2px;padding:3px 5px;border:1px solid #ccc;background-color:#fff;color:#666;text-align:center;cursor:pointer;font-family:Arial;font-size:12px;overflow:hidden}
.met_editor #page_break .num li.on{background-color:#ccc;color:#fff;font-weight:bold}
.metinfo-banner1{overflow:hidden;margin:0 auto}
.met_pager{text-align:center;padding: 45px 0 0;}
.met_pager .PreSpan,.met_pager .NextSpan,.met_pager a{background: url(../page_normal.png) no-repeat;width: 24px;height: 25px;line-height: 24px;padding: 1px 2px 1px;display: inline-block;vertical-align: text-bottom;color: #717171;margin: 0 1px;font-size: 12px;}
.met_pager .PreSpan,.met_pager .NextSpan{visibility: hidden;}
.met_pager .PreA,.met_pager .NextA{font-size: 0;}
.met_pager .NextA,.met_pager .PreA{font-size:12px;font-family:Simsun;font-weight:bold;}
.met_pager .firstPage,.met_pager .lastPage{ white-space: nowrap;}
.met_pager .Ahover,.met_pager a:hover{background-image: url(../page_active.png);color:#f2f2f2;}
.met_pager .PageText{margin-left:10px;color:#aaa;display: none;}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #e0e0e0;color:#aaa;display: none;}
.met_pager #metPageT{width:20px;padding:6px 5px 5px;}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;font-weight:bold}
*html .met_pager #metPageT{height:13px;line-height:13px}
*html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
*+html .met_pager #metPageT{height:13px;line-height:13px}
*+html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
.met_module1{padding:30px 10px}
.met_module1.industry{padding-bottom: 0;}
.met_module1.industry a{color:#2e88f7;}
.about-index.industry{border-top: 1px solid #e1e2e3}
.met_module1.industry h4{font-size: 18px;font-weight: normal;}
.about-index.industry .honor_list ul{text-align:left;}
.about-index.industry .honor_list ul li{width:25%;margin: 5px 0;}
.about-index.industry .met_pager{padding-top:20px;}
.industry-product {margin: 20px 0 40px;}
.industry-product ul{list-style:none;padding:0;white-space: nowrap;overflow:hidden;}
.industry-product .owl-item{text-align:center;}
.industry-product ul li{display:inline-block;max-width:270px;}
.industry-product a{display:block;margin:0 2px;background:#fbfbfb;}
.industry-product a img{max-width:100%;-webkit-transition:all .3s;transition:all .3s;}
.industry-product a .img{overflow:hidden;margin: auto;}
.industry-product a:hover{text-decoration:none;}
.industry-product a:hover img{-webkit-transform:scale(1.2);transform:scale(1.2);}
.industry-product a h2{padding: 10px 20px;font-size: 15px;color: #3c3c3c;text-align: center;font-weight: normal;}
.industry-product a h2 div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.industry-product .owl-pagination{margin:25px 0 0;text-align:center;}
.industry-product .owl-page{display:inline-block;width: 10px;height: 10px;background:#e1e2e3;margin:0 5px;border-radius:50%;}
.industry-product .owl-page.active{background:#2e88f7;}
.met_module2_list{padding:10px 10px}
.met_module2_list ul{list-style: none;padding: 0;}
.met_module2_list li{padding: 45px 0 44px;border-bottom: 1px solid #e7e7e7;}
.met_module2_list li .img{padding-right: 30px;width: 250px;}
.met_module2_list li .wrapper{padding: 0 5px;line-height: 1;}
.met_module2_list li .wrapper>*{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 820px;}
.met_module2_list li .more{display: inline-block;color: #2e88f7;border: 1px solid #e5e5e5;width: 90px;padding: 0 15px;line-height: 30px;text-align: center;-webkit-transition: all .3s;transition: all .3s;}
.met_module2_list li a:hover .more{background: #2e88f7;border-color: #2e88f7;color: #fff;}
.met_module2_list li .date{font-size:12px;color: #505050;margin-bottom: 25px;display: inline-block;}
.met_module2_list li .desc{font-size: 14px;color: #787878;margin-bottom: 27px;height: 19px;}
.met_module2_list li h2{font-size: 20px;color: #505050;font-weight: normal;margin-bottom: 27px;height: 20px;}
.met_module2 h1.met_title{font-size:28px;font-weight:normal;padding:5px 0}
.met_module2 .met_infos{color:#818181;font-size:12px;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #ddd}
.met_module2 .met_time{padding-right:6px}
.met_module2 .met_source{padding-right:6px}
.met_module2 .met_source a{color:#607fa6}
.met_module2 .met_editor{padding:0 10px}
.met_tools{ border-top:1px solid #ddd;margin-top:30px;position:relative; }
.met_tools .met_page{ color:#818181;}
.met_tools .met_page li{ list-style:none; margin: 10px 0; }
.met_tools .met_page li.met_page_preinfo{ float: left; }
.met_tools .met_page li.met_page_next{ float: right; }
.met_tools .met_page li span{ padding-right:5px;}
.met_tools .met_page li a{color:#607fa6;}
.active_bar{padding:0 70px;}
.active_list{margin:0 auto;max-width:100%;}
.active_list .w{position:relative;}
.active_list .prev,.active_list .next{position:absolute;background:url('../arrow.png');width:74px;height:74px;margin:-37px -105px;top:50%;cursor:pointer;}
.active_list .prev{left:0px;background-position:0 0;}
.active_list .prev:hover{left:0px;background-position:0 -74px;}
.active_list .next{right:0px;background-position:-74px 0;}
.active_list .next:hover{right:0px;background-position:-74px -74px;}
.active_list .main{margin:12px 0;}
.active_list .main li{position:relative;background: #f7f7f7 url('../loading.gif') no-repeat center center;}
.active_list .main h2{position:absolute;left:0;right:0;bottom:0;background:url('../active_bg.png');background:rgba(46, 136, 247, 0.77);font-size:17px;text-align:center;color:#fff;font-weight:normal;padding:15px 20px;}
.active_list .control{margin:12px 0;}
.active_list .control{white-space:nowrap;overflow:hidden;}
.active_list .control li{display:inline-block;cursor:pointer;background: #d9d9d9;position:relative;}
.active_list .control li .before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background: url('../00040.png');background:rgba(0,0,0,0.4);transition:all .3s;-webkit-transition:all .3s;z-index: 2;}
.active_list .control .active.center .before,.active_list .control li:hover .before{background:transparent;}
.met_module3_list ul.list_1{list-style:none;}
.met_module3_list ul.list_1 li{float:left;text-align:center;overflow:hidden;width: 25%;/* margin: 1px 0; */}
.met_module3_list ul.list_1 li a{text-align:center;display:block;margin:0 2px;background:#fbfbfb;font-size:0}
.met_module3_list ul.list_1 li h2{height: 53px;font-weight: normal;}
.met_module3_list ul.list_1 li h2 .middle{padding: 10px 20px;font-size: 15px;color: #3c3c3c;}
.met_module3_list ul a img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;max-width:100%;height:auto;}
.met_module3_list ul a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
.met_module3_list ul.list_2{list-style:none;visibility:hidden}
.met_module3_list ul.list_2 li{padding:20px 10px;border-bottom:1px solid #ddd}
.met_module3_list ul.list_2 dt{float:left;position:relative}
.met_module3_list ul.list_2 dd{float:left;width:100%}
.met_module3_list ul.list_2 dd h2{padding:5px 10px;font-size:15px;font-weight:normal}
.met_module3_list ul.list_2 dd p{padding:5px 10px;color:#818181}
#showproduct {/* margin: 20px 0 0 0; */}
#showproduct dl.pshow{display: table;width: 100%;}
#showproduct dl.pshow dt{position:relative;font-size:0;text-align:center;border-right:1px solid #ddd;display: table-cell;vertical-align: top;padding: 0 20px 20px;}
#showproduct dl.pshow dt .met_box{margin:0 auto;visibility:hidden;max-width: 100%;}
#showproduct dl.pshow dt .met_box figcaption{display:none}
#showproduct dl.pshow dt .my-simple-gallery figure{float:left;margin:0}
#showproduct dl.pshow dt .my-simple-gallery figure img{max-width:100%;height:auto}
#showproduct dl.pshow dt li{display:inline-block;margin-right:10px;margin-top:10px;cursor:pointer}
#showproduct dl.pshow dt li img{filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}
#showproduct dl.pshow dt li.flex-active{border:2px solid #000;width: 68px;height: 44px;position:relative;overflow:hidden;}
#showproduct dl.pshow dt li.flex-active img{position:relative;left:-2px;top:-2px}
#showproduct dl.pshow dd{display: table-cell;width:100%;vertical-align: top;}
#showproduct dl.pshow dd .met_box{padding:0 20px;margin-left: 0!important;}
#showproduct dl.pshow dd .met_box h1{font-size:24px;padding:20px 5px;border-bottom:1px solid #ddd}
#showproduct dl.pshow dd .met_box ul li{list-style:none;color:#818181;padding: 8px 5px;border-bottom:1px solid #ddd;position:relative;}
#showproduct dl.pshow dd .met_box ul li .span{padding:8px 5px;padding: 0px 5px;word-wrap:break-word;width: 60px;white-space: nowrap;}

#showproduct dl.pshow dd .met_box ul li .para {
    white-space: pre;
    width: auto;
}
#showproduct dl.pshow dd .met_box .desc{padding:10px;margin-top:20px;background:#f7f8fa;color:#666}
#showproduct .met_nav{height:45px;line-height:45px;margin:30px 0;border:1px solid #ddd}
#showproduct .met_nav li{float:left;list-style:none;border-right:1px solid #ddd;cursor:pointer}
#showproduct .met_nav li a{display:block;padding:0 40px}
#showproduct .met_nav li.met_now,#showproduct .met_nav li.met_hover{background:#f7f8fa}
#showproduct .met_related{margin-top:30px;font-size:18px;font-weight:normal;border-bottom:1px solid #ddd;padding:10px 10px;color:#333}
#showproduct .met_related_list{list-style:none;visibility:hidden}
#showproduct .met_related_list li{float:left;text-align:center;margin-top:30px;overflow:hidden}
#showproduct .met_related_list li a{text-align:center;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;font-size:0}
#showproduct .met_related_list li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
#showproduct .met_related_list li img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
#showproduct .met_related_list li a:hover h2{color:#333}
#showproduct .met_related_list li a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
#showproduct .met_nav_contbox{padding:0 10px}
#downloadlist{padding:15px}
#downloadlist .metlist{margin-bottom:20px}
#downloadlist .metlist dt{border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;padding:8px 5px 8px 0;background:url(../images/dt-9.gif) no-repeat 5px 11px}
#downloadlist .metlist dd{color:#999;padding:8px;background:#f7f8fa}
#downloadlist .metlist dd b{font-weight:normal}
#downloadlist .metlist dd div{float:right}
#downloadlist .metlist dd span{padding-right:20px}
#downloadlist .metlist dd a{color:#1c57c4}
#downloadlist .metlist dd a.down{color:#fa1a1a}
#showdownload{padding:15px}
#showdownload h1.title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showdownload .paralist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden}
#showdownload .paralist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showdownload .paralist li:last-child{border-bottom:0}
#showdownload .paralist li a{color:#fff}
#showdownload .paralist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;word-wrap:break-word}
#showdownload .met_editor{padding:0 10px}
#showdownload .ctitle{margin:30px 0 10px;padding:0 10px;font-size:16px;font-weight:normal;height:40px;line-height:40px;border-bottom:1px solid #ddd}
#showdownload .downloadbox{margin-top:30px}
#showdownload .downloadbox a{display:inline-block;background:#23b7e5;height:35px;line-height:35px;padding:0 35px;color:#fff;border-radius:2px}
#showdownload .downloadbox a:hover{background:#38c4f0}
#showdownload .downloadbox a.active{background:#1ba4cf}
#imglist ul.list_1{list-style:none;visibility:hidden}
#imglist ul.list_1 li{float:left;text-align:center;margin-top:30px;overflow:hidden}
#imglist ul.list_1 li a{text-align:center;display:block;margin:0 auto;background:#fff;border:1px solid #ddd;font-size:0}
#imglist ul.list_1 li h2{text-align:left;font-size:14px;padding:10px 10px;font-weight:normal;border-top:1px solid #ddd}
#imglist ul a img{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s}
#imglist ul a:hover h2{color:#333}
#imglist ul a:hover img{filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}
#imglist ul.list_2{list-style:none;visibility:hidden}
#imglist ul.list_2 li{padding:20px 10px;border-bottom:1px solid #ddd}
#imglist ul.list_2 dt{float:left;position:relative}
#imglist ul.list_2 dd{float:left;width:100%}
#imglist ul.list_2 dd h2{padding:5px 10px;font-size:15px}
#imglist ul.list_2 dd p{padding:5px 10px;color:#818181}
#showimg .newspaper{list-style:none;font-size:0;margin: 0px 0 60px;}
#showimg .newspaper li{width:25%;display:inline-block;}
#showimg .newspaper li a{margin: 0 10px;display: block;}
#showimg .newspaper li a img{max-width:100%;height:auto;}
#showimg .newspaper li a h6{font-size:14px;text-align:center;font-weight:normal;color:#000;}
#showimg h1.met_title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showimg .met_slide_box{text-align:center;background:#000;margin:0 auto;overflow:hidden;position:relative}
#showimg .met_slide_list ul{display:none;}
#showimg ul.exposureThumbs{border-right:0;padding:0;margin:0;list-style-type:none;height:79px; width:790px; margin:0px auto;padding:10px}
#showimg ul.exposureThumbs li{background:#111;margin:0 10px 0 0;padding:0;text-align:center;display:none;float:left}
#showimg ul.exposureThumbs li img{cursor:pointer}
#showimg ul.exposureThumbs li.last{margin:0}
#showimg .exposureWrapper{position:absolute;top:0;left:0}
#showimg .exposureWrapper img{cursor:pointer;position:absolute;top:0;left:0}
#showimg .exposureLoaded{background-image:none}
#showimg ul.exposureThumbs li{width:150px;height:79px}
#showimg .exposureSlideshowControls a{font-size:11px;color:#bba;text-decoration:none;outline:0;padding:2px 6px;display:inline}
#showimg .exposureSlideshowControls a:active,.exposureSlideshowControls a:hover{background-color:#999;color:#444}
#showimg .met_slide_box .left,.met_slide_box .right{position:absolute;width:50%;cursor:pointer}
#showimg .met_slide_box .left a,.met_slide_box .right a{display:block;width:100%;height:100%}
#showimg .imgparalist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden;margin-top:30px;visibility:hidden}
#showimg .imgparalist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showimg .imgparalist li:last-child{border-bottom:0}
#showimg .imgparalist li a{color:#fff}
#showimg .imgparalist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;overflow:hidden;word-wrap:break-word}
#joblist{padding:15px}
#joblist dl{padding:10px 5px 10px;margin-top:30px;border:1px solid #ddd}
#joblist dt{padding:0 10px;font-size:16px;font-weight:bold}
#joblist dd .dtail{padding:5px 10px 0;border-top:1px solid #ddd}
#joblist dd .dtail span{margin-right:15px}
#joblist dd .dtail a{color:#1c57c4}
#joblist dd .editor{padding:10px}
#joblist dd .mis{padding:5px 10px;border-bottom:1px solid #ddd;font-size:12px}
#joblist dd .mis span{margin-right:15px;color:#999}
#showjob h1.title{font-size:24px;padding:15px 5px;border-bottom:1px solid #ddd;margin-bottom:30px}
#showjob .ctitle{margin:30px 0 10px;padding:0 10px;font-size:16px;font-weight:normal;height:40px;line-height:40px;border-bottom:1px solid #ddd}
#showjob .met_editor{padding:0 10px}
#cvlist{padding:15px}
#showjob .paralist{background:#8c989f;padding:5px 10px;color:#fff;visibility:hidden;margin-top:30px;visibility:hidden}
#showjob .paralist li{list-style:none;padding:8px 5px 8px 90px;min-height:20px;position:relative;border-bottom:1px solid #ddd}
#showjob .paralist li:last-child{border-bottom:0}
#showjob .paralist li a{color:#fff}
#showjob .paralist li span{position:absolute;left:0;top:0;width:80px;padding:8px 5px;overflow:hidden;word-wrap:break-word}
#showjob .info_cv{margin-top:30px;margin-left:10px}
#showjob .info_cv a{display:inline-block;background:#23b7e5;height:35px;line-height:35px;padding:0 35px;color:#fff;border-radius:2px}
#showjob .info_cv a:hover{background:#38c4f0}
#showjob .info_cv a.active{background:#1ba4cf}
#messagelist{padding:15px}
#messagelist .metlist{margin-top:30px;border:1px solid #ddd;padding:5px}
#messagelist .metlist dt{padding:5px}
#messagelist .metlist dt span.name{color:#2c7199}
#messagelist .metlist dt span.time{padding-left:5px;color:#aaa;font-size:12px}
#messagelist .metlist dt span.tt{float:right;padding-right:5px;color:#aaa}
#messagelist .metlist dd.info span.tt{display:none;clear:both}
#messagelist .metlist dd.info span.text{display:block;line-height:1.5;padding:0 5px 10px;border-bottom:1px solid #ddd}
#messagelist .metlist dd.reinfo span.tt{display:block;padding:10px 5px 0;color:#2c7199}
#messagelist .metlist dd.reinfo span.text{display:block;line-height:1.5;padding:5px 5px 10px}
#messagelist .v52fmbx{margin:30px 0 0}
#linklist{padding:15px 15px 25px}
#linklist .ctitle{margin:10px 0 10px;padding:5px 10px;border-bottom:1px solid #ddd}
#linklist .inside{padding:15px 0 0}
#linklist .metlist .img li{list-style:none;display:inline;padding-right:5px}
#linklist .metlist .img img{width:88px;height:31px}
#linklist .metlist .txt li{list-style:none;float:left;width:88px;height:20px;line-height:20px;margin-right:5px;overflow:hidden}
#linksubmit{padding:15px}
#linksubmit table{margin:0 auto}
#memberbox{padding:15px}
ul.searchnavlist{list-style:none;padding:0 20px;margin:0}
ul.searchnavlist li{padding:5px 0;display: inline-block;font-size: 14px;margin: 0 5px;vertical-align: middle;}
ul.searchnavlist .advsearch_searchword input{width:90%;height:28px;line-height:28px\9;padding:2px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0;border-radius:2px}
ul.searchnavlist .searchgo{display:block;background:#23b7e5;border:0 none;height:34px;line-height:26px;padding:0 35px;color:#fff;cursor:pointer;border-radius:2px;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun'}
ul.searchnavlist .searchgo:hover{background:#38c4f0}
ul.searchnavlist .searchgo:active{background:#1ba4cf}
#searchlist{padding:15px 0}
#searchlist li{padding-left:10px;margin-bottom:6px;line-height:1.5}
#searchlist ul{list-style:none;padding:0;margin:0}
#searchlist ul li{padding:3px 5px;margin-bottom:10px}
#searchlist ul li img{display:none}
#searchlist .search_title{display:block;padding:2px 0}
#searchlist .search_title a{font-size:16px;color:#12C;text-decoration:underline}
#searchlist .search_title em{color:#c00;text-decoration:underline;font-style:normal}
#searchlist .search_detail{display:block}
#searchlist .search_detail a{text-decoration:underline;color:#12C}
#searchlist .search_content em{color:#c00;font-style:normal}
#searchlist .search_updatetime{display:block;margin-top:5px;color:green}
#searchlist a:hover{text-decoration:underline}
#sitemaplist dl{margin-top:30px;padding:20px;border:1px solid #ddd}
#sitemaplist dt h2{font-size:18px;font-weight:normal;padding:10px 0;border-bottom:1px solid #ddd}
#sitemaplist dt h2 i{font-size:22px;margin-left:10px;font-weight:normal;color:#888;position:relative;top:2px}
#sitemaplist dd ul{float:left;width:25%;list-style:none;margin-top:20px}
#sitemaplist dd li{margin-top:5px}
#sitemaplist dd li h4 a{font-weight:normal;color:#666}
.v52fmbx_hr{border-top:1px solid #ddd;margin:0;padding:0 5px 0 15px;font-weight:bold;font-size:16px;background:#ddd;height:60px;line-height:60px;}
:-ms-input-placeholder{color:#999}
.met-focus{border:1px solid #23b7e5!important}
.v52fmbx{border:1px solid #ddd;border-top:0;overflow:hidden;text-align:left}
.v52fmbx dl:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.v52fmbx dl{width:100%;zoom:1;background:#fff}
.v52fmbx dl{border-top:1px solid #ddd;margin:0;display:-webkit-box;display:-moz-box;display:box;display:-ms-flexbox;position:relative;padding:5px 0}
.v52fmbx dl dt{padding:15px 15px 10px 15px;width:110px;text-align:left;font-weight:normal;overflow:hidden;line-height:1.2}
.v52fmbx dl dd{-moz-box-flex:1.0;-webkit-box-flex:1.0;box-flex:1.0;-ms-flex:1;padding:2px 0 0 15px;margin:10px 0}
.v52fmbx dl dd label input{position:relative;top:1px;margin-right:3px}
.v52fmbx dl dd .fbox{margin:0 10px 0 0}
.v52fmbx dl dd .tips{color:#aaa}
.v52fmbx dl dd .tips:hover{color:#f00}
.v52fmbx dl dd.labelinline label{display:inline}
.v52fmbx dl dt.addimgdt{padding:10px 5px 10px}
.v52fmbx dl dt.addimgdt p{height:30px;line-height:30px;margin-bottom:8px}
.v52fmbx dl.noborder{border-bottom:0}
.formerror{margin-top:6px;height:20px;line-height:20px}
.formerror .fa-times{color:#fff;border-radius:3px;padding:1px 2px;font-size:16px;margin-right:5px;background:red}
.formerror .fa-check{color:#fff;border-radius:3px;padding:2px;font-size:14px;margin-right:5px;background:#10aa00}
.formerrorbox{border:2px solid #f00!important}
.v52fmbx dl dd.ftype_description{color:#fff;padding:8px;margin:0 5px;background:#6c6fbf}
.ftype_input .fbox{float:left}
.ftype_input .tips{float:left;padding-top:5px}
.ftype_input .fbox input{width:350px;height:28px;line-height:28px\9;padding:2px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0;border-radius:2px}
.placeholder-ie{position:relative}
.placeholder-ie label{position:absolute;left:8px;top:7px;cursor:text;color:#999}
.ftype_textarea .tips{display:block}
.ftype_textarea textarea{width:350px;line-height:1.5;height:100px;padding:7px 5px;border:1px solid #dcdfe0;background-color:#fff;color:#333;outline:0}
.ftype_select .tips,.ftype_select-linkage .tips{display:block;margin-top:5px}
select{line-height:31px;height:31px;vertical-align:middle;background-color:#fff;outline:0;border:1px solid #ccc;padding:4px;color:#656565}
.ftype_radio .fbox label{font-weight:normal;height:28px;line-height:28px;margin:0;display:block}
.ftype_radio .fbox input[type='radio']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;margin:0;position:relative;top:-1px;margin-right:6px}
.ftype_radio .formerror{margin-top:0}
.ftype_checkbox .fbox input[type='checkbox']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;margin:0}
.ftype_checkbox .fbox label{font-weight:normal;height:28px;line-height:28px;margin:0;display:block}
.ftype_checkbox .fbox input{position:relative;top:-1px;margin-right:6px!important}
.ftype_checkbox .formerror{margin-top:0}
.ftype_transverse .fbox label{display:inline;margin-right:15px}
.submit{display:block;background:#23b7e5;border:0 none;height:34px;line-height:26px;padding:0 35px;color:#fff;cursor:pointer;border-radius:2px;font-family:'Microsoft YaHei',Tahoma,Verdana,'Simsun'}
.submit:hover{background:#38c4f0}
.submit.active{background:#1ba4cf}
.v52fmbx dl dd.ftype_code input{width:80px;margin-right:10px}
.v52fmbx dl dd.ftype_code img{height:30px;position:relative;bottom:2px}
/*.footer_back{*/
  /*width: 100%;*/
  /*height: 40px;*/
/*}*/
body .backtop{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /*margin-right: -40px;*/
  /*background: url("") no-repeat;*/
  position: fixed;
  right:356px;
  bottom: 18%;
  z-index: 99;
  background: rgb(46, 136, 247);
  color: #fff;
  font-size: 20px;
  transition: all 0s;
  }
body .backtop i.border{
    border-top: 0 solid;
    border-bottom: 8px solid ;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    height: 0; width: 0;
  position: relative;
  top: 15px;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

.footer_txt p{
  margin-bottom: 5px;
}

.footer_txt div img:hover{
  opacity: 0.7;
}


@media (max-width: 770px) {
  .footer_txt img{
    width: 23%;
    /*height: 89px;*/
  }
  .footer_txt div a:nth-child(3) img{
    width: 28%;
  }
}
