/*基础CSS*/
body{
	font-size: 14px;
	overflow-x: hidden;
	color: #000000;
	font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;
}
li{
	list-style: none;
}
a:focus{
	text-decoration: none;
}
a:hover{
	color: #ec672c;
	text-decoration: none;
}
a{
	color: #000000;
	transition: color 0.3s;
}
p, dl, dt, dd, ul{
	margin: 0px;
	padding: 0px;
}
.copyright a{
	color: #ffffff;
}
.header{
	display: none;
}
.header.container-fluid{
	padding: 0 6%;
}
.header-top{
	padding: 25px 0;
	border-bottom: 1px solid #dcdcdc;
}
.header-top .logo{
	display: block;
	height: 55px;
	float: left;
}
.header-top .header-sign{
	float: left;
	padding: 0 0 0 4.5%;
	color: #000000;
}
.header-top .header-sign p{
	font-size: 18px;
	line-height: 25px;
}
.header-top .header-sign h3{
	margin: 0;
	line-height: 30px;
	font-weight: normal;
	font-size: 22px
}

.header nav{
	display: block;
	text-align: center;
}
.header nav{
	padding: 15px 0;
	display: flex;
	justify-content: center;
    align-items: center;
	line-height: 36px;
}
.header nav a{
	display: block;
	font-size: 18px;
	margin: 0 3%;
	position: relative;
}
.header nav a::after{
	position: absolute;
	content: "";
	width: 0%;
	height: 2px;
	background: #ec672c;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}
.header nav a.on::after,
.header nav a:hover::after{
	width: 100%;
}
.header .top-header-news{
	width: 420px;
	float: right;
	height: 30px;
	display: none;	
	margin: 25px 0 0;
	overflow: hidden;
}
.header .top-header-news .swiper-container {
  width: 100%;
  height: 100%;
}
.header .top-header-news .swiper-slide{
	line-height: 30px;
	height: 30px;
	padding: 0 18px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: url(../images/jt.jpg) no-repeat right 4px;	
}
.header .top-header-news a:hover{
	text-decoration: underline;
}
.header .top-header-news span{
	margin: 0 20px;
}
@media (min-width: 1280px) {
	.header .top-header-news{
		display: block;
	}
	.header nav a{
		display: block;
		font-size: 18px;
		margin: 0 4.5%;
		position: relative;
	}
}

@media (min-width: 768px) {
	.header{
		display: block;
	}
}


.footer{

	padding: 30px 0 10px;
	background: #3b3b3b;
}
.footer .container{
	width: 100%;
	max-width: 1430px;
}
.footer .container .footer-logo{
	float: left;
}
.footer .container .footer-logo img{
	display: block;
	float: left;
	height: 40px;
	margin: 0 10px 0px;
}
.footer .container .footer-text{
	width: 100%;
	float: right;
}

.footer-form{
	display: block;
}
.footer-form-title{
	font-size: 20px;
	line-height: 60px;
	padding-right: 0px;
	color: #ffffff;
	position: relative;
}
.footer-form-title::after{
	content: "";
	width: 100px;
	height: 1px;
	top: 50%;
	margin-top: -0.5px;
	left: 120px;
	background: #535353;
	position: absolute;
}
.footer-form-input{
	width: 100%;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.footer-form-input input{
	display: block;
	height: 40px;
	font-size: 16px;
	outline: none;
	border: none;
	width: 100%;
	padding: 0 10px;
}
.footer-form-input input[type="submit"]{
	background: #ec672c;
	color: #fff;
	position: absolute;
	border: none;
	line-height: 40px;
	width: 80px;
	top: 0;
	right: 0;
	font-size: 16px;
}
.footer-address{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0 10px;
	border-bottom: 1px solid #535353;
}

.footer-contact dl{
	float: none;
}
.footer-contact dl:nth-child(2){
	float: none;
}
.footer-contact dl dt{
	max-width: 250px;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	padding: 25px 0 5px;
	border-bottom: 1px solid #ffffff;
}
.footer-contact dl dd{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 0px 0 0;
	margin: 10px 0 0;
	position: relative;
}
.footer-contact dl dd .qrcode{
	position: absolute;
	top: 40px;
	right: 0;
	width: 80px;
}
.footer-contact dl dd .qrcode img{
	width: 100%;
	display: block;
}
.footer-contact dl dd .name{
	line-height: 20px;
	font-size: 16px;
	margin: 0 0 0px;
}
.footer-contact dl dd .tel{
	padding-left: 40px;
	background: url(../images/tel.png) no-repeat center left;
	background-size: 25px 25px;
}
.footer-contact dl dd .email{
	padding-left: 40px;
	margin: 10px 0;
	background: url(../images/email.png) no-repeat center left;
	background-size: 25px 25px;
}
.footer-contact dl dd .wx{
	padding-left: 40px;
	background: url(../images/wx.png) no-repeat center left;
	background-size: 25px 25px;
}
.copyright{
	margin: 20px 0 0;
	line-height: 30px;
	color: #ffffff;
}
.copyright p{
	float: left;
}
.copyright p:nth-child(2){
	float: left;
}
@media (min-width: 768px) {
	.footer{
		padding: 45px 0 20px;
		background: #3b3b3b;
	}
	.footer .container{
		width: 100%;
		max-width: 1430px;
	}
	.footer .container .footer-logo{
		float: none;
	}
	.footer .container .footer-logo img{
		display: block;
		float: left;
		height: auto;
		margin: 0 0 35px;
	}
	.footer .container .footer-text{
		width: 100%;
		float: right;
	}

	.footer-form{
		display: flex;
	}
	.footer-form-title{
		font-size: 26px;
		line-height: 60px;
		padding-right: 160px;
		color: #ffffff;
		position: relative;
	}
	.footer-form-title::after{
		content: "";
		width: 120px;
		height: 1px;
		top: 50%;
		margin-top: -0.5px;
		right: 0;
		background: #535353;
		position: absolute;
	}
	.footer-form-input{
		width: 100%;
		position: relative;
		padding-left: 30px;
		padding-right: 120px;
	}
	.footer-form-input input{
		display: block;
		height: 60px;
		font-size: 16px;
		outline: none;
		border: none;
		width: 100%;
		padding: 0 10px;
	}
	.footer-form-input input[type="submit"]{
		background: #ec672c;
		color: #fff;
		position: absolute;
		border: none;
		line-height: 60px;
		width: 120px;
		top: 0;
		right: 0;
		font-size: 18px;
	}
	.footer-address{
		color: #ffffff;
		font-size: 16px;
		line-height: 30px;
		padding: 59px 0 30px;
		border-bottom: 1px solid #535353;
	}

	.footer-contact dl{
		float: left;
	}
	.footer-contact dl:nth-child(2){
		float: right;
	}
	.footer-contact dl dt{
		max-width: 250px;
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
		color: #ffffff;
		padding: 25px 0 15px;
		border-bottom: 1px solid #ffffff;
	}
	.footer-contact dl dd{
		line-height: 30px;
		font-size: 16px;
		color: #ffffff;
		padding: 0 140px 0 0;
		margin: 22px 0 0;
		position: relative;
	}
	.footer-contact dl dd .qrcode{
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
	}
	.footer-contact dl dd .qrcode img{
		width: 100%;
		display: block;
	}
	.footer-contact dl dd .name{
		line-height: 20px;
		font-size: 18px;
		margin: 0 0 10px;
	}
	.footer-contact dl dd .tel{
		padding-left: 40px;
		background: url(../images/tel.png) no-repeat center left;
		background-size: 25px 25px;
	}
	.footer-contact dl dd .email{
		padding-left: 40px;
		margin: 10px 0;
		background: url(../images/email.png) no-repeat center left;
		background-size: 25px 25px;
	}
	.footer-contact dl dd .wx{
		padding-left: 40px;
		background: url(../images/wx.png) no-repeat center left;
		background-size: 25px 25px;
	}
	.copyright{
		margin: 60px 0 0;
		line-height: 30px;
		color: #ffffff;
	}
	.copyright p{
		float: left;
	}
	.copyright p:nth-child(2){
		float: left;
	}
}
@media (min-width: 1280px) {
	.footer{

		padding: 85px 0 20px;
		background: #3b3b3b;
	}
	.footer .container{
		width: 100%;
		max-width: 1430px;
	}
	.footer .container .footer-logo{
		float: left;
	}
	.footer .container .footer-logo img{
		display: block;
		margin: 0 0 35px;
		float: none;
		height: auto;
	}
	.footer .container .footer-text{
		width: 74%;
		float: right;
	}

	.footer-form{
		display: flex;
	}
	.footer-form-title{
		font-size: 26px;
		line-height: 60px;
		padding-right: 160px;
		color: #ffffff;
		position: relative;
	}
	.footer-form-title::after{
		content: "";
		width: 120px;
		height: 1px;
		top: 50%;
		margin-top: -0.5px;
		right: 0;
		background: #535353;
		position: absolute;
	}
	.footer-form-input{
		width: 100%;
		position: relative;
		padding-left: 30px;
		padding-right: 120px;
	}
	.footer-form-input input{
		display: block;
		height: 60px;
		font-size: 16px;
		outline: none;
		border: none;
		width: 100%;
		padding: 0 10px;
	}
	.footer-form-input input[type="submit"]{
		background: #ec672c;
		color: #fff;
		position: absolute;
		border: none;
		line-height: 60px;
		width: 120px;
		top: 0;
		right: 0;
		font-size: 18px;
	}
	.footer-address{
		color: #ffffff;
		font-size: 16px;
		line-height: 30px;
		padding: 59px 0 30px;
		border-bottom: 1px solid #535353;
	}

	.footer-contact dl{
		float: left;
	}
	.footer-contact dl:nth-child(2){
		float: right;
	}
	.footer-contact dl dt{
		max-width: 250px;
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
		color: #ffffff;
		padding: 25px 0 15px;
		border-bottom: 1px solid #ffffff;
	}
	.footer-contact dl dd{
		line-height: 30px;
		font-size: 16px;
		color: #ffffff;
		padding: 0 250px 0 0;
		margin: 22px 0 0;
		position: relative;
	}
	.footer-contact dl dd .qrcode{
		position: absolute;
		top: 0;
		right: 0;
		width: 140px;
	}
	.footer-contact dl dd .qrcode img{
		width: 100%;
		display: block;
	}
	.footer-contact dl dd .name{
		line-height: 20px;
		font-size: 18px;
		margin: 0 0 10px;
	}
	.footer-contact dl dd .tel{
		padding-left: 40px;
		background: url(../images/tel.png) no-repeat center left;
		background-size: 25px 25px;
	}
	.footer-contact dl dd .email{
		padding-left: 40px;
		margin: 10px 0;
		background: url(../images/email.png) no-repeat center left;
		background-size: 25px 25px;
	}
	.footer-contact dl dd .wx{
		padding-left: 40px;
		background: url(../images/wx.png) no-repeat center left;
		background-size: 25px 25px;
	}
	.copyright{
		margin: 60px 0 0;
		line-height: 30px;
		color: #ffffff;
	}
	.copyright p{
		float: left;
	}
	.copyright p:nth-child(2){
		float: right;
	}
}



.in-banner{
	width: 100%;
	height: auto;
}
.in-banner img{
	width: 100%;
}
@media (min-width: 768px) {
	.in-banner{
		height: 400px;
	}
	.in-banner img{
		display: none;
	}
}

.page-about{
	margin: 40px auto;
}
.page-about.container-fluid,
.page-about-img.container-fluid,
.page-about-text.container-fluid{
	width: 100%;
	max-width: 1400px;
}

.about-title{
	font-size: 20px;
	height: 40px;
	position: relative;
	font-weight: normal;
	margin: 0 0 20px;
}
.about-title::after{
	width: 60px;
	height: 3px;
	background: #ec672c;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (min-width: 768px) {
	.page-about{
		margin: 80px auto;
	}
	.about-title{
		font-size: 36px;
		height: 110px;
		margin: 0;
	}
	.about-title::after{
		height: 6px;
	}
}
.page-about-img{
	display: block;
	position: relative;
	margin: 0 0 40px;
}
.page-about-img .about-img-title{
	font-size: 40px;
	line-height: 60px;
	margin: 0;
	padding: 40px 0;
}

.page-about-img .title-img{
	position: relative;
	margin: 0 0 15px;
}
.page-about-img .title-img h3{
	float: left;
}
.page-about-img .title-img img{
	position: static;
	bottom: 0;
	left: 0;
	display: block;
	width: auto;
	height: 200px;
	float: right;
	max-width: auto;
}
.page-about-img .dimg img{
	width: 100%;
	display: block;
}


@media (min-width: 768px) {
	.page-about-img{
		display: flex;
		position: relative;
		margin: 0 auto 80px;
	}
	.page-about-img .about-img-title{
		font-size: 48px;
		line-height: 48px;
	}

	.page-about-img .title-img{
		width: 50%;
		margin: 0;
		position: relative;
	}
	.page-about-img .title-img img{
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		height: 240px;
		width: auto;
	}
	.page-about-img .dimg{
		width: 50%;
	}
	.page-about-img .dimg img{
		width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {
	.page-about-img{
		display: flex;
		position: relative;
		margin: 0 auto 80px;
	}
	.page-about-img .about-img-title{
		font-size: 98px;
		line-height: 90px;
	}

	.page-about-img .title-img{
		width: 50%;
		margin: 0;
		position: relative;
	}
	.page-about-img .title-img img{
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		max-width: 279px;
	}
	.page-about-img .dimg{
		width: 50%;
	}
	.page-about-img .dimg img{
		width: 100%;
		display: block;
	}
}


.page-about-text{
	margin: 0 auto 40px;
}
.page-about-text-top{
	border-top: 1px solid #999999;
}
.page-about-text .en{
	font-size: 20px;
	line-height: 38px;
	color: #222222;
	text-transform: uppercase;
	padding-top: 20px;
}
.page-about-text .cn{
	padding-top: 10px;
}
.page-about-text .cn h3{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}
.page-about-text .cn p{
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0 0;
}
@media (min-width: 768px) {
	.page-about-text{
		margin: 0 auto 80px;
	}
	.page-about-text .en{
		font-size: 30px;
		line-height: 48px;
	}
	.page-about-text .cn{
		padding-top: 20px;
	}
	.page-about-text .cn h3{
		font-size: 36px;
		line-height: 50px;
	}
	.page-about-text .cn p{
		font-size: 18px;
		line-height: 30px;
		margin: 30px 0 0;
	}
}







.about-service{
	padding: 40px 0;
	background: #fafafa;
}

.about-service .container-fluid{
	width: 100%;
	max-width: 1400px;
}
.about-service .service-box{
	margin-top: 40px;
	margin-left: 20px;
	border-left: 2px solid #e5e5e5;
}
.about-service .service-box ul li{
	position: relative;
}
.about-service .service-box ul li::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	top: 50%;
	left: -10px;
	transition: all 0.3s;
	margin-top: -10px;
}
.about-service .service-box ul li:hover::after,
.about-service .service-box ul li.active::after{
	background: #ec672c;
	border-color: #ec672c;
}
.about-service .service-box ul li:nth-child(1) .dimg img{
	margin-top: -10.5px;
}
.about-service .service-box ul li .dimg{
	width: 80px;
	float: left;
}
.about-service .service-box ul li .dimg img{
	width: 30px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -15px;
}
.about-service .service-box ul li .text{
	padding: 0 0 0 80px;
}
.about-service .service-box ul li .text h3{
	font-size: 18px;
	margin: 0;
	line-height: 30px;
}
.about-service .service-box ul li .text p{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0 0;
}
.about-service .service-box ul li:nth-child(2){
	margin: 50px 0;
}

@media (min-width: 980px) {
	.about-service{
		padding: 80px 0;
	}
	.about-service .service-box{
		margin-top: 160px;
		border-top: 2px solid #e5e5e5;
		border-left: 0;
		margin-left: auto;
	}
	.about-service .service-box ul li{
		width: 33.33333%;
		float: left;
		padding: 60px 0 0;
		text-align: center;
		position: relative;
	}
	.about-service .service-box ul li::after{
		top: -10px;
		left: 50%;
		margin-left: -10px;
		transition: all 0.3s;
		margin-top: auto;
	}
	.about-service .service-box ul li:hover::after,
	.about-service .service-box ul li.active::after{
		background: #ec672c;
		border-color: #ec672c;
	}
	.about-service .service-box ul li:nth-child(1) .dimg img{
		margin-top: auto;
	}
	.about-service .service-box ul li .dimg{
		width: auto;
		float: none;
	}
	.about-service .service-box ul li .dimg img{
		height: 40px;
		width: auto;
		display: block;
		margin: 0 auto;
		position: static;
		top: all;
		left: auto;
		margin-top: 0;
	}
	.about-service .service-box ul li .text{
		padding: 0 ;
	}
	.about-service .service-box ul li .text h3{
		font-size: 18px;
		margin: 50px 0 0;
		line-height: 30px;
	}
	.about-service .service-box ul li .text p{
		font-size: 14px;
		line-height: 24px;
		margin: 10px 0 0;
	}
	.about-service .service-box ul li:nth-child(2){
		margin: 0;
	}
	/*
	.about-service .service-box ul li:hover img,
	.about-service .service-box ul li:hover h3,
	.about-service .service-box ul li:hover p,
	.about-service .service-box ul li.active img,
	.about-service .service-box ul li.active h3,
	.about-service .service-box ul li.active p{
		transform: scale(1.2);
	}
	*/
}


.about-zs{
	padding: 40px 0;
}
.about-zs .container-fluid{
	width: 100%;
	max-width: 1400px;
}
.about-zs .about-zs-content{
	padding: 0px 0 20px;
	font-size: 14px;
	line-height: 30px;
}
.about-zs .dimg{
	width: 100%;
	display: block;
}
@media (min-width: 768px) {
	.about-zs{
		padding: 60px 0;
	}
	.about-zs .about-zs-content{
		padding: 40px 0 0;
		font-size: 14px;
		line-height: 30px;
	}
}
@media (min-width: 1080px) {
	.about-zs{
		padding: 80px 0;
	}
	.about-zs .about-zs-content{
		padding: 80px 0 0;
		font-size: 18px;
		line-height: 48px;
	}
}

.container{
	width: 100%;
	max-width: 1400px;
}



.servicer-title{
	margin-top: 40px;
	position: relative;
	margin-bottom: 20px;
}
.servicer-title h3{
	position: static;
	line-height: 48px;
	top: 50%;
	margin: -24px 0 0;
	font-size: 24px;
	font-weight: normal;
}
.servicer-title p{
	font-size: 14px;
	line-height: 30px;
	padding: 0;
}
@media (min-width: 768px) {
	.servicer-title{
		margin-top: 50px;
		position: relative;
		margin-bottom: 40px;
	}
	.servicer-title h3{
		position: absolute;
		line-height: 48px;
		top: 50%;
		margin: -24px 0 0;
		font-size: 36px;
		font-weight: normal;
	}
	.servicer-title p{
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 0 244px;
	}
}


#service-navbar.container{
	padding: 0;
}
#service-navbar ul{
	display: flex;
	padding-left: 0;
	padding-bottom: 40px;
}
#service-navbar ul li{
	text-align: center;
	margin: 0 8px;
	position: relative;
}
#service-navbar ul li .dimg{
	width: 70px;
	margin: 0 auto 10px;
	height: 58px;
	overflow: hidden;
	transition: all 0.3s;
}
#service-navbar ul li:nth-child(1) .dimg{
	background: url(../images/servicer-icon1.png) no-repeat center top;
}
#service-navbar ul li:nth-child(2) .dimg{
	background: url(../images/servicer-icon2.png) no-repeat center top;
}
#service-navbar ul li:nth-child(3) .dimg{
	background: url(../images/servicer-icon3.png) no-repeat center top;
}
#service-navbar ul li:nth-child(4) .dimg{
	background: url(../images/servicer-icon4.png) no-repeat center top;
}
#service-navbar ul li h2{
	line-height: 30px;
	font-size: 16px;
	margin: 0;
}
#service-navbar ul li a:hover .dimg,
#service-navbar ul li.active a .dimg{
	background-position: center bottom;
}
#service-navbar ul li.active::after,
#service-navbar ul li:hover::after{
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	background: url(../images/sj.png);
	background-size: 100% 100%;
	left: 50%;
	bottom: -20px;
	margin-left: -15px;
}
#service-navbar ul li a:hover h2,
#service-navbar ul li.active a h2{
	color: #ec672c;
}


@media (min-width: 768px) {
	#service-navbar.container{
		padding: 0 15px;
	}
	#service-navbar ul{
		display: flex;
		padding-left: 214px;
		padding-bottom: 100px;
	}
	#service-navbar ul li{
		text-align: center;
		margin: 0 30px;
		position: relative;
	}
	#service-navbar ul li .dimg{
		width: 70px;
		margin: 0 auto 10px;
		height: 58px;
		overflow: hidden;
		transition: all 0.3s;
	}
}

#zcyy{
	width: 100%;
	height: auto;
}
#zcyy .container{
	padding: 0;
}
#zcyy img{
	display: block;
	width: 100%;
}
#zcyy .text-box{
	width: 100%;
	height: auto;
	float: right;
	padding: 40px 15px;
	color: #ffffff;
	background: #3b3b3b;
}
#zcyy .text-box h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}
#zcyy .text-box p{
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 20px;
}


@media (min-width: 768px) {
	#zcyy{
		width: 100%;
		height: 690px;
		background: url(../images/zcyy-bg.jpg) no-repeat center;
	}
	#zcyy .container{
		padding: 0 15px;
	}
	#zcyy img{
		display: none;
		width: 100%;
	}
	#zcyy .text-box{
		width: 430px;
		height: 690px;
		float: right;
		padding: 80px 0 0 60px;
		color: #ffffff;
		background: #3b3b3b;
	}
	#zcyy .text-box h3{
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
		margin: 0;
	}
	#zcyy .text-box p{
		margin: 30px 0 0;
		font-size: 16px;
		line-height: 24px;
	}
}



#hyhd{
	margin: 40px 0;
}
#hyhd dl{
	margin: 0 0 40px;
}
#hyhd dl dt{
	width: 100%;
	padding: 0;
}
#hyhd dl dt h3{
	font-weight: normal;
	font-size: 24px;
	margin: 30px 0 10px;
}
#hyhd dl dt p{
	line-height: 26px;
	font-size: 16px;
}
#hyhd dl dd{
	width: 100%;
	float: none;
}
#hyhd dl dd img{
	display: block;
	width: 100%;
}
#hyhd .dimg{
	overflow: hidden;
}
#hyhd .dimg img{
	width: 100%;
	display: block;
}

@media (min-width: 768px) {
	#hyhd{
		margin: 80px 0;
	}
	#hyhd dl{
		margin: 0 0 60px;
	}
	#hyhd dl dt{
		width: 100%;
		max-width: 1060px;
		padding: 0 400px 0 0;
	}
	#hyhd dl dt h3{
		font-weight: normal;
		font-size: 24px;
		margin: 0 0 40px;
	}
	#hyhd dl dt p{
		line-height: 24px;
		font-size: 16px;
	}
	#hyhd dl dd{
		width: 380px;
		float: right;
	}
	#hyhd dl dd img{
		display: block;
		width: 100%;
	}
}



#zldj{
	width: 100%;
	height: 350px;
	color: #ffffff;
	background: url(../images/zldj-bg.jpg) no-repeat center;
	background-size: auto 100%;
}

#zldj .text-box{
	width: 100%;
	max-width: 350px;
	float: none;
	padding: 60px 0 0;
}
#zldj .text-box h3{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 30px;
	color: #ec672c;
}
#zldj .text-box p{
	color: #ec672c;
	line-height: 30px;
	font-size: 16px;
}
@media (min-width: 768px) {
	#zldj{
		width: 100%;
		height: 800px;
		color: #ffffff;
		background: url(../images/zldj-bg.jpg) no-repeat center;
		background-size: auto;
	}

	#zldj .text-box{
		width: 350px;
		float: right;
		padding: 120px 0 0;
	}
	#zldj .text-box h3{
		font-size: 24px;
		color: #ffffff;
		font-weight: normal;
		margin: 0 0 30px;
	}
	#zldj .text-box p{
		color: #ffffff;
		line-height: 24px;
		font-size: 16px;
	}
}


#ggfw{
	margin: 40px 0;
}
#ggfw .dimg{
	overflow: hidden;
	padding-left: 15px;
}
#ggfw .dimg img{
	width: 100%;
	display: block;
}
#ggfw .text{
	margin: 0 0 20px;
}
#ggfw .text h3{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin: 0px 0 10px;
	font-weight: normal;
}
#ggfw .text p{
	line-height: 24px;
	font-size: 16px;
	color: #555555;
}
@media (min-width: 768px) {
	#ggfw{
		margin: 60px 0;
	}
	#ggfw .dimg{
		padding-left: 40px;
	}
	#ggfw .text h3{
		font-size: 24px;
		color: #333333;
		line-height: 30px;
		margin: 0px 0 20px;
		font-weight: normal;
	}
	#ggfw .text p{
		line-height: 24px;
		font-size: 16px;
		color: #555555;
	}
	#ggfw .text{
		margin: 0;
	}
}
@media (min-width: 970px) {
	#ggfw .dimg{
		padding-left: 80px;
	}
	#ggfw{
		margin: 80px 0;
	}
	#ggfw .text h3{
		font-size: 24px;
		color: #333333;
		line-height: 30px;
		margin: 30px 0 50px;
		font-weight: normal;
	}
	#ggfw .text p{
		line-height: 24px;
		font-size: 16px;
		color: #555555;
	}
	#ggfw .text{
		margin: 0;
	}
}



.page-menu{
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #999999;
}
.page-menu h2{
	float: none;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
.page-menu  .page-menu-box{
	float: none;
	font-size: 16px;
	line-height: 30px;
	margin: 5px 0 0;
}
.page-menu  .page-menu-box a{
	margin: 0 10px 0 0;
	display: inline-block;
}
.page-menu  .page-menu-box a.active,
.page-menu  .page-menu-box a:hover{
	color: #ec672c;
}
.page-menu .position{
	float: none;
	margin: 5px 0 0;
	line-height: 30px;
}



@media (min-width: 768px) {
	.page-menu{
		padding-top: 30px;
		padding-bottom: 10px;
		margin: 0 0 30px;
		border-bottom: 1px solid #999999;
	}
	.page-menu h2{
		float: left;
		margin: 0;
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
	}
	.page-menu  .page-menu-box{
		float: right;
		font-size: 18px;
		line-height: 30px;
		margin: 0;
	}
	.page-menu  .page-menu-box a{
		margin: 0 0 0 40px;
	}
	.page-menu .position{
		float: right;
		margin: 0;
		line-height: 30px;
	}
}

.case-list{
	padding: 0 0 40px;
}
.case-list ul li{
	margin: 0 0 15px;
}
.case-list ul li .box{
	position: relative;
	overflow: hidden;
}
.case-list ul li img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.3s;
}
.case-list ul li .model{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 0.3s;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
}
.case-list ul li .model .text-box{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}
.case-list ul li .model h3{
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
.case-list ul li .model p{
	font-size: 16px;
	line-height: 30px;
}
.case-list ul li a:hover .model{
	transform: scale(1);
}
.case-list ul li a:hover img{
	transform: scale(1.2);
}

.page-bar{
	padding: 0px 0 0;
	text-align: center;
}
.page-bar .pre,
.page-bar .next{
	display: none;
}
.page-bar span{
	display: inline-block;
	margin: 0 5px;
	line-height: 22px;
	padding: 10px 0 3px;
}
.page-bar a{
	display: inline-block;
	line-height: 22px;
	padding: 5px 10px 3px;
	margin: 0 5px;
	font-size: 16px;
	background: #e6e6e6;
}
.page-bar .page-num-current{
	background: #ec672c;
	color: #ffffff;
}

@media (min-width: 768px) {
	.case-list ul li{
		margin: 0 0 30px;
	}
	.case-list{
		padding: 0 0 80px;
	}
	.page-bar{
		padding: 50px 0 0;
		text-align: center;
	}
	.page-bar .pre,
	.page-bar .next{
		display: inline-block;
	}
	.page-bar span{
		display: inline-block;
		margin: 0 5px;
		line-height: 22px;
		padding: 10px 0 3px;
	}
	.page-bar a{
		display: inline-block;
		line-height: 22px;
		padding: 10px 13px 3px;
		margin: 0 10px;
		font-size: 16px;
		background: #e6e6e6;
	}
}

.page-img-box{
	padding-top: 0px;
	margin-bottom: 40px;
}
.page-img-box .dimg{
	overflow: hidden;
}
.page-img-box .dimg img{
	display: block;
	width: 100%;
}
.page-img-box .img-list{
	margin: 15px 0 0;
}
.page-img-box .img-list .swiper-slide img{
	display: block;
	width: 100%;
	cursor: pointer;
}
.page-img-box .img-list .swiper-slide.on img{
	border-color: #ec672c;
	border: 2px solid #ec672c;
}

.text-info-box{
	padding-left: 15px;
}
.text-info-box h1{
	font-size: 24px;
	margin: 30px 0 10px;
}
.text-info-box p{
	line-height: 30px;
	font-size: 16px;
}
@media (min-width: 768px) {
	.page-img-box{
		padding-top: 30px;
		margin-bottom: 80px;
	}
	.page-img-box .dimg{
		overflow: hidden;
	}
	.page-img-box .dimg img{
		display: block;
		width: 100%;
	}
	.page-img-box .img-list{
		margin: 15px 0 0;
	}
	.page-img-box .img-list .swiper-slide img{
		display: block;
		width: 100%;
		cursor: pointer;
	}
	.page-img-box .img-list .swiper-slide.on img{
		border-color: #ec672c;
		border: 2px solid #ec672c;
	}

	.text-info-box{
		padding-left: 50px;
	}
	.text-info-box h1{
		font-size: 30px;
		margin: 50px 0 40px;
	}
	.text-info-box p{
		line-height: 36px;
		font-size: 20px;
	}
}

.page-com-list{
	padding: 0 0 40px;
}
.com-title{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin: 0 0 10px;
}
.com-list{
	padding: 0 35px;
	position: relative;
}
.com-list .swiper-slide{
	overflow: hidden;
}
.com-list .swiper-slide img{
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.com-list .swiper-slide .model{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 0.3s;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
}
.com-list .swiper-slide .model .text-box{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}
.com-list .swiper-slide .model h3{
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
.com-list .swiper-slide .model p{
	font-size: 16px;
	line-height: 30px;
}
.com-list .swiper-slide a:hover .model{
	transform: scale(1);
}
.com-list .swiper-slide a:hover img{
	transform: scale(1.2);
}
.com-list-prev,
.com-list-next{
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/com-prev.png) no-repeat center #eeeeee;
	background-size: 30px 30px;
}
.com-list-next{
	right: 0;
	left: auto;
	background: url(../images/com-next.png) no-repeat center #eeeeee;
	background-size: 30px 30px;
}

@media (min-width: 768px) {
	.page-com-list{
		padding: 0 0 80px;
	}
	.com-title{
		font-size: 28px;
		color: #333333;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.com-list{
		padding: 0 55px;
		position: relative;
	}
	.com-list .swiper-slide img{
		display: block;
		width: 100%;
	}

	.com-list-prev,
	.com-list-next{
		width: 40px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		cursor: pointer;
		background: url(../images/com-prev.png) no-repeat center #eeeeee;
	}
	.com-list-next{
		right: 0;
		left: auto;
		background: url(../images/com-next.png) no-repeat center #eeeeee;
	}
}

.news-list{
	margin: 0 0 40px;
}
.news-list .page-bar{
	margin-top: 15px;
}
.news-list ul{
	overflow: hidden;
}
.news-list ul li{
	padding: 0 0 5px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
}
.news-list ul li img{
	display: block;
	width: 100%;
}
.news-list ul li .text{
	padding-right: 15px;
}
.news-list ul li .text h2{
	font-size: 16px;
	margin: 20px 0 5px;
	line-height: 30px;
	font-weight: normal;
}
.news-list ul li .text p{
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 0px;
}
.news-list ul li .text a.more{
	line-height: 28px;
}
.news-list ul li .text a.more:hover{
	text-decoration: underline;
}
.news-list ul li .date{
	color: #999999;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	line-height: 28px;
	position: absolute;
	bottom: 3px;
	right: 0;
}





@media (min-width: 768px) {
	.news-list{
		margin: 0 0 60px;
	}
	.news-list .page-bar{
		padding-top: 30px;
		margin-top: 0px;
	}
	.news-list ul{
		overflow: hidden;
	}
	.news-list ul li{
		padding: 0 0 30px;
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 30px;
	}
	.news-list ul li img{
		display: block;
		width: 100%;
		transition: all 0.3s;
	}
	.news-list ul li a:hover img{
		transform: scale(1.1);
	}
	.news-list ul li .text{
		padding-right: 15px;
	}
	.news-list ul li .text h2{
		font-size: 18px;
		margin: 10px 0 10px;
		font-weight: normal;
	}
	.news-list ul li .text p{
		font-size: 14px;
		line-height: 28px;
		height: 56px;
		overflow: hidden;
		margin: 0 0 10px;
	}
	.news-list ul li .text a.more{
		line-height: 28px;
	}
	.news-list ul li .text a.more:hover{
		text-decoration: underline;
	}
	.news-list ul li .date{
		color: #999999;
		font-size: 40px;
		text-align: center;
		font-weight: normal;
		line-height: 100px;
		position: static;
	}
}






@media (min-width: 1200px) {
	.news-list{
		margin: 0 0 80px;
	}
	.news-list ul{
		overflow: hidden;
	}
	.news-list ul li{
		padding: 0 0 30px;
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 30px;
	}
	.news-list ul li img{
		display: block;
		width: 100%;
		transition: all 0.3s;
	}
	.news-list ul li a:hover img{
		transform: scale(1.1);
	}
	.news-list ul li .text{
		padding-right: 100px;
	}
	.news-list ul li .text h2{
		font-size: 22px;
		margin: 40px 0 30px;
		font-weight: normal;
	}
	.news-list ul li .text p{
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 30px;
	}
	.news-list ul li .text a.more{
		line-height: 28px;
	}
	.news-list ul li .text a.more:hover{
		text-decoration: underline;
	}
	.news-list ul li .date{
		color: #999999;
		font-size: 60px;
		text-align: center;
		font-weight: normal;
		line-height: 200px;
		position: static;
	}
}





.page-news-show{
	margin: 0 auto 30px;
}

.page-news-show h1.title{
	text-align: center;
	color: #595757;
	font-size: 18px;
	margin: 30px 0 5px;
}
.page-news-show .date{
	text-align: center;
	color: #595757;
	font-size: 16px;
}
.page-news-show .content{
	padding: 15px 0 20px;
}
.page-news-show .content img{
	max-width: 100%;
}
.page-news-show .text-secondary{
	line-height: 30px;
}

@media (min-width: 768px) {
	.page-news-show{
		margin: 0 auto 80px;
	}

	.page-news-show h1.title{
		text-align: center;
		color: #595757;
		font-size: 36px;
		margin: 60px 0 10px;
	}
	.page-news-show .date{
		text-align: center;
		color: #595757;
		font-size: 16px;
	}
	.page-news-show .content{
		padding: 30px 0 60px;
	}
	.page-news-show .content img{
		max-width: 100%;
	}
	.page-news-show .text-secondary{
		line-height: 30px;
	}
}




.contact-address{
	line-height: 28px;
	font-size: 16px;
	margin: 0 0 20px;
}



.page-contact dl{
	margin: 0 0 20px;
}
.page-contact dl dt{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
}
.page-contact dl dd{
	padding: 0 80px 0 0;
	position: relative;
}
.page-contact dl dd p:nth-child(1){
    font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
}
.page-contact dl dd .text{
	line-height: 28px;
	font-size: 14px;
}
.page-contact dl dd .qrcode{
    width: 200px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}
.page-contact dl dd .qrcode img{
	width: 100%;
	display: block;
}
@media (min-width: 768px) {
	.contact-address{
		line-height: 28px;
		font-size: 18px;
		margin: 0 0 30px;
	}
	.page-contact dl{
		margin: 0 0 60px;
	}
	.page-contact dl dt{
		font-size: 22px;
		font-weight: normal;
		margin: 0 0 10px;
	}
	.page-contact dl dd{
		padding: 0 100px 0 0;
		position: relative;
	}
	.page-contact dl dd p:nth-child(1){
	    font-size: 22px;
		font-weight: normal;
		margin: 0 0 10px;
	}
	.page-contact dl dd .text{
		line-height: 30px;
		font-size: 18px;
	    float: left;
	}
	.page-contact dl dd .qrcode{
	    width: 200px;
		text-align: center;
		line-height: 30px;
		font-size: 16px;
	}
	.page-contact dl dd .qrcode img{
		width: 100%;
		display: block;
	}
}



.page-contact input{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #aaaaaa;
}
.page-contact textarea{
	width: 100%;
	height: 160px;
	border: 1px solid #aaaaaa;
	padding: 10px;
	font-size: 16px;
	display: block;
	margin: 0 0 20px;
}
.page-contact input[type="submit"]{
	width: 120px;
	height: 40px;
	border: none;
	line-height: 40px;
	color: #ffffff;
	background: #ec672c;
}

.contact-map{
	width: 100%;
    height: 300px;
}
@media (min-width: 768px) {
    .contact-map{
	    width: 100%;
        height: 600px;
    }
}


.index-banner .swiper-slide img{
	display: block;
	width: 100%;
}

.index-banner .swiper-pagination-bullet{
	background: #acacac;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	opacity: 1;
	transition: all 0.3s;
}
.index-banner .swiper-pagination-bullet-active{
	width: 30px;
}



.index-title{
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	padding: 30px 0 20px;
}




.index-case{
	padding: 0 0 40px;
	background: #fafafa;
}

.index-case .box{
	display: none;
}
.index-case .wap-box{
	display: block;
}
.index-case .index-wap-case-menu{
	text-align: center;
}
.index-case .index-wap-case-menu a{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	margin: 0 2px;
	padding: 2px 5px 0;
}
.index-case .index-wap-case-menu a:hover,
.index-case .index-wap-case-menu a.active{
	background: #ec672c;
	color: #ffffff;
}
.index-wap-case-list .dimg img{
	width: 100%;
	display: block;
}
.index-wap-case-list .row{
	margin: 0 -7.5px;
}
.index-wap-case-list .item{
	margin-top: 15px;
	padding: 0 7.5px;
}
.index-wap-case-list .item h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	margin: 10px 0 0;
}
.index-wap-case-list .item p{
	line-height: 24px;
	font-size: 14px;
}
@media (min-width: 768px) {
	.index-title{
		text-align: center;
		font-size: 42px;
		line-height: 50px;
		padding: 80px 0 50px;
	}
	.index-case{
		padding: 0 0 80px;
		background: #fafafa;
	}
	.index-wap-case-list .item h3{
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
		overflow: hidden;
		height: 30px;
		margin: 10px 0 0;
	}
	.index-wap-case-list .item p{
		line-height: 24px;
		font-size: 12px;
	}
}
@media (min-width: 992px) {
	.index-case .box{
		width: 100%;
		height: 656px;
		display: block;
		position: relative;
		padding: 0 0 0 225px;
	}
	.index-case .wap-box{
		display: none;
	}
	.index-case-menu{
		width: 225px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.index-case-menu ul li{
		width: 100%;
		height: 164px;
		border: 1px solid #c9c9c9;
		border-bottom: 0;
		padding: 55.5px 40px 55.5px 0;
		text-align: right;
		background: #ffffff;
		cursor: pointer;
		position: relative;
	}
	.index-case-menu ul li:last-child{
		border-bottom: 1px solid #c9c9c9;
	}
	.index-case-menu ul li h3{
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		line-height: 26px;
	}
	.index-case-menu ul li p{
		line-height: 26px;
		font-size: 16px;
	}
	.index-case-menu ul li::after{
		content: "";
		width: 26px;
		height: 4px;
		background: #313131;
		left: 30px;
		top: 60px;
		transition: all 0.3s;
		position: absolute;
	}
	.index-case-menu ul li:hover,
	.index-case-menu ul li.active{
		background: #ec672c;
		border-color: #ec672c;
		color: #ffffff;
	}
	.index-case-menu ul li:hover::after,
	.index-case-menu ul li.active::after{
		background: #ffffff;
		width: 44px;
	}
	.index-case-list{
		border-right: 1px solid #c9c9c9;
	}
	.index-case-list .row{
		margin: 0;
	}
	.index-case-list .item{
		padding: 0;
		height: 656px;
		overflow: hidden;
		background: #ffffff;
	}
	.index-case-list .item:nth-child(1),
	.index-case-list .item:nth-child(3){
		border-bottom: 1px solid #c9c9c9;
	}
	.index-case-list .item:nth-child(2){
		border-top: 1px solid #c9c9c9;
	}
	.index-case-list .item::after{
	    content: '';
	    width: 0;
	    height: 1px;
	    bottom: 0px;
	    left: 0;
	    position: absolute;
	    background: #ec672c;
	    transition: all 0.5s linear;
	}
	.index-case-list .item:nth-child(2)::after{
	    top: 0px;
	    bottom: auto;
	}
	.index-case-list .item:hover::after{
	    width: 100%;
	}
	.index-case-list .item:hover{
	    border-color: #ec672c;
	}
	.index-case-list .dimg{
		height: 440px;
		overflow: hidden;
		transition: all 0.5s linear;
	}
	.index-case-list .item:hover .dimg{
	    transform: scale(1.05);
	}
	.index-case-list .dimg a{
		display: block;
		width: 100%;
		height: 100px;
	}
	.index-case-list .text{
		height: 215px;
		padding: 30px 20px 0;
	}
	.index-case-list .text h3{
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		margin: 0px 0 10px;
	}
	.index-case-list .text p{
		font-size: 12px;
		line-height: 30px;
	}
}
@media (min-width: 1200px) {
	.index-case-list .text h3{
		font-size: 20px;;
	}
	.index-case-list .text p{
		font-size: 16px;
	}
}


.index-servicer ul{
    display: flex;
    flex-wrap: wrap;
}
.index-servicer ul::after{
    display: none;
}
.index-servicer ul::before{
    display: none;
}
@media (min-width: 768px) {
    .index-servicer ul{
        display: block;
        flex-wrap: normal;
    }
}
.index-servicer ul li{
	margin: 0 0 30px;
}
.index-servicer ul li img{
	display: block;
	width: 50px;
	margin: 0 auto 20px;
}
.index-servicer ul li .name{
	width: 100%;
	max-width: 189px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
	line-height: 48px;
	color: #ffffff;
	font-size: 20px;
	padding: 4px 0 0;
	background: url(../images/title-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.index-servicer ul li p{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin: 20px 0 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.index-servicer ul li img{
		display: block;
		width: 70px;
		margin: 0 auto 20px;
	}
	.index-servicer ul li{
		margin: 0 0 60px;
	}
}



.index-news{
	padding: 0 0 40px;
	background: #fafafa;
}

.index-news ul li{
	border: 1px solid #d2d2d2;
	width: 100%;
	height: 80px;
	margin: 0 0 20px;
}
.index-news ul li:last-child{
	margin: 0;
}
.index-news ul li:hover{
	border-color: #000000;
}
.index-news ul li .date{
	width: 60px;
	padding: 14px 0;
	float: left;
	text-align: right;
}.index-news ul li .date span.md{
	font-size: 20px;
	line-height: 30px;
	color: #323232;
}
.index-news ul li .date span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #323232;
}
.index-news ul li .text{
	padding: 14px 20px 14px 80px;
}
.index-news ul li .text h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.index-news ul li .text p{
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.index-news{
		padding: 0 0 60px;
		background: #fafafa;
	}
	.index-news ul li{
		border: 1px solid #d2d2d2;
		width: 100%;
		height: 110px;
		margin: 0 0 40px;
	}
	.index-news ul li:last-child{
		margin: 0;
	}
	.index-news ul li:hover{
		border-color: #000000;
	}
	.index-news ul li .date{
		width: 60px;
		padding: 29px 0;
		float: left;
		text-align: right;
	}.index-news ul li .date span.md{
		font-size: 20px;
		line-height: 30px;
		color: #323232;
	}
	.index-news ul li .date span{
		display: block;
		font-size: 14px;
		line-height: 20px;
		color: #323232;
	}
	.index-news ul li .text{
		padding: 29px 20px 29px 80px;
	}
	.index-news ul li .text h2{
		font-size: 20px;
		font-weight: normal;
		margin: 0;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
	}
	.index-news ul li .text p{
		line-height: 20px;
		color: #666666;
		font-size: 14px;
		height: 20px;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.index-news{
		padding: 0 0 80px;
		background: #fafafa;
	}
	.index-news ul li{
		border: 1px solid #d2d2d2;
		width: 100%;
		height: 110px;
		margin: 0 0 40px;
	}
	.index-news ul li:last-child{
		margin: 0;
	}
	.index-news ul li:hover{
		border-color: #000000;
	}
	.index-news ul li .date{
		width: 110px;
		padding: 29px 0;
		float: left;
		text-align: right;
	}.index-news ul li .date span.md{
		font-size: 30px;
		line-height: 30px;
		color: #323232;
	}
	.index-news ul li .date span{
		display: block;
		font-size: 14px;
		line-height: 20px;
		color: #323232;
	}
	.index-news ul li .text{
		padding: 29px 20px 29px 160px;
	}
	.index-news ul li .text h2{
		font-size: 20px;
		font-weight: normal;
		margin: 0;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
	}
	.index-news ul li .text p{
		line-height: 20px;
		color: #666666;
		font-size: 14px;
		height: 20px;
		overflow: hidden;
	}
}


.top-news{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 20px;
}
.top-news img{
	display: block;
	width: 100%;
}
.top-news a{
	display: block;
	width: 100%;
	height: 100%;
}
.top-news h2{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-weight: normal;
	background: rgba(0,0,0,0.6);
}

@media (min-width: 768px) {
	
	.top-news{
		width: 100%;
		height: 410px;
		position: relative;
		margin: 0;
	}
	.top-news img{
		display: none;
	}
	.top-news a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.top-news h2{
		width: 100%;
		position: absolute;
		bottom: 0;
		padding: 0 20px;
		font-size: 18px;
		color: #ffffff;
		margin: 0;
		height: 50px;
		overflow: hidden;
		line-height: 50px;
		font-weight: normal;
		background: rgba(0,0,0,0.6);
	}
}


.index-product ul{
	margin: 0;
}
.index-product ul li{
	padding: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.index-product img.img-bg{
	display: block;
	width: 100%;
}
.index-product ul li .model{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.index-product ul li .model img{
	display: block;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	transition: all 0.3s;
}
.index-product ul li .model .text{
	position: absolute;
	width: 100%;
	bottom: -100%;
	transition: all 0.3s;
}
.index-product ul li .model h2{
	color: #ffffff;
	font-size: 20px;
	margin: 0;
	font-weight: normal;
}
.index-product ul li .model span{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	display: inline-block;
	margin: 20px 0 0;
	border-bottom: 1px solid #ffffff;
}
.index-product ul li a:hover .model img{
	top: 30%;
	width: 50px;
	margin-left: -25px;
}
.index-product ul li a:hover .model .text{
	bottom: 20%;
}

@media (min-width: 1200px) {
	.index-product ul li .model img{
		display: block;
		width: 140px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -70px;
		margin-top: -70px;
		transition: all 0.3s;
	}
	.index-product ul li .model .text{
		position: absolute;
		width: 100%;
		bottom: -100%;
		transition: all 0.3s;
	}
	.index-product ul li .model h2{
		color: #ffffff;
		font-size: 30px;
		margin: 0;
		font-weight: normal;
	}
	.index-product ul li .model span{
		color: #ffffff;
		font-size: 24px;
		font-weight: normal;
		line-height: 40px;
		display: inline-block;
		margin: 40px 0 0;
		border-bottom: 1px solid #ffffff;
	}
	.index-product ul li a:hover .model img{
		top: 30%;
		width: 100px;
		margin-left: -50px;
	}
	.index-product ul li a:hover .model .text{
		bottom: 20%;
	}
}



body{
	padding: 60px 0 0;
}
.wap-header{
	display: block;
	line-height: 30px;
	padding: 10px 15px;
	position: fixed;
	background: #ffffff;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid #ddd;
}
.wap-header img.logo{
	float: left;
	height: 40px;
	display: block;
}
.navbar-menu{
	float: right;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	background: url(../images/menu.png);
	background-size: 100% 100%;
}

.navbar-collapse{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #242424;
	z-index: 999;
	top: 60px;
	padding: 50px 0 0;
	transition: all 0.3s;
	text-align: center;
}
.navbar-collapse ul li{
	margin: 10px 0;
}
.navbar-collapse ul li a:hover{
	color: #ec672c;	
}
.navbar-collapse ul li > a{
	color: #ffffff;
	font-size: 18px;
}
.navbar-collapse ul li ul li{
	margin: 0;
	font-size: 14px;
}
.navbar-collapse ul li ul li a{
	font-size: 14px;
}
@media (min-width: 768px) {
	body{
		padding: 0
	}
	.wap-header{
		display: none;
	}
}




.kf-box{
	width: 45px;
	z-index: 999;
	right: 0;
	top: 50%;
	position: fixed;
}

.kf-box ul li{
	width: 45px;
	display: block;
	height: 45px;
	cursor: pointer;
	margin: 0 0 2px;
	position: relative;
}
.kf-box ul li.weixin{
	background: url(../images/kf-wx.png) no-repeat center #b6b6b6;
	background-size: 70% 70%;
}
.kf-box ul li.weixin:hover {
	background: url(../images/kf-wx.png) no-repeat center rgba(236,103,44,0.7);
	background-size: 70% 70%;
}
.kf-box ul li.tel{
	background: url(../images/kf-tel.png) no-repeat center #b6b6b6;
	background-size: 70% 70%;
}
.kf-box ul li.tel:hover{
	background: url(../images/kf-tel.png) no-repeat center rgba(236,103,44,0.7);
	background-size: 70% 70%;
}
.kf-box ul li.top{
	background: url(../images/kf-top.png) no-repeat center #b6b6b6;
	background-size: 70% 70%;
	margin: 0;
}
.kf-box ul li.top:hover{
	background: url(../images/kf-top.png) no-repeat center rgba(236,103,44,0.7);
	background-size: 70% 70%;
}

.kf-box ul li.weixin:hover .weixin-logo{
	width: 120px;
	height: 120px;
}
.kf-box ul li.tel:hover .tel-logo{
    width: 150px;
}
.kf-box ul li.weixin .weixin-logo{
	width: 0px;
	height: 0px;
	right: 45px;
	top: 50%;
	margin: -60px 0 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.kf-box ul li.weixin .weixin-logo img{
    width: 100%;
    display: block;
}

.kf-box ul li.tel .tel-logo{
	width: 0px;
	height: 45px;
	background: rgba(236,103,44,0.7);
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 45px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
