﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
/*公共标题开始*/
/*公共标题结束*/
/*产品中心开始*/
.product {
	width: 1100px;
	height: 600px;
	height: 860px;
	margin: 0 auto;
	box-sizing: border-box;
	/* padding-top: 60px; */
	box-sizing: border-box;
}
.product li {
	width: 350px;
	height: 280px;
	height: 410px;
	margin-right: 25px;
	margin-bottom: 1px;
	float: left;
	text-align: center;
}
.product li:nth-child(3n) {
	margin-right: 0;
}
.product li div {
	width: 350px;
	height: 220px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.product li div img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}
.product li:hover div img {
	transform: translate(-50%, -50%) scale(1.05);
}
.product li p {
	margin-top: 10px;
	color: #555;
	font-size: 14px;
}
.product li:hover p {
	color: #038dd8;
}
/**/
/**/
.cpysList2 {
	width: 1200px;
	height: 500px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 10px;
}
.cpysList2 .cpysLIcon {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
.cpysList2 .cpysRIcon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.cpysList2 ul li {
	position: relative;
	margin-right: 26px;
	width: 280px;
	height: 360px;
	float: left;
	transition: .3s;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	border: 1px solid #fff;
}
.cpysList2 ul li img {
	width: 100%;
}
.cpysList2 ul li:hover {
	/*border: 1px solid #1865ab;*/
}
.cpysList2 ul li .proImg {
	display: block;
	width: 280px;
	height: 320px;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.cpysList2 ul li:hover .proImg {
	border: 2px solid #c4151c;
}
.cpysList2 ul li .proImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cpysList2 ul li .proA {
	color: #333;
}
.cpysList2 ul li:hover .proA {
	color: #c4151c;
}
.cpysList2:after {
	content: '';
	display: block;
	clear: both;
}
/**/
/**/
.proMore {
	margin: 0px auto;
	text-align: center;
}
.proMoreA {
	font-size: 14px;
	color: #333;
	padding: 5px 30px;
	border: 1px solid #ccc;
	margin: 0 20px;
	letter-spacing: 1px;
}
.proMoreA:hover {
	color: #fff;
	border-color: #c4151c;
	background: #c4151c;
}
/**/
/*产品结束*/
/*作用开始*/
.function {
	width: 100%;
	height: 614px;
	background: url(../images/functionBg.jpg) no-repeat center;
}
.funnBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.funnImg {
	height: 100%;
	position: absolute;
	left: 310px;
	bottom: 0;
	transform: translateX(-50%);
}
.funnTi1 {
	font-weight: bold;
	font-size: 30px;
	color: #444;
	letter-spacing: 2px;
	position: absolute;
	left: 530px;
	top: 240px;
}
.funnTi2 {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	letter-spacing: 0px;
	position: absolute;
	left: 755px;
	top: 256px;
}
.funnMore {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 36px;
	position: absolute;
	left: 988px;
	top: 250px;
}
.funnMore:hover {
	text-decoration: underline;
}
.funnGd {
	width: 810px;
	height: 227px;
	/*background: rgba(0, 0, 0, .2);*/
	position: absolute;
	top: 330px;
	left: 420px;
}
.funnGdIco {
	width: 50px;
	height: 50px;
	background: url(../images/funngdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
}
.funnGdIco:hover {
	box-shadow: 0 0 5px 1px #ccc;
}
/*滚动 s*/
.case2Show {
	width: 700px;
	height: 100%;
	overflow: hidden;
	float: right;
	/*background: rgba(0, 0, 0, .5);*/
	padding-left: 20px;
}
.case2MaskT {
	cursor: pointer;
	width: 70px;
	height: 35px;
	position: absolute;
	top: 470px;
}
.case2MaskT:hover::before {
	background: #00538d;
}
.case2MaskT:hover::after {
	background: #00538d;
}
.case2MaskTL {
	left: 37px;
	background: url(../images/progdl.jpg) no-repeat;
}
.case2MaskTR {
	left: 100px;
	background: url(../images/progdl.jpg) no-repeat;
	transform: rotateZ(180deg);
}
.case2Box {
	height: 100%;
}
.case2Box li {
	width: 330px;
	height: 200px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	padding-top: 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s;
}
.case2Box li:hover {
	box-shadow: 2px 2px 2px 0 #666;
}
.case2Box li a:nth-child(1) {
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #666;
	margin: 10px auto;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.case2Box li a:nth-child(1):before {
	content: '';
	display: block;
	width: 11px;
	height: 3px;
	background: #999;
	position: absolute;
	left: 5px;
	top: 20px;
}
.case2Box li a:nth-child(2) {
	width: 270px;
	height: 95px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*滚动 e*/
/*作用结束*/
/*加盟开始*/
.join {
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
}
.join h6 {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.join h6 a {
	color: #e66f70;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px 33px;
	border: 1px solid #e66f70;
	margin: 20px;
	border-radius: 20px;
	transition: .3s;
}
.join h6 a:hover {
	background: #e66f70;
	border-color: #e66f70;
	color: #fff;
}
.join p:nth-child(1) {
	font-size: 36px;
	color: #cccccc;
	font-family: georgia;
	text-align: center;
	letter-spacing: 2px;
}
.join p:nth-child(2) {
	text-align: center;
	transform: translateY(-20px);
}
.join p:nth-child(2) span {
	font-size: 30px;
	color: #222;
	background: #fff;
	padding: 0 10px;
}
.join p:nth-child(3) {
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.join ul {
	margin-top: 40px;
}
.join ul:after {
	content: '';
	display: block;
	clear: both;
}
.join ul li {
	width: 260px;
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	padding: 30px 28px 0 28px;
}
.join ul li:nth-child(4) {
	margin-right: 0;
}
.join ul li i {
	font-size: 36px;
	color: #333;
	font-family: '宋体';
	letter-spacing: 2px;
	margin: 0 10px;
}
.join ul li span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #333;
	margin-left: 30px
}
.join ul li div {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
}
/*加盟结束*/
/*理由开始*/
.reason {
	width: 100%;
	height: 727px;
	font-size: 48px;
	text-align: center;
	color: #555;
	background: #ededed;
	padding-top: 60px;
	box-sizing: border-box;
}
.reasonT1 {
	font-size: 32px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
}
.reasonT2 {
	font-size: 15px;
	color: #555;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 5px;
}
.reasonList {
	width: 1100px;
	height: 443px;
	margin: 40px auto;
}
.reasonList li {
	width: 340px;
	height: 443px;
	background: #fff;
	float: left;
	margin-right: 40px;
	position: relative;
}
.reasonList li:nth-child(3n) {
	margin-right: 0;
}
.reasonImg {
	width: 306px;
	height: 293px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.reasonImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.reasonImgWod {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(46, 157, 219, .8);
	opacity: 0;
	transition: .3s;
}
.reasonList li:hover .reasonImgWod {
	opacity: 1;
}
.reasonImgWodP {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: justify;
	letter-spacing: 2px;
}
.reasonNum {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #038dd8;
	color: #fff;
	position: absolute;
	left: 45%;
	top: 293px;
	font-size: 14px;
	transform: rotateZ(45deg);
}
.reasonNum div {
	transform: rotateZ(-45deg);
}
.reasonOneT1 {
	color: #84c225;
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
}
.reasonOneT2 {
	color: #999;
	font-size: 14px;
	font-family: georgia;
	margin-top: 5px;
}
/*理由结束*/
/*优势开始*/
.youshi {
	width: 100%;
	height: 620px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
	background: skyblue;
	box-sizing: border-box;
	position: relative;
}
.youshiBox {
	width: 1100px;
	height: 500px;
	background: orange;
	margin: 0 auto;
}
.youshiImg {
	width: 310px;
	height: 100%;
	overflow: hidden;
}
/*优势结束*/
/*解决方案开始*/
.solutionsBox {
	width: 100%;
	height: 100%;
	position: relative;
	/* background: #F4F4F4; */
}
.solutions {
	/* width: 1200px; */
	/* margin: 0 auto; */
	/* position: relative; */
}
.soluImg {
	width: 640px;
	height: 388px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.soluImgul {
	width: 3200px;
	height: 100%;
	transition: .3s;
}
.soluImgul li {
	width: 640px;
	height: 388px;
	float: left;
	overflow: hidden;
}
.soluImgul li img {
	width: 100%;
}
.soluWord {
	width: 400px;
	height: 440px;
	background: #1b7fe1;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 40px 50px;
	box-sizing: border-box;
	color: #fff;
}
.soluWord p:nth-child(1) {
	font-size: 30px;
	font-family: "宋体";
}
.soluWord p:nth-child(2) {
	font-size: 30px;
	/* font-family: cursive; */
	margin: 20px 0;
	font-weight: bold;
}
.soluWord p:nth-child(3) {
	font-size: 30px;
	font-family: unset;
	letter-spacing: 4px;
}
.soluWord p:nth-child(4) {
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.solutionsNav {
	position: absolute;
	left: 70px;
	top: 390px;
}
.soluOne {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 13px;
	text-align: center;
}
.soluOneOn {
	background: #fff;
}
/*
.soluOne:nth-child(even) {
	margin-left: 50px;
}
.soluOne:nth-child(even):after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #333;
	position: absolute;
	left: -32px;
	top: 30px;
}
.soluOne:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 56%;
	box-shadow: 0 0 0 2px #347bcd;
	border: 5px solid #fff;
	background: #347bcd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.soluOneOn:before {
	display: block;
}*/
.soluOne p {
	width: 200px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.soluOne a {
	display: inline-block;
	width: 200px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #121212;
}
.soluMask {
	width: 402px;
	/* height: 343px; */
	/* background: #fff; */
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.soluList {
	width: 2010px;
	height: 100%;
	transition: .3s;
}
.soluOneW {
	width: 400px;
	height: 470px;
	box-sizing: border-box;
	color: #fff;
	float: left;
	padding: 40px 70px;
	box-sizing: border-box;
}
.soluOneW p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
}
.soluOneW p:nth-child(2) {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 70px;
	position: relative;
}
.soluOneW p:nth-child(2):after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 55px;
}
.soluOneW p:nth-child(3) {
	font-size: 14px;
	line-height: 32px;
}
.soluOneW a {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}
.soluMaskC {
	/* position: absolute; */
	/* top: 122px; */
	/* left: 550px; */
}
.soluWctrl {
	bottom: 40px;
	width: 80px;
	height: 40px;
	position: absolute;
	right: -40px;
	/* top: 0; */
	z-index: 10;
}
.soluWctrL {
	width: 40px;
	height: 40px;
	background: url(../images/sl.png) no-repeat;
	float: left;
	cursor: pointer;
}
.soluWctrR {
	width: 40px;
	height: 40px;
	background: url(../images/sr.png) no-repeat;
	float: right;
	cursor: pointer;
}
.soluA {
	position: absolute;
	right: 0;
	top: 650px;
	color: #347bcd;
	font-size: 18px;
	border-right: 2px solid #333;
	padding: 5px 20px 5px 0;
	letter-spacing: 1px;
	font-weight: bold;
}
/*解决方案结束*/
/*设计师开始*/
.sjs {
	width: 100%;
	height: 760px;
	background: url(../images/sjsbg.jpg);
}
.sjsBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.sjsP1 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding-top: 77px;
	box-sizing: border-box;
	letter-spacing: 8px;
}
.sjsP2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 20px;
}
.sjsCont {
	width: 100%;
	height: 470px;
	margin-top: 50px;
}
.sjsL {
	width: 535px;
	height: 330px;
	float: left;
	position: relative;
}
.sjsLShow {
	width: 535px;
	height: 330px;
	overflow: hidden;
}
.sjsLShow ul {
	width: 2140px;
	transition: .3s;
}
.sjsLShow ul li {
	width: 535px;
	height: 330px;
	padding-left: 10px;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	float: left;
}
.sjsLShow ul li p:nth-child(1) {
	font-size: 40px;
	color: #585858;
	margin-bottom: 28px;
}
.sjsLShow ul li p:nth-child(2) {
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
	margin-bottom: 20px;
	color: #c4950c;
}
.sjsLShow ul li p:nth-child(3) {
	font-size: 14px;
	color: #585858;
	font-family: "宋体";
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span {
	font-weight: bold;
	/* margin-bottom: 14px; */
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span:after {
	content: '';
	display: block;
}
.sjsLShow ul li div {
	width: 70px;
	height: 2px;
	background: #015FA7;
	margin: 20px 0;
}
.sjsLShowWord {
	width: 310px;
	height: 250px;
	margin-top: 87px;
	margin-left: 75px;
}
.sjsLShowWord p:nth-child(1) {
	font-size: 28px;
	color: #ebebeb;
	margin-bottom: 40px;
}
.sjsLShowWord p:nth-child(2) {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 38px;
	letter-spacing: 2px;
}
.sjsLShowImg {
	position: absolute;
	left: 550px;
	bottom: -10px;
	transform: translateX(-50%);
}
.sjsLCtrlS {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 28px;
}
.sjsLCtrlX {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 28px;
}
.sjsCtrlPoint {
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translate(-50%, -50%);
}
.sjsCtrlPointOne {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
}
.sjsCtrlPointOneOn {
	color: #fff;
	background: #015FA7;
}
/**/
.sjsR {
	width: 400px;
	height: 100%;
	float: right;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.sjsOne {
	box-sizing: border-box;
	width: 400px;
	height: 156px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.sjsrw {
	position: absolute;
	left: 87px;
	top: -36px;
	transform: translateX(-50%);
}
.sjsrw img {
	transform: scale(.7);
}
.sjsOne:nth-child(2n) .sjsrw {
	left: 293px;
}
.sjsjs {
	width: 192px;
	position: absolute;
	right: 10px;
	top: 58%;
	transform: translateY(-50%);
}
.sjsOne:nth-child(2n) .sjsjs {
	left: 20px;
}
.sjsjs p:nth-child(1) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.sjsjs p:nth-child(2) {
	font-size: 14px;
	color: #bbb;
	height: 37px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*设计师结束*/
/*服务开始*/
.service {
	width: 1100px;
	height: 200px;
	background: #ededed;
	margin: 0 auto;
	margin-top: 140px;
	position: relative;
}
.fwCn {
	font-size: 18px;
	font-family: "宋体";
	color: #0c490f;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: -120px;
	left: 0;
}
.fwEn {
	font-size: 14px;
	font-family: "宋体";
	color: #585858;
	position: absolute;
	left: 0;
	top: -100px;
}
.fwP1 {
	text-align: center;
	font-size: 18px;
	color: #c4950c;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}
.fwP1 span:before {
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background: #C4950C;
	position: absolute;
	right: 100%;
	top: 40%;
	transform: translateX(-10px);
}
.fwImg {
	width: 250px;
	height: 250px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: -80px;
}
.fwImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.fwWord {
	width: 600px;
	font-size: 13px;
	font-family: '宋体';
	color: #585858;
	line-height: 24px;
	position: absolute;
	left: 400px;
	top: 50%;
	transform: translateY(-50%);
}
/*服务结束*/
/*理由开始*/
.ly {
	width: 100%;
	height: 1707px;
	background: #fff;
}
.lyBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/lybg.png) no-repeat top;
	position: relative;
}
.lyTitle {
	font-size: 20px;
	color: #191919;
	position: absolute;
	left: 50%;
	top: 98px;
	transform: translateX(-49%);
}
.lyTitle2 {
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 50%;
	top: 125px;
	transform: translateX(-50%);
}
.lyOne1 {
	position: absolute;
	left: 68px;
	top: 235px;
}
.lyOne2 {
	width: 480px;
	position: absolute;
	right: 0;
	top: 588px;
}
.lyOne3 {
	width: 484px;
	position: absolute;
	right: 0px;
	top: 1017px;
}
.lyOne4 {
	width: 410px;
	position: absolute;
	right: 22px;
	top: 1278px;
}
.lyOne2 li {
	float: left;
	width: 400px;
}
.lyOne3 li {
	float: right;
	width: 457px;
}
.lyOne4 li {
	width: 400px;
}
.lyOne li {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: justify;
	/* width: 100%; */
}
.lyOne li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 11px;
}
.lyOne1 li {
	width: 411px;
}
.lyOne ul {
	margin-top: 20px;
}
.lyOnePCN {
	font-size: 20px;
	color: #191919;
}
.lyOnePEN {
	font-size: 12px;
	color: #999;
}
/**/
.lyTel {
	width: 500px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 1520px;
}
.lytelbox1 {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #999;
}
.lyt1 {
	float: left;
	font-size: 14px;
	color: #333;
	height: 100%;
}
.lyt2 {
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #333;
	height: 100%;
}
.lyt3 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #333;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.lyt3:hover {
	color: #fff;
	text-decoration: underline;
}
.lyt4 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.lyt4:hover {
	color: #333;
	text-decoration: underline;
}
.lytep {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.lytep span {
	color: #999;
}
/**/
.lyimg1 {
	position: absolute;
	right: 0;
	top: 321px;
	transform: translateY(-50%);
}
.lyimg2 {
	position: absolute;
	left: 312px;
	top: 712px;
	transform: translate(-50%, -50%);
}
.lyimg3 {
	position: absolute;
	left: 213px;
	top: 1234px;
	transform: translate(-50%, -50%);
}
.lyimg4 {
	position: absolute;
	left: 909px;
	top: 1714px;
	transform: translate(-50%, -50%);
}
/*理由结束*/
/*亮点开始*/
.ld {
	width: 100%;
	height: 512px;
	background: url(../images/ldbg.png) no-repeat center;
}
.ldBox {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.ldP1 {
	position: absolute;
	left: 50%;
	top: 54px;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
}
.ldP1 span {
	font-size: 36px;
}
.ldp2 {
	position: absolute;
	left: 50%;
	top: 106px;
	transform: translateX(-50%);
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
}
.ldp3 {
	position: absolute;
	left: 50%;
	top: 157px;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	letter-spacing: 4px;
}
.ldList {
	width: 1100px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 250px;
}
.ldList li {
	width: 138px;
	height: 220px;
	background: url(../images/ldobg.png) no-repeat top center;
	margin-right: 102px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}
.ldList li:hover {
	transition: .3s;
	transform: translateY(-10px);
}
.ldList li:nth-child(5) {
	margin-right: 0;
}
.ldList li p:nth-child(1) {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(2) {
	width: 100px;
	font-size: 16px;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(3) {
	width: 210px;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	left: 50%;
	top: 171px;
	transform: translate(-50%, -50%);
	text-align: center;
}
/*亮点结束*/
/*定制开始*/
.order {
	width: 100%;
	height: 838px;
	background: url(../images/dzbg2.png) no-repeat center;
}
.orderBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.orTitle1 {
	font-size: 24px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 63px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.orTitle1 span {
	color: #e3a135;
	margin-right: 5px;
}
.orTitle2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 7px;
	position: absolute;
	left: 50%;
	top: 104px;
	transform: translate(-50%, -50%);
}
.orTitle3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translate(-50%, -50%);
}
.orTitle3 span {
	font-size: 14px;
	font-family: georgia;
}
.orTitle4 {
	font-size: 26px;
	color: #333;
	font-family: georgia;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 420px;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.orTitle5 {
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 447px;
	transform: translate(-50%, -50%);
}
.orTitle6 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 36%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.orTitle7 {
	font-size: 24px;
	font-family: arial;
	color: #333;
	letter-spacing: 2px;
	line-height: 26PX;
	text-align: left;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.dzIco {
	width: 1100px;
	/* height: 250px; */
	/* background: rgba(0, 0, 0, .1); */
	position: absolute;
	left: 0;
	top: 206px;
}
.dzIco li {
	width: 98px;
	height: 98px;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 100px;
	position: relative;
}
.dzIco li:nth-child(6) {
	margin-right: 0;
}
.dzIcoImg {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dzIcoImg img {
	transform: translateX(-50%);
}
.dzIco li:hover .dzIcoImg img {
	transform: translateX(0%);
	transition: .3s;
}
.dzIco li:hover {
	border: 1px solid #c49c5a;
}
.dzIco li p {
	width: 195px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 132%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 13px;
}
.dzIco li:hover p {
	color: #c49c5a;
}
/**/
.orjg {
	font-size: 13px;
	color: #333;
}
.orjg li:nth-child(1) {
	position: absolute;
	left: 71px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(2) {
	position: absolute;
	left: 339px;
	top: 573px;
	transform: translateY(-50%);
}
.orjg li:nth-child(3) {
	position: absolute;
	left: 667px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(4) {
	position: absolute;
	left: 964px;
	top: 572px;
	transform: translateY(-50%);
}
.orzx {
	display: block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 668px;
	top: 712px;
}
.orzx:hover {
	color: #fff;
	text-decoration: underline;
}
/*定制结束*/
/*客户案例开始*/
.khjz {
	width: 100%;
	height: 620px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}
/*客户案例结束*/
/*荣誉资质开始*/
.honor {
	width: 100%;
	height: 621px;
	padding-top: 60px;
	box-sizing: border-box;
}
/*荣誉资质结束*/
/*产品优势开始*/
.cpys {
	width: 100%;
	height: 550px;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.pcysT {
	width: 916px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/cpys.png) no-repeat center;
	position: relative;
}
.pcysT p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 18px;
	color: #333;
}
.pcysT p span {
	color: #6fba2c;
}
.cpList {
	margin-top: 60px;
}
.cpList li {
	box-sizing: border-box;
	width: 275px;
	height: 290px;
	float: left;
	border-right: 1px dashed #999;
	position: relative;
	text-align: center;
}
.cpList li:last-child {
	border: none;
}
.ysOneImg {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ysOneImg img {
	width: 100%;
	cursor: pointer;
	transition: .3s;
}
.cpList li:hover img {
	transform: scale(1.1);
}
.cpysTitke {
	font-size: 18px;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}
.cpysP {
	width: 185px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px dashed #999;
	color: #666;
}
/*产品优势结束*/
.anli {
	width: 100%;
	height: 650px;
}
.anliBox {
	width: 1100px;
	height: 100%;
	background: #fff;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
}
.anliList {
	width: 1100px;
	height: 340px;
	margin: 40px auto;
}
.anliList li {
	width: 250px;
	height: 160px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.anliList li:first-child {
	margin: 0;
	width: 540px;
	height: 340px;
}
.anliList li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.anliList li a {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(46, 157, 219, .8);
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	transition: .3s;
}
.anliList li:hover a {
	opacity: 1;
}
.anliList li a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
	font-size: 18px;
}
.anliAbox {
	text-align: center;
	margin: 60px auto;
}
.anliAbox a {
	text-align: center;
	margin: 10px;
	padding: 5px 30px;
	letter-spacing: 2px;
	color: #fff;
}
.anliAbox a:nth-child(1) {
	background: #038dd8;
}
.anliAbox a:nth-child(2) {
	background: #86c329;
}
/*案例开始*/
.caseTitle {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.caseTitleEN {
	font-size: 24px;
	color: #8f8f8f;
	font-family: georgia;
}
.caseTitleCN {
	color: #fff;
	font-size: 24px;
}
.caseTitleCN span {
	position: relative;
}
.caseTitleCN span:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateX(-20px);
}
.caseTitleCN span:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateX(20px);
}
/*1*/
/*案例结束*/
/*视频开始*/
.shipin {
	width: 100%;
	height: 580px;
	margin: 40px auto;
	background: #fff;
}
.shipinBox {
	width: 1100px;
	margin: 0 auto;
}
.videoBox {
	width: 713px;
	height: 407px;
	background: #2d2d2d;
	margin: 40px auto;
	position: relative;
}
.video {
	width: 100%;
	height: 100%;
}
.videoImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.videoImgHover {
	transition: .3s;
	transform: translate(-50%, -50%) scale(0);
}
.videoImg img {
	cursor: pointer;
}
.shipinBd {
	width: 677px;
	height: 48px;
	background: url(../images/biaodian.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.shipinBdp {
	width: 240px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #5d5d5d;
	border-left: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	letter-spacing: 2px;
	float: left;
	margin-left: 90px;
	margin-top: 10px;
}
.shipinBdp2 {
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	letter-spacing: 2px;
	float: left;
	margin-left: 42px;
	margin-top: 10px;
	letter-spacing: 2px;
}
.shipinBdp2 span {
	color: #494949;
	font-size: 18px;
	font-family: arial;
	position: relative;
}
.shipinBdp2 span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #6a6a6a;
	position: absolute;
	left: 0;
	bottom: -5px;
}
/*视频结束*/
/*合作伙伴滚动开始*/
.mainTitle {
	width: 1100px;
	height: 80px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
.mainTitle a {
	position: absolute;
	right: 110px;
	top: 27px;
	font-size: 14px;
	color: #666;
}
.mainTitle a:hover {}
.mainTitleP1 {
	font-size: 24px;
	color: #ccc;
	font-family: georgia;
}
.mainTitleP2 {
	font-size: 24px;
	color: #ccc;
	margin-top: 5px;
	position: relative;
}
.mainTitleP2:before {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 110px;
	top: 20px;
}
.mainTitleP2:after {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 110px;
	top: 20px;
}
.mainTitleP2 span {
	font-size: 24px;
	color: #333;
}
.mainTitleP2 span:last-child {
	font-weight: bold;
}
/*镜头开始*/
.lens {
	margin: 40px auto;
}
.lensTitle {
	width: 1100px;
	height: 50px;
	margin: 40px auto;
	margin-bottom: 40px;
	position: relative;
	text-align: right;
}
.lensTitleP {
	position: absolute;
	left: 0;
	text-align: left;
}
.lensTitleP p:nth-child(1) {
	font-size: 24px;
	color: #000;
	letter-spacing: 2px;
}
.lensTitleP p:nth-child(1) .lensTitlePspan {
	font-size: 14px;
	color: #999;
	font-family: georgia;
}
.lensTitlePspan1{
	color: #347bcd;
}
.lensTitleP p:nth-child(2) {
	font-size: 14px;
	color: #333;
	letter-spacing: 4px;
	margin-top: 5px;
}
.lensTitle a {
	line-height: 50px;
	margin: 20px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.lensTitle a:hover {
	color: #347bcd;
}
.lensTitle a:after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #999;
	transform: rotateZ(30deg);
	position: absolute;
	right: -21px;
	top: 4px;
}
.lensTitle a:last-child {
	color: #fff;
	padding: 5px 20px;
	background: #84c225;
	margin-right: 0;
}
.lensTitle a:last-child:after {
	display: none;
}
.lensTitle a:nth-last-child(2):after {
	display: none;
}
.lensList {
	width: 1100px;
	height: 463px;
	margin: 40px auto;
	position: relative;
}
.lensTe {
	width: 390px;
	height: 463px;
	background: #000;
	float: left;
}
.lensTeT1 {
	width: 200px;
	margin: 28px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 4px;
}
.lensTeT2 {
	font-size: 13px;
	line-height: 32px;
	color: #fff;
	padding: 0 50px;
	letter-spacing: 2px;
	text-align: justify;
	box-sizing: border-box;
}
.lensTBox {
	width: 348px;
	height: 204px;
	/* background: skyblue; */
	opacity: .2;
	margin: 0 auto;
	margin-top: 23px;
}
.lensOne {
	width: 346px;
	height: 228px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-left: 9px;
	margin-bottom: 8px;
	position: relative;
}
.lensOne div {
	width: 200px;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.lensOne div img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lensOne p {
	width: 130px;
	position: absolute;
	left: 205px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
.lensOne:last-child {
	position: absolute;
	left: 186px;
	top: 126px;
	transform: translate(-50%, -50%);
	height: 204px;
	background: #fff;
	border: none;
}
.lensOneA {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5) url(../images/lenico.png) left 151px top 77px no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 137px;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-size: 16px;
	opacity: 0;
	transition: .3s;
}
.lensOneA:hover {
	opacity: 1;
}
/*镜头结束*/
/*合作伙伴开始*/
.hzT1 {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.hzT1 a {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 14px;
	color: #333;
}
.hzT1 p:nth-child(1) {
	font-size: 24px;
	color: #999;
	font-family: georgia;
}
.hzT1 p:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 40px;
}
.hzT1 p:nth-child(2) span {
	font-size: 24px;
	color: #5d5d5d;
	position: relative;
}
.hzT1 p:nth-child(2) span:before {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-50px);
}
.hzT1 p:nth-child(2) span:after {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(50px);
}
/*翔华合作伙伴特推开始*/
.caseTetui {
	width: 100%;
	height: 70px;
	/* background: #f4f4f4; */
	padding-top: 60px;
	padding-bottom: 20px;
}
.caseTetuiBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.caseTetuiCont {
	width: 100%;
	height: 100%;
}
.caseTetuiBoxImg {
	width: 780px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.caseTetuiBoxWord {
	width: 350px;
	height: 148px;
	background: #347bcd;
	color: #fff;
	position: absolute;
	right: 0;
	top: 190px;
	padding: 5px 20px;
	box-sizing: border-box;
}
.caseTetuiBoxWord a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	width: 270px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.caseTetuiBoxWord p {
	font-size: 14px;
	line-height: 28px;
	height: 55px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.caseTetuiTitle {
	width: 270px;
	position: absolute;
	right: 0;
	top: 30px;
	color: #333;
}
.caseTetuiTitle p:nth-child(1) {
	font-family: arial;
	font-size: 30px;
}
.caseTetuiTitle p:nth-child(1):after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 100%;
	top: 17px;
	transform: translateX(-20px);
}
.caseTetuiTitle p:nth-child(2) {
	/* font-family: arial; */
	font-size: 36px;
	letter-spacing: 4px;
	margin: 5px 0;
	margin-bottom: 10px;
}
.caseTetuiTitle p:nth-child(3) {
	font-family: arial;
	letter-spacing: 3px;
	font-size: 14px;
}
/*翔华合作伙伴特推结束*/
/*22*/
/*合作伙伴结束*/
.proAbox {
	margin: 50px auto;
	text-align: center;
}
.proAbox a {
	margin: 20px;
	padding: 5px 30px;
	color: #333;
	border: 1px solid #666666;
	font-size: 14px;
}
.proAbox a:hover {
	color: #fff;
	background: #666;
}
/*教程开始*/
.teach {
	margin-top: 100px
}
.vedio {
	width: 700px;
	height: 400px;
	transform: translateY(-60px);
	text-align: center;
	margin: 0 auto;
}
/*教程结束*/
/*三大优势开始*/
.sdys {
	width: 100%;
	height: 700px;
	border-top: 3px solid #c4151c;
	border-bottom: 3px solid #c4151c;
	background: #f1f1f1;
	position: relative;
}
.sdysBox {
	width: 1100px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #f1f1f1;
}
.sdys:before {
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 150px;
}
.sdysA {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	background: #c4151c;
	letter-spacing: 4px;
	font-size: 14px;
	position: absolute;
	right: 50px;
	bottom: 60px;
}
.sdysTop {
	width: 300px;
	height: 55px;
	line-height: 55px;
	background: #c4151c;
	color: #fff;
	position: absolute;
	left: -30px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 4px;
}
.sdysP1 {
	font-size: 15px;
	color: #666;
	position: absolute;
	left: 0;
	bottom: 549px;
	letter-spacing: 8px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.sdysImg {
	position: absolute;
	left: 30px;
	top: 186px;
}
.sdNav {
	position: absolute;
	right: 82px;
	top: 70px;
	text-align: center;
}
.sdNavLi {
	width: 130px;
	height: 200px;
	margin-right: 50px;
	float: left;
	color: #666;
}
.sdNavLiOn {
	color: #c4151d;
}
.sdNavLi div {
	width: 130px;
	height: 130px;
	border: 1px solid #666;
	border-radius: 20px;
	overflow: hidden;
}
.sdNavLiOn div {
	border-color: #c4151d;
}
.sdNavLi div img {
	transform: translateX(-50%);
	transition: .3s;
}
.sdNavLiOn div img {
	transform: translateX(0%);
}
.sdNavLi p:nth-child(2) {
	margin: 10px 0;
}
.sdNavLi p:nth-child(2) span {
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	position: relative;
}
.sdNavLi p:nth-child(2) span:before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-10px);
}
.sdNavLi p:nth-child(2) span:after {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #666;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(10px);
}
.sdNavLiOn p:nth-child(2) span {
	color: #c4151d;
}
.sdNavLiOn p:nth-child(2) span:before {
	background: #c4151d;
}
.sdNavLiOn p:nth-child(2) span:after {
	background: #c4151d;
}
.sdNav li p:nth-child(3) {
	font-size: 16px;
	letter-spacing: 2px
}
/**/
.sdysListBox {
	width: 650px;
	height: 274px;
	position: absolute;
	right: 10px;
	top: 290px;
}
.sdysList {
	height: 100%;
}
/*.sdysListLi {
	width: 650px;
	height: 274px;
	float: left;
	position: relative;
	opacity: 0;
}*/
.sdysListLi {
	width: 650px;
	height: 274px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(0);
	transition: .3s;
}
.sdysListLiOn {
	transform: scale(1);
}
.sdysListLi p:nth-child(1) {
	font-size: 120px;
	font-family: georgia;
	color: rgba(102, 102, 102, .2);
	position: absolute;
	left: 0;
	top: 0;
}
.sdysListLi span {
	font-size: 36px;
	color: #c4151c;
	letter-spacing: 4px;
	background: #f1f1f1;
	position: absolute;
	left: 40px;
	top: 45px;
}
.sdysListLi p:nth-child(3) {
	font-size: 12px;
	font-family: georgia;
	color: #999;
	position: absolute;
	left: 40px;
	top: 122px;
}
.sdysListLi i {
	width: 590px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 40px;
	top: 155px;
}
.sdysListLi p:nth-child(5) {
	font-size: 16px;
	color: #666666;
	letter-spacing: 3px;
	line-height: 36px;
	position: absolute;
	left: 40px;
	bottom: 0;
}
.sdysL {
	width: 66px;
	height: 128px;
	cursor: pointer;
	background: url(../images/sdysl.png);
	position: absolute;
	left: -520px;
	top: 20px;
}
.sdysR {
	width: 66px;
	height: 128px;
	cursor: pointer;
	background: url(../images/sdysy.png);
	position: absolute;
	right: -100px;
	top: 20px;
	cursor: pointer;
}
/*三大优势结束*/
/**/
/*滚动3开始*/
.case3Mask {
	width: 100%;
	height: 100%;
	position: relative;
}
.case3Mask:before {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background: #ebedf0;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-100%);
}
.case3Mask:after {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background: #ebedf0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
}
.case3MaskT {
	cursor: pointer;
	width: 14px;
	height: 26px;
	position: absolute;
	top: 60%;
}
.case3MaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-45deg) translate(-5px, 5px);
	opacity: 0;
}
.case3MaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-135deg) translate(-16px, -18px);
	opacity: 0;
}
.case3MaskT:hover::before {
	background: #00538d;
}
.case3MaskT:hover::after {
	background: #00538d;
}
.case3MaskTL {
	left: -40px;
	transform: translate(-50%, -100%);
	background: url(../images/tl.png);
}
.case3MaskTL:hover {
	background: url(../images/tr.png);
}
.case3MaskTR {
	right: -40px;
	transform: translate(50%, -100%) rotate(180deg);
	background: url(../images/tl.png);
}
.case3MaskTR:hover {
	transform: translate(50%, -100%) rotate(180deg);
	background: url(../images/tr.png);
}
.case3Show {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case3Box {
	height: 100%;
	width: 2000px;
	/*background: pink;*/
}
.case3Box li {
	cursor: pointer;
	width: 200px;
	height: 120px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.case3Box li img {
	width: 100%;
}
/**/
/*作用开始*/
.function {
	width: 100%;
	height: 614px;
	background: url(../images/functionBg.jpg) no-repeat center;
}
.funnBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.funnImg {
	height: 100%;
	position: absolute;
	left: 310px;
	bottom: 0;
	transform: translateX(-50%);
}
.funnTi1 {
	font-weight: bold;
	font-size: 30px;
	color: #444;
	letter-spacing: 2px;
	position: absolute;
	left: 530px;
	top: 240px;
}
.funnTi2 {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	letter-spacing: 0px;
	position: absolute;
	left: 755px;
	top: 256px;
}
.funnMore {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 36px;
	position: absolute;
	left: 988px;
	top: 250px;
}
.funnMore:hover {
	text-decoration: underline;
}
.funnGd {
	width: 810px;
	height: 227px;
	/*background: rgba(0, 0, 0, .2);*/
	position: absolute;
	top: 330px;
	left: 420px;
}
.funnGdIco {
	width: 50px;
	height: 50px;
	background: url(../images/funngdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
}
.funnGdIco:hover {
	box-shadow: 0 0 5px 1px #ccc;
}
/*滚动 s*/
.case2Show {
	width: 700px;
	height: 100%;
	overflow: hidden;
	float: right;
	/*background: rgba(0, 0, 0, .5);*/
	padding-left: 20px;
}
.case2MaskT {
	cursor: pointer;
	width: 70px;
	height: 35px;
	position: absolute;
	top: 470px;
}
.case2MaskT:hover::before {
	background: #00538d;
}
.case2MaskT:hover::after {
	background: #00538d;
}
.case2MaskTL {
	left: 37px;
	background: url(../images/progdl.jpg) no-repeat;
}
.case2MaskTR {
	left: 100px;
	background: url(../images/progdl.jpg) no-repeat;
	transform: rotateZ(180deg);
}
.case2Box {
	height: 100%;
}
.case2Box li {
	width: 330px;
	height: 200px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	padding-top: 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s;
}
.case2Box li:hover {
	box-shadow: 2px 2px 2px 0 #666;
}
.case2Box li a:nth-child(1) {
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #666;
	margin: 10px auto;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.case2Box li a:nth-child(1):before {
	content: '';
	display: block;
	width: 11px;
	height: 3px;
	background: #999;
	position: absolute;
	left: 5px;
	top: 20px;
}
.case2Box li a:nth-child(2) {
	width: 270px;
	height: 95px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*滚动 e*/
/*作用结束*/
/*加盟开始*/
.join {
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
}
.join h6 {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.join h6 a {
	color: #e66f70;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px 33px;
	border: 1px solid #e66f70;
	margin: 20px;
	border-radius: 20px;
	transition: .3s;
}
.join h6 a:hover {
	background: #e66f70;
	border-color: #e66f70;
	color: #fff;
}
.join p:nth-child(1) {
	font-size: 36px;
	color: #cccccc;
	font-family: georgia;
	text-align: center;
	letter-spacing: 2px;
}
.join p:nth-child(2) {
	text-align: center;
	transform: translateY(-20px);
}
.join p:nth-child(2) span {
	font-size: 30px;
	color: #222;
	background: #fff;
	padding: 0 10px;
}
.join p:nth-child(3) {
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.join ul {
	margin-top: 40px;
}
.join ul:after {
	content: '';
	display: block;
	clear: both;
}
.join ul li {
	width: 260px;
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	padding: 30px 28px 0 28px;
}
.join ul li:nth-child(4) {
	margin-right: 0;
}
.join ul li i {
	font-size: 36px;
	color: #333;
	font-family: '宋体';
	letter-spacing: 2px;
	margin: 0 10px;
}
.join ul li span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #333;
	margin-left: 30px
}
.join ul li div {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
}
/*加盟结束*/
/*合作伙伴开始*/
.partner {
	width: 100%;
	height: 170px;
	background: #ebedf0;
	padding-top: 25px;
	box-sizing: border-box;
}
.partnerBox {
	width: 100%;
	height: 120px;
	/* background: #4596da; */
}
.partCont {
	width: 1100px;
	height: 100%;
	background: #ebedf0;
	margin: 0 auto;
}
/*合作伙伴结束*/
/*流程开始*/
.process {
	width: 100%;
	height: 340px;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.processP1 {
	font-size: 20px;
	color: #000;
	font-family: georgia;
}
.processP2 {
	font-size: 18px;
	color: #333;
	letter-spacing: 4px;
}
.processP2 span {
	position: relative;
}
.processP2 span:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #005ac3;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(10px, -50%);
}
.processOneNum {
	font-family: arial;
	font-size: 36px;
	color: #333;
	position: absolute;
	right: 140px;
	top: 50%;
	transform: translateY(-50%);
}
/*1*/
.cpysList ul li:hover {
	/* border-color: #81b549; */
	/* background: #80b448; */
}
.cpysList ul li:hover .processOneNum {
	color: #fff;
}
.processOneP {
	position: absolute;
	left: 104px;
	top: 50%;
	transform: translateY(-50%);
}
.processOneP p:nth-child(1) {
	color: #7b7b7b;
	font-size: 12px;
	font-family: arial;
}
.cpysList ul li:hover .processOneP p:nth-child(1) {
	color: #e8e8e8;
}
.processOneP p:nth-child(2) {
	color: #333;
	font-size: 15px;
}
.cpysList ul li:hover .processOneP p:nth-child(2) {
	color: #fff;
}
/*3*/
.cpysList {
	width: 1100px;
	height: 170px;
	margin: 21PX auto;
	margin-bottom: 40px;
	box-sizing: border-box;
	/* padding-top: 20px; */
}
.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: 60px;
	width: 260px;
	height: 156px;
	float: left;
	transition: .3s;
	box-sizing: border-box;
	/* box-shadow: 0 0 10px 0px #666; */
	overflow: hidden;
}
.cpysList ul li a {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	display: block;
}
.cpysList ul li p {
	text-align: center;
	color: #333;
	font-size: 14px;
}
.cpysList ul li:hover p {
	color: #296eb7;
}
.cpysList ul li .xcA {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	background: rgba(22, 63, 152, 0.6);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpysList ul li:hover .xcA {
	transform: translateY(0);
}
.cpysList ul li img {
	height: 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;
}
.cpysListUlLiA {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: rgba(0, 0, 0, .5);
	transition: .3s;
	color: #fff;
	text-align: center;
}
.cpysListUlLiA p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
.cpysList ul li:hover .cpysListUlLiA {
	transform: translate(-50%, -50%) scale(1);
	color: #fff;
}
/*流程结束*/
/*设计师开始*/
.sjs {
	width: 100%;
	height: 760px;
	background: url(../images/sjsbg.jpg);
}
.sjsBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.sjsP1 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding-top: 77px;
	box-sizing: border-box;
	letter-spacing: 8px;
}
.sjsP2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 20px;
}
.sjsCont {
	width: 100%;
	height: 470px;
	margin-top: 50px;
}
.sjsL {
	width: 535px;
	height: 330px;
	float: left;
	position: relative;
}
.sjsLShow {
	width: 535px;
	height: 330px;
	overflow: hidden;
}
.sjsLShow ul {
	width: 2140px;
	transition: .3s;
}
.sjsLShow ul li {
	width: 535px;
	height: 330px;
	padding-left: 10px;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	float: left;
}
.sjsLShow ul li p:nth-child(1) {
	font-size: 40px;
	color: #585858;
	margin-bottom: 28px;
}
.sjsLShow ul li p:nth-child(2) {
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
	margin-bottom: 20px;
	color: #c4950c;
}
.sjsLShow ul li p:nth-child(3) {
	font-size: 14px;
	color: #585858;
	font-family: "宋体";
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span {
	font-weight: bold;
	/* margin-bottom: 14px; */
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span:after {
	content: '';
	display: block;
}
.sjsLShow ul li div {
	width: 70px;
	height: 2px;
	background: #015FA7;
	margin: 20px 0;
}
.sjsLShowWord {
	width: 310px;
	height: 250px;
	margin-top: 87px;
	margin-left: 75px;
}
.sjsLShowWord p:nth-child(1) {
	font-size: 28px;
	color: #ebebeb;
	margin-bottom: 40px;
}
.sjsLShowWord p:nth-child(2) {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 38px;
	letter-spacing: 2px;
}
.sjsLShowImg {
	position: absolute;
	left: 550px;
	bottom: -10px;
	transform: translateX(-50%);
}
.sjsLCtrlS {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 28px;
}
.sjsLCtrlX {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 28px;
}
.sjsCtrlPoint {
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translate(-50%, -50%);
}
.sjsCtrlPointOne {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
}
.sjsCtrlPointOneOn {
	color: #fff;
	background: #015FA7;
}
/**/
.sjsR {
	width: 400px;
	height: 100%;
	float: right;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.sjsOne {
	box-sizing: border-box;
	width: 400px;
	height: 156px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.sjsrw {
	position: absolute;
	left: 87px;
	top: -36px;
	transform: translateX(-50%);
}
.sjsrw img {
	transform: scale(.7);
}
.sjsOne:nth-child(2n) .sjsrw {
	left: 293px;
}
.sjsjs {
	width: 192px;
	position: absolute;
	right: 10px;
	top: 58%;
	transform: translateY(-50%);
}
.sjsOne:nth-child(2n) .sjsjs {
	left: 20px;
}
.sjsjs p:nth-child(1) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.sjsjs p:nth-child(2) {
	font-size: 14px;
	color: #bbb;
	height: 37px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*设计师结束*/
.tel {
	width: 100%;
	height: 200px;
	background: #ededed;
}
.telBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.telImg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.telZX {
	width: 76px;
	height: 76px;
	background: #038dd8;
	color: #fff;
	text-align: center;
	padding: 18px;
	box-sizing: border-box;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 20px;
	letter-spacing: 4px;
	line-height: 20px;
	display: block;
	transition: .3s;
}
.telZX:hover {
	transform: scale(1.05);
}
.telDZ {
	width: 76px;
	height: 76px;
	background: #86c329;
	color: #fff;
	text-align: center;
	padding: 18px;
	box-sizing: border-box;
	font-size: 16px;
	position: absolute;
	right: 76px;
	top: 58px;
	letter-spacing: 4px;
	line-height: 20px;
	transition: .3s;
}
.telDZ:hover {
	transform: scale(1.05);
}
.telFW {
	font-size: 14px;
	color: #666;
	position: absolute;
	right: 10px;
	top: 108px;
}
.telNum {
	font-size: 24px;
	color: #444;
	/* font-family: cursive; */
	position: absolute;
	right: 5px;
	top: 140px;
	font-weight: bold;
	font-family: '华文细黑';
}
/**/
.telImg1 {
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}
.tel2p2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-family: "宋体";
	letter-spacing: 1px;
	margin-top: 10px;
}
/*开始*/
.hzhb4 {
	width: 1100px;
	height: 217px;
	/* background: skyblue; */
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.hzhb4P1 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.hzhb4P1 span {
	color: #E6BA93;
}
.hzhb4P2 {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: arial;
	transform: translateY(-12px);
}
.hzhb4P2 span {
	background: #fff;
	padding: 0 20px;
}
.hzhb4List {
	margin: 0 auto;
	/*overflow: hidden;*/
}
/*滚动开始*/
.case4Mask {
	width: 1110px;
	height: 220px;
	margin: 20px auto;
	position: relative;
}
.case4MaskT {
	cursor: pointer;
	width: 23px;
	height: 43px;
	position: absolute;
	top: 60%;
}
.case4MaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-45deg) translate(-5px, 5px);
	opacity: 0;
}
.case4MaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-135deg) translate(-16px, -18px);
	opacity: 0;
}
.case4MaskT:hover::before {
	background: #00538d;
}
.case4MaskT:hover::after {
	background: #00538d;
}
.case4MaskTL {
	left: 0;
	transform: translate(-200%, -100%);
	width: 44px;
	height: 44px;
	background: url(../images/tl.png);
}
.case4MaskTL:hover {
	background: url(../images/tr.png);
}
.case4MaskTR {
	right: 0;
	transform: translate(200%, -100%) rotate(180deg);
	width: 44px;
	height: 44px;
	background: url(../images/tl.png);
}
.case4MaskTR:hover {
	background: url(../images/tr.png);
	transform: translate(200%, -100%) rotate(180deg);
}
.case4Show {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case4Box {
	height: 100%;
	width: 2000px;
	/*background: pink;*/
}
.case4Box li {
	cursor: pointer;
	width: 255px;
	height: 150px;
	/* box-shadow: 0 0 3px 2px #666666; */
	overflow: hidden;
	float: left;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
	/*border: 2px solid red;*/
	box-sizing: border-box;
	margin-bottom: 1px;
	/*border-radius: 20px;*/
}
.case4Box li .case4BoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}
.case4BoxImg {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc0;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.case4BoxImg:hover {
	border: 1px solid #2179ba;
}
.case4BoxImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.case4BoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}
.case4Box li:hover .case4BoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}
.case4Box li:hover .case4BoxTitle {
	color: #00538d;
}
.case4OneMask {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(193, 162, 95, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}
.case4Box li:hover .case4OneMask {
	opacity: 1;
}
.case4OneMask p:nth-child(1) {
	box-sizing: border-box;
	padding: 90px 20px 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.case4OneMask p:nth-child(2) {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	background: #fff;
	display: block;
	margin: 0 auto;
}
/*结束*/
/*555*/
.case5Show1 {
	width: 1630px;
	height: 520px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 65px;
	box-sizing: border-box;
}
.case5MaskT {
	cursor: pointer;
	width: 23px;
	height: 42px;
	position: absolute;
	top: 520px;
}
.case5MaskT:hover::before {
	background: #00538d;
}
.case5MaskT:hover::after {
	background: #00538d;
}
.case5MaskTL {
	left: 50%;
	background: url(../images/protl.png) no-repeat;
	transform: translateX(-40px);
}
.case5MaskTR {
	left: 50%;
	background: url(../images/protr.png) no-repeat;
	transform: rotateZ(180deg) translateX(-40px);
}
.case5Show {
	width: 1630px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.case5Box {
	height: 100%;
}
.case5Box li {
	cursor: pointer;
	width: 288px;
	height: 390px;
	/* background: rgba(0, 0, 0, .5); */
	overflow: hidden;
	float: left;
	margin-right: 47px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	transition: .3s;
}
.case5Box li:hover {
	transform: scale(1.2);
}
.case5Box li .moldeA {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	width: 36px;
	position: absolute;
	left: 94px;
	top: 280px;
	transform: translateY(-50%);
	text-align: center;
}
.case5Box li .case5BoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}
.case5BoxImg {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	transition: .3s;
	border: 1px solid #ccc;
}
.case5Box li:hover .case5BoxImg {
	width: 100%;
	height: 280px;
}
.case5BoxImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.case5Box li:hover .case5BoxImg img {
	width: 100%;
}
.case5BoxImg:hover {
	/* border-color: #e90000; */
}
.case5BoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}
.case5Box li:hover .case5BoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}
.case5Box li:hover .case5BoxTitle {
	color: #00538d;
}
.case5BoxWord {
	width: 100%;
	height: 110px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
	border-top: none;
}
.case5Box li:hover .case5BoxWord {
	opacity: 1;
}
.case5BoxWord P:nth-child(1) {
	font-size: 14px;
	height: 30px;
	text-align: center;
	padding: 0PX 20PX 0PX 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 20px;
	color: #333;
}
.case5BoxWord P:nth-child(2) {
	box-sizing: border-box;
	height: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 0PX;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case5BoxWord a {
	display: block;
	background: #296db7;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	margin: 12px auto;
	overflow: hidden;
}
/*555*/
/*理由开始*/
.ly {
	width: 100%;
	height: 1707px;
	background: #fff;
}
.lyBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/lybg.png) no-repeat top;
	position: relative;
}
.lyTitle {
	font-size: 20px;
	color: #191919;
	position: absolute;
	left: 50%;
	top: 98px;
	transform: translateX(-49%);
}
.lyTitle2 {
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 50%;
	top: 125px;
	transform: translateX(-50%);
}
.lyOne1 {
	position: absolute;
	left: 68px;
	top: 235px;
}
.lyOne2 {
	width: 480px;
	position: absolute;
	right: 0;
	top: 588px;
}
.lyOne3 {
	width: 484px;
	position: absolute;
	right: 0px;
	top: 1017px;
}
.lyOne4 {
	width: 410px;
	position: absolute;
	right: 22px;
	top: 1278px;
}
.lyOne2 li {
	float: left;
	width: 400px;
}
.lyOne3 li {
	float: right;
	width: 457px;
}
.lyOne4 li {
	width: 400px;
}
.lyOne li {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: justify;
	/* width: 100%; */
}
.lyOne li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 11px;
}
.lyOne1 li {
	width: 411px;
}
.lyOne ul {
	margin-top: 20px;
}
.lyOnePCN {
	font-size: 20px;
	color: #191919;
}
.lyOnePEN {
	font-size: 12px;
	color: #999;
}
/**/
.lyTel {
	width: 500px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 1520px;
}
.lytelbox1 {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #999;
}
.lyt1 {
	float: left;
	font-size: 14px;
	color: #333;
	height: 100%;
}
.lyt2 {
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #333;
	height: 100%;
}
.lyt3 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #333;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.lyt3:hover {
	color: #fff;
	text-decoration: underline;
}
.lyt4 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.lyt4:hover {
	color: #333;
	text-decoration: underline;
}
.lytep {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.lytep span {
	color: #999;
}
/**/
.lyimg1 {
	position: absolute;
	right: 0;
	top: 321px;
	transform: translateY(-50%);
}
.lyimg2 {
	position: absolute;
	left: 312px;
	top: 712px;
	transform: translate(-50%, -50%);
}
.lyimg3 {
	position: absolute;
	left: 213px;
	top: 1234px;
	transform: translate(-50%, -50%);
}
.lyimg4 {
	position: absolute;
	left: 909px;
	top: 1714px;
	transform: translate(-50%, -50%);
}
/*理由结束*/
/*亮点开始*/
.ld {
	width: 100%;
	height: 512px;
	background: url(../images/ldbg.png) no-repeat center;
}
.ldBox {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.ldP1 {
	position: absolute;
	left: 50%;
	top: 54px;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
}
.ldP1 span {
	font-size: 36px;
}
.ldp2 {
	position: absolute;
	left: 50%;
	top: 106px;
	transform: translateX(-50%);
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
}
.ldp3 {
	position: absolute;
	left: 50%;
	top: 157px;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	letter-spacing: 4px;
}
.ldList {
	width: 1100px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 250px;
}
.ldList li {
	width: 138px;
	height: 220px;
	background: url(../images/ldobg.png) no-repeat top center;
	margin-right: 102px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}
.ldList li:hover {
	transition: .3s;
	transform: translateY(-10px);
}
.ldList li:nth-child(5) {
	margin-right: 0;
}
.ldList li p:nth-child(1) {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(2) {
	width: 100px;
	font-size: 16px;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(3) {
	width: 210px;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	left: 50%;
	top: 171px;
	transform: translate(-50%, -50%);
	text-align: center;
}
/*亮点结束*/
/*定制开始*/
.order {
	width: 100%;
	height: 838px;
	background: url(../images/dzbg2.png) no-repeat center;
}
.orderBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.orTitle1 {
	font-size: 24px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 63px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.orTitle1 span {
	color: #e3a135;
	margin-right: 5px;
}
.orTitle2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 7px;
	position: absolute;
	left: 50%;
	top: 104px;
	transform: translate(-50%, -50%);
}
.orTitle3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translate(-50%, -50%);
}
.orTitle3 span {
	font-size: 14px;
	font-family: georgia;
}
.orTitle4 {
	font-size: 26px;
	color: #333;
	font-family: georgia;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 420px;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.orTitle5 {
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 447px;
	transform: translate(-50%, -50%);
}
.orTitle6 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 36%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.orTitle7 {
	font-size: 24px;
	font-family: arial;
	color: #333;
	letter-spacing: 2px;
	line-height: 26PX;
	text-align: left;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.dzIco {
	width: 1100px;
	/* height: 250px; */
	/* background: rgba(0, 0, 0, .1); */
	position: absolute;
	left: 0;
	top: 206px;
}
.dzIco li {
	width: 98px;
	height: 98px;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 100px;
	position: relative;
}
.dzIco li:nth-child(6) {
	margin-right: 0;
}
.dzIcoImg {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dzIcoImg img {
	transform: translateX(-50%);
}
.dzIco li:hover .dzIcoImg img {
	transform: translateX(0%);
	transition: .3s;
}
.dzIco li:hover {
	border: 1px solid #c49c5a;
}
.dzIco li p {
	width: 195px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 132%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 13px;
}
.dzIco li:hover p {
	color: #c49c5a;
}
/**/
.orjg {
	font-size: 13px;
	color: #333;
}
.orjg li:nth-child(1) {
	position: absolute;
	left: 71px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(2) {
	position: absolute;
	left: 339px;
	top: 573px;
	transform: translateY(-50%);
}
.orjg li:nth-child(3) {
	position: absolute;
	left: 667px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(4) {
	position: absolute;
	left: 964px;
	top: 572px;
	transform: translateY(-50%);
}
.orzx {
	display: block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 668px;
	top: 712px;
}
.orzx:hover {
	color: #fff;
	text-decoration: underline;
}
/*定制结束*/
/*客户案例开始*/
.khjz {
	width: 100%;
	height: 620px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}
/*客户案例结束*/
/*产品优势开始*/
.cpys {
	width: 100%;
	height: 550px;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.pcysT {
	width: 916px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/cpys.png) no-repeat center;
	position: relative;
}
.pcysT p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 18px;
	color: #333;
}
.pcysT p span {
	color: #6fba2c;
}
.cpList {
	margin-top: 60px;
}
.cpList li {
	box-sizing: border-box;
	width: 275px;
	height: 290px;
	float: left;
	border-right: 1px dashed #999;
	position: relative;
	text-align: center;
}
.cpList li:last-child {
	border: none;
}
.ysOneImg {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ysOneImg img {
	width: 100%;
	cursor: pointer;
	transition: .3s;
}
.cpList li:hover img {
	transform: scale(1.1);
}
.cpysTitke {
	font-size: 18px;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}
.cpysP {
	width: 185px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px dashed #999;
	color: #666;
}
/*产品优势结束*/
/*案例开始*/
.casea {
	width: 100%;
	height: 680px;
}
.caseaBox {
	width: 1100px;
	padding-top: 40px;
	box-sizing: border-box;
	margin: 0 auto;
}
/*2*/
/*案例结束*/
/*新闻中心开始*/
.news {
	width: 100%;
	height: 560px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 70px;
}
.newsBox {
	box-sizing: border-box;
	width: 1100px;
	height: 620px;
	margin: 0 auto;
}
.newsL {
	width: 660px;
	height: 100%;
	float: left;
}
.newsT {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.newsT a {
	padding-bottom: 10px;
	margin-right: 30px;
	color: #333;
}
.newsT .newsLTa {
	border-bottom: 2px solid #4596da;
	color: #4596da;
}
.newsLBox {
	width: 100%;
	height: 638px;
	margin-top: 38px;
	overflow: hidden;
	position: relative;
}
.newsLlist {
	width: 100%;
	height: 100%;
	/* background: #fff; */
	transition: .3s;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
.newsLlist li {
	width: 100%;
	height: 140px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.newsLlist li div:nth-child(1) {
	width: 210px;
	height: 140px;
	overflow: hidden;
	float: left;
}
.newsLlist li div:nth-child(1) img {
	width: 100%;
}
.newsLlist li div:nth-child(2) {
	width: 420px;
	height: 140px;
	float: right;
	position: relative;
}
.newsLlist li div:nth-child(2) a {
	display: block;
	width: 340px;
	height: 22px;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsLlist li div:nth-child(2) a:hover {
	color: #4596da;
}
.newsLlist li div:nth-child(2) P {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-top: 20px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsLlist li div:nth-child(2) .newsLdate {
	font-size: 12px;
	color: #666;
	position: absolute;
	right: 0;
	top: 20px;
}
.newsR {
	width: 380px;
	float: right;
}
.newsR ul li {
	width: 100%;
	margin-top: 25px;
	padding: 0 60px 26px 22px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.newsR ul li a {
	font-size: 14px;
	color: #666;
	position: relative;
}
.newsR ul li a:hover {
	color: #4596da;
}
.newsR ul li a:before {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background: #999;
	position: absolute;
	left: -21px;
	top: 9px;
}
.newsR ul li span {
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 4px;
}
/*新闻中心结束*/
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
/*公共标题开始*/
/*公共标题结束*/
/*产品中心开始*/
.product {
	width: 1100px;
	height: 600px;
	    height: 860px;
	margin: 0 auto;
	box-sizing: border-box;
	/* padding-top: 60px; */
	box-sizing: border-box;
}
.product li {
	width: 350px;
	height: 280px;
	height: 410px;
	margin-right: 25px;
	margin-bottom: 1px;
	float: left;
	text-align: center;
}
.product li:nth-child(3n) {
	margin-right: 0;
}
.product li div {
	width: 350px;
	height: 220px;
	    height: 350px;
	overflow: hidden;
	position: relative;
}
.product li div img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}
.product li:hover div img {
	transform: translate(-50%, -50%) scale(1.05);
}
.product li p {
	margin-top: 10px;
	color: #555;
	font-size: 14px;
}
.product li:hover p {
	color: #038dd8;
}
/**/
/**/
.cpysList2 {
	width: 1200px;
	height: 500px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 10px;
}
.cpysList2 .cpysLIcon {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
.cpysList2 .cpysRIcon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.cpysList2 ul li {
	position: relative;
	margin-right: 26px;
	width: 280px;
	height: 360px;
	float: left;
	transition: .3s;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	border: 1px solid #fff;
}
.cpysList2 ul li img {
	width: 100%;
}
.cpysList2 ul li:hover {
	/*border: 1px solid #1865ab;*/
}
.cpysList2 ul li .proImg {
	display: block;
	width: 280px;
	height: 320px;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.cpysList2 ul li:hover .proImg {
	border: 2px solid #c4151c;
}
.cpysList2 ul li .proImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cpysList2 ul li .proA {
	color: #333;
}
.cpysList2 ul li:hover .proA {
	color: #c4151c;
}
.cpysList2:after {
	content: '';
	display: block;
	clear: both;
}
/**/
/**/
.proMore {
	margin: 0px auto;
	text-align: center;
}
.proMoreA {
	font-size: 14px;
	color: #333;
	padding: 5px 30px;
	border: 1px solid #ccc;
	margin: 0 20px;
	letter-spacing: 1px;
}
.proMoreA:hover {
	color: #fff;
	border-color: #c4151c;
	background: #c4151c;
}
/**/
/*产品结束*/
/*作用开始*/
.function {
	width: 100%;
	height: 614px;
	background: url(../images/functionBg.jpg) no-repeat center;
}
.funnBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.funnImg {
	height: 100%;
	position: absolute;
	left: 310px;
	bottom: 0;
	transform: translateX(-50%);
}
.funnTi1 {
	font-weight: bold;
	font-size: 30px;
	color: #444;
	letter-spacing: 2px;
	position: absolute;
	left: 530px;
	top: 240px;
}
.funnTi2 {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	letter-spacing: 0px;
	position: absolute;
	left: 755px;
	top: 256px;
}
.funnMore {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 36px;
	position: absolute;
	left: 988px;
	top: 250px;
}
.funnMore:hover {
	text-decoration: underline;
}
.funnGd {
	width: 810px;
	height: 227px;
	/*background: rgba(0, 0, 0, .2);*/
	position: absolute;
	top: 330px;
	left: 420px;
}
.funnGdIco {
	width: 50px;
	height: 50px;
	background: url(../images/funngdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
}
.funnGdIco:hover {
	box-shadow: 0 0 5px 1px #ccc;
}
/*滚动 s*/
.case2Show {
	width: 700px;
	height: 100%;
	overflow: hidden;
	float: right;
	/*background: rgba(0, 0, 0, .5);*/
	padding-left: 20px;
}
.case2MaskT {
	cursor: pointer;
	width: 70px;
	height: 35px;
	position: absolute;
	top: 470px;
}
.case2MaskT:hover::before {
	background: #00538d;
}
.case2MaskT:hover::after {
	background: #00538d;
}
.case2MaskTL {
	left: 37px;
	background: url(../images/progdl.jpg) no-repeat;
}
.case2MaskTR {
	left: 100px;
	background: url(../images/progdl.jpg) no-repeat;
	transform: rotateZ(180deg);
}
.case2Box {
	height: 100%;
}
.case2Box li {
	width: 330px;
	height: 200px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	padding-top: 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s;
}
.case2Box li:hover {
	box-shadow: 2px 2px 2px 0 #666;
}
.case2Box li a:nth-child(1) {
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #666;
	margin: 10px auto;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.case2Box li a:nth-child(1):before {
	content: '';
	display: block;
	width: 11px;
	height: 3px;
	background: #999;
	position: absolute;
	left: 5px;
	top: 20px;
}
.case2Box li a:nth-child(2) {
	width: 270px;
	height: 95px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*滚动 e*/
/*作用结束*/
/*公司优势开始*/
.advan {
	width: 100%;
	height: 750px;
	background: url(../images/advanbj.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
}
.advan_title {
	width: 790px;
	height: 70px;
	background: url(../images/wdly.png) no-repeat;
	margin: 0 auto;
	padding-left: 320px;
	box-sizing: border-box;
}
.advan_title1 {
	font-size: 30px;
	color: #fff;
}
.advan_title2 {
	font-size: 14px;
	margin-top: 5px;
	color: rgba(255, 255, 255, .3);
	font-family: georgia;
	letter-spacing: 1px;
}
.advan_cont {
	width: 1100px;
	height: 520px;
	overflow: hidden;
	/* background: rgba(0, 0, 0, .2); */
	margin: 40px auto;
}
.advan_nav {
	width: 250px;
	height: 100%;
	float: left;
}
.advan_nav li {
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 24px;
	color: #555;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	letter-spacing: 1px;
}
.advan_nav li:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: #84c225;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(30%, -50%) rotateZ(45deg) scale(0);
}
.advan_nav .advan_navli:after {
	transition: .3s;
	transform: translate(30%, -50%) rotateZ(45deg) scale(1);
}
.advan_nav .advan_navli {
	background: #84C225;
	color: #fff;
}
.advan_list {
	width: 800px;
	height: 100%;
	float: right;
	transition: .3s;
}
.advan_list li {
	width: 800px;
	height: 520px;
	background: #fff;
}
.advan_li_img {
	width: 100%;
	height: 355px;
	overflow: hidden;
}
.advan_li_img img {
	width: 100%;
}
.advan_li_word {
	width: 100%;
	height: 165px;
	position: relative;
}
.advan_li_icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.advan_li_p {
	width: 620px;
	position: absolute;
	left: 135px;
	top: 50%;
	transform: translateY(-50%);
}
.advan_li_title {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.advan_li_nr {
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	line-height: 24px;
}
/*公司优势结束*/
/*加盟开始*/
.join {
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
}
.join h6 {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.join h6 a {
	color: #e66f70;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px 33px;
	border: 1px solid #e66f70;
	margin: 20px;
	border-radius: 20px;
	transition: .3s;
}
.join h6 a:hover {
	background: #e66f70;
	border-color: #e66f70;
	color: #fff;
}
.join p:nth-child(1) {
	font-size: 36px;
	color: #cccccc;
	font-family: georgia;
	text-align: center;
	letter-spacing: 2px;
}
.join p:nth-child(2) {
	text-align: center;
	transform: translateY(-20px);
}
.join p:nth-child(2) span {
	font-size: 30px;
	color: #222;
	background: #fff;
	padding: 0 10px;
}
.join p:nth-child(3) {
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.join ul {
	margin-top: 40px;
}
.join ul:after {
	content: '';
	display: block;
	clear: both;
}
.join ul li {
	width: 260px;
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	padding: 30px 28px 0 28px;
}
.join ul li:nth-child(4) {
	margin-right: 0;
}
.join ul li i {
	font-size: 36px;
	color: #333;
	font-family: '宋体';
	letter-spacing: 2px;
	margin: 0 10px;
}
.join ul li span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #333;
	margin-left: 30px
}
.join ul li div {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
}
/*加盟结束*/
/*理由开始*/
.reason {
	width: 100%;
	height: 727px;
	font-size: 48px;
	text-align: center;
	color: #555;
	background: #ededed;
	padding-top: 60px;
	box-sizing: border-box;
}
.reasonT1 {
	font-size: 32px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
}
.reasonT2 {
	font-size: 15px;
	color: #555;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 5px;
}
.reasonList {
	width: 1100px;
	height: 443px;
	margin: 40px auto;
}
.reasonList li {
	width: 340px;
	height: 443px;
	background: #fff;
	float: left;
	margin-right: 40px;
	position: relative;
}
.reasonList li:nth-child(3n) {
	margin-right: 0;
}
.reasonImg {
	width: 306px;
	height: 293px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.reasonImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.reasonImgWod {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(46, 157, 219, .8);
	opacity: 0;
	transition: .3s;
}
.reasonList li:hover .reasonImgWod {
	opacity: 1;
}
.reasonImgWodP {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: justify;
	letter-spacing: 2px;
}
.reasonNum {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #038dd8;
	color: #fff;
	position: absolute;
	left: 45%;
	top: 293px;
	font-size: 14px;
	transform: rotateZ(45deg);
}
.reasonNum div {
	transform: rotateZ(-45deg);
}
.reasonOneT1 {
	color: #84c225;
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
}
.reasonOneT2 {
	color: #999;
	font-size: 14px;
	font-family: georgia;
	margin-top: 5px;
}
/*理由结束*/
/*优势开始*/
.youshi {
	width: 100%;
	height: 620px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
	background: skyblue;
	box-sizing: border-box;
	position: relative;
}
.youshiBox {
	width: 1100px;
	height: 500px;
	background: orange;
	margin: 0 auto;
}
.youshiImg {
	width: 310px;
	height: 100%;
	overflow: hidden;
}
/*优势结束*/
/*解决方案开始*/
.solutionsBox {
	width: 100%;
	height: 100%;
	position: relative;
	/* background: #F4F4F4; */
}
.solutions {
	/* width: 1200px; */
	/* margin: 0 auto; */
	/* position: relative; */
}
.soluImg {
	width: 640px;
	height: 388px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.soluImgul {
	width: 3200px;
	height: 100%;
	transition: .3s;
}
.soluImgul li {
	width: 640px;
	height: 388px;
	float: left;
	overflow: hidden;
}
.soluImgul li img {
	width: 100%;
}
.soluWord {
	width: 400px;
	height: 440px;
	background: #1b7fe1;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 40px 50px;
	box-sizing: border-box;
	color: #fff;
}
.soluWord p:nth-child(1) {
	font-size: 30px;
	font-family: "宋体";
}
.soluWord p:nth-child(2) {
	font-size: 30px;
	/* font-family: cursive; */
	margin: 20px 0;
	font-weight: bold;
}
.soluWord p:nth-child(3) {
	font-size: 30px;
	font-family: unset;
	letter-spacing: 4px;
}
.soluWord p:nth-child(4) {
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.solutionsNav {
	position: absolute;
	left: 46px;
	top: 408px;
	z-index: 20;
}
.soluOne {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 13px;
	text-align: center;
}
.soluOneOn {
	background: #fff;
}
/*
.soluOne:nth-child(even) {
	margin-left: 50px;
}
.soluOne:nth-child(even):after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #333;
	position: absolute;
	left: -32px;
	top: 30px;
}
.soluOne:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 56%;
	box-shadow: 0 0 0 2px #347bcd;
	border: 5px solid #fff;
	background: #347bcd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.soluOneOn:before {
	display: block;
}*/
.soluOne p {
	width: 200px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.soluOne a {
	display: inline-block;
	width: 200px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #121212;
}
.soluMask {
	width: 402px;
	/* height: 343px; */
	/* background: #fff; */
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.soluList {
	width: 2010px;
	height: 100%;
	transition: .3s;
}
.soluOneW {
	width: 400px;
	height: 470px;
	box-sizing: border-box;
	color: #fff;
	float: left;
	padding: 40px 44px;
	box-sizing: border-box;
}
.soluOneW p:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
}
.soluOneW p:nth-child(2) {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 60px;
	position: relative;
}
.soluOneW p:nth-child(2):after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 55px;
}
.soluOneW p:nth-child(3) {
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
}
.soluOneW a {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}
.soluMaskC {
	/* position: absolute; */
	/* top: 122px; */
	/* left: 550px; */
}
.soluWctrl {
	bottom: 40px;
	width: 80px;
	height: 40px;
	position: absolute;
	right: -40px;
	/* top: 0; */
	z-index: 10;
}
.soluWctrL {
	width: 40px;
	height: 40px;
	background: url(../images/sl.png) no-repeat;
	float: left;
	cursor: pointer;
}
.soluWctrR {
	width: 40px;
	height: 40px;
	background: url(../images/sr.png) no-repeat;
	float: right;
	cursor: pointer;
}
.soluA {
	position: absolute;
	right: 0;
	top: 650px;
	color: #347bcd;
	font-size: 18px;
	border-right: 2px solid #333;
	padding: 5px 20px 5px 0;
	letter-spacing: 1px;
	font-weight: bold;
}
/*解决方案结束*/
/*流程开始*/
.step {
	width: 1100px;
	height: 270px;
	margin: 40px auto;
}
.stepTitle {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}
.stepTitle span {
	color: #999;
	font-size: 14px;
	font-family: georgia;
	font-weight: normal;
	letter-spacing: 0;
}
.stepTitle span:last-child {
	float: right;
	color: #555;
	font-size: 15px;
	letter-spacing: 4px;
	padding-top: 10px;
}
.stepList {
	width: 1100px;
	height: 200px;
	margin: 40px auto;
	position: relative;
}
/*.stepList:after {
	content: '';
	width: 100%;
	border: 1px dashed #ccc;
	position: absolute;
	left: 0;
	top: 52px;
	z-index: -1;
}*/
.stepList li {
	width: 210px;
	height: 160px;
	margin-right: 11px;
	float: left;
	position: relative;
}
.stepList li div {
	width: 210px;
	height: 160px;
	overflow: hidden;
	overflow: hidden;
	/* margin-bottom: 30px; */
	/*border: 1px solid #999;*/
	position: relative;
}
.stepList li:hover div {
	/*background: #038dd8;*/
	/*border-color: #038dd8;*/
}
/*.stepList li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	background: #999;
	border: 2px solid #fff;
	box-shadow: 0 0 0px 1px #999;
	position: absolute;
	top: 48px;
	right: -53px;
}*/
.stepList li:last-child:before {
	display: none;
}
.stepList li p {
	font-size: 14px;
	color: #555;
	text-align: center;
	margin-top: 10px;
}
.stepList li:hover p {
	color: #038dd8;
}
/*流程结束*/
/*设计师开始*/
.sjs {
	width: 100%;
	height: 760px;
	background: url(../images/sjsbg.jpg);
}
.sjsBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.sjsP1 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding-top: 77px;
	box-sizing: border-box;
	letter-spacing: 8px;
}
.sjsP2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 20px;
}
.sjsCont {
	width: 100%;
	height: 470px;
	margin-top: 50px;
}
.sjsL {
	width: 535px;
	height: 330px;
	float: left;
	position: relative;
}
.sjsLShow {
	width: 535px;
	height: 330px;
	overflow: hidden;
}
.sjsLShow ul {
	width: 2140px;
	transition: .3s;
}
.sjsLShow ul li {
	width: 535px;
	height: 330px;
	padding-left: 10px;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	float: left;
}
.sjsLShow ul li p:nth-child(1) {
	font-size: 40px;
	color: #585858;
	margin-bottom: 28px;
}
.sjsLShow ul li p:nth-child(2) {
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
	margin-bottom: 20px;
	color: #c4950c;
}
.sjsLShow ul li p:nth-child(3) {
	font-size: 14px;
	color: #585858;
	font-family: "宋体";
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span {
	font-weight: bold;
	/* margin-bottom: 14px; */
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span:after {
	content: '';
	display: block;
}
.sjsLShow ul li div {
	width: 70px;
	height: 2px;
	background: #015FA7;
	margin: 20px 0;
}
.sjsLShowWord {
	width: 310px;
	height: 250px;
	margin-top: 87px;
	margin-left: 75px;
}
.sjsLShowWord p:nth-child(1) {
	font-size: 28px;
	color: #ebebeb;
	margin-bottom: 40px;
}
.sjsLShowWord p:nth-child(2) {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 38px;
	letter-spacing: 2px;
}
.sjsLShowImg {
	position: absolute;
	left: 550px;
	bottom: -10px;
	transform: translateX(-50%);
}
.sjsLCtrlS {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 28px;
}
.sjsLCtrlX {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 28px;
}
.sjsCtrlPoint {
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translate(-50%, -50%);
}
.sjsCtrlPointOne {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
}
.sjsCtrlPointOneOn {
	color: #fff;
	background: #015FA7;
}
/**/
.sjsR {
	width: 400px;
	height: 100%;
	float: right;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.sjsOne {
	box-sizing: border-box;
	width: 400px;
	height: 156px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.sjsrw {
	position: absolute;
	left: 87px;
	top: -36px;
	transform: translateX(-50%);
}
.sjsrw img {
	transform: scale(.7);
}
.sjsOne:nth-child(2n) .sjsrw {
	left: 293px;
}
.sjsjs {
	width: 192px;
	position: absolute;
	right: 10px;
	top: 58%;
	transform: translateY(-50%);
}
.sjsOne:nth-child(2n) .sjsjs {
	left: 20px;
}
.sjsjs p:nth-child(1) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.sjsjs p:nth-child(2) {
	font-size: 14px;
	color: #bbb;
	height: 37px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*设计师结束*/
/*服务开始*/
.service {
	width: 1100px;
	height: 200px;
	background: #ededed;
	margin: 0 auto;
	margin-top: 140px;
	position: relative;
}
.fwCn {
	font-size: 18px;
	font-family: "宋体";
	color: #0c490f;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: -120px;
	left: 0;
}
.fwEn {
	font-size: 14px;
	font-family: "宋体";
	color: #585858;
	position: absolute;
	left: 0;
	top: -100px;
}
.fwP1 {
	text-align: center;
	font-size: 18px;
	color: #c4950c;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}
.fwP1 span:before {
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background: #C4950C;
	position: absolute;
	right: 100%;
	top: 40%;
	transform: translateX(-10px);
}
.fwImg {
	width: 250px;
	height: 250px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: -80px;
}
.fwImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.fwWord {
	width: 600px;
	font-size: 13px;
	font-family: '宋体';
	color: #585858;
	line-height: 24px;
	position: absolute;
	left: 400px;
	top: 50%;
	transform: translateY(-50%);
}
/*服务结束*/
/*理由开始*/
.ly {
	width: 100%;
	height: 1707px;
	background: #fff;
}
.lyBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/lybg.png) no-repeat top;
	position: relative;
}
.lyTitle {
	font-size: 20px;
	color: #191919;
	position: absolute;
	left: 50%;
	top: 98px;
	transform: translateX(-49%);
}
.lyTitle2 {
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 50%;
	top: 125px;
	transform: translateX(-50%);
}
.lyOne1 {
	position: absolute;
	left: 68px;
	top: 235px;
}
.lyOne2 {
	width: 480px;
	position: absolute;
	right: 0;
	top: 588px;
}
.lyOne3 {
	width: 484px;
	position: absolute;
	right: 0px;
	top: 1017px;
}
.lyOne4 {
	width: 410px;
	position: absolute;
	right: 22px;
	top: 1278px;
}
.lyOne2 li {
	float: left;
	width: 400px;
}
.lyOne3 li {
	float: right;
	width: 457px;
}
.lyOne4 li {
	width: 400px;
}
.lyOne li {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: justify;
	/* width: 100%; */
}
.lyOne li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 11px;
}
.lyOne1 li {
	width: 411px;
}
.lyOne ul {
	margin-top: 20px;
}
.lyOnePCN {
	font-size: 20px;
	color: #191919;
}
.lyOnePEN {
	font-size: 12px;
	color: #999;
}
/**/
.lyTel {
	width: 500px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 1520px;
}
.lytelbox1 {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #999;
}
.lyt1 {
	float: left;
	font-size: 14px;
	color: #333;
	height: 100%;
}
.lyt2 {
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #333;
	height: 100%;
}
.lyt3 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #333;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.lyt3:hover {
	color: #fff;
	text-decoration: underline;
}
.lyt4 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.lyt4:hover {
	color: #333;
	text-decoration: underline;
}
.lytep {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.lytep span {
	color: #999;
}
/**/
.lyimg1 {
	position: absolute;
	right: 0;
	top: 321px;
	transform: translateY(-50%);
}
.lyimg2 {
	position: absolute;
	left: 312px;
	top: 712px;
	transform: translate(-50%, -50%);
}
.lyimg3 {
	position: absolute;
	left: 213px;
	top: 1234px;
	transform: translate(-50%, -50%);
}
.lyimg4 {
	position: absolute;
	left: 909px;
	top: 1714px;
	transform: translate(-50%, -50%);
}
/*理由结束*/
/*亮点开始*/
.ld {
	width: 100%;
	height: 512px;
	background: url(../images/ldbg.png) no-repeat center;
}
.ldBox {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.ldP1 {
	position: absolute;
	left: 50%;
	top: 54px;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
}
.ldP1 span {
	font-size: 36px;
}
.ldp2 {
	position: absolute;
	left: 50%;
	top: 106px;
	transform: translateX(-50%);
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
}
.ldp3 {
	position: absolute;
	left: 50%;
	top: 157px;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	letter-spacing: 4px;
}
.ldList {
	width: 1100px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 250px;
}
.ldList li {
	width: 138px;
	height: 220px;
	background: url(../images/ldobg.png) no-repeat top center;
	margin-right: 102px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}
.ldList li:hover {
	transition: .3s;
	transform: translateY(-10px);
}
.ldList li:nth-child(5) {
	margin-right: 0;
}
.ldList li p:nth-child(1) {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(2) {
	width: 100px;
	font-size: 16px;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(3) {
	width: 210px;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	left: 50%;
	top: 171px;
	transform: translate(-50%, -50%);
	text-align: center;
}
/*亮点结束*/
/*定制开始*/
.order {
	width: 100%;
	height: 838px;
	background: url(../images/dzbg2.png) no-repeat center;
}
.orderBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.orTitle1 {
	font-size: 24px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 63px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.orTitle1 span {
	color: #e3a135;
	margin-right: 5px;
}
.orTitle2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 7px;
	position: absolute;
	left: 50%;
	top: 104px;
	transform: translate(-50%, -50%);
}
.orTitle3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translate(-50%, -50%);
}
.orTitle3 span {
	font-size: 14px;
	font-family: georgia;
}
.orTitle4 {
	font-size: 26px;
	color: #333;
	font-family: georgia;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 420px;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.orTitle5 {
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 447px;
	transform: translate(-50%, -50%);
}
.orTitle6 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 36%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.orTitle7 {
	font-size: 24px;
	font-family: arial;
	color: #333;
	letter-spacing: 2px;
	line-height: 26PX;
	text-align: left;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.dzIco {
	width: 1100px;
	/* height: 250px; */
	/* background: rgba(0, 0, 0, .1); */
	position: absolute;
	left: 0;
	top: 206px;
}
.dzIco li {
	width: 98px;
	height: 98px;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 100px;
	position: relative;
}
.dzIco li:nth-child(6) {
	margin-right: 0;
}
.dzIcoImg {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dzIcoImg img {
	transform: translateX(-50%);
}
.dzIco li:hover .dzIcoImg img {
	transform: translateX(0%);
	transition: .3s;
}
.dzIco li:hover {
	border: 1px solid #c49c5a;
}
.dzIco li p {
	width: 195px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 132%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 13px;
}
.dzIco li:hover p {
	color: #c49c5a;
}
/**/
.orjg {
	font-size: 13px;
	color: #333;
}
.orjg li:nth-child(1) {
	position: absolute;
	left: 71px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(2) {
	position: absolute;
	left: 339px;
	top: 573px;
	transform: translateY(-50%);
}
.orjg li:nth-child(3) {
	position: absolute;
	left: 667px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(4) {
	position: absolute;
	left: 964px;
	top: 572px;
	transform: translateY(-50%);
}
.orzx {
	display: block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 668px;
	top: 712px;
}
.orzx:hover {
	color: #fff;
	text-decoration: underline;
}
/*定制结束*/
/*客户案例开始*/
.khjz {
	width: 100%;
	height: 620px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}
/*客户案例结束*/
/*荣誉资质开始*/
.honor {
	width: 100%;
	height: 621px;
	padding-top: 60px;
	box-sizing: border-box;
}
/*荣誉资质结束*/
/*产品优势开始*/
.cpys {
	width: 100%;
	height: 550px;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.pcysT {
	width: 916px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/cpys.png) no-repeat center;
	position: relative;
}
.pcysT p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 18px;
	color: #333;
}
.pcysT p span {
	color: #6fba2c;
}
.cpList {
	margin-top: 60px;
}
.cpList li {
	box-sizing: border-box;
	width: 275px;
	height: 290px;
	float: left;
	border-right: 1px dashed #999;
	position: relative;
	text-align: center;
}
.cpList li:last-child {
	border: none;
}
.ysOneImg {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ysOneImg img {
	width: 100%;
	cursor: pointer;
	transition: .3s;
}
.cpList li:hover img {
	transform: scale(1.1);
}
.cpysTitke {
	font-size: 18px;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}
.cpysP {
	width: 185px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px dashed #999;
	color: #666;
}
/*产品优势结束*/
.anli {
	width: 100%;
	height: 650px;
}
.anliBox {
	width: 1100px;
	height: 100%;
	background: #fff;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
}
.anliList {
	width: 1100px;
	height: 340px;
	margin: 40px auto;
}
.anliList li {
	width: 250px;
	height: 160px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.anliList li:first-child {
	margin: 0;
	width: 540px;
	height: 340px;
}
.anliList li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.anliList li a {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(46, 157, 219, .8);
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	transition: .3s;
}
.anliList li:hover a {
	opacity: 1;
}
.anliList li a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
}
.anliAbox {
	text-align: center;
	margin: 60px auto;
}
.anliAbox a {
	text-align: center;
	margin: 10px;
	padding: 5px 30px;
	letter-spacing: 2px;
	color: #fff;
}
.anliAbox a:nth-child(1) {
	background: #038dd8;
}
.anliAbox a:nth-child(2) {
	background: #86c329;
}
/*案例开始*/
.caseTitle {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.caseTitleEN {
	font-size: 24px;
	color: #8f8f8f;
	font-family: georgia;
}
.caseTitleCN {
	color: #fff;
	font-size: 24px;
}
.caseTitleCN span {
	position: relative;
}
.caseTitleCN span:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateX(-20px);
}
.caseTitleCN span:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateX(20px);
}
/*1*/
/*案例结束*/
/*视频开始*/
.shipin {
	width: 100%;
	height: 580px;
	margin: 40px auto;
	background: #fff;
}
.shipinBox {
	width: 1100px;
	margin: 0 auto;
}
.videoBox {
	width: 713px;
	height: 407px;
	background: #2d2d2d;
	margin: 40px auto;
	position: relative;
}
.video {
	width: 100%;
	height: 100%;
}
.videoImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.videoImgHover {
	transition: .3s;
	transform: translate(-50%, -50%) scale(0);
}
.videoImg img {
	cursor: pointer;
}
.shipinBd {
	width: 677px;
	height: 48px;
	background: url(../images/biaodian.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.shipinBdp {
	width: 240px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #5d5d5d;
	border-left: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	letter-spacing: 2px;
	float: left;
	margin-left: 90px;
	margin-top: 10px;
}
.shipinBdp2 {
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	letter-spacing: 2px;
	float: left;
	margin-left: 42px;
	margin-top: 10px;
	letter-spacing: 2px;
}
.shipinBdp2 span {
	color: #494949;
	font-size: 18px;
	font-family: arial;
	position: relative;
}
.shipinBdp2 span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #6a6a6a;
	position: absolute;
	left: 0;
	bottom: -5px;
}
/*视频结束*/
/*合作伙伴滚动开始*/
.mainTitle {
	width: 1100px;
	height: 80px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
.mainTitle a {
	position: absolute;
	right: 110px;
	top: 27px;
	font-size: 14px;
	color: #666;
}
.mainTitle a:hover {}
.mainTitleP1 {
	font-size: 24px;
	color: #ccc;
	font-family: georgia;
}
.mainTitleP2 {
	font-size: 24px;
	color: #ccc;
	margin-top: 5px;
	position: relative;
}
.mainTitleP2:before {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 110px;
	top: 20px;
}
.mainTitleP2:after {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 110px;
	top: 20px;
}
.mainTitleP2 span {
	font-size: 24px;
	color: #333;
}
.mainTitleP2 span:last-child {
	font-weight: bold;
}
/*镜头开始*/
.lens {
	margin: 40px auto;
}
.lensTitle {
	width: 1100px;
	height: 50px;
	margin: 40px auto;
	margin-bottom: 40px;
	position: relative;
	text-align: right;
}
.lensTitleP {
	position: absolute;
	left: 0;
	text-align: left;
}
.lensTitleP p:nth-child(1) {
	font-size: 24px;
	color: #000;
	letter-spacing: 2px;
}
.lensTitleP p:nth-child(1) .lensTitlePspan {
	font-size: 14px;
	color: #999;
	font-family: georgia;
}
.lensTitlePspan1{
	color: #347bcd;
}
.lensTitleP p:nth-child(2) {
	font-size: 14px;
	color: #333;
	letter-spacing: 4px;
	margin-top: 5px;
}
.lensTitle a {
	line-height: 50px;
	margin: 20px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.lensTitle a:hover {
	color: #347bcd;
}
.lensTitle a:after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #999;
	transform: rotateZ(30deg);
	position: absolute;
	right: -21px;
	top: 4px;
}
.lensTitle a:last-child {
	color: #fff;
	padding: 5px 20px;
	background: #347bcd;
	margin-right: 0;
}
.lensTitle a:last-child:after {
	display: none;
}
.lensTitle a:nth-last-child(2):after {
	display: none;
}
.lensList {
	width: 1100px;
	height: 463px;
	margin: 40px auto;
	position: relative;
}
.lensTe {
	width: 390px;
	height: 463px;
	background: #000;
	float: left;
}
.lensTeT1 {
	width: 200px;
	margin: 28px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 4px;
}
.lensTeT2 {
	font-size: 13px;
	line-height: 32px;
	color: #fff;
	padding: 0 50px;
	letter-spacing: 2px;
	text-align: justify;
	box-sizing: border-box;
}
.lensTBox {
	width: 348px;
	height: 204px;
	/* background: skyblue; */
	opacity: .2;
	margin: 0 auto;
	margin-top: 23px;
}
.lensOne {
	width: 346px;
	height: 228px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-left: 9px;
	margin-bottom: 8px;
	position: relative;
}
.lensOne div {
	width: 200px;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.lensOne div img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lensOne p {
	width: 130px;
	position: absolute;
	left: 205px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
.lensOne:last-child {
	position: absolute;
	left: 186px;
	top: 126px;
	transform: translate(-50%, -50%);
	height: 204px;
	background: #fff;
	border: none;
}
.lensOneA {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5) url(../images/lenico.png) left 151px top 77px no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 137px;
	box-sizing: border-box;
	letter-spacing: 2px;
	font-size: 16px;
	opacity: 0;
	transition: .3s;
}
.lensOneA:hover {
	opacity: 1;
}
/*镜头结束*/
/*合作伙伴开始*/
.hzT1 {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.hzT1 a {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 14px;
	color: #333;
}
.hzT1 p:nth-child(1) {
	font-size: 24px;
	color: #999;
	font-family: georgia;
}
.hzT1 p:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 40px;
}
.hzT1 p:nth-child(2) span {
	font-size: 24px;
	color: #5d5d5d;
	position: relative;
}
.hzT1 p:nth-child(2) span:before {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-50px);
}
.hzT1 p:nth-child(2) span:after {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(50px);
}
.hzhbBox {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	/* background: #f4f4f4; */
	margin-top: 30px;
}
.hzhb {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.hzhbP1 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.hzhbP1 span {
	color: #E6BA93;
}
.hzhbP2 {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: arial;
	transform: translateY(-12px);
}
.hzhbP2 span {
	background: #fff;
	padding: 0 20px;
}
.hzhbList {
	margin: 0 auto;
	/*overflow: hidden;*/
}
/*滚动开始*/
.caseMask {
	width: 1110px;
	position: relative;
}
.caseMaskT {
	cursor: pointer;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.caseMaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-45deg) translate(-5px, 5px);
	opacity: 0;
}
.caseMaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-135deg) translate(-16px, -18px);
	opacity: 0;
}
.caseMaskT:hover::before {
	background: #00538d;
}
.caseMaskT:hover::after {
	background: #00538d;
}
.caseMaskTL {
	left: 0;
	transform: translate(-200%, -100%);
	background: url(../images/tl.png);
}
.caseMaskTL:hover {
	background: url(../images/tr.png);
}
.caseMaskTR {
	right: 0;
	transform: translate(200%, -100%) rotate(180deg);
	background: url(../images/tl.png);
}
.caseMaskTR:hover {
	background: url(../images/tr.png);
	transform: translate(200%, -100%) rotate(180deg);
}
.caseShow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.caseBox {
	height: 100%;
	width: 2000px;
}
.caseBox li {
	cursor: pointer;
	width: 270px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-align: center;
}
.caseBox li p {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.caseBox li:hover p {
	color: #347bcd;
}
.caseBox li .caseBoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}
.caseBoxImg {
	width: 270px;
	height: 220px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.caseBoxImg:hover {
	/* border: 1px solid #2179ba; */
}
.caseBoxImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.caseBoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}
.caseBox li:hover .caseBoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 280px);
}
.caseBox li:hover .caseBoxTitle {
	color: #00538d;
}
.caseOneMask {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(193, 162, 95, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}
.caseBox li:hover .caseOneMask {
	opacity: 1;
}
.caseOneMask p:nth-child(1) {
	box-sizing: border-box;
	padding: 90px 20px 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.caseOneMask p:nth-child(2) {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	background: #fff;
	display: block;
	margin: 0 auto;
}
/*翔华合作伙伴特推开始*/
.caseTetui {
	width: 100%;
	height: 70px;
	/* background: #f4f4f4; */
	padding-top: 60px;
	padding-bottom: 20px;
}
.caseTetuiBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.caseTetuiCont {
	width: 100%;
	height: 100%;
}
.caseTetuiBoxImg {
	width: 780px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.caseTetuiBoxWord {
	width: 350px;
	height: 148px;
	background: #347bcd;
	color: #fff;
	position: absolute;
	right: 0;
	top: 190px;
	padding: 5px 20px;
	box-sizing: border-box;
}
.caseTetuiBoxWord a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	width: 270px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.caseTetuiBoxWord p {
	font-size: 14px;
	line-height: 28px;
	height: 55px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.caseTetuiTitle {
	width: 270px;
	position: absolute;
	right: 0;
	top: 30px;
	color: #333;
}
.caseTetuiTitle p:nth-child(1) {
	font-family: arial;
	font-size: 30px;
}
.caseTetuiTitle p:nth-child(1):after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 100%;
	top: 17px;
	transform: translateX(-20px);
}
.caseTetuiTitle p:nth-child(2) {
	/* font-family: arial; */
	font-size: 36px;
	letter-spacing: 4px;
	margin: 5px 0;
	margin-bottom: 10px;
}
.caseTetuiTitle p:nth-child(3) {
	font-family: arial;
	letter-spacing: 3px;
	font-size: 14px;
}
/*翔华合作伙伴特推结束*/
/*22*/
/*合作伙伴结束*/
.proAbox {
	margin: 50px auto;
	text-align: center;
}
.proAbox a {
	margin: 20px;
	padding: 5px 30px;
	color: #333;
	border: 1px solid #666666;
	font-size: 14px;
}
.proAbox a:hover {
	color: #fff;
	background: #666;
}
/*教程开始*/
.teach {
	margin-top: 100px
}
.vedio {
	width: 700px;
	height: 400px;
	transform: translateY(-60px);
	text-align: center;
	margin: 0 auto;
}
/*教程结束*/
/*三大优势开始*/
.sdys {
	width: 100%;
	height: 700px;
	border-top: 3px solid #c4151c;
	border-bottom: 3px solid #c4151c;
	background: #f1f1f1;
	position: relative;
}
.sdysBox {
	width: 1100px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #f1f1f1;
}
.sdys:before {
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 150px;
}
.sdysA {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	background: #c4151c;
	letter-spacing: 4px;
	font-size: 14px;
	position: absolute;
	right: 50px;
	bottom: 60px;
}
.sdysTop {
	width: 300px;
	height: 55px;
	line-height: 55px;
	background: #c4151c;
	color: #fff;
	position: absolute;
	left: -30px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 4px;
}
.sdysP1 {
	font-size: 15px;
	color: #666;
	position: absolute;
	left: 0;
	bottom: 549px;
	letter-spacing: 8px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.sdysImg {
	position: absolute;
	left: 30px;
	top: 186px;
}
.sdNav {
	position: absolute;
	right: 82px;
	top: 70px;
	text-align: center;
}
.sdNavLi {
	width: 130px;
	height: 200px;
	margin-right: 50px;
	float: left;
	color: #666;
}
.sdNavLiOn {
	color: #c4151d;
}
.sdNavLi div {
	width: 130px;
	height: 130px;
	border: 1px solid #666;
	border-radius: 20px;
	overflow: hidden;
}
.sdNavLiOn div {
	border-color: #c4151d;
}
.sdNavLi div img {
	transform: translateX(-50%);
	transition: .3s;
}
.sdNavLiOn div img {
	transform: translateX(0%);
}
.sdNavLi p:nth-child(2) {
	margin: 10px 0;
}
.sdNavLi p:nth-child(2) span {
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	position: relative;
}
.sdNavLi p:nth-child(2) span:before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-10px);
}
.sdNavLi p:nth-child(2) span:after {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #666;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(10px);
}
.sdNavLiOn p:nth-child(2) span {
	color: #c4151d;
}
.sdNavLiOn p:nth-child(2) span:before {
	background: #c4151d;
}
.sdNavLiOn p:nth-child(2) span:after {
	background: #c4151d;
}
.sdNav li p:nth-child(3) {
	font-size: 16px;
	letter-spacing: 2px
}
/**/
.sdysListBox {
	width: 650px;
	height: 274px;
	position: absolute;
	right: 10px;
	top: 290px;
}
.sdysList {
	height: 100%;
}
/*.sdysListLi {
	width: 650px;
	height: 274px;
	float: left;
	position: relative;
	opacity: 0;
}*/
.sdysListLi {
	width: 650px;
	height: 274px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(0);
	transition: .3s;
}
.sdysListLiOn {
	transform: scale(1);
}
.sdysListLi p:nth-child(1) {
	font-size: 120px;
	font-family: georgia;
	color: rgba(102, 102, 102, .2);
	position: absolute;
	left: 0;
	top: 0;
}
.sdysListLi span {
	font-size: 36px;
	color: #c4151c;
	letter-spacing: 4px;
	background: #f1f1f1;
	position: absolute;
	left: 40px;
	top: 45px;
}
.sdysListLi p:nth-child(3) {
	font-size: 12px;
	font-family: georgia;
	color: #999;
	position: absolute;
	left: 40px;
	top: 122px;
}
.sdysListLi i {
	width: 590px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 40px;
	top: 155px;
}
.sdysListLi p:nth-child(5) {
	font-size: 16px;
	color: #666666;
	letter-spacing: 3px;
	line-height: 36px;
	position: absolute;
	left: 40px;
	bottom: 0;
}
.sdysL {
	width: 66px;
	height: 128px;
	cursor: pointer;
	background: url(../images/sdysl.png);
	position: absolute;
	left: -520px;
	top: 20px;
}
.sdysR {
	width: 66px;
	height: 128px;
	cursor: pointer;
	background: url(../images/sdysy.png);
	position: absolute;
	right: -100px;
	top: 20px;
	cursor: pointer;
}
/*三大优势结束*/
/**/
/*滚动3开始*/
.case3Mask {
	width: 100%;
	height: 100%;
	position: relative;
}
.case3Mask:before {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background: #ebedf0;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-100%);
}
.case3Mask:after {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background: #ebedf0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
}
.case3MaskT {
	cursor: pointer;
	width: 14px;
	height: 26px;
	position: absolute;
	top: 60%;
}
.case3MaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-45deg) translate(-5px, 5px);
	opacity: 0;
}
.case3MaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-135deg) translate(-16px, -18px);
	opacity: 0;
}
.case3MaskT:hover::before {
	background: #00538d;
}
.case3MaskT:hover::after {
	background: #00538d;
}
.case3MaskTL {
	left: -40px;
	transform: translate(-50%, -100%);
	background: url(../images/tl.png);
}
.case3MaskTL:hover {
	background: url(../images/tr.png);
}
.case3MaskTR {
	right: -40px;
	transform: translate(50%, -100%) rotate(180deg);
	background: url(../images/tl.png);
}
.case3MaskTR:hover {
	transform: translate(50%, -100%) rotate(180deg);
	background: url(../images/tr.png);
}
.case3Show {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case3Box {
	height: 100%;
	width: 2000px;
	/*background: pink;*/
}
.case3Box li {
	cursor: pointer;
	width: 200px;
	height: 120px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.case3Box li img {
	width: 100%;
}
/**/
/*作用开始*/
.function {
	width: 100%;
	height: 614px;
	background: url(../images/functionBg.jpg) no-repeat center;
}
.funnBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.funnImg {
	height: 100%;
	position: absolute;
	left: 310px;
	bottom: 0;
	transform: translateX(-50%);
}
.funnTi1 {
	font-weight: bold;
	font-size: 30px;
	color: #444;
	letter-spacing: 2px;
	position: absolute;
	left: 530px;
	top: 240px;
}
.funnTi2 {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	letter-spacing: 0px;
	position: absolute;
	left: 755px;
	top: 256px;
}
.funnMore {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 36px;
	position: absolute;
	left: 988px;
	top: 250px;
}
.funnMore:hover {
	text-decoration: underline;
}
.funnGd {
	width: 810px;
	height: 227px;
	/*background: rgba(0, 0, 0, .2);*/
	position: absolute;
	top: 330px;
	left: 420px;
}
.funnGdIco {
	width: 50px;
	height: 50px;
	background: url(../images/funngdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 50%;
	transition: .3s;
}
.funnGdIco:hover {
	box-shadow: 0 0 5px 1px #ccc;
}
/*滚动 s*/
.case2Show {
	width: 700px;
	height: 100%;
	overflow: hidden;
	float: right;
	/*background: rgba(0, 0, 0, .5);*/
	padding-left: 20px;
}
.case2MaskT {
	cursor: pointer;
	width: 70px;
	height: 35px;
	position: absolute;
	top: 470px;
}
.case2MaskT:hover::before {
	background: #00538d;
}
.case2MaskT:hover::after {
	background: #00538d;
}
.case2MaskTL {
	left: 37px;
	background: url(../images/progdl.jpg) no-repeat;
}
.case2MaskTR {
	left: 100px;
	background: url(../images/progdl.jpg) no-repeat;
	transform: rotateZ(180deg);
}
.case2Box {
	height: 100%;
}
.case2Box li {
	width: 330px;
	height: 200px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	padding-top: 20px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s;
}
.case2Box li:hover {
	box-shadow: 2px 2px 2px 0 #666;
}
.case2Box li a:nth-child(1) {
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #666;
	margin: 10px auto;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.case2Box li a:nth-child(1):before {
	content: '';
	display: block;
	width: 11px;
	height: 3px;
	background: #999;
	position: absolute;
	left: 5px;
	top: 20px;
}
.case2Box li a:nth-child(2) {
	width: 270px;
	height: 95px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*滚动 e*/
/*作用结束*/
/*加盟开始*/
.join {
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
}
.join h6 {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.join h6 a {
	color: #e66f70;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px 33px;
	border: 1px solid #e66f70;
	margin: 20px;
	border-radius: 20px;
	transition: .3s;
}
.join h6 a:hover {
	background: #e66f70;
	border-color: #e66f70;
	color: #fff;
}
.join p:nth-child(1) {
	font-size: 36px;
	color: #cccccc;
	font-family: georgia;
	text-align: center;
	letter-spacing: 2px;
}
.join p:nth-child(2) {
	text-align: center;
	transform: translateY(-20px);
}
.join p:nth-child(2) span {
	font-size: 30px;
	color: #222;
	background: #fff;
	padding: 0 10px;
}
.join p:nth-child(3) {
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.join ul {
	margin-top: 40px;
}
.join ul:after {
	content: '';
	display: block;
	clear: both;
}
.join ul li {
	width: 260px;
	height: 160px;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	padding: 30px 28px 0 28px;
}
.join ul li:nth-child(4) {
	margin-right: 0;
}
.join ul li i {
	font-size: 36px;
	color: #333;
	font-family: '宋体';
	letter-spacing: 2px;
	margin: 0 10px;
}
.join ul li span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #333;
	margin-left: 30px
}
.join ul li div {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
}
/*加盟结束*/
/*合作伙伴开始*/
.partner {
	width: 100%;
	height: 170px;
	background: #ebedf0;
	padding-top: 25px;
	box-sizing: border-box;
}
.partnerBox {
	width: 100%;
	height: 120px;
	/* background: #4596da; */
}
.partCont {
	width: 1100px;
	height: 100%;
	background: #ebedf0;
	margin: 0 auto;
}
/*合作伙伴结束*/
/*流程开始*/
.process {
	width: 100%;
	height: 340px;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.processP1 {
	font-size: 20px;
	color: #000;
	font-family: georgia;
}
.processP2 {
	font-size: 18px;
	color: #333;
	letter-spacing: 4px;
}
.processP2 span {
	position: relative;
}
.processP2 span:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #005ac3;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(10px, -50%);
}
.processOneNum {
	font-family: arial;
	font-size: 36px;
	color: #333;
	position: absolute;
	right: 140px;
	top: 50%;
	transform: translateY(-50%);
}
/*1*/
.cpysList ul li:hover {
	/* border-color: #81b549; */
	/* background: #80b448; */
}
.cpysList ul li:hover .processOneNum {
	color: #fff;
}
.processOneP {
	position: absolute;
	left: 104px;
	top: 50%;
	transform: translateY(-50%);
}
.processOneP p:nth-child(1) {
	color: #7b7b7b;
	font-size: 12px;
	font-family: arial;
}
.cpysList ul li:hover .processOneP p:nth-child(1) {
	color: #e8e8e8;
}
.processOneP p:nth-child(2) {
	color: #333;
	font-size: 15px;
}
.cpysList ul li:hover .processOneP p:nth-child(2) {
	color: #fff;
}
/*3*/
.cpysList {
	width: 1100px;
	height: 170px;
	margin: 21PX auto;
	margin-bottom: 40px;
	box-sizing: border-box;
	/* padding-top: 20px; */
}
.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: 60px;
	width: 260px;
	height: 156px;
	float: left;
	transition: .3s;
	box-sizing: border-box;
	/* box-shadow: 0 0 10px 0px #666; */
	overflow: hidden;
}
.cpysList ul li a {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	display: block;
}
.cpysList ul li p {
	text-align: center;
	color: #333;
	font-size: 14px;
}
.cpysList ul li:hover p {
	color: #296eb7;
}
.cpysList ul li .xcA {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	background: rgba(22, 63, 152, 0.6);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpysList ul li:hover .xcA {
	transform: translateY(0);
}
.cpysList ul li img {
	height: 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;
}
.cpysListUlLiA {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: rgba(0, 0, 0, .5);
	transition: .3s;
	color: #fff;
	text-align: center;
}
.cpysListUlLiA p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
.cpysList ul li:hover .cpysListUlLiA {
	transform: translate(-50%, -50%) scale(1);
	color: #fff;
}
/*流程结束*/
/*设计师开始*/
.sjs {
	width: 100%;
	height: 760px;
	background: url(../images/sjsbg.jpg);
}
.sjsBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.sjsP1 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding-top: 77px;
	box-sizing: border-box;
	letter-spacing: 8px;
}
.sjsP2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 20px;
}
.sjsCont {
	width: 100%;
	height: 470px;
	margin-top: 50px;
}
.sjsL {
	width: 535px;
	height: 330px;
	float: left;
	position: relative;
}
.sjsLShow {
	width: 535px;
	height: 330px;
	overflow: hidden;
}
.sjsLShow ul {
	width: 2140px;
	transition: .3s;
}
.sjsLShow ul li {
	width: 535px;
	height: 330px;
	padding-left: 10px;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	float: left;
}
.sjsLShow ul li p:nth-child(1) {
	font-size: 40px;
	color: #585858;
	margin-bottom: 28px;
}
.sjsLShow ul li p:nth-child(2) {
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
	margin-bottom: 20px;
	color: #c4950c;
}
.sjsLShow ul li p:nth-child(3) {
	font-size: 14px;
	color: #585858;
	font-family: "宋体";
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span {
	font-weight: bold;
	/* margin-bottom: 14px; */
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span:after {
	content: '';
	display: block;
}
.sjsLShow ul li div {
	width: 70px;
	height: 2px;
	background: #015FA7;
	margin: 20px 0;
}
.sjsLShowWord {
	width: 310px;
	height: 250px;
	margin-top: 87px;
	margin-left: 75px;
}
.sjsLShowWord p:nth-child(1) {
	font-size: 28px;
	color: #ebebeb;
	margin-bottom: 40px;
}
.sjsLShowWord p:nth-child(2) {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 38px;
	letter-spacing: 2px;
}
.sjsLShowImg {
	position: absolute;
	left: 550px;
	bottom: -10px;
	transform: translateX(-50%);
}
.sjsLCtrlS {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 28px;
}
.sjsLCtrlX {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 28px;
}
.sjsCtrlPoint {
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translate(-50%, -50%);
}
.sjsCtrlPointOne {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
}
.sjsCtrlPointOneOn {
	color: #fff;
	background: #015FA7;
}
/**/
.sjsR {
	width: 400px;
	height: 100%;
	float: right;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.sjsOne {
	box-sizing: border-box;
	width: 400px;
	height: 156px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.sjsrw {
	position: absolute;
	left: 87px;
	top: -36px;
	transform: translateX(-50%);
}
.sjsrw img {
	transform: scale(.7);
}
.sjsOne:nth-child(2n) .sjsrw {
	left: 293px;
}
.sjsjs {
	width: 192px;
	position: absolute;
	right: 10px;
	top: 58%;
	transform: translateY(-50%);
}
.sjsOne:nth-child(2n) .sjsjs {
	left: 20px;
}
.sjsjs p:nth-child(1) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.sjsjs p:nth-child(2) {
	font-size: 14px;
	color: #bbb;
	height: 37px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*设计师结束*/
.tel {
	width: 100%;
	height: 200px;
	background: #ededed;
}
.telBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.telImg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.telZX {
	width: 76px;
	height: 76px;
	background: #038dd8;
	color: #fff;
	text-align: center;
	padding: 18px;
	box-sizing: border-box;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 20px;
	letter-spacing: 4px;
	line-height: 20px;
	display: block;
	transition: .3s;
}
.telZX:hover {
	transform: scale(1.05);
}
.telDZ {
	width: 76px;
	height: 76px;
	background: #86c329;
	color: #fff;
	text-align: center;
	padding: 18px;
	box-sizing: border-box;
	font-size: 16px;
	position: absolute;
	right: 76px;
	top: 58px;
	letter-spacing: 4px;
	line-height: 20px;
	transition: .3s;
}
.telDZ:hover {
	transform: scale(1.05);
}
.telFW {
	font-size: 14px;
	color: #666;
	position: absolute;
	right: 10px;
	top: 108px;
}
.telNum {
	font-size: 24px;
	color: #444;
	/* font-family: cursive; */
	position: absolute;
	right: 5px;
	top: 140px;
	font-weight: bold;
	font-family: '华文细黑';
}
/**/
.telImg1 {
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}
.tel2p2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-family: "宋体";
	letter-spacing: 1px;
	margin-top: 10px;
}
/*开始*/
.hzhb4 {
	width: 1100px;
	height: 217px;
	/* background: skyblue; */
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.hzhb4P1 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.hzhb4P1 span {
	color: #E6BA93;
}
.hzhb4P2 {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: arial;
	transform: translateY(-12px);
}
.hzhb4P2 span {
	background: #fff;
	padding: 0 20px;
}
.hzhb4List {
	margin: 0 auto;
	/*overflow: hidden;*/
}
/*滚动开始*/
.case4Mask {
	width: 1110px;
	height: 220px;
	margin: 20px auto;
	position: relative;
}
.case4MaskT {
	cursor: pointer;
	width: 23px;
	height: 43px;
	position: absolute;
	top: 60%;
}
.case4MaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-45deg) translate(-5px, 5px);
	opacity: 0;
}
.case4MaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-135deg) translate(-16px, -18px);
	opacity: 0;
}
.case4MaskT:hover::before {
	background: #00538d;
}
.case4MaskT:hover::after {
	background: #00538d;
}
.case4MaskTL {
	left: 0;
	transform: translate(-200%, -100%);
	width: 44px;
	height: 44px;
	background: url(../images/tl.png);
}
.case4MaskTL:hover {
	background: url(../images/tr.png);
}
.case4MaskTR {
	right: 0;
	transform: translate(200%, -100%) rotate(180deg);
	width: 44px;
	height: 44px;
	background: url(../images/tl.png);
}
.case4MaskTR:hover {
	background: url(../images/tr.png);
	transform: translate(200%, -100%) rotate(180deg);
}
.case4Show {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case4Box {
	height: 100%;
	width: 2000px;
	/*background: pink;*/
}
.case4Box li {
	cursor: pointer;
	width: 255px;
	height: 150px;
	/* box-shadow: 0 0 3px 2px #666666; */
	overflow: hidden;
	float: left;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
	/*border: 2px solid red;*/
	box-sizing: border-box;
	margin-bottom: 1px;
	/*border-radius: 20px;*/
}
.case4Box li .case4BoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}
.case4BoxImg {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc0;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.case4BoxImg:hover {
	border: 1px solid #2179ba;
}
.case4BoxImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.case4BoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}
.case4Box li:hover .case4BoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}
.case4Box li:hover .case4BoxTitle {
	color: #00538d;
}
.case4OneMask {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(193, 162, 95, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}
.case4Box li:hover .case4OneMask {
	opacity: 1;
}
.case4OneMask p:nth-child(1) {
	box-sizing: border-box;
	padding: 90px 20px 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.case4OneMask p:nth-child(2) {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	background: #fff;
	display: block;
	margin: 0 auto;
}
/*结束*/
/*555*/
.case5Show1 {
	width: 1630px;
	height: 520px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 65px;
	box-sizing: border-box;
}
.case5MaskT {
	cursor: pointer;
	width: 23px;
	height: 42px;
	position: absolute;
	top: 520px;
}
.case5MaskT:hover::before {
	background: #00538d;
}
.case5MaskT:hover::after {
	background: #00538d;
}
.case5MaskTL {
	left: 50%;
	background: url(../images/protl.png) no-repeat;
	transform: translateX(-40px);
}
.case5MaskTR {
	left: 50%;
	background: url(../images/protr.png) no-repeat;
	transform: rotateZ(180deg) translateX(-40px);
}
.case5Show {
	width: 1630px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.case5Box {
	height: 100%;
}
.case5Box li {
	cursor: pointer;
	width: 288px;
	height: 390px;
	/* background: rgba(0, 0, 0, .5); */
	overflow: hidden;
	float: left;
	margin-right: 47px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	transition: .3s;
}
.case5Box li:hover {
	transform: scale(1.2);
}
.case5Box li .moldeA {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	width: 36px;
	position: absolute;
	left: 94px;
	top: 280px;
	transform: translateY(-50%);
	text-align: center;
}
.case5Box li .case5BoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}
.case5BoxImg {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	transition: .3s;
	border: 1px solid #ccc;
}
.case5Box li:hover .case5BoxImg {
	width: 100%;
	height: 280px;
}
.case5BoxImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.case5Box li:hover .case5BoxImg img {
	width: 100%;
}
.case5BoxImg:hover {
	/* border-color: #e90000; */
}
.case5BoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}
.case5Box li:hover .case5BoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}
.case5Box li:hover .case5BoxTitle {
	color: #00538d;
}
.case5BoxWord {
	width: 100%;
	height: 110px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
	border-top: none;
}
.case5Box li:hover .case5BoxWord {
	opacity: 1;
}
.case5BoxWord P:nth-child(1) {
	font-size: 14px;
	height: 30px;
	text-align: center;
	padding: 0PX 20PX 0PX 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 20px;
	color: #333;
}
.case5BoxWord P:nth-child(2) {
	box-sizing: border-box;
	height: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding: 0PX;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case5BoxWord a {
	display: block;
	background: #296db7;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	margin: 12px auto;
	overflow: hidden;
}
/*555*/
/*关于开始*/
.aboutBig {
	width: 100%;
	height: 570px;
	box-sizing: border-box;
	margin: 60px auto;
	padding: 40px 0;
	background: #f4f4f4;
}
.about_title {
	text-align: center;
	margin-bottom: 20px;
}
.about_title1 {
	font-size: 36px;
	color: #333;
	font-family: arial;
	font-weight: bold;
}
.about_title2 {
	font-size: 24px;
	color: #0066a1;
}
.about {
	width: 1100px;
	height: 350px;
	margin: 50px auto;
}
.aboutImg {
	width: 488px;
	height: 100%;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
	/*border: 3px solid #fff;*/
	box-sizing: border-box;
	color: #fff;
}
.aboutImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	display: block;
}
.aboutImg img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.aboutImgP {
	position: absolute;
	right: 60px;
	bottom: 60px;
	text-align: right;
	color: #40a1dd;
}
.aboutImgP p {
	text-align: right;
}
.aboutImgP div:nth-child(1) {
	font-size: 30px;
}
.aboutImgP div:nth-child(2) {
	width: 50px;
	height: 1px;
	background: #40a1dd;
	margin: 20px 0;
	margin-bottom: 30px;
	float: right;
}
.aboutImgP div:nth-child(3) {
	width: 100%;
	clear: both;
}
.aboutImgP div:nth-child(4) {
	font-size: 30px;
}
.aboutWord {
	width: 550px;
	height: 100%;
	float: left;
	position: relative;
	/* padding-left: 10px; */
}
.aboutP1 {
	color: #1680de;
	letter-spacing: 4px;
	font-size: 30px;
}
.aboutP2 {
	width: 80px;
	height: 1px;
	background: #ccc;
	margin: 10px 0;
}
.aboutP3 {
	font-size: 24px;
	color: #333;
	/* margin-top: 40px; */
	position: relative;
	letter-spacing: 2px;
}
.aboutP3:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #0066a1;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.aboutP4 {
	font-size: 12px;
	font-family: arial;
	color: #999;
	margin: 10px auto;
	text-align: justify;
	letter-spacing: 2px;
}
.aboutName {
	font-size: 30px;
	color: #333;
	position: relative;
}
.aboutName span {
	font-size: 14px;
	color: #666;
	font-family: "宋体";
	margin-left: 5px;
}
.aboutShote a {
	font-size: 14px;
	color: #666;
	letter-spacing: 0;
	font-family: arial;
	position: absolute;
	right: 0;
	top: 0px;
}
.aboutShote {
	letter-spacing: 4px;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	position: relative;
}
.newsShote {
	border-bottom: 1px solid #999;
	letter-spacing: 10PX;
	padding-bottom: 5px;
}
.aboutShote span {
	border-bottom: 1px solid #999;
}
.aboutP {
	font-size: 15px;
	margin-top: 40px;
	color: #666;
	line-height: 40px;
	text-align: justify;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.aboutA {
	font-size: 14px;
	color: #333;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.aboutA:hover {
	text-decoration: underline;
}
.aboutNav {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -10px;
}
.aboutNav li {
	float: left;
	width: 114px;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-right: 23px;
}
.aboutNav li:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: #ccc;
	position: absolute;
	left: 110%;
	top: 30px;
	transform: rotateZ(15deg);
}
.aboutNav li:last-child:after {
	content: '';
	width: 0;
}
.aboutNav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	padding-top: 20px;
	position: relative;
}
.aboutNav li:hover a {
	color: #0099cc;
}
.aboutNav li a p {
	font-size: 14px;
	margin-top: 10px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
.aboutNav li a img {
	display: block;
	background: #666;
	position: absolute;
	left: 50%;
	top: 14px;
	transform: translateX(-50%);
	transition: .3s;
}
.aboutNav li a:hover img {
	transform: translateX(-50%) rotateY(180deg);
	background: #0099cc;
}
/*关于结束*/
/*理由开始*/
.ly {
	width: 100%;
	height: 1707px;
	background: #fff;
}
.lyBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/lybg.png) no-repeat top;
	position: relative;
}
.lyTitle {
	font-size: 20px;
	color: #191919;
	position: absolute;
	left: 50%;
	top: 98px;
	transform: translateX(-49%);
}
.lyTitle2 {
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 50%;
	top: 125px;
	transform: translateX(-50%);
}
.lyOne1 {
	position: absolute;
	left: 68px;
	top: 235px;
}
.lyOne2 {
	width: 480px;
	position: absolute;
	right: 0;
	top: 588px;
}
.lyOne3 {
	width: 484px;
	position: absolute;
	right: 0px;
	top: 1017px;
}
.lyOne4 {
	width: 410px;
	position: absolute;
	right: 22px;
	top: 1278px;
}
.lyOne2 li {
	float: left;
	width: 400px;
}
.lyOne3 li {
	float: right;
	width: 457px;
}
.lyOne4 li {
	width: 400px;
}
.lyOne li {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: justify;
	/* width: 100%; */
}
.lyOne li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 11px;
}
.lyOne1 li {
	width: 411px;
}
.lyOne ul {
	margin-top: 20px;
}
.lyOnePCN {
	font-size: 20px;
	color: #191919;
}
.lyOnePEN {
	font-size: 12px;
	color: #999;
}
/**/
.lyTel {
	width: 500px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 1520px;
}
.lytelbox1 {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #999;
}
.lyt1 {
	float: left;
	font-size: 14px;
	color: #333;
	height: 100%;
}
.lyt2 {
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #333;
	height: 100%;
}
.lyt3 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #333;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.lyt3:hover {
	color: #fff;
	text-decoration: underline;
}
.lyt4 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.lyt4:hover {
	color: #333;
	text-decoration: underline;
}
.lytep {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.lytep span {
	color: #999;
}
/**/
.lyimg1 {
	position: absolute;
	right: 0;
	top: 321px;
	transform: translateY(-50%);
}
.lyimg2 {
	position: absolute;
	left: 312px;
	top: 712px;
	transform: translate(-50%, -50%);
}
.lyimg3 {
	position: absolute;
	left: 213px;
	top: 1234px;
	transform: translate(-50%, -50%);
}
.lyimg4 {
	position: absolute;
	left: 909px;
	top: 1714px;
	transform: translate(-50%, -50%);
}
/*理由结束*/
/*亮点开始*/
.ld {
	width: 100%;
	height: 512px;
	background: url(../images/ldbg.png) no-repeat center;
}
.ldBox {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.ldP1 {
	position: absolute;
	left: 50%;
	top: 54px;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
}
.ldP1 span {
	font-size: 36px;
}
.ldp2 {
	position: absolute;
	left: 50%;
	top: 106px;
	transform: translateX(-50%);
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
}
.ldp3 {
	position: absolute;
	left: 50%;
	top: 157px;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	letter-spacing: 4px;
}
.ldList {
	width: 1100px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 250px;
}
.ldList li {
	width: 138px;
	height: 220px;
	background: url(../images/ldobg.png) no-repeat top center;
	margin-right: 102px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}
.ldList li:hover {
	transition: .3s;
	transform: translateY(-10px);
}
.ldList li:nth-child(5) {
	margin-right: 0;
}
.ldList li p:nth-child(1) {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(2) {
	width: 100px;
	font-size: 16px;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(3) {
	width: 210px;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	left: 50%;
	top: 171px;
	transform: translate(-50%, -50%);
	text-align: center;
}
/*亮点结束*/
/*定制开始*/
.order {
	width: 100%;
	height: 838px;
	background: url(../images/dzbg2.png) no-repeat center;
}
.orderBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.orTitle1 {
	font-size: 24px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 63px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.orTitle1 span {
	color: #e3a135;
	margin-right: 5px;
}
.orTitle2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 7px;
	position: absolute;
	left: 50%;
	top: 104px;
	transform: translate(-50%, -50%);
}
.orTitle3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translate(-50%, -50%);
}
.orTitle3 span {
	font-size: 14px;
	font-family: georgia;
}
.orTitle4 {
	font-size: 26px;
	color: #333;
	font-family: georgia;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 420px;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.orTitle5 {
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 447px;
	transform: translate(-50%, -50%);
}
.orTitle6 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 36%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.orTitle7 {
	font-size: 24px;
	font-family: arial;
	color: #333;
	letter-spacing: 2px;
	line-height: 26PX;
	text-align: left;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.dzIco {
	width: 1100px;
	/* height: 250px; */
	/* background: rgba(0, 0, 0, .1); */
	position: absolute;
	left: 0;
	top: 206px;
}
.dzIco li {
	width: 98px;
	height: 98px;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 100px;
	position: relative;
}
.dzIco li:nth-child(6) {
	margin-right: 0;
}
.dzIcoImg {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dzIcoImg img {
	transform: translateX(-50%);
}
.dzIco li:hover .dzIcoImg img {
	transform: translateX(0%);
	transition: .3s;
}
.dzIco li:hover {
	border: 1px solid #c49c5a;
}
.dzIco li p {
	width: 195px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 132%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 13px;
}
.dzIco li:hover p {
	color: #c49c5a;
}
/**/
.orjg {
	font-size: 13px;
	color: #333;
}
.orjg li:nth-child(1) {
	position: absolute;
	left: 71px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(2) {
	position: absolute;
	left: 339px;
	top: 573px;
	transform: translateY(-50%);
}
.orjg li:nth-child(3) {
	position: absolute;
	left: 667px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(4) {
	position: absolute;
	left: 964px;
	top: 572px;
	transform: translateY(-50%);
}
.orzx {
	display: block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 668px;
	top: 712px;
}
.orzx:hover {
	color: #fff;
	text-decoration: underline;
}
/*定制结束*/
/*客户案例开始*/
.khjz {
	width: 100%;
	height: 620px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}
/*客户案例结束*/
/*产品优势开始*/
.cpys {
	width: 100%;
	height: 550px;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.pcysT {
	width: 916px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/cpys.png) no-repeat center;
	position: relative;
}
.pcysT p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 18px;
	color: #333;
}
.pcysT p span {
	color: #6fba2c;
}
.cpList {
	margin-top: 60px;
}
.cpList li {
	box-sizing: border-box;
	width: 275px;
	height: 290px;
	float: left;
	border-right: 1px dashed #999;
	position: relative;
	text-align: center;
}
.cpList li:last-child {
	border: none;
}
.ysOneImg {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ysOneImg img {
	width: 100%;
	cursor: pointer;
	transition: .3s;
}
.cpList li:hover img {
	transform: scale(1.1);
}
.cpysTitke {
	font-size: 18px;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}
.cpysP {
	width: 185px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px dashed #999;
	color: #666;
}
/*产品优势结束*/
/*案例开始*/
.casea {
	width: 100%;
	height: 680px;
}
.caseaBox {
	width: 1100px;
	padding-top: 40px;
	box-sizing: border-box;
	margin: 0 auto;
}
/*2*/
/*案例结束*/
/*新闻中心开始*/
.news {
	width: 100%;
	height: 560px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 130px;
}
.newsBox {
	box-sizing: border-box;
	width: 1100px;
	height: 620px;
	margin: 0 auto;
}
.newsL {
	width: 660px;
	height: 100%;
	float: left;
}
.newsT {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.newsT a {
	padding-bottom: 10px;
	margin-right: 30px;
	color: #333;
}
.newsT .newsLTa {
	border-bottom: 2px solid #4596da;
	color: #4596da;
}
.newsLBox {
	width: 100%;
	height: 638px;
	margin-top: 38px;
	overflow: hidden;
	position: relative;
}
.newsLlist {
	width: 100%;
	height: 100%;
	/* background: #fff; */
	transition: .3s;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
.newsLlist li {
	width: 100%;
	height: 140px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.newsLlist li div:nth-child(1) {
	width: 210px;
	height: 140px;
	overflow: hidden;
	float: left;
}
.newsLlist li div:nth-child(1) img {
	width: 100%;
}
.newsLlist li div:nth-child(2) {
	width: 420px;
	height: 140px;
	float: right;
	position: relative;
}
.newsLlist li div:nth-child(2) a {
	display: block;
	width: 340px;
	height: 22px;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsLlist li div:nth-child(2) a:hover {
	color: #4596da;
}
.newsLlist li div:nth-child(2) P {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-top: 20px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsLlist li div:nth-child(2) .newsLdate {
	font-size: 12px;
	color: #666;
	position: absolute;
	right: 0;
	top: 20px;
}
.newsR {
	width: 380px;
	float: right;
}
.newsR ul li {
	width: 100%;
	margin-top: 25px;
	padding: 0 60px 26px 22px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.newsR ul li a {
	font-size: 14px;
	color: #666;
	position: relative;
}
.newsR ul li a:hover {
	color: #4596da;
}
.newsR ul li a:before {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background: #999;
	position: absolute;
	left: -21px;
	top: 9px;
}
.newsR ul li span {
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 4px;
}
/*新闻中心结束*/
