@charset "utf-8";
/*通用*/
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,button,input {
  margin:0px;
  padding:0px;
  font-weight: normal;
  border:none;
  list-style:none;
}
*{
  box-sizing: border-box;
}
input {border:none;}
.fl   {float:left;}
.fr   {float:right;}
.clear:after{
  content: "";
  display: block;
  clear: both;
}
*:focus{
  outline:none;
}
img{
  border: 0px;
  vertical-align: middle;
}
a  {
  color:#666666;
  text-decoration:none;
}
a:hover {
  color: #0092DE;
  text-decoration:none;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
/*header*/
.header{
  width: 100%;
  height: 106px;
}
.header div a{
  display: block;
}
.header>div>div.fl{
  margin-top: 20px;
}
.header div a p:first-child{
  font-size: 28px;
  color: #01448F;
  line-height: 40px;
}
.header div a p:last-child{
  font-size: 16px;
  color: #01448F;
  line-height: 40px;
  letter-spacing: 1px;
}
.header div.fr>p{
  font-size: 19px;
  color: #01448F;
  padding-left: 50px;
  letter-spacing: 2px;
  background: url("../img/phone.png") no-repeat left center;
  margin-top: 16px;
}
.header div.fr>div>span{
  display: inline-block;
  padding-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  color: #9A9A9A;
  font-size: 14px;
  background: url("../img/gxfw.png") no-repeat left center;
}
.header div.fr>div>span:nth-child(2){
  background: url("../img/pzbz.png") no-repeat left center;
}
.header div.fr>div>span:last-child{
	background: url("../img/cpqq.png") no-repeat left center;
}
/*nav*/
.nav{
  width: 100%;
  height: 50px;
  background-color: #0352A4;
}
.nav ul li{
  float: left;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;

}
.nav ul li:hover>a{
  color: #0093dd;
}
.nav ul li>a{
  font-size: 16px;
  color: #ffffff;
}
.sub-nav{
  position: absolute;
  top: 50px;
  z-index: 100;
  width: 170px;
  background-color: #ffffff;
  display: none;
}
.sub-nav a{
  display: block;
  text-align: center;
  line-height: 36px;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.sub-nav a:hover{
  background-color: #0352A4;
  color: #ffffff;
}
/**banner**/
.banner {
  min-width: 1200px;
  height: 500px;
  position: relative;
}
.banner ul li {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  z-index:10;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .cut {
  position: absolute;
  width: 43px;
  height: 75px;
  opacity: 0.3;
  top:50%;
  margin-top: -38px;
  left:50%;
  display: none;
  z-index: 20;
}
.banner:hover .cut {
  display: block;
}
.banner .cut:hover {
  opacity: 0.5;
  cursor: pointer;
}
.banner .indicator {
  position: absolute;
  width: 100%;
  left:0;
  bottom:10px;
  text-align: center;
  z-index: 20;
}
.banner .indicator a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 10px;
}
.banner .indicator a.cur {
  background: #0092DE;
}
/*产品中心*/
.product-center{
  text-align: center;
}
.head{
  margin: 45px 0;
}
.head>h3{
  font-size: 30px;
  color: #333333;
  letter-spacing: 5px;
  text-align: center;
}
.head>h3:before{
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  margin: 18px auto;
  background-color: #0092DE;
}
.head>p{
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.catalog{
  width: 288px;
  height: 581px;
  background-color: #02498E;
  padding: 30px;
}
.catalog>h3{
  font-size: 24px;
  color: #ffffff;
}
.catalog>p{
  color: #ffffff;
  font-weight: bold;
  margin-top: 15px;
}
.catalog ul{
  margin-top: 15px;
}
.catalog ul li{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 40px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.catalog ul li.active{
  background-color: #0092DE;
  border-radius: 40px;
}
.product-list{
  width: 900px;
}
.product-list ul{
  display: none;
}
.product-list ul.active{
  display: block;
}
.product-list ul li{
  float: left;
  width: 288px;
  height: 284px;
  text-align: left;
  margin:0 6px;
  margin-bottom: 12px;
  background-color: #F2F2F2;
  -webkit-box-shadow: 3px 3px 3px #E3E2E2;
  -moz-box-shadow: 3px 3px 3px #E3E2E2;
  box-shadow: 3px 3px 3px #E3E2E2;
}
.product-list ul li a{
  display: block;
}
.product-list ul li a span{
  display: block;
  overflow: hidden;
}
.product-list ul li a span img{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product-list ul li a span img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product-list ul li a h3{
  font-size: 18px;
  color: #333333;
  margin: 5px 0;
  padding-left: 15px;
}
.product-list ul li a p{
  color: #666666;
  padding-left: 15px;
}

/*about us*/
.about-us{
  width: 100%;
  height: 577px;
  padding: 20px 0;
}
.about-show .fl{
  width: 544px;
}
.about-show .fr{
  width: 600px;
}
.about-show .fl h3{
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
}
.about-show .fl p{
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.more{
  display: block;
  width: 160px;
  height: 47px;
  line-height: 47px;
  color: #666666;
  font-size: 16px;
  border: 1px solid #666666;
  border-radius: 47px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.more:hover{
  background-color: #0092DE;
  color: #ffffff;
  border-color: #0092DE;
}
.about-show .fr>div>div{
  width: 300px;
  height: 166px;
  background-color: #1288C5;
  text-align: center;
  position: relative;
}
.about-show .fr>div>span{
  width: 300px;
  height: 166px;
  overflow: hidden;
}
.about-show .fr>div>div>h4{
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 30px;
}
.about-show .fr>div>div>p{
  color: #FFFFFF;
  margin: 15px 0;
}
.icon-more{
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/icon.png") no-repeat center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.icon-more1{
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/icon3.png") no-repeat center;
}
.icon-more:hover{
  background: url("../img/icon_2.png") no-repeat center;
}
.triangle{
  display: block;
  width:0;
  height:0;
  border:10px solid transparent;
  border-left-color:#1288C5;
  position: absolute;
  right: -20px;
  top: 73px;
  z-index: 10;
}
.about-show .fr>div:last-child .triangle{
  border-left-color:transparent;
  border-right-color: #1288C5;
  right: 300px;
}
.about-show .fr>div>span>img{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about-show .fr>div>span>img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*工程案例*/
.case{
  width: 100%;
  height: 727px;
  padding-top: 10px;
  margin-top: 30px;
  background: url("../img/bg-case.jpg") no-repeat center 0;
}
.case-show{
  width: 1200px;
  height: 400px;
  overflow: hidden;
}
.case-show ul li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 20px 55px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0,0.1);
}
.case-show ul li{
  float: left;
  width: 133px;
  height: 400px;
  background: url("../img/case01.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(2){
  background: url("../img/case02.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(3){
  background: url("../img/case03.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(4){
  background: url("../img/case04.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(5){
  background: url("../img/case05.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(6){
  background: url("../img/case06.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(7){
  background: url("../img/case07.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(8){
  background: url("../img/case08.jpg") no-repeat center 0;
}
.case-show ul li:nth-child(9){
  background: url("../img/case09.jpg") no-repeat center 0;
}
.case .more{
  margin: 45px auto;
}

/*背景*/
.background-pic{
  width: 100%;
  height: 375px;
  margin-top: 30px;
  margin-bottom: 50px;
  background: url("../img/bg2.jpg") no-repeat center 0;
}
/*新闻中心*/
.news-center{
  background: url("../img/new_bg.jpg") no-repeat center 0;
}

.new-show .more{
  margin: 0 auto;
}
/**footer**/
.footer{
  width: 100%;
  height: 315px;
  background-color: #545454;
}
.footer-nav{
  background-color: #424242;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.footer-nav a{
  display: inline-block;
  width: 146px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer-nav a:hover{
  background-color: #343434;
}
.foot{
  padding: 50px 0;
}
.foot>div:first-child{
  width: 360px;
  color: #ffffff;
}
.foot>div:first-child>h5{
  font-size: 14px;
}
.foot>div:first-child>h3{
  font-size: 30px;
  margin: 20px 0;
}
.foot>div:first-child>div>a{
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.foot>div:first-child>div>a:first-child{
  background: url("../img/weixin.png") no-repeat center;
}
.foot>div:first-child>div>a:nth-child(2){
  background: url("../img/weibo.png") no-repeat center;
}
.foot>div:first-child>div>a:last-child{
  background: url("../img/qq.png") no-repeat center;
}
.foot>div:nth-child(2){
  width: 600px;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  padding-left: 30px;
}
.foot>div:last-child{
  width: 240px;
  text-align: right;
  padding-top: 10px;
}
.foot>div:last-child p{
  padding-right: 18px;
  margin-top: 10px;
  color: #999999;
}
.foot>div:last-child img{
  width: 107px;
  height: 107px;
}
.footer .container{
  position: relative;
}
.footer .container .border{
  position: absolute;
  top: 72px;
  left: 350px;
  height: 100px;
  border-left: 1px solid #4E4E4E;
  border-right: 1px solid #515151;
}
.footer .container .border:last-child{
  left: 900px;
}
/**************about.html*************/
.bg-about{
  width: 100%;
  height: 466px;
  background: url("../img/bg_about.jpg") no-repeat center 0;
}
.about{
  width: 100%;
  height: 70px;
  box-shadow: 0 1px 15px 0 rgba(0,0,0,0.1);
}
.about-nav a{
  display: inline-block;
  width: 160px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  text-align: center;
}
.live-border{
  display: block;
  width: 150px;
  border: 2px solid #005BA0;
}
.about1{
  padding: 50px 0;
}
.about1 .fl,
.about1 .fr{
  width: 600px;
  height: 820px;
  position: relative;
}
.about1 .addImg{
  float: left;
  margin-top: 30px;
}
.about1 .addImg span{
  display: inline-block;
  margin-right: 16px;
}
.head1{
  color: #008FDB;
  margin-bottom: 20px;
}
.head1 h3{
  font-size: 36px;
  text-transform: uppercase;
}
.head1 h4{
  font-size: 32px;
}
.about1 div div p{
  color: #666;
  line-height: 40px;
  text-indent: 2em;
}
.about1 div div span{
  display: block;
  overflow: hidden;
}
.about1 div div span img{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about1 div div span img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.txt{
  margin: 50px 0;
  padding: 0 20px;
}
.about1 .head1{
  margin-left: 180px;
}
.line{
  display: inline-block;
  width: 150px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 23px;
  left: 0;
}
.line1{
  top: 442px;
  left: 442px;
}
.blue-line{
  display: inline-block;
  height: 40px;
  border-right: 3px solid #01488E;
  position: absolute;
  top: 380px;
  left: 0;
}
.about1 .fr .txt{
  padding-top: 135px;
}
.about2{
  width: 100%;
  height: 640px;
  padding-top: 50px;
  background: url("../img/about_02.jpg") no-repeat center 0;
}
.speech{
  color: #666;
  margin-top: 50px;
}
.speech h2{
  margin: 10px 0 30px;
  font-size: 16px;
}
.speech p{
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 40px;
  font-size: 16px;
}
.about3{
  padding: 50px 0;
}
.about3 ul{
  font-size: 16px;
  color: #666;
  margin: 50px 0 20px 0;
}
.about3 ul li{
  margin: 10px 0;
}
.about3 img{
  display: inline-block;
  margin-right: 20px;
}
.about4{
  width: 100%;
  min-height: 600px;
  padding: 50px 0;
  background: url("../img/about_10_02.jpg");
}
.nav-box{
  margin-top: 50px;
}
.nav-box li{
  float: left;
  width: 157px;
  height: 157px;
  margin: 0 70px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.nav-box li p{
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.icon{
  display: block;
  width: 60px;
  height: 40px;
  margin: 40px auto 0;
}
.icon1{
  background: url("../img/icon1.png") no-repeat center;
}
.icon2{
  background: url("../img/icon2.png") no-repeat center;
}
.icon3{
  background: url("../img/icon3_1.png") no-repeat center;
}
.icon4{
  background: url("../img/icon4.png") no-repeat center;
}
.nav-box li.hover .icon1{
  background: url("../img/icon1_1.png") no-repeat center;
}
.nav-box li.hover .icon2{
  background: url("../img/icon2_2.png") no-repeat center;
}
.nav-box li.hover .icon3{
  background: url("../img/icon3_3.png") no-repeat center;
}
.nav-box li.hover .icon4{
  background: url("../img/icon4_4.png") no-repeat center;
}
.nav-show{
  padding: 20px 100px;
}
.nav-show div{
  display: none;
}
.nav-show div p{
  color: #666;
  line-height: 40px;
}
.nav-show div img{
  display: block;
  margin: 0 auto;
}
.nav-show div.active{
  display: block;
}
/*******new.html********/
.bg-new{
  width: 100%;
  height: 466px;
  background: url("../img/bg_new.jpg") no-repeat center 0;
}
/*icon 更多*/
.icon-more{
  display: block;
  width: 32px;
  height: 32px;
  margin: 30px auto 0 0;
  background: url("../img/icon.png") no-repeat center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.icon-more:hover{
  background: url("../img/icon_2.png") no-repeat center;
}
/*分页*/
.pagination{
  margin: 40px 300px 120px;
  text-align: center;
}
.pagination a{
  display: inline-block;
  padding: 5px 16px;
  margin: 0 5px;
  font-size: 18px;
  color: #666666;
  border: 1px solid #B7BFC6;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.pagination .active{
  color: #fff;
  background-color: #0092DE;
}
.pagination .current{
  color: #fff;
  background-color: #0092DE;
}
.pagination a:hover{
  color: #fff;
  background-color: #0092DE;
}
.pagination li{
	float: left;
}


/******contact.html*****/
.bg-contact{
  width: 100%;
  height: 466px;
  background: url("../img/bg_contact.jpg") no-repeat center 0;
}
.contact{
  margin: 50px 0;
}
.address li{
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.address li h2{
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: bold;
}
.address li p{
  font-size: 16px;
  line-height: 32px;
}
/*******human.html*******/
.bg-human{
  width: 100%;
  height: 464px;
  background: url("../img/bg_human.jpg") no-repeat center 0;
}
.human{
  margin: 50px 0 200px;
  position: relative;
}
.human div div{
  width: 600px;
  height: 422px;
  overflow: hidden;
}
.human div div.fl{
  padding: 100px 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-indent: 2em;
  background-color: #0093DD;
}

.human>img{
  position: absolute;
  bottom: -114px;
  left: 489px;
  z-index: 10;
}
/***seven***/
.seven{
  margin: 40px 0 100px;
}
.seven img{
  width: 1200px;
  height: auto;
}
/******job.html*******/
.job{
  margin: 50px 0 90px;
}
.panel{
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #F6F6F6;
  box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.1);
}
.panel-header{
  width: 1000px;
  border: 1px solid #E9EBED;
  border-bottom: none;
  padding: 10px 20px;
  margin: 0  auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.panel>div:nth-last-child(2){
  border-bottom: 1px solid #E9EBED;
}
.panel-header.active{
  background-color: #005BA0;
}
.panel .panel-header.active span{
  color: #FFFFFF;
}
.panel-header.active span:last-child{
  background: url("../img/job-icon2.png") no-repeat right center;
}
.panel-header>span:first-child{
  float: left;
  font-size: 16px;
  color: #666666;
}
.panel-header>span:last-child{
  float: right;
  margin-top: 5px;
  color: #666666;
  padding-right: 30px;
  background: url("../img/job-icon1.png") no-repeat right center;
}
.panel-body{
  width: 1000px;
  padding: 10px 40px;
  margin: 0 auto;
  display: none;
}
.panel-body.active{
  display: block;
}
.panel-body>ul{
  border-bottom: 1px solid #E9EBED;
  padding-bottom: 10px;
}
.panel-body>ul>li{
  float: left;
  width: 25%;
  padding: 5px 0;
}
.panel-body>h3{
  margin: 30px 0;
}
.panel-body p{
  color: #666666;
  line-height: 26px;
}
.panel-body>div{
  margin: 30px 0;
}
.panel-body>h6{
  color: #666666;
  padding: 30px 0 ;
}
.panel-body>h6{
  color: #005BA0;
}
/*********application.html**********/
.bg-application{
  width: 100%;
  height: 464px;
  background: url("../img/bg_sell.jpg") no-repeat center 0;
}
.product,
.application{
  margin-top: 50px;
}
.product li,
.application li{
  float: left;
  margin: 10px;
}
.product li{
  margin: 7px;
}
.product li a,
.application li a{
  display: block;
}
.product li a:hover div,
.application li a:hover div{
  background-color: #0093DD;
  color: #fff;
  box-shadow: 5px 5px 5px #E0E0E0;
}
.product li a:hover .es{
  color: #d8d8d8;
}
.product li a:hover img,
.application li a:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.product li a span,
.application li a span{
  display: block;
  overflow: hidden;
}
.product li a span.es{
  color: #666;
  font-size: 14px;
}
.product li a div,
.application li a div{
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product li a div{
  line-height: 30px;
}
.product img,
.application img{
  width: 380px;
  height: 200px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product img{
  width: 285px;
  height: 190px;
}
/***product.html****/
.bg-product{
  width: 100%;
  height: 464px;
  background: url("../img/bg_product.jpg") no-repeat center 0;
}
.sort{
  margin-bottom: 40px;
  display: none;
}
.sort.show{
  display: block;
}
.sort a{
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #363636;
  border-radius: 40px;
  margin-right: 30px;
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sort a:hover{
  color: #fff;
  border-color: #fff;
  background-color: #0093DD;
}
.sort a.active{
  color: #fff;
  border-color: #fff;
  background-color: #0093DD;
  margin-bottom: 20px;
}
/**new.html**/
.new{
  margin-top: 40px;
}
.new-list li{
  float: left;
  width: 351px;
  margin: 15px 20px;
}
.new-list li a,
.new-list li a span{
  display: block;
  overflow: hidden;
}
.new-list li a span img{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.new-list li a span img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.new-list li a div{
  margin: 10px 0;
  color: #333;
}
.new-list li a div h3{
  width: 250px;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-list li a p{
  color: #666;
  width: 351px;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-list .icon-more{
  margin-top: 20px;
}
/*----new-show.html----*/
.news-content{
  position: relative;
}
.new-body{
  border: 1px solid #F1F1F1;
  margin-top: 50px;
}
.new-body>h1{
  padding: 20px 0;
  text-align: center;
  font-size: 26px;
  border-bottom: 1px dashed #F1F1F1;
}
.new-body>h5{
  font-size: 12px;
  color: #999;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.new-body>img{
  display: block;
  width: 500px;
  margin: 30px auto;
}
.new-body p{
  font-size: 16px;
  margin-bottom: 30px;
}
/*.new-body>p{*/
  /*text-indent: 2rem;*/
  /*font-size: 16px;*/
  /*color: #666;*/
  /*padding: 0 30px;*/
  /*line-height: 30px;*/
/*}*/
/*.new-body>p:last-child{*/
  /*margin-bottom: 70px;*/
/*}*/
/*.new-body ul{*/
  /*margin: 20px 0 20px 100px;*/
/*}*/
/*.new-body ul li{*/
  /*font-size: 19px;*/
  /*color: #666;*/
  /*line-height: 30px;*/
/*}*/
.new-detail-btn{
  margin-top: 34px;
  margin-bottom: 60px;
}
.new-detail-btn ul li{
  height: 30px;
  color: #666666;
}
.new-detail-btn{
  position: relative;
}
.new-detail-btn>a{
  display: inline-block;
  width: 98px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.new-detail-btn>a:hover{
  color: #ffffff;
  background-color: #0093DD;
}
/****sell.html******/
.bg-sell{
  width: 100%;
  height: 464px;
  background: url("../img/bg_sell1.jpg") no-repeat center 0;
}
.sell p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 40px;
}
.sell img{
  display: block;
  margin: 20px auto;
}
.sale,
.customer{
  width: 100%;
  height: 124px;
}
.sale{
  background: url("../img/sale.jpg") no-repeat center 0;
}
.customer{
  background: url("../img/sell03.jpg") no-repeat center 0;
}
.sale-table>table{
  margin: 40px auto;
}

.concept{
  width: 1200px;
  margin: 40px auto 50px;
  font-size: 16px;
  color: #666;
}
.concept li{
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
}
.concept li i{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
.concept li:first-child i{
  background: url("../img/icons1.png") no-repeat center;
}
.concept li:nth-child(2) i{
  background: url("../img/icons2.png") no-repeat center;
}
.concept li:nth-child(3) i{
  background: url("../img/icons3.png") no-repeat center;
}
.concept li:nth-child(4) i{
  background: url("../img/icons4.png") no-repeat center;
}
.concept li:nth-child(5) i{
  background: url("../img/icons5.png") no-repeat center;
}
.concept li:nth-child(6) i{
  background: url("../img/icons6.png") no-repeat center;
}
.concept li:nth-child(7) i{
  background: url("../img/icons7.png") no-repeat center;
}
.concept li:nth-child(8) i{
  background: url("../img/icons8.png") no-repeat center;
}

/* leftsead */
#leftsead{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:161px;height:60px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#0093dd;height:47px;margin-left:47px;border:1px solid #0093dd;text-align:center;line-height:47px}
#p3{width:112px;background-color:#0093dd;height:47px;margin-left:47px;border:1px solid #0093dd;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
#p4{width:47px;height:49px;float:left}

.D8D8D8{
	background-color: #D8D8D8;
}
.F1F1F1{
	background-color: #F1F1F1;
}
.fff{
	background-color: #fff;
}

.ali{
  background: url("../img/ali.png") no-repeat center;
}
.ali:hover{
  background: url("../img/ali02.png") no-repeat center;
}
