@charset "utf-8";
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html, body {
  width: 100%;
  font-family: "PingFang SC", PingHei, STHeitiSC-Light, tahoma, "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "microsoft yahei", Helvetica, Arial, Verdana, sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
   overflow-x: hidden;
   overflow-y: auto;
}
body{
  background:#FFF;
  line-height:200%;
  font-size:15px;
  /*padding-top:80px;*/
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-size: 15px;
  color: #424242;
  font-family: "PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro",
    "Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,
    tahoma, Arial, Verdana, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
button,
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #424242;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #B07F3D;
  outline: 0;
}
sup {
  vertical-align: text-top;
  vertical-align: super;
}
sub {
  vertical-align: text-bottom;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  /*border-collapse: collapse;
  border-spacing: 0;*/
}
.clear_float:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.clear_float {
  display: inline-block;
}
.clear,.clearfix{clear:both;}
* html .clear_float {
  zoom: 1;
}
.clear_float {
  display: block;
}
.clear_float {
  clear: both;
}
.red {
  color: #ea544a;
}
.green {
  color: #40bc90;
}
.arial,
.en {
  font-family: Arial, Helvetica, sans-serif;
}
.fl,.l {
  float: left;
}
.fr,.r{
  float: right;
}
/*全局样式*/
.wrapper,.wrap{
	width: 90%;
	clear:both;
	max-width: 1300px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
	/*overflow:hidden;*/
}
/*页头*/
.header{
	width:100%;
	clear:both;
	height:150px;
	background:rgba(255,255,255,1);
	border-bottom:#87C256 4px solid;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}
.header.subtop{
	border-bottom:rgba(255,255,255,0.2) 1px solid;
}
.header .logo{
	width:135px;
	float:left;
	overflow:hidden;
	margin-left:80px;
	margin-top:22px;
}
.header .logo img{
	display:block;
	width:100%;
}
.header .menu{
	float:right;
	width:calc(100% - 125px - 135px - 160px);
	margin-top:80px;
	border:#000 0px solid
}
.header .menu .menu-wrap{
	font-size:0;
	text-align:right;
}
.header .menu .menu-wrap li{
	display:inline-block;
	font-size:15px;
	position:relative;
	padding:0 35px;
}
.header .menu .menu-wrap.ennav li{
	padding:0 20px;
}
@media (max-width: 1400px) {
    .header .menu .menu-wrap li{
	display:inline-block;
	font-size:15px;
	position:relative;
	padding:0 25px;
}
}
@media (max-width: 1366px) {
    .header .menu .menu-wrap li{
	display:inline-block;
	font-size:15px;
	position:relative;
	padding:0 20px;
}
}
.header .menu .menu-wrap li a{
	font-size:16px;
	font-weight:bold;
	display:block;
	height:50px;
	padding:0 0px;
	color:#87C256
}
.header.subtop .menu .menu-wrap li a{
	/*color:#FFF*/
}
.header .menu .menu-wrap li .sub{
	position:absolute;
	left:10px;
	top:40px;
	display:none;
	opacity:0;
	height:0;
	width:130px;
	border:#e0e0e0 1px solid;
	overflow:hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	background:#FFF;
	border-radius:3px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	z-index:999999;
}
.header .menu .menu-wrap li .sub li{
	width:100%;
	padding:0;
}
.header .menu .menu-wrap li .sub li a{
	font-weight:normal;
	display:block;
	height:50px;
	line-height:50px;
	border-bottom:#e0e0e0 1px solid;
}
.header .menu .menu-wrap li .sub li:hover a{
	background:#e0e0e0
}
.header .menu .menu-wrap li .sub li:last-child a{
	border-bottom:0;
}
.header .menu .menu-wrap li:hover .sub{
	opacity:1;
	height:auto;
	top:50px;
}
.header .ruhui{
	float:right;
	width:125px;
	margin-right:80px;
	margin-top:80px;
	border:#000 0px solid
}
.header .ruhui ul{
	font-size:0;
	text-align:right;
}
.header .ruhui li{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
}
.header .ruhui li a{
	display:block;
}
.header .ruhui li:first-child a{
	margin-right:35px;
}
.header .ruhui li:last-child a{
	margin-left:0;
}
.header .ruhui img.p2{
	display:none;
}
.header .ruhui li.wx{
	position:relative;
}
.header .ruhui li .wximg{
	position:absolute;
	width:120px;
	left:50%;
	margin-left:-80px;
	overflow:hidden;
	height:0;
	opacity:0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	
}
.header .ruhui li .wximg img{
	width:100%;
}
.header .ruhui li.wx:hover .wximg{
	height:120px;
	opacity:1;
	border:#f0f0f0 1px solid;
	top:25px;
}
/*导航固定*/
.fixed{
    position: fixed!important;
    top: -40px;
    z-index: 99;
}
.header.fixed{
	width:100%;
	height:100px;
	background:rgba(255,255,255,0.95);
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.header.fixed .logo{
	width:98px;
	float:left;
	overflow:hidden;
	margin-left:80px;
	margin-top:10px;
}
.header.fixed .menu{
	margin-top:45px;
}
.header.fixed .menu .menu-wrap li a{
	font-size:16px;
	/*font-weight:bold;*/
	display:block;
	height:50px;
	padding:0 0px;
	color:#464646
}
.header .menu .menu-wrap li:hover a{
	color:#B07F3D;
}
.header.fixed .ruhui{
	margin-top:45px;
}
.header.fixed .ruhui img.p1{
	display:none;
}
.header.fixed .ruhui img.p2{
	display:block;
}

.header .lan{width:123px; height:24px; line-height:24px; border:#e0e0e0 1px solid;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; padding:0 8px; font-size:13px; background:url(../images/jiangtou.png) no-repeat 100px #FFF; position:relative; margin-top:6px; z-index:999999999; color:#FFF; position:absolute; right:80px; top:20px;}
.header.fixed .lan{
	top:0px;
}
.ennav{
	text-transform:uppercase;
}
/*首页Banner*/
ul, li{ list-style-type:none; padding:0; margin:0}
.picScroll-left{ width:100%; overflow:hidden; height:auto; position:relative; height:1080px; margin:0; padding:0}
.picScroll-left .hd{ width:96%; margin:0 auto; /*position:absolute;*/ z-index:9; /*left:50%; margin-left:-48%;*/ bottom:50px;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:42px; height:84px; float:right; position:absolute; cursor:pointer; top:-42px;}
.picScroll-left .hd .next{ background:rgba(0,0,0,0.5); border-radius:50%; height:60px; width:60px; background-size:35px 12px; border:#FFF 1px solid; position:absolute; z-index:99; top:50%; margin-top:-30px; right:50px; line-height:60px; display:block;}
.picScroll-left .hd .next img{
	display:inline-block;
	margin-top:20px;
	position:absolute;
	left:-15px;
	transition: .3s;
  	-webkit-transition: .3s;
}
.picScroll-left .hd .next:hover,.picScroll-left .hd .prev:hover{
	transition: .3s;
  	-webkit-transition: .3s;
	background:rgba(0,0,0,0.8);
}
.picScroll-left .hd .next:hover img{
	left:-5px;
}
.picScroll-left .hd .prev img{
	display:inline-block;
	margin-top:20px;
	position:absolute;
	right:-15px;
	transition: .3s;
  	-webkit-transition: .3s;
}
.picScroll-left .hd .prev:hover img{
	right:-5px;
}
.picScroll-left .hd .prev{ background:rgba(0,0,0,0.5); border-radius:50%; height:60px; width:60px; background-size:35px 12px; border:#FFF 1px solid; position:absolute; z-index:99; top:50%; margin-top:-30px; left:50px;}
.picScroll-left .hd ul{/* float:right; */overflow:hidden; zoom:1; position:absolute;left:50%; margin-left:-50px; height:20x; padding-top:2px; bottom:50px}
.picScroll-left .hd ul li{ float:left;  width:25px; height:15px;border-radius:10px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#FFF; border:1px solid #FFF; position:relative; z-index:9}
.picScroll-left .hd ul li.on{ background:#FF6600; width:35px; height:15px; border-radius:15px;border:1px solid #FF6600;}
.tempWrap{ margin:0 auto;}
.picScroll-left .bd{ width:100%;overflow:hidden; height:1080px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center; width:100%; position:relative;}
.picScroll-left .bd ul li .pic{ text-align:center; position:relative; width:100%; overflow:hidden; height:1080px;}
.picScroll-left .bd ul li .pic img{display:block; height:1080px; width:1920px; position:absolute; left:50%; margin-left:-960px;}

.picScroll-left .bd ul li .bn1-img1{ position:absolute; text-align:center; bottom:40.74%; margin:0 auto; width:100%}
.picScroll-left .bd ul li .bn1-img1 img{
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.picScroll-left .bd ul li .bn1-img1:hover img{
	transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);	
	transform:scale(1.1);
}
.picScroll-left .bd ul li .bn1-img2{ position:absolute;bottom:0; left:0;}
.picScroll-left .bd ul li .bn1-img3{ position:absolute;top:150px; right:0;}
.picScroll-left .bd ul li .text{ clear:both;position:absolute; text-align:center; font-size:70px; top:50%; width:100%; text-transform:uppercase; color:#FFFFFF; letter-spacing:15px; line-height:100%}
.picScroll-left .bd ul li .text span{ letter-spacing:1px; font-size:20px; font-weight:lighter}
.picScroll-left .bd ul li .text1{
	text-align:center;
	/*left:7.39%;*/
	top:61.66%;
	letter-spacing:20px;
	font-size:70px;
	font-weight:bold;
	color:#5DB731;
}
.picScroll-left .bd ul li .text1.env{
	letter-spacing:0px;
	font-size:40px;
	line-height:120%;
}
.picScroll-left .bd ul li .text1 span{
	display:block;
	/*width:120px;*/
	font-weight:normal;
	/*border-bottom:#FFF 3px solid;*/
	padding-bottom:5px;
	margin-top:10px;
	font-size:40px;
	font-family:Candara;
}
.picScroll-left .bd ul li .text1.env span{
	font-weight:300;
	font-size:26px;
	text-transform:capitalize;
	letter-spacing:0px;
}
.picScroll-left .bd ul li .text1 span i{
	font-style:normal;
	font-size:60px;
	position:relative;
	bottom:-5px
}
.picScroll-left .bd ul li .text2{
	text-align:center;
	/*left:7.39%;*/
	top:24.25%;
	letter-spacing:normal;
	font-size:44px;
	font-weight:bold;
}
.picScroll-left .bd ul li .text2 i{
	display:inline-block;
	font-family:Candara;
	font-style:normal;
	font-size:30px;
	margin-top:20px;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:100%;
	margin-top:30px;
}
.picScroll-left .bd ul li .text2 span{
	display:inline-block;
	width:400px;
	font-weight:300;
	border-bottom:#FFF 0px solid;
	padding-bottom:0px;
	margin-top:0px;
	font-size:20px;
	line-height:100%;
	margin:0;
	margin-top:10px
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*@media (max-width:1920px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:1070px;
	}
}
@media (max-width:1680px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:945px;
	}
}
@media (max-width:1600px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:891px;
	}
}
@media (max-width:1440px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:810px;
	}
}
@media (max-width:1400px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:788px;
	}
}
@media (max-width:1366px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:759px;
	}
}
@media (max-width:1360px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:756px;
	}
}
@media (max-width:1280px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:720px;
	}
}
@media (max-width:1280px){
	.picScroll-left,.picScroll-left .bd, .picScroll-left .bd ul li .pic{
		height:601px;
	}
}*/
.mainbg{
	width:100%;
	clear:both;
	height:4190px;
	background:url(../images/main.jpg?v=2.0) no-repeat top center;
}
.adv{
	clear:both;
	width:100%;
	height:326px;
	background:url(../images/advbg.jpg) no-repeat top center #1D68AC;
}
.adv ul{
	width:1300px;
	margin:0 auto;
	height:100%;
}
.adv ul li{
	float:left;
	width:20%;
	text-align:center;
	color:#FFF;
	height:100%;
	display:block;
	padding-top:90px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
	cursor:pointer;
}
.adv ul li .iconfont{
	height:40px;
	color:#FFF;
	font-size:56px;
	transition: .3s;
  	-webkit-transition: .3s;
}
.adv ul li:hover .iconfont{
	height:40px;
	color:#FFF;
	font-size:70px;
}
.adv ul li:nth-child(3) .iconfont{
	font-size:46px;
}
.adv ul li:nth-child(4) .iconfont{
	font-size:65px;
}
.adv ul li:hover:nth-child(3) .iconfont{
	font-size:60px;
}
.adv ul li:hover:nth-child(4) .iconfont{
	font-size:75px;
}

.adv ul li h2{
	margin-top:30px;
	font-size:20px;
	font-weight:600;
}
.adv ul li p{
	line-height:180%;
	margin-top:10px;
	padding:0 40px;
}
.adv ul li:hover{
	background:rgba(0,80,156,0.8);
}
.solution{
	clear:both;
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
}
.solution ul{
	width:1300px;
	margin:0 auto;
	padding-top:40px;
}
.solution ul li.left{
	float:left;
	width:(100% - 588px);
	padding-left:60px;
	padding-top:50px;
}
.solution ul li.left h2{
	font-size:40px;
	color:#585757;
	margin-bottom:60px;
	letter-spacing:2px;
}
.solution ul li.left p{
	font-size:18px;
	margin-bottom:20px;
	margin-left:20px
}
.solution ul li.left img{
	vertical-align:middle;
	margin-right:10px;
}
.solution ul li.right{
	float:right;
	width:589px;
}
.solution ul li.right img{
	display:block;
}
.chunengxit{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:50px 0;
	background:#FFF;
}
.chunengxit ul{
	width:1300px;
	margin:0 auto;
}
.chunengxit ul h2{
	font-size:28px;
	color:#5CB138;
	position:relative;
	padding-left:210px;
	font-weight:normal;
}
.chunengxit ul h2 span{
	display:block;
	position:absolute;
	width:188px;
	height:36px;
	background:#BADA99;
	border-left:#5BB531 12px solid;
	left:0;
	top:-4px;
}
.chunengxit ul li{
	overflow:hidden;
	display:block;
	background:#BADA99;
	margin-top:40px;
	padding:50px 50px 20px 50px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.chunengxit ul li p{
	font-size:16px;
	font-weight:normal;
	margin-bottom:30px;
	text-indent:2em;
	color:#202020;
}
.chunengxit ul li p i{
	font-size:24px;
	color:#1C7AAE;
}
.about{
	width:100%;
	clear:both;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	height:534px;
}
.about ul{
	width:1300px;
	margin:0 auto;
}
.about ul li.left{
	float:left;
	width:50%;
	padding-top:80px;
}
.about ul li.right{
	float:left;
	width:50%;
	padding-top:80px;
}
.about h2{
	font-size:34px;
	margin-bottom:40px;
	font-weight:normal;
}
.about h2 span{
	font-family:monaco;
	font-weight:300;
	color:#1878B5;
	position:relative;
	padding-left:10px;
	bottom:-2px
}
a.moreabout{
	width:110px;
	height:33px;
	display:block;
	background:#b6a83a;
	text-align:center;
	line-height:33px;
	border-radius:20px;
	color:#FFF;
	font-size:15px;
	margin-top:50px;
}
a.moreabout:hover{
	background:#1D68AC;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
/* ————— 第5通栏 start ————— */
#fullpage{
	width:100%;
	position:relative;
	clear:both;
	padding-top:80px;
}
#fullpage .gbg{
	width:100%;
	position:absolute;
	top:0;
	background:#F3F3F3;
	height:80%;
	z-index:-1
}
.section4{
	width:1440px;
	margin:0 auto;
}
.wrap{width: 1280px;clear: both;margin: 0 auto;}/* 规定页面内容区域宽度 */
.indexTitle{overflow: hidden;}
.indexTitle .enTitle{line-height: 55px;height: 55px;font-size: 40px;color: #eee;margin-bottom: 45px;position: relative; font-family:Candara}
.indexTitle .enTitle::before{display: block;content: "";width: 50px;height: 4px;background-color: #005d75;position: absolute;left: 0;bottom: -25px;}
.indexTitle .enTitle::after{display: block;content: "";width: 4px;height: 4px;background-color: #005d75;position: absolute;left: 55px;bottom: -25px;}
.indexTitle .cnTitle{line-height: 55px;height: 55px;font-size: 36px;color: #333;font-weight: bold;}
.sectionBtn{display: inline-block;}
.sectionBtn a{display: block;padding: 0 40px;border-radius: 5px;overflow: hidden;line-height: 45px;height: 45px;text-align: center;background-color: #b17e42;transition: all 0.3s;-webkit-transition: all 0.3s;}
.sectionBtn a span{display: block;padding-right: 20px;font-size: 14px;color: #fff;background: url("../images/sectionBtnIcon.png") no-repeat right center;}
.sectionBtn a:hover{padding: 0 50px;}
.table{ display: table; width: 100%; height: 100%;table-layout:fixed}/* 设置表格方式垂直居中 */
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}/* 设置表格方式垂直居中 */
.section4Box{
	/*margin-top:80px;*/
}
.column5{width: 100%;position: relative; clear:both;}
.column5LScroll{position: relative;width: 43%;}
.column5LScroll .bd{ overflow: hidden;}
.column5LScroll .slick-list{ overflow: visible; margin-right: -30px; }
.column5LScroll .myslide{ width: 100%;}
.column5LScroll .con{ margin-right: 30px;}
.column5LScroll .con .pic::before{padding-top: 91.24%;}
.column5LScroll .con .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(73, 64, 126, .8);}
.column5LScroll .html{display: none;}
.bigtit{ color:#FFF; font-size:36px; font-weight:bold; margin-bottom:20px}
.column5RScroll{position: relative;width: 57%;}
.column5RScroll .bd{ overflow: hidden;}
.column5RScroll .slick-list{ overflow: visible; margin-right: -30px; }
.column5RScroll .myslide{ width: 100%;}
.column5RScroll .con{ margin-right: 30px;}
.column5RScroll .con .pic::before{padding-top: 68.8%;}
.column5C{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.column5CBox{padding: 65px 0 140px;width: 420px;}
.column5C .indexTitle{margin-bottom: 20px;}
.column5C .indexTitle .enTitle{color: #456992;}
.column5C .indexTitle .enTitle::before{background-color: #456992;}
.column5C .indexTitle .enTitle::after{background-color: #456992;}
.column5C .indexTitle .cnTitle{color: #fff;}
.column5Con .title{line-height: 40px;height: 40px;font-size: 20px;color: #FFB157;font-weight: bold;margin-bottom:0px;}
.column5Con .title2{line-height:25px;height:50px;font-size: 16px;color: #FFF;font-weight: bold;margin-bottom:40px;}
.column5Con .info{line-height: 25px;height: 80px;overflow: hidden;text-align: justify;font-size: 14px;color: #ffffff;margin-bottom: 0px;}
.column5Con .sectionBtn a{background-color: unset;border: 1px solid #fff;}
.column5CList{position: absolute;left:43%;top: 50%;margin-top:-140px;}
.column5CList dd .con{width: 120px;height:100px;display: block;text-align: center;background-color: rgba(0, 0, 0, .6); border-bottom:rgba(255,255,255,0.1) 1px solid}
.column5CList dd .con .icon{width:60px;margin: 10px auto 0px;}
.column5CList dd .con .icon .pic::before{padding-top: 110.6777%;}
.column5CList dd .con .text{line-height: 30px;height: 30px;overflow: hidden;font-size: 15px;color: #fff;}
.column5CList dd.active .con{background-color: #b17e42;}
/* ————— 第5通栏 end ————— */
.case{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:80px 0 0 0;
}
.case .descr{
	width:960px;
	margin:0 auto;
	font-size:18px;
	text-align:center;
}
.case .descr i{
	font-style:normal;
	color:#BAB035;
}
.case .cimg{
	width:100%;
	background:#f2f2f2;
	overflow:hidden;
	padding:20px 0;
	text-align:center;
	margin-top:30px;
}
.case .cimg img{
	border:#D6C887 1px solid;
}
/* 首页工程案例 */
.index_hor{
	clear:both;
	overflow:hidden;
	margin-top:80px;
}
.index_hor .container{
	width:1300px;
	margin:0 auto;
}
.index_hor .hor_l{ padding: 0; width: 14%; float: left; padding-top:5px}
.index_hor .hor_l .hor_t{ padding: 0 20px 25px 0; }
.index_hor .hor_l .hor_t h3{font-size:22px; font-weight:normal;}
.index_hor .hor_l .hor_t p{ font-size:16px;}
.index_hor .hor_l .hor_t hr{width: 60%;margin-left: 0; border:0; border-bottom:1px solid #000 ;}
.index_hor .hor_l ul{/*text-align: center; */box-shadow:4px 4px 5px 3px #f3f3f3; margin-top:30px;}
.index_hor .hor_l li {padding: 45.5px 10px 45.5px 20px; border-top:0.01px solid #e3e3e3;border-bottom:0.5px solid #e3e3e3;} 
.index_hor .hor_l li i,.index_hor .hor_l li h5{ font-style:normal; line-height:100%; margin:0 auto}
.index_hor .hor_l li:hover,.index_hor .hor_l li.cur  {background-color: #b6a83a;color: #fff;}
.index_hor .hor_l li:hover a,.index_hor .hor_l li:hover a h5,.index_hor .hor_l li.cur a h5,.index_hor .hor_l li.cur a i{color: #fff;}
.index_hor .hor_c {float: left;width: 6%; text-align: center; margin-top: 9.3%;}
.index_hor .hor_c .on{ border: 3px solid #e2201e;}
.index_hor .hor_c i{border: 3px solid #000; background-color: #fff; border-radius: 50%; width: 15px; height: 15px;display:inline-block ;}
.index_hor .hor_c hr{width: 0;height: 120px; border: 1px solid #e7e7e7; margin: 0 auto;}
.index_hor .hor_r{float: left;width: 80%;}
.index_hor .hor_r p{line-height: 2; font-size:16px;}
.index_hor .hor_r img{width: 100%;}
.index_hor .hor_r a{
	color:#424242
}
.hor_r a{ display:none}
.index_hor .hor_r_t{
	margin-top:24px;
}
.index_hor a.more,.case a.more{
	display:inline-block;
	width:110px;
	height:33px;
	background:#b6a83a;
	text-align:center;
	line-height:33px;
	border-radius:20px;
	color:#FFF;
	font-size:15px;
}
.index_hor a.more:hover,.case a.more:hover{
	background:#1D68AC;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.indextit{
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
.indextit h2{
	font-size:35px;
	font-weight:normal;
	margin-bottom:25px;
	color:#585757;
}
.indextit p{
	font-family:monaco;
	text-transform:uppercase;
	font-weight:lighter;
	margin-bottom:25px;
	font-size:36px;
	color:#1878B5;
}
/***************/
.indexnews{
	clear:both;
	width:100%;
	overflow:hidden;
	background:#F2F2F2;
	margin-top:100px;
	padding:80px 0;
	position:relative;
	display:none
}
.indexnews h2{
	margin-bottom:10px;
}
.indexnews .indextit p{
	color:#424242;
	font-weight:normal;
	font-size:16px;
}
.indexnews ul{
	width:1300px;
	margin:0 auto;
}
.indexnews ul li{
	float:left;
	width:calc((100% - 40px) / 3);
	margin-right:20px;
	background:#FFF;
	border:#E7E7E7 1px solid;
}
.indexnews ul li .img{
	width:100%;
	position:relative;
	overflow:hidden;
}
.indexnews ul li .img img{
	display:block;
	width:100%;
	transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.indexnews ul li:hover .img img{
	-ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.indexnews ul li:nth-child(3n){
	margin-right:0;
}
.indexnews ul li .text{
	padding:20px 15px 10px 15px;
	border-top:#f0f0f0 1px solid;
}
.indexnews ul li h3{
	margin-bottom:10px;
}
.indexnews ul li p{
	font-size:14px;
	color:#909090
}
.lj{
	width:32px;
	height:54px;
	background:url(../images/left.jpg) no-repeat;
	position:absolute;
	left:10%;
	top:50%;
}
.rj{
	width:32px;
	height:54px;
	background:url(../images/right.jpg) no-repeat;
	position:absolute;
	right:10%;
	top:50%;
}
.honor {
	width:100%;
	float:left;
	clear:both;
	background:#F3F3F3;
	padding:80px 0;
	margin-top:80px;
}
.honor p.title{
	font-size:35px;
	font-weight:bold;
	margin-bottom:30px;
	color:#4E4A49;
	text-transform:uppercase;
	text-align:center;
}
.honor p.title span{
	color:#1D79B6
}
.honor .con { 
	margin:40px auto 0 auto;
	position:relative;
	width:-moz-calc(90% + 100px);
	width:-webkit-calc(90% + 100px);
	width: calc(90% + 100px);
	max-width: calc(1300px + 100px);
	min-width: calc(1200px + 100px);
}
.honor .tempWrap{
	overflow:hidden;
	position:relative;
	width:-moz-calc(100% - 100px);
	width:-webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin:0 auto;
}
.honor .con ul{
    font-size:0;
    padding:0;
    margin:0 -25px 0 0;
}
.honor .con li { 
   display:inline-block;
   width:33.3333%;
   padding-right:25px;
   position:relative;
   -webkit-box-sizing:border-box;
   box-sizing: border-box;
   -webkit-border: border-color;
   -moz-box-sizing: border-box;
}
.honor .con li:hover{
	/*box-shadow:0 15px 15px rgba(0,0,0,.1);*/
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out
}
.honor .con li a { 
   display:block; 
   position:relative; 
   font-size:18px;
}
.honor .con li .s-img {
	/*height:250px; */
	text-align:center;
	vertical-align: middle;
	/*display: table-cell;*/
	width:100%;
	position:relative;
	overflow:hidden;
	border-bottom:#f0f0f0 1px solid;
}
.honor .con li .s-img img {
	display:inline-block; 
	vertical-align:middle; 
	width:100%; 
	max-height:100%;
	transition: all linear 0.3s
}
.honor .con li:hover img{
	-moz-transform:scale(1.2);
    -webkit-transform: scale(1.2);
    transform:scale(1.2);
}
.honor .con li .s-text{
	background:#FFF;
	width:100%;
	height:120px;
	padding:30px 20px;
	overflow:hidden;
	line-height:180%;
	font-size:14px;
}
.honor .con li .s-text p{
	color:#999;
	margin-top:10px;
}
.honor .con li .s-text h3{
	font-size:15px;
}
.honor .con li:hover .s-text h3{
	color:#0047BA;
}
.honor .con li:hover .s-text p{
	color:#777;
}
.honor .con a.prev {
	outline:none;
    position:absolute; 
	left:0px; 
	top:50%; 
	width:32px; 
	height:54px; 
	margin-top:-27px; 
	background:url(../images/left.jpg?v=2.0) no-repeat center center;
	transition: all linear 0.3s
}
.honor .con a.prev:hover {
	background:url(../images/left.jpg?v=2.0) no-repeat center center;
}
.honor .con a.next {
	outline:none;
	position:absolute; 
	right:0px; 
	top:50%; 
	width:32px; 
	height:54px; 
	margin-top:-27px;
	background:url(../images/right.jpg?v=2.0) no-repeat center center;
	transition: all linear 0.3s
}
.honor .con a.next:hover {
	background:url(../images/right.jpg?v=2.0) no-repeat center center;
}

.serIcon{ position:relative; width:100%; overflow:hidden; padding:60px 0; margin:0 auto; background:#FFF}
.serIcon li{ width:calc((100% - 80px) /3); margin-right:40px; padding:38px 0 38px 185px;border: 1px solid #e2e1e1;border-radius: 5px; overflow: hidden; float:left; height:116px; background:url(../images/index_icon_02.png) no-repeat;}
.serIcon li.n1{ background-position:0 -95px;}
.serIcon li.n2{ background-position:-370px -95px;}
.serIcon li.n3{ background-position:-740px -95px; padding-left:145px; margin-right:0}
.serIcon li h5{ font-size:14px; font-weight:normal; color:#888; line-height:100%;}
.serIcon li a{ color:#bc9882; display:block; padding-top:3px;}
.serIcon li a:hover{ color:#3c3c3c;}
.serIcon li a.tel{ font-family:Arial, Helvetica, sans-serif; font-size:21px;/* margin-top:-5px; */cursor:default;}
.serIcon li a.tel:hover{color:#bc9882;}
.footer{width:100%; overflow:hidden; position:relative}
.gotop{
	position:absolute;
	top:0;
	width:46px;
	left:50%;
	margin-left:-23px;
}
.bgcolor{background:#f0f0f0; color:#424242}
.footer h4{text-align:center; font-size:32px; font-weight:normal; color:#424242;}
.footer .bgcolor{padding:40px 0;}
.footer .link u{text-decoration:none; padding:0 12px; color:#999;}
.footer .link a{color:#424242;}
.footer .link a:hover{color:#000;}
.footer .copyright{color:#424242; padding-top:0px;}
.footer .copyright a{ color:#424242}
.footer .other{float:right;width:120px;margin-top:10px; text-align:center; font-size:14px;}
.footer .other a{display:block; float:left; width:36px; height:36px; margin-right:10px;opacity:0.75}
.footer .other a:hover{opacity:1;}
.footer .address,.path{height:40px; line-height:40px; border-top:1px solid #e5e5e5; text-indent:16px; color:#999;}
.footer .address a,.path a{color:#999;}
.footer .address a:hover,.path a:hover{color:#000;}
.footer .address u,.path u{padding:0 10px; text-decoration:none;}
.path{text-indent:0;height:55px; line-height:55px;}
.path .name{float:right; color:#bc9882; text-decoration:underline;}
.footer .other a.wx i{position:absolute; width:137px; height:137px; left:-55px; top:-145px; background:url(../images/ewm.png) no-repeat; display:none;}
.white-bg{
	width:100%;
	background:#FFF; 
	clear:both;
}
.ins-ban{
	clear:both;
	/*min-height:450px;
	margin-top:150px;*/
}
.ins-ban img{
	width:100%;
	display:block;
}
/*子栏目导航*/
.lm-nav {
  height: 55px;
  line-height: 55px;
  text-align: center;
  background:#1D68AC;
  font-size: 0;
  position: relative;
  z-index:2;
  clear:both;
}
.lm-nav .line {
  height: 46px;
  border-left: 1px solid #015C61;
  position: absolute;
  bottom: -46px;
  left: 50%;
}
.lm-nav a{
  display: inline-block;
  padding: 0 28px;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right:1px;
}
.lm-nav a.cur {
  background: #f6f6f6;
  color: #424242;
}
.lm-nav a:hover {
  background: #f6f6f6;
  color: #424242;
}
/*主栏目面包屑导航*/
.bread-nav {
  height: 45px;
  line-height: 45px;
  z-index:2;
  clear:both;
}
.bread-nav,
.bread-nav a,
.bread-nav span {
  font-size: 14px;
  color: #bababa;
  text-transform:uppercase;
}
.bread-nav span{
  font-family:'宋体'
}
/*主栏目标题*/
.zlm-title {
  margin: 0px auto 85px;
  z-index:2;
  clear:both;
}
.zlm-title .top {
  text-align: center;
  position: relative;
}
.zlm-title .top p {
  height: 5px;
  border: 1px dotted #b7b7b7;
  border-left: none;
  border-right: none;
  width: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  z-index:2
}
.zlm-title .top span {
  background: #f6f6f6;
  font-size: 17px;
  color: #363636;
  font-family: 'Helvetica Condensed Bold_0';
  text-transform:uppercase;
  letter-spacing:2px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  top: -5px;
}
.zlm-title .btm {
  text-align: center;
  z-index:2
}
.zlm-title .btm span {
  font-size: 26px;
  color: #383838;
  margin: 8px 0 17px;
  display: inline-block;
  font-weight: bold;
  z-index:2
}
.zlm-title .btm .line {
  width: 50px;
  height: 1px;
  background: #b2d2ed;
  margin: auto;
}
.s-title .top span {
  font-size: 19px;
}
.s-title .btm span {
  font-size: 32px;
  z-index:2
}
.zlm-title.s-title .top {
  width: 76.19047619047619%;
  min-width: 1280px;
  margin: 0 auto;
}
.zlm-title.s-title {
  padding: 0px 0 30px;
  margin: 0;
  margin-bottom:20px;
  margin-top:20px;
}
.subabout{
	/*width:100%;*/
	clear:both;
	/*float:left;*/
	overflow:hidden;
	background:#FFF;
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
}
/******分页********************/
.pagination {
	margin: 0px auto 80px auto;
	clear:both;
	float:left;
	width:100%;
	/*background:#FFF;*/
	height:40px;
}

.pagination ul {
	width:100%;
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	/*margin-left: 0;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*zoom: 1;
	text-align:center;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05)*/
}

.pagination ul li {
	display: inline-block;
	border:#e0e0e0 1px solid;
	background:#FFF;
	padding:6px 16px;
	margin:0 5px
}
.pagination ul li a{
	display:block;
}
.pagination ul li.ctxt{
	background:#B58749!important;
	border:#B58749 1px solid;
	color:#FFF;
}
.pagination ul li:hover{
	border:#B58749 1px solid;
	color:#B58749
}
.pagination ul li:hover a{
	color:#B58749
}
.pagination ul li.ctxt:hover{
	color:#FFF!important
}
/*********新闻*******/
.subnews{
	clear:both;
	width:100%;
	/*overflow:hidden;*/
}
.subnews .news-wrapper{
	/*width:1280px!important;*/
	margin:0 auto;
}
.subnews .news-wrapper li{
	width:calc((100% - 60px) / 3);
	width:-moz-calc((100% - 60px) / 3);
	width:-webkit-calc((100% - 60px) / 3);
	float:left;
	border-bottom:#D8D8D8 0px solid;
	margin-bottom:50px;
	margin-right:30px;
	transition: all linear 0.3s;
	box-shadow: 0 16px 20px -6px rgba(97, 105, 113, 0.2);
}
.subnews .news-wrapper li:hover{
	transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	box-shadow: 0 16px 20px -6px rgba(97, 105, 113, 0.3);
}
.subnews .news-wrapper li:nth-child(3n){
	margin-right:0;
}
.subnews .newsimg{
	width:100%;
	position:relative;
	overflow:hidden;
}
.subnews .newsimg img{
	width:100%;
	transition: all linear 0.3s
}
.subnews li:hover img{
	-moz-transform:scale(1.1);
    -webkit-transform: scale(1.1);
    transform:scale(1.1);
}
.subnews .newstitle{
	background:#fff;
	width:100%;
	padding:15px 20px;
	border-top:#e0e0e0 1px solid;
}
.subnews .newsdate{
	font-size:14px;
	font-family:arial;
	color:#676161;
	font-weight:300;
}
.subnews .newstitle h3{
	font-size:18px;
	font-weight:500;
	color:#202020;
	height:30px;
	margin-bottom:10px;
	white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.subnews .newstitle p{
	color:#808080;
	font-size:15px;
	height:50px;
	overflow:hidden;
	line-height:160%;
}
.subnews .newstitle:hover p,.subnews .news-wrapper li:hover .newstitle p{
	color:#333;
}
.subnews .newstitle i{
	font-style:normal;
	margin-top:40px;
	clear:both;
	display:block;
	color:#666666
}
.subnews a .newstitle h3:hover,.subnews .newstitle i:hover,.subnews .news-wrapper li:hover .newstitle h3{
	color:#B58749;
}
.subpage .newsnav{
	width:1280px;
	margin:0 auto;
	clear:both;
	text-align:right;
	font-size:0;
	margin-top:100px;
	margin-bottom:60px;
}
.subpage .newsnav li:first-child{
	float:left;
	border-bottom:#666 1px solid;
	margin-left:0;
	font-size:28px;
	font-weight:400;
	color:#322D2A;
	position:relative;
	top:-15px;
	line-height:100%;
}
.subpage .newsnav li:first-child a{
	color:#322D2A;
}
.subpage .newsnav li{
	display:inline-block;
	margin-left:20px;
	font-size:16px;
}
.subpage .newsnav li span{
	padding-left:20px
}
.subpage .newsnav li:last-child span{
	display:none
}
.subpage .newsnav li.cur a,.newsnav li:hover a{
	color:#00B3FB
}
/******新闻内页********/
.shownews{
	/*width:1000px;*/
	margin:0 auto;
	overflow:hidden;
	clear:both;
	/*margin-top:100px;*/
}
.shownews .l{
	float:left;
	width:280px;
	color:#696969;
	font-size:24px;
	font-weight:300;
}
.shownews .l span{
	display:block;
	font-size:14px;
}
.shownews .l .ltit{
	height:60px;
	line-height:60px;
	text-align:center;
	background:#094194;
	color:#FFF;
	font-size:24px;
}
.shownews .l a{
	display:block;
	font-size:16px;
	height:50px;
	line-height:50px;
	border-bottom:#f0f0f0 1px solid;
	padding-left:20px;
	font-weight:normal;
	background:url(../images/sort3.png) no-repeat 94% center #FFF;
}
.shownews .r{
	width:calc(100% - 360px);
	width:-moz-calc(100% - 360px);
	width:-webkit-calc(100% - 360px);
	float:right;
	border:#f0f0f0 1px solid;
	background:#FFF;
	overflow:hidden;
	padding:40px 50px;
	border-radius:5px;
	margin-bottom:80px;
	box-shadow: 0 16px 20px -6px rgba(97, 105, 113, 0.2);
	font-size:16px;
	line-height:220%;
}
.shownews .r .tit{
	border-bottom:#cecece 1px solid;
	font-size:24px;
	overflow:hidden;
	font-weight:300;
	letter-spacing:2px;
	color:#322D2A;
	margin-bottom:20px;
	padding-bottom:20px;
}
.shownews .r .tit span{
	display:block;
	font-size:15px;
}
.shownews .r .newscon{
	width:100%;
}
.shownews .r .newscon p{
	margin-bottom:20px;
}
.shownews .r .newscon img{
	max-width:100%;
}
.newsbot{
	width:100%;
	clear:both;
	margin-top:50px;
	margin-bottom:0px;
	padding-top:10px;
	border-top:#cecece 2px solid;
	text-align:right;
}
.newsbot a{
	display:inline-block;
}
.newsbot a:first-child{
	float:left;
	width:100px;
	height:28px;
	border:#B58749 1px solid;
	border-radius:30px;
	text-align:center;
	line-height:28px;
	margin-top:10px;
	font-size:15px;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	transition: all linear 0.3s;
}
.newsbot a:first-child:hover{
	background:#B58749;
	color:#FFF;
}
.newsbot a:hover{
	color:#B58749;
}
.newsbot a.close{
	margin:0 20px;
}
.list_case{
	width: 100%;
	padding-top:0px;
}
.caselist{
	width:100%;
	padding:0;
	clear:both;
	overflow:hidden;
	margin-top:40px;
	font-size:0;
	text-align:center;
}
.caselist ul li{
	/*display:inline-block;*/
	width:calc((100% - 60px) / 3);
	position:relative;
	/*background:#000;*/
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	background:#f5f5f5;
	transition: all linear 0.3s;
	box-shadow:0 10px 10px rgba(0,0,0,.1);
}
.caselist ul li:nth-child(3n){
	margin-right:0;
}
.caselist ul li .caseimg{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index: 1;
}
.caselist ul li .caseimg img{
	width:100%;
	transition: 0.5s;
}
.caselist ul li:hover .caseimg img{
	opacity: 1;
    transform: scale(1.1);
}
.caselist ul li .content {
    /*position: absolute;*/
    width: 100%;
    /*top: 50%;
    transform: translateY(-50%);*/
    z-index: 999;
    padding:0 0px;
    box-sizing: border-box;
    text-align: center;
	
}
.caselist ul li .content h2 {
    margin: 0 0 0px;
    padding: 0;
    /*color: #fff;*/
    transition: 0.5s;
    /*transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;*/
    font-size: 16px;
	font-weight:normal;
	height:60px;
	line-height:60px;
	background:#FFF;
}

.caselist ul li .content h3 {
    margin: 0 0 0px;
    /*padding: 1rem 0 3rem;
    color: #fff;*/
    transition: 0.5s;
    /*transform: translateY(-50px);
    opacity: 0;*/
    visibility: hidden;
    font-size: 15px;
	display:none;
}
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	top: 0;
	left: 0;
	z-index: 1000
}

.modal {
	background: #000;
	width: 720px;
	height: 405px;
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 1001;
	overflow:hidden;
}

.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	z-index: 2
}

.modal iframe {
	z-index: 1
}

.modal .close a:link,.modal .close a:visited {
	color: #666;
	text-decoration: none
}

.modal .close a:hover,.modal .close a:active {
	color: #333;
	text-decoration: none
}
/*********产品*********************/
.product { padding:20px 0; }
.product .side { width:260px; float:left; display:none}
.product .side .tit { background:#143A83; color:#FFFFFF; padding:21px 40px; }
.product .side .tit em { display:block; font-size:12px; font-weight:normal; }
.product .side .tit strong { display:block; font-size:20px; font-weight:normal; }
.product .side .con { /*background:#0094DE; padding:20px;*/ padding-top:0px; }
.product .side .con dt a { display:block; height:50px; line-height:50px; font-size:16px; padding:0 20px; background:url(../images/product_side_dt_ico.png) no-repeat 90% 50% #FFFFFF; margin-top:10px; }
.product .side .con dt a.cur,.product .side .con dt a:hover{background:url(../images/product_side_dt_ico_on.png) no-repeat 90% 50% #143A83; color:#FFF }
.product .side .con dd { background:url(../images/product_side_dd_dot.png) no-repeat 2% 50%; width:100%; margin:0 }
.product .side .con dd a { display:block; height:49px; line-height:50px; font-size:14px; padding:0 20px; background:url(../images/product_side_dd_ico.png) no-repeat 88% 50% #FFF; color:#424242; border-bottom:1px solid #e0e0e0; }
.product .side .con dd a:hover,.product .side .con dd a.cur{background:url(../images/product_side_dd_ico_on.png) no-repeat 88% 50% #FFF; color:#0094DE;}
.product .list {width:calc(100% - 0px);/*float:right;*/}
.product .list ul.picture li { width:100%; background:#FFF; overflow:hidden;box-sizing:border-box;position:relative;margin-bottom:50px;transition: all linear 0.3s; position:relative;box-shadow:0 15px 15px rgba(0,0,0,.1); border-radius:5px; border:#f0f0f0 1px solid;}
.product .list ul.picture li:hover{
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-webkit-box-shadow:0 15px 15px rgba(0,0,0,.2);
	box-shadow:0 15px 15px rgba(0,0,0,.2);
}
.product .list ul.picture li a { display:block;/* box-shadow:1px 5px 20px rgba(0,0,0,0.02);*/ }
.product .list ul.picture li .img {overflow:hidden;float:right; width:45%; position:relative}
.product .list ul.picture li .img img { display:inline-block; vertical-align:middle; max-width:100%; /* max-height:90%;transform:scale(1.1); */transition:all .5s ease; }
.product .list ul.picture li:hover .img img { display:inline-block; vertical-align:middle; max-width:100%; transform:scale(1.1); transition:all .5s ease; }
.product .list ul.picture li .txt {padding:50px 0px 0 50px; transition:all .5s ease; float:left; width:50%;}
.product .list ul.picture li .ptit { font-size:24px; font-weight:bold; margin-bottom:40px; position:relative; padding-left:170px; color:#5EB23B;}
.product .list ul.picture li .ptit span{
	width:150px;
	height:36px;
	background:#BADA99;
	display:block;
	position:absolute;
	left:0;
	border-left:#5CB532 10px solid;
	top:-3px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}
.product .list ul.picture li .pname { font-size:20px; font-weight:bold; margin-bottom:0px;color:#0F57A3}
.product .list ul.picture li .pdesc { font-size:16px; font-weight:bold; margin-bottom:20px;}
.product .list ul.picture li .pdesc2{ font-size:16px; margin-bottom:20px;}
.product .list ul.picture li a.pmore{
	border:#0F57A3 1px solid;
	width:120px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#0F57A3;
	border-radius:40px;
	position:absolute;
	bottom:50px;
	transition:all .5s ease;
}
.product .list ul.picture li a.pmore:hover{
	border:#B58749 1px solid;
	color:#B58749;
	box-shadow:0 16px 30px rgba(0, 0, 0, 0.2);
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.product .list ul.picture li a:hover { box-shadow:0 16px 70px rgba(0, 0, 0, 0.1); }
.product .list ul.picture li a:hover .img img { transform:scale(1.01); }
.product .list ul.picture li:hover .ptit { color:#B58749}
.product .list ul.picture li a:hover .txt i { background-image:url(../images/case_jt2.png 96%); border-color:#FFFFFF; }
/*****产品详情***********/
.fl{
	float:left;
}
.fr{
	float:right;
}
.cp_jj {
	overflow: hidden;
	border-bottom: 0px solid #e6e6e6;
	padding-top: 40px;
	width:100%;
}

.cp_jj_left {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.cp_jj_left #spec {
	position: relative;
	width: 500px;
	/*height: 56px;
	margin-left: 96px;*/
	overflow: hidden;
	padding-top: 6px
}

.cp_jj_left #preview {
	text-align: center;
	margin: 20px auto 0;
	width: 500px;
	float: none
}

.cp_jj_left .jqzoom {
	width: 500px;
	margin-bottom: 21px;
	height: 500px;
	overflow: hidden;
	_height: 500px;
	position: relative;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}

.jiathis_style {
	margin-left: 235px;
	margin-top: 12px
}

.cp_jj_right {
	width: calc(100% - 580px);
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-left:80px;
	font-size:16px;
	font-weight:300;
	color:#000;
}

.cp_jj_right1 {
	width: 650px;
	padding-bottom: 30px;
	margin-left:80px;
	margin-top:40px;
}

.cp_jj_right h3 {
	font-size: 21px;
	font-weight: normal;
	margin-top: 20px;
	
}

.cp_jj_right h4 {
	color: #04a1e6;
	font-size: 12px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px
}
.cpxq_txt {
	line-height: 28px;
	margin-bottom: 8px
}

.cpxq_txt .txt1 {
	font-size: 14px;
	width: 105px;
	display: inline-block;
	height: 28px;
	background: #fafafa;
	text-align: center;
	color: #999;
	margin-right: 12px
}
.mfzx {
	display: inline-block;
	/*width: 226px;*/
	padding:0 20px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	background: #04a1e6;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	margin-right:20px;
}

.mfzx:hover {
	display: inline-block;
	/*width: 226px;*/
	height: 40px;
	border-radius: 3px;
	text-align: center;
	background: #05b3ff;
	color: #fff;
	line-height: 40px;
	font-size: 16px
}

.zxkf {
	display: inline-block;
	width: 138px;
	height: 38px;
	border-radius: 3px;
	text-align: center;
	color: #999;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #e6e6e6
}
.mv-right{
	display:inline-block;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	border:#e0e0e0 1px solid;
	border-radius:5px;
	width:250px;
	font-size:13px;
	color:#909090;
	line-height:100%;
}
.mvr-compname{
	float:left;
	width:120px;
	height:120px;
	margin-right:5px;
}
.mvr-compname img{
	width:100%;
}
.mcr-job{
	margin:40px 0 10px 0;
}
.text-hide{
	text-indent:-9999px;
}
.cp_xq_btn span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-left: 25px;
	background: url(tpl/web/images/xq_ico.png) 0 no-repeat;
	margin-right: 12px
}

.cpxq_nav {
	/*background: #fff;*/
	height: 67px;
	border-bottom: 1px solid #e6e6e6
}

.cpxq_nav_1 {
	width: 260px;
	height: 68px;
	margin-right: 195px
}

.cpxq_nav_2 ul li {
	display: inline-block;
	float: left;
	line-height: 67px;
	width: 120px;
	text-align: center
}

.nav_cur {
	border-bottom: 2px solid #00a2ea
}

.cpxq_nav_2 ul li a {
	font-size: 16px;
	color: #999
}

.cpxq_nav_1_txt {
	margin-top:10px
}

.cpxq_nav_1_txt h5 {
	font-size: 14px;
	font-weight: normal;
	line-height:100%;
}

.cpxq_nav_1_txt span {
	font-size: 12px;
	color: #04a1e6;
	height: 16px;
	line-height:16px;
	overflow: hidden;
	float: left
}

.cpxq_nav_3 {
	width: 200px;
	height: 68px;
	background: #04a1e6;
	text-align: center
}

.cpxq_nav_3 a {
	color: #fff;
	font-size: 16px;
	line-height: 68px;
	display: block
}

.cpxq_nr_1 {
	/*background: #fafafa;*/
	overflow: hidden;
	position: relative;
	z-index: 9
}

.cpxq_nr_2 {
	/*background: #fff;*/
	overflow: hidden;
	min-height: 391px;
	margin-top: -68px;
	position: relative;
	z-index: 8;
	width: 100%
}

.cpxq_nr_3 {
	background: #f3f3f3
}

.cpxq_nr_4 {
	background: #fff;
	overflow: hidden;
	margin-top: -68px
}
.cpxq_nr_4 {
	overflow: hidden;
	width: 100%;
}
.cpxq_nav_2 ul div {
    display: inline-block;
    float: left;
    line-height: 67px;
    width: 120px;
    text-align: center;
}
.cpxq_nav_2 ul div a{
	font-size: 16px;
	color: #999;
}
.cpxq_nr_5 {
	background: #fff;
	overflow: hidden;
	height: 408px;
	margin-top: -68px
}
.ggcs_txt {
	width: 924px;
	margin-top: 40px;
	margin-left: 15px
}

.ggcs_txt div {
	width: 30%;
	float: left;
	margin-right: 30px;
	height: 80px
}

.ggcs_txt span {
	font-size: 14px
}

.ggcs_txt i {
	font-size: 14px;
	font-style:normal;
}
#specList {
	display: inline;
	float: left;
	margin-left: 2px;
	POSITION: relative;
	TEXT-ALIGN: left;
	WIDTH: 100%;
	HEIGHT: 80px;
	OVERFLOW: hidden;
	TOP: 0;
	margin: 0 auto;
	text-align: center
}

#specList UL {
	margin-left: 0;
	POSITION: relative;
	WIDTH: 100%;
	text-align: center
}

#specList UL LI {
	width: 80px;
	display: inline;
	float: none;
	margin-right: 3px;
	height: 80px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0
}

#specList UL LI:nth-child(4) {
	margin-right: 0
}

#specList UL LI IMG {
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 70px;
	padding-right: 2px;
	margin-bottom: 1px;
	height: 70px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding-top: 2px
}

.bigimg {
	WIDTH: 800px;
	HEIGHT: 800px;
}

.jqZoomPup {
	z-index: 10;
	border-bottom: #aaa 1px solid;
	position: absolute;
	filter: alpha(opacity=50);
	border-left: #aaa 1px solid;
	width: 50px;
	background: #FFF no-repeat 50% top;
	height: 50px;
	visibility: hidden;
	border-top: #aaa 1px solid;
	top: 0;
	cursor: move;
	border-right: #aaa 1px solid;
	left: 0;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5
}
.zoomdiv {
	width: 310px;
	height: 310px;
	left: 859px;
	z-index: 100;
	border-bottom: #e4e4e4 1px solid;
	position: absolute;
	text-align: center;
	border-left: #e4e4e4 1px solid;
	width: 310px;
	display: none;
	background: url(../images/loading.gif) #fff no-repeat center center;
	height: 310px;
	overflow: hidden;
	border-top: #e4e4e4 1px solid;
	top: 1px;
	border-right: #e4e4e4 1px solid;
	left: 0
}

.cp_list_txt h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal
}

.cp_list_txt span {
	display: block;
	color: #999
}
.ins-ban img{
	width:100%;
}
#gotnr1{
	font-size:16px;
	font-weight:300;
	color:#000;
}
#gotnr1 td{
	padding:15px 10px;
	font-size:16px;
	font-weight:300;
	color:#000;
}
.shtit{
	clear:both;
	margin-top:30px;
	border-bottom:#e0e0e0 1px solid;
	margin-bottom:30px; 
	font-size:20px; 
	font-weight:bold;
	position:relative;
	padding-bottom:5px;
}
.shtit span{
	position:absolute;
	display:block;
	width:160px;
	height:3px;
	background:#000;
	left:0;
	bottom:-2px;
}
.shtit i{
	font-style:normal;
	font-family:'Helvetica Condensed Bold_0';
	padding-left:10px;
}
/*****在线客服************/
.ycxzx {
	position:fixed;
	right:5px;
	bottom:10%;
	z-index:99999999;
	/*margin-top:-148px;*/
	width:50px;
	background:#FFF;
	border-radius:50px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.ycxzx i{
	width:41px;
	height:41px;
	background-position:center;
	display:block;
	-webkit-border-radius: 100%;
	border-radius:100%;
	border:#f0f0f0 1px solid;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.ycxzx .kf:hover i.tel,.ycxzx .kf:hover i.qq{
	-webkit-border-radius: 40px;
	border-radius: 40px;
	/*border-top-left-radius:0;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:0;*/
}
.ycxzx i.weixin{
	background:url(../images/right_pic2.png?v=2.0) no-repeat center center #FFF;
}
.ycxzx i.weixin:hover{
	background:url(../images/right_pic2_on.png?v=2.0) no-repeat center center #B07F3D;
}
.ycxzx i.qq{
	background:url(../images/right_pic5.png?v=2.0) no-repeat center center #FFF;
}
.ycxzx i.qq:hover{
	background:url(../images/right_pic5_on.png?v=2.0) no-repeat center center #B07F3D;
}
.ycxzx i.tel{
	background:url(../images/right_pic1.png?v=2.0) no-repeat center center #FFF;
}
.ycxzx i.tel:hover{
	background:url(../images/right_pic1_on.png?v=2.0) no-repeat center center #B07F3D;
}
.ycxzx i.yuyue{
	background:url(../images/right_pic3.png?v=2.0) no-repeat center center #FFF;
}
.ycxzx i.yuyue:hover{
	background:url(../images/right_pic3_on.png?v=2.0) no-repeat center center #B07F3D;
}
.ycxzx i.top{
	background:url(../images/right_pic6.png?v=2.0) no-repeat center center #FFF;
}
.ycxzx i.top:hover{
	background:url(../images/right_pic6_on.png?v=2.0) no-repeat center center #B07F3D;
}
.ycxzx i:hover,.ycxzx .kf:hover i{
	/*border-top-right-radius:4px;
	border-bottom-right-radius:4px;*/
}
.ycxzx dd {padding-bottom:5px}
.ycxzx a img {width:100%}
.ycxzx dd a img.ydg {display:none}
.ycxzx dd a:hover img {display:none}
.ycxzx dd a:hover img.ydg {display:block}
.ycxzx .kf {display:block;position:relative}
.ycxzx .kf .ewms {position:absolute;right:100%;top:0;border:1px solid #eee;width:140px;display:none;border-radius:4px}
.ycxzx .kf:hover .ewms {display:block}
.ycxzx .kf .dh {
	position:absolute;
	right:1;
	margin-right:0px;
	line-height:41px;
	top:0;
	font-size:20px;
	width:0px;
	height:41px;
	text-align:center;
	/*display:none;*/
	background:#B07F3D;
	background-color:#B07F3D;
	border-radius:41px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	opacity:0;
	overflow:hidden;
	font-family:"Helvetica Condensed Bold_0"
}
.ycxzx .kf:hover .dh {
	/*display:block;*/
	color:#fff;
	opacity:1;
	width:220px;
	right:1px;
}
.ycxzx .kf:hover .dh a{
	color:#FFF
}
.ycxzx .kf:hover .dh.nonebg{
	width:130px;
	height:150px;
	background:#B07F3D;
	text-align:center;
	font-size:14px;
	line-height:100%;
	right:110%;
	border-radius:4px;
}
.ycxzx .kf:hover .dh.nonebg img{
	width:80%;
	margin-top:10%;
	margin-bottom:10px
}
.ycxzx .dd3 .kf .dh{
	background:url(../images/right_pic1_on.png?v=2.0) no-repeat 30px #B07F3D;
	padding-left:30px;
}
.ycxzx .dd2 .kf .dh{
	background:url(../images/right_pic5_on.png?v=2.0) no-repeat 30px #B07F3D;
	padding-left:30px;
}
.ycxzx .dd3 .kf .dh.code{
	padding-left:0px;
}
/* ————— 分享 start ————— */
.articleShare {display:block;text-align: center;position: relative; clear:both;}
.articleShare::before{display: block;content: "";width: 30%;left: 0;top: 50%;height: 1px;position: absolute;background: linear-gradient(-45deg, transparent 0,transparent 50%,#e0e0e0 50%,transparent 51%,transparent) repeat;background-size: 4px 4px;height: 8px;margin-top: -4px;}
.articleShare::after{display: block;content: "";width: 30%;right: 0;top: 50%;height: 1px;position: absolute; background: linear-gradient(-45deg, transparent 0,transparent 50%,#e0e0e0 50%,transparent 51%,transparent) repeat;background-size: 4px 4px;height: 8px;margin-top: -4px;}
.articleShare .shareParent .shareItem{vertical-align: middle; margin:0 5px}
/* .shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;} */
/* ————— 分享 end ————— */