/**********************首页***************************/

body{
  background: #f5f5f5;
  position:relative ;
}
body>img{
  position: absolute;
  top:256px;
  right:0;
}
body a.x{
  position: absolute;
  top:264px;
  right:36px;
  z-index: 999;
}
body a.x-1{
  position: absolute;
  top:264px;
  right:10px;
  z-index: 999;
}
body a.banner1{
  position: fixed;
  top:50%;
  right:20px;
  z-index: 100;
}
body a.banner2{
  position:fixed;
  bottom:20%;
  right:20px;
  z-index: 100;
}
    body a.banner3 {
        position: fixed;
        bottom: 45%;
        right: 20px;
        z-index: 100;
    }

body a.top{
  position: fixed;
  bottom:10%;
  right: 45px;
  z-index: 100;
  background: #e3e4e6;
}
/*背景图*/
#container{
  background: url("../images/bj.png") no-repeat;
      min-width: 1200px;
}
/*导航栏*/
#header{
  width:100%;
  height:40px;
  background: #015293;
  min-width:1200px;
}
#header ul{padding-top:13px;}
#header ul li{
  float: left;
  height:15px;
  line-height:15px;
  border-left:1px solid #fff;
  padding:0 10px;

}
#header ul li:first-child{border:none}
#header ul li>a{
  color:#fff;
}
#header .header-item{margin-top:7px;}
#header .header-item input{
  box-sizing: border-box;
  height:26px;
  width:142px;
  border: solid 1px #d9d9d9;
  line-height:26px;
  color:#ccc;
}
/*商标*/
#brand ul li{
  float: left;
  height:40px;
  box-sizing: border-box;
}
#brand img{margin-top:30px;}
#brand ul{margin-top:57px;}
#brand ul li b{
  height:40px;
  border-right:1px solid #fff;
  margin:0 13px;
}
#brand ul li dl{text-align: center}
#brand ul li dl dt{
  font-size: 16px;
  color: #333333;
}
#brand ul li dl dd a{
  color: #388ccc;
  font-size: 13px;
}
/*导航*/
#nav{
  width:100%;
  margin:28px 0 20px 0;
}
#nav ul{
  background:#015293;
  width:1200px;
  height:48px;
}
#nav ul li {
  float: left;
  width:130px;
  height:48px;
  line-height: 48px;
  /*border-right:1px solid #7b8cbd;*/
  text-align:center;
}
#nav ul>li:last-child{border:none;width:160px}
#nav ul li a{
  color:#fff;
  width:129px
}
#nav ul li>b{
  border-right:1px solid #7b8cbd;
  height:24px;
  margin-top:12px;
}
/*导航---动态效果*/
#nav ul>li:hover{
  background:#4599d9;
}
#nav .ul-item{
  position: relative;
}
#nav .ul-item .item-list{
  position: absolute;
  top:48px;
  left:0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  background: #fff;
  display: none;
  z-index: 100;
}
#nav .ul-item .item-list dd{
  height:36px;
  line-height:36px
}
#nav .ul-item .item-list dd a{
  color: #333333;
  display:block;
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#nav .ul-item:hover>.item-list{
  display: block;
}
#nav .ul-item:hover>.item-list dd:hover{
  background:#4599d9;
}
#nav .ul-item:hover>.item-list>dd:hover>a{
  color:#fff;
  display:block;
}

/*内容*/
#content>div.section{
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  padding:21px 18px 0 18px;
  min-height:450px;
}
#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;
  
  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;
}
.list-head li
{float:left;
 font-size:20px;
 margin-right:20px;
 padding-bottom:13px;
    overflow:hidden;}
#content>div.section>div.c-news>div.new-content>ul>li.on,
.list-head li.on,
.list-head li:hover{  border-bottom:2px solid  #015293;  }
#content>div.section>div.c-news>div.new-content>ul>li:hover a,
.list-head 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:22px;
  width:842px;
}
/*认证及评价服务*/
#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 .child1{background: #529bd2;width:114px; }
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 .child2{background:  #f79b64;width:114px; }
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 .child3{background:  #43bdda;width:124px; }
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 .child4{background:#3bb999;width:130px; margin-right:0}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-1 .child4 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 .child5{background: #55c7e1;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 .child6{background: #46c5a4;}
#content>div.section>div.content-right>div.evaluate>div.evaluate-left>div.e-list-2 .child7{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 30px 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 select{
  width: 228px;
  height: 22px;
  background-color: #ffffff;
  border:1px solid  #e0e0e0;
  box-sizing: border-box;
  padding-left:13px;
  padding-right:13px;
  margin-right:43px;
  margin-bottom:24px ;
}

/*底部*/
#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{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 p.fl {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#content > div.section > div.c-right > div.right-list li p.fl a {
   display:block;
   width: 98%;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
#content > div.section > div.c-right > div.right-list li p.fr {
    width: 25%;
}
#content > div.section > div.c-right > div.right-list li p.fr span.fr {
   display: inline-block;
   width: 80px;
 }
#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}
.piaofu{position: absolute; top:256px;right:0;z-index:800}



/*首页左侧悬浮*/
.inform_lf{
  position: fixed;
  bottom: 0;
  left:0;
  z-index:1000;
}
.inform_lf img{
  width: 48px;
}
.inform_lf .a{
  width: 48px;
  height: 48px;
  line-height:48px;
  background-color: #086fbd;
  box-shadow: 2px 4px 8px 0 rgba(206, 206, 206, 0.27);
  border-radius: 2px 2px 0 0;
  text-align: center;
  display:block;
}
.inform_lf .b{
  width: 48px;
  height: 48px;
  line-height:48px;
  background-color: #1f82cd;
  box-shadow: 2px 4px 8px 0 rgba(206, 206, 206, 0.27);
  border-radius: 0 0 2px 2px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  display:block;
}
.inform_lf .a img{
  width: 25px;
  height: 25px;
}
.inform_lf p{
  width: 280px;
  height: 36px;
  line-height: 36px;
  background-color: #086fbd;
  border-radius: 2px 2px 0 0;
  color: #ffffff;
  padding-left: 10px;
}
.inform_lf div{
  position: relative;
}
.inform_lf div img{
  width: 13px;
  height: 13px;
  background-color: #086fbd;
}
.inform_lf div img.small{
  position: absolute;
  top:-25px;
  right:40px;
}
.inform_lf div img.close{
  position: absolute;
  top:-25px;
  right:15px;
}
.inform_lf .tongzhi{
  width: 290px;
}
.inform_lf .tongzhi
{
    display:block;
  width: 290px;
  height: 310px;
  background: url(../images/tongzhi-img.png);
}
.inform
{
  margin-top:20px;
  display :none;
}
        .tongzhi h2
        {
            padding: 30px 0 20px;
            font-size: 30px;
            color: #fff;
            text-align: center;
        }
        
        .tongzhi .content
        {
            color: #fff;
            padding: 0 10px;
        }
        .tongzhi .content a
        {
            color: #fff;
           
        }