﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li {
	list-style: none;
}


/*流程开始*/

.step {
	width: 100%;
	height: 374px;
	/*box-shadow: 0px 5px 7px 0px #666;*/
	padding-top: 60px;
	box-sizing: border-box;
}

.comtitle {
	width: 240px;
	height: 103px;
	margin: 0 auto;
	background: url(../images/tibg.jpg) no-repeat center left;
	padding-left: 112px;
	position: relative;
}

.comtitle p:nth-child(1) {
	font-size: 30px;
	color: #222;
	padding-top: 10px;
	letter-spacing: 2px;
}

.comtitle p:nth-child(2) {
	width: 300px;
	font-size: 18px;
	font-family: arial;
	position: absolute;
	bottom: 25px;
}

.stepBox {
	width: 1100px;
	height: 130px;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
}

.stepOne {
	width: 120px;
	height: 120px;
	border: 1px solid #666;
	border-radius: 50%;
	float: left;
	margin-right: 41px;
	color: #666;
	cursor: pointer;
}

.stepOne:nth-child(7) {
	margin-right: 0;
}

.stepNum {
	width: 40px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #666;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}

.stepP {
	text-align: center;
	margin-top: 10PX;
}

.stepOne:hover {
	border-color: #3E9E3D;
	color: #3E9E3D;
	font-weight: bold;
}

.stepOne:hover .stepNum {
	background: #3E9E3D;
}


/*流程结束*/


/*定制服务开始*/

.service {
	width: 100%;
	height: 337px;
	background: #fc505c;
}

.serviceBox {
	width: 1100px;
	height: 337px;
	margin: 0 auto;
	background: #fc505c;
}

.serviceL {
	width: 232px;
	height: 100%;
	float: left;
}

.serviceImg {
	padding-top: 45px;
	width: 230px;
	height: 73px;
	margin-left: 3px;
}

.serviceLineBox {
	width: 85px;
	height: 20px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
}

.serviceLTitle {
	font-size: 48px;
	color: #fff;
	text-shadow: 3px 3px 3px #333;
	color: #fff;
	transition: .3s;
}

.serviceLTitle a {
	color: #fff;
}

.serviceLTitle:hover {
	transform: translateX(5px);
}

.serviceLineOne {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.serviceR {
	width: 778px;
	height: 100%;
	float: right;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

.serviceLP1 {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.serviceLP1:after {
	content: '———';
	margin-left: 10px;
}

.serviceLP2 {
	color: #fff;
	font-size: 30px;
}

.serviceROne {
	float: left;
	width: 259px;
	height: 169px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}

.serviceOneImg {
	width: 100%;
	height: 103px;
	position: relative;
}

.serviceOneImg img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.serviceOneP {
	width: 100%;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
}

.serviceOneNum {
	color: #ffcccc;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.serviceOneNum:before {
	content: "—";
	margin-right: 10px;
}

.serviceOneNum:after {
	content: "—";
	margin-left: 10px;
}

.serviceROne:hover .serviceOneP {
	transform: translateX(5px);
}


/*定制服务结束*/


/*关于我们开始*/

.gywm {
	width: 1100px;
	height: 480px;
	margin: 70px auto;
}

.gywmL {
	width: 650px;
	height: 100%;
	float: left;
}

.gywmLtop {
	width: 100%;
	height: 84px;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}

.gywmLtopP1 {
	font-size: 30px;
	color: #333;
}

.gywmLtopP1 span {
	font-size: 14px;
	color: #666;
	margin-left: 10PX;
}

.gywmLtopP2 {
	font-size: 12px;
	color: #333;
	letter-spacing: 13px;
}

.gywmLtopLine {
	width: 350px;
	height: 1px;
	background: #ccc;
	margin-top: 8px;
}

.gywmR {
	width: 356px;
	height: 100%;
	float: right;
	overflow: hidden;
}

.gywmR img {
	height: 100%;
	cursor: pointer;
	transition: .3s;
}

.gywmR:hover img {
	transform: scale(1.1);
}

.gywmLtopMore {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	color: #333;
	transition: .3s;
}

.gywmLtop:hover .gywmLtopMore {
	color: #333;
	transform: translateX(5px);
}

.gywmLtopMore:after {
	content: url(../images/more.png);
	margin-left: 5px;
}

.gywmLCont {
	width: 100%;
	height: 360px;
	margin-top: 36px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}


/*关于我们结束*/


/*产品中心开始*/

.product {
	width: 100%;
	height: 1080px;
	box-sizing: border-box;
	color: #111;
	margin-top: 40px;
}

.title {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	color: #EE1C23;
}

.productTitle {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/protitlebg.png) no-repeat center;
	padding-top: 30px;
}

.titleEN {
	font-family:microsoft yahei;
	font-size: 16px;
}

.titleLine {
	width: 250px;
	height: 1px;
	background: #ccc;
	margin: 10px auto;
}

.titleCN {
	font-size: 36px;
	font-family:microsoft yahei;
}

.titleCN span {
	font-size: 72px;
	font-family:microsoft yahei;
	font-weight: bold;
}

.titleCN2 {
	font-size: 14px;
	margin: 20px;
}

.titleTel {
	font-size: 18px;
	margin-bottom: 20px;
}

.titleTel span {
	font-size: 30px;
}

.contact a img {
	transition: .3s;
}

.contact:hover a img {
	transform: translateY(5px);
}

.proNav {
	width: 930px;
	height: 60px;
	margin: 0 auto;
	margin-top: 25px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
}

.proNav a {
	border: 1px solid #999;
	border-left: 0;
	box-sizing: border-box;
	display: block;
	width: 185px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	color: #333;
	position: relative;
	transition: .3s;
}

.proNav a:first-child {
	border-left: 1px solid #999;
}

.proNav a:before {
	position: absolute;
	left: 0;
	top: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: #EE1C23;
	z-index: -1;
	transition: .3s;
}

.proNav a:after {
	position: absolute;
	right: 0;
	top: 100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: #EE1C23;
	z-index: -1;
	transition: .3s;
}

.proNav a:hover {
	color: #fff;
}

.proNav a:hover::before {
	top: 0;
}

.proNav a:hover::after {
	top: 0;
}

.proList {
	width: 1100px;
	height: 420px;
	margin: 0 auto;
	margin-top: 40px;
}

.proOne {
	width: 530px;
	height: 400px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

.proOne:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #999;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.proOne:after {
	display: block;
	content: '';
	width: 0;
	height: 2px;
	background: #EE1C23;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .3s;
}

.proOne:hover:after {
	width: 100%;
}

.proOne:nth-child(2) {
	margin-left: 40px;
}

.proOneImg {
	width: 100%;
	height: 340px;
	position: relative;
	box-shadow: 0px 0px 24px 0px #dad8d8;
	overflow: hidden;
}

.proOneImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.proOneA {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	position: relative;
}

.proOne:hover .proOneA {
	color: #EE1C23;
}

.proOne:nth-child(3),
.proOne:nth-child(4),
.proOne:nth-child(5) {
	width: 344px;
	height: 340px;
	margin-right: 34px;
}

.proOne:nth-child(3) .proOneImg,
.proOne:nth-child(4) .proOneImg,
.proOne:nth-child(5) .proOneImg {
	width: 344px;
	height: 280px;
	margin-right: 34px;
}

.proOne:nth-child(3) img,
.proOne:nth-child(4) img,
.proOne:nth-child(5) img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.proOne:nth-child(5) {
	margin-right: 0;
}

.proOne:nth-child(3),
.proOne:nth-child(4),
.proOne:nth-child(5) {}


/*产品中心结束*/


/*联系方式结束*/

.contact {
	width: 100%;
	height: 300px;
	background: url(../images/telbg.jpg) no-repeat center;
	color: #fff;
	padding-top: 20px;
	box-sizing: border-box;
}


/*联系方式结束*/


/*理由 开始*/

.ly {
	width: 100%;
	height: 1678px;
	background: url(../images/lybg.png) no-repeat center;
	margin-top: 10px;
	padding-top: 10px;
}

.lybox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.lytitle {
	transform: translateY(-30px);
}

.lyone {
	width: 385px;
	height: 100px;
}

.lyone1 {
	position: absolute;
	left: 20px;
	top: 130px;
}

.lyone2 {
	position: absolute;
	left: 700px;
	top: 740px;
}

.lyone3 {
	position: absolute;
	left: 20px;
	top: 1180px;
}

.lyone i {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.lyone:hover i {
	animation: lyoneico .5s;
}

@keyframes lyoneico {
	from {
		left: 20%;
	}
	to {
		left: 50%;
	}
}

.lyoneTitle {
	width: 100%;
	font-size: 22px;
	color: #EE1C23;
	font-family: microsoft yahei;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	position: absolute;
	top: 100px;
	padding: 10px 5px;
	box-sizing: border-box;
}

.lyoneP {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-family: "宋体";
	padding-left: 20px;
	position: absolute;
	top: 190px;
}

.lyonePli {
	margin-bottom: 20px;
	font-family:microsoft yahei;
}

.lyonePli:before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	left: 0;
	transform: translateY(8px);
}

.lyimg1 {
	position: absolute;
	left: 565px;
	top: 146px;
}

.lyimg2 {
	position: absolute;
	left: 0;
	top: 590px;
}

.lyimg3 {
	position: absolute;
	left: 565px;
	top: 1210px;
}


/*理由 结束*/


/*tel开始*/

.tel {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	background: url(../images/telbg.jpg) no-repeat center;
}

.tel2 {
	background: url(../images/tel2.jpg) no-repeat center;
}

.telBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.telLBox {
	width: 528px;
	height: 180px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.telL {
	width: 480px;
	height: 140px;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.telLP {
	width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-family:microsoft yahei;
}

.telRBox {
	width: 367px;
	height: 125px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.telR {
	width: 335px;
	height: 100px;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.telR i {
	position: absolute;
	left: 20px;
	top: 30px;
}

.telR p:nth-child(2) {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	color: #333;
}

.telR p:nth-child(3) {
	position: absolute;
	right: 20px;
	top: 40px;
	font-size: 30px;
	font-family: georgia;
	color: #EE1C23;
}


/*tel结束*/


/*客户见证开始*/

.khjz {
	width: 100%;
	height: 613px;
	padding-top: 80px;
	box-sizing: border-box;
	position: relative;
}

.lyT {
	font-size: 36px;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	letter-spacing: 10px;
	padding-bottom: 10px;
}

.lyT2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: "宋体";
}

.lyBg {
	width: 909px;
	height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../images/lybg.png) center bottom no-repeat;
	position: relative;
}

.lytel {
	width: 230px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	font-size: 24px;
	color: #1b406e;
	font-family: arial;
	float: right;
}

.lyqg {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 240px;
	top: 8px;
}

.lyl {
	font-size: 14px;
	font-family: "宋体";
	color: #fff;
	position: absolute;
	left: 198px;
	top: 54px;
}

.lyr {
	font-size: 14px;
	font-family: "宋体";
	color: #fff;
	position: absolute;
	left: 500px;
	top: 53px;
}

.lyr:before {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
	transform: translateX(-200%);
}

.lyList {
	width: 1100px;
	height: 772px;
	margin: 0 auto;
	padding-top: 80px;
	box-sizing: border-box;
}

.lyOne {
	width: 500px;
	height: 236px;
	float: left;
	margin-bottom: 1px;
}

.lyOne:nth-child(2n) {
	float: right;
}

.lyOneIco {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background: #eeeeee;
	float: left;
	position: relative;
	transition: .3s;
}

.lyOneIco img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.lyOne:hover .lyOneIco {
	background: #1b406e;
}

.lyOneIco img:nth-child(1) {
	transform: translate(-50%, -50%) rotateY(90deg);
}

.lyOne:hover .lyOneIco img:nth-child(1) {
	transform: translate(-50%, -50%) rotateY(0deg);
}

.lyOne:hover .lyOneIco img:nth-child(2) {
	transform: translate(-50%, -50%) rotateY(90deg);
}

.lyOneCont {
	width: 330px;
	float: right;
}

.lyOneContT {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.lyOneContP {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}


/*客户见证结束*/


/*定制开始*/

.order {
	width: 100%;
	height: 350px;
	padding-top: 80px;
	box-sizing: border-box;
}

.orderBox {
	width: 1100px;
	margin: 0 auto;
}

.orTitlteImg {
	text-align: center;
}

.orTitlteImg img {
	text-align: center;
}

.orTName {
	font-family: "宋体";
	font-size: 20px;
	color: #000;
	margin: 10px;
	text-align: center;
}

.orTName2 {
	font-size: 14px;
	color: #666;
	text-align: center;
	letter-spacing: 2px;
}

.orTName2 span {
	margin: 0 20px;
}

.orderList {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
}

.orderListOne {
	display: block;
	width: 500px;
	height: 150px;
	border: 5px solid #666;
	float: left;
	margin: 40px 0;
	position: relative;
	box-sizing: border-box;
}

.orderListOne:nth-child(2n) {
	float: right;
}

.orderListOneImg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #666;
}

.orderListOneImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.orderListOneCont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: #333;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
	letter-spacing: 2px;
}

.orderListOneCont p:nth-child(1) {
	width: 90px;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
}

.orderListOneCont p:nth-child(1):before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: -80%;
	top: 10px;
	opacity: .5;
}

.orderListOneCont p:nth-child(1):after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: -80%;
	opacity: .5;
	top: 10px;
}

.orderListOneCont p:nth-child(2) {
	font-size: 14px;
	letter-spacing: 10px;
	margin-top: 10px;
}

.orderListOne:hover .orderListOneImg img {
	transform: translate(-50%, -50%) scale(1.1);
	transition: .3s;
}


/*定制结束*/


/*选择*/

.chose {
	width: 1100px;
	margin: 10px auto;
	text-align: center;
}


}

/*应用领域头部开始*/
.application {
	width: 100%;
	height: 227px;
	background: #00A2FF;
}
.applicationBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/yyly.png) right center no-repeat;
	position: relative;
}
.applicationBor {
	width: 400px;
	height: 60px;
	border: 5px solid #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationBox P {
	text-align: center;
}
.applicationjt {
	position: absolute;
	top: 185px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationP1 {
	padding-top: 35px;
	color: #fff;
	font-size: 24px;
}
.applicationP2 {
	width: 234px;
	margin: 0 auto;
	margin-top: 10px;
	color: #fff;
	background: #00A2FF;
	font-size: 48px;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationP3 {
	position: absolute;
	top: 133px;
	left: 50%;
	transform: translateX(-50%);
}
.applicationP4 {
	position: absolute;
	top: 84px;
	left: 913px;
	color: #fff;
}
.applicationP5 {
	position: absolute;
	left: 913px;
	top: 113px;
	color: #fff;
	font-size: 24px;
}
.applicationList {
	height: 610px;
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}
.applicationOne {
	width: 537px;
	height: 260px;
	margin-right: 26px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.applicationOne:nth-child(2n) {
	margin-right: 0;
}
.applicationOneCont {
	width: 426px;
	height: 242px;
	background: #fff;
	float: left;
	padding: 20px 125px 20px 30px;
	box-sizing: border-box;
}
.applicationOneContTitle {
	color: #00A2FF;
	font-size: 23px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.applicationOneContWord {
	color: #333333;
	font-size: 13px;
	line-height: 23px;
	text-align: justify;
}
.applicationOneImg {
	width: 218px;
	height: 218px;
	border: 2px solid #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 10px;
}
.applicationOneImg img {
	width: 100%;
}
.applicationOneA {
	display: block;
	background: url(../images/appmorea.png) no-repeat;
	width: 123px;
	height: 41px;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 30px;
}

/*应用领域头部结束*/

/*公司优势开始*/
.ys {
	width: 100%;
	height: 1820px;
	background: url(../images/ysbg.jpg);
	position: relative;
}
.ysBgLine1 {
	width: 50%;
	height: 308px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 250px;
}
.ysBgLine2 {
	width: 50%;
	height: 308px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 518px;
}
.ysBgLine3 {
	width: 50%;
	height: 308px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1126px;
}
.ysbox {
	width: 1100px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.ysList {
	width: 1100px;
	height: 1613px;
	margin-top: 40px;
	position: relative;
}
.ysListImg1 {
	overflow: hidden;
	width: 550px;
	height: 620px;
	position: absolute;
	right: 0;
	top: 0;
}
.ysListOneBg {
	width: 610px;
	height: 308px;
	background: #eee;
	position: absolute;
	top: 76px;
	left: 0;
	padding-top: 70px;
	box-sizing: border-box;
}
.ysOne {
	width: 500px;
	height: 220px;
}
.ysOneL {
	float: left;
	font-size: 48px;
	color: #333;
	font-family: arial;
}
.ysOneR {
	width: 430px;
	height: 220px;
	float: right;
}
.ysOneR p:nth-child(1) {
	color: #ed1b24;
	font-size: 24px;
}
.ysOneR p:nth-child(2) {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}
.ysOneR p:nth-child(3) {
	color: #666;
	font-size: 12px;
	font-family: arial;
	line-height: 24px;
	margin-top: 10px;
}
.ysOne2 {
	position: absolute;
	left: 0;
	top: 427px;
}
.ysimg2 {
	width: 470px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	left: 120px;
	top: 620px;
}
.ysOne3 {
	position: absolute;
	right: 0;
	top: 690px;
}
.ysimg4 {
	width: 510px;
	height: 320px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 940px;
}
.ysimg3box {
	width: 100%;
	height: 290px;
	background: #fff;
	position: absolute;
	top: 970px;
	left: 0;
	padding-left: 90px;
	box-sizing: border-box;
}
.ysimg3 {
	width: 500px;
	height: 290px;
	overflow: hidden;
	overflow: hidden;
}
.ys45box {
	width: 1100px;
	height: 380px;
	position: absolute;
	left: 0;
	top: 1260px;
	padding-top: 40px;
	box-sizing: border-box;
}
.ysOne4 {
	height: 380px;
	float: left;
}
.ysOne5 {
	height: 380px;
	float: right;
}

/*公司优势结束*/

/*客户见证开始*/
.partner {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}
.parTitle {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.parTitle p {
	color: #0096FF;
	font-size: 38px;
	margin-bottom: 5px;
}
.parTitle img {
	text-align: center;
}
.partnerList {
	height: 610px;
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}
.partnerOne {
	width: 537px;
	height: 260px;
	margin-right: 26px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.partnerOne:nth-child(2n) {
	margin-right: 0;
}
.partnerOneCont {
	width: 426px;
	height: 242px;
	background: #0096ff;
	float: left;
	padding: 20px 125px 20px 30px;
	box-sizing: border-box;
}
.partnerOneContTitle {
	color: #fff;
	font-size: 23px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.partnerOneContWord {
	color: #000;
	font-size: 13px;
	line-height: 23px;
	text-align: justify;
}
.partnerOneImg {
	width: 218px;
	height: 218px;
	border: 2px solid #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 10px;
}
.partnerOneImg img {
	width: 100%;
}
.partnerOneA {
	display: block;
	background: url(../images/appmorea.png) no-repeat;
	width: 123px;
	height: 41px;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 30px;
	text-align: left;
}

/*客户见证结束*/

/**/
.mainTitleEng {
	text-align: center;
}
.mainTitleIco {
	text-align: center;
}
.mainTitleCN {
	font-size: 24px;
	color: #333;
	text-align: center;
	transform: translateY(-20px);
}

/**/
.mainNavUl {
	margin: 0 auto;
	margin-top: 40px;
}
.mainNavUl li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	text-align: center;
}
.mainNavUl li {
	float: left;
	margin-right: 40px;
}
.mainNavUl li:last-child {
	margin-right: 0;
}
.mainNavUl li:last-child:hover img {
	transform: translateX(10px);
	transition: .3s;
}
.mainNavUl li a {
	color: #333;
}
.mainNavUl li a:hover {
	color: #BE0200;
}
.mainBox {
	margin-top: 30px;
	width: 1100px;
	height: 325px;
	position: relative;
	overflow: hidden;
	position: relative;
}
.mainOne {
	width: 1100px;
	height: 325px;
	transform: translateX(100%);
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
}
.mainOne:first-child {
	transform: translateX(0);
}
.mainOneImg {
	float: left;
}
.mainOneCont {
	transition: .3s;
}
.mainOneCont2 {
	transition: .3s;
}
.mainOneContMask {
	width: 575px;
	height: 262px;
	float: left;
	overflow: hidden;
}
.mainOneNum {
	margin-bottom: 20px;
	margin-top: 34px;
	margin-left: 28px;
}
.mainOneContOne {
	float: left;
	width: 575px;
	height: 262px;
	box-sizing: border-box;
	overflow: hidden;
}
.mainOneLoacateCN {
	margin-left: 28px;
}
.mainOneLoacateENG {
	padding: 0;
	margin: 0;
	transform: translateY(-8px);
}
.mainOneLoacateENG img {
	margin-left: 28px;
}
.mainOneP {
	margin-left: 28px;
	margin-top: 35px;
	font-size: 18px;
	color: #333;
}
.mainOneP1 {
	float: left;
}
.mainOneP2 {
	float: left;
}
.mainOneCont2One {
	float: left;
	width: 575px;
	height: 262px;
}
.qiehuan {
	width: 50px;
	height: 40px;
	line-height: 44px;
	background: #BE0200;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 600px;
}
.qiehuan img {
	text-align: center;
}
.qiehuan:hover {
	background: #222222;
}
.toLft {
	left: 560px;
}
.toright {
	transform: rotate(180deg);
	left: 630px;
}
.toLft2 {
	left: 560px;
}
.toright2 {
	transform: rotate(180deg);
	left: 630px;
}

/*理由开始*/
.liyou {
	width: 100%;
	height: 690px;
}
.liyouBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.liyoup1 {
	text-align: center;
	color: #8d8d8d;
	font-size: 18px;
	font-family: arial;
	padding-top: 60px;
}
.liyoup2 {
	color: #333;
	font-size: 30px;
	text-align: center;
}
.liyoup3 {
	color: #333;
	font-size: 14px;
	text-align: center;
}

/*理由结束*/

/*about开始*/
.about {
	width: 100%;
	height: 500px;
	background: url(../images/aboutbg.jpg) no-repeat center;
	padding-top: 90px;
	box-sizing: border-box;
}
.aboutBox {
	width: 1100px;
	height: 320px;
	margin: 0 auto;
}
.aboutImg {
	width: 550px;
	height: 320px;
	border: 3px solid #fff;
	box-sizing: border-box;
	position: relative;
	float: left;
	overflow: hidden;
}
.aboutImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.aboutImg img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.aboutCont {
	width: 512px;
	float: right;
	margin-top: 40px;
}
.aboutContTitleCN {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.aboutContTitleEN {
	font-size: 14px;
	color: #333;
	font-family:microsoft yahei;
}
.aboutContWord {
	font-size: 14px;
	height: 108px;
	overflow: hidden;
	color: #333;
	margin: 20px 0;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.aboutContA {
	float: left;
	width: 160px;
	height: 48px;
	line-height: 48px;
}
.aboutContA:hover {
	animation: aboutContA .3s;
}
@keyframes aboutContA {
	from {
		transform: rotateZ(15deg);
	}
	
	to {
		transform: rotateZ(0deg);
	}
}
.aboutContA1 {
	display: block;
	margin-right: 20px;
	background: #EE1C23;
	color: #fff;
	line-height: 48px;
	text-align: center;
}
.aboutContA1:hover {
	color: #fff;
}
.aboutContA2 {
	display: block;
	color: #EE1C23;
	text-align: center;
	border: 1px solid #EE1C23;
	box-sizing: border-box;
}
.aboutContA2:hover {
	color: #EE1C23;
}

/*about结束*/

/*案例开始*/
.case {
	width: 100%;
	height: 410px;
	margin-top: 20px;
}

/**/
.cpysList {
	width: 1100px;
	height: 308px;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpysList .cpysListUl {
	height: 160px;
	width: 1760px;
}
.cpysList .cpysLIcon {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
.cpysList .cpysRIcon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.cpysList ul li {
	position: relative;
	margin-right: 7px;
	width: 270px;
	height: 167px;
	float: left;
	transition: .3s;
	border: 1px solid #999;
	box-sizing: border-box;
}
.cpysList ul li:hover {
	transform: translateY(-10px);
}
.cpysList ul li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cpysList ul li:hover img {
	animation: cpzsMore 1.5s infinite;
}
.cpysList ul li .cpysListPCN {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.cpysList ul li .cpysListPENG {
	font-size: 14px;
	color: #999;
}

/*案例结束*/

/*联系2开始*/
.tel2bg {
	width: 100%;
	height: 300px;
	background: url(../images/tel2bg.jpg);
	color: #fff;
}
.tel2bg:hover a img {
	transform: translateY(5px);
	transition: .3S;
}

/*联系2结束*/

/*新闻中心开始*/
.news {
	width: 100%;
	height: 580px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	box-sizing: border-box;
	background: #FFF5F5;
}
.newsBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.newsImg {
	width: 1100px;
	height: 183px;
	margin: 40px auto;
	border-bottom: 1px dashed #999;
	position: relative;
}
.newsImg li {
	width: 212px;
	height: 140px;
	overflow: hidden;
	position: absolute;
}
.newsImg li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.newsImg li img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.newsImg li:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}
.newsImg li:nth-child(2) {
	position: absolute;
	left: 580px;
	top: 0;
}
.newsList {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.newsList li {
	width: 290px;
	height: 150px;
	border-bottom: 1px dashed #999;
	float: left;
	margin-right: 115px;
}
.newsList li:nth-child(3) {
	margin-right: 0;
}
.newsList li:nth-child(4) {
	position: absolute;
	left: 230px;
	top: -217px;
	border-bottom: none;
}
.newsList li:nth-child(5) {
	position: absolute;
	top: -217px;
	right: 0;
	border-bottom: none;
	margin-right: 0;
}
.newsDate {
	font-size: 12px;
	color: #333;
}
.newsOneTitle {
	font-size: 16px;
	margin: 10px 0;
}
.newsOneTitle a {
	color: #333;
}
.newsOneTitle a:hover {
	color: #3E9E3D;
	font-weight: bold;
}
.newsOneWord {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 76px;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

/*新闻中心结束