@charset "utf-8";
/*首页*/
html{
  height: 100%;
}
body{
  min-height: 100%;
  position: relative;
}
.header{
  height: 90px;
}
.header .logo{
  width: 340px;
  margin-top: 24px;
}
.header .toggle {
  margin-top: 20px;
  display: none;
}
.header .login{
  margin: 30px 0 0 10px;
}
.mobile-nav .login-mobile{
  padding-left: 15px;
  margin-bottom: 10px;
}
.header .login .btn,
.mobile-nav .login-mobile .btn{
  width: 105px;
  height: 34px;
  background-color: #2367ad;
  border-radius: 3px;
  color: #ffffff;
}
.header .login img,
.mobile-nav .login-mobile img{
  margin-left: 8px;
}
.header .nav > li {
  float: left;
  font-size: 16px;
}
.header .nav > li > a {
  display: block;
  padding:0 20px;
  line-height: 90px;
  text-align: center;
}
.header ul > li:hover,
.header ul > li.current{
 background: #2367ad;
}
.header ul > li:hover > a,
.header ul > li.current > a{
  color: #fff;
}
/*二级导航*/
.dropdown{
  position: relative;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color:#faf8f8;
  width:180%;
  top: 90px;
  left: -45%;
  z-index: 100;
}
.dropdown-content li{
  width:100%;
}
.dropdown-content li > a{
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  color:#666;
  border-top:1px solid #dcdcdc;
}
.dropdown-content li:hover > a{
  color:#21248a;
}
.dropdown:hover .dropdown-content{
  display: block;
}
/*移动端导航*/
.mobile-nav{
  display: none;
}
.header .mobile-nav{
  width: 100%;
}
.header .mobile-nav li a{
  display: block;
  padding-left: 15px;
  line-height: 50px;
  text-align: left;
}
.mobile-nav li.dropdown{
  height: auto;
  display: block;
}
.mobile-nav > li.dropdown > a{
  background: url(../images/down.png) no-repeat 85px center;
}
.mobile-nav > li.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;
  background: #fff;
}
.mobile-nav li.dropdown .dropdown-content li a {
  padding-left: 30px;
}
/*banner大图*/
.banner{
  height: 450px;
  background: url(../images/banner.png) no-repeat center center;
  background-size: 100% 100%;
}
.content{
  padding-bottom:350px;
}
.caption{
  padding-bottom: 20px;
  position: relative;
}
.caption h2{
  font-size: 26px;
  color: #000000;
}
.caption .line{
  width: 78px;
  height: 3px;
  background-color: #05236b;
  margin-top: 10px;
}
.caption .more{
  position: absolute;
  right: 0;
  top: 35px;
  font-size: 16px;
  color: #0068b7;
}
/*证书查询*/
.certificate{
  padding: 30px 0;
  background: url(../images/certificate.png) no-repeat center center;
}
.certificate .section h2,
.certificate .line{
  font-size: 18px;
  font-weight: 600;
  color: #2367ad;
}
.certificate .line{
  margin-top: 5px;
}
.certificate .section span{
  color: #999999;
}
.certificate form .item{
  overflow: hidden;
  margin-right: 30px;
}
.certificate form .item label{
  font-size: 16px;
}
.certificate form .item input,
.certificate form .item select{
  width: 260px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #ebebeb;
  text-indent: 10px;
  border-radius: 4px;
}
.certificate form > a{
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #2367ad;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 130px;
}
/*最新公告*/
.notice .tab{
  position: absolute;
  right: 0;
  bottom: 25px;
}
.notice .tab .line{
  display: inline-block;
  width: 1px;
  height: 14px;
  background:#999;
  position: relative;
  top: 2px;
  *top:-5px;
}
.notice .tab a{
  color: #666666;
  padding: 5px 15px;
  margin:0 5px;
  *zoom:1;
}
.notice .tab a.current,
.notice .tab a:hover{
  background-color: #2884e1;
  color: #fff;
}
.notice{
  overflow: hidden;
}
.notice ul{
  overflow: hidden;
}
.notice li{
  width: 30%;
  float: left;
  margin-right: 3.2%;
  border-right:1px solid #f2f1f1;
  overflow: hidden;
}
.notice li:last-child{
  border-right:none;
}
.notice li .span1{
  font-size: 30px;
  color: #000000;
  text-align: right;
}
.notice li span{
  display: block;
  font-size: 16px;
  color: #000000;
  text-align: right;
}
.notice li .right{
  margin:7px 0 0 10px;
  width: 65%;
}
.notice li h3{
  color: #666;
  margin-bottom: 5px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
}
.notice li p{
  font-size: 18px;
  color: #333;
  text-align: justify;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
}
/*新闻中心*/
.news-lt{
  width: 44%;
}
.news-rt{
  width: 53%;
}
.tab{
  margin-bottom: 20px;
}
.tab a{
  display: inline-block;
  width: 84px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #c3c2c2;
  text-align: center;
  margin-right: 10px;
}
.tab a:hover {
  background-color: #0068b7;
}
.news-lt img{
  width: 100%;
}
.news-lt h2{
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 20px 0 10px;
}
.news-lt p{
  line-height: 24px;
  text-align: justify;
  margin: 5px 0 20px;
  color: #737373;
}
.news dl{
  border-left: 2px solid transparent;
  padding:10px 0 10px 10px;
  overflow: hidden;
}
.news dl dt a{
  display: block;
  font-size: 18px;
  color: #333;
  padding-bottom: 5px;
}
.news dl dd p{
  line-height: 20px;
  color: #666666;
  text-align: justify;
}
.news dl:hover{
  background-color: #f2f4f5;
  border-left: 2px solid #0068b7;
}
.news dl:hover dt a{
  color: #0068b7;
}
/*关于我们*/
.about-us .section{
  background: url("../images/about-us.png") no-repeat right center;
}
.about-us .left{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.about-us .left-con{
  width: 485px;
}
.about-us .left-con h1{
  font-size: 24px;
  margin-bottom: 10px;
}
.about-us .left-con p{
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-align: justify;
  margin-bottom: 20px;
}
.about-us .left-con .btn{
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #2367ad;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  border-radius: 2px;
}
/*认证服务*/
.service{
  /*min-width: 1200px;*/
}
.service ul{
  overflow: hidden;
}
.service li{
  float: left;
  width: 222px;
  height: 340px;
  padding: 30px 25px;
  text-align: center;
  margin-right: 24px;
  background-color: #fff;
  border: 1px solid #e3dfdf;
  border-top:16px solid #003e87;
}
.service li a{
  display: block;
  width: 100px;
  height: 93px;
  margin: 0 auto;
}
.service li a.icon-top{
  background: url(../images/icon.png) no-repeat;
}
.service li a.icon-down{
  width: 128px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  border: solid 1px #255ea1;
  color: #255ea1;
  margin-top: 10px;
}
.service li a.icon-down:hover{
  background-color: #255ea1;
  color: #ffffff;
}
.service li h3{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 25px 0;
  border-bottom:1px solid #d1d1d1;
  margin-bottom: 15px;
}
.service li p{
  height: 90px;
  line-height: 22px;
  color: #666666;
  text-align: left;
  overflow: hidden;
}
/*友情链接*/
.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: 350px;
  position: absolute;
  bottom: 0;
  background: #272727;
}
.footer .section{
  height: 270px;
}
.footer .fl{
  padding-top: 30px;
  overflow: hidden;
}
.footer dl{
  float: left;
  margin-right: 100px;
}
.footer dl dt{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.footer dl dd a{
  display: block;
  color: #838383;
  line-height: 30px;
}
.footer .code img{
  margin: 0 20px;
}
.footer .code p{
  color: #838383;
  text-align: center;
  margin: 20px 0 10px 0;
}
.footer-bottom{
  height: 100px;
  background-color: #111111;
  text-align: center;
  color: #838383;
}
.footer-bottom p{
  padding-top: 10px;
}
/******列表页******/
.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: #2367ad;
}
.content_lt{
  width: 22%;
  margin-bottom: 30px;
}
.content_lt .first{
  padding-left: 20px;
  height: 100px;
  background-color:#2367ad;
  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:#2367ad;
}
.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: #2367ad;
}
.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: #2367ad;
  border-color:#2367ad;
  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%;
  }
  .nav{
    display: none;
  }
  .login{
    display: none;
  }
  .banner {
    max-height: 200px;
    height: 200px;
  }
  .mt50 {
    margin-top: 10px;
  }
  .header{
   height: auto;
  }
  .header .logo{
    width: 300px;
    max-height:48px;
    margin: 5px 0;
  }
  .header .toggle{
    display: block;
    margin-top: 12px;
  }
  .news-lt{
    width: 100%;
  }
  .news-rt{
    width: 100%;
  }
  .certificate .fl{
    float:none;
    margin-bottom: 10px;
  }
  .certificate form .item.fl{
    float:none;
    margin-right: 0;
  }
  .certificate .fr{
    float:none;
  }
  .certificate form .item select,
  .certificate form .item input {
    width: 99%;
    margin: 10px 0;
  }
  .certificate form > a {
    display: block;
    margin: 0 auto;
  }
  .certificate {
    padding: 10px 0;
    background: none;
  }
  .mt30 {
     margin-top: 10px;
  }
  .about-us .left-con {
    width: 100%;
  }
  .about-us .section {
    background: none;
  }
  .notice li {
    float: none;
    border: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .notice li .right {
    width: 72%;
  }
  .caption .more {
    top: 15px;
  }
  .service {
    padding: 10px 0;
  }
  .service li {
    width:94%;
    padding:10px;
    margin-bottom: 10px;
  }
  .about-us {
    height: auto;
  }
  .about-us-img {
    display: none;
  }
  .about-us-bj {
    width: 100%;
  }
  .about-us .section {
    height: 94%;
  }
  .about-us-content {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .about-content-detail {
     margin-top: 20px;
     position: static;
  }
  .about-content-detail span {
    font-size: 30px;
  }
  .about-content-detail dd {
    padding: 5px 18px;
  }
  .bottom .wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .link {
    padding: 10px 0;
  }
  .link li {
    width: 49%;
    margin-bottom: 10px;
  }
  .content {
    padding-bottom: 0;
  }
  .footer {
    height: auto;
    position: static;
  }
  .footer dl {
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .footer .fl {
    padding-top: 10px;
  }
  .footer .section {
     height: auto;
  }
  .footer .section .fr{
    float: none;
  }
  .footer-bottom {
     height: auto;
  }
  .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: 32px;
    margin-top: 8px;
  }
  .header .toggle {
    display: block;
    margin-top: 5px;
  }
  .content_rt li .top a {
    width: 70%;
  }
  .page a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .section {
    width: 750px;
  }
  .header {
    height: auto;
  }
  .header .nav > li {
    width: 16.6%;
  }
  .header .nav > li > a {
    display: block;
    padding: 0;
    line-height: 50px;
    text-align: center;
  }
  .dropdown-content {
    top: 50px;
  }
  .nav{
    display: block !important;
    float: none;
  }
   .mobile-nav{
     display: none !important;
   }
  .certificate {
    padding: 10px 0;
    background: none;
  }
  .certificate form.fr{
    float: none;
  }
  .certificate form > a.fr {
    clear: both;
    float: none;
    margin: 0 auto;
  }
  .service li {
    width: 39%;
    margin-bottom: 10px;
  }
  .bottom .wrap {
    width: 49%;
    margin-bottom: 10px;
  }
  .certificate form .item.fl {
    float: none;
    margin-right: 0;
  }
  .certificate form .item select,
  .certificate form .item input {
    width: 99%;
    margin: 10px 0;
  }
  .link li{
    width: 32.3%;
    margin-bottom: 10px;
  }
  .about-content-detail {
    margin-top: 40px;
    position: static;
  }
  .about-content-detail span {
    font-size: 30px;
  }
  .about-us .section {
    background: none;
  }
  .about-us .left-con {
    width: 100%;
  }
  .notice li {
    width: 46%;
    margin-bottom: 10px;
  }
  .content {
    padding-bottom: 0;
  }
  .footer {
    height: auto;
    position: static;
  }
  .footer .section {
    height: auto;
  }
  .footer .section .fr{
    float: none;
  }
  .footer dl {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .section {
    width: 970px;
  }
  .nav.fr{
    float:none;
  }
  .header {
    height:auto;
  }
  .service li {
    width: 42%;
    margin-bottom: 10px;
  }
  .certificate form .item input,
  .certificate form .item select {
    width: 350px;
    margin: 0;
  }
  .certificate form .item.fl {
    float: left;
    margin-right: 60px;
  }
  .certificate form > a {
     margin-left: 0;
  }
  .certificate form .item {
    width:auto;
    overflow: hidden;
    margin-right: 60px;
  }
  .certificate form > a.fr {
    clear: none;
    float: right;
  }
  .about-content-detail{
    position: absolute;
  }
  .about-content-detail span {
    font-size: 44px;
  }
  .footer dl {
    margin-right: 60px;
  }
  .footer .section .fr {
    float: right;
  }
}
@media (min-width: 1200px) {
  .section{
    width: 1200px;
  }
  .header .nav > li {
     width: auto;
  }
  .nav.fr {
    float: right;
  }
  .header {
    height: 90px;
  }
  .header .nav > li > a {
    display: block;
    padding: 0 18px;
    line-height: 90px;
  }
  .dropdown-content {
    top: 90px;
  }
  .notice li {
    width: 30%;
  }
  .certificate form.fr {
    float: right;
  }
  .service li {
    width: 26.3%;
  }
  .about-us .left-con {
    width: 485px;
  }
  .about-us .section {
    background: url(../images/about-us.png) no-repeat right center;
  }
  .certificate {
    padding: 30px 0;
    background: url(../images/certificate.png) no-repeat center center;
  }
  .bottom .wrap {
    width: 32.3%;
  }
  .fast-pass li {
    width: 19%;
  }
  .link li {
    width: 15.6%;
  }
  .footer .footer-nav ul {
    width: 50%;
  }
  .footer .section .fr {
    float: right;
  }
  .footer dl {
    margin-right: 100px;
  }
}