﻿@charset "utf-8";

@font-face {
    font-family: "FZXKJW";
    src: url("../fonts/FZXKJW.eot");
    src: url("../fonts/FZXKJW.eot?#iefix") format("embedded-opentype"),
    
    url("../fonts/FZXKJW.woff") format("woff"),
    url("../fonts/FZXKJW.ttf") format("truetype"),
    
    url("../fonts/FZXKJW.svg#FZXKJW") format("svg");
    font-style: normal;
    font-weight: normal;
}


/*全局样式*/
.contain{
	width: 1200px;
	margin: 0 auto;
}
section{
	overflow: hidden;
	text-align: center;
	min-width: 1200px;
}
a:hover,a:focus{
	text-decoration: none;
}
.clear{
	clear: both;
}
@media(max-width: 750px){
	section{
		min-width: 0;
	}
	.contain{
		width: auto;
		padding: 0 15px;
	}
}
/*btn*/
.btn{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	background: #b23636;
	color: #ffffff;
	font-size: 20px;
	padding: 0;
	border:1px solid #8f2b2b;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #cc3d3d;
	margin: 60px auto 80px;
}
.btn:hover{
	color: white;
	background: #d63b3b;
}
/*tit*/
.tit{
	margin: 80px auto 60px;
	color: #1d1d1d;
}
.tit h3{
	font-size: 48px;
}
.tit h3 span{
	color: #b23636;
	font-weight: bold;
}
.tit p{
	font-size: 24px;
	margin-top: 6px;
}
@media(max-width: 750px){
	/*btn*/
	.btn{
		height: 37px;
		line-height: 37px;
		font-size: 16px;
		margin: 30px auto 40px;
	}
	/*tit*/
	.tit{
		margin: 40px auto 30px;
	}
	.tit h3{
		font-size: 20px;
		line-height: 1.428em;
	}
	.tit p{
		font-size: 16px;
		line-height: 1.428em;
	}	

}

.btn:hover{
	color: white;
	background: #d63b3b;
}
/*tit*/
.tit1{
	margin: 80px auto 60px;
	color: #1d1d1d;
}
.tit1 h3{
	font-size: 48px;
}
.tit1 h3 span{
	color: #b23636;
	font-weight: bold;
}
.tit1 p{
	font-size: 24px;
	margin-top: 6px;
}
@media(max-width: 750px){
	/*btn*/
	.btn{
		height: 37px;
		line-height: 37px;
		font-size: 16px;
		margin: 30px auto 40px;
	}
	/*tit*/
	.tit1{
		margin: 10px auto 30px;
	}
	.tit1 h3{
		font-size: 20px;
		line-height: 1.428em;
	}
	.tit1 p{
		font-size: 16px;
		line-height: 1.428em;
	}	

}


/*top*/
#top{
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	right: 0;
	background: white;
}
#top ul,#top #phone{
	float: right;
}
#top ul li{
	float: left;
	padding: 0 15px;
	font-size: 13px;
	border-right: 1px solid #2e2e2e;
	line-height: 14px;
	margin-top: 18px;
}
#top ul li:last-child{
	border-right: none;
}
#top ul li a{
	color: #2e2e2e;
}
#top ul li a:hover{
	color: #337ab7;
}
#top #phone{
	color: #1d1d1d;
	font-size: 18px;
	margin-top: 11.5px;
	margin-left: 10px;
	line-height: 27px;
}
#top #phone .icon-phone{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/icon-phone.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}
@media(max-width: 750px){
	/*top*/
	#top{
		height: 40px;
	}
	#top ul li{
		padding: 0 10px;
		font-size: 12px;
		line-height: 14px;
		margin-top: 13px;
	}
	#top ul li:nth-child(2){
		border-right: 0;
	}
	#top #phone{
		font-size: 14px;
		margin-top: 6.5px;
		margin-left: 5px;
		line-height: 27px;
	}
	#top #phone .icon-phone{
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../img/icon-phone.png) no-repeat center;
		background-size: contain;
		vertical-align: middle;
		margin-right: 0px;
	}	
}


/*nav*/
@media(min-width: 750px){
	.navbar{
		border:none;
		min-height: 100px;
		text-align: center;
		margin: 0;
		position: fixed;
		top: 50px;
		z-index: 999;
		left: 0;
		right: 0;
	}
	.navbar-default{
		background-color: #333333;
	}
	.navbar-brand{
		padding: 29.5px 15px;
	}
	.navbar-header h2{
		float: left;
		font-size: 13.35px;
		color: #ffffff;
		border-left: 1px solid #535353;
		line-height: 25px;
		margin-top: 37.5px;
		padding-left: 10px;
	}
	.navbar-nav{
		float: right;
	}
	.navbar-nav > li > a{
		height:100px;
		width: 120px;
		font-size: 14px;
		padding: 0;
		padding-top: 27.5px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.navbar-nav > li > a dt{
		font-weight: normal;
	}
	.navbar-nav > li > a dd{
		font-size: 16px;
		text-transform: uppercase;
		margin-top: 3px;
	}
	.navbar-default .navbar-nav > li > a{
		color: #ffffff;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
		color: #ffffff;
		background:#717171;
	}
	.navbar-collapse{
		padding: 0;
	}

	

	/*navbar.on 滑动样式*/
	.navbar.on{
		min-height: 50px;
		top: 0;
	}
	.navbar.on .navbar-nav > li > a dd{
		display: none;
	}
	.navbar.on .navbar-nav > li > a{
		height: 50px;
		font-size: 16px;
		padding: 0;
		
	}
	.navbar.on .navbar-nav > li > a dt{
		line-height: 50px;
	}
	.navbar.on .navbar-brand{
		padding: 4.5px 15px;
	}
	.navbar.on .navbar-header h2{
		margin-top: 12.5px;
	}
}
@media(max-width: 750px){
	.navbar{
		margin: 0;
		border:none;
		top: 40px;
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
	}
	.navbar .contain{
		padding: 0;
	}
	.navbar-default{
		background-color: #333333;
	}
	.navbar-brand{
		padding: 7.125px 15px;
	}
	.navbar-brand img{
		width: 150px;
	}
	.navbar-collapse{
		border:none;
	}
	.navbar-nav > li > a dd{
		display: none;
	}
	.navbar-default .navbar-nav > li > a{
		color: #ffffff;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
		color: #ffffff;
		background:#717171;
	}
}

/*banner1*/
#banner{
	margin-top: 130px;
}
#banner .swiper-slide{
	width: 100%;
	height: 0;
	padding-bottom: 31%;
	font-size: 100px;
}
@media(max-width: 1520px){
	#banner .swiper-slide{
		font-size: 80px;
	}
}
@media(max-width: 750){
	#banner .swiper-slide{
		font-size: initial;
	}
}
#banner .banner1{
	background: url(../img/banner1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 8%;
}
#banner .banner1 .banner-cont{
	width: 9.14em;
	height: 4.32em;
	background: rgba(255,255,255,.15);
	margin: 0 auto 0;
	overflow: hidden;
}
#banner .banner1 .banner-cont h3{
	font-size: 0.68em;
	color: #ff9f00;
	margin: .8em auto .147em;
	letter-spacing: 2px;
	font-weight: 600;
}
#banner .banner1 .banner-cont h4{
	font-size: .01438em;
	color: #989898;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 2.43em;
}
#banner .banner1 .banner-cont p{
	font-size: .3em;
	color: #ffffff;
	line-height: 1.83em;
	letter-spacing: 1.5px;
}
#banner .banner1 .banner-cont p span{
	color: #ff9f00;
}
#banner .banner1 .banner-cont .btn{
	margin-top: 40px;
}

#banner .banner1 a img{
    width: 240px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
}

/*banner2*/
#banner .banner2{
	background: url(../img/banner2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 8%;
}
#banner .banner2 .banner-cont{
	width: 9.14em;
	height: 4.32em;
	background: rgba(0,0,0,.6);
	margin: 0 auto 0;
	overflow: hidden;
}
#banner .banner2 .banner-cont h3{
	font-size: 0.5526em;
	color: #ffffff;
	margin: 1.085em auto .452em;
	letter-spacing: 4px;
	font-weight: bold;
}
#banner .banner2 .banner-cont h3 span{
	color: #b23636;
}
#banner .banner2 .banner-cont ul{
	width: 4.5em;
}
#banner .banner2 .banner-cont .wrap{
	-webkit-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .6em 0 .35em;
}
#banner .banner2 .banner-cont ul li{
	float: left;
	width: 5.85em;
	height: 1.78em;
	line-height: 1.78em;
	border:1px solid white;
	font-size: .2067em;
	color: #ffffff;
	margin: 0 9px;
	margin-bottom: 22px;
}
#banner .banner2 .banner-cont h4{
	width: 7.917em;
	height: 1.86em;
	line-height: 1.859em;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: .4673em;
	color: #ffffff;
	letter-spacing: 2px;
	margin-bottom: 22px;
}
#banner .banner2 .banner-cont .btn{
	font-size: .2em;
	margin-top: 2.6em;
	width: 15.05em;
	background: #e6a535;
	border-color: #a56e34;
	box-shadow: 1px 1px 1px #e6a535;
}
#banner .banner2 .banner-cont .btn span{
	font-weight: bold;
}

#banner .banner2 a img{
	width: 280px;
    top: 62%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*banner3*/
#banner .banner3{
	background: url(../img/banner3.jpg) no-repeat center;
	background-size: cover;
	padding-top: 8%;
}
#banner .banner3 .banner-cont{
	width: 9.14em;
	height: 4.32em;
	background: rgba(0,0,0,.6);
	margin: 0 auto 0;
	overflow: hidden;
}
#banner .banner3 .banner-cont h3{
	font-size: 0.5526em;
	line-height: 1.447em;
	color: #ffffff;
	margin: .8em auto .6em;
	letter-spacing: 4px;
	font-weight: bold;
}
#banner .banner3 .banner-cont h3 span{
	color: #b23636;
}
#banner .banner3 .banner-cont ul{
	-webkit-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#banner .banner3 .banner-cont ul li{
	font-size: .1841em;
	padding: 0 8px;
	border-right: 1px solid white;
	color: #ffffff;
	margin-bottom: 22px;
	letter-spacing: 2px;
}
#banner .banner3 .banner-cont ul li:first-child{
	border-left: 1px solid white;
}
#banner .banner3 .banner-cont .btn{
	font-size: .2em;
	margin-top: 2em;
}

#banner .banner3 a img{
    width: 400px;
    position: absolute;
    top: 51%;
    right: 21%;
}

@media(max-width: 750px){
	#banner{
		margin-top: 70px;
	}
	#banner .swiper-slide{
		height: 5rem;
		padding: 0;
	}
	#banner .banner1{
		background: url(../img/banner-yd.jpg) no-repeat center;
		background-size: cover;
		padding-top: .35rem;
	}
	#banner .banner1 .banner-cont{
		width: 6.58rem;
		height: 4.32rem;
		background: rgba(255,255,255,.15);
		border:2px solid #322001;
	}
	#banner .banner1 .banner-cont h3{
		font-size: .68rem;
		color: #ff9f00;
		margin: .64rem auto .35rem;
		letter-spacing: 1px;
	}
	#banner .banner1 .banner-cont h4{
		display: none;
	}
	#banner .banner1 .banner-cont p{
		font-size: .36rem;
		line-height: 1.5em;
	}
	#banner .banner1 .banner-cont .btn{
		font-size: .24rem;
		display: inline-block;
		width: auto;
		padding: 0 .28rem;
		margin-top: .3rem;
		height: .6rem;
		line-height: .6rem;
		letter-spacing: .5px;
		vertical-align: top;
	}

	#banner .banner1 a img {
	    width: 2.6rem;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    top: 60%;
	}

	/*banner2*/
	#banner .banner2{
		background-image: url(../img/banner2_yd.jpg);
		padding:0;
		display: flex;
	}
	#banner .banner2 .banner-cont{
		width: 6.58rem;
		height: 4.32rem;
		margin: auto;
		border:1px solid #c65000;
	}
	#banner .banner2 .banner-cont h3{
		font-size: .48rem;
		color: #ffffff;
		margin: .6rem auto .1rem;
		line-height: .72rem;
		letter-spacing: initial;
		font-weight: initial;
	}
	#banner .banner2 .banner-cont h3 span{
		color: #ff9f00;
	}
	#banner .banner2 .banner-cont .wrap{
		padding: 0;
	}
	#banner .banner2 .banner-cont .wrap ul{
		display: none;
	}
	#banner .banner2 .banner-cont h4{
		width: 2.8rem;
		height: .63rem;
		line-height: .62rem;
		font-size: .33rem;
		margin-bottom: 0;
		margin: .1rem auto;
	}
	#banner .banner2 .banner-cont .btn{
		font-size: .24rem;
		margin-top: .35rem;
		display: inline-block;
		width: auto;
		padding: 0 .15rem;
		vertical-align: top;
	}

	#banner .banner2 a img{
		width: 2.6rem;
	    top: 62%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	/*banner3*/
	#banner .banner3{
		background-image: url(../img/banner3_yd.jpg);
		padding:0;
		display: flex;
		position: relative;
	}
	#banner .banner3 .banner-cont{
		width: 6.58rem;
		height: 4.32rem;
		margin: auto;
		border:2px solid #322001;
	}
	#banner .banner3 .banner-cont h3{
		font-size:.48rem;
		line-height: .72rem;
		margin: 1rem auto .4rem;
		letter-spacing: inherit;
		font-weight: initial;
	}
	#banner .banner3 .banner-cont h3 span{
		color: #ff9f00;
	}
	#banner .banner3 .banner-cont ul{
		display: none;
	}
	#banner .banner3 .banner-cont .btn{
		font-size: .24rem;
		margin-top: initial;
		display: inline-block;
		width: auto;
		padding: 0 .28rem;
		vertical-align: top;
	}

	#banner .banner3 a img{
	    width: 3.6rem;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    bottom: 25%;
	}
}
/*home*/
#home{
	background: url(../img/bg-1.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 120px;
}
#home .contain{
	padding: 0 20px;
	position: relative;
}
#home .left,#home .right{
	float: left;
	width: 50%;
}
#home .left h3,#home .right h3{
	font-size: 18px;
	color: #000000;
}
#home .left h3 span,#home .right h3 span{
	color: #ff0000;
}
#home .left h3{
	margin-bottom: 35px;
}
#home .left form{
	width: 370px;
	margin: 0 auto;
}
#home .left p{
	font-size: 18px;
	color: #303030;
	text-align: left;
	margin-bottom: 50px;
}
#home .left p .red{
	color: #eb0000;
}
#home .left p>span{
	display: inline-block;
	width: 110px;
	text-align: right;
}
#home .left p select{
	width: 124px;
	height: 41px;
	font-size: 12px;
	color: #525252;
}
#home .left p input{
	width: 254px;
	height: 41px;
	font-size: 14px;
	color: #808080;
	padding-left: 10px;
}
#home .left .area{
	position: relative;
}
#home .left .area .danwei{
	position: absolute;
	font-size: 12px;
	color: #5c5c5c;
	display: inline-block;
	width: auto;
	bottom: 12px;
	right: 20px;
	font-weight: bold;
}
#home .center{
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #c30817;
	border:8px solid #fcd4d8;
	font-size: 16px;
	color: #fff;
	top: 265px;
    left: 50%;
    right: initial;
    margin-left: -55px;
    transition: all 0.3s;
}
#home .center:hover{
	border-width: 1px;
}
#home .right h3{
	margin-bottom: 5px;
}
@media(max-width: 750px){
	/*home*/
	#home{
		padding-bottom: 60px;
	}
	#home .contain{
		padding: 0 15px;
	}
	#home .left{
		width: 100%;
	}
	#home .left h3{
		display: none;
	}
	#home .left form{
		width: 100%;
	}
	#home .left p{
		font-size: 14px;
		margin-bottom: 15px;
		text-align: left;
	}
	#home .left p>span{
		width: 24%;
		min-width: 84px;
	}
	#home .left p select{
		width: 34%;
		height: 37px;
		font-size: 12px;
	}
	#home .left p input{
		width: 69%;
		height: 37px;
		font-size: 14px;
	}
	#home .left .area .danwei{
		bottom: 10px;
		right: 7%;
		min-width: 0;
	}
	#home .center{
		position: initial;
		width: 110px;
		height: 110px;
		border:5px solid #fcd4d8;
		font-size: 16px;
	    margin: 0 auto;
	    margin-top: 20px;
	}
	#home .center:hover{
		border-width: 5px;
	}
}
@media(max-width: 375px){
	#home .left .area .danwei{
		right: 20px;
	}
}






/*require*/
#require{
	background: #333333;
	height: 105px;
}
#require h3{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	line-height: 105px;
}
#require h3 span{
	color:#f5c445;
}
#require .btn{
	display: inline-block;
	margin: 0;
	margin-left: 55px;
	margin-top: -15px;
}
@media(max-width: 750px){
	/*require*/
	#require{
		height: 140px;
	}
	#require h3{
		display: inline-block;
		font-size: 18px;
		line-height: 70px;
	}
	#require .btn{
		display:block;
		margin: 0 auto;
	}
}


/*how*/
#how{
	background: #eeeeee;
}
#how li{
	float: left;
	width: 33.33%;
	margin-bottom: 9px;
}
#how li .cont{
	width: 391px;
	height: 310px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#how li .caption:before{
	content:"";
	display: block;
	width: 34px;
	height: 23px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	position: absolute;
	bottom: 12px;
	right: 10px;
	transition: all 0.5s;
}
#how li .caption:after{
	content:"";
	display: block;
	width: 34px;
	height: 23px;
	border-left:1px solid white;
	border-top:1px solid white;
	position: absolute;
	top: 12px;
	left: 10px;
	transition: all 0.3s;
}
#how li .caption:hover:after{
	width: 371px;
	height: 285px;
}
#how li .caption:hover:before{
	width: 371px;
	height: 285px;
}
#how li .cont .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#how li .cont .img img{
	width: 100%;
	height: auto;
}
#how li .cont .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	color: white;
	font-size: 24px;
}
#how li .cont .caption h3{
	font-weight: bold;
	margin: 130px auto 10px;
}

#how li .cont .caption p{
	margin-bottom: 20px;
}

#how li .cont .caption span{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	display: block;
	width: 190px;
    margin: 0 auto;
    opacity: 0;
}

#how li .cont .caption *{
	transition: .5s all ease-out;
}


#how li .cont .caption:hover h3{
	margin-top: 100px;
}

#how li .cont .caption:hover span{
	opacity: 1;
}


#how .btn{
	margin-top: 1px;
}
@media(max-width: 750px){
	/*how*/
	#how li{
		width: 50%;
		margin-bottom: 9px;
	}
	#how li .cont{
		width: 95%;
		height: 0;
		padding-bottom: 75.32%;
	}
	#how li .caption:before{
		content:"";
		display: block;
		width: .5rem;
		height: .3rem;
		border-right:1px solid white;
		border-bottom:1px solid white;
		position: absolute;
		bottom: .15rem;
		right: .12rem;
		transition: all 0.5s;
	}
	#how li .caption:after{
		content:"";
		display: block;
		width: .5rem;
		height: .3rem;
		border-left:1px solid white;
		border-top:1px solid white;
		position: absolute;
		top: .15rem;
		left: .12rem;
		transition: all 0.3s;
	}
	#how li .caption:hover:after{
		width: 100%;
		height: 100%;
	}
	#how li .caption:hover:before{
		width: 100%;
		height: 100%;
	}
	#how li .cont .img{
		height: auto;
	}
	#how li .cont .caption{
		background-size: 90% auto;
		font-size: 16px;
	}
	#how li .cont .caption h3{
		margin: 31% auto 0px;
		line-height: 1.428em;
	}
	#how .btn{
		margin-top: 21px;
	}	

	#how li .cont .caption:hover h3{
		margin-top: 31%;
	}
	#how li .cont .caption:hover span{
		opacity: 0;
		display: none;
	}
}

#sheji{
	width: 100%;
	height: 810px;
	position: relative;
}

#sheji .sj-bg{
	width: 100%;
	height: 110px;
	background: #e98700;
	margin-top: 180px;
}

#sheji .tx{
	width: 1200px;
	height: 434px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 260px;
}

#sheji .tx:after{
	display: table;
	content: '';
	width: 0;
	clear: both;
}

#sheji .tx .tx-lf{
	width: 324px;
	height: 434px;
	overflow: hidden;
	float: left;
	position: relative;
}

#sheji .tx .tx-lf img{
	width: 324px;
	height: 434px;
}

#sheji .tx .tx-lf .con{
	width: 324px;
	height: 68px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(44,44,44,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}

#sheji .tx .tx-lf .con span{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#sheji .tx .tx-lf .con em{
	font-weight: 500;
}

#sheji .tx .tx-lf .con a{
	display: block;
	width: 114px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 20px;
	background: #e98700;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

#sheji .tx .tx-rt{
	width: 856px;
	height: 434px;
	margin-left: 20px;
    float: left;
    position: relative;
}

#sheji .tx .tx-rt .titit{
	font-size: 24px;
	line-height: 24px;
	color: #6b6b6b;
	width: 276px;
	height: 93px;
	padding-top: 50px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}

#sheji .tx .tx-rt .name{
	width: 276px;
	height: 110px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 93px;
	text-align: left;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	padding-top: 36px;
}

#sheji .tx .tx-rt .name span{
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	margin-left: 20px;
}

#sheji .tx .tx-rt .yxal{
	width: 600px;
	height: 110px;
	background: #fff;
	position: relative;
	left: 276px;
	top: 92px;
	text-align: left;
	font-size: 16px;
	color: #6b6b6b;
    display: flex;
    align-items: center;
    padding: 16px;
}

#sheji .tx .tx-rt .yxal span{
	font-size: 24px;
	line-height: 24px;
	color: #2c2c2c;
}


#sheji .tx .tx-rt .lunbo{
	width: 856px;
	height: 210px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sheji .tx .tx-rt .lunbo .swiper-container{
	width: 856px;
}

#sheji .tx .tx-rt .lunbo .box{
	width: 156px;
	height: 210px;
	float: left;
	margin-right: 19px;
}

#sheji a.btn{
	margin-top: 300px;
}

#sheji .m-tx{
	width: 100%;
}

#sheji .m-tx ul{
	padding: 0px 0.1rem;
}

#sheji .m-tx ul:after{
	width: 0;
	display: table;
	content: '';
	clear: both;
}

#sheji .m-tx ul li{
	width: 50%;
	height: 210px;
	float: left;
	position: relative;
}

#sheji .m-tx ul li:nth-child(n+3){
	margin-top: 0.4rem;
}

#sheji .m-tx ul li .img{
	width: 156px;
	height: 210px;
	margin: 0 auto;
}

#sheji .m-tx ul li .con{
	width: 156px;
	height: 50px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(44,44,44,0.5);
	color: #fff;
}

#sheji .m-tx ul li .con p{
	text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
}


#sheji .wd1200-xs{
	display: block;
}

#sheji .wd1200-vs{
	display: none;
}

@media(max-width: 1200px) {
	#sheji{
		height: auto;
	}

	#sheji a.btn{
		margin-top: 30px;
		margin-bottom: 0px;
	}

	#sheji .wd1200-xs{
		display: none;
	}

	#sheji .wd1200-vs{
		display: block;
	}

}






/*ins*/
#ins li{
	float: left;
	width: 25%;
	height: 0;
	padding-bottom: 16.979%;
	overflow: hidden;
	position: relative;
}
#ins li img{
	width: 100%;
	height: auto;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#ins li img:hover{
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#ins li .caption{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(30,30,30,.8);
	line-height: 60px;
	color: white;
	text-align: left;
	padding-left: 30px;
}
#ins li .caption h4{
	display: inline-block;
	font-size: 18px;
	margin-right: 5px;
}
#ins li .caption p{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}
@media(max-width: 750px){
	/*ins*/
	#ins li{
		width: 50%;
		padding-bottom: 33.95%;
		border:1px solid white;
	}
	#ins li .caption{
		line-height: 30px;
		color: white;
		text-align: left;
		padding-left: 10px;
		display: flex;
		flex-wrap:nowrap;
		justify-content:flex-start;
		align-items:baseline;
	}
	#ins li .caption h4{
		display: inline-block;
		font-size: 14px;
		flex-shrink:0;
	}
	#ins li .caption p{
		display: inline-block;
		text-transform: uppercase;
		font-size: 12px;
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}	
}
/*time*/
#time li{
	float: left;
	width: 25%;
	color: #6d6d6d;
}
#time li .hed{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border:1px solid #d2d2d2;
	line-height: 100px;
	font-size: 24px;
	margin: 0 auto;
	transition: all 0.5s;
}
#time li:hover .hed{
	background: #b23636;
	color: white;
}
#time li h3{
	font-size: 16px;
	margin-top: 8px;
	line-height: 1.45em;
}
#time li hr{
	border:none;
	border-top: 1px solid #d2d2d2;
	width: 103px;
	margin: 12px auto ;
}
#time li p{
	font-size: 14px;
	line-height: 26px;
	width: 160px;
	margin: 0 auto;
	text-align: left;
}
@media(max-width: 750px){
	/*time*/
	#time li{
		width: 50%;
		margin-bottom: 20px;
	}
	#time li .hed{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 18px;
	}
	#time li h3{
		font-size: 14px;
		margin-top: 5px;
	}
	#time li hr{
		width: 70%;
		margin: 10px auto ;
	}
	#time li p{
		font-size: 12px;
		line-height: 1.6em;
		width: 75%;
		margin: 0 auto;
		text-align: left;
		min-width: 130px;
	}
	#time .btn{
		margin-top: 10px;
	}
}



/*what*/
#what{
	background: #eeeeee;
}
#what li{
	float: left;
	width: 20%;
}
#what li .img{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	outline:1px solid #d2d2d2;
}
#what li .img img{
	width: 100%;
	height: auto;
}
#what li .caption{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	color: #6d6d6d;
}
#what li .caption .num{
	margin: 40px auto 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 50%;
	border:1px solid #d3d3d3;
}
#what li .caption h3{
	font-size: 16px;
	margin: 20px auto;
}
#what li .caption p{
	font-size: 14px;
	line-height: 26px;
	width: 180px;
	margin: 0 auto;
}
@media(max-width: 750px){
	/*what*/
	#what li{
		width: 100%;
	}
	#what li .img{
		width: 50%;
		float: left;
		padding-bottom: 50%;
	}
	#what li .caption{
		float: left;
		width: 50%;
		padding-bottom: 50%;
	}
	#what li .caption .num{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 12% auto 0;
	}
	#what li .caption h3{
		font-size: 16px;
		margin: 5% auto;
	}
	#what li .caption p{
		font-size: 14px;
		line-height: 1.7em;
		width: auto;
		padding: 0 15px;
		margin: 0 auto;
	}	
}
@media(max-width: 374px){
	#what li .caption h3{
		font-size: 14px;
	}
	#what li .caption p{
		font-size: 12px;
	}
}


/*yuyue*/
#yuyue{
	background: url(../img/bg-2.jpg) no-repeat center;
	background-size: cover;
}
#yuyue .left,#yuyue .right{
	float: left;
	width: 50%;
	height: 298px;
	color: white;
	padding-top: 65px;
}
#yuyue .icon{
	height: 55px;
	line-height: 55px;
	margin-bottom: 30px;
}
#yuyue .icon img{
	max-width: 100%;
	vertical-align: bottom;
}
#yuyue h3{
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}
#yuyue p{
	line-height: 35px;
	font-size: 14px;
}
#yuyue .left{
	padding-right: 55px;
	text-align: right;
	background: rgba(244,152,0,.9);
}
#yuyue .right{
	padding-left: 55px;
	text-align: left;
	background: rgba(67,67,67,.9);
}
@media(max-width: 750px){
	/*yuyue*/
	#yuyue .left,#yuyue .right{
		height: 250px;
		padding-top: 50px;
	}
	#yuyue .left{
		padding-right: 10%;
	}
	#yuyue .right{
		padding-left: 10%;
	}	
}


/*have*/
#have li{
	float: left;
	width: 25%;
	color: #1d1d1d;
}
#have li .icon{
	height: 93px;
	line-height: 93px;
}
#have li .icon img{
	max-width: 100px;
	vertical-align: middle;
}
#have li h3{
	font-size: 16px;
	margin: 30px auto 15px;
}
#have li p{
	font-size: 14px;
	line-height: 30px;
	width: 200px;
	margin: 0 auto;
}
@media(max-width: 750px){
	/*have*/
	#have li{
		width: 50%;
		padding: 0 7.5px;
		margin-bottom: 20px;
	}
	#have li .icon{
		height: 75px;
		line-height: 75px;
	}
	#have li .icon img{
		width: 89px;
		height: auto;
	}
	#have li .icon2 img{
		width: 74px;
	}
	#have li .icon3 img{
		width: 74px;
	}
	#have li .icon4 img{
		width: 70px;
	}
	#have li h3{
		margin: 15px auto 10px;
	}
	#have li p{
		line-height: 1.7em;
		width: auto;
	}
	#have .btn{
		margin-top: 10px;
	}
}


/*change PC端*/
#change{
	background: #eeeeee;
	position: relative;
}
#change ul{
	float: right;
	width: 100%;
}
#change li{
	float: right;
	height: 669px;
	width: 13%;
	position: relative;
	overflow: hidden;
	z-index: 9;
	border-left: 1px solid white;
}
#change li *{
	transition: all 0.8s;
}
#change li img{
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	z-index: -1;
}
#change li .caption{
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#change li .hed{
	width: 113px;
	height: 113px;
	background: url(../img/bg-disc-white.png);
	margin: 278px auto 0;
	font-size: 24px;
	color: white;
	padding: 31.5px 0;
	overflow: hidden;
	line-height: 25px;
}
#change li .caption p{
	display: none;
	font-size: 14px;
	color: #434343;
	line-height: 25px;
	width: 190px;
	margin: 20px auto 80px;
	text-align: left;
}
#change li .caption .btn{
	display: none;
	margin: 0 auto;
}
#change li .xi{
	line-height: 50px;
}
#change li.on{
	width: 30%;
}
#change li.on img{
	left: 50%;
}
#change li.on .caption{
	float: right;
	width: 63%;
	background: rgba(255,255,255,.88);
}
#change li.on .caption .hed{
	color: #434343;
	background-image: url(../img/bg-disc-gray.png);
	margin-top: 190px;
}
#change li.on .caption p{
	display: block;
}
#change li.on .caption .btn{
	display: block;
}
#change .big-img{
	position: absolute;
	left: 0;
	top: 220px;
	width: 40%;
	height: 0;
	padding-bottom: 34.8%;
	box-shadow: 5px 5px 43px rgba(0,0,0,.75);
	z-index: 12;
	overflow: hidden;
}
#change .big-img img{
	width: 100%;
	height: auto;
}

/*change YD端*/
#change_yd{
	background: #eeeeee;
	position: relative;
}
#change_yd .swiper-wrapper{
	padding: .2rem 0;
}
#change_yd .cont{
	position: relative;
	margin: 0 .2rem;
}
#change_yd .cont>img{
	max-width: 100%;
	box-shadow: .05rem .05rem .43rem rgba(0,0,0,.75);
}
#change_yd .cont .caption{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	background: rgba(255,255,255,.8);
	display: flex;
}
#change_yd .cont .caption .content{
	margin: auto;
}
#change_yd .cont .hed{
	width: 80px;
	height: 80px;
	background: url(../img/bg-disc-gray.png);
	background-size: contain;
	margin: 0 auto 0;
	font-size: 20px;
	color: #434343;
	padding: 15px 0;
	overflow: hidden;
	line-height: 25px;
}
#change_yd .cont .hed.xi{
	line-height: 50px;
}
#change_yd .cont .caption p{
	font-size: 14px;
	width: 60%;
	min-width: 112px;
	color: #434343;
	line-height: 1.65em;
	margin: 7% auto 0;
	text-align: left;
}

/*serve*/
#serve{
	width: 100%;
	background: #fff;
}

#serve h3{
	font-size: 48px;
	line-height: 48px;
	color: #1d1d1d;
	padding-top: 80px;
}

#serve h3 span{
	color: #b23636;
	font-weight: 900;
}

#serve .yy{
	margin-top: 40px;
}

#serve ul {
	margin-top: 60px;
	height: 122px;
	position: relative;
}

#serve ul:after{
	display: table;
	content: '';
	width: 0;
	clear: both;
}

#serve ul li{
	width: 95px;
	height: 122px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 55px;
	z-index: 20;
}

#serve ul li:last-child{
	margin-right: 0px;
}

#serve ul li i{
	width: 95px;
	height: 122px;
	display: block;
}

#serve ul li .icon-lon1{
	background: url(../img/lon1.jpg) no-repeat;
}

#serve ul li .icon-lon2{
	background: url(../img/lon2.jpg) no-repeat;
}

#serve ul li .icon-lon3{
	background: url(../img/lon3.jpg) no-repeat;
}

#serve ul li .icon-lon4{
	background: url(../img/lon4.jpg) no-repeat;
}

#serve ul li .icon-lon5{
	background: url(../img/lon5.jpg) no-repeat;
}

#serve ul li .icon-lon6{
	background: url(../img/lon6.jpg) no-repeat;
}

#serve ul li .icon-lon7{
	background: url(../img/lon7.jpg) no-repeat;
}

#serve ul li .icon-lon8{
	background: url(../img/lon8.png) no-repeat;
}

#serve ul li p{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #e98700;
	position: absolute;
	bottom: 0;
}

#serve ul hr{
	background: #ddd;
    position: absolute;
    width: 90%;
    height: 1px;
    border: 0;
    outline: 0;
    top: 30px;
    z-index: 10;
}

#serve a{
	margin: 80px auto; 
}

/*serve YD端*/
#serve_yd{
	width: 100%;
}

#serve_yd h3{
	padding-top: 0.4rem;
    font-size: 20px;
    line-height: 1.428em;
}

#serve_yd h3 span{
    color: #b23636;
    font-weight: bold;
}

#serve_yd .yy{
	margin-top: 0.2rem;
}

#serve_yd ul{
	width: 90%;
	margin: 0 auto;
}


#serve_yd ul:after{
	display: table;
	content: '';
	width: 0;
	clear: both;
}

#serve_yd ul li{
	width: 50%;
	height: 160px;
	float: left;
	text-align: center;
	position: relative;
}

#serve_yd ul li i{
	display: block;
	width: 95px;
	height: 112px;
	margin: 0 auto;
}

#serve_yd ul li p{
	font-size: 16px;
}


#serve_yd ul li .icon-lon1{
	background: url(../img/lon1.jpg) no-repeat;
}

#serve_yd ul li .icon-lon2{
	background: url(../img/lon2.jpg) no-repeat;
}

#serve_yd ul li .icon-lon3{
	background: url(../img/lon3.jpg) no-repeat;
}

#serve_yd ul li .icon-lon4{
	background: url(../img/lon4.jpg) no-repeat;
}

#serve_yd ul li .icon-lon5{
	background: url(../img/lon5.jpg) no-repeat;
}

#serve_yd ul li .icon-lon6{
	background: url(../img/lon6.jpg) no-repeat;
}

#serve_yd ul li .icon-lon7{
	background: url(../img/lon7.jpg) no-repeat;
}

#serve_yd ul li .icon-lon8{
	background: url(../img/lon8.png) no-repeat;
}



/*care*/
#care .tit{
	margin-top: 15px;
}
#care li{
	float: left;
	width: 50%;
	margin-bottom: 60px;
}
#care li .cont{
	width: 570px;
	margin: 0 auto;
	border-bottom: 1px solid #b23636;
}
#care li .cont .num{
	float: left;
	width: 89px;
	height: 89px;
	line-height: 89px;
	border:2px solid #b23636;
	font-size: 68px;
	color: #b23636;
	line-height: 89px;
	margin-right: 26px;
	margin-left: 25px;
	font-family: "FZXKJW","Microsoft YaHei","arial";
}
#care li .cont .caption{
	float: left;
	width: 420px;
	color: #333333;
	text-align: left;
}
#care li .cont .caption h3{
	font-size: 20px;
	line-height: 40px;
}
#care li .cont .caption p{
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#care li .cont .more{
	display: block;
	width: 129px;
	height: 37px;
	line-height: 33px;
	font-size: 17.21px;
	color: #b23636;
	border-radius: 37px;
	border:2px solid #b23636;
	margin: 10px 30px 18px auto;
	transition: all 0.3s;
}
#care li .cont .more:hover{
	background: #b23636;
	color: white;
}
@media(max-width: 750px){
	/*care*/
	#care{
		padding-bottom: 20px;
	}
	#care .tit{
		margin-top: 40px;
	}
	#care li{
		width: 100%;
		margin-bottom: 20px;
	}
	#care li .cont{
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #b23636;
		-o-display: flex;
		-moz-display: flex;
		-webkit-display: flex;
		display: flex;
		position: relative;
		padding-bottom: 50px;
	}
	#care li:last-child .cont{
		border-bottom: none;
	}
	#care li .cont .num{
		display: block;
		min-width: 60px;
		width: 60px;
		height: 60px;
		font-size: 47px;
		line-height: 60px;
		margin-right: 10px;
		margin-left: 10px;
		text-align: center;
	}
	#care li .cont .caption{
		width: auto;
		margin: 0 auto;
	}
	#care li .cont .caption h3{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	#care li .cont .caption p{
		font-size: 12px;
		line-height: 1.5em;
		height: 3em;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#care li .cont .more{
		position: absolute;
		width: 110px;
		height: 30px;
		line-height: 26px;
		font-size: 14px;
		border-radius: 30px;
		border:2px solid #b23636;
		right: 0;
		bottom:0;
		margin: 0;
		margin: 0 10px 10px 0;
	}
	#care li .cont .more:hover{
		background: #b23636;
		color: white;
	}
}
/*show*/
#show{
	background: #eeeeee;
}
#show li{
	float: left;
	width: 25%;
}
#show li .cont{
	width: 170px;
	height: 170px;
	position: relative;
	background: url(../img/show-border.png) no-repeat center;
	background-size: contain;
	margin: 0 auto;
}
#show li .cont p{
	font-size: 45px;
	color: #797979;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	right: -20px;
}
#show li h4{
	font-size: 16px;
	color: #373737;
	margin-top: 22px;
}
#show li:hover .cont{
	background-image: url(../img/show-border-red.png);
}
#show li:hover .cont p{
	color: #b23636;
}
#show li:hover h4{
	color: #b23636;
}
@media(max-width: 750px){
	/*show*/
	#show li{
		width: 50%;
		margin-bottom: 20px;
	}
	#show li .cont{
		width: 120px;
		height: 120px;
	}
	#show li .cont p{
		font-size: 30px;
		margin-top: -21px;
	}
	#show li h4{
		font-size: 16px;
		margin-top: 15px;
		line-height: 1.428em;
	}
	#show .btn{
		margin-top: 10px;
	}
}

/*together*/
#together ul li{
	width: 16.66%;
	float: left;
	margin-bottom: 20px;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#together ul li:hover{
	box-shadow: 2px 2px 10px #9a1f23;
}
#together .btn{
	margin-top: 40px;
}
@media(max-width: 750px){
	/*together*/
	#together ul li{
		width: 33.33%;
		margin-bottom: 15px;
		padding: 0 2px;
		height:80px;
	}
	#together ul li img{
		max-width: 100%;
	}
	#together .btn{
		margin-top: 15px;
	}
}

/*other*/
#other{
	height: 50px;
	background: #ea9a16;
	text-align: center;
}
#other ul{
	display: inline-block;
}
#other li{
	float: left;
	padding: 0 23px;
}
#other li a{
	color: white;
	line-height: 50px;
}
#other li a:hover{
	color: #482d2d;
}
#other span{
	float: left;
	line-height: 50px;
	color: white;
}
@media(max-width: 750px){
	/*other*/
	#other{
		height: auto;
	}
	#other li{
		float: left;
		padding: 0 10px;
	}
	#other span{
		display: none;
	}
	#other li a{
		color: white;
		line-height: 40px;
		font-size: 14px;
	}
	#other li a:hover{
		color: #482d2d;
	}
	#other span{
		float: left;
		line-height: 50px;
		color: white;
	}
}
@media(max-width: 375px){
	#other li{
		width: 33.33%;
	}
}

/*decorate*/
#decorate{ background: #eeeeee; }
#decorate .list ul li{ width:25%; float:left; padding:80px 0 30px;}
#decorate .list ul li:hover{ background: #fff;  }
#decorate .list ul li .timg{ height:80px; }
#decorate .list ul li h4{ font-size:16px; color:#b23636; font-weight: bold; margin:36px 0; }
#decorate .list ul li p{ font-size:14px; color:#1d1d1d; line-height: 30px; padding:0 56px;}
#decorate .btn{ font-size:16px; }
@media(max-width:750px){
#decorate .list ul li{ width:50%; float:left; padding:30px 0 20px;}
#decorate .list ul li p{ font-size:14px; color:#1d1d1d; line-height: 30px; padding:0 20px; height:80px;}
}
/*last*/
#last{
	overflow: hidden;
	background: #2c2c2c;
	padding-bottom: 80px;
}
#last .left,#last .right{
	width: 50%;
	float: left;
}
#last .left{
	padding-top: 60px;
	text-align: left;
}
#last .left p{
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
#last .right .logo{
	width: 175px;
	float: right;
	margin-right: 25px;
	margin-top: 105px;
}
#last .right .logo img{
	width: 100%;
	height: auto;
}
#last .right .erweima{
	width: 190px;
	height: 180px;
	border-left: 1px solid #f5debc;
	-o-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	margin: 30px 0;
	float: right;
}
#last .right .erweima .img{
	width: 122px;
	height: 122px;
	margin: auto;
	overflow: hidden;
	background: white;
}
@media(max-width:750px){
	/*last*/
	#last{
		padding-bottom: 45px;
	}
	#last .left,#last .right{
		width: 100%;
	}
	#last .left{
		padding-top: 20px;
	}
	#last .left p{
		font-size: 14px;
		line-height: 25px;
	}
	#last .right{
		text-align: center;
	}
	#last .right .logo{
		width: 100%;
		float: left;
		margin: 0 auto;
		margin-top: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	#last .right .logo img{
		width: 175px;
	}
	#last .right .erweima{
		width: 100%;
		height: 180px;
		border-left:none;
		-o-display: flex;
		-moz-display: flex;
		-webkit-display: flex;
		display: flex;
		margin: 30px auto;
		float: left;
	}
	#last .right .erweima .img{
		width: 122px;
		height: 122px;
		margin: auto;
		overflow: hidden;
		background: white;
	}
}


/*底部浮动*/
#fudong{
	height: 90px;
	background:rgba(0,0,0,.7);
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: initial;
	color: white;
	display: flex;
	justify-content:center;
	align-items:center;
	z-index: 9999;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#fudong>img{
	align-self:flex-end;
}
#fudong dl{
	min-width: 210px;
}
#fudong dl dt{
	font-size: 30.3px;
	font-weight: bold;
	letter-spacing: 4px;
}
#fudong dl dd{
	font-size: 14px;
}
#fudong dl dd span{
	color: #ffff00;
}
#fudong .center{
	width: 280px;
	height: 63px;
	border-radius: 63px;
	line-height: 63px;
	background: rgba(19,217,228,.5);
	font-size: 25.89px;
	margin-left: 15px;
	min-width: 130px;
	overflow: hidden;
}
#fudong .center span{
	color: #ffff00;
	padding-right: 10px;
}
#fudong form{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 7.5px;
}
#fudong form input{
	width: 209px;
	height: 44px;
	border-radius: 8px;
	margin: 0 7.5px;
	padding-left: 10px;
	color: #333;
}
#fudong form input[type=image]{
	width: 200px;
	height: 71px;
}
#fudong .fudong_close{
    margin-top: -27px;
}
#fudong .fudong_close i{
	display: block;
    margin: 0 16px;
    width: 1px;
    height: 30px;
    background: #fff;
}
#fudong .fudong_close .close_{
    width: 33px;
    height: 33px;
    cursor: pointer;
}
#fudong .fudong_close .open_{
	display: none;
}
/*点击浮动*/
#fudong.on{
	min-width: 0;
	width: 350px;
    bottom: 40px;
    border-radius: 0 130px 130px 0;
}
#fudong.on dl,#fudong.on form{
	display: none;
}
#fudong.on .center{
	order:-1;
	width: auto;
	font-size:22px;
	line-height: 30px;
}
#fudong.on .center span{
	display: block;
	padding: 0;
}
#fudong.on .center .mianfei{
	display: none;
}
#fudong.on .fudong_close{
	margin: 0;
}
#fudong.on .fudong_close i{
	display: none;
}
#fudong.on .fudong_close .close_{
	display: none;
}
#fudong.on .fudong_close .open_{
	display: block;
	cursor: pointer;
}
/*fudong_yd*/
#fudong_yd{
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8%;
	-webkit-display:flex;
	display: flex;
	justify-content:center;
	align-items: center;
	background: #333333;
}
#fudong_yd a{
	line-height: 45px;
	display: block;
	color: #fff;
	font-size: 16px;
	flex-grow:1;
}
#fudong_yd img{
	width: 25px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}
@media(min-width: 751px){
	#fudong_yd{
		display: none;
	}
}


/*左侧边栏*/
#ce_left{
	width: 110px;
	height: 530px;
	position: fixed;
	right: 10px;
	top: 15%;
	z-index: 99;
}

#ce_left a{
	width: 110px;
	height: 105px;
	display: block;
	margin-bottom: 1px;
	background: #ff9f00;
	position: relative;
	overflow: hidden;
}

#ce_left * {
	transition: all .5s ease-out;
}

#ce_left a i{
	display: block;
	width: 69px;
	height: 69px;
	margin: 18px 20.5px;
	position: absolute;
	left: 0;
}

#ce_left a .icon-lf1{
	background: url(../img/lf1.png) no-repeat;
}

#ce_left a .icon-lf2{
	background: url(../img/lf2.png) no-repeat;
}

#ce_left a .icon-lf3{
	background: url(../img/lf3.png) no-repeat;
}

#ce_left a .icon-lf4{
	background: url(../img/lf4.png) no-repeat;
}

#ce_left a .icon-lf5{
	background: url(../img/lf5.png) no-repeat;
}

#ce_left a p{
    position: absolute;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    width: 60px;
    margin: 0 auto;
    top: 17.5px;
    left: 135px;	
}

#ce_left a:hover{
	background: #007cb4;
}

#ce_left a:hover i{
	left: -110px;
}

#ce_left a:hover p{
	left: 25px;
}

#ce_left a:last-child{
	overflow: initial;
}

#ce_left a img{
	position: absolute;
	left: -130px;
	opacity: 0;
}

#ce_left a:last-child:hover{
	background: #ff9f00;
}

#ce_left a:last-child:hover i{
	left: 0;
}

#ce_left a:last-child:hover img{
	opacity: 1;
}

#bor{
	width: 517px;
	min-width: 517px;
	height: 320px;
	background: url(../img/bor1.png) no-repeat;
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 240px;
	z-index: 99;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px 0px #ddd;
	display: none;
}

#bor .bor-close{
	width: 29px;
	height: 29px;
	display: block;
	background: url(../img/bor-close.png) no-repeat;
	position: absolute;
	right: 12px;
	top: 12px;
}

#bor h3{
	font-size: 20px;
	line-height: 20px;
	color: #1d1d1d;
	padding-top: 26px;
}

#bor h3 span{
	color: #ed0000;
}

#bor h4{
	font-size: 14px;
	line-height: 14px;
	color: #1d1d1d;
	margin-top: 14px;
}

#bor h4 span{
	color: #ed0000;
}

#bor .ctlx{
	width: 390px;
	height: 24px;
	margin: 30px auto 0px;
	text-align: left;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#bor .ctlx span{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: bold;
}

#bor .ctlx label{
	color: #6d6d6d;
	font-size: 12px;
    margin: 2px 0px 0px 0px;
}


#bor .ctmj{
	width: 390px;
	height: 24px;
	margin: 10px auto 0px;
	text-align: left;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#bor .ctmj span{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: bold;
}

#bor .ctmj label{
	color: #6d6d6d;
	font-size: 12px;
    margin: 2px 0px 0px 0px;
}

#bor .nddh{
	width: 390px;
	height: 40px;
	margin: 10px auto 0px;
	text-align: left;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#bor .nddh span{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: bold;
}

#bor .nddh input[type='text']{
	width: 326px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	text-align: left;
	border-radius: 5px;
}

#bor .des{
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #1b1b1b;
	position: absolute;
	bottom: 20px;
}

#bor .zxgj{
	width: 100%;
	height: 38px;
	margin: 20px auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bor .zxgj input{
	width: 134px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	margin: 0 20px;
	border: none;
}

#bor .zxgj input.lqme{
	background: #b23636;
}

#bor .zxgj input.lqal{
	background: #e98700
}

#bor .des span{
	color: #ef0000;
	font-weight: bold;
}


#mbor{
	width: 6rem;
	height: 5.92rem;
	background: url(../img/bor2.png) no-repeat;
	overflow: hidden;
	border-radius: 4px;
	background-size: 6rem;
	position: fixed;
	z-index: 20;
	left: 0;
	right: 0;
	top: 25%;
	margin: 0 auto;
	z-index: 99;
	box-shadow: 0px 0px 10px 0px #999;
	display: none;
}

#mbor .mbor_close{
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	background: url(../img/mbor_close.png) no-repeat;
	background-size: 0.34rem;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	cursor: pointer;
}

#mbor h3{
	font-size: 0.36rem;
	line-height: 0.44rem;
	color: #1d1d1d;
	text-align: center;
	padding-top: 0.4rem;
}

#mbor h3 span{
	color: #ed0000;
}

#mbor h4{
	font-size: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	color: #1d1d1d;
	margin-top: 0.2rem;
	margin-bottom: 0.3rem;
}

#mbor h4 span{
	color: #ed0000;
}

#mbor .flist{
	width: 5.14rem;
	height: 0.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-top: 0.2rem;
}

#mbor .flist span{
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #1d1d1d;
	font-weight: bold;
}

#mbor .flist select,
#mbor .flist input{
	width: 3.9rem;
	height: 0.48rem;
	line-height: 0.48rem;
	border: 1px solid #ddd;
	border-radius: 0.06rem;
	color: #cdcdcd;
	padding-left: 0.1rem;
}

#mbor .flist input{
	padding-left: 0.16rem;
}

#mbor input.mbor_btnbg{
	width: 5.44rem;
	height: 0.63rem;
	margin: 0.4rem auto 0;
	background: url(../img/mbor-btnbg.png) no-repeat;
	background-size: 5.44rem;
	border: none;
}

#mbor .mdes{
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #1d1d1d;
	margin-top: 0.2rem;
}

#mbor .mdes span{
	color: #ed0000;
}



}