@charset "utf-8";
html{
  height:100%;
  overflow-x: hidden;
}
body{
  min-height:100%;
  position: relative;
}
/*头部*/
.header{
  background-color: #002e86;
  height: 60px;
  line-height: 60px;
  color:#fff;
}
.header ul li{
  float: left;
  padding-right: 10px;
  margin-left: 10px;
}
.header ul li.first{
  margin-right: 30px;
}
.header ul li.bj{
  background: url(../images/hd-arrow.png) no-repeat right center;
}
.header ul li a{
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 10px;
  color:#fff;
}
.container{
  position: relative;
}
.nav{
  height: 100px;
  background: url(../images/nav.png) no-repeat;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  min-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
.nav .logo{
  margin-top: 15px;
}
.nav ul li{
  float: left;
  font-size: 16px;
}
.nav ul li a{
  display: block;
  padding: 0 15px;
  line-height: 100px;
  text-align: center;
}
.nav ul li:hover a,
.nav ul li.current a{
  color: #fff;
  background-color: #ff670d;
  box-shadow: 0 3px 18px 0 rgba(19, 60, 117, 0.16);
}
.main{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner{
  height: 660px;
  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.png);
}
.slide2{
  background-image: url(../images/banner1.png);
}
.slide3{
  background-image: url(../images/banner2.png);
}
.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: 300px;
}
/*证书查询*/
.certificate{
  background: url(../images/search-bj.png) no-repeat center center;
  padding: 25px 0;
}
.certificate .section{
  border-left:4px solid #002e86;
}
.certificate .section h2{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
}
.certificate .section span{
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  margin-left: 5px;
}
.content .certificate form{
  margin-top: 30px;
  margin-left: 20px;
}
.content form .item{
  overflow: hidden;
  margin-right: 80px;
}
.content form .item label{
  font-size: 16px;
}
.content form .item select,
.content form .item input{
  width: 240px;
  height: 40px;
  border: solid 1px #ebebeb;
  margin-left: 13px;
}
.content form > a{
  height: 42px;
  line-height: 42px;
  background: #002e86 url(../images/btn.png) no-repeat 20px center;
  padding: 0 20px 0 45px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  margin-left: 60px;
}
/*认证服务*/
.service .section{
  position: relative;
  height: 430px;
  overflow: hidden;
}
.service ul{
  overflow: hidden;
  width: 1215px;
  position: absolute;
  left: 0;
}
.service li{
  float: left;
  width: 198px;
  height: 300px;
  padding:15px;
  text-align: center;
  margin-right: 15px;
}
.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: 22px;
  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: 24px;
  color: #999999;
}
/*新闻动态*/
.caption{
  padding: 20px 0;
  position: relative;
}
.caption h2{
  font-size: 18px;
  font-weight: bold;
  margin: 3px 0 5px;
}
.caption .line{
  width: 30px;
  height: 1px;
  background-color:#0484e4;
}
.news .tab{
  position: absolute;
  right: 0;
  bottom: 25px;
}
.news .tab .line{
  display: inline-block;
  width: 1px;
  height: 14px;
  background:#999;
  position: relative;
  top: 2px;
  *top:-5px;
}
.news .tab a{
  color: #666666;
  padding: 5px 15px;
  margin:0 5px;
  *zoom:1;
}
.news .tab a.current,
.news .tab a:hover{
  background-color: #2884e1;
  color: #fff;
}
.news{
  overflow: hidden;
  background:url(../images/news-bj.png) no-repeat center center;
  padding-bottom: 20px;
}
.news-lt{
  width: 535px;
}
.news-rt{
  width: 640px;
}
.news-lt img{
  width: 535px;
}
.news-lt h2{
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 15px 0;
}
.news-lt p{
  line-height: 26px;
  text-align: justify;
  color: #999999;
}
.news-lt a{
  display: inline-block;
  padding: 10px 45px 10px 20px;
  background: url(../images/arrow.png) no-repeat 115px center;
  margin-top: 20px;
  border: 1px solid #999;
}
.news dl{
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
}
.news dl dt{
  width: 100px;
  height: 100px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.news dl dt span{
  display: inline-block;
}
.news dl dt span.span1{
  font-size: 42px;
  margin:5px 0;
}
.news dl dt span.span2{
  font-size: 16px;
  color: #c3c3c3;
}
.news dl dd{
  width: 510px;
  margin-left: 20px;
}
.news dl dd a{
  display: block;
  font-size: 20px;
  padding: 10px 0 5px 0;
}
.news dl dd  h3 a{
  font-size: 22px;
}
.news dl dd p{
  height: 48px;
  color: #999999;
  line-height: 24px;
  text-align: justify;
}
.news dl:hover{
  background-color: #2884e1;
  color: #ffffff;
}
.news dl:hover dt{
  border-right: 1px solid #fff;
}
.news dl:hover dd  span,
.news dl:hover dd  h3 a,
.news dl:hover dt span.span2,
.news dl:hover dd p{
  color: #ffffff;
}
/*友情链接*/
.links{
  padding:20px 0 40px;
}
.links ul{
  width: 1225px;
  overflow: hidden;
}
.links li{
  float: left;
  margin-right:24px;
}
/*底部*/
.footer{
  width: 100%;
  min-width: 1200px;
  height: 300px;
  position: absolute;
  bottom: 0;
  background: #eff0f2;
}
.footer .section{
  height: 250px;
}
.footer .fl{
  padding-top: 30px;
  overflow: hidden;
}
.footer dl{
  float: left;
  margin-right: 100px;
}
.footer dl dt{
  font-size: 16px;
  color: #002e86;
  height: 34px;
  line-height: 34px;
  border-bottom:2px solid #dcdcdc;
  position: relative;
  margin-bottom: 5px;
}
.footer dl dt .line{
  display: block;
  width: 26px;
  height: 2px;
  background: #ff6000;
  position: absolute;
  left: 0;
  top: 34px;
}
.footer dl dd a{
  display: block;
  color: #999999;
  line-height: 30px;
}
.footer .fr{
  padding-top: 30px;
  background: url(../images/code.png) no-repeat left 30px;
  padding-left: 150px;
  height: 210px;
}
.footer .tel p{
  line-height: 30px;
}
.footer .tel h3{
  font-size: 16px;
  color: #002e86;
  margin-bottom: 10px;
}
.footer .hot{
  font-size: 16px;
  font-weight: bold;
  color: #b80101;
}
.footer-bottom{
  height: 50px;
  line-height: 50px;
  background-color: #20398f;
  text-align: center;
  color: #9ab8cc;
}
/*列表页*/
.content_rt dl{
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dcdee0;
}
.content_rt dt{
  overflow: hidden;
}
.content_rt dt a{
  float: left;
  font-size: 18px;
  color: #262626;
}
.content_rt dt span{
  float: right;
  color: #808080;
}
.content_rt dl:hover dt a{
  color: #03579b;
}
.content_rt dd{
  color: #999999;
  margin-top: 10px;
}
.page{
  text-align: right;
}
.page a{
  display: inline-block;
  border:1px solid #d9d9d9;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 3px;
  color: #666666;
}
.page .border{
  border: none;
}
.page a:hover,
.page a.on{
  color: #03579b;
  border-color: #03579b;
}
/*详情页*/
.content_lt{
  width: 320px;
  margin-bottom: 50px;
}
.content_lt .first{
  padding:20px 0 20px 30px;
  background-color: #03579b;
  opacity: 0.94;
}
.content_lt .first a{
  font-size: 28px;
  color: #ffffff;
}
.content_lt li{
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-bottom:1px solid #dcdee0;
  background-color: #f5f7fa;
}
.content_lt li a{
  display: block;
  font-size: 18px;
  color: #585858;
  padding-left: 30px;
}
.content_lt li:hover,
.content_lt li.on{
  background-color: #03579b;
}
.content_lt li:hover a,
.content_lt li.on a{
  color: #ffffff;
}
.content_rt{
  width: 820px;
  background-color: #ffffff;
  padding-bottom: 30px;
}
.content .content_rt .content_title{
  border-bottom:1px dashed #dcdee0;
}
.content_rt .content_title h1{
  font-size: 26px;
  font-weight: normal;
  color:#03579b;
  text-align: center;
}
.content_rt .content_title span{
  display: block;
  color: #ccc;
  text-align: center;
  margin: 12px 0;
}
.content_rt p{
  line-height: 30px;
  color: #333333;
  text-indent:2em;
  text-align: justify;
  margin-top: 10px;
  overflow: hidden;
}