/*updown*/
.updown {position: absolute;bottom:0;right:50px;z-index: 99;}
.updown a{
	opacity: 1;display: inline-block;-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	color: #999;
}
.updown .s-icon {padding-top: 60px;}
.updown .s-icon span {
	position: absolute;
	top: 0;
	left: 50%;
	width:26px;
	height: 45px;
	margin-left: -13px;
	border: 2px solid #fcc419;
	border-radius: 50px;
	box-sizing: border-box;
}
.updown .s-icon span::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -2.5px;
	background-color: #fcc419;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
/*圆点*/
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*banner背景动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/*banner文字动画*/
@-webkit-keyframes Slick-FastSwipeIn {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
		transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
		transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
	}
}
@keyframes Slick-FastSwipeIn {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
		transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
		transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
	}
}
/* bounce-animate */
.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	backface-visibility:hidden;}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translate3d(0px,-25px,0px);
		transform: translate3d(0px,-25px,0px); }
	50% {
		-webkit-transform: translate3d(0px,-10px,0px);
		transform: translate3d(0px,-10px,0px);}
	100% {
		-webkit-transform: translate3d(0px,-25px,0px);
		transform: translate3d(0px,-25px,0px); }
}

.banner{background-attachment:fixed;position: relative;width: 100%;height: 600px;}
.index-banner {width: 100%;height:100%;}
.index-banner .item {
	width: 100%;
	height: 600px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-size: auto;
	background-position: right center;
	background-repeat: no-repeat;
	outline: none;
	padding: 0 100px;
}
.index-banner .item .text {
	height: 100%;
	align-items: center;
	text-align: left;
	padding-top: 10%;
}
.index-banner .item h4 {
	font-size: 50px;font-family: "DINPro-Bold";
	line-height:50px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 50px;
	-webkit-animation: fadeOutInUp 1s both;
	animation: fadeOutInUp 1s both;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
	font-weight: 600;letter-spacing: 3px;
}
.index-banner .item h4 span {color: #fcc419;font-weight: 600;font-family: "DINPro-Bold";}
.index-banner .item p {
	display: block;
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 50px;
	-webkit-animation: fadeOutInUp 1s both;
	animation: fadeOutInUp 1s both;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}
.index-banner .item p span{display: inline-block;padding: 5px 25px;border: 1px solid rgba(255,255,255,0.3);margin: 0 10px 0 0;font-size: 22px;font-weight: 400;}
.index-banner .item a {
	display: block;
	width: 200px;
	line-height: 45px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-image:-webkit-gradient(linear,0% 100%,0% 100%, from(#e7670d), to(#ffe066));
	background-image:-webkit-linear-gradient(45deg, #e7670d, #ffe066);
	background-image:-o-linear-gradient(45deg, #e7670d, #ffe066);
	background-image:linear-gradient(45deg, #e7670d, #ffe066);
	box-shadow:0 10px 20px rgba(253,117,4,0.3);
	-webkit-box-shadow:0 10px 20px rgba(253,117,4,0.3);
	-moz-box-shadow:0 10px 20px rgba(253,117,4,0.3);
	border-radius: 30px;
	text-transform: uppercase;
	outline: none;
	-webkit-animation: fadeOutInUp 1s both;
	animation: fadeOutInUp 1s both;
	margin-top: 60px;
}
.index-banner .item a:hover{}
.index-banner .item a i{font-size:1.8rem;margin-left: 10px;font-weight: 300;}
.index-banner .item a.left{margin:0 auto 0 0;}
.index-banner .item a.center{margin:0 auto;}
.index-banner .item a.right{margin:0 0 0 auto;}
@media (max-width: 1440px) {
	.updown {bottom:0;}
	.banner{height: 500px;}
	.index-banner .item {height: 500px;}
	.index-banner .item .text {padding: 12% 0 0 0;}
	.index-banner .item h4 {font-size: 40px!important;margin-bottom: 30px!important;line-height:40px!important;}
	.index-banner .item p {font-size: 22px!important;margin-bottom: 50px!important;line-height: 32px!important;font-weight: 400;}
	.index-banner .item p span{padding: 5px 15px;font-size: 18px;}
}
@media (max-width: 992px) {
	.updown {display: none}
	.banner{height:260px;padding-top:0;}
	.index-banner {width: 100%;}
	.index-banner .item {height:260px;padding: 0 20px;}
	.index-banner .item .info {padding:12% 0 0 0;width: 100%;flex-wrap: wrap;background-color: #fff;}
	.index-banner .item .info .text {width:100%;}
	.index-banner .item h4 {font-size: 2.5rem!important;font-weight: 700;margin-bottom: 10px!important;line-height: 3.5rem;letter-spacing: 0!important;}
	.index-banner .item p {font-size: 1.6rem!important;font-weight: 600;margin-bottom: 30px!important;line-height:2.8rem;}
	.index-banner .item a {width:140px;font-size: 1.4rem;margin-top:30px;height:40px;line-height:40px;border-radius:30px;}
	.index-banner .item a i{font-size:1.6rem;}
}

.index-banner .item.slick-active .img {-webkit-animation: fadeInRight 1s both 1s;animation: fadeInRight 1s both 1s;}
.index-banner .item.slick-active h4 {-webkit-animation: fadeInUp 1s both 1.5s;animation: fadeInUp 1s both 1.5s;}
.index-banner .item.slick-active p {-webkit-animation: fadeInUp 1s both 2s;animation: fadeInUp 1s both 2s;}
.index-banner .item.slick-active a {-webkit-animation: fadeInUp 1s both 2.5s;animation: fadeInUp 1s both 2.5s;}
.index-banner .item.slick-active {-webkit-animation: fadeIn 2.5s both;animation: fadeIn 2.5s both;}
.slick-slider {
	float: left;
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.index-banner .NextArrow,.index-banner .PrevArrow{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: none;
	background:rgba(0,0,0,0.15);
	text-align: center;
	z-index: 999;
	outline: none;
	bottom: 50%;
	opacity: 0.5;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.index-banner .NextArrow i,.index-banner .PrevArrow i{font-size:2.8rem;color:#fff;}
.index-banner .PrevArrow{left:0;}
.index-banner .NextArrow{right:0;transform: rotate(-180deg)}
.index-banner .NextArrow:hover,
.index-banner .PrevArrow:hover{opacity: 1;}
.index-banner .NextArrow:hover i,.index-banner .PrevArrow:hover i{color:#fcc419}
.index-banner .slick-dots {position: absolute;height:10px;bottom:20px;width:60px;left:50%;margin-left: -30px;padding: 0;list-style-type: none;}
.index-banner .slick-dots li button {display: none;}
.index-banner .slick-dots li {width:10px;height:10px;border-radius:5px;margin-right:5px;background-color:#fff;}
.index-banner .slick-dots li:last-child{margin-right: 0;}
.index-banner .slick-dots li.slick-active {background-color: #fcc419;}
@media (max-width: 991px) {
	.index-banner .slick-dots {bottom:15px;}
	.index-banner .NextArrow,.index-banner .PrevArrow{opacity:0;}
	.index-banner .slick-dots {width:80px;margin-left: -40px;}
	.index-banner .slick-dots li {width:8px;height:8px;}
	.index-banner .slick-dots li.slick-active {width: 8px;}
	.index-banner .item.slick-active h4 {-webkit-animation: fadeInUp 1s both 1s;animation: fadeInUp 1s both 1s;}
	.index-banner .item.slick-active p {-webkit-animation: fadeInUp 1s both 1.5s;animation: fadeInUp 1s both 1.5s;}
	.index-banner .item.slick-active a {-webkit-animation: fadeInUp 1s both 2s;animation: fadeInUp 1s both 2s;}
	.index-banner .item.slick-active {-webkit-animation: fadeIn 2s both;animation: fadeIn 2s both;}
}

/*server*/
.server{padding: 50px 0;
	-webkit-box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.08);
	background-image: url(../images/pro-bg.jpg);
	background-size: cover;background-position: center bottom;
}
.server .title{text-align: center;}
.server .title h2{font-family: 'dincond-medium';font-size:45px;font-weight: 600;text-transform: uppercase;color:#333;line-height: 50px;position: relative;}
.server .title h2:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background-color:#FFCC00;
	left: 50%;margin-left: -20px;top:-12px;
}
.server .title p{font-size: 22px;color: #888;line-height: 30px;}
.server .container .server-list{padding: 50px 0 0 0;}
.server .container .server-list li{position: relative;width: 25%;padding: 0 10px;}
.server .container .server-list li:last-child{border-right: none;}
.server .container .server-list li .ico{width: 80px;height: 80px;line-height: 80px;display: block; border-radius:50%;text-align: center;margin: 0 auto;border:2px solid #FFCC00;}
.server .container .server-list li .ico i{font-size: 4.5rem;padding:0 15px; font-weight: 100;color:#FFCC00;}
.server .container .server-list li .title{padding:15px 10px;text-align: center;font-size:22px;font-weight: 600;margin-bottom:10px;color: #333; }
.server .container .server-list li:hover .title{color:#FFCC00; }
.server .container .server-list .server-text{padding: 0;}
.server .container .server-list .server-text p{margin-bottom: 10px;padding: 0 20px;position: relative;}
.server .container .server-list .server-text p a{display:block;font-size: 16px;color: #666;border: 1px solid #ddd;padding: 5px 25px;}
.server .container .server-list .server-text p a:hover{color:#FFCC00;border: 1px solid #FFCC00;padding: 5px 30px;}
.server .container .server-list .server-text p:after{
	content: '';
	position: absolute;left:30px;top:50%;margin-top: -1px;
	width: 8px;height: 2px;background-color:#FFCC00;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.server .container .server-list .server-text p:hover:after{width: 15px;}

@media (max-width: 992px) {
	.server {padding:50px 0 20px 0;}
	.server .title h2{font-size: 3rem;letter-spacing: 0;line-height:3rem;margin-bottom: 10px;}
	.server .title p{font-size:1.8rem;line-height:2.2rem;color: #999;padding:0 10px;font-weight: 700}
	.server .container .server-list{padding: 30px 0 0 0;flex-wrap: wrap}
	.server .container .server-list li{position: relative;width:50%;padding:0;margin-bottom: 20px;}
	.server .container .server-list li .ico{width: 60px;height: 60px;line-height: 60px;}
	.server .container .server-list li .ico i{font-size: 3.6rem;padding:0 5px;}
	.server .container .server-list li .title{padding:10px 0;font-size:1.8rem;font-weight: 700;margin-bottom:5px;}
	.server .container .server-list .server-text p{margin-bottom: 5px;padding: 0 10px;}
	.server .container .server-list .server-text p a{font-size: 1.4rem;font-weight:500;line-height: 2.5rem;padding:5px 5px 5px 10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
	.server .container .server-list .server-text p a:hover{padding:unset;padding:5px 5px 5px 10px;}
	.server .container .server-list .server-text p:after{left:10px;width: 5px;}
	.server .container .server-list .server-text p:hover:after{width: 10px;}
}
/*pro*/
.pro{padding: 60px 0 30px 0;background-color:#f8f9fa;}
.pro .title{text-align: center;}
.pro .title h2{font-family: 'dincond-medium';font-size:45px;font-weight: 600;text-transform: uppercase;color:#333;line-height: 50px;position: relative;}
.pro .title h2:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background-color:#FFCC00;
	left: 50%;margin-left: -20px;top:-12px;
}
.pro .title p{font-size: 22px;color: #888;line-height: 30px;}
.pro .container .pro-list{
	padding: 50px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}
.pro .container .pro-list li{overflow: hidden;margin: 25px 25px;background-color: #fff;
	box-shadow: 0 2px 30px -5px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 2px 30px -5px rgba(0, 64, 128, 0.2);
}
.pro .container .pro-list li:last-child{margin-right: 0;}
.pro .container .pro-list li a{display: block;}
.pro .container .pro-list li a .img{text-align: center;width: 100%;}
.pro .container .pro-list li a .img img{width: 100%;}
.pro .container .pro-list li a .info h3{font-size: 22px;text-align: center;padding:20px 10px;font-weight: 500;color: #666}
.pro .container .pro-list li a .info span{display: block;width:140px;border-radius:25px;font-size: 14px;margin: 0 auto 20px auto;text-align: center;line-height: 35px;border: 1px solid #eee;color: #888;}
.pro .container .pro-list li a .info span i{font-size: 1.4rem;margin-left: 5px;}
.pro .container .pro-list li a:hover{}
.pro .container .pro-list li:hover{
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
.pro .container .pro-list li a:hover .info span{
	background-color:#FFCC00;
	border: none;color: #fff;
}
@media (max-width: 1200px) {
	.pro .title h2{font-size: 30px;line-height: 50px;font-weight: 800;}
	.pro .title p{font-size: 14px;line-height: 22px;}
	.pro .container .pro-list li{width: 290px;margin: 10px 15px;}
}
@media (max-width: 992px) {
	.pro {padding: 50px 0 20px 0;}
	.pro .title h2{font-size: 3rem;letter-spacing: 0;line-height:3rem;margin-bottom: 10px;font-weight: 800;}
	.pro .title p{font-size:1.8rem;line-height:2.2rem;color: #999;padding:0 10px;font-weight: 600}
	.pro .container .pro-list {padding: 20px 0 0 0;margin: 0!important;}
	.pro .container .pro-list li{margin:20px 5%;width: 90%;
		box-shadow: 0 2px 10px -5px rgba(0, 64, 128, 0.2);
		-webkit-box-shadow: 0 2px 10px -5px rgba(0, 64, 128, 0.2);
	}
	.pro .container .pro-list li a .info h3{font-size: 1.8rem;padding:20px 0;font-weight:700;}
	.pro .container .pro-list li a .info span{width:70%;margin: 0 auto 20px auto;line-height: 28px;font-size:1.4rem;color:#868e96;}
	.pro .container .pro-list li a .info span i{font-size: 1.2rem;}
	.pro .container .pro-list li:hover{
		box-shadow: 0 10px 20px -10px rgba(0, 64, 128, 0.2);
		-webkit-box-shadow: 0 10px 20px -10px rgba(0, 64, 128, 0.2);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);}
}
/*about*/
.about{padding: 100px 0;position: relative;height: auto;background-color:#fafafa;}
.about:after{
	content: '';
	width: 100%;
	height: 50%;
	background-color:#333;
	position: absolute;left: 0;top: 0;
}
.about .title{padding:0;position: relative;}
.about .title h2{font-size:22px;position: relative;margin-bottom: 20px;text-indent: 20px;color: #888;}
.about .title h2 span{font-family: 'dincond-medium';font-size:45px;font-weight: 600;text-transform: uppercase;color:#333;margin-right: 10px;}
.about .title h2 b{position: relative;top:-5px;font-weight: 500;}
.about .title h2:after{
	position: absolute;
	content: '';
	width: 4px;
	height: 32px;
	background-color:#FFCC00;
	left:0;top:10px;
}
.about .title p{font-size: 22px;color:#666;line-height: 36px;font-weight: 500;margin-bottom:5px;}
.about .container{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 12px 40px -15px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 12px 40px -15px rgba(0, 64, 128, 0.2);
	position: relative;z-index: 2;
	background-image: url(https://www.jiaquanjc.com/images/service-bg.png);background-position: left bottom;
	overflow: hidden;
}
.about .container .about-text{padding: 0 60px 0 0;}
.about .container .about-text p{font-size:18px;color: #888;line-height:36px;text-align:justify; text-justify:inter-ideograph;font-family: "Microsoft YaHei", "Roboto", sans-serif}
.about .container .about-text .btn{
	display: block;
	width: 180px;
	line-height:35px;
	height:50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: none;
	background-image:-webkit-gradient(linear,0% 100%,0% 100%, from(#e7670d), to(#ffe066));
	background-image:-webkit-linear-gradient(45deg, #e7670d, #ffe066);
	background-image:-o-linear-gradient(45deg, #e7670d, #ffe066);
	background-image:linear-gradient(45deg, #e7670d, #ffe066);
	box-shadow:0 10px 20px rgba(253,117,4,0.3);
	-webkit-box-shadow:0 10px 20px rgba(253,117,4,0.3);
	-moz-box-shadow:0 10px 20px rgba(253,117,4,0.3);
	border-radius: 30px;
	margin-top: 30px;
}
.about .container .about-text .btn i{margin:0 0 0 10px;}
@media (max-width: 992px) {
	.about{padding: 30px 0;background-color:#fff;}
	.about .title h2{font-size:1.8rem;margin-bottom:10px;text-indent: 20px;}
	.about .title h2 span{font-size:3rem;font-weight: 800;}
	.about .title h2 b{top:-2px;}
	.about .title h2:after{	top:4px;height: 22px;}
	.about .title p{font-size: 1.8rem;line-height:3rem;margin-bottom:10px;font-weight:700;}
	.about .container{flex-wrap: wrap;width: 90%;margin: 0 auto;padding: 20px;}
	.about .container .about-main{order: 2;}
	.about .container .about-text .btn{width: 50%;line-height:30px;height:45px;font-size: 1.6rem;margin: 20px auto}
	.about .container .about-text{width: 100%;padding:0;}
	.about .container .about-text p{font-size: 1.5rem;line-height:2.5rem;}
	.about .container .about-img{width: 100%;margin: 20px 0;text-align: center;order: 1;}
	.about .container .about-img img{width:60%!important;}
}
/*news*/
.news{padding:60px 0 20px 0;}
.news .title{text-align: center;}
.news .title h2{font-family: 'dincond-medium';font-size:45px;font-weight: 600;text-transform: uppercase;color:#333;line-height: 50px;position: relative;}
.news .title h2:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background-color:#FFCC00;
	left: 50%;margin-left: -20px;top:-12px;
}
.news .title p{font-size: 22px;color: #888;line-height: 30px;}
.news .container{padding:30px 0;}
.news .img{width: 48%;flex-wrap: wrap;margin-right: 4%;margin-top: 20px;position: relative;}
.news .img:after{
	content: '';
	width: 126px;height: 126px;background-image: url(../images/bg.png);background-repeat: no-repeat;
	position: absolute;left:-40px;bottom: -35px;z-index: 1;
}
.news .img li{width: 100%;height: 350px;overflow: hidden;
	position: relative;z-index: 2;background-color:#fff;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
	border-top-left-radius: 30px;border-bottom-right-radius: 30px;
}
.news .img li a{display: block;height: 100%;position: relative;}
.news .img li a span{
	display: block;font-weight: 400;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	width: 100%;height: 50px;padding: 0 20px;background-color: rgba(0,0,0,0.4);
	font-family: "Noto Sans SC";font-size: 16px;color: #fff;line-height: 50px;position: absolute;bottom: 0;left: 0;}
.news .img li a img{width: 100%;}
.news .news-ul{width: 48%;margin-top: 20px;}
.news .news-ul li{margin-bottom: 25px;}
.news .news-ul li a{display: block;border-bottom: 1px solid #dadada;padding-bottom: 20px;}
.news .news-ul li a .title{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;;
}
.news .news-ul li a .title i{font-size: 1.4rem;color:#fdb817;position: absolute;left: 0;top:5px;}
.news .news-ul li a .title h4{text-align: left;font-size: 18px;color: #555;font-weight:500;width: 70%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: "Noto Sans SC";}
.news .news-ul li a .title span{font-size: 16px;color: #666;font-family: "DINPro-Regular";font-weight: 600;}
.news .news-ul li a .info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}
.news .news-ul li a .info p{color: #999;font-size: 14px;font-family: "DINPro-Regular";line-height: 22px;font-weight: 400;width: 92%;padding: 0 15% 0 0;
	position: relative;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.news .news-ul li a .info p:before{
	content: '';
	width: 1px;height:30px;background-color: #ddd;
	position: absolute;right:0;top:50%;margin-top: -15px;
}
.news .news-ul li a .info i{width:8%;font-size: 2.6rem;color: #ccc;text-align: right;}
.news .news-ul li a:hover .title h4{color:#fdb817;}
.news .news-ul li a:hover .title p{color:#444;}
.news .more{
	display: block;
	width: 180px;
	line-height:45px;
	height:50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: none;
	background-image:-webkit-gradient(linear,0% 100%,0% 100%, from(#e7670d), to(#ffe066));
	background-image:-webkit-linear-gradient(45deg, #e7670d, #ffe066);
	background-image:-o-linear-gradient(45deg, #e7670d, #ffe066);
	background-image:linear-gradient(45deg, #e7670d, #ffe066);
	box-shadow:0 10px 20px rgba(253,117,4,0.3);
	-webkit-box-shadow:0 10px 20px rgba(253,117,4,0.3);
	-moz-box-shadow:0 10px 20px rgba(253,117,4,0.3);
	border-radius: 30px;
	margin: 30px auto;
}
.news .more i{margin:0 0 0 10px;}
@media (max-width: 992px) {
	.news{padding:20px;background-color: #fff;}
	.news .title h2{font-size: 3rem;letter-spacing: 0;line-height:3rem;margin-bottom: 10px;}
	.news .title p{font-size:1.8rem;line-height:2.2rem;color: #999;padding:0 10px;font-weight:700;}
	.news .container{padding: 20px 0;flex-wrap: wrap;}
	.news .img{width: 100%;flex-wrap: wrap;margin-right: 0;padding:0;}
	.news .img:after{display: none}
	.news .img li{margin-bottom:2%;height: auto;}
	.news .img li a span{font-weight: 600;height:40px;font-size:1.2rem;line-height:40px}
	.news .news-ul{width: 100%;padding: 10px 0 0 0;margin-bottom: 0;}
	.news .news-ul li{margin-bottom: 20px;}
	.news .news-ul li:last-child{margin-bottom: 0}
	.news .news-ul li a{padding-bottom: 10px;}
	.news .news-ul li a .title{ padding-left: 20px; }
	.news .news-ul li a .title i{font-size: 1.2rem;top:2px;}
	.news .news-ul li a .title h4{font-size: 1.4rem;width: 70%;}
	.news .news-ul li a .title span{font-size: 1.2rem;}
	.news .news-ul li a .info{padding-left: 20px;}
	.news .news-ul li a .info p{font-size: 1.1rem;line-height:1.6rem;width: 86%;padding: 0 10% 0 0;}
	.news .news-ul li a .info p:before{height:30px;margin-top: -15px;}
	.news .news-ul li a .info i{width:14%;font-size: 2.3rem;}
	.news .more{width: 45%;line-height:45px;height:45px;font-size: 1.6rem;margin: 10px auto}
}
.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;width: 80px;height:80px;top:50%;margin-top: -40px;font-weight: 800;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-100px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-100px;}
.owl-theme .owl-controls .owl-buttons i{font-size: 4.4rem;}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:transparent;
	border: 2px solid #666;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#FFCC00;border: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;font-size:80px;line-height:50px;width: 100px;height:100px;top:50%;margin-top: -50px;font-weight: 800;color: #999}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-100px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-100px;}
