.index-slide {
	position: relative;
}

.index-slide img {
	display: block;
	width: 100%;
}

.index-slide .fixed-text {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	z-index: 1;
}

.index-slide .fixed-text ul {
	display: flex;
	justify-content: space-between;
}

.index-slide .fixed-text {
	width: 1200px;
	padding: 45px 25px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px #bdbdbd;
}

.index-slide .fixed-text li {
	flex: 1;
	text-align: center;
	border-right: 1px solid #eee;
}

.index-slide .fixed-text li:last-child {
	border: none;
}

.index-slide .fixed-text li h2 {
	color: #ff035e;
	padding-bottom: 15px;
	font-size: 30px;
}

.title {
	z-index: 1;
	text-align: center;
	position: relative;
}

.title h2 {
	z-index: 1;
	font-size: 44px;
}

.title h3 {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translate(-50%, -50%);
	font-size: 150px;
	font-style: italic;
	color: #ff035e05;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.title p {
	font-size: 18px;
	z-index: 1;
	padding-top: 15px;
	color: #666;
}

.home-about {
	padding: 260px 0 80px;
	position: relative;
}

.home-about:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #fffdfa, #fff7ef);
	z-index: -1;
}

.home-about .about-box {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 80px;
}

.home-about .about-box .box {
	flex: 1;
	margin: 0 10px;
	text-align: center;
	box-shadow: 0 0 10px #eee;
	border-radius: 15px;
	transition: .3s;
}

.home-about .about-box .box h2 {
	font-size: 18px;
}

.home-about .about-box .box a {
	display: block;
	padding: 150px 0 30px;
}

.home-about .about-box .box:nth-child(1) {
	background: #fff url(../images/about-icon1.png) 50% 35% no-repeat;
	background-size: 110px;
}

.home-about .about-box .box:nth-child(2) {
	background: #fff url(../images/about-icon2.png) 50% 35% no-repeat;
	background-size: 70px;
}

.home-about .about-box .box:nth-child(3) {
	background: #fff url(../images/about-icon3.png) 50% 35% no-repeat;
	background-size: 80px;
}

.home-about .about-box .box:nth-child(4) {
	background: #fff url(../images/about-icon4.png) 50% 35% no-repeat;
	background-size: 80px;
}

.home-about .about-box .box:nth-child(5) {
	background: #fff url(../images/about-icon5.png) 50% 35% no-repeat;
	background-size: 80px;
}

.home-about .about-box .box:hover {
	margin: -10px 10px 10px;
}

.home-about .about-box .box:nth-child(1):hover {
	box-shadow: 0 0 10px #ff035e50;
}

.home-about .about-box .box:nth-child(2):hover {
	box-shadow: 0 0 10px #4169a680;
}

.home-about .about-box .box:nth-child(3):hover {
	box-shadow: 0 0 10px #be7c1e80;
}

.home-about .about-box .box:nth-child(4):hover {
	box-shadow: 0 0 10px #2598d480;
}

.home-about .about-box .box:nth-child(5):hover {
	box-shadow: 0 0 10px #52c99580;
}

.home-about .about-icon h2 {
	font-size: 30px;
	padding-bottom: 10px;
}

.home-about .about-icon {
	text-align: center;
}

.home-about .about-icon p a {
	padding-left: 40px;
	margin-bottom: 25px;
	font-size: 28px;
	display: inline-block;
	background: url(../images/about-icon.png) left center no-repeat;
	background-size: 25px;
	font-weight: bold;
	color: #ff9c39;
}

.home-about .about-icon img {
	width: 160px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}












.home-server {
	position: relative;
	padding: 80px 0;
}

.home-server:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 25%;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
}

.home-server .server-box {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.home-server .server-box .left {
	flex: 0 0 20%;
	background: url(../images/server-icon.png) 28% 40px no-repeat;
	background-size: 60px;
	display: flex;
	align-items: center;
}

.home-server .server-box .left h2 {
	font-weight: 500;
	text-align: center;
	width: 100%;
}

.home-server .server-box .left span {
	color: #ff035e;
}

.home-server .server-box .right {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.home-server .server-box .right .box {
	position: relative;
	flex: 0 0 24%;
	padding-top: 200px;
	box-shadow: 0 0 10px #eee;
	text-align: center;
}

.home-server .server-box .right .box:nth-child(1) {
	background: #fafafa url(../images/server-icon1.jpg) center no-repeat;
	background-size: cover;
}

.home-server .server-box .right .box:nth-child(2) {
	background: #fafafa url(../images/server-icon2.jpg) center no-repeat;
	background-size: cover;
}

.home-server .server-box .right .box:nth-child(3) {
	background: #fafafa url(../images/server-icon3.jpg) center no-repeat;
	background-size: cover;
}

.home-server .server-box .right .box:nth-child(4) {
	background: #fafafa url(../images/server-icon4.jpg) center no-repeat;
	background-size: cover;
}

.home-server .server-box .right .box span {
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	background-color: #fff;
	box-shadow: 0 5px 10px 0 #00000020;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
}

.home-server .server-box .right .box p {
	background-color: #fff;
	padding: 50px 0 25px;
	font-size: 16px;
	transition: .3s;
}

.home-server .server-box .right .box:hover p {
	background: linear-gradient(300deg, rgba(255, 180, 61, 1) 0%, rgba(255, 200, 61, 1) 100%), rgba(204, 204, 204, 1);
}

.home-server .server-box .right .box:hover span {
	transform: translate(-50%, -50%) scale(1.05);
	background: linear-gradient(300deg, rgba(255, 180, 61, 1) 0%, rgba(255, 200, 61, 1) 100%), rgba(204, 204, 204, 1);
}

.home-team {
	padding: 80px 0;
	position: relative;
}

.home-team:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 35%;
	bottom: 0;
	background: linear-gradient(300deg, rgba(44, 203, 0, 1.0) 0%, rgba(90, 233, 255, 1.0) 100%), rgba(204, 204, 204, 1);
	z-index: -1;
}

.home-team .team-box {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	padding: 30px;
	border: 1px solid #eee;
}

.home-team .team-box .box {
	flex: 0 0 32.33%;
	height: 280px;
	position: relative;
}

.home-team .team-box .box:before {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	border: 1px solid white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s;
}

.home-team .team-box .box:nth-child(1) {
	background: url(../images/team1.jpg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.home-team .team-box .box:nth-child(2) {
	background: url(../images/team2.jpg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.home-team .team-box .box:nth-child(3) {
	background: url(../images/team3.jpg) center no-repeat;
	background-size: cover;
	transition: .3s;
}

.home-team .team-box .box:hover {
	transform: scale(1.05);
}

.home-team .team-box .box:hover:before {
	opacity: 0.7;
}

.home-product {
	background-color: #fdfdfd;
	padding: 80px 0;
}

.home-product .product-ul {
	padding-top: 70px;
}

.home-product .product-ul ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.home-product .product-ul ul li {
	padding: 15px 0;
	flex: 1;
	cursor: pointer;
	text-align: center;
	margin: 0 5px;
	background-color: #eee;
}

.home-product .product-ul ul li:hover {
	background-color: #ff9500;
	color: white;
}

.home-product .product-ul ul li.active {
	background-color: #ff9500;
	color: white;
}

.home-product .product-box .box {
	display: none;
}

.home-product .product-box .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-product .product-box ul li {
	display: flex;
	flex: 0 0 49%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #eee;
}

.home-product .product-box ul li:hover {
	border-color: #ff9500;
}

.home-product .product-box ul li .img {
	max-width: 235px;
	overflow: hidden;
	border-radius: 5px;
}

.home-product .product-box ul li img {
	width: 100%;
	transition: .3s;
}

.home-product .product-box ul li:hover img {
	transform: scale(1.05);
}

.home-product .product-box ul li .text {
	flex: 1;
	padding-left: 15px;
}

.home-product .product-box ul li .text h2 {
	font-size: 18px;
	padding-bottom: 5px;
}

.home-product .product-box ul li .text p {
	color: #666;
}

.home-case {
	padding: 80px 0;
}

.home-case .case-box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
}

.home-case .case-box .box {
	flex: 0 0 24%;
	margin: 10px 1% 10px 0;
	box-shadow: 0 0 10px #eee;
	position: relative;
}

.home-case .case-box .box:nth-child(4n) {
	margin-right: 0;
}

.home-case .case-box .box img {
	width: 100%;
}

.home-case .box p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	padding: 10px;
}

.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}

.main-page {
	padding: 70px 0;
}

.main-ppyx .box1-1 {
	padding: 70px 0;
}

.main-ppyx .box1-1-box {
	display: flex;
	justify-content: space-between;
}

.main-ppyx .box1-1 h2 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 20px;
}

.main-ppyx .box1-1-box .left {
	flex: 0 0 45%;
	position: relative;
}

.video video {
	width: 100%;
}

.video span {
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/video-btn.png) center no-repeat;
	cursor: pointer;
}

.main-ppyx .box1-1-box .right {
	flex: 0 0 55%;
	padding-left: 5%;
}

.main-ppyx .box1-1-box .right h3 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 25px;
}

.main-ppyx .box1-1-box .right ul li {
	padding-left: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #666;
	position: relative;
	margin-bottom: 15px;
}

.main-ppyx .box1-1-box .right ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
	background-color: #ff6600;
}

.main-ppyx .box1 {
	padding: 80px 0;
	background-color: #f5f5f5;
}

.main-ppyx .box1 .box1-title {
	text-align: center;
}

.main-ppyx .box1 .box1-title h2 {
	font-size: 50px;
	color: #ff6600;
}

.main-ppyx .box1 .box1-list {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.main-ppyx .box1 .box1-list .box {
	flex: 0 0 24%;
	text-align: center;
	padding: 130px 0 40px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 5px #e0e0e0;
	transition: .3s;
}

.main-ppyx .box1 .box1-list .box p {
	color: #666;
	font-size: 20px;
}

.main-ppyx .box1 .box1-list .box:hover p {
	color: white;
}

.main-ppyx .box1 .box1-list .box:nth-child(1) {
	background: #f2f2f2 url(../images/ppyx-box1-icon1.png) center 20% no-repeat;
}

.main-ppyx .box1 .box1-list .box:nth-child(2) {
	background: #f2f2f2 url(../images/ppyx-box1-icon3.png) center 20% no-repeat;
}

.main-ppyx .box1 .box1-list .box:nth-child(3) {
	background: #f2f2f2 url(../images/ppyx-box1-icon5.png) center 20% no-repeat;
}

.main-ppyx .box1 .box1-list .box:nth-child(4) {
	background: #f2f2f2 url(../images/ppyx-box1-icon6.png) center 20% no-repeat;
}

.main-ppyx .box1 .box1-list .box:nth-child(1):hover {
	background: #ff035e url(../images/ppyx-box1-icon1.png) center 20% no-repeat;
}

.main-ppyx .box1 .box1-list .box:nth-child(2):hover {
	background: #be7c1e url(../images/ppyx-box1-icon3.png) center 20% no-repeat;
}


.main-ppyx .box1 .box1-list .box:nth-child(3):hover {
	background: #52c995 url(../images/ppyx-box1-icon5.png) center 20% no-repeat;
}

.main-ppyx .box1 .box1-list .box:nth-child(4):hover {
	background: #ff6600 url(../images/ppyx-box1-icon6.png) center 20% no-repeat;
}

.main-ppyx .ppyx-title h2 {
	font-size: 34px;
	border-left: 22px solid #ff6600;
	padding-left: 15px;
}

.main-ppyx .box2 {
	padding: 80px 0 80px;
}

.main-ppyx .box2 .box2-list {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.main-ppyx .box2 .box2-list .box {
	flex: 0 0 24%;
	margin: 10px 0 0;
	transition: .3s;
	padding: 140px 0 25px 0;
	border-radius: 10px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-ppyx .box2 .box2-list .box:nth-child(1) {
	box-shadow: 0 0 10px #f4015f;
	background: #f4015f url(../images/ppyx-box1-icon1.png) center 15% no-repeat;
}

.main-ppyx .box2 .box2-list .box:nth-child(2) {
	box-shadow: 0 0 10px #4169a6;
	background: #4169a6 url(../images/ppyx-box1-icon3.png) center 15% no-repeat;
}


.main-ppyx .box2 .box2-list .box:nth-child(3) {
	box-shadow: 0 0 10px #52c995;
	background: #52c995 url(../images/ppyx-box1-icon5.png) center 15% no-repeat;
}

.main-ppyx .box2 .box2-list .box:nth-child(4) {
	box-shadow: 0 0 10px #ff6600;
	background: #ff6600 url(../images/ppyx-box1-icon6.png) center 15% no-repeat;
}


.main-ppyx .box2 .box2-list .box h2 {
	font-size: 18px;
	padding-bottom: 15px;
	text-align: center;
}


.main-ppyx .box2 .box2-list .box ul li {
	font-size: 16px;
	padding-bottom: 5px;
}

.main-ppyx .box2 .box2-list .box:hover {
	margin: 0 0 10px;
}

.main-ppyx .box3 .box3-list {
	margin: 70px 0 40px;
	display: flex;
	height: 504px;
	background: url(../images/ppyx-box3-bg.jpg) center no-repeat;
	background-size: cover;
}

.main-ppyx .box3 .box3-list .box {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}

.main-ppyx .box3 .box3-list .box:nth-child(1) {
	padding: 0 40px 50px 55px;
}

.main-ppyx .box3 .box3-list .box:nth-child(2) {
	padding: 0 40px 50px 65px;
}

.main-ppyx .box3 .box3-list .box:nth-child(3) {
	padding: 0 40px 50px 55px;
}

.main-ppyx .box3 .box3-list .box:nth-child(4) {
	padding: 0 40px 50px 45px;
}

.main-ppyx .box3 .box3-list .box h2 {
	padding-bottom: 30px;
	font-size: 24px;
}

.main-ppyx .box3 .box3-list .box p {
	line-height: 35px;
}

.main-ppyx .box5 {
	padding: 70px 0 0;
}

.main-ppyx .box5 .box5-box {
	padding-top: 40px;
}

.main-ppyx .box5:last-child {
	padding-bottom: 70px;
}

.main-ppyx .box5-img {
	padding-top: 70px;
}

.main-ppyx .box5-img img {
	width: 100%;
}

.main-ppyx .box6 {
	margin-top: 70px;
	background-color: #f5f5f5;
	padding: 70px 0;
}

.main-ppyx .box6 .box6-title {
	text-align: center;
	padding-bottom: 40px;
}

.main-ppyx .box6 .box6-title h2 {
	font-size: 50px;
	color: #383838;
	padding-bottom: 25px;
}

.main-ppyx .box6 .box6-title h3 {
	font-weight: 500;
	color: #4d4d4d;
}

.main-ppyx .box6 .box6-box h2 {
	color: #17A6E0;
	font-size: 20px;
}

.main-ppyx .box6 .box6-box p {
	font-size: 16px;
}

.main-ppyx .box6 .box6-box {
	display: flex;
	justify-content: space-between;
}

.main-ppyx .box6 .box6-box .left {
	flex: 0 0 50%;
	text-align: right;
	padding-right: 65px;
}

.main-ppyx .box6 .box6-box .right {
	flex: 0 0 50%;
	padding-left: 65px;
}

.main-ppyx .box6 .box6-box h2 {
	padding-bottom: 10px;
}

.main-ppyx .box6 .box6-box p {
	line-height: 25px;
	color: #666;
}

.main-ppyx .box6 .box6-box .box {
	padding: 25px 25px 60px;
	position: relative;
}

.main-ppyx .box6 .box6-box .left .box:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: -70px;
	top: 36px;
	border-radius: 50%;
	background-color: rgba(23, 166, 224, 0.7);
}

.main-ppyx .box6 .box6-box .left .box:after {
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	border-bottom: 1px dashed rgba(23, 166, 224, 0.7);
	right: -60px;
	top: 38px;
}

.main-ppyx .box6 .box6-box .right {
	padding-top: 85px;
}

.main-ppyx .box6 .box6-box .right .box:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: -70px;
	top: 36px;
	border-radius: 50%;
	background-color: rgba(23, 166, 224, 0.7);
}

.main-ppyx .box6 .box6-box .right .box:after {
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	border-bottom: 1px dashed rgba(23, 166, 224, 0.7);
	left: -60px;
	top: 38px;
}

.main-ppyx .box7 {
	padding: 70px 0;
	background-color: rgb(245, 249, 253);
	text-align: center;
}

.main-ppyx .box7 h2 {
	padding-bottom: 25px;
	font-size: 46px;
	font-weight: 500;
}

.main-ppyx .box7 ul li {
	padding-bottom: 15px;
	color: #666;
}

.main-ppyx .box8-box {
	display: flex;
	justify-content: center;
}

.main-ppyx .box8 {
	padding: 70px 0;
}

.main-ppyx .box8.color1 {
	background-color: #4862C8;
}

.main-ppyx .box8.color1 .right {
	background: url(../images/ppyx-box8-icon1.png) center no-repeat;
	background-size: 190px;
}

.main-ppyx .box8.color2 {
	background-color: #6FC2D8;
}

.main-ppyx .box8.color2 .left {
	background: url(../images/ppyx-box8-icon2.png) center no-repeat;
	background-size: 165px;
}

.main-ppyx .box8.color3 {
	background-color: #ff9334;
}

.main-ppyx .box8.color3 .right {
	background: url(../images/ppyx-box8-icon3.png) center no-repeat;
	background-size: 250px;
}

.main-ppyx .box8-box h2 {
	color: white;
	font-size: 50px;
	font-weight: 500;
	padding-bottom: 30px;
}

.main-ppyx .box8-box p {
	color: white;
	font-size: 16px;
	line-height: 30px;
}

.main-ppyx .box8-box .left {
	flex: 0 0 40%;
}

.main-ppyx .box8-box .right {
	flex: 0 0 40%;
}

.main-ppyx .box9 {
	padding: 70px 0;
}

.main-ppyx .box9-title {
	text-align: center;
	padding-bottom: 40px;
}

.main-ppyx .box9-title h2 {
	font-size: 46px;
	font-weight: 500;
}

.main-ppyx .box9-box {
	display: flex;
	justify-content: space-between;
}

.main-ppyx .box9-box .box {
	flex: 0 0 15%;
	box-shadow: 0 0 10px #efefef;
	background-color: #fdfdfd;
	padding: 35px 25px;
	border-radius: 5px;
	transition: .3s;
}

.main-ppyx .box9-box .box:hover {
	transform: translateY(-10px);
}

.main-ppyx .box9-box .box h2 {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: center;
}

.main-ppyx .box9-box .box p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.main-ppyx .box9-btn {
	text-align: center;
	padding-top: 40px;
}

.main-ppyx .box9-btn a {
	display: inline-block;
	padding: 15px 45px;
	border-radius: 25px;
	background-color: #17A6E0;
	color: white;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.main-ppyx .box9-btn a:hover {
	background-color: #128ab9;
}


.main-xwyx .box1 .top {
	padding-top: 70px;
}

.main-xwyx .box1 .box1-title h2 {
	text-align: center;
	font-size: 50px;
	color: #ff6600;
}

.main-xwyx .box1 .top ul {
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
}

.main-xwyx .box1 .top ul li {
	border: 1px solid transparent;
	padding: 5px 0;
	margin: 5px 0;
	transition: .3s;
	flex: 0 0 8.3%;
	text-align: center;
	cursor: pointer;
}

.main-xwyx .box1 .top ul li:hover,
.main-xwyx .box1 .top ul li.active {
	border: 1px solid #07c;
	border-radius: 15px;
	color: #1890ff;
}

.main-xwyx .box1 .bottom {
	padding-bottom: 40px;
}

.main-xwyx .box1 .bottom .box {
	display: none;
}

.main-xwyx .box1 .bottom .box-list h2:first-child {
	text-align: center;
	padding: 10px 0;
	background-color: #ff6600;
	color: white;
}

.main-xwyx .box1 .bottom ul {
	display: flex;
	flex-wrap: wrap;
}

.main-xwyx .box1 .bottom .box-style1 ul li {
	flex: 0 0 12.5%;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ccc;
}

.main-xwyx .box1 .bottom .box-style2 ul li {
	flex: 0 0 33.33%;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ccc;
}
.main-xwyx .box1 .bottom .box-style2 ul li:nth-child(1),
.main-xwyx .box1 .bottom .box-style2 ul li:nth-child(2),
.main-xwyx .box1 .bottom .box-style2 ul li:nth-child(3){
    background-color: #ff6600;
}
.main-xwyx .box1 .bottom .box-style2 ul li:nth-child(1) span,
.main-xwyx .box1 .bottom .box-style2 ul li:nth-child(2) span,
.main-xwyx .box1 .bottom .box-style2 ul li:nth-child(3) span{
    text-align: center;
    font-size: 21px;
    padding: 10px 0;
    font-weight: bold;
    background-color: #ff6600;
    color: white;
}
.main-xwyx .box1 .bottom ul li a {
	color: #0053a0;
}

.main-xwyx .box1 .bottom .box .box-list {
	padding-bottom: 30px;
}

.main-xwyx .box1 .bottom .box-list h2:last-child {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	border: 1px solid #ccc;
	font-weight: 400;
}

.main-xwyx .box2 {
	padding: 70px 0;
	background-color: #efefef;
}

.main-xwyx .xwyx-title {
	text-align: center;
	position: relative;
}

.main-xwyx .xwyx-title h2 {
	font-size: 28px;
	position: relative;
	display: inline-block;
}

.main-xwyx .xwyx-title h2:before {
	position: absolute;
	bottom: 0;
	right: 120%;
	width: 120px;
	height: 1px;
	margin: auto;
	background: #0d1a26;
	opacity: .28;
	content: "";
}

.main-xwyx .xwyx-title h2:after {
	position: absolute;
	bottom: 0;
	left: 120%;
	width: 120px;
	height: 1px;
	margin: auto;
	background: #0d1a26;
	opacity: .28;
	content: "";
}

.main-xwyx .xwyx-title h3 {
	opacity: 0.8;
	font-weight: 400;
	font-size: 14px;
	color: #0d1a26;
}

.main-xwyx .box2-box {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.main-xwyx .box2-box .box {
	text-align: center;
	flex: 0 0 24%;
	padding: 40px 30px;
	background-color: #1890ff;
	color: white;
	border-radius: 10px;
	transition: .3s;
}

.main-xwyx .box2-box .box:hover {
	margin-top: -20px;
}

.main-xwyx .box2-box a {
	color: white;
}

.main-xwyx .box2-box .box .img {
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 20px auto 25px;
	line-height: 70px;
}

.main-xwyx .box2-box .box p {
	font-size: 14px;
	line-height: 24px;
}

.news-box {
	display: flex;
	justify-content: space-between;
}

.news-box .news-left {
	flex: 0 0 20%;
}

.news-box .news-left .news-bq {
	background-color: #f5f5f5;
	border: 3px solid #f8f798;
	border-image: -webkit-linear-gradient(#87f9a2, #df36cf, #2fe4d3, #df36cf, #f7e829) 30 30;
	margin-bottom: 15px;
}

.news-box .news-left .news-bq h2 {
	font-size: 18px;
	padding: 20px 15px 1px 25px;
	position: relative;
}

.news-box .news-left .news-bq h2:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 20px;
	left: 5%;
	top: 50%;
	transform: translate(0, -5%);
	background-color: #ff035e;
}

.news-box .news-left .news-bq ul {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-box .news-left .news-bq ul a {
	flex: 0 0 48%;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.news-box .news-left .news-bq ul a {
	color: white;
	border-radius: 5px;
	padding: 5px;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ff035e;
}

.news-box .news-left .news-bq ul a:hover {
	background-color: #ff9c39;
	border-color: #ff9c39;
}

.news-box .news-left .news-jqwz {
	background-color: #f5f5f5;
}

.news-box .news-left .news-jqwz h2 {
	font-size: 18px;
	padding: 20px 15px 1px 25px;
	position: relative;
}

.news-box .news-left .news-jqwz h2:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 20px;
	left: 5%;
	top: 50%;
	transform: translate(0, -5%);
	background-color: #ff035e;
}

.news-box .news-left .news-jqwz ul {
	padding: 10px 15px;
}

.news-box .news-left .news-jqwz ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}

.news-box .news-left .news-jqwz ul li a {
	color: #666;
}

.news-box .news-right {
	padding-left: 40px;
	flex: 1;
}

.news-li:first-child {
	padding-top: 0;
}

.news-li {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}

.news-li .right {
	flex: 1;
}

.news-li .left img {
	border-radius: 5px;
	max-width: 320px;
	margin-right: 40px;
}

.news-li h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.news-li p {
	line-height: 25px;
}

.main-xwyx .box3 {
	padding: 70px 0;
}

.main-xwyx .box3-box {
	padding-top: 40px;
}

.main-xwyx .box3-box img {
	width: 100%;
}

.main-xwyx .box3-box h2 {
	font-size: 16px;
	padding: 10px;
	background-color: #eee;
}

.main-xwyx .box3-box .prev1 {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -20px;
	z-index: 10;
	color: #fff;
	cursor: pointer;
	background: #08c;
	opacity: .8;
	filter: alpha(opacify=80);
	left: -40px;
	right: auto;
	transition: .3s;
	background: url(../images/left.jpg) center no-repeat;
}

.main-xwyx .box3-box .next1 {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -20px;
	z-index: 10;
	color: #fff;
	cursor: pointer;
	background: #08c;
	opacity: .8;
	filter: alpha(opacify=80);
	right: -40px;
	left: auto;
	transition: .3s;
	background: url(../images/right.jpg) center no-repeat;
}

.main-xwyx .box3-box:hover .prev1 {
	left: 0;
}

.main-xwyx .box3-box:hover .next1 {
	right: 0;
}

.main-xwyx .box4 {
	background-color: #f7f8f9;
	padding: 70px 0;
}

.main-xwyx .box4 .xwyx-title h2:after,
.main-xwyx .box5 .xwyx-title h2:after {
	bottom: 50%;
}

.main-xwyx .box4 .xwyx-title h2:before,
.main-xwyx .box5 .xwyx-title h2:before {
	bottom: 50%;
}

.main-xwyx .box4-box {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-xwyx .box4-box .box {
	flex: 0 0 49%;
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid hsla(0, 0%, 39%, .1);
}

.main-xwyx .box4-box .box .img {
	flex: 0 0 35%;
}

.main-xwyx .box4-box .box .img img {
	width: 100%;
	border-radius: 5px;
}

.main-xwyx .box4-box .box .text {
	padding-left: 15px;
}

.main-xwyx .box4-box .box .text h2 {
	font-size: 18px;
	padding-bottom: 10px;
}

.main-xwyx .box4-box .box .text p {
	font-size: 14px;
	padding-bottom: 10px;
	color: #666;
}

.main-xwyx .box4-box .box .text span {
	font-size: 12px;
	color: #999;
}

.main-xwyx .box5 {
	padding: 70px 0;
}

.main-xwyx .box5 img {
	width: 100%;
}

.main-xwyx .box5-box {
	padding-top: 40px;
}

.main-xwyx .box5-box .img {
	position: relative;
}

.main-xwyx .box5-box .img p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	text-align: center;
	padding: 10px;
}

.main-xwyx .box5-box img {
	box-shadow: 0 0 10px #fafafa;
}

.main-xwyx .box5-box .prev1 {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -20px;
	z-index: 10;
	color: #fff;
	cursor: pointer;
	background: #08c;
	opacity: .8;
	filter: alpha(opacify=80);
	left: 0;
	right: auto;
	transition: .3s;
	background: url(../images/left1.png) center no-repeat;
	background-size: cover;
}

.main-xwyx .box5-box .next1 {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -20px;
	z-index: 10;
	color: #fff;
	cursor: pointer;
	background: #08c;
	opacity: .8;
	filter: alpha(opacify=80);
	right: 0;
	left: auto;
	transition: .3s;
	background: url(../images/right1.png) center no-repeat;
	background-size: cover;
}

.main-bkcj .box1 {
	padding-top: 100px;
}

.main-bkcj .box1 .box1-box {
	display: flex;
	padding: 70px;
	box-shadow: 0px 0px 20px 0px rgba(1, 102, 176, 0.15);
	position: relative;
	border-radius: 25px;
}

.main-bkcj .box1 .box1-box:before {
	content: "";
	position: absolute;
	width: 275px;
	height: 336px;
	background: url(../images/bkcj-box1-img.png) center no-repeat;
	right: 2%;
	bottom: 0;
}

.main-bkcj .box1 .box1-box .text1 h2 {
	font-size: 48px;
	color: #3C3C3C;
}

.main-bkcj .box1 .box1-box .text1 h3 {
	font-size: 38px;
	color: #3C3C3C;
	padding-right: 70px;
}

.main-bkcj .box1 .box1-box .text2 {
	padding-right: 70px;
}

.main-bkcj .box1 .box1-box .text2 p {
	font-size: 22px;
	padding-bottom: 20px;
}

.main-bkcj .box1 .box1-box .text2 h2 {
	font-size: 56px;
	color: #4e6ef2;
}

.main-bkcj .box1 .box1-box .text2 span {
	font-size: 24px;
}

.main-bkcj .box1-img {
	padding: 30px 0;
	text-align: center;
}

.main-bkcj .bkcj-title {
	text-align: center;
}

.main-bkcj .bkcj-title h2 {
	font-size: 60px;
	font-weight: 500;
	padding-bottom: 10px;
}

.main-bkcj .bkcj-title h3 {
	font-size: 20px;
	color: #595757;
	font-weight: 400;
}

.main-bkcj .box2 .box2-box {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-bkcj .box2 .box2-box .box {
	flex: 0 0 23.5%;
	box-shadow: 0px 0px 20px 0px rgba(1, 102, 176, 0.15);
	text-align: center;
	padding: 50px 0;
	border-radius: 10px;
}

.main-bkcj .box2 .box2-box .box h2 {
	color: #4E6EF2;
	font-size: 28px;
	font-weight: 500;
}

.main-bkcj .box2 .box2-box .box img {
	margin: 15px 0 25px;
}

.main-bkcj .box2 .box2-box .box p {
	color: #595757;
}

.main-bkcj .box2 .box2-box .box:last-child {
	margin-top: 25px;
	flex: 0 0 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px;
}

.main-bkcj .box2 .box2-box .box:last-child img {
	margin: 0;
	width: 100%;
}

.main-bkcj .box2 .box2-box .box .left {
	flex: 0 0 38%;
}

.main-bkcj .box2 .box2-box .box .right {
	flex: 0 0 60%;
}

.main-bkcj .box3 {
	padding-top: 70px;
}

.main-bkcj .box3-box {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-bkcj .box3-box .box {
	flex: 0 0 49%;
	border: 1px solid #eee;
	display: flex;
	box-shadow: 0px 0px 20px 0px rgba(1, 102, 176, 0.15);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}

.main-bkcj .box3-box .box .left {
	flex: 0 0 45%;
	padding: 25px 25px 0 45px;
}

.main-bkcj .box3-box .box .left h2 {
	color: #4E6EF2;
	font-weight: 500;
	font-size: 28px;
	padding: 10px 0;
}

.main-bkcj .box3-box .box .left p {
	font-size: 16px;
	color: #595757;
}

.main-bkcj .box3-box .box .right {
	flex: 0 0 55%;
}

.main-bkcj .box3-box .box .right img {
	width: 100%;
}

.main-bkcj .bkcj-banner {
	background-color: #4E6EF2;
	padding: 60px 0;
}

.main-bkcj .bkcj-banner h2 {
	color: white;
}

.main-bkcj .bkcj-banner p {
	color: #d5ddfc;
}

.main-bkcj .bkcj-banner .banner-box {
	display: flex;
	justify-content: space-between;
}

.main-bkcj .bkcj-banner .banner-box .box {
	text-align: center;
}

.main-bkcj .bkcj-banner .banner-box .box img {
	margin: 15px 0;
}

.main-bkcj .box4 {
	padding: 70px 0;
}

.main-bkcj .box4 p {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
}

.main-bkcj .box4-box {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-bkcj .box4 .box:nth-child(1) {
	flex: 0 0 100%;
	text-align: left;
	padding-bottom: 25px;
}

.main-bkcj .box4 .box:nth-child(2) {
	flex: 0 0 100%;
	text-align: right;
}

.main-bkcj .box4 .box {
	flex: 0 0 49%;
	padding-bottom: 40px;
}

.main-bkcj .box4 .box img {
	max-width: 100%;
}

.main-bkcj .box4 .box h2 {
	font-size: 44px;
	font-weight: 500;
}

.main-bkcj .box4 .box p {
	font-size: 18px;
	padding: 15px 0;
	line-height: 35px;
	color: #595757;
}

.main-bkcj .box5 {
	padding: 70px 0;
	background: url(../images/bkcj-box5-bg.jpg) center no-repeat;
	background-size: cover;
}

.main-bkcj .box5-box {
	padding-top: 40px;
}

.main-bkcj .box5 .img {
	background-color: #fff;
	max-width: 220px;
	text-align: center;
	margin: 40px auto 0;
	padding: 15px;
}

.main-bkcj .box5 .bkcj-title h2 {
	color: white;
}

.main-bkcj .box5 .img img {
	max-width: 200px;
	width: 100%;
	background-color: #fff;
}

.main-bkcj .box5 .img p {
	padding-top: 10px;
}

.main-rwipdz .box1-1 {
	padding: 130px 0 170px;
}

.main-rwipdz .box1-1-box {
	display: flex;
	justify-content: space-between;
}

.main-rwipdz .box1-1 h2 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 20px;
}




.main-rwipdz .box1 .img-box {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	border-radius: 40px;
	overflow: hidden;
}

.main-rwipdz .box1 {
	padding: 70px 0 150px;
	position: relative;
}

.main-rwipdz .box1 .img-box img {
	max-width: 100%;
}

.main-rwipdz .box1 .img-box h2 {
	position: absolute;
	text-align: center;
	width: 450px;
	height: 100px;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	line-height: 100px;
	font-size: 40px;
	color: white;
	background: linear-gradient(to top, #ff5100 0%, #ff910a), rgba(204, 204, 204, 1);
	border-radius: 0 0 25px 25px;
}

.main-rwipdz .box1 .img-box p {
	position: absolute;
	width: 100%;
	padding: 35px 0 60px;
	text-align: center;
	bottom: 0;
	left: 0;
	color: white;
	font-size: 40px;
	background: linear-gradient(320deg, #ff5100 0%, #ff910a), rgba(204, 204, 204, 1);
}

.main-rwipdz .rwipdz-tel {
	position: absolute;
}

.main-rwipdz .rwipdz-tel h2 {
	text-align: center;
	width: 322px;
	height: 80px;
	line-height: 80px;
	padding-left: 50px;
	border-radius: 45px;
	background: #36d6a9 url(../images/rwipdz-box1-icon.png) 15% center no-repeat;
	background-size: 35px;
	box-shadow: 0 0 10px #36d6a950;
	color: white;
}

.main-rwipdz .box1 .rwipdz-tel {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.main-rwipdz .box1 .rwipdz-tel:hover {
	transform: translate(-50%, 50%) scale(1.05);
}

.main-rwipdz .box2 {
	position: relative;
	padding: 70px 0 180px;
	background-color: rgba(243, 245, 249, 1);
}

.main-rwipdz .rwipdz-title {
	text-align: center;
}

.main-rwipdz .rwipdz-title h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
	padding-bottom: 10px;
}

.main-rwipdz .rwipdz-title h3 {
	font-weight: 400;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
}

.main-rwipdz .box2 .box2-box {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-rwipdz .box2 .box {
	flex: 0 0 32%;
	padding: 35px 25px;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 15px;
	transition: .3s;
	box-shadow: 0 0 10px #e9e9e9;
}

.main-rwipdz .box2 .box:hover {
	transform: translateY(-10px);
}

.main-rwipdz .box2 .box .top {
	margin-bottom: 15px;
	display: flex;
}

.main-rwipdz .box2 .box .top .img {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.main-rwipdz .box2 .box .top .icon {
	display: flex;
	align-items: center;
}

.main-rwipdz .box2 .box:nth-child(1) .top .img {
	background: linear-gradient(320deg, #ff035e 0%, #ff000410), rgba(204, 204, 204, 1);
}

.main-rwipdz .box2 .box:nth-child(2) .top .img {
	background: linear-gradient(320deg, #4169a6 0%, #4169a610), rgba(204, 204, 204, 1);
}

.main-rwipdz .box2 .box:nth-child(3) .top .img {
	background: linear-gradient(320deg, #be7c1e 0%, #be7c1e10), rgba(204, 204, 204, 1);
}

.main-rwipdz .box2 .box:nth-child(4) .top .img {
	background: linear-gradient(320deg, #2598d4 0%, #2598d410), rgba(204, 204, 204, 1);
}

.main-rwipdz .box2 .box:nth-child(5) .top .img {
	background: linear-gradient(320deg, #52c995 0%, #52c99510), rgba(204, 204, 204, 1);
}

.main-rwipdz .box2 .box:nth-child(6) .top .img {
	background: linear-gradient(320deg, #ff6600 0%, #ff660010), rgba(204, 204, 204, 1);
}

.main-rwipdz .box2 .box .img span {
	display: inline-block;
	width: 45px;
	height: 45px;
}

.main-rwipdz .box2 .box:nth-child(1) .img span {
	background: url(../images/rwipdz-box2-icon1.png) center no-repeat;
	background-size: 45px;
}

.main-rwipdz .box2 .box:nth-child(2) .img span {
	background: url(../images/rwipdz-box2-icon2.png) center no-repeat;
	background-size: 45px;
}

.main-rwipdz .box2 .box:nth-child(3) .img span {
	background: url(../images/rwipdz-box2-icon3.png) center no-repeat;
	background-size: 45px;
}

.main-rwipdz .box2 .box:nth-child(4) .img span {
	background: url(../images/rwipdz-box2-icon4.png) center no-repeat;
	background-size: 45px;
}

.main-rwipdz .box2 .box:nth-child(5) .img span {
	background: url(../images/rwipdz-box2-icon5.png) center no-repeat;
	background-size: 45px;
}

.main-rwipdz .box2 .box:nth-child(6) .img span {
	background: url(../images/rwipdz-box2-icon6.png) center no-repeat;
	background-size: 45px;
}

.main-rwipdz .box2 .box .top .text {
	padding-left: 15px;
}

.main-rwipdz .box2 .box .top .text span {
	font-size: 14px;
	padding: 5px 10px;
	background-color: #f1f1f1;
	border-radius: 10px;
	color: #2bb18b;
	display: inline-block;
}

.main-rwipdz .box2 .box .top h2 {
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 28px;
}

.main-rwipdz .box2 .box .bottom p {
	line-height: 25px;
	font-size: 16px;
	color: #666;
}

.main-rwipdz .box2 .rwipdz-tel {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 120%);
}
.rwipdz-tel{
    opacity: 0;
    transition: 1s;
}
.rwipdz-tel.show{
    opacity: 1;
}
.main-rwipdz .box2 .rwipdz-tel:hover {
	transform: translate(-50%, 120%) scale(1.05);
}

.main-rwipdz .box2 .rwipdz-tel h2 {
	background: #36d6a9 url(../images/rwipdz-box1-icon.png) 28% center no-repeat;
	background-size: 35px;
}

.main-rwipdz .box3 {
	padding: 70px 0;
}

.main-rwipdz .box3 .box3-box {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-rwipdz .box3 .box3-box .box {
	flex: 0 0 48%;
	margin-bottom: 35px;
	background-color: rgba(242, 244, 248, 1);
	padding: 70px 40px;
	position: relative;
	border-radius: 15px;
}

.main-rwipdz .box3 .box3-box .box .num {
	position: absolute;
	left: 7%;
	top: 0;
	width: 90px;
	height: 130px;
	background-color: #ff6600;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 10px;
}

.main-rwipdz .box3 .box3-box .box h2 {
	font-size: 34px;
	font-weight: 500;
	padding: 0 0 45px 120px;
}

.main-rwipdz .box3 .box3-box .box h2 span {
	font-weight: bold;
	font-size: 100px;
	position: absolute;
	right: 10%;
	top: 10%;
	display: inline-block;
	padding-left: 45px;
	color: rgba(0, 0, 0, 0.1);
}

.main-rwipdz .box3 .box3-box .box .num h2 {
	padding: 0;
	color: white;
	font-size: 44px;
}

.main-rwipdz .box3 .box3-box .box:hover {
	background: linear-gradient(320deg, #ff6600 0%, #ffb300), rgba(204, 204, 204, 1);
	color: white;
}

.main-rwipdz .box3 .box3-box .box:hover .num {
	background-color: #36d6a9;
}

.main-rwipdz .box4 {
	padding: 70px 0;
	overflow: hidden;
}

.main-rwipdz .box4 .box {
	position: relative;
	padding: 0 0 450px 250px;
	margin-bottom: 60px;
}

.main-rwipdz .box4 .box h2 {
	font-size: 34px;
	padding: 15px 0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.main-rwipdz .box4 .box h2 span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin-right: 25px;
}

.main-rwipdz .box4 .box:nth-child(1) h2 span {
	background: url(../images/rwipdz-box4-icon1.png) center no-repeat;
	background-size: 40px;
}

.main-rwipdz .box4 .box:nth-child(2) h2 span {
	background: url(../images/rwipdz-box4-icon3.png) center no-repeat;
	background-size: 40px;
}

.main-rwipdz .box4 .box:nth-child(3) h2 span {
	background: url(../images/rwipdz-box4-icon4.png) center no-repeat;
	background-size: 40px;
}

.main-rwipdz .box4 .box:nth-child(4) h2 span {
	background: url(../images/rwipdz-box4-icon6.png) center no-repeat;
	background-size: 40px;
}

.main-rwipdz .box4 .box:nth-child(5) h2 span {
	background: url(../images/rwipdz-box4-icon5.png) center no-repeat;
	background-size: 40px;
}

.main-rwipdz .box4 .box:nth-child(6) h2 span {
	background: url(../images/rwipdz-box4-icon2.png) center no-repeat;
	background-size: 40px;
}

.main-rwipdz .box4 .box p {
	padding-left: 25px;
	position: relative;
	color: #666;
	line-height: 25px;
}

.main-rwipdz .box4 .box p:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #ff6600;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
}

.main-rwipdz .box4 .box img {
	bottom: 15px;
	position: absolute;
}

.main-rwipdz .box4 .box4-fixed {
	position: absolute;
	border-left: 1px solid #ff660099;
	z-index: 10;
}

.main-rwipdz .box4 .box4-fixed li {
	border-left: 4px solid transparent;
	padding: 10px 0 10px 25px;
	margin-bottom: 60px;
	font-size: 18px;
	opacity: 0.5;
}

.main-rwipdz .box4 .box4-fixed li a {
	cursor: pointer;
	color: #ff6600;
}

.main-rwipdz .box4 .box4-fixed li:last-child {
	margin-bottom: 0;
}

.main-rwipdz .box4 .box4-fixed li.active {
	opacity: 1;
	border-color: #ff6600;
}

.main-rwipdz .box4 .box4-fixed li.active a {
	font-weight: bold;
}

.main-rwipdz .box4 .box4-fixed.fixed {
	position: fixed;
	top: 0;
}

.main-rwipdz .box5 {
	padding: 70px 0;
	background-color: rgba(242, 244, 248, 1);
}

.main-rwipdz .box5 .box5-ul {
	padding-top: 80px;
	display: flex;
	justify-content: center;
}

.main-rwipdz .box5 .box5-ul ul {
	display: flex;
	justify-content: center;
	width: 480px;
	border-radius: 40px;
	background-color: #fff;
	overflow: hidden;
}

.main-rwipdz .box5 .box5-ul li {
	cursor: pointer;
	flex: 0 0 50%;
	text-align: center;
	padding: 25px 30px;
	font-size: 24px;
}

.main-rwipdz .box5 .box5-ul li.active {
	color: white;
	background: linear-gradient(to bottom, #ff6600 0%, #ffb300), rgba(204, 204, 204, 1);
	border-radius: 40px;
}

.main-rwipdz .box5 .box5-box .box {
	padding: 25px;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-rwipdz .box5 .box5-box {
	padding-top: 40px;
}

.main-rwipdz .box5 .box5-box .box img {
	width: 100%;
}

.main-rwipdz .box5 .box5-box .box:nth-child(2) {
	display: none;
}

.main-rwipdz .box6 {
	padding: 90px 0;
	background: linear-gradient(320deg, #ff6600 0%, #ffb300), rgba(204, 204, 204, 1);
}

.main-rwipdz .box6 .rwipdz-tel {
	position: relative;
}

.main-rwipdz .box6 .box6-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-rwipdz .box6 .left h3 {
	font-size: 32px;
	font-weight: 500;
	color: white;
}

.main-rwipdz .box6 .left h2 {
	font-size: 48px;
	color: white;
}

.main-rwipdz .box6 .left h2 span {
	font-weight: 500;
	font-size: 40px;
}

.main-rwipdz .box6 .right h2 {
	width: 250px;
	height: 70px;
	line-height: 70px;
}
.fangan-form{
    position: fixed;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    transition: .5s;
}
.fangan-form.show{
    opacity: 1;
    visibility: visible;
}
.fangan-form .form-box{
    display: flex;
}
.fangan-form h2{
    position: relative;
    font-size: 30px;
    color: #ff6600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.fangan-form h2:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    bottom: 0;
    background-color: #ff6600;
}
.fangan-form span{
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0,0,0,0.4);
    cursor: pointer;
    font-weight: bold;
    border-radius: 50%;
    background-color: #fff;
    line-height: 35px;
    text-align: center;
}
.fangan-form h3{
    font-size: 30px;
    padding-bottom: 10px;
}
.fangan-form .left p{
    font-size: 26px;
    color: #333;
}
.fangan-form h3 a{
    color: #333;
}
.fangan-form .left{
    flex: 0 0 67%;
}
.fangan-form .right{
    flex: 1;
}
.fangan-form .right p{
    padding-top: 15px;
    text-align: center;
}
.fangan-form img{
    width: 100%;
}



.main-wadx .box1 {
	padding: 70px 0;
}

.main-wadx .wadx-title {
	text-align: center;
	padding-bottom: 40px;
}

.main-wadx .wadx-title h2 {
	font-size: 40px;
	font-weight: 500;
}

.main-wadx .box1 .box-ul ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: rgb(245, 249, 253);
	padding: 5px 10px;
	border-radius: 25px;
}

.main-wadx .box1 .box-ul ul li {
	flex: 0 0 12%;
	cursor: pointer;
	background-color: #fff;
	margin: 4px 0;
	padding: 10px 0;
	border-radius: 25px;
	text-align: center;
}

.main-wadx .box1 .box-ul ul li.active,
.main-wadx .box1 .box-ul ul li:hover {
	background-color: #ff6600;
	color: white;
}

.main-wadx .box1 .box1-box {
	padding-top: 60px;
}

.main-wadx .box1 .box1-box .box {
	display: flex;
	justify-content: space-between;
}

.main-wadx .box1 .box1-box .box {
	display: none;
}

.main-wadx .box1 .box1-box .box.active {
	display: flex;
}

.main-wadx .box1 .box1-box .left {
	flex: 0 0 50%;
	padding: 10px;
	border: 2px solid #eee;
	border-radius: 25px;
}

.main-wadx .box1 .box1-box .left img {
	max-width: 100%;
	border-radius: 15px;
}

.main-wadx .box1 .box1-box .right {
	flex: 1;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.main-wadx .box1 .box1-box .right h2 {
	font-size: 24px;
	padding-bottom: 15px;
}

.main-wadx .box1 .box1-box .right p {
	color: #666;
	padding-bottom: 10px;
}

.main-wadx .box1 .box1-box .right img {
	max-width: 160px;
	margin-top: 15px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-wadx .box1 .box1-box .right .img {
	text-align: center;
	margin-left: 30px;
}

.main-wadx .box1 .box1-box .right .img span {
	display: block;
	font-size: 16px;
	padding-top: 10px;
	color: #666;
}

.main-wadx .box2 {
	padding: 70px 0;
	border-top: 1px solid #ededed;
}

.main-wadx .box2 .box2-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-wadx .box2 .box2-box .box {
	flex: 0 0 30%;
	text-align: center;
	padding-top: 110px;
	margin-bottom: 40px;
}

.main-wadx .box2 .box2-box .box:nth-child(1) {
	background: url(../images/wadx-box2-icon1.png) center top no-repeat;
}

.main-wadx .box2 .box2-box .box:nth-child(2) {
	background: url(../images/wadx-box2-icon2.png) center top no-repeat;
}

.main-wadx .box2 .box2-box .box:nth-child(3) {
	background: url(../images/wadx-box2-icon3.png) center top no-repeat;
}

.main-wadx .box2 .box2-box .box:nth-child(4) {
	background: url(../images/wadx-box2-icon4.png) center top no-repeat;
}

.main-wadx .box2 .box2-box .box:nth-child(5) {
	background: url(../images/wadx-box2-icon5.png) center top no-repeat;
}

.main-wadx .box2 .box2-box .box:nth-child(6) {
	background: url(../images/wadx-box2-icon6.png) center top no-repeat;
}

.main-wadx .box2 .box2-box .box h2 {
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 10px;
}

.main-wadx .box2 .box2-box .box p {
	color: #666;
	font-size: 14px;
}

.main-wadx .box3 {
	padding: 70px 0;
	background-color: rgb(245, 249, 253);
}

.main-wadx .box3 .box3-box {
	display: flex;
	justify-content: space-between;
}

.main-wadx .box3 .box3-box .box {
	flex: 0 0 24%;
	padding: 130px 15px 25px;
	text-align: center;
	transition: .3s;
	border-radius: 5px;
}

.main-wadx .box3 .box3-box .box:hover {
	transform: translateY(-10px);
}

.main-wadx .box3 .box3-box .box:nth-child(1) {
	background: #fff url(../images/wadx-box3-icon1.png) center 40px no-repeat;
}

.main-wadx .box3 .box3-box .box:nth-child(2) {
	background: #fff url(../images/wadx-box3-icon2.png) center 40px no-repeat;
}

.main-wadx .box3 .box3-box .box:nth-child(3) {
	background: #fff url(../images/wadx-box3-icon3.png) center 40px no-repeat;
}

.main-wadx .box3 .box3-box .box:nth-child(4) {
	background: #fff url(../images/wadx-box3-icon4.png) center 40px no-repeat;
}

.main-wadx .box3 .box3-box .box h2 {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px;
}

.main-wadx .box3 .box3-box .box p {
	color: #314659;
	font-size: 14px;
}

.main-wadx .box4 {
	padding: 70px 0;
}

.main-wadx .box4 .box4-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-wadx .box4 .box4-box .box {
	flex: 0 0 32%;
	display: flex;
	padding: 15px 25px;
	box-shadow: 0 0 10px #eee;
	margin-bottom: 25px;
	border-radius: 5px;
	transition: .3s;
}

.main-wadx .box4 .box4-box .box:hover {
	transform: scale(1.05);
}

.main-wadx .box4 .box4-box .box .left {
	flex: 0 0 30%;
	min-height: 150px;
}

.main-wadx .box4 .box4-box .box:nth-child(1) .left {
	background: url(../images/wadx-box4-icon1.jpg) center no-repeat;
	background-size: 85px;
}

.main-wadx .box4 .box4-box .box:nth-child(2) .left {
	background: url(../images/wadx-box4-icon2.jpg) center no-repeat;
	background-size: 75px;
}

.main-wadx .box4 .box4-box .box:nth-child(3) .left {
	background: url(../images/wadx-box4-icon3.jpg) center no-repeat;
	background-size: 80px;
}

.main-wadx .box4 .box4-box .box:nth-child(4) .left {
	background: url(../images/wadx-box4-icon4.jpg) center no-repeat;
	background-size: 70px;
}

.main-wadx .box4 .box4-box .box:nth-child(5) .left {
	background: url(../images/wadx-box4-icon5.jpg) center no-repeat;
	background-size: 83px;
}

.main-wadx .box4 .box4-box .box:nth-child(6) .left {
	background: url(../images/wadx-box4-icon6.jpg) center no-repeat;
	background-size: 75px;
}

.main-wadx .box4 .box4-box .box .right {
	flex: 1;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-wadx .box4 .box4-box .box .right h2 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}

.main-wadx .box4 .box4-box .box .right p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}


.cppages-ul {
	display: flex;
	flex-wrap: wrap;
}

.cppages-li {
	flex: 0 0 30%;
	margin-right: 30px;
	margin-bottom: 35px;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.cppages-li .text {
	padding: 15px;
	background-color: #f4f5fa;
}

.cppages-li .text p {
	padding-bottom: 5px;
}

.cppages-li .text span {
	display: inline-block;
	padding-right: 15px;
	background: url(../images/goods-icon.png) right center no-repeat;
	color: #09448d;
}

.cppages-li:nth-child(3n) {
	margin-right: 0;
}

.goods .cpdetail-top {
	padding-bottom: 20px;
}

.cppages-img {
	position: relative;
	width: 100%;
}

.cppagesico {
	width: 100%;
	height: 100%;
}

.cpdetail-top {
	display: flex;
	justify-content: space-between;
}

.cpdetail-left {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpdetail-left img {
	max-width: 100%;
	border: 1px solid #eee;
}

.sxpz {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}

.cpdetail-right {
	width: 60%;
}

.xwdetail-top {
	text-align: center;
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
}

.xwdetail-title {
	font-size: 20px;
	color: #666;
	margin-bottom: 10px;
}

.xwdetail-word span {
	margin: 0 10px;
	color: #999;
}

.xwpages-content {
	color: #666;
	line-height: 26px;
}

.xwpages-content p {
	padding: 15px 0;
	text-align: center;
}

.xwpages-content p img {
	margin: 0 auto;
	max-width: 100%;
}

.news-page {
	padding: 50px 0 15px;
}

.news-page .news-prev,
.news-page .news-next {
	color: #666;
	padding: 5px 0;
	font-size: 16px;
}

.news-page a {
	color: #ff035e
}

.news-mzsm {
	margin: 15px 0 25px;

}

.news-mzsm h2 {
	border-radius: 3px 3px 0 0;
	padding: 10px 0 10px 40px;
	font-size: 16px;
	color: #a94442;
	background: #f2dede url(../images/mzsm-icon.png) 15px center no-repeat;
	border: 1px solid #ebccd1;
	border-bottom: none;
}

.news-mzsm p {
	border-radius: 0 0 3px 3px;
	padding: 20px 15px;
	text-indent: 30px;
	color: #666;
	border: 1px solid #ebccd1;
}

.xgwz-cate {
	display: none;
}

.news-xgwz .box {
	display: none;
}

.news-xgwz .box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-xgwz .box ul li {
	padding-left: 15px;
	position: relative;
	flex: 0 0 49%;
	margin-bottom: 10px;
}

.news-xgwz .box ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #ff035e
}

.news-xgwz .box ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #bababa;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.xgwz-title {
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 15px;
}

.lxpages-content ul {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cbcbcb;
}

.lxpages-content ul li {
	flex: 0 0 33%;
	padding-bottom: 15px;
	padding-left: 100px;
}

#map {
	flex: 0 0 60%;
	height: 450px;
}

.home-cate ul {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-cate ul li {
	box-shadow: 0 0 5px #ccc;
	flex: 0 0 24%;
	text-align: center;
}

.home-cate ul li a {
	display: inline-block;
	padding: 10px 0;
}

.paging-ul {
	display: flex;
	justify-content: center;
}

.paging-ul li {
	padding: 0 10px;
}

.head-m {
	display: none;
}



.m-banner img {
	max-width: 100%;
}

.m-tel {
	display: none;
}

.code-img {
	display: none;
}
.home-about .about-icon .img a{
    display: none;
}
.main-about{
    padding: 80px 0;
}
.main-about .aboutTitle{
    padding-bottom: 40px;
}
.main-about .aboutTitle h2{
    font-size: 32px;
    text-align: center;
}
.main-about .about-content .right{
    font-size: 16px;
    text-indent: 30px;
    line-height: 30px;
}
.main-about .about-content{
    display: flex;
}
.main-about .about-content .left{
    position: relative;
    flex: 0 0 45%;
}
.main-about .about-content .right{
    flex: 1;
    padding-left: 5%;
}
.banner-mobile{
    display: none;
}
.banner-pc{
    display: block;
}
.news-mobile{
    display: none;
}
.news-pc{
    display: block;
}
.index-pic{
    display: none;
}
@media (max-width: 900px) {
    .main-about .about-content{
        flex-direction: column;
    }
    .main-about .about-content .right{
        padding: 0;
    }
    .news-box .news-left .news-bq ul li{
        flex: 0 0 24%;
    }
    .news-box .news-left .news-bq ul li a{
        font-size: 12px;
    }
    .news-box{
        display: block;
    }
    .news-mobile{
        display: block !important;
    }
    .news-mobile .news-jqwz{
        margin-bottom: 10px;
    }
    .news-pc{
        display: none !important;
    }
    .banner-mobile{
        display: block;
    }
    .banner-pc{
        display: none;
    }
    .home-about .about-icon .img a{
        display: block;
    }
    .home-about .about-icon .img{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
	.code-img {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 999;
	}

	.code-img.show {
		display: flex;
	}

	.code-img .box {
		width: 300px;
		text-align: center;
	}

	.code-img img {
		width: 180px;
	}

	.code-img .box h2 {
		font-weight: 500;
	}

	.code-img .box span {
		color: #ff035e;
		font-weight: bold;
	}

	.code-img .box button {
		border: none;
		padding: 15px 25px;
		margin: 15px 0;
		font-size: 16px;
		color: white;
		background-color: #07c;
	}

	.code-img .box button:hover {
		background-color: #ff035e;
	}

	.code-img .box {
		background-color: #fff;
		padding: 15px;
		position: relative;
	}

	.code-img .box p {
		font-size: 16px;
		padding: 5px 0;
	}

	.code-img .box .img {
		padding-top: 25px;
		border-top: 1px solid #eee;
		margin-top: 25px;
	}

	.code-img .close {
		width: 30px;
		height: 30px;
		position: fixed;
		transform: translate(130px, -30px);
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.4);
		border-radius: 50%;
		line-height: 30px;
		color: #000 !important;
	}

	.fixed-tel {
		display: none;
	}

	.m-tel {
		display: flex;
		position: fixed;
		left: 0;
		z-index: 999;
		bottom: 0;
		width: 100%;
	}
    .m-tel a{
        display: inline-block;
        flex: 1;
        text-align: center;
        padding: 20px 0;
        color: white;
        background-color: #ccc;
        font-size: 18px;
        font-weight: bold;
    }
    .m-tel .wxbtn{
        background-color: #07c;
    }
    .m-tel .telbtn{
        background-color: #ff035e;
    }
	.wxbtn,
	.tel-btn{
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		padding: 10px;
		color: white;
	}

	.wxbtn {
		background-color: #07c;
	}

	.tel-btn {
		background-color: #ff035e;
	}

	.logoA img {
		height: 35px;
	}

	.head .head-top {
		height: 80px;
	}

	.footer .right {
		display: none;
	}

	.head-pc {
		display: none;
	}

	.head-m {
		display: block;
	}

	.head-m .center {
		background-color: #fff;
		box-shadow: 0 15px 15px rgba(0, 0, 0, .05);
		position: absolute !important;
		top: 100%;
		left: 0;
	}

	.head-icon {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		width: 40px;
		height: 40px;
		background: url(../images/menu-icon.png) center no-repeat;
		background-size: cover;
	}

	.head-top {
		padding: 0 15px;
	}

	.head-nav {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.head-nav ul li {
		flex: 0 0 100%;
	}

	.head-nav ul li a {
		border-bottom: 1px dashed #eee;
		font-size: 16px;
		padding: 10px 25px;
	}

	.head-nav ul li:last-child a {
		border: none;
	}

	.index-slide .fixed-text {
		width: 60%;
		padding: 20px 0;
		transform: translate(-50%, 120%);
	}

	.index-slide .fixed-text ul {
		flex-wrap: wrap;
	}

	.index-slide .fixed-text li {
		flex: 0 0 50%;
		border: none;
		padding-bottom: 20px;
	}

	.index-slide .fixed-text li:nth-child(3n),
	.index-slide .fixed-text li:nth-child(4n) {
		padding-bottom: 0;
	}

	.index-slide .fixed-text li h2 {
		font-size: 28px;
		padding-bottom: 5px;
	}

	.title h2 {
		font-size: 28px;
	}

	.title h3 {
		font-size: 80px;
	}

	.title p {
		font-size: 16px;
	}

	.home-about {
		padding: 240px 15px 40px;
	}

	.home-about .about-box {
		padding: 40px 0 20px;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.home-about .about-box .box {
		flex: 0 0 45%;
		margin: 0 0 15px;
	}

	.home-about .about-box .box:nth-child(3),
	.home-about .about-box .box:nth-child(4),
	.home-about .about-box .box:nth-child(5) {
		flex: 0 0 31%;
	}

	.home-about .about-icon h2 {
		font-size: 24px;
	}

	.home-about .about-icon p a {
		margin-bottom: 10px;
	}

	.home-server {
		padding: 40px 15px;
	}

	.home-server .server-box {
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.home-server .server-box .left {
		display: none;
	}

	.home-server .server-box .right {
		flex-wrap: wrap;
	}

	.home-server .server-box .right .box {
		flex: 0 0 48%;
		margin-bottom: 10px;
	}

	.home-server:before {
		left: 0;
	}

	.home-team {
		padding: 40px 15px;
	}

	.home-team .team-box {
		margin-top: 20px;
		padding: 15px;
		flex-wrap: wrap;
	}

	.home-team .team-box .box {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.home-team:before {
		left: 0;
	}

	.home-product {
		padding: 40px 15px;
	}

	.home-product .product-ul {
		padding-top: 20px;
	}

	.home-product .product-ul ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.home-product .product-ul ul li {
		flex: 0 0 32%;
		margin: 0 2px 2px;
	}

	.home-product .product-box ul li {
		flex: 0 0 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.home-product .product-box ul li .text h2 {
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-bottom: 0;
		margin-bottom: 5px;
	}

	.home-product .product-box ul li .text span {
		padding-bottom: 0;
	}

	.home-product .product-box ul li .text p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.main-page {
		padding: 40px 15px;
	}

	.home-case {
		padding: 40px 15px;
	}

	.home-case .case-box {
		padding-top: 20px;
	}

	.home-case .case-box .box {
		flex: 0 0 48%;
		margin: 0 2px 5px;
	}

	.footer {
		padding: 10px 15px 80px 15px;
	}

	.footer .footer-box {
		flex-wrap: wrap;
	}

	.footer .left p {
		padding-top: 20px;
	}

	.footer .center {
		flex: 0 0 100%;
	}

	.footer .center .top ul {
		flex-wrap: wrap;
		padding-top: 40px;
		display: none;
	}

	.footer .center .top ul li {
		margin: 0 10px 10px 10px;
	}

	.footer .center .top ul li a {
		padding: 40px 10px 0 10px;
	}

	.footer .center .bottom {
		display: none;
		flex-wrap: wrap;
	}

	.footer .center .bottom .box h2 {
		padding-bottom: 20px;
	}

	.footer .center .bottom .box h2:before {
		bottom: 10px;
	}

	.footer .center .bottom .box {
		border: none;
		padding: 0 0 20px;
	}

	.footer .copyright p {
		padding-top: 10px;
		margin-top: 20px;
		border-top: 1px dashed #959595;
	}

	.footer .left {
		flex: 1;
	}

	.footer .left h2,
	.footer .left h3 {
		display: none;
	}

	.footer .right {
		flex: 0 0 100%;
		padding-top: 15px;
	}

	.main-ppyx .box1-1 {
		padding: 40px 15px;
	}

	.main-ppyx .box1-1-box {
		flex-wrap: wrap;
	}

	.main-ppyx .box1-1-box .left {
		flex: 0 0 100%;
	}

	.main-ppyx .box1-1-box .right {
		flex: 0 0 100%;
		padding: 15px 0 0;
	}

	.main-ppyx .box1-1 h2 {
		font-size: 24px;
	}

	.main-ppyx .box1-1-box .right h3 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.main-ppyx .box1-1-box .right ul li {
		font-size: 14px;
	}

	.main-ppyx .box1-1-box .right ul li:last-child {
		margin-bottom: 0;
	}

	.main-ppyx .box1 {
		padding: 40px 15px;
	}

	.main-ppyx .box1 .box1-title h2 {
		font-size: 28px;
	}

	.main-ppyx .box1 .box1-list {
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.main-ppyx .box1 .box1-list .box {
		flex: 0 0 49%;
		margin-bottom: 10px;
	}

	.main-ppyx .ppyx-title h2 {
		font-size: 24px;
	}

	.main-ppyx .box2 {
		padding: 40px 15px;
	}

	.main-ppyx .box2 .box2-list {
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.main-ppyx .box2 .box2-list .box {
		flex: 0 0 48%;
	}

	.main-ppyx .box3 {
		padding: 0 15px;
	}

	.main-ppyx .box3 .box3-list {
		background: transparent;
		flex-wrap: wrap;
		padding-top: 20px;
		margin: 0;
	}

	.main-ppyx .box3 .box3-list .box:nth-child(1) {
		background-color: #ffc000;
	}

	.main-ppyx .box3 .box3-list .box:nth-child(2) {
		background-color: #4169a5;
	}

	.main-ppyx .box3 .box3-list .box:nth-child(3) {
		background-color: #2698d4;
	}

	.main-ppyx .box3 .box3-list .box:nth-child(4) {
		background-color: #ff6600;
	}

	.main-ppyx .box3 .box3-list .box {
		flex: 0 0 50%;
		justify-content: flex-start !important;
		padding: 20px 20px 0 !important;
	}
    .main-ppyx .box3 .box3-list .box p{
        line-height: 25px;
    }
	.main-ppyx .box3 .box3-list .box h2 {
		padding-bottom: 10px;
		min-height: 72px;
	}

	.main-ppyx .box5-img {
		overflow: hidden;
	}

	.main-ppyx .box5-img img {
		transform: scale(1.5);
	}

	.main-ppyx .box5 {
		padding: 20px 0;
	}

	.main-ppyx .box5 .box5-box {
		padding-top: 20px;
	}

	.main-ppyx .box5 .box5-box img {
		max-width: 100%;
	}

	.main-ppyx .box6 {
		margin-top: 20px;
		padding: 20px 15px 0;
	}

	.main-ppyx .box6 .box6-title {
		padding-bottom: 0;
	}

	.main-ppyx .box6 .box6-title h2 {
		font-size: 28px;
		padding-bottom: 10px;
	}

	.main-ppyx .box6 .box6-title h3 {
		font-size: 14px;
	}

	.main-ppyx .box6 .box6-box .left {
		padding: 0;
		text-align: left;
	}

	.main-ppyx .box6 .box6-box .right {
		padding: 0;
	}

	.main-ppyx .box6 .box6-box .box {
		padding: 20px 0;
	}

	.main-ppyx .box6 .box6-box {
		display: block;
	}

	.main-ppyx .box6 .box6-box .box:before {
		display: none;
	}

	.main-ppyx .box6 .box6-box .box:after {
		display: none;
	}

	.main-ppyx .box7 {
		padding: 40px 15px;
	}

	.main-ppyx .box7 h2 {
		font-size: 28px;
		padding-bottom: 10px;
	}

	.main-ppyx .box8 {
		padding: 40px 0;
	}

	.main-ppyx .box8-box {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.main-ppyx .box8-box .left {
		flex: 0 0 100%;
	}

	.main-ppyx .box8-box .right {
		flex: 0 0 100%;
	}

	.main-ppyx .box8-box h2 {
		font-size: 28px;
		padding-bottom: 10px;
	}

	.main-ppyx .box8-box p {
		font-size: 14px;
	}

	.main-ppyx .box9 {
		padding: 40px 15px;
	}

	.main-ppyx .box9-box {
		flex-wrap: wrap;
	}

	.main-ppyx .box9-box .box {
		flex: 0 0 48%;
		margin-bottom: 15px;
	}

	.main-ppyx .box9 .box9-btn {
		padding-top: 20px;
	}

	.main-xwyx .box1 .top {
		padding: 40px 15px 0;
	}

	.main-xwyx .box1 .box1-title h2 {
		font-size: 28px;
	}

	.main-xwyx .box1 .top ul li {
		margin: 5px 0;
		text-align: center;
		padding: 5px 2px;
		flex: 0 0 25%;
	}

	.main-xwyx .box1 .top ul {
		padding: 20px 0;
	}

	.main-xwyx .box1 .bottom .box {
		padding: 0 15px;
	}

	.main-xwyx .box1 .bottom .box-style1 ul li {
		flex: 0 0 25%;
	}

	.main-xwyx .box1 .bottom .box-list h2:last-child {
		font-size: 14px;
	}

	.main-xwyx .box2-box {
		flex-wrap: wrap;
		padding: 20px 15px 0;
	}

	.main-xwyx .box2-box .box {
		flex: 0 0 100%;
		margin-bottom: 10px;
		padding: 30px;
	}

	.main-xwyx .box2 {
		padding: 40px 0;
	}

	.main-xwyx .xwyx-title h2:before {
		display: none;
	}

	.main-xwyx .xwyx-title h2:after {
		display: none;
	}

	.main-xwyx .box3 {
		padding: 40px 15px;
	}

	.main-xwyx .box3-box {
		padding: 20px 0 0;
	}

	.main-xwyx .box4 {
		padding: 40px 15px;
	}

	.main-xwyx .box4-box .box {
		flex: 0 0 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.main-xwyx .box4-box {
		padding-top: 20px;
	}

	.main-xwyx .box5 {
		padding: 40px 15px;
	}

	.main-xwyx .box5-box {
		padding-top: 20px;
	}

	.main-bkcj .box1 .box1-box {
		padding: 20px;
	}

	.main-bkcj .box1 {
		padding: 40px 15px 0;
	}

	.main-bkcj .box1 .box1-box .text1 h3 {
		padding: 0;
	}

	.main-bkcj .box1 .box1-box .text2 {
		padding: 0;
	}

	.main-bkcj .box1 .box1-box div {
		flex: 0 0 100%;
	}

	.main-bkcj .box1-img img {
		max-width: 100%;
	}

	.main-bkcj .box1 .box1-box {
		padding: 40px 15px 350px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.main-bkcj .box1 .box1-box:before {
		right: 50%;
		transform: translate(50%, 0);
	}

	.main-bkcj .box2 {
		padding: 0 15px;
	}

	.main-bkcj .box2 .box2-box .box {
		flex: 0 0 49%;
		margin-bottom: 10px;
	}

	.main-bkcj .box2 .box2-box .box:last-child {
		padding: 15px;
		margin-top: 0;
	}

	.main-bkcj .box3 {
		padding: 40px 15px 0;
	}

	.main-bkcj .bkcj-title h2 {
		font-size: 28px;
	}

	.main-bkcj .bkcj-title h3 {
		font-size: 16px;
	}

	.main-bkcj .box3-box {
		padding-top: 20px;
	}

	.main-bkcj .box3-box .box {
		flex-wrap: wrap;
		flex: 0 0 100%;
	}

	.main-bkcj .box3-box .box .left {
		flex: 0 0 100%;
		padding: 35px 15px 15px;
		text-align: center;
	}

	.main-bkcj .box3-box .box .right {
		flex: 0 0 100%;
	}

	.main-bkcj .box3-box .box .left p {
		font-size: 14px;
		min-height: 55px;
	}

	.main-bkcj .bkcj-banner .banner-box {
		flex-wrap: wrap;
	}

	.main-bkcj .bkcj-banner .banner-box .box {
		flex: 0 0 50%;
		margin: 15px 0;
	}

	.main-bkcj .bkcj-banner {
		padding: 40px 15px;
	}

	.main-bkcj .box4 {
		padding: 40px 15px;
	}

	.main-bkcj .box4-box {
		padding-top: 20px;
	}

	.main-bkcj .box4 .box {
		flex: 0 0 100%;
	}

	.main-bkcj .box4 .box h2 {
		font-size: 28px;
	}

	.main-bkcj .box4 .box p {
		font-size: 16px;
	}

	.main-bkcj .box5 img {
		max-width: 100%;
	}

	.main-bkcj .box5 {
		padding: 40px 15px;
	}

	.main-bkcj .box5 .img img {
		max-width: 150px;
	}

	.main-bkcj .box5 .img {
		max-width: 180px;
	}

	.main-rwipdz .box1 .img-box p {
		position: relative;
		font-size: 16px;
		padding: 15px;
	}

	.main-rwipdz .box1 {
		padding: 40px 15px 60px;
	}


	.main-rwipdz .box1 .rwipdz-tel {
		position: relative;
		opacity: 1;
		visibility: visible;
	}

	.main-rwipdz .box1 .img-box h2 {
		position: relative;
		padding: 15px 0;
		font-size: 28px;
		width: 100%;
		border-radius: 0;
		height: auto;
		line-height: 30px;
	}

	.main-rwipdz .box2 {
		padding: 40px 15px;
	}

	.main-rwipdz .rwipdz-title h2 {
		font-size: 28px;
	}

	.main-rwipdz .rwipdz-title h3 {
		font-size: 16px;
	}

	.main-rwipdz .box2 .box2-box {
		padding-top: 20px;
	}

	.main-rwipdz .box2 .box {
		flex: 0 0 100%;
		padding: 25px 15px;
	}

	.main-rwipdz .box2 .box .top .text span {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.main-rwipdz .box2 .box .top .text {
		padding-left: 10px;
	}

	.main-rwipdz .box2 .box .top {}

	.main-rwipdz .box2 .rwipdz-tel {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		flex: 0 0 100%;
	}

	.main-rwipdz .box2 .rwipdz-tel:hover {
		transform: none;
	}

	.main-rwipdz .box3 {
		padding: 40px 15px;
	}

	.main-rwipdz .box3 .box3-box .box {
		flex: 0 0 100%;
		padding: 85px 40px 40px;
	}

	.main-rwipdz .box3 .box3-box .box h2 {
		padding: 0 0 45px 100px;
		font-size: 26px;
	}

	.main-rwipdz .box4 .box {
		padding: 0;
	}

	.main-rwipdz .box4 .box4-fixed {
		display: none !important;
	}

	.main-rwipdz .box4 .box img {
		position: relative;
		max-width: 100%;
		left: unset;
		bottom: unset;
	}

	.main-rwipdz .box4 .box {
		margin-bottom: 40px;
		padding: 0 15px;
	}

	.main-rwipdz .box4 .box:last-child {
		margin-bottom: 0;
	}

	.main-rwipdz .box4 .box p {
		padding: 0 0 15px 0;
	}

	.main-rwipdz .box4 {
		padding: 40px 0;
	}

	.main-rwipdz .box4 .box p:before {
		display: none;
	}

	.main-rwipdz .box5 .box5-ul {
		padding-top: 20px;
	}

	.main-rwipdz .box5 {
		padding: 40px 15px;
	}

	.main-rwipdz .box6 {
		padding: 40px 15px;
	}

	.main-rwipdz .box1 .img-box {
		border-radius: 20px;
	}

	.main-rwipdz .box5 .box5-ul li {
		padding: 10px 15px;
		font-size: 16px;
	}
    .main-rwipdz .box6 .box6-box{
        flex-direction: column;
    }
    .main-rwipdz .box6 .rwipdz-tel{
        opacity: 1 !important;
    }
    .rwipdz-tel h2{
        width: 100% !important;
    }
    .main-rwipdz .box6 .right{
        width: 100%;
        margin-top: 20px;
    }
    .main-rwipdz .box6 .rwipdz-tel h2{
        background: #36d6a9 url(../images/rwipdz-box1-icon.png) 28% center no-repeat;
        background-size: 35px;
    }
    
	.main-wadx .box1 .box-ul ul {
		border-radius: 5px;
	}

	.main-wadx .box1 .box-ul ul li {
		flex: 0 0 24%;
		border-radius: 5px;
		border: 1px solid #ccc;
	}

	.main-wadx .box1 {
		padding: 40px 15px;
	}

	.main-wadx .wadx-title {
		padding-bottom: 20px;
	}

	.main-wadx .wadx-title h2 {
		font-size: 28px;
	}

	.main-wadx .box1 .box1-box {
		padding-top: 10px;
	}

	.main-wadx .box1 .box1-box .box {
		flex-wrap: wrap;
	}

	.main-wadx .box1 .box1-box .left {
		flex: 0 0 100%;
	}

	.main-wadx .box1 .box1-box .right {
		padding-left: 0;
		align-items: center;
		padding-top: 20px;
	}

	.main-wadx .box1 .box1-box .right .img {
		margin: 0;
	}

	.main-wadx .box2 {
		padding: 40px 15px;
	}

	.main-wadx .box2 .box2-box .box {
		flex: 0 0 49%;
	}

	.main-wadx .box3 {
		padding: 40px 15px;
	}

	.main-wadx .box3 .box3-box .box {
		flex: 0 0 49%;
	}

	.main-wadx .box3 .box3-box {
		flex-wrap: wrap;
	}

	.main-wadx .box3 .box3-box .box {
		margin-bottom: 10px;
	}

	.main-wadx .box4 .box4-box .box {
		flex: 0 0 100%;
	}

	.main-wadx .box4 {
		padding: 40px 15px;
	}

	.main-bkcj .box4 p {
		text-align: left;
		font-size: 16px;
		font-weight: 500;
	}

	.main-rwipdz .box1-1 {
		padding: 0;
	}

	.main-rwipdz .box1-1-box {
		flex-wrap: wrap;
	}

	.main-rwipdz .box1-1-box .left {
		flex: 0 0 100%;
	}

	.main-rwipdz .box1-1-box .right {
		flex: 0 0 100%;
		padding-top: 15px;
		padding-right: 15px;
	}

	.main-rwipdz .box1-1-box .right ul li {
		font-size: 14px;
	}

	.main-wadx .box1 .box-ul ul li {
		padding: 5px 0;
		margin: 1px 0;
	}

	.news-box .news-right {
		padding-left: 0;
	}

	.news-box .news-left {
		display: none;
	}

	.news-li .left img {
		max-width: 150px;
		margin-right: 10px;
	}

	.news-li h3 {
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-li p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 20px;
	}
	.news-xgwz .box ul li{
		flex: 0 0 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.main-about{
	    padding: 20px 15px;
	}
	.main-about .aboutTitle{
	    padding-bottom: 15px;
	}
	.fangan-form{
	    width: 300px;
	    text-align: center;
	}
	.fangan-form .form-box{
	    flex-direction: column;
	}
	.fangan-form .form-box h2{
	    font-size: 24px;
	    margin-bottom: 0;
	}
	.fangan-form .form-box h2:before{
	    display: none;
	}
	.fangan-form .form-box h3{
	    padding: 0;
	    font-size: 24px;
	}
	.fangan-form .form-box img{
	    width: 200px;
	}
	.fangan-form .form-box .right{
	    text-align: center;
	    padding-top: 20px;
	}
	.fangan-form .left p{
	    font-size: 14px;
	    padding-top: 10px;
	}
}
