@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'思源黑体';
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#BB272E;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}






@media (min-width:1000px) {
	.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}
	

	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	top:0;
}
.header.yanse a{
	color: #333333;
}
.header.yanse .sx{
	background-color:#CCC;
}
.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#BB272E;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #BB272E;
}
.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:33px;
}
.header.yanse.yanse01 a{
	color: #333;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .sx{
	background-color:rgba(255,255,255,0.30);
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:990;
	height:80px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	height:80px;
}

.logo{
	width:176px;
	display: flex;
	align-items: center;
	height:75px;
	max-width:11%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
	height: 55px;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:2.125vw;
	font-size:16px;
	position:relative;
}
.innav ul li .hx{
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.innav ul li .hx i{
	width:0;
	height:1px;
	background-color:#BB272E;
	transition: all 0.6s;
}
.innav ul li:hover .hx i{
	width:100%;
}
.innav ul li.cur .hx i{
	width:100%;
}
.innav ul li a{
	height: 55px;
	line-height:55px;
}
.innav ul li b{
	font-family: DIN;
	font-size:18px;
	margin-left:10px;
}
.innav ul li a:hover{
	color:#BB272E;
}
.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:28px;
	color:#BB272E;
}
.intel .pic01{
	margin-right:10px;
}
.intel .pic02{
	margin-left:40px;
}

.intit{
	width:100%;
	float:left;
	margin-top:120px;
	text-align:center;
}
.intit.texl{
	text-align:left;
}
.intit dl dt{
	font-size:40px;
	line-height:60px;
	color:#333;
	font-weight: 500;
	
}
.intit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.inpro1{
	width:100%;
	float:left;
	margin-top:60px;
}
.inpro1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro1 ul li{
	width:11.1%;
	position:relative;
	text-align:center;
}
.inpro1 ul li .hx{
	width:4.5vw;
	height:1px;
	position:absolute;
	left:calc(50% + 2.4vw);
	top:33px;
	z-index:1;
	background-color:#999999;
}
.inpro1 ul li dl dt{
	height:68px;
	display: flex;
	justify-content: center;
}
.inpro1 ul li dl dt i{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	padding-bottom:30px;
	height:68px;
	border-radius:50%;
}
.inpro1 ul li dl dt img{}
.inpro1 ul li .pic01{
	display:inline-block;
}
.inpro1 ul li .pic02{
	display:none;
}
.inpro1 ul li:hover .pic01{
	display:none;
}
.inpro1 ul li:hover .pic02{
	display:inline-block;
}
.inpro1 ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

.solution{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background:url(../img/sobg.png);
	background-size:cover;
}
.solution .a01{
	width:21.5625%;
}
.solution .a01 ul li{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.solution .a01 ul li:first-child{
	margin-top:0;
}
.solution .a01.start ul li{
	justify-content: space-between;
}
.solution .a01.start ul li div{
	justify-content: flex-start;
	background-image:url(../img/b02.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	margin-right:0px;
	margin-left:40px;
}
.solution .a01 ul li:hover div{
	background: #bb272e;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	color:#FFF;
}
.solution .a01.start ul li div img{
	margin-left:0px;
	margin-right:34px;
}
.solution .a01.start ul li:nth-child(2) div{
	margin-left:0px;
}
.solution .a01 ul li div{
	height: 103px;
	background-image:url(../img/b01.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	padding:0px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size:16px;
	color:#333;
	margin-right:40px;
	border-radius: 100px;
	transition: all 0.6s;
	max-width:100%;
}
.solution .a01 ul li:nth-child(2) div{
	margin-right:0px;
}
.solution .a01 ul li div img{
	margin-left:34px;
}
.solution .a02{
	width:37.75%;
	position:relative;
	overflow:hidden;
}
.solution .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.solution .a02 .more{
	display:flex;
	position:absolute;
	justify-content: center;
	width: 100%;
	height: 62px;
	bottom:100px;
}
.solution .a02 .more a{
	width: 215px;
	height: 62px;
	border:1px solid #bb272e;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.solution .a02 .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.solution .a02 .more a:hover .mask{
	width:100%;
}
.solution .a02 .more a:hover .a001{
	color:#FFF;
}
.solution .a02 .more a:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.solution .a02 .more a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#BB272E;
}
.solution .a02 .more a .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}

.inab{
	width:100%;
	float:left;
	margin-top:120px;
	padding-top:130px;
	padding-bottom:114px;
	background-image:url(../img/gdhc01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.abtit{
	width:100%;
	float:left;
}
.abtit dl dt{
	font-size:36px;
	line-height:50px;
	font-weight:700;
	
}
.abtit dl dd{
	font-size:14px;
	line-height:30px;
	color:#666;
}
.absm{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	align-items: center;
	font-size:16px;
	line-height:30px;
	color:#666666;
	font-weight:600;
}
.absm div{
	width:81.75%;
}

.inmore{
	display:flex;
	justify-content: center;
	width: 100%;
	height: 62px;
	margin-top:60px;
	float:left;
}
.inmore.jz{
	justify-content: flex-start;
}
.inmore a{
	width: 215px;
	height: 62px;
	border:1px solid #bb272e;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.inmore a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.inmore a:hover .mask{
	width:100%;
}
.inmore a:hover .a001{
	color:#FFF;
}
.inmore a:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.inmore a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#BB272E;
}
.inmore a .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.innum{
	width:100%;
	float:left;
	margin-top:120px;
}
.innum ul{
	display: flex;
	flex-wrap: wrap;
}
.innum ul li{
	width: auto;
	padding-bottom:40px;
	position:relative;
	margin-right:7.2vw;
}
.innum ul li em{
	width:0;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#bb272e;
	transition: all 0.6s;
}
.innum ul li dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size:64px;
	line-height:70px;
	font-family: DIN;
	border-bottom:1px solid #bb272e;
	padding-bottom:20px;
}
.innum ul li dl dt.red{
	color:#BB272E;
}
.innum ul li dl dt i{
	font-size:14px;
	line-height:18px;
	margin-left:5px;
}
.innum ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:18px;
}
.innum ul li:hover em{
	width:100%;
}
.innum ul li:hover dl dt{
	color:#BB272E;
}
.innum ul li:hover dl dd{
	color:#BB272E;
}

.foot{
	width:100%;
	float:left;
	background-color:#e9edf0;
	padding-top:30px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:50px 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.gjz{
	width: 226px;
	height: 62px;
	border:1px solid #bb272e;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:16px;
	color:#BB272E;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.gjz .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.gjz:hover .mask{
	width:100%;
}
.gjz:hover .a001{
	color:#FFF;
}
.gjz:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.gjz .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#BB272E;
}
.gjz .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}

.foot02{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
}
.foot02 .a01{
	width:auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width:30%;
}
.foot02 .a01 div{
	text-align:center;
	margin-left:20px;
	font-size:14px;
	line-height:18px;
	color:#999;
	max-width:38%;
}
.foot02 .a01 div img{
	max-width:100%;
}
.foot02 dl dt{
	font-size:16px;
	line-height:21px;
	color:#333;
	padding-bottom:13px;
}
.foot02 dl dd{
	margin-top:17px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.foot02 dl dd a{
	color:#666;
}
.foot02 dl dd a:hover{
	color:#BB272E;
}
.foot03{
	width:100%;
	float:left;
	margin-top:55px;
	border-top:1px solid rgba(0,0,0,0.10);
	padding:40px 0;
	font-size:12px;
	line-height:16px;
	color:#999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot03 a{
	color:#999;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
	text-align:center; 
	height:300px;
}
.nybanner .pic{
	overflow:hidden;
	height:300px;
	width:100%;
}
.nybanner .pic img{
	min-width:100%;
	height:100%;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	z-index:10;
	top:0;
	left:0;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:53px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}
.nybanner .tex dl dd{
	margin-top:12px;
	color:#FFF;
	font-size:14px;
	line-height:18px;
	display: flex;
	align-items: left;
	text-align:left;
}
.nybanner .tex dl dd a{
	color:#FFF;
}
.nybanner .tex dl dd img{
	margin-right:16px;
}
.xlm{
	width:100%;
	position:absolute;
	height:54px;
	left:0;
	bottom:-27px;
	z-index:11;
}
.xlm ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.xlm ul li{
	width: 152px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
	margin-left:12px;
	margin-right:12px;
}
.xlm ul li:hover{
	border:1px solid #BB272E;
}
.xlm ul li.cur{
	border:1px solid #BB272E;
}
.xlm ul li.cur .mask{
	width:100%;
}
.xlm ul li.cur a{
	color:#FFF;
}
.xlm ul li .mask{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.xlm ul li:hover .mask{
	width:100%;
}
.xlm ul li a{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	font-size:18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xlm ul li:hover a{
	color:#FFF;
}
.nyab{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	margin-top:90px;
}
.nyab div{
	width:87.3125%;
	font-size:16px;
	line-height:32px;
	text-align:center;
	color: #666666;
	
}
.nyab h1{
font-size: 40px;
font-family: Source Han Sans CN, Source Han Sans CN-Medium;
font-weight: 500;
text-align: CENTER;
color: #4f4f4f;
line-height: 60px;
}
.nyab h2{
font-size: 24px;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: CENTER;
color: #999999;
line-height: 28px;
margin-bottom:40px;
}
.nysp{
	width:100%;
	float:left;
	margin-top:60px;
	position:relative;
	overflow:hidden;
	border-radius: 24px;
}
.nysp img{
	width:100%;
	height:auto;
	display:block;
}
.nysp .play{
	width:118px;
	height:118px;
	position:absolute;
	left:calc(50% - 59px);
	top:calc(50% - 59px);
	z-index:11;
	background-image:url(../img/play.png);
	background-position:center;
	background-repeat:no-repeat;	
}

.nytit{
	width:100%;
	float:left;
	margin-top:140px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nytit img{
	margin-left:24px;
	margin-right:24px;
}
.nytit dl dt{
	font-size:40px;
	line-height:60px;
	text-align:center;
	font-weight: 500;
	
}
.nytit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.wjbz{
	width:100%;
	float:left;
	margin-bottom:120px;
	margin-top:120px;
	position:relative;
	border-radius:40px;
	overflow:hidden;
}
.wjbz img{
	width:100%;
	height:auto;
	display:block;
}
.wjbz .tex{
	width:23.3125%;
	height:100%;
	position:absolute;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	left:80px;
	font-size:14px;
	line-height:30px;
}
.wjbz .tex dl dt{
	font-size:40px;
	line-height:60px;
	color:#333;
	
}
.wjbz .tex dl dd{
	display:flex;
	margin-top:30px;
	margin-bottom:56px;
}
.wjbz .tex dl dd i{
	width: 72px;
	height: 3px;
	background: #bb272e;
}
.wjbz .tex .more{
	display:flex;
	margin-top:70px;
}
.wjbz .tex .more a{
	width: 196px;
	height: 62px;
	border: 1px solid #999999;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:16px;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.wjbz .tex .more a:hover{
	border:1px solid #BB272E;
}
.wjbz .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.wjbz .tex .more a:hover .mask{
	width:100%;
}
.wjbz .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#333;
}
.wjbz .tex .more a:hover .a01{
	color:#FFF;
}

.search{
	width:100%;
	float:left;
	margin-top:100px;
	height: 80px;
	border: 1px solid #e0e0e0;
	border-radius: 60px;
	padding:16px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search .ss{
	width: 48px;
	height: 48px;
	background: #bb272e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.search .ss img{
	max-height:100%;
	max-width:100%;
}
.bk{
	width:calc(100% - 48px);
	border:0px;
	outline:none;
	font-size:14px;
	color:#999;
	font-family:'思源黑体';
	padding-left:24px;
}
.cptit{
	width:100%;
	float:left;
	margin-top:80px;
}
.cptit dl dt{
	font-size:32px;
	line-height:48px;
	font-weight: 500;
	
}
.cptit dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(25.4% - 30px);
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 16px;
	overflow:hidden;
	margin-right:30px;
	transition: all 0.6s;
	margin-top:60px;
}

.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li:hover{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10); 
}
.prolist ul li dl dt{
	overflow:hidden;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dd{
	height:94px;
	line-height:94px;
	position:relative;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-top: 1px solid #e0e0e0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prolist ul li:hover dl dd{ color:#BB272E;}
.prolist ul li dl dd i{
	width:24px;
	height:25px;
	position:absolute;
	right:40px;
	top:34.5px;
	z-index:1;
	background-image:url(../img/lj666.png);
	background-position:center;
	background-repeat:no-repeat;
}
.prolm{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
}
.prolm a{
	width:calc(16.9% - 28px);
	height:60px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 31px;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:40px;
	margin-right:28px;
}
.prolm a:nth-child(6n){
	margin-right:0px;
}
.prolm a:hover{
	border:1px solid #BB272E;
}
.prolm a.cur{
	border:1px solid #BB272E;
}
.prolm a.cur .mask{
	width:100%;
}
.prolm a.cur .tex{
	color: #FFF;
}
.prolm a .mask{
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.prolm a:hover .mask{
	width:100%;
}
.prolm a .tex{
	width:100%;
	height:60px;
	line-height:60px;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	font-size:18px;
	color:#333;
	text-align:center;
}
.prolm a:hover .tex{
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:100px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	border-radius: 50%;
	line-height:50px;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#BB272E;
}
.fy ul li .cur{
	background:#BB272E;
	color:#FFF;
}

.weizi{
	width:100%;
	float:left;
	margin-top:135px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.weizi div{
	display: flex;
	align-items: center;
}
.weizi div.a1{
	font-size:14px;
	line-height:18px;
	color:#999;
}
.weizi div.a1 img{
	margin-right:16px;
}
.weizi div.a2{
	width: 204px;
	height: 61px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.weizi div.a2 .mask{
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.weizi div.a2:hover .mask{
	width:100%;
}
.weizi div.a2 a{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.weizi div.a2 a img{
	margin-right:20px;
}
.weizi div.a2 a .pic01{
	display:inline-block;
}
.weizi div.a2 a .pic02{
	display:none;
}
.weizi div.a2:hover a .pic01{
	display:none;
}
.weizi div.a2:hover a .pic02{
	display:inline-block;
}
.weizi div.a2:hover a{
	color:#FFF;
}

.proshow1{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow1-l{
	width:700px;
}

.zoombox{
	width:700px;
	float:left;
}
.zoompic{
	width:700px;
	height:476px; 
	display:flex;
	align-items: center;
	justify-content: center;
}
.zoompic img{
	max-width:100%;
	height:auto;
}
.sliderbox{
	height:110px;
	overflow:hidden;
	margin:6px 0 0 0; 
	position:relative;
}
.sliderbox .arrow-btn{
	width:16px;
	height:32px;
	cursor:pointer; 
	position:absolute; 
	z-index:11; 
	top:calc(50% - 16px);
}
.sliderbox #btn-left{
	left:10px;
	background-image:url(../img/yj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.sliderbox #btn-left.dasabled{
	background-image:url(../img/zj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(360deg);
}
.sliderbox #btn-right{
	right:10px;
	background-image:url(../img/yj.png);
	background-position:center;
	background-repeat:no-repeat;
}
.sliderbox #btn-right.dasabled{
	background-image:url(../img/zj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.sliderbox .slider{
	float:left;
	height:110px;
	width:700px;
	position:relative;
	overflow:hidden;
	display:inline;
}
.sliderbox .slider ul{
	position:absolute;
	left:0;
	width:999em;
}
.sliderbox .slider li{
	float:left;
	width:166px;
	height:110px;
	text-align:center; 
	/*margin-right:12px;*/
}
.sliderbox .slider li img{
	border:solid 1px #dfdfdf; 
	width:164px;
}
.sliderbox .slider li.current img{
	border:solid 1px #BB272E;
}


.proshow1-r{
	width:calc(100% - 800px);
	font-size:14px;
	line-height:30px;
	color:#666;
}
.proshow1-r h1{
	padding-bottom:30px;
	font-size:28px;
	color:#333;
	line-height:37px;
	margin-bottom:60px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.proshow1-r .more{
	display:flex;
	margin-top:60px;
}
.proshow1-r .more a{
	width: 196px;
	height: 61px;
	border: 1px solid #999999;
	border-radius: 40px;
	margin-right:20px;
	position:relative;
	overflow:hidden;
}
.proshow1-r .more a .mask{
	width:0;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-color:#BB272E;
	transition: all 0.6s;
}
.proshow1-r .more a:hover .mask{
	width:100%;
}
.proshow1-r .more a .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	font-size:16px;
	text-align: center;
	line-height:61px;
}
.proshow1-r .more a:hover .tex{
	color:#FFF;
}
.hdm{
	width:100%;
	float:left;
	margin-top:115px;
}
.pos2{ position:fixed; background:#FFF; top:65px; margin-top:0px; left:0; padding-top:20px; z-index:9999}
.hdm ul{
	display:flex;
	align-items: center;
	justify-content: center;
}
.hdm ul li{
	width:auto;
	margin-left:54px;
	margin-right:54px;
	padding-bottom:20px;
	position:relative;
	font-size:16px;
}
.hdm ul li i{
	width:100%;
	height:4px;
	background-color:#bb272e;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
}
.hdm ul li:hover i{
	opacity:1;
}
.hdm ul li.cur i{
	opacity:1;
}
.hdm ul li.cur{
	font-weight:bold;
}
.hdtex{
	width:100%;
	float:left;
	margin-top:20px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	padding:80px;
}
.hdtex01{
	width:100%;
	float:left;
}
.hdtex01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hdtex01 ul li{
	width:17.5%;
	padding-left:20px;
	font-size:20px;
}
.hdtex01 ul li:first-child{
	
}
.hdtex01 ul li:nth-child(3n){ width:30%;}
.hdtex02{
	width:100%;
	float:left;
	border:1px solid #e0e0e0;
	border-bottom:0px;
	margin-top:40px;
}
.hdtex02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hdtex02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #e0e0e0;
	height:80px;
}
.hdtex02 ul li .lb{
	width:17.5%;
	padding-left:20px;
	font-size:16px;
	height:80px;
	display: flex;
	align-items: center;
}
.hdtex02 ul li .lb:first-child{

}
.hdtex02 ul li .lb:nth-child(3n){ width:30%;}
.hdtex02 ul li .lb a{
	width: 150px;
	height: 45px;
	border: 1px solid #999999;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.hdtex02 ul li .lb a .mask{
	width:0px;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-color:#BB272E;
	transition: all 0.6s;
}
.hdtex02 ul li .lb a:hover .mask{
	width:100%;
}
.hdtex02 ul li .lb a .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	font-size:14px;
	text-align: center;
	line-height:45px;
}
.hdtex02 ul li .lb a:hover .tex{
	color:#FFF;
}
.xqtit{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:28px;
	line-height:37px;
	font-weight:bold;
}
.tedian{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
}
.tedian div{
	width:75.875%;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.nyfaan{
	width:100%;
	float:left;
}
.nyfaan ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyfaan ul li{
	width:calc(50% - 17px);
	margin-top:40px;
	border:1px solid #e0e0e0;
	border-radius:10px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyfaan ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyfaan ul li .pic{
	width:48%;
	overflow:hidden
}
.nyfaan ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyfaan ul li:hover .pic img{
	transform: scale(1.05);
}
.nyfaan ul li .tex{
	width:52%;
	padding:40px 40px 0px 40px;
}
.nyfaan ul li .tex h1{
	font-size:18px;
	line-height:24px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nyfaan ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#666;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nyfaan ul li .tex dl dd{
	margin-top:36px;
	font-size:14px;
	color:#666;
	line-height:18px;
}

.nyinmore{
	display:flex;
	justify-content: center;
	width: 100%;
	height: 62px;
	margin-top:40px;
	float:left;
	margin-bottom:120px;
}
.nyinmore a{
	width: 196px;
	height: 62px;
	border:1px solid #e0e0e0;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:16px;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.nyinmore a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.nyinmore a:hover .mask{
	width:100%;
}
.nyinmore a:hover .a001{
	color:#FFF;
}
.nyinmore a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:16px;
	color:#333;
}
.con{
	width:100%;
	float:left;
	margin-top:120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.con-l{
	width:18.75%;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	height: 103px;
	background:#f2f2f2;
	border-radius:100px;
	backdrop-filter: blur(12.5px);
	DISPLAY: block;  
	CURSOR: pointer;
	padding:22px;
	display: flex;
	align-items: center;
	font-size:16px;
	margin-top:20px;
}
.subNav a{
	display: flex;
	align-items: center;
	width:100%;
}
.subNav img{
	margin-right:1.0vw;
}
.subNav:hover{
	float:left;
}
.currentDd{
	background: #fff;
	border:2px solid #f2f2f2;
	border-radius: 24px 24px 0 0;
	border-bottom:0px;
}
.currentDd a{
}
.navContent{
	display: none;
	float:left;
	background: #fff;
	border-radius: 0px 0 24px 24px;
	width:100%;
	padding-bottom:30px;
	border:2px solid #f2f2f2;
	border-top:0px;
}
.navContent dl dd{
	display:flex;
	justify-content:center;
	margin-top:7px;
}
.navContent dl dd .cur{
	border: 1px solid #bb272e;
	border-radius: 30px;
	color:#BB272E;
}
.navContent dl dd a{
	padding:14px 27px;
}
.navContent dl dd a:hover{
	border: 1px solid #bb272e;
	border-radius: 30px;
	color:#BB272E;
}

.con-r{
	width:76.28%;
}
.falist{
	width:100%;
	float:left;
}
.falist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	padding:34px 40px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.falist ul li:first-child{
	margin-top:0px;
}
.falist ul li .pic{
	width:32%;
	overflow:hidden;
	border-radius:15px;
}
.falist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .pic img{
	transform: scale(1.05);
}
.falist ul li .tex{
	width:40%;
}
.falist ul li .tex h1{
	font-size:20px;
	line-height:30px;
}
.falist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	color:#666;
}
.falist ul li .tex dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#999;
}
.falist ul li .more{
	width: 164px;
	height: 61px;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.falist ul li .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:16px;
	line-height:61px;
}
.falist ul li .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.falist ul li .more:hover .mask{
	width:100%;
}
.falist ul li .more:hover a{
	color:#FFF;
}
.dz01{
	width:100%;
	float:left;
	margin-top:120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dz01-l{
	width:42.875%;
}
.dz01-l01{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.dz01-r{
	width:50%;
	overflow:hidden;
}
.dz01-r img{
	width:100%;
	height:auto;
}

.nydz{
	width:100%;
	float:left;
	margin-top:20px;
}
.nydz ul{
	display: flex;
	flex-wrap: wrap;
}
.nydz ul li{
	width:calc(34.2% - 60px);
	margin-right:60px;
	margin-top:40px;
	position:relative;
	
}
.nydz ul li:nth-child(3n){
	margin-right:0px;
}
.nydz ul li .pic{
	overflow:hidden;
	border-radius:25px;
}
.nydz ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nydz ul li:hover .pic img{
	transform: scale(1.05);
}
.nydz ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding-left:50px;
	padding-right:40px;
	padding-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:16px;
}


.zdy{
	width:100%;
	float:left;
	margin-top:60px;
	background-image:url(../img/xmbj.png);
	background-position:center;
	background-repeat:no-repeat;
	height:525px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zdy .a01{
	width:26%;
}
.zdy .a01 ul li{
	width:100%;
	height: 103px;
	background: rgba(255,255,255,0.80);
	border: 3px solid rgba(187,39,46,0.30);
	border-radius: 100px;
	backdrop-filter: blur(12.5px);
	padding:22px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	transition: all 0.6s;
	margin-top:103px;
	font-size:16px;
}
.zdy .a01 ul li.end{
	justify-content:flex-end;
}
.zdy .a01 ul li:first-child{
	margin-top:0px;
}
.zdy .a01 ul li i{
	margin-right:73px;
	margin-left:73px
}
.zdy .a01 ul li .pic01{
	opacity:0;
	width:auto;
	height:auto;
}
.zdy .a01 ul li:hover .pic01{
	opacity:1;
}
.zdy .a01 ul li:hover{
	background: #bb272e;
	border-radius: 100px;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	color:#fff;
}
.zdy .a02{
	width:21%;
	overflow:hidden;
}
.zdy .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.rx{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
}
.rx dl dt{
	font-size:16px;
	line-height:21px;
	color:#666;
}
.rx dl dd{
	margin-top:10px;
	font-size:32px;
	line-height:35px;
	color:#BB272E;
	font-family: DIN;
}

.dz02{
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:60px;
}
.dz02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dz02 ul li{
	width:30.8125%;
	position:relative;
	overflow:hidden;
	border-radius:25px;
}
.dz02 ul li img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.dz02 ul li:hover img{
	transform: scale(1.05);
}
.dz02 ul li .tex{
	width:50.3%;
	position:absolute;
	top:60px;
	left:50px;
	z-index:11;
}
.dz02 ul li .tex dl dt{
	font-size:24px;
	line-height:36px;
}
.dz02 ul li .tex dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:28px;
}
.liuc{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/hx.jpg);
	background-position: center top 158px;
	background-repeat:repeat-x;
}
.liuc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuc ul li{
	width:14.2857%;
}
.liuc ul li h1{
	height:96px;
	background-image:url(../img/kfbj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	padding:20px 20px;
	padding-bottom:35px;
	font-size:12px;
	line-height:25px;
	color:#666;
	transition: all 0.6s;
	text-align:center;
}
.liuc ul li dl dt{
	margin-top:22px;
	background-image:url(../img/kf01.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	height:43px;
	line-height:43px;
}
.liuc ul li dl dd{
	margin-top:11px;
	text-align:center;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.liuc ul li:nth-child(2n){
	margin-top:116px;
}
.liuc ul li:nth-child(2n) h1{
	margin-top:22px;
	background-image:url(../img/kfbj03.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:35px;
}
.liuc ul li:hover h1{
	background-image:url(../img/kfbj02.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
}
.liuc ul li:nth-child(2n):hover h1{
	background-image:url(../img/kfbj04.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:30px;
	margin-bottom:120px;
}
.subNav2{
	width:100%; 
	float:left; 
	height: 103px;
	background: rgba(255,255,255,0.80);
	border: 2px solid #e0e0e0;
	border-radius:100px;
	backdrop-filter: blur(12.5px);
	DISPLAY: block;  
	CURSOR: pointer;
	padding:22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:16px;
	margin-top:30px;
}
.subNav2 .a01{
	display: flex;
	align-items: center;
}
.subNav2 .a01 div{
	width: 60px;
	height: 60px;
	border: 1px solid rgba(187,39,46,0.30);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:20px;
	text-transform:uppercase;
	margin-right:60px;
}
.subNav2 i{
	width:36px;
	height:36px;
	background-image:url(../img/jt001.png);
	background-position:center;
	background-repeat:no-repeat;
}
.subNav2:hover{
	float:left;
}
.currentDd2{
	background: #e9edf0;
	border:2px solid #e9edf0;
	border-radius: 24px 24px 0 0;
}
.currentDd2 .a01 div{
	background-color:#BB272E;
	border:1px solid #BB272E;
	color:#FFF;
}
.currentDd2 i{
	background-image:url(../img/jt002.png);
	background-position:center;
	background-repeat:no-repeat;
}
.currentDd2 a{
	color: #FFFFFF;
}
.navContent2{
	display: none;
	float:left;
	background: #e9edf0;
	border-radius: 0px 0 24px 24px;
	width:100%;
	padding:40px 140px;
	padding-bottom:60px;
	border-top:1px solid rgba(0,0,0,0.10);
	font-size:16px;
	line-height:21px;
	color:#666;
}

.newtj{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
	margin-top:120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 24px;
	overflow:hidden;
}
.newtj .pic{
	width:66%;
	overflow:hidden;
}
.newtj .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:34%;
	padding:60px;
}
.newtj.tex dl dt{
	font-size:16px;
	line-height:19px;
	color:#666;
}
.newtj .tex dl dd{
	margin-top:50px;
	font-size:24px;
	line-height:43px;
	color:#333;
	font-weight:bold;
}
.newtj .tex .show{
	display:flex;
	margin-top:117px;
}
.newtj .tex .show .more{
	width: 164px;
	height: 61px;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.newtj .tex .show .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:16px;
	line-height:61px;
}
.newtj .tex .show .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.newtj .tex .show .more:hover .mask{
	width:100%;
}
.newtj .tex .show .more:hover a{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	padding:34px 40px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .pic{
	width:24%;
	overflow:hidden;
	border-radius:15px;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:55%;
}
.newlist ul li .tex h1{
	font-size:20px;
	line-height:26px;
}
.newlist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	color:#666;
}
.newlist ul li .tex dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#999;
}
.newlist ul li .more{
	width: 164px;
	height: 61px;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.newlist ul li .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:16px;
	line-height:61px;
}
.newlist ul li .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.newlist ul li .more:hover .mask{
	width:100%;
}
.newlist ul li .more:hover a{
	color:#FFF;
}
.newlist ul li:hover .tex h1{
	color:#BB272E;
}

.newshow{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:100px;
}
.show-l{
	width:67.8125%;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#666;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.show-r{
	width:28.375%;
	padding:40px;
	background-color:#FFF;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
}
.show-r h1{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:26px;
	line-height:26px;
}
.show-r h1 div{
	display:flex;
	align-items: center;
}
.show-r h1 div i{
	width: 8px;
	height: 8px;
	background: #BB272E;
	border-radius: 50%;
	margin-left:10px;
}
.show-r ul li{
	width:100%;
	float:left;
	margin-top:60px;
}
.show-r ul li .pic{
	overflow:hidden;
}
.show-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.show-r ul li:hover .pic img{
	transform: scale(1.05);
}
.show-r ul li dl dt{
	margin-top:30px;
	font-size:18px;
	line-height:32px;
}
.show-r ul li dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.show-r ul li dl dd a{
	display:flex;
	align-items: center;
	color:#999;
}
.show-r ul li dl dd a i{
	width:14px;
	height:14px;
	background-image:url(../img/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fx{
	width:100%;
	float:left;
	margin-top:50px;
	display:flex;
	align-items: center;
}
.fx img{
	margin-left:10px;
}

.lx01{
	width:100%;
	float:left;
	background-image:url(../img/lxbj.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:425px
}
.lx02{
	width:100%;
	float:left;
	margin-top:80px;
}
.lx02 ul{
	display:flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:auto;
	margin-right:100px;
}
.lx02 ul li .pic{
	overflow:hidden;
}
.lx02 ul li .pic01{
	display:inline-block;
}
.lx02 ul li .pic02{
	display: none;
}
.lx02 ul li:hover .pic01{
	display:none;
}
.lx02 ul li:hover .pic02{
	display:inline-block;
}
.lx02 ul li dl dt{
	margin-top:30px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.lx02 ul li dl dd{
	margin-top:10px;
	font-size:20px;
	line-height:22px;
	
}
.map{
	width:100%;
	float:left;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:22px;
	display:flex;
	justify-content: center;
	margin-bottom:100px;
}
.zxly div{
	width:90%;
}
.zxly div ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly div ul li{
	width:calc(50.5% - 30px);
	margin-right:30px;
	margin-top:30px;
	display:flex;
}
.zxly div ul li:nth-child(2n){
	margin-right:0px;
}
.zxly div ul li:nth-child(5){
	margin-right:0px;
	width:100%;
	justify-content: center;
	margin-top:48px;
}
.zxly div ul li:nth-child(6){
	margin-right:0px;
	width:100%;
	justify-content: center;
	margin-top:48px;
}
.bk2{
	width:100%;
	border: 1px solid #bdbdbd;
	padding-left:30px;
	line-height:80px;
	outline:none;
	font-family:'微软雅黑';
	color:#666;
	font-size:14px;
	border-radius: 41px;
}
.bk3{
	width:100%;
	border: 1px solid #bdbdbd;
	padding-left:30px;
	line-height:80px;
	outline:none;
	font-family:'微软雅黑';
	color:#666;
	font-size:14px;
	border-radius: 24px;
}
.anniu{
	width: 184px;
	height: 62px;
	background:#BB272E;
	border-radius: 40px;
	line-height:62px;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:14px;
	color:#fff;
	border:0px;
}

.insolu{
	width:100%;
	float:left;
	margin-top:155px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insolu-l{
	width:55.25%;
	position:relative;
}
.insolu-l .pic{
	width:73.2%;
}
.insolu-l .pic img{
	width:100%;
	height:auto;
	display:block;
}
.insolu-l .tex{
	width:31.5%;
	position:absolute;
	height:100%;
	top:0;
	right:0;
	z-index:1;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.insolu-l .tex ul li{
	width:100%;
	float:left;
	margin-top:35px;
	display:flex;
	align-items: center;
	font-size:16px;
}
.insolu-l .tex ul li img{
	margin-right:18px;
}
.insolu-l .tex ul li .pic01{
	display:inline-block;
}
.insolu-l .tex ul li .pic02{
	display:none;
}
.insolu-l .tex ul li:hover{cursor:pointer}
.insolu-l .tex ul li:hover .pic01{
	display:none;
}
.insolu-l .tex ul li:hover .pic02{
	display:inline-block;
}

.insolu-l .tex ul li.cur .pic01{
	display:none;
}
.insolu-l .tex ul li.cur .pic02{
	display:inline-block;
}
.insolu-l .tex ul li:first-child{
	margin-top:0px;
}

.insolu-r{
	width:34%;
}
.insolu-r01{
	width:100%;
	float:left;
	margin-top:56px;
	border: 2px solid #f2f2f2;
	border-radius: 24px;
	padding:30px 40px;
}
.insolu-r01 dl dt{
	overflow:hidden;
}
.insolu-r01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.insolu-r01 dl dd{
	display:flex;
	flex-wrap: wrap;
	margin-top:8px;
}
.insolu-r01 dl dd a{
	padding:14px 27px;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	margin-top:21px;
	margin-right:21px;
}
.insolu-r01 dl dd a:hover{
	border: 1px solid #bb272e;
	border-radius: 30px;
	color:#bb272e;
}





.mart0{
	margin-top:0px;
}
.mart40{
	margin-top:40px;
}
.mart70{
	margin-top:70px;
}
.mart20{
	margin-top:20px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-100px;}
.dingw2{ width:100%; float:left; margin-top:-60px;}

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}

.dz01-l01 .pic01{
	display:none;
}
	
}


@media (min-width:1000px) and (max-width:1600px){


.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:28px;
	color:#BB272E;
}
.intel .pic01{
	margin-right:10px;
}
.intel .pic02{
	margin-left:40px;
}

}

@media (min-width:1000px) and (max-width:1500px){

.innav ul li{
	margin-left:2.5vw;
}
.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:24px;
	color:#BB272E;
}
.intel .pic01{
	margin-right:10px;
	max-height:20px;
}
.intel .pic02{
	margin-left:30px;
	max-height:30px;
}

.zdy .a01 ul li i{
	margin-right:23px;
	margin-left:23px
}
	
}

@media (min-width:1000px) and (max-width:1440px){
	.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
	height:65px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	height:65px;
}

.logo{
	width:176px;
	display: flex;
	align-items: center;
	height:55px;
	max-width:11%;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:65px;
	position:relative;
	text-align:center; 
	height:300px;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:2.125vw;
	font-size:12px;
	position:relative;
}

.intel{
	width: auto;
	display: flex;
	align-items: center;
	font-family: DIN;
	font-size:20px;
	color:#BB272E;
}
.intel .pic01{
	margin-right:5px;
	max-height:20px;
}
.intel .pic02{
	margin-left:20px;
	max-height:25px;
}
.prolist ul li dl dd i{
	width:24px;
	height:25px;
	position:absolute;
	right:40px;
	top:34.5px;
	z-index:1;
	background-image:url(../img/lj666.png);
	background-position:center;
	background-repeat:no-repeat;
	display:none
}
	
	.inpro1{
	width:100%;
	float:left;
	margin-top:60px;
}
.inpro1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro1 ul li{
	width:12.5%;
	position:relative;
	text-align:center;
}
.inpro1 ul li .hx{
	width:100px;
	height:1px;
	position:absolute;
	left:calc(50% + 50px);
	top:33px;
	z-index:1;
	background-color:#999999;
	display:none;
}
.inpro1 ul li dl dt{
	height:68px;
	display: flex;
	justify-content: center;
}
.inpro1 ul li dl dt i{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	padding-bottom:30px;
	height:68px;
	border-radius:50%;
}
.inpro1 ul li .pic01{
	display:inline-block;
}
.inpro1 ul li .pic02{
	display:none;
}
.inpro1 ul li:hover .pic01{
	display:none;
}
.inpro1 ul li:hover .pic02{
	display:inline-block;
}
.inpro1 ul li dl dd{
	margin-top:20px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

.innum ul li dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:42px;
	line-height:70px;
	font-family: DIN;
}
.innum ul li dl dt.red{
	color:#BB272E;
}
.innum ul li dl dt i{
	font-size:14px;
	line-height:18px;
	margin-left:5px;
}
.innum ul li dl dd{
	margin-top:2px;
	font-size:14px;
	line-height:18px;
	text-align:center;
}

.solution{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background:url(../img/sobg.png);
	background-size:cover;
}
.solution .a01{
	width:32%;
}
.solution .a01 ul li{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.solution .a01 ul li:first-child{
	margin-top:0;
}
.solution .a01.start ul li{
	justify-content: space-between;
}
.solution .a01.start ul li div{
	justify-content: flex-start;
	background-image:url(../img/b02.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	margin-right:0px;
	margin-left:40px;
}
.solution .a01 ul li:hover div{
	background: #bb272e;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	color:#FFF;
}
.solution .a01.start ul li div img{
	margin-left:0px;
	margin-right:24px;
}
.solution .a01.start ul li:nth-child(2) div{
	margin-left:0px;
}
.solution .a01 ul li div{
	height: 80px;
	background-image:url(../img/b01.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:auto 100%;
	padding:0px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size:12px;
	color:#333;
	margin-right:40px;
	border-radius: 100px;
	transition: all 0.6s;
	max-width:100%;
}
.solution .a01 ul li:nth-child(2) div{
	margin-right:0px;
}
.solution .a01 ul li div img{
	margin-left:20px;
	max-height:50px
}
.solution .a02{
	width:32%;
	position:relative;
	overflow:hidden;
}
.solution .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.solution .a02 .more{
	display:flex;
	position:absolute;
	justify-content: center;
	width: 100%;
	height: 48px;
	bottom:40px;
}
.solution .a02 .more a{
	width: 180px;
	height: 48px;
	border:1px solid #bb272e;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:12px;
	color:#fff;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.solution .a02 .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.solution .a02 .more a:hover .mask{
	width:100%;
}
.solution .a02 .more a:hover .a001{
	color:#FFF;
}
.solution .a02 .more a:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.solution .a02 .more a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#BB272E;
}
.solution .a02 .more a .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}

.prolm{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
}
.prolm a{
	width:calc(25% - 15px);
	height:45px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 31px;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:40px;
	margin-right:15px;
	line-height:45px;
}
.prolm a:nth-child(4n){
	margin-right:0px;
}
.prolm a .tex{
	width:100%;
	height:45px;
	line-height:45px;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	font-size:16px;
	color:#333;
	text-align:center;
}

.wjbz .tex{
	width:30%;
	height:100%;
	position:absolute;
	top:0;
	z-index:11;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	left:80px;
	font-size:12px;
	line-height:24px;
}
.wjbz .tex dl dt{
	font-size:32px;
	line-height:60px;
	color:#333;
	
}
.wjbz .tex dl dd{
	display:flex;
	margin-top:10px;
	margin-bottom:25px;
}
.wjbz .tex dl dd i{
	width: 52px;
	height: 2px;
	background: #bb272e;
}
.wjbz .tex .more{
	display:flex;
	margin-top:20px;
}
.wjbz .tex .more a{
	width: 196px;
	height: 45px;
	border: 1px solid #999999;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.wjbz .tex .more a:hover{
	border:1px solid #BB272E;
}
.wjbz .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.wjbz .tex .more a:hover .mask{
	width:100%;
}
.wjbz .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:12px;
	color:#333;
}
.wjbz .tex .more a:hover .a01{
	color:#FFF;
}
.nyfaan ul li .tex h1{
	font-size:16px;
	line-height:24px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nyfaan ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#666;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display:none;
}
.nyfaan ul li .tex dl dd{
	margin-top:36px;
	font-size:14px;
	color:#666;
	line-height:18px;
	display:none;
}

.proshow1-l{
	width:500px;
}

.zoombox{
	width:500px;
	float:left;
}
.zoompic{
	width:500px;
	height:376px; 
	display:flex;
	align-items: center;
	justify-content: center;
}
.zoompic img{
	max-width:100%;
	height:auto;
}
.sliderbox{
	height:110px;
	overflow:hidden;
	margin:6px 0 0 0; 
	position:relative;
}
.sliderbox .arrow-btn{
	width:16px;
	height:32px;
	cursor:pointer; 
	position:absolute; 
	z-index:11; 
	top:calc(50% - 16px);
}
.sliderbox #btn-left{
	left:10px;
	background-image:url(../img/yj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.sliderbox #btn-left.dasabled{
	background-image:url(../img/zj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(360deg);
}
.sliderbox #btn-right{
	right:10px;
	background-image:url(../img/yj.png);
	background-position:center;
	background-repeat:no-repeat;
}
.sliderbox #btn-right.dasabled{
	background-image:url(../img/zj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.sliderbox .slider{
	float:left;
	height:110px;
	width:500px;
	position:relative;
	overflow:hidden;
	display:inline;
}
.sliderbox .slider ul{
	position:absolute;
	left:0;
	width:999em;
}
.sliderbox .slider li{
	float:left;
	width:126px;
	height:110px;
	text-align:center; 
	margin-right:12px;
}
.sliderbox .slider li img{
	border:solid 1px #dfdfdf; 
	width:124px;
}
.sliderbox .slider li.current img{
	border:solid 1px #BB272E;
}


.proshow1-r{
	width:calc(100% - 550px);
	font-size:12px;
	line-height:24px;
	color:#666;
}
.proshow1-r h1{
	padding-bottom:10px;
	font-size:22px;
	color:#333;
	line-height:37px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.proshow1-r .more{
	display:flex;
	margin-top:30px;
}


.con{
	width:100%;
	float:left;
	margin-top:120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.con-l{
	width:18.75%;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	height: 63px;
	background: rgba(255,255,255,0.80);
	border: 2px solid #e0e0e0;
	border-radius:100px;
	backdrop-filter: blur(12.5px);
	DISPLAY: block;  
	CURSOR: pointer;
	padding:12px;
	display: flex;
	align-items: center;
	font-size:13px;
	margin-top:20px;
}
.subNav a{
	display: flex;
	align-items: center;
	width:100%;
}
.subNav img{
	margin-right:8px;
	max-height:30px;
}
.subNav:hover{
	float:left;
}
.currentDd{
	background: #bb272e;
	color: #FFFFFF;
	border:2px solid #bb272e;
	border-radius: 24px 24px 0 0;
}
.currentDd a{
	color: #FFFFFF;
}
.navContent{
	display: none;
	float:left;
	background: #bb272e;
	border-radius: 0px 0 24px 24px;
	width:100%;
	padding-bottom:20px;
}
.navContent dl dd{
	display:flex;
	justify-content:center;
	margin-top:7px;
}
.navContent dl dd .cur{
	border: 1px solid rgba(255,255,255,0.60);
	border-radius: 30px;
	color:#FFF;
}
.navContent dl dd a{
	padding:14px 27px;
	color:rgba(255,255,255,0.60);
}
.navContent dl dd a:hover{
	border: 1px solid rgba(255,255,255,0.60);
	border-radius: 30px;
	color:#FFF;
}

.con-r{
	width:76.28%;
}
.falist{
	width:100%;
	float:left;
}
.falist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	padding:20px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.falist ul li:first-child{
	margin-top:0px;
}
.falist ul li .pic{
	width:32%;
	overflow:hidden;
	border-radius:15px;
}
.falist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .pic img{
	transform: scale(1.05);
}
.falist ul li .tex{
	width:40%;
}
.falist ul li .tex h1{
	font-size:16px;
	line-height:30px;
}
.falist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	color:#666;
	display:none
}
.falist ul li .tex dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#999;
	display:none;
}
.falist ul li .more{
	width: 124px;
	height: 41px;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.falist ul li .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:14px;
	line-height:41px;
}
.falist ul li .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.falist ul li .more:hover .mask{
	width:100%;
}
.falist ul li .more:hover a{
	color:#FFF;
}

.newtj{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
	margin-top:120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 24px;
	overflow:hidden;
}
.newtj .pic{
	width:56%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:44%;
	padding:30px;
}
.newtj.tex dl dt{
	font-size:14px;
	line-height:19px;
	color:#666;
}
.newtj .tex dl dd{
	margin-top:30px;
	font-size:20px;
	line-height:36px;
	color:#333;
	font-weight:bold;
}
.newtj .tex .show{
	display:flex;
	margin-top:60px;
}
.newtj .tex .show .more{
	width: 164px;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.newtj .tex .show .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:14px;
	line-height:40px;
}
.newtj .tex .show .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.newtj .tex .show .more:hover .mask{
	width:100%;
}
.newtj .tex .show .more:hover a{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	padding:20px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .pic{
	width:24%;
	overflow:hidden;
	border-radius:15px;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:55%;
}
.newlist ul li .tex h1{
	font-size:16px;
	line-height:26px;
}
.newlist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	color:#666;
	display:none;
}
.newlist ul li .tex dl dd{
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#999;
	display:none;
}
.newlist ul li .more{
	width: 124px;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
}
.newlist ul li .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:14px;
	line-height:40px;
}
.newlist ul li .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.newlist ul li .more:hover .mask{
	width:100%;
}
.newlist ul li .more:hover a{
	color:#FFF;
}
.newlist ul li:hover .tex h1{
	color:#BB272E;
}


.zdy{
	width:100%;
	float:left;
	margin-top:60px;
	background-image:url(../img/xmbj.png);
	background-position:center;
	background-repeat:no-repeat;
	height:525px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zdy .a01{
	width:26%;
}
.zdy .a01 ul li{
	width:100%;
	height: 103px;
	background: rgba(255,255,255,0.80);
	border: 3px solid rgba(187,39,46,0.30);
	border-radius: 100px;
	backdrop-filter: blur(12.5px);
	padding:22px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	transition: all 0.6s;
	margin-top:103px;
	font-size:16px;
}
.zdy .a01 ul li.end{
	justify-content:flex-end;
}
.zdy .a01 ul li:first-child{
	margin-top:0px;
}
.zdy .a01 ul li i{
	margin-right:23px;
	margin-left:23px
}
.zdy .a01 ul li .pic01{
	opacity:0;
	width:auto;
	height:auto;
}
.zdy .a01 ul li:hover .pic01{
	opacity:1;
}
.zdy .a01 ul li:hover{
	background: #bb272e;
	border-radius: 100px;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	color:#fff;
}
.zdy .a02{
	width:21%;
	overflow:hidden;
}
.zdy .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.liuc{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/hx.jpg);
	background-position: center top 128px;
	background-repeat:repeat-x;
}
.liuc ul li h1{
	height:86px;
	background-image:url(../img/kfbj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:8px;
	padding-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#666;
	transition: all 0.6s;
	text-align:center;
	font-weight:normal;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.liuc ul li dl dt{
	margin-top:22px;
	background-image:url(../img/kf01.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	height:43px;
	line-height:43px;
}
.liuc ul li dl dd{
	margin-top:11px;
	text-align:center;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.liuc ul li:nth-child(2n){
	margin-top:86px;
}
.liuc ul li:nth-child(2n) h1{
	margin-top:22px;
	background-image:url(../img/kfbj03.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:15px;
}
.dz01-l01{ margin-top:40px;}
.dz01-l{ width:100%;}
.dz01-r{ display:none;}
.dz01-l01 .pic01{
	width:47.5%;
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	display:block;
}



}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:100%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.0rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #BB272E; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}


.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.intit.texl{
	text-align:left;
}
.intit dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#333;
	font-weight: 500;
	
}
.intit dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inpro1{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro1 ul li{
	width:50%;
	position:relative;
	text-align:center;
	margin-top:1.0rem;
}
.inpro1 ul li .hx{
	width:100px;
	height:1px;
	position:absolute;
	left:calc(50% + 50px);
	top:33px;
	z-index:1;
	background-color:#999999;
	display:none;
}
.inpro1 ul li dl dt{
	height:3.0rem;
	overflow:hidden;
}
.inpro1 ul li dl dt img{
	max-height:3.0rem;
}
.inpro1 ul li .pic01{
	display:inline-block;
}
.inpro1 ul li .pic02{
	display:none;
}
.inpro1 ul li:hover .pic01{
	display:none;
}
.inpro1 ul li:hover .pic02{
	display:inline-block;
}
.inpro1 ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}

.solution{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background:url(../img/sobg.png);
	background-size:cover;
}
.solution .a01{
	width:48%;
}
.solution .a01 ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.solution .a01 ul li:first-child{
	margin-top:0;
}
.solution .a01.start ul li{
	justify-content: space-between;
}
.solution .a01.start ul li div{
	justify-content: flex-start;
	background-image:url(../img/b02.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0px;
	margin-left:1.0rem;
}
.solution .a01 ul li:hover div{
	background: #bb272e;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	color:#FFF;
}
.solution .a01.start ul li div img{
	margin-left:0px;
	margin-right:1.0rem;
	max-height:2.0rem;
}
.solution .a01.start ul li:nth-child(2) div{
	margin-left:0px;
}
.solution .a01 ul li div{
	width: 12rem;
	height: 3.5rem;
	background-image:url(../img/b01.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	background-size: contain;
	padding:0px 1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size:0.8rem;
	color:#333;
	margin-right:1.0rem;
	border-radius: 100px;
	transition: all 0.6s;
}
.solution .a01 ul li:nth-child(2) div{
	margin-right:0px;
}
.solution .a01 ul li div img{
	margin-left:1.0rem;
	max-height:2.0rem;
}
.solution .a02{
	width:100%;
	position:relative;
	overflow:hidden;
	display:none;
}
.solution .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.solution .a02 .more{
	display:flex;
	position:absolute;
	justify-content: center;
	width: 100%;
	height: 62px;
	bottom:100px;
}
.solution .a02 .more a{
	width: 215px;
	height: 62px;
	border:1px solid #bb272e;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.solution .a02 .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.solution .a02 .more a:hover .mask{
	width:100%;
}
.solution .a02 .more a:hover .a001{
	color:#FFF;
}
.solution .a02 .more a:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.solution .a02 .more a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#BB272E;
}
.solution .a02 .more a .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding-top:3.0rem;
	padding-bottom:3.0rem;
	background-image:url(../img/gdhc01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.abtit{
	width:100%;
	float:left;
}
.abtit dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	font-weight:bold;
	
}
.abtit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.absm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.absm div{
	width:100%;
}

.inmore{
	display:flex;
	width: 100%;
	height: 2.5rem;
	margin-top:2.0rem;
	float:left;
}
.inmore a{
	width: 10rem;
	height: 2.5rem;
	border:1px solid #bb272e;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#fff;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.inmore a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.inmore a:hover .mask{
	width:100%;
}
.inmore a:hover .a001{
	color:#FFF;
}
.inmore a:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.inmore a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#BB272E;
}
.inmore a .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.innum{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:48%;
	padding-bottom:40px;
	position:relative;
}
.innum ul li em{
	width:0;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#bb272e;
	transition: all 0.6s;
}
.innum ul li dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size:2.0rem;
	line-height:2.0rem;
	font-family: DIN;
	border-bottom:1px solid #bb272e;
	padding-bottom:1.0rem;
}
.innum ul li dl dt.red{
	color:#BB272E;
}
.innum ul li dl dt i{
	font-size:0.8rem;
	line-height:1.0rem;
	margin-left:0.1rem;
}
.innum ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.innum ul li:hover em{
	width:100%;
}
.innum ul li:hover dl dt{
	color:#BB272E;
}
.innum ul li:hover dl dd{
	color:#BB272E;
}

.foot{
	width:100%;
	float:left;
	background-color:#e9edf0;
	padding-top:1.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.0rem 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.foot01 img{
	max-width:30%;
}
.gjz{
	width: 10rem;
	height: 2.5rem;
	border:1px solid #bb272e;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#BB272E;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.gjz .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.gjz:hover .mask{
	width:100%;
}
.gjz:hover .a001{
	color:#FFF;
}
.gjz:hover .a001 i{
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
}
.gjz .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#BB272E;
}
.gjz .a001 i{
	width:14px;
	height:24px;
	background-image:url(../img/jt2.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:18px;
}

.foot02{
	width:100%;
	float:left;
	margin-top:0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.foot02 .a01 div{
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	width:48%;
}
.foot02 .a01 div img{
	max-width:80%;
}
.foot02 dl{
	margin-top:2.0rem;
}
.foot02 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	padding-bottom:0.5rem;
}
.foot02 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.foot02 dl dd a{
	color:#666;
}
.foot02 dl dd a:hover{
	color:#BB272E;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-top:1px solid rgba(0,0,0,0.10);
	padding:1.0rem 0;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot03 a{
	color:#999;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	z-index:10;
	top:0;
	left:0;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
	font-weight:bold;
}
.nybanner .tex dl dd{
	color:#FFF;
	font-size:0.8rem;
	line-height:1.0rem;
	display: flex;
	align-items: center;
}
.nybanner .tex dl dd a{
	color:#FFF;
}
.nybanner .tex dl dd img{
	margin-right:0.5rem;
}
.xlm{
	width:100%;
	float:left;
	height: auto;
	margin-top:2.0rem;
}
.xlm ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.xlm ul li{
	width: 6.0rem;
	height: 2.5rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.xlm ul li:hover{
	border:1px solid #BB272E;
}
.xlm ul li.cur{
	border:1px solid #BB272E;
}
.xlm ul li.cur .mask{
	width:100%;
}
.xlm ul li.cur a{
	color:#FFF;
}
.xlm ul li .mask{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.xlm ul li:hover .mask{
	width:100%;
}
.xlm ul li a{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	font-size:0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xlm ul li:hover a{
	color:#FFF;
}
.nyab{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	margin-top:2.0rem;
}
.nyab div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.nyab h1 img{
	max-width:50%;
}
.nyab h1{
font-size: 40px;
font-family: Source Han Sans CN, Source Han Sans CN-Medium;
font-weight: 500;
text-align: CENTER;
color: #4f4f4f;
line-height: 60px;
}
.nyab h2{
font-size: 24px;
font-family: Arial, Arial-Regular;
font-weight: 400;
text-align: CENTER;
color: #999999;
line-height: 28px;
margin-bottom:40px;
}
.nysp{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
	overflow:hidden;
	border-radius: 1.5rem;
}
.nysp img{
	width:100%;
	height:auto;
	display:block;
}
.nysp .play{
	width:2.6rem;
	height:2.6rem;
	position:absolute;
	left:calc(50% - 1.3rem);
	top:calc(50% - 1.3rem);
	z-index:11;
	background-image:url(../img/play.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;	
}

.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nytit img{
	margin-left:0.5rem;
	margin-right:0.5rem;
	max-height:2.5rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	text-align:center;
	font-weight: 500;
}
.nytit dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.wjbz{
	width:100%;
	float:left;
	margin-bottom:3.0rem;
	margin-top:3.0rem;
	position:relative;
	overflow:hidden;
}
.wjbz img{
	width:100%;
	height:auto;
	display:block;
}
.wjbz .tex{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.wjbz .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#333;
	
}
.wjbz .tex dl dd{
	display:flex;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.wjbz .tex dl dd i{
	width: 2.0rem;
	height: 2px;
	background: #bb272e;
}
.wjbz .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.wjbz .tex .more a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #999999;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.wjbz .tex .more a:hover{
	border:1px solid #BB272E;
}
.wjbz .tex .more a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.wjbz .tex .more a:hover .mask{
	width:100%;
}
.wjbz .tex .more a .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#333;
}
.wjbz .tex .more a:hover .a01{
	color:#FFF;
}

.search{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height: 3.0rem;
	border: 1px solid #e0e0e0;
	border-radius: 2.5rem;
	padding:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search .ss{
	width: 2.0rem;
	height: 2.0rem;
	background: #bb272e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.search .ss img{
	max-height:60%;
	max-width:60%;
}
.bk{
	width:calc(100% - 2.0rem);
	border:0px;
	outline:none;
	font-size:0.8rem;
	color:#999;
	font-family:'思源黑体';
	padding-left:1.0rem;
	height:2.0rem;
	line-height:2.0rem;
}
.cptit{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cptit dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight: 500;
	
}
.cptit dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 0.5rem;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
}

.prolist ul li:hover{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10); 
}
.prolist ul li dl dt{
	overflow:hidden;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dd{
	height:3.0rem;
	line-height:3.0rem;
	position:relative;
	text-align: center;
	font-size:0.8rem;
	font-weight:bold;
	color:#333;
	border-top: 1px solid #e0e0e0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prolist ul li:hover dl dd{ color:#BB272E;}
.prolist ul li dl dd i{
	width:1.0rem;
	height:1.0rem;
	position:absolute;
	right:1.0rem;
	top:0.5rem;
	z-index:1;
	background-image:url(../img/lj666.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolm{
	width:100%;
	float:left;
	margin-top:1.r0em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolm a{
	width:48%;
	height:2.5rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius:1.5rem;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.prolm a:hover{
	border:1px solid #BB272E;
}
.prolm a.cur{
	border:1px solid #BB272E;
}
.prolm a.cur .mask{
	width:100%;
}
.prolm a.cur .tex{
	color: #FFF;
}
.prolm a .mask{
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.prolm a:hover .mask{
	width:100%;
}
.prolm a .tex{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	font-size:0.8rem;
	color:#333;
	text-align:center;
}
.prolm a:hover .tex{
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	border-radius:1.5rem;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#BB272E;
}
.fy ul li .cur{
	background: #BB272E;
	color:#FFF;
}

.weizi{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.weizi div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.weizi div.a1{
	font-size:0.8rem;
	line-height:18px;
	color:#999;
}
.weizi div.a1 img{
	margin-right:16px;
}
.weizi div.a2{
	width: 9.0rem;
	height: 2.5rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
	margin-top:2.0rem;
}
.weizi div.a2 .mask{
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.weizi div.a2:hover .mask{
	width:100%;
}
.weizi div.a2 a{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.weizi div.a2 a img{
	margin-right:1.0rem;
}
.weizi div.a2 a .pic01{
	display:inline-block;
}
.weizi div.a2 a .pic02{
	display:none;
}
.weizi div.a2:hover a .pic01{
	display:none;
}
.weizi div.a2:hover a .pic02{
	display:inline-block;
}
.weizi div.a2:hover a{
	color:#FFF;
}

.proshow1{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow1-l{
	width:100%;
}

.zoombox{
	width:700px;
	float:left;
}
.zoompic{
	width:700px;
	height:476px; 
	display:flex;
	align-items: center;
	justify-content: center;
}
.zoompic img{
	max-width:100%;
	height:auto;
}
.sliderbox{
	height:110px;
	overflow:hidden;
	margin:6px 0 0 0; 
	position:relative;
}
.sliderbox .arrow-btn{
	width:16px;
	height:32px;
	cursor:pointer; 
	position:absolute; 
	z-index:11; 
	top:calc(50% - 16px);
}
.sliderbox #btn-left{
	left:10px;
	background-image:url(../img/yj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.sliderbox #btn-left.dasabled{
	background-image:url(../img/zj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(360deg);
}
.sliderbox #btn-right{
	right:10px;
	background-image:url(../img/yj.png);
	background-position:center;
	background-repeat:no-repeat;
}
.sliderbox #btn-right.dasabled{
	background-image:url(../img/zj.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.sliderbox .slider{
	float:left;
	height:110px;
	width:700px;
	position:relative;
	overflow:hidden;
	display:inline;
}
.sliderbox .slider ul{
	position:absolute;
	left:0;
	width:999em;
}
.sliderbox .slider li{
	float:left;
	width:166px;
	height:110px;
	text-align:center; 
	margin-right:12px;
}
.sliderbox .slider li img{
	border:solid 1px #dfdfdf; 
	width:164px;
}
.sliderbox .slider li.current img{
	border:solid 1px #BB272E;
}


.proshow1-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.proshow1-r h1{
	padding-bottom:1.0rem;
	font-size:1.2rem;
	color:#333;
	line-height:1.5rem;
	margin-bottom:2.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.proshow1-r .more{
	display:flex;
	margin-top:2.0rem;
}
.proshow1-r .more a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #999999;
	border-radius: 1.5rem;
	margin-right:1.0rem;
	position:relative;
	overflow:hidden;
}
.proshow1-r .more a .mask{
	width:0;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-color:#BB272E;
	transition: all 0.6s;
}
.proshow1-r .more a:hover .mask{
	width:100%;
}
.proshow1-r .more a .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	font-size:0.8rem;
	text-align: center;
	line-height:2.5rem;
}
.proshow1-r .more a:hover .tex{
	color:#FFF;
}
.hdm{
	width:100%;
	float:left;
	margin-top:115px;

}
.hdm ul{
	display:flex;
	align-items: center;
	justify-content: center;
}
.hdm ul li{
	width:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
	padding-bottom:1.0rem;
	position:relative;
}
.hdm ul li i{
	width:100%;
	height:2px;
	background-color:#bb272e;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
}
.hdm ul li:hover i{
	opacity:1;
}
.hdm ul li.cur i{
	opacity:1;
}
.hdm ul li.cur{
	font-weight:bold;
}
.hdtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	padding:1.0rem;
}
.hdtex01{
	width:100%;
	float:left;
}
.hdtex01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hdtex01 ul li{
	width:50%;
	padding-left:0.5rem;
	font-size:0.8rem;
}
.hdtex01 ul li:first-child{
	width:50%;
}
.hdtex01 ul li:nth-child(2){
	display:none;
}
.hdtex01 ul li:nth-child(3){
	display:none;
}
.hdtex01 ul li:nth-child(4){
	display:none;
}
.hdtex02{
	width:100%;
	float:left;
	border:1px solid #e0e0e0;
	border-bottom:0px;
	margin-top:1.0rem;
}
.hdtex02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hdtex02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #e0e0e0;
	height:100px;
}
.hdtex02 ul li .lb{
	width:50%;
	padding-left:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	height: auto;
	display: flex;
	align-items: center;
}
.hdtex02 ul li .lb:nth-child(2){
	display:none;
}
.hdtex02 ul li .lb:nth-child(3){
	display:none;
}
.hdtex02 ul li .lb:nth-child(4){
	display:none;
}
.hdtex02 ul li .lb:first-child{
	width:50%;
}
.hdtex02 ul li .lb a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #999999;
	border-radius: 1.5rem;
	position:relative;
	overflow:hidden;
}
.hdtex02 ul li .lb a .mask{
	width:0px;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-color:#BB272E;
	transition: all 0.6s;
}
.hdtex02 ul li .lb a:hover .mask{
	width:100%;
}
.hdtex02 ul li .lb a .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	font-size:0.8rem;
	text-align: center;
	line-height:2.5rem;
}
.hdtex02 ul li .lb a:hover .tex{
	color:#FFF;
}
.xqtit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.tedian{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
}
.tedian div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nyfaan{
	width:100%;
	float:left;
}
.nyfaan ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyfaan ul li{
	width:100%;
	margin-top:1.0rem;
	border:1px solid #e0e0e0;
	border-radius:0.5rem;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyfaan ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyfaan ul li .pic{
	width:48%;
	overflow:hidden
}
.nyfaan ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nyfaan ul li:hover .pic img{
	transform: scale(1.05);
}
.nyfaan ul li .tex{
	width:52%;
	padding:1.0rem;
}
.nyfaan ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nyfaan ul li .tex dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nyfaan ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
	line-height:1.0rem;
}

.nyinmore{
	display:flex;
	justify-content: center;
	width: 100%;
	height: 2.5rem;
	margin-top:2.0rem;
	float:left;
	margin-bottom:3.0rem;
}
.nyinmore a{
	width: 10.0rem;
	height: 2.5rem;
	border:1px solid #e0e0e0;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.nyinmore a .mask{
	position:absolute;
	left:0px;
	top:0;
	width:0;
	height:100%;
	transition: all 0.6s;
	z-index:1;
	background-color:#BB272E;
}
.nyinmore a:hover .mask{
	width:100%;
}
.nyinmore a:hover .a001{
	color:#FFF;
}
.nyinmore a .a001{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#333;
}
.con{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:1.0rem;
}
.con-l{
	width:100%;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	height: 3.0rem;
	background: rgba(255,255,255,0.80);
	border: 2px solid #e0e0e0;
	border-radius:100px;
	backdrop-filter: blur(12.5px);
	DISPLAY: block;  
	CURSOR: pointer;
	padding:1.0rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.subNav a{
	display: flex;
	align-items: center;
	width:100%;
}
.subNav img{
	margin-right:1.0rem;
	max-height:2.0rem;
}
.subNav:hover{
	float:left;
}
.currentDd{
	background: #fff;
	border:2px solid #f2f2f2;
	border-radius: 1.0rem 1.0rem 0 0;
	border-bottom:0px;
}
.currentDd a{
}
.navContent{
	display: none;
	float:left;
	background: #fff;
	border-radius: 0px 0 1.0rem 1.0rem;
	width:100%;
	padding-bottom:30px;
	border:2px solid #f2f2f2;
	border-top:0px;
}
.navContent dl dd{
	display:flex;
	justify-content:center;
	margin-top:0.2rem;
}
.navContent dl dd .cur{
	border: 1px solid #BB272E;
	border-radius: 1.5rem;
	color:#BB272E;
}
.navContent dl dd a{
	padding:0.5rem 1.0rem;
}
.navContent dl dd a:hover{
	border: 1px solid #BB272E;
	border-radius: 1.5rem;
	color:#BB272E;
}

.con-r{
	width:100%;
	margin-top:2.0rem;
}
.falist{
	width:100%;
	float:left;
}
.falist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	padding:1.0rem;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.falist ul li:first-child{
	margin-top:0px;
}
.falist ul li .pic{
	width:100%;
	overflow:hidden;
	border-radius:0.5rem;
}
.falist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .pic img{
	transform: scale(1.05);
}
.falist ul li .tex{
	width:100%;
	margin-top:1.0rem;
}
.falist ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
}
.falist ul li .tex dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
}
.falist ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.falist ul li .more{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.falist ul li .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:0.8rem;
	line-height:2.5rem;
}
.falist ul li .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.falist ul li .more:hover .mask{
	width:100%;
}
.falist ul li .more:hover a{
	color:#FFF;
}
.dz01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dz01-l{
	width:100%;
}
.dz01-l01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.dz01-l01 img{
	width:100%;
}
.dz01-r{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
	display:none;
}
.dz01-r img{
	width:100%;
	height:auto;
}
.zdy{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zdy .a01{
	width:49%;
}
.zdy .a01 ul li{
	width:100%;
	background: rgba(255,255,255,0.80);
	border: 3px solid rgba(187,39,46,0.30);
	border-radius: 2.5rem;
	backdrop-filter: blur(12.5px);
	padding:0.5rem;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
	margin-top:1.0rem;
	font-size:0.8rem;
}
.zdy .a01 ul li.end{
	justify-content:flex-end;
}
.zdy .a01 ul li:first-child{
	margin-top:0px;
}
.zdy .a01 ul li img{
	max-height:2.0rem;
}
.zdy .a01 ul li i{
	margin-right:0.5rem;
	margin-left:0.5rem
}
.zdy .a01 ul li .pic01{
	opacity:0;
	width:auto;
	height:auto;
}
.zdy .a01 ul li:hover .pic01{
	opacity:1;
}
.zdy .a01 ul li:hover{
	background: #bb272e;
	border-radius: 2.5rem;
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
	color:#fff;
}
.zdy .a02{
	width:21%;
	overflow:hidden;
	display:none;
}
.zdy .a02 img{
	width:100%;
	height:auto;
	display:block;
}
.rx{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.rx dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.rx dl dd{
	margin-top:0.2rem;
	font-size:1.2rem;
	line-height:1.5rem;
	color:#BB272E;
	font-family: DIN;
}

.dz02{
	width:100%;
	float:left;
}
.dz02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dz02 ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:1.5rem;
	margin-top:2.0rem;
}
.dz02 ul li img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.dz02 ul li:hover img{
	transform: scale(1.05);
}
.dz02 ul li .tex{
	width:50.3%;
	position:absolute;
	top:2.0rem;
	left:2.0rem;
	z-index:11;
}
.dz02 ul li .tex dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
}
.dz02 ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.liuc{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.liuc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuc ul li{
	width:33.33%;
}
.liuc ul li h1{
	height:116px;
	background-image:url(../img/kfbj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	padding:24px;
	padding-bottom:35px;
	font-size:14px;
	line-height:28px;
	color:#666;
	transition: all 0.6s;
	text-align:center;
	display:none;
}
.liuc ul li dl dt{
	margin-top:1.0rem;
	background-image:url(../img/kf01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	text-align:center;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#FFF;
	height:2.0rem;
	line-height:2.0rem;
}
.liuc ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.liuc ul li:nth-child(2n) h1{
	margin-top:22px;
	background-image:url(../img/kfbj03.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:35px;
}
.liuc ul li:hover h1{
	background-image:url(../img/kfbj02.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
}
.liuc ul li:nth-child(2n):hover h1{
	background-image:url(../img/kfbj04.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:3.0rem;
}
.subNav2{
	width:100%; 
	float:left; 
	height: 3.5rem;
	background: rgba(255,255,255,0.80);
	border: 2px solid #e0e0e0;
	border-radius:100px;
	backdrop-filter: blur(12.5px);
	DISPLAY: block;  
	CURSOR: pointer;
	padding:0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.subNav2 .a01{
	display: flex;
	align-items: center;
}
.subNav2 .a01 div{
	width: 2.0rem;
	height: 2.0rem;
	border: 1px solid rgba(187,39,46,0.30);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	text-transform:uppercase;
	margin-right:1.0rem;
}
.subNav2 i{
	width:1.5rem;
	height:1.5rem;
	background-image:url(../img/jt001.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{
	float:left;
}
.currentDd2{
	background: #e9edf0;
	border:2px solid #e9edf0;
	border-radius: 1.0rem 1.0rem 0 0;
}
.currentDd2 .a01 div{
	background-color:#BB272E;
	border:1px solid #BB272E;
	color:#FFF;
}
.currentDd2 i{
	background-image:url(../img/jt002.png);
	background-position:center;
	background-repeat:no-repeat;
}
.currentDd2 a{
	color: #FFFFFF;
}
.navContent2{
	display: none;
	float:left;
	background: #e9edf0;
	border-radius: 0px 0 1.0rem 1.0rem;
	width:100%;
	padding:1.0rem 2.0rem;
	border-top:1px solid rgba(0,0,0,0.10);
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}

.newtj{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 1.5rem;
	overflow:hidden;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj:hover .pic img{
	transform: scale(1.05);
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
}
.newtj.tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtj .tex dl dd{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	font-weight:bold;
}
.newtj .tex .show{
	display:flex;
	margin-top:3.0rem;
}
.newtj .tex .show .more{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	position:relative;
	overflow:hidden;
}
.newtj .tex .show .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:0.8rem;
	line-height:2.5rem;
}
.newtj .tex .show .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.newtj .tex .show .more:hover .mask{
	width:100%;
}
.newtj .tex .show .more:hover a{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	padding:1.0rem;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .pic{
	width:100%;
	overflow:hidden;
	border-radius:0.5rem;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:100%;
	margin-top:1.0rem;
}
.newlist ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
}
.newlist ul li .tex dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
}
.newlist ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}
.newlist ul li .more{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.newlist ul li .more a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	font-size:0.8rem;
	line-height:2.5rem;
}
.newlist ul li .more .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#BB272E;
	transition: all 0.6s;
}
.newlist ul li .more:hover .mask{
	width:100%;
}
.newlist ul li .more:hover a{
	color:#FFF;
}
.newlist ul li:hover .tex h1{
	color:#BB272E;
}

.newshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:3.0rem;
}
.show-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.show-r{
	width:28.375%;
	padding:40px;
	background-color:#FFF;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	display:none;
}
.show-r h1{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:26px;
	line-height:26px;
}
.show-r h1 div{
	display:flex;
	align-items: center;
}
.show-r h1 div i{
	width: 8px;
	height: 8px;
	background: #BB272E;
	border-radius: 50%;
	margin-left:10px;
}
.show-r ul li{
	width:100%;
	float:left;
	margin-top:60px;
}
.show-r ul li .pic{
	overflow:hidden;
}
.show-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.show-r ul li:hover .pic img{
	transform: scale(1.05);
}
.show-r ul li dl dt{
	margin-top:30px;
	font-size:18px;
	line-height:32px;
}
.show-r ul li dl dd{
	margin-top:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.show-r ul li dl dd a{
	display:flex;
	align-items: center;
	color:#999;
}
.show-r ul li dl dd a i{
	width:14px;
	height:14px;
	background-image:url(../img/jt03.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fx{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	align-items: center;
}
.fx img{
	margin-left:0.2rem;
}

.lx01{
	width:100%;
	float:left;
	background-image:url(../img/lxbj.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:10rem
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display:flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:2.0rem;
}
.lx02 ul li .pic{
	overflow:hidden;
	height:3.0rem;
}
.lx02 ul li .pic img{
	max-height:3.0rem;
}
.lx02 ul li .pic01{
	display:inline-block;
}
.lx02 ul li .pic02{
	display: none;
}
.lx02 ul li:hover .pic01{
	display:none;
}
.lx02 ul li:hover .pic02{
	display:inline-block;
}
.lx02 ul li dl dt{
	margin-top:0.8rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}
.lx02 ul li dl dd{
	margin-top:0.2rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-family: DIN;
}
.map{
	width:100%;
	float:left;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	justify-content: center;
	margin-bottom:3.0rem;
}
.zxly div{
	width:100%;
}
.zxly div ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly div ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
}
.zxly div ul li:nth-child(3){
	margin-right:0px;
}
.zxly div ul li:nth-child(4){
	margin-right:0px;
	width:100%;
}
.zxly div ul li:nth-child(5){
	margin-right:0px;
	width:100%;
	justify-content: center;
	margin-top:2.0rem;
}
.bk2{
	width:100%;
	border: 1px solid #bdbdbd;
	padding-left:1.0rem;
	line-height:3.0rem;
	outline:none;
	font-family:'微软雅黑';
	color:#666;
	font-size:0.8rem;
	border-radius: 1.5rem;
}
.bk3{
	width:100%;
	border: 1px solid #bdbdbd;
	padding-left:1.0rem;
	line-height:3.0rem;
	outline:none;
	font-family:'微软雅黑';
	color:#666;
	font-size:0.8rem;
	border-radius: 1.5rem;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background:#BB272E;
	border-radius: 1.5rem;
	line-height:2.5rem;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	border:0px;
}

.insolu{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insolu-l{
	width:100%;
}
.insolu-l .pic{
	width:100%;
}
.insolu-l .pic img{
	width:100%;
	height:auto;
	display:block;
}
.insolu-l .tex{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.insolu-l .tex ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
}
.insolu-l .tex ul li img{
	margin-right:0.5rem;
	max-height:2.0rem;
}


.insolu-l .tex ul li .pic01{
	display:inline-block;
}
.insolu-l .tex ul li .pic02{
	display:none;
}
.insolu-l .tex ul li:hover{cursor:pointer}
.insolu-l .tex ul li:hover .pic01{
	display:none;
}
.insolu-l .tex ul li:hover .pic02{
	display:inline-block;
}

.insolu-l .tex ul li.cur .pic01{
	display:none;
}
.insolu-l .tex ul li.cur .pic02{
	display:inline-block;
}
.insolu-l .tex ul li:first-child{
	margin-top:0px;
}

.insolu-r{
	width:100%;
	margin-top:2.0rem;
}
.insolu-r01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border: 2px solid #f2f2f2;
	border-radius: 24px;
	padding:1.0rem;
}
.insolu-r01 dl dt{
	overflow:hidden;
}
.insolu-r01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.insolu-r01 dl dd{
	display:flex;
	flex-wrap: wrap;
	margin-top:0.2rem;
}
.insolu-r01 dl dd a{
	padding:0.5rem 1.0rem;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	margin-top:1.0rem;
	margin-right:1.0rem;
}
.insolu-r01 dl dd a:hover{
	border: 1px solid #bb272e;
	border-radius: 1.5rem;
	color:#bb272e;
}


.nydz{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nydz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nydz ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
}
.nydz ul li .pic{
	overflow:hidden;
}
.nydz ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nydz ul li:hover .pic img{
	transform: scale(1.05);
}
.nydz ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding-left:1.0rem;
	padding-right:1.0rem;
	padding-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
}
.nydz ul li .tex img{
	max-height:2.0rem;
}









.mart0{
	margin-top:0px;
}
.mart40{
	margin-top:1.0rem;
}
.mart70{
	margin-top:2.0rem;
}
.mart20{
	margin-top:0.5rem;
}




.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 99998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}






.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 12vh;
}
.tcxs{ display: block; }
.spnr{ width:90%; margin-left:5%; margin-right:5%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}







}
































