@charset "utf-8";
/* CSS Document */
*{font-family:"微软雅黑";}
body{margin:0px; padding:0px; font-size:14px; font-family:"微软雅黑";}
p,form,h1,h2,h3,h4,dd,dt,dl,em{margin:0px; padding:0px; font-weight: normal;font-style: normal;}
ul{margin:0px; padding:0px; list-style:none;}
img{vertical-align:middle; border:none;max-width: 100%;transition: all 0.6s;}
a{text-decoration:none;
	-webkit-transition: all .5s;   
	-moz-transition: all .5s;   
	-ms-transition: all .5s;   
	-o-transition: all .5s;   
	transition: all .5s;  
}
i,em{font-style: normal;/*font-family: 'FontAwesome';*/}
.clear{clear:both;}
.pc{display: block;}
.wap{display: none;}
input,button{outline: none;}
/*******************************************/
#pages{padding: 20px 0; height: 30px; text-align: center;}
#pages ul{display: inline-block;}
#pages li{float: left; margin: 0 2px; height: 27px; line-height: 27px; color: #333; border: 1px solid #ddd; margin-bottom: 5px; }
#pages a{background-color: #fff; color: #333; background-image: none !important; border: none; padding: 0 10px; display: block;}
#pages a:hover{background-color: #eee; background-image: none !important;}
#pages li span{display: inline-block; padding: 0 10px;}
#pages .disabled span{display: inline-block; padding: 0px 10px;background-color: #eee; color: #333;}
#pages .active{background-color: #000; color: #fff;}
/*******************************************/
.topbox{
	height: 120px; background-color: #A10000;
}
.top{
	width: 1200px; margin: auto; max-width: 94%; height: 120px; display: flex; justify-content: space-between; position: relative; align-items: center;
}
.topa{
	display: flex; align-items: center;	
}
.topb{
	display: flex; justify-content: space-between; height: 100%;
}
.nav ul{
	display: flex; height: 100%; justify-content: center; align-items: center;
}
.nav li{
	position: relative; padding: 0 20px; height: 98px;  display: flex; justify-content: center; align-items: center; margin: 0 5px;
	cursor: pointer;
}
.nav li span{
	display: flex; display: flex; justify-content: center; align-items: center;
}
.nav li span a{
	color: #fff; font-size: 18px; display: flex;
}
.nav li p{
	position: absolute; top: 90px; flex-direction: column; justify-content: center; align-items: center; display: none; background: rgba(255,255,255,0.7);
	padding: 10px; border-radius: 5px; z-index: 999; font-size: 16px;
}
.nav li p::before{
	content: '\25B2'; font-size: 14px; position: absolute; top: -15px;  color: rgba(255,255,255,0.7);
}
.nav li p a{
	padding: 10px 0; color: #333; border-bottom: 1px solid #fff; display: flex; width: 90px; justify-content: center; font-size: 15px;
}
.nav li:hover p{
	display: flex;
}
.nav li:hover span a{
	color: #fff;
}
.nav .navcur{
	font-weight: bold;
}
.ss{
	background-color: #fff;  width: 200px; height: 40px; border-radius: 20px; margin-top: 40px; margin-left: 20px;
}
.ss form{
	display: flex; justify-content: space-between; align-items: center; height: 100%; width: 90%;
}
.sstext{
	background: transparent; border: none; padding: 0 10px; width: 100px;
}
.ssbut{
	background-image: url(../images/ss.png); background-repeat: no-repeat; border: none; width: 19px; height: 19px;
}
.m1{
	padding: 60px 0; width: 1200px; max-width: 94%; margin: auto;
}
.tit{
	display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 50px;
}
.tit2{
	font-family: 'arial'; color: #222; font-size: 20px; padding: 10px 0;
}
.tit h1{
	font-size: 40px; color: #333; font-weight: bold; background-image: url(../images/line.png); background-repeat: no-repeat; background-position: center;
	width: 508px; text-align: center;
}
.m1a{
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 25px;
}
.m1a::after {
	content: '';
	width: calc(33.33% - 25px);
}
.m1a a{
	display: flex; flex-direction: column; width: calc(33.33% - 25px); border-radius: 15px; overflow: hidden; background-color: #fff;
	box-shadow: 0 5px 5px #eee; margin: 20px 0; transition: transform 0.3s;
}
.m1a a:hover {
	transform: scale(1.05); /* 鼠标悬停时放大1.1倍 */
}
.m1a a label{
	display: flex; width: 100%; height: 270px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.m1a a label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;
}
.m1a a div{
	padding: 35px;
}
.m1a a div h1{
	font-size: 22px; text-align: left; color: #333;
}
.m1a a div p{
	font-size: 15px; color: #999; line-height: 25px; margin-top: 10px; text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.m2box{
	background-color: #EFEFEF;
}
.m2{
	width: 1200px; max-width: 94%; margin: auto; padding: 60px 0;
}
.m2a{
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px;
}
.m2a::after {
	content: '';
	width: calc(33.33% - 40px);
}
.m2a a{
	display: flex; flex-direction: column; width: calc(33.33% - 40px); border-radius: 15px; overflow: hidden; background-color: #fff;
	box-shadow: 0 5px 5px #eee; margin: 20px 0; transition: transform 0.3s;
}
.m2a a:hover {
	transform: scale(1.05); /* 鼠标悬停时放大1.1倍 */
}
.m2a a label{
	display: flex; width: 100%; height: 195px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.m2a a label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;
}
.m2a a div{
	height: 72px; line-height: 72px; text-align: center; font-size: 22px; color: #333;
}
.m3box{
	background-color: #fafafa;
}
.m3{
	width: 1200px; max-width: 94%; margin: auto; padding: 60px 0;
}
.m3a{
	display: flex; justify-content: space-between;
}
.m3a1{
	width: 469px; height: 469px;
}
.m3a2{
	width: 680px;
}
.m3a2a{
	color: #555; font-size: 22px; font-weight: bold; margin-bottom: 20px;
}
.m3a2b{
	color: #666; line-height: 35px; text-align: justify; font-size: 15px;
}
.m3a2c{
	margin-top: 20px;
}
.m3a2c a{
	background-color: #A10000; color: #fff; padding: 10px 20px; border-radius: 0 10px 0 10px; font-size: 16px;
}
.m4{
	width: 1200px; max-width: 94%; margin: auto; padding: 60px 0; padding-bottom: 30px;
}
.m4a{
	display: flex; justify-content: space-between; flex-wrap: wrap;
}
.m4a::after {
	content: '';
	width: calc(33.33% - 40px);
}
.m4a a{
	display: flex; flex-direction: column; width: calc(33.33% - 40px); border-radius: 15px; overflow: hidden; background-color: #fff;
	box-shadow: 0 5px 5px #eee; transition: transform 0.3s;  margin-bottom: 30px;
}
.m4a a:hover {
	transform: scale(1.05); /* 鼠标悬停时放大1.1倍 */
}
.m4a a label{
	display: flex; width: 100%; height: 195px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.m4a a label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;
}
.m4a a div{
	padding: 35px;position: relative;
}
.m4a a div h2{
	position: absolute; width: 60px; height: 60px; left: 0; top: 0; z-index: 999;
}
.m4a a div h1{
	font-size: 22px; color: #333; line-height: 35px; text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.m4a a div p{
	font-size: 15px; color: #999; line-height: 30px; text-align: justify; margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.m4a a div span{
	font-size: 16px; color: #333;
}
.footer{
	background-color: #A10000; padding: 30px 0;
}
.ft{
	width: 1200px; margin: auto; max-width: 94%; display: flex; justify-content: space-between;
}
.fta{
	width: 700px; display: flex; justify-content: space-between;
}
.fta div{
	width: 180px; padding: 0 30px;
}
.fta div h1{
	font-size: 16px; color: #fff; text-align: center;
}
.fta div p{
	 display: flex; flex-direction: column; align-items: center; margin-top: 20px;
}
.fta div p a{
	color: #fff; font-size: 14px; margin: 5px 0;
}
.ftb{
	width: 400px; padding: 0 20px;
}
.ftb h1{
	font-size: 16px; color: #fff;
}
.ftb h2{
	font-size: 40px; font-family: 'Arial'; margin-top: 20px; color: #fff; margin-bottom: 10px;
}
.ftb h3{
	font-size: 14px; color: #fff; line-height: 30px;
}
.di{
	background-color: #000000; font-size: 16px; color: #fff; padding: 15px 0; text-align: center;
}
.di a{
	color: #fff;
}
.ad{
	height: 378px; background-position: center; background-repeat: no-repeat;
}
.ada{
	width: 1200px; margin: auto; max-width: 94%; position: relative; height: 100%;
}
.ada div{
	height: 75px; position: absolute; bottom: 0px; left: 318px; color: #fff; display: flex; align-items: center;
}
.ada div img{
	margin-right: 10px;
}
.ada div a{
	color: #fff;
}
.ada_1{
	width: 1200px; margin: auto; max-width: 94%; position: relative; height: 100%;
}
.ada_1 div{
	height: 75px; position: absolute; bottom: 0px; color: #fff; display: flex; align-items: center;
}
.ada_1 div img{
	margin-right: 10px;
}
.ada_1 div a{
	color: #fff;
}
.con{
	width: 1200px; margin: auto; max-width: 94%; display: flex; justify-content: space-between;
}
.left{
	width: 275px; position: relative; top: -75px;
}
.lefta{
	margin-bottom: 30px;
}
.lefta h1{
	height: 75px; display: flex; justify-content: center; align-items: center; font-size: 30px; color: #fff; background-color: #A10000;
}
.lefta div{
	width: 100%; box-shadow: 0 5px 5px #eee; display: flex; flex-direction: column;
}
.lefta div a{
	display: flex; height: 65px; align-items: center; border-bottom: 1px solid #eee; font-size: 20px; color: #333;
}
.lefta div a span{
	display: flex; width: 10px; height: 10px; border-radius: 50%; background-color: #999999; margin-right: 20px; margin-left: 60px;
}
.lefta div a img{
	margin-left: 20px; display: none;
}
.lefta .leftcur{
	color: #A10000;
}
.lefta .leftcur span{
	background-color: #A10000;
}
.lefta .leftcur img{
	display: block;
}
.leftb h1{
	height: 75px; display: flex; justify-content: center; align-items: center; font-size: 30px; color: #fff; background-color: #A10000;
}
.leftb div{
	width: 100%; box-shadow: 0 5px 5px #eee; display: flex; flex-direction: column;
}
.leftb div p{
	border-bottom: 1px solid #eee; padding: 20px; display: flex; justify-content: space-between;
}
.leftb div p span{
	width: 35%; color: #333; font-size: 16px;
}
.leftb div p label{
	width: 65%; color: #888; font-size: 16px;text-align: justify;
}
.leftb div h2{
	padding: 5px 20px; display: flex; justify-content: space-between;
}
.leftb div h2 span{
	width: 35%; color: #333; font-size: 16px;
}
.leftb div h2 label{
	width: 65%; color: #888; font-size: 16px;text-align: justify;
}
.leftb div h3{
	height: 15px;
}
.right{
	width: 890px; padding: 30px 0;
}
.about .aba{
	text-align: center;
}
.about .aba h1{
	font-size: 26px; color: #666; font-weight: bold; margin: 30px 0;
}
.abb{
	color: #888; line-height: 30px; font-size: 16px; text-align: justify;
}
.abb img{
	margin: 20px 0;
}
.news{
	width: 1200px; margin: auto; max-width: 94%;
}
.ntitle{
	font-size: 30px; font-weight: bold; text-align: center; padding: 30px 0; border-bottom: 1px solid #eee; color: #A10000;
}
.ninfo{
	color: #888; font-size: 16px; margin: 20px 0; text-align: center;
}
.ncontent{
	font-size: 16px; line-height: 30px; color: #666; text-align: justify; padding: 20px 0;
}
.ncontent img{
	margin: 20px auto; display: flex;
}
.npian{
	border-top: 1px solid #eee; padding: 20px 0;; font-size: 16px; line-height: 30px; color: #666;
}
.npian a{
	color: #666;
}
.newslist a{
	display: flex; justify-content: space-around; border-bottom: 1px solid #EEEEEE; padding: 30px 0;
}
.newslist label{
	display: flex; width: 100px; height: 100px; border-radius: 15px; justify-content: center; align-items: center; overflow: hidden; position: relative;
}
.newslist label span{
	position: absolute; width: 40px; height: 40px; left: 0; top: 0; z-index: 999;
}
.newslist label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;	
}
.newslist div{
	width: 750px;
}
.newslist div h1{
	font-size: 22px; color: #333; height: 25px; line-height: 25px; overflow: hidden; text-overflow: ellipsis;
}
.newslist div p{
	font-size: 15px; overflow: hidden; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; color: #999;
	margin: 13px 0;
}
.newslist div span{
	font-size: 16px; color: #999;
}
.cplist{
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 11.6px;
}
.cplist::after {
	content: '';
	width: calc(33.33% - 11.6px);
}
.cplist a{
	display: flex; flex-direction: column; width: calc(33.33% - 11.6px); border-radius: 15px; overflow: hidden; background-color: #fff;
	box-shadow: 0 5px 5px #eee; margin: 20px 0; transition: transform 0.3s;
}
.cplist a:hover {
	transform: scale(1.05); /* 鼠标悬停时放大1.1倍 */
}
.cplist a label{
	display: flex; width: 100%; height: 215px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.cplist a label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;
}
.cplist a div{
	padding: 30px;
}
.cplist a div h1{
	font-size: 22px; text-align: left; color: #333;
}
.cplist a div p{
	font-size: 15px; color: #999; line-height: 25px; margin-top: 10px; text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.caselist{
	display: flex; justify-content: space-between; flex-wrap: wrap;  gap: 31.6px;
}
.caselist::after {
	content: '';
	width: calc(33.33% - 31.6px);
}
.caselist a{
	display: flex; flex-direction: column; width: calc(33.33% - 31.6px); border-radius: 15px; overflow: hidden; background-color: #fff;
	box-shadow: 0 5px 5px #eee; margin: 20px 0; transition: transform 0.3s;
}
.caselist a:hover {
	transform: scale(1.05); /* 鼠标悬停时放大1.1倍 */
}
.caselist a label{
	display: flex; width: 100%; height: 140px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.caselist a label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;
}
.caselist a div{
	height: 55px; line-height: 55px; text-align: center; font-size: 22px; color: #333;
}
.lx{
	padding: 30px 0;
}
.lxa{
	position: relative;
}
.lxa a{
	position: absolute; right: 0px; bottom: 0px; background-color: #A10000; color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 16px;
}
.lxb{
	display: flex; justify-content: space-between; padding: 50px 0;
}
.lxba{
	width: 370px; padding: 0 50px; border-right: 1px solid #EEEEEE;
}
.lxba1 p{
	color: #666; font-size: 15px; line-height: 30px;
}
.lxba1 p span{
	color: #333; font-weight: bold;
}
.lxba2{
	padding: 30px 0;
}
.lxba2 p{
	color: #A10000; font-size: 30px; font-family: 'Arial'; font-weight: bold; margin: 20px 0;
}
.lxba2 p span{
	color: #494949; font-size: 26px;
}
.lxba3{
	width: 165px; height: 165px; text-align: center;
}
.lxba3 img{
	width: 100%; height: 100%;
}
.lxba3 p{
	margin-top: 10px; color: #333;
}
.lxbb{
	width: 670px;
}
.lxbb1{
	margin-bottom: 30px;
}
.lxbb1 p{
	 font-size: 15px; color: #666; margin-bottom: 10px;
}
.lxbb1 p span{
	color: #333; font-weight: bold;
}
.lxbb2 img{
	width: 100%; position: relative;
}
.lxbb2{
	position: relative;
}
.lxbb2 a{
	position: absolute; right: 0px; bottom: 0px; background-color: #A10000; color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 16px;
}
	


.swiper-banner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.swiper-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-banner .swiper-pagination-bullet-active{
	background: #cca982;
}
.swiper-banner .swiper-pagination-bullet{
	width: 30px; height: 8px; border-radius: 0; opacity: unset;
}
.swiper-banner .swiper-pagination-white .swiper-pagination-bullet-active{
	background: #A10000;
}


.sanxian{
	display: none;
}
.sanxian i{
	font-size: 30px; color: #fff; cursor: pointer;
}
.wapnav{
	width:100%; background-color:#F8F8F8; height:auto; position: absolute; z-index: 999; top: 70px; display: none;
	box-shadow: 0 5px 5px #666;
}
.wapnav li{
	padding:0px; font-size:16px; color:#777777; border-top:1px dashed #bbb;
}
.wapnav li a{
	color:#777777;
}
.wapnav dl{
	padding-left:30px; border-bottom:1px solid #E7E7E7; display:none;
}
.wapnav dl dd{
	line-height:35px; font-size:14px;
}
.wapnav span{
	 display:block; line-height:50px; padding-left:10px;
}
.wapnav span a{
	display: block;
}
.wapnav p{
	padding: 0 10px; display: flex; flex-wrap: wrap; padding-left: 20px; padding-bottom: 10px;
}
.wapnav p a{
	font-size: 14px; display: flex; width: 25%; margin-bottom: 5px; justify-content: center;
}
.wapnav .navmoon{
	 background-color:#E6E6E6;
}
.fu{
	position: fixed; top: 300px; right: 20px; z-index: 999; display: flex; flex-direction: column;
	background-color: #fff; box-shadow: 0px 2px 5px #ddd; border-radius: 10px;
}
.fu div{
	position: relative;
}
.fu label{
	display: flex; width: 60px; height: 60px; overflow: hidden; justify-content: center; align-items: center;
	border-bottom: 2px solid #eee; padding: 20px 20px;
}
.fu .dianhua{
	width: 240px; background-color: #fff; position: absolute; left: -240px; height: 60px; top: 20px;
	color: #000; box-shadow: 0px 2px 5px #ddd; display: none;
}
.fu .dianhua a{
	color: #000; display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; font-size: 30px;
	font-family: 'arial';
}
.fu1:hover .dianhua{
	display: block;
}
.fu .kefu{
	width: 200px; height: 200px; background-color: #fff; position: absolute; left: -200px; top: -50px;
	color: #000; box-shadow: 0px 2px 5px #ddd; display: none; overflow: hidden;
}
.fu2:hover .kefu{
	display: block;
}


.m5{
	width: 1200px; max-width: 94%; margin: auto; padding: 60px 0;
}
.m5a{
	display: flex; justify-content: center; align-items: center; gap: 50px; padding: 40px 0;
}
.m5a a{
	display: flex; height: 50px; border-radius: 25px; border: 2px solid #A10000; color: #333; font-size: 18px;
	width: 160px; justify-content: center; align-items: center; text-align: center;
}
.m5a a:hover{
	background-color: #A10000; color: #fff;
}

.liuyan{
	background-color: #F6F6F6; padding: 50px 0;
}
.lybox{
	width: 1220px; max-width: 94%; margin: auto;
}
.lya{
	text-align: center; font-size: 30px; color: #A10000;;
}
.lyb1{
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 40px 0;
}
.lyb1 p{
	width: 48%;
}
.lytext{
	width: 90%; background-color: #fff; height: 50px; line-height: 50px; padding: 0 5%; border: 1px solid #EEEEEE;
	border-radius: 10px; font-size: 16px; color: #333;
}
.lxb2{
	text-align: center;
}
.lybtn{
	width: 550px; height: 60px; background-color: #A10000; font-size: 18px; color: #fff; border: none; border-radius: 10px;
	cursor: pointer;
}
.tit1{
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.tit1 h1{
	font-size: 28px; color: #333;
}
.tit1 p{
	font-size: 15px; color: #666; margin-top: 30px; line-height: 50px; width: 670px; max-width: 100%; text-align: center;
}

.m9a{
	display: flex; justify-content: space-between; gap: 40px; flex-wrap: nowrap;
}
.m9a a{
	display: flex; flex-direction: column; width: calc(33.33% - 40px); border-radius: 15px; overflow: hidden; background-color: #fff;
	box-shadow: 0 5px 5px #eee; margin: 20px 0; transition: transform 0.3s;
}
.m9a a:hover {
	transform: scale(1.05); /* 鼠标悬停时放大1.1倍 */
}
.m9a a label{
	display: flex; width: 100%; height: 195px; justify-content: center; align-items: center; overflow: hidden; cursor: pointer;
}
.m9a a label img{
	width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;
}
.m9a a div{
	height: 60px; line-height: 60px; text-align: center; font-size: 22px; color: #333;
}