/*end*/

body {
	overflow-x: hidden;
}













/**/

.search {
	height: 78px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
}

.sea {
	height: 76px;
	width: 75.3%;
	margin: 0 auto;
}

.sea span {
	display: block;
	height: 76px;
	float: left;
}

.sea span i {
	display: block;
	height: 76px;
	line-height: 76px;
	float: left;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}

.sea span a {
	display: block;
	height: 76px;
	line-height: 76px;
	float: left;
	font-size: 14px;
	color: #555555;
	margin-right: 36px;
}

.sea span a:last-child {
	margin-right: 0;
}

.sea .sou {
	width: 276px;
	height: 46px;
	float: right;
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 17px;
}

.sea .sou .txt {
	width: 199px;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	background: 0;
	border: 0;
	font-size: 14px;
	color: #666;
}

.sea .sou .btn {
	width: 75px;
	height: 44px;
	float: left;
	background: url(../image/sea-btn.png) no-repeat center;
	cursor: pointer;
}

.sea .sou .txt::-webkit-input-placeholder {
	font-size: 14px;
	color: #666;
}

.sea .sou .txt::-moz-placeholder {
	font-size: 14px;
	color: #666;
}

@media screen and (min-width:760px) and (max-width:1680px) {

	.sea {
		width: 93.3%;
	}

}

/**/

.guide {
	padding: 87px 0 50px;
	background: url(../image/guide.jpg) no-repeat center top;
}

.gui {
	width: 75.3%;
	margin: 0 auto;
}

.gui .gui-left {
	width: 594px;
	height: 578px;
	float: left;
	padding-top: 43px;
	position: relative;
	z-index: 200;
}

.gui .gui-left h2 {
	margin-bottom: 28px;
}

.gui .gui-left h2 span {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 45px;
	color: #333333;
	padding-right: 37px;
	font-weight: bold;
	background: url(../image/gui-yy.png) no-repeat right 11px;
}

.gui .gui-left h2 em {
	display: block;
	height: 73px;
	line-height: 73px;
	font-size: 55px;
	color: #003171;
	font-weight: bold;
}

.gui .gui-left strong {
	display: block;
	line-height: 33px;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	
	margin-bottom: 37px;
}

.gui .gui-left .hd {
	width: 330px;
	height: 47px;
	background: #E1E1E1;
	margin-bottom: 94px;
}

.gui .gui-left .hd ul li {
	float: left;
	width: 173px;
	height: 47px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.gui .gui-left .hd ul li.jd2 {
	margin-left: -16px;
}

.gui .gui-left .hd ul li i {
	display: block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #666666;
	
	position: relative;
	z-index: 200;
}

.gui .gui-left .hd ul li.jd1:before {
	width: 100%;
	height: 47px;
	background: url(../image/gui-jd1.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.gui .gui-left .hd ul li.jd2:before {
	width: 100%;
	height: 47px;
	background: url(../image/gui-jd2.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.gui .gui-left .hd ul li.cur i {
	color: #FFF;
}

.gui .gui-left .hd ul li.jd1.cur:before {
	display: block;
}

.gui .gui-left .hd ul li.jd2.cur:before {
	display: block;
}

.gui .gui-left .gui-sz {
	width: 973px;
	height: 138px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding-top: 24px;
	box-sizing: border-box;
}

.gui .gui-left .gui-sz ul li {
	float: left;
	height: 83px;
	border-right: 1px solid #eeeeee;
}

.gui .gui-left .gui-sz ul li span {
	display: block;
	text-align: center;
	height: 56px;
}

.gui .gui-left .gui-sz ul li span em {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 55px;
	color: #003171;
	font-weight: bold;
}

.gui .gui-left .gui-sz ul li span i {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #e93c02;
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: bottom;
	margin: 0 0 5px -8px;
}

.gui .gui-left .gui-sz ul li p {
	height: 27px;
	font-size: 14px;
	line-height: 27px;
	color: #333333;
	text-align: center;
}

.gui .gui-left .gui-sz ul li:nth-child(4) p {
	padding-left: 46px;
}

.gui .gui-left .gui-sz ul li:nth-child(5) p {
	padding-left: 23px;
}

.gui .gui-left .gui-sz ul li:last-child {
	border-right: 0;
}

.gui .gui-rig {
	width: 765px;
	height: 533px;
	overflow: hidden;
	float: right;
}

.gui .gui-rig .gui-con,
.gui .gui-rig .gui-con .con {
	height: 100%;
}

.gui .gui-rig span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
}

.gui .gui-rig span img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.gui .gui-rig span:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);
}

@media screen and (min-width:760px) and (max-width:1680px) {

	.gui {
		width: 93.3%;
	}

	.gui .gui-left {
		width: 530px;
		height: 540px;
	}

	.gui .gui-rig {
		width: 670px;
	}

}

/**/

.pro-top {
	height: 775px;
	background: url(../image/product.jpg) no-repeat center top;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
	/*margin-bottom: 30px;*/
}

.pro-top h2 {
	text-align: center;
	margin-bottom: 64px;
}

.pro-top h2 span {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	color: #FFF;
	padding: 0 21px;
	position: relative;
	font-weight: normal;
}

.pro-top h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}

.pro-top h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}

.pro-top h2 em {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #e0e0e0;
	font-weight: normal;
}

.pro-top .pro-con {
	width: 75.3%;
	height: 513px;
	margin: 0 auto;
	position: relative;
	padding-top: 31px;
	box-sizing: border-box;
}

.pro-top .pro-con ul li {
	width: 575px;
	height: 85px;
	margin-bottom: 89px;
}

.pro-top .pro-con ul li i {
	display: block;
	width: 74px;
	height: 84px;
	overflow: hidden;
}

.pro-top .pro-con ul li i img {
	width: 100%;
	transition: .5s;
}

.pro-top .pro-con ul li h4 {
	padding-top: 3px;
}

.pro-top .pro-con ul li h4 span {
	display: block;
	height: 41px;
	line-height: 41px;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	
}

.pro-top .pro-con ul li h4 p {
	height: 33PX;
	line-height: 33px;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.66);
	font-weight: normal;
}

.pro-top .pro-con ul li.odd {
	float: left;
}

.pro-top .pro-con ul li.even {
	float: right;
}

.pro-top .pro-con ul li.odd i {
	float: left;
	margin-right: 21px;
}

.pro-top .pro-con ul li.even i {
	float: right;
	margin-left: 21px;
}

.pro-top .pro-con ul li.odd h4 {
	float: left;
}

.pro-top .pro-con ul li.even h4 {
	float: right;
	text-align: right;
}

.pro-top .pro-con ul li:hover i img {
	margin-top: -84px;
}

.pro-top .pro-con .pro-cen {
	width: 562px;
	position: absolute;
	left: 446px;
	top: 0;
}

.pro-top .pro-con .pro-cen i {
	display: block;
	width: 500px;
	height: 350px;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
}

.pro-top .pro-con .pro-cen i img {
	width: 100%;
}

.pro-top .pro-con .pro-cen p em {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-left: 20px;
	background: url(../image/pro-dd.png) no-repeat left;
	margin-left: 38px;
}

.pro-top .pro-con .pro-cen p em:first-child {
	margin-left: 0;
}

.pro-bot {
	height: 1260px;
	background: url(../image/probj.jpg) no-repeat center top;
	padding: 30px 12px 30px
}

.pro-bot ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro-bot ul .after {
	height: 0;
}

.pro-bot ul li {
	margin-bottom: 36px;
	float: left;
	width: 49%;
	padding: 0px 0;
	background: #FFF;
}

.pro-bot ul li dl dt {
	width: 71.3%;
	line-height: 0;
	overflow: hidden;
	float: right;
}

.pro-bot ul li dl dt img {
	width: 100%;
}

.pro-bot ul li dl dd {
	width: 28.7%;
	float: left;
	padding: 47px 0 0 5%;
	box-sizing: border-box;
}

.pro-bot ul li dl dd h4 {
	height: 89px;
	line-height: 89px;
	margin-bottom: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-bot ul li dl dd h4 a {
	font-size: 28px;
	color: #1e1e1e;
	font-weight: bold;
	padding-left: 13px;
	background: url(../image/pro-xt.png) no-repeat left;
	font-weight: bold;
}

.pro-bot ul li dl dd p {
	margin-bottom: 53px;
}

.pro-bot ul li dl dd p em {
	display: block;
	height: 36px;
	line-height: 36px;
	background: url(../image/pro-dd.png) no-repeat left;
	padding-left: 27px;
}

.pro-bot ul li dl dd p em a {
	font-size: 19px;
	color: #1e1e1e;
	
}

.pro-bot ul li dl dd strong {
	display: block;
	width: 159px;
	height: 44px;
	background: url(../image/pro-kk.png) no-repeat center;
}

.pro-bot ul li dl dd strong a {
	display: block;
	width: 159px;
	height: 44px;
	text-align: center;
}

.pro-bot ul li dl dd strong i {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding-right: 41px;
	background: url(../image/pro-jt.png) no-repeat right;
	font-weight: normal;
}

.pro-bot ul li:last-child {
	float: right;
}

@media screen and (min-width:760px) and (max-width:1680px) {

	.pro-top .pro-con {
		width: 93.3%;
	}

	.pro-top .pro-con .pro-cen {
		left: 350px;
	}

	.pro-bot ul li dl dd h4 a {
		font-size: 20px;
	}

	.pro-bot ul li dl dd p em a {
		font-size: 16px;
	}

}

/**/

.solution {
	padding-top: 60px;
	box-sizing: border-box;
}

.solution h2 {
	text-align: center;
	margin-bottom: 35px;
}

.solution h2 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	color: #333333;
	padding: 0 21px;
	position: relative;
	font-weight: bold;
}

.solution h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}

.solution h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}

.solution h2 em {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

.solution .sol-con {
	width: 100%;
	height: 840px;
	position: relative;
}

.solution .sol-con .sol-list,
.solution .sol-con .sol-pic {
	height: 840px;
}

.solution .sol-con .sol-pic {
	position: relative;
	width: 100%;
}

.solution .sol-con .sol-pic span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
}

.solution .sol-con .sol-pic span img {
	width: 100%;
	height: 100%;
}

.solution .sol-con .sol-pic .sol-left {
	width: 50%;
	height: 840px;
	padding: 106px 0 0 178px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.solution .sol-con .sol-pic .sol-left i {
	display: block;
	width: 32px;
	height: 2px;
	background: #e93c02;
	margin-bottom: 31px;
}

.solution .sol-con .sol-pic .sol-left h4 {
	width: 342px;
}

.solution .sol-con .sol-pic .sol-left h4 em {
	display: block;
	line-height: 23px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.37);
	text-transform: uppercase;
	font-weight: normal;
}

.solution .sol-con .sol-pic .sol-left h4 span {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 42px;
	color: #FFF;
	font-weight: bold;
	
	margin-bottom: 16px;
}

.solution .sol-con .sol-pic .sol-left p {
	line-height: 27px;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 372px;
	width: 500px;
}

.solution .sol-con .sol-pic .sol-left strong {
	display: block;
	width: 159px;
	height: 44px;
	background: url(../image/sol-kk.png) no-repeat center;
}

.solution .sol-con .sol-pic .sol-left strong a {
	display: block;
	height: 44px;
	text-align: center;
}

.solution .sol-con .sol-pic .sol-left strong em {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #FFF;
	padding-right: 40px;
	background: url(../image/sol-jt1.png) no-repeat right;
	font-weight: normal;
}

.solution .sol-con .sol-hd {
	width: 50%;
	height: 840px;
	background: rgba(0, 49, 113, 0.77);
	position: absolute;
	right: 0;
	top: 0;
}

.solution .sol-con .sol-hd ul li {
	height: 210px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	box-sizing: border-box;
	transition: .5s;
}

.solution .sol-con .sol-hd ul li a {
	display: block;
	height: 208px;
	padding: 19px 106px 0 42px;
	box-sizing: border-box;
}

.solution .sol-con .sol-hd ul li i {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 62px;
	color: rgba(255, 255, 255, 0.1);
	font-family: "Impact";
	margin-bottom: 26px;
	transition: .5s;
}

.solution .sol-con .sol-hd ul li span {
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 26px;
	color: #FFF;
	
}

.solution .sol-con .sol-hd ul li p {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.37);
	text-transform: uppercase;
	background: url(../image/sol-jt.png) no-repeat right;
}

.solution .sol-con .sol-hd ul li:last-child {
	border-bottom: 0;
}

.solution .sol-con .sol-hd ul li.cur {
	background: rgba(255, 255, 255, 0.25);
}

.solution .sol-con .sol-hd ul li.cur i {
	color: #e93c02;
}

.solution .sol-con .sol-hd ul li.cur p {
	background: url(../image/sol-jt_h.png) no-repeat right;
}

/**/

.ysbj {
	height: 970px;
	overflow: hidden;
}

.ys {
	padding-top: 100px;
}

.ys h2 {
	text-align: center;
	margin-bottom: 28px;
}

.ys h2 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	color: #333333;
	padding: 0 21px;
	position: relative;
	font-weight: bold;
	/*  */
}

.ys h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}

.ys h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}

.ys h2 em {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

.ys .ys-nav {
	height: 74px;
}

.ys .ys-nav ul li {
	float: left;
	width: 300px;
	height: 51px;
	text-align: center;
	position: relative;
}

.ys .ys-nav ul li:before {
	width: 1px;
	height: 26px;
	background: #e5ecf6;
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
}

.ys .ys-nav ul li:last-child:before {
	display: none;
}

.ys .ys-nav ul li i {
	display: inline-block;
	width: 40px;
	height: 46px;
	overflow: hidden;
	margin-right: 12px;
}

.ys .ys-nav ul li i img {
	width: 100%;
	transition: .5s;
}

.ys .ys-nav ul li h4 {
	display: inline-block;
	text-align: left;
}

.ys .ys-nav ul li h4 span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	color: #333333;
	font-weight: normal;
}

.ys .ys-nav ul li h4 p {
	height: 17px;
	line-height: 17px;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
}

.ys .ys-nav ul li.cur i img {
	margin-top: -46px;
}

.ys .ys-nav ul li.cur h4 span {
	color: #e93c02;
	font-weight: bold;
}

.ys .ys-con dl {
	height: 600px;
	position: relative;
}

.ys .ys-con dl dt {
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.ys .ys-con dl dt img {
	width: 100%;
}

.ys .ys-con dl dd {
	width: 1168px;
	height: 169px;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding: 28px 0 0 53px;
	box-sizing: border-box;
}

.ys .ys-con dl dd .left {
	width: 440px;
	float: left;
	padding-top: 3px;
}

.ys .ys-con dl dd .left h4 {
	height: 41px;
	line-height: 41px;
	font-size: 30px;
	color: #333333;
	
}

.ys .ys-con dl dd .left h4 i {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #e93c02;
	margin: 19px 17px 0 11px;
	border-radius: 50%;
	vertical-align: top;
}

.ys .ys-con dl dd .left h4 em {
	color: #003171;
	display: inline-block;
	vertical-align: top;
}

.ys .ys-con dl dd .left p {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #bfc0bb;
	
	padding-bottom: 25px;
	background: url(../image/ys-yy.png) no-repeat left 6px bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ys .ys-con dl dd ul {
	float: left;
}

.ys .ys-con dl dd ul li {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	padding-left: 13px;
	background: url(../image/ys-dd.png) no-repeat left;
}

/**/

.zcbj {
	padding-top: 56px;
	box-sizing: border-box;
}

.zcbj h2 {
	text-align: center;
	margin-bottom: 25px;
}

.zcbj h2 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	color: #333333;
	padding: 0 21px;
	position: relative;
	font-weight: bold;
	
}

.zcbj h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}

.zcbj h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}

.zcbj h2 em {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

.zcbj .zc-con {
	height: 509px;
	background: url(../image/zcbj.jpg) no-repeat center;
}

.zcbj .zc-con .zc {
	padding-top: 80px;
}

.zcbj .zc-con .zc h3 {
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #333333;
	
	font-weight: bold;
	position: relative;
	margin-bottom: 24px;
}

.zcbj .zc-con .zc h3 i {
	font-size: 40px;
	color: #e93c02;
	
	font-weight: bold;
}

.zcbj .zc-con .zc h3:before {
	width: 56px;
	height: 1px;
	background: #e93c02;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.zcbj .zc-con .zc ul li {
	height: 62px;
	line-height: 62px;
	padding-left: 36px;
	background: url(../image/zc-ico.png) no-repeat left;
	font-size: 19px;
	color: #333333;
	position: relative;
}

.zcbj .zc-con .zc ul li:before {
	width: 1px;
	height: 46px;
	background: #e93c02;
	content: "";
	position: absolute;
	left: 8px;
	top: 39px;
}

.zcbj .zc-con .zc ul li:last-child:before {
	display: none;
}

/**/

.flow_path {
	height: 205px;
	background: url(../image/x_banner.jpg) no-repeat center;
}

.flow {
	padding-top: 30px;
}

.flow h2 {
	text-align: center;
}

.flow h2 span {
	display: inline-block;
	height: 146px;
	line-height: 146px;
	font-size: 50px;
	color: #FFF;
	padding: 0 21px;
	position: relative;
	font-weight: bold;
	
}

.flow h2 span:before {
	width: 15px;
	height: 15px;
	background: url(../image/tit-left1.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 67px;
}

.flow h2 span:after {
	width: 15px;
	height: 15px;
	background: url(../image/tit-rig1.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 67px;
}

.flow .lc-con .lc {
	width: 114px;
	float: left;
}

.flow .lc-con .lc em {
	display: block;
	width: 74px;
	height: 74px;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
}

.flow .lc-con .lc em i {
	display: block;
	width: 74px;
	height: 74px;
	line-height: 0;
	overflow: hidden;
}

.flow .lc-con .lc em i img {
	width: 100%;
}

.flow .lc-con .lc em i.default {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.flow .lc-con .lc em i.hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: scale(0);
	transition: .5s;
}

.flow .lc-con .lc span {
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #FFF;
	
}

.flow .lc-con b {
	display: block;
	width: 20px;
	height: 16px;
	background: url(../image/flo-jt.png) no-repeat center;
	float: left;
	margin-top: 58px;
}

.flow .lc-con .lc.cur i.default {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.flow .lc-con .lc.cur i.hover {
	opacity: 1;
	transform: scale(1);
}

.flow .lc-con .lc.cur span {
	color: #e93c02;
	font-weight: bold;
}

/**/

.case {
	height: 1232px;
}

.cas {
	padding-top: 79px;
}

.cas h2 {
	text-align: center;
	margin-bottom: 32px;
}

.cas h2 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	color: #333333;
	padding: 0 21px;
	position: relative;
	font-weight: bold;
	
}

.cas h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}

.cas h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}

.cas h2 em {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

.cas .cas-nav {
	width: 100%;
	height: 47px;
	border: 1px solid #e9e9e9;
	margin-bottom: 40px;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
}

.cas .cas-nav ul li {
	float: left;
	width: 240px;
	height: 47px;
	position: relative;
}

.cas .cas-nav ul li a {
	display: block;
	height: 47px;
	text-align: center;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	-ms-transform: skew(20deg);
}

.cas .cas-nav ul li i {
	display: inline-block;
	width: 25px;
	height: 21px;
	overflow: hidden;
	margin: 12px 5px 0 0;
}

.cas .cas-nav ul li i img {
	width: 100%;
	transition: .5s;
}

.cas .cas-nav ul li em {
	display: inline-block;
	height: 47px;
	line-height: 47px;
	font-size: 20px;
	vertical-align: top;
}

.cas .cas-nav ul li:before {
	width: 6px;
	height: 16px;
	content: "/";
	color: #e9e9e9;
	position: absolute;
	right: 0;
	top: 15px;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transition: .5s;
}

.cas .cas-nav ul li:last-child:before {
	display: none;
}

.cas .cas-nav ul li.cur {
	background: #e93c02;
}

.cas .cas-nav ul li.cur i img {
	margin-top: -21px;
}

.cas .cas-nav ul li.cur em {
	color: #FFF;
}

.cas .cas-nav ul li.cur:before {
	opacity: 0;
}

.cas .cas-con {
	height: 598px;
	margin-bottom: 58px;
}

.cas .cas-con dl {
	width: 791px;
	height: 598px;
	float: left;
	position: relative;
}

.cas .cas-con dl dt {
	width: 100%;
	height: 598px;
	line-height: 0;
	overflow: hidden;
}

.cas .cas-con dl dt img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.cas .cas-con dl dd {
	height: 91px;
	padding: 10px 24px 0 30px;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.cas .cas-con dl dd h4 {
	height: 38px;
	line-height: 38px;
	background: url(../image/cas-jt1.png) no-repeat right;
}

.cas .cas-con dl dd h4 a {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	display: block;
}

.cas .cas-con dl dd p {
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cas .cas-con dl:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);
}

.cas .cas-con ul {
	float: right;
	width: 398px;
}

.cas .cas-con ul li {
	width: 100%;
	position: relative;
	height: 293px;
	margin-bottom: 9px;
}

.cas .cas-con ul li span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
}

.cas .cas-con ul li span img {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.cas .cas-con ul li em {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 16px 0 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.cas .cas-con ul li em i {
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background: url(../image/cas-jt2.png) no-repeat right;
}

.cas .cas-con ul li:hover span img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);
}

.cas .cas-ml h4 {
	height: 67px;
	margin-bottom: 32px;
}

.cas .cas-ml h4 span {
	display: block;
	height: 67px;
	line-height: 67px;
	float: left;
	padding: 0 24px;
	font-size: 28px;
	color: #333333;
	
	font-weight: bold;
	position: relative;
}

.cas .cas-ml h4 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}

.cas .cas-ml h4 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}

.cas .cas-ml h4 i {
	display: block;
	height: 67px;
	line-height: 67px;
	float: right;
	position: relative;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
}

.cas .cas-ml h4 i:before {
	width: 899px;
	height: 1px;
	background: #EAEAEA;
	content: "";
	position: absolute;
	left: -946px;
	top: 34px;
}

.cas .cas-ml .cas-bd {
	overflow: hidden;
}

.cas .cas-ml .cas-bd ul li {
	float: left;
	width: 188px !important;
	height: 105px;
	border: 1px solid rgba(197, 197, 197, 0.57);
	box-sizing: border-box;
	margin-right: 13px;
}

.cas .cas-ml .cas-bd ul li a {
	display: block;
	width: 100%;
	height: 105px;
}

.cas .cas-ml .cas-bd ul li i {
	display: block;
	width: 183px;
	height: 103px;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
}

.cas .cas-ml .cas-bd ul li i img {
	width: 100%;
}

/**/

.hfbj {
	height: 157px;
	background: url(../image/hfbj.jpg) no-repeat center;
}

.hf {
	padding-top: 36px;
}

.hf .hf-left {
	width: 50%;
	float: left;
}

.hf .hf-left .hf1 {
	float: left;
	margin-right: 18px;
}

.hf .hf-left .hf1 em {
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 26px;
	color: #FFF;
	background: url(../image/hf1.png) no-repeat right;
}

.hf .hf-left .hf1 span {
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 39px;
	color: #FFF;
	font-weight: bold;
	
}

.hf .hf-left .hf2 {
	padding-top: 11px;
	float: left;
}

.hf .hf-left .hf2 em {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.41);
	text-transform: uppercase;
}

.hf .hf-left .hf2 span {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 26px;
	color: #FFF;
}

.hf .hf-rig {
	width: 600px;
	float: right;
}

.hf .hf-rig .hf-tel {
	float: left;
	padding-top: 20px;
}

.hf .hf-rig .hf-tel em {
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 42px;
	background: url(../image/hf-tel.png) no-repeat left;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.54);
}

.hf .hf-rig .hf-tel p {
	line-height: 30px;
	font-size: 24px;
	color: #FFF;
	padding-left: 42px;
}

.hf .hf-rig a {
	display: block;
	width: 380px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	color: #FEFEFE;
	float: right;
	background: url(../image/hf-kk.png) no-repeat center;
	margin-top: 32px;
}

/**/

.newsbj {
	height: 825px;
	background: #f5f5f5;
	position: relative;
}

.news {
	padding-top: 71px;
	position: relative;
	z-index: 300;
}

.news h2 {
	text-align: center;
}

.news h2 span {
	display: inline-block;
	height: 95px;
	line-height: 95px;
	font-size: 50px;
	color: #333333;
	padding: 0 25px;
	position: relative;
	font-weight: bold;
	
}

.news h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 41px;
}

.news h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 41px;
}

.news .news-left {
	width: 818px;
	float: left;
}

.news .news-left h4 {
	height: 78px;
}

.news .news-left h4 span {
	display: block;
	float: left;
	height: 78px;
	line-height: 78px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-left: 32px;
	background: url(../image/news-ico1.png) no-repeat left;
}

.news .news-left h4 i {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
}

.news .news-left .news-con {
	height: 338px;
	position: relative;
}

.news .news-left .news-con dl {
	height: 338px;
	position: relative;
}

.news .news-left .news-con dl dt {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	height: 338px;
}

.news .news-left .news-con dl dt img {
	width: 100%;
	height: 100%;
}

.news .news-left .news-con dl dd {
	width: 100%;
	height: 113px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 37px 0 40px;
	box-sizing: border-box;
}

.news .news-left .news-con dl dd h4 {
	height: 55px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.news .news-left .news-con dl dd h4 a {
	font-size: 20px;
	color: #FFF;
	
	display: block;
	background: url(../image/news-jt.png) no-repeat right;
}

.news .news-left .news-con dl dd p {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #FFF;
}

.news .news-left .news-con .hd {
	width: 38px;
	height: 6px;
	position: absolute;
	right: 37px;
	bottom: 32px;
}

.news .news-left .news-con .hd ul li {
	float: left;
	width: 6px;
	height: 6px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	margin-left: 10px;
	font-size: 0;
	border-radius: 50%;
}

.news .news-left .news-con .hd ul li:first-child {
	margin-left: 0;
}

.news .news-left .news-con .hd ul li.on {
	background: #FFF;
}

.news .news-left .news-con .news-jt i {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.news .news-left .news-con .news-jt i.news-prev {
	background: url(../image/news-prev.png) no-repeat center;
	position: absolute;
	left: 9px;
	top: 110px;
}

.news .news-left .news-con .news-jt i.news-next {
	background: url(../image/news-next.png) no-repeat center;
	position: absolute;
	right: 9px;
	top: 110px;
}

.news .news-left .news-bot {
	height: 155px;
	background: #FFF;
	padding: 0 46px 0 44px;
	box-sizing: border-box;
}

.news .news-left .news-bot ul {
	position: relative;
}

.news .news-left .news-bot ul li {
	width: 319px;
	float: left;
}

.news .news-left .news-bot ul li em {
	display: block;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.news .news-left .news-bot ul li em:last-child {
	border-bottom: 0;
}

.news .news-left .news-bot ul li em a {
	display: block;
	font-size: 15px;
	color: #333333;
	background: url(../image/news-jt2.png) no-repeat right;
}

.news .news-left .news-bot ul li em:hover a {
	color: #e93c02;
}

.news .news-left .news-bot ul li:last-child {
	float: right;
}

.news .news-left .news-bot ul:before {
	width: 1px;
	height: 110px;
	background: rgba(0, 0, 0, 0.07);
	content: "";
	position: absolute;
	left: 365px;
	top: 21px;
}

.news .news-rig {
	width: 351px;
	float: right;
}

.news .news-rig h4 {
	height: 78px;
}

.news .news-rig h4 span {
	display: block;
	float: left;
	height: 78px;
	line-height: 78px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-left: 32px;
	background: url(../image/news-ico1.png) no-repeat left;
}

.news .news-rig h4 i {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
}

.news .news-rig .wd {
	height: 492px;
	background: #FFF;
	padding: 5px 28px 0 34px;
	box-sizing: border-box;
}

.news .news-rig .wd .bd ul li {
	height: 79px;
	line-height: 79px;
	border-bottom: 1px solid #f5f5f5;
	background: url(../image/news-dd.png) no-repeat left;
	padding-left: 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .news-rig .wd .bd ul li a {
	display: block;
	font-size: 15px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .news-rig .wd .bd ul li:hover a {
	color: #e93c02;
}

/**/

.about {
	background: url(../image/abobj.jpg) no-repeat top center;
	padding-bottom: 69px;
}

.abo {
	padding-top: 397px;
}

.abo .abo-con {
	background: #FFF;
	padding: 38px 39px 52px;
	box-sizing: border-box;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.abo .abo-con h4 {
	text-align: center;
	margin-bottom: 26px;
}

.abo .abo-con h4 span {
	display: inline-block;
	height: 77px;
	line-height: 77px;
	font-size: 50px;
	color: #333333;
	padding: 0 25px;
	position: relative;
	font-weight: bold;
	
}

.abo .abo-con h4 span:before {
	width: 15px;
	height: 20px;
	background: url(../image/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
}

.abo .abo-con h4 span:after {
	width: 15px;
	height: 20px;
	background: url(../image/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 28px;
}

.abo .abo-con h4 em {
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}

.abo .abo-con p {
	width: 1010px;
	margin: 0 auto 24px;
	line-height: 33px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.abo .abo-con .abo-nav {
	width: 270px;
	height: 47px;
	margin: 0 auto 32px;
	background: #f3f3f3;
}

.abo .abo-con .abo-nav li {
	float: left;
	width: 141px;
	height: 47px;
	text-align: center;
	line-height: 47px;
}

.abo .abo-con .abo-nav li a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	display: block;
}

.abo .abo-con .abo-nav li.ab2 {
	margin-left: -14px;
}

.abo .abo-con .abo-nav li.cur a {
	color: #FFF;
}

.abo .abo-con .abo-nav li.ab1.cur {
	background: url(../image/abo-nav1.png) no-repeat center;
}

.abo .abo-con .abo-nav li.ab2.cur {
	background: url(../image/abo-nav2.png) no-repeat center;
}

.abo .abo-con .abo-bot {
	position: relative;
}

.abo .abo-con .abo-bot .abo-list {
	width: 1005px;
	margin: 0 auto;
}

.abo .abo-con .abo-bot .abo-list .bd {
	overflow: hidden;
}

.abo .abo-con .abo-bot .abo-list .bd ul li {
	float: left;
	width: 238px;
	margin-right: 17px;
}

.abo .abo-con .abo-bot .abo-list .bd ul li span {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.abo .abo-con .abo-bot .abo-list .bd ul li span img {
	width: 100%;
}

.abo .abo-con .abo-bot .abo-list .bd ul li em {
	display: block;
	width: 100%;
	height: 17px;
	background: url(../image/abo-yy.png) no-repeat center;
}

.abo .abo-con .abo-bot .abo-list .abo-jt i {
	display: block;
	width: 19px;
	height: 33px;
	cursor: pointer;
}

.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-prev {
	background: url(../image/abo-prev.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 40%;
}

.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-next {
	background: url(../image/abo-next.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 40%;
}
