/*国建联信认证中心子网站*/
html
{
    height: 100%;
}
body
{
    min-height: 100%;
    position: relative;
}
/*头部*/
.header
{
    margin: 10px 0;
}
.header input
{
    width: 245px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 2px 0 0 2px;
    border: solid 1px #d9d9d9;
    margin-top: 25px;
    padding-left: 10px;
}
.header button
{
    margin-top: 25px;
}
.header button
{
    width: 40px;
    height: 38px;
    background-color: #1a9967;
    border-radius: 0 2px 2px 0;
}
/*导航栏*/
.nav
{
    height: 50px;
    background-color: #347247;
}
.nav li
{
    float: left;
}
.nav li a
{
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
/*下拉菜单*/
.nav li .dropdown-content
{
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 100;
}
.nav li .dropdown-content a
{
    color: #333333;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.nav li .dropdown-content a.current, .nav li .dropdown-content a:hover
{
    color: #1a9967;
}
.nav li:hover .dropdown-content
{
    display: block;
}
.title
{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dce0e6;
}
.title img
{
    margin-top: -4px;
}
.title a
{
    display: inline-block;
    color: #666666;
}
.title a.current
{
    color: #1a9967;
}
/*案例介绍*/
.contain-lt
{
    width: 878px;
    box-shadow: 0 1px 3px 0 rgba(21, 31, 44, 0.15);
    border: 1px solid #ebebeb;
}
.contain-lt .item
{
    margin: 30px 20px 40px;
}
.contain-lt .item h3
{
    font-size: 16px;
    color: #1a9967;
    margin-bottom: 10px;
}
.contain-lt .item dl
{
    margin: 25px 0;
}
.contain-lt .item dt
{
    color: #1a9967;
    margin-bottom: 10px;
}
.contain-rt
{
    width: 280px;
}
.contain-rt h2
{
    width: 260px;
    height: 80px;
    line-height: 80px;
    background-color: #347247;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 20px;
}
.contain-rt ul
{
    border: 1px solid #e0e0e0;
    border-bottom: none;
    margin-top: 10px;
}
.contain-rt ul li
{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e0e0e0;
}
.contain-rt ul li a
{
    font-size: 16px;
    padding-left: 20px;
}
.contain-rt ul li.current a, .contain-rt ul li:hover a
{
    color: #1a9967;
}
/*新闻列表*/
.banner
{
    position: relative;
}

.banner ul
{
    z-index: 100;
    overflow: hidden;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -50px;
}
.banner li
{
    float: left;
}
.banner li a
{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #ffffff;
}
.banner li.on a
{
    background: #f6ad38;
}
.contain-lt .item li
{
    overflow: hidden;
    border-bottom: 1px dashed #e3e4e5;
    padding: 20px 0;
}
.contain-lt .item li a
{
    font-size: 16px;
    margin-bottom: 15px;
}
.contain-lt .item li p
{
    color: #999999;
}
.contain-lt .item li span
{
    color: #666666;
}
.contain-lt .item li.current a, .contain-lt .item li:hover a
{
    color: #1a9967;
}
.page
{
    text-align: center;
}
.contain-lt .page li {
    overflow: hidden;
    border-bottom: none;
    padding: 20px 0;
    display: inline-block;
}
.page a
{
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    margin: 0 5px;
    color: #999999;
    border-radius: 4px;
}
.page a.border, .page a.border:hover
{
    border: 0;
}
.page a.current, .page a:hover
{
    border: solid 1px #1a9967;
    background-color: #1a9967;
    color: #ffffff;
}
/*新闻详情*/
.news-detail a
{
    text-align: right;
    color: #1a9967;
}
.news-detail-title
{
    margin: 0 30px;
    border-bottom: 1px dashed #e3e4e5;
}
.news-detail-title h2
{
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    margin: 25px 0 15px;
}
.news-detail-title span
{
    display: block;
    color: #808080;
    text-align: center;
    margin-bottom: 25px;
}
.news-detail-con
{
    padding: 30px 30px 0;
}
.news-detail p
{
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}
/*业务介绍*/
.business-intro h2
{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.business-intro p
{
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
    margin-top: 10px;
}
/*证书及资质查询*/
.search
{
    width: 505px;
    margin: 50px auto;
}
.search h2
{
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.search .item
{
    margin-bottom: 20px;
    position: relative;
}
.search .item img
{
    position: absolute;
    right: 15px;
    top: 15px;
}
.search .item span
{
    font-size: 16px;
}
.search input
{
    padding-left: 10px;
    width: 408px;
    height: 46px;
    border: solid 1px #d6d6d6;
    border-radius: 2px;
    margin-left: 10px;
}
.search select
{
    padding-left: 10px;
    width: 418px;
    height: 46px;
    border: solid 1px #d6d6d6;
    border-radius: 2px;
    margin-left: 10px;
}
.search > a
{
    box-sizing: border-box;
    width: 420px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #1a9967;
    margin-top: 30px;
    margin-left: 75px;
    border-radius: 2px;
}
table
{
    width: 1200px;
    margin-right: 0;
    vertical-align: middle;
    border-color: #e8e8e8;
    color: #666666;
    margin-top: 34px;
    margin-bottom: 54px;
}
th
{
    height: 50px;
    text-align: left;
    font-size: 16px;
    color: #4d4d4d;
}
th:first-child
{
    padding-left: 20px;
}
td
{
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}
td:first-child
{
    border-left: 1px solid #e8e8e8;
    padding-left: 20px;
}
td:last-child
{
    width: 10%;
    border-right: 1px solid #e8e8e8;
}
/*底部*/
.footer
{
    width: 100%;
    height: 110px;
    background-color: #3a3d3c;
    color: #e6e6e6;
}
.footer ul
{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #525756;
}
.footer ul li
{
    float: left;
    padding: 0 55px;
}
.footer ul li span
{
    font-size: 24px;
}
.footer p
{
    text-align: center;
    margin-top: 16px;
}

*内容*/
#content>div.section{
  background: #fff;
  /*height: 2101px;*/
  box-sizing: border-box;
  padding:21px 18px 0 18px;
}
#content>div.section>p>span{
  color: #4d4d4d;
  margin-right:20px;
}
#content>div.section>div.notice{
  margin:22px 0 30px 0;
  width: 1160px;
  height: 42px;
  background-color: #e9eff5;
  position: relative;
  z-index: 1;
}
#content>div.section>div.notice>div.notice-item{
  width: 92px;
  height: 42px;
  line-height:42px;
  background-color: #2880c3;
  box-sizing: border-box;
}
#content>div.section>div.notice>div>a:first-child{
  padding-left:16px;
}
#content>div.section>div.notice>div.notice-item>a:nth-child(2){padding-left:13px;color:#fff;}
#content>div.section>div.notice>p>a{color: #4d4d4d;margin-left:20px;margin-top:13px;}
#content>div.section>div.notice>span>a{
  color: #fc6666;
  font-size: 12px;
  margin:10px 0 0 7px;
}
#content>div.section div.notice>div.time>a{
  color: #666666;
  margin:12px 63px 0 0;
}
#content>div.section div.notice>a:first-child{
  position: absolute;
  top:5px;
  right:16px;
}
#content>div.section div.notice>a:nth-child(2){
  position: absolute;
  top:18px;
  right:16px;
}
/*banner图*/
#content>div.section>div.banner{
  position: relative;
  margin-bottom: 40px;
}
#content>div.section>div.banner a.arow-left{  position: absolute; left:0; top:90px;  }
#content>div.section>div.banner a.arow-right{  position: absolute; right:4px; top:90px;  }
#content>div.section>div.banner a.icon-5{  position: absolute; right:55px; top:10px;  }
#content>div.section>div.banner a.icon-4{  position: absolute; right:25px; top:10px;  }
#content>div.section>div.banner>ul{
  position: absolute;
  bottom:12px;
  left:47%;
}
#content>div.section>div.banner ul li{
  float: left;
  width:10px;
  height:10px;
  border-radius: 50%;
  background: #fff;
  margin-right:8px;
}
/*中心新闻*/
#content>div.section>div.c-news{
  height:304px;
  padding-bottom:45px;
  border-bottom:1px solid  #b2b2b2;
  margin-bottom:40px;
}
#content>div.section>div.c-news>div.new-img{
  position: relative;
  text-align: center;
}
#content>div.section>div.c-news>div.new-img>ul{
  position: absolute;
  bottom:46px;
  left:47%;
}
#content>div.section>div.c-news>div.new-img>ul li{
  float: left;
  width:10px;
  height:10px;
  border-radius: 50%;
  background: #fff;
  margin-right:8px;
}
#content>div.section>div.c-news>div.new-img>a.arow-left{ position: absolute; left:0; top:115px; }
#content>div.section>div.c-news>div.new-img>a.arow-right{ position: absolute; right:0; top:115px;}
#content>div.section>div.c-news>div.new-img>p a{
  color: #333333;
  font-size: 16px;
  margin-top:13px;
  font-weight: bold;
}
#content>div.section>div.c-news>div.new-content{
  margin-left:40px;
  width: 565px;
  text-align: center;

}
#content>div.section>div.c-news>div.new-content>ul{
  border-bottom:1px solid #808080;
  height:31px;
  margin-bottom:22px;
}
#content>div.section>div.c-news>div.new-content>ul>li{
  float:left;
  width:74px;
  font-size: 18px;
  height:17px;
  margin-right:20px;
  padding-bottom:13px;
}
#content>div.section>div.c-news>div.new-content>ul>li:hover{  border-bottom:2px solid  #015293;  }
#content>div.section>div.c-news>div.new-content>ul>li:hover a{  color: #015293;  }
#content>div.section>div.c-news>div.new-content>ul>li:last-child:hover a{  color: #015293;  }
#content>div.section>div.c-news>div.new-content>ul>li:last-child{float: right;margin-right:0;font-size:14px;}
#content>div.section>div.c-news>div.new-content>ul>li:last-child a{color: #808080;}
/*中心新闻右侧表*/
#content>div.section>div.c-news>div.new-content>div>dl{
  box-sizing: border-box;
  padding-left:20px;
  background: url("../images/icon8.png") no-repeat left center;
  margin-bottom:14px;
}
#content>div.section>div.c-news>div.new-content>div>dl>dt{
  position: relative;
}
#content>div.section>div.c-news>div.new-content>div>dl>dt>span{
  position: absolute;
  top:-10px;
  right:-40px;
  color: #fc6666;
  display: none;
}
#content>div.section>div.c-news>div.new-content>div>dl>dd{
  color: #808080;
}
#content>div.section>div.c-news>div.new-content>div>dl:hover>dt a{color: #015293;}
#content>div.section>div.c-news>div.new-content>div>dl:hover>dt span{display: block}
/*****内容左侧****/
#content>div.section>div.content-left{
  width:282px;
}
/*登录入口*/
#content>div.section>div.content-left>div.register{
  width: 280px;
  height: 221px;
  border: solid 1px #c7c7c7;
  margin-bottom:24px;
}
#content>div.section>div.content-left>div.register h2{
  color: #015293;font-size: 16px;
  text-align: center;
  margin:18px 0 16px 0;
}
#content>div.section>div.content-left>div.register div label{
  float: right;
  height:34px;
  line-height:34px;
}
#content>div.section>div.content-left>div.register input{
  width: 190px;
  height: 34px;
  border-radius: 2px;
  border: solid 1px #cccccc;
  float: right;
  margin:0 15px 10px 11px;
}
#content>div.section>div.content-left>div.register>div.input{margin-right:15px;}
#content>div.section>div.content-left>div.register>div.input>a{
  float: right;
  width: 90px;
  height: 34px;
  line-height: 34px;
  background-color: #015293;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  margin-left:10px;
}
#content>div.section>div.content-left>div.register>a{
  font-size: 12px;
  float: right;
  padding:13px 15px 13px;
}
/*证书查询*/
#content>div.section>div.content-left>div.search{
  width: 280px;
  height: 205px;
  border: solid 1px #c7c7c7;
  margin-bottom:24px;
}
#content>div.section>div.content-left>div.search h2{
  color: #015293;font-size: 16px;
  text-align: center;
  margin:18px 0 16px 0;
}
#content>div.section>div.content-left>div.search div label{
  float: right;
  height:34px;
  line-height:34px;
}
#content>div.section>div.content-left>div.search input{
  width: 175px;
  height: 34px;
  border-radius: 2px;
  border: solid 1px #cccccc;
  float: right;
  margin:0 15px 10px 11px;
}
#content>div.section>div.content-left>div.search>div.input{margin-right:15px;}
#content>div.section>div.content-left>div.search>div.input>a{
  float: right;
  width: 175px;
  height: 34px;
  line-height: 34px;
  background-color: #015293;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  margin-left:10px;
}
#content>div.section>div.content-left>div.search>a{
  font-size: 12px;
  float: right;
  padding:13px 15px 13px;
}
/*客户中心*/
#content>div.section>div.content-left>div.client{
  width:280px;
}
#content>div.section>div.content-left>div.client>div.c-head{
  height:34px;
  line-height: 34px;
  padding-bottom:14px;
  border-bottom:1px solid  #b3b3b3;
  margin-bottom:24px;
}
#content>div.section>div.content-left>div.client>div.c-head>a:first-child{
  font-size: 20px;
  padding-bottom:13px;
}
#content>div.section>div.content-left>div.client>div.c-head>a:nth-child(2){
  color: #808080;
  padding-bottom:13px;
}
#content>div.section>div.content-left>div.client>div.c-head>a:hover{
  color: #015293;
  border-bottom:2px solid #015293;
}
#content>div.section>div.content-left>div.client>div.c-list{
  margin-bottom:7px;
}
#content>div.section>div.content-left>div.client>div.c-list dl{
  float: left;
  text-align: center;
  width: 88px;
  background-color: #2880c3;
  box-sizing: border-box;
}
#content>div.section>div.content-left>div.client>div.c-list dt{
  padding:16px 0;
}
#content>div.section>div.content-left>div.client>div.c-list dd{padding-bottom:11px;}
#content>div.section>div.content-left>div.client>div.c-list dd a{
  color:#fff;
}
#content>div.section>div.content-left>div.client>div.c-list dl:nth-child(2){
  margin:0 7px;
}
#content>div.section>div.content-left>div.client-list ul{
  box-sizing: border-box;
  margin-top:31px;
  padding:16px 15px 8px;
  width: 280px;
  border: solid 1px #cccccc;

}
#content>div.section>div.content-left>div.client-list ul li{padding-bottom:7px;list-style:disc;color:#3982d6;margin-left:16px;}

/*内容右侧*/
#content>div.section>div.content-right{
  margin-left:38px;
}
/*认证及评价服务*/
#content>div.section>div.content-right>div.evaluate{padding-bottom:55px;border-bottom:4px solid #015293;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left{width:500px;margin-right:30px;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-head{
  height:34px;
  line-height: 34px;
  padding-bottom:14px;
  border-bottom:1px solid  #b3b3b3;
  margin-bottom:24px;
}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-head>a:first-child{
  font-size: 20px;
  padding-bottom:13px;
}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-head>a:nth-child(2){
  color: #808080;
  padding-bottom:13px;
}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-head>a:hover{
  color: #015293;
  border-bottom:2px solid #015293;
}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left dl{
  float: left;
  text-align: center;
  height:108px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right:6px;
  padding-top:16px;
  color:#fff;
  margin-bottom:10px;
}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left dl a{color:#fff}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 dl dt{margin-bottom:21px;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 dl:first-child{background: #529bd2;width:114px; }
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 dl:nth-child(2){background:  #f79b64;width:114px; }
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 dl:nth-child(3){background:  #43bdda;width:124px; }
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 dl:nth-child(4){background:#3bb999;width:130px; margin-right:0}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 dl:nth-child(4) dd{position: relative;top:-15px;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 dl{
  height:108px;
  width:162px;
  margin-right:7px;
  padding-top:16px;
}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 dl:first-child{background: #55c7e1;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 dl:nth-child(2){background: #46c5a4;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 dl:nth-child(3){background: #faa769;margin-right:0}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 dl dd{padding-top:14px;}
/*认证服务右侧*/
#content>div.section>div.content-right>div.evaluate>div.evaluate-right dt{color: #015293;margin-bottom:8px;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-right dd{width:308px;margin-bottom:4px;}


/*公告通知&行业动态*/
#content>div.section>div.content-right>div.inform>div.inform-list{width:406px;margin:38px 30px 38px 0;}
#content>div.section>div.content-right>div.inform>div.inform-list:nth-child(2){margin-right:0;}
#content>div.section>div.content-right>div.inform>div.inform-list .list-head{
  height:34px;
  line-height: 34px;
  padding-bottom:14px;
  border-bottom:1px solid  #b3b3b3;
  margin-bottom:24px;
}
#content>div.section>div.content-right>div.inform>div.inform-list .list-head>a:first-child{
  font-size: 20px;
  padding-bottom:13px;
}
#content>div.section>div.content-right>div.inform>div.inform-list .list-head>a:nth-child(2){
  color: #808080;
  padding-bottom:13px;
}
#content>div.section>div.content-right>div.inform>div.inform-list .list-head>a:hover{
  color: #015293;
  border-bottom:2px solid #015293;
}
#content>div.section>div.content-right>div.inform>div.inform-list>div.list-main>dl{
  box-sizing: border-box;
  padding-left:20px;
  background: url("../images/icon8.png") no-repeat left center;
  margin-bottom:14px;
}
#content>div.section>div.content-right>div.inform>div.inform-list>div.list-main>dl>dt{
  position: relative;
}
#content>div.section>div.content-right>div.inform>div.inform-list>div.list-main>dl>dt>span{
  position: absolute;
  top:-10px;
  right:-40px;
  color: #fc6666;
  display: none;
}
#content>div.section>div.content-right>div.inform>div.inform-list>div.list-main>dl>dd{
  color: #808080;
}
#content>div.section>div.content-right>div.inform>div.inform-list>div.list-main>dl:hover>dt a{color: #015293;}
#content>div.section>div.content-right>div.inform>div.inform-list>div.list-main>dl:hover>dt span{display: block}

#content>div.section>div.content-right>div.inform>dl{
  box-sizing: border-box;
  padding:15px 12px;
  width: 842px;
  background-color: #e8e9eb;
}
#content>div.section>div.content-right>div.inform>dl dt{font-size: 16px;padding-bottom:13px;}
#content>div.section>div.content-right>div.inform>dl dd{padding-bottom:9px;}

/*客户展示*/
#content>div.section>div.content-right>div.show>div.show-head{
  margin-top:39px;
}
#content>div.section>div.content-right>div.show>div.show-head{
  height:34px;
  line-height: 34px;
  padding-bottom:14px;
  border-bottom:1px solid  #b3b3b3;
  margin-bottom:24px;
}
#content>div.section>div.content-right>div.show>div.show-head>a:first-child{
  font-size: 20px;
  padding-bottom:13px;
}
#content>div.section>div.content-right>div.show>div.show-head>a:nth-child(2){
  color: #808080;
  padding-bottom:13px;
}
#content>div.section>div.content-right>div.show>div.show-head>a:hover{
  color: #015293;
  border-bottom:2px solid #015293;
}
#content>div.section>div.content-right>div.show>div.show-list img{
  border: solid 1px #d1d1d1;
  margin:10px 19px 50px 0;
}
#content>div.section>div.content-right>div.show>div.show-list img:last-child{
 margin-right:0;
}
/*友情链接*/
#content>div.section>div.content-right>div.fs{
  box-sizing: border-box;
  width: 842px;
  background-color: #e9eff5;
  padding:16px 0 0 17px;
}
#content>div.section>div.content-right>div.fs h2{
  color: #015293;
  font-size: 18px;
  margin:11px 0 20px;
}
#content>div.section>div.content-right>div.fs input{
  width: 228px;
  height: 32px;
  background-color: #ffffff;
  border:1px solid  #e0e0e0;
  box-sizing: border-box;
  padding-left:13px;
  padding-right:13px;
  margin-right:43px;
  margin-bottom:24px ;
  background: url("../images/icon10.png") no-repeat 212px center;
}

/*底部*/
#footer{
  margin-top:50px;
  border-top:2px solid #015293;
  text-align: center;
}
#footer .section{
  padding-top:23px;
  padding-left:18px;
  box-sizing: border-box
}
#footer ul{
  text-align: left;
  /*margin-right:150px;*/
  width:50%;
}
#footer .footer-color{color:#eb1b1b;}
#footer .section ul:nth-child(2){  margin:0  }
#footer .section>div{padding-bottom:17px;border-bottom: 2px solid #485d72;}
#footer .section>p{
  height:48px;
  line-height:48px;
  text-align: center;
  color: #666666;
}


/****************详情页--列表***********************************/
#container>div.section>div.banner{
  position: relative;
}
#container>div.section>div.banner>a.arow-left{
  position: absolute;
  top:38px;
  left:0;
}
#container>div.section>div.banner>a.arow-right{
  position: absolute;
  top:38px;
  right:0;
}
#container>div.section>div.banner ul{
  position: absolute;
  bottom:12px;
  left:47%;
}
#container>div.section>div.banner ul li{
  float: left;
  width:10px;
  height:10px;
  border-radius: 50%;
  background: #fff;
  margin-right:8px;
}

/*认证服务*/
#content>div.section>div.c-left>div.approve div{
  color: #015293;
  font-size:16px;
  height:40px;
  line-height: 40px;
  width:220px;
  border-bottom:1px solid #b3b3b3;;
}
#content>div.section>div.c-left>div.approve ul{
  box-sizing: border-box;
  margin-top:15px;
  margin-bottom:20px;
  text-align: center;
  width:220px;
  border: solid 1px #ebebeb;
}
#content>div.section>div.c-left>div.approve li{
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(0deg, #e6e6e6 0%, #fafafa 100%),
  linear-gradient(#2880c3, #2880c3);
}

#content>div.section>div.c-left>div.approve li a:hover{color: #086fbd;}
/*客户中心*/
#content>div.section>div.c-left>div.centre div{
  margin-top:20px;
  color: #015293;
  font-size:16px;
  height:40px;
  line-height: 40px;
  width:220px;
  border-bottom:1px solid #b3b3b3;;
}
#content>div.section>div.c-left>div.centre ul{
  box-sizing: border-box;
  margin-top:15px;
  width:220px;
}
#content>div.section>div.c-left>div.centre li{
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  margin-bottom:4px;
}
#content>div.section>div.c-left>div.centre li img{
  float: left;
  margin:7px 21px 0 28px;
}
#content>div.section>div.c-left>div.centre li a:hover{color: #086fbd;}
/*产品认证*/
#content>div.section>div.c-right{margin-left: 50px;width:891px;box-sizing: border-box;}
#content>div.section>div.c-right>div.right-title{margin-bottom: 20px;}
#content>div.section>div.c-right>div.right-title dl{
  height:39px;
  line-height: 40px;
  border-bottom:1px solid  #b3b3b3;
}
#content>div.section>div.c-right>div.right-title dl dt img{
  margin:9px 12px 0 0 ;
}

#content>div.section>div.c-right>div.right-title dl dd{float: right;}
#content>div.section>div.c-right>div.right-title dl dd a{color: #808080;}
#content>div.section>div.c-right>div.right-title dl dd span{color: #808080;}
#content>div.section>div.c-right>div.right-title dl dd.title-color a{color:#086fbd;}
/*右边列表*/
#content>div.section>div.c-right>div.right-list li {
  height:60px;
  line-height: 60px;
  border-bottom:1px dotted #e0e0e0;
  /*position: absolute;*/
}
#content>div.section>div.c-right>div.right-list ul li{
  position:relative;

}
#content>div.section>div.c-right>div.right-list li span a{color: #999999;}
#content>div.section>div.c-right>div.right-list li p a:hover{color: #086fbd;}
#content>div.section>div.c-right>div.right-list li>div{
  position:absolute;
  top:-10px;
  right:689px;
  color: #fc6666;
  font-size: 12px;
}
/*页码*/
/*#content>div.section>div.c-right>div.right-page{}*/
#content>div.section>div.c-right>div.right-page ul{width:400px; margin:41px auto}
#content>div.section>div.c-right>div.right-page li{float: left; height:12px;line-height: 12px;margin-right:20px;}
#content>div.section>div.c-right>div.right-page li a{color:#666;}
#content>div.section>div.c-right>div.right-page li a:hover{color: #086fbd;}

/*********************新闻---图片新闻*************************/
#content>div.section>div.imgnew{
  margin-left:0;
  width:100%;
}
#content>div.section>div.imgnew .imgnew-content{
  width:840px;
  text-align: center;
}
#content>div.section>div.imgnew .imgnew-content h1{
  font-size: 28px;
  margin-bottom:19px;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-time{
  margin-bottom:32px;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-time span a{
  display: inline;
  color: #808080;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-time span:nth-child(2){
  margin:0 50px;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-bimg{
  position: relative;
  margin-bottom:21px;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-bimg ul{
  position: absolute;
  bottom:12px;
  left:47%;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-bimg ul li{
  float: left;
  width:10px;
  height:10px;
  border-radius: 50%;
  background: #fff;
  margin-right:8px;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-bimg a.arow-left{
  position: absolute;
  top:172px;
  left:0;
}
#content>div.section>div.imgnew .imgnew-content div.imgnew-bimg a.arow-right{
  position: absolute;
  top:172px;
  right:0;
}
#content>div.section>div.imgnew .imgnew-text{
  width:290px;
  margin:115px 0 0 27px;
}
#content>div.section>div.imgnew .imgnew-text p{
  font-size: 15px;
  line-height: 30px;
}
#content>div.section>div.imgnew .imgnew-text p span{color: #666666;}
#content>div.section>div.imgnew .imgnew-text p span:first-child{  color:#eb1b1b;  }
#content>div.section>div.imgnew div.lunbo a{
  display: inline;
  margin-right:15px;
}

#content>div.section>div.imgnew div.lunbo a:last-child{margin:0}


/*国建联信认证中心子网站*/
/*头部*/
.header{
  margin: 12px 0;
}
.header input{
  width: 245px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 2px 0 0 2px;
  border: solid 1px #d9d9d9;
  margin-top: 25px;
  padding-left: 10px;
}
.header button{
  margin-top: 25px;
}
.header button{
  width: 40px;
  height: 38px;
  background-color: #347247;
  border-radius: 0 2px 2px 0;
}
/*导航栏*/
.nav{
  height: 50px;
  background-color: #347247;
}
.nav li{
  float: left;
}
.nav li a{
  display: block;
  width: 171px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.drop-down{
  position: relative;
}
.drop-down-content{
  display: none;
  position: absolute;
}
.drop-down-content li a{
  width: 140px;
  height: 40px;
  line-height:40px;
  color: #333333;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  position: relative;
  left:12px;
}
.drop-down-content li:hover a {
  color: #347235;
}
.nav .drop-down:hover .drop-down-content {
  display: block;
}
/*内容*/
.top_content{
  height: 362px;
  margin-top: 40px;
}
.left_side{
  box-sizing: border-box;
  width: 820px;
  height: 322px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 31, 44, 0.15);
  border: solid 1px #ebebeb;
}
.left_side ul{
  margin: 10px 30px 10px 10px;
}
.left_side li{
  width: 300px;
  height: 56px;
  line-height:56px;
  background-color: #347247;
  margin-bottom: 6px;
}
.left_side li a{
  font-size: 16px;
  color: #ffffff;
}
.left_side li a.sv_1{
  background: url(../images/sv_1.png) no-repeat 25px;
}
.left_side li a.sv_1:hover{
  background:#fff url(../images/sv_1_on.png) no-repeat 25px;
  border-left:1px solid #347247;
  color: #333333;
}
.left_side li a.sv_2{
  background: url(../images/sv_2.png) no-repeat 25px;
}
.left_side li a.sv_2:hover{
  background:#fff url(../images/sv_2_on.png) no-repeat 25px;
  border-left:1px solid #347247;
  color: #333333;
}
.left_side li a.sv_3{
  background: url(../images/sv_3.png) no-repeat 25px;
}
.left_side li a.sv_3:hover{
  background:#fff url(../images/sv_3_on.png) no-repeat 25px;
  border-left:1px solid #347247;
  color: #333333;
}
.left_side li a.sv_4{
  background: url(../images/sv_4.png) no-repeat 25px;
}
.left_side li a.sv_4:hover{
  background:#fff url(../images/sv_4_on.png) no-repeat 25px;
  border-left:1px solid #347247;
  color: #333333;
}
.left_side li a.sv_5{
  background: url(../images/sv_5.png) no-repeat 25px;
}
.left_side li a.sv_5:hover{
  background:#fff url(../images/sv_5_on.png) no-repeat 25px;
  border-left:1px solid #347247;
  color: #333333;
}
.left_side li span{
  margin-left:80px;
}
.left_side_r .p1{
  font-size: 20px;
  font-weight: bold;
  color: #347247;
  margin-top: 10px;
  margin-bottom: 30px;
}
.left_side_r .p2{
  width: 470px;
  height: 225px;
  color: #333333;
  overflow: hidden;
}
.left_side_r a{
  text-align: right;
  color: #ef9341;
  margin-right: 10px;
}
.right_side{
  width: 350px;
  height: 322px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 31, 44, 0.15);
  border: solid 1px #ebebeb;
  margin-left: 30px;
}
.right_side ul{
  float: left;
  margin-top: 20px;
}
.right_side ul li{
  overflow: hidden;
  width: 330px;
  box-sizing: border-box;
  padding:0 15px;
  background: url("../images/x_orang.png") no-repeat left;
  margin-left: 15px;
  margin-bottom:15px;
}
.right_side ul li a{
  color: #4d4d4d;
}
.right_side ul li a:hover{
  color: #ef9341;
}
.right_side ul li span{
  color: #999999;
}
.title{
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background-color: #f5fbfc;
  border-bottom: 1px solid#ebebeb;
  padding-left: 20px;
}
.title > div.fl h2{
  font-size: 16px;
  color: #333333;
}
.title > div.fl h2 span{
  border-left:2px solid #347235;
  padding-left: 10px;
}
.title > div.fr a{
  color: #ef9341;
  padding-right:15px;
}
.center{
  height: 292px;
}
.center .center_lf,.center .center_ct{
  width: 395px;
  height: 262px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 31, 44, 0.15);
  border: solid 1px #ebebeb;
}
.center .center_lf ul li{
  overflow: hidden;
  width: 330px;
  box-sizing: border-box;
  padding-left: 16px;
  background: url("../images/x_green.png") no-repeat left;
  margin:15px 0 15px 20px;
}
.center .center_lf li a:hover{
  color: #ef9341;
}
.center .center_ct{
  margin-left: 30px;
}
.center .center_rt{
  width: 350px;
  height: 262px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 31, 44, 0.15);
  border: solid 1px #ebebeb;
  margin-left: 30px;
}
.center_ct ul{
  float: left;
  margin-top: 20px;
}
.center_ct ul li{
  overflow: hidden;
  width: 375px;
  box-sizing: border-box;
  padding:0 15px;
  background: url("../images/x_orang.png") no-repeat left;
  margin-left: 15px;
  margin-bottom:15px;
}
.center_ct ul li a{
  color: #4d4d4d;
}
.center_ct ul li a:hover{
  color: #ef9341;
}
.center_ct ul li span{
  color: #999999;
}
.search_c{
  margin-left:20px;
}
.search_c .search_fl{
  display: inline-block;
  color: #333333;
  margin: 15px 0;
}
.search_c .search_fl div.fl{
  margin-right: 15px;
}
.search_c .search_fl label{
  margin-left: 10px;
}
/*.search_c .search_fl input{*/
  /*width: 14px;*/
  /*height: 14px;*/
  /*position: relative;*/
  /*top: 2px;*/
/*}*/
.search_c .search_content label{
  float: right;
  height:40px;
  line-height:40px;
}
.search_c .search_content input{
  width: 225px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #d6d6d6;
  float: right;
  margin:0 15px 10px 10px;
  padding-left: 15px;
}
.search_c>div.input{
  margin-right:15px;
}
.search_c>div.input>a{
  float: right;
  width: 240px;
  height: 40px;
  line-height:40px;
  background-color: #347247;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
}
.bottom{
  height: 412px;
}
.bottom .bottom_lt_t,.bottom .bottom_lt_b,.bottom .bottom_rt,.link{
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 31, 44, 0.15);
  border: solid 1px #ebebeb;
}
.bottom .bottom_lt_t{
  width: 820px;
  height: 165px;
}
.bottom .bottom_lt_t dl{
  margin-top: 20px;
  margin-left: 20px;
}
.bottom .bottom_lt_t dl dd{
  padding-bottom: 10px;
}
.bottom .bottom_lt_b{
  width: 820px;
  height: 185px;
  margin-top: 30px;
}
.bottom .bottom_rt{
  width: 350px;
  height: 382px;
  margin-left: 30px;
}
.bottom .bottom_rt ul{
  margin-top: 20px;
}
.bottom .bottom_rt li{
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.bottom .bottom_rt li a{
  color: #4d4d4d;
  text-align: center;
}
.bottom .bottom_rt li a:last-child{
  margin-top: 15px;
}
.bottom .bottom_lt_b .list{
  padding: 20px;
}
.bottom .bottom_lt_b .list a{
  float: left;
  margin-right:19px;
}
.bottom .bottom_lt_b .list a.last_a,.link .link_a a.last_a{
  margin-right:0;
}
.link{
  width: 1200px;
  height: 142px;
}
.link .link_a{
  margin-top: 18px;
  margin-left: 20px;
}
.link .link_a a{
  float: left;
  margin-right: 9px;
}