h2.the-title{
	font-size: 24px;
	color: #0116060;
	text-align: center;
	line-height: 36px;
	font-weight: normal;
}
.worth{
	width: 100%;
}
.worth .wrapper{
	width: 1200px;
	margin: 0 auto;
}
.wrapper .worth-title{
	text-align: center;
	font-size: 48px;
	color: #36404c;
	font-family: "黑体";
	padding-top: 90px;
}
.worth-content-list{
	width: 330px;
	height: 330px;
	float: left;
	margin-bottom: 75px;
	margin-right: 100px;
}
.worth-content{
	width: 100%;
	margin-top: 85px;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.worth-content-list:nth-child(3){
	margin-right: 0;
}
.worth-content-list:nth-child(6){
	margin-right: 0;
}
.worth-content-list img{
	width: 148px;
	height: 148px;
	display: block;
	margin: 25px auto;
}
.worth-list-title{
	font-size: 30px;
	color: #3e3e3e;
	font-family: "黑体";
	text-align: center;
	padding-top: 18px;
}
.worth-list-int{
	font-size: 16px;
	color: #262b38;
	font-family: "思源黑体";
	letter-spacing: 1px;
	padding-top: 25px;
}


.location{
	width: 100%;
	background: url(../images/system/bg2.jpg) no-repeat;
	
}
.location .wrapper{
	width: 1200px;
	margin: 0 auto;
}
.wrapper .wh{
	color: #fff;
	padding-top: 80px;
}
.location-content{
	width: 100%;
	margin-top: 100px;
	position: relative;
}
.location-content .location-content-left{
	width: 650px;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.location-content .location-content-left .location-left-list{
	width: 100%;
	margin-bottom:80px; 
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.location-content .location-content-left .location-left-list:nth-child(3){
	margin-bottom: 190px;
}
.location-content .location-content-left .location-left-list span{
	color: #fff;
	font-size: 30px;
	padding-right: 50px;
	float: left;
}
.location-content .location-content-left .location-left-list p{
	float: left;
	width: 520px;
	color: #ffffff;
	font-size: 16px;
}
.location-content-right{
	position: absolute;
	right: -150px;
	bottom: 60px;
}
.scenic{
	width: 100%;
	background: #f7f9f8;
}
.scenic .wrapper{
	width: 1200px;
	margin: 0 auto;
}
.wrapper .long-int{
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
	color: #343844;
	font-family: "黑体";
}
.scenic-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.wrapper .scenic-content .content-title{
	width: 180px;
	height: 50px;
	border-radius: 25px;
	background: #404040;
	margin: 0 auto;
	margin-top: 75px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}
.echelon{
	width: 100%;
	margin-top: 60px;
	position: relative;
	height: 400px;
}
.echelon .ech-title{
	line-height: 105px;
	color: #fff;
	margin-left: 55px;
}

.system{
	width: 100%;
	background: url(../images/system/bg3.jpg) no-repeat;
	
}
.system .wrapper{
	width: 1200px;
	margin: 0 auto;
}
.wrapper .whi{
	color: #fff;
	width: 710px;
}
.system-content{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 120px;
	overflow: hidden;
	height: auto;
	zoom: 1;
}
.system-content-left{
	width: 210px;
	float: left;
}
.system-content-right{
	width: 910px;
	float: right;
}
.system-content-list{
	margin: 0 40px 0 40px;
	width: 140px;
	float: left;
}
.system-list-tx{
	position: relative;
	cursor: pointer;
	
}
.system-list-tx:hover{
	-webkit-animation: bounce-ani 0.6s linear forwards;
	-moz-animation: bounce-ani 0.6s linear forwards;
	-o-animation: bounce-ani 0.6s linear forwards;
	animation: bounce-ani 0.6s linear forwards;
}
.system-list-box{
	width: 140px;
	height: 136px;
	background: #fff;
	border-radius: 10px;
	margin-top: 105px;
}
.system-list-box span:nth-child(1){
	padding-top: 43px;
}
.system-list-box span{
	display: block;
	color: #3f51b5;
	font-size:20px;
	text-align: center;
	line-height: 8px;
}
.system-content-list .summary{
	text-align: center;
	padding-top: 30px;
	color: #fff;
	font-size: 30px;
}
.system-list-sj{
	width: 0;
	height: 0;
	border-width:10px;
	position: absolute;
	top: 136px;
	left: 56px;
	border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #fff;
}

.worth-content-list:hover img{
	-webkit-animation: bounce-ani 0.6s linear forwards;
	-moz-animation: bounce-ani 0.6s linear forwards;
	-o-animation: bounce-ani 0.6s linear forwards;
	animation: bounce-ani 0.6s linear forwards;
	cursor: pointer;
}

@-webkit-keyframes bounce-ani{
	0% {-webkit-transform: translateY(0)}
	40% {-webkit-transform: translateY(-25px)}
	60% {-webkit-transform: translateY(0px)}
	80% {-webkit-transform: translateY(-10px)}
	100% {-webkit-transform: translateY(0)}
}
@-moz-keyframes bounce-ani{
	0% {-moz-transform: translateY(0)}
	40% {-moz-transform: translateY(-25px)}
	60% {-moz-transform: translateY(0px)}
	80% {-moz-transform: translateY(-10px)}
	100% {-moz-transform: translateY(0)}
}
@-o-keyframes bounce-ani{
	0% {-o-transform: translateY(0)}
	40% {-o-transform: translateY(-25px)}
	60% {-o-transform: translateY(0px)}
	80% {-o-transform: translateY(-10px)}
	100% {-o-transform: translateY(0)}
}
@keyframes bounce-ani{
	0% {transform: translateY(0)}
	40% {transform: translateY(-25px)}
	60% {transform: translateY(0px)}
	80% {transform: translateY(-10px)}
	100% {transform: translateY(0)}
}
.distribution-content {
	margin: 50px 0;
}
.distribution-content img{
	width: 100%;
	height: 100%;
}

.product-dis .wrapper{
	width: 1200px;
	margin: 0 auto;
}
.img-list{
	width: auto;
	padding-bottom: 65px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 50px auto;
	text-align: center;
	margin-bottom: 0;
}
.img-list img{
	margin-right: 15px;
	text-align: center;
}
.img-list img:last-child{
	margin-right: 0;
}
.speech .wrapper{
	margin: 0 auto;
}
.map,.all-sen,.product-dis{
	background: #f7f9f8;
}


/* product*/
.product-content {
	width: 100%;
}

.product-web-con-all {
	width: 100%;
}


.product-web-con {
	padding: 100px 0;
	position: relative;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.product-web-con .product-web-text {
	width: 460px;
	float: left;
}

.product-web-con-right .product-web-text {
	float: right;
}

.product-web-title {
	color: #313131;
	font-size: 48px;
	font-family: "PingFang SC";
	margin-top: 95px;
	padding: 20px 0;
	font-weight: bold;
	line-height: 50px;
}

.product-web-text {
	font-size: 24x;
	font-family: "PingFang SC";
	color: #313131;
	letter-spacing: 2px;
	line-height: 24px;
}

.product-web-con .product-web-image {
	float: right;
	margin-right: 20px;
}

.product-web-con-right .product-web-image {
	float: left;
	margin-left: 30px;
}

.title-center {
	width: 682px !important;
	text-align: left;
	position: absolute;
	top: -20px;
	right: 20px;
}

.img-center {
	margin-top: 70px;
}

@keyframes handle-ani {
	0% {
		transform: translate(40px, 20px);
	}

	60% {
		transform: translate(0, 0);
	}

	70% {
		transform: translate(1px, 1px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@-webkit-keyframes handle-ani {
	0% {
		-webkit-transform: translate(40px, 20px);
	}

	60% {
		-webkit-transform: translate(0, 0);
	}

	70% {
		-webkit-transform: translate(1px, 1px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-moz-keyframes handle-ani {
	0% {
		-moz-transform: translate(40px, 20px);
	}

	60% {
		-moz-transform: translate(0, 0);
	}

	70% {
		-moz-transform: translate(1px, 1px);
	}

	100% {
		-moz-transform: translate(0, 0);
	}
}

@-o-keyframes handle-ani {
	0% {
		-o-transform: translate(40px, 20px);
	}

	60% {
		-o-transform: translate(0, 0);
	}

	70% {
		-o-transform: translate(1px, 1px);
	}

	100% {
		-o-transform: translate(0, 0);
	}
}

.to-bottom {
	webkit-animation: bottom-ani 1s forwards;
	-webkit-animation: bottom-ani 1s forwards;
	-moz-animation: bottom-ani 1s forwards;
	-o-animation: bottom-ani 1s forwards;
	/* transform: translate(0,-200px); */
	/* margin-top: 6%; */
}

@keyframes bottom-ani {
	0% {
		transform: translate(0, -200px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@-moz-keyframes bottom-ani {
	0% {
		-moz-transform: translate(0, -200px);
	}

	100% {
		-moz-transform: translate(0, 0);
	}
}

@-webkit-keyframes bottom-ani {
	0% {
		-webkit-transform: translate(0, -200px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-o-keyframes bottom-ani {
	0% {
		-o-transform: translate(0, -200px);
	}

	100% {
		-o-transform: translate(0, 0);
	}
}

.product-pro-title {
	font-size: 48px;
	color: #313131;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
.write-offs {
	text-align: center;
}

.write-off-item {
	display: inline-block;
	float: left;
	margin: 40px 0;
}

.write-off-item:nth-child(1) {
	width: 340px;
}

.write-off-item:nth-child(2) {
	width: 430px;
	margin: 40px 55px;
}

.write-off-item:nth-child(3) {
	width: 320px;
}

.write-off-info {
	font-size: 16px;
	color: #313131;
	line-height: 22px;
	text-align: left;
	letter-spacing: 2px;
	width: 330px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: break-all;
}

.write-off-text {
	color: #313131;
	font-size: 24px;
	padding: 35px 0 5px 0;
	text-align: center;
}

.item-img {
	min-height: 292px;
}

.product-pro-des {
	color: #ff3939;
	font-size: #ff3939;
	text-align: center;
	letter-spacing: 2px;
	font-size: 24px;

}

.title-bottom {
	margin-bottom: 15px;
}
.product-web-con-all:nth-child(2n) {
	background: #f2f1f1;
}

.case-title{
	font-size: 34px;
	margin: 50px 0 20px;
	text-align: center;
}
.case-lists{
	border-top: 1px solid #f7f7f7;
}
.case-item{
	display: inline-block;
	width: 228px;
	height: 218px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	margin: 16px 5px;
	float: left;
}
/*.case-item:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border: 1px solid #dddddd/9;
}*/
.case-item-image:hover{
	transform:scale(1.5,1.5); 
	-moz-transform:scale(1.5,1.5); 
    -webkit-transform:scale(1.5,1.5); 
    -o-transform:scale(1.5,1.5); 
    ransition: 1s;
	-moz-transition: 1s;	
	-webkit-transition:1s;
	-o-transition: 1s;	
}
.case-item-img{
	width: 228px;
	height: 165px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.case-item-image{
	width: 100%;
}
.case-item-text{
	font-size: 20px;
	padding: 10px 0;
}