/*banner*/

#banner {
	width: 100%;
	height: 900px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#main {
	width: 100%;
	position: absolute;
	top: 900px;
	left: 0;
	z-index: 500;
}

#banner .slidebox {
	padding-bottom: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

#banner .slidebox li {
	position: absolute;
	width: 100%;
	height: 900px;
	background: center/cover no-repeat;
}

#banner .slidebox img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*banner动画*/

#banner .slidebox li {
	overflow: hidden;
	z-index: 0;
	visibility: hidden;
	transition-property: visibility, z-index;
	transition-delay: 2s, 0s;
}

#banner .slidebox li.on {
	z-index: 1;
	visibility: visible;
	transition: 0s 0s;
}

#banner .slidebox li .piece {
	transition: transform 1s step-end, opacity 1s step-end, z-index 1s step-start;
}

#banner .slidebox li.on .piece {
	transform: translateX(0) translateY(0) !important;
	opacity: 1 !important;
	transition: transform .5s ease, opacity .5s ease, z-index .5s step-end;
}

#banner .slidebox li.horizonCross .piece:nth-child(odd) {
	transform: translateX(-100%);
}

#banner .slidebox li.horizonCross .piece:nth-child(even) {
	transform: translateX(100%);
}

#banner .slidebox li.verticalCross .piece:nth-child(odd) {
	transform: translateY(-100%);
}

#banner .slidebox li.verticalCross .piece:nth-child(even) {
	transform: translateY(100%);
}

#banner .slidebox li.horizonRight .piece {
	transform: translateX(-100%);
	opacity: 0;
}

#banner .slidebox li.verticalDown .piece {
	transform: translateY(-100%);
	opacity: 0;
}

#banner .slidebox li.verticalRight .piece {
	transform: translateX(-100%);
	opacity: 0;
}


/*header*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 80px;
	background-color: rgb(195, 29, 21);
	z-index: 500;
}

header .wrap {
	position: relative;
}

header .wrap .logo {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 10;
}

header .wrap ul {
	width: 810px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	margin-left: 170px;
}

header .wrap ul li {
	width: 110px;
	height: 100%;
	text-align: center;
	line-height: 80px;
	position: relative;
	font-size: 14px;
}

header .wrap ul li a {
	color: #fefefe;
	position: relative;
	z-index: 10;
}
header .wrap ul li:before,
header .wrap ul li:after {
	content: "";
	position: absolute;
	z-index: 0;
	background-color: #fff;
	width: 100%;
	height: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

header .wrap ul li:before {
	bottom: 50%;
}

header .wrap ul li:after {
	top: 50%;
}

header .wrap ul li:hover {
	color: #27323A;
}

header .wrap ul li:hover:before,
header .wrap ul li:hover:after {
	height: 50%;
}

header .wrap ul li:hover a {
	color: rgb(195, 29, 21);
}
header .wrap .phone {
	float: right;
	padding-top: 15px;
}

header .wrap .phone p {
	font-size: 12px;
	color: rgb(254, 254, 254);
	margin: 0;
	padding: 0;
}

header .wrap .phone span {
	font-size: 28px;
	color: rgb(254, 254, 254);
}


/*简介*/


/*关于我们*/

.intro {
	width: 100%;
	height: 936px;
	background-color: #fdf4f4;
	padding-top: 80px;
}

.intro .about_us .info {
	width: 510px;
	float: left;
	padding-top: 45px;
	font-family: "SourceHanSansCN";
}

.intro .about_us .info .au_title img {
	float: right;
}

.intro .about_us .info p {
	margin-top: 45px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 72px;
	line-height: 32px;
}

.intro .about_us .info a {
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: rgb(213, 45, 37);
	border-radius: 40px;
	float: right;
}

.intro .about_us .img {
	width: 630px;
	height: 360px;
	margin-right: 30px;
	float: right;
	position: relative;
}

.intro .about_us .img::after {
	content: "";
	display: block;
	width: 630px;
	height: 360px;
	position: absolute;
	background-color: rgba(213, 45, 37, 0.102);
	left: 36px;
	top: 36px;
}

.intro .server {
	margin-top: 55px;
}

.intro .server ul {
	width: 100%;
	margin-top: 45px;
	display: flex;
	justify-content: space-around;
}

.intro .server ul li {
	width: 220px;
	height: 180px;
	background-color: rgba(213, 45, 37, 0.102);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: 0.4s;
}

.intro .server ul li:hover {
	background: #d52d25;
}

.intro .server ul li .i {
	width: 30px;
	height: 32px;
	position: absolute;
	top: 45px;
}

.intro .server ul li .i1 {
	right: 92px;
}

.intro .server ul li .i2 {
	left: -110px;
}

.intro .server ul li .text {
	width: 100%;
	text-align: center;
	font-family: "SourceHanSansCN";
	font-size: 16px;
	position: absolute;
	top: 105px;
}

.intro .server ul li .text1 {
	left: 0;
}

.intro .server ul li .text2 {
	right: -260px;
}

.intro .server ul li .text p:nth-child(1) {
	color: rgb(51, 51, 51);
	margin-bottom: 5px;
	font-size: 16px;
}

.intro .server ul li .text p:nth-child(2) {
	font-size: 12px;
	color: rgb(102, 102, 102);
}

.intro .server ul li .text2 p:nth-child(1) {
	color: #fff;
}

.intro .server ul li .text2 p:nth-child(2) {
	color: #fff;
}


/*title*/

section div.title {
	text-align: center;
}

section div.title i {
	display: block;
	width: 40px;
	height: 38px;
	margin: 0 auto;
}

section div.title h3 {
	font-size: 30px;
	color: rgb(213, 45, 37);
}

section div.title p {
	font-size: 48px;
	color: rgba(255, 254, 254, 0.502);
}

section div.title i {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*product*/

.product {
	width: 100%;
	height: 800px;
	background: url(../img/pro-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 76px;
}

.product .pro_tab {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 45px;
}

.product .pro_tab a {
	display: inline-block;
	margin-right: 18px;
	background: #fff;
	width: 175px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "SourceHanSansCN";
	color: rgb(51, 51, 51);
}

.product .pro_tab a:last-child {
	margin-right: 0;
}

.product .pro_tab a.active {
	color: rgb(213, 45, 37);
}

.product .wrap {
	margin-top: 30px;
}

.product .wrap .bd ul li {
	float: left;
	margin-right: 30px;
}

.product .wrap .bd ul li:last-child {
	margin-right: 0;
}

.tempWrap {
	width: 1200px !important;
}

.product .wrap .bd ul li div.img {
	width: 380px;
	height: 300px;
	overflow: hidden;
}

.product .wrap .bd ul li div.img img {
	width: 100%;
	transition: 0.5s;
}

.product .wrap .bd ul li:hover div.img img {
	transform: scale(1.2);
}

.product .wrap .bd ul li div.info {
	width: 380px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	padding-left: 30px;
	font-family: "SourceHanSansCN";
	color: rgb(85, 85, 85);
	padding-right: 32px;
	transition: 0.5s;
}

.product .wrap .bd ul li div.info i {
	font-size: 18px;
	font-family: "SimSun";
	font-style: normal;
	float: right;
}

.product .wrap .bd ul li:hover div.info {
	color: #fff;
	background: #d52d25;
}


/*加盟*/

.sur {
	width: 100%;
	height: 800px;
	padding-top: 75px;
	position: relative;
	background: #fff;
}

.sur .title p {
	color: #eeeeee;
}

.sur .wrap {
	margin-top: 45px;
	position: relative;
	height: 360px;
}

.sur .wrap .hd a {
	display: block;
	width: 42px;
	height: 42px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	line-height: 42px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	text-align: center;
	font-size: 22px;
	font-family: "SimSun";
	color: rgb(153, 153, 153);
}

.sur .wrap .hd a.on {
	color: #fff;
	background: #d52d25;
}

.sur .wrap .hd a.prev {
	left: -80px;
}

.sur .wrap .hd a.next {
	right: -80px;
}

.sur .wrap .bd ul li {
	float: left;
	width: 285px;
	height: 360px;
	overflow: hidden;
	margin-right: 18px;
}

.sur .wrap .bd ul li:last-child {
	margin-right: 0;
}

.sur .wrap .bd ul li img {
	width: 100%;
	transition: 0.5s;
}

.sur .wrap .bd ul li:hover img {
	transform: scale(1.2);
}

.sur a.more {
	display: block;
	font-family: "SourceHanSansCN";
	color: rgb(153, 153, 153);
	width: 182px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(213, 213, 213);
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 80px;
	transition: 0.5s;
}

.sur a.more:hover {
	color: #fff;
	background: #d52d25;
}


/*//new*/

.news {
	width: 100%;
	height: 590px;
	background: url(../img/new-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 48px;
}

.news .title p {
	color: rgba(213, 45, 37, 0.251);
}

.news .new_list {
	margin-top: 40px;
}

.news .new_list .hd {
	text-align: center;
	margin-top: 55px;
}

.news .new_list .hd a {
	display: inline-block;
	width: 82px;
	height: 52px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	background-color: #fff;
	margin-right: 55px;
	background-image: url(../img/more-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.news .new_list .hd a.next {
	transform: rotateY(180deg);
}

.news .new_list .hd a:last-child {
	margin-right: 0;
}

.news .new_list .hd a.on {
	background-image: url(../img/more-bg1.png);
	background-color: #d52d25;
}

.news .new_list .bd ul li {
	width: 575px;
	height: 180px;
	float: left;
	margin-right: 50px;
}

.news .new_list .bd ul li:last-child {
	margin-right: 0;
}

.news .new_list .bd ul li div.img {
	width: 240px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.news .new_list .bd ul li div.img img {
	transition: 0.5s;
	width: 100%;
}

.news .new_list .bd ul li div.img img:hover {
	transform: scale(1.2);
}

.news .new_list .bd ul li div.info {
	width: 335px;
	height: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(237, 237, 237);
	background: #fff;
	float: left;
	padding-top: 30px;
	padding-left: 28px;
	padding-right: 35px;
	transition: 0.5s;
}
.news .new_list .bd ul li div.info:hover{
	background: #d52d25;
}
.news .new_list .bd ul li div.info:hover span{
	color: #fff;
}
.news .new_list .bd ul li div.info:hover h3{
	color: #fff;
}
.news .new_list .bd ul li div.info:hover p{
	color: #fff;
}
.news .new_list .bd ul li div.info span {
	font-size: 20px;
	font-family: "SourceHanSansCN";
	color: rgb(171, 170, 178);
}

.news .new_list .bd ul li div.info h3 {
	font-size: 18px;
	color: rgb(91, 91, 91);
	margin-top: 20px;
}

.news .new_list .bd ul li div.info p {
	font-size: 12px;
	color: rgb(153, 153, 153);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	margin-top: 10px;
}


/*footer*/

footer {
	width: 100%;
	height: 310px;
	background: url(../img/ft-bg.jpg) no-repeat center;
	padding-top: 50px;
}

footer .l {
	padding-top: 28px;
	float: left;
}

footer .l .wx {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

footer .l .wx img {
	width: 113px;
	height: 113px;
	margin-bottom: 25px;
}

footer .r {
	width: 525px;
	float: right;
}

footer .r .form {
	width: 200px;
	float: left;
}

input,
textarea,
button {
	outline: none;
	background: none;
	border: none;
}

footer .r .form input,
footer .r .form textarea {
	background-color: rgb(249, 224, 223);
	width: 100%;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	color: rgb(213, 45, 37);
}

footer .r .form input {
	height: 36px;
	line-height: 36px;
}

footer .r .form textarea {
	height: 70px;
	padding-top: 10px;
}

footer .r .form button {
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: rgb(213, 45, 37);
	color: #fff;
}
footer .r .form input::-moz-placeholder {
	color: rgb(213, 45, 37);
}

footer .r .form input:-ms-input-placeholder {
	color: rgb(213, 45, 37);
}

footer .r .form input::-webkit-input-placeholder {
	color: rgb(213, 45, 37);
}
footer .r .form textarea::-moz-placeholder {
	color: rgb(213, 45, 37);
}

footer .r .form textarea:-ms-input-placeholder {
	color: rgb(213, 45, 37);
}

footer .r .form textarea::-webkit-input-placeholder {
	color: rgb(213, 45, 37);
}


footer .r .contact {
	width: 290px;
	float: right;
}

footer .r .contact h3 {
	font-size: 16px;
	color: #222;
	margin-bottom: 30px;
}

footer .r .contact p {
	color: #666666;
	margin-bottom: 28px;
}

footer .r .contact p span:nth-child(1) {
	padding-left: 32px;
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position-x: 0;
}

footer .r .contact p:nth-of-type(2) span:nth-child(1) {
	background-position-y: -48px;
}

footer .r .contact p:nth-of-type(3) span:nth-child(1) {
	background-position-y: -97px;
}

footer .r .contact p:last-child span:nth-child(1) {
	float: left;
}

footer .r .contact p:last-child span:nth-child(2) {
	width: 188px;
	float: right;
}

div.ft {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: rgb(102, 102, 102);
	font-size: 13px;
	color: #fff;
}

div.ft a {
	color: #fff !important;
}