@charset "utf-8";
	/* CSS Document */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	margin:0;
}
body {
	font-size:16px;
	font-weight:400;
	color:#000000;
	background:#EBEFF4;
	font-family:'Noto Sans SC','Microsoft YaHei',serif;
	overflow-x:hidden;
	transition:all .4s;
	-webkit-transition:all .4s;
}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6 {
	list-style:none;
	padding:0;
	margin:0;
}
input,textarea {
	outline:none;
}
::-webkit-input-placeholder {
	color:#bdbdbd;
}
::-moz-placeholder {
	color:#bdbdbd;
}
:-ms-input-placeholder {
	color:#bdbdbd;
}
a {
	display:block;
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	}.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both
}
.clearfix {
	zoom:1;
}
.clear {
	clear:both
}
/*图片放大*/div.imgZoom {
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
}
.imgZoom img {
	transition:all .4s;
	-webkit-transition:all .4s;
}
.imgZoom:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
/*图片旋转*/.imgRotate img {
	-webkit-transition:-webkit-transform 2s ease-out;
	-moz-transition:-moz-transform 2s ease-out;
	-o-transition:-o-transform 2s ease-out;
	-ms-transition:-ms-transform 2s ease-out;
}
.imgRotate img:hover {
	-webkit-transform:rotateZ(360deg);
	-moz-transform:rotateZ(360deg);
	-o-transform:rotateZ(360deg);
	-ms-transform:rotateZ(360deg);
	transform:rotateZ(360deg);
}
/* 水平镜像翻转 */.mirrorRotateLevel img {
	transition:all 1s;
	-webkit-transition:all 1s;
}
.mirrorRotateLevel:hover img {
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	/*兼容IE*/
}
/*按钮鼠标经过变暗*/.wlp-button:hover {
	filter:alpha(opacity=90);
	background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1)) !important;
	background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1)) !important;
}
/*鼠标经过有阴影*/.wlp-shadow:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.3) !important;
}
/*鼠标经过上浮并加阴影*/.wlp-flow-shadow {
	-webkit-transition:all .3s;
	transition:all .3s;
	cursor:pointer;
}
.wlp-flow-shadow:hover {
	transform:translate3d(0,-8px,0);
	-webkit-transform:translate3d(0,-8px,0);
	-webkit-box-shadow:0 0px 10px #e9e9e9;
	box-shadow:0 0px 10px #e9e9e9;
}
/*图片经过遮罩*/.wlp-filter:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
}
img {
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:auto;
	max-height:100%;
	height:auto;
	border:none;
}
.w1200 {
	width:1200px;
	margin:0 auto;
}
.swiper-pagination-bullet {
	width:17px!important;
	height:17px!important;
	border-radius:50%;
	opacity:1!important;
}
.swiper-pagination-bullet-active {
	background:#E70000!important;
}
.flexSB {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.flexL {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.flexC {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.flexR {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.width {
	width:49%;
}
.link {
	line-height:45px;
	height:50px;
	background:#2D2D2D;
}
.share a {
	display:inline-block;
	width:30px;
}
.search {
	align-items:center;
}
.search a {
	font-size:14px;
	line-height:50px !important;
}
.search i {
	margin-right:9px;
}
.search input {
	position:relative;
	top:-2px;
	width:191px;
	line-height:30px;
	border:1px solid white;
	border-radius:13px;
	background:none;
	padding-left:11px;
	margin-left:38px;
	color:white;
}
nav {
	height:110px;
	line-height:110px;
	box-shadow:3px 0 9px 0 rgba(0,0,0,0.1);
	background:white;
}
nav a {
	color:#6A6A6A;
}
.menu-toggle {
	display:none;
}
.nav li {
	margin-left:34px;
}
.nav li a {
	position:relative;
}
.nav li.on a:after {
	content:'';
	position:absolute;
	width:100%;
	height:3px;
	background:#E70000;
	left:0;
	bottom:25px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.nav li a:after {
	overflow:hidden;
	content:'';
	position:absolute;
	width:0;
	height:3px;
	background:#E70000;
	left:0;
	bottom:25px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.nav li a:hover:after {
	width:100%;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.ibanner {
	height:599px;
}
.ibanner img {
	height:100%;
	object-fit:cover;
}
.banner {
	position:relative;
}
.banner div.w1200 {
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	transform:translateX(-50%);
}
.banner div.w1200 div {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	color:white;
}
.banner div.w1200 div p:nth-child(1) {
	font-weight:bold;
	font-size:36px;
}
.banner div.w1200 div p:nth-child(2) {
	font-size:16px;
	text-transform:uppercase;
}
.pro {
	text-align:center;
	padding-bottom:30px;
}
.pro .tit {
	text-align:center;
}
.pro .tit h2 {
	font-size:36px;
	font-weight:bold;
	margin-top:75px;
}
.pro .tit p {
	font-size:20px;
	color:#A1A4A8;
	margin-bottom:20px;
}
.proTab ul li {
	line-height:50px;
	background:white;
	text-align:center;
	padding:0 20px;
	margin:20px 10px;
}
.proTab ul li a {
	color:#686868;
}
.proTab ul li.on {
	background:black;
}
.proTab ul li.on a {
	color:#ffffff;
}
.proShow li {
	position:relative;
	margin-right:13px;
	text-align:center;
	margin-bottom:43px;
}
.proShow li a {
	color:#525355;
	font-size:16px;
}
.proShow li p {
	margin-top:24px;
}
.proShow li:nth-child(4n) {
	margin-right:0;
}
.proShow li .proBc {
	position:absolute;
	top:0;
	left:0;
	background:url(../images/icon01.jpg) no-repeat center;
	background-size:cover;
	width:290px;
	height:268px;
	opacity:0;
}
.proShow li:hover .proBc {
	opacity:0.8;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.pro .more {
	display:inline-block;
	width:122px;
	line-height:40px;
	background:black;
	color:white;
	text-align:center;
	margin:0 auto;
	border-radius:20px;
}
.reason {
	background:url(../images/reason.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:899px;
}
.reason .tit {
	text-align:center;
}
.reason .tit h2 {
	padding-top:95px;
	font-size:40px;
	color:white;
}
.reason .tit h2 span {
	color:#d5271c;
}
.reason .tit p {
	font-size:16px;
	color:#E1E4E9;
	margin-bottom:70px;
}
.resList li {
	width:270px;
	height:240px;
	margin:0 40px 50px 0;
	background:white;
	border-radius:8px;
	text-align:center;
	position:relative;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:nth-child(4n) {
	margin-right:0;
}
.resImg {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:60px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resTxt {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:152px;
	width:100%;
	padding:0 23px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resTxt p:first-child {
	font-size:24px;
}
.resTxt p:nth-child(2) {
	font-size:16px;
	line-height:24px;
	color:#9F9F9F;
	text-transform:uppercase;
}
.resTxt p:nth-child(3) {
	display:none;
}
.resList li:hover {
	background:#E70000;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:hover .resImg {
	background:white;
	width:63px;
	height:63px;
	border-radius:50%;
	top:0;
	transform:translate(-50%,-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:hover .resImg:after {
	position:absolute;
	content:'';
	width:76px;
	height:76px;
	left:-6px;
	top:-6px;
	background:rgba(255,255,255,0.5);
	border-radius:50%;
}
.resList li:hover .resImg img {
	width:36px;
	object-fit:cover;
	position:relative;
	z-index:999;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:hover .resTxt {
	top:75px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:hover .resTxt p:first-child {
	color:white;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:hover .resTxt p:nth-child(2) {
	display:none;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList li:hover .resTxt p:nth-child(3) {
	display:block;
	color:white;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.resList .more {
	padding:30px 0 0 49px;
}
.resList .more pre {
	font-size:24px;
	font-family:'oto Sans SC',sans-serif;
	color:white;
	margin-bottom:75px;
}
.resList .more a {
	display:inline-block;
	width:193px;
	line-height:47px;
	text-align:center;
	background:#E70000;
	border-radius:25px;
	font-size:20px;
	position:relative;
}
.resList .more a:after {
	content:'';
	position:absolute;
	width:9px;
	height:10px;
	border-top:2px solid white;
	border-right:2px solid white;
	transform:rotate(45deg);
	top:50%;
	margin-top:-5px;
	right:42px;
}
.ab {
	padding-top:107px;
	padding-bottom:37px;
}
.abTxt {
	width:460px;
	position:relative;
}
.abTxt h2 {
	padding-top:20px;
	margin-bottom:40px;
	text-align:right;
}
.abTxt p {
	font-size:16px;
	line-height:32px;
	color:#555658;
	text-align:justify;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
}
.abTxt a {
	position:absolute;
	bottom:57px;
	right:0;
	width:122px;
	height:40px;
	line-height:38px;
	border-radius:20px;
	text-align:center;
	color:white;
	background:black;
	font-size:18px;
}
.honorTab li {
	width:221px;
	height:112px;
	line-height:112px;
	text-align:center;
	position:relative;
	background:#DCDCDC;
}
.honorTab li.on {
	background:black;
}
.honorTab li:after {
	content:'';
	position:absolute;
	background:url(../images/icon07.png) no-repeat center;
	background-size:cover;
	width:12px;
	height:14px;
	top:50%;
	margin-top:-7px;
	right:0;
}
.honorShow li {
	width:300px;
	height:225px;
	text-align:center;
	background:white;
	margin-left:25px;
}
.about .honorShow li {
	width:30%;
	margin-bottom:50px;
	height:auto;
	margin-left:0px;
}
.video li {
	width:300px;
	height:225px;
	text-align:center;
	background:white;
	margin-left:25px;
}
.about .video li {
	width:30%;
	margin-bottom:50px;
	height:auto;
	margin-left:0px;
}
.about .video li p {
	background:#EBEFF4;
	padding-top:29px;
}
.honorShow li div {
	position:relative;
}
.honorShow li div p {
	width:100%;
	text-align:center;
	line-height:45px;
	font-size:16px;
	color:white;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.4);
}
.new h2 {
	padding-top:100px;
	font-size:36px;
	text-align:center;
	margin-bottom:32px;
}
.new ul li {
	width:33%;
	padding:20px;
}
.new ul li:hover {
	background:white;
	box-shadow:5px 0 10px 0px rgba(0,0,0,.1);
}
.new ul li:hover .newTxt p:first-child {
	color:#d5271c;
}
.newTxt p:first-child {
	font-size:18px;
	color:black;
	margin:5px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.newTxt p:nth-child(2) {
	font-size:14px;
	color:#A1A1A1;
	margin-bottom:10px;
}
.newTxt p:nth-child(3) {
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#A1A1A1;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.new .more {
	width:122px;
	height:40px;
	line-height:38px;
	background:black;
	color:white;
	border-radius:20px;
	text-align:center;
	margin:50px auto;
}
.address {
	background:#E70000;
}
.address ul {
	align-items:center;
	height:120px;
	color:white;
}
.address ul li {
	display:flex;
	align-items:center;
}
.address ul li i {
	display:inline-block;
	float:left;
	margin-right:16px;
}
.address ul li p {
	float:right;
}
.copyright {
	line-height:50px;
	text-align:center;
	background:black;
	color:#B6B6B6;
}
.info {
	background:#1F2333;
	padding:80px 0;
	color:#999A9F;
}
.info span {
	font-size:24px;
	font-weight:bold;
	color:white;
}
.info ul li div i {
	vertical-align:text-bottom;
}
.info ul li div:first-child {
	margin-bottom:30px;
}
.linkList {
	width:280px;
}
.linkList li {
	width:33%;
	line-height:24px;
	margin-bottom:20px;
}
.linkList li a {
	color:#999A9F;
}
.about h2 {
	text-align:center;
	margin:36px 0;
	font-size:36px;
}
.aboutTxt {
	text-indent:2em;
	color:#686A6D;
	font-size:18px;
	line-height:36px;
}
.aboutTxt h3 {
	color:#181919 !important;
	font-size:24px;
	margin-top:40px;
}
ul.aboutData {
	margin:80px auto;
}
ul.aboutData li {
	width:33.33%;
	text-align:center;
}
ul.aboutData li p {
	font-size:18px;
	color:#515254;
}
ul.aboutData li span {
	font-size:60px;
	font-weight:bold;
	color:black;
}
.spirit {
	background:url(../images/about03.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:653px;
}
.spirit h2 {
	padding-top:120px;
	margin-bottom:120px;
	color:white;
	font-size:36px;
}
.spirit ul li {
	text-align:center;
	color:#DEDFE0;
	margin-bottom:10px;
}
.spirit ul li div.imgZoom {
	width:165px;
	height:165px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(255,255,255,0.2);
	border-radius:50%;
}
.spirit ul li p {
	margin-top:10px;
	font-size:20px;
}
.equipment ul li {
	margin-bottom:50px;
}
.equipment ul li div.imgZoom {
	position:relative;
}
.equipment ul li div.imgZoom p {
	position:absolute;
	bottom:0px;
	line-height:45px;
	width:100%;
	background:rgba(0,0,0,0.2);
	text-align:center;
	color:white;
}
.proPage {
	text-align:center;
	padding:20px 0 50px;
}
.proPage span {
	display:inline-block;
	width:47px;
	height:42px;
	line-height:42px;
	margin:0 2px;
	border:1px solid #EDEDED;
	border-radius:6px;
}
.proPage span a {
	color:#656565;
	display:block;
}
.proPage span.current {
	background:#232A35;
}
.proPage span.current a {
	color:white;
}
.proPage .first a {
	background:url(../images/prev.png);
	width:47px;
	height:42px;
	color:rgba(0,0,0,0) !important;
}
.proPage .prev a {
	background:url(../images/prev.png) 51px;
	width:47px;
	height:42px;
	color:rgba(0,0,0,0) !important;
}
.proPage .last a {
	background:url(../images/prev.png);
	width:47px;
	height:42px;
	color:rgba(0,0,0,0) !important;
	transform:rotate(180deg);
}
.proPage .next a {
	background:url(../images/prev.png) 51px;
	width:47px;
	height:42px;
	color:rgba(0,0,0,0) !important;
	transform:rotate(180deg);
}
.proPage .first,.proPage .prev,.proPage .next,.proPage .last {
	border:none !important;
}
.proDetail {
	background:white;
}
.proDetail p {
	text-align:left;
	font-size:20px;
	line-height:60px;
	padding-left:20px;
}
.proDetail .proImg {
	width:600px;
	height:360px;
	margin:0 auto;
}
.proDetail .proImg img {
	width:100%;
}
.proDetailPage {
	padding:100px 300px;
}
.proDetailPage span {
	display:inline-block;
	width:122px;
	line-height:40px;
	text-align:center;
	background:black;
	border-radius:20px;
}
.newsList li {
	height:222px;
	padding:30px;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	box-sizing:border-box;
	margin-bottom:35px;
	background:white;
}
.newsList li:hover {
	box-shadow:3px 3px 10px 0 rgba(0,0,0,0.1);
}
.newsList li div:first-child {
	width:19%;
}
.newsList li div:last-child {
	padding-bottom:22px;
	width:77%;
}
.newsList li div:last-child a p:first-child {
	color:black;
	font-weight:bold;
	font-size:18px;
}
.newsList li div:last-child a p:nth-child(2) {
	color:#8E8E8E;
	margin:15px 0 25px;
	font-size:14px;
}
.newsList li div:last-child a p:nth-child(3) {
	color:#8E8E8E;
	font-size:16px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.newsTit {
	height:135px;
	border-bottom:1px solid #E2E2E2;
	text-align:center;
	padding-top:35px;
	margin-bottom:15px;
}
.newsTit p:first-child {
	font-size:24px;
	margin-bottom:15px;
}
.newsTit p:last-child {
	font-size:14px;
	color:#8E8E8E;
}
.newsDe p {
	text-indent:2em;
	font-size:16px;
	line-height:30px;
	color:#666666;
	margin-bottom:1em;
}
.newsDPage {
	margin:75px 0;
	background:#F9F9F9;
	height:130px;
	padding:30px 40px;
	color:#666666;
	font-size:16px;
}
.newsDPage a {
	display:inline-block;
	color:black;
	font-size:16px;
}
.newsDPage .prev {
	margin-bottom:25px;
}
.contact {
	margin-bottom:50px;
}
.contact li {
	height:570px;
}
.contact li:nth-child(1) {
	width:475px;
	background:white;
	padding:34px 29px;
}
.contact li:nth-child(1) h3 {
	margin-bottom:20px;
	font-size:24px;
}
.contact li:nth-child(1) div.flexL div:last-child p:first-child {
	color:#d5271c;
}
.contact li:nth-child(1) div.flexL div:last-child {
	border-bottom:1px dashed #D9D9D9;
	margin-bottom:15px;
	padding-bottom:15px;
}
.contact li:nth-child(1) div.flexL div:last-child p {
	line-height:30px;
	margin-left:15px;
}
.contact li:nth-child(2) {
	width:695px;
	background:white;
	padding:5px;
}
.video-main {
	height:580px;
	padding-top:55px;
	padding-bottom:70px;
}
.video-main .video-left {
	width:260px;
	height:100%;
	background-color:#434343;
}
.video-main .video-left ul li {
	height:55px;
	width:100%;
	border-bottom:1px solid #656363;
	padding-left:23px;
	cursor:pointer;
}
.video-main .video-left ul li:hover {
	background-color:#E70000;
}
.video-main .video-left ul li i {
	display:inline-block;
	margin-right:17px;
	width:20px;
	height:20px;
	background-image:url('./../images/play.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.video-main .video-left ul li span {
	color:#ffffff;
	font-size:16px;
}
.video-main .video-right {
	width:912px;
	height:500px;
	background-color:black;
}
.video-main .video-right video {
	width:100%;
	height:100%;
}
.video-main .video-select {
	display:none;
}
.align-items_center {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.display_flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
@media (max-width:1200px) {
	.w1200 {
	width:100%;
	padding:0 10px;
}
nav {
	height:60px;
	line-height:60px;
}
nav a,nav div {
	height:100%;
}
nav a img {
	height:50px;
	position:relative;
	top:-5px;
}
.nav {
	display:none;
	width:100%;
	background:#EBEFF4;
	height:100vh;
	position:relative;
	z-index:999;
}
.nav li.on a:after {
	display:none;
}
.nav li a:after {
	display:none;
}
.menu-toggle {
	width:60px;
	height:60px;
	position:absolute;
	right:10px;
	top:50px;
	float:right;
	z-index:99999;
	display:block;
}
.menu-toggle span {
	width:35px;
	height:2px;
	background:#8B8B8B;
	display:block;
	position:relative;
	opacity:1;
	transition:all 300ms;
	margin:32px 0 0 12px;
}
.menu-toggle span:before {
	content:"";
	width:35px;
	height:2px;
	background:#8B8B8B;
	display:block;
	position:absolute;
	left:0;
	top:-10px;
	transition:all 300ms;
}
.menu-toggle span:after {
	content:"";
	width:35px;
	height:2px;
	background:#8B8B8B;
	display:block;
	position:absolute;
	left:0;
	top:10px;
	transition:all 300ms;
}
.cur span {
	width:0;
}
.cur span:before {
	transform:rotate(-45deg);
	top:0;
}
.cur span:after {
	transform:rotate(45deg);
	top:0;
}
.resList li {
	margin:0 30px 50px 0;
}
.ab {
	padding:10px;
}
.abTxt {
	width:100%;
}
.abTxt h2 {
	text-align:left;
	margin:0;
	padding:10px 0;
}
.abTxt a {
	position:relative;
	bottom:0;
}
.reason {
	height:auto;
}
.honorTab {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	margin-bottom:10px;
}
.honorTab li {
	width:50%;
	height:60px;
	line-height:60px;
}
.honorShow li {
	margin-bottom:10px;
  height: auto;
}
  .proDetail .proImg{
    width: auto;
  }
  .proDetailPage{
    padding: 10px ;
  }
.new ul li {
	width:50%;
}
.resList li:nth-child(4n) {
	margin-right:30px;
}
.newsList li div:first-child {
	display:none;
}
.newsList li div:last-child {
	width:100%;
}
.contact li {
	width:50% !important;
}
.video-main .video-select {
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	background-color:#434343;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
}
.video-main .video-select span {
	float:left;
	color:#ffffff;
}
.video-main .video-select i {
	margin-top:15px;
	float:right;
	display:block;
	width:30px;
	height:30px;
	background-image:url('./../images/top.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.i-s {
	background-image:url('./../images/bot.png')!important;
}
.video-main .video-left {
	display:none;
	z-index:900;
	width:100%;
}
.video-main .video-right {
	width:100%;
	margin-top:30px;
}
.video-main {
	height:auto;
}
}
@media (max-width:768px) {
	.ibanner {
	height:auto;
}
.pro .tit h2 {
	margin-top:15px;
	font-size:24px;
}
.pro .tit p {
	font-size:14px;
}
.proTab ul li {
	width:47%;
	margin:5px 5px;
	padding:0;
}
.proShow li,.proShow li p {
	width:100%;
	margin:0 0 10px 0;
}
.proShow li .proBc {
	display:none;
}
.reason {
	height:auto;
	padding-bottom:10px;
}
.resList li {
	width:47%;
	margin:5px !important;
}
.reason .tit h2 {
	padding:10px;
}
.reason .tit p {
	margin-bottom:10px;
}
.resList .more {
	padding:0;
	text-align:center;
  margin: 0 auto;
}
.resList .more pre {
	font-size:17px;
	margin:10px 0;
}
.ab {
	padding:10px;
}
.abTxt {
	width:100%;
}
.abTxt h2 {
	text-align:left;
	margin:0;
	padding:10px 0;
}
.abTxt a {
	position:relative;
	bottom:0;
}
.new h2 {
	margin:0;
	padding:10px 0;
}
.new ul li {
	width:100%;
	padding:0 0 10px 0;
}
.new .more {
	margin:10px auto;
}
.address,.info {
	display:none;
}
.copyright {
	padding:0 60px;
	line-height:40px
}
.banner,.swiper-container {
	height:250px;
}
.banner img,.swiper-slide img {
	height:100%;
	object-fit:cover;
}
.about h2 {
	margin:10px 0;
	font-size:24px;
}
.aboutTxt {
	font-size:16px;
	line-height:32px;
}
ul.aboutData li,.about .honorShow li,.about .video li {
	width:100%;
}
.about .video li p {
	padding-top:10px;
}
ul.aboutData {
	margin:10px auto;
}
.spirit h2 {
	padding-top:80px;
}
.newsList li {
	padding:10px;
	height:auto;
}
.newsTit {
	height:auto;
	padding:10px 0;
}
.newsTit p:first-child {
	font-size:18px;
}
.newsDPage {
	height:auto;
	margin:10px auto;
	padding:10px;
}
.contact li:nth-child(1) {
	padding:10px;
	width:100%;
}
.contact li:nth-child(1) div.flexL div:last-child {
	width:300px;
}
.honorShow li,.honorShow {
	width:100%;
	text-align:center;
	margin-left:0;
}
.contact li {
	width:100% !important;
}
.search input {
	width:100px;
	margin-left:10px;
}
}
@media (max-width:374px){
  .resList li{
    width: 100%;
  }
  .resList{
    justify-content: center!important;
  }
  .resList .more pre {
    font-size: 14px;
    margin: 10px 0;
  }
  .reason .tit h2{
    padding: 20px 0;
  }
}
/*===/分页=============================*/
.fenye{ padding: 10px 0 60px; text-align: center; font-size:18px;}
.arrow{  padding:8px 15px; background:#fff; color:#656565; margin:0 8px;}
a.arrow:hover{ background:#656565; color:#fff; }
.fenye a{ line-height:1;color:#666; padding:8px 15px; margin-right:8px;background:#fff; display: inline; border-radius: 5px;}
.fenye a:hover{color:#fff;background:#656565; }
.fenye .current{ line-height:1; background:#656565; color:#FFF; padding:8px 15px; margin-right:8px;border-radius: 5px;}
