<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
	background-color: rgba(249, 249, 249, 1);
}

.banner {
	position: relative;
}

.banner .swiper .swiper-slide {
	position: relative;
}

.banner .swiper .swiper-slide .pic img {
	display: block;
	width: 100%;
}

select {
	width: 270px;
	height: 46px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	padding-left: 15px;
	appearance: none;
	background-image: url(../img/bottom.png);
	background-position: right 9px center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #666;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(225, 0, 20, 1);
}

.banner .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.banner .swiper-horizontal&gt;.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 90px;
}

.banner .btn {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.2);
	line-height: 60px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.banner .btn:hover {
	background-color: rgba(225, 0, 20, 1);
}

.banner .btn .iconfont {
	font-size: 20px;
	color: #fff;
}

.banner .btn.btn-prev {
	left: 0;
}

.banner .btn.btn-next {
	right: 0;
}

.box1 {
	position: relative;
	z-index: 2;
}

.box1 .content1300 {
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(125, 125, 125, 0.1);
	border-radius: 10px;
	margin-top: -60px;
}

.box1 ul {
	display: flex;
	padding: 30px 0;
}

.box1 li {
	position: relative;
	width: 25%;
	padding-left: 40px;
	display: flex;
	align-items: center;
}

.box1 li::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: 30px;
	background: #B8B8B8;
	opacity: 0.5;
}

.box1 li .iconfont {
	font-size: 44px;
	color: rgba(225, 0, 20, 1);
	display: block;
}

.box1 li .iconfont.icon-jidixinxi,
.box1 li .iconfont.icon-hezuo {
	transform: scale(1.2);
}

.box1 li .li-l {
	transition: all 0.6s;
	margin-right: 20px;
}

.box1 li:hover .li-l {
	transform: rotateY(180deg);
}

.box1 li .li-r .number {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-family: Century Gothic;
	font-weight: bold;
	color: #B8B8B8;
}

.box1 li .li-r .number .counter {
	font-size: 36px;
	font-family: Century Gothic;
	font-weight: bold;
	color: #333333;
	margin-right: 10px;
}

.box1 li .li-r .text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
}

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

.index-title-div .title {
	position: relative;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #111111;
	line-height: 1;
	display: inline-block;
}

.index-title-div .title::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-image: url(../img/before.png);
	left: -229px;
	width: 199px;
	height: 11px;
	background-position: right center;
	background-repeat: no-repeat;
}

.index-title-div .title::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)rotate(180deg);
	content: "";
	background-image: url(../img/before.png);
	right: -229px;
	width: 199px;
	height: 11px;
	background-position: left center;
	background-repeat: no-repeat;
}

.index-title-div .sub-title {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 15px;
}

.box2 {
	padding: 80px 0 78px;
	overflow: hidden;
}

.box2 .box-c {
	margin-top: 39px;
}

.box2 .box-c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box2 .box-c li,
.box2 .box-c i {
	width: 24.11%;
}

.box2 .box-c li {
	position: relative;
	height: 540px;
	overflow: hidden;

}

.box2 .box-c li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: height 0.6s;
	height: 540px;
	display: block;
}

.box2 .box-c li:hover .pic img {
	height: 300px;
}

.box2 .box-c li .text-box {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 30px;
}

.box2 .box-c li .text-box::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: rgba(235, 39, 39, 1);
	content: "";
	transition: all 0.6s 0.3s;
}

.box2 .box-c li:hover .text-box::before {
	width: 100%;
}

.box2 .box-c li:hover .text-box {
	position: relative;
	background-color: #fff;
	height: 240px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.box2 .box-c li .text-box .text-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box2 .box-c li:hover .text-box .text-title {
	color: rgba(34, 34, 34, 1);
}

.box2 .box-c li .text-box .text-subTitle {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box2 .box-c li:hover .text-box .text-subTitle {
	color: rgba(85, 85, 85, 1);
}

.box2 .box-c li .text-box .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	visibility: hidden;
	height: 0;
	margin-top: 0;
}

.box2 .box-c li:hover .text-box .text-des {
	visibility: visible;
	height: auto;
	margin-top: 10px;
}

.box2 .box-c li .text-box .more {
	display: block;
	width: 126px;
	height: 36px;
	border: 1px solid #FFFFFF;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 22px;
}

.box2 .box-c li:hover .text-box .more {
	background-color: rgba(235, 39, 39, 1);
	border-color: rgba(235, 39, 39, 1);
	color: #fff;
}

.box3 {
	background-color: #fff;
	padding: 62px 0 80px;
}

.box3 .box-t {
	margin-top: 50px;
}

.box3 .box-t ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.box3 .box-t a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
}

.box3 .box-t a:hover,
.box3 .box-t a.active {
	color: rgba(235, 39, 39, 1);
}

.box3 .box-t i {
	width: 1px;
	height: 13px;
	background: #333333;
	opacity: 0.3;
	margin: 0 26px;
}

.box3 .box-c {
	margin-top: 46px;
}

.box3 .box-c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box3 .box-c li,
.box3 .box-c ul&gt;i {
	width: 24.11%;
}

.box3 .box-c li {
	margin-bottom: 32px;
	transition: all 0.6s
}

.box3 .box-c li:hover {
	transform: translateY(-10px);
}

.box3 .box-c li .pic {
	position: relative;
}

.box3 .box-c li .pic .pic-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 50px 43px 0;
	opacity: 0;
	transition: all 0.6s;
}

.box3 .box-c li:hover .pic .pic-box {
	opacity: 1;
}

.box3 .box-c li .pic .pic-title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box3 .box-c li .pic .pic-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	margin-top: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box3 .box-c li .pic .btns {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}

.box3 .box-c li .pic .btn {
	width: 48%;
	height: 50px;
	background-color: rgba(56, 56, 56, 1);
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}

.box3 .box-c li .pic .btn:hover {
	background-color: rgba(235, 39, 39, 1);
}

.box3 .box-c li .text-box {
	margin-top: 15px;
}

.box3 .box-c li .text-box .text-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
}

.box3 .box-c li .text-box .text-tag {
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 9px;
	align-items: center;
}

.box3 .box-c li .text-box .text-tag i {
	width: 1px;
	height: 12px;
	background: #333333;
	opacity: 0.4;
	margin: 0 20px;
}

.box3 .more {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 220px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 28px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 56px;
	transition: all 0.6s;
}

.box3 .more:hover {
	border-color: rgba(235, 39, 39, 1);
	background-color: rgba(235, 39, 39, 1);
	color: #fff;
}

.box4 {
	padding: 75px 0 95px;
	background: url(../img/index-box4-bg.jpg);
	background-size: cover;
}

.box4 .content1300 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.box4 .l {
	width: 483px;
	padding-top: 32px;
}

.box4 .l .title {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.box4 .l .sub-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 20px;
}

.box4 .l .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 71px;
}

.box4 .l .list li {
	position: relative;
	width: 31%;
	margin-bottom: 20px;
	overflow: hidden;
}

.box4 .l .list li .li-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	transition: height 0.6s;
}

.box4 .l .list li:hover .li-box {
	height: 100%;
	background-color: rgba(225, 0, 20, .8);
	color: #fff;
}

.box4 .l .list li .li-box .iconfont {
	font-size: 30px;
	color: #fff;
	display: none;
}

.box4 .l .list li:hover .li-box .iconfont {
	display: block;
	margin-bottom: 20px;
}

.box4 .r {
	width: 560px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 60px 50px 52px;
	height: auto;
}

.box4 .r .inputs {
	display: flex;
	justify-content: space-between;
}

.box4 .r .inputs .input {
	width: 100%;
	height: 45px;
	border: 1px solid rgba(160, 160, 160, 0.7);
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 13px 0 20px;
}

.box4 .r .inputs .input.input1 {
	width: 47.8%;
}

.box4 .r .inputs .input .iconfont {
	font-size: 20px;
	color: #959595;
	padding-right: 12px;
	border-right: 1px solid rgba(209, 209, 209, 1);
}

.box4 .r .inputs .input input,
.box4 .r .inputs .input textarea {
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	padding-left: 12px;
	resize: none;
	font-size: 16px;
}

.box4 .r .inputs.textarea .input {
	position: relative;
	height: 120px;
	padding-top: 15px;
	align-items: flex-start;
}

.box4 .r .inputs.textarea .input textarea {
	padding: 0;
	height: 100%;
	text-indent: 45px;
}

.box4 .r .inputs.textarea .input .iconfont {
	position: absolute;
}

.box4 .r .inputs .yzm {
	margin-left: 12px;
	max-height: 80%;
}

.box4 .r .submit {
	width: 100%;
	height: 45px;
	background: #EB2727;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 4px 0 0 rgba(197, 15, 15, 1);
}

.box4 .r .tips {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 1;
	margin-top: 25px;
	text-align: center;
}

.box5 {
	padding: 60px 0 54px;
}

.box5 .box-c {
	margin-top: 39px;
}

.box5 .box-c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box5 .box-c ul li,
.box5 .box-c ul i {
	width: 30.76%;
}

.box5 .box-c ul li {
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 50px 30px 0;
	height: 260px;
	margin-bottom: 30px;
	position: relative;
	transition: transform 0.6s;
	z-index: 1;
}

.box5 .box-c ul li::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 30px;
	border-radius: 10px;
	background-color: rgb(235, 39, 39);
	box-shadow: 0px 10px 10px 0px rgba(235, 39, 39, 0.3);
	width: 82.5%;
	z-index: -1;
	display: none;
}

.box5 .box-c ul li:hover::before {
	display: block;
}

.box5 .box-c ul li:hover {
	text-align: left;
	background: rgba(235, 39, 39, 1);
	transform: translateY(-10px)
}

.box5 .box-c ul li .icon {
	margin-bottom: 17px;
}

.box5 .box-c ul li:hover .icon {
	display: none;
}

.box5 .box-c ul li .icon img {
	display: block;
	margin: 0 auto;
}

.box5 .box-c ul li .text-title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 1;
}

.box5 .box-c ul li .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 25px;
}

.box5 .box-c ul li:hover .text-title,
.box5 .box-c ul li:hover .text-des {
	color: #FFFFFF;
}

.box5 .box-c li .bg {
	position: absolute;
	font-size: 80px;
	right: 32px;
	color: rgba(255, 255, 255, 0.5);
	z-index: 2;
	bottom: -18px;
}

.box5 .box-c li .bg.icon-hezuo {
	transform: scale(1.1)
}

.box6 {
	padding: 60px 0 80px;
	background-color: #fff;
}

.box6 .box-t {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.box6 .box-t li {
	height: 50px;
	line-height: 50px;
	background: #383838;
	border-radius: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 47px;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}

.box6 .box-t li.active {
	background-color: rgba(235, 39, 39, 1);
}

.box6 .box-c {
	margin-top: 40px;
}

.box6 .box-c .items {
	display: none;
}

.box6 .box-c .items.active {
	display: block;
}

.box6 .box-c .item .ul1 {
	display: flex;
	justify-content: space-between;
}

.box6 .box-c .item .ul1 li {
	position: relative;
	width: 32.3%;
	overflow: hidden;
}

.box6 .box-c .item .ul1 li .pic img {
	display: block;
	width: 100%;
}

.box6 .box-c .item .ul1 li .li-box-c {
	display: none;
}

.box6 .box-c .item .ul1 li .li-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 58px;
	transition: height 0.6s;
	background-color: rgba(0, 0, 0, 0.5);
}

.box6 .box-c .item .ul1 li:hover .li-box {
	height: 100%;
	padding: 89px 47px 0;
}

.box6 .box-c .item .ul1 li .li-box .tag {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	padding: 21px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}

.box6 .box-c .item .ul1 li:hover .li-box .tag {
	display: none;
}

.box6 .box-c .item .ul1 li .li-box .tag span {
	margin: 0 14px;
	opacity: .5;
	transform: scale(0.8);
}

.box6 .box-c .item .ul1 li:hover .li-box-c {
	display: block;
}

.box6 .box-c .item .ul1 li .li-box .name {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.box6 .box-c .item .ul1 li .li-box .text-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 12px;
}

.box6 .box-c .item .ul1 li .li-box .text-box {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.7;
	margin-top: 50px;
}

.box6 .box-c .item .ul1 li .btns {
	margin-top: 42px;
	display: flex;
	justify-content: space-between;
}

.box6 .box-c .item .ul1 li .btn {
	width: 48%;
	width: 155px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #383838;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.box6 .box-c .item .ul1 li .btn:hover {
	background-color: rgba(235, 39, 39, 1);
}

.box6 .box-c .item .ul2 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.box6 .box-c .item .ul2 li {
	position: relative;
	overflow: hidden;
	width: 15.38%;
}

.box6 .box-c .item .ul2 li .pic img {
	display: block;
	width: 100%;
}

.box6 .box-c .item .ul2 li .li-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	height: 50px;
	transition: height 0.6s;
}

.box6 .box-c .item .ul2 li:hover .li-box {
	height: 100%;
	padding: 30px;
}

.box6 .box-c .item .ul2 li .li-box .name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}

.box6 .box-c .item .ul2 li:hover .li-box .name {
	position: relative;
	text-align: left;
	line-height: 1;
}

.box6 .box-c .item .ul2 li .li-box .btns {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
}

.box6 .box-c .item .ul2 li:hover .li-box .btns {
	display: flex;
}

.box6 .box-c .item .ul2 li:hover .li-box .btn {
	width: 50%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #383838;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.box6 .box-c .item .ul2 li:hover .li-box .btn:hover {
	background-color: rgba(235, 39, 39, 1);
}

.box6 .box-b {
	margin-top: 30px;
	padding: 30px 25px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(125, 125, 125, 0.1);
	display: flex;
}

.box6 .box-b input {
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 25px;
	outline: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding: 0 20px;
	width: 230px;
	margin-right: 10px;
}

.box6 .box-b input.input2 {
	flex: 1;
	width: 100%;
}

.box6 .box-b .submit {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #EB2727;
	border-radius: 25px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.box7 {
	padding: 61px 0 80px;
}

.box7 .box-c {
	margin-top: 50px;
}

.box7 .box-c ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box7 .box-c li,
.box7 .box-c i {
	width: 18.84%;
}

.box7 .box-c li {
	background-color: #fff;
	border: 5px solid #F5F5F5;
	height: 130px;
	margin-bottom: 20px;
}

.box7 .box-c li .pic {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box7 .box-c li .imgScale {
	width: auto;
	max-width: 80%;
	max-height: 80%;
	margin: 0 auto;
}
.box7 .swiper{
    padding-bottom: 20px;
}
.box7 .more {
	width: 220px;
	height: 56px;
	background: #F9F9F9;
	border: 1px solid #BFBFBF;
	border-radius: 28px;
	display: block;
	margin: 10px auto 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 56px;
	text-align: center;
	transition: all 0.6s;
}

.box7 .more:hover {
	color: #fff;
	background-color: rgba(235, 39, 39, 1);
	border-color: rgba(235, 39, 39, 1);
}

.box8 {
	padding: 73px 0 56px;
	background-image: url(../img/index-box8-bg.png.jpg);
	background-size: cover;
}

.box8 ul {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.box8 ul::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 1px;
	z-index: 1;
	background-color: #fff;
	opacity: 0.5;
}

.box8 ul li {
	position: relative;
	color: #fff;
	text-align: center;
}

.box8 ul li .icon .iconfont {
	font-size: 60px;
	display: block;
	transition: all 0.6s;
}

.box8 ul li:hover .icon .iconfont {
	transform: rotateY(180deg);
}

.box8 ul li .text-title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 16px;
}

.box8 ul li .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.7;
	margin-top: 15px;
}

.box8 ul li .consult {
	position: relative;
	width: 102px;
	height: 32px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	display: block;
	margin-top: 16px;
	background-color: #ed3736;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #fff;
	z-index: 2;
}

.box8 ul li .consult:hover {
	background-color: #fff;
	color: #ed3736;
}

.box8 ul li .number {
	position: relative;
	margin: 20px auto 0;
	z-index: 2;
}

.box8 ul li .number span {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
	z-index: 2;
	background-color: #ed3736;
}

.box9 {
	padding: 60px 0 80px;
	background-color: #fff;
}

.box9 .box-c {
	position: relative;
	margin-top: 49px;
}

.box9 .box-c .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
	cursor: pointer;
}

.box9 .box-c .btn:hover {
	background-color: #ed3736;
}

.box9 .box-c .btn .iconfont {
	color: #fff;
	font-size: 22px;
}

.box9 .box-c .btn.btn-prev {
	left: -80px;
}

.box9 .box-c .btn.btn-next {
	right: -80px;
}

.box9 .box-c .swiper-slide .pic {
	height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box9 .box-c .swiper-slide .pic img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.box9 .box-c .swiper-slide .text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 19px;
	text-align: center;
}

.box9 .box-c .swiper-slide:hover .text {
	color: rgba(229, 3, 19, 1);
}

.box10 {
	padding: 60px 0 79px;
}

.box10 .box-t {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.box10 .box-t li {
	min-width: 160px;
	height: 50px;
	background: #383838;
	border-radius: 25px;
	padding: 0 30px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 10px;
}

.box10 .box-t li.active {
	background-color: rgba(235, 39, 39, 1);
}

.box10 .box-c {
	margin-top: 50px;
}

.box10 .box-c .items {
	display: none;
}

.box10 .box-c .items.active {
	display: block;
}

.box10 .box-c .item {
	display: flex;
	justify-content: space-between;
}

.box10 .box-c .item .l {
	width: 48.46%;
}

.box10 .box-c .item .l .text-box {
	margin-top: 34px;
}

.box10 .box-c .item .l .text-title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box10 .box-c .item .l .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	margin-top: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box10 .box-c .item .r {
	width: 46.15%;
}

.box10 .box-c .item .r li {
	margin-bottom: 33px;
}

.box10 .box-c .item .r li .li-t {
	display: flex;
	align-items: center;
}

.box10 .box-c .item .r li.active {
	margin-bottom: 39px;
}

.box10 .box-c .item .r li:last-child {
	margin-bottom: 0 !important;
}

.box10 .box-c .item .r li.active .li-t {
	display: none;
}

.box10 .box-c .item .r li .li-t-l {
	display: flex;
	align-items: center;
	flex: 1;
	margin-right: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}

.box10 .box-c .item .r li .li-t-l span:first-child {
	margin-right: 21px;
}

.box10 .box-c .item .r li .li-t-l span:last-child {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box10 .box-c .item .r li .li-t-r {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}

.box10 .box-c .item .r li .li-c {
	display: none;
	padding-bottom: 44px;
	border-bottom: 1px solid rgba(180, 180, 180, 0.3);
}

.box10 .box-c .item .r li.active .li-c {
	display: block;
}

.box10 .box-c .item .r li .li-c a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.box10 .box-c .item .r li .li-c-l {
	width: 50%;
}

.box10 .box-c .item .r li .li-c-r {
	width: 42.5%;
}

.box10 .box-c .item .r li .li-c-r .text-title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box10 .box-c .item .r li .li-c-r .text-des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	margin-top: 24px;
}

.box10 .box-c .item .r li .li-c-r .details {
	display: flex;
	align-items: center;
	margin-top: 49px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}

.box10 .box-c .item .r li .li-c-r .details .date {
	padding-right: 14px;
	border-right: 1px solid rgba(228, 230, 232, 1);
}

.box10 .box-c .item .r li .li-c-r .icon-youjiantou2 {
	color: #b9b9b9;
	font-size: 27px;
	margin-left: 15px;
}

.box11 {
	background-color: rgba(235, 39, 39, 1);
	padding: 22px 0;
}

.box11 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box11 ul i {
	width: 1px;
	height: 50px;
	background: #FFFFFF;
	opacity: 0.3;
}

.box11 li {
	display: flex;
}

.box11 li .icon {
	background-image: url(../img/index-box11.png);
	width: 66px;
	height: 77px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

.box11 li .icon .iconfont {
	color: #fff;
	font-size: 34px;
	transition: all 0.6s;
}

.box11 li:hover .icon .iconfont {
	transform: rotateY(180deg);
}

.box11 li .text-box {
	padding-top: 16px;
}

.box11 li .text-box .text-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.box11 li .text-box .text-des {
	font-size: 16px;
	font-family: Century Gothic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 13px;
	max-width: 100%;
}

.box11 li .text-box .text-des.text-des1 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 11px;
	width: 245px;
}

.ab-box1 {
	background-color: rgba(0, 0, 0, 0.5);
	height: 80px !important;
}

.ab-box1 .content1300 {
	line-height: 80px;
	margin-top: -80px !important;
	box-shadow: none !important;
	background: none !important;
	border-radius: 0px !important;
}

.ab-box1 ul {
	padding: 0px !important;
}

.ab-box1 li::before {
	width: 0px !important;
}

.ab-box1 li {
	width: 20% !important;
	color: #fff;
	display: block !important;
	text-align: center;
	padding-left: 0px !important;
	transition: all 0.8s;
	cursor: pointer;
}

.ab-box1 li:nth-child(1) {
	/*background: #E10014;*/
}

.ab-box1 li:hover {
	background: #E10014;
}

.ab-box {
	height: 120px;
	background: #EB2727;
}

.dhl {
	font-size: 14px;
	color: #666666;
}

.ab-box2-p1 {
	font-size: 36px;
	color: #222222;
}

.ab-box2-p2 {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 40px;
}

.ab-box2-more {
	padding-bottom: 40px;
	color: #555555;
	line-height: 36px;
}

.ab-box3 .content1300 {
	box-shadow: none !important;
	margin-top: 0px !important;
}

.ab-box3 li {
	justify-content: space-between;
}

.ab-box4 {
	padding-top: 30px;

}

.sjz {
	font-size: 36px;
	font-family: Arial;
	color: #999999;
}

.dian {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #DCDCDC;
	border-radius: 50%;
}

.mySwiper2 .swiper-slide {
	text-align: center;
}

.sjz-p1 {
	font-size: 24px;
	color: #333333;
	padding-bottom: 38px;
}

.sjz-p2 {
	max-width: 649px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

.sjz-b {
	display: flex;
	justify-content: space-between;
}

.sjz-img {
	overflow: hidden;
}

.sjz-img img {
	transition: all 0.8s;
	display: block;
	width: 100%;
}

.sjz-img:hover img {
	transform: scale(1.05);
}

.ab-box6 {
	padding-top: 58px;
	height: 680px;
	margin-bottom: 60px;
}

.ab-box6-p1 {
	font-size: 36px;
	color: #fff;
}

.ab-box6-p2 {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding-bottom: 60px;
}

.ab-b6:hover img {
	background: rgba(255, 255, 255, 0.2);
}

.ab-box8 {
	padding-top: 60px;
}

.ab-box8 {
	margin-bottom: 60px;
}

.team-b {
	width: 310px;
	background: #FFFFFF;
	transition: all 0.8s;
}

.team-b:hover {
	box-shadow: 0px 2px 20px 0px rgba(58, 58, 65, 0.15);
}

.team-b:hover .team-b1 div {
	opacity: 1;
}

.team-b1 {
	overflow: hidden;
	position: relative;
}

.team-b1 div {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.8s;
}

.team-b1 img {
	display: block;
	width: 100%;
}

.ckal {
	display: inline-block;
	width: 49.2%;
	height: 46px;
	background: #EB2727;
	text-align: center;
	line-height: 46px;
	color: #fff;
}

.ztsj {
	display: inline-block;
	width: 49.2%;
	height: 46px;
	background: #383838;
	text-align: center;
	line-height: 46px;
	color: #fff;
}

.team-b2 {
	padding: 22px 34px 29px 20px;

}

.team-p1 {
	font-size: 22px;
	color: #333333;
	padding-bottom: 20px;
}

.team-s1 {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

.team-p2 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.team-box {
	background: #F8F8F8;
}

.sh-p1 {
	padding-top: 58px;
	padding-bottom: 4px;
	font-size: 36px;
	color: #222222;
}

.sh-p2 {
	padding-bottom: 40px;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #CCCCCC;
}

.sh-b {
	padding: 15px;
	width: 310px;
	height: 320px;
	border: 1px solid #DCDCDC;
	transition: all 0.8s;
	margin-bottom: 70px;
}

.sh-b:hover {
	background: #EB2727;
	border-radius: 10px;
	border: none;
}

.sh-b:hover .sh-p3 {
	color: #fff;
}

.sh-b:hover .sh-p4 {
	color: #fff;
}

.sh-p3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.sh-p4 {
	font-size: 14px;
	color: #666666;
}

.teams-p1 {
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #111111;
	padding-bottom: 20px;
}

.teams-p2 {
	font-size: 14px;
	color: #888888;
	padding-bottom: 30px;
}

.teams-line {
	width: 880px;
	height: 1px;
	background: #383838;
	opacity: 0.1;
}

.teams-p3 {
	color: #555555;
	line-height: 30px;
}

.teams-box {
	padding-bottom: 50px;
}

.teams-box2 {
	position: relative;
}

.teams-box2-d {
	width: 940px;
}

.dbzp {
	width: 940px;
	height: 56px;
	background: #FFFFFF;
	line-height: 56px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.dbzp span {
	margin-right: 16px;
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 22px;
	background: #E10014;
	border-radius: 2px;
}

.dbzp p {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.dbzp-d:hover img {
	transform: scale(1.1);
}

.dbzp-d:hover p {
	color: #E10014;
}

.dbzp-d:hover .dbzp-s {
	color: #E10014;
}

.dbzp-d img {
	transition: all 0.8s;
}

.dbzp-p1 {
	padding-top: 14px;
	padding-bottom: 14px;
	color: #555555;
}

.dbzp-s {
	font-size: 14px;
	color: #666666;
}

.dbzp-s1 {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #333333;
	opacity: 0.4;
	margin: 0px 14px 0px 14px;
}

.new-b {
	width: 32%;
	background: #FFFFFF;
}

.new-b img {
	width: 100%;
	display: block;
	transition: all 0.8s;
}

.new-b:hover img {
	transform: scale(1.1);
}

.new-b div {
	overflow: hidden;
}

.new-b-2 {
	padding: 23px 36px 27px 20px;
}

.new-p1 {
	font-size: 14px;
	color: #999999;
	padding-bottom: 16px;
}

.new-p2 {
	font-size: 18px;
	color: #333333;
	padding-bottom: 18px;
}

.new-p3 {
	font-size: 15px;
	color: #888888;
	line-height: 26px;
	padding-bottom: 18px;
}

.ckxq {
	display: inline-block;
	width: 110px;
	height: 40px;
	background: #EB2727 !important;
	font-size: 14px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}

.news-b {
	padding: 80px 50px 0px 50px;
	width: 940px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.news-p1 {
	padding-bottom: 16px;
	font-size: 28px;
	font-weight: bold;
	color: #222222;
}

.news-top span {
	font-size: 14px;
	color: #888888;
}

.news-top {
	padding-bottom: 26px;
	border-bottom: 1px solid #f0f0f0;
}

.news-c {
	padding-top: 50px;
}

.news-c-p1 {
	color: #555555;
	line-height: 30px;
	padding-bottom: 20px;
}

.fanye {
	border-top: 1px solid #f0f0f0;
	padding-top: 28px;
	padding-bottom: 30px;

}

.fanye-c {
	font-size: 14px;
	color: #333;
}

.news-b1 {
	padding: 28px 80px 40px 30px;
	width: 940px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(30, 30, 30, 0.1);
	border-radius: 4px;
	margin-bottom: 80px;
}

.wztj {
	display: inline-block;
	width: 108px;
	height: 36px;
	background: #F0F0F0 !important;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #555555;
}

.wztjs {
	font-size: 14px;
	line-height: 36px;
}

.wztjs span {
	position: relative;
	top: -3px;
	margin-right: 4px;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000000;
	opacity: 0.5;
	border-radius: 50%;
}

.wztjs a {
	color: #555555;
}

.wztjs:hover a {
	color: #E10014;
}

.zhuangxiu-p1 {
	font-size: 22px;
	font-weight: bold;
	color: #222222;
}

.zhuangxiu-a {
	font-size: 16px;
	font-family: Arial;
	color: #666666;
}

.zhuangxiu-p2 {
	padding-top: 24px;
	color: #666666;
}

.zhuangxiu-p2 span {
	position: relative;
	top: -4px;
	margin-right: 8px;
	display: inline-block;
	width: 5px;
	height: 1px;
	background: #858585;
	border-radius: 1px;
}

.zhuangxiu-p2 a {
	color: #666;
}

.zhuangxiu-p2:hover a {
	color: #E10014;
}

.zhuangxiu-a:hover {
	color: #E10014;
}

.zhuangxiu-p3 {
	padding-top: 22px;
	padding-bottom: 30px;
	font-size: 18px;
	color: #666666;
}

.zx-b {
	overflow: hidden;
}

.zhuangxiu-p4 {
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	padding-bottom: 28px;
}

.zx-b:hover p {
	color: #E10014;
}

.zx-b img {
	transition: all 0.8s;
}

.zx-b:hover img {
	transform: scale(1.1);
}

.zhuangxiu-p5 {
	font-size: 14px;
	color: #999999;
}

.zx-l {
	width: 500px;
	height: 1px;
	background: #B4B4B4;
	opacity: 0.3;
}

.wd-b {
	padding-bottom: 24px;
}

.wd-img {
	overflow: hidden;
	margin-right: 20px;
}

.wd-b:hover .zhuangxiu-p3 {
	color: #E10014;
}

.wd-img img {
	transition: all 0.8s;
	width: 100%;
	display: block;
}

.wd-b:hover img {
	transform: scale(1.1);
}

.zhuangxiu-p6 {
	padding-bottom: 18px;
	display: inline-block;
	width: 320px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666666;
}

.sbl {
	width: 320px;
	height: 1px;
	background: #E5E5E5;
	border-radius: 1px;
}

.zhuangxiu-p6:hover {
	color: #E10014;
}

.lxwm-b {
	padding-top: 150px;
	padding-left: 120px;
}

.lxwm-p1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 30px;
}

.lxwm-l {
	width: 528px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.5;
}

.lxwm-b1 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.lxwm-b1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.lxwm-p2 {
	padding-bottom: 14px;
	color: #fff;
}

.lx-wx {
	padding-top: 8px;
	margin-left: 28px;
	font-size: 12px;
	color: #FFFFFF;
}

.ly {
	padding-top: 60px;
	padding-bottom: 80px;
}

.ly-p1 {
	text-align: center;
	font-size: 36px;
	color: #222222;
	padding-bottom: 10px;
}

.ly-p2 {
	text-align: center;
	padding-bottom: 50px;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #CCCCCC;
}

.ly-ip {
	width: 627px;
	margin-bottom: 30px;
	height: 56px;
	border: 1px solid #A0A0A0;
	opacity: 0.7;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 50px;
}

.lx-text {
	margin-bottom: 30px;
	width: 100%;
	resize: none;
	height: 200px;
	border: 1px solid #A0A0A0;
	opacity: 0.7;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: 16px;
	padding-left: 50px;
	padding-top: 16px;
}

.lx-yzm {
	margin-right: 30px;
	width: 460px;
	height: 56px;
	border: 1px solid #A0A0A0;
	opacity: 0.7;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 50px;
}

.tjyz {
	display: inline-block;
	width: 200px;
	height: 56px;
	background: #E10014;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 56px;
}

.cbl {
	position: fixed;
	right: 40px;
	top: 30%;
	z-index: 99;
}

.cbl1 {
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
	width: 74px;
	height: 74px;
	background: #EB2727;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
}

.cbl1 img,
.cbl2 img {
	position: relative;
	top: 16px;
}

.cbl2 {
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
	width: 74px;
	height: 74px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
}

.cbl7 {
	display: none;
	position: absolute !important;
	top: -2px !important;
	right: 90px;
}

.cbl:hover .cbl7 {
	display: block;
}

@media (max-width:1730px) {
	.box3 .box-c li .pic .pic-box {
		padding: 30px 25px 0;
	}

	.box3 .box-c li .pic .btns {
		margin-top: 30px;
	}

	.box3 .box-c li .pic .pic-des {
		margin-top: 15px;
	}

	.box3 .box-c li .pic .btns {
		margin-top: 20px;
	}

	.box3 .box-c li .pic .btn {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:1530px) {
	.footer-fixed .content1300 .iconfont.icon-guanbi {
		right: -30px;
	}

	.box9 .box-c .btn.btn-next {
		right: 0;
	}

	.box9 .box-c .btn.btn-prev {
		left: 0;
	}
}</pre></body></html>