* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    font-family: '微软雅黑';
}
body {
	min-width: 1200px;
}
li {
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.after:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 头部 */
.header{
	background: rgba(255,255,255,.6);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	min-width: 1200px;
}
.header .tag{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 13px 30px;
	font-size: 12px;
	color: #212121;
}
.header .tag .right .service{
	background: url('20250313_service.png') left center no-repeat;
	background-size: 14px 13px;
	padding-left: 20px;
}
.header .tag .right .sales{
	margin-left: 20px;
	position: relative;
}
.header .tag .right .sales::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 6px;
	background: #212121;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.header .nav{
	padding: 0 8% 0 30px;
	height: 96px;
	align-items: center;
}
.header .nav .logo{
	width: 165px;
}
.header .nav .logo img{
	width: 100%;
}
.header .nav ul{
	height: 100%;
	position: relative;
}
.header .nav ul li{
	float: left;
	margin-left: 10px;
	height: 100%;
}
.header .nav ul li:first-child{
	margin-left: 0;
}
.header .nav ul li>a{
	display: block;
	padding: 0 20px;
	height: 100%;
	line-height: 96px;
}
.header .nav ul li.on>a,.header .nav ul li>a:hover{
	background: #B71C22;
	color: #fff;
}
.header .nav ul li .menu {
    width: 100%;
    position: absolute;
    top: 96px;
    background: #f1f1f1;
    right: 0;
    padding: 10px 30px;
	display: none;
}
.header .nav ul li:hover .menu{
	display: block;
}
.header .nav ul li .menu .in{
	display: flex;
	flex-wrap: wrap;
}
.header .nav ul li .menu dl{
	width: 50%;
	margin: 10px 0;
}
.header .nav ul li .menu dl dt{
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 13px;
}
.header .nav ul li .menu dl dt::after{
	position: absolute;
	content: '';
	width: 3px;
	height: 16px;
	background: #b61c22;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .nav ul li .menu dl dd{
	padding-left: 13px;
}
.header .nav ul li .menu dl dd a{
	color: #666;
	font-size: 14px;
	margin-left: 20px;
}
.header .nav ul li .menu dl dd a:first-child{
	margin-left: 0;
}

.header .nav ul li .menu a:hover{
	color: #b61c22;
}

/* 首页 */
.index .banner .img {
	width: 100%;
    padding-top:45.26%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.index .banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #b61c22;
}
.index .title{
	text-align: center;
}
.index .title b{
	position: relative;
	font-size: 30px;
	color: #424242;
}
.index .title b::before,.index .title b::after{
	position: absolute;
	content: '';
	width: 18px;
	height: 3px;
	background: #B71C22;
	left: -38px;
	top: 50%;
	transform: translateY(-50%);
}
.index .title b::after{
	left: auto;
	right: -38px;
}
.index .title span{
	display: block;
	font-size: 22px;
	color: #BABABA;
	margin-top: 5px;
}
.index .box1{
	padding: 60px 0 110px 0;
	background: url('20250313_bg1.png') left center no-repeat;
	background-size: 100% 100%;
}
.index .box1 .text{
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 20px 0 50px 0;
}
.index .box1 .list{
	display: flex;
	justify-content: center;
}
.index .box1 .list dl{
	margin: 0 40px;
	width: 160px;
	height: 147px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
	text-align: center;
	padding-top: 32px;
	position: relative;
}
.index .box1 .list dl::before{
	position: absolute;
	content: '';
	width: 48px;
	height: 2px;
	background: #B61B22;
	border-radius: 2px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.index .box1 .list dl dt{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.index .box1 .list dl dt img{
	width: 100%;
	height: 100%;
}
.index .box1 .list dl dd{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.index .box2 .title{
	background: rgba(102,102,102,.6);
	padding: 20px 0;
}
.index .box2 .title b{
	color: #fff;
}
.index .box2 .title b::before,.index .box2 .title b::after{
	background: #fff;
}
.index .box2 .title span{
	color: #fff;
}
.index .box2 {
    background: url(20250313_bg2.png) repeat-y center;
    background-size: 100% 100%;
	padding: 70px 8.59%;
}
.index .box2 .cnt{
	background: #fff;
	padding: 40px 80px;
}
.index .box2 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index .box2 .list dl{
	width: 48%;
	margin-bottom: 30px;
}
.index .box2 .list dl:hover dd{
	color: #B61B22;
}
.index .box2 .list dl>a{
	display: flex;
}
.index .box2 .list dl dt{
	width: 80px;
	height: 80px;
	background: #B61B22;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.index .box2 .list dl dt b{
	display: block;
	font-size: 18px;
}
.index .box2 .list dl dt span{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.index .box2 .list dl dd{
	flex: 1;
	height: 80px;
	font-size: 16px;
	color: #333333;
	background: url('20250313_arrow.png') right center no-repeat;
	background-size: 11px 10px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}
.index .box2 .list dl dd div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index .box2 .more{
	font-size: 16px;
	color: #B61C22;
	text-align: center;
	margin-top: 10px;
}
.index .box2 .more a:hover{
	text-decoration: underline;
}
.index .box3 {
    background: url('20250313_bg3.jpg') center no-repeat;
    background-size: 100% 100%;
	padding: 70px 0;
	display: flex;
	justify-content: center;
}
.index .box3 dl{
	margin: 0 60px;
}
.index .box3 dl dt{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.index .box3 dl dt img{
	width: 100%;
}
.index .box3 dl dd{
	text-align: center;
	font-size: 16px;
	color: #333;
}
.index .box4{
	background: url('20250313_bg4.png') repeat-y center;
	background-size: 100% 100%;
	padding: 60px 8.59%;
}
.index .box4 .title b{
	color: #424242;
}
.index .box4 .title span{
	color: #333;
}
.index .box4 .text{
	margin-top: 40px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.2);
	border-radius: 12px;
	padding: 40px 95px;
	text-align: justify;
}

/* 底部 */
.footer .top{
	padding: 60px 8.59%;
	background: url('20250313_bg5.png');
	align-items: center;
}
.footer .top .list{
	display: flex;
}
.footer .top .list dl{
	margin-left: 100px;
	display: flex;
}
.footer .top .list dl:first-child{
	margin-left: 0;
}
.footer .top .list dl dt{
	width: 23px;
	height: 23px;
	margin-right: 10px;
}
.footer .top .list dl dt img{
	width: 100%;
	height: 100%;
}
.footer .top .list dl dd h6{
	font-size: 14px;
	color: #555;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 15px;
}
.footer .top .list dl dd ul li{
	font-size: 12px;
	color: #555555;
	line-height: 24px;
}
.footer .top .list dl dd ul li:hover{
	color: #B61B22;
}
.footer .top .tel{
	width: 160px;
	height: 70px;
}
.footer .btm{
	padding: 30px 8.59%;
	background: #AAA;
}
.footer .btm .in{
	align-items: center;
}
.footer .btm .text{
	color: #fff;
}
.footer .btm .text h3{
	font-weight: normal;
	font-size: 16px;
}
.footer .btm .text h3 a:first-child{
	margin-right: 20px;
	position: relative;
}
.footer .btm .text h3 a:first-child::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 16px;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}
.footer .btm .text h3 a:hover{
	text-decoration: underline;
}
.footer .btm .text p{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	margin: 20px 0;
}
.footer .btm .ipv{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.footer .btm .risk{
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 227px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	margin-bottom: -20px;
}
@media only screen and (max-width: 1400px) {
	.header .nav{
		padding: 0 30px;
	}
	.header .nav ul li>a{
		padding: 0 15px;
	}
	.footer .top .list dl{
		margin-left: 30px;
	}
	.index .box3 dl{
		margin: 0 40px;
	}
}
