@charset "utf-8";
html{
  height:100%;
}
body{
  min-height:100%;
  position: relative;
}
.logo-info{
  padding: 15px 0;
}
.s-box{
  float: right;
  margin-top: 20px;
}
.s-box .s-text{
  width: 220px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dbdbdb;
  border-right: 0;
  display: inline-block;
  padding-left: 10px;
}
.s-box .s-btn{
  width: 70px;
  height: 36px;
  line-height: 36px;
  background: #FBFCFD;
  display: inline-block;
  border: solid 1px #dbdbdb;
}
.s-box .s-btn img{
  margin: 0 5px 0 10px;
}
.header{
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  display: none;
}
.header .logo{
  margin-top: 10px;
}
.header .toggle{
  margin-top: 18px;
}
/*导航*/
.nav{
  height: 54px;
  line-height:54px;
  background-color: #f2f2f2;
}
.nav .section > ul > li{
  width:12.5%;
  float: left;
}
.nav >.section > ul > li > a{
  display: block;
  width:100%;
  text-align:center;
  font-size: 16px;
  color: #333;
}
.nav ul li:hover{
  background-color: #00728d;
}
.nav ul li:hover > a{
  color: #fff;
}
/*导航下拉*/
.dropdown{
  position: relative;
  z-index: 100;
}
.dropdown .dropdown-content{
  width: 100%;
  position: absolute;
  top:54px;
  left:0;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}
.dropdown .dropdown-content li{
  position: relative;
}
.dropdown .dropdown-content li a{
  display: block;
  font-size: 16px;
  height:50px;
  line-height:50px;
  text-align: center;
}
.dropdown .dropdown-content li:hover{
  background: #00728d;
}
.dropdown .dropdown-content li:hover > a{
  color: #ffffff;
}
.dropdown:hover .dropdown-content{
  display: block;
}
.dropdown-content .dropdown-item{
  width: 100%;
  position: absolute;
  top:0;
  left:100%;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}
.dropdown-content li:hover .dropdown-item{
  display: block;
}
/* 移动端导航 */
.mobile-nav{
  display: none;
}
.mobile-nav ul > li {
  width: 100%;
}
.mobile-nav ul > li > a {
  display: block;
  height:40px;
  line-height:40px;
  font-size: 16px;
  padding-left: 15px;
}
.mobile-nav ul > li:hover{
  background: #00728d;
}
.mobile-nav ul > li:hover > a {
  color: #fff;
}
.mobile-nav li.dropdown{
  height: auto;
}
.mobile-nav .dropdown > a{
  background: url(../images/down.png) no-repeat 85px center;
}
.mobile-nav .dropdown:hover > a{
  background-image: url(../images/down-on.png);
}
.mobile-nav .dropdown:hover .dropdown-content {
  display: none;
}
.mobile-nav .dropdown .dropdown-content {
  position: static;
}
.mobile-nav .dropdown .dropdown-content li a {
  height:40px;
  line-height:40px;
  padding-left: 30px;
  font-size: 14px;
  text-align: left;
}
/******banner图******/
.main{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner{
  height: 400px;
  overflow: hidden;
  position: relative;
}
.banner-slide{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  position: absolute;
  display: none;
}
.slide1{
  background-image: url(../images/banner.jpg);
}
.slide2{
  background-image: url(../images/banner1.jpg);
}
.slide3{
  background-image: url(../images/banner2.jpg);
}
.slide-active{
  display: block;
}
.button{
  position: absolute;
  width: 40px;
  height: 80px;
  line-height: 80px;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background:url(../images/arrow-lt.png) center center no-repeat;
}
.button:hover{
  background-color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.next{
  background:url(../images/arrow-rt.png) center center no-repeat;
  left:auto;
  right:0;
}
.dots{
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -50px;
  text-align: right;
}
.dots span{
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: rgba(7,17,27,0.4);
  margin-left: 8px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset;
  cursor: pointer;
}
.dots span.active{
  box-shadow: 0 0 0 2px rgba(7,17,27,0.4) inset;
  background: #fff;
}
/******内容******/
.content{
  padding-bottom:180px;
}
/*证书查询*/
.certificate{
  background:#f0f5fb;
  padding:30px 0;
}
.certificate .section{
  border-left:4px solid #00728d;
}
.certificate .section h2{
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
}
.certificate .section span{
  color: #999999;
}
.content .certificate form{
  margin: 20px 0 0 20px;
}
.content form .item{
  overflow: hidden;
  margin-right: 30px;
}
.content form .item label{
  /*float: left;*/
  font-size: 16px;
  margin-right: 10px;
}
.content form .item select,
.content form .item input{
  width: 420px;
  height: 42px;
  border: solid 1px #ebebeb;
}
.content form > a{
  width: 100px;
  height: 44px;
  line-height: 44px;
  background-color: #00728d;;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
/******关于我们******/
.about{
  padding:30px 0;
}
.about-us{
  position: relative;
}
.about-us .fl{
  width:42%;
}
.about-us .about-content {
  float: right;
  width: 55%;
}
.about-us .about-content .title{
  font-size: 24px;
  color: #000;
  padding-top: 30px;
}
.about-us .about-content p{
  line-height: 24px;
  text-align: justify;
}
.about-us .about-content .btn{
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color:#fff;
  background:  #00728d;
  text-align: center;
  float: right;
}
/******服务认证******/
.service{
  background: #f0f5fb;
  padding: 50px 0;
}
.service li{
  float: left;
  width: 18%;
  height: 300px;
  margin:1%;
  padding:20px 0;
  background: #fff;
  text-align: center;
}
.service li a{
  display: block;
  width: 119px;
  height: 137px;
  margin: 0 auto;
  background: url(../images/service1.png) no-repeat;
}
.service .li1:hover a.icon-top{
  background: url(../images/service1-on.png) no-repeat;
}
.service .li2 a.icon-top{
  background: url(../images/service2.png) no-repeat;
}
.service .li2:hover a.icon-top{
  background: url(../images/service2-on.png) no-repeat;
}
.service .li3 a.icon-top{
  background: url(../images/service3.png) no-repeat;
}
.service .li3:hover a.icon-top{
  background: url(../images/service3-on.png) no-repeat;
}
.service .li4 a.icon-top{
  background: url(../images/service4.png) no-repeat;
}
.service .li4:hover a.icon-top{
  background: url(../images/service4-on.png) no-repeat;
}
.service .li5 a.icon-top{
  background: url(../images/service5.png) no-repeat;
}
.service .li5:hover a.icon-top{
  background: url(../images/service5-on.png) no-repeat;
}
.service li h2{
  font-size: 20px;
  color: #4d4d4d;
  margin: 10px 0;
}
.service li h3{
  color: #808080;
}
.service li .line{
  width: 63px;
  height: 2px;
  background-color: #cccccc;
  margin: 10px auto;
}
.service li p{
  height: 100px;
  line-height: 20px;
  color: #999999;
  padding:0 10px;
}
/******新闻中心******/
.news{
  padding: 30px 0;
}
.caption{
  position: relative;
  margin-bottom: 20px;
}
.caption h3{
  font-size: 22px;
  color:#000;
}
.caption span{
  color: #000;
}
.caption a{
  width:12px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 12px;
  background: url(../images/arrow.png) no-repeat;
}
.news .tab-title{
  font-size:0;
  margin-bottom: 15px;
}
.news .tab-title a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right:15px;
  padding: 7px 15px;
  background-color: #999;
}
.news .tab-title a:hover,
.news .tab-title a.current{
  color: #fff;
  background-color: #00728d;
}
.news .fl{
  width: 40%;
}
.news .news-con h3{
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 5px 0;
}
.news .news-con p{
  color: #737373;
  text-align: justify;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.news-content{
  width: 55%;
}
.news-content li{
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 18px;
  background: url(../images/xing.png) no-repeat left;
  border-bottom: 1px dashed #d7d7d7;
}
.news-content li a{
  float: left;
  width: 380px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.news-content li span{
  float: right;
  color: #999999;
}
.news-content li:hover a{
  color: #0081cd;
}
/*友情链接*/
.link{
  padding: 30px 0;
}
.link ul{
  overflow: hidden;
}
.link li{
  width: 15.6%;
  float: left;
  margin-right: 1%;
}
.link li img{
  width: 100%;
  height: 68px;
}
/******底部******/
.footer{
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: #313741;
  text-align: center;
}

.footer1{
  width: 100%;
  height: 180px;
  position: relative;
  bottom: 0;
  color: #ffffff;
  background: #313741;
  text-align: center;
}
.footer .section{
  margin-top: 40px;
}
.footer .footer-tab{
  width: 50%;
  padding-bottom: 20px;
  /*border-bottom:1px solid #4996C5;*/
  text-align: center;
  margin: 0 auto;
}
.footer .footer-tab a{
  color: #ffffff;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.footer .footer-tab a:last-child{
  border-right: none;
}
/*.footer .contact{*/
  /*margin-bottom: 20px;*/
/*}*/
.footer .contact span {
  display: inline-block;
  padding-right: 20px;
}
.footer p{
  line-height: 30px;
}



.footer1 .section{
  margin-top: 40px;
  position: relative;
  top: 50px;
}
.footer .footer-tab{
  width: 50%;
  padding-bottom: 20px;
  /*border-bottom:1px solid #4996C5;*/
  text-align: center;
  margin: 0 auto;
}
.footer1 .footer-tab a{
  color: #ffffff;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.footer1 .footer-tab a:last-child{
  border-right: none;
}
/*.footer .contact{*/
  /*margin-bottom: 20px;*/
/*}*/
.footer1 .contact span {
  display: inline-block;
  padding-right: 20px;
}
.footer1 p{
  line-height: 30px;
}

/******列表页******/
.detail_title{
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.detail_title img{
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.detail_title a{
  color: #666666;
}
.detail_title .color{
  color: #00728d;
}
.content_lt{
  width: 22%;
  margin-bottom: 30px;
}
.content_lt .first{
  padding-left: 20px;
  height: 100px;
  background-color:#00728d;
  margin-bottom: 5px;
}
.content_lt .first a{
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 15px 0 10px;
}
.content_lt .first span{
  display: block;
  letter-spacing: 1px;
  color: #eee;
}
.content_lt li{
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 5px;
}
.content_lt li a{
  display: inline-block;
  height:50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #595959;
}
.content_lt li.current,
.content_lt li:hover{
  background-color:#00728d;
}
.content_lt li.current a,
.content_lt li:hover a{
  color: #fff;
}
.content_rt{
  width: 75%;
  margin:10px 0 30px 0;
}
.content_rt ul li{
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.content_rt li .top a{
  float: left;
  font-size: 18px;
  color: #262626;
  padding-left: 15px;
  background: url(../images/xing.png) no-repeat left center;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_rt li:hover .top a{
  color: #00728d;
}
.content_rt li .top span{
  float: right;
  color: #808080;
}
.content .content_rt li p{
  color: #808080;
  margin: 10px 0 15px;
  text-indent:0;
}
.page{
  font-size: 0;
  text-align: right;
}
.page a{
  display: inline-block;
  border:1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0 5px;
  font-size: 14px;
  color: #999999;
}
.page a.border,.page a.border:hover{
  border:0;
}
.page a.on,
.page a:hover{
  background: #00728d;
  border-color:#00728d;
  color: #fff;
}
/******详情页******/
.content_rt .content-title{
  border-bottom:1px dashed #dcdee0;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content .content_rt h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.content_rt span{
  color: #cccccc;
}
.content .content_rt p{
  line-height: 28px;
  text-indent:2em;
  text-align: justify;
  margin-top: 10px;
}
@media (max-width:767px) {
  .section{
    width: 94%;
  }
  .mt30 {
    margin-top: 10px;
  }
  .title {
    margin-bottom: 10px;
  }
  .banner {
    max-height: 200px;
  }
  .logo-info{
    display: none;
  }
  .header{
    display: block;
    height: 56px;
    line-height: 56px;
  }
  .header .logo{
    max-height:40px;
    margin-top: 6px;
  }
  .header .toggle{
    display: block;
    margin-top: 10px;
  }
  .nav{
    display: none;
  }
  .nav .section{
    width:100%;
  }
  .content form .item {
     width: 100%;
   }
  .content form .item select,
  .content form .item input {
    width: 100%;
    margin-bottom: 10px;
  }
  .news .fl {
    display: none;
  }
  .news-content {
    width: 100%;
  }
  .about-us{
    height: auto;
    padding-bottom:20px;
  }
  .about-us .about-con {
    width: 100%;
  }
  .about-us h1 {
    font-size: 26px;
    padding: 20px 0 10px;
  }
  .about-us .about-content .title {
     padding-top: 0;
  }
  .about-us .opactiy {
    width: 100%;
  }
  .about-us p {
    font-size: 16px;
  }
  .about-us a {
    margin-top: 20px;
  }
  .about-us img {
    display: none;
  }
  .about-us .about-content{
    width: 100%;
  }
  .service li {
    width: 48%;
  }
  .contact .contact_lf{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .ewm{
    text-align: center;
  }
  .link li {
    width: 49%;
    margin-bottom: 10px;
  }
  .footer .section {
    margin-top: 15px;
  }
  .footer .footer-tab {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .footer-tab a {
    padding: 0 20px;
  }
  .footer .contact span {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  
  .footer1 .section {
    margin-top: 15px;
  }
  .footer1 .footer-tab {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer1 .footer-tab a {
    padding: 0 20px;
  }
  .footer1 .contact span {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  
  .contact .contact_rt{
    display: none;
  }
  .contact .contact_rt img{
    max-height: 160px;
  }
  .content_lt {
    width: 100%;
    margin-bottom: 0;
  }
  .content_lt li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .content_rt {
    width: 100%;
  }
  .content .content_rt h2 {
    font-size: 20px;
  }
  .page {
    text-align: center;
  }
}
@media (max-width: 480px){
  .header .logo {
    max-height: 44px;
    margin-top: 6px;
  }
  .about-us h1 {
    font-size: 20px;
  }
  .service li {
    width: 98%;
  }
  .news li a {
    width: 70%;
  }
  .footer .footer-tab {
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  .footer .footer-tab a {
    font-size: 14px;
    padding: 0 10px;
  }
  .footer .contact span {
    margin-bottom: 5px;
  }
  .footer p {
    line-height: 20px;
  }
  
  .footer1 .footer-tab {
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  .footer1 .footer-tab a {
    font-size: 14px;
    padding: 0 10px;
  }
  .footer1 .contact span {
    margin-bottom: 5px;
  }
  .footer1 p {
    line-height: 20px;
  }
  
  .content_rt li .top a {
    width: 70%;
  }
  .page a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .section {
    width: 750px;
  }
  .nav{
    display: block !important;
  }
  .mobile-nav{
    display: none !important;
  }
  .news .wrap {
    width: 48%;
  }
  .news li a {
    width: 75%;
  }
  .about-us {
    height: auto;
  }
  .about-us .opactiy {
    width: 100%;
  }
  .about-us h1 {
    font-size: 26px;
    padding: 20px 0 15px;
  }
  .about-us a {
    margin-top: 20px;
  }
  .about-us .about-con {
    margin-left: 0;
    width: 100%;
  }
  .service li {
    width: 31.3%;
  }
  .link li{
    width: 32.3%;
    margin-bottom: 10px;
  }
  .footer .footer-tab {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section {
    width: 970px;
  }
  .about-us a {
    margin-top: 50px;
  }
  .service li {
    width: 18%;
  }
  .contact .contact_lf {
    width: 40%;
  }
  .contact_rt {
    width: 60%;
  }
  .footer .footer-tab {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .section{
    width: 1200px;
  }
  .news .wrap {
    width: 31.3%;
  }
  .about-us {
    padding-bottom: 0;
  }
  .about-us .opactiy {
    width: 50%;
  }
  .about-us .about-con {
    margin-left: 1%;
    width: 45%;
  }
  .link li {
    width: 15.6%;
  }
  .footer .footer-tab {
    width: 60%;
  }
  
   .footer1 .footer-tab {
    width: 100%;
  }
}

.main-r dl
{
border-bottom:1px dashed #e0e0e0;
padding: 16px 0;
    }
    
.main-r dl a{
display:inline-block;
font-size:18px;
 color:#333;
 }
 .main-r dl span
 {
      display: inline-block;
      float:right;
       color:#333;
 }


 .main-title{
  height: 43px;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.main-title > div.fl{
  position: relative;
  border-bottom:2px solid #3786c8;
}
.main-title > div.fl p{
  font-size: 22px;
  color: #333333;
  background: url("../image/line1.png") no-repeat center left;
  padding-left: 15px;
}
.main-title > div.fl p span{
  font-size: 14px;
  color: #999999;
  margin-left: 7px;
}
.main-title > div.fr a{
  color: #1a1a1a;
}