﻿@charset "UTF-8";

body{
	background-color: #F8F9FA;
	
}


h2{
	font-family: MicrosoftYaHei;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	color: #333333;
	padding: 45px 0 55px 0;
	text-align: center;
}
/********/
.local{
	position: absolute;
	top:140px;
	left: 50%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	z-index: 999;
}
.local span{
	margin-right: 10px;
}
.content{
	width: 100%;
	box-sizing: border-box;
	background: #f8f9fa;
}
.content-center{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.white{
	background-color: #fff;
}
.head-top,.nav,.content,.footer{
	width: 100%;
	box-sizing: border-box;
}
.head{
	position: relative;
	top:0;
	left: 0;
	z-index: 998;
	width: 100%;
}

/*header*/
.head-top{
	height: 41px;
	line-height: 41px;
	background-color: #F1F1F1;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.news-scoll{
}
.news-scoll img{
	display: inline;
	vertical-align: middle;
}
.win-gb{
	position: relative;
	width: 23px;
	margin-left: 25px;
	margin-right: 9px;
}
.gb{
	width: 23px;
}
.gbh{
	position: absolute;
	top:9px;
	left: 0px;
	z-index: 6;
}
#scoll{
	height: 24px;
	margin-top: 10px;
	overflow: hidden;
}
#scoll ul li{
	height: 24px;
	line-height: 24px;
}
#scoll a{
	color: #666666;
}
#scoll a:hover{
	color: #ff7800;
}
.wb{
	margin-left: 57px;
	margin-right: 17px;
}
.wb img,.wx img,.tel img{
	margin-right: 5px;
}
.wb,.wx{
	position: relative;
	height:41px;
	cursor: pointer;
}
.wb img:first-child,.wx img:first-child{
	position: absolute;
	z-index: 10;
	display: none;
	top:30px;
}
.wb:hover img:first-child,.wx:hover img:first-child{
	display: block;
}
.tel{
	margin-left: 80px;
	position:relative;
}
#tel{
	position: absolute;
	left: 0;
	top:13px;
	z-index: 6;
}
.tel span:nth-child(3){
	color: #f01b1b;
/*	margin-right: 20px;*/
}
.tel span:nth-child(4){
	color: #f01b1b;
	margin-right: 20px
}

/*导航*/
.nav{
	height: 60px;
	background-color: #343a40;
}
.nav .content-center{
	overflow: visible;
}
.logo{

	height: 40px;
	margin-top: 5px;
}
.logo h1{
	font-size: 0;
}
.logo img{
	max-width: 100%;
	height: 50px;
}
.nav-list{
	font-size: 0px;
}
.nav-list>li{
	float: left;
	width: 112px;
}
.nav-list>li:nth-child(3){
	position: relative;
	
}
.nav-list>li:nth-child(3):hover .er-ul{
	display: block;
}
.nav-list>li:last-child:hover .er-ul{
	display: block;
}
.er-ul>li{
	height: 70px;
}
.er-ul>li>a{
	line-height: 70px;
}
.er-ul{
	position: absolute;
	top:60px;
	left: 0px;
	z-index: 22;
	background: #343a40;
	display: none;
	width: 112px;
}

.er-ul>li:first-child:after{
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	margin-left: 18px;
}

.er-ul>li:first-child:hover .sjx-ul{
	display: block;
}
.er-ul .sjx-ul,.er-ul .jc-ul{
	position: absolute;
	top: 0;
	left: 114px;
	background: #a7d6f2;
	padding: 20px;
    color: #0072ff;
    background: #fff;
    display: none;
    box-shadow: 3px 3px 25px 2px #d7dde1;
}
.er-ul .sjx-ul a{
	color: #333333;
	font-size: 16px;
	line-height: 32px;	
	text-align: left;
}
.er-ul .sjx-ul a:hover{
	color: #0072ff;
}


/*sanji*/
.er-ul .jc-ul{
	width: 700px;
	height: 250px;
}
.er-ul>li:last-child:hover .jc-ul{
	display: block;
}
.jc-ul>li{
	float: left;
	margin-right: 15px;
}
.jc-ul>li:last-child{
	margin-right: none;
}
.jc-ul>li h6{
	text-align: left;
	margin-bottom: 12px;
	font-size: 14px;
}
.jc-ul>li:first-child{
	margin-right: 25px;
}
.jc-ul>li a{
	display: block;
	line-height: 32px;
	text-align: left;
	width: auto;
}
.jc-ul>li a:hover{
	color: #0072ff;
}

.jc-ul>li a span{
	margin-left: 10px;
}
.er-ul .jc-ul a{
	color: #333333;
	font-size: 14px;
}





.nav-list a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #f5f5f5;
	width: 112px;
	display: block;
	text-align: center;
}
.nav-list a:hover{
	color: orange;
}
/*footer*/
.footer{
	color: #fff;
	background-color: #343a40;
	padding-bottom: 20px;
}
.footer a{
	color:#fff;
}
.footer-content{
	padding-top: 20px;
	border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.footer-logo{
	margin-top: 37px;
}

.footer-others{
	margin-left: 72px;
	margin-top: 15px;
}
.footer-others .about-serve{
	margin-right: 47px;
}
.about-serve a:hover{
  color: #0e86ff;
}
.about-serve h6{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
}
.about-serve ul{
	margin-top: 21px;
	padding-bottom: 28px;
}
.about-serve ul li{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
}
.about-serve ul li a{
	color: #e6f0f2;
}
.about-local{
	border-left:1px solid #bfbfbf;
	margin-top: 10px;
	padding: 10px 0 25px 25px;
}
.about-local p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #e6f0f2;
}
.about-local p:nth-child(2){
	margin-top: 15px;
}
.pleft{
	padding-left: 15px;
	padding-bottom: 15px;
}
.p-content,.copy-right a,.p-content a{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.p-content a{
	margin-right: 15px;
}
.mleft{
	margin-left: 65px;
}
.mtop{
	margin-top: 20px;
}
.copy-right{
	text-align: center;
	margin: 22px 0 70px 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	color: #999999;
}
.copy-right a{
	text-align: center;
	margin: 22px 0 70px 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	color: #999999;
}
.copy-right a:hover{
	color: #fff;
	text-decoration: underline;
}
.ba
.p-content a:hover{
	color: #fff;
	text-decoration: underline;
}
.banner,.secd-banner,.project-banner,.critique-banner,.pdg{
	margin-top: 20px;
}

/*商务通*/
/*win-center*/
.discount{
  width: 500px;
  height: 379px;
  background: url(../images/tg.png) no-repeat top;
  background-size: cover;
  position:fixed;
  top:20%;
  left:50%;
  margin-left:-250px;
  z-index: 999;
  display: none;
}
.win-center{
  width: 500px;
  height: 379px;
  background: url(../images/tc.png) no-repeat top;
  background-size: cover;
  position:fixed;
  top:20%;
  left:50%;
  margin-left:-250px;
  z-index: 999;
  display: none;
}
.tel-input{
  width: 450px;
  height: 56px;
  border: 1px solid #707070;
  border-radius: 25px;
  position: absolute;
  left: 25px;
  top:150px
}
.tel-input img{
  vertical-align: middle;
  width: 50px;
  margin-left: 20px;
  display: inline-block;
}
.tel-input input{
  outline: none;
  border: none;
  height: 55px;
  margin-left: 10px;
  font-size: 20px;
  width: 230px;
}
.tel-input button{
  outline: none;
  border: none;
  background: #ee7317;
  height: 56px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  width: 140px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.win-center-left{
  width: 250px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 25px;
  font-family: MicrosoftYaHei;
  line-height: 100px;
  cursor: pointer;
}
.win-center-left img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 80px;
  margin-right: 10px;
}
.win-center-right{
  width: 250px;
  height: 95px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 25px;
  font-family: MicrosoftYaHei;
  line-height: 100px;
  cursor: pointer;
}
.win-center-right img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  width: 80px;
  margin-right: 10px;
}
.close{
  position: absolute;
  top:5px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
/*win-bottom*/
.win-bottom{
  height: 80px;
  width: 100%;
  background:#136ab4;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding-top: 8px;
  font-size: 0;
}
.win-bottom a{
  width: 130px;
  height: 75px;
  line-height: 5px;
  display: inline-block;
  background: url(../images/sx.jpg)no-repeat center right;
}
.win-bottom a img{
  width: 80px;
  margin: 0 auto;
}
.win-bottom a:nth-child(5){
  width: 190px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  background: yellow;
  background: url(../images/sx.jpg)no-repeat center right;
  position: relative;
}
.win-bottom a:nth-child(5) img{
  
  width: 55px;
  margin-left: 15px;
}
.nmzx{
  position: absolute;
  top:32px;
  left: 85px;
}

.bottom{
  width: 500px;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 145px;
}
.bottom-tel-input{
  width: 250px;
  height: 56px;
  background: #fff;
  border-radius: 25px;
  display: inline-block;
  line-height: 56px;
  float:left;
  /*position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 165px;*/
  
}
.bottom-tel-input img{
  vertical-align: middle;
  width: 30px;
  margin-left: 5px;
  display: inline-block;
}
.bottom-tel-input input{
  outline: none;
  border: none;
  height: 56px;
  margin-left: 5px;
  font-size: 16px;
  width: 125px;
}
.bottom-tel-input button{
  outline: none;
  border: none;
  background: #ee7317;
  height: 56px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  width: 85px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.bottom-tel-input:after{
  content: '400-025-1120';
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 100px;
}
.bottom span{
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
}
/*win-right*/
.win-right{
  position: fixed;
  right: 10px;
  top:70%;
  height: 70px;
  border-radius: 70px;
  z-index: 99;
  cursor:pointer;
}
.right-zx{
  width: 70px;
  height: 70px;
  background: url(../images/ej.png) no-repeat center;
  border-radius: 70px;
  background-size: cover;
  z-index: 101;
  position: absolute;
  right: 0;
  top:0;
}
.right-txt{
  background: #136ab4;
  width: 300px;
  z-index: 100;
  position: absolute;
  right: 0;
  top:0;
  border-radius: 70px;
  height: 70px;
  display: none;
}
.right-zx:hover+.right-txt{
  display: block;
}
.right-txt:hover{
  display: block;
  cursor:pointer;
}
.right-txt p{
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-top: 8px;
  margin-left: 30px;
  
}

.hb{
	width: 180px;
	height:180px;
	position: fixed;
	z-index: 999;
	bottom: 300px;
	right: 30px;
	cursor: pointer;
}


.hb img{
width: 180px;
	height:180px;
}

/*地域*/
.navs .city{ 
    width: 60px;
    height: 70px; 
     position: relative;
}
.navs .city .value{ 
    height: 70px;
    position: relative;
    z-index: 2; 
    
}
.navs .akarea{
	width:100px;
    text-align: right;
	height:80px;
	position: absolute;
    color: red;
    line-height: 60px;
    left: 0;
    top: 0;
    padding-right: 15px;
    cursor: pointer;
    font-size: 15px;
}
.navs .akarea a{
	color:#ffffff;
    font-size: 18px;
}
.navs .city .akarea:after {
	content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-top: #999 6px solid;
    margin: auto;
    right: 0;
    top: -20px;
    bottom: 0;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
}
.navs .city:hover .akarea:after{ 
	transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
}

.navs .panel{ position:absolute; left:50px; top:50px; border:#e1dedf 1px solid; width:430px; background:#fff; box-shadow:rgba(0,0,0,.1) 1px 4px 10px 3px; display:none; z-index:999999;}
.navs .panel .hot{ padding:10px 0; border-bottom:#e1dedf 1px solid; background:#fafafa; }
.navs .panel .hot span{ display:block; font-size:#333; font-weight:bold; font-size:14px; line-height:20px; margin-left:15px; }
.navs .panel .hot p{ overflow:hidden; padding-top:10px; margin-left:15px; }
.navs .panel .hot a{ float:left; line-height:20px; font-size:14px; color:#fe5a00; margin-right:18px; }
.navs .panel .hot a:last-child{ margin-right:0; }
.navs .panel .tab .tab-head{ margin-left:17px; overflow:hidden; padding-top:16px; }
.navs .panel .tab .tab-head li{ float:left; font-size:14px; color:#333; margin-right:40px; line-height:20px; cursor:pointer; }
.navs .panel .tab .tab-head li.active,.navs .panel .tab .tab-head li:hover{ color:#fe5a00; }
.navs .panel .tab .tab-head li:last-child{ margin-right:0; }
.navs .panel .tab .tab-body li{ display:none; }
.navs .panel .tab .tab-body li.active{ display:block; }
.navs .panel .tab .clickTab{ margin-left:17px; overflow:hidden; padding-top:16px; }
.navs .panel .tab .clickTab li{ float:left; font-size:14px; color:#333; margin-right:40px; line-height:20px; cursor:pointer; }
.navs .panel .tab .clickTab li.cur,.navs .panel .tab .clickTab li:hover{ color:#fe5a00; }
.navs .panel .tab .clickTab li:last-child{ margin-right:0; }
.navs .panel .tab .textTab li{ display:none; }
.navs .panel .tab .textTab li.cur{ display:block; }

.navs .city:hover .panel{ display:block; }
/*地域*/

.tab_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 20px;
}

.tab_content li {
  width: 23.5%;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding:10px 2px;
}

.tab_content li:hover {
  box-shadow: 0 4px 8px #ededed;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all .5s;
  transition: all .5s;
  box-shadow: 0 4px 8px #ededed
}

.tab_content li a {
  display: block;
  color: #333;
    text-decoration: none;
}

.tab_content li img {
  width: 100%;
  height: 185px
}

.tab_content li p {
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #999
}

.tab_content li p span:nth-of-type(2) {
  float: right
}

.tab_content li p span:nth-of-type(2) b {
  color: #ff4e00
}

.tab_content li p span:nth-of-type(2) em {
  color: #ff4e00;
  font-weight: 700
}

.tab_content li p:nth-of-type(2) {
  color: #999
}

.tab_content li p:nth-of-type(2) b {
  color: #ff4e00
}

.tab_content li p:nth-of-type(2) span {
  float: right
}

.tab_content li p:nth-of-type(2) span em {
  color: #ff4e00;
  font-weight: 700
}

.tab_content li h3 {
  text-align: center;
  font-weight: 400;
  height: 35px;
  line-height: 35px
}

.tab_content li.mar03 {
  margin: 0
}
.tab_content .price {
    color: #ff4341;
    font-size: 14px;
    align-items: flex-end;
    line-height: initial;
    padding-right: 15px;
    position: relative;
}
.hzhb {
  margin-top: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px
}

.hzhb .hz_tab:after,.hzhb .tab:after {
  clear: both;
  display: block;
  content: ''
}

.hzhb .hz_tab ul,.hzhb .tab ul {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  position: relative
}

.hzhb .hz_tab ul:after,.hzhb .tab ul:after {
  clear: both;
  display: block;
  content: ''
}

.hzhb .hz_tab ul li,.hzhb .tab ul li {
  float: left;
  font-size: 14px;
  margin-right: 9px;
  line-height: 32px;
  cursor: pointer;
  padding: 0 5px
}

.hzhb .hz_tab ul li.on,.hzhb .tab ul li.on {
  border-bottom: 2px solid #2e94e4
}

.hzhb .hz_tab ul li.color,.hzhb .tab ul li.color {
  color: #2e94e4
}

.hzhb .hz_tab ul li:last-child,.hzhb .tab ul li:last-child {
  margin: 0
}

.hzhb .content,.hzhb .hz_content {
  width: 100%
}

.hzhb .content:after,.hzhb .hz_content:after {
  clear: both;
  display: block;
  content: ''
}

.hzhb .content .a_1,.hzhb .hz_content .a_1 {
  padding-top: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.hzhb .content .a_1 li a,.hzhb .hz_content .a_1 li a {
  margin-right: 15px;
  line-height: 24px;
  color: #999;
  font-size: 12px
}