@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li {
	list-style: none;
}


/*公共标题开始*/


/*公共标题结束*/


/*定制流程开始*/

.pubTitleCNB {
	text-align: center;
}

.pubTitleCN {
	letter-spacing: 1px;
	font-size: 24px;
	position: relative;
	text-align: center;
}

.pubTitleCNB2 {
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 10px;
	margin-top: 5px;
}

.pubTitleCN:before {
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-20px);
}

.pubTitleCN:after {
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(20px);
}

.dzabout {
	width: 100%;
	height: 520px;
}

.dzaboutBox {
	width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.dzList {
	width: 1100px;
	height: 220px;
	margin: 40px auto;
}

.dzList li {
	width: 210px;
	height: 100px;
	margin-bottom: 20px;
	margin-right: 12px;
	float: left;
	background: #ffffff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.dzList li:hover {
	background: #e50c11;
	border-color: #e50c11;
}

.dzList li:nth-child(5n) {
	margin-right: 0;
}

.dzList li div:nth-child(1) {
	width: 70px;
	line-height: 100px;
	float: left;
	/* margin-right: 20px; */
	font-family: arial;
	font-size: 36px;
	color: #333;
	padding-left: 30px;
	/* text-align: right; */
}

.dzList li:hover div:nth-child(1) {
	color: #fff;
}

.dzList li div:nth-child(2) {
	float: left;
	padding-top: 30px;
	box-sizing: border-box;
}

.dzList li div:nth-child(2) p:nth-child(1) {
	color: #333;
	font-size: 12px;
}

.dzList li:hover div:nth-child(2) p:nth-child(1) {
	color: #fff;
}

.dzList li div:nth-child(2) p:nth-child(2) {
	color: #555;
	letter-spacing: 4px;
	font-size: 14px;
}

.dzList li:hover div:nth-child(2) p:nth-child(2) {
	color: #fff;
}

.dzNav {
	width: 300px;
	height: 40px;
	margin: 0 auto;
}

.dzNav a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	color: #333;
}

.dzNav a:last-child {
	margin-right: 0;
}

.dzNav a:hover {
	text-decoration: underline;
}
.dzNav .dzNava {
	background: #e50c11;
	color: #fff;
	border: 1px solid #e50c11;
	color: #fff;
}


/*定制流程结束*/


/*产品中心开始*/

.product {
	width: 100%;
	height: 1000px;
	margin: 60PX auto;
	box-sizing: border-box;
}

.productTitle {
	width: 1100px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	color: #000;
	margin: 0 auto;
}

.productTitle a {
	float: right;
	font-size: 14px;
	font-family: georgia;
	padding-top: 15px;
	color: #333;
}

.productTitle a:hover {
	text-decoration: underline;
}

.productName {
	width: 1100px;
	box-sizing: border-box;
	padding-top: 18px;
	padding-bottom: 28px;
	padding-left: 100px;
	margin: 10px auto;
	border-bottom: 1px #ccc solid;
	position: relative;
}

.productName span {
	position: absolute;
	left: 0;
	top: 18px;
}

.productName a {
	margin: 5px 17px;
	color: #333;
	position: relative;
	display: inline-block;
}

.productName a:hover {
	color: #347bcd;
}


/*.productName a:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #333;
	transform: rotateZ(30deg);
	position: absolute;
	right: -24px;
	top: 2px;
	display: none;
}*/

.productName a:last-child:after {
	display: block;
	width: 100px;
	content: '· · ·';
	color: #999;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY( -50%);
}

.proTe {
	width: 1100px;
	height: 250px;
	margin: 40px auto;
}

.proTe li {
	width: 540px;
	height: 250px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	position: relative;
}

.proTe li:nth-child(2n) {
	margin-left: 20px;
}

.proTe li div:nth-child(1) {
	padding: 20px;
	box-sizing: border-box;
	float: left;
	position: absolute;
	left: 104px;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.proTe li div:nth-child(1) p {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.proTe li div:nth-child(1) a {
	padding: 5px 30px;
	color: #fff;
	background: #e50112;
	font-size: 14px;
}

.proTe li div:nth-child(1) a:hover {
	text-decoration: underline;
}

.proTe li div:nth-child(2) {
	width: 330px;
	height: 100%;
	position: relative;
	float: right;
	overflow: hidden;
}

.proTe li div:nth-child(2) img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.proTe li:hover div:nth-child(2) img {
	transform: translate(-50%, -50%) scale(1.03);
}

.proList {
	width: 1100px;
	height: 600px;
	margin: 40px auto;
}

.proList li {
	width: 350px;
	height: 270px;
	box-sizing: border-box;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	position: relative;
}

.proList li div {
	width: 350px;
	height: 220px;
	overflow: hidden;
	position: relative;
	/* background: pink; */
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.proList li:hover div {
	border: 1px solid #e50112;
}

.proList li div img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.proList li:hover div img {
	transform: translate(-50%, -50%) scale(1.03);
}

.proList li:nth-child(3n) {
	margin-right: 0;
}

.proList li p {
	width: 80%;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative
}

.proList li:after {
	content: '+';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 16px;
	bottom: 16px;
	padding-left: 1px;
	padding-bottom: 3px;
	box-sizing: border-box;
}

.proList li:hover:after {
	background: #e50112;
	color: #fff;
	border: 1px solid #e50112;
}

.proList li:hover p {
	color: #e50112;
}

.proList li p a {
	color: #333;
}

.proList li:hover p a {
	color: #e50112;
}


/**/


/**/

.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: 820px;
	background: url(../images/advanbg.jpg) center top;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.advanBox {
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding-top: 103px;
	box-sizing: border-box;
}

.advanP1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.advanP2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 20px;
}

.advanList {
	width: 1200px;
	margin: 60px auto;
	text-align: center;
	color: #fff;
}

.advanOne {
	width: 360px;
	margin-right: 60px;
	float: left;
}

.advanOne:nth-child(3) {
	margin-right: 0;
}

.advanImgBox {
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 20px;
}

.advanImg img {
	width: 100%;
	height: 100%;
}

.advanImg img {
	width: 100%;
	display: block;
}

.advanCont {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	transform: translateY(-100%);
	padding-top: 40px;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 18px;
	opacity: 0;
}

.advanCont span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.advanOne:hover .advanCont {
	transition: .3s;
	opacity: 1;
}

.advanNun {
	text-align: center;
}

.advanNun span {
	font-size: 48px;
	font-family: arial;
	position: relative;
}

.advanOne:hover .advanNun span {
	/*	color: #147abc;*/
}

.advanNun span:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-20px);
}


/*.advanOne:hover .advanNun span:before {
	background: #147abc;
}*/

.advanNun span:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(20px);
}


/*.advanOne:hover .advanNun span:after {
	background: #147abc;
}*/

.advanWord {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	margin-top: 20px;
	padding: 0 19px;
	box-sizing: border-box;
}


/*公司优势结束*/


/*加盟开始*/

.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: 580px;
	background: url(../images/reasonbg.jpg) no-repeat center;
	overflow: hidden;
}

.reasonBox {
	width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.reasonTi1 {
	font-size: 38px;
	font-weight: bold;
	color: #e50112;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 10px;
}

.reasonList {
	width: 1140px;
	margin: 26px auto;
}

.reasonList li {
	width: 228px;
	text-align: center;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
}

.reasonIco {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 40px auto;
	background: url(../images/icobg.png) no-repeat;
	background-size: 0;
	transition: all .3s;
}

.reasonList li:hover .reasonIco {
	border-color: rgba(0, 0, 0, 0);
}

.reasonIcoImg {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.reasonList li:hover .reasonIco {
	background-size: 100%;
}

.reasonList li .reasonIco .reasonIcoImg img {
	transition: .3s;
}

.reasonList li:hover .reasonIco .reasonIcoImg img {
	transform: translateY(-50%);
}

.reasonIco span {
	font-size: 18px;
	color: #333;
}

.reasonList li:hover .reasonIco span {
	color: #fff;
}

.reasonList li p {
	font-size: 14px;
	line-height: 36px;
	color: #333;
	/* letter-spacing: 1px; */
}


/*理由结束*/


/*优势开始*/

.youshi {
	width: 100%;
	height: 785px;
	background: url(../images/advanbg.jpg) no-repeat center;
	padding-top: 75px;
	box-sizing: border-box;
}

.ysT1 {
	font-size: 36px;
	font-family: georgia;
	color: rgba(51, 51, 51, .3);
	text-align: center;
}

.ysT2 {
	font-size: 24px;
	text-align: center;
	color: #e50112;
	letter-spacing: 1px;
	font-weight: bold;
}

.ysT3 {
	text-align: center;
	color: rgba(51, 51, 51, .5);
	font-size: 12px;
	margin-top: 5px;
	font-family: "宋体";
}

.ysList {
	width: 1100px;
	margin: 40px auto;
}

.ysList li {
	width: 500px;
	height: 260px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.ysList li:nth-child(even) {
	float: right;
}

.ysList li .ysNb {
	font-size: 100px;
	font-weight: bold;
	color: rgba(255, 255, 255, .1);
	font-family: georgia;
	position: absolute;
	left: 40%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.ysliBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ysliBoxT {
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #999;
	padding-left: 90px;
	box-sizing: border-box;
	position: relative;
}

.ysliBoxT img {
	position: absolute;
	left: 0;
	top: 0;
}

.ysList li:hover .ysliBox .ysliBoxT img {
	transform: rotateY(360deg);
	transition: 1s;
}

.ysliBoxT span {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #333;
	letter-spacing: 2px;
	font-weight: bold;
}

.ysWord {
	margin-top: 20px;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	letter-spacing: 2px;
}


/*优势结束*/


/*解决方案开始*/

.solutions {
	width: 1200px;
	height: 760px;
	margin: 0 auto;
	position: relative;
}

.soluImg {
	width: 720px;
	height: 430px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 260px;
}

.soluWord {
	width: 400px;
	height: 440px;
	background: #121212;
	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;
}

.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 {
	width: 650px;
	height: 160px;
	position: absolute;
	left: 40px;
	top: 80px;
}

.soluOne {
	display: block;
	width: 300px;
	height: 80px;
	float: left;
	position: relative;
	cursor: pointer;
}

.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: 540px;
	height: 290px;
	background: #fff;
	position: absolute;
	left: 565px;
	top: 330px;
	overflow: hidden;
}

.soluList {
	width: 2160px;
	height: 100%;
	transition: .3s;
}

.soluOneW {
	width: 540px;
	height: 290px;
	padding: 40px 50px 0 50px;
	box-sizing: border-box;
	float: left;
}

.soluOneW a {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}

.soluOneW p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	width: 440px;
	height: 118px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.soluWctrl {
	width: 200px;
	height: 40px;
	position: absolute;
	left: 290px;
	top: 234px;
}

.soluWctrL {
	width: 90px;
	height: 40px;
	background: url(../images/sl1.jpg) no-repeat;
	float: left;
	cursor: pointer;
}

.soluWctrR {
	width: 90px;
	height: 40px;
	background: url(../images/sr.jpg) 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: 100%;
	height: 526px;
	background: #f4f4f4;
}

.stepBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.stepP1 {
	text-align: center;
}

.stepP2 {
	text-align: center;
	font-size: 16px;
	letter-spacing: 10px;
	color: #666;
	margin-top: 5px;
}

.stepP1 span {
	font-size: 30px;
	color: #333;
	letter-spacing: 4px;
	position: relative;
}

.stepP1 span:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(20px);
}

.stepP1 span:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-20px);
}

.stepList {
	width: 1100px;
	margin: 40px 0;
}

.stepList li {
	width: 210px;
	height: 100px;
	position: relative;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.stepList li:nth-child(5n) {
	margin-right: 0;
}

.stepList li i {
	font-size: 36px;
	font-family: arial;
	color: #333;
	opacity: .9;
	position: absolute;
	left: 25px;
	top: 32px;
}

.stepList li p:nth-child(2) {
	font-size: 12px;
	font-family: arial;
	color: rgba(51, 51, 51, .7);
	position: absolute;
	left: 90px;
	top: 35px;
}

.stepList li p:nth-child(3) {
	font-size: 14px;
	color: #555;
	position: absolute;
	left: 90px;
	top: 54px;
}

.stepA {
	width: 360px;
	height: 140px;
	margin: 0px auto;
}

.stepA a {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	margin: 40px 10px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	border: 1px solid #ccc;
}

.stepA a:hover {
	background: #1865ab;
	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;
}


/*设计师结束*/


/*服务开始*/

.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;
}


/*产品优势结束*/


/*案例开始*/

.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: 0 auto;
	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(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: 20px;
	background: #333;
	transform: rotateZ(30deg);
	position: absolute;
	right: -25px;
	top: 0;
}

.lensTitle a:last-child {
	color: #fff;
	padding: 5px 20px;
	background: #333;
	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;
	padding-top: 46px;
	box-sizing: border-box;
	background: #f4f4f4;
}

.hzhb {
	width: 100%;
	height: 217px;
	/* background: skyblue; */
	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;
	height: 220px;
	margin: 20px auto;
	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(60px, -100%) rotate(180deg);
	background: url(../images/tl.png);
}

.caseMaskTR:hover {
	background: url(../images/tr.png);
	transform: translate(60px, -100%) rotate(180deg);
}

.caseShow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.caseBox {
	height: 100%;
	/*background: pink;*/
}

.caseBox li {
	cursor: pointer;
	width: 265px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	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: #e50112;
}

.caseBox li .caseBoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}

.caseBoxImg {
	width: 100%;
	height: 160px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.caseBox li:hover .caseBoxImg {
	border-color: #e50112;
}

.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, 180px);
}

.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;
}


/*2*/


/*翔华合作伙伴特推开始*/

.caseTetui {
	width: 100%;
	height: 370px;
	background: #f4f4f4;
	padding-top: 80px;
	padding-bottom: 40px;
}

.caseTetuiBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.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开始*/

.hzhb3 {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.case3MaskT {
	cursor: pointer;
	width: 61px;
	height: 61px;
	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: 0;
	transform: translate(-50%, -100%);
	background: url(../images/tl.png);
}

.case3MaskTL:hover {
	background: url(../images/tr.png);
}

.case3MaskTR {
	right: 0;
	transform: translate(50%, -100%) rotate(180deg);
	background: url(../images/tl.png);
}

.case3MaskTR:hover {
	background: url(../images/tr.png);
	transform: translate(50%, -100%) rotate(180deg);
}

.case3Show {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.case3Box {
	height: 100%;
	width: 2000px;
	/*background: pink;*/
}

.case3Box li {
	cursor: pointer;
	width: 215px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-right: 31px;
	position: relative;
	overflow: hidden;
	/*border: 2px solid red;*/
	box-sizing: border-box;
	margin-bottom: 1px;
	/*border-radius: 20px;*/
}

.case3Box li .case3BoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}

.case3BoxImg {
	width: 100%;
	height: 100%;
	/* background: orange; */
	border: 3px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.case3BoxImg:hover {
	border: 3px solid #ea788f;
}

.case3BoxImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.case3BoxImgLight {
	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);
}

.case3Box li:hover .case3BoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}

.case3Box li:hover .case3BoxTitle {
	color: #00538d;
}

.case3OneMask {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(193, 162, 95, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}

.case3Box li:hover .case3OneMask {
	opacity: 1;
}

.case3OneMask p:nth-child(1) {
	box-sizing: border-box;
	padding: 90px 20px 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.case3OneMask p:nth-child(2) {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	background: #fff;
	display: block;
	margin: 0 auto;
}


/**/


/*作用开始*/

.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: 1100px;
	height: 400px;
	margin: 0 auto;
	padding-top: 60px;
}

.partnerP1 {
	color: #888;
	font-size: 30px;
	font-family: georgia;
	text-align: center;
	/* padding-top: 60px; */
}

.partnerP2 {
	text-align: center;
	color: #333;
	font-size: 30px;
	margin-bottom: 40px;
}

.partnerP2 span {
	position: relative;
}

.partnerP2 span:before {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #666;
	position: absolute;
	left: 0;
	top: 30px;
	transform: translateX(-150%);
}

.partnerP2 span:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 0;
	top: 30PX;
	transform: translateX(150%);
}

.partnerLine {
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}

.partnerLineTEL {
	float: left;
	margin: 0;
}

.partMORE {
	display: block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #00a845;
	text-align: center;
	float: right;
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 4px;
}

.partMORE:hover {
	color: #fff;
	text-decoration: underline;
}


/*合作伙伴结束*/


/*流程开始*/

.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 {
	width: 100%;
	margin: 40px auto;
	box-sizing: border-box;
}

.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: 5px;
	width: 265px;
	height: 200px;
	float: left;
	transition: .3s;
	box-sizing: border-box;
	text-align: center;
}

.cpysList ul li a {
	width: 265px;
	height: 160px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.cpysList ul li:hover a {
	border-color: #e50112;
}

.cpysList ul li a img {
	width: 100%;
}

.cpysList ul li p {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.cpysList ul li:hover p {
	color: #e50112;
}


/*3*/


/*流程结束*/


/*设计师开始*/

.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%);
}


/*服务结束*/


/*开始*/

.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*/


/*关于开始*/

.about2 {
	width: 100%;
	height: 510px;
	padding-top: 75px;
	box-sizing: border-box;
}

.about2Box {
	width: 1100px;
	height: 410px;
	margin: 0px auto;
}

.about2BoxImg {
	width: 550px;
	height: 400px;
	padding: 0 0 10px 10px;
	/* box-sizing: border-box; */
	float: left;
	position: relative;
}

.about2BoxImg:before {
	content: '';
	display: block;
	width: 5px;
	height: 95%;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about2BoxImg:after {
	content: '';
	display: block;
	height: 5px;
	width: 95%;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about2BoxImg img {
	width: 100%;
}

.about2BoxWord {
	width: 484px;
	float: right;
	padding-top: 10px;
	box-sizing: border-box;
}

.about2BoxWord p:nth-child(1) {
	font-size: 48px;
	font-family: georgia;
	color: #e50112;
}

.about2BoxWord p:nth-child(2) {
	width: 350px;
	margin: 20px 0;
	font-size: 24px;
	font-weight: bold;
	color: #222;
	letter-spacing: 2px;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}

.about2BoxWord p:nth-child(3) {
	font-size: 24px;
	font-family: "宋体";
	color: #333;
	letter-spacing: 4px;
}

.about2BoxWord p:nth-child(4) {
	margin: 30px 0 20px 0;
	font-size: 14px;
	line-height: 32px;
	color: #555;
}

.about2BoxWord a {
	font-family: georgia;
	font-size: 18px;
	padding: 5px 35px;
	border: 1px solid #666;
	color: #333;
	transition: .3s;
}

.about2BoxWord a:hover {
	padding: 5px 40px;
}


/*关于结束*/


/*相册、合作伙伴滚动开始*/

.picture {
	width: 1100px;
	height: 270px;
	margin: 0 auto;
}

.picTitle {
	font-size: 24px;
	color: #333;
	padding-left: 14px;
	border-left: 3px solid red;
	/* margin-bottom: 20px; */
}

.picTitle span {
	font-size: 14px;
	color: #666;
}

.photos {
	width: 535px;
	height: 100%;
	float: left;
}

.part {
	width: 535px;
	height: 100%;
	float: right;
}


/*相册、合作伙伴滚动结束*/


/*理由开始*/

.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;
}


/*产品优势结束*/


/*案例开始*/

.case {
	width: 100%;
	margin-top: 60px;
}

.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);
}


/*2*/


/*案例结束*/


/*新闻中心开始*/

.newsBox {
	width: 100%;
	margin-top: 20px;
	background: #F4F4F4;
}

.news {
	width: 1100px;
	height: 510px;
	margin: 0px auto;
	padding-top: 40px;
	box-sizing: border-box;
}

.newsTitle {
	font-size: 24px;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.newsL {
	width: 600px;
	float: left;
}

.newsLte {
	width: 100%;
	height: 158px;
	/* margin-bottom: 20px; */
}

.newsImg {
	width: 246px;
	height: 158px;
	/* border: 2px solid #ccc; */
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	float: left;
}

.newsImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.newsTeWord {
	width: 330px;
	float: right;
	padding-top: 5px;
}

.newsTeTitle {
	font-size: 18px;
	color: #333;
}

.newsTeTitle:hover {
	text-decoration: underline;
	color: #e50112;
}

.newsTeCont {
	font-size: 14px;
	color: #666;
	margin: 12px 0;
	width: 100%;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 24px;
}

.newsTeMore {
	padding: 3px 25px;
	box-sizing: border-box;
	font-size: 14px;
	background: #e50112;
	color: #fff;
}

.newsR {
	width: 400px;
	float: right;
}

.newsR a {
	width: 400px;
	height: 70px;
	line-height: 70px;
	display: block;
	padding-left: 50px;
	padding-right: 80px;
	margin-top: 8px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	background: #fff;
	color: #333333;
}

.newsR a:hover {
	color: #fff;
	background: #e50112;
}

.newsR a:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #9a9a9a;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 35px;
}

.newsR a:hover:before {
	border-color: #fff;
}

.newsR a:after{
	content: '';
	width: 24px;
	height: 24px;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	background: url(../images/newsico.jpg);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/newsico.jpg)  100%;
	transition: .3s;
}
.newsR a:hover:after{
	transform: translateY(-50%);
	background: url(../images/newsico.jpg)  0%;
	
}
.newsList1 a:nth-child(1) {
	border-top: 1px solid #ccc;
}

.newsList:before {
	content: '';
	display: block;
	clear: both;
}

.newsList a {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 74px;
	line-height: 78px;
	color: #333;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 40px;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
}

.newsList a:hover {
	color: #e50112;
}

.newsList a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.newsList a:hover:before {
	border-color: #e50112;
}

.newsList a span {
	position: absolute;
	right: 0;
	font-size: 12px;
	top: 0;
	color: #999;
}

.newsList a:hover span {
	color: #e50112;
}


/**/

.questionBox {
	height: 200px;
	width: 100%;
	padding: 20px 0;
	background: #f4f4f4;
}

.question {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
}

.questionL {
	width: 110px;
	height: 138px;
	background: #e50c13;
	color: #fff;
	float: left;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	font-family: "宋体";
	font-weight: bold;
}

.questionL:hover {
	color: #fff;
}

.questionL p:nth-child(1) {
	font-size: 20px;
	color: #fff;
}

.questionL p:nth-child(2) {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.questionR {
	width: 990px;
	height: 100%;
	float: right;
}

.questionR li {
	position: relative;
	width: 440px;
	float: left;
	padding-left: 40px;
	padding-top: 14px;
	box-sizing: border-box;
	font-family: "宋体";
	margin-left: 55px;
}

.questionR li div:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #999;
	position: absolute;
	left: 0;
	top: 55px;
}

.questionR li div:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	position: absolute;
	left: 0;
	top: 136px;
}

.questionR li:first-child {
	/* margin-right: 48px; */
}

.questionR li a {
	display: block;
	font-size: 16px;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.questionR li a:hover {
	color: #e50c13;
	/* text-decoration: underline; */
}

.questionR li:before {
	content: '？';
	display: block;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	background: #e40000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 14px;
	padding-left: 3px;
}

.questionR li:after {
	content: '';
	display: block;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 0;
	line-height: 24px;
	background: #666666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 54px;
}

.questionR li p {
	margin-top: 30px;
	font-size: 15px;
	line-height: 28px;
	height: 60px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "宋体";
}


/*新闻中心结束*/