/*index
 --------------------------------------------------------------------------------------
 * */
/* banner */
.banner {
	position: relative;
}

.banner .bannerImg {
	width: 100%;
}

.banner .txtImg {
	position: absolute;
	top: 34%;
	left: 10%;
	width: 22%;
	z-index: 10
}

.numShow {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
	align-items: center;
	line-height: 30px;

}

.numShow .li .bottom span {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.numShow .line {
	height: 80px;
	width: 1px;
	background-color: rgba(230, 230, 230, 1);
}

.numShow .li .top span {
	font-size: 14px;
	color: rgb(178, 178, 178);

}

.numShow .li .top span:first-child {
	font-family: fangsong;
	font-size: 60px;
	color: rgb(196, 0, 0);
}

.kf {
	position: fixed;
	right: 10px;
	top: 38%;
	z-index: 11;
}

.zhengjian {

	background: rgba(250, 250, 250, 1);
}

.tstTit,.contact {
	text-align: center;
	padding-top: 68px;
}

.ts {
	background-color: rgba(196, 0, 0, 1)
}

.zhengjian .inner,
.ts .inner {
	padding: 90px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.ts .inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	padding: 95px 0 100px;
	text-align: center;
}

.ts .t1 {
	font-size: 18px;
	color: #ffffff;
}

.ts img {
	width: 35px;
	height: 35px;
	margin-bottom: 36px;
}

.ts .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #ffb9b9;
}

.ts .line {
	width: 100px;
	height: 1px;
	background-color: #fff;
	margin: 30px auto;
}

.zhengjian h2,.contact h2,
.tstTit h2 {
	font-size: 28px;
	color: #333;
}

.zhengjian h5,.contact h5,
.tstTit h5 {
	font-size: 14px;
	font-weight: 500;
	color: rgb(153, 153, 153);
	margin: 20px 0 60px 0;
}

.slideBox {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li.bd1 {
	background: url(../upload/banner1.jpg);
	height: 100%;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideBox .bd li.bd2 {
	background: url(../upload/banner2.jpg);
	height: 100%;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideBox .bd img {
	width: 100%;
	height: 460px;
	display: block;
}

.slideBox .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/left.png) no-repeat;
}

.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/right.png) no-repeat;
}

.slideBox .next {
	left: auto;
	right: 3%;
}

.slideBox .prev:hover {
	background: url(../img/left1.png) no-repeat;
}

.slideBox .next:hover {
	background: url(../img/right1.png) no-repeat;
}



/*roll*/
.roll {
	width: 1200px;
	margin: 0 auto 50px;
}

.picMarquee-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 10px 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin-right: 7px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic a {
	display: block;
	text-align: center;
	width: 100px;
	height: 50px;
	background-color: #f8f8f8;
}

.picMarquee-left .bd ul li .pic span {
	display: inline-block;
	height: 100%;
	line-height: 0;
	vertical-align: middle;
}

.picMarquee-left .bd ul li .pic img {
	max-height: 50px;
	max-width: 90px;
}

/*about
 --------------------------------------------------------------------------------------
 * */
.about-banner {
	width: 100%;
	height: 400px;
}

.about-banner img {
	width: 100%;
}

.about {
	width: 1200px;
	margin: 0 auto 30px;
	position: relative;
}

.about .left {
	width: 240px;
	position: absolute;
	left: 0;
	top: -50px;
}

.about .left ul li a {
	display: block;
	width: 240px;
	font-size: 18px;
	color: #454545;
	margin-bottom: 1px;
	line-height: 100px;
	height: 100px;
	background-color: #f4f4f4;
}

.icon5 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon8-1.png) center left no-repeat;
}

.about .left ul li.cur a,
.about .left ul li:hover a {
	background-color: #eda230;
	color: #fff;
}

.about .left ul li.cur .icon5,
.about .left ul li:hover .icon5 {
	background: url(../img/icon8.png) center left no-repeat;
}

.icon6 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon9-1.png) center left no-repeat;
}

.about .left ul li.cur .icon6,
.about .left ul li:hover .icon6 {
	background: url(../img/icon9.png) center left no-repeat;
}

.icon7 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon10-1.png) center left no-repeat;
}

.about .left ul li.cur .icon7,
.about .left ul li:hover .icon7 {
	background: url(../img/icon10.png) center left no-repeat;
}

.about .right {
	width: 930px;
}

.about .right .route {
	font-size: 12px;
	color: #a6a6a6;
	height: 80px;
	line-height: 80px;
}

.about .right .route a:nth-last-child(1) {
	color: #eda230;
}

.about .right .route a:hover {
	text-decoration: underline;
}

.about-tit {
	font-size: 22px;
	color: #5d5d5d;
	margin-bottom: 20px;
}

.about .right .content {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.about .right .content .tu {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.about .right .content .nr {
	width: 100%;
	font-size: 14px;
	color: #757575;
	line-height: 35px;
}

.about .right .mission {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.about .right .mission .top {
	width: 610px;
	margin-top: 20px;
}

.about .right .mission .top .tu {
	width: 282px;
	height: 282px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}

.about .right .mission .top .you {
	width: 300px;
}

.about .right .mission .top .you .bt {
	font-size: 16px;
	color: #4f4f4f;
	margin-top: 55px;
}

.about .right .mission .top .you .nr {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 35px;
}

/*business
 --------------------------------------------------------------------------------------
 * */
.icon8 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon11-1.png) center left no-repeat;
}

.about .left ul li.cur .icon8,
.about .left ul li:hover .icon8 {
	background: url(../img/icon11.png) center left no-repeat;
}

.icon9 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon12-1.png) center left no-repeat;
}

.about .left ul li.cur .icon9,
.about .left ul li:hover .icon9 {
	background: url(../img/icon12.png) center left no-repeat;
}

.icon10 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon13-1.png) center left no-repeat;
}

.about .left ul li.cur .icon10,
.about .left ul li:hover .icon10 {
	background: url(../img/icon13.png) center left no-repeat;
}

.icon11 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon14-1.png) center left no-repeat;
}

.about .left ul li.cur .icon11,
.about .left ul li:hover .icon11 {
	background: url(../img/icon14.png) center left no-repeat;
}

.sideMenu {
	width: 240px;
}

.sideMenu h3 {
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
	background-color: #eda230;
	padding: 0 15px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.sideMenu h3.on {
	background-color: #eda230;
	color: #fff;
}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 13px;
	height: 50px;
	margin-right: 10px;
	background: url(../img/xia.png) center no-repeat;
	cursor: pointer;
}

.sideMenu h3.on em {
	background: url(../img/shang.png) center no-repeat;
}

.sideMenu ul {
	display: none;
}

.sideMenu ul li a {
	display: block;
	margin-bottom: 2px;
	background-color: #EFEDED;
	padding-left: 25px;
	width: 100%;
	font-size: 16px;
	color: #6a6969;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sideMenu ul li .tit {
	font-size: 16px;
	color: #eda230;
}

.sideMenu ul li .tit span {
	color: #eda230;
	font-size: 25px;
	display: block;
	margin: -3px 5px 0 0;
}

.sideMenu ul li dl dd {
	line-height: 30px;
	font-size: 12px;
	color: #888888;
}

.sideMenu1 {
	width: 930px;
}

.sideMenu1 ul li .tit {
	font-size: 16px;
	color: #eda230;
}

.sideMenu1 ul li .tit span {
	color: #eda230;
	font-size: 25px;
	display: block;
	margin: -3px 5px 0 0;
}

.sideMenu1 ul li dl dd {
	line-height: 30px;
	font-size: 12px;
	color: #888888;
}


/*product
 --------------------------------------------------------------------------------------
 * */
.icon12 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon15-1.png) center left no-repeat;
}

.about .left ul li.cur .icon12,
.about .left ul li:hover .icon12 {
	background: url(../img/icon15.png) center left no-repeat;
}

.icon13 {
	display: inline-block;
	margin-left: 50px;
	margin-right: 15px;
	width: 41px;
	height: 100px;
	background: url(../img/icon16-1.png) center left no-repeat;
}

.about .left ul li.cur .icon13,
.about .left ul li:hover .icon13 {
	background: url(../img/icon16.png) center left no-repeat;
}

.pro-list {
	width: 100%;
	height: 163px;
	background-color: #f9f9f9;
	margin-bottom: 35px;
}

.pro-list .tu {
	width: 465px;
	height: 163px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

.pro-list .tu span {
	display: inline-block;
	height: 100%;
	line-height: 0;
	vertical-align: middle;
}

.pro-list .tu img {
	max-width: 465px;
	max-height: 163px;
}

.pro-list .contents {
	width: 465px;
	height: 163px;
	padding: 20px;
}

.pro-list .contents .tit {
	font-size: 20px;
	color: #5d5d5d;
}

.pro-list .contents .tit a:hover {
	text-decoration: underline;
}

.pro-list .contents .fu-tit,
.pro-list .contents .pro-nr {
	font-size: 12px;
	line-height: 22px;
	color: #888888;
	margin-top: 10px;
}


/*cooperation
 --------------------------------------------------------------------------------------
 * */
.cooper {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.cooper-route {
	font-size: 12px;
	color: #a6a6a6;
	height: 80px;
	line-height: 80px;
}

.cooper-route a:nth-last-child(1) {
	color: #eda230;
}

.cooper-route a:hover {
	text-decoration: underline;
}

.cooper .list {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.cooper .list .tu {
	text-align: center;
	overflow: hidden;
	font-size: 0;
	min-width: 22%;
}

.cooper .list .tu span {
	display: inline-block;
	height: 100%;
	line-height: 0;
	vertical-align: middle;
}

.cooper .list .tu img {
	max-width: 100%;
}

.cooper .list .content {
	margin-left: 25px;
	margin-top: 15px;
}

.cooper .list .content .tit {
	display: block;
	width: 100%;
	font-size: 22px;
	color: #5d5d5d;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.cooper .list .content .nr {
	font-size: 15px;
	color: #888888;
	margin-top: 10px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*recruit
 --------------------------------------------------------------------------------------
 * */
.recruit {
	width: 1200px;
	margin: 0 auto 30px;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

.reselect {
	text-indent: 1em;
	background: url(../img/select.jpg) no-repeat scroll right center transparent;
	border: solid 1px #dddddd;
	width: 410px;
	height: 46px;
	font-size: 14px;
	color: #666666;
}

.recruit .content .top {
	width: 100%;
}

.recruit .content .top .tit,
.recruit .content .bottom .tit {
	font-size: 20px;
	color: #5d5d5d;
	line-height: 48px;
	margin-right: 28px;
}

.recruit .content .top .time {
	font-size: 12px;
	color: #b3b3b3;
	line-height: 48px;
}

.recruit .content .bottom {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}

.recruit .content .bottom ul li {
	width: 100%;
	line-height: 35px;
	font-size: 14px;
	color: #888888;
}

/*contact
 --------------------------------------------------------------------------------------
 * */
.contact {
	width: 1200px;
	margin: 0 auto 30px;
}

.contact .add ul li {
	font-size: 14px;
	color: #888888;
	margin-right: 55px;
}

.contact .add ul li span {
	color: #5d5d5d;
}

.contact .add ul li:nth-last-child(1) {
	margin-right: 0;
}

.contact .map {
	width: 100%;
	text-align: center;
	margin: 30px auto;
}

.contact .message {
	width: 100%;
	position: relative;
}

.contact .message .left {
	width: 1075px;
}

.contact .message .left .zuo {
	width: 420px;
}

.contact .message .left .you {
	width: 610px;
}

.contact .message .left .shuru,
.contact .message .left .tarea {
	width: 418px;
	margin-bottom: 15px;
	margin-right: 20px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #ababab;
	text-indent: 1.5em;
}

.contact .message .left .shuru1,
.contact .message .left .tarea {
	width: 610px;
	margin-right: 0;
}

.contact .message .left .tarea {
	height: 126px;
}

.contact .message .right .btn {
	width: 125px;
	height: 125px;
	border: none;
	background-color: #eda230;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 0;
}

/*team
 --------------------------------------------------------------------------------------
 * */
.team {
	width: 1200px;
	margin: 0 auto;
}

.team .right {
	width: 100%;
}

/*pro-content
 --------------------------------------------------------------------------------------
 * */
.pro-bottom a {
	line-height: 35px;
}

.pro-bottom a:hover {
	color: #eda230;
	text-decoration: underline;
}

/*分页
 --------------------------------------------------------------------------------------
 */
.page {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}

.page a,
.page span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	color: #949897;
	border: 1px solid #eee;
}

.page span {
	color: #eda230;
}

.logo span {
	font-size: 30px;
	font-weight: bold;
	margin-left: -38px;
	color: #004987;
}

.logo img {
	width: 160px;
	margin-top: -10px;
}

.baidu-map {
	height: 450px;
	margin: 20px 0;
}