@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face {
	font-family: myThreeFont;
	src: url('../fonts/barlowcondensed-semibold_mianfeiziti.ttf'),
		url('../fonts/barlowcondensed-semibold_mianfeiziti.eot');
	/* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,
body,
a,
p,
span,
ul,
img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial";
	color: #666;
}

p {
	line-height: 25px;
}

img {
	border: none;
	vertical-align: middle;
}

td {
	vertical-align: center;
	font-size: 14px;
}



* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	outline: none;
}

.body {
	background: #fff;
}

.nbody {
	background: #efefef;
}

ul,
ol,
li {
	list-style: none;
}



img {
	border: 0px;
}

table,
table tr,
table td {
	border: solid 1px #777777;
}

html,
body {
	height: auto;
	margin: 0 auto;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

input,
textarea {

	font-family: "Arial";

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}



h1 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 1em;
}

body {
	background: #fff;
}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



/* 常用元素 */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}



/* 层浮动 */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}



/* 文字对齐 */

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}



img {
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	transition: transform .75s cubic-bezier(.19, 1, .22, 1);

	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

}

/* top

-------------------------------------------------------------- */
.header {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 999;
	top: 0;
	padding: 0 2%;
}

.top {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
	font-size: 13px;
	color: #fff;
	text-align: right;
}

.top a {
	font-size: 13px;
	color: #fff;
}

.logo {
	height: 100%;
	overflow: hidden;
	padding: 12.5px 0;
}

.logo img {
	width: 200px;
	max-width: 100%;
	height: auto;
}

.icon2 {
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin: 30px 28px 0 0;
	font-family: Arial;
}

.small {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

/* search
-------------------------------------------------------------- */
.search {
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
	cursor: pointer;
	position: relative;
}

.search_box {
	width: 200px;
	position: absolute;
	top: 100px;
	right: 5px;
	background-color: #e6e6e6;
	padding: 10px;
	z-index: 99;
	display: none;
}

.search_box input {
	width: 80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float: left;
}

.search_box button {
	width: 18%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	background: none;
}

.search_box button img {
	max-width: 100%;
	height: auto;
}

/* nav
-------------------------------------------------------------- */
.menu,
.menu ul {

	list-style: none;

	padding: 0;

}



.menu>li {

	position: relative;

	display: inline-block;

	outline: 0;

}



.submenu {

	position: absolute;

	left: 0;

	top: 100%;

	z-index: 0;

	overflow: hidden;

	/* IE8 needs this */

	overflow: hidden\0/ !important;

	max-height: 0;

	/* A .submenu should be only revealed when hovering the .menu */

	pointer-events: none;

}



.menu>li:hover .submenu,
.menu>li:focus .submenu {

	pointer-events: auto;

	z-index: 10;

	max-height: 2000px;

	-webkit-transition: none;

	-moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

	opacity: 0;



	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

	-moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;

	-ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;

	-o-transition: opacity .4s, -o-transform .6s, max-height .6s;

	transition: opacity .4s, transform .6s, max-height .6s;

}



.menu>li:hover .submenu li,
.menu>li:focus .submenu li {

	opacity: 1;



	-webkit-transform: none;

	-moz-transform: none;

	-ms-transform: none;

	-o-transform: none;

	transform: none;

}

.nav {
	text-align: right;
	padding-right: 96px;
	position: relative;
}

.nav>ul {

	display: inline-block;
	margin: 0;
}

.nav span {

	display: block !important;

	width: 100%;

	line-height: 20px;
	font-size: 13px;
	font-family: Arial;
	color: #b8b8b8;
	text-transform: uppercase;
}


.nav .menu>li {
	float: left;
	text-align: center;
	line-height: 110px;
	margin: 0 40px;
	position: relative;
}

.nav .menu>li.active:before {
	width: 100%;
}

.nav .menu>li a {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 100px;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
}

.nav .menu>li a:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 25px;
	z-index: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	opacity: 0;
}

.nav .menu>li:hover a,
.nav .menu>li.active a {
	font-weight: bold;
}

.nav .menu>li:hover a:after,
.nav .menu>li.active a:after {
	opacity: 1;
}


.nav .menu>li .submenu {

	width: 160px;
	left: 50%;
	margin-left: -80px;
}

.nav .menu>li .submenu li {

	width: 100%;
	line-height: 30px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	margin-top: 1px;
}

.nav .menu>li .submenu li a {

	display: block;
	color: #000;
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.nav .menu>li .submenu li a:after {
	display: none;
}

.nav .menu>li .submenu li:hover {

	background: #005faf;

}

.nav .menu>li .submenu li:hover a {
	color: #fff;
}

.tel .telnr {
	width: 320px;
	height: 55px;
	border-radius: 30px;
	padding-left: 57px;
	background: #c21b29 url(../images/icon2.png) no-repeat 25px center;
	padding-top: 5px;
	margin-top: 27.5px;
}

.tel .telnr p {
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.tel .telnr h4 {
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 23px;
	line-height: 20px;
}

.tel .telnr span {
	width: 100%;
	overflow: hidden;
	font-family: Arial;
	font-size: 17px;
	color: #fff;
	margin-right: 9px;
}

.cont {
	width: 1600px;
	overflow: hidden;
	margin: auto;
}

.cont1 {
	width: 1600px;
	height: auto;
	margin: auto;
}

/* banner

-------------------------------------------------------------- */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner video::-webkit-media-controls {
	display: none !important;
}

.banner video::-webkit-media-controls-enclosure {
	display: none !important;
}

/* .indexbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
} */
.indexbg {
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(5, 90, 160, 0.9), rgba(0, 95, 175, 0));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.banner .img {
	width: 100%;
	height: 1000px;
	overflow: hidden;
	position: relative;
}

.banner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner .img {
		height: 1333px;
	}
}

@media(max-width:1680px) {
	.banner .img {
		height: 875px;
	}
}

@media(max-width:1440px) {
	.banner .img {
		height: 750px;
	}
}

@media(max-width:1360px) {
	.banner .img {
		height: 708px;
	}
}

@media(max-width:1280px) {
	.banner .img {
		height: 667px;
	}
}

@media(max-width:1152px) {
	.banner .img {
		height: 600px;
	}
}

@media(max-width:1024px) {
	.banner .img {
		height: 533px;
	}
}

.banner .img .bannernr {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	padding-left: 8.3%;
	top: 50%;
	margin-top: -174px;
	z-index: 99;
}

.banner .img .bannernr h4 {
	width: 100%;
	overflow: hidden;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	font-weight: normal;
	margin-top: 25px;
}

.banner .img .bannernr p {
	width: 100%;
	overflow: hidden;
	font-size: 23px;
	color: #fff;
	line-height: 33px;
	margin-top: 6px;
}

.banner .img .tit h3 {
	color: #fff;
	background: url(../images/titbg2.png) no-repeat left center;
}

.banner .img .more {
	margin-top: 125px;
}

.banner .swiper-container .banimg {
	width: 100%;
	overflow: hidden;
}

.swiper-container-android .swiper-slide,
.banner .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.banner .swiper-button {
	overflow: hidden;
	position: absolute;
	left: 11.5%;
	bottom: 50px;
	z-index: 99;
}

.banner .swiper-button div {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: solid 1px #fff;
	float: left;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.banner .swiper-button .swiper-button-prev {
	background: url(../images/prev.png) no-repeat center;
}

.banner .swiper-button .swiper-button-next {
	background: url(../images/next.png) no-repeat center;
	border-left: none;
}

.banner .swiper-button .swiper-button-prev:hover {
	background: #fff url(../images/prevh.png) no-repeat center;
}

.banner .swiper-button .swiper-button-next:hover {
	background: #fff url(../images/nexth.png) no-repeat center;
}

/*shubiao*/
.banner .down {
	width: 66px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: 16px;
	z-index: 99;
}

.banner .down span {
	display: block;
	width: 1px;
	height: 96px;
	background: #fff;
	margin: auto;
}

/*shubiao*/
.shubiao {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 18px;
	z-index: 99;
}

.shubiao span {
	width: 1px;
	height: 116px;
	background: #fff;
	position: absolute;
	left: 27.5px;
	bottom: 100px;
}

.mouse {
	position: relative;
	width: 22px;
	height: 36px;
	border-radius: 30px;
	border: 2px solid #fff;
	margin: 0 auto 0;
}

.mouse:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 3px;
	height: 8px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-animation: scroll 1s infinite alternate;
	animation: scroll 1s infinite alternate;
}

.shubiao p {
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin-top: 2px;
}

.banner .down p {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	line-height: 30px;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

@-webkit-keyframes scroll {
	100% {
		-webkit-transform: translate(-50%, 8px);
		transform: translate(-50%, 8px);
	}
}

@keyframes scroll {
	100% {
		-webkit-transform: translate(-50%, 8px);
		transform: translate(-50%, 8px);
	}
}

@-webkit-keyframes scroll {
	100% {
		-webkit-transform: translate(-50%, 8px);
		transform: translate(-50%, 8px);
	}
}

@keyframes scroll {
	100% {
		-webkit-transform: translate(-50%, 8px);
		transform: translate(-50%, 8px);
	}
}

.boxlist .swiper-container,
.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,
.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,
.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.boxlist .swiper-container-android .swiper-slide,
.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,
.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,
.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,
.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,
.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.boxlist .swiper-slide-invisible-blank,
.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,
.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,
.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,
.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.boxlist .swiper-button div {
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	outline: none;
	border: solid 4px #d5d5d5;
	border-radius: 50%;
	z-index: 99;
}

.boxlist .swiper-button .swiper-button-prev {
	background: url(../images/prev2.png) no-repeat center;
	right: 210px;
}

.boxlist .swiper-button .swiper-button-next {
	background: url(../images/next2.png) no-repeat center;
	right: 144px;
}

.boxlist .swiper-button .swiper-button-prev:hover {
	background: url(../images/prevh2.png) no-repeat center;
}

.boxlist .swiper-button .swiper-button-next:hover {
	background: url(../images/nexth2.png) no-repeat center;
}

.boxlist .swiper-button div:hover {
	border: solid 4px #b21e23;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,
.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	right: 88px;
	height: 40px;
	line-height: 40px;
	color: #b1b1b1;
	font-size: 16px;
	top: 40px;
}

.swiper-pagination-fraction span {
	color: #fff;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	float: left;
	position: relative;
}

.swiper-pagination-fraction span:before {
	content: "0";
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 20px 0;
	border: solid 1px #fff;
	border-radius: 100%;
	outline: none;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	border: solid 2px #fff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	width: 16px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	right: 2.5%;
	top: 50%;
	margin-top: -78px;
	z-index: 99;
}

.banner .swiper-pagination-fraction span {
	font-size: 30px;
	color: #fff;
	font-family: Arial;
}

.banner .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 56px;
	font-family: Arial;
}

.banner .swiper-pagination-fraction span {
	line-height: 63px;
}

.banner .swiper-pagination-fraction span:nth-child(2):after {
	content: "/";
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 30px;
}

.banner .swiper-pagination-fraction span:nth-child(2) {
	padding-left: 10px;
	padding-top: 10px;
}

.banner .swiper-scrollbar {
	width: 124px;
	height: 5px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	left: 11.6%;
	bottom: 40px;
	z-index: 99;
}

.banner .swiper-scrollbar .swiper-scrollbar-drag {
	margin: 0 6px;
}

.banner .swiper-scrollbar-drag {
	background: #55ae97;
}

/* tit

-------------------------------------------------------------- */
.tit {
	overflow: hidden;
}

.tit h3 {
	width: 100%;
	overflow: hidden;
	padding-left: 55px;
	font-size: 32px;
	color: #005faf;
	font-weight: normal;
	line-height: 42px;
	background: url(../images/titbg1.png) no-repeat left center;
}

.tit h3 a {
	font-size: 32px;
	color: #005faf;
}

.tit p {
	width: 100%;
	overflow: hidden;
	font-size: 40px;
	color: #373737;
	line-height: 50px;
	margin-top: 30px;
}

.more {
	width: 100%;
	overflow: hidden;
	margin-top: 104px;
}

.more a {
	width: 196px;
	height: 58px;
	line-height: 58px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #005faf url(../images/icon3.png) no-repeat 92% center;
	border-radius: 30px;
	padding-left: 30px;
}

/* partner
-------------------------------------------------------------- */
.partner {
	width: 100%;
	height: 960px;
	overflow: hidden;
	background: url(../images/map.jpg) no-repeat top center;
	position: relative;
}

.partnerrt {
	width: 22%;
	overflow: hidden;
}

.partnertit {
	width: 100%;
	overflow: hidden;
	margin-top: 272px;
}

.partnertit h3 {
	width: 100%;
	overflow: hidden;
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	font-weight: normal;
	text-align: right;
}

.partnertit h3 a {
	font-size: 45px;
	color: #fff;
}

.partnertit hr {
	width: 70px;
	border: none;
	border-bottom: solid 1px #fff;
	float: right;
	margin-top: 38px;
}

.partnernr .partnerjs {
	width: 100%;
	overflow: hidden;
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	text-align: right;
	margin-top: 76px;
}

.partnermore {
	width: 100%;
	overflow: hidden;
	margin-top: 130px;
}

.partnermore a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size: 16px;
	color: #fff;
	padding-left: 30px;
	float: right;
}

@keyframes pulsate {
	0% {
		transform: scale(0.1, 0.1);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	50% {
		opacity: 1;
		filter: none;
	}

	100% {
		transform: scale(1.2, 1.2);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* about
-------------------------------------------------------------- */
.about {
	width: 100%;
	overflow: hidden;
	background: #f0f0f0 url(../images/aboutbg.webp) no-repeat top center;
	background-size: cover;
	position: relative;
	padding-top: 190px;
	padding-bottom: 296px;
}

.aboutlf {
	overflow: hidden;
	padding: 0;
}

.aboutjs {
	width: 100%;
	overflow: hidden;
	color: #939393;
	font-size: 16px;
	line-height: 30px;
	margin-top: 1em;
	text-align: justify;
}

.aboutlist {
	width: 100%;
	overflow: hidden;
	margin-top: 46px;
}

.aboutlist dl {
	overflow: hidden;
	padding: 0;
}

.aboutlist dl dt,
.aboutlist dl dd {
	width: 100%;
	overflow: hidden;
}

.aboutlist dl dt {
	font-size: 16px;
	color: #595d68;
	font-weight: normal;
}

.aboutlist dl dt .counter {
	font-size: 56px;
	color: #595d68;
	font-family: Arial;
	font-weight: bold;
	line-height: 56px;
}

.aboutlist dl dd {
	font-size: 16px;
	color: #979797;
	line-height: 30px;
}

/* jssl
-------------------------------------------------------------- */
.jssl {
	width: 100%;
	overflow: hidden;
	background: url(../images/jsbg1.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 220px;
	padding-bottom: 254px;
}

.jssl .tit h3 {
	background: url(../images/titbg2.png) no-repeat left center;
}

.jssl .tit h3 a {
	color: #fff;
}

.jssllist,
.jssllist h4 {
	width: 100%;
	overflow: hidden;
}

.jssllist {
	visibility: hidden;
	height: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.jssllist.active {
	visibility: visible;
	height: auto;
}

.jssllf {
	overflow: hidden;
	padding: 0;
	margin-top: 25px;
}

.jssllist h4 {
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	font-weight: normal;
	margin-bottom: 16px;
}

.jssllist p {
	width: 56%;
	overflow: hidden;
	height: 120px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

.jssllf ul {
	width: 100%;
	overflow: hidden;
	margin-top: 122px;
}

.jssllf ul li {
	overflow: hidden;
	background: url(../images/icon11.png) no-repeat right 6px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	padding-right: 32px;
	opacity: 0.3;
	border-bottom: solid 2px #fff;
	padding-bottom: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.jssllf ul li a {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}

.jssllf ul li.active {
	opacity: 1;
}

/* hyyy
-------------------------------------------------------------- */
.hyyy {
	width: 100%;
	height: 1000px;
	overflow: hidden;
	background: url(../images/yybg.jpg) no-repeat bottom center;
	background-size: cover;
}

.hyyynr {
	position: relative;
}

.hyyytit {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 99;
}

.hyyytit h3,
.hyyytit p {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.hyyytit h3 {
	font-weight: normal;
}

.hyyytit h3 span {
	background: url(../images/titbg2.png) no-repeat left center;
	margin: auto;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	padding-left: 55px;
}

.hyyytit p {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	margin-top: 20px;
}

.hyyytit .tit {
	text-align: center;
}

.hyyytit .tit p,
.hyyytit .tit h3,
.hyyytit .tit h3 a {
	color: #fff;
}

.hyyynr ul {
	width: 100%;
	overflow: hidden;
	height: 1000px;
}

.hyyynr ul li {
	overflow: hidden;
	height: 100%;
	padding: 0;
	border-right: solid 1px rgba(255, 255, 255, 0.2);
	padding-top: 408px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.hyyynr ul li:first-child {
	border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.hyyynr ul li .hyyyicon,
.hyyynr ul li p {
	width: 100%;
	overflow: hidden;
}

.hyyynr ul li .hyyyicon {
	text-align: center;
}

.hyyynr ul li .hyyyicon img {
	max-width: 100%;
	height: auto;
}

.hyyynr ul li p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 35px;
}

.hyyynr ul li span {
	display: block;
	width: 16px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	margin: 60px auto 0;
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.hyyynr ul li:hover {
	background: rgba(0, 95, 175, 0.7);
	cursor: pointer;
}

.hyyynr ul li:hover span {
	opacity: 1;
}

/* news
-------------------------------------------------------------- */
.news {
	width: 100%;
	overflow: hidden;
	background: url(../images/newsbg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 122px;
	padding-bottom: 167px;
}

.newsnr {
	position: relative;
}

.newslist {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 88px;
}

.newslist .swiper-slide {
	padding: 0 10px;
	transition: 300ms;
	transform: scale(0.8);
}

.newslist .swiper-slide-active,
newslist .swiper-slide-duplicate-active {
	padding-top: 154px;
	transform: scale(1);
}

.news_cont {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	height: 342px;
	position: relative;
}

.news_cont img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.news_cont:hover img {
	transform: translate(-50%, -50%) scale(1.08);
}

.news_cont .newsdate {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: right;
	padding: 0 20px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 99;
}

.news_cont h4 {
	width: 100%;
	overflow: hidden;
	font-size: 25px;
	color: #fff;
	line-height: 35px;
	padding: 0 32px;
	position: absolute;
	left: 0;
	bottom: 38px;
	font-weight: normal;
	z-index: 99;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_cont .newsbg {
	width: 100%;
	height: 60%;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom, rgba(0, 95, 175, 1), rgba(0, 95, 175, 0));
	background: -o-linear-gradient(top, rgba(0, 95, 175, 1), rgba(0, 95, 175, 0));
	background: -moz-linear-gradient(top, rgba(0, 95, 175, 1), rgba(0, 95, 175, 0));
	background: linear-gradient(to top, rgba(0, 95, 175, 1), rgba(0, 95, 175, 0));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	opacity: 0;
}

.news_cont .newsbg2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.newslist .news_cont:hover .newsbg,
.newslist .swiper-slide-active .news_cont .newsbg {
	opacity: 1;
}

.newsnr .swiper-button {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.newsnr .swiper-button div {
	width: 64px;
	height: 64px;
	border: solid 1px #005faf;
	float: left;
	border-radius: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.newsnr .swiper-button .swiper-button-prev {
	background: url(../images/prev2.png) no-repeat center;
	margin-right: 38px;
}

.newsnr .swiper-button .swiper-button-prev:hover {
	background: #005faf url(../images/prevh2.png) no-repeat center;
}

.newsnr .swiper-button .swiper-button-next {
	background: url(../images/next2.png) no-repeat center;
}

.newsnr .swiper-button .swiper-button-next:hover {
	background: #005faf url(../images/nexth2.png) no-repeat center;
}

/* pro
-------------------------------------------------------------- */
.pro {
	padding-top: 90px;
	padding-bottom: 95px;
}

.pro .protit {
	width: 100%;
	overflow: hidden;
}

.pro .protit .protitlf,
.pro .protit .promenu {
	overflow: hidden;
	padding: 0;
}

.pro .protit .promenu {
	text-align: right;
	margin-top: 58px;
}

.pro .protit .promenu ul {
	overflow: hidden;
	display: inline-block;
}

.pro .protit .promenu ul li {
	overflow: hidden;
	float: left;
	margin-left: 104px;
	position: relative;
	margin-bottom: 2em;
}

.pro .protit .promenu ul li:after {
	content: "";
	width: 0;
	height: 4px;
	background: #005faf;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: -1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.pro .protit .promenu ul li:first-child:after,
.pro .protit .promenu ul li:hover:after {
	width: 100%;
}

.pro .protit .promenu ul li a {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.protit .tit p {
	margin-top: 18px;
	font-size: 46px;
	line-height: 56px;
}

.protit .more {
	margin-top: 66px;
}

.pronr {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}

.pronr:before {
	content: "product";
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 245px;
	color: #f8f8f8;
	font-weight: bold;
	font-family: Arial;
	z-index: 0;
}

.pronr .swiper-button {
	overflow: hidden;
}

.pronr .swiper-button div {
	overflow: hidden;
	width: 64px;
	height: 64px;
	border: solid 1px #c2c8d0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	z-index: 99;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.pronr .swiper-button .swiper-button-prev {
	background: url(../images/prev.png) no-repeat center;
	left: 0;
}

.pronr .swiper-button .swiper-button-prev:hover {
	background: url(../images/prevh.png) no-repeat center;
	border: solid 1px #005faf;
}

.pronr .swiper-button .swiper-button-next {
	background: url(../images/next.png) no-repeat center;
	right: 0;
}

.pronr .swiper-button .swiper-button-next:hover {
	background: url(../images/nexth.png) no-repeat center;
	border: solid 1px #005faf;
}

.pro_cont,
.pro_cont .proimg,
.pro_cont h4 {
	width: 100%;
	overflow: hidden;
}

.pro_cont h4 {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	opacity: 0;
}

.pro_cont .proimg {
	text-align: center;
	position: relative;
}

.pronr .swiper-slide-prev .proimg {
	transform: scale(0.8);
}

.pronr .swiper-slide-next .proimg {
	transform: scale(0.8);
}

.pronr .swiper-slide-active:before {
	content: "";
	width: 272px;
	height: 272px;
	background: #005faf;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 70px;
}

.pronr .swiper-slide-active h4 {
	opacity: 1;
}

.pro_cont .proimg img {
	max-width: 100%;
	height: auto;
}

.pro_cont h4 {
	font-size: 22px;
	color: #333;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}

.promore {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 80px;
}

.promore a {
	font-size: 16px;
	color: #333;
	background: url(../images/icon4.png) no-repeat left center;
	padding-left: 36px;
	line-height: 30px;
	display: inline-block;
}

.pic_n{
	margin-top: 80px;
    margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}
.picitem_n{
	width: 23.5%;
}
.picimg_n img{
	width: 100%;
}
.picitem_n h4{
	font-size: 20px;
    line-height: 40px;
	text-align: center;
    color: #000;
    font-weight: normal;
    margin-top: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #a3a3a3;
}

:-moz-placeholder {
	color: #a3a3a3;
}

::-moz-placeholder {
	color: #a3a3a3;
}

:-ms-input-placeholder {
	color: #a3a3a3;
}

.nmessage {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.nmessage .nmessagenr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.nmessagenr dl {
	width: 49%;
	overflow: hidden;
	float: left;
	margin-top: 21px;
}

.nmessagenr dl dt {
	width: 100%;
	overflow: hidden;
	color: #323232;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
}

.nmessagenr dl dd {
	width: 100%;
	overflow: hidden;
}

.nmessagenr dl dd input {
	width: 100%;
	overflow: hidden;
	border: solid 1px #e4e4e4;
	line-height: 60px;
	padding-left: 56px;
	color: #323232;
}

.nmessagenr dl dd textarea {
	width: 100%;
	height: 360px;
	overflow: hidden;
	border: solid 1px #e4e4e4;
	line-height: 30px;
	padding-left: 56px;
	padding-top: 18px;
}

.nmessagenr dl:last-child {
	width: 100%;
}

.nmessagenr dl:nth-child(2n+1) {
	margin-right: 1%;
}

.nmessagenr dl:nth-child(2n) {
	margin-left: 1%;
}

.nmessagenr dl:nth-child(1) dd input {
	background: #fff url(../images/icon17.png) no-repeat 24px center;
}

.nmessagenr dl:nth-child(2) dd input {
	background: #fff url(../images/icon18.png) no-repeat 24px center;
}

.nmessagenr dl:nth-child(3) dd input {
	background: #fff url(../images/icon19.png) no-repeat 24px center;
}

.nmessagenr dl:nth-child(4) dd input {
	background: #fff url(../images/icon20.png) no-repeat 24px center;
}

.nmessagenr dl:nth-child(5) {
	width: 100%;
}

.nmessagenr dl:nth-child(5) dd textarea {
	background: #fff url(../images/icon21.png) no-repeat 24px 21.5px;
}

.nmessagenr .tjbtn {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.nmessagenr .tjbtn button {
	width: 100%;
	height: 60px;
	background: #005faf;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.btn1 {
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
	color: #343434;
}

.btn1 .intxt {
	width: 60px;
	height: 32px;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
}

.btn1 a {
	color: #343434;
}

/* contact
-------------------------------------------------------------- */
.contact {
	width: 100%;
	overflow: hidden;
	/* background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover; */
	background-color: #eaeaea;
	padding: 80px 0;
}

.contact_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_con a:hover{
	text-decoration: underline;
}
.contactlf {
	overflow: hidden;
	padding: 0;
}

.contacten {
	width: 100%;
	overflow: hidden;
	font-size: 50px;
	color: #333333;
	line-height: 50px;
	text-transform: uppercase;
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 40px;
}

.contactlf dl,
.contactlf dl dt,
.contactlf dl dd {
	width: 100%;
	overflow: hidden;
}

.contactlf dl dt,
.contactlf dl dd {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	font-weight: normal;
}

.contactlf dl dd a {
	font-size: 16px;
	color: #333;
}

.contactlf dl {
	margin-top: 30px;
}

.botewm {
	overflow: hidden;
	margin-top: 58px;
}

.botewm .botewmimg,
.botewm p {
	width: 100%;
	overflow: hidden;
}

.botewm .botewmimg img {
	max-width: 100%;
	height: auto;
}

.botewm p {
	text-align: center;
	line-height: 30px;
	color: #333333;
	letter-spacing: 5px;
}

/* bot
-------------------------------------------------------------- */
.bot {
	width: 100%;
	overflow: hidden;
	background: #005faf;
	padding: 24px 0;
}

.bot .botlf,
.bot .botrt {
	overflow: hidden;
	padding: 0;
	line-height: 30px;
	color: #fff;
}

.bot .botlf a,
.bot .botrt a {
	color: #fff;
}

.bot .botrt {
	text-align: right;
}

/* side
-------------------------------------------------------------- */
.side {
	width: 50px;
	position: fixed;
	right: 38px;
	bottom: 106px;
	z-index: 999;
}

.side ul li {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.side ul li .sideimg {
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.07);
	border-radius: 100%;
}

.side ul li .ewm-box {
	position: absolute;
	z-index: 99;
	padding: 5px;
	background: #fff;
	width: 128px;
	overflow: hidden;
	right: calc(100% + 5px);
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
	box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

.side ul li .sideimg img,
.side ul li .ewm-box img {
	max-width: 100%;
	height: auto;
}

.side ul li:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: clamp(12.5rem, 3.409rem + 45.45vw, 37.5rem);
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.banner_n::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(5, 90, 160, 0.9), rgba(0, 95, 175, 0));
}

.banner_n_tit {
	position: relative;
	width: 1600px;

}

.banner_n h1 {
	font-weight: 400;
	line-height: 1em;
	color: #fff;
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

.banner_n p {
	font-weight: bold;
	line-height: 2em;
	color: #fff;
	font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
	margin-bottom: 1em;
}

@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n {
		height: 933px;
	}
}


@media(max-width:1440px) {

	.banner_n_tit {
	width: 100%;
	padding: 0 2%;

	}
}







/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
}

/* nmenu
-------------------------------------------------------------- */
.nmenu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.nmenu ul {
	overflow: hidden;
	display: inline-block;
}

.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 50px;
	padding: 10px 0;
	text-align: center;
	margin: 0 20px;
	position: relative;
}

.nmenu ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #005faf;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 5px;
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.nmenu ul li a {
	font-size: 18px;
	color: #343434;
	display: block;
}

.nmenu ul li:hover:after,
.nmenu ul li.active:after {
	opacity: 1;
}

.nmenu ul li:hover a,
.nmenu ul li.active a {
	color: #005faf;
}


/* ntit
-------------------------------------------------------------- */
.ntit {
	width: 100%;
	overflow: hidden;
}

.ntit h3 {
	width: 100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height: 46px;
	text-align: center;
	font-weight: normal;
}

.ntit hr {
	width: 56px;
	border: none;
	border-bottom: solid 2px #003198;
	margin: 18px auto 0;
}

/* nabout
-------------------------------------------------------------- */
.about_n {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 8.3%;
	margin-bottom: 80px;
}

.aboutlf_n {
	width: 55%;
	overflow: hidden;
	padding-right: 220px;
	padding-top: 150px;
}

.aboutrt_n {
	width: 45%;
	overflow: hidden;
	border-radius: 0 0 0 200px;
}

.aboutrt_n img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.abouten_n {
	width: 100%;
	overflow: hidden;
	font-size: 50px;
	color: #333333;
	line-height: 55px;
	font-family: Arial;
	margin-top: 20px;
}

.aboutnr_n {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 40px;
}

.aboutnr_n p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: justify;
}

.about_culture_box {
	width: 100%;
	overflow: hidden;
}

.about_culture_item_box {
	width: 33.3333%;
	position: relative;
}

.about_culture_item_back {
	padding-bottom: 146.875%;
}

.cover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.about_culture_item_back:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_back:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-image: -webkit-linear-gradient(to top, rgba(0, 95, 175, .9) 10%, rgba(22, 66, 187, .1));
	background-image: linear-gradient(to top, rgba(0, 95, 175, .9) 10%, rgba(22, 66, 187, .1));
	z-index: 9;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_big {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 0 1.041666vw;
	height: 100%;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.about_culture_item_read {
	padding-bottom: 2.6041666vw;
	width: 100%;
}

.about_culture_item_icon {
	font-size: 3.2291666vw;
	line-height: 3.6458333vw;
	color: #fff;
	text-align: center;
	margin-bottom: 0.5208333vw;
}

.about_culture_item_title {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px;
}

.about_culture_item_line {
	width: 1px;
	margin: 0 auto;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.about_culture_item_line:after {
	content: "";
	height: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_bjq {
	padding-top: 0;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_text {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(4vw);
	transform: translateY(4vw);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
	transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about_culture_item_box:hover .about_culture_item_bjq {
	padding-top: 1.5625vw;
}

.about_culture_item_box:hover .about_culture_item_text {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	transform: none;
}

.about_culture_item_box:hover .about_culture_item_line:after {
	height: 2.08333vw;
}

.about_culture_item_box:hover .about_culture_item_back:after {
	height: 0;
}

.about_culture_item_box:hover .about_culture_item_back:before {
	height: 100%;
}

/* lvgylc_n
-------------------------------------------------------------- */
.lvgylc_n {
	margin-top: 60px;
	margin-bottom: 60px;
}

.lvgylcnr_n {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 160px;
}

.lvgylcnr_n img {
	max-width: 100%;
	height: auto;
}

.zytd_n,
.zytd_n .zytdimg_n {
	width: 100%;
	overflow: hidden;
}

.zytd_n {
	position: relative;
}

.zytd_n .zytdimg_n img {
	width: 100%;
	height: auto;
}

.zytd_n .swiper-button {
	overflow: hidden;
}

.zytd_n .swiper-button div {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 99;
}

.zytd_n .swiper-button .swiper-button-prev {
	background: #ddd url(../images/prev.png) no-repeat center;
	left: 20%;
}

.zytd_n .swiper-button .swiper-button-next {
	background: #ddd url(../images/next.png) no-repeat center;
	right: 20%;
}

.zytd_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

@media screen and (max-width: 668px) {
	.zytd_n .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .swiper-slide-active,
.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {

	.zytd_n .swiper-slide-active,
	.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.zytd_n .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

/* lvyd_n
-------------------------------------------------------------- */
.lvyd_n {
	width: 100%;
	overflow: hidden;
	margin-top: 132px;
	margin-bottom: 80px;
}

.lvydnr_n p {
	width: 100%;
	overflow: hidden;
	font-size: 22px;
	color: #737373;
	line-height: 32px;
	box-shadow: 6px 0px 32px #ececec;
	-moz-box-shadow: 6px 0px 32px #ececec;
	-webkit-box-shadow: 6px 0px 32px #ececec;
	padding: 27px 40px;
	margin: 52px 0;
	border-radius: 15px;
}

.lvydnr_n {
	padding-top: 28px;
}

.lvydnr_n p span {
	font-size: 22px;
	color: #ea5415;
	margin-right: 68px;
	position: relative;
}

.lvydnr_n p span:after {
	content: "";
	width: 26px;
	height: 2px;
	background: #737373;
	position: absolute;
	left: 48px;
	top: 15px;
}

.lvydnr_n p:hover {
	background: #ea5415;
	color: #fff;
}

.lvydnr_n p:hover span {
	color: #fff;
}

.lvydnr_n p:hover span:after {
	background: #fff;
}

/* cmxg_n
-------------------------------------------------------------- */
.cmxg_n,
.cmxgnr_n,
.cmxgnr_n ul {
	width: 100%;
	overflow: hidden;
}

.cmxg_n {
	margin-top: 96px;
}

.cmxgnr_n ul li {
	width: 32%;
	overflow: hidden;
	float: left;
	margin: 10px 2% 0 0;
}

.cmxgnr_n ul li img {
	max-width: 100%;
	height: auto;
}

.cmxgnr_n ul li:last-child {
	margin-right: 0;
}

.cmxgnr_n {
	margin-top: 23px;
	margin-bottom: 40px;
}

.xcsg_n {
	margin-bottom: 100px;
}

.xcsg_n .tit {
	margin-bottom: 62px;
}

/* gswh_n
-------------------------------------------------------------- */
.gswh_n,
.gswh_n dl {
	width: 100%;
	overflow: hidden;
}

.gswh_n {
	margin-top: 105px;
}

.gswh_n dl {
	background: #fff;
	margin: 46px 0;
}

.gswh_n dl dt {
	width: 49%;
	height: 406px;
	overflow: hidden;
	padding: 70px 70px 0 70px;
	position: relative;
}

.gswh_n dl:nth-child(2n+1) dt {
	float: left;
}

.gswh_n dl:nth-child(2n) dt {
	float: right;
}

.gswh_n dl dt h4 {
	width: 100%;
	overflow: hidden;
	font-size: 40px;
	color: #2e2e2e;
	line-height: 50px;
}

.gswh_n dl dt p {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	font-family: Arial;
	color: #cfcfcf;
	font-weight: normal;
}

.gswh_n dl dt .gswhnr_n {
	width: 100%;
	overflow: hidden;
	font-size: 25px;
	color: #2e2e2e;
	line-height: 35px;
	font-weight: normal;
	margin-top: 36px;
}

.gswh_n dl dt .gswhen {
	width: 100%;
	overflow: hidden;
	font-size: 138px;
	font-family: Arial;
	color: #f8f8f8;
	line-height: 110px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gswh_n dl dd {
	width: 51%;
	overflow: hidden;
}

.gswh_n dl dd img {
	max-width: 100%;
	height: auto;
}

.honor_n {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 200px;
}

.honornr_n .tit p,
.honornr_n .tit h3 {
	text-align: center;
}

.honorlist_n {
	width: 100%;
	margin-top: 78px;
	position: relative;
}

.honorlist_n .swiper-slide {
	padding: 0 10px;
}

.honorlist_n .swiper-slide .honorimg_n {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.honorlist_n .swiper-slide .honorimg_n img {
	max-width: 100%;
	height: auto;
}

.honorlist_n .swiper-button {
	overflow: hidden;
}

.honorlist_n .swiper-button div {
	width: 16px;
	height: 31px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -15.5px;
}

.honorlist_n .swiper-button .swiper-button-prev {
	background: url(../images/prev2.png) no-repeat center;
	left: -36px;
}

.honorlist_n .swiper-button .swiper-button-next {
	background: url(../images/next2.png) no-repeat center;
	right: -36px;
}

/* aboutlist_n
-------------------------------------------------------------- */
.aboutlist_n {
	width: 100%;
	overflow: hidden;
	padding: 0 3%;
	margin-bottom: 140px;
}

.aboutlist_n ul {
	width: 100%;
	overflow: hidden;
}

.aboutlist_n ul li {
	width: 24.25%;
	height: 656px;
	overflow: hidden;
	float: left;
	margin-right: 1%;
	padding-top: 185px;
}

.aboutlist_n ul li:last-child {
	margin-right: 0;
}

.aboutlist_n ul li:first-child {
	background: url(../images/aboutbg1.jpg) no-repeat top center;
	background-size: cover;
}

.aboutlist_n ul li:nth-child(2) {
	background: url(../images/aboutbg2.jpg) no-repeat top center;
	background-size: cover;
}

.aboutlist_n ul li:nth-child(3) {
	background: url(../images/aboutbg3.jpg) no-repeat top center;
	background-size: cover;
}

.aboutlist_n ul li:nth-child(4) {
	background: url(../images/aboutbg4.jpg) no-repeat top center;
	background-size: cover;
}

.aboutlist_n ul li .nabout_icon {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.aboutlist_n ul li .nabout_icon img {
	max-width: 100%;
	height: auto;
}

.aboutlist_n ul li h4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	font-weight: normal;
	margin-top: 32px;
	margin-bottom: 16px;
}

.aboutlist_n ul li span {
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	margin: auto;
}

.aboutlist_n ul li p {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 14px;
}

.zzjg {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.zzjg img {
	width: 100%;
	height: auto;
}

/* npro
-------------------------------------------------------------- */
.pro_n {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pronr_n {
	width: 100%;
	overflow: hidden;
}
.product-li{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.product-li li {
	position: relative;
	width: 31%;
	margin-bottom: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}

.product-li li a:hover figure {
	background: #fff;
}

.product-li li a:hover figure:before {
	transform: scaleX(1);
}

.product-li li a:hover figure:after {
	transform: scaleY(1);
	transition-delay: 0.4s;
}

.product-li li a:hover figure i:before {
	transform: scaleX(1);
	transition-delay: 0.8s;
}

.product-li li a:hover figure i:after {
	transform: scaleY(1);
	transition-delay: 1.2s;
}

.product-li li a:hover figure img {
	transform: scale(1.05);
}

.product-li li figure {
	position: relative;
	padding: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
	background: #f6f6f6;
	overflow: hidden;
	transition: 0.58s;
	text-align: center;
}

.product-li li figure:before {
	position: absolute;
	left: 0;
	top: 0;
	background: #005faf;
	content: "";
	width: 100%;
	height: 2px;
	box-sizing: border-box;
	transition: 0.4s;
	transform-origin: left top;
	z-index: 2;
	transform: scaleX(0);
}

.product-li li figure:after {
	position: absolute;
	right: 0;
	top: 0;
	background: #005faf;
	content: "";
	width: 2px;
	height: 100%;
	box-sizing: border-box;
	transition: 0.4s;
	transform-origin: left top;
	transform: scaleY(0);
}

.product-li li figure i:before {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #005faf;
	content: "";
	width: 100%;
	height: 2px;
	box-sizing: border-box;
	transition: 0.4s;
	transform-origin: right top;
	transform: scaleX(0);
}

.product-li li figure i:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #005faf;
	content: "";
	width: 2px;
	height: 100%;
	box-sizing: border-box;
	transition: 0.4s;
	transform-origin: left bottom;
	transform: scaleY(0);
}

.product-li li figure img {
	background-color: #fff;
	max-width: 100%;
	/* max-height: 80%; */
	margin: auto;
	transition: 0.5s;
}

.product-li li span {
	display: block;
	margin-top: 20px;
	text-align: center;
	line-height: 1;
	color: #333333;
	font-size: 24px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nprolf {
	width: 50%;
}

.nprolf img {
	max-width: 100%;
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
}

.nprort {
	width: 45%;
}

.nprort h1 {
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
	margin: 0;
	border-bottom: solid 1px #ddd;
	padding-bottom: 28px;
}

.nprort .npro_infolei {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-top: 26px;
	margin-bottom: 40px;
}

.nprort .npro_infolei span {
	font-size: 20px;
	color: #333;
}

.nproinfo {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.nprofbtit {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	line-height: 40px;
	background: #f0f0f0;
	margin-top: 40px;
	padding: 0 20px;
	color: #000;
}

.nprofbnr {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.nprofbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #343434;
}

.nprofbnr img {
	max-width: 100%;
	height: auto;
}

.nprofbnr table {
	width: 100%;
	white-space: nowrap;
}

.nprofbnr table tr,
.nprofbnr table td {
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
}

/*产品展示结束*

/* join
-------------------------------------------------------------- */
.join {
	margin-top: 60px;
	margin-bottom: 60px;
}

.joinnr {
	width: 100%;
	overflow: hidden;
}

.joinfbnr {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}

.joinfbnr p {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}

.joinfbnr img {
	max-width: 100%;
	height: auto;
}

/* job
-------------------------------------------------------------- */
.job {
	margin-top: 60px;
	margin-bottom: 60px;
}

.jobnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.job .tit {
	width: 100%;
	border-bottom: solid 1px #e0e1e1;
	padding-bottom: 24px;
}

.job .joblf {
	padding: 60px 45px 0 0;
}

.job .joblf h5 {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.job .joblf p {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
}

.job .jobrt {
	padding: 0;
	overflow: hidden;
	border-radius: 20px 0;
}

.job .jobrt img {
	width: 100%;
	height: auto;
}

.joblist {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.jobfb {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

/* nnews
-------------------------------------------------------------- */
.news_n {
	margin-top: 60px;
	margin-bottom: 60px;
}

.news_n .newsitem_n {
	width: 32%;
	overflow: hidden;
	float: left;
	margin: 20px 2% 20px 0;
}

.news_n .newsitem_n:nth-child(3n) {
	margin-right: 0;
}

.newsms_n {
	width: 72%;
	overflow: hidden;
	padding: 0 20px;
}

.newsms_n .newsimg_n,
.time_n,
.newsicon_n,
.news_n h4 {
	width: 100%;
	overflow: hidden;
}

.news_n .fbtime {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.time_n {
	font-size: 16px;
	color: #999;
	margin-top: 40px;
}

.newsimg_n {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 254px;
	border: solid 1px #ebebeb;
}

.newsimg_n img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.news_n .newsitem_n:hover .newsimg_n img {
	transform: translate(-50%, -50%) scale(1.1);
}

.newsicon_n img {
	max-width: 100%;
	height: auto;
}

.newsicon_n {
	margin-top: 40px;
}

.news_n h4 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	margin-top: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_n .newsitem_n:hover h4 {
	color: #005faf;
}

.news_n h1 {
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	line-height: 38px;
	color: #262626;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 26px;
}

.news_n .nnewsdate {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.news_n .nnewsdatelf {
	width: 70%;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.news_n .nnewsdatert {
	width: 30%;
	overflow: hidden;
	text-align: right;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.news_n .fbnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.news_n .fbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.news_n .fbnr img {
	max-width: 100%;
	height: auto !important;
}

/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n {
	margin-top: 60px;
	margin-bottom: 60px;
}

.zsjm_n dl {
	width: 23%;
	overflow: hidden;
	background: #fff;
	float: left;
	margin: 20px 1%;
	padding-bottom: 20px;
}

.zsjm_n dl dt,
.zsjm_n dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.zsjm_n dl dt img {
	max-width: 100%;
	height: auto;
}

.zsjm_n dl dd {
	line-height: 30px;
	font-size: 16px;
}

/* contact_n
-------------------------------------------------------------- */
.contact_n {
	margin-top: 60px;
	margin-bottom: 60px;
}

.contactjs_n {
	width: 100%;
	overflow: hidden;
	font-size: 45px;
	line-height: 55px;
	color: #333;
	margin-top: 25px;
}

.contact_n .contactnr_n {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.contactnr_n ul {
	width: 100%;
	overflow: hidden;
}

.contactnr_n ul li {
	width: 33.3333333333333%;
	overflow: hidden;
	float: left;
	border-left: 1px solid #e2e2e2;
	padding-left: 40px;
}

.contactnr_n ul li:first-child {
	border-left: none;
	padding-left: 0;
}

.contactnr_n ul li .li_icon {
	width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
}

.contactnr_n ul li .li_icon img {
	max-width: 100%;
	height: auto;
}

.contactnr_n ul li h5 {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 22px;
}

.contactnr_n ul li p {
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	line-height: 34px;
}

.contactnr_n ul li p a {
	font-size: 24px;
}

.map {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 60px;
}

.map img {
	max-width: 100%;
	height: auto;
}

/* jssl_n
-------------------------------------------------------------- */
.jssl_n {
	margin-top: 60px;
	margin-bottom: 60px;
}

.jssllist_n,
.jsslcont_n {
	width: 100%;
	overflow: hidden;
}

.jssllist_n {
	margin: 50px 0;
}

.jssllist_n .jsslimg_n {
	width: 48%;
	overflow: hidden;
	border-radius: 0 200px 0 0;
}

.jssllist_n .jsslimg_n img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jssllist_n .jsslcont_n {
	width: 52%;
	overflow: hidden;
	padding-top: 50px;
}

.jssllist_n:nth-child(2n+1) .jsslcont_n {
	padding-left: 200px;
}

.jssllist_n:nth-child(2n) .jsslcont_n {
	padding-right: 200px;
}

.jssllist_n:nth-child(2n+1) .jsslimg_n {
	float: left;
}

.jssllist_n:nth-child(2n+1) .jsslcont_n {
	float: right;
}

.jssllist_n:nth-child(2n) .jsslimg_n {
	float: right;
	border-radius: 200px 0 0 0;
}

.jssllist_n:nth-child(2n) .jsslcont_n {
	float: left;
}

.jsslen {
	width: 100%;
	overflow: hidden;
	font-size: 50px;
	color: #333333;
	line-height: 55px;
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 100px;
}

.jsslcont_n h4,
.jsslcont_n p {
	width: 100%;
	overflow: hidden;
}

.jsslcont_n h4 {
	font-size: 45px;
	color: #333;
	line-height: 55px;
	font-weight: normal;
	margin-bottom: 16px;
	margin-bottom: 60px;
}

.jsslcont_n p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

/* searchnr
-------------------------------------------------------------- */
.search_n {
	margin-top: 60px;
	margin-bottom: 60px;
}

.searchnr {
	overflow: hidden;
	margin-bottom: 15px;
}

.searchnr .card,
.card-img-150,
.card-body,
.card-title,
.card-text {
	width: 100%;
	overflow: hidden;
}

.card-img-150 {
	height: 367px;
	border: 1px solid #ebebeb;
	position: relative;
}

.card-img-150 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.card-img-150:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.searchlist {
	width: 100%;
	overflow: hidden;
}

.my-4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.search_n .btn-info {
	background: #064b8a;
	border: solid 1px #064b8a;
}

.card-body h5 {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #000;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.card-body h5 a,
.card-body h5 span {
	color: #000 !important;
	font-size: 16px;
}

.card-body p {
	width: 100%;
	overflow: hidden;
}

/* dede_pages

-------------------------------------------------------------- */
.pages {
	clear: both;
	padding: 20px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.pages a,
.pages span {
	color: #555;
	display: block;
	padding: 5px 11px;
	border: 1px solid #ddd;
	float: left;
	margin: 5px;
	font-size: 12px
}

.pages a.page-num-current {
	background: #ddd;
}

.pages a:hover {
	background: #ddd
}

.news-exp2 {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #343434;
	display: flex;
	justify-content: space-between;
}

.news-exp2 a {

	line-height: 30px;
	font-size: 16px;
	color: #343434;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-exp2 a:hover {
	color: #005faf;
}

.toggle,
#toggleMenu {
	display: none;
}

/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px) {

	.nav,
	.icon1,
	.icon2,
	.side {
		display: none
	}

	/**/
	#toggleMenu {
		position: absolute;
		width: 100%;
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
	}

	#toggleMenu.active {
		min-height: 100vh;
	}

	#toggleMenu.active {
		z-index: 999;
		opacity: 1;
	}

	#toggleMenu nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 40px 100px;
		z-index: 100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#toggleMenu nav .logo {
		position: relative;
		font-size: 2em;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		z-index: 15;
		text-decoration: none;
		text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		background: #005faf;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		overflow: hidden;
		-webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
		-o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
		transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
		opacity: 1;
		visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
		padding: 0 15px;
		width: 70%;
		background: #015aa5;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
		-o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
		transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
		padding: 0 15px;
		width: 40%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #131313;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
		-o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
		transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
		background: -webkit-linear-gradient(top, #1ccc98, #042d93);
		background: -o-linear-gradient(bottom, #1ccc98, #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98, #042d93);
		background: linear-gradient(to bottom, #1ccc98, #042d93);
	}

	#toggleMenu nav .navigation {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 80%;
	}

	#toggleMenu nav .navigation li {
		padding: 5px 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width: 100%;
		overflow: hidden;
		line-height: 40px;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
		-webkit-transition-delay: 0.7s;
		-o-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
		letter-spacing: 0.5px;
		font-size: 18px;
		line-height: 30px;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
		margin: 0;
		-webkit-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 80%;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo {
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
		-webkit-transition-delay: 0.7s;
		-o-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
		margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		font-size: 16px;
		font-weight: 600;
		padding-top: 5px;
		color: #fff;
		text-align: left;
		font-weight: normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
		font-size: 18px;
		opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
		text-decoration: none;
		line-height: 30px;
		font-size: 16px;
		color: #fff;
		display: inline-block;
		margin: 0;
		font-weight: normal;
	}

	#toggleMenu nav .hinfo li a:hover {
		opacity: 0.5;
		color: #fff !important;
	}

	#toggleMenu nav .social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
		width: 100%;
	}

	#toggleMenu nav .social li {
		width: 50%;
	}

	.toggle {
		position: absolute;
		width: 40px;
		height: 40px;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		right: 60px;
		top: 10px;
		z-index: 9999;
	}

	.toggle span {
		height: 3px;
		margin: 3px 5px;
		width: 30px;
		display: block;
		background: #fff;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.showHeader .toggle span,
	.hover .toggle span {
		background: #000;
	}

	.toggle.active span {
		background: #fff;
	}

	.toggle span:nth-child(2) {
		width: 25px;
		margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
		-webkit-transform: rotate(-45deg) translate(-5px, 6px);
		-ms-transform: rotate(-45deg) translate(-5px, 6px);
		transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.toggle.active span:nth-child(3) {
		-webkit-transform: rotate(45deg) translate(-6px, -7px);
		-ms-transform: rotate(45deg) translate(-6px, -7px);
		transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
		position: relative;
		z-index: 10;
		text-align: center;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		-webkit-transition-delay: 1s;
		-o-transition-delay: 1s;
		transition-delay: 1s;
	}

	#toggleMenu .content h2 {
		position: relative;
		color: #fff;
		font-size: 4rem;
		text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	}

	#toggleMenu .content h2 span {
		font-size: 0.2em;
		font-weight: 300;
		letter-spacing: 5px;
		padding: 0 10px;
		text-transform: uppercase;
		background: #fff;
		color: #111;
		text-shadow: 0 5px 5px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	}

	#toggleMenu.active .content {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}

	#toggleMenu .sci {
		position: absolute;
		bottom: 40px;
		right: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 100;
	}

	#toggleMenu .sci li {
		list-style: none;
		margin: 5px;
		padding: 0 6px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	#toggleMenu.active .sci li {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
	}

	#toggleMenu .sci li a {
		color: #111;
		background: #fff;
		text-decoration: none;
		display: inline-block;
		letter-spacing: 2px;
		font-weight: 500;
		font-size: 12px;
		padding: 2px 5px;
		text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
		background: #111;
		color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
}


@media only screen and (min-width: 1680px) and (max-width: 1680px) {
	.newsimg_n {
		height: 233px;
	}

	.card-img-150 {
		height: 337px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.newsimg_n {
		height: 222px;
	}

	.news_cont {
		height: 300px;
	}

	.card-img-150 {
		height: 320px;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.newsimg_n {
		height: 200px;
	}

	.news_cont {
		height: 260px;
	}

	.card-img-150 {
		height: 284px;
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.newsimg_n {
		height: 188px;
	}

	.news_cont {
		height: 240px;
	}

	.card-img-150 {
		height: 267px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.newsimg_n {
		height: 177px;
	}

	.news_cont {
		height: 220px;
	}

	.card-img-150 {
		height: 249px;
	}
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.newsimg_n {
		height: 159px;
	}

	.news_cont {
		height: 200px;
	}

	.card-img-150 {
		height: 221px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.newsimg_n {
		height: 142px;
	}

	.news_cont {
		height: 180px;
	}

	.card-img-150 {
		height: 193px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.newsimg_n {
		height: 137px;
	}

	.news_cont {
		height: 160px;
	}

	.card-img-150 {
		height: 186px;
	}
}

@media only screen and (min-width: 860px) and (max-width: 991px) {
	.newsimg_n {
		height: 182px;
	}

	.card-img-150 {
		height: 230px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 859px) {
	.newsimg_n {
		height: 163px;
	}

	.card-img-150 {
		height: 203px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.card-img-150 {
		height: 259px;
	}

}

@media only screen and (min-width: 540px) and (max-width: 639px) {
	.newsimg_n {
		height: 234px;
	}

	.news_cont {
		height: 320px;
	}

	.card-img-150 {
		height: 215px;
	}
}

@media only screen and (min-width: 425px) and (max-width: 539px) {
	.newsimg_n {
		height: 184px;
	}

	.news_cont {
		height: 300px;
	}

	.card-img-150 {
		height: 165px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
	.newsimg_n {
		height: 162px;
	}

	.news_cont {
		height: 280px;
	}

	.card-img-150 {
		height: 143px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	.newsimg_n {
		height: 138px;
	}

	.news_cont {
		height: 260px;
	}

	.card-img-150 {
		height: 118px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newsimg_n {
		height: 121px;
	}

	.news_cont {
		height: 240px;
	}

	.card-img-150 {
		height: 101px;
	}
}

@media(max-width:1680px) {

	.cont,
	.cont1 {
		width: 88%;
	}

	.banner .img .bannernr {
		padding-left: 6%;
	}

	.tit p {
		font-size: 36px;
		line-height: 46px;
	}

	.protit .tit p,
	.jssllist h4 {
		font-size: 42px;
		line-height: 52px;
	}

	.aboutlist dl dt .counter {
		font-size: 52px;
		line-height: 52px;
	}

	.news_cont h4 {
		bottom: 28px;
	}

	.news_n h4 {
		font-size: 26px;
		line-height: 36px;
	}

	.jsslcont_n h4 {
		font-size: 40px;
		line-height: 50px;
	}

	.jssllist_n:nth-child(2n+1) .jsslcont_n {
		padding-left: 160px;
	}

	.jssllist_n:nth-child(2n) .jsslcont_n {
		padding-right: 160px;
	}

	.nprort h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.news_cont h4 {
		font-size: 22px;
		line-height: 32px;
	}

	.hyyytit p {
		font-size: 36px;
		line-height: 46px;
	}

	.aboutlf_n {
		padding-top: 100px;
		padding-right: 180px;
	}

	.abouten_n,
	.contacten,
	.jsslen {
		font-size: 46px;
		line-height: 52px;
	}

	.about_n {
		padding: 0 6%;
	}

	.contactnr_n ul li p {
		font-size: 22px;
		line-height: 32px;
	}

	.contactjs_n {
		font-size: 42px;
		line-height: 52px;
	}

	.pro .protit .promenu ul li {
		margin-left: 80px;
	}
}

@media(max-width:1600px) {
	.newslist {
		height: 460px;
	}

	.jsslcont_n h4 {
		font-size: 36px;
		line-height: 46px;
	}

}

@media(max-width:1440px) {
	.pro .protit .promenu ul li {
		margin-left: 60px;
	}

	.aboutlist dl dt .counter {
		font-size: 48px;
		line-height: 48px;
	}

	.jssllf ul li {
		margin-right: 20px;
	}

	.news_cont h4,
	.news_cont .newsdate {
		padding: 0 20px;
	}

	.news_cont h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.newslist {
		height: 430px;
	}

	.jssllist_n:nth-child(2n+1) .jsslcont_n {
		padding-left: 140px;
	}

	.jssllist_n:nth-child(2n) .jsslcont_n {
		padding-right: 140px;
	}

	.pronr:before {
		font-size: 210px;
	}

	.news_n h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.aboutlf_n {
		padding-top: 80px;
		padding-right: 130px;
	}

	.abouten_n,
	.contacten,
	.jsslen {
		font-size: 42px;
		line-height: 48px;
	}

	.about_culture_item_title {
		font-size: 26px;
		line-height: 36px;
	}

	.about_culture_item_text {
		font-size: 18px;
		line-height: 30px;
	}

	.contactjs_n {
		font-size: 40px;
		line-height: 50px;
	}

	.jssllist_n .jsslcont_n .more {
		margin-top: 80px;
	}
}

@media(max-width:1360px) {
	.tit p {
		font-size: 32px;
		line-height: 42px;
	}

	.hyyytit p {
		font-size: 32px;
		line-height: 42px;
	}

	.protit .tit p,
	.jssllist h4 {
		font-size: 38px;
		line-height: 48px;
	}

	.newslist {
		height: 410px;
	}

	.jssllf {
		width: 60%;
	}

	.jsslcont_n h4 {
		font-size: 34px;
		line-height: 44px;
	}

	.news_n h4 {
		font-size: 22px;
		line-height: 32px;
	}

	.aboutlist dl dt .counter {
		font-size: 44px;
		line-height: 44px;
	}

	.nav {
		padding-right: 60px;
	}

	.contactnr_n ul li p {
		font-size: 20px;
		line-height: 30px;
	}

	.jssllist_n .jsslcont_n .more {
		margin-top: 60px;
	}

	.jsslen {
		margin-bottom: 60px;
	}
}

@media(max-width:1280px) {
	.nav {
		padding-right: 40px;
	}

	.nav .menu>li {
		margin: 0 30px;
	}

	.banner .img .more {
		margin-top: 80px;
	}

	.banner .img .bannernr {
		margin-top: -152px;
	}

	.pro .protit .promenu ul li {
		margin-left: 40px;
	}

	.tit p {
		font-size: 28px;
		line-height: 38px;
	}

	.protit .tit p,
	.jssllist h4 {
		font-size: 34px;
		line-height: 44px;
	}

	.pronr .swiper-slide-active:before {
		width: 240px;
		height: 240px;
		margin-left: -86px;
	}

	.news_cont h4 {
		bottom: 20px;
	}

	.jsslcont_n h4 {
		font-size: 30px;
		line-height: 40px;
	}

	.jssllist_n:nth-child(2n+1) .jsslcont_n {
		padding-left: 100px;
	}

	.jssllist_n:nth-child(2n) .jsslcont_n {
		padding-right: 100px;
	}

	.news_n h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.time_n,
	.news_n h4,
	.newsicon_n {
		margin-top: 20px;
	}

	.newslist {
		height: 400px;
	}

	.news_cont h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutlist dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}

	.aboutlist dl dt,
	.aboutlist dl dd {
		font-size: 15px;
	}


	.pronr:before {
		font-size: 180px;
	}

	.aboutlf_n {
		padding-top: 60px;
		padding-right: 80px;
	}

	.about_culture_item_title {
		font-size: 24px;
		line-height: 34px;
	}

	.about_culture_item_text {
		font-size: 16px;
	}

	.abouten_n,
	.contacten,
	.jsslen {
		font-size: 38px;
		line-height: 44px;
	}

	.contactjs_n {
		font-size: 36px;
		line-height: 46px;
	}
}

@media(max-width:1152px) {
	.aboutlist dl dt .counter {
		font-size: 36px;
		line-height: 36px;
	}

	.aboutlist dl dt,
	.aboutlist dl dd {
		font-size: 14px;
	}

	.jssllf {
		width: 70%;
	}

	.newslist {
		height: 370px;
	}

	.nav {
		padding-right: 20px;
	}

	.nav .menu>li {
		margin: 0 25px;
	}



	.pronr .swiper-slide-active:before {
		width: 210px;
		height: 210px;
		margin-left: -76px;
	}

	.jssllist_n .jsslcont_n .more {
		margin-top: 40px;
	}

	.jsslen,
	.jsslcont_n h4 {
		margin-bottom: 40px;
	}
}

@media(max-width:1024px) {
	.banner .img .more {
		margin-top: 40px;
	}

	.banner .img .bannernr {
		margin-top: -130px;
	}

	.banner .img .bannernr h4 {
		font-size: 46px;
		line-height: 56px;
	}

	.newslist {
		height: 350px;
	}

	.pronr:before {
		font-size: 160px;
	}



	.jssllist_n .jsslcont_n {
		padding-top: 40px;
	}
}

.mban {
	display: none;
}

@media(max-width:1023px) {
	.header {
		height: 60px;
	}

	.logo {
		padding: 10px 0;
	}

	.logo img {
		width: 100px;
	}

	.search {
		padding: 10px 0;
	}

	.mban {
		display: block;
	}

	.pcban {
		display: none;
	}

	.swiper-pagination-bullet {
		margin: 10px 0;
	}

	.banner .swiper-pagination {
		margin-top: -38px;
		right: 1%;
	}

	.banner .swiper-slide .img img {
		width: 100%;
		height: auto;
	}

	.banner .img {
		height: auto;
	}

	.jsslen,
	.jsslcont_n h4 {
		margin-bottom: 40px;
	}

	.aboutlf_n,
	.aboutrt_n {
		width: 100%;
	}

	.aboutlf_n {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.jssllist_n .jsslimg_n,
	.jssllist_n .jsslcont_n {
		width: 100%;
	}

	.jssllist_n .jsslcont_n,
	.jssllist_n:nth-child(2n) .jsslcont_n {
		padding-right: 0;
	}

	.jssllist_n:nth-child(2n+1) .jsslcont_n {
		padding-left: 0;
	}

	.search_box {
		top: 60px;
	}

	.side {
		display: none;
	}
}

@media(max-width:991px) {
	.banner .img .bannernr h4 {
		font-size: 36px;
		line-height: 46px;
	}

	.banner .img .bannernr p {
		font-size: 20px;
	}

	.banner .img .bannernr {
		margin-top: -124px;
	}

	.newslist {
		margin-top: 50px;
	}

	.pro .protit .promenu {
		text-align: left;
	}

	.pro .protit .promenu ul li {
		margin-left: 0;
		margin-right: 20px;
	}

	.protit .more {
		margin-top: 30px;
	}

	.pro .protit .promenu {
		margin-top: 40px;
	}

	.protit .tit p,
	.jssllist h4 {
		font-size: 30px;
		line-height: 40px;
	}

	.pronr .swiper-slide-active:before {
		display: none;
	}

	.pronr:before {
		display: none;
	}

	.product-li li {
		width: 50%;
	}

	.jssllist p {
		width: 100%;
	}

	.searchnr {
		padding: 0 10px;
	}

	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.news_n .newsitem_n {
		width: 49%;
	}

	.news_n .newsitem_n:nth-child(3n) {
		margin-right: 2%;
	}

	.news_n .newsitem_n:nth-child(2n) {
		margin-right: 0;
	}

	.about {
		padding-top: 100px;
		padding-bottom: 400px;
	}

	.aboutlf .tit p {
		font-size: 24px;
		line-height: 34px;
	}

	.news {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.pro .protit .promenu ul li a {
		font-size: 20px;
	}

	.jssl {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.jssllf {
		width: 100%;
	}

	.jssllf ul {
		margin-top: 60px;
	}

	.more {
		margin-top: 60px;
	}

	.newslist {
		height: auto;
	}

	.newslist .swiper-slide-active,
	newslist .swiper-slide-duplicate-active {
		padding-top: 0;
	}

	.newsnr .swiper-button div {
		width: 40px;
		height: 40px;
	}

	.newsnr .swiper-button .swiper-button-prev {
		margin-right: 10px;
	}

	.nmenu ul li {
		margin: 0 10px;
	}

	.nprolf,
	.nprort {
		width: 100%;
	}

	.nprort {
		margin-top: 30px;
	}

	.nprort .npro_infolei {
		margin-bottom: 0;
	}

	.news-exp2 a {
		width: 100%;
	}

	.news-exp2 a:last-child {
		text-align: left;
	}

	.nprort h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.nprort .npro_infolei,
	.nprort .npro_infolei span {
		font-size: 18px;
	}

	.hyyytit p {
		font-size: 28px;
		line-height: 38px;
	}

	.hyyynr ul li {
		width: 31.333333333%;
	}

	.hyyynr ul li {
		height: 500px;
		padding-top: 200px;
		border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	}

	.hyyynr ul li:nth-child(4) {
		border-left: solid 1px rgba(255, 255, 255, 0.2);
	}

	.hyyytit {
		top: 30px;
	}

	.hyyynr ul li span,
	.hyyynr ul li p {
		margin-top: 30px;
	}

	.abouten_n,
	.contacten,
	.jsslen {
		font-size: 34px;
		line-height: 40px;
	}

	.tit h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.contactnr_n ul li p {
		font-size: 18px;
	}

	.contactjs_n {
		font-size: 32px;
		line-height: 42px;
	}

	.contact {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.contactlf dl {
		margin-top: 20px;
	}

	.bot .botlf,
	.bot .botrt {
		text-align: center;
	}

}

@media(max-width:912px) {}

@media(max-width:767px) {
	.banner .swiper-slide .img img {
		width: 130%;
		height: auto;
		margin-left: -15%;
	}

	.jssllist h4 {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutlist dl {
		margin-bottom: 20px;
	}

	.about_culture_item_box {
		width: 100%;
	}

	.jsslcont_n h4 {
		font-size: 26px;
		line-height: 36px;
	}

	.jssllf ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.contact {
		background-position: 70%;
	}

	.pro .protit .promenu ul li a {
		font-size: 18px;
	}

	.protit .tit p,
	.jssllist h4 {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutrt_n {
		border-radius: 0 0 0 100px;
	}

	.contactnr_n ul li {
		width: 100%;
		padding-left: 0;
		border-left: none;
		margin-bottom: 20px;
	}

	.contactjs_n {
		font-size: 28px;
		line-height: 38px;
	}

	.news_n .newsitem_n {
		width: 100%;
		margin-right: 0;
	}

	.news_n .newsitem_n:nth-child(3n) {
		margin-right: 0;
	}

	.nmessagenr dl {
		width: 100%;
	}

	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}

	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}

	.nmessagenr dl dd textarea {
		height: 240px;
	}
}

@media(max-width:640px) {
	.banner .img .bannernr h4 {
		font-size: 30px;
		line-height: 40px;
		margin-top: 15px;
	}

	.banner .img .bannernr p {
		font-size: 16px;
	}

	.banner .img .more {
		margin-top: 20px;
	}

	.banner .img .bannernr {
		padding-right: 6%;
	}

	.banner .img .bannernr {
		margin-top: -96px;
	}

	.aboutlist {
		margin-top: 30px;
	}

	.aboutlist .more {
		margin-top: 30px;
	}

	.pronr .swiper-button div {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.jsslen,
	.jsslcont_n h4 {
		margin-bottom: 20px;
	}

	.jsslcont_n h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.jssllist_n .jsslcont_n .more {
		margin-top: 30px;
	}

	.more a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 20px;
		background-size: 20px;
	}

	.jssllist h4 {
		font-size: 26px;
		line-height: 36px;
	}

	.hyyytit p {
		font-size: 24px;
		line-height: 34px;
	}

	.hyyynr ul li .hyyyicon img {
		height: 40px;
	}

	.tit h3 {
		font-size: 28px;
		line-height: 38px;
		padding-left: 45px;
	}

	.abouten_n,
	.contacten,
	.jsslen {
		font-size: 30px;
		line-height: 35px;
	}

	.jssllist_n .jsslimg_n {
		border-radius: 0 60px 0 0;
	}

	.jssllist_n:nth-child(2n) .jsslimg_n {
		border-radius: 60px 0 0 0;
	}

	.contact {
		background: none;
	}

	.botewm .botewmimg img {
		border: solid 1px #ebebeb;
	}
}

@media(max-width:540px) {

	.product-li li span {
		font-size: 14px;
		margin-top: 10px;
	}
}

@media(max-width:500px) {
	.banner .img .bannernr {
		margin-top: -80px;
	}

	.banner .tit h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.banner .img .bannernr h4 {
		font-size: 26px;
		line-height: 36px;
		margin-top: 10px;
	}

	.banner .img .bannernr p {
		font-size: 14px;
		line-height: 24px;
	}

	.banner .img .more {
		margin-top: 10px;
	}

	.jssllf ul li {
		width: 100%;
		margin: 10px 0;
	}

	.pro .protit .promenu ul li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media(max-width:425px) {
	.banner .tit h3 {
		font-size: 20px;
		line-height: 30px;
		background-size: 20px !important;
		padding-left: 30px;
	}

	.banner .img .bannernr h4 {
		font-size: 22px;
		line-height: 32px;
		margin-top: 5px;
	}

	.banner .img .bannernr p {
		margin-top: 0;
	}

	.banner .img .more {
		margin-top: 5px;
	}

	.banner .img .bannernr {
		margin-top: -56px;
	}

	.about_culture_item_title {
		font-size: 22px;
		line-height: 32px;
	}

	.about_culture_item_text {
		font-size: 14px;
	}



	.aboutrt_n {
		border-radius: 0 0 0 60px;
	}

	.nmenu ul {
		width: 100%;
	}

	.nmenu ul li {
		margin: 0;
		width: 50%;
		line-height: 30px;
	}
}

@media(max-width:375px) {
	.banner .img .bannernr h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.banner .img .bannernr p {
		font-size: 12px;
		line-height: 22px;
	}


}

@media(max-width:320px) {
	.banner .img .bannernr h4 {
		font-size: 18px;
		line-height: 28px;
		margin-top: 0;
	}

	.banner .img .bannernr {
		margin-top: -46px;
	}

	.about_culture_item_title {
		font-size: 20px;
		line-height: 30px;
	}

	.about_culture_item_text {
		font-size: 13px;
	}

}

@media(max-width:319px) {
	.banner .swiper-slide .img img {
		width: 140%;
		margin-left: -20%;
	}

	.newsnr .swiper-button div {
		width: 30px;
		height: 30px;
	}

	.newsnr .swiper-button .swiper-button-prev {
		margin-right: 5px;
	}
}