@charset "utf-8";
.bs-slider{overflow: hidden;width: 100%;position: relative;background: #333;padding: 140px 0 0 0;}
.bs-slider .bs-slider-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {margin: auto;width: 100%!important;height: 100%;}
.fade {opacity: 1;}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {top: auto;position: relative;}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
	top: 50%;
	opacity: 0;
	width: 50px;
	height: 50px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size:5rem;
	cursor: pointer;
	overflow: hidden;
	line-height: 30px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 1%;}
.control-round .carousel-control.right {right: 1%;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fdfdfd;background: rgba(0, 0, 0, 0.5);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){ right: 45%;}
.indicators-line > .carousel-indicators{
	left: 50%;margin-left:-60px;width: 120px;height: 40px;
	bottom:0;
	overflow: hidden;
	white-space: nowrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 101;
}
.indicators-line > .carousel-indicators li{
	padding: 0;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	border: none;
	background-color:rgba(0,0,0,0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{ margin-right: 0;}
.indicators-line > .carousel-indicators .active{ background-color: rgba(0,0,0,0.5);border: none;}
@media screen and (max-width: 992px){
	.bs-slider{padding: 50px 0 0 0;}
	.control-round .carousel-control {width: 30px;height: 30px;line-height:22px;font-size:3rem;}
	.indicators-line > .carousel-indicators{height: 20px;}
	.indicators-line > .carousel-indicators li{width: 10px;height: 10px;margin: 0 4px;}
}

.section{width: 100%!important;}
.section-title{text-align: center;padding: 30px 0;position: relative;}
.section-title:after{
	content: '';
	width: 50px;height: 2px;background-color: #fd5a66;position: absolute;left: 50%;margin-left: -25px;top:10px;
}
.section-title span{font-family: "Noto Sans SC";font-size: 32px;font-weight:600;color: #333;display: block;line-height: 32px;}
.section-title p{font-family: "DINPro-Regular";display: block;font-size: 14px;line-height: 25px;text-transform: uppercase;color:#666;font-weight:500;padding: 5px 0 0 0;}
@media (max-width: 992px) {
	.section-title{padding:20px 0;}
	.section-title:after{width:30px;margin-left: -15px;top:10px;}
	.section-title span{font-size: 2.2rem;line-height:2.8rem;}
	.section-title p{font-size:1.2rem;line-height:2rem;padding: 5px 0 0 0;font-weight:500;color: #aaa}
}

/*bj*/
.bj{padding:50px 0;position: relative;z-index: 99;background-color:#fcfcfc}
.bj .container{}
.bj .title{padding: 30px 0;}
.bj .title p{font-size: 22px;line-height: 50px;position: relative;color:#444;font-weight: 600;letter-spacing: 1px;}
.bj .title b{padding-left: 20px;font-size: 16px;color: #666;font-weight: 300;}
.bj .title span{color:#fd5a66;font-style: normal;font-weight: 300;letter-spacing: 0;}
.bj .bj-form{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.bj .bj-form input{width: 32%;margin-right: 2%;line-height: 45px;border-radius: 6px;border: 1px solid #ddd;padding: 0 20px;color: #666;font-size: 16px;display: block; -webkit-appearance: none;}
.bj .bj-form input:last-child{margin-right: 0;}
.bj .bj-form input[type=text]{}
.bj .bj-form input[type=button]{
	width: 31%;margin: 0 0 0 auto;
	color: #fff;font-size: 16px;border:none;
	background-image: linear-gradient(125deg,#fd826e,#f6515f);
	box-shadow: 0 10px 25px rgba(136, 6, 4, 0.15);
	position: relative;
}
.bj .bj-form input[type=button]:after{
	position: absolute;right: 10px;width: 30px;height: 30px;top:50%;margin-top: -10px;
	background-image: url(../images/send.svg);
	background-position:center;
	background-size:cover;
}
.bj .bj-list-ul{padding:0;
	background-color: #fff;border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.bj .bj-list-ul li{width: 24.25%;margin-right: 1%;padding: 30px 0;}
.bj .bj-list-ul li:nth-child(4){margin-right: 0;}
.bj .bj-list-ul li a{display: block;background-color: #fff;padding:0 30px;position: relative;border-right: 1px solid #ddd;}
.bj .bj-list-ul li:last-child a{border-right: none;}
.bj .bj-list-ul li h4{font-size: 20px;font-family: "Noto Sans SC";color: #444;font-weight: 500;margin-bottom: 10px;}
.bj .bj-list-ul li p{font-size: 14px;color: #888;}
.bj .bj-list-ul li i{position: absolute;right: 20px;top:50%;width: 46px;margin-top: -23px;font-size: 4rem;color:#fd5a66; }
.bj .bj-list-ul li a:hover h4{color:#fd5a66;}
.bj .bj-list-ul li a:hover i{-webkit-transform: scale(0.8);transform: scale(0.8);color: #888;}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	.bj{padding:0;background-color: #fff;}
	.bj .container{padding: 0 10px;}
	.bj .title{padding: 20px 0 0 0;text-align: center}
	.bj .title p{font-size: 1.8rem;line-height:2rem;font-weight:800;letter-spacing:0;}
	.bj .title b{padding-left: 10px;font-size: 1.2rem;}
	.bj .title span{padding-left:5px;font-size: 1.2rem;}
	.bj .bj-form{flex-wrap: wrap;padding:20px 0;}
	.bj .bj-form input{width: 48.5%;margin-right:3%;line-height: 40px;border-radius:6px;padding: 0 10px;font-size: 1.3rem;margin-bottom: 3%;border: 1px solid #eee;}
	.bj .bj-form input:nth-child(2n){margin-right: 0;}
	.bj .bj-form input[type=button]{width: 48.5%;font-size:1.3rem;margin-right: 0;margin-bottom: 0;line-height: 20px;height:40px;}
	.bj .bj-list-ul{
		background-color: #fff;
		border-radius:0;
		flex-wrap: wrap;
		box-shadow:none;
		-webkit-box-shadow:none;
		padding:20px 0 20px 0;
	}
	.bj .bj-list-ul li{width:24%;margin-right:0;margin-bottom:0;padding:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
	.bj .bj-list-ul li:nth-child(4n){margin-right: 0;}
	.bj .bj-list-ul li:last-child{margin-right: 0;}
	.bj .bj-list-ul li a{padding:70px 0 0 0;border: none;background-color:transparent;}
	.bj .bj-list-ul li h4{font-size: 1.4rem;margin-bottom:10px;font-weight:500;color: #666;text-align: center}
	.bj .bj-list-ul li p{font-size: 1.2rem;display:none;}
	.bj .bj-list-ul li i{
		position: absolute;right:50%;margin-right: -30px;top:0;margin-top:0;
		width: 56px;height: 56px;line-height: 56px;
		font-size:3rem;text-align: center;border-radius: 50%;
		background-image: linear-gradient(60deg,#fd826e,#f6515f);
		color: #fff;
		box-shadow: 0 5px 10px rgba(136, 6, 4, 0.1);
	}
}
/*hotser*/
.hotser{background-color:#f8f8f8;padding: 0 0 50px 0;background-image: url(../images/ser-bg.png);background-size: cover;background-position: center bottom;}
.hotser-ul{padding:0;}
.hotser-ul li{padding:30px 10px;position: relative}
.hotser-ul li a{
	display: block;
	background-color:#fff;
	box-shadow: 0 5px 20px -10px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 5px 20px -10px rgba(0, 64, 128, 0.2);
	border-radius: 20px;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
}
.hotser-ul li a:after{
	content: 'hot';
	width: 150px;height: 25px;line-height: 25px;font-family: "DINPro-Regular";font-size: 16px;text-transform: uppercase;color: #fff;
	position: absolute;left: -50px;top:10px;text-align: center;
	background-image: linear-gradient(45deg,#fd826e,#f6515f);
	transform: rotate(-45deg);
	-webkit-transform:  rotate(-45deg);
}
.hotser-ul li a:hover{}
.hotser-ul li a .img{text-align: center;transition: all 0.5s;-webkit-transition: all 0.5s;}
.hotser-ul li a .img i{font-size: 6rem;color:#ddd;}
.hotser-ul li a .info{text-align: center;}
.hotser-ul li a .info b{font-size: 18px;font-weight: 500;font-family: "Noto Sans SC";color: #333;margin-bottom:10px;display: block;}
.hotser-ul li a .info p{height: 100px;font-size: 14px;color: #888;line-height: 22px;margin-bottom: 20px;}
.hotser-ul li a .info span{
	background-image: linear-gradient(125deg,#fd826e,#f6515f);
	box-shadow: 0 10px 25px rgba(136, 6, 4, 0.15);
	display: block;border-radius: 20px;text-align: center;color: #fff;width: 60%;margin: 0 auto;height:36px;line-height:32px;}
.hotser-ul li a .info span i{font-size: 1.6rem;font-weight: 600;color:#fff;}
.hotser-ul li a:hover{background-color:#f2f2f2;
	box-shadow: 0 10px 40px -20px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 10px 40px -20px rgba(0, 64, 128, 0.2);
}
.hotser-ul li a:hover .info b{font-size: 18px;color:#fd5a66;}
.hotser-ul li a:hover .info p{color: #333;}
.hotser-ul li a:hover .info span{

	border: none;
	width: 65%;color: #fff;}
.hotser-ul li a:hover .info span i{color: #fff;}
.hotser-ul li a:hover .img i{font-size: 5.2rem;color:#fd5a66;}
@media (max-width: 992px) {
	.hotser{background-color:#f8f8f8;padding: 20px 0;}
	.hotser .container{padding: 0 20px;}
	.hotser-ul li{padding:10px 0;}
	.hotser-ul li a{border-radius:20px;padding:30px 10px;}
	.hotser-ul li a:after{height: 20px;line-height: 20px;font-size:12px;}
	.hotser-ul li a .img i{font-size: 5rem;}
	.hotser-ul li a .info b{font-size: 1.6rem;}
	.hotser-ul li a .info p{height: 70px;font-size:1.3rem;line-height:2rem;margin-bottom: 10px;}
	.hotser-ul li a .info span{width: 40%;height:32px;line-height:30px;font-size:1.3rem;}
	.hotser-ul li a .info span i{font-size: 1.4rem;}
	.hotser-ul li a:hover .info b{font-size: 1.8rem;color:#fd5a66;}
	.hotser-ul li a:hover .info p{color: #333;}
	.hotser-ul li a:hover .info span{width: 55%;color: #fff;}
	.hotser-ul li a:hover .img i{font-size:4.5rem;}
}

/*zhuce*/
.zhuce{padding: 50px 0;}
.zhuce-ul{padding:30px 0;}
.zhuce-ul li{width: 23.5%;margin-right: 2%;
	box-shadow: 0 5px 30px -10px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 5px 30px -10px rgba(0, 64, 128, 0.2);
	border-radius: 10px;
}
.zhuce-ul li a{display: block;}
.zhuce-ul li a .img{width: 100%;}
.zhuce-ul li a .img img{width: 100%;}
.zhuce-ul li a .info{padding:10px 20px;text-align: center}
.zhuce-ul li a .info b{font-size:20px;font-weight: 500;font-family: "Noto Sans SC";color: #666;margin-bottom:5px;display: block;}
.zhuce-ul li a .info p{font-size: 16px;color: #888;line-height: 22px;margin-bottom: 20px;}
.zhuce-ul li a .info span{display: block;padding: 10px 0;font-size: 14px;color: #888;line-height: 22px;}
.zhuce-ul li a .info span i{color: #fd5a66;font-family: "DINPro-Regular";font-size:22px;font-style: normal;}
.zhuce-ul li a .info label{transition: all 0.5s;-webkit-transition: all 0.5s;display: block;margin:0 auto 20px auto;border-radius: 20px;width: 50%;font-weight:300;height: 32px;line-height: 28px;text-align: center;font-size: 14px;
;border:1px dashed #d4dce5;color:#6a6a6a;}
.zhuce-ul li a .info label i{font-size:1.2rem;position: relative;top:0;color:#6a6a6a;}
.zhuce-ul li a:hover .info label{color: #fff;border: none;
	background-image: linear-gradient(125deg,#fd826e,#f6515f);
	box-shadow: 0 10px 25px rgba(136,6,4,.15);}
.zhuce-ul li a:hover .info label i{color: #fff;}
.zhuce-ul li:hover{
	box-shadow: 0 12px 40px -40px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 12px 40px -20px rgba(0, 64, 128, 0.2);
	-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);
}
@media (max-width: 992px) {
	.zhuce{padding:20px 0;background-color: #f8f8f8;}
	.zhuce .container{padding: 0 10px;}
	.zhuce-ul{padding:10px 0;flex-wrap: wrap;}
	.zhuce-ul li{width: 48.5%;margin-right:3%;margin-bottom:3%;background-color: #fff;
		box-shadow: 0 5px 30px -10px rgba(0, 64, 128, 0.2);
		-webkit-box-shadow: 0 5px 30px -10px rgba(0, 64, 128, 0.2);
		border-radius: 0;
	}
	.zhuce-ul li:nth-child(2n){margin-right: 0;}
	.zhuce-ul li a .info{padding:10px 0 0 0;text-align: center}
	.zhuce-ul li a .info b{font-size:1.6rem;margin-bottom:5px;display: block;font-weight:600;}
	.zhuce-ul li a .info p{font-size: 1.1rem;line-height:1.8rem;margin-bottom:10px;}
	.zhuce-ul li a .info span{padding: 10px 0;font-size:1.2rem;line-height:1.8rem;font-weight:600;}
	.zhuce-ul li a .info span i{font-size:1.5rem;}
	.zhuce-ul li a .info label{
		margin:0 auto 5px auto;
		width: 60%;line-height: 30px;height: 32px;
		font-size:1.2rem;
		color: #fff;
		border: none;
		background-image: linear-gradient(125deg,#fd826e,#f6515f);
		box-shadow: 0 10px 25px rgba(136,6,4,.15);
	}
	.zhuce-ul li a .info label i{font-size:1.2rem;color:#fff;}
	.zhuce-ul li:hover{
		box-shadow: 0 12px 40px -40px rgba(0, 64, 128, 0.2);
		-webkit-box-shadow: 0 12px 40px -20px rgba(0, 64, 128, 0.2);
		-webkit-transform:none;transform:none;}
}

/*peitao*/
.peitao{padding: 50px 0;background-color: #f8f8f8; background-image: url("../images/ptbg.png");background-size: cover;background-position: center bottom;}
.peitao .section-title span{color: #fff}
.peitao .section-title p{color: #aaa}
.peitao-ul{padding: 30px 0;}
.peitao-ul li{width: 23.5%;margin-right: 2%;background-color:rgba(255,255,255,0.95);padding:30px 20px;
border-bottom-left-radius:10px;border-top-right-radius:10px;border-top-left-radius: 10px;}
.peitao-ul li a{display: block;}
.peitao-ul li a .img{width: 100%;text-align: center;margin-bottom: 20px;}
.peitao-ul li a .img img{width: 100px;}
.peitao-ul li a .info{text-align: center;}
.peitao-ul li a .info b{display:block;font-size: 22px;color: #444;font-weight: 500;font-family: "Noto Sans SC";margin-bottom: 20px;}
.peitao-ul li a .info p{font-size: 14px;color: #888;line-height: 22px;margin-bottom: 20px;height: 80px;}
.peitao-ul li a .info span{display: block;margin: 0 auto;border-radius: 20px;width: 50%;height: 35px;line-height:33px;background-color: #3d95ec;text-align: center;font-size: 14px;color: #fff;}
.peitao-ul li a .info span i{font-size:1.2rem;position: relative;top:0;}
.peitao-ul li:hover{background-color:rgba(255,255,255,1);}
.peitao-ul li a:hover{-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}
.peitao-ul li a:hover .img img{
	transition: 2s cubic-bezier(0.28, 0, 0.12, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1)
}
.peitao-ul li a:hover .info span{background-color: transparent;border: 2px solid #3d95ec;color: #3d95ec;width: 55%;}
@media (max-width: 992px) {
	.peitao{padding:20px 0 0 0;}
	.peitao .container{padding: 0 10px;}
	.peitao-ul{padding:0;flex-wrap: wrap;}
	.peitao-ul li{width: 49%;margin-right: 2%;padding:15px 10px 20px 10px;margin-bottom: 2%;border-radius:20px;}
	.peitao-ul li:nth-child(2n){margin-right: 0;}
	.peitao-ul li a .img{margin-bottom:10px;}
	.peitao-ul li a .img img{width:60px;}
	.peitao-ul li a .info b{font-size: 1.6rem;margin-bottom:5px;font-weight: 600;}
	.peitao-ul li a .info p{font-size:1.1rem;line-height:1.6rem;margin-bottom:5px;height:60px;}
	.peitao-ul li a .info span{width: 65%;height: 30px;line-height:30px;font-size: 1.2rem;}
	.peitao-ul li a .info span i{font-size:1.2rem;position: relative;top:0;}
	.peitao-ul li a:hover .info span{color: #fff;width: 70%;border: none;background-color: #3d95ec;}
}


/*fazhan*/
.fazhan{padding: 50px 0;background-color: #f6f6f6;}
.fazhan-ul{padding: 30px 0;}
.fazhan-ul li{width: 19.4%;margin-right: 1%;background-color: #fff;padding:30px 20px;}
.fazhan-ul li:first-child{margin-right: 0;padding: 0;}
.fazhan-ul li:last-child{margin-right: 0;}
.fazhan-ul li a img{display: block;}
.fazhan-ul li a .img{text-align: center;padding:20px;width:100px;height:100px;border: 1px solid #eee;border-radius: 50%;margin:30px auto;}
.fazhan-ul li a .img img{width: 100%;}
.fazhan-ul li a{display: block;text-align: center;}
.fazhan-ul li a b{display: block;font-size: 22px;color: #444;font-weight: 500;font-family: "Noto Sans SC";margin-bottom: 20px;}
.fazhan-ul li a p{font-size: 14px;color: #888;line-height: 22px;margin-bottom: 30px;}
.fazhan-ul li a span{
	display: block;margin: 0 auto;border-radius: 20px;border: 2px solid #3d95ec;
	width: 60%;font-weight:500;height: 35px;line-height:28px;font-family: "Noto Sans SC";
	text-align: center;font-size: 14px;color: #3d95ec;
}
.fazhan-ul li a span i{font-size:1.2rem;position: relative;top:-1px;}
.fazhan-ul li a:hover span{background-color: #3d95ec;width:65%;color: #fff;}
.fazhan-ul li a:hover{-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}
.fazhan-ul li a:hover .img{border: 1px solid #3d95ec;}
.fazhan-ul li a:hover .img img{
	transition: 2s cubic-bezier(0.28, 0, 0.12, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1)
}
.fazhan .txt{padding: 20px 0;text-align: center;position: relative;}
.fazhan .txt:after{content: '';width: 60px;height: 1px;background-color: #666;position: absolute;right:30%;top:50px;}
.fazhan .txt:before{content: '';width: 60px;height: 1px;background-color: #666;position: absolute;left: 30%;top:50px;}
.fazhan .txt h3{font-size: 25px;color: #333;font-weight: 500;font-family: "Noto Sans SC";margin-bottom: 10px;}
.fazhan .txt p{font-size: 16px;color: #777;line-height: 25px;}
@media (max-width: 992px) {
	.fazhan{padding:20px 0;background-color: #f4f4f4;}
	.fazhan .container{padding: 0 10px;}
	.fazhan-ul{padding:10px 0;flex-wrap: wrap!important;}
	.fazhan-ul li{width:49%;margin-right: 2%;margin-bottom: 2%;background-color: #fff;padding:20px 10px;}
	.fazhan-ul li:nth-child(3){margin-right: 0;}
	.fazhan-ul li:first-child{display: none;}
	.fazhan-ul li:last-child{margin-right: 0;}
	.fazhan-ul li a .img{padding:10px;width:70px;height:70px;margin:10px auto;border: none;}
	.fazhan-ul li a b{font-size: 1.6rem;font-weight:600;margin-bottom:10px;}
	.fazhan-ul li a p{font-size:1.2rem;line-height: 1.8rem;margin-bottom:10px;}
	.fazhan-ul li a span{border: 1px solid #3d95ec;width:65%;height: 30px;line-height:26px;font-size: 1.2rem;}
	.fazhan-ul li a span i{top:0;}
	.fazhan-ul li a:hover span{background-color: #3d95ec;width:65%;color: #fff;}
	.fazhan-ul li a:hover .img{border:none;}
	.fazhan .txt{padding: 20px 0;}
	.fazhan .txt:after{width: 60px;right:10px;top:30px;}
	.fazhan .txt:before{width: 60px;left:10px;top:30px;}
	.fazhan .txt h3{font-size: 1.8rem;font-weight: 600;}
	.fazhan .txt p{font-size: 1.4rem;line-height:2rem;}
}

/*yimin*/
.yimin{padding: 50px 0;background-color: #f2f2f2;background-image: url("../images/ym.jpg");background-size: cover;background-position: center bottom;}
.yimin .section-title span{color: #fff}
.yimin .section-title p{color: #aaa}
.yimin .yimin-ul{padding: 30px 0;}
.yimin .yimin-ul li{width: 23.5%;margin-right: 2%;background-color:rgba(255,255,255,0.9);padding:30px 20px;border-bottom-right-radius:30px;border-top-left-radius: 30px;}
.yimin .yimin-ul li a{display: block;}
.yimin .yimin-ul li a:hover{}
.yimin .yimin-ul li a .img{width:100%;text-align: center;}
.yimin .yimin-ul li a .img img{width: 100px;height: 100px;}
.yimin .yimin-ul li a .info{padding: 20px 0;text-align: center}
.yimin .yimin-ul li a .info span{display: block;font-size: 22px;color: #444;font-weight: 500;font-family: "Noto Sans SC";margin-bottom: 20px;}
.yimin .yimin-ul li a .info p{font-size: 14px;color: #888;line-height: 22px;}
.yimin .yimin-ul li a:hover img{
	transition: 2s cubic-bezier(0.28, 0, 0.12, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1)
}
.yimin .yimin-ul li a:hover span{}
.yimin .yimin-ul li a:hover p{}
.yimin .yimin-ul li:hover{
	box-shadow: 0 12px 40px -40px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 12px 40px -20px rgba(0, 64, 128, 0.2);
	-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);
}
.yimin h3{font-size: 25px;color: #fd5a66;font-weight: 500;font-family: "Noto Sans SC";margin: 10px 0;text-align: center;}
.yimin h4{font-size: 18px;color: #ddd;line-height: 25px;text-align: center;font-weight:400;font-family: "Noto Sans SC";margin-bottom: 20px;}
@media (max-width: 992px) {
	.yimin{padding:20px 0 0 0;}
	.yimin .container{padding: 0 10px;}
	.yimin .yimin-ul{padding:10px 0;flex-wrap: wrap;}
	.yimin .yimin-ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;padding:20px 10px 0 10px;border-radius:20px;}
	.yimin .yimin-ul li:nth-child(2n){margin-right: 0;}
	.yimin .yimin-ul li a .img img{width: 70px;height: 70px;margin-bottom: 5px;}
	.yimin .yimin-ul li a .info{padding: 10px 0;}
	.yimin .yimin-ul li a .info span{font-size:1.6rem;font-weight:600;margin-bottom:10px;}
	.yimin .yimin-ul li a .info p{font-size:1.2rem;line-height:1.8rem;font-weight:500;}
	.yimin .yimin-ul li:hover{-webkit-transform:none;transform:none;}
	.yimin h3{font-size:1.2rem;margin: 10px 0;}
	.yimin h4{font-size: 1.2rem;line-height: 2.2rem;margin-bottom:10px;}
}

/*huoban*/
.huoban {
	padding: 50px 0;
	background-image: url(../../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 720px;
}
.huoban span {display: block;font-size:32px;font-weight:600;font-family: "Noto Sans SC";color: #333333;padding: 20px 0 0 0;position: relative;}
.huoban span:after{
	content: '';
	width: 60px;height: 2px;background-color: #fd5a66;position: absolute;left:0;top:0;
}
.huoban p {font-size: 16px;line-height: 26px;color: #535353;width:40%;padding: 20px 0 0 0;}
.huoban .hblist {padding-top: 90px;}
.huoban .hblist .txt {font-size:40px;line-height: 70px;color: #FFF;font-family: "DINPro-Bold";}
.huoban .hblist ul{width: 695px;}
.huoban .hblist ul:nth-child(1) {margin:0 50px 0 auto;}
.huoban .hblist ul:nth-child(2) {margin:50px 160px 0 auto;}
.huoban .hblist ul:nth-child(3) {margin:50px 280px 0 auto;}
.huoban .hblist li {height: 60px;width: 225px;text-align: center;display: block;margin-right: 10px;}
.huoban .hblist li:last-child{margin-right: 0;}

@media (max-width: 992px) {
	.huoban{padding: 30px 0 0 0;background-image:none;height: auto;background-color: #f4f4f4;}
	.huoban .container{padding: 0 20px;}
	.huoban span {font-size:1.8rem;font-weight:600;padding: 20px 0 0 0;}
	.huoban span:after{width:35px;height: 2px;top:5px;}
	.huoban p {font-size: 1.3rem;line-height:2.2rem;width:100%;padding: 10px 0 0 0;color: #888;}
	.huoban .hblist{padding: 20px 0;}
	.huoban .hblist .txt {font-size:2.2rem;line-height: normal;color: #fd5a66;}
	.huoban .hblist ul{width: 100%;}
	.huoban .hblist ul:nth-child(1) {margin: 0;}
	.huoban .hblist ul:nth-child(2) {margin:0;}
	.huoban .hblist ul:nth-child(3) {margin:0;}
	.huoban .hblist li{height:auto;width:32%;margin-right: 2%;background-color: #fff;padding:10px 20px;margin-bottom: 2%;}
	.huoban .hblist li img{width: 100%;height: auto;}
	.huoban .hblist li:nth-child(3n){margin-right: 0;}
	.huoban .hblist li:last-child{margin-right: 0;}
}

/*news*/
.news {padding: 50px 0;}
.news .title{margin-bottom: 50px;position: relative;}
.news .title span{font-size:32px;color: #333;font-weight:600;font-family: "Noto Sans SC";}
.news .title a{display: block;border-radius: 20px;width:120px;font-weight:500;height: 35px;line-height:32px;font-family: "Noto Sans SC";text-align: center;font-size: 14px;color: #fff;
	background-image: linear-gradient(125deg,#fd826e,#f6515f);
	box-shadow: 0 10px 25px rgba(136,6,4,.15);}
.news .title a:hover{}
.news .title:after{
	content: '';
	width: 60px;height: 2px;position: absolute;left:0;top:-10px;
	background-image: linear-gradient(125deg,#fd826e,#f6515f);
}
.news .newlist {width: 55%;margin-right: 5%;}
.news .newlist ul {}
.news .newlist ul li{padding: 0 0 30px 0;}
.news .newlist .time{font-family: "DINPro-Bold";display: block;height:75px;width: 10%;border: 1px solid #efefef;font-size: 12px;line-height: 30px;color: #666;text-align: center;}
.news .newlist .time span{font-family: "DINPro-Bold";font-size: 32px;color: #FFF;background-color: #dadada;text-align: center;height:45px;display: block;line-height:45px;}
.news .newlist .content{width: 85%;margin-left: 5%}
.news .newlist .content a{font-weight:500;font-family: "Noto Sans SC";font-size: 16px;color: #666;display: block;line-height: 25px;margin-bottom: 5px;}
.news .newlist .content a:hover {color: #0076CA;}
.news .newlist .content p{font-size: 14px;line-height: 22px;color: #999;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .faq {width: 45%;}
.news .faq ul {}
.news .faq li {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dashed #DDD;}
.news .faq .faq-q {font-size: 14px;line-height: 25px;font-weight:500;font-family: "Noto Sans SC";}
.news .faq .faq-q a {color: #333;text-decoration: none;font-weight:500;font-family: "Noto Sans SC";}
.news .faq .faq-q a:hover {color:#fd5a66;text-decoration: underline;}
.news .faq .faq-a {font-size: 14px;line-height: 25px;color: #888;}
.news .faq .faq-q .q {font-size: 14px;line-height: 22px;background-color: #9a9a9a;text-align: center;display: inline-block;height: 22px;width: 22px;border-radius:3px;font-style: normal;color: #FFF;margin-right: 10px;}
.news .faq .faq-a .a {
	background-image: linear-gradient(125deg,#fd826e,#f6515f);
	box-shadow: 0 10px 25px rgba(136,6,4,.15);
	font-size: 14px;line-height: 22px;text-align: center;display: inline-block;height: 22px;width: 22px;border-radius:3px;font-style: normal;color: #FFF;margin-right: 10px;
}
@media (max-width: 992px) {
	.news {padding:40px 0 0 0;}
	.news .container{padding: 0 20px;flex-wrap: wrap;}
	.news .title{margin-bottom:20px;align-items: center;}
	.news .title span{font-size:1.8rem;}
	.news .title a{width:100px;height: 30px;line-height:28px;font-size:1.2rem;}
	.news .title:after{width:35px;height:3px;top:-10px;}
	.news .newlist {width: 100%;margin-right: 0;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
	.news .newlist ul {padding: 10px 0;}
	.news .newlist ul li{padding: 0 0 20px 0;}
	.news .newlist .time {height:65px;width: 16%;font-size:1.2rem;line-height:2rem;border: none;box-shadow: 0 5px 10px rgba(0,0,0,0.06);}
	.news .newlist .time span {font-size:2.5rem;height:4.5rem;line-height:4.5rem;}
	.news .newlist .content {width: 78%;margin-left:4%;}
	.news .newlist .content a {font-size: 1.2rem;line-height:1.6rem;font-weight: 600}
	.news .newlist .content p {font-size: 1.2rem;line-height:1.6rem;}

	.news .faq {width:100%;margin-top:20px;}
	.news .faq ul {padding: 10px 0;}
	.news .faq li {margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dashed #DDD;}
	.news .faq .faq-q {font-size: 1.2rem;line-height:2.5rem;}
	.news .faq .faq-q a {color: #333;}
	.news .faq .faq-q a:hover {;text-decoration:none;}
	.news .faq .faq-a {font-size: 1.2rem;line-height: 2.5rem;margin-bottom: 5px;}
	.news .faq .faq-q .q {font-size:1.2rem;line-height:2rem;}
	.news .faq .faq-a .a {font-size: 1.2rem;line-height:2rem;}
}


















