﻿@charset "utf-8";
/*头部*/
html{
  height:100%;
}
body{
  min-height:100%;
  position: relative;
}
.header {
  height: 100px;
}
.header .logo {
  margin-top: 12px;
}
.header ul{
  margin-top: 30px;
}
.header ul li {
  float: left;
  font-size: 16px;
}
.header ul li > a {
  display: block;
  margin: 0 10px;
  line-height: 40px;
  text-align: center;
  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: 40px;
  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;
  margin-left:0;
}
.dropdown .dropdown-content li:hover a{
  color: #fff;
  background: #4664b5;
}
.dropdown:hover .dropdown-content{
  display: block;
}
/*.banner{
  height: 500px;
  background: url(../images/zkbanner1.png) no-repeat center center;
}*/
/*内容*/
.content{
  padding-bottom: 160px;
}
/*左边部分*/
.left {
  width: 300px;
}
/*证书快速查询*/
.left .progress,
.left .credential,
.left .service{
  border: solid 1px #d7dbe0;
  background: #fff;
}
.left .progress h3,
.left .service h3{
  height: 50px;
  line-height:50px;
  padding-left: 45px;
  font-size: 16px;
  color: #4664b5;
  background: #f2f7fb url("../images/icon-title1.png") no-repeat 20px center;
}
.left .service h3.t2{
  background: #f2f7fb url("../images/icon-title2.png") no-repeat 20px center;
}
.progress-con{
  padding: 10px;
}
.left .progress a{
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding-left:92px;
  margin-bottom: 10px;
}
.left .progress a.icon1 {
  background:#226ab3 url("../images/icon1.png") no-repeat 60px center;
}
.left .progress a.icon2 {
  background:#226ab3 url("../images/icon2.png") no-repeat 60px center;
}
.left .progress a.icon3 {
  background:#226ab3 url("../images/icon3.png") no-repeat 60px center;
}
/*服务项目*/
.left .service a{
  display: block;
  height: 65px;
  padding-top: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.left .service a span{
  display: block;
  margin-bottom: 5px;
}
.left .service a.service1{
  background: url("../images/service1.png") no-repeat center;
}
.left .service a.service2{
  background: url("../images/service2.png") no-repeat center;
}
.left .service a.service3{
  background: url("../images/service3.png") no-repeat center;
}
.left .service a.service4{
  background: url("../images/service4.png") no-repeat center;
}
  /*公司新闻-行业动态*/
.title{
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.title p,
.title h2{
  float: left;
  font-size: 18px;
  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: 840px;
}
.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:0;
  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;
  width:330px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.right .center ul li span {
  float: right;
  color: #999;
}
.right .center ul li a:hover {
  color: #182449;
}
/*关于我们*/
.about-us{
  background-color: #182449;
  padding-bottom: 40px;
}
.about-content{
  width: 980px;
  margin: 0 auto;
  background: #fafbfd;
  position: relative;
  top: 100px;
}
.about-lt{
  width: 400px;
}
.about-lt img{
  width: 400px;
  height:427px;
}
.about-rt{
  width: 460px;
  padding:50px 60px 0;
}
.about-rt h2{
  font-size: 24px;
  color: #333333;
  font-weight:bold;
}
.about-rt span{
  font-size: 16px;
  color: #999999;
  padding: 10px 0;
  display: inline-block;
}
.about-rt p{
  text-align: justify;
  line-height: 24px;
  color: #666666;
}
/*服务案例*/
.case{
  padding:100px 0 30px;
}
.case .show{
  width: 1240px;
  overflow: hidden;
}
.case .show li{
  float: left;
  margin-right: 40px;
  margin-bottom: 13px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
}
.case .show li a{
  display: block;
}
.case .show li span{
  display: block;
  font-size: 16px;
  color: #666666;
  padding: 20px 0 20px 20px;
}
.case .show li:hover span{
  color: #4664b5;
}
/*友情链接*/
.link{
  padding: 40px 0;
  background: #f7f9fa;;
}
.link ul{
  margin-top:20px;
  overflow: hidden;
}
.link li{
  float: left;
  background: #fff;
  padding: 16px 60px;
  border: 1px solid #ebebeb;
  margin-left: -1px;
}
.link li img{
  width: 119px;
  height: 46px;
}
/*底部*/
.footer{
  width: 100%;
  background-color: #363838;
  position: absolute;
  bottom: 0;
}
.footer ul{
  overflow: hidden;
  border-bottom: 1px solid  #474747;
  padding: 20px 0;
}
.footer .contact li{
  float: left;
  width: 25%;
  line-height: 30px;
  color: #b3b3b3;
}
.footer li.on{
  width: 45%;
}
.footer p{
  color: #b3b3b3;
  text-align: center;
  padding:20px 0;
}
/*列表页*/
.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: #182449;
  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;
}