@charset "utf-8";
/*首页*/
/*头部*/
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
.header{
  height: 140px;
  background-color: #ffffff;
}
.header .fl{
  margin-top: 20px;
}
.header input{
  width: 260px;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
  padding-left: 10px;
}
.header .top{
  margin: 28px 0;
}
.header .top ul li{
  float: left;
  height:15px;
  line-height:15px;
  border-left:1px solid #333333;
  padding:0 10px;
}
.header .top ul li.last{
  padding-right: 0;
}
.header .top ul li:first-child{border:none}
.header .clear a.fr{
  width: 70px;
  height: 44px;
  line-height: 44px;
  background-color: #3786c8;
  color: #ffffff;
  text-align: center;
}
/*导航栏*/
.nav{
  height: 57px;
  background-color: #313334;
}
.nav li{
  float: left;
  width: 150px;
  height: 57px;
  line-height: 57px;
}
.nav li > a{
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.nav li.first{
   background-color: #3786c8;
 }
/*下拉菜单*/
.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
}
.dropdown-content a{
  color: #333333;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-content a:hover{
  color:#3786c8;;
}
.dropdown:hover .dropdown-content{
  display: block;
}
/*banner*/
.banner{
  height: 450px;
  background: url("../image/banner2.png") no-repeat;
}
.container{
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 60px;
}
/*主体内容*/
.main{
  padding-bottom:85px;
}
.up{
  margin-top: 40px;
}
.up .left{
  position: relative;
  margin-right: 40px;
}
.up .left img{
  width: 400px;
}
.up .left-info{
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
}
.up .left-info p{
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}
.up .left-info span{
  color: #ffffff;
  margin-right: 10px;
}
.up .left ul{
  z-index: 100;
  height: 24px;
  overflow: hidden;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left:-35px;
}
.up .left li{
  float: left;
}
.up .left li a{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
}
.up .left li a.li-on{
  background: #1680cd;
}
.up .right{
  width: 760px;
  border:1px solid #e8e8e8;
}
.up .right .right-title{
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-bottom:1px solid #e8e8e8;
}
.up .right .right-title li{
  float: left;
  width: 120px;
  border-right:2px solid #e8e8e8;
}
.up .right .right-title li a{
  font-size: 16px;
  color: #1a1a1a;
}
.up .right .right-title li:hover,.up .right .right-title li.on{
  background-color: #3786c8;
}
.up .right .right-title li:hover a,.up .right .right-title li.on a{
  color: #ffffff;
}
.up .right .right-title a.fr{
  margin-right: 20px;
  color: #1a1a1a;
}
.up .right > ul{
  padding:20px 20px 0;
}
.up .right > ul li{
  overflow: hidden;
  margin-bottom: 20px;
}
.up .right > ul li span{
  float: left;
  color: #1a1a1a;
  margin-right: 20px;
}
.up .right > ul li div.item{
  float: left;
}
.up .right > ul li div.item a{
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.up .right > ul li div.item p{
  color: #808080;
}
.center{
  margin:40px 0 20px;
}
.center .certifi,.center .study{
  margin-right: 40px;
}
.center .certifi,.center .study,.down .aboutus,.down .customers{
  width: 400px;
  margin-right: 40px;
}
.center .certifi ul li,.center .study ul li{
  margin-bottom:15px;
  list-style:disc;
  color:#f29100;
  margin-left: 16px;
}
.center ul li a{
  color: #333333;
}
.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;
}
.info{
  overflow: hidden;
  padding-bottom:10px;
}
.info li{
  box-sizing: border-box;
  width: 155px;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #97c6ed;
  float: left;
  font-size: 16px;
  color: #1d6eb2;;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  background-image: linear-gradient(0deg, #acd1f0 0%, #e7f4ff 100%), linear-gradient(#5eb8fd, #5eb8fd);
}
.info li a{
  width: 155px;
  height: 60px;
}
.info li a.p1{
  background: url(../image/p1.png) no-repeat center;
}
.info li a.p2{
  background: url(../image/p2.png) no-repeat center;
}
.info li a.p3{
  background: url(../image/p3.png) no-repeat center;
}
.info li a.p4{
  background: url(../image/p4.png) no-repeat center;
}
.down{
  margin-bottom: 20px;
}
.down .aboutus .aboutus-content{
  background-color: #f7f7f7;
  padding-bottom: 15px;
}
.down .aboutus .aboutus-content p{
  padding: 20px;
}
.down .aboutus .aboutus-content p a{
  display: inline-block;
  color: #3786c8;
}
.aboutus-content ul{
  overflow: hidden;
  margin-left: 15px;
}
.aboutus-content li{
  float: left;
  margin-right: 70px;
  margin-bottom: 12px;
}
.aboutus-content li a{
  color:#3786c8;
}
.aboutus-content li a span{
  margin-right: 4px;
}
.down .customers ul li{
  margin-bottom:15px;
}
.down .contactus{
  width: 320px;
}
.down .contactus .wenxin{
  width: 320px;
  background-color: #f7f7f7;
  text-align: center;
}
.down .contactus .wenxin img{
  margin-top: 10px;
}
.down .contactus .wenxin p{
  color: #666666;
  margin:10px 0 20px;
}
.down .contactus .wenxin span{
  display:block;
  color: #333333;
  text-align:left;
  margin-left:20px;
  padding-bottom: 10px;

}
/*友情链接*/
.link ul{
  padding-top:20px;
}
.link li{
  float: left;
  margin-right:22px;
}
.link li:last-child{
  margin-right:0;
}
/*底部*/
.footer {
    line-height: 35px;
    background-color: #393a3b;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #cccccc;
}
.footer1{
  height: 100px;
  line-height: 100px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #333333;
  text-align: center;
}
/*关于我们*/
.banner-about .section{
  height: 300px;
  background: url("../image/about_us.png") no-repeat;
}
.content-about{
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px;
}
.detail_title span{
  display: inline-block;
}
.detail_title span a{
  color: #666666;
}
.detail_title span .color{
  color:#3786c8;;
}
.detail_title > a{
  color: #f29200;
  float: right;
}
.content .section{
  margin-bottom: 60px;
}
.content_lt{
  margin-top: 40px;
  width: 260px;
}
.content_lt .first{
  height: 60px;
  line-height:60px;
  background:  #3786c8 url("../image/line.png") no-repeat 20px center;
  padding-left: 40px;
}
.content_lt .first a{
  font-size: 24px;
  color: #ffffff;
}
.content_lt ul{
  margin-top: 15px;
  overflow: hidden;
}
.content_lt li{
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background: #edf4fa;
  margin-bottom: 5px;
}
.content_lt li a{
  font-size: 16px;
  color: #333333;
}
.content_lt li:hover,.content_lt li.on{
  background: #3786c8;
}
.content_lt li:hover a,.content_lt li.on a{
  color: #ffffff;
}
.content .content_rt{
  width: 860px;
  margin-top: 40px;
}
.content .content_rt .content_title{
  border-bottom:1px solid #e0e0e0;
}
.content .content_rt .content_title h1{
  font-size: 28px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.content .content_rt .content_title .line{
  width: 120px;
  height: 2px;
  background-color: #3786c8;
  margin: 20px auto 0;
}
.content .content_rt .content_title span{
  display: block;
  color: #999999;
  text-align: center;
  margin: 20px 0 30px;
}
.content .content_rt p{
  width: 860px;
  line-height: 28px;
  color: #4d4d4d;
  text-indent:2em;
  text-align: justify;
  margin-top: 15px;
  overflow: hidden;
}
.content .content_rt p span{
  font-weight: bold;
  color: #2573cc;
}
/*联系我们*/
.banner-contact .section{
  height: 300px;
  background: url("../image/contact_us.png") no-repeat;
}
.contact_content{
  margin-top: 40px;
}
.contact_content .contact_lf h1{
  font-size: 28px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 34px;
  margin-top: 18px;
}
.contact_content .contact_lf li{
  line-height: 32px;
  color: #666666;
}
.contact_content .contact_lf img{
  margin: 40px 0 20px;
}
.contact_content .contact_lf p{
  color: #333333;
}
.contact_content .contact_rt{
  margin-top:98px;
}
.contact_content .contact_rt img{
  width: 700px;
  height: 320px;
}
/*认证指南*/
.banner-guide .section{
  height: 300px;
  background: url("../image/certification_guide.png") no-repeat;
}
.content-guide{
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px;
}
.content_title1 h1{
  font-size: 28px;
  color: #262626;
  font-weight:normal;
  text-align: center;
  margin-bottom: 30px;
}
.content_title1 div.time{
  text-align: center;
  color: #999999;
}
/*认证业务*/
.banner-service .section{
  height: 300px;
  background: url("../image/certification_service.png") no-repeat;
}
/*新闻中心*/
.banner-news .section{
  height: 300px;
  background: url("../image/news_center.png") no-repeat;
}
.content_rt ul li{
  overflow: hidden;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  border-bottom:1px dashed #e8e8e8;
}
.content_rt ul li a{
  float: left;
  font-size:16px;
  color: #333333
}
.content_rt ul li a:hover,.content_rt ul li a.on{
  color: #3786c8;
}
.content_rt ul li span{
  float: right;
  color: #666666;
}
/*招聘信息*/
.banner-jobs .section{
  height: 300px;
  background: url("../image/jobs_info.png") no-repeat;
}
.content-guide .content-jobs{
  padding: 20px;
}
.title{
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.content-jobs .item{
  margin-bottom: 40px;
}
.content-jobs .item h3{
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333333;
  background: #edf4fa url("../image/line1.png") no-repeat 15px center;
  padding-left: 30px;
  margin: 30px 0;
}
.content-jobs .item span{
  color: #3786c8;
  display: inline-block;
  margin-bottom: 10px;
}
.content-jobs .item p{
  line-height: 32px;
}
/*证书查询*/
.banner-search .section{
  height: 300px;
  background: url("../image/certificate_search.png") no-repeat;
}
.content-search{
   background-color: #ffffff;
   margin-top: 20px;
   margin-bottom: 25px;
   padding: 20px 20px 60px;
 }
.content_rt p.title1{
  font-size: 28px;
  color: #262626;
  text-align: center;
  margin-bottom: 50px;
}
.search1{
  width: 470px;
  margin: 0 auto;
}
.search1 .item1{
  overflow: hidden;
  height:48px;
  line-height: 48px;
  margin-bottom:30px;
}
.search1 .item1 span{
  float: left;
  font-size: 16px;
  color: #333333;
}
.search1 .item1 input{
  box-sizing: border-box;
  float: left;
  width: 380px;
  padding-left:18px;
  height: 46px;
  line-height: 46px;
  border: solid 1px #d6d6d6;
  margin-left:12px;
}
.search1 a{
  margin-left:76px;
  width: 380px;
  height: 48px;
  line-height:48px;
  background-color: #3786c8;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
/*审核员专区*/
.header a.fr.home{
  font-size: 16px;
  color: #333333;
  margin-top:62px;
}
.audit_content{
  background: url(../image/login-bj.png) no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
.audit_content p{
  font-size: 36px;
  color: #fefefe;
  text-align: center;
  padding:80px 0;
}
.search{
  width: 440px;
  height: 510px;
  background-color: #ffffff;
  margin:0 auto;
}
.search .head{
  text-align: center;
  font-size: 32px;
  color: #333333;
  padding: 40px 0 30px;
}
.search .content{
  width: 340px;
  margin: 0 auto;
}
.search .content .item{
  margin-top: 10px;
}
.search .content .item h3{
  font-size: 16px;
  color: #333333;
  margin-left: 20px;
  margin-bottom: 25px;
}
.search .content .item input{
  box-sizing: border-box;
  padding-left:20px;
  width: 340px;
  height: 54px;
  line-height:54px;
  background-color: #f7f8fa;
  border-radius: 27px;
}
.search .content a{
  width: 340px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #ffffff;
  background-color: #437bea;
  border-radius: 27px;
  text-align: center;
  margin-top: 50px;
}