@charset "utf-8";
/*首页*/
html{
  height: 100%;
}
body{
  min-height: 100%;
  position: relative;
  background: #fff;
}
/*头部和导航*/
.nav{
  margin-left: 320px;
}
.nav-lt{
  width: 320px;
  margin: 0 0 0 -320px;
}
.nav-lt .head-l{
  height: 100px;
}
.nav-lt .head-l img{
  margin-left: 40px;
}
.nav-lt ul{
  height: 384px;
  border-top:1px solid #ebebeb;
  padding-left: 40px;
  margin-bottom: 5px;
}
.nav-lt li{
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
.nav-lt li.first{
  background: url(../image/home-page.png) no-repeat left center;
}
.nav-lt li.current a,.nav-lt li:hover a{
  color: #0e9f3c;
}
.nav-lt .login{
   height: 60px;
   line-height:60px;
   background-color: #0e9f3c;
   text-align: center;
   padding-left: 60px;
 }
.nav-lt .login a{
  color: #ffffff;
  background: url(../image/login.png) no-repeat 60px center;
}
.nav-rt .head-r{
  height: 100px;
  position: relative;
}
.nav-rt .head-r input,
.nav-rt-1 .head-r input{
  width: 265px;
  height: 40px;
  background: #f4f4f4 url(../image/search.png) no-repeat 245px center;
  padding-left: 15px;
  position: absolute;
  right: 80px;
  top: 30px;
}
.nav-rt img{
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.nav-rt-1{
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
/*证书查询*/
.certificate .section{
  border-left:4px solid #0e9f3c;
}
.certificate .section h2{
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
}
.certificate .section span{
  color: #999999;
}
.content .certificate form{
  margin-top: 30px;
  margin-left: 20px;
}
.content form .item{
  overflow: hidden;
  margin-right: 30px;
}
.content form .item label{
  /*float: left;*/
  font-size: 16px;
}
.content form .item select,
.content form .item input{
  width: 180px;
  height: 42px;
  border: solid 1px #ebebeb;
  margin-left: 13px;
}
.content form > a{
  width: 100px;
  height: 44px;
  line-height: 44px;
  background-color: #0e9f3c;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
/*公司简介*/
.intro{
  background: url(../image/banner-1.png);
}
.intro-lt{
  width: 800px;
}
.intro-lt h1{
  font-size: 18px;
  margin: 60px 0 20px;
}
.content .intro-lt p{
  font-size: 14px;
  color: #666666;
  text-indent: 0;
  line-height: 28px;
}
/*认证服务*/
.cert-service{
  background: url(../image/banner-2.png);
}
.cert-service .headline{
  padding-top:50px;
}
.cert-service .headline h3,
.cert-service .headline span{
  color: #ffffff;
}
.list{
  margin: 60px 0 120px;
}
.list li{
  width: 270px;
  background-color: #f7f7f7;
  border-radius: 20px;
  float: left;
  position: relative;
}
.list .system{
  padding: 30px;
}
.list li h3{
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 25px;
  border-bottom:2px solid #e6e6e6;
  margin-bottom: 30px;
}
.list li p{
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  text-indent:0;
  height: 100px;
}
.list li a{
  line-height: 24px;
  background: url(../image/right-arrow.png) no-repeat 75px center;
  margin-top: 50px;
}
.list li.current,
.list li:hover{
  background-color: #0e9f3c;
}
.list li.current h3,
.list li.current p,
.list li.current a,
.list li:hover h3,
.list li:hover p,
.list li:hover a{
  color: #ffffff;
}
.list li.current a,
.list li:hover a{
  background: url(../image/right-arrow-hover.png) no-repeat right center;
}
.list li.li1{
  top: 0;
  left: 0;
}
.list li.li2{
  top: 60px;
  left:40px;
}
.list li.li3{
  top: 0;
  left:80px;
}
.list li.li4{
  top: 60px;
  left:120px;
}
.list li.li5{
  top: 40px;
  left:0;
}
.list li.li6{
  top: 100px;
  left:40px;
}
.list li.li7{
  top: 40px;
  left:80px;
}
.list li.li8{
  top: 100px;
  left:120px;
}
/*快捷入口*/
.quick-entry li{
  width: 270px;
  background-color: #ffffff;
  box-shadow: -1px 8px 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  float: left;
  margin-right: 40px;
}
.quick-entry li span{
  font-size: 20px;
  color: #b3b3b3;
  display: inline-block;
  margin: 30px 0 0 30px;
}
.quick-entry li h1{
  text-align: center;
  margin: 20px 0;
}
.quick-entry li p{
  font-size: 20px;
  line-height: 1;
  text-indent: 0;
  text-align: center;
}
.quick-entry li a{
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #d6d6d6;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  margin: 50px auto 40px;
}
.quick-entry li.current a,
.quick-entry li:hover a{
  background-color: #0e9f3c;
}
/*新闻中心*/
.news{
  background: url(../image/banner-3.png);
  padding-bottom: 50px;
}
.news .section > a{
  width: 120px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
  margin: 60px auto 30px;

}
.news .headline{
  padding-top:50px;
}
.news .headline h3,
.news .headline span{
  color: #ffffff;
}
.news-lt{
  width: 410px;
}
.news-lt dl dt{
  width: 90px;
  height: 90px;
  background-color: #0e9f3c;
  text-align: center;
}
.news-lt dl dt span{
  display: inline-block;
  color: #ffffff;
}
.news-lt dl dt span.span1{
  font-size: 30px;
  margin-top: 15px;
}
.news-lt dl dt span.span2{
  color: #75cc90;
}
.news-lt dl dd{
  width: 300px;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  font-size: 16px;
  padding-left: 20px;
}
.news-rt li{
  width: 250px;
  background-color: #ffffff;
  float: left;
  border-radius: 0;
}
.news-rt .system{
  padding: 30px 20px;
}
.news-rt li span{
  color: #75cc90;
}
.news-rt li span.span{
  font-size: 30px;
  color: #0e9f3c;
}
.news-rt li h3{
  border-bottom:0;
  padding-bottom: 0;
  margin: 20px 0;
}
.news-rt li a{
  background: url(../image/right-arrow.png) no-repeat right center;
  margin-top: 40px;
}
.news-rt li.current span.span,
.news-rt li:hover span.span{
  color: #fff;
}
/*友情链接*/
.headline{
  text-align: center;
  margin-bottom: 40px;
}
.headline h3{
  font-size: 26px;
  margin-bottom: 5px;
}
.headline span{
  color: #999999;
}
.link a{
  width: 283px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  text-align: center;
  float: left;
  margin: 0 20px 20px 0;
}
/*底部*/
.footer{
  width: 100%;
  height: 460px;
  position: absolute;
  bottom: 0;
}
.footer-top{
  height: 400px;
  background: url(../image/footer.png) no-repeat;
}
.footer-top h3{
  font-size: 26px;
  color: #333333;
  padding-top: 40px;
}
.footer-content{
  margin-top: 20px;
}
.footer-content dl{
  width: 600px;
  line-height: 50px;
}
.footer-content dl dd img{
  margin-right: 20px;
}
.footer-content dl dt{
  font-size: 20px;
  font-weight:bold;
}
.footer-content .fr dd{
  border-bottom:1px solid  #d1d1d1;
}
.footer-content .fr dd.dd{
  width: 280px;
  display: inline-block;
}
.footer-content .fr dd.submit{
  border-bottom:none;
}
.footer-content .fr dd.submit a{
  width: 120px;
  height: 44px;
  line-height: 44px;
  background-color: #0e9f3c;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
}
.footer-content .fr dd.dd1{
  margin-right: 34px;
}
.footer-bottom{
  height: 60px;
  line-height: 60px;
  color: #b3b3b3;
  text-align: center;
  background-color: #3e3e40;
}
/*联系我们-底部*/
.footer-top1{
  height: 400px;
  background-color: #f5f5f5;
}
.footer-top1 dl{
  padding-top: 50px;
  line-height: 60px;
}
.footer-top1 dl dt{
  font-size: 20px;
  font-weight: bold;
}
.footer-top1 dl dd{
  border-bottom:1px solid  #d1d1d1;
}
.footer-top1 dl dd.dd{
  width: 400px;
  display: inline-block;
}
.footer-top1 dl dd.dd1{
  margin-right: 197px;
}
.footer-top1 dl dd.dd2{
  width: 1000px;
}
.footer-top1 dl dd.submit{
  border-bottom:none;
}
.footer-top1 dl dd.submit a{
  width: 120px;
  height: 44px;
  line-height: 44px;
  background-color: #0e9f3c;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
}
/*证书管理*/
.content form.form{
  width: 400px;
  margin: 0 auto;
}
.content form .item1{
  /*overflow: hidden;*/
  /*line-height: 48px;*/
  margin-bottom:20px;
}
.content form .item1 label{
  float: left;
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}
.content form .item1 select,
.content form .item1 input{
  width: 317px;
  height: 42px;
  border: solid 1px #ebebeb;
  margin-left: 13px;
}
.content form.form > a{
  width: 320px;
  height: 44px;
  line-height: 44px;
  background-color: #0e9f3c;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left:75px;
}
/*政策法规*/
.content .list-rule li{
  width: 568px;
  border: solid 1px #f0f0f0;
  margin-right: 60px;
  margin-bottom: 40px;
  float: left;
}
.content .list-rule li.mr{
  margin-right: 0;
}
.content .list-rule li h3{
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 30px;
}
.content .list-rule li p{
  text-indent:0;
  margin:20px 30px;
}
/*内容页*/
.content-title{
  text-align: center;
}
.content-title h3{
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.content-title span{
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*公司简介*/
.content .list-intro li a{
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #f4f4f4;
  float: left;
  font-size: 18px;
  text-align: center;
}
.content .list-intro li.current a,
.content .list-intro li:hover a{
  background-color: #0e9f3c;
  color: #fff;
}
/*新闻中心*/
.content .list-news li a{
  width: 400px;
}
.content .list-news dl{
  width: 568px;
  border: solid 1px #f0f0f0;
  float: left;
  margin-right: 60px;
}
.content .list-news dl.mr{
  margin-right: 0;
}
.content .list-news dl dt{
  padding: 50px 15px;
  float: left;
  border-right:1px solid #f0f0f0;
  text-align: center;
}
.content .list-news dl .date{
  font-size: 20px;
}
.content .list-news dl dd{
  width: 440px;
  float: left;
  padding: 0 20px;
}
.content .list-news dd h3{
   font-size: 16px;
   font-weight: bold;
   margin: 20px 0;
 }
.content .list-news dd p{
   line-height:1;
   font-size: 14px;
   text-indent:0;
   height: 50px;
}
.content .list-news dl.current,
.content .list-news dl:hover{
  border-bottom: solid 1px #0e9f3c;
}
.content .list-news dl.current h3,
.content .list-news dl:hover h3{
  color: #0e9f3c;
}
.page{
  text-align: center;
}
.page a{
  display: inline-block;
  border:1px solid #f0f0f0;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 2px;
}
.page a.border,.page a.border:hover{
  border:0;
}
.page a:hover,.page a.on{
  background:  #0e9f3c;
  border:1px solid #0e9f3c;
  color: #fff;
}
/*内容-客户服务*/
.content p{
  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  text-align: justify;
}
/*内容-联系我们*/
.content{
  padding-bottom: 510px;
}
.title{
  text-align: center;
}
.title h2{
  font-size: 30px;
  color: #0e9f3c;
}
.title .line{
  width: 60px;
  height: 2px;
  background-color: #0e9f3c;
  margin: 20px auto 40px;
}
.content-lt dl{
  line-height: 40px;
}
.content-lt dl dt{
  font-size: 20px;
  font-weight: bold;
}