﻿/*头部底部*/
.main{
	display: block;
	height: auto;
}
.footer{
	display: block;
	width: 100%;
	background: #172a50;
	padding: 40px 0 48px;
}
.footerMain{
	display: block;
}
.footerMain>div{
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 111px;
	min-height: 20px;
}
.footerMain>div:nth-child(1){width: 229px;}
.footerMain>div:nth-child(2){width: 72px;}
.footerMain>div:nth-child(3){width: 240px;}
.footerMain>div:nth-child(4){width: 372px;}
.footerMain>div:nth-child(5){width: 240px;}
.footerMain>div:last-child{
	margin-right: 0;
}
.footer-logo{
	display: block;
	margin-bottom: 25px;
}
.footer-rexian{
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #b1bbd0;
}
.footer-rexian h2{
	font-size: 34px;
	color: #b1bbd0;
	line-height: 48px;
	margin: 5px 0 7px;
}
.footer-tit{
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	padding-bottom: 18px;
}
.footer-tit em{
	display: block;
	width: 24px;
	height: 2px;
	background: #9aa6be;
	margin: 18px 0 0; 
}
.footer-nav{
	font-size: 15px;
	color: #b1bbd0;
	line-height: 36px;
}
.footer-nav a{
	color: #b1bbd0;
}
.footer-nav a:hover{
	color: #fff;
}
.footer-ewm{
	display: block;
	padding-top: 8px;
}
.footer-ewm>div{
	display: inline-block;
	float: left;
	margin-right: 30px;
	text-align: center;
	width: 104px;
	text-align: center;
	font-size: 14px;
	color: #b1bbd0;
	line-height: 24px;
}
.footer-ewm>div:last-child{
	margin-right: 0;
}
.header-div{
	display: block;
	width: 100%;
	height: 80px;
}
.header{
	display: block;
	width: 100%;
	min-width: 1280px;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}
.headRight{
	display: block;
	width: auto;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
}
.headRight>li{
	float: left;
	position: relative;
}
.headRight>li>a{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}
.header-ewm{
	display: none;
	width: 144px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -72px;
	z-index: 80;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.header-ewm p{
	display: block;
	width: 100%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #ffffff;
	background: #2e44c8;
}
.searchMain{
	display: none;
	width: 280px;
	height: 48px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 70;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.searchMain input{
	display: inline-block;
	float: left;
	width: 220px;
	height: 100%;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	border: 1px solid #fff;
	border-right: none;
}
.searchMain input:focus{
	border-color: #2e44c8;
	color: #2e44c8;
}
.searchMain button{
	display: inline-block;
	float: left;
	width: 60px;
	height: 100%;
	background: #2e44c8;
	border: none;
	color: #fff;
	font-size: 16px;
}
.searchMain button:hover{
	background: #e60012;
}
.headLeft{
	display: block;
	width: auto;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 80;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
}
.logo{
	min-width: 288px;
	height: 80px;
	padding: 6px 20px 6px 30px;
}
.menuBut{
	width: 80px;
	height: 80px;
	background: #2e44c8;
	transition: all 300ms;
}
.menuBut span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/menu-01.png);
}
.menuBut.active span{
	background-image: url(../images/menu-02.png);
}
.menuBut:hover{
	background: #e60012;
}
.menu{
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	padding: 0 160px 0 430px;
	transition: all 400ms;
	overflow: hidden;
}
.menu.active{
	width: 0;
	padding: 0;
}
.menu li{
	float: left;
	position: relative;
	height: 100%;
}
.menu li::after{
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	border-left: 1px dashed #7b7b7b;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.menu li:last-child::after{
	display: none;
}
.menu li a{
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 80px;
	padding: 0 40px;
	transition: all 300ms;
}
.menu li:hover a{color: #2e44c8;}
.menu li a.active{color: #2e44c8;font-weight: bold;}
@media screen and (max-width:1600px){
	.footerMain{width: 1400px;}
	.footerMain>div{margin-right: 90px;}
}
@media screen and (max-width:1480px){
	.menu li a{padding: 0 30px;}
	.menu{padding: 0 160px 0 400px;}
	.footerMain{width: 1200px;}
	.footerMain>div{margin-right: 40px;}
}
@media screen and (max-width:1340px){
	.menu li a{padding: 0 20px;}
}
.rightMenu{
	display: block;
	width: 50px;
	position: fixed;
	top: 52%;
	right: 10px;
	z-index: 90;
}
.zhiding{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zhiding.png);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
	margin-top: 15px;
}
.zhiding:hover{
	background-color: #e60012;
	background-image: url(../images/zhiding1.png);
}
.zixunBut{
	display: block;
	width: 50px;
	height: auto;
	border-radius: 4px;
	background: #e60012;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}
.zixunBut span{
	display: block;
	width: auto;
	height: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-align: center;
	line-height: 48px;
}
.zixunBut p{
	padding: 14px 10px;
}

/*end*/
/*首页*/
.indexMain{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: none;
}
.indexMain .swiper-slide{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bannerSwiper{
	display: block;
	width: 100%;
	height: 100%;
}
.bannerSwiper .swiper-slide{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bannerSwiper .swiper-button-next, 
.bannerSwiper .swiper-button-prev{
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-01.png);
	right: auto;
	left: 70px;
	z-index: 20;
	cursor: pointer;
}
.bannerSwiper .swiper-button-next:focus, 
.bannerSwiper .swiper-button-prev:focus{
	outline: none;
}
.bannerSwiper .swiper-button-next::after, 
.bannerSwiper .swiper-button-prev::after{
	display: none;
}
.bannerSwiper .swiper-button-next{
	left: auto;
	right: 70px;
	background-image: url(../images/right-01.png);
}
.bannerSwiper .swiper-button-prev:hover{
	background-image: url(../images/left-02.png);
}
.bannerSwiper .swiper-button-next:hover{
	background-image: url(../images/right-02.png);
}
.bannerSwiper .swiper-pagination{
	height: 28px;
	bottom: 36px;
	opacity: 1;
	z-index: 19;
}
.bannerSwiper .swiper-pagination-bullet{
	width: 28px;
	height: 28px;
	opacity: 1;
	background: url(../images/dian-01.png) no-repeat center;
	margin: 0 10px;
}
.bannerSwiper .swiper-pagination-bullet-active{
	background: url(../images/dian-02.png) no-repeat center;
}
.bannerSwiper .swiper-pagination-bullet:focus{
	outline: none;
}

.indexTwo{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.indexTwo>li{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 13.54%;
	position: relative;
}
.indexTwo-tab{
	position: absolute;
	bottom: 10.10%;
	left: 50%;
	margin-left: -800px;
	height: auto;
	z-index: 20;
}
.indexTwo-tab>li{
	float: left;
	width: 420px;
	height: 140px;
	margin-right: 15px;
	margin-top: 15px;
	border-radius: 8px;
	border: 1px solid rgba(194, 194, 194, 0.7);
	background: rgba(255, 255, 255, 0.15);
	padding: 18px 20px 15px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
	transition: all 400ms;
	position: relative;
}
.indexTwo-tab>li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
}
.indexTwo-tab>li:hover{
	transform: translateY(-10px);
}
.indexTwo-tab>li.active{
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(194, 194, 194, 1);
}
.indexTwo-tab>li>span{
	display: inline-block;
	float: left;
	width: 130px;
	height: 96px;
	border-radius: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 4px;
}
.indexTwo-tab>li>div{
	display: inline-block;
	float: right;
	width: 222px;
	height: 100%;
}
.indexTwo-tab>li>div h3{
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 6px;
}
.indexTwo-tab>li>div p{
	opacity: 0.7;
}
.indexTwoIn{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.indexTwoIn h2{
	font-size: 44px;
	line-height: 60px;
	margin-bottom: 20px;
}
.indexTwo-text{
	display: block;
	width: 442px;
}
.indexTwo-text p{
	height: 90px;
}
.indexTwo-more{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 28px;
	background: url(../images/more-01.png) no-repeat left center;
	margin-top: 68px;
	transition: all 400ms;
}
.indexTwo-more:hover{
	padding-left: 40px;
}

@media screen and (max-width:1600px){
	.indexTwo-tab{width: 1400px;margin-left: -700px;}
	.indexTwoIn{width: 1400px;}
}
@media screen and (max-width:1480px){
	.indexTwo-tab{width: 1200px;}
	.indexTwoIn{width: 1200px;margin-left: -600px;}
}
.indexThree-top{
	display: block;
	height: 80px;
}
.indexThree{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: calc(100% - 80px);
}
.indexThree-tit{
	display: block;
	text-align:center;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-top: 20px;
}
.indexThree-tit h3{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 12px;
}
.threeSwiperIn{
	display: block;
	width: 1624px;
	height: auto;
	position: relative;
	overflow: visible;
	margin: 0 auto;
}

.threeSwiper{
	display: block;
	width: 100%;
	height: 582px;
	position: relative;
	overflow: hidden;
}
.threeSwiper .swiper-slide{
	display: block;
	width: auto;
	height: 100%;
}
.threeSwiper .swiper-pagination{
	bottom: 0;
}
.threeSwiper .swiper-pagination-bullet{
	width: 28px;
	height: 28px;
	margin: 0 8px;
	opacity: 1;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/dian-01.png);
}
.threeSwiper .swiper-pagination-bullet-active{
	background-image: url(../images/dian-02.png);
}
.threeSwiperIn .next, 
.threeSwiperIn .prev{
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-01.png);
	position: absolute;
	top: 214px;
	right: auto;
	left: -100px;
	z-index: 20;
	cursor: pointer;
}
.threeSwiperIn .next:focus, 
.threeSwiperIn .prev:focus{
	outline: none;
}
.threeSwiperIn .next::after, 
.threeSwiperIn .prev::after{
	display: none;
}
.threeSwiperIn .next{
	left: auto;
	right: -100px;
	background-image: url(../images/right-01.png);
}
.threeSwiperIn .prev:hover{
	background-image: url(../images/left-02.png);
}
.threeSwiperIn .next:hover{
	background-image: url(../images/right-02.png);
}
.threeSwi-in{
	display: block;
	width: 380px;
	height: 510px;
	border-radius: 8px;
	position: relative;
	background: #fff;
	margin: 0 auto;
}
.threeSwi-in-img{
	display: flex;
	width: 100%;
	height: 430px;
	justify-content: center;
	align-items: center;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.threeSwi-in-bot{
	display: block;
	width: 100%;
	height: 106px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/indexProBg.png);
	text-align: center;
	padding: 28px 20px 0;
	font-size: 14px;
	color: #8b8b8b;
	line-height: 24px;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.threeSwi-in-bot h3{
	font-size: 22px;
	color: #191919;
	line-height: 32px;
	margin-bottom: 4px;
}
.threeSwi-main{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: #e60012;
	padding: 58px 40px 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0;
	transition: all 400ms;
	border-radius: 8px;
}
.threeSwi-in:hover .threeSwi-main{
	opacity: 1;
}
.threeSwi-main h2{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
}
.threeSwi-main>span{
	display: block;
	width: 166px;
	height: 166px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 25px;
	border: 12px solid #ee525e;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
}
.threeSwi-in-more{
	display: block;
	width: 272px;
	height: 56px;
	border-radius: 28px;
	background: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #e60012;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -136px;
	z-index: 20;
	opacity: 0;
	transition: all 400ms;
}
.threeSwi-in-more img{
	margin-left: 10px;
}
.threeSwi-in:hover .threeSwi-in-more{
	bottom: -26px;
	opacity: 1;
}
.threeSwi-main p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
@media screen and (max-width:1600px){
	.threeSwiperIn{width: 1360px;}
	.threeSwi-in{width: 320px;height: 440px;}
	.threeSwi-in-img{height: 362px;}
	.indexThree-tit{margin-bottom: 40px;}
	.threeSwiper{height: 520px;}
	.threeSwi-main{padding: 40px 30px 30px;}
	.threeSwiperIn .next, .threeSwiperIn .prev{top: 172px;}
	.threeSwi-main>span{width: 140px;height: 140px;margin-bottom: 18px;}
	.threeSwi-in-more{width: 200px;height: 50px;border-radius: 25px;margin-left: -100px;line-height: 50px;}
	.threeSwi-in:hover .threeSwi-in-more{bottom: -25px;}
}
@media screen and (max-width:1480px){
	.threeSwiperIn{width: 1200px;}
	.threeSwi-in{width: 280px;height: 396px;}
	.threeSwi-in-img{height: 316px;}
	.threeSwiper{height: 470px;}
	.threeSwi-in-bot h3{font-size: 18px;line-height: 28px;}
	.threeSwi-main{padding: 30px 20px 20px;}
	.threeSwi-main>span{width: 120px;height: 120px;margin-bottom: 12px;}
	.threeSwi-main h2{margin-bottom: 8px;}
	.threeSwi-in-more{width: 160px;height: 40px;border-radius: 20px;margin-left: -80px;line-height: 40px;}
	.threeSwi-in:hover .threeSwi-in-more{bottom: -20px;}
	.threeSwiperIn .next, .threeSwiperIn .prev{top: 142px;}
}

.indexFour{
	display: flex;
	width: 100%;
	height: 100%;
}
.indexFour li{
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
}
.indexFour-bg{
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #3a52e3, #1f34ad); /* 标准的语法 */
	opacity: 0;
	transition: all 400ms;
}
.indexFour li:hover .indexFour-bg{
	opacity: 0.5;
}
.indexFour-in{
	display: block;
	width: 100%;
	height: 460px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -230px;
	z-index: 9;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	padding: 0 18%;
}
.indexFour-in h3{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 3px;
}
.indexFour-in h5{
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.indexFour-in p{
	margin-top: 28px;
}
.indexFour-img{
	display: flex;
	width: 156px;
	height: 156px;
	margin: 0 auto 42px;
	overflow: visible;
	justify-content: center;
	align-items: center;
	position: relative;
}
.indexFour-img::after{
	content: "";
	width: 156px;
	height: 156px;
	background: url(../images/yuan-10.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	animation: mydh1 1s infinite;
}
.indexFour li:nth-child(2) .indexFour-img::after{
	background: url(../images/yuan-11.png) no-repeat center;
	background-size: 100% 100%;
}
@keyframes mydh1{
	10%  {transform: rotateZ(36deg);
	-o-transform: rotateZ(36deg);
	-ms-transform:rotateZ(36deg);
	-moz-transform: rotateZ(36deg);
	-webkit-transform:rotateZ(36deg);
	}
	20%  {transform: rotateZ(72deg);
	-o-transform: rotateZ(72deg);
	-ms-transform:rotateZ(72deg);
	-moz-transform: rotateZ(72deg);
	-webkit-transform:rotateZ(72deg);
	}
	30%  {transform: rotateZ(108deg);
	-o-transform:  rotateZ(108deg);
	-ms-transform: rotateZ(108deg);
	-moz-transform:  rotateZ(108deg);
	-webkit-transform: rotateZ(108deg);
	}
	40%  {transform: rotateZ(144deg);
	-o-transform: rotateZ(144deg);
	-ms-transform:rotateZ(144deg);
	-moz-transform: rotateZ(144deg);
	-webkit-transform:rotateZ(144deg);
	}
	50%  {transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform:rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-webkit-transform:rotateZ(180deg);
	}
	60%  {transform: rotateZ(216deg);
	-o-transform: rotateZ(216deg);
	-ms-transform:rotateZ(216deg);
	-moz-transform: rotateZ(216deg);
	-webkit-transform:rotateZ(216deg);
	}
	70%  {transform: rotateZ(252deg);
	-o-transform: rotateZ(252deg);
	-ms-transform:rotateZ(252deg);
	-moz-transform: rotateZ(252deg);
	-webkit-transform:rotateZ(252deg);
	}
	80%  {transform: rotateZ(288deg);
	-o-transform: rotateZ(288deg);
	-ms-transform:rotateZ(288deg);
	-moz-transform: rotateZ(288deg);
	-webkit-transform:rotateZ(288deg);
	}
	90%  {transform: rotateZ(324deg);
	-o-transform: rotateZ(324deg);
	-ms-transform:rotateZ(324deg);
	-moz-transform: rotateZ(324deg);
	-webkit-transform:rotateZ(324deg);
	}
	100% {transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform:rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform:rotateZ(360deg);
	}
}
.indexFour-img img{display: block;}
.indexFour-img .img2{display: none;}
.indexFour li:hover .indexFour-img .img2{display: block;}
.indexFour li:hover .indexFour-img .img1{display: none;}

.indexFive{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
.indexFiveMain{
	height: 636px;
}
.indexFive-left{
	width: 250px;
}
.indexFive-left h2{
	font-size: 40px;
	color: #181818;
	line-height: 70px;
}
.indexFive-left h5{
	font-size: 17px;
	line-height: 32px;
	color: #818181;
}
.indexFive-left>em{
	display: block;
	width: 38px;
	height: 3px;
	background: #2e44c8;
	margin: 30px 0 26px;
}
.indexFiveTab{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}
.indexFiveTab a{
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #202020;
}
.indexFiveTab a.active{
	color: #2e44c8;
}
.indexFive-more a{
	display: block;
	width: 142px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	/*background: linear-gradient(to right, #140dba , #2325f3);*/
	border: 1px solid #c2c2c2;
	font-size: 16px;
	color: #898989;
}
.indexFive-more a:hover{
	background: linear-gradient(to right, #140dba , #2325f3);
	border: none;
	line-height: 48px;
	color: #fff;
}
.indexFive-right{
	width: 1274px;
	height: 100%;
	overflow: hidden;
}
.index-news li{
	float: left;
	width: 378px;
	height: 100%;
	margin-right: 70px;
}
.index-news li:nth-child(3n){
	margin-right: 0;
}
.index-news-list{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #616161;
	line-height: 25px;
}
.index-news-list h2{
	font-size: 20px;
	color: #3b3b3d;
	line-height: 70px;
	height: 70px;
}
.index-news-list h2 span{
	font-size: 60px;
	margin-right: 18px;
}
.index-news-list>em{
	display: block;
	width: 100%;
	height: 1px;
	background: #cfd8dc;
	margin: 28px 0 0;
	position: relative;
}
.index-news-list>em::before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #2e44c8;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 400ms;
}
.index-news-list>em::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cfd8dc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-news-list h3{
	font-size: 24px;
	color: #171717;
	line-height: 34px;
	height: 34px;
	margin: 30px 0 22px;
}
.index-news-list p{
	height: 75px;
}
.index-news-list>span{
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #c2c2c2;
	margin: 40px 0 50px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #898989;
	transition: all 400ms;
}
.index-news-list>span img{
	margin-left: 8px;
}
.index-news-list>div{
	display: block;
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.index-news-list>div span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.index-news-list:hover>em::after{
	background: #2e44c8;
}
.index-news-list:hover>em::before{
	width: 100%;
}
.index-news-list:hover>div span{
	transform: scale(1.04);
}
.index-news-list:hover>span{
	border-color: #2e44c8;
	background: #2e44c8;
	color: #fff;
}
.index-news-list:hover>span img{
	filter:brightness(100);
}
.index-news-list:hover h3{
	color: #2e44c8;
}
.indexFiveTab a:hover{
	color: #2e44c8;
}

@media screen and (max-width:1600px){
	.indexFiveMain{width: 1400px;height: 594px;}
	.indexFive-right{width: 1074px;}
	.index-news li{width: 330px;margin-right: 40px;}
	.index-news-list>div{height: 224px;}
	.index-news-list>span{margin: 30px 0 40px;}
}
@media screen and (max-width:1480px){
	.indexFiveMain{width: 1260px;height: 546px;}
	.indexFive-right{width: 970px;}
	.index-news li{width: 300px;margin-right: 35px;}
	.index-news-list>div{height: 200px;}
	.index-news-list h3{font-size: 20px;margin: 20px 0 16px;}
	.index-news-list>em{margin-top: 20px;}
}

/*end*/
/*新闻列表*/
.banner{
	display: block;
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fenye{
	display: block;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.fenye *{
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	border: 1px solid #e2e4eb;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #313131;
	margin: 0 5px;
	background: #fff;
}
.fenye *:first-child,
.fenye *:last-child{
	width: 72px;
	font-size: 13px;
}
.fenye *:nth-last-child(2),
.fenye *:nth-child(2){
	width: 84px;
	font-size: 13px;
}
.fenye *:hover{
	border-color: #2e44c8;
	color: #fff;
	background: #2e44c8;
}
.fenye *.active,
.fenye *.current{
	border-color: #2e44c8;
	color: #fff;
	background: #2e44c8;
}
.navTab{
	display: block;
	text-align: center;
	transform: translateY(-36px);
	font-size: 0;
}
.navTab a{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: 70px;
	background: #fff;
	text-align: center;
	line-height: 70px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin: 0 11px;
	font-size: 20px;
	color: #707070;
}
.navTab a img{
	margin-right: 12px;
	margin-top: -3px;
}
.navTab a:hover{
	background: #2e44c8;
	color: #fff;
}
.navTab a:hover img{
	filter:brightness(100);
}
.navTab a.active{
	background: #2e44c8;
	color: #fff;
}
.navTab a.active img{
	filter:brightness(100);
}

.newsMain{
	display: block;
	width: 1316px;
	margin: 42px auto 70px;
}
.newsMain li{
	margin-bottom: 28px;
}
.newsList{
	display: block;
	position: relative;
	width: 100%;
	height: 264px;
}
.newsImg{
	width: 398px;
	height: 100%;
	overflow: hidden;
}
.newsImg span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.newsList:hover .newsImg span{
	transform: scale(1.06);
}
.newsIn{
	width: 860px;
	height: 100%;
	position: relative;
	font-size: 14px;
	color: #838383;
	line-height: 24px;
	padding-top: 18px;
}
.newsIn h5{
	font-size: 22px;
	color: #919191;
	line-height: 30px;
	margin-bottom: 16px;
}
.newsIn h3{
	font-size: 30px;
	color: #1e1e1e;
	line-height: 40px;
	margin-bottom: 14px;
}
.newsIn p{
	height: 48px;
}
.newsIn span{
	font-size: 14px;
	color: #8b8b8b;
	margin-top: 32px;
	display: block;
}
.newsIn>em{
	display: block;
	width: 100%;
	height: 1px;
	background: #c4c4c4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.newsIn>em::before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #2e44c8;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 400ms;
}
.newsList:hover .newsIn h3{
	color: #2e44c8;
}
.newsList:hover .newsIn span{
	color: #2e44c8;
	font-weight: bold;
}
.newsList:hover .newsIn>em::before{
	width: 100%;
}

.weizhi{
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.@media screen and (max-width:1480px){
	.wid1400{width: 1200px;}
}
.weizhiLeft{
	padding: 16px 0;
	padding-left: 16px;
	line-height: 28px;
	position: relative;
}
.weizhiLeft li{
	float: left;
	margin-right: 22px;
	position: relative;
}
.weizhiLeft li::after{
	content: ">";
	position: absolute;
	top: 0;
	right: -16px;
}
.weizhiLeft li a{
	display: block;
	line-height: 28px;
	color: #555555;
}
.weizhiLeft li a:hover{
	color: #2e44c8;
}
.weizhiLeft li:last-child a:hover{
	color: #555555;
}
.weizhiLeft li:last-child::after{
	display: none;
}
.weizhiLeft::before{
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	background: #555555;
	position: absolute;
	left: 0;
	top: 22px;
}
.newsDet-top{
	padding: 60px 0 26px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}
.newsDet-top h3{
	font-size: 34px;
	color: #212121;
	line-height: 44px;
	margin-bottom: 14px;
}
.newsDet-top h5{
	font-size: 16px;
	color: #858585;
	line-height: 26px;
}
.newsDet{
	display: block;
	padding: 26px 0 28px;
	font-size: 16px;
	line-height: 30px;
	color: #5b5b5b;
}
.newsDet p{
	margin-bottom: 10px;
}
.newsDetSwi{
	display: block;
	height: 54px;
	background: #f5f5f5;
}
.newsDetSwi>div{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
}
.newsDetSwi>div a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 54px;
	font-size: 15px;
	color: #333333;
	text-align: center;
	padding: 0 20px 0 70px;
	background-repeat: no-repeat;
	background-position: 26px center;
	background-image: url(../images/left-03.png);
}
.newsDetSwi>div:last-child a{
	padding: 0 70px 0 20px;
}
.newsDetSwi>div a:hover{
	background-color: #2e44c8;
	color: #fff;
	background-image: url(../images/left-04.png);
}
.newsDetSwi>div:last-child a{
	background-position: 550px center;
	background-image: url(../images/right-03.png);
}
.newsDetSwi>div:last-child a:hover{
	background-image: url(../images/right-04.png);
}
.remen-tit{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	margin-top: 66px;
}
.remen-tit em{
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #2e44c8;
	margin-right: 12px;
	margin-top: 6px;
	vertical-align: top;
}
.remenMain{
	display: block;
	padding-bottom: 78px;
}
.remenMain li{
	margin-right: 21px;
	margin-top: 18px;
	float: left;
}
.remenMain li:nth-child(4n){
	margin-right: 0;
}
.remenList{
	display: block;
	width: 284px;
	height: 330px;
}
.remenImg{
	display: block;
	width: 100%;
	height: 186px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.remenIn{
	display: block;
	width: 100%;
	height: 144px;
	border: 1px solid #ededed;
	border-top: none;
	padding: 18px 20px 0;
	font-size: 14px;
	line-height: 22px;
	color: #929292;
}
.remenIn h3{
	font-size: 16px;
	color: #171717;
	line-height: 24px;
	margin-bottom: 10px;
}
.remenIn p{height: 44px;margin-bottom: 10px;}
.remenList:hover h3{
	color: #2e44c8;
}
.remenList:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
/*end*/
/*品牌中心*/
.pinpai{
	display: block;
	margin: 36px auto 30px;
}
.pinpai li{
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}
.pinpai li:nth-child(3n){
	margin-right: 0;
}
.pinpaiList{
	display: block;
	width: 380px;
	height: 510px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.04);
	position: relative;
	transition: all 400ms;
}
.pinpaiList:hover{
	transform: translateY(-10px);
}
.pinpaiImg{
	display: flex;
	width: 100%;
	height: 430px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.pinpaiBot{
	display: block;
	width: 100%;
	height: 106px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/icon-06.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	padding: 28px 20px 0;
	font-size: 14px;
	line-height: 24px;
	color: #8d95dc;
}
.pinpaiBot h3{
	font-size: 22px;
	line-height: 32px;
	color: #2e44c8;
	margin-bottom: 3px;
}
.dansheng{
	display: block;
	padding: 26px 50px 64px;
	text-align: center;
	font-size: 16px;
	color: #616161;
	line-height: 32px;
}
.dansheng h2{
	font-size: 40px;
	color: #2e44c8;
	line-height: 94px;
	margin-bottom: 38px;
	background: url(../images/icon-07.png) no-repeat center top;
}
.linian{
	display: block;
	height: 465px;
	margin-bottom: 108px;
	background: #2e44c8;
}
.linian-img{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.linian-in{
	width: 526px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-right: 60px;
	overflow: auto;
	padding-top: 82px;
	padding-bottom: 40px;
}
.linian-in h3{
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 3px;
}
.linian-in h5{
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Georgia";
}
.linian-in>em{
	display: block;
	width: 45px;
	height: 2px;
	background: #fff;
	margin: 20px 0;
}
.ppYoushi{
	display: block;
	padding: 78px 0 96px;
	background: url(../images/youshiBg_03.jpg) no-repeat center;
	background-size: cover;
}
.ppYoushi-tit{
	display: block;
	text-align: center;
	margin-bottom: 54px;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
}
.ppYoushi-tit em{
	display: block;
	width: 58px;
	height: 4px;
	background: #bdbdbd;
	margin: 18px auto 0;
}
.youshiSwiper{
	display: block;
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.youshiSwiper .swiper-slide{
	position: relative;
}
.ppYoushi-img{
	display: block;
	width: 580px;
	height: 524px;
	position: absolute;
	right: 0;
	top: 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.ppYoushi-in{
	display: block;
	width: 624px;
	height: 444px;
	background: #fff url(../images/icon-08.png) no-repeat 32px center;
	position: absolute;
	left: 0;
	top: 53px;
	z-index: 8;
}
.ppYoushi-in h1{
	font-size: 250px;
	font-family: "Adobe 黑体 ";
	line-height: 400px;
	color: #f3f3f3;
	font-style: italic;
	padding-left: 50px;
}
.ppYoushi-text{
	display: block;
	width: 360px;
	height: 280px;
	position: absolute;
	top: 60px;
	left: 210px;
	overflow: auto;
	font-size: 16px;
	color: #313131;
	line-height: 28px;
	padding-top: 40px;
	padding-right: 36px;
}
.ppYoushi-text h3{
	font-size: 34px;
	line-height: 60px;
	margin-bottom: ;
	color: #2e44c8;
	margin-bottom: 20px;
}
.youshiSwiper .swiper-pagination{
	display: flex;
	width: auto;
	height: 10px;
	position: absolute;
	bottom: 130px;
	left: 210px;
	z-index: 19;
}
.youshiSwiper .swiper-pagination-bullet{
	background: #b9b9b9;
	opacity: 1;
}
.youshiSwiper .swiper-pagination-bullet-active{
	background: #2e44c8;
}

.ppDingwei{
	display: block;
	width: 100%;
	height: auto;
	padding: 52px 0 116px;
	background: url(../images/ding_03.jpg) no-repeat center;
	background-size: cover;
}

.ppYoushi-tit2{
	display: block;
	text-align: center;
	font-size: 40px;
	color: #1f1f1f;
	line-height: 40px;
	margin-bottom: 48px;
}
.ppYoushi-tit2 em{
	display: block;
	width: 58px;
	height: 4px;
	background: #bdbdbd;
	margin: 18px auto 0;
}
.ppDing{
	display: block;
	text-align: center;
	font-size: 0;
}
.ppDing li{
	display: inline-block;
	width: 350px;
	height: 440px;
	position: relative;
	padding-top: 73px;
	margin: 0 18px;
}
.ppDing li>span{
	display: block;
	width: 132px;
	height: 132px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.ppDing li>span img{
	border-radius: 50%;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.ppDing li>div{
	display: block;
	width: 100%;
	height: 100%;
	padding: 88px 32px 70px;
	position: relative;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	background: url(../images/ding-02.png) no-repeat center;
}
.ppDing li>div h3{
	line-height: 34px;
	font-size: 28px;
}
.ppDing li>div em{
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #fff;
	margin: 20px auto 38px;
}
.ppDing li>div::after{
	content: "";
	display: block;
	width: 52px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 54px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.huodongMain{
	display: block;
	margin: 35px auto 40px;
}
.huodongMain li{
	margin-bottom: 24px;
	margin-right: 23px;
	float: left;
}
.huodongMain li:nth-child(3n){
	margin-right: 0;
}
.huodongList{
	display: block;
	width: 384px;
	height: 430px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);
	transition: all 400ms;
}
.huodongList-img{
	display: block;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.huodongList-img>span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.huodongList:hover .huodongList-img>span{
	transform: scale(1.04);
}
.huodong-in{
	display: block;
	width: 100%;
	height: 200px;
	border: 1px solid #fff;
	border-top: none;
	padding: 28px 30px 0;
	font-size: 14px;
	color: #828282;
	line-height: 24px;
	transition: all 400ms;
}
.huodong-in h3{
	font-size: 22px;
	color: #191919;
	line-height: 32px;
	height: 32px;
	margin-bottom: 17px;
}
.huodong-in p{
	height: 48px;
}
.huodong-in h5{
	font-size: 14px;
	color: #808080;
	line-height: 28px;
	margin-top: 19px;
	position: relative;
	height: 28px;
}
.huodong-in h5 span{
	position: absolute;
	right: 0;
	top: 0;
}
.huodong-in h5 span img{
	margin-left: 8px;
	margin-top: -2px;
}
.huodongList:hover .huodong-in{
	border-color: #6979d5;
}
.huodongList:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.huodongList:hover .huodong-in h3{
	color: #2e44c8;
}

.proDet-top{
	display: block;
	margin: 40px auto 20px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
	padding: 29px 29px 35px 35px;
}
.proDet-top-right{
	width: 570px;
	height: auto;
	font-size: 15px;
	color: #656565;
	line-height: 28px;
}
.proDet-top-right h2{
	font-size: 20px;
	color: #666666;
	line-height: 50px;
}
.proDet-top-right h2 span{
	font-size: 36px;
	color: #000000;
	margin-right: 12px;
	display: block;
}
.proDet-top-right>em{
	display: block;
	width: 548px;
	height: 1px;
	background: #e4e4e4;
	margin: 20px 0;
}
.proDet-top-right>a{
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 4px;
	background: #2e44c8;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 36px;
}
.proDet-top-right h4{
	display: block;
	margin-top: 100px;
	font-size: 18px;
	color: #2e44c8;
	line-height: 40px;
}
.proDet-top-right h4 span{
	font-size: 28px;
	font-family: "思源宋体 CN";
	font-weight: bold;
	line-height: 40px;
}
.proDet-top-right h4 *{
	display: inline-block;
	vertical-align: top;
}
.proDet-top-right h4 img{
	margin-right: 10px;
}
.proDetLeft{
	width: 1026px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.proDetMain{
	display: block;
	padding: 30px;
	    font-size: 15px;
    color: #656565;
    line-height: 28px;
}
.proDetLeft-top{
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 54px;
	font-size: 18px;
	color: #000000;
	padding: 0 16px;
}
.proDetLeft-top em{
	display: inline-block;
	vertical-align: top;
	width: 4px;
	height: 18px;
	background: #2e44c8;
	margin-right: 10px;
	margin-top: 18px;
}
.proDetRight{
	width: 254px;
	background: #FFFFFF;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.proDet-tj{
	display: block;
	padding: 16px 17px 1px;
}
.proDet-tj-list{
	display: block;
	width: 100%;
	height: 196px;
	font-size: 16px;
	color: #191919;
	line-height: 26px;
}
.proDet-tj-list>div{
	display: block;
	width: 100%;
	height: 144px;
	overflow: hidden;
	margin-bottom: 11px;
}
.proDet-tj-list>div span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 300ms;
}
.proDet-tj-list:hover{
	color: #2e44c8;
}
.proDet-tj-list:hover>div span{
	transform: scale(1.04);
}
.proDet-top-left{
	width: 620px;
	height: 498px;
	margin-top: 6px;
	position: relative;
	overflow: hidden;
}

.gallery-top{
	display: block;
	width: 620px;
	height: 404px;
	margin-bottom: 14px;
	position: relative;
	border: 1px solid #e2e2e2;
	overflow: visible;
}
.gallery-top .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-thumbs{
	display: block;
	width: 544px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.gallery-thumbs .swiper-slide{
	width: auto;
	height: 100%;
}
.gallery-thumbs .swiper-slide span{
	display: block;
	width: 124px;
	height: 100%;
	margin: 0 auto;
	border: 2px solid #e2e2e2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gallery-thumbs .swiper-slide-thumb-active span{
	border: 2px solid #2e44c8;
	padding: 0;
}
.gallery-top .swiper-button-next::after, 
.gallery-top .swiper-button-prev::after{
	display: none;
}
.gallery-top .swiper-button-next, 
.gallery-top .swiper-button-prev{
	display: block;
	width: 30px;
	height: 80px;
	background: #ededed;
	margin: 0;
	top: 418px;
	z-index: 19;
	font-size: 24px;
	font-family: "仿宋";
	text-align: center;
	line-height: 80px;
	color: #333333;
	font-weight: bold;
}
.gallery-top .swiper-button-prev{left: 0;}
.gallery-top .swiper-button-next{right: 0;}
.gallery-top .swiper-button-next:hover, 
.gallery-top .swiper-button-prev:hover{
	background: #2e44c8;
	color: #fff;
}

/*end*/
/*联系我们*/
.map{
	display: block;
	height: 560px;
	margin: 100px auto;
}
.contMain{
	display: block;
	margin: 44px auto 92px;
}
.contMain li{
    float: left;
    width: 304px;
    height: 432px;
    background: #fff;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.08);
    margin-right: 20px;
    padding: 58px 30px 40px;
    position: relative;
    text-align: center;
}
.contMain li:nth-child(3n){
	/*margin-right: 0;*/
}
.contImg{
	display: block;
	margin: 0 auto 35px;
	height: 134px;
}
.contMain li h3{
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #2c2c2c;
}
.contMain li>em{
	display: block;
	width: 40px;
	height: 4px;
	background: #cdcdcd;
	margin: 19px auto 16px;
}
.contMain li h4{
	font-size: 24px;
	color: #5a5a5a;
	line-height: 30px;
}
.contMain li p{
	font-size: 20px;
	color: #5a5a5a;
	line-height: 30px;
}
.contBot{
	display: block;
	width: 174px;
	height: 39px;
	background: url(../images/icon-12.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -87px;
	z-index: 6;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	color: #8d8d8d;
}
.contForm{
	display: block;
	padding: 80px 0 124px;
	background: url(../images/contBg_06.jpg) no-repeat center;
	background-size: cover;
}
.contForm-tit{
	display: block;
	text-align: center;
	margin-bottom: 48px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.contForm-tit h3{
	font-size: 35px;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 8px;
}
.contForm form{
	display: block;
}
.contFormIn{
	display: block;
	width: 1158px;
	height: auto;
	margin: 0 auto;
}
.cont-but{
	display: block;
	width: 254px;
	height: 52px;
	border-radius: 4px;
	background: #2e44c8;
	margin: 34px auto 0;
	text-align: center;
	line-height: 52px;
	border: none;
	font-size: 18px;
	color: #fff;
}
.cont-textarea{
	width: 804px;
}
.cont-textarea textarea{
	display: block;
	width: 100%;
	height: 180px;
	border-radius: 4px;
	border: 1px solid #e6e0da;
	background: #fff url(../images/cont-07.png) no-repeat 20px 13px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	padding: 10px 20px;
	text-indent: 2em;
	font-family: "微软雅黑";
}
.cont-left{
	width: 340px;
}
.cont-left li{
	position: relative;
	margin-bottom: 15px;
}
.cont-left li:last-child{
	margin-bottom: 0;
}
.cont-left li span{
	position: absolute;
	left: 0;
	top: 0;
	color: #ff0000;
	font-size: 24px;
	line-height: 58px;
	padding-left: 14px;
}
.cont-left li input{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #e6e0da;
	background-color: #fff;
	padding: 0 20px 0 60px;
	font-size: 15px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 32px center;
}
.cont-left li:nth-child(1) input{
	background-image: url(../images/cont-04.png);
}
.cont-left li:nth-child(2) input{
	background-image: url(../images/cont-05.png);
}
.cont-left li:nth-child(3) input{
	background-image: url(../images/cont-06.png);
}

.rencai-tit{
	display: block;
	text-align: center;
	font-size: 40px;
	color: #1f1f1f;
	line-height: 50px;
}
.rencaiTop li{
	float: left;
	width: 636px;
	height: 424px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.rencaiTop li:nth-child(2n){
	float: right;
}
.rencaiTop-img{
	display: block;
	width: 100%;
	height: 323px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.rencaiTop-text{
	display: block;
	padding: 18px 38px;
	font-size: 18px;
	line-height: 30px;
	color: #202020;
}
.zpTab{
	display: block;
	text-align: center;
	margin-bottom: 50px;
	font-size: 0;
}
.zpTab span{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: 66px;
	text-align: center;
	background: #ececec;
	font-size: 18px;
	color: #202020;
	margin: 0 12px;
	border-top: 3px solid #ececec;
	line-height: 60px;
	cursor: pointer;
}
.zpTab span:hover{
	border-color: #2e44c8;
	background: #eff0fb;
	color: #2e44c8;
}
.zpTab span.active{
	border-color: #2e44c8;
	background: #eff0fb;
	color: #2e44c8;
}

.zpMain{
	display: block;
	margin: 0 auto 90px;
}
.zpTop{
	display: block;
	width: 100%;
	height: auto;
	background: #2e44c8;
}
.zpTop>div{
	display: inline-block;
	float: left;
	width: 222px;
	text-align: center;
	padding: 14px 5px;
	font-size: 16px;
	color: #fff;
}
.zpTop .div5{
	width: 176px;
	text-align: left;
}
.zpTop .div1{
	width: 458px;
	text-align: left;
	padding-left: 54px;
}
.zpMain ul{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.zpList{
	display: block;
	border-bottom: 1px solid #eeeeee;
}
.zpListTop{
	display: block;
	width: 100%;
	height: auto;
}
.zpListTop>div{
	display: inline-block;
	float: left;
	width: 222px;
	text-align: center;
	padding: 21px 5px;
	font-size: 16px;
	color: #1d1d1d;
	line-height: 26px;
	position: relative;
	min-height: 68px;
}
.zpListTop .div5{
	width: 175px;
	text-align: left;
	font-size: 16px;
	color: #1a7ff6;
}
.zpListTop .div5>div{display: none;}
.zpListTop .div5>span{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 68px;
	padding-left: 22px;
}
.zpListTop .div5.active>span{
	display: none;
}
.zpListTop .div5.active>div{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 68px;
	padding-left: 22px;
}
.zpListTop .div5.active>div img{
	margin-left: 6px;
	margin-top: -3px;
}
.zpListTop .div1{
	width: 457px;
	text-align: left;
	padding-left: 54px;
}
.zpText{
	display: none;
	border-top: 1px solid #eeeeee;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding: 2px 54px 24px;
}
.zpText h3{
	color: #3b3b3b;
	margin: 18px 0 4px;
}
.zpText h4{
	margin-top: 13px;
	color: #282828;
}
.zpText h4 span{
	color: #1a7ff6;
	font-weight: bold;
}

.peiyang{
	display: block;
	margin: 4px auto 72px;
}
.peiyang li{
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.peiyang li::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #2e44c8;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 400ms;
}
.peiyang li:hover::after{
	width: 100%;
}
.pyList{
	height: 340px;
	padding: 2px 0;
	display: block;
}
.pyList-img{
	width: 470px;
	height: 260px;
	overflow: hidden;
	margin-top: 38px;
}
.pyList-img span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.pyList-text{
	width: 580px;
	font-size: 16px;
	line-height: 30px;
	color: #373737;
	padding-top: 42px;
}
.pyList-text h3{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.pyList-text h5{
	font-size: 18px;
	color: #606060;
	margin: 32px 0 28px;
}
.pyList:hover .pyList-text h3{
	color: #2e44c8;
}
.pyList:hover .pyList-img span{
	transform: scale(1.04);
}
/*end*/
/*关于我们*/
.lingdao{
	display: block;
	width: 1340px;
	height: auto;
	margin: 54px auto 112px;
}
.lingdao li{
	width: 100%;
	height: 510px;
	background: #fff;
	margin-bottom: 32px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.lingdao-left{
	width: 546px;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.lingdao-in{
	width: 716px;
	height: 100%;
	padding-top: 54px;
	font-size: 16px;
	line-height: 34px;
	padding-right: 10px;
}
.lingdao-in h2{
	font-size: 36px;
	color: #363636;
	line-height: 48px;
	margin-bottom: 25px;
}
.lingdao-in h2 span{
	font-size: 28px;
	color: #363636;
	padding-left: 40px;
	position: relative;
}
.lingdao-in h2 span::before{
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background: #dddddd;
	position: absolute;
	top: 8px;
	left: 20px;
}
.lingdao-text{
	display: block;
	width: 100%;
	height: 340px;
	padding-right: 60px;
	overflow: auto;
}
.lingdao-text::-webkit-scrollbar {/*滚动条整体样式*/
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
}
.lingdao-text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 8px #e6e6e6;
	background: #e6e6e6;
}
.lingdao-text::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0);
	border-radius: 0;
	background: rgba(0,0,0,0);
}

.licheng{
	display: block;
	width: 1368px;
	height: 604px;
	margin: 52px auto 114px;
	position: relative;
}
.lich-tit{
	display: block;
	width: 270px;
	height: 116px;
	border-bottom: 2px solid #2e44c8;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 19;
}
.lich-tit h2{
	font-size: 36px;
	color: #363636;
	line-height: 46px;
	margin-bottom: 5px;
}
.lich-tit h5{
	font-size: 18px;
	font-family: arial;
	line-height: 24px;
	color: #d4d4d4;
}
.lich-bot{
	display: block;
	width: 270px;
	height: 108px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #2e44c8;
	padding: 16px 36px 0;
}
.lich-bot h5{
	font-size: 16px;
	color: #c5cae9;
	line-height: 26px;
}
.lich-bot h3{
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	height: 46px;
}
.lich-bot h3 span{
	font-weight: bold;
	font-size: 30px;
	padding-left: 14px;
}
.lich-top{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.lich-thumbs{
	display: block;
	width: 840px;
	height: 54px;
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: 18;
}
.lich-thumbs .swiper-slide{
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #969696;
	cursor: pointer;
	position: relative;
}
.lich-thumbs .swiper-slide::after{
	content: "";
	display: block;
	width: 1px;
	height: 42px;
	background: #dadada;
	position: absolute;
	right: 0;
	top: 6px;
}
.lich-thumbs .swiper-slide:last-child::after{
	display: none;
}
.lich-thumbs .swiper-slide-thumb-active{
	color: #2e44c8;
}
.lich-top .swiper-button-next, 
.lich-top .swiper-button-prev{
	display: block;
	width: 54px;
	height: 54px;
	position: absolute;
	top: auto;
	margin: 0;
	bottom: 0;
	right: auto;
	left: 408px;
	z-index: 20;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-05.png);
	opacity: 1;
}
.lich-top .swiper-button-next::after, 
.lich-top .swiper-button-prev::after{
	display: none;
}
.lich-top .swiper-button-next{
	left: auto;
	right: 0;
	background-image: url(../images/right-05.png);
}
.lich-top .swiper-button-prev:hover{
	background-image: url(../images/left-06.png);
}
.lich-top .swiper-button-next:hover{
	background-image: url(../images/right-06.png);
}
.lich-right{
	width: 960px;
	height: 516px;
	text-align: right;
}
.lich-left{
	width: 270px;
	padding-top: 148px;
	padding-bottom: 120px;
	font-size: 14px;
	color: #545454;
	line-height: 28px;
}
.lich-left h2{
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
	color: #121111;
	margin-bottom: 28px;
}
.lich-text{
	display: block;
	width: 100%;
	height: 260px;
	overflow: auto;
}
.lich-text::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.lich-text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.lich-text::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}

.aboutTop{
	display: block;
	padding: 72px 0 105px;
	background: url(../images/aboutBg_02.jpg) no-repeat left bottom;
}
.aboutTop-in{
	display: block;
	width: 1242px;
	height: auto;
	margin: 0 auto;
}
.aboutTop-left{
	width: 544px;
	font-size: 15px;
	color: #6e6e6e;
	line-height: 32px;
}
.aboutTop-left h3{
	font-size: 40px;
	font-family: arial;
	line-height: 50px;
	margin-bottom: 6px;
	color: #e60012;
}
.aboutTop-left h4{
	font-size: 40px;
	color: #1f1f1f;
	line-height: 50px;
}
.aboutTop-left em{
	display: block;
	width: 60px;
	height: 4px;
	background: #d1d1d1;
	margin: 28px 0 30px;
}
.aboutTop-img{
	padding-top: 14px;
}
.aboutTop-img img{
	display: block;
	max-width: 600px;
}
.aboutNews{
	display: block;
	padding: 80px 0;
	background: #2e44c8;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
}
.aboutNews-in{
	display: block;
	width: 1242px;
	margin: 0 auto;
}
.aboutShu{
	display: block;
	margin-bottom: 64px;
}
.aboutShu li{
	float: left;
	width: 25%;
	height: 94px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.aboutShu h2{
	font-size: 15px;
	line-height: 70px;
	height: 70px;
}
.aboutShu h2 span{
	font-size: 50px;
	font-weight: bold;
	margin-right: 8px;
}
.aboutWh{
	display: block;
	width: 100%;
	height: auto;
	padding: 58px 0 84px;
	background: url(../images/aboutBg_11.jpg) no-repeat center bottom;
	background-size: cover;
}
.aboutWh-tit{
	display: block;
	text-align: center;
	margin-bottom: 56px;
	font-size: 40px;
	color: #1f1f1f;
	line-height: 50px;
}
.aboutWh-tit em{
	display: block;
	width: 58px;
	height: 4px;
	background: #bdbdbd;
	margin: 18px auto 0;
}
.aboutWhIn{
	display: block;
	width: 1242px;
	height: auto;
	margin: 0 auto;
}
.aboutWhIn li{
	float: left;
	margin-right: 21px;
	margin-bottom: 20px;
	width: 400px;
	height: 370px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
.aboutWhIn li:nth-child(3n){
	margin-right: 0;
}
.aboutWh-bot{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 38px 46px 0;
}
.aboutWh-bot h5{
	font-size: 24px;
	font-family: arial;
	line-height: 30px;
	color: #e60012;
	opacity: 0.2;
	height: 60px;
	text-transform: uppercase;
}
.aboutWh-bot h3{
	font-size: 20px;
	color: #1b1b1b;
	line-height: 30px;
	height: 30px;
	margin: 12px 0 78px;
}
.aboutWh-bot span{
	display: flex;
	height: 102px;
	width: 100%;
	align-items: center;
}
.aboutWh-top{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19;
	background: #e60012;
	color: #fff;
	padding: 20px 44px 10px;
	opacity: 0;
	transition: all 400ms;
}
.aboutWhIn li:hover .aboutWh-top{
	opacity: 1;
}
.aboutWh-top span{
	display: flex;
	width: 100%;
	height: 102px;
	align-items: center;
	margin-bottom: 16px;
}
.aboutWh-top h5{
	font-size: 22px;
	font-family: arial;
	line-height: 26px;
	height: 52px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.aboutWh-top h3{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 28px;
}
.aboutWh-top p{
	font-size: 24px;
	line-height: 38px;
}

.fengcai{
	display: block;
	width: 100%;
	height: 790px;
	padding: 64px 0 100px;
	background: url(../images/fengcaiBg_44.jpg) no-repeat center;
	background-size: cover;
}
.fengcai-tit{
	display: block;
	text-align: center;
	margin-bottom: 60px;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
}
.fengcai-tit em{
	display: block;
	width: 58px;
	height: 4px;
	background: #9fa7be;
	margin: 18px auto 0;
}
.teamSwiper{
	display: block;
	width: 1260px;
	height: 494px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.teamList{
	display: block;
	width: 400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.teamMain{
	display: block;
	width: 1260px;
	height: 494px;
	margin: 0 auto;
	position: relative;
}
.teamList-img{
	display: block;
	width: 100%;
	height: 424px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.teamList-text{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 38px;
	font-size: 22px;
	color: #000000;
}
.teamList-text span{
	font-size: 16px;
	margin-left: 34px;
	position: relative;
}
.teamList-text span::before{
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background: #dcdcdc;
	position: absolute;
	top: 5px;
	left: -18px;
}
.teamPrev,
.teamNext{
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-01.png);
	position: absolute;
	top: 206px;
	left: -144px;
	z-index: 19;
}
.teamNext{
	left: auto;
	right: -144px;
	background-image: url(../images/right-01.png);
}
.teamPrev:hover{
	background-image: url(../images/left-02.png);
}
.teamNext:hover{
	background-image: url(../images/right-02.png);
}
.jidi-tit{
	display: block;
	margin: 68px auto 72px;
	font-size: 40px;
	color: #1f1f1f;
	text-align: center;
}
.jidi-tit em{
	display: block;
	width: 58px;
	height: 4px;
	background: #bdbdbd;
	margin: 18px auto 0;
}

.jidiScroll{
	display: block;
	width: 1242px;
	height: 566px;
	margin: 0 auto 108px;
	overflow: visible;
	position: relative;
}
.jidiScroll .hd{
	display: block;
	width: 226px;
	height: 110px;
	background: #f6f6f6;
	position: absolute;
	top: 302px;
	right: 55px;
	z-index: 19;
	padding-top: 34px;
}
.jidiScroll .bd{
	display: block;
	width: 1242px;
	height: 566px;
	overflow: visible;
}
.jidiScroll .bd>div{
	overflow: visible !important;
}
.jidiScroll .bd ul{ zoom:1;overflow: visible !important; }
.jidiScroll .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden; 
	width: 1242px;
	height: 566px;
	margin-right: 48px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.jidiScroll-in{
	display: block;
	width: 226px;
	height: 150px;
	position: absolute;
	right: 55px;
	top: 152px;
	background: #fff;
	z-index: 9;
	font-size: 14px;
	color: #878787;
	line-height: 22px;
	overflow: auto;
	padding: 18px 22px;
}
.jidiScroll-in h3{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}
.jidiScroll-in::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.jidiScroll-in::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.jidiScroll-in::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.jidiScroll .hd .pageState{
	font-size: 15px;
	color: #3f3f3f;
	line-height: 24px;
	display: block;
	text-align: center;
}
.jidiScroll .hd>div{
	display: block;
	width: 204px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 35px;
}
.jidiScroll .hd .prev,
.jidiScroll .hd .next{
	display: block;
	width: 35px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/left-07.png);
	cursor: pointer;
}
.jidiScroll .hd .next{
	left: auto;
	right: 0;
	background-image: url(../images/right-07.png);
}
.jidiScroll .hd .prev:hover{
	background-image: url(../images/left-08.png);
}
.jidiScroll .hd .next:hover{
	background-image: url(../images/right-08.png);
}
.jidiScroll .hd ul{
	display: flex;
	width: 100%;
	height: 1px;
	margin: 19px auto;
}
.jidiScroll .hd ul li{
	float: left;
	font-size: 0;
	position: relative;
	height: 1px;
	background: #cccccc;
	width: 100%;
}
.jidiScroll .hd ul li.on::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: -1px;
	left: 0;
	background: #2e44c8;
}
/*end*/
/*招商加盟*/
.zsTit{
	display: block;
	text-align: center;
	font-size: 40px;
	color: #1f1f1f;
	line-height: 50px;
}
.zsTit em{
	display: block;
	width: 58px;
	height: 4px;
	background: #bdbdbd;
	margin: 16px auto 0;
}
.hangye{
	display: block;
	margin-bottom: 100px;
	position: relative;
}
.hangye-img{
	width: 628px;
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hangyeMain{
	display: block;
	width: 674px;
	height: 398px;
	background: #f5daa9 url(../images/zs_05.jpg) no-repeat right bottom;
	padding: 78px 76px 24px 72px;
	overflow: auto;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 19;
}
.hangyeMain>div{
	display: block;
	width: 100%;
	min-height: 147px;
	padding-left: 44px;
	position: relative;
	font-size: 16px;
	color: #4f2d00;
	line-height: 28px;
}
.hangyeMain>div h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 12px;
}
.hangyeMain>div em{
	position: absolute;
	left: 0;
	top: 2px;
}
.jiameng{
	display: block;
	padding: 52px 0 80px;
	background: url(../images/zsBg_06.jpg) no-repeat center bottom;
	background-size: cover;
}
.jiameng .zsTit{
	background: linear-gradient(to right, #f0ce91 , #f7e6c6, #f1cf92); /* 标准的语法 */
	-webkit-background-clip: text;
    color: transparent;
}
.jiameng .zsTit em{
	background: linear-gradient(to right, #f0ce91 , #f7e6c6, #f1cf92);
}
.jmList li{
	float: left;
	width: 390px;
	height: 320px;
	background: url(../images/tjBg-01.jpg) no-repeat center;
	background-size: cover;
	margin-right: 15px;
	margin-bottom: 14px;
	padding: 30px 34px 10px;
	font-size: 16px;
	color: #efdaa7;
	line-height: 30px;
}
.jmList li:nth-child(3n){
	margin-right: 0;
}
.jmList li span{
	display: block;
	height: 94px;
	margin-bottom: 22px;
}
.jmList li h3{
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
}
.jmList li em{
	display: block;
	width: 100%;
	height: 1px;
	background: #efdaa7;
	margin: 18px 0;
}

.zhichi{
	display: block;
	width: 1270px;
	height: auto;
	margin: 0 auto 100px;
}
.zhichi li{
	float: left;
	width: 246px;
	height: 366px;
	margin-right: 10px;
}
.zhichi li:nth-child(5n){
	margin-right: 0;
}
.zhichi li>span{
	display: block;
	width: 100%;
	height: 308px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zhichi li>div{
	display: block;
	width: 100%;
	height: 58px;
	background: linear-gradient(to right, #f0ce91 , #f7e6c6);
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	color: #000000;
	padding: 0 10px;
}
.shenqing{
	display: block;
	padding: 64px 0 100px;
	background: url(../images/zsBg_02.jpg) no-repeat center;
	background-size: cover;
}
.shenqing .zsTit{
	background: linear-gradient(to right, #f0ce91 , #f7e6c6, #f1cf92); /* 标准的语法 */
	-webkit-background-clip: text;
    color: transparent;
}
.shenqing .zsTit em{
	background: linear-gradient(to right, #f0ce91 , #f7e6c6, #f1cf92);
}

.jmBot{
	width: 390px;
	height: 570px;
	background: url(../images/zs-bot_03.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 64px 20px 0;
}
.jmBot h2{
	font-size: 48px;
	font-family: "[Tensentype]";
	font-style: italic;
	line-height: 60px;
	color: #4f2d00;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.jmBot h4{
	font-size: 26px;
	color: #4f2d00;
	line-height: 36px;
	margin-bottom: 38px;
	margin-top: 16px;
}
.jmBot h3{
	font-size: 42px;
	font-weight: bold;
	line-height: 48px;
	color: #4f2d00;
	margin-bottom: 52px;
}
.jmBot p{
	font-size: 16px;
	color: #4f2d00;
	line-height: 26px;
}
.jmBot span{
	display: block;
	text-align: center;
	margin-bottom: 22px;
}

.jmForm{
	width: 794px;
	padding: 30px 42px;
	background: #fff;
	height: 570px;
}
.jmForm h2{
	text-align: center;
	font-size: 32px;
	color: #000000;
	line-height: 48px;
	margin-bottom: 7px;
}
.jmForm h5{
	font-size: 16px;
	color: #6d6d6d;
	line-height: 26px;
	text-align: center;
	margin-bottom: 38px;
}
.zsForm{
	display: block;
	width: 100%;
	height: auto;
}
.zsForm li{
	display: inline-block;
	float: left;
	margin-bottom: 16px;
	width: 100%;
	height: auto;
}
.zsForm li:nth-child(1),
.zsForm li:nth-child(2){
	width: 350px;
}
.zsForm li:nth-child(2){
	float: right;
}
.zsForm li input{
	display: block;
	width: 100%;
	height: 62px;
	border-radius: 4px;
	background: #f3f3f3;
	font-size: 16px;
	color: #333;
	padding: 0 54px;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(../images/zsForm-01.png);
}
.zsForm li:nth-child(2) input{
	background-image: url(../images/zsForm-02.png);
}
.zsForm li textarea{
	display: block;
	width: 100%;
	height: 190px;
	background: #f3f3f3;
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 28px;
	padding: 10px 22px;
	text-indent: 2em;
	background-repeat: no-repeat;
	background-position: 20px 16px;
	background-image: url(../images/zsForm-03.png);
}
.zsForm li button{
	display: block;
	width: 100%;
	height: 64px;
	border-radius: 4px;
	text-align: center;
	line-height: 64px;
	background: #e9c584;
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #4f2d00;
	margin-top: 8px;
}

/*end*/























