/*公用结构*/



.footer{
	display: block;
	width: 100%;
	height: auto;
	background: #333333;
}
.footerTop{
	display: block;
	padding: 90px 0 40px;
}
.footerList{
	margin-right: 100px;
}
.footerList h3{
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	margin-bottom: 20px;
}
.footerList li a{
	font-size: 16px;
	color: #c4c4c4;
	line-height: 34px;
	display: block;
}
.footerList li a:hover{
	color: #fff;
}
.footerEwm{
	width: 228px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #c4c4c4;
	line-height: 26px;
	position: relative;
}
.footerEwm::after{
	content: "";
	display: block;
	width: 2px;
	height: 120px;
	background: #3d3d3d;
	position: absolute;
	left: 0;
	top: 22px;
}
.footerCentent{
	padding-top: 8px;
}
.footerCentent li{
	padding-left: 38px;
	position: relative;
	min-height: 28px;
	margin-bottom: 36px;
	font-size: 18px;
	color: #ffffff;
	max-width: 400px;
}
.footerCentent li img{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}
.footerEwm img{
	display: block;
	width: 112px;
	height: 112px;
	margin: 0 auto 10px;
}
.footerBorder{
	display: block;
	width: 100%;
	height: 1px;
	background: #484848;
}
.footerBottom{
	padding: 24px 0;
	font-size: 16px;
	color: #c4c4c4;
	line-height: 28px;
}
.footerBottom a{
	color: #c4c4c4;
}
.footerBottom a:hover{
	color: #ffffff;
}
.header{
	display: block;
	width: 1500px;
	height: 100px;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 199;
}
.headerDiv1{
	display: block;
	width: 100%;
	height: 100px;
	padding: 0 50px;
	border-radius: 18px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.headerDiv1 .logo{
	height: 100%;
}
.headerDiv1 .colse{
	padding: 18px 0;
}
.headerDiv1 .swiMenu{
	cursor: pointer;
}
.searchDiv{
	height: 100%;
	margin-right: 20px;
}
.searchDiv>a,
.searchDiv>div{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 28px;
	line-height: 100px;
	font-size: 18px;
	color: #333333;
	position: relative;
	cursor: pointer;
}
.searchDivIn{
	display: block;
	height: 100px;
	width: auto;
}
.searchDiv .searchDivIn>img{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -3px;
}
.searchDiv .searchDivIn .searchImg2,
.searchDiv .searchDivIn .searchImg3{display: none;}
.searchDiv>a:last-child::after{
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #c2c2c2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchDiv>a:hover,
.searchDiv .searchDivIn:hover{
	color: #c20a00;
}
.searchDiv .searchDivIn:hover .searchImg1{display: none;}
.searchDiv .searchDivIn:hover .searchImg2{display: inline-block;}
.headMenu{
	height: 100px;
	margin-right: 44px;
}
.headMenu>li{
	float: left;
	position: relative;
	padding: 0 30px;
	height: 100px;
}
.headMenu>li>a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333333;
	height: 100%;
	line-height: 100px;
	position: relative;
}
.headMenu>li>a.active{
	line-height: 98px;
	color: #c20a00;
	font-weight: bold;
}
.headMenu>li>a.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #c20a00;
	position: absolute;
	bottom: 0;
}
.headMenu>li:hover>a{
	color: #c20a00;
}
.headMenu>li>ul{
	display: none;
	width: 120px;
	position: absolute;
	top: 97px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 0 0 4px 4px;
	text-align: center;
}
.headMenu>li:hover>ul{
	display: block;
}
.headMenu>li>ul>li{
	position: relative;
}
.headMenu>li>ul>li>a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	min-height: 42px;
	padding: 7px 10px;
}
.headMenu>li>ul>li>a.active{
	color: #c20a00;
}
.headMenu>li>ul>li>a:hover{
	color: #c20a00;
}
.headMenu>li>ul>li:first-child>a{
	padding-top: 22px;
}
.headMenu>li>ul>li:last-child>a{
	padding-bottom: 22px;
}
.headMenu>li>ul>li:first-child{
	border-top: 3px solid #c20a00;
}
.headMenu>li>ul>li:first-child::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #c20a00;
	border-right: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translateX(-50%);
}
.headerDiv1.active{
	background: none;
	box-shadow: none;
}
.headerDiv1.active.active1{
	background: rgba(0, 0, 0, 0.4);
}
.seachFixed{
	display: none;
	width: 390px;
	height: 146px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 88px;
	padding: 15px 25px;
}
.seachFixed::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-bottom: 16px solid #fff;
	border-right: 12px solid transparent;
	position: absolute;
	right: 30px;
	top: -16px;
}
.seachFixed .bottom{
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
}
.seachFixed .bottom a{
	display: inline-block;
	float: left;
	width: 77px;
	height: 30px;
	border-radius: 4px;
	margin-right: 10px;
	background: #e1e1e1;
	text-align: center;
	line-height: 30px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	padding: 0 4px;
	font-size: 14px;
	color: #666666;
}
.seachFixed .bottom a:nth-child(4){
	margin-right: 0;
}
.seachFixed .bottom a:hover{
	background: #c20a00;
	/*#003c83;*/
	color: #FFFFFF;
}
.seachFixed .top{
	display: block;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.searchBut{
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	background: url(../images/search-04.png) no-repeat center;
	background-size: 14px 14px;
}
.seachFixed .top input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333333;
}
.headerDiv1.active .headMenu{
	display: none;
}
.swiMenu2{
	display: none;
}
.headerDiv1.active .swiMenu1{display: none;}
.headerDiv1.active .swiMenu2{display: block;}
.logo2{display: none;}
.headerDiv1.active .logo1{display: none;}
.headerDiv1.active .logo2{display: block;}
.headerDiv1.active .searchDiv>a,
.headerDiv1.active .searchDiv .searchDivIn{
	color: #fff;
}
.headerDiv1.active .searchDiv .searchDivIn .searchImg1{display: none;}
.headerDiv1.active .searchDiv .searchDivIn .searchImg2{display: none;}
.headerDiv1.active .searchDiv .searchDivIn .searchImg3{display: inline-block;}


.main{
	display: block;
	width: 100%;
	overflow: hidden;
}
.bannerImg{
	display: block;
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.rightMenu{
	display: block;
	width: auto;
	height: auto;
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 180;
}
.rightMenu>li{
	margin-bottom: 5px;
	position: relative;
}
.rightMenu>li:last-child{
	margin-bottom: 0;
}
.rightMenuBut{
	display: block;
	width: 60px;
	height: 60px;
	background: #5a5a5a;
	cursor: pointer;
}
.rightMenu>li:hover .rightMenuBut{
	background: #c20a00;
}
.rightMenuPhone{
	display: block;
	width: 0;
	height: 60px;
	background: #c20a00;
	position: absolute;
	right: 60px;
	top: 0;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	opacity: 0;
	transition: all 400ms;
}
.rightMenu>li:hover .rightMenuPhone{
	width: 196px;
	border-right: 1px solid #cf3d35;
	opacity: 1;
}
.rightMenuEwm{
	display: block;
	width: 0;
	height: 0;
	background: #c20a00;
	position: absolute;
	right: 60px;
	top: 0;
	opacity: 0;
	transition: all 400ms;
}
.rightMenu>li:hover .rightMenuEwm{
	width: 120px;
	height: 120px;
	padding: 10px;
	opacity: 1;
}
/*end*/
/*首页*/
.swiperBanner{
	display: block;
	width: 100%;
	height: 900px;
	overflow: hidden;
	position: relative;
}
.swiperBanner .swiper-pagination{
	bottom: 50px;
}
.swiperBanner .swiper-pagination-bullet{
	background: #fff;
	width: 12px;
	height: 12px;
	opacity: 1;
	border-radius: 6px;
}
.swiperBanner .swiper-pagination-bullet-active{
	background: #c20a00;
	width: 44px;
}
.indexAbout{
	position: relative;
	display: block;
	width: 100%;
}
.indexAboutVideo{
	width: 590px;
	height: 700px;
	position: relative;
	background: #000;
}
.indexAboutVideo video{
	display: block;
	width: 590px;
	height: 700px;
}
.indexAboutVideo::before{
	content: "";
	display: block;
	width: 360px;
	height: 360px;
	background: #c00a00;
	position: absolute;
	left: -50px;
	top: -52px;
	z-index: -1;
}
.indexAboutImg{
	display: block;
	position: absolute;
	bottom: 0;
	right: -64px;
	z-index: -1;
}
.indexAboutIn{
	width: 660px;
	padding-top: 40px;
}
.indexAboutIn h2{
	font-size: 58px;
	font-weight: bold;
	color: #004aa7;
	padding-bottom: 42px;
	margin-bottom: 50px;
	background: url(../images/about-us.png) no-repeat left bottom;
}
.indexAboutIn .text{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 44px;
}
.indexAboutIn .more{
	display: block;
	width: 220px;
	height: 68px;
	border-radius: 4px;
	text-align: center;
	line-height: 68px;
	font-size: 18px;
	color: #333;
	margin-top: 64px;
	border: 1px solid #e7e7e7;
	padding-right: 54px;
	background: url(../images/more-04.png) no-repeat 140px center;
	background-size: 24px auto;
}
.indexAboutIn .more img{
	display: inline-block;
	margin-left: 30px;
	margin-top: -3px;
	display: none;
}
.indexAboutIn .more:hover{
	color: #fff;
	background: #c20a00 url(../images/more-01.png) no-repeat 140px center;
	background-size: 24px auto;
	border-color: #c20a00;
}
.indexAboutUl{
	display: flex;
	justify-content: space-between;
	height: 100px;
}
.indexAboutUl li{
	text-align: center;
	font-size: 18px;
	color: #004aa7;
	line-height: 28px;
}
.indexAboutUl li h3{
	font-size: 18px;
	color: #004aa7;
	line-height: 72px;
	height: 72px;
}
.indexAboutUl li h3 span,
.indexAboutUl li h3 em{
	font-size: 68px;
	font-weight: bold;
}
.indexAboutUl li h3 em{
	vertical-align: top;
	line-height: 60px;
}
.indexPro{
	display: block;
	width: 100%;
	height: 650px;
	background: url(../images/indexProBg_06.jpg) no-repeat center;
	background-size: cover;
	padding-top: 96px;
	position: relative;
}
.indexProTop{
	margin-bottom: 58px;
}
.indexProTitle{
	font-size: 58px;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	padding-bottom: 42px;
	background: url(../images/index-02.png) no-repeat left bottom;
	width: 440px;
}
.indexProTopTab{
	padding-top: 8px;
}
.indexProTopTab a{
	float: left;
	height: 64px;
	line-height: 64px;
	position: relative;
	margin-left: 54px;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.indexProTopTab a.active{
	font-weight: bold;
	font-size: 20px;
}
.indexProTopTab a.active::after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.indexProDiv{
	height: 520px;
	position: absolute;
	top: 278px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}
.indexProDiv>li{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.indexProDiv-swi{
	display: block;
	width: 100%;
	height: 520px;
	position: relative;
	overflow: hidden;
}
.indexProDiv-swi .swiper-slide{
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.indexProDiv-swi .img{
	display: block;
	width: 100%;
	height: 404px;
	overflow: hidden;
}
.indexProDiv-bot{
	display: block;
	width: 100%;
	height: 116px;
	position: relative;
	box-sizing: border-box;
	padding: 25px 180px 0 28px;
	border: 2px solid rgba(0, 0, 0, 0.04);
	border-top: none;
}
.indexProDiv-bot h3{
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	margin-bottom: 4px;
}
.indexProDiv-bot h5{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.indexProDiv-bot span{
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	padding-right: 38px;
	font-size: 16px;
	color: #c20a00;
	background: url(../images/more-02.png) no-repeat right center;
	opacity: 0;
}
.indexProDiv-swi .swiper-slide:hover .indexProDiv-bot span{
	opacity: 1;
}
.indexProDiv-swi .swiper-slide:hover .indexProDiv-bot h3{
	color: #c20a00;
	font-weight: bold;
}
.indexProDiv-swi .swiper-slide:hover .indexProDiv-bot h5{
	color: #333333;
}
.indexProDiv-swi .swiper-slide:hover .indexProDiv-bot{
	border-bottom: 3px solid #ca2b22;
}
.indexProDiv-swi .img span{
	display: block;
	width: 100%;
	height: 404px;
	transition: all 500ms;
}
.indexProDiv-swi .swiper-slide:hover .img span{
	transform: scale(1.1);
}
.indexProDiv .prevButton,
.indexProDiv .nextButton{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 178px;
	z-index: 20;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	cursor: pointer;
}
.indexProDiv .prevButton{
	left: -100px;
	background-image: url(../images/left-01.png);
}
.indexProDiv .prevButton:hover{
	background-image: url(../images/left-02.png);
}
.indexProDiv .nextButton{
	right: -100px;
	background-image: url(../images/right-01.png);
}
.indexProDiv .nextButton:hover{
	background-image: url(../images/right-02.png);
}
.indexProDiv-swi>.in{
	display: block;
	width: 100%;
	height: 520px;
	overflow: hidden;
}
.indexNewsDiv{
	display: block;
	width: 100%;
	height: auto;
	padding: 242px 0 112px;
	background-position: center top;
}
.indexNewsDiv .title{
	height: 122px;
	font-size: 58px;
	font-weight: bold;
	line-height: 80px;
	color: #004aa7;
	background: url(../images/title-01.png) no-repeat left bottom;
}
.indexNewsTab a{
	display: inline-block;
	float: left;
	margin-left: 54px;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	position: relative;
}
.indexNewsTab a.active{
	color: #c20a00;
	font-weight: bold;
}
.indexNewsTab a:hover{
	color: #c20a00;
}
.indexNewsTab a.active::after{
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #c20a00;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.newsLeft{
	width: 640px;
	height: 486px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	padding: 25px 25px 0;
}
.newsLeftImg{
	display: block;
	width: 100%;
	height: 312px;
	overflow: hidden;
}
.newsLeftImg span{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
.newsLeft:hover .newsLeftImg span{
	transform: scale(1.1);
}
.newsLeftText{
	display: block;
	padding-top: 18px;
}
.newsLeftText h3{
	font-size: 22px;
	color: #181818;
	line-height: 32px;
	margin-bottom: 4px;
}
.newsLeftText p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 16px;
}
.newsLeft:hover .newsLeftText h3{
	color: #c20a00;
}
.newsLeftText>div h5{
	font-size: 14px;
	color: #646464;
	line-height: 28px;
}
.newsLeftText>div span{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-right: 26px;
	background: url(../images/more-04.png) no-repeat right center;
}
.newsLeftText:hover>div span{
	color: #c20a00;
	background: url(../images/more-12.png) no-repeat right center;
}
.newsRight{
	width: calc(100% - 660px);
	flex: 1;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}
.newsRight>li{
	display: block;
	width: 100%;
	height: 81px;
	padding: 0 30px 0 40px;
}
.newsRightDiv{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	border-bottom: 1px solid #ececec;
	line-height: 80px;
	font-size: 16px;
	color: #333333;
	padding-left: 160px;
	padding-right: 36px;
}
.newsRightDiv h5{
	font-size: 16px;
	color: #646464;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 20px;
}
.newsRightDiv::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 2px solid #004aa7;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.newsRight>li:last-child .newsRightDiv{
	border: none;
}
.newsRight>li:hover{
	background: #c20a00;
}
.newsRight>li:hover .newsRightDiv{
	border-color: #c20a00;
	color: #fff;
	background: url(../images/sanjiao-01.png) no-repeat right center;
}
.newsRight>li:hover .newsRightDiv h5{color: #fff;}
.newsRight>li:hover .newsRightDiv::before{
	border-color: #fff;
}
.footForm{
	display: block;
	width: 100%;
	height: 160px;
	background: url(../images/footForm_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.footFormLeft{
	padding-top: 28px;
}
.footFormLeft h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 13px;
}
.footFormLeft h5{
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
	font-size: 22px;
	background: url(../images/phone-01.png) no-repeat left center;
}
.footFormRight{
	padding-top: 35px;
}
.footFormRight h3{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 12px;
}
.footFormRight input{
	display: inline-block;
	float: left;
	margin-right: 13px;
	width: 260px;
	height: 48px;
	border-radius: 24px;
	background: #fff;
	font-size: 16px;
	color: #333333;
	padding: 0 25px;
}
.footFormRight button{
	display: inline-block;
	float: left;
	margin-right: 13px;
	width: 168px;
	height: 48px;
	border-radius: 24px;
	background: url(../images/bottonBg.png) no-repeat center;
	background-size: 100% 100%;
	font-size: 20px;
	color: #ffffff;
}

/*end*/
/*新闻*/
.page{
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #333333;
}
.page *{
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	margin: 0 4px;
	border-radius: 50%;
}
.page *:first-child,
.page *:last-child{
	font-family:  "宋体";
	color: #666;
}
.page *:hover{
	background: #c20a00;
	color: #fff;
}
.page *.active{
	background: #c20a00;
	color: #fff;
}
.divTab{
	height: 80px;
	z-index: 30;
	position: relative;
}
.tabIn{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	border-radius: 4px 4px 0 0;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	height: 100%;
}
.tabIn a{
	display: inline-block;
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.tabIn a.active{
	color: #c10a00;
}
.tabIn a:hover{
	color: #c10a00;
}
.tabIn a.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #c20a00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tabIn a::before{
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background: #e0e0e0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tabIn a:first-child::before{
	display: none;
}
.newsDiv>li{
	display: block;
	width: 100%;
	height: 346px;
	position: relative;
}
.newsDiv>li>em{
	display: block;
	width: 100%;
	height: 1px;
	background: #eeeeee;
	position: absolute;
	bottom: 0;
	left: 0;
}
.newsDiv>li:last-child>em{
	display: none;
}
.newsDiv>li:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.newsDiv>li:hover>em{
	display: none;
}
.newsList{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 40px;
	transition: all 400ms;
}
.newsImg{
	/*width: 500px;*/
	width: 460px;
	height: 100%;
	overflow: hidden;
}
.newsImg>span{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 400ms;
}
.newsList:hover .newsImg>span{
	transform: scale(1.1);
	width: 460px;
}
.newsList:hover{
	padding: 40px;
}
.newsIn{
	height: 100%;
	width: 610px;
	padding-top: 16px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.newsIn h3{
	font-size: 26px;
	color: #181818;
	line-height: 40px;
	margin-bottom: 7px;
}
.newsIn h5{
	font-size: 14px;
	color: #646464;
	line-height: 24px;
	margin-bottom: 11px;
}
.newsIn>span{
	display: block;
	width: 170px;
	height: 50px;
	border: 1px solid #e7e7e7;
	padding-left: 43px;
	line-height: 48px;
	margin-top: 32px;
	font-size: 14px;
	color: #333333;
	background: url(../images/more-04.png) no-repeat 105px center;
}
.newsList:hover .newsIn>span{
	background: #c20a00 url(../images/more-05.png) no-repeat 105px center;
	border-color: #c20a00;
	color: #fff;
}
.zxDetTop{
	border-bottom: 1px solid #e9e9e9;
	padding: 52px 0 24px;
	text-align: center;
	font-size: 16px;
	color: #858585;
	line-height: 28px;
}
.zxDetTop h3{
	font-size: 34px;
	color: #212121;
	line-height: 50px;
	margin-bottom: 10px;
}
.zxDetMain{
	font-size: 16px;
	color: #5b5b5b;
	line-height: 30px;
	padding: 28px 0 72px;
}
.swiDiv{
	display: block;
	height: 54px;
	margin-bottom: 60px;
	background: #f5f5f5;
	text-align: center;
	line-height: 54px;
	font-size: 15px;
	color: #333333;
}
.swiDiv a{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 70px;
	color: #333333;
}
.swiDiv a:first-child{
	background: url(../images/left-03.png) no-repeat 26px center;
}
.swiDiv a:last-child{
	background: url(../images/right-03.png) no-repeat 552px center;
}
.swiDiv a:first-child:hover{
	background: #c20a00 url(../images/left-04.png) no-repeat 26px center;
	color: #fff;
}
.swiDiv a:last-child:hover{
	background: #c20a00 url(../images/right-04.png) no-repeat 552px center;
	color: #fff;
}
.hotTitle{
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 16px;
	padding-left: 15px;
	position: relative;
}
.hotTitle::before{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #c20a00;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hotList li{
	float: left;
	margin-right: 21px;
}
.hotList li:nth-child(3n){
	margin-right: 0;
}
.hotListDiv{
	display: block;
	width: 386px;
	height: 374px;
}
.hotListDiv:hover{
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.hotListDivImg{
	display: block;
	width: 100%;
	height: 204px;
	overflow: hidden;
}
.hotListDivImg span{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 400ms;
}
.hotListDiv:hover .hotListDivImg span{
	transform: scale(1.08);
}
.hotListDivIn{
	display: block;
	padding: 14px 20px 0;
}
.hotListDivIn h3{
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	color: #181818;
	margin-bottom: 4px;
}
.hotListDivIn p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
}
.hotListDivIn img{
	width: 25px;
	height: 13px;
	margin-top: 16px;
}
.hotListDiv:hover .hotListDivIn h3{
	color: #c20a00;
}
/*end*/
/*产品中心*/
.proDivTit{
	margin: 50px auto 30px;
	font-size: 32px;
	color: #333333;
	line-height: 50px;
}
.proDivUl{
	padding-bottom: 18px;
	border-bottom: 1px solid #dcdcdc;
}
.proWidth{
	position: relative;
}
.proWidth::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.proDivUl>li{
	float: left;
	margin-right: 20px;
	position: relative;
}
.proDivUl>li:nth-child(4n){
	margin-right: 0;
}
.proList{
	display: block;
	width: 285px;
	height: 240px;
}
.proListImg{
	display: block;
	width: 100%;
	height: 168px;
	border-radius: 10px;
	overflow: hidden;
}
.proListImg span{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 400ms;
}
.proList:hover .proListImg span{
	transform: scale(1.08);
}
.proList h3{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 4px;
}
.proList:hover h3{
	color: #c20a00;
}
.proPop{
	display: none;
	width: 248px;
	min-height: 230px;
	padding-bottom: 15px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 304px;
	z-index: 20;
	border-radius: 10px;
}
.proDivUl>li:nth-child(4n) .proPop{
	left: -265px;
}
.proPop .top{
	display: block;
	width: 100%;
	height: 71px;
	padding: 13px 17px 10px;
	background: #c10a00;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	border: 1px solid #c10a00;
	border-bottom: none;
}
.proPop .bot{
	min-height: 158px;
	padding: 15px 25px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	border: 1px solid #c10a00;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.proPop .bot p{
	max-height: 118px;
	overflow: hidden;
}
.proPop::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 8px solid #c10a00;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -8px;
	top: 30px;
}
.proDivUl>li:hover .proPop{
	display: block;
}
.proDivUl>li:nth-child(4n) .proPop::before{
	border-right: none;
	border-top: 10px solid transparent;
	border-left: 8px solid #c10a00;
	border-bottom: 10px solid transparent;
	left: auto;
	right: -8px;
}

/*end*/
/*联系我们*/
.lianxiTit{
	margin: 60px auto 100px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}
.lianxiTit h3{
	font-size: 38px;
	color: #333333;
	line-height: 52px;
}
.lianxiTit h5{
	text-transform: uppercase;
}
.lxTop{
	margin-bottom: 30px;
}
.lxTop>li{
	float: left;
	width: 385px;
	height: 268px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	margin-right: 22px;
	position: relative;
	padding: 90px 20px 0;
	text-align: center;
	font-size: 18px;
	color: #343434;
	line-height: 36px;
}
.lxTop>li:nth-child(3n){
	margin-right: 0;
}
.lxTop>li::before{
	content: "";
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.lxTop>li h3{
	font-size: 26px;
	font-weight: bold;
	color: #2c2c2c;
	line-height: 40px;
	margin-bottom: 20px;
}
.lxTop>li>Span{
	display: block;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
}

.lxBot{
	margin-bottom: 80px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background: #fff;
}
.lxBot>.left{
	width: 50%;
	height: 600px;
	border-radius: 8px 0 0 8px;
}
.lxBotTit{
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}
.lxBotTit h3{
	font-size: 38px;
	color: #333333;
	line-height: 58px;
}
.lxBotForm{
	display: block;
	width: 100%;
	height: auto;
}
.lxBotForm>li{
	margin-top: 18px;
	width: 100%;
}
.lxBotForm>li:nth-child(1),
.lxBotForm>li:nth-child(2){
	width: 240px;
}
.lxBotForm>li h3{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 10px;
}
.lxBotForm>li input{
	width: 100%;
	height: 50px;
	border-radius: 6px;
	background: #f1f1f1;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
}
.lxBotForm>li textarea{
	width: 100%;
	height: 148px;
	border-radius: 6px;
	background: #f1f1f1;
	padding: 10px 20px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-family: "微软雅黑";
}
.lxBut{
	display: block;
	width: 100%;
	margin-top: 46px;
}
.lxBut button{
	display: inline-block;
	width: 180px;
	height: 60px;
	border-radius: 8px;
	background: #f1f1f1;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	float: left;
	margin-right: 20px;
}
.lxBut button:first-child{
	background: #c20a00;
	color: #fff;
}
.aboutTop{
	margin: 60px auto 82px;
}
.aboutTopImg{
	width: calc(50% - 98px);
	height: 638px;
}
.aboutTopDiv{
	width: 692px;
	height: auto;
	padding-top: 30px;
	padding-right: 88px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.aboutTopDivTab{
	display: block;
	width: 112px;
	height: 34px;
	background: #c20a00;
	text-align: center;
	line-height: 34px;
	margin-bottom: 22px;
	font-size: 14px;
	color: #fff;
}
.aboutTopDiv h2{
	font-size: 38px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 35px;
}
.aboutTopNumber{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 38px;
}
.aboutTopNumber li h5{
	font-size: 18px;
	color: #004aa7;
	line-height: 28px;
}
.aboutTopNumber li{
	text-align: center;
}
.aboutTopNumber h3{
	height: 72px;
	line-height: 72px;
	font-size: 18px;
	color: #004aa7;
}
.aboutTopNumber h3 span{
	font-size: 68px;
	font-weight: bold;
}
.aboutTopNumber h3 em{
	font-size: 48px;
	font-weight: bold;
	margin-top: -2px;
	display: inline-block;
	vertical-align: top;
}
.swiperFc{
	display: block;
	width: 100%;
	height: 670px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.swiperFcImg{
	width: calc(50% - 100px);
	height: 100%;
}
.swiperFcDiv{
	width: 705px;
	height: 100%;
	padding-left: 90px;
	padding-top: 152px;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.swiperFcDiv h3{
	font-size: 38px;
	line-height: 50px;
	color: #333333;
	margin: 22px 0 35px;
}
.swiperFcDiv .tab{
	display: block;
	width: 112px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #c20a00;
	font-size: 14px;
	color: #fff;
}
.swiperFc .swiper-button-prev,
.swiperFc .swiper-button-next{
	width: 60px;
	height: 60px;
	margin-top: 0;
	top: 456px;
}
.swiperFc .swiper-button-prev::after,
.swiperFc .swiper-button-next::after{
	display: none;
}
.swiperFc .swiper-button-prev{
	background: url(../images/left-05.png) no-repeat center;
	left: 50%;
	margin-left: -14px;
}
.swiperFc .swiper-button-next{
	background: url(../images/right-05.png) no-repeat center;
	right: auto;
	left: 50%;
	margin-left: 65px;
}
.swiperFc .swiper-button-prev:hover{
	background: url(../images/left-06.png) no-repeat center;
}
.swiperFc .swiper-button-next:hover{
	background: url(../images/right-06.png) no-repeat center;
}
.zizhi{
	display: block;
	padding: 60px 0 64px;
	background: #f4f4f4;
}
.zizhiTit{
	text-align: center;
	margin-bottom: 10px;
}
.zizhiTit h3{
	font-size: 38px;
	color: #333333;
	line-height: 54px;
}
.zizhiTit h5{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-transform: uppercase;
}
.zizhiDiv{
	position: relative;
}
.swiperZiZhi{
	display: block;
	width: 1095px;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
}
.zizhiDivIn{
	display: block;
	width: 340px;
	height: 510px;
	margin: 20px auto;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	padding: 18px 20px 0;
}
.zizhiDivIn>span{
	display: block;
	width: 100%;
	height: 424px;
	overflow: hidden;
}
.zizhiDivIn p{
	text-align: center;
	line-height: 68px;
	font-size: 20px;
	color: #333333;
}
.zzLeft,
.zzRight{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.zzLeft{
	left: -40px;
	background: url(../images/left-07.png) no-repeat center;
	background-size: 100% 100%;
}
.zzLeft:hover{
	background: url(../images/left-08.png) no-repeat center;
	background-size: 100% 100%;
}
.zzRight{
	right: -40px;
	background: url(../images/right-07.png) no-repeat center;
	background-size: 100% 100%;
}
.zzRight:hover{
	background: url(../images/right-08.png) no-repeat center;
	background-size: 100% 100%;
}
.proDetRight{
	width: 330px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.proDetTit{
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/title-02.png) no-repeat left center;
	font-size: 20px;
	color: #fff;
	padding-left: 40px;
	line-height: 50px;
}
.tuijian{
	display: block;
	width: 100%;
	height: 232px;
	padding: 0 20px;
	font-size: 20px;
	color: #333333;
	line-height: 46px;
}
.tuijian .img{
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.tuijian .img span{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 400ms;
}
.tuijian:hover .img span{
	transform: scale(1.08);
}
.tuijian:hover{
	color: #c20a00;
}
.proDetLeft{
	width: 850px;
}
.proDetIn{
	margin-bottom: 25px;
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.proDetDiv{
	display: block;
	width: 100%;
	padding: 40px;
}
.proDetDiv1 p {
    width: 380px;
    display: inline-flex;
    line-height: 60px;
    background: #e5edf6;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    margin: 0 10px 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proDetDiv1 p:nth-child(even) {
    margin-right: 0;
}
.proDetDiv img{
	margin-bottom: 5px;
width: 770px;
}
.proDetTop{
	margin: 60px auto 25px;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.proDetTopDiv{
	width: 495px;
	height: auto;
	padding-top: 45px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.proDetPhone{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 50px;
	color: #c20a00;
	background: url(../images/phone-02.png) no-repeat left center;
	font-size: 18px;
}
.proDetPhone em{
	font-size: 38px;
	font-weight: bold;
}
.proDetTopTit{
	display: block;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 32px;
	padding-bottom: 28px;
}
.proDetTopTit h5{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.proDetTopTit h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

.gallery-top {
  	height: 342px;
  	width: 100%;
  	margin-bottom: 8px;
  	overflow: hidden;
}

.gallery-thumbs {
  	height: 80px;
  	width: 100%;
  	overflow: hidden;
}

.gallery-thumbs .swiper-slide{
  	height: 100%;
  	opacity: 0.8;
  	position: relative;
}

.gallery-thumbs .swiper-slide-thumb-active{
  	opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #c20a00;
}

/*end*/




@media screen and (max-width:1540px){
	.header{
		width: calc(100% - 40px);
	}
	.headMenu{margin-right: 0;}
	.headerDiv1{padding: 0 20px;}
	.searchDiv>div,.searchDiv>a{padding: 0 18px;}
	.swiperBanner{height: 100vh;}
	.swiperBanner .swiper-pagination{bottom: 30px;}
}
@media screen and (max-width:1400px){
	.footerList{
		margin-right: 50px;
	}
	.wid1400{
		width: 100%;
		min-width: 1300px;
	}
	.wid1400{
		padding-left: 20px;
		padding-right: 20px;
	}
}