@charset "utf-8";
/*头部*/
html{
  height:100%;
}
body{
  min-height:100%;
  position: relative;
}
.top-area{
  background-color: #ebedf0;
  height: 60px;
  line-height: 60px;
  color: #999999;
}
.top-area ul li{
  float: left;
}
.top-area ul li a{
  border-right: 1px solid #b3b2b2;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 10px;
  color: #999999;
}
.header{
  height: 108px;
  background: #ffffff;
}
.logo{
  float: left;
  margin: 15px 0;
}
.s-box{
  float: right;
  margin-top: 36px;
}
.s-box .s-text{
  width: 220px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #999999;
  border-right: 0;
  display: inline-block;
  padding-left: 10px;
}
.s-box .s-btn{
  width: 40px;
  height: 36px;
  background: #f5f8fa;
  display: inline-block;
  border: solid 1px #999999;
}
.s-box .s-btn img{
  margin-top: 10px;
  margin-left: 11px;
}
/*导航*/
.nav{
  width:100%;
  min-width: 1200px;
  height: 54px;
  line-height: 54px;
  background-color: #004f97;
}
.nav ul li{
  float: left;
}
.nav ul li a{
  display: block;
  width:150px;
  height:54px;
  line-height:54px;
  text-align:center;
  font-size: 16px;
  color: #ffffff;
}
.nav ul li:hover{
  background-color: #ffffff;
}
.nav ul li:hover a{
  color: #004f97;
}
/*导航下拉*/
.dropdown{
  position: relative;
  z-index: 100;
}
.dropdown .dropdown-content{
  position: absolute;
  top:54px;
  left:0;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}
.dropdown .dropdown-content li a{
  display: block;
  width:150px;
  height:50px;
  line-height:50px;
  color: #333333;
}
.dropdown .dropdown-content li:hover{
  background: #004f97;
}
.dropdown .dropdown-content li:hover a{
  color: #ffffff;
}
.dropdown:hover .dropdown-content{
  display: block;
}
/*banner图*/
.banner{
  height: 400px;
  background: url("../images/banner.png") no-repeat top center;
}
/*内容*/
.content{
  padding-bottom:300px;
}
.notice{
  height: 56px;
  line-height: 56px;
  background-color: #f2f2f2;
}
.notice img{
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.notice a{
  display: inline-block;
  font-size: 18px;
  color: #666666;
}
/*关于我们*/
.left{
  width:748px;
}
.right{
  width: 385px;
}
.aboutUsBj{
  position: relative;
}
.aboutUsBj p{
  width: 220px;
  text-align: justify;
  color: #ffffff;
  padding: 70px 20px 0;
  line-height: 24px;
  background-color: cornflowerblue;
 /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/aboutUs.png) no-repeat;*/
}
.box_area{
  padding: 0 30px 40px 30px;
  background-color: rgb(255, 255, 255);
  border-top:4px solid #4664b5;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(131, 136, 141, 0.28);
  -moz-box-shadow: 0px 5px 15px 0px rgba(131, 136, 141, 0.28);
  box-shadow: 0px 5px 15px 0px rgba(131, 136, 141, 0.28);
}
.box_area h2{
  font-size: 24px;
  text-align: center;
  margin: 20px 0 10px;
}
.box_area form input{
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  margin: 12px 0;
}
.box_area a{
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  background-color: #254c98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*认证服务*/
.serice{
  background: url("../images/serice.png") no-repeat;
  padding: 70px 0 40px;
  width: 1400px;
  margin: 0 auto;
}
.serice ul{
  width: 1220px;
}
.serice li{
  float: left;
  width: 245px;
  padding:30px 20px 60px;
  text-align: center;
  margin-right: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(131, 136, 141, 0.28);
  -moz-box-shadow: 0px 5px 15px 0px rgba(131, 136, 141, 0.28);
  box-shadow: 0px 5px 15px 0px rgba(131, 136, 141, 0.28);
  position: relative;
}
.serice li span{
  font-size: 48px;
  color: #cccccc;
  display: inline-block;
  margin-bottom: 10px;
}
.serice li .line{
  width: 40px;
  height: 2px;
  background-color: #cccccc;
  margin: 20px auto;
}
.serice li h2{
  font-size: 22px;
}
.serice li p{
  color: #666666;
  height: 150px;
  line-height: 20px;
  text-align: justify;
}
.serice li a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  color: #999999;
  font-weight: bold;
}
.serice li:hover span,
.serice li:hover h2,
.serice li:hover p,
.serice li:hover a{
  color: #004f97;
}
.serice .caption{
  border-left:2px solid #ffffff;
}
.serice .caption a,
.serice .caption h3,
.serice .caption span{
  color: #fff;
}
.serice .caption a{
  border:none;
  background: url(../images/arrow-fff.png) no-repeat 80px center;
  padding-right: 30px;
  right:30px;
}
/*新闻中心*/
.caption{
  border-left:2px solid #004f97;
  padding-left: 15px;
  position: relative;
  margin-bottom: 35px;
}
.caption h3{
  font-size: 32px;
  margin-bottom: 10px;
}
.caption span{
  color: #999999;
}
.caption a{
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b2b2b2;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0 40px 0 25px;
  background: url(../images/arrow.png) no-repeat 80px center;
}
.news{
  margin-top: 60px;
}
.tab{
  margin-bottom: 20px;
}
.tab a{
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #004f97;
  background-color: #f2f2f2;
  text-align: center;
  margin-right: 10px;
}
.tab a:hover{
  background-color: #940101;
  color: #fff;
}
.news-lt,
.news-rt{
  width: 580px;
}
.news-lt img{
  width: 580px;
}
.news dl{
  width: 580px;
  height: 140px;
  background-color: #fafafa;
  margin-bottom: 10px;
  overflow: hidden;
}
.news dl dt{
  width: 110px;
  height: 140px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.news dl dt span{
  display: inline-block;
}
.news dl dt span.span1{
  font-size: 28px;
  margin:25px 0 10px;
}
.news dl dt span.span2{
  font-size: 16px;
  color: #999999;
}
.news dl dd{
  width: 429px;
  margin: 0 20px;
}
.news dl dd a{
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 20px;
}
.news dl dd a span{
  color: #999999;
}
.news dl dd p{
  color: #808080;
  line-height: 24px;
}
.news dl:hover{
  background-color: #940101;
  color: #ffffff;
}
.news dl:hover dt{
  border-right: 1px solid #5dabd1;
}
.news dl:hover dd a span,
.news dl:hover dd h3 a,
.news dl:hover dt span.span2{
  color: #ffffff;
}
.news dl:hover dd p{
  color: #ffffff;
}
/*友情链接*/
.link-con{
  background-color: #f7f9fc;
  padding: 50px 0 40px;
}
.link-con ul{
  width: 1224px;
  overflow: hidden;
}
.link li{
  float: left;
  margin-right:24px;
}
.link li a{
  display: block;
}
/*底部*/
.footer{
  width: 100%;
  min-width: 1200px;
  height: 300px;
  background: #254c98;
}
.footer .section{
  margin-top: 60px;
}
.footer .center{
  width: 710px;
  margin-left: 40px;
}
.footer .footer-tab{
  width: 600px;
  padding-bottom: 20px;
  border-bottom:1px solid #637eb3;
  text-align: center;
  margin: 0 auto 30px;
}
.footer .footer-tab a{
  font-size: 16px;
  color: #ffffff;
  padding: 0 15px;
  border-right: 2px solid #d0d0d0;
}
.footer .footer-tab a:last-child{
  border-right: none;
}
.footer .center span{
  display: inline-block;
  padding-right:20px;
  margin-bottom: 20px;
  color:#fff;
}
.footer .center p{
  margin-bottom: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.footer-code p{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
/*列表页*/
.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;
}