@charset "utf-8";
/*头部*/
html{
  height:100%;
  background: #FAFAFA;
}
body{
  min-height:100%;
  position: relative;
}
.header {
  height: 100px;
}
.header .logo {
  margin-top: 12px;
}
.header ul li {
  float: left;
  font-size: 16px;
}
.header ul li > a {
  display: block;
  padding: 0 20px;
  line-height: 97px;
  text-align: center;
  font-weight: bold;
  border-bottom:3px solid #fff;
}
.header ul li.current > a,
.header ul li:hover > a {
  color: #4664b5;
  border-bottom:3px solid #4664b5;
}
/*导航下拉*/
.dropdown{
  position: relative;
  z-index: 100;
}
.dropdown .dropdown-content{
  width:150%;
  position: absolute;
  top: 100px;
  left:-25%;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}
.dropdown .dropdown-content li{
  width:100%;
  text-align: center;
}
.dropdown .dropdown-content li a{
  display: block;
  width: 100%;
  line-height:40px;
  color: #333333;
  padding: 0;
  font-weight: normal;
}
.dropdown .dropdown-content li:hover a{
  color: #fff;
  background: #4664b5;
}
.dropdown:hover .dropdown-content{
  display: block;
}
.banner{
  height: 500px;
  background: url(../images/banner.png) no-repeat center center;
  aspect-ratio: auto 1200 / 500;
}
/*移动端导航*/
.head {
  display: none;
}
.mobile-nav {
  background: #fff;
  display: none;
}

.mobile-nav ul>li {
  list-style: none;
  width: 100%;
}

.mobile-nav ul>li>a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 15px;
  text-decoration: none;
}

.mobile-nav ul>li:hover {
  background: #2f5596;
}

.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;
  width: 100%;
}

.mobile-nav .dropdown .dropdown-content li a {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-style: 14px;
  text-align: left;
}

/*内容*/
.content{
  padding-bottom: 300px;
}
/*左边部分*/
.left {
  width: 300px;
}
/*认证*/
.left .progress,
.left .credential,
.info{
  padding: 20px;
  border: solid 1px #d7dbe0;
  background: #fff;
}
.left .progress a{
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  padding-left: 60px;
  margin-bottom: 10px;
}
.left .progress a.icon1 {
  background:#4664b5 url("../images/icon1.png") no-repeat 20px center;
}
.left .progress a.icon2 {
  background:#4664b5 url("../images/icon2.png") no-repeat 20px center;
}
.left .progress a.icon3 {
  background:#4664b5 url("../images/icon3.png") no-repeat 20px center;
}
/*审核员专区*/
.left .credential p{
  font-size:22px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.left .credential .enter .line{
  width: 88px;
  height: 4px;
  background-color: #4664b5;
  margin: 0 auto 30px;
}
.left .credential.bt{
  border-top:4px solid #4664b5;
}
.left .credential input{
  width:213px;
  height: 48px;
  border: solid 1px #dce0e6;
  padding-left: 45px;
  margin-bottom: 20px;
}
.left .credential input.btn3{
  width: 243px;
  padding-left: 15px;
}
.left .credential a{
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #4664b5;
  border-radius: 8px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 43px;
}
.left .credential .enter input.btn1 {
  background: url("../images/user.png") no-repeat 15px center;
}
.left .credential .enter input.btn2 {
  background: url("../images/password.png") no-repeat 15px center;
}
/*认证证书查询*/
.search{
  height: 158px;
  background: url("../images/search.png") no-repeat;
  text-align: center;
}
.search a{
  display: block;
  font-size: 28px;
  color: #ffffff;
  line-height: 158px;
}
/*右边部分*/
/*公司新闻-行业动态-公告信息*/
.title{
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.title p,
.title h2{
  float: left;
  font-size: 20px;
  font-weight:bold;
  color: #4664b5;
  border-bottom:3px solid #4664b5;
  line-height: 41px;
}
.title a{
  float: right;
  color: #999999;
  padding-right: 20px;
  background: url("../images/more.png") no-repeat right center;
}
.right{
  width: 880px;
  margin-left: 20px;
}
.right .center .fr{
  width: 450px;
}
.right .top{
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.right .top h2{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}
.right .top p{
  color: #808080;
  line-height: 24px;
  text-align: justify;
  margin-top: 5px;
}
.right .top p a{
  display: inline-block;
  color: #4664b5;
}
.right .center ul{
  overflow: hidden;
}
.right .center ul li {
  overflow: hidden;
  line-height: 34px;
  padding-left: 18px;
  background: url("../images/xing.png") no-repeat left;
  border-bottom: 1px dashed #d7d7d7;
}
.right .center ul li a {
  float: left;
  color: #333;
}
.right .center ul li span {
  float: right;
  color: #999;
}
.right .center ul li a:hover {
  color: #4664b5;
}
/*友情链接*/
.link{
  padding: 20px 20px 10px;
  border: solid 1px #d7dbe0;
  background: #fff;
  margin-bottom: 20px;
}
.link ul{
  margin-top:20px;
  width: 1230px;
  overflow: hidden;
}
.link li{
  float: left;
  margin:0 65px 10px 0;
}
/*底部*/
.footer{
  position: absolute;
  bottom:0;
  height: 160px;
  width: 100%;
  background: url(../images/footer.png) no-repeat;
  color: #ffffff;
  padding: 70px 0;
  aspect-ratio: auto 1200 / 160;
}
.footer .contact{
  width: 350px;
  height: 153px;
  border-right: 1px solid #999;
  padding-right: 20px;
}
.footer .contact li{
  line-height: 26px;
}
.footer .tel{
  height: 45px;
  padding-left: 50px;
  background: url("../images/tel.png") no-repeat;
  margin-bottom: 15px;
}
.footer .tel p{
  margin-bottom: 5px;
}
.footer .center{
  border-right: 1px solid #999;
  padding: 0 70px;
  margin-right: 60px;
}
.footer .footer-nav{
  text-align: center;
}
.footer .footer-nav ul{
  overflow: hidden;
  margin-bottom: 10px;
}
.footer .footer-nav li{
  float: left;
  border-right:2px solid #fff;
  padding:0 10px;
}
.footer .footer-nav li a{
  color:#fff;
}
.footer .footer-nav p{
  line-height: 30px;
}
/*列表页*/
.detail_title{
  height: 50px;
  line-height: 50px;
}
.detail_title a{
  color: #666666;
}
.detail_title .color{
  color: #4664b5;
}
.content_lt{
  width: 280px;
  background: #fff;
  margin-bottom: 30px;
}
.content_lt .first{
  padding-left: 20px;
  height: 100px;
  background-color: #4664b5;
}
.content_lt .first a{
  font-size: 24px;
  color: #ffffff;
  float: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 15px 0 10px;
}
.content_lt .first span{
  display: block;
  clear: both;
  letter-spacing: 1px;
  color: #ffffff;
}
.content_lt li{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #d7dbe0;
}
.content_lt li a{
  display: block;
  padding-left: 40px;
  font-size: 16px;
  color: #666666;
  background: url(../images/line.png) no-repeat 20px center;
}
.content_lt li.current,
.content_lt li:hover{
  border-bottom: 1px solid #4664b5;
}
.content_lt li.current a,
.content_lt li:hover a{
  color: #fff;
  background:#4664b5 url(../images/line-hover.png) no-repeat 20px center;
}
.content_rt{
  width: 855px;
  padding: 20px;
  border: solid 1px #d7dbe0;
  background-color: #fff;
  margin-bottom: 30px;
}
.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;
}
.content_rt li:hover .top a{
  color: #4664b5;
}
.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 span{
  font-size: 16px;
  color: #333333;
  margin-right: 10px;
}
.page a{
  display: inline-block;
  border:1px solid #d7dbe0;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0 5px;
  font-size: 14px;
  color: #999999;
  border-radius: 6px;
}
.page a.on,
.page a:hover{
  background: #4664b5;
  color: #fff;
  border:1px solid #4664b5;
}
/*详情页*/
.content .content_rt h1{
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 15px 0;
}
.content .content_rt p{
  line-height: 28px;
  font-size: 15px;
  color: #4d4d4d;
  text-indent:2em;
  text-align: justify;
  margin-top: 10px;
}

@media (max-width:767px) {
  .footer{width: 1200px}
}
@media (min-width: 992px) {
  .footer{width: 1200px}
}
@media (min-width: 768px) {
  .footer{width: 1200px;}}
@media screen and (min-width: 1200px){
  .banner{
    aspect-ratio: unset;
  }
   .footer{width: 1920px;}

}

  