/*animate补充动画*/

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}



.itempage{ padding: 50px 200px;box-sizing: border-box;}
.item-div{ padding: 50px 0 0 0;}
.item-div1 ul{ display: flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.item-div1 ul li{ width: 31.5%; margin-bottom: 3%;}
.item-div1 ul li img{ display: block; width: 100%; overflow: hidden;}
.item-div1 li h3{ font-size: 18px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 10px 0;}
.item-div1 li p{ font-size: 14px; color: #999; height: 48px; line-height: 24px; overflow: hidden;}
.item-div1 li figcaption{ box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 10px 10px;}

.item-div2 ul{ display: flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.item-div2 ul li{ width: 25%; border:1px solid #E0E0E0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
margin-bottom: -1px; }
.item-div2 ul li:nth-child(2n+1),.item-div2 ul li:nth-child(2),.item-div2 ul li:nth-child(6){ border-right: none;}
.item-div2 ul li p{text-align: center; font-size: 16px; padding: 15px 0;}
.item-div2 ul li figure img{ display: block; width: 160px; margin: 20px auto 0 auto;}
.item-div3{ padding-bottom: 0;}
.item-div3 .liuyan{ padding-top: 0;}
.item-div3 .liuyan ul{display: flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;  padding:50px 0;}
.item-div3 .liuyan li{ width: 32%; margin: 15px 0;}
.item-div3 li.on_22{ display:flex; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between;}
.item-div3 .liuyan li.on_22 input.sub{ width: 49%; border-radius: 5px;}
.item-div3 .liuyan li.on_22 a{ height: 50px; display: block; line-height: 50px; width: 49%; background: #3279e6; text-align: center;  border: none; border-radius: 5px; color: #fff;  font-size: 20px;  cursor: pointer;  transition: 300ms;}


.list-company{ padding: 45px 0;}
.list-company ul{ margin-top: 35px; display: flex;  display: flex; justify-content: space-between;}
.list-company ul li{  box-shadow: 0 0 10px rgba(0,0,0,0.05); width: 32%; padding: 25px 0; border:1px solid #F5F5F5;}
.list-company li p{height: 50px; line-height: 50px;  font-size: 16px; color: #000;
text-align: center; background: #fff;}


@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

.word8 {
	z-index: 135;
	width: 650px;
	height: 48px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .word9 {
	z-index: 136;
	width: 650px;
	height: 48px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .word10 {
	z-index: 137;
	width: 650px;
	height: 48px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .word11 {
	z-index: 139;
	width: 650px;
	height: 24px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
  }

  .txt3 {
	z-index: 138;
	width: 650px;
	height: 96px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
  }

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none;
	}
	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

.scaleIn {
	animation-name: scaleIn;
}

.fadeIn {
	animation-delay: 0.3s;
	animation-timing-function: linear;
}


/*滚动动画的样式*/


/*.disable-hover {*/


/*pointer-events: none;*/


/*}*/

.scroll-animate.animated {
	visibility: hidden;
}

.font-fadeIn font {
	display: inline-block;
	min-width: 12px;
}

.scrolly {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

img.classGo,
.pic.classGo {
	transition: all 1.2s ease-out;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: blur(30px);
	visibility: visible!important;
}

img.classGo.go,
.pic.classGo.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0);
}


/*header*/

.index-header {
	background: rgba(255,255,255,.85);
	padding: 16px 40px;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	margin: 20px 50px 0 50px;
	max-height: 100px;
	transition: all 1s ease;
	position: absolute;
	z-index: 99;
	-webkit-box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
	-moz-box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
	box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
	width: calc(100% - 100px);
}

.index-logo {
	width: 20%;
}

.index-nav {
	width: 80%;
}

.navFl{
	text-align: right;
}
.index-nav li {
	display: inline-block;
	/* float: right; */
	width: calc(100%/8);
	text-align: center;
	box-sizing: border-box;
	font-size: 17px;
	/* font-size: 1.2vw; */
	padding: 10px 5px 10px 0;
}

.index-nav li a {
	color: #141418;
	display: inline-block;
	position: relative;
}

.index-nav li a:after {
	position: absolute;
	content: "";
	bottom: -10px;
	width: 100%;
	height: 3px;
	left: 0;
	background: #3279e6;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .42s;
	-webkit-transition: .42s;
}

.index-nav li a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.index-nav li.on a {
	color: #3279e6;
}

.index-nav li.on a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.index-nav li a:hover {
	color: #3279e6;
}
.index-nav li a.qkwd_this{
	color: #3279e6;
}
.index-nav li a.qkwd_this:after {
	position: absolute;
	content: "";
	bottom: -10px;
	width: 100%;
	height: 3px;
	left: 0;
	background: #3279e6;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transition: .42s;
	-webkit-transition: .42s;
}

.index-header-right {
	padding-top: 10px;
}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 30px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.index-header-right .erweima {
	background: url(../images/erweima-ico.jpg) no-repeat left center;
	width: 22px;
	height: 30px;
	position: relative;
}

.erweima-pic {
	position: absolute;
	top: 30px;
	left: -53px;
	z-index: 99;
	display: none;
}

.index-header-right .erweima:hover .erweima-pic {
	display: block;
}

.search-btn {
	background: url(../images/sousuo.png) no-repeat left center;
	text-indent: 30px;
}

.la-close {
	font-family: sans-serif;
	font-size: 35px;
}

.search_sec {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 999999999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0;
}

.search_field {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field form {
	position: relative;
}

.search_field form input {
	width: 100%;
	height: 66px;
	background-color: #e5e5e5;
	color: #262626;
	font-size: 17px;
	padding: 0 30px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
}

.search_field form button {
	position: absolute;
	top: 19px;
	right: 24px;
	background-color: inherit;
	border: 0;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #c6c7ca;
	font-size: 40px;
}

.close-search:hover {
	color: #c6c7ca;
}


/*banner*/

.banner-position {
	position: relative;
}

.index-banner .swiper-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-wave {
	width: 100vw;
	position: absolute;
	bottom: -15%;
	z-index: 2;
}

.banner-wave>div {
	background-color: var(--col-deepblue);
	margin: -5px 0px 0px 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

svg {
	width: 100%;
	overflow: visible;
}

.wave {
	animation: wave 3s linear;
	animation-iteration-count: infinite;
	fill: #ffffff;
}

.drop {
	fill: var(--col-deepblue);
	xfill: #99000055;
	animation: drop 3.2s linear infinite normal;
	stroke: var(--col-deepblue);
	stroke-width: 0.5;
	transform: translateY(25px);
	transform-box: fill-box;
	transform-origin: 50% 100%;
}

.drop1 {}

.drop2 {
	animation-delay: 3s;
	animation-duration: 3s;
}

.drop3 {
	animation-delay: -2s;
	animation-duration: 3.4s;
}

.drop4 {
	animation-delay: 1.7s;
}

.drop5 {
	animation-delay: 2.7s;
	animation-duration: 3.1s;
}

.drop6 {
	animation-delay: -2.1s;
	animation-duration: 3.2s;
}

.gooeff {
	/* filter: url(../js/.com/Uploads/js/201810/1540526411/css/#goo); */
}

#wave2 {
	animation-duration: 5s;
	animation-direction: reverse;
	opacity: 1
}

#wave3 {
	animation-duration: 7s;
	opacity: .4;
}

@keyframes drop {
	0% {
		transform: translateY(25px);
	}
	30% {
		transform: translateY(-10px) scale(.1);
	}
	30.001% {
		transform: translateY(25px) scale(1);
	}
	70% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(-10px) scale(.1);
	}
}

@keyframes wave {
	to {
		transform: translateX(-100%);
	}
}

@keyframes ball {
	to {
		transform: translateY(20%);
	}
}


/*about*/
.index-cons {
	padding: 0 9vw;
	box-sizing: border-box;
	width: 100%;
}
.index-con {
	padding: 0 7vw;
	box-sizing: border-box;
	width: 100%;
}

.index-about {
	position: relative;
	z-index: 9;
	position: relative;
	margin-top: 40px;
}

.index-about .index-about-text {
	width: 53%;
}

.index-about-text p {
	color: rgba(0,0,0,.8);
	/* line-height: 33px; */
	font-size: 13px;
	line-height: 25px;
    /* font-size: .87vw; */
	/* height: 2.2vw; */
	margin-bottom: 10px;
}
.product_info{
	/* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.index-title h3 {
	font-size: 52px;
	font-size: 3vw;
    /* height: 3vw; */
	/* line-height: 3vw; */
	height: 56px;
	line-height: 56px;
	font-family: 'DIN';
	/* padding: 10px 0; */
	text-transform: uppercase;
	font-weight: bold;
	color: #338ACA;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #338ACA, #338ACA);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #338ACA, #338ACA);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, #338ACA, #338ACA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index-title h2 {
	color: #FFFFFF;
	text-shadow: 0 4px 12px rgba(0,147,255,0.50);
	font-size: 84px;
	letter-spacing: -2px;
	font-family: 'DIN';
	text-transform: uppercase;
	font-weight: bold;
	/* padding: 60px 0; */
	/* font-size: 5vw; */
    /* height: 8vw; */
	/* line-height: 8vw; */
	margin-bottom: 10px;
	height: 100px;
	line-height: 100px;
}

.index-title span {
	display: block;
	width: 30px;
	height: 4px;
	background: #338aca;
	margin: 10px 0 20px;
}

.index-more a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-family: arial;
	width: 210px;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	background: #2d6dee;
	text-align: center;
	color: #ffffff;
	border-radius: 25px;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(left, #5862ef, #2c6dee);
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(left, #5862ef, #2c6dee);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(left, #5862ef, #2c6dee);
	margin: 80px 0 20px;
}

.wave_box1 {
	width: 100%;
	position: absolute;
	/* bottom: -60vh; */
	top: 31vw;
	left: 0;
	opacity: .4;
	z-index: -1;
}

.index-about-pic {
	width: 46.5%;
	/* box-shadow: 0 22px 60px -5px rgba(44, 115, 240, 0.6); */
	/* overflow: hidden; */
	border-radius: 30px;
}

.index-about-pic a {
	display: block;
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

.index-about-pic img {
	display: block;
	text-align: right;
	width: 100%;
	/* height: 100%; */
}
.index-about-pic img.classGo1{
	width: 44vw;
}

/*业务*/

.index-yewu {
	position: relative;
	z-index: 10;
	margin-top: 7em;
}

.index-yewu-info {
	margin-top: 2em;
}

.index-yewu-pic {
	width: 45%;
	/* box-shadow: 10px 30px 48px 5px rgba(44, 115, 240, 0.5); */
	/* overflow: hidden; */
	/* border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; */
}

.index-yewu-pic img {
	display: block;
	text-align: right;
	width: 100%;
	height: 100%;
}

.index-yewu-list {
	width: 52%;
}

.index-yewu-list li {
	position: relative;
	float: left;
	width: 50%;
	/* margin-left: 2.3%; */
	/* margin-top: 1.5em; */
	background: #ffffff;
	/* padding: 30px; */
	padding: 2.8vw 1.5vw;
	box-sizing: border-box;
}

.index-yewu-list li em {
	display: block;
	margin-bottom: 10px;
	height: 37px;
}

.index-yewu-list li .text h2 {
	color: #3b83ff;
	font-size: 20px;
	margin-bottom: 10px;
}

.index-yewu-list li .text span {
	color: #666666;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
}

.index-yewu-list li .text p {
	color: #666666;
	font-size: 13px;
	margin-top: 20px;
	height: 90px;
	overflow: hidden;
}

.index-yewu-list li a {
	display: block;
}

.index-yewu-list li:hover {
	box-sizing: border-box;
	box-shadow: 0 0 10px #84b1ff;
	-webkit-box-shadow: 1px 1px 10px rgba(132, 177, 255, 0.5);
	box-shadow: 1px 1px 10px rgba(132, 177, 255, 0.5)
}
.index-yewu-list li img{
	float: left;
	width: 3.33vw;
}
.index-yewu-list li span{
	float: left;
    height: 3.33vw;
    line-height: 3.33vw;
    margin-left: 1.3vw;
	font-size: .9vw;
	/* font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 4.7vw); */
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
	background-color: #c1d8ff
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after {
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after {
	top: 0;
	width: 3px;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before {
	left: 0
}

.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after {
	right: 0
}

.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before {
	top: 0
}

.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after {
	bottom: 0
}

.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before {
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before {
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after {
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after {
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before {
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.button {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/*产品*/

.index-product {
	margin-top: 10em;
}

.index-product-list {
	margin-top: 4em;
}

.index-product-list li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	position: relative;
}

.index-product-list li em {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-product-list li em img {
	display: block;
	width: 100%;
	height: 100%;
}

.index-product-list li .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	z-index: 3;
	padding: 35px;
	/* padding: 4vw; */
	box-sizing: border-box;
}

.index-product-list li .text h2 {
	font-size: 18px;
	margin-bottom: 10px;
	/* font-size: 2vw;
    height: 2.5vw;
	line-height: 2.5vw;
	margin-bottom: .5vw; */
}

.index-product-list li .text p {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: arial;
	margin-bottom: 20px;
	/* font-size: 1vw;
    height: 1.5vw;
	line-height: 1.5vw;
	margin-bottom: 1vw; */
}

.index-product-list li .text span {
	display: block;
	/* margin-bottom: 1vw;
	height: 2vw;
    line-height: 2vw; */
}
.index-product-list li .text span img{
	width: 72px;
}

.index-product-list li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.index-product-list li:first-of-type {
	margin-left: 0;
}

.index-product-list li:hover em img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-product-list li em img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}


/*news*/

.index-news {
	margin-top: 6em;
}

.index-news-list {
	width: 80%;
	margin: 0 auto;
	margin-top: 5em;
	min-width: 1200px;
	padding: 0;
}
.page-main .index-news-list.index-con{
	padding: 0;
}

.index-news-list li {
	width: 100%;
	height: 250px;
	/* float: left; */
	/* margin-left: 2%; */
	background: #ffffff;
	/* box-shadow: 0 0 5px #888; */
	/* -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); */
	/* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); */
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 3em;
}

.index-news-list li:nth-child(4n+1) {
	margin-left: 0;
}

.index-news-list li em {
	display: block;
	width: 400px;
	height: 250px;
	overflow: hidden;
	background: #f8f8f8;
	text-align: center;
	line-height: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

.index-news-list li em p {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-news-list li em img.noData{
	width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.index-news-list li .text {
	padding: 0 35px;
	box-sizing: border-box;
	padding-left: 540px;
	position: relative;
}
.index-news-list li p.detailBtn{
	position: absolute;
	bottom: 3em;
	right: 10px;
	color: #fff;
}
.index-news-list li .text p.acttime{
	position: absolute;
	top: 0;
	left: 425px;
	border: 1px solid #d9d9d9;
	padding: 10px 20px;
}
.index-news-list li .text p.acttime span{
	color: #338aca;
	text-align: center;
}
.index-news-list li .text p.acttime span:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-news-list li .text p.acttime span:nth-child(2){
	font-size: 12px;
	font-weight: bold;
}
.index-news-list li .text span {
	display: block;
	/* height: 2px;
	width: 30px;
	background: #d8d8d8;
	margin: 10px 0 20px; */
}

.index-news-list li .text p {
	line-height: 30px;
	color: #333333;
	/* height: 70px; */
	margin-bottom: 20px;
	font-size: 16px;
	overflow: hidden;
}
.index-news-list li .text .contentMd p{
	margin-bottom: 3px;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
}

.index-news-list li .text i {
	color: #888888;
	font-family: arial;
	font-size: 14px;
	margin-top: 10px;
}

.index-news-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-news-list li a:hover .text>p {
	color: #338aca;
}

.index-news-list li a:hover em p {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-news-list li a em p {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.index-footer {
	background: url(../images/f-bg.jpg) no-repeat center top #2a2e34;
	padding: 60px 0 0;
	box-sizing: border-box;
	margin-top: 6em;
}

.index-footer-info {
	margin-bottom: 50px;
	padding: 0 100px;
	box-sizing: border-box;
}

.index-footer-info .logo {
	width: 25%;
	margin-right: 4%;
}

.index-footer-info .lianxi {
	width: 35%;
	margin-right: 30%;
}

.index-footer-info .lianxi h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-footer-info .lianxi p {
	color: #f9f9f9;
}

.index-footer-info .phone {
	color: #ecf0f4;
	font-size: 1.9vw;
	font-family: "DIN";
	width: 20%;
	margin-right: 3%;
	font-weight: bold;
	background: url(../images/phone.png) no-repeat center left;
	text-indent: 35px;
}

.index-footer-info .erweima {
	width: 100px;
	height: 100px;
}

.index-footer-info .erweima img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.index-footer-info .erweima p {
	text-align: center;
	color: #cdcdcd;
}

.index-footer-bottom {
	background: #000000;
	color: #ffffff;
	padding: 15px 0;
}

.index-footer-bottom a {
	color: #ffffff;
}

.position-yuan {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.position-yuan .bg {
	background: url(../images/tran.svg) no-repeat right center;
	z-index: 4;
	height: 731px;
	width: 731px;
	position: absolute;
	top: -120px;
	right: 0;
	background-repeat: no-repeat;
	background-color: transparent;
}


/*子页面*/

#wrap {
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.page-banner {
	width: 100%;
	animation-duration: 2s;
	position: relative;
	z-index: 1;
	opacity: 0;
}

#top {
	position: relative;
}

/* .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	top: -50px;
	top: -4vw;
	width: 84%;
	margin: auto;
	height: calc(100% - 360px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.msg h1 {
	letter-spacing: 2vw;
	text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	font-size: 3.5vw;
	font-size: 68px;
	color: #ffffff;
	height: 10vw;
	line-height: 10vw;
}

.msg #down-more {
	position: absolute;
	bottom: 7vw;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	pointer-events: auto;
	z-index: 3;
	cursor: pointer;
}

.msg #down-more>i {
	display: inline-block;
	animation: rise .6s linear infinite alternate;
}

.msg #down-more>a {
	color: #ffffff;
	font-size: .9vw;
    height: 1vw;
    line-height: 1vw;
}
.msg #down-more>i img{
	width: 2vw;
} */

@keyframes rise {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translateY(1vw);
	}
}

.sub-menu {
	border-bottom: 1px solid #ececec;
	text-align: center;
	border-bottom: 1PX solid #D8D8D8;
}

.sub-menu li {
	display: inline-block;
	line-height: 110px;
}

.sub-menu .link {
	display: block;
	color: #414141;
	margin: 0 20PX;
	padding: 0 5PX 0;
	position: relative;
}

.sub-menu .link:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background-color: #4a8dff;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .42s;
	-webkit-transition: .42s;
}

.sub-menu .link:hover {
	color: #4a8dff;
}

.sub-menu .link:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.sub-menu .link.on {
	color: #4a8dff;
}

.sub-menu .link.on:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.sub-menu-left {
	float: left;
	display: block;
	line-height: 110px;
}

.sub-menu-left a {
	margin: 0 16px;
	font-size: 16px;
	color: #212121;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.sub-menu-left a:last-child {
	font-family: "Microsoft YaHei";
}

.sub-menu-left em img {
	display: inline-block;
	vertical-align: middle;
}

.page-menu {
	text-align: center;
	padding: 50px 0;
}

.page-menu li {
	display: inline-block;
	margin: 0 20px;
	height: 48px;
	line-height: 48px;
	width: 180px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	transition: all 0.42s;
}

.page-menu li.active {
	background: #77bcaf;
	border: 1px solid #77bcaf;
}

.page-menu li.active a {
	color: #ffffff;
}

.page-menu li:hover {
	background: #77bcaf;
	border: 1px solid #77bcaf;
}

.page-menu li:hover a {
	color: #ffffff;
}

.page-main .index-news-list {
	margin-top: 4em;
}

.page-main .index-news-list li {
	margin-bottom: 3em;
}

.page-but {
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	text-align: center;
	margin: 40px auto;
}

.page-but a {
	color: #666666;
	font-size: 16px;
	display: block;
}

.page-but a:hover {
	background: #2d2d2d;
	color: #ffffff;
}


/*案例*/

.page-case-info {
	margin-top: 0;
}

.page-case-info li {
	float: left;
	width: 100%;
	margin-top: 4em;
}

.page-case-info li .img {
	width: 40%;
	height: 350px;
	display: block;
	overflow: hidden;
}

.page-case-info li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.page-case-info-text h2 {
	color: #141418;
	font-size: 22px;
	margin-bottom: 10px;
}

.page-case-info-text span {
	color: #141418;
	font-size: 16px;
	margin-bottom: 10px;
}

.page-case-info-text p {
	line-height: 30px;
	color: #666666;
	height: 90px;
	overflow: hidden;
}

.page-case-info-text i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #d9d9d9;
	border-radius: 50%;
	margin: 0 5px 0 0;
}

.page-case-info-text {
	transform: scaleY(1);
	padding: 20px;
	box-sizing: border-box;
	width: 55%;
	margin-left: 3%;
}

.page-case-info li a {
	display: block;
}

.page-case-info li a:hover .page-case-info-text h2 {
	color: #4a8dff;
}

.page-case-info li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.page-case-info li a img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.page-main-display {
	padding: 0 3.125%;
	box-sizing: border-box;
}

.worksWord {
	padding: 60px 0;
}

.worksWord .tit {
	line-height: 1.5;
	font-size: 30px;
	color: #080808;
	font-weight: normal;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ececec;
}

.worksWord .con {
	padding-top: 50px;
	text-align: justify;
}

.backToList {
	padding: 40px 0;
}

.backToList .con {
	position: relative;
}

.backToList .link {
	display: block;
	color: #333;
	padding-right: 190px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4;
}

.backToList .link:hover {
	color: #004ea2;
}

.backToList .back {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 170px;
	height: 50px;
	background-color: #000000;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.backToList .back:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 14px;
	vertical-align: middle;
	background: url(../images/aw2.png) no-repeat center center;
	margin-right: 15px;
	position: relative;
	transition: .56s;
	-webkit-transition: .56s;
	left: 0;
}

.backToList .back:hover {
	background-color: #333333;
}

.backToList .back:hover:before {
	left: 8px;
}


/*人才招聘*/

.rc_box {
	clear: both;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	padding: 115px 0 50px 0;
}

.rcln_t {
	height: auto;
	overflow: hidden;
	margin-bottom: 100px;
}

.rcln_t img {
	display: block;
	max-width: 100%;
	border: 4px solid #666666;
	margin: 0 auto;
}

.rcln_b {
	height: auto;
	overflow: hidden;
}

.rcln_b p {
	line-height: 26px;
	color: #666666;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
	text-indent: 2em;
}

.rcln_b p em {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.rc_box1 {
	clear: both;
	height: auto;
	overflow: hidden;
	background: url(../images/bg22.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 176px 0 250px 0;
}

.zpgw_t {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.zpgw_t img {
	display: block;
	max-width: 100%;
	border: 4px solid #fff;
	margin: 0 auto;
}

.zpgw_b {
	height: auto;
	overflow: hidden;
}

.menuTitle3 {
	cursor: pointer;
	width: 100%;
	height: 60px;
	background: url(../images/bg10.png) no-repeat 98% center #fff;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0 67px 0 39px;
	box-sizing: border-box;
	line-height: 60px;
}

.menuTitle3 span {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}

.menuTitle3 em {
	float: right;
	color: #666666;
	font-size: 14px;
}

.activeTitle3 {
	cursor: pointer;
	width: 100%;
	height: 60px;
	background: url(../images/bg11.png) no-repeat 98% center #333333;
	border-bottom: none;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0 67px 0 39px;
	box-sizing: border-box;
	line-height: 60px;
}

.activeTitle3 span {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
}

.activeTitle3 em {
	float: right;
	color: #fff;
	font-size: 14px;
}

.menuContent3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	padding: 35px 40px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

.cwzj_t {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cwzj_t li {
	float: left;
	width: 25%;
	color: #666666;
	line-height: 26px;
	font-size: 14px;
}

.cwzj_t li em {
	color: #888888;
	font-size: 14px;
	margin-left: 15px;
}

.cwzj_b {
	height: auto;
	overflow: hidden;
}

.cwzj_b h1 {
	color: #666666;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.cwzj_b p {
	line-height: 26px;
	color: #888888;
	font-size: 14px;
}

/*人才招聘end*/


/*联系我们*/

.N_contact_son_text_L p {
	line-height: 50px;
	font-size: 16px;
}

.N_contact_son_text_L strong {
	color: #333333;
	font-weight: bold;
	margin-right: 10px;
}

.N_contact_son_text_L {
	width: 45%;
}

.N_contact_son_text img {
	margin-top: 50px;
}

.N_contact_son_text {
	padding-top: 20px;
}

.rc_box2 {
	clear: both;
	height: auto;
	overflow: hidden;
	background: url(../images/500885720.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 176px 0 150px 0;
}

.rc_box .code {
	width: 254px;
	height: 350px;
	border: 3px solid #e5e5e5;
	border-radius: 10px;
	margin-left: 80px;
	padding-top: 43px;
	text-align: center;
}

.inContact .cqq {
	margin-right: 0;
}

.rc_box .code a {
	display: block;
	width: 191px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/cobj.jpg) no-repeat;
	text-align: center;
	padding-top: 28px;
}

.rc_box .code a img {
	box-shadow: 0 0 10px #d8d8d8;
	display: block;
	margin: 0 auto;
}

.rc_box .code span {
	display: block;
	padding-top: 65px;
	font-size: 18px;
}

.rc_box .cwx span {
	background: url(../images/cwx.jpg) no-repeat center top;
}

.rc_box .cwb span {
	background: url(../images/cwb.jpg) no-repeat center top;
}

.liuyan {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 40px;
}

.liuyan ul {
	background: #fff;
	overflow: hidden;
	padding: 60px 60px 0;
}

.liuyan li {
	width: 363px;
	float: left;
	margin: 0 0 40px 22px;
	overflow: hidden;
	border: 1px #eee solid;
	border-radius: 4px;
	line-height: 48px;
}

.liuyan li input.text {
	width: 350px;
	padding-left: 10px;
	height: 48px;
	border: none;
	font-size: 16px;
	color: #888;
}

.liuyan li:first-child {
	margin-left: 0;
}

.liuyan li.on_11 {
	margin-left: 0;
	height: 210px;
	overflow-x: hidden;
	width: 100%;
}

.liuyan li.on_11 textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: none;
	height: 190px;
	color: #888;
}

.liuyan li.on_22 {
	margin-left: 0;
	width: 100%;
	overflow: hidden;
	border: none;
}

.liuyan li.on_22 input.sub {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #666666;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: 300ms;
}

.liuyan li.on_22 input.sub:hover {
	background: #222;
}


/*关于我们*/

.about {
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}

.about h1 {
	font-size: 40px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-family: '黑体';
}

.about h2 {
	font-size: 18px;
	color: #999;
	margin: 10px 0 20px;
	text-align: center;
}

.about strong {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.about strong i {
	display: block;
	width: 50px;
	height: 1px;
	background: #bbb;
	margin: 0 auto;
}

.about figure {
	width: 100%;
	overflow: hidden;
}

.about figure p {
	line-height: 34px;
	color: #777;
}

.aboutdiv {
	width: 100%;
	background: #fff;
	margin-bottom: 4em;
}
.aboutdiv1 {
	width: 50%;
}
.aboutdiv2 {
	height: 24vw;
	width: 50%;
	background-color: #F9F9F9;
}
.aboutdiv21 {
	padding-top: 17px; 
	padding-left: 30px; 
	padding-right: 4vw; 
	line-height: 24px;
}


.origin {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.origin-box {
	width: 100%;
	/* height: 420px; */
	height: 29.2vw;
	background-image: url(../images/xg_bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background-size: 100%; */
	position: relative;
}

.origin-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.origin-matter {
	overflow: hidden;
	margin-top: 118px;
}

.Guarantee_time {
	margin: 60px auto;
}

.Guarantee_time li {
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 25%;
}

.Guarantee_time li strong {
	color: #FFFFFF;
	font-size: 60px;
	display: inline-block;
}

.Guarantee_time li i {
	font-size: 28px;
	font-family: arial;
	color: #FFFFFF;
	font-style: normal;
	margin-left: 5PX;
}

.Guarantee_time li p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}

.Guarantee_time li h1 {
	color: #ffffff;
	font-size: 48px;
	display: inline-block;
}


/*社会责任*/

.p-title {
	text-align: center;
}

.p-title .t {
	line-height: 49px;
	font-size: 30px;
}
.p-title .i {
	line-height: 30px;
	font-size: 14px;
}

.p-title .s {
	display: block;
	width: 20px;
	height: 3px;
	background: #338aca;
	margin: 10px auto 0;
}

.p-title .c {
	line-height: 27px;
	font-size: 18px;
	color: #666666;
	margin: 13px 0 0;
}

.abUs-comSR {
	padding: 60px 0 68px;
	background-image: url(../images/cul-bg.jpg)
}

.auCSR-list {
	margin: 43px 0 0;
}

.auCSR-list li {
	width: 20%;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 1;
}

.auCSR-list .auCSR-box {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.auCSR-box:before,
.auCSR-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0px;
}

.auCSR-box:before {
	top: 0px;
}

.auCSR-box:after {
	bottom: 0px;
}

.auCSR-box .name {
	width: 120px;
	padding: 15px 0;
	line-height: 34px;
	font-size: 20px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .4);
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 2;
}

.auCSR-list li:nth-child(5) .auCSR-box .name {
	width: 160px;
}

.auCSR-list li img {
	display: block;
}

.auCSR-list .auCSR-bg {
	width: 100%;
	height: 468px;
	object-fit: cover;
}

.auCSR-con {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0px;
	opacity: 0;
	z-index: 8;
	text-align: center;
}

.auCSR-con .auCSR-tb {
	display: table;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.auCSR-tb .auCSR-td {
	display: table-cell;
	padding: 0 12.5%;
	vertical-align: middle;
}

.auCSR-td .name {
	line-height: 40px;
	font-size: 22px;
	color: #222;
	text-align: center;
}

.auCSR-td .split {
	display: block;
	width: 31px;
	height: 1px;
	background: #e50012;
	margin: 10px 0 20px;
}

.auCSR-td .con {
	line-height: 32px;
	color: #666666;
}

.auCSR-box:before,
.auCSR-box:after,
.auCSR-box .name,
.auCSR-box .icon,
.auCSR-con {
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
}

.auCSR-list li:hover .auCSR-box:before {
	top: -100%;
	opacity: 0;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.auCSR-list li:hover .auCSR-box:after {
	bottom: -100%;
	opacity: 0;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.auCSR-list li:hover .auCSR-box .name {
	top: -100px;
	opacity: 0;
}

.auCSR-list li:hover .auCSR-con {
	opacity: 1;
}

.index-table {
	display: table;
}

.index-cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.mt50 {
	margin-top: 50px;
}

.linian {
	padding: 60px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.linian li {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 4em;
}

.linian li .cont {
	padding: 30px 60px;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	height: 550px;
}

.linian li .cont h1 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #333333;
}

.linian li .cont span {
	display: block;
	width: 15px;
	height: 2px;
	background: #666666;
	margin: 24px 0;
}

.linian li .cont figure {
	width: 100%;
	overflow: hidden;
}

.linian li .cont figure p {
	line-height: 26px;
	font-size: 13px;
	color: #555;
}

.linian li .ln_img {
	width: 50%;
	overflow: hidden;
}

.linian li .ln_img img {
	display: block;
	width: 100%;
	height: 550px;
}

.linian li .ln_img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.linian li:hover .ln_img img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.honor {
	background: #f5f5f5;
	padding: 50px 0;
}

.tplb {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.tplb li {
	width: 410px;
	float: left;
	margin: 0 0 35px 35px;
	overflow: hidden;
	background: #fff;
}

.tplb li:nth-child(3n+1) {
	margin-left: 0;
}

.tplb li .tyt {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tplb li .tyt em {
	display: block;
	overflow: hidden;
}

.tplb li .tyt em img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.tplb li:hover .tyt em img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.tplb li .tyt b {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.tplb li .tyt span {
	display: none;
	line-height: 34px;
	width: 80px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -18px;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
	z-index: 20;
	text-align: center;
}

.tplb li:hover .tyt b,
.tplb li:hover .tyt span {
	display: block;
}

.tplb li strong {
	display: block;
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.service li .ln_img img {
	height: auto;
}

.service li .cont {
	height: auto;
}

.service li .cont {
	padding: 60px;
	box-sizing: border-box;
}

.service .bottom {
	background: #ffffff;
	padding: 40px;
	box-sizing: border-box;
}

.service .bottom .left,
.service .bottom .right {
	width: 50%;
	overflow: hidden;
}

.service .bottom .left .title h1 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #333333;
}

.service .bottom .left .title span {
	display: block;
	width: 15px;
	height: 2px;
	background: #666666;
	margin: 40px 0;
}

.service .bottom .left .title figure {
	width: 100%;
	overflow: hidden;
}

.service .bottom .left .title p {
	line-height: 26px;
	font-size: 13px;
	color: #555;
}

.service .bottom .left img {
	height: 200px;
	width: 100%;
	margin-bottom: 20px;
}

.service .liuyan {
	padding: 0;
}

.service .liuyan li {
	margin: 0 0 20px 0;
}

.service .liuyan ul {
	padding: 0 60px;
	box-sizing: border-box;
}

.service .liuyan li.on_11 textarea {
	font-size: 14px;
}

.service .liuyan li input.text {
	font-size: 14px;
}

.newpage1 {
	padding: 50px 200px 70px 200px;
}

.p-title .t {
	font-size: 24px;
}

.p-title .c {
	font-size: 18px;
}

.business-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 25px 0;
}

.business-content .box {
	transition: all 0.6s;
	width: 46%;
	text-align: center;
	background: white;
}

.business-content .box:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.business-content .box .p1 {
	font-size: 16px;
	font-family: PingFang-SC-Bold;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin-bottom: 8px;
	padding-top: 10px;
}

.business-content .box .p2 {
	font-size: 12px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #999999;
	line-height: 22px;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.business-content .box .p3 {
	font-size: 12px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #999999;
	line-height: 22px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.business-content img {
	display: block;
	max-width: 100%;
}

.sence-content img {
	display: block;
	max-width: 100%;
	height: 40px;
}

.sence-content {
	padding-top: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sence-content .img-box1,
.sence-content .img-box2,
.sence-content .img-box3,
.sence-content .img-box4 {
	min-height: 200px;
	width: 23%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: black;
	text-align: center;
	position: relative;
}

.sence-content .img-box1:hover,
.sence-content .img-box2:hover,
.sence-content .img-box3:hover,
.sence-content .img-box4:hover{
	overflow: hidden;
}

.sence-content .img-box1:hover>p,
.sence-content .img-box1:hover img,
.sence-content .img-box2:hover>p,
.sence-content .img-box2:hover img,
.sence-content .img-box3:hover>p,
.sence-content .img-box3:hover img,
.sence-content .img-box4:hover>p,
.sence-content .img-box4:hover img,
.sence-content .img-box5:hover>p,
.sence-content .img-box5:hover img {
	display: none;
}

.sence-content .img-box1:hover .box-hover,
.sence-content .img-box2:hover .box-hover,
.sence-content .img-box3:hover .box-hover,
.sence-content .img-box4:hover .box-hover,
.sence-content .img-box5:hover .box-hover {
	opacity: 1;
	display: block;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
		bottom: 0;
	top: 0;
}

.sence-content .img-box1 .box-hover,
.sence-content .img-box2 .box-hover,
.sence-content .img-box3 .box-hover,
.sence-content .img-box4 .box-hover {
	position: absolute;
	background-color: rgba(62, 136, 241, 0.6);
	display: block;
	opacity: 0;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.sence-content .img-box1 .box-hover .box-wrap,
.sence-content .img-box2 .box-hover .box-wrap,
.sence-content .img-box3 .box-hover .box-wrap,
.sence-content .img-box4 .box-hover .box-wrap,
.sence-content .img-box5 .box-hover .box-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;	
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	
}

.sence-content .img-box1 .box-hover .box-wrap .title1,
.sence-content .img-box2 .box-hover .box-wrap .title1,
.sence-content .img-box3 .box-hover .box-wrap .title1,
.sence-content .img-box4 .box-hover .box-wrap .title1 {

	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, PingFangSC-Medium, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
	width: 100%;
}

.sence-content .img-box1 .box-hover .box-wrap .title2,
.sence-content .img-box2 .box-hover .box-wrap .title2,
.sence-content .img-box3 .box-hover .box-wrap .title2,
.sence-content .img-box4 .box-hover .box-wrap .title2,
.sence-content .img-box5 .box-hover .box-wrap .title2 {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 10px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, PingFangSC-Medium, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}

.sence-content .img-box1 p,
.sence-content .img-box2 p,
.sence-content .img-box3 p,
.sence-content .img-box4 p {
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 28px;
	padding-top: 10px;
}

.sence-content .img-box1 {
	background: url("../images/zh1.png") center no-repeat;
}

.sence-content .img-box2 {
	background: url("../images/zh2.png") center no-repeat;
}

.sence-content .img-box3 {
	background: url("../images/zh3.png") center no-repeat;
}

.sence-content .img-box4 {
	background: url("../images/zh4.png") center no-repeat;
}

.sence-content .img-box1 img,
.sence-content .img-box2 img,
.sence-content .img-box3 img,
.sence-content .img-box4 img {
	z-index: 99;
}

.newpage1 {
	padding: 30px 15px;
}
.sence-content>div {
		width: 49% !important;
	}
	.sence-content>div:nth-child(3),
	.sence-content>div:nth-child(4) {
		margin-top: 10px;
	}

/* 新增样式  首页 */
.logo{
	width: 181px !important;
	height: 47px;
}
.infoBox{
	position: absolute;
	top: 50%;
	right: 5vw;
	color: #fff;
	transform: translate(0,-50%);
}
.topInfo{
	height: 2.5vw;
	font-size: 2.5vw;
	margin-bottom: .5vw;
	line-height: 2.5vw;
}
.minInfo{
	height: 2vw;
	line-height: 2vw;
	font-size: 1vw;
	color: rgba(255,255,255,.65);
	margin-bottom: .2vw;
}
.slogan{
	height: 1.8vw;
	line-height: 1.8vw;
	font-size: 1.6vw;
	color: #fff;
	margin-bottom: .7vw;
}
.getMore{
	height: 1.9vw;
	width: 8.5vw;
	font-size: .8vw;
	line-height: 1.9vw;
	color: rgba(255,255,255,.65);
	background: linear-gradient(135deg, #1E52B9 0%, #02CFE1 100%);
	border-radius: 2vw;
	text-align: center;
	cursor: pointer;
	display: block;
}
.filp{
	width: 100%;
	transform:rotateY(180deg)
}
.funBox{
	margin-top: 14px;
	margin-left: -3vw;
}
.funItem{
	width: 25%;
	float: left;
	text-align: center;
}
.funItem img{
	width: 5.6vw;
}
.funItem span{
	display: block;
	color: #205780;
}
.infoWarp{
	width: 44vw;
    height: 100%;
    position: absolute;
	top: 0;
	padding: 1.89vw 1.89vw 1.99vw 1.98vw;
    box-sizing: border-box;
}
.warpItem{
	width: 9.27vw;
	margin-right: 1vw;
	height: 100%;
	float: left;
	/* background: rgba(64,135,255,0.2); */
	position: relative;
}
.warpItem:nth-child(1){
	border-radius: .5vw 0 0 0;
}
.warpItem:nth-last-child(1){
	margin: 0;
	border-radius: 0 .5vw 0 0;
}
.innerItem{
	width: 100%;
    height: 5.5vw;
    background: rgba(16,41,60,1);
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(255,255,255,.65);
    opacity: .9;
    font-size: .7vw;
    padding: .9vw .5vw;
    box-sizing: border-box;
}
.innerTitle{
	color: #fff;
	font-size: .91vw;
	height: 1vw;
    line-height: 1vw;
}
.innerItem span{
	height: 2.6vw;
	line-height: 1.3vw;
	display: block;
}
.tabWarp{
	width: 100%;
	height: 34vw;
	margin-top: 40px;
}
.tabContent{
	width: 80%;
	height: 100%;
	float: left;
	/* background: #E6F5FF; */
	position: relative;
}
.tabImg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	transition: all 1.5s;
}
.tabImg img{
	width: 100%;
}
.tabImg:nth-child(1){
	opacity: 1;
	z-index: 1;
}
.tabBar{
	width: 20%;
	float: left;
}
.tabItem{
	width: 100%;
	height: 5vw;
	background: #fff;
	margin-bottom: 1vw;
	position: relative;
	cursor: pointer;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
}
.tabThis{
	background: #E6F5FF;
	color: #fff !important;
}
.tabItem::after{
	content: '';
	display: block;
    border-bottom: 0px solid #E8E8E8;
    border-left: 0px solid transparent;
    border-right: 1vw solid transparent;
    border-top: 5vw solid #E8E8E8;
	width: 1vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.tabThis::after{
    border-bottom: 0px solid #338aca;
    border-top: 5vw solid #338aca;
}
.tabItem .tabNum{
    position: absolute;
	left: .2vw;
    z-index: 1;
    color: rgba(0,0,0,0.45);;
    font-size: .9vw;
    font-weight: bold;
}
.tabThis .tabNum{
    color: #fff;
}
.tabItem .tabTitle{
	color: rgba(0,0,0,0.85);
	font-size: 1vw;
	height: 100%;
	padding-left: 3vw;
	padding-top: .3vw;
    box-sizing: border-box;
}
.tabThis .tabTitle{
	color: #338aca;
}
.tabItem .title1{
	height: 2.5vw;
    line-height: 2.5vw;
}
.tabItem .title2{
	font-size: .9vw;
    height: 1vw;
	line-height: 1vw;
	color: rgba(0,0,0,0.65);
}
.tabThis .title2{
	color: #338aca;
}
.tabItem:hover{
	background: #E6F5FF;
	color: #fff !important;
}
.tabItem:hover::after{
    border-bottom: 0px solid #338aca;
    border-top: 5vw solid #338aca;
}
.tabItem:hover .tabNum{
	color: #fff;
	z-index: 1;
}
.tabItem:hover .tabTitle{
	color: #338aca;
}
.tabItem:hover .title2{
	color: #338aca;
}
.footer-banner .footer-swiper-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 创新科学院 */
.aboutWarp{
	margin-top: 50px;
}
.prosenInfo{
	width: 1005px;
	min-height: 390px;
	margin: 60px auto;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
	position: relative;
}
.prosenImg{
	width: 230px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 25px;
}
.prosenImg img{
	width: 100%;
}
.prosenDetail{
	width: 100%;
    padding: 65px 80px 65px 350px;
	box-sizing: border-box;
}
.detailWarp{
	display: inline-block;
}
.name{
	font-size: 20px;
	color: rgba(0,0,0,0.85);
}
.ename{
	font-size: 14px;
	color: rgba(0,0,0,0.45);
	line-height: 22px;
}
.h_xian{
	width: 20px;
	height: 2px;
	background: rgba(0,0,0,0.25);
	margin-top: 1vw;
	margin-bottom: 1vw;
}
.proInfo{
	font-size: 13px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
}
.proInfo p{
	margin-bottom: 16px;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}
.yuanIcon{
	vertical-align: bottom;
	margin-right: 10px;
	position: absolute;
	top: 3px;
	left: 0;
}
.pic img{
	width: 100%;
}
.page-banner.pic.scroll-animate.animated.fadeInDownSmall{
	position: relative;
}
.msg{
	position: absolute;
	top: 30%;
	left: 50%;
	bottom: 10vw;
	transform: translate(-50%,0);
	z-index: 10;
}
.msg h1{
	letter-spacing: 2vw;
	text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	font-size: 3.5vw;
	color: #ffffff;
	height: 10vw;
	line-height: 10vw;
	margin-bottom: 9vw;
}
.msg #down-more {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 300;
	cursor: default;
}

.msg #down-more>i {
	display: inline-block;
	animation: rise .6s linear infinite alternate;
}

.msg #down-more>a {
	display: block;
	color: #ffffff;
	font-size: .9vw;
    height: 2.5vw;
    line-height: 2.5vw;
}
.msg #down-more>i img{
	width: 2vw;
}

@keyframes rise {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translateY(1vw);
	}
}

/* 产品中心 */
.detailBtn{
	width: 216px;
	height: 56px;
	background-image: linear-gradient(135deg, #1E52B9 0%, #02CFE1 100%);
	border-radius: 28.5px;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
}
.detailBtn a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.ljgd span{
    display: inline-block;
    /* font-size: 0.18rem; */
    line-height: 0.32rem;
    color: #2B62EB;
    position: relative;
    margin-left: .1rem;
    padding-left: 0.15rem;
    padding-right: 0.2rem;
}

/* 关于我们 */
.cInfo{
	width: 85%;
	margin: 0 auto;
}
.cTrue{
	width:91.5%;
	margin: 0 auto;
}
.secAll{
	width: 80vw;
	height: 8vw;
	position: absolute;
    top: 10vw;
    left: 9.5vw;
}
.secBox{
	width: 20vw;
	float: left;
	text-align: center;
}
.secBox img{
	width: 4.5vw;
}
.secName{
	color: #fff;
	font-size: 1vw;
	height: 1.5vw;
    line-height: 1.5vw;
}
.secInfo{
	color: rgba(255,255,255,0.85);
	font-size: .85vw;
    height: 1vw;
    line-height: 1vw;
}
.contact{
	padding: 50px 0;
}
.contactBox{
	width: 80%;
	height: 300px;
	margin: 12px auto;
	position: relative;
}
.conItem{
	width: 33%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.conleftItem{
	font-size: 16px;
	margin-bottom: 34px;
}
.contit{
	color: rgba(0,0,0,0.45);
}
.conCon{
	color: rgba(0,0,0,0.85);
}
.midInp{
	width: 100%;
	height: 32px;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2px !important;
	outline: 0;
	margin-bottom: 33px;
	text-indent: 10px;
}
::-webkit-input-placeholder {
    color: rgba(0,0,0,0.25) !important;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: rgba(0,0,0,0.25) !important;
}

/* Firefox 19-50 */
::-moz-placeholder {
    color: rgba(0,0,0,0.25) !important;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
	color: rgba(0,0,0,0.25) !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
    color: rgba(0,0,0,0.25) !important;
}

/* CSS Working Draft */
::placeholder {
    color: rgba(0,0,0,0.25) !important;
}
.conItem textarea{
	width: 100%;
    height: 146px;
    border: 1px solid rgba(0,0,0,0.15);
	margin: 0px;
	resize: none;
	padding: 10px;
	border-radius: 2px;
}
.subBtn{
	width: 214px;
	height: 56px;
	background-image: linear-gradient(135deg, #1E52B9 0%, #02CFE1 100%);
	border-radius: 28.5px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
/* 资讯分页 */
.setPageDiv{
	width: 100%;
	text-align: right;
	padding: 0 7vw;
    box-sizing: border-box;
}
.Pagination{
	display: inline-block;
}
.Pagination li{
	display: inline-block;
	padding: 3px 16px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.noClick{
	cursor: not-allowed !important;
	color: #ccc !important;
}
.curr{
	background: #338aca;
	color: #fff;
}
/* 二级页面  资讯详情 */
.newsTitle{
	width: 100%;
	height: 22.8vw;
	background: url(../images/news.jpg);
	background-size: 100%;
	background-position: center;
	overflow: hidden;
}
.proTitle{
	background: url(../images/proBg.jpg);
	background-size: 100% 100%;
}
.newsTitles{
	letter-spacing: 2vw;
	text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	font-size: 3.5vw;
	color: #ffffff;
	height: 10vw;
	line-height: 10vw;
	margin-top: 10vw;
	text-align: center;
}
.pinnerItem{
	margin-right: 20px;
	color: #1890FF;
	cursor: pointer;
}
.article{
	width: 80%;
	max-width: 1200px;
	margin: 20px auto;
}
.artTitle{
	font-size: 24px;
	color: rgba(0,0,0,0.85);
	margin-bottom: 16px;
	text-align: center;
}
.artTime{
	display: block;
	font-size: 12px;
	color: rgba(0,0,0,0.65);
	margin-bottom: 16px;
	text-align: center;
}
.artParagraph{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 22px;
	margin-bottom: 64px;
	display: inline-block;
	text-align: left;
}
.artImg{
	max-width: 680px;
	margin: 0 auto;
	display: block;
	margin-bottom: 64px;
	cursor: pointer;
}
.goBack{
	width: 80%;
	height: 64px;
	background: #D8D8D8;
	text-align: center;
	line-height: 64px;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	margin: 0 auto;
}
.goBack a{
	width: 100%;
	height: 100%;
	display: block;
}
/*  安全服务系列 */
.develop{
	margin: 50px 0;
}
.deveCon{
	max-width: 1200px;
	width: 85%;
	margin: 20px auto;
	text-align: center;
}
.deveItem .p-title .c{
	font-weight: bold;
}
.deveItem{
	margin-bottom: 50px;
}
.deveConItem{
	height: 32px;
	max-width: 1200px;
	margin: 20px auto;
	/* line-height: 32px; */
	text-align: left;
}
.deveConItem img{
	width: 32px;
	height: 32px;
	vertical-align:top;
	margin-right: 13px;
}
.deveConItem span{
	/* display: inline-block; */
}
.deveInnerItem{
	display: inline-block;
	font-size: 12px;
	padding-right: 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.deveInnerItem:nth-last-child(1){
	padding: 0;
}
.goTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.deveCons{
	margin: 20px auto;
	text-align: center;
	background: url(../images/deveBg1.jpg);
	background-size: 100% 100%;
}
.inlineCon .deveInnerItem{
	width: 35%;
	text-align: right;
}
.inlineCon .deveInnerItem .rightBox{
	display: inline-block;
	text-align: left;
}
.inlineCon .deveInnerItem span{
	display: inline-block;
	width: calc(100% - 50px);
	line-height: 18px;
}
.inlineCon .deveInnerItem .rightBox span{
	display: inline;
}
.imgWarp{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
.imgWarp img{
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pcShow{
	display: block !important;
}
.pcInlineShow{
	display: inline-block !important;
}
.mShow{
	display: none !important;
}

/* 多媒体查询 */
@media all and (max-width:1600px) {
	.index-logo {
		width: 15%
	}
	.index-nav{
		width: 85%;
	}
	.index-nav li {
		/* width: calc(100%/8); */
		/* font-size: 16px; */
	}
	.wave_box1 {
		/* bottom: -50vh; */
	}
	.position-yuan .bg {
		transform: scale(.7);
		right: -110px
	}
}

@media all and (max-width:1590px) {
	.index-title h3 {
		font-size: 44px;
	}
	.index-title h2 {
		font-size: 80px;
	}
	/* 产品中心 */
	.index-cell{
		vertical-align:top;
	}
	.linian li .cont{
		height: 460px;
		padding-top: 80px;
	}
	.linian li .ln_img img{
		height: 460px;
	}
	.detailBtn{
		bottom: 0;
	}
}

@media all and (max-width:1400px) {
	.index-con {
		/* padding: 0 4%; */
	}
	.index-title h3 {
		font-size: 38px;
	}
	.index-title h2 {
		font-size: 75px;
	}
}
@media all and (max-width:1280px) {
	.index-con{
		padding: 0 5vw;
	}
	.index-nav li{
		font-size: 14px;
	}
	/* 产品中心 */
	.linian li .cont{
		height: 450px;
		padding-top: 60px;
	}
	.linian li .ln_img img{
		height: 450px;
	}
	.detailBtn{
		width: 190px;
		height: 46px;
		line-height: 46px;
		bottom: 0;
	}
	.index-yewu-list{
		width: 55%;
	}
	.index-yewu-list li span{
		font-size: 1vw;
	}
	.index-news-list{
		width: 90%;
		min-width: 1000px;
	}
}
@media all and (max-width:1024px) {
	.rc_box {
		clear: both;
		height: auto;
		overflow: hidden;
		background: #ffffff;
		padding: 50px 0 50px 0;
	}
	.rcln_t {
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.rc_box1 {
		clear: both;
		height: auto;
		overflow: hidden;
		background: url(../images/bg22.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 60px 0 60px 0;
	}
	.cTrue{
		width: 100%;
	}
	.index-con{
		padding: 0 2vw;
	}
	.index-title h2{
		font-size: 65px;
	}
	.index-title h3{
		font-size: 32px;
	}
	.index-yewu-list li img{
		width: 3vw;
	}
	.tabContent{
		width: 77%;
	}
	.tabBar{
		width: 23%;
	}
	.tabItem .title1,.tabThis .title1{
		font-size: 1.2vw;
	}
	.tabItem .title2,.tabThis .title2{
		font-size: 1vw;
	}
	.index-about-text p{
		font-size: 12px;
	}
	.index-cons{
		padding: 0 5.5vw;
	}
	.index-yewu-list li span{
		font-size: 1.1vw;
	}
	/* 产品中心 */
	.linian li .cont{
		height: 400px;
		padding: 30px 40px;
		padding-top: 50px;
	}
	.linian li .cont span{
		margin: 12px 0;
	}
	.linian li .ln_img img{
		height: 400px;
	}
	.linian li .cont figure p{
		line-height: 24px;
	}
	.linian li .cont h1{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.detailBtn {
		width: 155px;
		height: 40px;
		line-height: 40px;
	}
	/* 创新科学院 */
	.prosenInfo{
		width: 900px;
	}
	.prosenDetail{
		width: 630px;
		padding: 45px;
	}
	.prosenImg{
		width: 270px;
	}
	.ename{
		font-size: 12px;
	}
	/* 资讯 */
	/* .index-news-list li{
		width: 31.5%;
	} */
	/* .index-news-list li:nth-child(4n+1){
		margin-left: 2%;
	}
	.index-news-list li:nth-child(3n+1){
		margin-left: 0;
	} */
	.index-news-list{
		width: 90%;
		min-width: 800px;
	}
}
@media all and (max-width:960px) {
	.index-nav li{
		width: 13%;
	}
	.prosenInfo{
		width: 90%;
	}
	.prosenDetail{
		width: calc(100% - 270px);
		padding: 5vw;
	}
	.index-yewu-list li img{
		width: 2.8vw;
	}
	.index-yewu-list li span{
		font-size: 1.1vw;
		margin-left: .6vw;
	}
	.tabItem{
		height: 5.5vw;
	}
	.tabItem::after{
		border-top: 5.5vw solid #E8E8E8;
	}
	.tabThis::after{
		border-top: 5.5vw solid #338aca;
	}
	.tabItem:hover::after{
		border-top: 5.5vw solid #338aca;
	}
	.tabItem .title1, .tabThis .title1{
		font-size: 1.25vw;
		height: 3vw;
		line-height: 3vw;
	}
	.tabItem .title2, .tabThis .title2{
		font-size: 1.1vw;
		height: 1.2vw;
		line-height: 1.2vw;
	}
	.index-news-list{
		width: 90%;
		min-width: 700px;
	}
}
@media all and (max-width:750px) {
	.pcShow{
		display: none !important;
	}
	.pcInlineShow{
		display: none !important;
	}
	.mShow{
		display: block !important;
	}
	/* 首页 */
	.index-header{
		width: 100%;
		height: 7.5vh;
		min-height: 50px;
		margin: 0;
		padding: 0;
		border-radius: 0;
		background: #fff;
		position: relative;
	}
	.index-logo{
		height: 100%;
	}
	.logo{
		width: 100px !important;
		height: auto;
		margin: 1.7vh 2vh;
	}
	.muenShow{
		width: 50px;
		height: 7.5vh;
		/* background: red; */
		float: right;
		text-align: center;
		line-height: 9vh;
	}
	.index-m-navs{
		background: #F0F5FF;
		position: absolute;
		top: 7.5vh;
		right: -32vw;
		padding: 10px;
		width: 32vw;
		height: 100vh;
		transition: all 1s;
		box-sizing: border-box;
	}
	.index-m-navs li{
		text-align: left;
	}
	.index-m-navs li a{
		color: #333;
		display: block;
		height: 44px;
		line-height: 44px;
	}
	.tabThis{
		background: #338aca;
		color: #fff;
	}
	.tabItem:hover{
		background: #338aca;
		color: #fff;
	}
	.fl{
		float: none;
	}
	.index-about .index-about-text{
		width: 100%;
	}
	.index-about-pic{
		width: 100%;
		margin-bottom: 10vh;
	}
	.index-about-pic img.classGo1,.infoWarp{
		width: 100%;
	}
	.funItem img{
		width: 14.6vw;
	}
	.funBox{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 0;
	}
	.funItem{
		width: auto;
	}
	.index-title h2{
		font-size: 36px;
		height: 50px;
		line-height: 50px;
		text-shadow: 0 0 4px rgba(0,147,255,0.50);
	}
	.index-title h3{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.index-title span{
		width: 9px;
		height: 1px;
	}
	.wave_box1{
		display: none;
	}
	.index-product-list li .text{
		padding: 1vw;
	}
	.index-product-list li .text h2{
		font-size: 12px;
		margin: 0;
		/* height: 20px; */
		line-height: 20px;
	}
	.index-product-list li .text h2 .dso{
		font-size: 12px;
		margin: 0;
		/* height: 20px; */
		line-height: 20px;
	}
	.index-product-list li .text p{
		font-size: 10px;
		height: 15px;
		line-height: 15px;
		margin: 0;
	}
	.index-product-list li .text span{
		height: 27px;
	}
	.index-product-list li .text span img{
		width: 12px;
	}
	.tabWarp{
		position: relative;
	}
	.tabContent{
		width: 100%;
		margin-top: 40px;
	}
	.tabBar{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.tabItem{
		width: 25%;
		margin-left: 10px;
		font-size: 16px;
		color: #338aca;
		border-radius: 16px;
		border: 1px solid #338aca;
		text-align: center;
		line-height: 32px;
		height: 32px;
		display: inline-block;
	}
	.tabItem::after,.tabThis::after,.tabItem:hover::after,.tabThis:hover::after{
		display: inline;
		border: 0;
	}
	.fl.index-yewu-pic{
		float: right;
	}
	.index-yewu-list li{
		width: 100%;
	}
	.index-yewu-list li img{
		width: 4.3vw;
	}
	.index-cons{
		padding: 0 5vw;
	}
	.yewu{
		padding-right: 0;
	}
	.index-yewu-list{
		width: 58%;
	}
	.index-yewu-pic{
		width: 42%;
	}
	.index-yewu-list li span{
		font-size: 14px;
		margin-left: 3vw;
		line-height: 4.5vw;	
	}
	.position-yuan .bg{
		background: url(../images/m_tran.svg) no-repeat right center;
		top: -250px;
		transform: scale(1.4);
		right: -300px;
	}
	.swiper-button-next, .swiper-button-prev,.swiper-button-next, .swiper-button-prev{
		height: 24px !important;
		margin-top: -13px !important;
	}
	.infoBox{
		display: none;
	}
	.infoWarp{
		height: unset;
		margin-top: 40%;
		padding: 0 4vw 0 2vw;
	}
	.warpItem{
		width: 48%;
		margin: 0;
		opacity: 0.9;
		background: #10293C;
		color: #fff;
		font-size: 12px;
		height: 12vh;
		padding: 1.5vw;
		box-sizing: border-box;
		margin-left: 2%;
		margin-bottom: 2%;
		min-height: 100px;
	}
	.innerTitle{
		font-size: 14px;
		height: 7vw;
		line-height: 8vw;
	}
	.warpItem span{
		color: rgba(255,255,255,.85);
		display: block;
		line-height: 2.6vh;
	}
	.warpItem:nth-last-child(1){
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.index-footer{
		padding: 30px 0 0;
		position: relative;
	}
	.index-footer-info .logo{
		margin: 1.7vh 0;
		float: unset;
	}
	.index-footer-info .phone{
		display: none;
	}
	.index-footer-info .lianxi{
		width: 100%;
	}
	.index-footer-info .erweima{
		position: absolute;
		right: 5vw;
		top: 14vh;
	}
	.index-footer-info .erweima p{
		display: none;
	}
	.index-footer-info .lianxi p{
		font-size: 12px;
	}
	.index-footer-bottom{
		/* height: 80px; */
		font-size: 12px;
		color: #f9f9f9;
		opacity: .45;
	}
	/* 产品中心 */
	.sub-menu{
		height: 60px;
	}
	.sub-menu-left{
		line-height: 60px;
	}
	.sub-menu-left a{
		font-size: 12px;
		margin: 0 10px;
	}
	.sub-menu-left em:nth-child(1) img{
		width: 14px;
		height: 14px;
	}
	.msg #down-more{
		display: none;
	}
	.msg h1{
		font-size: 18px;
	}
	.p-title .t{
		font-size: 16px;
		line-height: 35px;
	}
	.linian{
		padding: 25px 0;
		width: 100%;
	}
	.p-title .s{
		width: 10px;
		height: 1px;
	}
	.p-title .c{
		font-size: 14px;
		margin: 8px 0 0;
	}
	.index-con .mt50{
		margin-top: 30px !important;
	}
	.linian li .cont h1{
		font-size: 14px;
		color: #333;
		font-weight: bold;
		margin: 0;
	}
	.index-cell{
		font-size: 12px;
		color: #666;
	}
	.linian li .cont .index-cell>p{
		font-size: 10px;
		color: #999;
		height: 15px;
		line-height: 15px;
	}
	.linian li .cont figure p{
		height: 40px;
		margin-bottom: 40px;
		overflow: hidden;
		font-size: 12px;
		line-height: 20px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.linian li .cont{
		padding: 16px;
		box-sizing: border-box;
		height: 170px;
	}
	.linian li,.linian li .ln_img img{
		height: 170px;
	}
	.linian li .cont span{
		margin: 7px 0;
	}
	.linian li .cont .index-cell>p.detailBtn{
		width: 90px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	/* 人才招聘 */
	.rcln_t img,.zpgw_t img{
		width: 40vw;
	}
	.rcln_b p,.rcln_b p em{
		font-size: 12px;
		line-height: 24px;
	}
	.activeTitle3,.menuTitle3{
		font-size: 12px;
		padding: 0 30px 0 16px;
	}
	.activeTitle3 span,.menuTitle3 span{
		width: 50%;
		font-size: 12px;
	}
	.cwzj_t li{
		width: 50%;
		font-size: 12px;
	}
	.cwzj_t li em,.cwzj_b h1,.cwzj_b p,.activeTitle3 em,.menuTitle3 em{
		font-size: 12px;
	}
	.cInfo{
		width: 92%;
	}
	.menuContent3{
		padding: 16px;
	}
	/* 资讯 */
	.index-news-list li{
		/* width: 49%; */
		height: 140px;
		padding-bottom: 24px;
	}
	.page-main .index-news-list li{
		margin-bottom: 24px;
	}
	.index-news-list li p.detailBtn{
		bottom: 24px;
	}
	.index-news-list li:nth-child(3n+1){
		/* margin-left: 2%; */
	}
	.index-news-list li:nth-child(2n+1){
		/* margin-left: 0; */
	}
	.index-news-list li em{
		height: 20vh;
		width: 35%;
	}
	.index-news-list li .text{
		padding: 0 16px;
		padding-left: 37%;
	}
	.index-news-list li .text p{
		font-size: 14px;
		margin-bottom: 0;
		/* height: 65px; */
		line-height: 24px;
		display: -webkit-box;
		-webkit-line-clamp:2;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
	}
	.index-news-list li .text span{
		height: 2px;
		width: 16px;
		margin: 5px 0 8px;
	}
	.index-news-list {
		width: 90%;
		min-width: 0;
	}
	.index-news-list li .text .contentMd{
		display: none;
	}
    .index-news-list li .text i{
		font-size: 12px;
		margin: 0;
	}
	.page-but{
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	.page-but a{
		font-size: 14px;
	}
	.index-con{
		padding: 0 3.5vw;
	}
	/* 关于我们 */
	.about h1{
		font-size: 16px;
		line-height: 30px;
	}
	.about h2{
		font-size: 10px;
		line-height: 20px;
	}
	.about strong i{
		background: #338aca;
		width: 9px;
	}
	.about figure p{
		font-size: 12px;
		line-height: 24px;
	}

	.aboutdiv1 {
		width: 100%;
	}
	.aboutdiv2 {
		height: 24vw;
		width: 100%;
		background-color: #F9F9F9;
	}
	.aboutdiv21 {
		padding-top: 17px; 
		padding-left: 30px; 
		padding-right: 4vw; 
		line-height: 24px;
	}

	.cTrue .p-title .c{
		width: 80%;
		margin: 8px auto;
	}
	.auCSR-list li{
		width: 50%;
	}
	.auCSR-list li:nth-last-child(1){
		display: none;
	}
	.auCSR-td .name{
		font-size: 14px;
	}
	.auCSR-td .con{
		font-size: 12px;
		line-height: 25px;
	}
	.auCSR-tb .auCSR-td{
		padding: 0 8.5%;
	}
	.abUs-comSR{
		padding: 34px 0 0px;
	}
	.secAll{
		width: 100%;
		position: unset;
		top: unset;
		left: unset;
		height: 100%;
		padding: 3vh 0;
		box-sizing: border-box;
	}
	.secBox{
		width: 50%;
		height: 50%;
	}
	.origin-box{
		height: 33vh;
	}
	.secBox img{
		width: 8vw;
	}
	.secName{
		font-size: 12px;
		height: unset;
	}
	.secInfo{
		font-size: 10px;
	}
	.conItem{
		width: 100%;
		float: unset;
		font-size: 12px;
	}
	.conleftItem{
		font-size: 12px;
		margin-bottom: 0;
	}
	.midInp{
		margin-bottom: 16px;
		font-size: 12px;
	}
	.contactBox{
		height: unset;
	}
	.conItem textarea{
		box-sizing: border-box;
		height: 112px;
		margin-top: -20px;
		resize: vertical;
	}
	.subBtn{
		width: 100%;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		position: unset;
	}
	.contact{
		padding-bottom: 0;
	}
	/* 创新研究院 */
	.p-title .i{
		font-size: 10px;
	}
	.aboutWarp{
		margin-top: 30px;
	}
	.prosenInfo{
		height: unset;
		overflow: hidden;
		padding: 16px 0;
		box-sizing: border-box;
	}
	.prosenImg{
		height: unset;
		width: 30vw;
		margin: 0 auto;
		float: unset;
		margin-bottom: 0;
		position: unset;
	}
	.prosenDetail{
		width: 100%;
		height: unset;
		float: unset;
		padding: 0 16px;
	}
	.proInfo{
		font-size: 12px;
		line-height: 22px;
		height: unset;
	}
	.name{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	.ename{
		text-align: center;
		font-size: 10px;
		display: block;
	}
	.detailWarp .h_xian{
		display: block;
		margin: 8px auto;
		width: 10px;
		height: 1px;
	}
	/* 二级页面 产品中心 */
	.artImg{
		width: 87vw;
	}
	.artParagraph{
		font-size: 12px;
	}
	.deveCons{
		background: #fff;
	}
	.deveInnerItem{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.deveConItem{
		width: 100%;
		height: unset;
		background: #F0F5FF;
		padding: 8px 10px;
		box-sizing: border-box;
		margin: 8px auto;
		margin-top: 0;
		height: 75px;
		display: flex;
		align-items: center;
	}
	.deveConItem span{
		font-size: 12px;
		padding-left: 10px;
		display: block;
		line-height: 22px;
	}
	.deveConItem img{
		width: 16.6px;
		height: 16.6px;
		margin-right: 5px;
	}
	.inlineCon .deveInnerItem{
		width: 100%;
	}
	.inlineCon .deveInnerItem .rightBox{
		display: block;
	}
	.special .deveConItem{
		background: #F9F0FF;
	}
	/* 资讯 */
	.sub-menu li{
		line-height: 60px;
	}
	.pinnerItem{
		margin-right: 7px;
		font-size: 12px;
	}
	.artTitle{
		font-size: 16px;
		margin-bottom: 7px;
	}
	.artTime{
		font-size: 10px;
		margin-bottom: 7px;
	}
	.article .content p{
		font-size: 12px;
		line-height: 24px;
	}
	.goBack{
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.newsTitles{
		font-size: 18px;
		margin-top: 6vw;
	}
}
@media all and (max-width:430px) {
	.index-yewu-list li span{
		font-size: 12px;
	}
}
* {
    touch-action: pan-y;
}