*{margin:0; padding:0; box-sizing:border-box; }
body{background:#ffffff; font-family: "微软雅黑"; }
ul,li{list-style:none; }
em,i,b{ font-style: normal;}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
a{ text-decoration: none;}
em{ font-style:normal ;}
body {
    margin: 0
}
.clear{ clear: both;}
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    color:#343434;background:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.2rem; 
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;padding:0;
    box-sizing: content-box;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:14px/1.5 "Microsoft YaHei",arial,"Hiragino Sans GB",\5b8b\4f53;
}
input,select,textarea {
    font-size:100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align:inherit;
}

/* 去除默认边框 */
fieldset,img {
    border:0;
}

.wrap{width:1240px;margin:0 auto;/*overflow:hidden;*/ position:relative;}
/* banner */
/*nav*/
.bbflogo{ display: block; float: left;padding-left: 20px; box-sizing: border-box;}
.bbflogo img{ max-width: 100%; float: left;}
.n-header{width: 100%; height: 102px; padding: 10px 0; box-sizing: border-box;}
.ygzx{ float: right; padding:0 10px; line-height: 24px;color:#646a73 ;  }
.ygzx a{ background: url(../images/nav-icon4.png) no-repeat center;font-size:12px ; text-decoration: none; margin: 0 10px; text-align: center; color: #fff; height:80px; width: 80px; display: block;padding:15px 10px; box-sizing: border-box; }
.ygzx a:hover{ background: url(../images/nav-icon5.png) no-repeat center;text-decoration:none }
.ygzx span{ margin-right: 10px;} 
.flt{ float: left;}
.frt{ float: right;}

.menu-container {
    width:60%;
    margin: 0 auto;float: left;
    
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 1.8rem;
    padding: 0;
    float: right;
    margin-left: 7px;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #e9e9e9;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 2.14em 3em;
    display: block;color: #454545;
}

.menu > ul > li:hover {
  border-bottom:2px solid #f36e21;
}
.menu > ul > li a:hover {
    
    color:#f36e21;
	
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 2px 0 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 140px;
    left: auto;text-align: center;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;border-bottom: #ddd solid 1px;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
        text-align: right;
    margin-top: -70px;
    }
    .menu > ul > li a:hover {
    color: #fff;
}
    .menu > ul > li:hover {
    border-bottom: none;
}
    .menu-dropdown-icon:before {    font-weight: bold;
        display: block;background: #00509ded;color: #fff;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
            color: #fff;
    border-bottom: #59a5ee solid 1px;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;background: #166db3;padding: 0;
    }
    .menu > ul > li > ul.normal-sub > li {
    width: 100%;
    border-bottom: #59a5ee solid 1px;
}
    
    .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding:15px 40px !important;
    color: #fff;
}
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
            z-index: 9999;
    position: absolute;
    background: #00509df2;
    }
    .menu > ul > li a {
    padding: 15px 25px !important;
}

}

/*banner*/
.n-banner{ width: 100%; float: left;margin-top: -118px;}
.wrapper{position:relative;}

 .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

 .wrapper{ 
display: flex;  
  flex-direction: column;//垂直对齐
}
.swiper-slide{
    flex-shrink: 0; //
}
.n-banner img{ width: 100%;}

.n-caseboxa{ width: 100%; padding: 0; overflow: hidden; height: 610px;}
/*	新闻焦点图
------------------------------------*/
.xwzx-list-con{ width: 620px; float: left;}
.tower_news {
	float:right;
	display:inline;
	width:620px;
	}
.section-focus-pic{
	margin:0 auto 0 auto;
	height:520px;
	width:100%;
	overflow:hidden;
	position:relative;
	}
.section-focus-pic ul li{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:520px;
	}
.section-focus-pic ul li h3{
	
	width:100%;
	font-weight:normal;
	color:#333;height: 76px;
	background: #fff;
	font-size: 14px; text-align: left;
	}
.section-focus-pic ul li h3 a{font-size: 16px; display: block; line-height: 75px;position: relative; padding-left: 30px; box-sizing: border-box; text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;}
.section-focus-pic ul li h3 a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 38px;
    width: 3px;
    height: 30px;
    margin-left: 17px;
    background-color: #52c3f1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-focus-pic .pages{
	width:100%;
	height:445px;
	}
	.section-focus-pic .pages img{ max-width: 100%;height: auto;}
.section-focus-pic .controler{
	position:absolute;
	bottom:90px;
	right:20px;
	}
.section-focus-pic .controler b{
	cursor:pointer;
	width:10px;
	height:10px;
	display:block;
	overflow:hidden;
	text-indent:20px;
	background: url(../images/icon.png) no-repeat -30px -194px;
	float:left;
	margin:0 0 0 12px;
	}
.section-focus-pic .controler b.down{
	background-position:-17px -194px;
	}
.section-focus-pic .controler2 a{
	display:block;
	 width:40px;
	 position:absolute;
	 top:0px;
	 height:40px;
	 }
.section-focus-pic .controler2 .prev{ left: 0; }
.section-focus-pic .controler2 .next { right: 0;} 
.section-focus-pic .controler2 .prev i{ background-position:-10px -121px;}
.section-focus-pic .controler2 .next i{ background-position:-50px -121px;}
.section-focus-pic .controler2 a i{
	cursor:pointer;
	display:block;
	width:40px;
	height:40px; 
	background:url(../images/icon.png) no-repeat;
	}

.section-focus-pic .controler2{position: absolute;
bottom: 60px;
width: 15%;
right: 0;}
    
.xwzx-img{ width:50%; float: left; background: url(../images/con-bg.jpg) no-repeat center; }
/*新闻列表*/
.xwzx-list{ width: 50%; float: right;}
dl.bot_line {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin: 0 0 5px 0;
}
dl.tab_text {
    width: 100%;
    padding: 8px 0 5px 0;overflow: hidden;
}

dl.bot_line{
	border-bottom:1px solid #e5e5e5;
	padding:10px 0 10px 15px;
	margin:0 0 5px 0;box-sizing: border-box;
	}	
dl.tab_text dt{
	float:right;
	display:inline-block;
	/*width:120px;*/
	padding: 0 ;color: #888888;
	text-align:center;
}
dl.tab_text dt.fontred{
	margin:10px 0 0 0;
	}	
dl.tab_text p{
	font-size:16px;
	/*color:#454545;*/
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}	
dl.tab_text dd{
	float:left;
	display:inline-block;
	width:80%;
	padding:0 ;}	
dl.tab_text dt b{
	font-size:18px;font-weight: normal;
	color:#333;
	display:block;
	}	
dl.tab_text .main_text{width:80%; padding-left: 30px; background: url(../images/nav-icon8.png) no-repeat left top; position: relative; }
.main_text::after {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #ECECEC;
    position: absolute;
    top: 5%;
    right: -15px;
    margin-top: 0;
}
dl.tab_text dt small{
	font-size:14px;
	color:#7c7c7c;
	display:block;}	
dl.tab_text dd  a{display: block;}
dl.tab_text dd  a em{
	font-style:none;
	font-size:18px;
	display:block;
	line-height:1.8;
	/*color:#454545;*/
	padding-bottom:5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
dl.tab_text dd p a{
	/*color:#454545;*/
	}	

dl.tab_text dd a:hover {
    color: #52c3f1;}	
dl.tab_text:hover .main_text{
     background: url(../images/nav-icon9.png) no-repeat left top;}  
    .xwzx-list-con .main_text:hover {}
dl.tab_text dd:hover
dl.tab_text dd span{
	font-size:14px;
	line-height:1.8;
	color:#7c7c7c;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}	
.more{
	text-align:right;
	padding: 5px 0 0 0;
}
.more a{
	font-size:12px;
	color:#c3392e;}	

.xwjd-tit{width: 620px; border-bottom: #e5e7eb solid 1px; overflow: hidden; height: 65px; float:right; }
.xwjd-tit h3{ font-size:26px ;color: #fff; font-weight:bold ; float: left; line-height: 64px;
 background: url(../images/nav-icon6.png) no-repeat center left; padding-left: 40px; box-sizing: border-box;}
.xwjd-tit h3 span{ font-weight:normal;}
.xwjd-tit a{ float: right; line-height: 65px; color: #999; font-size: 14px; background: url(../images/nav-icon7.png) no-repeat right center; padding-right: 20px;}
.xwjd-tit a:hover{ color: #52c3f1;}
.main_text span { display: -webkit-box;     -webkit-line-clamp: 2;  word-wrap: normal;  -webkit-box-orient: vertical;     overflow: hidden;     text-align: left; height: 40px;     line-height: 20px;    }


/*业务和产品*/
.n-caseboxb {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}



.trade-box {
	padding: 0; 
	margin: 0 auto;
	position: relative;
	
}
.trade-box img{width: 100%;}

a, button, input, textarea {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;*/
}

/*项目展示*/

.n-caseboxc {
	width: 100%; padding: 0;float: left;background: #52c3f1;position: relative;
  margin: 0;
  height:200px;
  overflow: hidden;
  
}
.n-caseboxc .icon-list{position: relative;}
.n-caseboxc .icon-list .icon-lista{ position: absolute; left: 2%; margin-top: 10px; }
.n-caseboxc .icon-list .icon-listb{ position: absolute; left:18%; margin-top: 40px; }
.n-caseboxc .icon-list .icon-listc{ position: absolute; left: 33%; margin-top: 30px; }
.n-caseboxc .icon-list .icon-listd{ position: absolute; left:48%; margin-top: 60px; }
.n-caseboxc .icon-list .icon-liste{ position: absolute; right: 32%; margin-top: 10px; }
.n-caseboxc .icon-list .icon-listf{ position: absolute; right:16%; margin-top: 40px; }
.n-caseboxc .icon-list .icon-listg{ position: absolute; right: 2%; margin-top: 10px; }
::selection {
  background-color: salmon;
  color: white;
}
.parallax > use {
  animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.editorial {position: absolute;
bottom: 0;
  display: block;
  width: 100%;
  height: 5em;
  max-height: 100vh;
  margin: 0;
}

.content {
  font-family: 'Lato',sans-serif;
  text-align: center;
  text-align: center;
  min-height: 75vh;
  margin: -.1em 0 0 0;
  padding: 1em;
  color: #eee;
  font-size: 2em;
  font-weight: 300;
}

.content {
  font-size: 1em;
}

.content h1 {
  margin-top: -1.3em;
  font-weight: 100;
  font-size: 5em;
  user-select: none;
  cursor: default;
}

/*prevent many large-by-comparison ripples by shrinking the height*/
@media (max-width: 50em) {
  .content h1 {
    font-size: 12vmax;
  }

  .editorial {
    height: 17vw;
  }
}

.box{
 
  position:absolute;
  z-index:2;

  width:88px;
  height:88px;
 
  -webkit-animation:box 2.8s infinite ; 
}
@-webkit-keyframes box{
  0%{
    top:0px;
  }

  50%{
    top:5px; 
   
  }

  100%{
    top:0px;
  }
}
.box2{
 position:absolute;
  z-index:2;
  width:88px;
  height:88px;
  -webkit-animation:box2 2.8s infinite ; 
}
@-webkit-keyframes box2{
  0%{
    top:10px;
  }

  50%{
    top:5px; 
   
  }

  100%{
    top:10px;
  }
}
.box3{
 position:absolute;
  z-index:2;
  width:88px;
  height:88px;
  -webkit-animation:box3 2.8s infinite ; 
}
@-webkit-keyframes box3{
  0%{
    top:5px;
  }

  50%{
    top:0px; 
   
  }

  100%{
    top:5px;
  }
}
/* 移动端项目展示 */
.wap-lanmu{width: 90%; margin: 0 auto; padding-top: 10%;}
.wap-lanmu ul{ margin: 0; padding: 0;}
.wap-lanmu ul li{width: 90%;padding-left: 10%; float: left;margin-bottom: 12px; border-radius: 4px; background: #53c3f1; color: #fff; line-height: 40px; text-align: left; font-size: 16px;}
.wap-lanmu ul li a{ color: #fff;}
.wap-lanmu ul li a em{width:16px; height: 16px ;}
 .wap-lanmu ul li a em img{vertical-align: middle; width:10%; padding-right: 10px;}
 
 
 
/*底部*/
.n-footer{ width: 100%; background: #027ac3; overflow: hidden; padding: 20px 0;}
.foot-l{ width:75%; float: left; padding: 20px 0; color: #fff;}
.foot-l-top{ width: 100%; padding-bottom: 20px; float: left; line-height: 30px;}
.foot-l-top h3{float: left;    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;}
.foot-l-top  a{ float: left; color: #fff; border: #1a86c7 solid 1px; height: 30px; line-height:28px; width: 200px; display: block; text-align: center; margin-right: 50px; margin-left: 20px;}
 .foot-l-top a:hover {    color:#fff; text-decoration:none}
.foot-l-up{ width: 100%; float: left; line-height: 35px;}
.foot-l-upleft{ float: left; width: 45%; text-align: left;}
.foot-l-upright{ float: left; width: 45%; text-align: left;}
.foot-r{width:25%; float: right; color: #fff;}
.foot-r h3{ color: #fff;font-size: 24px; font-weight: bold; line-height: 50px;}
.foot-r h3:after{ 
    content: "";
    position: relative;
    display: block;
    width:40px;
    border-bottom: 2px solid #fff; 
    margin:15px 0;
}
.foot-r span{ width: 100%; display: block;line-height: 30px; padding-top: 20px;}
.foot-r p{width: 100%; display: block;line-height: 30px; font-size: 16px;}
.foot-r em{line-height: 36px;}
.n-footer2{ width: 100%; background: #252525; overflow: hidden; padding: 30px 0;color: #fff; text-align: center;}
.n-footer2 h3{ font-size: 24px; line-height: 50px; width: 100%;}
.n-footer2 p{ width: 100%;line-height: 40px;}
.n-footer2 p a{ color: #fff; padding: 0 20px; width: 100%;}
.n-footer2 p a:hover{color: #f36e21;}
.footer-line{width: 1px; height: 130px; background: #1a86c7; float: left; margin-top: 12%; margin-right: 100px;}

/*关于我们*/
.aboutbanner{ width: 100%; text-align: center;}
.aboutbanner img{ max-width:100% ;}
.conterboxa{ width: 100%; overflow: hidden;}
.conterboxa-left{ width: 240px; float: left; overflow: hidden;}
.side_title{
    font-size: 18px;
    font-weight: bold;
    color: #454545;
    padding: 20px 0;
}

.side_nav{
    width: 100%;
    transition: all .3s;
    border-top: 1px #ecedf1 solid;
    font-size: 14px;
    color: #464646;
}

.side_nav a{
	display: block;
	overflow: hidden;
	padding-left: 30px;
	line-height: 46px
	;max-height: 46px;
	color: #464646;
	transition: all .3s;}
	.side_nav ul{ border-left: #ecedf1 solid 1px;border-right: #ecedf1 solid 1px;}
.side_nav a span{
	margin-left: 30px;}
.nav-item{
	position: relative;
	border-bottom: 1px #ecedf1 solid;}
.sub-item{
	padding-left:16px;}
.sub-item li{border: none !important;}
.sub-item li>a{
	color:#b0b0b0;}
.nav-item.nav-show{
	border-bottom: none;}
.nav-item ul{display: block;}
.nav-item.nav-show ul{
	display: block;
	border-top: 1px #ecedf1 solid;
	background: #fff;
	font-weight: normal;
    border-bottom: 1px #ecedf1 solid;}
.nav-item>a:before{
	content: "";
	position: absolute;
	left: 0px;
	width: 5px;
	height: 46px;
	background:#f36e21;
	opacity:0;
	transition: all .3s;}
.new-on{ 
	border-left:5px #f36e21 solid; 
	padding-left: 25px !important; 
	background:#fafafa;
	font-weight: bold;}/*--侧导航当前状态--*/
.sub-item li>a.sub-on{
	color:#d80818;}/*--侧导航当前状态--*/
.side_nav .nav-icon{
	font-size: 20px;
	position: absolute;
	margin-left:-1px;}
.nav-more::after{content: "\e621";}
/*---------------------*/
.nav-show .nav-more{
	transform:rotate(90deg);}
.nav-show,.nav-item>a:hover{
	background: #fafafa;font-weight: bold;
	}
.nav-show>a:before,.nav-item>a:hover:before{
	opacity:1;}
.nav-item li:hover a{
	color: #d80818;}
/* nav-mini */
.nav-mini.side_nav{
	width: 60px;}
.nav-mini.side_nav .nav-item>a span{
	display: none;}
.nav-mini.nav .nav-more{
	margin-right: -20px;}
.nav-mini.side_nav .nav-item ul{
	position: absolute;
	top:0px;
	left:60px;
	width: 180px;
	z-index: 99;
	background:#3C474C;
	overflow: hidden;}
.nav-mini.side_nav .nav-item:hover .nav-item a{
	color:#FFF;}
.nav-mini.side_nav .nav-item:hover a:before{
	opacity:1;}
.nav-mini.side_nav .nav-item:hover ul{
	display: block;}

.main_title {
    padding: 0;
    border-bottom: 1px solid #ecedf1;
    overflow: hidden;
    height: 57px;
}
.main_title h1 {
   
    height: 58px;
    line-height: 58px;
    float: left;
    padding: 0;
    position: absolute;
    font-weight: 700;font-size: 18px;  
    border-bottom: #eb6100 solid 1px;
}
.main_title h1:after{}
.main_title small {
    float: right;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    height: 58px;
    line-height: 58px;
    color: #999;
}
.main_title small a {
    margin: 0 4px;
    color: #999;
}

.conterboxa-right{
width: 960px;
    float: left;
    display: inline;
    margin: 0 auto;
    padding-left: 40px;box-sizing: border-box;
}
.main_box { }

.main_box_text {width: 100%; float: left;
    margin: 40px 0 20px 0;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
}
.main_box_text p {
    text-indent: 28px;
    margin-bottom: 20px;
}
.side_nav ul.sub-item{border: none !important;}

.main_box_icon{ width: 100%; float: left; padding: 30px 0;}
.main_box_icon ul li{ float: left; width: 33%; text-align: center; padding:0 20px; box-sizing: border-box;}
.main_box_icon li span{ display: block; width: 100%; border-top: #fff solid 2px ; text-align: center; padding:50px 0;}
.main_box_icon li span i{ width: 100%; display: block; font-size: 14px; color: #666666;}
.main_box_icon li span img{}
.main_box_icon li span:hover{ border-top: #f36e21 solid 2px ;box-shadow: 0 10px 5px rgba(133,166,193,.20); cursor: pointer;} 

.main_box_guha{width: 100%; float: left; padding: 30px 0; text-align: center;}
.main_box_guha h4{ font-size: 24px; font-weight:normal ; color: #333;}
.main_box_guha h4:after{ 
    content: "";
    position: relative;
    display: block;
    width:40px;
    border-bottom: 2px solid #eb6100;
    margin: 20px auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.main_box_guha p{ line-height: 36px;  margin-bottom: 20px; color: #666; font-size: 14px;}

.main_box_guha h5{ font-size: 16px; line-height: 26px; padding-bottom: 10px; font-weight: normal;}
.main_box_guha h5 img{ margin-right: 5px;}
.main_culture{width: 100%; padding:0 0 50px 0 ;}
.main_culture h3{ font-size: 20px; color: #333; width: 100%; line-height: 40px; font-weight: normal; padding-top: 20px; }
.main_culture img{ width: 100%; padding: 20px 0;}
.main_culture p{  font-size: 16px; color: #666; line-height: 40px;}
.fn-yellow{ color: #f36e21;}
.main_partner{width: 100%; padding:0 0 50px 0 ;}
.main_partner h3{ font-size: 20px; color: #333; width: 100%; line-height: 40px; font-weight: normal; padding-top: 20px;  text-align: center;}
.main_partner ul li{ float: left; width: 25%; text-align: center; padding: 20px 0;}
.main_partner ul li:hover{ box-shadow: 0 4px 5px rgba(0,0,0,.15);}
.main_partner ul li img{ max-width: 100%;}

.main_honor{width: 100%; padding:20px 0 50px 0 ;}
.main_honor p{  font-size: 16px; color: #666; line-height: 40px;}
.main_honor ul li{ float: left; width: 33.3%; text-align: center; padding: 20px 0;}
.main_honor ul li:hover{ box-shadow: 0 4px 5px rgba(0,0,0,.15);}
.main_honor ul li img{ max-width: 100%;}
.pagebox {width: 100%; float: left; padding: 50px 0;margin: 0 auto;height: 34px; text-align: center;}
.page {width:100%;}
.info {width: 200px;height: 34px;line-height: 34px;}
			
.main_history{width: 100%; padding:20px 0 50px 0 ;overflow: hidden;}		
 .timeLine {margin: 60px auto 0;overflow: hidden;position: relative}
        .timeLine li {background: url(../images/back1.png) repeat-y 179px 0;padding-bottom: 30px;zoom: 1;display: flex;}
        .timeLine li:after {content:" ";display: block;height: 0;clear: both;visibility: hidden;}

        .timeLine li p {background:url(../images/icon1.jpg) no-repeat 172px  center; display:inline-block;width:168px;text-align:right;padding:25px 20px 25px 0;color:#1296db;}
        .timeLine li p span {display: block;color: #333;font-size: 18px;box-shadow: 0 10px 5px rgba(133,166,193,.20); text-align: center; font-size: 20px;
        float: left; width: 150px; height: 70px;line-height: 70px;
        }
        .timeLine li .con {width: calc(100% - 230px);display:inline-block;padding:50px 0 50px 30px; font-size: 16px; border-bottom: #ddd solid 1px;margin-left: -8px;} 
        .timeLine li .con img{max-width: 100%;}

        /* .on  */
        .timeLine li.on{background: url(../images/back2.png) repeat-y 179px 0;}
        .timeLine li.on p {background:url(../images/icon2.jpg) no-repeat 172px 0;color: #1db702;}
        .timeLine li.on p span {color: #a8dda3;}

        /* .on 下面的li  */
        .timeLine li.on ~ li{background: url(../images/back3.png) repeat-y 179px 0;}
        .timeLine li.on ~ li p {background:url(../images/icon3.jpg) no-repeat 172px 0;color: #c3c3c3;}
        .timeLine li.on ~ li p span {color: #d0d0d0;}
        .timeLine li:hover span{ background: #0d6ebe; color: #fff; cursor: pointer;}
        .timeLine li:hover .con{  color: #0d6ebe; cursor: pointer;}

.main_contact{width: 100%; padding:20px 0 50px 0 ;overflow: hidden;}		
.main_contact dl{ float: left; width: 30%; padding: 40px 0;}
.main_contact dl.addl-w{ width: 40%;}
.main_contact dl dt{ float: left; width: 40px; height: 40px; padding: 5px 0;}
.main_contact dl dd{float: left; padding-left:10px ;}
.main_contact dl dd p{ width: 100%; font-size: 14px; text-align: left;color: #666; padding-bottom: 5px;}
.main_contact dl dd h4{ width: 100%; font-size: 16px; text-align: left; color: #333; font-weight: normal;}
.main_map{ width: 100%; border: #ddd solid 1px; text-align: center; float: left; box-sizing: border-box;}
.main_map img{ max-width: 100%;}
/*加入我们*/
.joinbanner{ width: 100%; text-align: center; position: relative;}
.joinbanner img{ max-width:100% ;}
.joinbanner-input{ width: 100%; position: absolute; bottom: 60px;  text-align: center;}
.join-input-con{ width:30%;margin:0 auto; border-radius:50px ; background: #0000004a; height: 70px; border:#ffffff54  solid 1px ;}
.join-input-con input{ width:89%; height: 68px; text-align: center; float: left;border: none; background:none; color: #fff; font-size:24px ;}
.join-input-con button{width: 9%; height: 68px; text-align: center; float: left; border: none; background:none;cursor: pointer;}
.conterboxa-right2{
width: 100%;
    float: left;
    display: inline;
    margin: 0 auto;
    padding-left: 0px;box-sizing: border-box;
}
.main_joinus{ width: 100%; padding: 20px 0;}
.main_joinus li{ width: 100%; border: #ddd solid 1px; background: #fff; padding: 20px; overflow: hidden; margin-bottom: 20px;box-sizing: border-box;}
.main_joinus li a{ display: block; width: 100%; overflow: hidden;color: #333;}
.main_joinus li:hover{box-shadow: 0 4px 8px rgba(0,0,0,.08); border: #f36e21 solid 1px;}
.bgf8{ background: #f8f8f8;}
.joinus_tit{ width: 100%; float: left;  }
.joinus_tit h3{ font-size: 18px; float: left; font-weight: bold; color: #333;position: relative; padding-left: 10px;box-sizing: border-box;}
.joinus_tit h3:before{content: "";position: absolute; bottom: 0;
    display:block;
    width:0px;
    height:0px;
    border-width: 9px 1.5px;
    border-style:solid;
    background:#f36e21;
    border-color:transparent transparent #f36e21;/*透明 透明  黄*/
    position:absolute;
    left:0; top:5px; }

.joinus_tit_icon{ float: right ; color: #999;}

.joinus_tit_icon em{ margin: 0 10px 0 0px;}
.joinus_tit_icon em img{ width: 18px; margin-top: -3px;}
.joinus_list{ width: 100%; font-size: 14px; color: #333; line-height: 50px;}
.joinus_list em{ margin:0 5px;}
.joinus_text{ width: 100%; float: left;}
.joinus_text p{ font-size: 14px; color: #333; line-height: 30px;}




/* 招聘详情 */
.main_joinus-cont{ width: 100%; padding: 20px 0;}
.main_joinus-cont .js-cont-bt{ width: 100%; border: #ddd solid 1px; background: #fff; padding: 20px; overflow: hidden; margin-bottom: 20px;box-sizing: border-box;}
.bgf8{ background: #f8f8f8;}
.joinus_tita{ width: 100%; float: left;  }
.joinus_tita h3{ font-size: 24px; float: left; font-weight: bold; color: #333;position: relative;box-sizing: border-box;}

.joinus_tit_icona{ float: right ; color: #999;line-height: 36px;}

.joinus_tit_icona em{ margin: 0 10px 0 0px;}
.joinus_lista{ width: 100%; font-size: 16px !important; color: #333; line-height: 50px; float: left;}
.joinus_lista em{ margin:0 20px;}
.joinus_lista em:first-child{ margin-left:0;}

.joinus_nya{ width: 100%; float: left;margin-bottom: 60px;}
.joinus_nya h3{ font-size: 14px; font-weight: normal; color: #333;position: relative; padding-left: 10px;box-sizing: border-box;}
.joinus_nya h3:before{content: "";position: absolute; bottom: 0;
    display:block;
    width:0px;
    height:0px;
    border-width: 6px 1.5px;
    border-style:solid;
    background:#f36e21;
    border-color:transparent transparent #f36e21;/*透明 透明  黄*/
    position:absolute;
    left:0; top:5px; }
.joinus_nya p{ font-size: 14px; color: #333; line-height: 30px;}
.join-line{width: 100%; height: 1px; background: #eee; margin: 20px auto; float: left;}
.tdjl{ width: 140px; height: 48px; border: none; margin: 0 auto 40px auto;display: block; background: #007fe7; line-height: 48px; text-align: center; color: #fff; font-size: 15px;}
.tdjl:focus, .tdjl:hover{ color: #fff;}

.tk-box .am-modal-hd{ border-bottom: 1px solid #ddd; text-align: left; font-weight: bold; line-height: 40px; }
.tk-box .am-modal-hd .am-close{top: 26px;right: 10px;}
.tk-box .am-close{opacity: 0.8; font-size: 30px;}
.tk-box .am-modal-dialog{ width: 600px; height: 460px;}




/* 项目案例 */
.main_case ul li{ float: left; width: 30%; text-align: center; padding: 0; margin: 4% 5% 0% 0;}
.main_case ul li:hover{ box-shadow: 0 4px 15px rgba(0,0,0,.15); cursor: pointer;}
.main_case ul li img{ max-width: 100%;}
.main_case ul li:nth-child(3n){ margin-right: 0;}
.main_case ul li .xwz{box-shadow:0 5px 10px rgba(0,0,0,0.1);text-overflow: ellipsis;   white-space: nowrap;   overflow: hidden;    padding: 0 5px;  margin-top: -8px; background: #fff; line-height:45px; font-size: 14px; text-align: center; color: #333;}
/* 项目案例详情 */
.case-cont{ width: 100%; border-bottom: none;}
.case-cont .case_title { padding: 0; border-bottom:none;   overflow: hidden;  height: 57px;}
.case-cont .case_title h1 {height: 58px;line-height: 58px; float: left; padding: 0; position: absolute; font-weight: 700;font-size: 18px;  border-bottom: none;}
.case-cont .case_title h1:after{}
.case-cont .case_title small { float: right; display: inline;font-size: 12px;font-weight: normal; height: 58px; line-height: 58px;color: #999;text-overflow: ellipsis;
    white-space: nowrap;text-align: right;    overflow: hidden;    width: 70%;}
.case-cont .case_title small a { margin: 0 4px; color: #999;}
.case_box { width: 100%; background: #Fff; box-shadow: 0 5px 20px rgba(0,0,0,0.1); overflow: hidden; margin-bottom: 20px;padding-bottom: 30px;}
.case_box_text {width: 100%; text-align: center;  margin: 50px auto 5px auto;  font-size: 24px;  line-height: 40px;    overflow: hidden;}
.case_box_em{ font-size: 14px; line-height: 40px;  color: #999; text-align: center; width: 100%; margin: 0 auto;}
.case_box_em em{ font-size: 14px;  color: #999;}
.case_box_em em img{vertical-align: middle;}
.case_box_img{width: 100%; margin: 0 auto; text-align: center;}
.case_box_img img{width: 80%; margin: 0 auto;}
.case_box_ny{ width: 80%; margin: 1% auto; overflow: hidden;}
.case_box_ny_nya{ width: 100%; float: left;}
.case-gap{ margin: 2% auto;}
.case_box_ny_nya h3{ font-size: 14px; font-weight: normal; color: #333;position: relative; padding-left: 10px;box-sizing: border-box;}
.case_box_ny_nya h3:before{content: "";position: absolute; bottom: 0;
    display:block;
    width:0px;
    height:0px;
    border-width: 6px 1.5px;
    border-style:solid;
    background:#f36e21;
    border-color:transparent transparent #f36e21;/*透明 透明  黄*/
    position:absolute;
    left:0; top:5px; }
.case_box_ny_nya p{ font-size: 14px; color: #333; line-height: 30px;}
.case-next{ width: 100%; margin:2% auto 4% auto; height: 40px;}
.case-next .fl-list{ width: 35%;float: left; padding-left: 10px; font-size: 16px; border: 1px solid #dadada; line-height: 40px; color: #999999; text-align: left;}
.case-next .fr-list{ width: 35%;float: right; padding-left: 10px; font-size: 16px; border: 1px solid #dadada; line-height: 40px; color: #999999; text-align: left;}
.case-next .fl-list a ,.case-next .fr-list a{  color: #999999; display: block;}
.case-next .fl-list a:hover ,.case-next .fr-list a:hover{  color: #1d82de;display: block;}
.case_box_ny_nya p{ text-align: left !important;}

/* 新闻中心 */
.main_news ul li{ float: left; width: 100%; text-align: center; padding: 0;padding-bottom: 1.5%;  padding-top: 2%; border-bottom: 1px solid #eee;}
.main_news ul li:hover{ box-shadow: 0px 4px 15px rgba(0,0,0,.15); cursor: pointer;}
.main_news ul li .fl-img{ width: 24%; float: left;}
.main_news ul li .fl-img img{ max-width: 100%;}
.main_news ul li .fr-xwz{ width: 72%; float: left; margin-left:3%; padding-right: 1%;}
.main_news ul li .fr-xwz h3{ width: 100%; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; line-height: 36px;color: #333; text-align: left;font-weight: normal;}
.main_news ul li .fr-xwz p{ width: 100%; float: left; font-size: 15px; color: #666; text-align: left;line-height: 30px;}
.main_news ul li .fr-xwz .time{ width: 100%; float: left; font-size: 14px; color: #999; text-align: left;font-weight: normal; padding-top: 10px;}
.main_news ul li .fr-xwz .time em{  float: left; font-size: 14px; color: #999; }
.main_news ul li .fr-xwz h3 a{ color: #333;}
.main_news ul li:first-child{ margin-top: 2%;}
.xw-box p{ text-align: center;line-height: 40px;}


/* 产品服务 */
.pro-nav{margin-top: 30px;}
.pro-nav .nav-item{border-bottom: none;}
.pro-nav a {border-bottom: 1px #ecedf1 solid; color: #333; padding-left: 30px !important;}
.pro-nav a span{font-weight: bold;}
.pro-nav .sub-item{padding-left: 0px;}
.pro-nav .sub-item li>a{ color: #666; font-weight: normal}
.pro-nav .sub-item a span {font-weight: normal !important;}
.pro-nav .nav-item li:hover a{ color: #333;border-left: none;  padding-left: 0; background: transparent;}
.pro-nav .nav-item>a:before{display: none; }
.pro-nav .sub-item>a:before{content: "";   position: absolute;  left: 0px;  width: 5px;   height: 46px;  background: #f36e21;   opacity: 1;   transition: all .3s;}
.pro-nav .sub-item li:hover a:before{content: "";   position: absolute;  left: 0px;  width: 5px;   height: 46px;  background: #f36e21;   opacity: 1;   transition: all .3s;}
.pro-nav .sub-item li:hover a span{ transition: all .3s; color: #2577fc;}
.xz-on{border-left: 5px #f36e21 solid;  padding-left: 25px !important;  background: #fafafa;  font-weight: bold;}

.cp_title { padding: 0;  overflow: hidden;   height: 57px;}
.cp_title small { float: left; display: inline; font-size: 12px; font-weight: normal;  height: 58px;  line-height: 58px;  color: #999;}
.cp_title small a { margin: 0 4px;   color: #999;}
.cp-box{ background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.1); overflow: hidden; padding: 2%;}
.cp-box_top {width: 100%; float: left;  margin: 40px 0 20px 0; font-size: 14px; padding-bottom: 20px;  line-height: 32px;  overflow: hidden; border-bottom: 1px solid #eeeeee;}
.cp-box_top_fl{width: 65%; float: left; margin-left: 1%;}
.cp-box_top_fl h3{text-align: left; font-size: 18px; font-weight: bold; color: #333; line-height: 55px;}
.cp-box_top_fl p{text-align: left; font-size: 14px; font-weight: normal; color: #666;line-height: 20px;}
.cp-box_top_fr{ width: 26%; float: right;margin-right: 1%;}
.cp-box_top_fr img{ width: 100%;}

.cp_box_icon{ width: 100%; float: left; padding:30px 0 0px 0;}
.cp_box_icon h3{ width: 100%; text-align: center;font-size: 20px; color: #333;}
.cp_box_icon ul{margin-top: 30px; overflow: hidden;}
.cp_box_icon ul li{ float: left; width: 31%; text-align: center; padding:0 20px; box-sizing: border-box; border: 1px solid #eeeeee; margin-right:30px; transition: all 0.5s; }
.cp_box_icon li span{ display: block; width: 100%; border-top: #fff solid 2px ; text-align: center; padding:50px 0;}
.cp_box_icon li span i{ width: 95%; display: block; font-size: 14px; color: #666666; margin: 0 auto;}
.cp_box_icon ul li:last-child{ margin-right: 0;}
.cp_box_icon ul li:hover{border: 1px solid #eb6100; transition: all 0.5s;}
.cp-fanum1{width: 100%; margin: 1% auto; overflow: hidden;}
.cp-top{width: 100%; text-align: center; line-height: 36px; color: #333;}
.cp-top em{color: #eb6100; font-style: normal;}
.cp-bot{width: 100%;}
.cp-bot ul{margin-top: 30px; overflow: hidden;}
.cp-bot ul li{ float: left; width: 46%; text-align: center; padding:0;margin-bottom: 3%; box-sizing: border-box; border: 1px solid #eeeeee; margin-right:30px; transition: all 0.5s; overflow: hidden; }
.cp-bot ul li .cp-img{ float: left; width: 26%;margin: 4% 3% 2% 3%; }
.cp-bot ul li .cp-img img{width: 100%; }
.cp-bot ul li .cp-wz{ float: left; width: 66%; line-height: 26px; font-size: 14px; color: #333;text-align: left;padding-top: 8%;}

.fa-bot{width: 100%; margin: 2% auto; overflow: hidden;}
.fa-fl{width: 10%;float: left; background: #f36e21; color: #fff; text-align: center; line-height: 30px; font-size: 14px;}
.fa-fr{width: 80%;float: left;  color: #666666; text-align: left; line-height: 20px; font-size: 14px; margin-left: 20px;}
.fa-1 , .fa-2{width: 100%; float: left; overflow: hidden; margin-bottom: 10px;}
.fa-2 .fa-fr{width: 80%;float: left;  color: #666666; text-align: left; line-height: 30px; font-size: 14px; margin-left: 20px;}
.fa-1 .fa-fl{margin-top: 6px;}
.fa-img{width: 100%; margin: 2% auto;}
.fa-img img{width: 100%;}

.cp-al{ width: 100%; float: left; padding:0px 0 30px 0;}
.cp-al h3{ width: 100%; text-align: center;font-size: 20px; color: #333;}
.cp-al ul{margin-top: 30px; overflow: hidden;}
.cp-al ul li{ float: left; width: 31%; text-align: center; padding:0 20px; box-sizing: border-box; border: 1px solid #eeeeee; margin-right:30px; transition: all 0.5s; }
.cp-al li span{ display: block; width: 100%; border-top: #fff solid 2px ; text-align: center; padding:50px 0;}
.cp-al li span i{ width: 100%; display: block; font-size: 14px; color: #666666;}
.cp-al ul li:last-child{ margin-right: 0;}
.cp-al ul li:hover{border: 1px solid #eb6100; transition: all 0.5s;}
.main_xmal ul li{ float: left; width: 100%; text-align: center; padding: 0;padding-bottom: 1.5%;  padding-top: 2%;border: none; border-bottom: 1px solid #eee; }
.main_xmal ul li .fl-img{ width: 24%; float: left;}
.main_xmal ul li .fl-img img{ max-width: 100%;}
.main_xmal ul li .fr-xwz{ width: 72%; float: left; margin-left:3%; padding-right: 1%;}
.main_xmal ul li .fr-xwz h3{ width: 100%; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 18px; line-height: 36px;color: #333; text-align: left;font-weight: normal;}
.main_xmal ul li .fr-xwz p{ width: 100%; float: left; font-size: 15px; color: #666; text-align: left;line-height: 30px;}
.main_xmal ul li .fr-xwz .time{ width: 100%; float: left; font-size: 14px; color: #999; text-align: left;font-weight: normal; padding-top: 10px;}
.main_xmal ul li .fr-xwz .time em{  float: left; font-size: 14px; color: #999; }
.main_xmal ul li .fr-xwz h3 a{ color: #333;}
.main_xmal ul li:first-child{ margin-top: 2%;}
.al-more{ width: 12%; border: 1px solid #dadada; display: block; margin: 4% auto 0 auto; line-height: 40px; text-align: center; color: #999999;font-size: 16px;}
.main_xmal ul li:hover{ border: none;border-bottom: 1px solid #eee;}
.al-more a{  color: #999999;}
.al-more:hover{display: block; border: 1px solid #eb6100; background: #eb6100;}
.al-more:hover a{color: #fff;display: block;}

/* .sub-item a span{ margin-left: 30px !important;}
.sub-item a .xz-on span{ margin-left: 25px !important;} */
.am-modal-bd{width: 70%; margin: 0 auto; padding-top: 10px !important;}
.tk-box .am-form-group{margin: 2rem auto;}
.tk-box .am-form-label{font-size: 16px; font-weight: normal;}
.tk-box .am-modal-dialog{background: #fff;}
.tk-box .am-u-sm-3{padding-right: 0;}
.tk-box  select{width: 107%;}
.sjm{width: 124px; height: 28px; float: left;  margin-left: 6px;}
.sjm img{width: 100%;}
.sjm-wz em{font-style: normal; line-height: 28px;}
.sjm-wz em span{color: #007fe7;}
.sjm-wz em span a{color: #007fe7;}
.td-btn{background: #007fe7;margin-left: -12px; color: #fff; text-align: center; line-height:32px; border: none; padding: .5rem 6rem;}
.td-btn:focus, .td-btn:hover{ color: #fff;}
.foot-r span img{width: 35%;}


.m-banner{display: none;}
.n-banner{display: block}
.wap-box{width: 100%; display: none;}
.wap-caseboxc{display: none;}

/* 集团简介 */
.container{width: 100%;}
.lan-box{width: 100%; background: #f7f7f7; height: 67px; overflow: hidden;}
.lan-box-weaper{width: 1200px; margin: 0 auto;}
.lan-box-weaper ul{ margin: 0; padding: 0;}
.lan-box-weaper ul li{width: 157px; height: 67px; float: left; line-height: 67px; color: #333333; font-size: 16px; text-align: center;}
.lan-box-weaper ul li a{color: #333333; display: block;text-decoration: none;}
.lan-box-weaper ul li a:hover{ background: url(../images/us-nav.jpg) no-repeat center center; color: #fff;}
.lan-box-weaper ul li.current a{ background: url(../images/us-nav.jpg) no-repeat center center; color: #fff; background-size: cover;}
.us-box{width: 100%; background: url(../images/bg-zhshi.png) no-repeat center bottom #fff;min-height: 400px;}
.us-box-weaper{width: 1200px; margin: 0 auto; padding-bottom: 60px; overflow: hidden;}
.us-box-title{width: 100%; text-align: center; margin: 3% auto 20px auto ; overflow: hidden;}
.us-box-title h3{width: 100%; text-align: center; font-size: 28px; color: #222222;font-weight: normal;}
.us-box-title .usline{width: 50px;height: 1px;background: #000000; margin: 20px auto;}
.us-box-title span{width:100%; text-align: center; font-size: 16px; color: #969696;font-weight: normal;}
.us-box-ny{ width: 100%; overflow: hidden; margin-top: 30px;}
.us-box-ny-fl{ width: 60%; float: left;}
.us-box-ny-fl p{ width: 95%; float: left; text-align: left; color: #888888; font-size: 16px; line-height: 40px;}
.jiange{text-indent:2em;}
.us-box-ny-fr{ width: 40%; float: right;padding-top: 15px;}
.us-box-ny-fr img{ width: 100%;}

.us-box-jiagou{width: 100%;}
.us-box-jiagou img{width: 80%; margin: 0 auto;display: block;}
/* 企业文化 */
.wenh-list{width: 100%;}
.wenh-list ul{ margin: 0; padding: 0;}
.wenh-list ul li{ width: 580px; height: 310px;  float: left;}

 .module-wrap .slide-container .slide-body .slide-content {
	/* position: absolute;*/
	left: 0; 
	top: 0
} 
.module-wrap .slide-container .slide-body .slide-content:after,
.module-wrap .slide-container .slide-body .slide-content:before {
	content: "";
	display: table
}

.module-wrap .slide-container .slide-body .slide-content:after {
	clear: both
}
.module-wrap .slide-container .slide-body .slide-content .slide-item {
	position: relative;
	float: left;
	color: #000;
	font-size: 0;
	text-align: center;
	width: 580px;
	height: 310px;
	cursor: pointer;
	margin: 0 10px 20px 10px;
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .item-bg {
	width: 100%;
	height: 100%
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .bg.other-bg {
	opacity: .82;
	filter: alpha(opacity=82);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(82))
}
 .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	bottom: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .line-panel {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .line-panel .item-line {
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100));
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel {
	position: relative;
	width: 70px;
	height: 70px;
	display: inline-block
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img,
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100));
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0));
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
 .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-title {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 24px;
	font-weight: 700;
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
 .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle {
	color: #fff;
	font-size: 16px; padding: 0 10px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	font-weight: normal;
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.map-35{ margin-top: 35px !important;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle span{ padding: 0 10px; line-height: 36px;}
 .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-smtitle {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
}
 .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-smtitle span {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	padding: 0 23px;
	line-height:32px;
	height: 120px; 
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link {
	display: inline-block;
	border: 1px solid #fff;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff; border-radius: 2px;
	text-decoration: none;
	margin-top: 70px
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link a{color: #fff;}


.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link:hover {
	color: #fff;
	background: #1f8fff; border: 1px solid #1f8fff; border-radius: 2px;
}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc,
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0));
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .bg {
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(20))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .bg.other-bg {
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(20))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content {
	top: 10%
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover:nth-child(2n) .content {
	top: 4%
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .line-panel {
	margin-top: 10px
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .line-panel .item-line {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-title {
	margin-top: 12px
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-desc,
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-desc {
	margin-top: -36px
}
.module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-link {
	margin-top: 14%
}

.us-box-video{width: 90%; margin: 0 auto;}
.us-box-video img{width: 60%; margin: 0 auto;display: block;}


/* 集团文化 */
.new-list{width: 100%;}
.new-list ul{ margin: 0; padding: 0;}
.new-list ul li{width: 98%; float: left; margin: 0 1%; padding: 30px 0 30px 0; border-bottom: 1px dashed #e1e1e1;}
.new-list ul li .new-fl{width: 80%; float: left;}
.new-list ul li .new-fl .fl-time{float: left; text-align: center; width: 10%;     margin: 26px 0;}
.new-list ul li .new-fl .fl-time h3{font-size: 28px; color: #838383; font-weight: normal;}
.new-list ul li .new-fl .fl-time em{font-size: 14px; color: #838383; font-weight: normal;}
.fr-ny{float: left; margin-left: 20px; width: 80%; padding-left: 5%;  border-left: 1px solid #e7e7e7;}
.fr-ny h3{width:100%; float: left;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; font-size: 18px;padding-bottom: 6px; color: #53c3f1; text-align: left;font-weight: normal;}
.fr-ny p{float: left;width:100%; font-size: 14.5px; color: #666666; text-align: left;padding-bottom:7px; line-height: 28px;
         display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
}
.fr-ny span{float: left; font-size: 14px; color: #999; text-align: left; line-height: 26px;}
.new-list ul li .new-fr{width: 20%; float: right;}
.new-list ul li .new-fr img{width: 95%; margin: 0 auto; height:130px}
.new-list ul li:hover{width: 98%; background: url(../images/meiti-hover.png) no-repeat bottom center; box-shadow: 0px 3px 15px #dce6eb;}
.new-list ul li:first-child{margin-top: 1%;}
#demo1{width: 50%; margin: 30px auto 0 auto; text-align: center; overflow: hidden; padding-top: 30px;}
.new-list ul li:hover .fr-ny span{color: #53c3f1;}

#demo1 .layui-laypage a, #demo1 .layui-laypage span{background: transparent;color: #666; border: 1px solid #e0e0e0;}
#demo1 .layui-laypage .layui-laypage-curr .layui-laypage-em{background: #53c3f1; color: #fff;}
#demo1 .layui-laypage{display: block; width: 100%; margin: 10px auto;}
.new-box{background: transparent !important;}

.us-box-form{margin-top: 20px; width: 100%;}
.us-box-form .layui-form-label{width: 100%; text-align: left; padding: 10px 0;}
.us-box-form .layui-input, .layui-select, .layui-textarea{background: #fff; border: 1px solid #ddd;}
.us-box-form .layui-form-item .layui-inline{width: 23%;}
.us-box-form  .layui-form-item .layui-input-inline{width: 90%;}
.anniu{margin-top: 40px;}
.ss{width: 100px; height: 38px; border-radius: 100px;cursor: pointer;  background: #53c3f1; color: #fff; text-align: center; line-height: 38px; font-size: 14px; }
.cz{width: 100px; height: 38px; border-radius: 100px; cursor: pointer; margin-left: 20px; background: #fff; border:1px solid #53c3f1; color: #53c3f1; text-align: center; line-height: 38px; font-size: 14px}

/* 要闻详情 */
.xw-cont{width: 100%;}
.xw-cont-fl{width: 70%; float: left; background: #fff; border: 1px solid #f3f2f2; padding: 30px;}
.xw-cont-fl h3{width: 100%; float: left; text-align: left; font-size: 24px; color: #333333; line-height: 50px;}
.xw-cont-fl em{width: 100%; float: left; text-align: left; font-size: 14px; color: #999999;  line-height: 30px; margin-bottom: 16px;}
.xw-cont-fl em i{margin-right: 20px; font-style: normal;}
.xw-cont-fl-span{width: 95%; margin:10px auto; background: #f2f2f2; color: #666666; font-size: 14px; text-align: left;display: block; line-height:36px;overflow: hidden; padding: 20px;}
.xw-cont-fl span{width: 100%; margin:10px auto; color: #666666; font-size: 14px; text-align: left;display: block; line-height:36px;overflow: hidden; padding: 20px;}
.yw-tp{width: 498px; height: 300px; margin: 30px auto;}
.xw-cont-fl p{width: 100%; margin:10px auto; color: #666666; font-size: 14px; text-align: left;line-height:36px; }
.ny-bottom{width: 100%; border-top: 1px dashed #ddd;margin-top: 20px;}
.ny-bottom p{width: 100%;  color: #666666; font-size: 14px; text-align: left;line-height:36px;}
.ny-bottom p em{color: #333; font-size: 14px; text-align: left;line-height:36px; width: auto; float: left;}
.ny-bottom p a{color: #666666;}
.ny-bottom p a:hover{color: #027ac3;}
.xw-cont-fr{width: 22%; float: right; background: #fff; border: 1px solid #f3f2f2; }
.xw-cont-fr h3{width: 100%; height: 50px; line-height: 50px; border-bottom: 1px solid #f2f2f2; color: #000000; font-size: 18px; padding-left: 10px }
.xw-cont-fr .xw-list{width: 100%;}
.xw-cont-fr .xw-list ul{ margin: 0; padding: 0;}
.xw-cont-fr .xw-list ul li{ width: 100%; float: left; margin-bottom: 10px; border-bottom: 1px dashed #f2f2f2; }
.xw-cont-fr .xw-list ul li .xw-fl{ width: 40%; margin: 10px; float: left;}
.xw-cont-fr .xw-list ul li .xw-fl img{ width:100%;float: left; padding-top: 4px;height:63px}
.xw-cont-fr .xw-list ul li .xw-fr{ float: right; width: 50%;}
.xw-cont-fr .xw-list ul li .xw-fr h3{color: #53c3f1;font-size: 14px;text-overflow: ellipsis;
    white-space: nowrap;    overflow: hidden; text-align: left; border-bottom: none; padding-left: 0;height: 36px;  line-height: 36px;word-wrap: normal; }
.xw-cont-fr .xw-list ul li .xw-fr p {     color: #666666;    font-size: 13px;     display: -webkit-box;     -webkit-line-clamp: 2;  word-wrap: normal;  -webkit-box-orient: vertical;     overflow: hidden;     text-align: left; height: 40px;     line-height: 20px;    }

/* 党群工作 */
.dang-box{width: 1200px; height: 50px; overflow: hidden; display: block;margin: 0px auto; padding-top: 20px;}
.dang-box-weaper{width: 1200px; margin: 0 auto;background: #f1f1f1; overflow: hidden;}
.dang-box-weaper ul{ margin: 0; padding: 0;}
.dang-box-weaper ul li{width: 158px; height: 50px; float: left; line-height: 50px; color: #333333; font-size: 16px; text-align: center;}
.dang-box-weaper ul li a{color: #333333; display: block;}
.dang-box-weaper ul li a:hover{ background: url(../images/dang-tab.jpg) no-repeat center center; color: #fff;}
.dang-box-weaper ul li.current a{ background: url(../images/dang-tab.jpg) no-repeat center top #db161d; color: #fff;background-size: contain;}
.dang-box-top{margin: 10px auto; overflow: hidden;}
.dang-box-top ul{ margin: 0; padding: 0;}
.dang-box-top ul li{ float: left; width:383px; height: 300px;margin-right:22px;border: 1px solid #e0e0e0; box-shadow: 0 10px 20px #ebebeb; margin-top: 20px; background: #fff;}
.dang-box-top ul li .top-img{ width:383px; height:217px;}
.dang-box-top ul li .top-img img{ width:100%;height:100%}
.dang-box-top ul li .mid-wz{ width:90%; margin: 10px auto 6px auto; background: #fff;}
.dang-box-top ul li .mid-wz h3{color: #333; font-size: 16px; line-height: 34px;text-align: left; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.dang-box-top ul li .mid-wz span{color: #999; font-size: 14px; line-height: 30px; text-align: left;}
.dang-box-top ul li:last-child{margin-right: 0;}
.dang-box-top ul li:hover{border: 1px solid #dc161d;background: #dc161d;}
.dang-box-top ul li:hover .mid-wz{background: #dc161d;}
.dang-box-top ul li:hover .mid-wz h3{color: #fff;}
.dang-box-top ul li:hover .mid-wz span{color: #fff;}

.dang-ny{width: 100%; background: url(../images/dang-bg.jpg) no-repeat center bottom #fff;min-height: 600px;}
.dang-list{width: 100%;}
.dang-list ul{ margin: 0; padding: 0;}
.dang-list ul li{width: 100%; float: left; margin:0; padding: 30px 0 0px 0; border-bottom: 1px dashed #e1e1e1;}
.dang-list ul li .dang-fl{width: 100%; float: left;padding-bottom: 16px}
.dang-list ul li .dang-fl .fl-time{float: left; text-align: center; width: 12%;     margin: 26px 0;}
.dang-list ul li .dang-fl .fl-time h3{font-size: 45px; color: #c8c8c8; font-weight: normal;}
.dang-list ul li .dang-fl .fl-time em{font-size: 14px; color: #c8c8c8; font-weight: normal; text-align: right; display: block;padding-right: 8px;}
.fr-dang{float: left; margin-left: 20px; width: 80%; padding-left: 5%;  border-left: 1px solid #e7e7e7;}
.fr-dang h3{float: left; font-size: 18px;width: 100%; color: #333;padding-bottom:6px; text-align: left;font-weight: normal;
            text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fr-dang p{float: left; font-size: 14.5px;width: 100%; color: #666666; text-align: left; line-height:28px;padding-bottom:8px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; height:52px}
.fr-dang span{float: left; font-size: 14px; color: #c8c8c8; text-align: left; line-height: 26px;}
.dang-list ul li:hover{ background: #f4f4f4;}
.dang-list ul li:hover .dang-fl .fl-time h3{font-size: 45px; color: #dc161d; font-weight: normal;}
.dang-list ul li:hover .dang-fl .fl-time em{font-size: 14px; color: #dc161d; font-weight: normal;}
.dang-list ul li:first-child{margin-top:30px;}
.dang-list ul li:hover .fr-dang span{color: #dc161d;}
.dang-list ul li:hover .fr-dang h3{font-weight: bold;}
.map20{margin-top: 50px !important; padding-top: 35px;}
.dang-more{text-align: right; line-height: 50px; color: #333; font-size:14px; padding-right: 20px;}


/* 联系我们 */
.lxwm-box-ny{ width: 100%; overflow: hidden; margin-top: 60px; }
.lxwm-box-ny-fl{ width: 40%; padding:75px 60px; float: left; background: #50c2e2; }
.lxwm-box-ny-fl p{ width: 95%; float: left; text-align: left; color: #fff; font-size: 16px; line-height: 32px;}
.lxwm-box-ny-fr{ width: 596px; float: right; height: 460px}
.lxwm-box-ny-fr img{ width:100%;}
.no-bg{background: transparent;}
.lxwm-title{text-align: left;}
.lxwm-title h3{text-align: left; font-size: 28px; color: #fff;}
.lxwm-title .lxwm-line{width: 60px; height: 1px; background: #fff; margin: 10px 0;}
.lxwm-title span{text-align: left; font-size: 16px; color: #fff;}
.lxwm-list{margin: 10px 0; overflow: hidden;}
.lxwm-list p{line-height: 50px; width: 100%; float: left; color: #fff; text-align: left; font-size: 16px;}
.lxwm-box-ny-top{width:100%; }
.lxwm-box-ny-top p{width:100%; line-height: 36px; color: #666666; }
.lxwm-box-ny-bot{margin: 10px auto; overflow: hidden;}
.lxwm-box-ny-bot table thead tr{background: #059edd; height: 55px; line-height: 55px; color: #fff;}
.lxwm-box-ny-bot .table th{padding: 0; line-height: 55px; font-weight: normal;text-align: center; }
.lxwm-box-ny-bot .table td{text-align: center; line-height: 36px;}
.no-jl{margin: 30px 0 0px 0;}
.pad-30{padding: 30px 0;}

/* 业务领域 */
.yw-box{width: 100%; background: url(../images/lingyu_bg.jpg) no-repeat center bottom #fff; min-height: 600px;}
.yw-title span{font-size: 42px; color: #f2f2f3;}
.yw-title h3{font-size: 32px; color: #49bfe1; margin-top: -45px; font-weight: bold;}
.us-box-ny-wz{ margin:10px auto; text-align: center; width: 1200px;}
.us-box-ny-wz p{text-align: center; line-height: 32px;}
.daolu span ,.daolu ,.daolu h3{ text-align: left;}
.daolu-wz{width: 100%; float: left;}
.daolu-wz p{line-height: 36px; color: #666666; font-size: 14px; text-align: left; margin-bottom: 10px;}

.wy-wz p{margin-bottom: 10px;}
.tup-box{ width: 400px; height: 418px; position: relative;}
.tup-img{width: 400px; height: 418px;}
.tup-img img{width: 100%}
.tup-wz{width: 400px; position: absolute; bottom: 0; background: rgba(0,0,0,0.5); text-align: center; color: #fff; font-size: 16px;height: 45px;
    line-height: 45px;}
.tup-box:hover{ background: rgba(73,191,225,0.9);}
.wyfw-box .swiper-slide{ float: left;}


/*物业服务滚动效果样式*/
#slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 50px auto;
    box-sizing: border-box;
    top: 40px;
}
#slider .swiper-container {
      width: 1200px;
      height: 418px;
      margin: 0px auto; overflow: hidden;
    }
#slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      width: 25%;
	  padding: 0;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .append-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .append-buttons a {
      display: inline-block;
      border: 1px solid #007aff;
      color: #007aff;
      text-decoration: none;
      padding: 4px 10px;
      border-radius: 4px;
      margin: 0 10px;
      font-size: 13px;
    }

#slider .swiper-button-prev{background-image: url(../images/next-fl.png); left: -80px;}
#slider .swiper-button-next{background-image: url(../images/next-fr.png);right: -80px;}
#slider .swiper-button-next, #slider .swiper-button-prev{position: absolute;bottom: 45%;width: 40px;height: 40px;
margin-top: -25px;z-index: 10;cursor: pointer;-moz-background-size: 40px 40px;-webkit-background-size:40px 40px;
background-size: 40px 40px;background-position: center;background-repeat: no-repeat;}
.tup-box div img{width: 400px; height: 418px;}


.hover-sy{background: rgba(73,191,225,0.9); height: 418px; position: absolute;  top: 0; display: none; width: 400px;  overflow: hidden;}
.hover-wz{padding: 50px;}
.hover-wz h3{ color: #fff;font-weight: bold; padding-top: 26%;}
.hover-wz p{ color: #fff;font-weight: normal; font-size: 14px; line-height: 26px; margin-top: 20px;}
.tup-box:hover .tup-wz{ display: none;}
.tup-box:hover .hover-sy{ display: block; cursor: pointer;}
.tup-box:hover .hover-wz { display: block;}
#slider2{display: none;}
.container1{  padding: 40px 0;width: 100%;position: relative;}
.conp{position: relative;box-shadow:0px 10px 15px 15px rgba(211,222,232,0.4);border-radius: 10px; margin: 10px; background: #fff;box-sizing: border-box;padding: 16px 16px 0px 16px;}
.vg-top{padding-bottom: 0px; position: relative;}
.case-tb{ position: absolute;width: 58px; height: 58px;top: 42px; left: 38%;}
.cs_item h4{  font-size: 16px;line-height: 34px;text-align: left;  padding-left: 20px; color: #FFF; margin-top: 0px;position: absolute; bottom: 0; width: 93%;
    background: rgba(0,0,0,0.5);}
.vg-top h3{font-size: 16px;text-align: center;color: #333;line-height: 25px;font-weight: normal;}
.vg-top p{font-size: 13px;line-height: 20px;margin-top: 2px;text-align: center;color: #666;}
.vg-g{margin: 16px 0px;}
.vg-g p{font-size: 14px;line-height: 20px;color: #666;background: url(../images/dd.png) top left no-repeat;margin: 5px 0px;background-position: 0px 8px; text-align: center;}
.vg-j{margin-top: 30px;font-size: 13px;line-height: 20px;color: #666;text-align: center;}
.vg-j i{font-style: normal;font-size: 32px;color: #f52f40;margin-right: 5px;}
.vg-l{position: absolute;bottom: 30px;left:20px;right:20px;}
.vg-a{width: 100%; height: 35px;background: #1f8fff;font-size: 15px;line-height:35px ;text-align: center;margin: 10px auto 0px;transition: all ease-in .3s;-webkit-transition: all ease-in .3s;}
.vg-a a{display: block;color: #fff;}
#slider2 .swiper-container{ overflow: initial;}
#slider2 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 8px;}
#slider2 .swiper-slide{background: transparent;}
.vg-top img{width: 100%;}

/* 项目建设 */
.wy-wz p{ color: #666;}
.wy-wz p .span{color: #000; padding-right: 10px;}
.xm-box{width: 100%; background: url(../images/touzi_bg.jpg) no-repeat center; height: 600px; overflow: hidden;}
.xm-box ul{ margin: 0; padding: 0;}
.xm-box ul li{ width: 40%; float: left; margin: 2% 4%}
.xm-box ul li .top-tb{ width: 65px; height: 65px; margin: 30px auto 0px auto;}
.xm-box ul li .top-tb img{ width: 65px; height: 65px;}
.xm-box ul li .top-wz{ text-align: center; line-height: 45px; color: #444444; font-size: 18px;}
.xm-box ul li .top-ny{ text-align: center; line-height: 30px; color: #888888; font-size: 14px;margin: 0 auto;}
.touzi-bg{width: 100%; background: url(../images/touzi-bgtp.png) no-repeat center bottom #fff;min-height: 600px;}

/* 信息化建设 */
.banner_wrap {
	height: 390px;
	padding: 0;
	padding-bottom: 0;
	background: #fff;
	width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.banner_wrap .right:hover {
	color: #fff;
	background: #1F8FFF;
	border: 1px solid  #1F8FFF;
}
.banner_wrap .left:hover{
	color: #fff;
	background: #1F8FFF;
	border: 1px solid  #1F8FFF;
}
.banner_wrap>ul li {
	position: absolute;
	display: none;
}
.banner_wrap .left,.banner_wrap .right {
	position: absolute;
	z-index: 999;
	background: #fff;
	cursor: pointer;
	width: 48px;
	height: 48px;
	color: #babece;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	top: 350px;
	overflow: hidden;
	-webkit-transition-duration: 0.2s;/* Safari 和 Chrome */
	border-radius: 50%;box-shadow:0 5px 20px rgba(21,35,66,.1);
	border: 1px solid #e8e9ed;
}
.banner_select>ul{margin: 30px auto 20px;text-align: center;}
.banner_select>ul>li{display: inline-block;padding: 0 35px 0 35px;width: 200px;box-sizing: border-box;border-radius: 24px; margin: 0 30px; line-height: 48px;text-align: center;font-size: 18px;color: #333;}
.banner_select>ul>li.banner_one:hover{background: #25a8e0; color: #fff;}
.banner_select>ul>l.banner_two:hover{background: #25a8e0; color: #fff;}
.banner_select>ul>li.banner_three:hover{background: #25a8e0;color: #fff}
.banner_select>ul>li.banner_one.selected{background: #25a8e0;color: #fff}
.banner_select>ul>li.banner_two.selected{background: #25a8e0;color: #fff}
.banner_select>ul>li.banner_three.selected{background: #25a8e0;color: #fff}
.xx-fl{background: #52c3f1; float: left; width: 325px; height: 310px; padding:  40px 35px;}
.xx-fl p{line-height: 38px; color: #fff; font-size: 16px; margin-bottom: 10px}
.xx-fr{ float: left; width: 805px; height: 390px;}
.xx-fr img{width: 100%;}
.xx-fl span{ width: 31px; height: 32px; float: right; margin-top: 30px;}
.xx-fl span img{ width: 100%;cursor: pointer;}
.ma-bot30{margin-bottom: 50px;}
.xx-box-ny{overflow: inherit;}
.xx-wrap{margin-bottom: 100px;}

.xx-xq-title .xian{width: 60px; height: 3px; background: #54c2f3;}
.xx-xq-title h3{text-align: left; margin-top: 20px; font-weight: bold; font-size: 40px;}
.xx-xq-title h3 em{ font-style: normal;font-size: 34px ; font-weight: normal;}
.xx-xq-title span{text-align: left;  float: left; font-size: 26px;}
.xx-xq-tp{ width:1099px; height: 780px; margin: 0 auto; padding-top: 50px;}
.xx-xq-tp img{ width:100%;}
.xx-xq-wrap{height: auto; margin-bottom: 0;}

.xx-yj-tp{ width:1004px; height: 996px; margin: 0 auto; padding-top: 50px;}
.xx-yj-tp img{ width:100%;}
.xx-box{background: none;}
.xx-box-waper{padding-bottom: 0;}
.sx-yj-tp{width: 1189px; height: 658px;margin: 0 auto; padding: 30px 0;}
.sx-yj-tp img{width:auto;}
.nobg{background: none;}

/* 充电桩 */
.cd-zhuang{padding-top: 50px;}
.cd-zhuang h3{margin-top: 0; color: #555555;}
.lm-ny{width: 85%; margin: 0 auto;}
.cdz-bt{width: 150px; height: 44px; font-size: 16px;background: transparent; margin:  0 auto; border-radius: 50px; border: 2px solid #52c3f1; line-height: 45px; color: #52c3f1; text-align: center;}
.cdz-bt a{ color: #52c3f1; display: block; text-decoration: none;}
.cdz-img{width: 1200px; height: 510px;margin: 30px auto 0px auto;}
.cdz-img img{width: 100%;}
.cd-zhuang-no{padding-top: 0;}
.cd-zhuang-no h3{margin-top: 0; color: #555555;}

.cdz-bt span:hover{ color: #fff;    background-size: 100% 100%;  background-position-x: 0; cursor: pointer;    background-position-y: 0; }
.action-btn {
	    transition: all .3s cubic-bezier(.645,.045,.355,1);
	    touch-action: manipulation; border-radius: 50px;
	    background-image: linear-gradient(90deg,#52c3f1,#52c3f1);
	    background-size: 0 100%;
	    transition-timing-function: ease-in-out;
	    background-repeat: no-repeat; display: block;margin-top: -1px;
	}
	
.cz-tk h3{text-align: center; font-weight: bold; font-size: 20px; color: #171717;}
.cz-tk p{ width: 98%;margin: 0 auto; text-align: left; font-weight: normal; line-height: 34px; font-size: 16px; color: #171717;}	
	
.tankuan{width: 50%; left: 25%; margin-left: -280px; margin: 0 auto; border-radius: 20px;}
.tankuan .modal-header{ padding: 30px 15px;text-align: center;}
.tankuan .modal-header h4{font-size: 24px;}
.tankuan .close{font-size:36px ;}
.tankuan .modal-header .close{margin-top: 0;}
.tankuan .modal-body{min-height: 640px;}
.no-bk {margin-top:0}
/* 产业布局效果 */
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0.5% 0px 0.5%;
    min-width: 284px;
    max-width: 284px;
    max-height: 210px;
    width: 48%;
    height: auto;
    background: #666;
    text-align: center;
    cursor: default;
}
.grid .fl-box {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0.5%;
    min-width: 317px;
    max-width: 317px;
    max-height: 431px;
    width: 48%;
    height: auto;
    background: #666;
    text-align: center;
    cursor: default;
}

figure.effect-ming ,figure.fl-box {
    background: #666;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
}

figure.effect-ming img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
figure.effect-ming:hover img {
    opacity: .4;
}
.grid figure figcaption {
    padding: 0 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
	.grid figure figcaption, .grid figure figcaption>a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	}
	
figure.effect-ming:hover figcaption {
    background-color: transparent;
}
figure.effect-ming figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}
figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.grid figure h2 {
	    word-spacing: -.15em;
	    font-weight: 300;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
figure.effect-ming h2 {
    margin-top: 60%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
	text-align: left;
	
}
figure.effect-ming:hover h2 {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-ming p {
	    padding: 2em;
	    opacity: 0;
	    -webkit-transition: opacity .35s,-webkit-transform .35s;
	    transition: opacity .35s,transform .35s;
	    -webkit-transform: scale(1.5);
	    transform: scale(1.5);
	}
figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p { opacity: 1; text-align: left;   -webkit-transform: scale3d(1,1,1);   transform: scale3d(1,1,1);}	
figure.effect-ming  span{width: 100%;  display: block;  text-align: left; font-size: 14px; }
figure.effect-ming:hover figcaption span{display: none;}
figure.effect-ming:hover figcaption h2{margin-top: 50px; text-align: center;left: 25%;}
.buju-fl{width: 317px; height: 431px; float: left;}
.buju-fr{width: 880px; float: right;}
figure.fl-box h2{margin-top: 130%;}
figure.fl-box:hover figcaption h2{margin-top: 80px;}
figure.effect-ming:hover figcaption .gap{margin-top: 36px;}	
	
.ggw{width: 100%; background: url(../images/cdz-bg.jpg) no-repeat center; height: 305px;}	
.ggw-waper{width: 1200px; margin: 0 auto;}	
.ggw-waper h3 { text-align: center;  padding: 10% 0;  font-size: 30px;  color: #fff;}	
.ggw-waper .kqi { width: 160px; height: 50px;line-height: 50px; border-radius:50px;  display: block;   border: none;   margin: 30px auto  0 auto; color: #171717;font-weight: normal; font-size: 16px;	}
.ggw-waper .kqi a{ color: #171717;}	

.wap-bj{display: none;}
.cybj-box{width: 100%; margin: 0 auto;}
.cybj-1{width: 100%;}
.cybj-1 img{width: 100%;}
.cybj-2{width: 100%; margin-top: 10px;}
.cybj-2 ul{ margin: 0; padding: 0;}
.cybj-2 ul li{ width:100%; float: left; margin-right: 2%; margin-bottom: 2%;}
.cybj-2 ul li img{ width: 100%; }	

.shou { cursor:default;
}

.us-box-video video {width: 60%; margin: 0 auto;display: block;  height: 384px; }
.jg-wap{display: none;}
.jg-wap img{width: 100%;}

.swiper-box{width: 1200px; margin: 0 auto; position: relative;}

.no-waper{width: 100%;}
.wy-title{width: 1200px;}
.gap-head a p{color: #fff; text-decoration: none;}

.zanwu{width: 100%; margin: 30px auto;}
.zanwu .no-img{width: 200px; height: 190px; margin: 30px auto;}
.zanwu .no-img img{width: 100%; margin: 30px auto;}
.zanwu h3{text-align: center;font-weight: normal;font-size: 16px; line-height: 40px; color: #7c7b7b; text-align: center;}

.lm-ny a {
   display:block
   
}


/* 充电桩修改 */
.cdz-box{width: 100%; overflow: hidden; margin-top: 50px;}
.cgz_fl{width: 537px; height: 474px; float: left;}
.cgz_fl{width: 537px; height: 474px; float: left; position: relative; overflow: hidden;}
.cgz_fl .cdz-tp-1{width: 537px; height: 474px; position: absolute;}
.cgz_fl .cdz-tp-1 img{width: 100%;}
.cgz_fl .wzny{position:absolute;z-index: 9999; top: 30%; width: 80%; text-align: center;left: 10%;}
.cgz_fl h3{text-align: center; font-size: 26px; color: #fff; line-height: 40px;}
.cgz_fl .kqi { width: 160px; background: #fff; height: 50px;line-height: 50px; border-radius:50px; font-weight: bold; display: block;   border: none;   margin: 30px auto  0 auto; color: #171717; font-size: 16px;	}
.cgz_fl .kqi a{ color: #171717; font-weight: bold;}	
.cgz_fr{width: 537px; height: 474px; float: right; position: relative; overflow: hidden;}
.cgz_fr .cdz-tp-1{width: 537px; height: 474px; position: absolute;}
.cgz_fr .cdz-tp-1 img{width: 100%;}
.cgz_fr .wzny{position:absolute;z-index: 9999; top: 30%; width: 80%; text-align: center;left: 10%;}
.cgz_fr h3{text-align: center; font-size: 26px; color: #fff; line-height: 80px; line-height: 80px;}
.cgz_fr .kqi { width: 160px; background: #fff; height: 50px;line-height: 50px;font-weight: bold; border-radius:50px;  display: block;   border: none;   margin: 30px auto  0 auto; color: #171717; font-size: 16px;	}
.cgz_fr .kqi a{ color: #171717; font-weight: bold;}	
.cdz-wap{display: none; width: 90%; margin: 20px auto 0 auto;}
.wap-cdz{width: 100%;margin-bottom: 15px;}
.wap-cdz img{width: 100%;}

.xx-xq-wz{width: 100%; margin: 0 auto; padding: 0;}
.xx-xq-wz h3{text-align: left; font-size: 20px; color: #666;}
.xx-xq-wz p{text-align: left; font-size: 15px; color: #888;padding-top: 10px;line-height: 30px;}
.zstp{width: 80%; height: auto; padding: 30px 0;}
.zstp img{width: 80%; text-align: center; display: inherit; margin: 0 auto;}
.xtp img{width: 40%;}
.cgz_fr .wzny a , .cgz_fl .wzny a{text-decoration: none;}

/* 飘窗 */
.piaochuang{position: fixed; right: 0; top: 30%; z-index: 9999;}
.piaochuang img{width: 100%;}




@media only screen and (max-width: 1600px) {
    .header .navbar_nav li a{ padding: 0; }
}
@media only screen and (max-width: 1440px) {
	.xm-box ul li{margin: 2% 5%;}
}
@media only screen and (max-width: 1390px){
	.header .header-all{width: 95%;}
	.bbflogo img { max-width: 86%;   float: left;}
	.header .left a img {  margin-top: 14px;}
	.header .nav{margin-left: -15px;}
	.bbflogo{padding-left: 6px;}
	.ygzx{padding: 0;}
	.ygzx a{margin: 0 4px;}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px){
	.header .navbar_nav li{ padding: 0 10px;}
	.xx-yj-tp{width: 90%; margin: 0 auto;}
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
	.n-caseboxa {
	    width: 100%;
	    padding: 0 0px;
	    overflow: hidden;
	    box-sizing: border-box;
	    margin: 0 auto;
	}
	.xwzx-img{width: 50%;}
	.xwjd-tit,.xwzx-list-con { width: 500px;}
	.tower_news{width: 500px;}
	.section-focus-pic .controler{bottom: 175px;}
	.section-focus-pic .controler2{bottom: 142px;}
	
}


@media only screen and (max-width: 1200px) {
   .wrap{ width: 100%;}
   .joinbanner-input{ bottom: 30px;}
   .join-input-con{height:50px;}
   .join-input-con input,.join-input-con button{ height: 48px;}
   .n-caseboxb { width: 100%; padding: 35px 0 40px 0;}
.n-caseboxb .ywhcp-tit:after{margin:10px auto 20px;}
.n-caseboxc {width: 100%; padding: 0;}
.header .navbar_nav li { padding: 0px 8px;}


}

@media only screen and (max-width:1023px) {
	.menu-container{ width: 60%; float: right;}
	.menu > ul > li a{ padding:30px 25px;}
	.conterboxa-right2{padding: 0 20px;  }
	.us-box-weaper{width: 100%;}
	.us-box-ny { width: 95%; overflow: hidden;  margin: 30px auto 0 auto;}
	.us-box-ny-fl p{line-height: 32px; font-size: 14px;}
	.layui-form-item{ width: 90%; margin: 0 auto}
	.cz{margin-left: 0;}
	.new-list ul li .new-fr{margin-top: 25px;}
	.foot-l-top a{margin-right: 0;}
	.xw-cont-fr .xw-list ul li .xw-fr h3{height: 24px; line-height: 24px;}
	.xw-cont-fr .xw-list ul li .xw-fr p{font-size: 12px;}
	.dang-box{width: 90%; margin: 0 auto}
	.dang-box-top{width: 90%;}
	.dang-box-top ul li{width: 32%; margin-right: 1.5%;height: auto;}
	.dang-box-top ul li .top-img{width: 100%; height: auto;}
	.dang-list ul li .dang-fl .fl-time{width: 18%;}
	.fr-dang{width: 74%;}
	.dang-list ul li:first-child{margin-top: 0;}
	.dang-list ul li{padding: 30px 0 0px 0;}
	.lxwm-box-ny-fl{padding: 50px 26px 50px 60px; width: 33%;}
	.bowei-weaper{width: 100%;}
	.bowei-weaper ul li{width: 14%;}
	.lan-box-weaper{width: 100%;}
	.lan-box-weaper ul li{width: 14%;}
	#slider{width: 100%;}
	#slider .swiper-container{width: 100%;}
	#slider .swiper-slide{width: 32% !important;}
	.tup-box div img{width: 100%;}
	.banner_select>ul{margin: 30px auto 20px auto;}
	.xx-wrap{width: 100%;}
	.xx-fl{width: 25%;}
	.xx-fr{width: 67%;}
	.cdz-img{width: 90%;height: auto;}
	.tankuan .modal-header h4{font-size: 20px;}
	.cz-tk h3{font-size: 18px;}
	.buju-fl{width: 26%; height: auto;}
	.grid .fl-box{min-width: 100%; max-width: 100%;}
	.buju-fr{width: 72%;}
	.grid figure{min-width: 32%; max-width: 32%;}
	figure.effect-ming p{padding: 0.5rem 1rem 1rem 1rem;height: 56px; overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 4;   -webkit-box-orient: vertical;}
	figure.effect-ming:hover figcaption h2{margin-top: 30px;}
	.ggw{width: 100%; background-size: cover; height: auto;}
	.ggw-waper{width: 100%;}
	.ggw-waper h3{padding-top: 25px;}
	.cdz-box{width: 90%; margin: 50px auto 0 auto;}
	.cgz_fl{width: 43%;}
	.cgz_fr{width: 43%;}
	.cgz_fl .cdz-tp-1{width: 100%; height: auto;}
	.cgz_fr .cdz-tp-1{width: 100%; height: auto;}
	.cgz_fl .wzny ,.cgz_fr .wzny{top: 15%;}
	.cgz_fr h3{height: auto; line-height: 60px;}
	.n-caseboxa {
	    width: 100%;
	    padding: 35px 20px;
	    overflow: hidden;
	    box-sizing: border-box;
	}

.xwzx-img {  width: 100%;  text-align: center;}





}

@media only screen and (max-width: 1280px) and (min-width: 1024px){
	.header .header-all{width: 95%;}
	.bbflogo img { max-width: 86%;   float: left;}
	.header .left a img {  margin-top: 14px;}
	.header .nav{margin-left: -15px;}
	.bbflogo{padding-left: 6px;}
	.ygzx{padding: 0;}
	.ygzx a{margin: 0 4px;}
}


@media only screen and (max-width: 992px) 
{
	.tower_news{float: left; width: 100%;}
	.xwjd-tit{float: left; padding-left: 20px; width: 100%; }
	.xwjd-tit h3{font-size: 20px; background-size:10%;}
	.wap-box{width: 100%; display: block;}
	.wap-box img{width: 100%;}
	.trade-box{display: none;}
	.xwzx-list{float: left; width: 100%; margin: 10px 0;}
	.xwzx-list-con{width: 100%;}
	.n-caseboxa{height: auto;position: relative;}
	.xwzx-img{background: transparent;}
	.wap-bg{background: #53c3f1; width: 95%;padding-left: 20px;}
	.section-focus-pic .controler2{ position: absolute; bottom: 245px; width: 100%; right: 0;}
	.section-focus-pic ul li h3{background: #000; opacity: 0.5; width: 100%; height: 50px}
	.section-focus-pic ul li h3 a{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #fff; line-height: 50px}
	.xw-more{position: absolute; top: 21px; border-bottom: none; right: 15px;}
	.xw-more a{color: #fff; background: none; padding-top: 10px;} 
	dl.tab_text .main_text{width: 80%; background: none; padding-left: 10px;}
	.main_text::after{display: none;}
	dl.tab_text dt{float: left;}
	dl.bot_line{padding: 5px 0 15px 0;}
	dl.tab_text dt.fontred{margin-top: 3px;}
	.section-focus-pic ul li h3 a::after{ height: 20px;top: 26px;}
	.wap-caseboxc { display: block;width: 100%; padding: 0;float: left;background: #52c3f1;position: relative; margin: 0; height:400px; overflow: hidden;}
	.wap-caseboxc .icon-list{position: relative;}
	.wap-caseboxc .icon-list .icon-lista{ position: absolute; left: 10%; margin-top: 45px; }
	.wap-caseboxc .icon-list .icon-listb{ position: absolute; left:40%; margin-top: 45px; }
	.wap-caseboxc .icon-list .icon-listc{ position: absolute; right: 10%; margin-top: 45px; }
	.wap-caseboxc .icon-list .icon-listd{ position: absolute; left:24%; margin-top: 150px; }
	.wap-caseboxc .icon-list .icon-liste{ position: absolute; right: 24%; margin-top: 150px; }
	.wap-caseboxc .icon-list .icon-listf{ position: absolute; left:24%; margin-top: 260px; }
	.wap-caseboxc .icon-list .icon-listg{ position: absolute; right: 24%; margin-top: 260px; }
	.n-caseboxc{display: none;}
	.wap-list{width: 100%; float: left;}
	.wap-list ul{margin: 0; padding: 0;}
	.wap-list ul li{width: 50%; float: left;}
	.xwjd-tit h3{ background: none; padding-left: 0;}
	.wap-caseboxc .box{-webkit-animation: inherit;}
	.gap-head{top: 0;}
}




@media only screen and (max-width: 960px) {
.n-header{ padding: 0;height: 81px;}
.ygzx{ display: none; }
.foot-m{ display: none;}
.foot-r{ width: 70%; padding-left: 30px; box-sizing: border-box;}
.item-title { font-weight: normal;
    padding: 5px 0;
}
.bbfactive {
    border-bottom: none;
    color:none;
}
.menu-mobile{ padding: 26px 20px; line-height:24px; text-align: right; width: 120px; height: 76px; float: right; color: #333;}
.menu-mobile img{ width: 24px; float: right; margin-left: 10px; }
.n-footer{padding: 30px 20px; box-sizing: border-box;}
.common {
    width: 40%;
    float: left;
    padding: 20px 0;
    cursor: pointer;
    margin: 0 5%;
}
.conterboxa-left{ display: none;}
.conterboxa-right{ width: 100%; padding: 20px; box-sizing: border-box;}
.timeLine{ width: 100%; float: left;margin: 30px auto 0;}
.timeLine li p{ width: 100px;}
.timeLine li p span{width: 100px;}
.timeLine li {
    background: url(../images/back1.png) repeat-y 111px 0;
    padding-bottom: 30px;
    zoom: 1;
    display: flex;
}
.timeLine li .con {
    width: calc(100% - 111px);
    display: inline-block;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    border-bottom: #ddd solid 1px;
    margin-left:-65px;
}
.timeLine li p {
    background: url(../images/icon1.jpg) no-repeat 105px center;
    display: inline-block;
    width: 168px;
    text-align: right;
    padding: 25px 20px 25px 0;
    color: #1296db;
}
.main_contact dl{ float: left; width:100%; padding: 10px 0;}
.main_contact dl.addl-w{ width:100%;}
.main_map{ margin-top: 20px;}

.m-banner{display: block;}
.m-banner img{width: 100%;}
.n-banner{display: none}
.header .header-all{background: none;}


}

@media only screen and (max-width: 768px) {
	.menu-mobile {  display: block;  text-align: right;    margin-top: 0px;position: absolute;     top: -76px;  right: 0;}
	.menu-container {  width: 100%;   float: right;}
	.menu{ position: relative;}
	.case-cont .case_title{ width: 90%; margin: 0 auto;}
	.case-next{ width: 90%;}
	.cp_box_icon ul li{margin-right: 24px; padding: 0px;}
	.cp-bot ul li .cp-wz{line-height: 22px; padding-top: 4%;width: 65%;}
	.header{height: 60px;}
	.header .left a img{margin-top: 0; width: 80%;}
	.section-focus-pic .controler2 {  position: absolute;  bottom: 60%;}
	.foot-l {  border-bottom: #c7c7c7 solid 1px;   margin-bottom: 20px;    width: 100%;   text-align: center;    padding: 0;	}
	.foot-l-top a{ margin-left: 0px; margin-right: 0; width: 100%; margin-bottom: 15px;}
	.footer-line{display: none;}
	.lan-box{width: 100%;}
	.us-box-weaper, .lan-box-weaper{width: 100%;}
	.us-box-ny-fl {width: 90%;  float: none;  margin: 0 auto;overflow: hidden;}
	.us-box-ny-fr { width: 60%;  float: none;  padding-top: 15px;  margin: 20px auto 0px auto;	}
	.us-box-ny-fl p{line-height: 30px; font-size: 14px; width: 100%;}
	.us-box{min-height: 400px;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item{width: 100%; height: 100%; margin: 0 0 20px 0;}
	#demo1{width: 70%;margin: 0 auto;    padding-top: 0;}
	.cz ,.ss { width: 66px;}
	.xw-cont-fl{width: 90%; float: none; margin: 0 auto;}
	.xw-cont-fr{width: 90%;float: none; margin: 20px auto 0 auto; padding: 10px 30px; overflow: hidden;}
	.xw-cont-fr .xw-list ul li{width: 50%;}
	.xw-cont-fr .xw-list ul li .xw-fr h3{height: 36px; line-height: 36px;padding-top: 6px;}
	.lxwm-box-ny{width: 95%; margin: 20px auto 20px auto;}
	.lxwm-box-ny-fl{width: 88%;}
	.lxwm-box-ny-fr{width: 100%;}
	.lxwm-box-ny-bot .table th{width: 20%;}
	.lxwm-box-ny-bot .table td{text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 8px 4px;}
	#slider{display: none;}
	#slider2{display: block;}
	.us-box-weaper{padding-bottom: 20px;}
	.us-box-ny-wz p{line-height: 26px;}
	.us-box-ny-wz{width: 94%;}
	.xm-box ul li .top-ny{line-height: 20px;}
	.yw-title span{font-size: 26px;}
	.banner_select>ul>li{ width: 20%;}
	.xx-fl{width: 92%; height: auto; padding: 15px 30px;}
	.xx-fl p{width: 100%;}
	.xx-fl span{float: left; margin-top: 20px;}
	.xx-fr{width: 100%;}
	.xx-box-ny{overflow: inherit;}
	.xx-box{min-height: 666px;}
	.xx-fr img{height: 205px;}
	.banner_select>ul>li{line-height: 36px;}
	.xx-yj-tp{height: auto; padding-top: 0;}
	.us-box-title{width: 100%;}
	.xx-xq-title span{font-size: 16px;}
	.xx-xq-tp{width: 95%; height: auto; padding-top:0 ;}
	.sx-yj-tp{width: 100%; height: auto; padding: 0;}
	.xx-box{min-height: auto;}
	.cd-zhuang{padding-top: 0;}
	.cd-zhuang span{font-size: 26px;}
	.cd-zhuang-no span{font-size: 26px;}
	.tankuan{width: 90%; margin: 0 auto; left: 5%;}
	.tankuan .modal-body{min-height: 480px;}
	.ggw-waper .kqi{width: 126px; height: 40px; line-height: 40px;}
    .pc-bj{display: none;}
	.wap-bj{display: block;}
	.jg-wap{display: block;width: 100%; }
	.us-box-jiagou{display: none;}
	.table thead th{vertical-align: middle;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel{width: 50px; height: 50px;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc, 
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link{opacity: 1; font-size: 12px; line-height: 20px; margin-top: 0;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc{padding: 0 16px;}
	.us-box-video video{ width: 100% !important; height: auto !important;}
	.no-waper{margin-top: 30px;}
	.banner_wrap{height: 425px;}
    .tankuan .modal-header h4 {    font-size: 20px;     line-height: 30px;    }
	.xx-xq-wrap{height: auto !important;}
	.yw-title{margin-top: 7%;}
	.xx-xq-title{width: 90% !important;margin-top: 8%;}
	.foot-l-top{padding-bottom: 0;}
	.foot-l-up{padding: 0 0 10px 0;}
	.foot-l-up p{font-size: 13px;}
	.sx-yj-tp img{width: 100%;}
    .section-focus-pic .controler2 {display:none;}
	.hover-sy{display: none;}
	.cdz-box{display: none;}
	.cdz-wap{display: block;}
	.ggw-waper h3{font-size: 20px;}
	.xx-xq-wz p{line-height: 24px; padding-bottom: 20px;}
	
	
}

@media screen and (max-width: 480px) {
.section-focus-pic{height: 360px;}
.section-focus-pic ul li{height: 257px;}
.section-focus-pic ul li h3{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.trade-box {  padding: 10px;  box-sizing: border-box;}
.trade-box-list {  overflow: hidden;    display: block; flex-direction: row;  justify-content: center;  align-items: center;}
.trade-box-item {  width: 47.2% !important;  margin: 1.2%;  float: left; height: 205px;}
.trade-box .trade-box-item .item-logo {   margin-top: 15px;}
.item-logo img {  width: 20%;}
.item-title { padding: 5px 0;}
.item-text { opacity: 1;  margin-top: 0;}
.item-text a { font-size: 14px;}
.top_menucon {width: 60%;}
.n-footer {padding: 10px 20px 30px 20px;}
.foot-l {border-bottom: #c7c7c7 solid 1px; margin-bottom: 20px; width: 100%; text-align: center;   padding: 0;}
.foot-l img {max-width: 80%;}
.foot-r {width: 100%;  text-align: center;  padding: 0;}
.foot-r h3:after { margin: 10px auto;}
.joinus_tit_icona em img{width: 18px; margin-top: -3px}
.joinus_lista em { float: left; width: 100%;  margin: 0;line-height: 30px;font-size: 14px;}
.joinus_lista em:first-child{margin-top: 2%;}
.join-input-con{display: none;}
.am-modal{top: 0; bottom: inherit;width: 92%; margin: 0 auto;}
.am-modal-bd{width: 80%;}
.td-btn { background: #007fe7; margin-left: 24px;}
.sjm { margin-left: 8px;}
.cp_box_icon{padding: 0;}
.cp_box_icon ul li{width: 90%; margin-right: 0; margin:  0 auto 3% auto; float: none;}
.cp_box_icon ul li:last-child{margin-right: auto;}
.cp_box_icon li span{padding: 20px 0;}
.al-more {  width: 30%;}
.conterboxa-right { padding: 0 20px 20px 20px;}
.cp-box_top_fl { width: 68%;}
.cp-box_top_fl h3 {  line-height: 34px;}
.cp-box_top_fl p { line-height: 24px;}
.cp-box_top_fr { margin-top: 5%;}
.top_menucon { width: 80%;}
.main_news ul li .fl-img { width: 100%;}
.main_news ul li .fl-img img {  width: 100%;}
.main_news ul li .fr-xwz { width: 95%;}
.case_box_text {  font-size: 18px;  margin: 20px auto 5px auto;}
.case-next .fl-list {  width: 90%;  float: none;  margin: 3% auto;}
.case-next .fr-list {  width: 90%;    float: none;  margin: 3% auto;}
.case-next {width: 100%;   height: auto;  overflow: hidden;}
.main_xmal ul li .fl-img {  width: 100%; }
.main_xmal ul li .fl-img img {  width: 100%;   max-width: auto;}
.main_xmal ul li .fr-xwz {  width: 92%;}
.case_box_ny {  width: 90%;}
.top_menu{ margin-bottom: 0; line-height:40px; font-size: 22px;}
.common {   font-size: 22px;}
.main_news ul li .fr-xwz .time em img{margin-top: 4px;}
.lan-box-weaper ul li{width: 25%; height: 50px; line-height: 50px; font-size: 15px;}
.lan-box { height: 50px;}
.us-box-title h3{font-size: 24px;}
.bowei-weaper ul li{width: 25%;}
.bowei-box{height: auto !important;}
.xw-more a{padding-top: 16px;}





}



@media screen and (max-width: 425px) {
.main_box_icon ul li{ width: 90%; margin: 0 auto; float: none;}
.main_box_icon li span{padding: 10px 0;}
.main_box_icon{padding: 0;}
.top_menucon { width: 80%;}
.main_news ul li .fl-img { width: 100%;}
.main_news ul li .fl-img img {  width: 100%;}
.main_news ul li .fr-xwz { width: 95%;}
.case_box_text {  font-size: 18px;  margin: 20px auto 5px auto;}
.case-next .fl-list {  width: 90%;  float: none;  margin: 3% auto;}
.case-next .fr-list {  width: 90%;    float: none;  margin: 3% auto;}
.case-next {width: 100%;   height: auto;  overflow: hidden;}
.top_menu{ margin-bottom: 0; line-height:40px; font-size: 22px;}
.common {   font-size: 22px;}
.foot-l-upleft{ float: left; width: 100%;text-align: left;}
.foot-l-upright{ float: left; width: 100%; text-align: left;}
.anniu{margin-top: 0;}
.cz, .ss {  width: 48%;}
.new-list ul li .new-fl{width: 100%;}
.fr-ny{width: 73%; margin-left: 0;}
.new-list ul li .new-fl .fl-time{width: 20%;}
.fr-ny p{font-size: 14px; line-height: 26px;height: 70px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden;}
.new-list ul li .new-fr{width: 96%;}
.new-list ul li{margin-top: 0; padding: 0 0 30px 0;}
.us-box-form .layui-form-item .layui-inline{width: 100%; margin-bottom: 0;}
.us-box-form .layui-form-item .layui-input-inline{width: 100%; margin-left: 0;}
.xw-cont-fl {padding: 16px;}
.yw-tp{width: 100%; margin:0 auto; height: auto;}
.yw-tp img{width: 100%;}
.ny-bottom p{width: 100%; text-overflow: ellipsis;  white-space: nowrap;overflow: hidden;}
.xw-cont-fr{padding: 16px;}
.xw-cont-fr .xw-list ul li{width: 100%;}
.dang-box-weaper, .dang-box{width: 100%;}
.dang-box-weaper ul li{width: 28%;}
.dang-box{padding-top: 0;}
.dang-box-top ul li{width: 99%; margin-right: 0;}
.dang-list ul li .dang-fl .fl-time h3{font-size: 24px;}
.fr-dang {  width: 70%;}
.fr-dang p{display: -webkit-box;  -webkit-box-orient: vertical;height: 76px;  -webkit-line-clamp: 3;  overflow: hidden; line-height: 26px;}
.dang-list ul li:hover .dang-fl .fl-time h3{font-size: 24px; color:}
.dang-list ul li:hover .dang-fl .fl-time em{font-size: 14px; color:}
.lxwm-box-ny-fl { width: 83%; padding: 50px 26px 50px 39px;}
.lxwm-list p{line-height: 32px;}
.banner_select>ul>li { width: 31%; padding: 0; margin: 0;}
.xx-fl{width: 85%; height: auto; padding: 15px 30px;}
.xx-fl p{line-height: 28px;font-size: 14px;}
.ma-bot30{margin-bottom: 30px;}
.xx-fl span{margin-top: 10px;}
.banner_select>ul>li{font-size: 16px;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content{top: 12px;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-title { margin-top: 5px;  font-size: 16px;  font-weight: normal;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle {  margin-top: 0px;  font-size: 14px;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc { padding: 0 4px;}
.xw-more a{padding-top: 15px;}



}



@media screen and (max-width: 414px) {
	.menu-container {width: 100%;}
	.bbflogo{ width: 250px;}
	.n-header{ height: 70px; float: left;}
	
	.section-focus-pic ul li h3 a{ float: left; text-align: left;line-height: 50px;  text-overflow: ellipsis;   overflow: hidden;   white-space: nowrap;  width: 80%;} 
	.section-focus-pic .controler2{ top: 40%;}
	.swiper-button-next, .swiper-button-prev{background-size:14px 22px !important; }
	.n-caseboxa { padding: 20px 20px;}
	.n-caseboxb {width: 100%; padding:0px 0; float: left; }
	.n-caseboxb .ywhcp-tit{font-size: 24px; line-height: 50px;}
	.trade-box-item{ width: 47.2% !important;
    margin: 1.2%;float: left;}
	.trade-box-list {overflow: hidden;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;}
    .trade-box-item{height: 205px;}
    .trade-box{ padding: 10px; box-sizing: border-box;}
    .trade-box .trade-box-item .item-logo{    margin-top: 28px;}
    .top_menucon{ width: 70%;}
    .common{ font-size:22px ;}
    .hzhb-img dd{ width: 50%;}
    .top_menu{ margin-bottom: 0; line-height:40px; font-size: 22px;}
    .hzhb-img dd{ padding: 0 10px;}
    .ddimg{ display: none;}
    .foot-l{ width: 100%; text-align: center; padding: 0;}
    .foot-r{ width: 100%;text-align: center; padding: 0;}
    .foot-r h3:after{ margin: 10px auto;}
    .n-footer{ padding:10px 20px 30px 20px;}
    .item-logo img{width: 20%;}
    dl.tab_text dd{ width: 77%;}
    .trade-box .item-title:before{ display: none;}
    .item-text{opacity:1; margin-top: 0;}
    .item-title{ padding: 5px 0;}
    .item-text a{ font-size: 14px;}
    .foot-l{ border-bottom: #c7c7c7 solid 1px; margin-bottom: 20px;}
.foot-l img{ max-width: 80%; }
.timeLine li{padding-bottom: 15px; box-shadow: rgba(209,208,206,0.6);}
.joinus_tit h3{ width: 100%;}
.joinus_tit_icon{ width: 100%; padding-top: 10px;} 
.joinbanner-input{ display: none;}
.joinbanner{position: inherit;}
.joinus_tita h3{font-size: 20px;width: 100%;}
.joinus_lista{font-size: 14px !important; line-height: 24px;}
.joinus_tit_icona{ float: left;}
.joinus_lista em{ float: left; width: 100%; margin: 0;}
.main_case ul li{margin: 3% 1%; width: 48%;}
.main_case ul li:nth-child(3n){margin: 3% 1%;}
.main_case ul li.xpshow{margin: 6% 1%;}
.main_news ul li .fl-img{ width: 100%;}
.main_news ul li .fr-xwz{ width: 95%;}
.main_news ul li .fl-img img{ width: 100%;}
.case-next .fl-list{ width: 90%; float: none; margin: 3% auto;}
.case-next .fr-list{ width: 90%; float: none;margin: 3% auto;}
.case-next{ height: auto; overflow: hidden;}
.case-cont .case_title{ width: 90%; margin: 0 auto;}
.case-next{ width: 100%;}
.case_box_text{font-size: 18px;margin: 20px auto 5px auto;}
.conterboxa-right{padding: 0 20px 20px 20px;}
.cp-box_top_fl h3{line-height: 34px;}
.cp-box_top{margin: 20px 0 20px 0;}
.cp-box_top_fl{width: 68%;}
.cp_box_icon{padding: 0;}
.cp_box_icon ul li{width: 90%; margin-right: 0; margin:  0 auto 3% auto; float: none;}
.cp_box_icon ul li:last-child{margin-right: auto;}
.cp_box_icon li span{padding: 20px 0;}
.cp-top{line-height: 20px; margin-top: 10px;}
.cp_box_icon h3{margin-top: 20px;}
.main_xmal ul li .fl-img{ width: 100%;}
.main_xmal ul li .fl-img img{width: 100%; max-width: auto;}
.main_xmal ul li .fr-xwz{ width: 92%;}
.al-more{width: 30%;}
.cp-box_top_fr{margin-top: 5%;}
.cp-box_top_fl p{line-height: 24px;}
.tk-box .am-modal-dialog{ width: 90%; height: 66%; background: #fff;}
.am-modal-bd{width: 90%;}
.main_box_icon ul li{ width: 90%; margin: 0 auto;}
.section-focus-pic .controler{bottom: 100px;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-title{margin-top: 5px; font-size: 16px; font-weight: normal;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content{top: 12px;}
.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle{margin-top: 0px; font-size: 14px;}
.us-box-form .layui-form-item .layui-inline{width: 100%; margin-bottom: 0;}
.us-box-form .layui-form-item .layui-input-inline{width: 100%; margin-left: 0;}
.anniu{margin-top: 0;}
.cz, .ss {  width: 48%;}
.new-list ul li .new-fl{width: 100%;}
.fr-ny{width: 73%; margin-left: 0;}
.new-list ul li .new-fl .fl-time{width: 20%;}
.fr-ny p{font-size: 14px; line-height: 26px;}
.new-list ul li .new-fr{width: 96%;}
.new-list ul li{margin-top: 20px; padding: 0 0 30px 0;}
.xx-xq-title h3 em{font-size: 24px;}
.module-wrap .slide-container .slide-body .slide-content .slide-item:nth-child(2n) .mask .content{top: 0px;}
.xw-more a{padding-top: 0;}
}


@media screen and (max-width: 375px) {
	
.section-focus-pic ul li { height: 320px;}
.section-focus-pic .pages {height: 320px;}
.section-focus-pic {height: 320px;}
dl.tab_text dd{ width: 74%;}
.trade-box-item {width: 47.1% !important;}
.foot-l{ border-bottom: #c7c7c7 solid 1px;}
.foot-l img{ max-width: 70%;}
.timeLine li .con{margin-left: -61px;}
.conterboxa-right{ padding: 10px;}
.timeLine {    margin: 10px auto 0;}
.timeLine li{padding-bottom: 10px;}
.joinus_lista em:last-child{ margin-left: 0;}
.cp-box_top_fl p{line-height: 20px;}
.xwjd-tit h3{font-size: 20px; background-size:10%;}
.section-focus-pic .controler{bottom:101px;}
.dang-list ul li .dang-fl .fl-time{width: 19%;}
.xx-fl{width: 83.2%;}
.cd-zhuang span{font-size: 24px;}
.cd-zhuang-no span{font-size: 24px;}
.banner_wrap{height: 425px;}
.no-waper{margin-top: 30px;}
 .tankuan .modal-body {  min-height: 370px;   }
 .modal.fade.in {top:7% }
.xw-more a{padding-top: 0;}






}
@media screen and (max-width: 360px){
	.case_box_text{font-size: 16px;}
	.cgz_fl , .cgz_fr{height: 260px;}
	.xw-more a{padding-top: 0;}
	
}


@media screen and (max-width: 320px) {
	.case-cont .case_title{ width: 95%;}
	.n-caseboxa {   padding: 10px;}
	.top_menucon {  width: 80%;}
	.common {font-size: 22px;}
	.xwjd-tit a{padding-right: 0;}
	.xwjd-tit h3 { font-size: 18px;}
	.xw-more{top: 11px;}
	.wap-bg{width: 96.5%; padding-left: 10px;}
	.section-focus-pic { height: 264px;}
	dl.tab_text .main_text { width: 78%;}
	.wap-caseboxc .icon-list .icon-lista{left: 4%;}
	.wap-caseboxc .icon-list .icon-listb{left: 37%;}
	.wap-caseboxc .icon-list .icon-listc{right: 4%;}
	.wap-caseboxc .icon-list .icon-listd{left: 19%;}
	.wap-caseboxc .icon-list .icon-liste{right: 19%;}
	.wap-caseboxc .icon-list .icon-listf{left: 4%;}
	.wap-caseboxc .icon-list .icon-listg{left: 37%;}
	.wap-caseboxc .icon-list .icon-listh{right: 4%;}
	.dang-list ul li .dang-fl .fl-time{width: 22%;}
	.fr-dang { width: 66%;}
	.us-box-ny-fl p{line-height: 24px;}
	.xm-box ul li .top-ny{font-size: 12px;}
	.xx-fl {width: 80.2%;	}
	.xx-box{min-height: 735px;}
	.xxxq-box{min-height: auto;}
	.xx-xq-title h3 em{font-size: 20px;}
	.cd-zhuang span{font-size: 21px;}
	.cd-zhuang-no span{font-size: 21px;}
	.yw-title span{font-size: 28px;}
	.cs_item h4{width: 90%;}
	.lxwm-box-ny-bot .table th{ line-height: 23px;}
	.lxwm-box-ny-top p{line-height: 30px;}
	.pad-30{padding: 10px 0;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel{width: 30px; height: 30px;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle span{line-height: 20px; padding: 0 5px;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content{top: 5px;}
	.module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc, .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link{line-height: 16px;}
    .cgz_fl , .cgz_fr{height: 260px;}
	.xw-more a{padding-top: 0;}
	
	
	
}
