@charset "utf-8";
/*
Theme Name: kesheng
Theme URI: null
Description: Description
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure, .wp-block-image figcaption {
	display: block;
}
a.nolink, a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 100px;
}
@media all and (max-width: 1200px) {
#main {
	margin-bottom: 50px;
}
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1200px) {
.sp {
	display: none !important;
}
}
@media all and (max-width: 1200px) {
body {
	min-width: inherit;
	font-size: 1.3rem;
}
a:hover, a:hover img {
	opacity: 1 !important;
}
.pc {
	display: none !important;
}
a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	padding: 0 30px;
	z-index: 100;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background: linear-gradient( rgba(0, 0, 0,.7), rgba(87, 160, 255,0));
}
#header.fix {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
#header h1 {
	padding: 24px 30px 0 0;
	float: left;
}
#header h1 img {
	width: 290px;
}
 @media all and (max-width: 1200px) {
#header {
	padding: 0 20px;
}
#header h1 {
	padding: 20px 0 0;
}
#header h1 img {
	width: 260px;
}
}
#header .tel {
	margin-top: 18px;
	padding: 5px 80px 5px 40px;
	color: #fff;
	font-family: "Impact", sans-serif;
	font-size: 35px;
	font-weight: bold;
	float: right;
	background: url(img/i01.png) no-repeat left center;
}
@media all and (max-width: 1300px) {
#header .tel {
	display: none !important;
}
}
#header .menu {
	width: 56px;
	height: 56px;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 999;
	background: url(img/menu.png) no-repeat left top;
	background-size: 56px 56px;
}
 @media all and (max-width: 1200px) {
#header .menu {
	width: 40px;
	height: 40px;
	background: url(img/menu.png) no-repeat left top;
	background-size: 40px 40px;
}
}
.menu_box {
	width: 0;
	position: fixed;
	width: 0;
	height: 100%;
	background: -moz-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0094e8), color-stop(100%, #13c33a));
	background: -webkit-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -o-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -ms-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: linear-gradient(to right, #0094e8 0%, #13c33a 100%);
	right: 0;
	top: 0;
	z-index: 998;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
.menu_box .item {
	float: left;
	width: 14.28%;
	height: 100%;
	overflow: auto;
}
 @media all and (max-width: 1200px) {
.menu_box .item {
	float: none;
	width: auto;
	height: auto;
}
}
 .menu_box .item::-webkit-scrollbar {
 width:2px;
 height:2px;
 background-color:#f1f1f1;
}
 .menu_box .item::-webkit-scrollbar-track {
 border-radius:0;
 background-color:#f1f1f1;
}
 .menu_box .item::-webkit-scrollbar-thumb {
 border-radius:0px;
 width:1px;
 height:2px;
 background-color:#db000b;
}
.menu_box .item .pad {
	padding: 200px 0 0 50px;
	text-align: left;
}
 @media all and (max-width: 1200px) {
.menu_box .item .pad {
	padding: 5px 0 0 20px;
}
}
.menu_box .item h4 {
	font-size: 30px;
	color: #fff;
	transition: .5s;
}
.menu_box .item i {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin: 10px 0;
}
@media all and (max-width: 1200px) {
.menu_box .item h4 {
	font-size: 20px;
}
.menu_box .item i {
	margin: 4px 0;
}
}
.menu_box .item a:hover h4, .menu_box .item ul li a:hover {
	opacity: .7;
}
.menu_box .item span {
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.menu_box .item ul {
	padding-top: 10px;
}
.menu_box .item ul li a {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-align: left;
}
 @media all and (max-width: 1200px) {
.menu_box .item ul li {
	width: 50%;
	float: left;
}
.menu_box .item ul li a {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
}
}
#gNavi {
	width: 48%;
	float: left;
}
 @media all and (max-width: 1200px) {
#gNavi {
	display: none !important;
}
}
#gNavi li {
	width: 14.28%;
	float: left;
	position: relative;
}
#gNavi li > a {
	padding: 35px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	text-align: center;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
#gNavi li > a:hover {
	background: #007EFE;
}
#gNavi li .xiala {
	display: none;
	margin-left: -100px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 100%;
}
#gNavi li .xiala p {
	border-bottom: 1px solid #96c8f7;
}
#gNavi li .xiala p a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #007EFE;
	position: relative;
}
#gNavi li .xiala p a:before {
	width: 2px;
	height: 16px;
	position: absolute;
	left: 5px;
	top: 14px;
	background: #fff;
	content: "";
}
#gNavi li .xiala p a:hover {
	color: #000;
	background: #fff;
}
#footer {
	overflow: hidden;
	background: #222222;
}
#footer .erBox {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 80%;
	min-width: 1200px;
}
#footer .fTop {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

#footer .fTop .logo {
	float: left;
}

#footer .fTop .logo img {
	width: 280px;
}

#footer .fTop .tel {
	padding-left: 40px;
	float: right;
	color: #fff;
	font-family: Impact;
	font-size: 38px;
	background: url(img/con02.png) no-repeat left center;
	background-size: 30px 30px;
}

#footer .daohang {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

#footer .title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
}

#footer .lianxi {
	padding-right: 50px;
	width: 35%;
	float: left;
	box-sizing: border-box;
}

#footer .lianxi li {
	margin-bottom: 5px;
	color: #AEB6BD;
	font-size: 16px;
}

#footer .lianxi li img {
	margin: 0 10px 0 0;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

#footer .chanpin {
	width: 40%;
	float: left;
}

#footer .chanpin li  {
	margin-bottom: 10px;
	padding-left: 20px;
	width: 50%;
	float: left;
	background: url(img/f5.png) no-repeat left 4px;
	background-size: 15px 15px;
	box-sizing: border-box;
}

#footer .chanpin li a {
	color: #AEB6BD;
	font-size: 16px;
}

#footer .ewm {
	float: right;
}

#footer .ewm img {
	width: 150px;
}




#footer .copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}
#footer .copyright .left {
	float: left;
}
#footer .copyright .right {
	float: right;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
@media all and (max-width: 1200px) {
	#footer .erBox {
		margin: 0 auto;
		width: auto;
		min-width: inherit;
		padding: 30px 20px 0;
	}
	#footer .fTop {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	
	#footer .fTop .logo {
		float: none;
		text-align: center;
	}
	
	#footer .fTop .logo img {
		width: 280px;
		display: inline-block;
	}
	
	#footer .fTop .tel {
		display: none;
	}
	
	#footer .daohang {
		padding: 30px 0;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	
	#footer .title {
		margin-bottom: 20px;
		color: #fff;
		font-size: 25px;
	}
	
	#footer .lianxi {
		padding: 0 0 30px;
		width: auto;
		float: none;
		box-sizing: border-box;
	}
	
	#footer .lianxi li {
		margin-bottom: 5px;
		color: #AEB6BD;
		font-size: 16px;
	}
	
	#footer .lianxi li img {
		margin: 0 10px 0 0;
		width: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	
	#footer .chanpin {
		width: auto;
		float: none;
	}
	
	#footer .chanpin li  {
		margin-bottom: 10px;
		padding-left: 20px;
		width: 50%;
		float: left;
		background: url(img/f5.png) no-repeat left 4px;
		background-size: 15px 15px;
		box-sizing: border-box;
	}
	
	#footer .chanpin li a {
		color: #AEB6BD;
		font-size: 16px;
	}
	
	#footer .ewm {
		display: none;
	}
	
	
	#footer .copyright {
		padding: 10px 0;
		text-align: center;
	}
	#footer .copyright .left {
		float: none;
	}
	#footer .copyright .right {
		float: none;
	}

}
/* clearfix */
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.wp-pagenavi {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 1.4rem;
	color: #424242;
}
.wp-pagenavi span {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi a {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
	margin: 0 5px;
}
.wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi .current {
	margin: 0 5px;
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi a {
	color: #A8A8A8;
}
.wp-pagenavi a:hover {
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position: absolute;
	display: flex;
	width: 100px;
	height: 32px;
	justify-content: center;
	align-items: center;
	color: #00266F;
	font-size: 1.2rem;
	box-sizing: border-box;
	border: 1px solid #EAEAEA;
}
.wp-pagenavi .previouspostslink {
	left: 0;
	display: none;
}
.wp-pagenavi .nextpostslink {
	display: none;
	right: 0;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	opacity: 0.7;
	color: #00266F;
}
@media all and (max-width: 1200px) {
.wp-pagenavi {
	margin-top: 20px;
	font-size: 1.3rem;
}
.wp-pagenavi span {
	padding: 5px 8px;
}
.wp-pagenavi a {
	padding: 5px 8px;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
	display: none;
}
.wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi .current {
	margin: 0 5px;
}
}
.yetou {
	height: 490px;
	background: url(img/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg01 {
	background: url(img/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg02 {
	background: url(img/bg07.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg03 {
	background: url(img/bg03.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg04 {
	background: url(img/bg04.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg05 {
	background: url(img/bg05.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg06 {
	background: url(img/bg06.jpg) no-repeat center center;
	background-size: cover;
}
.yetou h2 {
	padding: 170px 0 0;
	color: #fff;
	font-size: 50px;
	text-align: center;
}
.yetou h2 span {
	display: block;
	font-size: 30px;
	font-weight: normal;
}
@media all and (max-width: 1200px) {
.yetou {
	height: 300px;
}
.yetou h2 {
	padding: 110px 0 0;
	font-size: 40px;
}
.yetou h2 span {
	font-size: 22px;
}
}
#pagePath {
	margin-bottom: 60px;
	border-bottom: 1px solid #CCC;
}
#pagePath > div {
	padding: 10px 0;
	margin: 0 auto;
	max-width: 80%;
	min-width: 1200px;
}
#pagePath ul {
	margin-top: 10px;
	padding-left: 20px;
	float: left;
	background: url(img/wz-ico.png) no-repeat left center;
}
#pagePath li, #pagePath li a {
	color: #333;
	font-size: 16px;
}
#pagePath li {
	display: inline;
}
#pagePath .tel {
	padding-left: 40px;
	float: right;
	color: #007EFE;
	font-size: 28px;
	font-family: Impact;
	background: url(img/call.png) no-repeat left center;
	background-size: 30px 30px;
}
@media all and (max-width: 1200px) {
#pagePath {
	margin-bottom: 30px;
}
#pagePath > div {
	padding: 10px 15px;
	margin: 0 auto;
	max-width: none;
	min-width: inherit;
}
#pagePath ul {
	margin-top: 0;
	padding-left: 20px;
	float: none;
	background: url(img/wz-ico.png) no-repeat left center;
}
#pagePath li, #pagePath li a {
	color: #333;
	font-size: 16px;
}
#pagePath li {
	display: inline;
}
#pagePath .tel {
	display: none;
}
}
.comBox {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}
@media all and (max-width: 1200px) {
.comBox {
	margin: 0 20px;
	width: auto;
	min-width: inherit;
}
}
.aboutBox {
	margin-bottom: 60px;
}
.aboutBox .textBox {
	width: 48%;
	float: right;
}
.aboutBox .textBox .name {
	margin-bottom: 15px;
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
.aboutBox .textBox .en {
	margin-bottom: 20px;
	padding-top: 15px;
	color: #666;
	font-size: 20px;
	position: relative;
}

.aboutBox .textBox .en:before {
	width: 50px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #FF7A01;
}

.aboutBox .textBox .subTxt p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}
.aboutBox .photo {
	width: 48%;
	height: 650px;
	float: left;
	background: url(img/about.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 40px 0 40px 0;
}

@media all and (max-width: 1200px) {
.aboutBox {
	margin-bottom: 40px;
}
.aboutBox .textBox {
	width: auto;
	float: none;
}
.aboutBox .textBox .en {
	font-size: 16px;
}
.aboutBox .textBox .name {
	margin-bottom: 20px;
	font-size: 30px;
}
.aboutBox .textBox .subTxt p {
	margin-bottom: 15px;
}
.aboutBox .photo {
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
	float: none;
}
}


.index04 .ys01 {
	margin-bottom: 30px;
}

.index04 .ys01 li {
	width: 20%;
	float: left;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.index04 .ys01 li img {
	width: 60px;
}

.index04 .ys01 li span {
	margin-top: 10px;
	display: block;
}
@media all and (min-width: 1200px) {
.index04 .ys02 li {
	margin: 0 2%;
	width: 21%;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 0 40px;
	transform-style: preserve-3d;  
    -webkit-transform-style: preserve-3d;  
    -ms-transform-style: preserve-3d;  
    -moz-transform-style: preserve-3d;  
    transition: 0.5s;  
    -webkit-transition: 0.5s;  
    -ms-transition: 0.5s;  
    -moz-transition: 0.5s;  
}

.index04 .ys02 li:hover {
	transform: translateZ(30px) rotateY(360deg) scale(1.1);  
    -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);  
    -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);  
    -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);  
}

.index04 .ys02 li .bg {
	height: 450px;
}

.index04 .ys02 li .bg img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: center center;
}

.index04 .ys02 li .icon {
	padding: 100px 0 20px;
	text-align: center;
}

.index04 .ys02 li .wenzi {
	padding: 0 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	box-sizing: border-box;
}
}
.index04 .ys02 li .t1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.index04 .ys02 li .t2 {
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}

@media all and (max-width: 1200px) {
	.index04 .ys01 {
		margin-bottom: 20px;
	}
	
	.index04 .ys01 li {
		width: auto;
		float: none;
		font-size: 17px;
	}
	
	.index04 .ys01 li img {
		width: 40px;
	}
	
	.index04 .ys01 li span {
		margin-top: 5px;
	}
	
	.index04 .ys02 li {
		margin: 0 0 15px;
		
		width: auto;
		float: none;
		position: relative;
		border-radius: 0 0 0 40px;
	}
	
	.index04 .ys02 li .bg {
		height: 120px;
	}
	
	.index04 .ys02 li .bg img {
		width: 100%;
		height: 120px;
		object-fit: cover;
		object-position: center center;
	}
	
	.index04 .ys02 li .icon {
		padding: 10px 0;
		text-align: center;
	}
	
	.index04 .ys02 li .icon img {
		width: 40px;
	}
	
	.index04 .ys02 li .wenzi {
		padding: 10px 15px;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background: rgba(0,0,0,.3);
	}

	
	.index04 .ys02 li .t1 {
		margin-bottom: 10px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	.index04 .ys02 li .t2 {
		color: #fff;
		font-size: 15px;
		overflow: hidden;
	}

}

.banner {
	margin-bottom: 90px;
	height: 262px;
	background: url(img/advimg1.jpg) no-repeat center center;
}
@media all and (max-width: 1200px) {
	.banner {
		margin-bottom: 40px;
		height: auto;
		background: none;
	}
	.banner img {
		width: 100%;
	}
}
.tongyong li {
	margin: 0 1% 30px;
	width: 31.33%;
	float: left;
}
.tongyong li a {
	padding: 5px;
	display: block;
	border: 1px solid #eee;
}
.tongyong li a .photo {
	position: relative;
	overflow: hidden;
}
.tongyong li a .photo img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
#conts .tongyong li a .photo img {
	height: 290px;
}
 @media all and (max-width: 1200px) {
#conts .tongyong li a .photo img {
	height: 150px;
}
}
.tongyong li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.tongyong li a p {
	padding: 10px;
	font-size: 18px;
}
.tongyong li a .more {
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	border-top: 1px solid #eee;
}
.tongyong li a .more span {
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 18px;
}
.tongyong li a .pop {
	margin-left: -75px;
	margin-top: -75px;
	padding-top: 55px;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	background: rgba(0,144,255,.8);
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.tongyong li a:hover .pop {
	opacity: 1;
}
.tongyong li a .pop span {
	display: block;
}
@media all and (max-width: 1200px) {
.tongyong {
	margin: 0 -5px;
}
.tongyong li {
	margin: 0 1% 20px;
	width: 48%;
}
.tongyong li a {
	padding: 5px;
	display: block;
	border: 1px solid #eee;
}
.tongyong li a .photo {
	position: relative;
}
.tongyong li a .photo img {
	height: 150px;
}
.tongyong li a p {
	padding: 5px;
	font-size: 15px;
}
.tongyong li a .more {
	padding: 5px;
}
.tongyong li a .more span {
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 16px;
}
.tongyong li a .pop {
	display: none;
}
.tongyong li a:hover .pop {
	display: none;
}
}
.xiangqing {
	margin-bottom: 50px;
}
.xiangqing .left {
	padding: 10px;
	width: 48%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.xiangqing .left img {
	width: 100%;
}
.xiangqing .right {
	width: 48%;
	float: right;
}
.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}
.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
.xiangqing .right .btn {
}
.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}
.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}
.xiangqing .right .tel {
	margin: 30px 0 30px;
	color: #666;
	font-size: 16px;
}
.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(img/call.png) no-repeat left center;
	background-size: 30px 30px;
}
.erxiangqing {
	margin-bottom: 80px;
}
.erxiangqing .title {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}
.erxiangqing .info {
	color: #333;
	font-size: 16px;
}
.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}
.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}
@media all and (max-width: 1200px) {
.xiangqing {
	margin-bottom: 30px;
}
.xiangqing .left {
	margin: 0 0 20px;
	padding: 10px;
	width: auto;
	float: none;
}
.xiangqing .left img {
	width: 100%;
}
.xiangqing .right {
	width: auto;
	float: none;
}
.xiangqing .right .title {
	margin-bottom: 20px;
	font-size: 25px;
}
.xiangqing .right .tt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}
.xiangqing .right .btn {
}
.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}
.xiangqing .right .btn li a {
	width: 130px;
}
.xiangqing .right .tel {
	margin: 20px 0;
	color: #666;
	font-size: 16px;
}
.xiangqing .right .tel span {
	padding-left: 40px;
	font-size: 30px;
}
.erxiangqing {
	margin-bottom: 40px;
}
.erxiangqing .title {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.erxiangqing .title span {
	font-size: 16px;
}
.erxiangqing .info {
	color: #333;
	font-size: 16px;
}
.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}
}
.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}
.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.compagelist a {
	color: rgba(153, 153, 153, 1);
}
.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}
@media all and (max-width: 1200px) {
.compagelist {
	margin-top: 30px;
}
.compagelist li {
	max-width: 49%;
	font-size: 16px;
}
}
.comNews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.comNews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	transition: all 1s ease 2.5s;
}
.comNews .photo {
	width: 33%;
	overflow: hidden;
}
.comNews .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.comNews a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.comNews .txtbox {
	width: 64%;
	position: relative;
}
.comNews .time {
	font-size: 20px;
	margin-bottom: 10px;
}
.comNews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}
.comNews h3 {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}
.comNews h3:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	content: "";
	background: #007EFE;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.comNews a:hover h3:before {
	width: 100%;
}
.comNews .txt {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.comNews a:hover h3 {
	color: #007EFE;
}
.comNews a:hover .time {
	color: #007EFE;
}
.comNews a:hover .txt {
}
.comNews a:hover .link {
	color: #007EFE;
}
@media all and (max-width: 1200px) {
.comNews a {
	padding: 20px 0;
	display: block;
}
.comNews .photo {
	margin-bottom: 20px;
	width: auto;
	overflow: hidden;
}
.comNews .txtbox {
	width: auto;
}
.comNews .time {
	font-size: 18px;
	margin-bottom: 10px;
}
.comNews .link {
	padding-right: 0;
	font-size: 16px;
	background: url(../images/img27.png) no-repeat right center;
	background-size: 30px auto;
}
.comNews h3 {
	padding-bottom: 10px;
	font-size: 22px;
	margin-bottom: 10px;
}
.comNews .txt {
	font-size: 16px;
}
}
.contactul {
	margin-bottom: 40px;
}
.contactul li {
	padding: 40px 20px;
	width: 33.33%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.contactul li:nth-child(1), .contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}
.contactul li .icon {
	float: left;
}
.contactul li .icon img {
	width: 70px;
}
.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}
.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}
@media all and (max-width: 1200px) {
.contactul {
	margin-bottom: 20px;
}
.contactul li {
	padding: 40px 20px;
	width: auto;
	height: auto;
	float: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
}
.contactul li .icon {
	float: left;
}
.contactul li .icon img {
	width: 50px;
}
.contactul li .text {
	padding-left: 70px;
}
.map {
	width: 100%;
	height: 260px;
}
}
.section_one .con .txt {
	text-align: center;
}
 @media all and (max-width: 1200px) {
.section_one {
	
}
}
.section_one .bigtu {
	position: absolute;
	left: 0;
	top: 22%;
	text-align: center;
	width: 100%;
	
}
.section_one .con .txt img {
	display: inline-block;
}

.section_one .maodian img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	animation: fudong 2s 0.8s infinite;
	margin: auto;
	z-index: 999;
}
 @keyframes fudong {
 0%, 100% {
 transform:translate(0px, 0px)
}
 50% {
 transform:translate(0px, -20px)
}
}
.section_one {
	position: relative;
}
.section_one .datu {
	
}
.section_one .datu img {
	width: 60%;
	max-width: 1300px;
}
@media all and (max-width: 1200px) {
   
.section_one .datu img {
	width: 95%;
}
}
.section_one .con {
	text-align: center;
	position: relative;
	z-index: 9;
}
.section_one .con .onepic {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.section_one .con .onepic img {
}
 @-webkit-keyframes call {
 from {
 -webkit-transform:scale(1);
 opacity:1;
}
to {
	-webkit-transform: scale(1.3);
	opacity: 0;
}
}
@keyframes call {
 from {
 -webkit-transformscale(1);
 opacity:1;
}
to {
	-webkit-transform: scale(1.3);
	opacity: 0;
}
}
.section_one .con .txt {
	text-align: center;
}
.section_one .con .txt img {
	display: inline-block;
}
.comH2 {
	margin-bottom: 30px;
	color: #333;
	font-size: 45px;
	position: relative;
	text-align: center;
}
.comH2 span {
	margin: 5px auto 0;
	width: 180px;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	background: #EF7E00;
	border-radius: 20px;
}
@media all and (max-width: 1200px) {
.comH2 {
	margin-bottom: 15px;
	font-size: 35px;
	text-align: center;
}
.comH2 a {
	display: none;
}
}
.comH202 {
	margin-bottom: 40px;
	display: block;
	font-size: 40px;
	text-align: center;
}
.comH202 span {
	margin-bottom: 10px;
	display: block;
	color: #007EFE;
}
.section_two {
	background: url(img/section_two.jpg) no-repeat center center;
	background-size: cover;
}
.proLead {
	margin-bottom: 20px;
	text-align: center;
}
.proLead li {
	margin: 0 5px;
	display: inline;
}
.proLead li a {
	margin-bottom: 10px;
	padding: 10px 10px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #EF7E00;
	border-radius: 10px 0 10px 0;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.proLead li a:hover {
	background: #d40000;
}
@media all and (max-width: 1200px) {
.proLead {
	margin: 0 -8px 10px;
}
.proLead li {
	margin: 0 1% 5px;
	width: 48%;
	float: left;
	display: block;
}
.productTop .proLead li a {
	margin: 0;
	padding: 5px;
	width: 100%;
	display: block;
	min-width: inherit;
	box-sizing: border-box;
}
}
#wrapper {
	height: 500px;
	overflow: hidden;
}
.productTop .proList li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
}
.productTop .proList a {
	display: block;
	overflow: hidden;
	border-radius: 20px 0 20px 0;
}
.productTop .proList a .photo {
	overflow: hidden;
}
.productTop .proList a .photo img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.productTop .proList a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.productTop .proList a p {
	padding: 10px 0;
	color: #000;
	font-size: 17px;
	text-align: center;
	background: #fff;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.productTop .proList a:hover p {
	color: #fff;
	background: #EF7E00;
}
 @media all and (max-width: 1200px) {
#wrapper {
	height: 300px;
}
.productTop .proList li {
	margin: 0 1% 10px;
	width: 48%;
}
.productTop .proList a .photo img {
	height: 130px;
}
.productTop .proList a p {
	padding: 10px 0;
	font-size: 16px;
}
}
.section_three {
	background: url(img/section_three.jpg) no-repeat center center;
	background-size: cover;
}
.section_three .comBox {
	padding: 0 170px 0 110px;
	background: url(img/kesheng.png) no-repeat left bottom;
	background-size: 70px auto;
	box-sizing: border-box;
	position: relative;
}
.aboutUs .right {
	padding-top: 0;
}
.aboutUs .right h3 {
	margin-bottom: 20px;
	color: #333;
	font-size: 30px;
}
.aboutUs .right h3 span {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.aboutUs .right p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}
.aboutUs .right .link a {
	padding: 8px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #FF7701;
	border-radius: 5px;
}
.linkUl {
	margin-top: -185px;
	position: absolute;
	right: 0;
	top: 50%;
}

.linkUl li {
	margin-bottom: 20px;
}

.linkUl li a {
	padding: 28px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: rgba(0,0,0,.5);
	border-radius: 15px 0 15px 0;
}
.linkUl li a:hover {
	background: #EF7E00;
}
.linkUl li a img {
	margin-bottom: 10px;
	width: 30px;
	display: block;
}

@media all and (max-width: 1200px) {
.section_three .comBox {
	padding: 0 ;
	background: none;
}
.aboutUs .right {
	padding-top: 0;
}
.aboutUs .right h3 {
	font-size: 28px;
}
.aboutUs .right p {
	font-size: 15px;
}
.linkUl {
	display: none;
}

}
.section_four {
	background: url(img/section_four.jpg) no-repeat center center;
	background-size: cover;
}
.adList .left {
	width: 20%;
	float: left;
}
.adList .left li {
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
}
.adList .left li a {
	padding: 11px 2% 13px 5%;
	display: block;
}
.adList .left li:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 45%;
	right: 0px;
	border: 8px solid transparent;
	border-left-color: #ff5c00;
	opacity: 0;
	transition: all .3s;
}
.adList .left li em {
	float: left;
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	background: #ff5c00;
}
.adList .left li span {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}
.adList .left li h4 {
	color: #090929;
	font-size: 18px;
}
.adList .left li.on {
	background: linear-gradient(to top, #D60600 0%, #FE6E00 100%);
}
.adList .left li.on:after {
	opacity: 1;
	right: -16px;
}
.adList .left li.on em {
	color: #ff5c00;
	background: #fff;
}
.adList .left li.on span, .adList .left li.on h4 {
	color: #fff
}
.adList .right {
	width: 80%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
}
.adList .right .show {/* display:flex; */
	overflow: hidden;
	background: #fff;
}
.index5 .right .pic {
	width: 60%;
}
.adList .right .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adList .right .box {
	width: 40%;
	padding: 50px 50px 0;/* vertical-align: middle; */
	box-sizing: border-box;
}
.adList .right h4 {
	color: #090929;
	font-size: 32px;
}
.adList .right hr {
	margin: 15px 0 0 0;
	width: 50px;
	height: 2px;
	border: none;
	background: #ff5c00;
}
.adList .right p {
	-webkit-line-clamp: 3;
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
	line-height: 26px;
}
.adList .right .more {
	display: table;
	color: #fff;
	font-size: 14px;
	padding: 10px 40px;
	margin-top: 40px;
	border-radius: 30px;
	background: #ff5c00;
}
.adList .right .more i {
	float: right;
	display: block;
	color: #fff;
	font-size: 20px;/* margin:100px 0 0 0; */
	margin: 0 0 0 10px;
}
.adList .right .more:hover {
	background: #333
}
.adList .right .more:hover i {
	transform: translateX(5px);
}
.adList .right .pic, .adList .right .box {/* flex:1 */
	float: left;
}
.adList .height {
	height: 365px
}
 @media all and (max-width: 1200px) {
.adList .left {
	width: auto;
	float: none;
}
.adList .left li {
	position: relative;
	margin: 0 1% 10px;
	width: 48%;
	float: left;
}
.adList .left li a {
	padding: 5px;
}
.adList .left li:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 45%;
	right: 0px;
	border: 8px solid transparent;
	border-left-color: #ff5c00;
	opacity: 0;
	transition: all .3s;
}
.adList .left li em {
	width: 32px;
	line-height: 32px;
	margin-right: 6px;
	margin-top: 3px;
	font-size: 15px;
}
.adList .left li span {
	color: #999;
	font-size: 10px;
	margin-bottom: 5px;
}
.adList .left li h4 {
	color: #090929;
	font-size: 16px;
}
.adList .left li.on {
	background: linear-gradient(to top, #D60600 0%, #FE6E00 100%);
}
.adList .left li.on:after {
	opacity: 1;
	right: -16px;
}
.adList .left li.on em {
	color: #ff5c00;
	background: #fff;
}
.adList .left li.on span, .adList .left li.on h4 {
	color: #fff
}
.adList .right {
	width: auto;
	float: none;
	padding-left: 0;
	box-sizing: border-box;
}
.adList .right .show {/* display:flex; */
	overflow: hidden;
	background: #fff;
}
.index5 .right .pic {
	display: block;
	width: auto;
}
.adList .right .pic img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.adList .right .box {
	width: auto;
	padding: 20px 15px;/* vertical-align: middle; */
	box-sizing: border-box;
}
.adList .right h4 {
	font-size: 25px;
}
.adList .right hr {
	margin: 15px 0 0 0;
	width: 50px;
	height: 2px;
	border: none;
	background: #ff5c00;
}
.adList .right p {
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.6;
}
.adList .right .pic, .adList .right .box {/* flex:1 */
	float: none;
}
.adList .height {
	height: auto
}
}
.section_seven {
	background: url(img/section_seven.jpg) no-repeat center center;
	background-size: cover;
}
.section_seven .comBox {
	overflow: hidden;
}

.topCase li {
	margin: 0 20px 20px 0;
	width: 380px;
	float: left;
}
.topCase li a {
	display: block;
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}
.topCase li .photo {
	overflow: hidden;
}
	
.topCase li img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.topCase li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.topCase li p {
	padding: 10px 0;
	color: #000;
	font-size: 17px;
	text-align: center;
	background: #fff;
}




@media all and (max-width: 1200px) {
.section_four {
	background: url(img/section_four.jpg) no-repeat center center;
	background-size: cover;
}
.topCase li {
	width: 370px;
}
}
.section_five {
	background: url(img/section_five.jpg) no-repeat center center;
	background-size: cover;
}

.section_five .left {
	padding-top: 11%;
	width: 200px;
	float: left;
}

.section_five .left h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
}

.section_five .left h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.section_five .left .link  {
	margin-top: 20px;
}

.section_five .left .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #d40000;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}

.section_five .left .link a:hover {
	color: #000;
	background: #fff;
}


.newsList {
	padding-left: 200px;
}

.newsList li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}
.newsList li a {
	display: block;
}
.newsList li a .photo {
	overflow: hidden;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}
.newsList li a .photo img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.newsList li a .title {
	margin: 10px 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.newsList li a .txt {
	color: #fff;
	font-size: 15px;
}

@media all and (max-width: 1200px) {
.newsList {
	padding-left: 0;
}

.newsList li {
	margin: 0 0 15px;
	width: auto;
	float: none;
}
.newsList li:last-child {
	display: none;
}
.newsList li a {
	display: block;
}
.newsList li a .photo {
	overflow: hidden;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}
.newsList li a .photo img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
}
.section_six {
	position: relative;
	background: url(img/section_six.jpg) no-repeat center center;
	background-size: cover;
}
.section_six h2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 2;
}
@media all and (max-width: 1080px) {
	.section_six h2 {
	width: auto;
	position: inherit;
	left: inherit;
	top: inherit;
	z-index: 2;
}
}
.conTop {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.conTop li {
	margin: 0;
	padding: 19% 20px 0;
	width: 25%;
	height: 100%;
	float: left;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.conTop li img {
	margin: 0 auto;
	width: 60px;
	display: block;
}
.conTop li p {
	display: block;
	font-size: 20px;
}

.conTop li p.name {
	margin: 10px 0;
	font-size: 25px;
	font-weight: bold;
}

.copyright1 {
	padding: 10px 0;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	text-align: center;
	z-index: 100000;
	background: rgba(0,0,0,.8);
}
.copyright1 a {
	color: #fff;
}
@media all and (max-width: 1200px) {
.conTop {
	width: auto;
	height: auto;
	position: relative;
	left: inherit;
	top: inherit;
}
.conTop li {
	margin: 0 0 15px;
	padding: 10px;
	width: auto;
	height: auto;
	float: none;
}
.conTop li img {
	margin: 0 auto;
	width: 40px;
	display: block;
}
.conTop li p {
	display: block;
	font-size: 17px;
}

.conTop li p.name {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.copyright1 {
	padding: 6px 0;
	font-size: 14px;
}
}
#main .numsrcoll {
	margin: 0 0 60px;
	padding: 30px 50px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
	box-sizing: border-box;
}
#main .numsrcoll .num {
	width: 25%;
	float: left;
	font-size: 17px;
	position: relative;
	text-align: center;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#main .numsrcoll .num:before {
	width: 3px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: 0;
	content: "";
	background: #FF7A01;
}
#main .numsrcoll .js-counter {
	color: #FF7A01;
	font-size: 45px;
	font-weight: bold;
	font-style: italic;
}
 @media all and (max-width: 1080px) {
#main .numsrcoll {
	margin: 30px 0 60px;
	padding: 0;
	width: auto;
}
#main .numsrcoll .num {
	padding: 10px 0;
	width: 50%;
	font-size: 15px;
	position: relative;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
#main .numsrcoll .num:before {
	display: none;
}
#main .numsrcoll .js-counter {
	font-size: 35px;
}
}
.innovation {
	padding: 0;
}
.innovation .area {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.innovation .box {
	width: 25%;
	height: 258px;
	position: relative;
	display: block;
	color: #fff;
	background-color: rgba(11, 59, 133, 1);
	overflow: hidden;
}
.innovation .box .inner {
	height: 258px;
}
.innovation .box:nth-child(2) {
	background-color: rgba(10,73,168, 1);
}
.innovation .box:nth-child(3) {
	background-color: rgba(38, 124, 197, 1);
}
.innovation .box:nth-child(4) {
	background-color: rgba(80, 150, 212, 1);
}
.innovation .box .num {
 margin: .18rem 0 .34rem .28rem;
	color: rgba(255, 255, 255, 0.2);
	font-size: 48px;
}
.innovation .box:nth-child(2) .num {
	color: rgba(80, 150, 212, 0.12)
}
.innovation .box:hover .num {
	opacity: 0;
	margin-bottom: 0;
}
.innovation .box .icon {
	width: 50px;
	height: 50px;
	padding-top: 10px;
	background-color: rgba(42, 83, 145, 1);
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.innovation .box:hover .icon {
 margin-top: .12rem;
}
.innovation .box:nth-child(2) .icon {
	background-color: rgba(87, 161, 223, 1);
}
.innovation .box:nth-child(3) .icon {
	background-color: rgba(63, 141, 206, 1);
}
.innovation .box:nth-child(4) .icon {
	background-color: rgba(103, 166, 220, 1);
}
.innovation .box .icon img {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	display: block;
}
.innovation .box .title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.innovation .box:nth-child(2) .title {
	color: rgba(78, 153, 217, 1);
}
.innovation .box .inner {
	background-image: url(img/innovation-bg01.png);
	background-size: cover;
}
.innovation .box:nth-child(2) .inner {
	background-image: url(img/innovation-bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.innovation .box:nth-child(3) .inner {
	background-image: url(img/innovation-bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.innovation .box:nth-child(4) .inner {
	background-image: url(img/innovation-bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
}
 @media all and (max-width: 1080px) {
.innovation .area {
	display: block;
}
.innovation .box {
	margin-bottom: 20px;
	width: 100%;
	height: 258px;
	position: relative;
	display: block;
	color: #fff;
	background-color: rgba(11, 59, 133, 1);
	overflow: hidden;
}
}
#side {
	width: 280px;
	float: left;
}
#side .title {
	padding: 20px 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: #FF5C00 url(img/logo_img.png) no-repeat 38px center;
	background-size: 30px 30px;
}
#side {
}
#side .cate li a {
	padding: 13px 30px;
	display: block;
	color: #666;
	font-size: 17px;
	position: relative;
	background: url(img/icon03.png) no-repeat 90% center;
	background-size: 15px 15px;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
#side .cate li a:hover {
	background-position: 95% center;
}
#side .cate li a:before {
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FF9600;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
#side .cate li.on a:before, #side .cate li a:hover:before {
	width: 100%;
}

#side .lianxi {
	padding: 15px;
}

#side .lianxi li {
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
}

#side .lianxi li img {
	margin: 0 10px 0 0;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

#conts {
	padding-left: 300px;
}
 @media all and (max-width: 1200px) {
#side {
	display: none;
}
#conts {
	padding-left: 0;
}
}
.section_eight {
	position: relative;
	background: url(img/section_eight.jpg) no-repeat center center;
	background-size: cover;
}
.section_eight ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.section_eight li {
	padding-top: 20%;
	width: 16.66%;
	height: 100%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.3);
	box-sizing: border-box;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.section_eight li.bg01:hover {
	background: url(img/pbg01.jpg) no-repeat center center;
	background-size: cover;
}

.section_eight li.bg02:hover {
	background: url(img/pbg02.jpg) no-repeat center center;
	background-size: cover;
}

.section_eight li.bg03:hover {
	background: url(img/pbg03.jpg) no-repeat center center;
	background-size: cover;
}

.section_eight li.bg04:hover {
	background: url(img/pbg04.jpg) no-repeat center center;
	background-size: cover;
}

.section_eight li.bg05:hover {
	background: url(img/pbg05.jpg) no-repeat center center;
	background-size: cover;
}

.section_eight li.bg06:hover {
	background: url(img/pbg06.jpg) no-repeat center center;
	background-size: cover;
}

.section_eight .textBox .mingzi {
	padding-top: 21px;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}

.section_eight .textBox .mingzi img {
	width: 70%;
}

.section_eight .textBox .mingzi2 {
	margin: 15px 0;
	color: #fff;
	font-size: 22px;
}
.section_eight .textBox .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #000;
	font-size: 15px;
	text-align: center;
	background: #fff;
	border-radius: 40px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.section_eight .textBox .link a:hover {
	color: #fff;
	background: #d40000;
}
@media all and (max-width: 1200px) {
	.section_eight ul {
		padding: 0 10px;
		width: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		height: auto;
	}
	
	.section_eight li {
		margin: 0 1% 10px;
		padding: 15px 0;
		width: 48%;
		height: auto;
		float: left;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,.3);
	}
	
	.section_eight li.bg01 {
		background: url(img/pbg01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section_eight li.bg02 {
		background: url(img/pbg02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section_eight li.bg03 {
		background: url(img/pbg03.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section_eight li.bg04 {
		background: url(img/pbg04.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section_eight li.bg05 {
		background: url(img/pbg05.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section_eight li.bg06 {
		background: url(img/pbg06.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.section_eight .textBox .mingzi {
		padding-top:10px;
		width: 60px;
		height: 60px;
	}
	
	.section_eight .textBox .mingzi img {
		width: 70%;
	}
	
	.section_eight .textBox .mingzi2 {
		margin: 3px 0;
		color: #fff;
		font-size: 18px;
	}
	.section_eight .textBox .link a {
		padding: 5px 0;
		width: 120px;
		font-size: 13px;
	}
	
}
.fixTel {
	display: none;
}
 @media all and (max-width: 1200px) {
.fixTel {
	display: block;
	position: fixed;
	right: 20px;
	top: 46%;
}
}

.mainImg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 50;
}

.mainImg ul {
	width: 100%;
	height: 100vh;
}

.mainImg .b01,
.mainImg .b02,
.mainImg .b03 {
	width: 100%;
	height: 100vh;
	float: left;
}

.mainImg .b01 {
	background: url(img/b01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .b02 {
	background: url(img/b02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .b03 {
	background: url(img/b03.jpg) no-repeat center center;
	background-size: cover;
}

@media all and (max-width: 1200px) {
	.mainImg .b01 {
		background: url(img/b04.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainImg .b02 {
		background: url(img/b05.jpg) no-repeat center center;
		background-size: cover;
	}
	.mainImg .b03 {
		background: url(img/b06.jpg) no-repeat center center;
		background-size: cover;
	}
}

.mainImg .slick-slide {
	height: 100vh !important;
}