@charset "utf-8";
/*首页*/
html{
  height: 100%;
  overflow-x: hidden;
}
body{
  min-height: 100%;
  position: relative;
}
.header {
  height: 90px;
  min-width: 1200px;
}
.header .logo{
  margin-top: 10px;
}
.header ul li {
  float: left;
  font-size: 16px;
}
.header ul li > a {
  display: block;
  padding:0 10px;
  line-height: 90px;
  text-align: center;
}
.header ul li:hover > a,
.header ul li.current > a{
  color: #21248a;
}
/*二级导航*/
.drop-down{
  position: relative;
}
.drop-down-content{
  display: none;
  position: absolute;
  background-color:#faf8f8;
  width:100%;
  top: 90px;
  left:0;
  z-index: 100;
}
.drop-down-content li{
  width:100%;
}
ul.drop-down-content li > a{
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  color:#666;
  border-bottom:1px solid #dcdcdc;
}
.drop-down-content li:hover > a{
  color:#21248a;
}
.header .drop-down:hover .drop-down-content{
  display: block;
}
/*banner大图*/
.banner{
  height: 500px;
  min-width: 1200px;
  background: url(../images/banner.png) no-repeat center center;
  background-size: cover;
}
.content{
  padding-bottom:120px;
}
/*证书查询*/
.certificate{
  min-width: 1200px;
  padding: 30px 0;
  background: #e9ebf7;
}
.certificate .section h2{
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  color: #1d2088;
}
.certificate .line{
  width: 20px;
  height: 2px;
  background-color: #4664b5;
  margin-top: 10px;
}
.certificate .section span{
  color: #999999;
}
.certificate form .item{
  overflow: hidden;
  margin-right: 30px;
}
.certificate form .item label{
  font-size: 16px;
}
.certificate form .item input{
  width: 260px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #ebebeb;
  text-indent: 10px;
  border-radius: 4px;
}
.certificate form > a{
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #4664b5;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 130px;
}
/*新闻资讯*/
.headline{
  text-align: center;
}
.headline h3{
  font-size: 22px;
  font-weight:bold;
  background: url(../images/title-bj.png) no-repeat center center;
}
.headline span{
  display:block;
  color:#999;
  margin: 10px 0 25px;
}
.news-lt{
  width: 535px;
}
.news-rt{
  width: 640px;
}
.news-lt img{
  width: 535px;
}
.news-lt h2{
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0;
}
.news span{
  color: #737373;
}
.news-lt p{
  line-height: 26px;
  text-align: justify;
  color: #999999;
  margin: 5px 0 20px;
}
.news-lt > a{
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #0056b9 url(../images/arrow.png) no-repeat center center;
  text-indent: -999px;
}
.news dl{
  height: 95px;
  margin-bottom: 20px;
  overflow: hidden;
}
.news dl dt{
  width: 100px;
  height: 95px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.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 h3 a{
  display: block;
  font-size: 20px;
  color: #4d4d4d;
  padding: 10px 0 5px 0;
}
.news dl dd p{
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  color: #999999;
  text-align: justify;
}
.news dl:hover{
  background-color: #f2f4f5;
}
/*关于我们*/
.about-us{
  min-width: 1200px;
  padding: 30px 0 50px;
  height: 750px;
  position: relative;
}
.about-us-bj{
  width:62%;
  height: 660px;
  background-color: #0056b9;
  position: absolute;
  right: 0;
  z-index: -2;
}
.about-us-img{
  width: 835px;
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: 40px;
}
.about-us-top img{
  width: 835px;
  height: 450px;
}
.about-us-bottom{
  margin-top: 20px;
}
.about-us-bottom ul{
  width: 855px;
  overflow: hidden;
}
.about-us-bottom li{
  float: left;
  margin-right: 20px;
}
.about-us-bottom li img{
  width: 265px;
  height: 150px;
}
.about-us-content{
  color:#fff;
  width: 680px;
  float: right;
  margin-top:60px;
}
.about-us-content h2 a{
  font-size: 22px;
  color:#fff;
  font-weight: bold;
}
.about-us .section{
  height: 660px;
  position: relative;
}
.about-us-content p{
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-top: 15px;
}
.about-us-content .more{
  display: block;
  width: 80px;
  height: 30px;
  background: #ffffff url(../images/more.png) no-repeat center center;
  margin-top: 40px;
}
.about-content-detail{
  margin-top: 50px;
  font-size: 16px;
  position: absolute;
  bottom: 80px;
}
.about-content-detail .line{
  width: 1px;
  height: 23px;
  border-left: solid 1px #dcdcdc;
  margin: 0 15px;
  font-size: 18px;
}
.about-content-detail span{
  font-size: 44px;
  color: #c3030a;
  font-weight:bold;
}
.about-content-detail dd{
  float: left;
  text-align: center;
  padding: 5px 25px;
  border-right: solid 1px #dcdcdc;
}
.about-content-detail dd:last-child{
  border: none;
}
/*认证服务*/
.service{
  min-width:1200px;
  background-color: #f6f6f6;
  padding: 40px 0;
}
.service ul {
  width: 1230px;
  overflow: hidden;
}
.service li img {
  float: left;
  display: block;
}
.service li {
  float: left;
  width: 335px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 5px 18px 0 rgba(21, 31, 44, 0.15);
  margin-right: 35px;
}
.service li > div {
  margin-left: 90px;
}
.service li > div h1 {
  font-size: 16px;
  font-weight: bold;
  width:240px;
  white-space:nowrap;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  overflow:hidden;
  margin-bottom: 10px;
}
.service li > div p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
/*下载中心*学术园地*获证企业*/
.bottom{
  width: 1230px;
  overflow: hidden;
  margin: 40px 0;
}
.bottom .wrap{
  float: left;
  width: 370px;
  margin-right: 40px;
}
.bottom .title h2{
  font-size: 24px;
}
.bottom .title h2 span{
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #0056b9;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.bottom li{
  height: 48px;
  line-height: 48px;
  border-bottom:1px solid #e6e6e6;
}
.bottom li a{
  float: left;
  font-size: 16px;
  width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bottom li:hover a{
  color: #0056b9;
}
.bottom li span{
  float: right;
  font-size: 12px;
  color: #999999;
}
/*快捷通道*/
.fast-pass{
  padding: 40px 0;
  min-width: 1200px;
  background-color: #f6f6f6;
}
.fast-pass ul{
  width: 1235px;
  overflow: hidden;
}
.fast-pass li{
  float: left;
  text-align: center;
  margin-right: 25px;
  background-color: #ffffff;
  border: solid 1px #e6e7eb;
}
.fast-pass li a{
  display: block;
  width: 220px;
  padding: 30px 0;
  font-size: 16px;
  color: #1a1a1a;
  text-indent: 50px;
}
.fast-pass li.current,
.fast-pass li:hover{
  background-color: #4664b5;
  box-shadow: 0 6px 10px 0 rgba(110, 137, 212, 0.43);
}
.fast-pass li.current a,
.fast-pass li:hover a{
  color:#fff;
}
.fast-pass li a.p1{
  background: url(../images/pass1.png) no-repeat 40px center;
}
.fast-pass li:hover a.p1{
  background: url(../images/pass1-on.png) no-repeat 40px center;
}
.fast-pass li a.p2{
  background: url(../images/pass2.png) no-repeat 40px center;
}
.fast-pass li:hover a.p2{
  background: url(../images/pass2-on.png) no-repeat 40px center;
}
.fast-pass li a.p3{
  background: url(../images/pass3.png) no-repeat 40px center;
}
.fast-pass li:hover a.p3{
  background: url(../images/pass3-on.png) no-repeat 40px center;
}
.fast-pass li a.p4{
  background: url(../images/pass4.png) no-repeat 40px center;
}
.fast-pass li:hover a.p4{
  background: url(../images/pass4-on.png) no-repeat 40px center;
}
.fast-pass li a.p5{
  background: url(../images/pass5.png) no-repeat 40px center;
}
.fast-pass li:hover a.p5{
  background: url(../images/pass5-on.png) no-repeat 40px center;
}
/*友情链接*/
.link{
  padding: 30px 0;
}
.link ul{
  width: 1220px;
  overflow: hidden;
}
.link li{
  float: left;
  margin-right: 18px;
}
.link li img{
  width: 185px;
  height: 68px;
}
/*底部*/
.footer{
  bottom:0;
  width:100%;
  min-width:1200px;
  height: 80px;
  background: #353535;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.footer .footer-nav ul{
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .footer-nav li{
  float: left;
  border-right:2px solid #fff;
}
.footer .footer-nav li:last-child{
  border-right:none;
}
.footer .footer-nav li a{
  color:#fff;
  padding: 0 20px;
}
.footer .footer-nav p,
.footer > p{
  line-height: 40px;
  text-align: center;
}
.footer > p{
  background: #242424;
}
/*列表页*/
.content .content-title{
  background-color: #f9fafe;
  margin-bottom: 20px;
}
.content .content-title .title1{
  height: 46px;
  line-height: 46px;
  color: #666666;
}
.content .content-title .title1 img{
  position: relative;
  top: -2px;
  right: 5px;
}
.content .content-title .title1 a{
  color: #666666;
}
.content .content-title .title1 a.color{
  color: #0a3485;
}
.left {
    width: 260px;
    background: #fff;
    margin-bottom: 50px;
}
.left dt{
  background-color: #4664b5;
  color: #ffffff;
  padding: 15px 0 15px 20px;
}
.left dt a{
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom:1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.left dt span{
  display: block;
}
.left dd{
  width: 260px;
  height: 60px;
  line-height: 60px;
  background-color: #f7f8fa;
  border-bottom:1px dashed #e5e5e5;
}
.left dd a{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-left:4px solid #f7f8fa;
  padding-left: 20px;
  font-size: 16px;
  color: #585858;
  font-weight: bold;
}
.left dd.current,
.left dd:hover{
  background: #fff;
  border-bottom:1px dashed #fff;
}
.left dd.current a,
.left dd:hover a{
  color: #0a3485;
  border-left:4px solid #0a3485;
}
.right{
  width: 900px;
}
.right li{
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc;
}
.news li .date,
.right li .date{
  float: left;
}
.news li .date .time,
.right li .date .time{
  font-size: 40px;
  color: #333333;
  display: block;
}
.news li .date .year,
.right li .date .year{
  color: #c3c3c3;
}
.news li h2,
.right li h2{
  font-size: 20px;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.news li .line,
.right li .line{
  float: left;
  width: 2px;
  height: 56px;
  background-color: #cccccc;
  margin:10px 20px 0;
}
.right li .item{
  float: left;
  width: 800px;
}
.news li .item p,
.right li .item p{
  font-size: 14px;
  color: #999999;
  text-indent: 0;
  line-height: 24px;
}
.news li:hover .item h2 a,
.right li:hover .item h2 a{
  color: #0a3485;
}
.page{
  float: right;
  margin: 20px 0;
}
.page a{
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #d9d9d9;
  float: left;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  color: #666666;
}
.page a.spec{
  width: 74px;
}
.page a:hover{
  background-color: #0a3485;
  color: #ffffff;
}
.page a.none{
  border:none;
}
/*详情页*/
.right > h2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.right > h2 span{
  border-bottom:2px solid #0a3485;
  padding-bottom: 15px;
}
.right > p{
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 10px;
}
