* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Noto Sans SC";
	font-display: swap;
	src: url('sourcehansans.eot');
	/* IE9 */
	src: url('sourcehansans.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('sourcehansans.woff2') format('woff2'),
		url('sourcehansans.woff') format('woff'),
		/* chrome、firefox */
		url('sourcehansans.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('sourcehansans.svg#sourcehansans') format('svg');
	/* iOS 4.1- */
}


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;
	font-family: "Noto Sans SC" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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: #444;
	font-family: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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;
}

.section {
	width: 1440px;
	margin: auto;
}

.header {
	width: 100%;
	background: #fff;
	padding: 20px 0 25px 0;
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;
}

.header .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .logo {}

.header .logo a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}

.header .logo .logo-img {

	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo .logo-img img {
	max-width: 100%;
}

.header .logo .logo-txt {

	font-size: 15px;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



.header .menu {
	width: 630px;
	display: flex;
	align-items: center;
}

.header .menu ul {
	width: 76%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 2px solid #fff;

}

.header .menu ul li a.on,
.header .menu ul li a:hover {
	border-bottom: 2px solid #0664ab;
	color: #0664ab;
}

.header .menu li .drop {
	background: #777;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 115px;
	display: none;
}

.header .menu li .drop ul {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

.header .menu li .drop li {
	width: 33.3333%;
	float: left;
}

.header .menu li .drop li a {
	padding: 0;
}

.header .lang {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 20%;
	margin-left: 4%;
}

.header .lang .cn a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1%;
	width: 100%;
	color: #afafaf;
	font-size: 14px;
}

.header .lang .cn a .img {
	margin-right: 8px;
	opacity: 40%;
}

.header .lang .en a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1%;
	width: 100%;
	color: #262e55;
	font-size: 14px;
}

.header .lang .en a .img {
	margin-right: 8px;
}

/*
	.header .lang {
	width: 15%;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #262e55;
	padding: 0 15px;
	text-align: right;
	max-width: 105px;
}

.header .lang a {
	display: inline-block;
	color: #262e55;
	line-height: 33px;
	padding-left: 25px;
	position: relative;
}

.header .lang a::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../icon01.jpg);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
*/

.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 55px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 80px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 55px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 80px;
}

.header .menu a {
	color: #3c3b3b;
}

.hide {
	top: -93px;
}


.index-title {
	width: 100%;
	margin-bottom: 50px;
}

.index-title h2 {
	color: #262e55;
	font-size: 28px;
	font-weight: bold;
}

.index-title em {
	background: #0664ab;
	margin: 5px 0;
	height: 2px;
	display: none;
	width: 80px;
	position: relative;
}

.index-title em::before {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background: #262e55;
	position: absolute;
	left: 0;
	top: 0;
}

.n-title {
	width: 100%;
	margin-bottom: 30px;
}

.n-title h2 {
	color: #262e55;
	font-size: 28px;
	padding-left: 0px;
	font-weight: bold;
	position: relative;
}


.n-title h2::before {
	content: "";
	display: none;
	width: 40px;
	height: 2px;
	background: #0664ab;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.main-more {
	width: 100%;
	margin-top: 50px;
}

.main-more a {
	color: #999999;
	max-width: 180px;
	display: block;
	margin: 0 auto;
	border: 1PX solid #999999;
	line-height: 40px;
	border-radius: 30px;
	font-size: 15px;
	text-transform: uppercase;
	transition: 0.4s;
	position: relative;
	text-align: center;
}


.main-more a:hover {
	color: #fff;
	background: #0664ab;
	border: 1PX solid #0664ab;
}

.banner-swiper {
	margin-top: 108px;
}

.swiper-slide-txt {
	width: 100%;
	height: 388px;
	z-index: 10;
	color: #fff;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.swiper-slide-txt h4 {
	font-size: 28px;
	padding: 0 12%;
	white-space: 10px;
	font-weight: bold;
}

.swiper-slide-txt p {
	margin: 10px auto;
	max-width: 1100px;
	font-size: 20px;
	padding: 0 20px;
	line-height: 30px;
	font-weight: 200;
}

.swiper-slide-txt .b-more {
	max-width: 230px;
	color: #242f56;
	display: block;
	margin: 20px auto;
	padding: 0 70px 0 35px;
	line-height: 50px;
	border-radius: 30px;
	font-size: 16px;
	transition: 0.4s;
	text-transform: uppercase;
	position: relative;
	background: #eaeced;
}

.swiper-slide-txt .b-more::after {
	content: "";
	display: block;
	width: 21px;
	height: 13px;
	background: url(../icon02.png);
	background-size: 100%;
	position: absolute;
	right: 12%;
	top: 50%;
	margin-top: -6px;
}

.swiper-slide-txt .b-more:hover {
	color: #fff;
	background: #0664ab;
}

.swiper-slide-txt .b-more:hover::after {
	background: url(../icon02-h.png);
	background-size: 100%;
}

/*main-class*/
.index-product {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
	background: #fff url(../index-product.jpg);
}

.index-product .index-title {
	float: left;
	width: 45%;
}

.product-search {
	width: 47%;
	max-width: 340px;
	float: right;
	margin-left: 3%;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	border-radius: 30px;
}


.product-search input.username {
	width: 85%;
	float: left;
	border: none;
	padding-left: 15px;
	line-height: 50px;
	font-size: 16px;
	color: #999999;


}

.product-search input::placeholder {
	color: #999999;
}

.product-search input.da_button {
	width: 15%;
	max-width: 100%;
	float: left;
	border: none;
	background: #fff url(../search.png) no-repeat left center;
	line-height: 50px;
	font-size: 12px;
	color: #999999;

}

.index-product ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.index-product ul li {
	width: 28%;
	margin: 10px 1%;
	font-size: 26px;
	background: #fff;
	text-align: left;
}

.index-product ul li a {
	color: #fff;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}

.index-product ul li img {
	display: block;
	max-width: 36%;
	margin: 40px auto;
}

.index-product ul li h2 {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #333333;
}

.index-product ul li p {
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0 30px 0;
}

.index-product ul li span {
	max-width: 230px;
	width: 90%;
	color: #666666;
	display: block;
	margin: 20px auto;
	padding: 10px 10px;
	line-height: 25px;
	text-align: center;
	border-radius: 30px;
	font-size: 15px;
	transition: 0.4s;
	position: relative;
	background: #eeeeee;
}


.index-product-txt {
	padding: 10px 30px;
	border-bottom: 16px solid #fff;
}

.index-product ul li a:hover .index-product-txt {
	border-bottom: 16px solid #0664ab;
}

.index-product ul li a:hover span {
	background: #0664ab;
	color: #fff;
}

.index-product ul li a:hover {
	box-shadow: 0 0 15px #ccc;
	border: 1px solid #fff;
}

/*main-news*/


.set-content {
	width: 100%;
}

.set-title {
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ececec;
}

.set-title .index-title {
	float: left;
	width: 45%;
	margin: 0;
}

.set-title ul {
	float: right;
	text-align: left;
	position: relative;
}

.set-title ul li {
	display: inline-block;

	text-align: center;
	line-height: 20px;
	padding: 0 20px;
	color: #888888;
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
	border-right: 1px solid #888888;
}

.set-title ul li:last-child {
	border: 0;
	padding: 0 0 0 20px;
}

.set-title ul li.on {
	color: #0664ab;
}



.set-middle {
	width: 100%;
	margin-top: 45px;
	box-sizing: border-box;
	overflow: hidden;
}

.set-middle-item {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-slide-list {
	background: #fff;
	position: relative;
}

.swiper-slide-list a {
	color: #666666;
	position: relative;
	display: block;
}

.swiper-slide-list .news-img {
	overflow: hidden;
	width: 100%;
	height: 230px;
	position: relative;
}


.swiper-slide-list .news-txt span {
	color: #242f56;
	float: left;
	display: block;
	margin-top: 10px;
	padding-right: 25px;
	line-height: 30px;
	font-size: 14px;
	transition: 0.4s;
	border-bottom: 1px solid #a6a6a6;
	text-transform: uppercase;
	position: relative;
}

.swiper-slide-list .news-txt span::after {
	content: "";
	display: block;
	width: 15px;
	height: 10px;
	background: url(../icon02.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}


.swiper-slide-list .news-txt {
	padding: 45px 35px;
	overflow: hidden;
	background: #f5f9fa;
	text-align: left;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-shadow: none;
}

.swiper-slide-list .news-txt h5 {
	font-size: 16px;
	color: #2f3451;
	line-height: 35px;
}

.swiper-slide-list .news-txt em {
	background: #0664ab;
	margin: 10px 0;
	height: 4px;
	display: none;
	width: 30px;
	position: relative;
}

.swiper-slide-list .news-txt h4 {
	font-size: 16px;
	color: #2f3451;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}


.swiper-slide-list .news-txt p {
	font-size: 14px;
	margin: 5px 0;
	height: 50px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
}


.swiper-slide-list a:hover img {
	transform: scale(1.3, 1.3);
}

.swiper-slide-list a:hover h4,
.swiper-slide-list a:hover p,
.swiper-slide-list a:hover h5,
.swiper-slide-list a:hover span {
	color: #fff;
}

.swiper-slide-list a:hover span {
	border-bottom: 1px solid #fff;
}

.swiper-slide-list a:hover span::after {
	background: url(../icon02-h.png);
	background-size: 100%;
}



.swiper-slide-list a:hover .news-txt {
	background: none;
}



/*banner*/

.banner {
	position: relative;
	height: 172px;
	margin-top: 108px;
}

.banner-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	text-align: center;
	color: #fff;
}


.banner-txt em {
	background: #fff;
	margin: 10px auto;
	height: 1px;
	display: none;
	width: 70px;
	position: relative;
}

.banner-txt em::after {
	content: "";
	display: block;
	width: 30%;
	height: 0px;
	background: #fff;
	position: absolute;
	right: 35%;
	margin-top: -1px;
}

.banner-txt h1 {
	font-size: 35px;
	font-weight: 400;
}

.banner-txt h4 {
	font-weight: 200;
	font-size: 25px;
}


.banner-img {
	width: 100%;
	height: 172px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.main-about {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: url(../main-about.jpg) no-repeat top center;

}

.main-about .ab-txt {
	width: 100%;
	padding: 0 50px;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	overflow: hidden;
	text-align: justify
}

.ab-ul {
	padding: 0 50px;
	margin: 50px 0;
}

.ab-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.ab-ul ul li {
	width: 27%;
	margin: 10px 1%;
	padding: 30px 20px;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	text-align: center;
}


.ab-ul ul li img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}


.ab-ul ul li p {
	font-size: 18px;
	line-height: 28px;
	color: #333;

}

/*新闻中心*/

.main-news {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}


.main-news-left {
	width: 66%;
	float: left;
}

.main-news-left dl {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
}

.main-news-left dl a {
	display: block;
	display: flex;
	color: #333333;
	flex-wrap: wrap;
}


.main-news-left dl dt {
	width: 12%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 20px 15px;
	overflow: hidden;
	background: #616e87;
	border-bottom-right-radius: 15px;
}

.main-news-left dl dt span {
	display: block;
	font-size: 36px;
	line-height: 55px;

}

.main-news-left dl dt i {
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #fff;
	font-size: 15px;
	display: block;
	font-style: normal;
}


.main-news-left dl dd {
	width: 85%;
	margin-left: 3%;
}

.main-news-left dl dd h2 {
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.main-news-left dl dd p {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}


.main-news-left dl a:hover h2 {
	color: #00599f;
}


.news-title {
	width: 100%;
	padding: 20px 0;
	font-size: 24px;
	color: #333;
	text-align: center;
}

.news-time {
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	text-align: center;
}

.news-intro {
	width: 100%;
	padding-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-intro p {
	padding: 5px 0;
}

.main-news-right {
	width: 30%;
	float: right;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 20px;
}

.main-news-right ul {
	width: 100%;

}

.main-news-right ul li {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #dcdcdc;
}

.main-news-right ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	background: url(../case23.png) no-repeat left 10px;
	padding-left: 20px;
	position: relative;
}

.main-news-right ul li a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../icon16.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 5px;
}

.main-news-right ul li a:hover {
	color: #0073ad;
}




/*产品中心*/

.main-product {
	width: 100%;
	background: #fff;
	padding: 70px 0;
	overflow: hidden;
}

.main-product-left {
	width: 20%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}

.product-title a {
	background: #0073ad;
	color: #fff;
	font-size: 18px;
	padding: 30px 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.product-class {
	width: 100%;
	padding: 30px 0;
	border: 1px solid #dcdcdc;
	background: #f3f3f3;
}

.product-class a {
	display: block;
	padding: 20px 35px 20px 25px;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	position: relative;
	border-bottom: 1px solid #dcdcdc;

}

.product-class a::after {
	content: "";
	display: none;
	width: 11px;
	height: 17px;
	background: url(../icon13.png);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}

.product-class a:hover {
	background: #cdd1dc;
}



.main-product-right {
	width: 76%;
	float: right;
}


.main-product-right ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main-product-right ul li {
	width: 46%;
	margin-right: 4%;
	padding: 30px 0 20px 0;
	border-bottom: 2px solid #e5e5e5;
	display: block;
	color: #333;
	font-size: 14px;
}

.main-product-right ul li h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.main-product-right ul li a {
	display: block;
	width: 100%;
	max-width: 105px;
	text-align: center;
	color: #666666;
	border: 1px solid #c7c7c7;
	padding: 5px 20px;
	margin-top: 20px;
	overflow: hidden;
}

.main-product-right ul li a:hover {
	color: #fff;
	background: #0664ab;

}



.cp-detail-content {
	width: 100%;
	overflow: hidden;
}


.cp-detail-content h1 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 34px;
	color: #000;
	line-height: 27px;
	padding: 19px 0;
}


.cp-detail-content .cp-intro {
	width: 100%;
	line-height: 28px;
	padding: 30px 0;
	font-size: 14px;
	color: #333;
}

.cp-detail-content .cp-intro span {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.cp-detail-content .cp-intro h2 {
	margin-bottom: 15px;
}

.cp-detail-content .cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-detail-content .cp-intro p {
	padding: 5px 0;
}

.cp-detail-content table {
	width: 100%;
}

.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	box-shadow: 0 0 10px #ccc;
}

.up-down ul {
	width: 98%;
	margin: auto;
}

.up-down ul li a {
	color: #999;
	font-size: 14px;
}

.up-down ul li a:hover {
	color: #0073ad;
}

/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: url("../main-contact.jpg") no-repeat top center;
}

.main-contact h1 {
	font-size: 18px;
	color: #555;
	font-weight: normal;
	padding: 5px 0;
}

.main-contact .con-ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.main-contact .con-ul ul {
	width: 100%;
}

.main-contact .con-ul ul li {
	width: 23%;
	float: left;
	color: #333;
	text-align: center;
	margin: 10px 1%;
}

.main-contact .con-ul .contact-img {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.main-contact .con-ul ul li img {
	max-width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	margin: 10px auto;
}

.main-contact .con-ul ul li h3 {
	font-size: 16px;
	color: #333;
	font-size: 18px;
	margin: 10px 0;
}

.main-contact .con-ul ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

.allmap-box {
	position: relative;
	overflow: hidden;
}

.allmap-pos {
	width: 31%;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 10;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}

.allmap-pos img {
	border: 1px solid #fff;
	margin: 15px auto;
	border-radius: 100%;
	padding: 5px;
}

#allmap {
	height: 450px;
	border: 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}


.mes-form {
	padding: 100px 0 60px 0;
}

.mes-form ul {
	width: 100%;
}

.mes-form ul li {
	overflow: hidden;
	margin-bottom: 45px;
}

.mes-form ul li.w100 {
	width: 100%;
	overflow: hidden;
}

.mes-form ul li i {
	display: none;
}

.mes-form ul li.w30 {
	width: 30%;
	float: left;
}

.mes-form ul li:nth-child(3) {
	margin: 0 5%;
}


.mes-form textarea {
	width: 100%;
	height: 197px;
	padding: 5px;
	font-size: 20px;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
}

.mes-form input {
	line-height: 47px;
	width: 100%;
	font-size: 20px;
	padding: 0 10px;
	color: #999999;
	font-weight: 300;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;

}

.mes-form .button,
.noticlink {
	width: 50%;
	max-width: 340px;
	display: block;
	line-height: 70px;
	margin: 0 auto;
	background-color: #0664ab;
	color: #ffffff;
	border: 1px solid #0664ab;

}

.mes-form input::placeholder {
	color: #999999;
}


.mes-form textarea::placeholder {
	color: #999999;
}

.mes-form ul li.cg {
	line-height: 47px;
	width: 100%;
	font-size: 20px;
	padding: 0 10px;
	color: #555;
	text-align: center;
	font-weight: 400;
	margin: 20px 0 !important;
}


.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}


.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin: 0 5px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .active {
	background: #0073ad;
	border: 1px solid #0073ad;
	color: #fff;
}


.foot-warp {
	width: 100%;
	color: #a6a7ae;
	background: #4d4f5d;
	overflow: hidden;
	padding: 30px 0;
}

.foot-warp ul {
	display: flex;
	flex-wrap: wrap
}

.foot-warp ul li {
	width: 31.333%;
	margin: 10px 1%;
	float: left;
	padding: 0 20px;
	color: #b5b5ba;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #888888;
}

.foot-warp ul li:last-child {
	border: 0;
}

.foot-warp ul li img {
	max-width: 100%;
	margin: 3px auto;
}

.foot-warp ul li span {
	display: inline-block;
	margin: 0 10px;
}


.footer {
	width: 100%;
	color: #b9cddd;
	background: #3d3e49;
	overflow: hidden;
	padding: 50px 0 10px 0;
}

.footer .foot-logo {
	width: 100%;
}

.footer .foot-logo img {
	margin: 0 auto;
}

.footer .foot-nav {
	width: 100%;
	margin: 30px 0 50px 0;
	text-align: center;
	overflow: hidden;

}

.footer .foot-nav a {
	display: inline-block;
	font-size: 16px;
	margin: 0 15px;
	color: #fff;
}

.footer .foot-nav i:last-child {
	display: none;
}

.footer .foot-copyright {
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	width: 100%;
	border-top: 1px solid #6f7078;
	line-height: 20px;
	overflow: hidden;
	color: #9fa0a4;
}

.footer a {
	color: #9fa0a4;
}

.news-swiper-pagination {
	display: none;
}
/* 
@media (max-width:1460px) {


	.header .section {
		
		padding: 0 10px;
	}

	.header .logo .logo-txt {
		font-size: 14px;
	}
}

@media (max-width:1200px) {
	.header .menu {
		width: 600px;
	}

	.swiper-slide-txt h4,
	.banner-txt h1,
	.cp-detail-content h1 {
		font-size: 30px;
	}

	.index-title h2,
	.banner-txt h4,
	.n-title h2 {
		font-size: 22px;
	}

	.swiper-slide-txt p {
		line-height: 24px;
	}

	.index-product ul li h2 {
		font-size: 20px;
	}

	.product-class a {
		font-size: 16px;
	}

	.index-product,
	.main-news {
		padding: 80px 0;
	}

	.index-product ul li {
		width: 30%;
	}
}

@media (max-width:1150px) {

	.header {
		padding: 13px 0;
		z-index: 9999;

		background: #fff;
		border-bottom: 1px solid #ccc;
	}

	.header .section {
		width: 100%;
		padding: 0 15px;
	}

	.header .logo {
		width: auto;
		height: 54px;
	}

	.header .logo .logo-img {
		width: 90px;
		height: 54px;
	}

	.header .logo .logo-txt {
		width: auto;

		margin-left: 10px;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 80px;
		background: #0664ab;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		width: 100%;
		margin: 0;
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 50px;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a.on,
	.header .menu ul li a:hover {
		color: #fff;
		border-bottom: 1px solid #1573bd;
	}

	.banner-swiper,
	.banner {
		margin-top: 80px;
	}

	.header .lang {
		width: 100%;
		margin: 20px auto;
		text-align: center;
		color: #fff;
		max-width: 177px;
	}

	.header .lang .en a {
		color: #fff;
	}


	.swiper-slide-txt .b-more {
		padding: 0 70px 0 35px;
		line-height: 40px;
		border-radius: 30px;
		font-size: 14px;
		margin: 10px auto;
	}

	.index-product-txt {
		padding: 10px 10px;
	}

	.index-product ul li img {
		margin: 20px auto;
	}
}

@media (max-width:856px) {

	.swiper-slide-txt h4,
	.banner-txt h1,
	.cp-detail-content h1 {
		font-size: 25px;
	}

	.index-title h2,
	.banner-txt h4,
	.n-title h2 {
		font-size: 19px;
	}

	.index-product ul li h2 {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.index-product .index-title {
		width: 100%;
	}

	.index-product,
	.main-news,
	.main-about,
	.main-product {
		padding: 40px 0;
	}

	.index-title {
		text-align: center;
		margin-bottom: 20px;
	}

	.index-title em {
		margin: 5px auto;
	}

	.product-search {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.set-title .index-title {
		width: 100%;
		margin-bottom: 20px;
	}

	.set-title ul {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.index-product ul {
		display: flex;
		flex-wrap: wrap;
	}

	.index-product ul li {
		width: 98%;
	}

	.index-product ul li a {
		display: flex;
	}

	.index-product ul li .box {
		width: 30%;
	}

	.index-product-txt {
		width: 65%;
		text-align: left;
		border-bottom: 1px solid #fff;
	}

	.index-product ul li img {
		max-width: 60%;
	}

	.index-product ul li h2 {
		text-align: left;
	}

	.index-product ul li p {
		font-size: 15px;
		line-height: 22px;
		margin: 6px 0;
	}

	.index-product ul li span {
		background: none;
		width: 100%;
		margin: 0;
		font-size: 14px;
		color: #999;
		padding: 0;
		text-align: left;
	}


	.index-product ul li a:hover .index-product-txt {
		border-bottom: 0;
	}

	.index-product ul li a:hover span {
		background: none;
		color: #0664ab;
	}

	.index-product ul li a:hover {
		box-shadow: 0 0 15px #ccc;
		border: 1px solid #0664ab;
	}

	.main-news-left dl dt {
		width: 25%;
	}

	.main-news-left dl dd {
		width: 70%;
	}

}

@media (max-width:658px) {



	.swiper-slide-txt h4 {
		font-size: 18px;
		line-height: 22px;
		padding: 0 20px;
	}

	.banner-txt h1,
	.cp-detail-content h1 {
		font-size: 22px;
	}

	.swiper-slide-txt {
		height: 300px;
	}

	.banner-txt h4 {
		font-size: 17px
	}

	.index-title h2,
	.n-title h2 {
		font-size: 20px;
		font-weight: bold;
	}



	.swiper-slide-txt p {
		font-size: 12px;
		line-height: 20px;
	}

	.foot-warp ul li {
		font-size: 12px;
		line-height: 20px;
		padding: 0 5px;
	}

	.foot-warp ul li img {
		max-width: 32%;
	}

	.footer .foot-nav {
		margin: 20px 0;
	}

	.foot-warp {
		padding: 15px 0;
	}

	.footer .foot-nav a {
		font-size: 14px;
	}

	.section {
		width: 100%;
		padding: 0 15px;
	}

	.footer .foot-logo img,
	.ab-ul ul li img {
		max-width: 32%;
	}

	.footer {
		padding: 30px 0 10px 0;
	}

	.ab-ul ul {
		display: block;
	}

	.ab-ul ul li {
		width: 98%;
	}

	.main-product-left,
	.main-news-right {
		display: none;
	}

	.main-product-right,
	.main-news-left {
		width: 100%;
	}

	.main-product-right ul li {
		width: 100%;
		margin: 10px 0;
	}

	.main-contact .con-ul ul {
		display: flex;
		flex-wrap: wrap;
	}

	.main-contact .con-ul ul li {
		width: 31.333%;
	}

	.allmap-pos {
		position: static;
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

	.main-contact .con-ul ul li img {
		max-width: 35%;
	}

	#allmap {
		height: 450px;
	}

	.n-title h2 {
		padding-left: 30px;
	}

	.n-title h2::before {
		width: 22px;
	}

	.main-about .ab-txt {
		padding: 0 30px;
	}

	.main-news-left dl dt span {
		font-size: 25px;
	}

	.main-news-left dl dt i {
		font-size: 13px;
	}

	.allmap-pos img {
		max-width: 37px;
	}

	.main-contact .con-ul ul li h3 {
		margin: 5px 0;
	}

	.mes-form input,
	.mes-form textarea {
		line-height: 40px;
		font-size: 16px;
	}

	.mes-form ul li.w30 {
		width: 100%;
		margin: 10px 0;
	}

	.mes-form ul li:nth-child(2) {
		margin: 10px 0;
	}

	.mes-form .button,
	.noticlink {
		width: 100%;
		line-height: 50px
	}

	.news-swiper-pagination {
		display: block;
		position: static !important;
	}

	.swiper-pagination-bullet {
		background: #f1f1f1 !important;
	}

	
}

@media (max-width: 425px) {
	.header .logo .logo-txt {
		font-size: 2.5vw;
	}
} */