/*common start*/

@font-face {
	font-family: 'AlimamaFangYuanTiV';
	src: url('/html/fonts/AlimamaFangYuanTiVF-Thin.ttf');
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	font-family: 'AlimamaFangYuanTiV';
	color: #666;
}

a {
	color: #666;
}

a:hover {
	color: #f60;
	text-decoration: none;
}

p {
	line-height: 3.2em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 94%;
	margin: 0 auto;
	padding: 0 3%;
}

.wapper2 {
	width: 1200px;
	margin: 0 auto;
}
.foot .right dl:nth-child(6){border-right: 0;}
.fl {
	float: left;
}

.fr {
	float: right;
}


@media screen and (min-width: 1200px) {
	.banner video{max-height: 875px;}
}
img {
	max-width: 100%;
}

.head {
	padding-top: 30px;
	padding-bottom: 50px;
}

.search .searchmain {
	width: 50px;
	line-height: 30px;
	background: #B2B2B2;
	border-radius: 15px;
	padding: 0 15px;
	border: 1px solid #B2B2B2;
}

.search .searchmain input {
	display: none;
}

.search .searchmain:hover {
	width: 250px;
	background: #fff;
}

.search .searchmain:hover input {
	width: 200px;
	display: inline-block;
	line-height: 30px;
	outline: none;
}

.search .searchmain .img2 {
	display: none;
}

.search .searchmain:hover .img1 {
	display: none;
}

.search .searchmain:hover .img2 {
	display: block;
}


.menu .ul {
	position: relative;
}

.menu ul li {
	display: inline-block;
	padding: 0 40px;
	padding-right: 45px;
	text-align: center;
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 14px;
	background: url(/html/images/QQ½ØÍ¼20231026085534.png) right center no-repeat;
}

.menu ul li a {
	color: #000;
}

.menu .erji {
	position: absolute;
	left: 161px;
	/* right: 131px; */
	top: 60px;
	background: rgba(255, 255, 255, 0.7);
	z-index: 99;
	display: none;
	padding: 30px 0;
}

.menu ul li h3 {
	font-size: 20px;
	color: #000;
}

.menu ul li span {
	font-size: 14px;
	color: #000;
}

.menu ul li:last-child {
	background: none;
}

.menu:hover .erji {
	display: block;
}

.menu .erji dl {
	float: left;
	padding: 0 40px;
	padding-right: 45px;
	text-align: center;
}
.menu .erji dl:nth-child(1){width: 80px;}
.menu .erji dl:nth-child(2){width: calc(243.13px - 85px);}
.menu .erji dl:nth-child(3){width: calc(197.89px - 85px)}
.menu .erji dl:nth-child(4){width: calc(211.56px - 85px)}
.menu .erji dl:nth-child(5){width: calc(256.36px - 85px)}
.menu .erji dl:nth-child(6){width: calc(245.08px - 85px)}
.menu .erji dl dd {
	font-size: 18px;
	line-height: 34px;
	border-bottom: 2px solid #9B9B9C;
	/* padding: 0 42px;
	margin: 0 10px; */
}

.menu .erji dl dd:last-child {
	border: 0;
}

.menu .erji dl dd a {
	color: #515151;
}

.phone {
	display: none;
}

.phonehead {
	padding: 15px 0;
}

.phonehead .menuicon a {
	color: #000;
	font-size: 20px;
}

.nav {
	position: absolute;
	display: none;
	right: 0px;
	top: 71px;
	height: 100%;
	width: 200px;
	background-color: #fff;
	z-index: 8;
	overflow-y: auto;
	transition: right .3s;
	border-left: 1px solid #f3f3f3;
}

.nav.open {
	right: 0;
}

.nav ul {
	padding-bottom: 71px;
}

.nav li {
	float: none;
	padding: 0;
	position: relative;
}

.nav li a {
	line-height: 53px;
	padding: 10px 1.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav li a:hover:after,
.nav li.cur>a:after,
.nav li.on>a:after {
	display: none;
}

.nav li.cur>a {
	background-color: #eee;
}

.nav li em.on {
	transform: rotate(90deg);
}

.nav li em {
	transform: rotate(0deg);
	transition: all .3s;
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	cursor: pointer;
	font-style: normal;
}

.nav li em:after {
	content: '>';
	font-family: simsun;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	display: block;
}

.navDrop {
	position: static;
	display: none;
	left: auto;
	top: auto;
}

.navDrop.open,
.navDrop.show.open {
	display: block;
}

.navDrop .inner {
	width: auto;
}

.navDrop ul {
	padding: 0;
}

.navDrop li {
	display: block;
}

.navDrop li a {
	text-align: left;
	padding: 10px 1.5em 10px 2.5em;
}

.navDrop .preview,
.threeNav,
.navDrop.show {
	display: none;
}

.navDrop .info {
	width: auto;
	float: none;
	padding: 0;
}

.subNav {
	float: none;
	width: auto;
}

.subNav dd {
	border: none;
	line-height: normal;
}

.subNav dd a {
	padding: 10px 1.5em 10px 2.5em;
}

.subNav dd a:after {
	display: none;
}

/*navBtn*/
.navBtn {
	cursor: pointer;
	display: block;
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 70px;
	float: left;
	border-left: 0px solid #f3f3f3;
}

.navBtn span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #c2c2c2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -10px;
	line-height: normal;
}

.navBtn span:before,
.navBtn span:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	top: -7px;
	transition: transform .3s;
	transition: transform .3s;
}

.navBtn span:after {
	top: auto;
	bottom: -7.5px;
}

.navBtn.open span {
	height: 0;
}

.navBtn.open span:before {
	transform: rotate(45deg);
	top: 0;
}

.navBtn.open span:after {
	transform: rotate(-45deg);
	bottom: auto;
	top: 0;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-container .swiper-slide .wenzi {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	font-size: 36px;
	color: #DD393A;
}

.banner .swiper-pagination-bullet-active {
	background: #DD393A !important;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.banner .swiper-container .swiper-slide .wenzi:hover {
	background: rgba(173, 49, 49,0.7);
	padding: 90px 0;
	bottom: 0;
	color: #fff;
	line-height: 55px;
}

.banner .swiper-container .swiper-slide .wenzi .img2 {
	display: none;
}

.banner .swiper-container .swiper-slide .wenzi:hover .img1 {
	display: none;
}

.banner .swiper-container .swiper-slide .wenzi:hover .img2 {
	display: block;
}

.pad {
	padding: 40px 0;
}

.tit {
	margin-bottom: 20px;
}

.tit h3 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

.tit span {
	font-size: 30px;
	color: #000;
}

.con .wapper {
	border-bottom: 2px solid #868686;
}

.wid49 {
	width: 49%;
}

.more {}

.more a {
	display: block;
	width: 120px;
	line-height: 30px;
	border: 2px solid #d83c3c;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 35px;
	background-color:#d83c3c
}

.con2 ul li {
	width: 15.6%;
	margin: 1% 0.5%;
	float: left;
}

.con2 ul li h3 {
	color: #909090;
	font-size: 18px;
}

.con2 ul li span {
	display: block;
	font-size: 14px;
	color: #949494;
}

.con2 .wapper {
	border-bottom: 2px solid #868686;
}

.con3 ul li {
	width: 32.3%;
	margin: 1% 0.5%;
	float: left;
}


.foot {
	background: #646464;
}

.foot .footlogo {
	color: #a1a1a1;
	font-size: 14px;
	margin-bottom: 10px;
}

.foot  .footlogo span{line-height: 30px;}

.foot .left ul li {
	padding-left: 40px;
/* 	margin-bottom: 15px; */
	color: #a1a1a1;
	font-size: 14px;
	line-height: 40px;
}

.foot .right dl dt {
	color: #a1a1a1;
	font-size: 16px;
	margin-bottom: 20px;
}

.foot .right dl {
	float: left;
	padding-right: 30px;
	border-right: 1px solid #808080;
	padding-left: 30px;
	text-align: center;
}

.foot .right dl dd a {
	color: #a1a1a1;
	font-size: 14px;
	margin-bottom: 10px;
}

.foot .right dl dd {
	margin-bottom: 10px;
}

.wid492 {
	width: 49%;
}

@media screen and (max-width: 760px) {
	.wapper {
		width: 90%;
		padding: 20px 5%;
	}

	.wapper2 {
		width: 90%;
		padding: 20px 5%;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
	}

	.tit h3 {
		font-size: 18px;
		color: #000;
		font-weight: normal;
	}

	.tit span {
		font-size: 18px;
		color: #000;
	}

	.wid49 {
		width: 100%;
		margin-bottom: 10px;
	}

	.con2 ul li {
		width: 99%;
		margin: 1% 0.5%;
		float: left;
	}

	.con3 ul li {
		width: 99%;
		margin: 1% 0.5%;
		float: left;
	}
}

.ibanner {
	position: relative;
}

.tit2 {
	text-align: center;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 99;
}

.tit2 h3 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

.tit2 span {
	color: #fff;
	display: block;
	font-size: 18px;
}

.list ul {
	padding: 0 0;
	border-bottom: 2px solid #BFBFBF;
	text-align: center;
}
.list ul{}
.list ul li {
	padding: 30px 0;
	/* float: left; */
	width: 16%;
	display: inline-block;
}

.list ul li h3 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

.list ul li span {
	font-size: 30px;
	color: #000;
}



.list ul li:hover h3 {
	color: #fff;
}

.list ul li:hover span {
	color: #fff;
}

.list ul li.cur h3 {
	color: #fff;
}

.list ul li.cur span {
	color: #fff;
}


.list2 ul {
	padding: 0 5%;
	border-bottom: 2px solid #BFBFBF;
	text-align: center;
}

.list2 ul li {
	padding: 30px 0;
	float: left;
	width: 16.6%;
}

.list2 ul li h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

.list2 ul li span {
	font-size: 20px;
	color: #000;
}

.list2 ul li:hover {
	background: url(/html/images/QQ½ØÍ¼20231026141920.png);
	background-size: 100% 100%;
}

.list2 ul li:hover h3 {
	color: #fff;
}

.list2 ul li:hover span {
	color: #fff;
}

.list2 ul li.cur {
	background: url(/html/images/QQ½ØÍ¼20231026141920.png);
	background-size: 100% 100%;
}

.list2 ul li.cur h3 {
	color: #fff;
}

.list2 ul li.cur span {
	color: #fff;
}


.list3 ul {
	padding: 0 10%;
	border-bottom: 2px solid #BFBFBF;
	text-align: center;
}

.list3 ul li {
	padding: 30px 0;
	/* float: left; */
	width: 30%;
	display:inline-block;
}

.list3 ul li h3 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

.list3 ul li span {
	font-size: 30px;
	color: #000;
}

.list3 ul li:hover {
	background: url(/html/images/QQ½ØÍ¼20231026141920.png);
	background-size: 100% 100%;
}

.list3 ul li:hover h3 {
	color: #fff;
}

.list3 ul li:hover span {
	color: #fff;
}

.list3 ul li.cur {
	background: url(/html/images/QQ½ØÍ¼20231026141920.png);
	background-size: 100% 100%;
}

.list3 ul li.cur h3 {
	color: #fff;
}

.list3 ul li.cur span {
	color: #fff;
}

.tit3 {
	text-align: center;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 99;
}

.tit3 h3 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

.tit3 span {
	color: #fff;
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 760px) {
	.list ul li {
		padding: 30px 0;
		float: left;
		width: 50%;
	}

	.list2 ul li {
		padding: 30px 0;
		float: left;
		width: 50%;
	}

	.list3 ul li {
		padding: 30px 0;
		float: left;
		width: 50%;
	}

	.list3 ul {
		padding: 0 5%;
	}

	.tit2 {
		text-align: center;
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 99;
		display: none;
	}

	.tit3 {
		text-align: center;
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 99;
		display: none;
	}
}

.abouttit {
	font-size: 30px;
	font-weight: normal;
	color: #DD4445;
	line-height: 45px;
}

.abouttit h3 {
	font-weight: normal;
}

.abouttit .line {
	margin: 20px 0;
	background: #DD4445;
	height: 2px;
	width: 60px;
}

.about .right ul li {
	line-height: 160px;
}

.about .right ul li .lileft {
	font-size: 120px;
	color: #DD4445;
	margin-right: 30px;
	font-weight:bold
}

.about .right ul li .liright {
	font-size: 24px;
	font-weight: bold;
	color: #808080;
}

.about .imgarea {
	margin-top: 60px;
}

@media screen and (max-width: 760px) {}

.team ul li {
	width: 33.3%;
	float: left;
	line-height: 120px;
}

.team ul li .lileft {
	font-size: 60px;
	color: #DD4445;
	margin-right: 30px;
}

.team ul li .liright {
	font-size: 20px;
	font-weight: bold;
	color: #808080;
}

.team .imgarea {
	margin-top: 60px;
}

@media screen and (max-width: 760px) {
	.team ul li {
		width: 100%;
		float: left;
	}
}

.contact ul li {
	padding-left: 80px;
	color: #666E75;
	font-size: 19px;
	line-height: 80px;
	/* margin-bottom: 55px; */
}
.list ul li{background-size: 100% 100% !important;}