* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}


body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;

}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #343434;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 50px;
	opacity: 0.6;
}
.section {
	width: 92%;
	max-width: 1525px;
	margin: auto;
}

.n-section {
	width: 92%;
	max-width: 1450px;
	margin: auto;
}


/*header*/


.header {
	width: 100%;
	background: #fff;
}

.header .section {
	position: relative;
}

.header .logo {
	width: 26%;
	float: left;
	height: 106px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .logo a {}

.header .logo img {
	max-width: 100%;
	display: block;
}

.header .menu {
	width: 64%;
	float: right;


}

.header .menu ul {
	width: 78%;
	float: left;
}

.header .menu ul li {
	float: left;
	width: 20%;
	position: relative;

}

.header .menu ul li a {
	display: block;
	font-size: 20px;
	position: relative;
	line-height: 106px;
	color: #343434;
	z-index: 10;
	border-right: 1px solid #fff;
	text-align: center;

}



.header .menu ul li:nth-child(3) a:after,
.header .menu ul li:nth-child(4) a:after {
	width: 11px;
	height: 7px;
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	margin-top: -3px;
	background: url(../menu-span.png);
}



.header .menu ul li.on:nth-child(3) a:after,
.header .menu ul li.on:nth-child(4) a:after,
.header .menu ul li:hover:nth-child(3) a:after,
.header .menu ul li:hover:nth-child(4) a:after {

	background: url(../menu-span-h.png);
}


.header .menu ul li::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;

}


.header .menu ul li.on::before,
.header .menu ul li:hover::before {
	background: #014099;
}


.header .menu ul li.on a,
.header .menu ul li:hover a {
	color: #fff;
}




.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 280px;
	left: 0;
	padding: 20px 30px;
	top: 100%;
	z-index: 20;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

.header .menu li .drop li a::after {
	display: none;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #014099;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;

}

.header .menu .drop li a:hover:before {
	width: 100%;
}


.header .menu .drop li::before {
	display: none;
}

.header .menu .drop li {
	background: #fff;
}

.header .menu .drop li a {
	background: #fff;
}


.header .menu .drop li a {
	color: #343434 !important;
}






.search {
	width: 20%;
	background: #67afcd;
	overflow: hidden;
	float: right;
	border-radius: 30px;
	margin-top: 25px;
}

.search input.username {
	width: 80%;
	border: 0;
	height: 50px;
	padding-left: 26px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	background: #67afcd url(../search.png) no-repeat left center;
}

.search input.da_button {
	width: 10%;
	margin-left: 10%;
	border: 0;
	height: 50px;
	float: left;
	background: #67afcd;
}





.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 50px;
	position: absolute;
	right: 8px;
	top: 0;
	height: 74px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 50px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 74px;
}

.header .menu a {
	color: #000;
}

.hide {
	top: -105px;
}

.fixnav a {
	color: #333333 !important;
}

.fixnav {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	transition: 0.3s;
}


.i-title {
	width: 100%;
	position: relative;
	padding-top: 20px;
	margin-bottom: 60px;
}

.i-title h2 {
	color: #464646;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-weight: bold;
	font-size: 40px;
}

.i-title img {
	max-width: 100%;
}

.i-title .t-t {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.i-title img.img01 {
	max-width: 41%;
}

.i-title img.img02 {
	max-width: 45%;
}


.main-title {
	width: 100%;
	position: relative;
	padding-top: 20px;
	margin-bottom: 34px;
	color: #212121;
	font-size: 38px;
}

.main-title a {
	color: #212121;
}

.i-more {
	width: 100%;
	padding: 40px 0;
}

.i-more a {
	display: block;
	background: #00599f;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: auto;
	width: 190px;
	border-radius: 8px;
	height: 40px;
}

.i-more a:hover {
	box-shadow: 0 0 10px #333;
}


.down {
	display: block;
	left: 10%;
	position: absolute;
	bottom: 3%;
	font-size: 20px;
	padding: 30px 30px;
	text-transform: uppercase;
	z-index: 10;
	border-left: 2px solid #fff;
	color: #fff
}



.banner-txt {
	right: 0;
	position: absolute;
	bottom: 0;
	width: 45%;
	padding: 20px 70px 60px 70px;
	text-transform: uppercase;
	z-index: 10;
	color: #333;
	background: rgba(255, 255, 255, 0.7);
}

.banner-txt h4 {
	font-size: 15px;
	color: #4a4a4a;
}

.banner-txt h3 {
	margin-top: 6px;
	font-size: 24px;
	color: #252525;
}

.banner-img {
	width: 100%;
}

.banner-img img {
	width: 100%;
}

/*i-product*/
.index-product {
	width: 100%;
	padding: 60px 0;
	background: #edf1f4;
	overflow: hidden;
}

.banner-swiper-pagination {
	width: 41.3% !important;
	right: 0 !important;
	left: auto !important;
	z-index: 10;
	bottom: 25px !important;
	text-align: left !important;
}

.banner-swiper-pagination .swiper-pagination-bullet {
	width: 15%;
	height: 1px;
	border-radius: 0;
}

.academic-swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
}

.product-search {
	width: 80%;
	max-width: 980px;
	background: #fff;
	overflow: hidden;
	border-radius: 30px;
	margin: 25px auto 55px auto;
}

.product-search input.username {
	width: 90%;
	border: 0;
	height: 40px;
	background: #ffffff;
	padding: 0 10px;
	color: #c7c7c7;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
}

.product-search input.da_button {
	width: 10%;
	border: 0;

	height: 40px;
	float: left;
	background: #ffffff url(../search02.png) no-repeat center center;
}



.main-search {
	width: 80%;
	max-width: 525px;
	background: #fff;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 25px;
	border: 2px solid #656565;
}

.main-search input.username {
	width: 90%;
	border: 0;
	height: 40px;
	background: #ffffff;
	padding: 0 10px;
	color: #c7c7c7;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
}

.main-search input.da_button {
	width: 10%;
	border: 0;

	height: 40px;
	float: left;
	background: #ffffff url(../search02.png) no-repeat center center;
}


.product-swiper-button-next,
.product-swiper-button-prev {
	width: 20px;
	height: 42px;
	color: #555555;
	z-index: 10;
}

.product-swiper-button-next {
	right: -50px;
}

.product-swiper-button-prev {
	left: -50px;
}

.product-swiper-button-next:after,
.product-swiper-button-prev:after {
	font-size: 25px;
	font-weight: bold;
}

.product-swiper-button-next:hover,
.product-swiper-button-prev:hover {
	color: #005298;
}



.index-product-box {
	background: #fff;
}

.index-productsw {
	position: relative;
}

.index-product-box dl {

	overflow: hidden;
	padding: 35px 10px 15px 10px;
	background: #fff;

}

.index-product-box dl dt {
	width: 40%;
	float: left;
	overflow: hidden;
}

.index-product-box dl dt img {
	width: 100%;
	display: block;
}

.index-product-box dl dd {
	width: 59%;
	float: right;
	padding-top: 50px;
}

.index-product-box dl dd h5 {
	font-size: 17px;
	color: #7989a6;
}

.index-product-box dl dd h4 {
	color: #29333c;
	font-size: 18px;
	line-height: 28px;
}

.index-product-box dl dd h3 {
	font-weight: bold;
	font-size: 27px;
	color: #67afcd;
	margin-bottom: 40px;

}

.index-product-box dl dd i {
	display: block;
	width: 28px;
	height: 28px;
	background: #014099 url(../icon09.png);
	border-radius: 100%;
	float: right;
	margin-right: 30px;
}

.index-product-ul ul {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.index-product-ul ul li {
	float: left;
	width: 31.95%;
	text-align: center;
	position: relative;
}

.index-product-ul ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
	border-radius: 6px;
}

.index-product-ul ul li img {
	display: block;
	margin: 0 auto;
}

.index-product-ul ul li img.prop-img {
	width: 100%;
}

.product-ul-txt {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-ul-txt img {

	margin: 0 auto 10px auto !important;
}

.prop-img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-ul-txt h3 {
	font-size: 26px;
	line-height: 38px;
	color: #fff;
}



.index-product-ul ul li a:hover .prop-img {
	transform: scale(1.2, 1.2);
}

.index-video {
	width: 100%;
	height: 693px;
	background: url("../video-background.jpg") no-repeat center center;
	overflow: hidden;
	display: flex;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	text-align: center;

}

.index-video h1 {
	font-size: 54px;
	padding: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.index-video h2 {
	font-size: 35px;
}

.index-video img {
	margin: 15px auto;
}


#goodcover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}

#code {
	width: 60% !important;

	border-radius: 5px;
	left: 20% !important;
	top: 15% !important;
	box-shadow: 0 0 5px #c9c9c9;
	background-color: #505960;
	position: absolute;
	display: none;
	z-index: 1002;

	border: 5px solid #fff;
}

.close1 {
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #222;
	font-size: 30px;
	z-index: 10;
	border-radius: 100%;
	border: 2px solid #222;
}



.goodtxt {
	text-align: center;
}



.academic-box {
	width: 100%;
	padding: 60px 0 10px 0;
	overflow: hidden;
	background: #fafbfc;
}

.academic-left {
	width: 50%;
	float: left;
}

.set-content {
	width: 100%;
	margin: 0 auto;
}

.set-title {
	width: 100%;
	overflow: hidden;
	z-index: 9999;
}

.set-title ul {
	float: left;
	width: 80%;
	font-size: 0;
	margin: 0 auto;
}

.set-title ul li {
	display: inline-block;
	line-height: 61px;
	margin-right: 8%;
	font-size: 25px;
	color: #000;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 2px;
}

.set-title ul li i {
	display: block;
	float: left;
	width: 60px;
	margin-right: 5px;
}

.set-title ul li img {
	max-width: 100%;
}

.set-title ul .on,
.set-title ul li a:hover,
.set-title ul li:hover {
	color: #005cad;
}

.more {
	display: block;
	position: relative;
	float: right;
	color: #1e1e1e;
	font-weight: bold;
	font-size: 15px;
	line-height: 61px;
	padding-left: 20px;

}

.more::after {
	content: '';
	display: block;
	width: 7px;
	height: 11px;
	background: url(../icon15.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.set-middle {
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.academic-mySwiper {
	width: 100%;
	max-width: 679px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 22px;
	float: left;
	margin: 0;
	overflow: hidden;
}

.academic-button {
	width: 36%;
	height: 54px;
	z-index: 10;
	bottom: 0;
	right: 0;
	position: absolute;
	background: #014099;
	border-top-left-radius: 22px;
}

.academic-button-left {
	width: 50%;
	top: 0;
	height: 54px;
	position: absolute;
	left: 5%;
}

.academic-button-right {
	width: 20%;
	height: 54px;
	top: 0;
	position: absolute;
	right: 15%;
}


.academic-swiper-button-next,
.academic-swiper-button-prev {
	width: 20px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	top: 0;
	z-index: 10;
}

.academic-swiper-button-next {
	right: 0;
}

.academic-swiper-button-prev {
	left: 0;
}

.academic-swiper-button-next:after,
.academic-swiper-button-prev:after {
	font-size: 18px;
	font-weight: bold;
}

.academic-swiper-button-next:hover,
.academic-swiper-button-prev:hover {
	color: #6989bb;
}





.academic-right {
	width: 48%;
	float: right;
}




.academic-right a:hover {
	color: #014099;
}


.academic-right dl {
	width: 100%;
	margin: 8px 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.academic-right dl a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 10px 35px 10px 5px;
}

.academic-right dl dt {
	width: 15%;
	float: left;
	color: #014099;
	text-align: center;
}

.academic-right dl dt h2 {
	font-size: 22px;
	overflow: hidden;
	font-weight: bold;
}

.academic-right dl dt p {
	font-size: 17px;
	overflow: hidden;
}

.academic-right dl dd {
	width: 70%;
	float: left;
}

.academic-right dl dd h4 {
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	color: #434343;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.academic-right dl dd p {
	font-size: 15px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #858585;
}

.academic-right dl a::after {
	content: '';
	display: block;
	width: 32px;
	height: 34px;
	background: url(../icon14.jpg);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}




/*i-news*/
.i-news {
	width: 100%;
	padding: 30px 0 70px 0;
	overflow: hidden;
	min-height: 320px;
	background: #fafbfc;
}

.i-news dl {
	width: 23%;
	margin: 8px 1%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.i-news dl a {
	display: block;
	width: 100%;
	border-top: 10px solid #fafbfc;
	position: relative;
	overflow: hidden;
}

.i-news dl dt {
	width: 15%;
	float: left;
	padding: 9px 1px;
	background: #6d6d6d;
	border-bottom-left-radius: 18px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.i-news dl dd {
	width: 85%;
	float: left;
	padding-left: 25px;
}

.i-news dl dd p {
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	color: #848484;
}

.i-news dl dd span {
	display: block;
	margin: 60px 0 20px 0;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.i-news dl a:hover {
	border-top: 10px solid #fff;
	margin-top: 20px;
}

.i-news dl a:hover dt {
	background: #fff;
	color: #000;
}

.i-news dl a:hover dd {
	background: #fff;
}

.i-news dl a:hover dd span {
	color: #000;
}

/*i-partners*/
.index-map {
	width: 100%;
	background: url("../map.jpg") no-repeat;
	background-size: cover;
	padding: 110px 10px 30px 10px;
	overflow: hidden;
}

.index-map .section {
	position: relative;
}

.index-map-txt {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.index-map-txt h3 {
	font-size: 35px;
	color: #24aaff;
	font-weight: bold;
}

.index-map-txt h4 {
	font-size: 17px;
	color: #2d2222;
}

.index-map-map {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.index-map-map-img {
	width: 70%;
	margin-left: 15%;
	float: left;
}

.index-map-map img {
	margin: 0 auto;
	max-width: 100%;
}


.index-map-icon {
	width: 15%;
	float: left;

}

.index-map-icon ul {
	width: 100%;
	margin-top: 120px;
}

.index-map-icon ul li {
	width: 40%;
	float: left;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	color: #000;
	margin: 20px 5%;
}

.index-map-icon ul li img {
	border: 1px solid #cbcbcb;
}

/*i-solution*/

.i-solution {
	width: 100%;
	overflow: hidden;
}

.i-solution ul {
	width: 100%;
	overflow: hidden;
}

.i-solution ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}

.i-solution ul li a {
	display: block;
	color: #fff;
	position: relative;
}


.i-solution .solution-img {
	width: 100%;
	overflow: hidden;
}

.i-solution .solution-img img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.i-solution .solution-box {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.i-solution .solution-box img {
	margin: 10px auto;
}

.i-solution .solution-box p {
	font-size: 22px;
	padding: 0 10px;
	line-height: 34px;
}

.i-solution ul li a:hover .solution-img img {
	opacity: 1;
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}




/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.n-ban-img {
	width: 100%;
	padding-top: 32.44%;
}



.banner h3 {
	position: absolute;
	font-size: 47px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 0 5px #999;
	z-index: 10;
}






/*about*/
.main-about {
	width: 100%;
	padding: 90px 0 40px 0;
	overflow: hidden;
}

.ab-txt {
	margin: 0 1%;
	font-size: 16px;
	line-height: 35px;
	color: #525252;
}

.main-about .ab-txt h2 {
	font-size: 37px;
	line-height: 28px;
	color: #3f3f3f;
	margin-bottom: 40px;
}

.main-about .ab-txt h3 {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 500;

}


.product-num-box {
	width: 100%;
	border-bottom: 1px solid #e9e5fe;
	overflow: hidden;
	padding: 90px 0 60px 0;
}


.product-num-content {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.product-num-item {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 23%;
	margin: 0 1%;
	vertical-align: top;
	font-size: 16px;
	color: #000;
}


.product-num-nub {
	display: inline-block;
	vertical-align: top;
	font-size: 70px;
	line-height: 60px;
	color: #3f3f3f;
	font-family: Arial;
}


.product-num-inf {
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #4a4a4a;
	margin: 24px 0;

}

.product-num-wan {
	display: inline-block;
	font-size: 35px;
	color: #4a4a4a;
}



.main-solution {
	width: 100%;
	overflow: hidden;
}

.main-solution ul {
	width: 100%;
	overflow: hidden;
}

.main-solution ul li {
	color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 15px #999;
}

.main-solution ul li.w50 {
	width: 47%;
	margin: 80px 1.5%;
}

.main-solution ul li.w50 p {
	min-height: 90px;
}

.main-solution ul li.w100 {
	width: 97%;
	margin: 0 1.5%;
}


.main-solution .solution-img {
	width: 100%;
	overflow: hidden;
}

.main-solution .solution-img img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-solution ul li:hover img {
	transform: scale(1.2, 1.2);
}

.main-solution .solution-box {
	width: 100%;
	position: absolute;
	bottom: 10%;
	padding: 0 45px;
	overflow: hidden;
	z-index: 10;
}

.main-solution .solution-box .box {
	display: flex;
	flex-wrap: wrap;
}

.main-solution .solution-box .w24 {
	width: 24.5%;
}

.main-solution .solution-box .w20 {
	width: 20%;
}

.main-solution .solution-box .w22 {
	width: 22.5%;
}

.main-solution .solution-box .w27 {
	width: 27.5%;
}

.main-solution .solution-box .w2 {
	width: 4%;
	border-left: 1px solid #fff;
}

.main-solution .solution-box h2 {
	font-size: 37px;
	padding: 20px 10px;
	line-height: 34px;
}

.main-solution .solution-box p {
	font-size: 16px;
	padding: 0 10px;
	line-height: 30px;

}

.main-solution ul li a:hover .solution-img img {
	opacity: 1;
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-zc {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f7f7f7;
}

.main-zc h1 {
	font-size: 20px;
	line-height: 45px;
	color: #3f3f3f;
	overflow: hidden;
}

.main-zc span {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0 15px;
	color: #fff;
	background: #67afcd;
	border-radius: 20px;

}

.main-zc dl {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.main-zc dl dt {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	float: left;

}

.main-zc dl dd {
	width: 45%;
	float: right;
}

.main-zc dl dd p {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	overflow: hidden;
	color: #6e6e6e;
	margin-bottom: 20px;
}

.main-zc dl dd i {
	display: block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	font-style: normal;

}

.main-honor {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 80px 0;
}

.main-honor h3 {
	font-size: 37px;
	line-height: 45px;
	color: #3f3f3f;
	overflow: hidden;
}

.main-honor p {
	font-size: 20px;
	line-height: 45px;
	color: #3f3f3f;
	overflow: hidden;

}

.main-honor .i-title {
	margin-bottom: 10px;
}

.honor_button {
	width: 120px;
	margin-bottom: 40px;
	float: right;
	height: 50px;
	position: relative;
}

.honor-swiper-button-next,
.honor-swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #8c8c8c;
	text-align: center;
	line-height: 50px;
	color: #8c8c8c;
	z-index: 10;
}

.honor-swiper-button-next {
	right: 0;
}

.honor-swiper-button-prev {
	left: 0;
}

.honor-swiper-button-next:after,
.honor-swiper-button-prev:after {
	font-size: 25px;
}

.honor-swiper-button-next:hover,
.honor-swiper-button-prev:hover {
	color: #005298;
}



.main-honor .honor-left {
	width: 60%;
}

.main-honor .honor-left img {
	max-width: 100%;
}

.main-honor .honor-right {
	width: 28%;
}

.main-honor .honor-right img {
	max-width: 100%;
}

.main-honor h4 {
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #3f3f3f;
	overflow: hidden;
}

.main-form {
	width: 100%;
	background: #014099;
	overflow: hidden;
	padding: 40px 0;
}

.main-form ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.main-form ul li {
	width: 33.333%;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	border-right: 1px dashed #537dba;
	text-align: center;
}

.main-form ul li a {
	color: #fff;
}

.main-form ul li:last-child {
	border: 0;
}

.main-form ul li img {
	display: block;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.main-form-img {
	margin: 10px 0;
}

/*新闻中心*/

.main-news {
	overflow: hidden;
	padding: 90px 0;
	background: #f9f9f9;
}

.main-news ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main-news ul li {
	width: 33.33%;
	margin-bottom: 40px;
}

.main-news ul li a {
	display: block;
	width: 92%;
	margin: auto;
	position: relative;
	color: #2d2d2d;
}

.main-news .news-img {
	overflow: hidden;
}

.main-news .news-img img {
	display: block;
	width: 100%;
	transition: 0.4s;
}

.main-news .news-txt {
	padding: 30px 30px;
	line-height: 28px;
	font-size: 17px;
	overflow: hidden;
	background: #fff;
	position: relative;

}

.main-news .news-txt h4 {
	font-size: 20px;
}

.main-news .news-time {
	padding: 30px 0;
	line-height: 16px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	color: #9f9f9f;
}


.main-news ul li a:hover img {
	transform: scale(1.3, 1.3);
}

.main-news ul li a:hover h4 {
	color: #00479D;
}

.news-detail {
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}


.news-detail h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.news-detail .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	text-align: center;
}

.news-detail .news-intro {
	width: 100%;
	padding-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.news-detail .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-detail .news-intro p {
	padding: 5px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
	padding: 5px 0;
	margin: auto;
}





/*产品中心*/
.main-product {
	overflow: hidden;
	padding: 50px 0 150px 0;
}

.main-product h2 {
	font-size: 40px;
	margin-bottom: 38px;
}


.main-product .box {
	margin-top: 50px;
}

.main-product-left {
	width: 48.5%;
	overflow: hidden;
	float: left;
}

.main-product-right {
	width: 48.5%;
	overflow: hidden;
	float: right;
}

.main-product-bottom {
	width: 100%;
	overflow: hidden;
}

.main-product-img {
	position: relative;

}

.main-product-img a {
	display: block;
	color: #555;
	position: relative;
}

.main-product-img img {
	width: 100%;
	border-radius: 5px;
}

.product-txt-bj {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
}

.product-txt-bj h4 {
	font-size: 40px;
}

.product-txt-bj i {
	display: block;
	width: 31px;
	height: 31px;
	color: #fff;
	margin: 15px auto;
	background: url(../i.png);
}



.bj01 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	left: 0;
	border-radius: 5px;
	top: 0;
	opacity: 0;
	background: rgba(37, 66, 100, 0.7);
}

.bj02 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	left: 0;
	border-radius: 5px;
	top: 0;
	opacity: 0;
	background: rgba(103, 175, 205, 0.7);
}

.bj03 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	border-radius: 5px;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgba(46, 136, 122, 0.7);
}

.main-product-img a:hover .bj02,
.main-product-img a:hover .bj01,
.main-product-img a:hover .bj03 {
	opacity: 1;
}

.main-product-img a:hover {
	color: #fff;
}


.product-background {
	background: url(../product-background.jpg) no-repeat right top;
}

.main-class {
	width: 100%;
	overflow: hidden;

	display: flex;
	flex-wrap: wrap;
}

.main-class a {
	display: block;
	font-size: 20px;
	margin-right: 30px;
	border-radius: 30px;
	padding: 15px 50px;
	border: 1px solid #848484;
}

.on01 {
	background: #254264;
	color: #fff;
	border: 1px solid #254264 !important;
}

.on02 {
	background: #2e887a;
	color: #fff;
	border: 1px solid #2e887a !important;
}

.on03 {
	background: #68afcd;
	color: #fff;
	border: 1px solid #68afcd !important;
}

.main-class a:hover {
	color: #fff;
	background: #254264;
}

.c01:hover {
	background: #254264 !important;
	border: 1px solid #254264 !important;
}

.c02:hover {
	background: #2e887a !important;
	border: 1px solid #2e887a !important;
}

.c03:hover {
	background: #68afcd !important;
	border: 1px solid #68afcd !important;
}

.product-title {
	height: 65px;
	color: #fff;
	padding: 0 35px;
	text-align: center;
	position: relative;
	border-radius: 3px;
}

.product-title span {
	display: block;
	float: left;
	line-height: 65px;
	font-size: 24px;
}

.product-title i {
	float: right;
	display: block;
	width: 28px;
	height: 27px;
	margin-top: 18px;
	background: url(../i2.png);
}

.product-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-box .product-left {
	width: 48%;
	margin: 10px 1%;
	box-shadow: 0 0 10px #ccc;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.product-box .product-right {
	width: 48%;
	margin: 10px 1%;
	box-shadow: 0 0 10px #ccc;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.product-ul {
	width: 100%;
	overflow: hidden;
}

.product-ul li {
	padding: 0 35px;
}


.product-ul li a {
	display: block;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #f7f7f7;
	background: #fff;
}

.product-ul li h3 {
	font-size: 25px;

}

.product-ul li h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

.product-ul li h5 {
	font-size: 15px;
	color: #777777;
}

.product-ul li a:hover h3 {
	font-weight: bold;
}

.mg-top100 {
	margin-top: 50px;
	width: 100%;
}

.cp-detail-content {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.cp-detail-content h1 {
	text-align: center;
	font-size: 34px;
	color: #000000;
	padding: 15px 0;
	margin-bottom: 30px;
	position: relative;
}


.cp-intro {
	width: 100%;
	padding: 30px 0;
	font-size: 17px;
	color: #4d4d4d;
	background: url(../cp-intro.jpg) no-repeat right top;
	position: relative;
}

.video-box {
	width: 60%;
	margin: 40px auto;
}

.video-box h1 {
	text-align: center;
}

.cp-intro h1 {
	font-size: 34px;
	color: #000000;
	padding: 15px 0;
	margin-bottom: 30px;
	position: relative;
}

.cp-intro-img {
	position: absolute;
	right: 0;
	top: 45px;
	z-index: 10;
}

.cp-intro h1::after {
	content: '';
	display: block;
	width: 40%;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: 0;
	background: #dcdcdc;
}

.cp-intro h2 {
	font-size: 22px;
	color: #000000;
	padding: 20px 0;
}

.cp-intro h3 {
	font-size: 22px;
	padding: 7px 0;
}

.cp-intro h4 {
	font-size: 25px;
	margin-bottom: 15px;
}

.cp-intro img {
	max-width: 100%;
	margin: 2px 0;
}

.cp-intro p {
	line-height: 32px;
	color: #4d4d4d;
}

.cp-intro h5 {
	font-size: 20px;
	color: #67afcd;
}

.cp-intro ul.w90 {
	width: 90%;

}

.cp-intro ul.w90 li {
	width: 48%;
}

.cp-intro ul.w100 {
	width: 100%;
}

.cp-intro ul.w100 li {
	width: 48%;
}

.cp-intro ul.w30 {
	width: 100%;
}

.cp-intro ul.w30 li {
	width: 31%;
}

.background-fff {
	background: #fff !important;
}

.background-fff img {
	margin: 0 auto !important;
}

.cp-intro ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.cp-intro ul li {
	padding: 20px 10px 40px 30px;
	background: #f5f5f5;
	position: relative;
	font-size: 15px;
}

.cp-intro span {
	font-weight: bold;
}

.dian-p {
	position: relative;
	padding-left: 20px;
}

.dian-p:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #5b6364;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 10;
}

.cp-intro ul li img {
	margin: 20px 0;
}

.cp-intro table {
	width: 80%;
	border-collapse: collapse;
	border-top: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000
}

.cp-intro table td {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
	color: #888888;
	font-size: 19px;
	background: #fbfbfb;
	padding: 20px 8px;
}

.cp-intro .table-bj td {
	font-size: 20px;
	padding: 25px 0;
	color: #000;
	font-weight: bold;
}

.cp-intro ol {
	overflow: hidden;
}

.cp-intro ol li {
	width: 100%;
	line-height: 32px;
	position: relative;
	padding: 0 25px;
}

li.i01:before {
	width: 13px;
	height: 13px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	background: url(../i03.png);

}

li.i02:before {
	width: 13px;
	height: 13px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	background: url(../i04.png);

}

li.i03:before {
	width: 13px;
	height: 13px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	background: url(../i05.png);

}

.btn {
	width: 200px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	border: 0;
	line-height: 45px;

	margin: 15px auto;
	display: block;
	outline: none;
	padding-left: 35px;
	position: relative;
}

.btn:before {
	width: 29px;
	height: 28px;
	content: '';
	display: block;
	position: absolute;
	left: 38px;
	top: 9px;
	background: url(../dy.png);
}

.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;

}

.up-down ul {
	width: 98%;
	margin: auto;
}

.up-down ul li {
	width: 100%;
	margin: 5px 0;
}

.up-down ul li a {
	color: #999;
	font-size: 14px;
}

.up-down ul li a:hover {
	color: #0073ad;
}


.main-down {
	width: 100%;
	overflow: hidden;
	margin: 35px 0;
}

.main-down .main-down-list {
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin: auto;
	overflow: hidden;
}

.main-down .main-down-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.main-down .main-down-list ul li {
	width: 29.333%;
	margin: 15px 2%;
	box-sizing: border-box;
	box-shadow: 0 0 10px #ccc;
	position: relative;
	overflow: hidden
}


.main-down .main-down-list ul li:nth-child(2) {
	width: 30%;
}

.main-down .main-down-list ul li:nth-child(3) {
	width: 28%;
}

.main-down .main-down-list ul li:nth-child(1) {
	width: 30%;
	box-shadow: none;
}


.main-down .main-down-list ul li h2 {
	font-size: 34px;
	color: #212121;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.main-down .main-down-list dl {

	width: 100%;
}

.main-down .main-down-list dl a {
	display: flex;
	padding: 35px;
	flex-wrap: wrap;
}

.main-down .main-down-list dl dt {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	overflow: hidden;
}

.main-down .main-down-list dl dt img {
	max-width: 100%;
	display: block;
}

.main-down .main-down-list dl dd {
	width: 83%;
	float: left;
}

.main-down .main-down-list dl dd h3 {
	font-size: 20px;
	color: #404040;

}

.main-down .main-down-list dl dd span {
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #7c7c7c;

}



.main-down .main-search-list {
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin: auto;
	overflow: hidden;
}

.main-down .main-search-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.main-down .main-search-list ul li {
	width: 29.333%;
	margin: 15px 2%;
	box-sizing: border-box;
	box-shadow: 0 0 10px #ccc;
	position: relative;
	overflow: hidden
}



.main-down .main-search-list dl {

	width: 100%;
}

.main-down .main-search-list dl a {
	display: flex;
	padding: 35px;
	flex-wrap: wrap;
}


.main-down .main-search-list dl dd {
	width: 100%;
	float: left;
}

.main-down .main-search-list dl dd h3 {
	font-size: 20px;


}



.inner-video ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.inner-video ul li {
	width: 31.33%;
	margin: 20px 1%;
	position: relative;
}

.inner-video ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.inner-video ul li .img-box {
	position: relative;
	overflow: hidden;
}

.inner-video ul li .img01 img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-video ul li .img02 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-video ul li .img02 img {
	width: 45%;
}

.inner-video ul li em {
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.inner-video ul li i {
	display: block;
	width: 76px;
	height: 76px;
	margin-left: -38px;
	margin-top: -38px;
	border-radius: 100%;
	background: url(../icon27.png);
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	opacity: 0;
	transition: 0.4s;
}

.inner-video ul li h3 {
	font-size: 18px;
	margin: 15px 0;
	color: #555555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inner-video ul li p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inner-video ul li a:hover i,
.inner-video ul li a:hover em {
	opacity: 1;
}

.inner-video ul li a:hover h3 {
	color: #014099;
}

.inner-video ul li a:hover .img01 img {
	transform: scale(1.2, 1.2);
}



/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
	margin: 100px 0;
}

#allmap {
	height: 450px;
	border: 0;
}

.main-contact .con-content ul {
	width: 100%;
	margin: 60px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.main-contact .con-content ul li {
	width: 23%;
	margin-right: 2.666%;
	font-size: 15px;
	line-height: 28px;
	border-right: 1px solid #dcdcdc;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	color: #333333;


}

.main-contact .con-content ul li:last-child {
	border: 0;
}

.main-contact .con-content ul li h5 {
	color: #333333;
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
}

.main-contact .con-content ul li span {
	color: #999999;
}

.main-contact .con-content ul li p {
	position: relative;
	padding-left: 33px;
	line-height: 25px;
}

.main-contact .con-content ul li img {
	display: block;
	margin: 0 auto;
	max-width: 85px;
}

.main-contact .con-content ul li p:before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

.main-contact .con-content ul li p.icon01:before {
	background: url("../icon04.png");
	background-size: 100%;
}

.main-contact .con-content ul li p.icon02:before {
	background: url("../icon05.png");
	background-size: 100%;
}

.main-contact .con-content ul li p.icon03:before {
	background: url("../icon06.png");
	background-size: 100%;
}

.main-contact .con-content ul li p.icon04:before {
	background: url("../icon07.png");
	background-size: 100%;
}

.main-contact .con-content ul li:last-child {
	margin: 0;
}


.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #dadde4;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #365ed0;
	color: #fff;
}


.foot-box {
	width: 100%;
	background: #dadde4;
	padding: 90px 0 60px 0;
	overflow: hidden;
}

.foot-box .foot-menu {
	width: 35%;
	float: left;
}

.foot-box .foot-menu h3 {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
}

.foot-box .foot-menu h5 {
	font-size: 16px;
	line-height: 30px;
	color: #2f5fa4;
	font-weight: bold;
}

.foot-box .foot-menu ul {
	overflow: hidden;
	margin-top: 25px;
}

.foot-box .foot-menu ul li {
	line-height: 25px;
	float: left;
	margin-right: 20px;

}

.foot-box .foot-menu ul li a {
	color: #676767;
	font-size: 14px;
}

.foot-box .foot-menu ul li a:hover {
	color: #2f5fa4;
}

.foot-box .foot-logo {
	width: 30%;
	float: left;
}

.foot-box .foot-logo img {
	max-width: 100%;
}

.foot-box .foot-logo .foot-logo-img {
	width: 30%;
	margin: 20px auto;
}

.foot-box .foot-logo .foot-logo-text {
	text-align: center;
	color: #676767;
	font-size: 14px;
}

.foot-box .foot-contact {
	width: 30%;
	float: right;
}

.foot-box .foot-contact ul {
	float: left;
	margin-left: 75px;
}

.foot-box .foot-contact ul h4 {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	line-height: 28px;
	color: #343434;
}

.foot-box .foot-contact ul li {
	padding-left: 35px;
	margin: 15px 0;
}

.foot-box .foot-contact ul li a {
	display: inline-block;
	border-bottom: 1px solid #333;
}

.foot-box .foot-contact ul h4:before {
	content: '';
	display: block;
	width: 22px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../icon03.png);
}


.foot-box .foot-contact ul li {
	width: 100%;
	color: #676767;
	font-size: 15px;
	line-height: 20px;
}

.footer {
	width: 100%;
	color: #9a9da0;
	background: #2d363f;
	padding: 20px 0;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}

.footer a {
	color: #9a9da0;
}



@media (max-width:1600px) {
	.header .menu ul li a {
		font-size: 18px;
	}

	.banner-txt {
		padding: 10px 50px 40px 50px;
	}

	.banner-swiper-pagination {
		bottom: 15px !important;
	}

	.down {
		left: 5%;
		padding: 15px 20px;
	}


	.index-product-box dl dd h3 {
		font-size: 24px;
	}

	.product-ul-txt h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.index-video h1 {
		font-size: 45px;
	}

	.index-video img {
		width: 65px;
	}

	.set-title ul li i {
		width: 50px;
	}

	.academic-right dl dd h4,
	.index-map-txt h4 {
		font-size: 16px;
	}

	.search input.username,
	.index-map-icon ul li,
	.product-ul li h5,
	.btn,
	.academic-right dl dd p,
	.index-product-box dl dd h4 {
		font-size: 14px;
	}

	.down,
	.i-solution .solution-box p,
	.main-honor p,
	.product-ul li h4 {
		font-size: 18px;
	}

	.academic-right dl dt p,
	.ab-txt,
	.cp-intro,
	.product-num-inf {
		font-size: 15px;
	}

	.product-num-nub {
		font-size: 60px;
	}

	.main-about .ab-txt h2,
	.main-solution .solution-box h2,
	.product-txt-bj h4 {
		font-size: 32px;
	}

	.main-solution .solution-box p {
		font-size: 14px;
		line-height: 25px;
	}

	.main-zc h1 {
		font-size: 17px;
	}

	.main-zc dl dd p {
		font-size: 14px;
		line-height: 24px
	}

	.i-title h2,
	.main-title,
	.main-honor h3,
	.main-product h2 {
		font-size: 34px;
	}

	.product-ul li h3 {
		font-size: 22px;
	}

	.set-title ul li,
	.banner-txt h3,
	.cp-intro h4,
	.cp-intro h3,
	.product-title span,
	.main-form ul li,
	.academic-right dl dt h2 {
		font-size: 20px;
	}

	.main-down .main-down-list ul li h2,
	.main-down .main-down-list ul li h2,
	.cp-intro h1,
	.product-num-wan,
	.index-map-txt h3,
	.index-video h2 {
		font-size: 30px;
	}

	.main-class a {
		font-size: 18px;
		margin-right: 25px;
		border-radius: 15px;
		padding: 18px 40px;
	}

	.index-video {
		height: 550px;
	}
}


@media (max-width:1400px) {
	.header .logo {
		width: 26%;
	}

	.index-video {
		height: 450px;
	}

	.header .menu {
		width: 70%;
	}

	.header .menu ul {
		width: 84%;
	}

	.search {
		width: 16%;
	}

	.header .menu ul li a {
		font-size: 16px;
	}


	.down {
		left: 5%;
		padding: 15px 20px;
	}


	.index-product-box dl dd h3 {
		font-size: 22px;
	}

	.product-ul-txt h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.index-video h1 {
		font-size: 35px;
	}

	.index-video img {
		width: 55px;
	}

	.set-title ul li i {
		width: 45px;
	}

	.academic-right dl dd h4,
	.index-map-txt h4 {
		font-size: 15px;
	}

	.down,
	.i-solution .solution-box p,
	.main-honor p,
	.product-ul li h4 {
		font-size: 16px;
	}

	.academic-right dl dt p,
	.ab-txt,
	.cp-intro,
	.product-num-inf {
		font-size: 14px;
	}

	.product-num-nub {
		font-size: 50px;
	}

	.main-about .ab-txt h2,
	.main-solution .solution-box h2,
	.product-txt-bj h4 {
		font-size: 28px;
	}



	.main-zc h1 {
		font-size: 15px;
	}

	.i-title h2,
	.main-title,
	.main-honor h3,
	.main-product h2 {
		font-size: 30px;
	}

	.product-ul li h3 {
		font-size: 20px;
	}

	.set-title ul li,
	.banner-txt h3,
	.cp-intro h4,
	.cp-intro h3,
	.product-title span,
	.main-form ul li,
	.academic-right dl dt h2 {
		font-size: 18px;
	}

	.main-down .main-down-list ul li h2,
	.main-down .main-down-list ul li h2,
	.cp-intro h1,
	.product-num-wan,
	.index-map-txt h3,
	.index-video h2 {
		font-size: 25px;
	}

	.main-class a {
		font-size: 16px;
		margin-right: 25px;
		border-radius: 15px;
		padding: 15px 35px;
	}
}

@media (max-width:1225px) {
	.product-swiper-button-next {
		right: 0;
	}

	.product-swiper-button-prev {
		left: 0;
	}

}

@media (max-width:1120px) {

	.section,
	.n-section {
		width: 100%;
		padding: 0 18px;
	}

	.banner-txt {
		padding: 10px 30px 20px 30px;
	}

	.banner-swiper-pagination {
		bottom: 8px !important;
	}

	.index-product-box dl dd h3 {
		font-size: 20px;
	}

	.product-ul-txt h3 {
		font-size: 18px;
		line-height: 25px;
	}

	.index-video h1 {
		font-size: 30px;
	}

	.index-video img {
		width: 55px;
	}

	.set-title ul li i {
		width: 45px;
	}

	.academic-right dl dd h4,
	.index-map-txt h4 {
		font-size: 14px;
	}

	.down,
	.i-solution .solution-box p,
	.main-honor p,
	.product-ul li h4 {
		font-size: 15px;
	}


	.product-num-nub {
		font-size: 40px;
	}

	.main-about .ab-txt h2,
	.main-solution .solution-box h2,
	.product-txt-bj h4 {
		font-size: 24px;
	}



	.main-zc h1 {
		font-size: 14px;
	}

	.i-title h2,
	.main-title,
	.main-honor h3,
	.main-product h2 {
		font-size: 25px;
	}

	.product-ul li h3 {
		font-size: 18px;
	}

	.set-title ul li,
	.banner-txt h3,
	.cp-intro h4,
	.cp-intro h3,
	.product-title span,
	.main-form ul li,
	.academic-right dl dt h2 {
		font-size: 16px;
	}

	.main-down .main-down-list ul li h2,
	.main-down .main-down-list ul li h2,
	.cp-intro h1,
	.product-num-wan,
	.index-map-txt h3,
	.index-video h2 {
		font-size: 22px;
	}

	.main-class a {
		font-size: 15px;
		margin-right: 25px;
		border-radius: 15px;
		padding: 15px 35px;
	}

}


@media (max-width:1024px) {
	.header {
		z-index: 9999;
		background: #fff;
	}

	.header .section {
		width: 100%;
	}

	.header .logo {
		width: 60%;
		height: 74px;
		max-width: 200px;
	}



	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 74px;
		background: #00599f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a {

		padding: 0;
		line-height: 55px;
		color: #fff;

		border: 0;
	}

	.header .menu li .drop {
		display: none !important;
	}

	.header .menu ul li:nth-child(3) a:after,
	.header .menu ul li:nth-child(4) a:after {
		display: none;
	}

	.search {
		width: 96%;
		margin: 15px auto;
		max-width: 250px;
		float: none;
	}

	.i-title {
		margin-bottom: 40px;
	}


}

@media (max-width:850px) {
	.main-solution ul li.w50 {
		width: 97%;
		margin: 30px 1.5%;
	}

	.main-solution .solution-box {
		position: static;
		background: #f1f1f1;
		padding: 10px;
	}

	.main-solution .solution-img {
		position: static;
	}

	.main-solution ul li {
		color: #666;
		box-shadow: 0 0 5px #ccc;
	}

	.main-solution .solution-box .w20,
	.main-solution .solution-box .w22,
	.main-solution .solution-box .w2,
	.main-solution .solution-box .w24,
	.main-solution .solution-box .w27 {
		width: 100%;
	}

	.cp-intro-img {
		position: static;
		max-width: 70% !important;
	}

	.main-honor .honor-right {
		display: none;
	}

	.main-honor .honor-left {
		width: 100%;
	}

	.main-form {
		padding: 20px 0;
	}

	.news-detail h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.banner-img {
		width: 100%;
		padding-top: 48%;
	}

	.banner-txt {
		width: 75%;
		padding: 10px 10px;
	}

	.banner-swiper-pagination {
		bottom: 2px !important;
	}

	.banner-txt h3 {
		margin-top: 1px;
	}

	.banner-img img {
		display: none;
	}

	.main-zc dl dt {
		width: 100%;
	}

	.main-zc dl dt img {
		width: 100%;
	}

	.main-zc dl dd {
		width: 100%;
		margin-top: 30px;
	}

	.main-class {
		display: block;

		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.main-class ::-webkit-scrollbar {
		display: none
	}

	.main-class a {
		line-height: 50px;
		height: 50px;
		padding: 0 10px;
		margin-right: 10px;
		display: inline-block;
	}

}


@media (max-width:658px) {
	.main-honor .honor-left {
		width: 100%;
	}

	.main-honor .honor-right {
		width: 100%;
	}

	.honor-swiper-button-next,
	.honor-swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.honor_button {
		width: 70px;
	}

	.honor-swiper-button-next:after,
	.honor-swiper-button-prev:after {
		font-size: 14px;
	}

	.main-form ul li p {
		line-height: 20px;

	}

	.index-productsw {
		padding: 0 25px;
	}

	.index-product-box dl dd {
		padding-top: 5px;
	}

	.down {
		display: none;
	}

	.index-product-box dl dd h3 {
		font-size: 18px;
	}

	.product-ul-txt h3 {
		font-size: 16px;
		line-height: 25px;
	}

	.index-video h1 {
		font-size: 24px;
	}

	.main-product-left {
		width: 100%;
	}

	.main-product-right {
		width: 100%;
		margin-top: 30px;
	}

	.product-ul li {
		padding: 5px 5px;
	}

	.product-ul li h4 {
		margin-bottom: 10px;
	}

	.product-ul li a {
		padding: 10px;
	}

	.main-product-img a {
		height: 150px;
		border-radius: 5px;
		overflow: hidden;
	}

	.main-product-img img {
		width: auto;
		height: auto;
	}

	.main-product .box {
		margin-top: 30px;
	}

	.main-search {
		width: 98%;
		margin: 5px auto;
	}

	.product-box {
		display: block;
	}


	.product-box .product-left {
		width: 98%;
	}

	.product-box .product-right {
		width: 98%;
	}

	.product-txt-bj i {
		margin: 5px auto;
	}

	.down,
	.i-solution .solution-box p,
	.main-honor p,
	.product-ul li h4 {
		font-size: 14px;
	}


	.product-num-nub {
		font-size: 35px;
	}

	.main-about .ab-txt h2,
	.main-solution .solution-box h2,
	.product-txt-bj h4 {
		font-size: 20px;
	}



	.i-title h2,
	.main-title,
	.main-honor h3,
	.main-product h2 {
		font-size: 21px;
	}

	.product-ul li h3 {
		font-size: 16px;
	}

	.set-title ul li,
	.banner-txt h3,
	.cp-intro h4,
	.cp-intro h3,
	.product-title span,
	.main-form ul li,
	.academic-right dl dt h2 {
		font-size: 14px;
	}

	.main-down .main-down-list ul li h2,
	.main-down .main-down-list ul li h2,
	.cp-intro h1,
	.product-num-wan,
	.index-map-txt h3,
	.index-video h2 {
		font-size: 20px;
	}


	.i-title img.img01 {
		max-width: 61%;
	}

	.i-title img.img02 {
		max-width: 65%;
	}

	.index-product-ul ul {
		display: block;
		margin-top: 30px;
	}

	.index-product-ul ul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.index-video {
		height: 240px;
	}

	.index-video img {
		width: 40px;
	}

	.academic-left {
		width: 100%;
	}

	.set-title ul {
		width: 100%;
	}

	.set-title ul li {
		width: 30%;
		margin-right: 1%;
	}

	.set-title ul li i {
		display: none;
	}

	.more {
		display: none;
	}

	.academic-right {
		width: 100%;
		margin-top: 35px;
	}

	.i-news .section {
		display: flex;
		flex-wrap: wrap;
	}

	.i-news dl dd span {
		color: #333;
		margin: 8px 0;
	}

	.i-news dl {
		width: 100%;
		background: #fff;
		margin: 8px 0;
		padding: 10px;
	}

	.i-news dl a {
		border-top: 10px solid #fff;
	}

	.index-map {
		padding: 20px 10px;
	}

	.index-map-txt {
		position: static;
		width: 100%;
		text-align: center;
	}

	.index-map-map-img {
		width: 100%;
		margin: 20px 0;
	}

	.index-map-icon {
		width: 100%;
	}

	.index-map-icon ul {
		margin-top: 0;
	}

	.index-map-icon ul li {
		width: 19%;
		line-height: 22px;
		margin: 10px 3%;
	}

	.i-solution ul li {
		width: 100%;
	}

	.i-solution ul li:nth-child(1),
	.i-solution ul li:nth-child(3) {
		display: none;
	}

	.foot-box .foot-menu {
		width: 100%;
	}

	.foot-box .foot-logo {
		display: none;
	}

	.foot-box .foot-contact {
		width: 100%;
		margin-top: 20px;
	}

	.foot-box .foot-contact ul {
		margin: 0;
	}

	.i-title {
		margin-bottom: 25px;
	}

	.product-search {
		margin: 25px auto;
	}

	.index-product {
		padding: 30px 0;
	}

	.i-solution .solution-box p {
		line-height: 24px;
	}

	.i-news {
		padding: 30px 0;
	}

	.foot-box {
		padding: 40px 0;
	}

	.foot-box .foot-menu ul {
		margin-top: 15px;
	}

	.foot-box .foot-contact ul li {
		margin: 5px 0;
		line-height: 20px;
	}

	.academic-right dl dt {
		width: 20%;
	}

	.academic-right dl dd {
		width: 75%;
	}

	.n-ban-img {
		padding-top: 45%;
	}

	.product-num-item {
		width: 48%;
	}

	.product-num-inf {
		margin: 4px 0;
	}

	.cp-intro p {
		line-height: 26px;
	}

	.cp-intro ul.w30 {
		width: 100%;
	}

	.cp-intro ul.w30 li {
		width: 100%;
		margin: 5px 0;
	}

	.cp-intro ul.w100 li {
		width: 100%;
		margin: 5px 0;
	}

	.main-down .main-down-list dl a {
		padding: 15px;
	}

	.main-down .main-down-list ul li:nth-child(1) {
		margin: 10px 1%;
		width: 98%;
	}

	.main-down .main-down-list ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.main-down .main-down-list ul li:nth-child(3),
	.main-down .main-down-list ul li:nth-child(2) {
		width: 98%;
		margin: 10px 1%;
	}

	.main-contact .con-content ul li {
		width: 98%;
		padding: 10px;
		border-right: 0;
		border-bottom: none;
		margin: 0 1%;
	}

	#allmap {
		height: 230px;
	}

	.main-contact {
		margin: 30px 0;
	}

	.main-contact .con-content ul {
		margin: 20px 0;
	}

	.main-product {
		padding: 40px 0;
	}

	.main-about {
		padding: 40px 0;
	}

	.main-form {
		padding: 20px 0;
	}

	.foot-box .foot-contact ul h4:before {
		display: none;
	}

	.foot-box .foot-contact ul h4 {
		padding: 0;
	}

	.foot-box .foot-contact ul li {
		padding: 0;
	}

	.video-box {
		width: 98%;
		margin: 20px auto;
	}

	.cp-detail-content h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.inner-video ul li {
		width: 48%;
	}
}
