* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "Noto Sans SC";
	font-display: swap;
	src: url('sourcehansans.eot');
	/* IE9 */
	src: url('sourcehansans.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('sourcehansans.woff2') format('woff2'),
		url('sourcehansans.woff') format('woff'),
		/* chrome、firefox */
		url('sourcehansans.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('sourcehansans.svg#sourcehansans') format('svg');
	/* iOS 4.1- */
}

.jszcbox{
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 55px;
}
body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "Noto Sans SC";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}


input:focus,
textarea:focus {
	border: 1px solid #d70c24;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	max-width: 2560px;
	color: #444;
	font-family: "Noto Sans SC";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 98%;
	margin: 0 auto;
	max-width: 1610px;
}


.placeholder {
	width: 100%;
	height: 90px;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;

}



.header .section {
	display: flex;
	flex-wrap: wrap;
}

.header .logo {
	width: 22%;
	height: 96px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



.header .menu {
	width: 57%;
	margin: 0 1% 0 5%;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}



.header .menu ul li a.menu-a {
	display: block;
	padding: 0 15px;
	position: relative;
	font-size: 19px;
	line-height: 96px;

}

.header .menu ul li a.menu-a::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 3px;
	background: #d4b86d;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	transition: ease .5s;
}

.header .menu li .drop {
	background: rgba(240, 244, 249, 0.8);
	position: absolute;
	top: 100%;
	z-index: 1100;
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	border-top: 1px solid #e6e6e6;
	display: none;
}

.header .menu li .drop ul {
	display: block;
	text-align: center;
}

.header .menu li .drop ul li {
	display: inline-block;
	margin: 0 30px;
}

.header .menu li .drop ul li a {
	font-size: 17px;
	line-height: 35px;
}

.header .menu li .drop li a:hover {
	color: #2c59aa;
}

.header .search {
	width: 3%;
	margin: 0 0.5%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .search a {
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background: url(../search.png) no-repeat center center;
}

.header .search a:hover {
	background: url(../search.png) no-repeat center center;
}

.header .lang {
	width: 5%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.header .lang a {
	display: block;
	padding-left: 20px;
	font-size: 18px;
	border-left: 1px solid #fff;
	position: relative;

}


.header_menu {
	width: 3%;
	margin-left: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_menu #ClickMe {
	border: 0;
	width: 100%;
	height: 50px;
	background: #d4b86d url(../icon01.png) no-repeat center;
}

.bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}

#code {
	width: 1300px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 0 8px #999;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 100000;
}

.close {
	width: 100%;
	height: 25px;
}

.close a {
	display: block;
	float: right;
	color: #e3a204;
	font-size: 20px;
}

#code ul {
	width: 100%;
}

#code ul li {
	float: left;
	margin-right: 60px;
}

#code ul li h2 {
	font-size: 22px;
	color: #333;
	line-height: 47px;
}

#code ul li h2 span {
	width: 35px;
	font-size: 30px;
	display: inline-block;
	color: #e3e3e3;
	position: relative;
	top: 4px;
	transition: color 0.3s;
}

#code ul li h2 a {
	display: inline-block;
	color: #333333;
}

#code ul li p {
	padding-left: 40px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

#code ul li a {
	display: inline-block;
	color: #666666;
	transition: color 0.3s;
}

#code ul li a:hover {
	color: #2c59aa;
}

.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 75px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 75px;
}

.index-head .menu-a,
.index-head .lang a {
	color: #fff;
}


.inner-head .menu-a,
.inner-head .lang a,
.fixnav .menu-a,
.fixnav .lang a {
	color: #202020;
}

.index-head .logo a {
	display: block;
	width: 317px;
	height: 50px;
	background: url(../logo.png) no-repeat center;
	background-size: 100%;
}


.inner-head .logo a {
	display: block;
	width: 317px;
	height: 50px;
	background: url(../inner-logo.png) no-repeat center;
	background-size: 100%;
}

.fixnav,
.inner-head {
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}


.fixnav .logo a {
	background: url(../inner-logo.png) no-repeat center;
	background-size: 100%;
}

.fixnav .lang a,
.inner-head .lang a {
	color: #202020;
	border-left: 1px solid #ccc;
}


.fixnav .search a,
.inner-head .search a {
	background: url(../search-h.png) no-repeat center center;
}


.header .menu ul li:hover .menu-a::before,
.header .menu ul li.on .menu-a::before {
	width: 100%;
}





.index-title {
	width: 100%;
	margin-bottom: 60px;
	color: #303030;
}

.index-title h2 {
	font-size: 39px;
	margin-bottom: 10px;
	color: #2c59aa;
}

.index-title h3 {
	font-size: 30px;
}






.main-more {
	width: 100%;
	overflow: hidden;
	margin: 45px 0;
}

.main-more a {
	color: #204d80;
	display: inline-block;
	padding: 0 30px 0 65px;
	line-height: 45px;
	font-size: 18px;
	transition: 0.4s;
	border-radius: 25px;
	border: 1px solid #204d80;
	position: relative;
}

.main-more a::after {
	content: "";
	display: block;
	width: 17px;
	height: 13px;
	background: url(../icon04.png);
	background-size: 100%;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -6px;
}

.main-more a:hover {
	color: #fff;
	background: #204d80;

}

.main-more a:hover::after {
	background: url(../icon04-h.png);
}

.video-banner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.video-banner video {
	height: 100%;
}


.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	color: #fff;
}

.swiper-slide-txt-center {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide h1 {
	font-size: 62px;
	margin-top: 24%;
	letter-spacing: 5px;
	animation-delay: 1s;
}

.swiper-slide h4 {
	font-weight: 300;
	font-size: 22px;
	margin-top: 15px;
	letter-spacing: 4px;
	animation-delay: 1.5s;
}


.swiper-slide span {
	font-weight: bold;
	font-size: 69px;
	margin-left: 5px;
}




.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active h3,
.swiper-slide-active h4,
.swiper-slide-active h5,
.swiper-slide-active .s-img {
	animation-name: fadeInUp;
}


.banner-img {
	padding-top: 51%;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
	width: 100%;
	background-size: 100%;
}

.swiper-slide-active .banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}




.button-pagination {

	height: 30px;
	width: 280px;
	right: 5%;
	z-index: 10;
	line-height: 30px;
	position: absolute;
	bottom: 4%;

}

.banner-swiper-pagination {
	width: 38px !important;
	font-size: 18px;
	font-family: Bahnschrift;
	color: #fff;
}

.swiper-pagination-current {
	font-weight: bold;
	font-size: 20px;
}

.banner-swiper-scrollbar {
	bottom: 25px !important;
	left: 45px !important;
	width: 150px !important;
	height: 1px !important;
	background: #fff !important;
}

.swiper-scrollbar-drag {
	height: 5px !important;
	top: -2px !important;
	border-radius: 0 !important;
	background: #ddb756 !important;
}

.banner-button {
	width: 75px;
	position: absolute;
	right: 0;
	font-size: 16px;
	top: -10px;
}

.banner-button-next,
.banner-button-prev {
	width: 40px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;

}

.banner-button-next:hover,
.banner-button-prev:hover {
	color: #ddb756;
}

.banner-button-next:after,
.banner-button-prev:after {
	color: #fff;
}

.banner-button-next {
	right: 0;
}

.banner-button-prev {
	left: 0;
}

.button-pointer {
	width: 153px;
	height: 39px;
	left: 14%;
	z-index: 11;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../icon14.png) no-repeat;
	background-size: 100%;
}

/*index-service*/
.index-service {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: #f0f5f8 url("../index-service.jpg") no-repeat top center;
}

.index-service ul {
	width: 100%;
}

.index-service ul li {
	width: 31.333%;
	float: left;
	position: relative;
}

.index-service ul li:nth-child(2) {
	margin: 0 3%;
}

.service-li img {
	max-width: 100%;
}

.service-li .service-postion {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0 80px 0 30px;
	position: absolute;
	left: 0;
	top: 0;
	color: #3b3b3b;
	z-index: 1;
	background: #fff;
	transition: 0.3s;

}

.service-li .service-txt-title {
	width: 100%;
	height: 25%;
	transition: 0.3s;
	display: flex;
	align-items: center;

}

.service-li .service-txt-title span {
	width: 100%;
	padding-right: 55px;
	display: block;
	font-size: 27px;
	position: relative;
}

.service-li .service-txt-title span::after {
	content: "";
	display: block;
	width: 48px;
	height: 36px;
	background: url(../icon03.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -18px;
}

.service-li .service-txt {
	transition: 0.2s;
	height: 65%;
	opacity: 0;
	display: flex;
	font-size: 17px;
	line-height: 34px;
	flex-direction: column;
	justify-content: center;
}

.service-li .service-txt a {
	transition: all 0.2s;
	color: #fff;
}

.service-li .service-txt a:hover {
	font-weight: bold;
}

.service-li .service-txt span {
	margin-top: 50px;
}

.service-li .service-postion:hover .service-txt,
.service-li.active .service-txt {
	bottom: 20px;
	opacity: 1;
}


.service-li .service-postion:hover,
.service-li.active .service-postion {
	color: #fff;
	background: rgba(16, 40, 75, .6);
}

.service-li .service-postion:hover .img,
.service-li.active .img {
	display: none;
}

.pc-dispaly {
	display: block;
}

.mp-display {
	display: none;
}

/*about*/

.index-products {
	width: 100%;
	padding: 90px 0;
	height: 1064px;
	overflow: hidden;
	background: url("../index-products.jpg") no-repeat top center;
	position: relative;
}

.index-products::after {
	content: '';
	width: 23.54%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1890;
	transition: 0.4s;
	background: url("../products-slideTxtBox.png") no-repeat center center;
	background-size: 100% 100%;
}

.index-products .box {
	position: relative;
	z-index: 1990;
}

.index-products .index-title {
	width: 60%;
	float: left;
	margin-left: 7%;
	margin-bottom: 30px;
}

.index-products .product-num {
	width: 28%;
	float: left;
	margin-right: 3%;
	padding-bottom: 30px;
}


.index-products .product-num ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.index-products .product-num ul li {
	width: 50%;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: #313232;
}

.index-products .product-num ul li h1 {
	font-size: 3.5vw;
	;
	font-weight: bold;
	color: #2c59aa;
}

.index-products .product-num ul li span {
	font-size: 18px;
	color: #313232;
	font-weight: normal;
}

.index-products .product-num ul li p {
	font-size: 19px;
}

.index-products .product-num ul li::after {
	content: '';
	width: 3px;
	height: 30%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	background: #ddb756;

}

.index-products .product-num ul li::before {
	content: '';
	width: 3px;
	height: 60%;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 8;
	background: #2c59aa;
}

.slideTxtBox {
	width: 86%;
	margin: 0 7%;
	overflow: hidden;
	position: relative;
	z-index: 999;
}


.slideTxtBox .bd {
	width: 60%;
	float: left;
	margin-bottom: 15px;
}

.product-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


.product-img-txt-postion {
	position: absolute;
	width: 90%;
	left: 3%;
	bottom: 8%;
	z-index: 10;
	text-align: left;

}

.product-img-txt-postion h1 {
	color: #095098;
	font-size: 80px;
	font-family: Bahnschrift;
}

.product-img-txt-postion h5 {
	color: #333333;
	font-size: 34px;
}

.product-img-txt-postion em {
	display: block;
	width: 24px;
	height: 3px;
	margin: 10px 5px;
	background: #ddb756;
	transition: 0.4s;
}

.product-img:hover .product-img-txt-postion em {
	margin: 10px 5px 30px 5px;
}

.slideTxtBox .hd {
	width: 28%;
	margin-right: 10%;
	float: right;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}

.slideTxtBox .hd ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.slideTxtBox .hd ul li {
	width: 100%;
	line-height: 40px;
	padding: 35px 10px;
	display: inline-block;
	cursor: pointer;
	text-align: right;
	position: relative;
	color: #3c3c3c;
	opacity: 0.8;
}

.slideTxtBox .hd ul li i {
	display: block;
	font-style: normal;
	font-size: 1.5vw;
	font-weight: 300;
	padding-right: 37px;
	position: relative;

}

.slideTxtBox .hd ul li span {
	font-weight: bold;
	margin-left: 10px;
	font-family: Bahnschrift;
}

.slideTxtBox .hd ul li i::after {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #3d3d3d;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	transition: 0.4s;
	z-index: 5;
}

.slideTxtBox .hd ul li i::before {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #3d3d3d;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: -15px;
	transition: 0.4s;
	z-index: 5;
	opacity: 0;
}



.slideTxtBox .hd ul li.on i,
.slideTxtBox .hd ul li:hover i {
	opacity: 1;
	font-weight: bold;
}

.slideTxtBox .hd ul li.on i::before {
	opacity: 1;
	-webkit-animation: warn 1.5s ease-out;
	-moz-animation: warn 1.5s ease-out;
	animation: warn 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

}

.hd-li01 {
	margin-right: 18%;
}

.hd-li02 {
	margin-right: 21%;
}

.hd-li03 {
	margin-right: 20%;
}

.hd-li04 {
	margin-right: 16%;
}

.hd-li05 {
	margin-right: 8%;
}


.slideTxtBox .hd ul li.on::after,
.slideTxtBox .hd ul li:hover::after {
	width: 100%;

}



/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	background: #fff url(../index-about.jpg) no-repeat;
	background-size: 100%;
	padding: 80px 0;
	position: relative;
}

.index-about .about-txt .index-title h3{
	display: inline-block;
	position: relative;
	padding-right: 60px;
}

.index-about .about-txt .video {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.index-about .about-txt .video img {
	width: 100%;
}

.about-txt {
	float: left;
	width: 50%;

}

.about-txt-body {
	overflow: hidden;
	font-size: 16px;
	line-height: 38px;
	color: #696969;
	text-indent: 2em;
}


.product-num-box {
	overflow: hidden;

}

.product-num-content {
	width: 100%;
}

.product-num-item {
	position: relative;
}

.product-num-nub {
	display: inline-block;
	line-height: 40px;
	float: left;
	margin-right: 8px;
	font-family: Bahnschrift;
}


.product-num-inf {
	overflow: hidden;
	width: 100%;
	display: block;
	font-size: 17px;
	color: #9d9d9d;
}

.product-num-wan {
	display: inline-block;
	font-family: Bahnschrift;

}

.index-product-num-box {
	width: 40%;
	float: right;
	overflow: hidden;

}

.product-num01,
.product-num02,
.product-num03 {
	width: 31.333%;
	float: left;
	margin: 0 1%;
}


.index-product-num-box .product-num-item {
	width: 94%;
	float: left;
	margin: 30px 3%;
	background: #fff;
	padding: 90px 25px 25px 25px;
	box-shadow: 0 0 10px #eee;

}

.product-num01 {
	padding-top: 135px;
}

.product-num02 {
	padding-top: 50px;
}

.product-num03 {
	padding-top: 110px;
}

.index-product-num-box .product-num-nub {
	color: #747a86;
	font-weight: bold;
	font-size: 35px;

}

.index-product-num-box .product-num-wan {
	color: #747a86;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
}

.index-product-num-box i {
	color: #ccc;
	display: block;
	font-style: normal;
	text-align: center;
	font-size: 14px;
}

.bg-color01 {
	background: #daae4e !important;
}

.bg-color01 .product-num-nub,
.bg-color01 .product-num-inf,
.bg-color01 .product-num-wan {
	color: #fff !important;
}

.border-color01 {
	border: 3px solid #daae4e !important;
}

.border-color01 .product-num-nub,
.border-color01 .product-num-wan {
	color: #2c59aa !important;
}

#particles-js {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


/*index-news*/
.index-news {
	width: 100%;
	padding: 90px 0 15px 0;
	overflow: hidden;
	background: #eee url(../news-icon.png) left no-repeat;
	background-size: auto 100%;

}


.index-news-ul {
	width: 100%;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}

.index-news-ul li {
	width: 31.333%;
}

.index-news-ul li a {
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	color: #303030;
}

.index-news-ul li:nth-child(2) {
	margin: 0 3%;
}


.index-news-ul .news-img {
	width: 100%;
	overflow: hidden;
}

.index-news-ul .news-img img {
	display: block;
	width: 100%;
	transition: 0.4s;

}

.index-news-ul .news-txt {
	padding: 40px 28px;
	overflow: hidden;
	background: #fff;
}

.index-news-ul .news-txt h4 {
	font-size: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 20px;

}

.index-news-ul .news-txt .news-time-i-span {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	line-height: 26px;
}

.index-news-ul .news-txt .news-time-i-span i {
	display: block;
	color: #8a8a8a;
	font-style: normal;
	font-size: 17px;
	position: relative;
	padding-left: 23px;
}

.index-news-ul .news-txt .news-time-i-span i::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 9;
	background: url(../icon02.png);
	background-size: 100%;
}



.index-news-ul .news-txt .news-time-i-span span {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	transition: 0.3s;
	background: url(../icon11.png);
	background-size: 100%;
}



.index-news-ul li a:hover .news-time-i-span span {
	background: url(../icon12.png);
}

.index-news-ul li a:hover img {
	transform: scale(1.3, 1.3);
}

.index-news-ul li a:hover {
	color: #1b50a8;
	box-shadow: 0 0 10px #ccc;
}


.index-news .main-more {
	text-align: center;
	margin: 65px 0;
}


/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 97px;
}


.n-ban-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: left;
	color: #fff;
	display: flex;
	text-shadow: 0 0 10px #444;
	flex-direction: column;
	justify-content: center;
}

.n-ban-txt h3 {
	font-size: 47px;
	font-weight: 600;
}

.n-ban-txt h4 {
	font-size: 33px;
	margin: 20px 0 40px 0;
}

.n-ban-txt a {
	display: block;
	width: 59px;
	height: 59px;
	border: 1px solid #fff;
	border-radius: 100%;
}

.n-ban-txt a img {
	max-width: 100%;
}

.inner-banner-img {
	padding-top: 35%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100%;
}

/*inner-nav*/
.inner-nav {
	margin-top: -105px;
	background: linear-gradient(180deg, transparent, #000);
	line-height: 75px;
	position: relative;
	z-index: 10;
	padding-top: 30px;
	width: 100%;
}

.inner-nav .section {
	width: 100%;
	border-top: 1px solid rgba(112, 120, 128, 0.3);
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.inner-nav a {
	width: 16.666%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-nav a.w3 {
	width: 18% !important;
}

.inner-nav img {
	display: inline-block;
	margin-right: 15px;
}

.inner-nav a.on,
.inner-nav a:hover {
	background: #ddb756;
}


.inner-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}

.inner-title h3 {
	color: #000;
	font-size: 45px;
}

.inner-title span {
	color: #ddb756;
}

/*about*/

.inner-about {
	overflow: hidden;
	padding: 95px 0 150px 0;
	background: #fff;
}

.ab-txt {
	padding: 30px 0;
	line-height: 35px;
	color: #3a3a3a;
	font-size: 18px;
	text-indent: 2em;
}


.inner-product-num-box {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.inner-product-num-box .product-num-head {
	display: flex;
	flex-wrap: wrap;
}

.inner-product-num-box .product-num-item {
	width: 18%;
	text-align: center;
	margin: 10px 1%;
}

.inner-product-num-box .product-num-nub {
	color: #0054a6;
	float: none;
	font-size: 50px;
}

.inner-product-num-box .product-num-wan {
	color: #0054a6;
	font-size: 20px;
}

.inner-product-num-box .product-num-item::after {
	content: '';
	width: 1px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	z-index: 9;
	background: #d0d0d4;

}

.inner-product-num-box .product-num-item:last-child::after {
	display: none;
}

.ab-img {
	width: 100%;
	margin: 50px 0;
	position: relative;
}

.ab-img img {
	width: 100%;
}

.ab-banner-button {
	width: 140px;
	height: 60px;
	position: absolute;
	bottom: -20px;
	left: 10%;
}

.ab-banner-button-next,
.ab-banner-button-prev {
	width: 60px;
	color: #fff;
	top: 10px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	background: #707880;
}

.ab-banner-button-prev {
	left: 0;
}

.ab-banner-button-next {
	right: 0;

}

.ab-banner-button-next:after,
.ab-banner-button-prev:after {
	font-size: 0;
}

.ab-banner-button-next:hover,
.ab-banner-button-prev:hover {
	background: #ddb756;
}



.about-adv {
	overflow: hidden;
	background-image: url(../about-adv.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}


.about-adv dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 150px 0;
}

.about-adv dl dt {
	width: 38%;
	padding: 0 50px;
	margin: 0 4%;
	display: flex;
	overflow: hidden;
	border-right: 1px solid #fff;
	justify-content: center;
	align-items: center;
	position: relative;
}

.about-adv dl dt img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


.about-adv dl dd {
	width: 50%;
	margin-right: 4%;
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 0 60px;
	line-height: 1.8;
	font-size: 2.1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}


.inner-history {
	overflow: hidden;
	padding: 95px 0 70px 0;
	width: 100%;
	position: relative;
	background: url(../inner-history.jpg);
}


.inner-history .section {
	position: relative;
	z-index: 99;
}

.main-growth {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-growth .growth-mySwiper2 {
	width: 100%;
	margin: 25px auto;
}

.growth-dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;

}

.growth-dl dt {
	width: 47%;
	margin-right: 8%;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
}

.growth-dl dt img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


.growth-dl dd {
	width: 45%;
	position: relative;
	overflow: hidden;
}

.growth-box {
	padding: 40px 0;
	position: relative;
	z-index: 10;
}

.growth-big-time {
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 13vw;
	color: rgba(255, 255, 255, 0.2);
	font-weight: bold;
	z-index: 5;
	left: 0;
	top: 0;
	text-align: center;
}

.growth-dl .growth-titme {
	font-size: 3.1vw;
	color: #0054a6;
}

.growth-dl .growth-memo {
	font-size: 2vw;
	color: #000;
}



.growth-dl .growth-box-txt {
	font-size: 1.4vw;
	line-height: 32px;
	padding: 10px 0;
	color: #646464;
}

.growth-dl dd span {
	font-size: 18px;
	line-height: 30px;
}

.growth-time-box {
	width: 100%;
	margin-top: 30px;
	padding: 35px 0 40px 0;
	position: relative;
}

.growth-time-box .growth-mySwiper {
	position: relative;
	width: 90%;
	margin: 0 5%;
}

.growth-swiper-button-next,
.growth-swiper-button-prev {
	width: 60px;
	color: #fff;
	top: 10px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	background: #707880;
}

.growth-swiper-button-prev {
	left: 0;
}

.growth-swiper-button-next {
	right: 0;

}

.growth-swiper-button-next:after,
.growth-swiper-button-prev:after {
	font-size: 0;
}

.growth-swiper-button-next:hover,
.growth-swiper-button-prev:hover {
	background: #ddb756;
}

.growth-time-box::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	background: url(../ico4.png);
	background-size: 100%;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
	background: #989eb0;
	background-size: 100%;
}

.time-title {
	font-size: 24px;
	color: #0054a6;
	text-align: center;
	line-height: 62px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.time-title::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	z-index: 10;
	background: #fff;
	border: 2px solid #0054a6;
	border-radius: 9px;
}

.swiper-slide-thumb-active .time-title {
	color: #ddb756;
}

.swiper-slide-thumb-active .time-title::before {
	background: #ddb756;
	border: 2px solid #ddb756;
}



.inner-culture {
	overflow: hidden;
	padding: 95px 0 70px 0;

}



.inner-culture ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
}

.inner-culture ul li {
	width: 33.333%;
	overflow: hidden;
	position: relative;
	font-size: 20px;
	color: #575757;
	background: #fcfcfc;
	line-height: 28px;
}


.inner-culture ul li h4 {
	font-size: 28px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}


.inner-culture ul li.img img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-culture-txt {
	width: 70%;
	position: absolute;
	z-index: 10;
	bottom: 15%;
	left: 15%;
}

.inner-culture ul li.img:hover img {
	transform: scale(1.2, 1.2);
}


.main-honor {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 100px 0;
}


.main-honor .honor-left {
	width: 60%;
	float: left;
}

.set-content {
	width: 100%;

}

.set-title {
	width: 100%;
	height: 42px;
	display: flex;
	z-index: 9999;
}

.set-title ul li {
	float: left;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #606060;
	font-size: 18px;
	position: static;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 35px;
}

.set-title ul .on {
	background: #ddb756;
	border-radius: 30px;
	color: #fff;
}

.set-middle {
	box-sizing: border-box;
	margin-top: 60px;
}

.set-middle-item {
	position: relative;
}

.set-middle-item h5 {
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 20px 10px;

}


.main-honor .honor-left img {
	max-width: 100%;
}



.honor-swiper-button-next,
.honor-swiper-button-prev {
	width: 40px;
	height: 40px;
	border: 2px solid #d8d8d8;
	top: 35%;

	border-radius: 100%;
	overflow: hidden;
	text-align: center;
}

.honor-swiper-button-prev {
	left: 0;
}

.honor-swiper-button-next {
	right: 0;

}

.honor-swiper-button-next:after,
.honor-swiper-button-prev:after {
	font-size: 15px;
	color: #d8d8d8;
	font-weight: bold;
}

.honor-swiper-button-next:hover:after,
.honor-swiper-button-prev:hover:after {
	color: #ddb756;
}


.honor-swiper-button-next:hover,
.honor-swiper-button-prev:hover {
	border: 2px solid #ddb756;
}



.main-honor .honor-right {
	width: 36%;
	float: right;
	padding: 35px;
	background: #fdfbf6;
}


.main-honor .honor-right h4 {
	font-size: 30px;
	position: relative;
	color: #000;
	padding: 0 10px 0 50px;
	margin-bottom: 30px;
}

.main-honor .honor-right h4::after {
	display: block;
	content: '';
	width: 41px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	background: url(../icon13.png);
	background-size: 100%;
}

.honor-right .body {
	font-size: 0.9vw;
	position: relative;
	color: #848484;
	line-height: 1.8;
	height: 350px;
	padding-right: 15px;
	overflow-y: scroll;
}

.honor-right .body::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.honor-right .body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddb756;
}

.honor-right .body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.inner-team {
	overflow: hidden;
	padding: 95px 0 70px 0;
	width: 100%;
	position: relative;
	background: url(../inner-team.jpg);
}


.inner-team .section {
	position: relative;
	z-index: 99;
}

.main-team {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-team .team-mySwiper2 {
	width: 100%;

}

.team-dl {
	width: 100%;
	overflow: hidden;

}

.team-dl dt {
	width: 24%;
	margin-left: 4%;
	float: right;
	overflow: hidden;
	position: relative;

}

.team-dl dt img {
	width: 100%;
}


.team-dl dd {
	width: 72%;
	float: left;
	position: relative;
	overflow: hidden;
}

.team-box {

	position: relative;
	z-index: 10;
}

.team-dl .team-title {
	font-size: 25px;
	color: #3c3c3c;
	font-weight: bold;
}

.team-dl .team-memo {
	font-size: 21px;
	color: #747474;
}

.team-dl dd img {
	margin: 20px 0;
}

.team-dl .team-box-txt {
	font-size: 16px;
	line-height: 34px;
	padding: 10px 0;
	color: #646464;
}


.team-time-box {
	width: 100%;

	margin-top: 30px;
	padding: 35px 0 40px 0;
	position: relative;
}

.team-time-box .team-mySwiper {
	position: relative;
	width: 90%;
	margin: 0 5%;
}

.team-swiper-button-next,
.team-swiper-button-prev {
	width: 60px;
	color: #fff;
	top: 10px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
}

.team-swiper-button-prev {
	left: 0;
}

.team-swiper-button-next {
	right: 0;

}

.team-swiper-button-next:after,
.team-swiper-button-prev:after {
	font-size: 24px;
	color: #000;
}

.team-swiper-button-next:after:hover,
.team-swiper-button-prev:after:hover {
	color: #ddb756;
}


.team-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #989eb0;
}

.team-time-box::after {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #0054a6;
	-webkit-animation: warnn 4.5s ease-out;
	-moz-animation: warnn 4.5s ease-out;
	animation: warnn 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes warnn {
	0% {

		width: 0;
	}

	100% {

		width: 100%;
	}
}





.team-title01 {
	font-size: 20px;
	color: #3c3c3c;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.team-memo01 {
	text-align: center;
	font-size: 13px;
	color: #747474;

}

.swiper-slide-thumb-active .team-title01,
.swiper-slide-thumb-active .team-memo01 {
	color: #0054a6;
	cursor: pointer;

}



.inner-organizational {
	background: #fff;
	overflow: hidden;
	padding: 80px 0 150px 0;
}

.inner-organizational .box {
	padding-top: 50px;
}

.inner-organizational img {
	max-width: 100%;
	margin: 0 auto;
}








/*新闻中心*/
.inner-news {
	background: #f5f5f5;
	overflow: hidden;
	padding: 80px 0;
}

.inner-news-form {
	width: 100%;
	max-width: 555px;
	border: 1px solid #d0d0d4;
	border-radius: 35px;
	overflow: hidden;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}

.inner-news-form form {
	width: 100%;
}

.inner-news-form input.username {
	width: 88%;
	float: left;
	border: none;
	padding-left: 15px;
	line-height: 20px;
	font-size: 15px;
	border-left: 1px solid #bebebe;
	color: #979797;
	background: #f5f5f5;
}

.inner-news-form input::placeholder {
	color: #979797;
}

.inner-news-form input.da_button {
	width: 12%;
	max-width: 100%;
	float: left;
	border: none;
	line-height: 20px;
	background: #f5f5f5 url(../search01.png) no-repeat center center;
}


.inner-news .news-list {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	text-align: center;
	line-height: 20px;
}

.inner-news .news-list span {
	font-size: 18px;
	color: #545454;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.inner-news .news-list span::before {
	content: "";
	display: block;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../icon08.png) no-repeat;
	background-size: 100%;
}

.inner-news .news-list a {
	color: #717171;
	display: inline-block;
	padding: 0 8px;
	font-size: 16px;
	border-right: 1px solid #717171;
}

.inner-news .news-list a:hover {
	color: #ddb756;
}

.inner-news .news-list a:last-child {
	border: 0;
}



.inner-news-ul ul {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.inner-news-ul ul li {
	width: 30.333%;
	transition: 0.6s;
	margin: 20px 1.5%;
}

.inner-news-ul ul li:nth-child(2n) {}


.inner-news-ul ul li a {
	position: relative;
	display: block;
	color: #000000;
}

.inner-news-ul ul li .box {}

.inner-news-ul ul li img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-news-ul ul .news-txt {
	padding: 35px 35px;
	overflow: hidden;
	background: #ffffff;
	text-align: left;
	width: 100%;
	text-shadow: none;
}

.inner-news-ul .news-txt h5 {
	font-size: 18px;
	color: #8f8f8f;
	line-height: 25px;
}

.inner-news-ul .news-txt h4 {
	font-size: 24px;
	line-height: 35px;
	min-height: 70px;
	margin: 16px 0 45px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.inner-news-ul ul li span {
	display: inline-block;
	font-size: 17px;
	position: relative;
	color: #204d80;
	padding-left: 40px;

}

.inner-news-ul ul li span::before {
	content: '';
	width: 27px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 6;
	height: 13px;
	transition: 0.3s;
	background: url(../icon10.png);
	background-size: 100%;
}



.inner-news-ul ul li i {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	transition: 0.3s;
	background: url(../icon11.png);
	background-size: 100%;
}


.inner-news-ul ul li a:hover img {
	transform: scale(1.2, 1.2);
}

.inner-news-ul ul li a:hover i {
	background: url(../icon12.png);
}




.inner-news .news-query {
	overflow: hidden;
	padding: 70px 0;
}

.inner-news .news-query dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}


.inner-news .news-query dl a {
	padding: 55px 70px;
	color: #000;
	display: block;
	background: #ffffff;
	overflow: hidden;

}

.inner-news .news-query dl dt {
	width: 0;
	float: right;
	overflow: hidden;
	transition: width 0.4s;
}

.inner-news .news-query dl dt .img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.inner-news .news-query dl dd {
	width: 100%;
	float: left;
	transition: width 0.4s;

}

.inner-news .news-query i {
	display: block;
	position: relative;
	color: #0054a6;
	padding-left: 30px;
	font-size: 19px;
	font-style: normal;
}

.inner-news .news-query i::before {
	content: '';
	width: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 9;
	height: 17px;
	transition: 0.3s;
	background: url(../icon09.png);
	background-size: 100%;
}

.inner-news .news-query dl dd h2 {
	font-size: 23px;
	overflow: hidden;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inner-news .news-query dl dd p {
	color: #646464;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;

}


.inner-news .news-query span {
	display: block;
	color: #204d80;
	display: none;
	font-size: 17px;
	padding-left: 40px;
	margin-top: 40px;
	position: relative;

}

.inner-news .news-query span::before {
	content: '';
	width: 27px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 6;
	height: 13px;
	transition: 0.3s;
	background: url(../icon10.png);
	background-size: 100%;
}




.inner-news .news-query a:hover span {
	display: block;
}

.inner-news .news-query a:hover em {
	display: block;
	width: 23px;
}



.inner-news .news-query a:hover .img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}


.inner-news .news-query dl a:hover dd {
	width: 60%;
}

.inner-news .news-query dl a:hover dt {
	width: 25%;

}




.news-detail {
	width: 100%;
	background: #fff;
	padding: 100px 0;
	overflow: hidden;
}

.news-detail .news-detail-fl {
	width: 73%;
}

.news-detail .news-detail-fl h2 {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 34px;
	padding: 19px 0;
}

.news-detail .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;

}

.news-detail .news-detail-fl .news-intro {
	width: 100%;
	padding: 20px 0;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}

.news-detail .news-detail-fl .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-detail .news-detail-fl .news-intro p {
	padding: 5px 0;
}

.news-detail .news-detail-fl .news-intro img {
	max-width: 100%;
	margin: 15px auto;
}

.news-detail .news-detail-fr {
	width: 26%;
	padding-top: 35px;
}

.news-detail .news-detail-fr h4 {
	font-size: 22px;
	color: #333;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.news-detail .news-detail-fr ul {
	width: 90%;
	margin: 10px auto;
}

.news-detail .news-detail-fr ul li {
	width: 100%;
}

.news-detail .news-detail-fr ul li a {
	display: block;
	color: #666;
	height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	background: url(../case23.png) no-repeat left 10px;
	padding-left: 15px;
}

.news-detail .news-detail-fr ul li a:hover {
	color: #003f93;
}



/*inner-product*/
.inner-product {
	background: #fff;
	padding: 80px 0;
	overflow: hidden;
}

.inner-product-memo {
	width: 100%;
	font-size: 18px;
	color: #6c6c6c;
	line-height: 32px;
	margin-top: 70px;
	overflow: hidden;
}


.product-dl-advantage {
	width: 100%;
	overflow: hidden;
}

.product-dl-advantage dl {
	width: 100%;
	margin-top: 100px;
	overflow: hidden;
	background: #fafafc;
	position: relative;
}

.product-dl-advantage dl a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.product-dl-advantage dl dt {
	width: 43%;
	overflow: hidden;
	float: left;
	position: relative;
}

.product-dl-advantage dl dt img {
	width: 100%;
}

.product-dl-advantage dl dd {
	width: 57%;
	float: left;
	padding: 0 90px;
	background: #fafafc;
	z-index: 10;
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.product-dl-advantage dl dd::after {
	content: "";
	position: absolute;
	top: 48%;
	border-width: 20px;
	border-style: solid;
	z-index: 99;
}

.product-dl-advantage-title {
	overflow: hidden;
}

.product-dl-advantage dl dd span {
	color: #000;
	font-size: 34px;
	display: inline-block;
	padding-right: 75px;
	position: relative;

}

.product-dl-advantage dl dd span::after {
	display: block;
	content: '';
	width: 41px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
	background: url("../icon13.png") no-repeat;
	background-size: 100%;
}

.product-dl-advantage dl dd .body {
	width: 100%;
	overflow: hidden;
	color: #777777;
	font-size: 18px;
	margin-top: 50px;
	line-height: 38px;
}


.product-dl-advantage dl:nth-child(odd) dt {
	float: left;
}

.product-dl-advantage dl:nth-child(odd) dd {
	right: 0;
}

.product-dl-advantage dl:nth-child(even) dt {
	float: right;
}

.product-dl-advantage dl:nth-child(even) dd {
	left: 0;
}

.product-dl-advantage dl:nth-child(odd) dd::after {
	left: -18px;
	margin-left: -20px;
	border-color: transparent #fff transparent transparent;
}

.product-dl-advantage dl:nth-child(even) dd::after {
	right: -18px;
	margin-right: -20px;
	border-color: transparent transparent transparent #fff;
}





.product-dl-list {
	width: 100%;
	overflow: hidden;
}

.product-dl-list .box {
	padding-top: 100px
}

.product-dl-list dl {
	width: 100%;
	overflow: hidden;
	background: #f0f0f0;
	position: relative;
}


.product-dl-list dl dt {
	width: 69.68%;
	overflow: hidden;
	float: left;
	position: relative;
}

.product-dl-list-link {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-dl-list-link a.link-a {
	display: block;
	color: #fff;
	padding: 0 25px;
	position: relative;
	border-right: 1px solid rgba(240, 240, 240, .38);
}



.w4 .link-a {
	width: 25%;
}

.w3 .link-a {
	width: 33.333%;
}

.w5 .link-a {
	width: 20%;
}

.link-a i {
	display: block;
	height: 42px;
	width: 42px;
	margin: 100% auto 0 auto;
	background: url(../icon20.png) no-repeat;
	background-size: 100%;

}

.link-a.active {
	background: rgba(0, 0, 0, 0.3);
}

.link-a.active i {
	background: url(../icon19.png) no-repeat;
}

.product-dl-list-link a.link-a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.product-dl-list-link a.link-a:hover h3 {
	transform: scale(1.2);
}


.product-dl-list-link i {
	opacity: 0;
	-webkit-animation: warn 1.5s ease-out;
	-moz-animation: warn 1.5s ease-out;
	animation: warn 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes warn {
	0% {
		transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0;
	}

	25% {
		transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}

	50% {
		transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		opacity: 1;
	}

	75% {
		transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}



.product-dl-list-link h3 {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	transition: 0.4s;
}



.product-dl-list dl dt img {
	height: 100%;
}

.product-dl-list dl dd {
	width: 30.32%;
	float: left;
	padding: 0 30px;
	z-index: 10;
	position: relative;
}

.product-dl-list dl dd span {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	padding-left: 50px;
	position: relative;
	margin-top: 18%;
}

.product-dl-list dl dd span::after {
	display: block;
	content: '';
	width: 41px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 7px;
	background: url("../icon13.png") no-repeat;
	background-size: 100%;
}

.product-body {
	position: relative;
	margin: 50px 0;
}

.product-dl-list dl dd .body {
	width: 100%;
	overflow: hidden;
	padding-left: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}

.product-dl-list dl dd .body h3 {
	display: none;
}

.body-a {
	width: 100%;
}

.body-a a {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.product-dl-list dl dd .body a {
	color: #606060;
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
}

.body a:hover {
	color: #003f93;
	margin-left: 5px;
}

.product-dl-list dl dd .body.active {
	display: block;
}


.product-dl-list dl.fr dt {
	float: right;
}




.product-detail {
	background: #fff;
	padding: 100px 0;
	overflow: hidden;

}

.img-box {
	width: 100%;
	margin: 50px auto;
}

.img-box img {
	max-width: 100%;
	margin: auto;
}

.product-detail-title {
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.product-detail-title h5 {
	font-size: 45px;
	color: #000;

}

.product-detail-title span {
	font-size: 27px;
	color: #bbbbbb;
}


.product-detail-intro {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	font-size: 17px;
	line-height: 30px;
	color: #595951;
}

.product-detail-intro h5 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 40px 0;
}


.product-detail-intro img {
	margin: 15px auto;
	max-width: 100%;
}

.product-detail-intro table {
	width: 100%;
	margin: 25px 0;
	border-spacing: 0;
	border-right: 1px solid #c7cad5;
	border-bottom: 1px solid #c7cad5
}

.product-detail-intro table td {
	border-left: 1px solid #c7cad5;
	border-top: 1px solid #c7cad5;
	padding: 10px 30px;
	font-size: 16px;
}

.product-detail-intro table td.table-bj {
	background: #eeeeee;
}



.inner-announcement {
	background: #fff url(../inner-announcement.png) no-repeat left top;
	padding: 70px 0 20px 0;
	overflow: hidden;
}



.inner-announcement ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-announcement ul li {
	width: 46%;
	margin: 15px 2%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.inner-announcement ul li a {
	display: block;
	background: #f5f5f5;
	padding: 35px;
	color: #404040;
	overflow: hidden;
}

.inner-announcement .announcement-span-img {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.inner-announcement .announcement-span-img span {
	font-size: 15px;
	line-height: 28px;
	opacity: 0.6;
}

.inner-announcement .announcement-span-img i {
	width: 26px;
	height: 26px;
	background: url("../icon_pdf.png") no-repeat;
	background-size: 100%;
}


.inner-announcement ul li h3 {
	font-size: 20px;
	padding: 15px 0;

}


.inner-announcement ul li a:hover {
	background: #0054a6;
	color: #fff;
}

.inner-announcement ul li a:hover i {
	background: url("../icon_pdf-h.png") no-repeat;
}

.inner-announcement .main-more,
.inner-report .main-more,
.inner-governance .main-more {
	text-align: center;
}


.announcement-txt {
	padding: 70px 0;
	overflow: hidden;
	color: #717171;
	font-size: 16px;
	line-height: 30px;
}

.announcement-txt h1 {
	font-size: 23px;
	position: relative;
	color: #454545;
	border-bottom: 1px dashed #d2d2d2;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
}

.announcement-txt h1::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 17px;
	border-radius: 100%;
	border: 5px solid #ddb756;
}

.announcement-txt h2 {
	font-size: 23px;
	position: relative;
	color: #004387;
	margin: 70px 0 15px 0;
}

.inner-report {
	background: #f6f6f6;
	padding: 70px 0 20px 0;
	overflow: hidden;
}

.inner-report ul {
	width: 96%;
	margin: 0 2%;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.inner-report ul li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.inner-report ul li a {
	width: 100%;
	display: block;
	padding: 30px 35px;
	overflow: hidden;
	line-height: 30px;
	color: #303030;
	font-size: 20px;
	background: #ffffff;
}

.inner-report .news-list-title {
	width: 78%;
	float: left;
	padding-left: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
}

.inner-report .news-list-time {
	width: 20%;
	float: right;
	text-align: right;
	opacity: 0.6;
}

.inner-report .news-list-title::after {
	display: block;
	content: '';
	width: 22px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: url("../icon21.png") no-repeat;
	background-size: 100%;
}

.inner-report ul li a:hover {
	background: #015cb9;
	color: #fff;
}

.inner-report ul li a:hover .news-list-title::after {
	background: url("../icon21-h.png") no-repeat;
}





.inner-governance {
	background: #fff;
	padding: 100px 0;
	overflow: hidden;
}

.inner-governance ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-governance ul li {
	width: 46%;
	margin: 15px 2%;
	box-sizing: border-box;
	box-shadow: 0 0 8px #ccc;
	position: relative;
	overflow: hidden;

}

.inner-governance dl {
	width: 100%;
}

.inner-governance dl a {
	display: flex;
	border: 1px solid #e9e9e9;
	border-top: 2px solid #e6ca83;
	padding: 35px 15px;
	flex-wrap: wrap;
	color: #292929;
}

.inner-governance dl dd {
	width: 16%;
	float: left;
	text-align: center;
}

.inner-governance dl dd h3 {
	font-size: 16px;
}

.inner-governance dl dd span {
	display: block;
	font-weight: 600;
	font-size: 1.35vw;
	line-height: 28px;
}

.inner-governance dl dt {
	width: 82%;
	display: flex;
	align-items: center;
	float: right;
	overflow: hidden;
	font-size: 22px;
	position: relative;
	padding: 0 30px 0 24px;
}


.inner-governance dl dt::after {
	display: block;
	content: '';
	width: 24px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url("../icon22.png") no-repeat;
	background-size: 100%;
}

.inner-governance dl dt::before {
	display: block;
	content: '';
	width: 1px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	background: #ccc;

}

.inner-governance dl a:hover {
	background: #015cb9;
	color: #fff;
}

.inner-governance dl a:hover dt::after {
	background: url("../icon22-h.png") no-repeat;
}



.investor-contact {
	background: #fff;
	padding: 70px 0 120px 0;
	overflow: hidden;
}

.investor-contact .box {
	width: 100%;
	overflow: hidden;
}

.investor-contact-txt {
	width: 45%;
	float: left;
}

.investor-contact-txt ul {
	width: 100%;
	overflow: hidden;
}

.investor-contact-txt ul li {
	width: 100%;
	margin-bottom: 45px;
	overflow: hidden;
}

.investor-contact-txt h3 {
	font-size: 26px;
	position: relative;
	color: #454545;
	border-bottom: 1px dashed #d2d2d2;
	padding: 10px 10px 20px 40px;
	margin-bottom: 30px;
}

.investor-contact-txt h3::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 17px;
	border-radius: 100%;
	border: 5px solid #ddb756;
}

.investor-contact-txt .body {
	font-size: 18px;
	line-height: 50px;
	position: relative;
	color: #000;
	padding: 10px 40px;
}


.investor-contact-img {
	width: 45%;
	float: right;
	padding-top: 80px;
}


.investor-contact-img img {
	max-width: 100%;
}





.inner-recruitment {
	background: #fff;
	padding: 105px 0;
	overflow: hidden;
}

.inner-recruitment .box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 60px;
}

.inner-recruitment-txt {
	width: 48%;
	float: left;
	font-size: 19px;
	line-height: 38px;
	color: #000;
}

.inner-recruitment-txt a {
	color: #3182c5;
}


.inner-recruitment-img {
	width: 45%;
	margin-left: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.inner-recruitment-img img {
	max-width: 100%;
}

.recruitment-position-ul {
	width: 100%;
	margin-top: 100px;
	overflow: hidden;
}

.recruitment-position-ul li {
	width: 14%;
	float: left;
	height: 395px;
	position: relative;
	transition: all 0.3s;
}

.recruitment-position-ul li .xwzxXunImg {
	width: 100%;
	height: 395px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.recruitment-position-ul li .xwzxXunImg img {

	object-fit: cover;
}

.recruitment-position-ul li .recruitment-position {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	position: absolute;
	text-align: center;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.recruitment-position-ul li .recruitment-position h3 {
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
}

.recruitment-position-ul li .recruitment-position h4 {
	font-size: 30px;
	text-transform: uppercase;
}

.recruitment-position-ul li .recruitment-position p {
	font-size: 30px;
	line-height: 42px;
	opacity: 0;
}

.recruitment-position-ul li .recruitment-position em {
	display: block;
	width: 45px;
	height: 5px;
	margin: 5px auto;
	background: #ddb756;
}


.xwzxXun.active {
	width: 44%;
	height: 395px;
}

.xwzxXun.active .recruitment-position {
	background: none;
	width: auto;
	height: 150px;
	left: 6%;
	display: block;
	text-align: left;
	bottom: 8%;
}


.xwzxXun.active .recruitment-position h4 {
	display: none;
}

.xwzxXun.active .recruitment-position em {
	margin: 5px 0;
}

.xwzxXun.active .recruitment-position h3,
.xwzxXun.active .recruitment-position p {
	opacity: 1;
}

.inner-job {
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
	padding: 105px 25px;
}



.job-list {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.job-list li {
	width: 42%;
	margin: 20px 4%;
	overflow: hidden;
	line-height: 27px;
	box-shadow: 0 0 8px #eee;

}

.job-list li a {
	display: block;
	padding: 35px 40px;
	background: #ffffff;
	color: #151515;
}

.job-title {
	line-height: 30px;
	font-size: 26px;
	position: relative;
	color: #000000;
	font-weight: bold;
}

.job-memo {
	line-height: 30px;
	font-size: 17px;
	position: relative;
	color: #7b7b7b;
	padding: 7px 0;
	border-bottom: 1px solid #eee;
}

.job-time {
	color: #7b7b7b;
	font-size: 17px;
	position: relative;
	padding-left: 25px;
	margin-top: 5px;
}

.job-time::before {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: url("../job-time.png") no-repeat;
}


.job-list li a:hover {
	color: #ddb756;
}

.inner-partners {
	background: #f5f5f5;
	overflow: hidden;
	padding: 80px 0;
}


.panter-logo {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 30px 25px;
}

.panter-logo ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.panter-logo ul li {
	width: 14.666%;
	margin: 0 1%;
	padding: 20px 0;
}

.panter-logo ul li img {
	max-width: 100%;
	transition: 0.4s;
	margin: 0 auto;

}







.inner-companybranch {
	background: #fff;
	overflow: hidden;
	padding: 80px 0;
}


.company-class {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.company-class a {
	color: #151515;
	border-bottom: 4px solid #fff;
	font-size: 38px;
	display: inline-block;
	padding: 5px 5px;
	margin: 0 15px;
}

.company-class a.on,
.company-class a:hover {
	border-bottom: 4px solid #ddb756;
}

.inner-companybranch .box {
	padding-top: 100px;
}

.companybranch-memo {
	overflow: hidden;
	font-size: 18px;
}

.companybranch-memo .companybranch-memo-txt {
	padding: 0 30px;
	line-height: 45px;
}

.companybranch-memo h1 {
	font-size: 23px;
	position: relative;
	color: #454545;
	border-bottom: 1px dashed #d2d2d2;
	padding: 10px 10px 25px 30px;
	margin-bottom: 30px;
}

.companybranch-memo h1::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 17px;
	border-radius: 100%;
	border: 5px solid #ddb756;
}



.companybranch-list {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.companybranch-list h4 {
	font-size: 32px;
	color: #454545;
	margin: 40px 0;
}



.company-button-next,
.company-button-prev {
	width: 60px;
	height: 60px;
	border: 2px solid #d8d8d8;
	top: 50%;
	margin-top: -30px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
}

.company-button-prev {
	left: 0;
}

.company-button-next {
	right: 0;

}

.company-button-next:after,
.company-button-prev:after {
	font-size: 25px;
	color: #d8d8d8;
	font-weight: bold;
}

.company-button-next:hover:after,
.company-button-prev:hover:after {
	color: #ddb756;
}


.company-button-next:hover,
.company-button-prev:hover {
	border: 2px solid #ddb756;
}




.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 98px 0;
	background: #f5f5f5;
}

.inner-contact .box {
	background: #fff;
	padding: 55px 55px;
	margin-bottom: 50px;
}

.inner-contact h1 {
	font-size: 35px;
	position: relative;
	color: #000;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 10px 30px 45px;
	margin-bottom: 30px;
}

.inner-contact h1::after {
	display: block;
	content: '';
	width: 25px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	background: url(../icon36.png);
	background-size: 100%;
}

.con-content-ul {
	width: 51%;
	float: left;
}

.con-content-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.con-content-ul ul li {
	margin-bottom: 30px;
}

.con-content-ul ul li.w1 {
	width: 70%;
}

.con-content-ul ul li.w2 {
	width: 28%;
	margin-left: 2%;
}

.con-content-ul ul li .gzh-wx {
	max-width: 145px;
	text-align: center;
}

.con-content-ul ul li h4 {
	font-size: 19px;
	color: #898989;
	margin-bottom: 5px;
}

.con-content-ul ul li p {
	font-size: 21px;
	color: #000;

}


.con-content-img {
	width: 44%;
	float: right;
}


.contact-map {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#allmap {
	width: 100%;
	height: 440px;
	border: 0;

}



.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}


.contact-dw {
	width: 100%;
	margin-top: 50px;
	position: relative;
}

.con-content-map {
	width: 65%;
	max-width: 947px;
	float: left;
	position: relative;
}

.con-content-map-dw {
	position: absolute;
	border-radius: 100%;
	z-index: 10;
}

.con-content-map-dw.wx {
	left: 7%;
	top: 43%;
	width: 17.21%;
	height: 26.63%;
	z-index: 11;
}


.con-content-map-dw.cz {
	left: 0;
	top: 57.18%;
	width: 12.35%;
	height: 19.11%;

}


.con-content-map-dw.bj {
	left: 61.03%;
	top: 0;
	width: 13.93%;
	height: 21.56%;

}

.con-content-map-dw.sd {
	left: 64.09%;
	top: 17.32%;
	width: 19%;
	height: 29.41%;

}

.con-content-map-dw.sz {
	left: 86.8%;
	top: 47.71%;
	width: 13.3%;
	height: 20.58%;

}

.con-content-map-dw.nt {
	left: 67.47%;
	top: 50.98%;
	width: 11.61%;
	height: 17.97%;

}

.con-content-map-dw.fj {
	left: 74.44%;
	top: 73.36%;
	width: 17.31%;
	height: 26.79%;

}

.con-content-map img {
	width: 100%;
}


.con-content-map-txt {
	float: left;
	width: 30%;
	margin-left: 5%;
}

.con-content-map-txt ul {
	width: 100%;
	margin-top: 25%;
	position: relative;
}

.con-content-map-txt ul li {
	width: 100%;
	background: #69717c;
	font-size: 19px;
	color: #fff;
	line-height: 32px;
	border-radius: 15px;
	padding: 45px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s;
}

.con-content-map-txt ul li img {
	margin-bottom: 10px;
}

.con-content-map-txt ul li a {
	color: #dfb958;
	display: block;
	margin-top: 15px;
}

.con-content-map-txt ul li.active {
	opacity: 1;
}





.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0 70px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #dedede;
	margin: 0 3px;
	width: 42px;
	color: #666666;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #0054a6;
	color: #fff;
	border: 1px solid #0054a6;
}


.foot-box {
	width: 100%;
	background: #2a2a2a;
	overflow: hidden;
	font-size: 15px;
	color: #fff;

}

.foot-logo {
	width: 100%;
	margin-bottom: 30px;
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #414141;
}

.foot-logo-span {
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff;

}

.foot-logo-span img {
	display: inline-block;
	margin-right: 35px;
}

.foot-logo-span span {
	display: inline-block;
	border-left: 1px solid #737373;
	padding: 0 35px;
}


.foot-logo-wx {
	float: right;
	position: relative;
	width: 36px;
	height: 36px;
}

.foot-logo-wx-icon {
	width: 36px;
	height: 36px;
	background: url(../wx.png) no-repeat center center;
}

.wximg {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 45px;
	right: 0;
	opacity: 0;
	z-index: 99999;
	transition: 0.4s;
	background: #fff;
}

.wximg::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 12px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.wximg img {
	width: 100%;
}

.foot-logo-wx:hover .wximg {
	opacity: 1;
}

.foot-box .box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}


.foot-menu {
	width: 65%;
	float: left;
}

.foot-box h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.foot-menu .foot_contlis {
	width: 20%;
	float: left;
}

.foot-menu ul li {
	width: 100%;
	font-size: 15px;
	margin: 4px 0;
}

.foot-menu ul li a {
	font-weight: 100;
	color: rgba(255, 255, 255, 0.5);
}

.foot-menu ul li a:hover {
	color: #ddb756;
}


.foot-copyright {
	float: right;
	width: 33%;
	overflow: hidden;
	text-align: right;
	line-height: 25px;
	padding-top: 3%;
}


.foot-copyright a {
	display: block;
	color: #fff;
}


.footer {
	width: 100%;
	background: #252525;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	color: #8f8f8f;
	line-height: 25px;
}

.footer-link {
	float: left;
	font-size: 15px;
	text-align: left;
}

.footer-link a {
	margin-right: 5px;
	color: #8f8f8f;
}

.footer-right {

	float: right;
	font-size: 14px;
	line-height: 35px;
	padding-top: 10px;
	text-align: right;
}

.footer-right a {
	color: #ddb756;
}


.foot-box a:hover,
.footer a:hover {
	color: #ddb756;
}


.cd-top {
	display: inline-block;
	height: 41px;
	width: 41px;
	position: fixed;
	bottom: 15%;
	right: 5%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../top.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media (max-width:1670px) {
	.company-class a {
		font-size: 34px;
	}

	.companybranch-list h4 {
		font-size: 28px;
	}

	.inner-nav img {
		height: 26px;
		margin-right: 10px;
	}

	.header .section {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	.header .menu ul li a.menu-a {
		font-size: 18px;
	}

	.banner-swiper .swiper-slide h1 {
		font-size: 56px;
	}

	.banner-swiper .swiper-slide span {
		font-size: 60px;
	}

	.banner-swiper .swiper-slide h4 {
		font-size: 20px;
	}

	.index-title h2,
	.product-detail-title h5 {
		font-size: 35px;
	}

	.index-title h3 {
		font-size: 26px;
	}

	.index-service .service-txt-title span {
		font-size: 24px;
	}

	.service-li .service-txt,
	.product-detail-memo p {
		font-size: 16px;
	}

	.main-more a {
		line-height: 40px;
		font-size: 16px;
	}

	.index-news-ul .news-txt h4 {
		font-size: 21px;
	}

	.foot-box h3 {
		font-size: 18px;
	}

	.foot-menu ul li,
	.footer-link,
	.footer-right {
		font-size: 14px;
	}

	.n-ban-txt h3 {
		font-size: 42px;
	}

	.n-ban-txt h4 {
		font-size: 28px;
	}

	.inner-nav a,
	.inner-product-memo,
	.product-dl-advantage dl dd .body {
		font-size: 17px;
	}

	.inner-title h3 {
		font-size: 40px;
	}

	.ab-txt,
	.con-content-map-txt ul li {
		font-size: 17px;
	}

	.time-title,
	.inner-news-ul .news-txt h4,
	.inner-news .news-query dl dd h2,
	.foot-logo-span,
	.inner-governance dl dt {
		font-size: 20px;
	}

	.inner-culture ul li h4,
	.investor-contact-txt h3 {
		font-size: 24px;
	}

	.product-dl-advantage dl dd span {
		font-size: 30px;
	}

	.product-detail-memo h5,
	.product-detail-intro h5 {
		font-size: 22px;
	}

	.inner-report ul li a,
	.inner-recruitment-txt {
		font-size: 18px;
	}

	.recruitment-position-ul li .recruitment-position h4,
	.recruitment-position-ul li .recruitment-position p {
		font-size: 26px;
	}

	.recruitment-position-ul li .recruitment-position h3,
	.inner-contact h1 {
		font-size: 30px;
	}

	.job-list .w01,
	.con-content-ul ul li p,
	.con-content-ul ul li h4 {
		font-size: 18px;
	}

	.job-list .w02 {
		font-size: 16px;
	}

	.index-products .product-num ul li p {
		font-size: 17px;
	}


	.product-dl-list dl dd span {
		font-size: 26px;
	}

	.product-dl-list-link h3 {
		font-size: 17px;
	}

	.product-dl-list dl dd .body a {
		font-size: 18px;
	}
}

@media (max-width:1400px) {

	.index-products .product-num ul li p {
		font-size: 14px;
	}

	.product-dl-list dl dd .body a {
		font-size: 16px;
	}

	.product-body {

		margin: 20px 0;
	}

	.company-button-next,
	.company-button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.company-button-next:after,
	.company-button-prev:after {
		font-size: 18px;
	}

	.team-dl dd img {
		margin: 20px 0;
	}

	.inner-product-num-box .product-num-nub {
		font-size: 40px;
	}

	.product-num-inf {
		font-size: 16px;
	}

	.inner-product-num-box .product-num-wan {
		font-size: 18px;
	}

	.n-ban-txt a {
		width: 40px;
		height: 40px;
	}

	.inner-nav img {
		height: 22px;
		margin-right: 10px;
	}


	.inner-news-ul .news-txt h5 {
		font-size: 16px;
	}

	.inner-culture ul li {
		font-size: 17px;
	}

	.banner-swiper .swiper-slide h1 {
		font-size: 48px;
	}

	.banner-swiper .swiper-slide span {
		font-size: 50px;
	}

	.banner-swiper .swiper-slide h4 {
		font-size: 18px;
	}

	.index-title h2,
	.product-detail-title h5 {
		font-size: 30px;
	}

	.index-title h3 {
		font-size: 20px;
	}

	.index-service .service-txt-title span {
		font-size: 20px;
	}

	.service-li .service-txt,
	.product-detail-memo p {
		font-size: 15px;
	}

	.main-more a {
		line-height: 35px;
		font-size: 15px;
	}

	.index-news-ul .news-txt h4 {
		font-size: 18px;
	}

	.foot-box h3 {
		font-size: 16px;
	}

	.foot-menu ul li,
	.footer-link,
	.footer-right {
		font-size: 14px;
	}

	.n-ban-txt h3 {
		font-size: 36px;
	}

	.n-ban-txt h4 {
		font-size: 24px;
	}

	.inner-nav a,
	.inner-product-memo,
	.product-dl-advantage dl dd .body {
		font-size: 16px;
	}

	.inner-title h3 {
		font-size: 35px;
	}

	.ab-txt,
	.con-content-map-txt ul li {
		font-size: 16px;
	}

	.time-title,
	.inner-news-ul .news-txt h4,
	.inner-news .news-query dl dd h2,
	.foot-logo-span,
	.inner-governance dl dt {
		font-size: 18px;
	}

	.inner-culture ul li h4,
	.investor-contact-txt h3 {
		font-size: 20px;
	}

	.product-dl-advantage dl dd span {
		font-size: 26px;
	}

	.product-detail-memo h5,
	.product-detail-intro h5 {
		font-size: 20px;
	}

	.inner-report ul li a,
	.inner-recruitment-txt {
		font-size: 16px;
	}

	.recruitment-position-ul li .recruitment-position h4,
	.recruitment-position-ul li .recruitment-position p {
		font-size: 22px;
	}

	.recruitment-position-ul li .recruitment-position h3,
	.inner-contact h1 {
		font-size: 26px;
	}

	.job-list .w01,
	.con-content-ul ul li p,
	.con-content-ul ul li h4 {
		font-size: 16px;
	}

	.job-list .w02 {
		font-size: 15px;
	}


	.header .menu ul li a.menu-a {
		font-size: 17px;
	}
}

@media (max-width:1300px) {
	.product-dl-advantage dl dd {
		padding: 0 40px;
	}

	.product-dl-advantage dl dd .body {
		margin-top: 25px;
		line-height: 30px;
	}

	.product-dl-advantage dl dd span {
		line-height: 35px;
	}

	.main-honor .honor-right {
		padding: 15px;
	}

	.main-honor .honor-right h4 {
		font-size: 24px;
	}

	.index-head .logo a,
	.inner-head .logo a {
		width: 285px;
		height: 45px;
	}

	.header .menu ul li a.menu-a {
		padding: 0 7px
	}

	.index-product-num-box {
		width: 48%;
	}
}

@media (max-width:1160px) {

	.product-dl-list dl dd span {
		font-size: 20px;
		padding-left: 38px;
	}

	.product-dl-list dl dd .body {
		padding-left: 3px;
	}

	.product-dl-list dl dd .body {
		line-height: 26px;
	}

	.product-dl-list dl dd .body a {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.product-dl-list dl dd span::after {
		width: 30px;
		height: 23px;
		top: 2px;
	}

	.product-dl-list dl dd {
		padding: 0 20px;
	}

	.product-body {
		margin: 20px 0;
	}


	.con-content-map-txt ul {
		margin-top: 10%;
	}

	.con-content-map-txt ul li {
		padding: 20px;
		font-size: 15px;
		line-height: 25px;
	}

	.index-news-ul .news-txt {
		padding: 20px 10px;
	}

	.main-honor .honor-right h4::after {
		width: 33px;
		height: 24px;
	}

	.inner-culture-txt img {
		height: 50px;
	}

	.inner-culture ul li h4 {
		margin: 10px 5px 0;
	}

	.section {
		width: 96%;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.header .section {
		width: 100%;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 75px;
		margin: 0;
		background: #00599f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		line-height: 55px;
		text-align: center;
		color: #fff;
	}

	.header .menu ul li a.menu-a::before {
		height: 1px;
		background: #fff;
	}

	.header .menu li .drop {
		display: none !important;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}


	.header .logo {
		width: 78%;
		height: 75px;
	}

	.index-head .logo a {
		background: url(../inner-logo.png) no-repeat center;
		background-size: 100%;
	}

	.header_menu {
		display: none;
	}

	.header .search {
		width: 8%;
	}

	.header .search a {
		background: url(../search-h.png) no-repeat center center;
	}

	.header .lang a {
		color: #202020;
		border-left: 1px solid #ccc;
	}

	.banner-swiper,
	.banner {
		margin-top: 75px;
	}

	.index-products {
		height: auto;
		background-size: auto 100%;
	}

	.slideTxtBox .hd {
		width: 100%;
		margin: 10px 0;
	}

	.slideTxtBox .bd {
		width: 100%;
	}

	.index-products::after {
		display: none;
	}

	.slideTxtBox .hd ul li {
		width: 20%;
		text-align: center;
		padding: 0 10px;
		border: 1px solid #fff;
		border-radius: 30px;
	}

	.slideTxtBox .hd ul li.on {
		background: #ddb756;
		color: #fff;
	}

	.hd-li01,
	.hd-li02,
	.hd-li03,
	.hd-li04,
	.hd-li05,
	.hd-li06 {
		margin: 0;
	}

	.slideTxtBox .hd ul li i {
		padding: 5px 10px;
		font-weight: normal;
	}

	.slideTxtBox .hd ul li i::before,
	.slideTxtBox .hd ul li i::after {
		display: none;
	}

	.slideTxtBox .hd ul li span {
		display: none;
	}

	.product-img img {
		width: 100%;
	}

	.foot-menu .foot_contlis {
		width: 25%;
		text-align: center;
	}



	.banner-swiper .swiper-slide h1 {
		margin-top: 18%;
	}

	.banner-swiper .swiper-slide h1 {
		font-size: 40px;
	}

	.banner-swiper .swiper-slide span {
		font-size: 44px;
	}

	.company-class a {
		font-size: 25px;
	}

	.index-title h2,
	.product-detail-title h5 {
		font-size: 29px;
	}


	.n-ban-txt h3 {
		font-size: 23px;
	}

	.n-ban-txt h4 {
		font-size: 18px;
		margin: 10px 0 20px 0;
	}

	.inner-nav a,
	.inner-product-memo,
	.product-dl-advantage dl dd .body {
		font-size: 16px;
	}

	.inner-title h3 {
		font-size: 30px;
	}


	.time-title,
	.inner-news-ul .news-txt h4,
	.inner-news .news-query dl dd h2,
	.foot-logo-span,
	.inner-governance dl dt {
		font-size: 16px;
	}

	.inner-culture ul li h4,
	.investor-contact-txt h3 {
		font-size: 18px;
	}

	.product-dl-advantage dl dd span {
		font-size: 22px;
	}

	.product-detail-memo h5,
	.product-detail-intro h5 {
		font-size: 18px;
	}


	.recruitment-position-ul li .recruitment-position h4,
	.recruitment-position-ul li .recruitment-position p {
		font-size: 18px;
	}

	.recruitment-position-ul li .recruitment-position h3,
	.inner-contact h1 {
		font-size: 22px;
	}

	.index-service .service-txt-title span::after {
		width: 40px;
		height: 30px;
	}

	.service-li .service-postion {
		padding: 0 30px;
	}

	.index-products .index-title {
		margin-left: 2%;
		width: 65%;
	}

	.index-products .product-num {
		width: 29%;
		margin-right: 2%;
	}

	.slideTxtBox {
		width: 96%;
		margin: 0 2%;
	}

	.foot-logo-span img {
		height: 40px;
	}

	.product-img-txt-postion h1 {
		font-size: 65px;
	}

	.product-img-txt-postion h5 {
		font-size: 28px;
	}
	.jszcbox{
		justify-content: center;
	}
}


@media (max-width:930px) {

	.product-dl-list dl dt {
		width: 100%;
	}

	.product-dl-list dl dd {
		width: 100%;
	}

	.product-dl-list-link a.link-a {
		display: none;
	}

	.product-body {
		display: flex;
		flex-wrap: wrap;
	}

	.product-dl-list dl dd .body {
		display: block;

		width: 48%;
		margin: 10px 1%;
		position: static;
	}

	.product-dl-list dl dd span {
		margin: 30px 0 10px 0;
	}

	.product-dl-list dl dd .body h3 {
		display: block;
		font-weight: bold;
		color: #333;
		font-weight: 18px;
		position: relative;
		padding-bottom: 10px;
		padding-left: 22px;
		border-bottom: 1px solid #ccc;
	}

	.product-dl-list dl dd .body h3::after {
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		position: absolute;
		left: 0;
		top: 8px;
		border-radius: 100%;
		border: 3px solid #ddb756;
	}

	.product-dl-list dl dd .body a {
		padding: 0 15px;
	}

	.index-products,
	.index-news,
	.inner-about,
	.inner-history,
	.inner-culture,
	.main-honor,
	.inner-team,
	.inner-organizational,
	.inner-governance,
	.inner-recruitment,
	.inner-job,
	.inner-contact,
	.product-detail,
	.news-detail {
		padding: 80px 0 30px 0;
	}

	.inner-recruitment .box,
	.inner-job .box {
		padding-top: 0;
	}

	.recruitment-position-ul {
		margin-top: 50px;
	}

	.inner-contact .box {
		padding: 25px 25px;
	}

	.qt-pagination {
		padding: 30px 0;
	}

	.qt-pagination a {
		width: 32px;
		line-height: 30px;
	}

	.product-dl-advantage dl {
		margin-top: 50px;
	}

	.product-dl-list .box {
		padding-top: 80px;
	}



	.con-content-map,
	.con-content-map-txt {
		width: 100%;
		margin: 10px 0;
	}

	.con-content-map-txt ul li {
		position: static;
		opacity: 1;
		margin-bottom: 15px;
	}

	.con-content-ul,
	.con-content-img {
		width: 100%;
	}

	.inner-report ul li a {
		padding: 15px 20px;
	}

	.inner-report .news-list-title {
		padding-left: 50px;
	}

	.inner-nav {
		line-height: 50px;
	}

	.inner-nav .section {
		margin: 0;
		font-size: 0;
		display: block;
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.inner-nav .section::-webkit-scrollbar {
		display: none
	}

	.inner-nav .section a {
		display: inline-block;
		width: auto;
		padding: 0 16px;

	}

	.inner-nav img {
		margin-top: 15px;
		float: left;
	}

	.team-dl dt,
	.team-dl dd {
		width: 100%;
		margin: 5px 0;
		padding: 0;
	}

	.team-dl .team-box-txt {
		font-size: 15px;
		line-height: 24px;
	}

	.main-honor .honor-left {
		width: 100%;
	}

	.main-honor .honor-right {
		width: 100%;
	}

	.inner-nav {
		margin: 0;
		background: #2a2a2a;
		padding-top: 0;

	}


	.banner-swiper .swiper-slide h1 {
		font-size: 34px;
	}

	.banner-swiper .swiper-slide span {
		font-size: 38px;
	}

	.banner-swiper .swiper-slide h4 {
		font-size: 16px;
	}


	.index-title h3 {
		font-size: 18px;
	}

	.index-service .service-txt-title span {
		font-size: 18px;
	}

	.service-li .service-txt,
	.product-detail-memo p {
		font-size: 14px;
	}

	.main-more a {
		font-size: 14px;
	}

	.about-txt-body {
		font-size: 15px;
		line-height: 32px;
	}

	.index-news-ul .news-txt h4 {
		font-size: 18px;
	}

	.foot-box h3 {
		font-size: 16px;
	}

	.foot-menu ul li,
	.footer-link,
	.footer-right {
		font-size: 13px;
	}

	.n-ban-txt h3 {
		font-size: 20px;
	}

	.n-ban-txt h4 {
		font-size: 16px;
		margin: 10px 0 20px 0;
	}

	.inner-nav a,
	.inner-product-memo,
	.product-dl-advantage dl dd .body {
		font-size: 15px;
	}

	.inner-title h3 {
		font-size: 24px;
	}

	.ab-txt,
	.con-content-map-txt ul li {
		font-size: 15px;
	}

	.time-title,
	.inner-news-ul .news-txt h4,
	.inner-news .news-query dl dd h2,
	.foot-logo-span,
	.inner-governance dl dt {
		font-size: 16px;
	}

	.inner-culture ul li h4,
	.investor-contact-txt h3 {
		font-size: 16px;
	}

	.product-dl-advantage dl dd span {
		font-size: 20px;
	}

	.product-detail-memo h5,
	.product-detail-intro h5 {
		font-size: 18px;
	}

	.inner-report ul li a,
	.inner-recruitment-txt {
		font-size: 16px;
	}

	.recruitment-position-ul li .recruitment-position h4,
	.recruitment-position-ul li .recruitment-position p {
		font-size: 22px;
	}

	.recruitment-position-ul li .recruitment-position h3,
	.inner-contact h1 {
		font-size: 24px;
	}

	.job-list .w01,
	.con-content-ul ul li p,
	.con-content-ul ul li h4 {
		font-size: 16px;
	}

	.job-list .w02 {
		font-size: 14px;
	}

	.index-products .product-num ul li p {
		font-size: 15px;
	}

	.n-ban-txt a {
		width: 40px;
		height: 40px;
	}

	.ab-banner-button {
		width: 100px;
		height: 40px;
		bottom: -10px;
	}

	.ab-banner-button-next,
	.ab-banner-button-prev {
		width: 40px;
	}


	.growth-swiper-button-next,
	.growth-swiper-button-prev {
		width: 40px;
		top: 20px;
	}

	.inner-culture ul li {
		font-size: 15px;
	}

	.inner-culture-txt img {
		height: 40px;
	}

	.inner-culture ul li h4 {
		margin: 10px 5px 0;
	}

	.team-title01 {
		font-size: 17px;
	}

	.team-memo01 {
		font-size: 12px;
	}

	.inner-news-ul ul .news-txt {
		padding: 15px 15px;
	}

	.inner-news-ul .news-txt h4 {
		margin: 10px 0 20px 0;
		line-height: 30px;
		min-height: 60px;
	}

	.inner-news-ul ul li span,
	.inner-news .news-query span {
		font-size: 14px;
		padding-left: 25px;
	}

	.inner-news-ul ul li span::before,
	.inner-news .news-query span::before {
		width: 18px;
		height: 9px;
		margin-top: -4px;
	}

	.inner-news .news-query dl {
		margin-bottom: 25px;
	}

	.inner-news-ul .news-txt h5 {
		font-size: 14px;
	}

	.inner-news-ul ul .news-txt {
		padding: 15px;
	}

	.news-detail .news-detail-fl h2 {
		font-size: 24px;
	}

	.inner-announcement ul li h3 {
		font-size: 17px;
	}

	.investor-contact-txt h3 {
		padding: 10px 10px 20px 25px;
		margin-bottom: 20px;
	}

	.investor-contact-txt .body {
		padding: 10px 25px;
		font-size: 16px;
		line-height: 35px;
	}

	.investor-contact-txt h3::after {
		width: 6px;
		height: 6px;
		top: 12px;
	}

	.service-li .service-txt {
		line-height: 28px;
	}

	.foot-logo-wx {
		display: none;
	}

	.index-news-ul .news-txt .news-time-i-span i {
		font-size: 15px;
	}
}




@media (max-width:856px) {

	.index-products .product-num ul li h1 {
		font-size: 6vw;
	}

	.inner-governance dl dt {
		font-size: 15px;
	}


	.panter-logo ul li {
		width: 18%;
	}

	.inner-announcement ul li a {
		padding: 15px;
	}

	.product-dl-advantage dl dt {
		width: 100%;
	}

	.product-dl-advantage dl dd {
		width: 100%;
		position: static;
		padding: 20px 20px;
	}


	.service-li .service-postion {
		padding: 15px;
	}

	.banner-swiper .swiper-slide h1 {
		font-size: 21px;
	}

	.banner-swiper .swiper-slide span {
		font-size: 24px;
	}

	.banner-swiper .swiper-slide h4 {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.index-products .index-title,
	.index-products .product-num {
		width: 96%;
		margin: 10px 2%;
	}

	.main-more {
		margin: 25px 0;
	}

	.about-txt {
		width: 100%;
	}

	.index-product-num-box {
		width: 80%;
		margin: 0 10%;
	}

	.foot-menu {
		width: 100%;
		margin-bottom: 1px;
		padding: 10px 0;
	}

	.foot-copyright {
		width: 100%;
		padding: 10px 0;
		text-align: center;

	}

	.foot-copyright a {
		display: inline-block;
	}

	.banner-img {
		padding-top: 65%;
		background-size: auto 100%;
	}

	.growth-dl dt {
		width: 35%;
		margin-right: 5%;
	}

	.growth-dl dd {
		width: 60%;
	}

	.growth-dl .growth-titme {
		font-size: 20px;
	}

	.growth-dl .growth-memo {
		font-size: 18px;
	}

	.growth-dl .growth-box-txt {
		font-size: 15px;
	}

	.body-a a {
		width: 100%;
		float: left;
		margin-right: 0;
	}


}


@media (max-width:658px) {

	.honor-right .body {
		font-size: 14px;
		line-height: 20px;

	}

	.product-dl-list dl dd {
		padding: 0 10px;
	}

	.product-dl-list dl dd .body a {
		line-height: 18px;
		margin: 8px 0;
	}

	.news-detail .news-detail-fl {
		width: 100%;
	}

	.news-detail .news-detail-fr {
		display: none;
	}

	#allmap {
		height: 200px;
	}

	.con-content-ul ul li.w2,
	.con-content-ul ul li.w1 {
		width: 100%;
		margin: 10px 0;
	}

	.con-content-ul ul li h4 {
		margin-bottom: 5px;
	}

	.inner-governance ul li {
		width: 98%;
		margin: 5px 1%;
	}

	.inner-governance dl a {
		padding: 15px 10px;
	}

	.inner-governance dl dd span {
		font-size: 3.2vw;
	}

	.inner-governance dl dd h3 {
		font-size: 14px;
	}

	.inner-announcement ul li a {
		padding: 8px;
	}

	.inner-announcement ul li h3 {
		font-size: 15px;
		padding: 15px 0 0 0;
	}


	.index-product-num-box .product-num-item {
		padding: 40px 10px 15px 10px;
	}

	.product-num-inf {
		font-size: 14px;
	}

	.footer-link {
		width: 100%;
	}

	.footer-right {
		width: 100%;
		text-align: left;
	}

	.foot-logo {
		margin-bottom: 30px;
		padding: 20px 0 25px 0;
	}

	.foot-logo-span img {
		height: 30px;
	}

	.foot-logo-span,
	.foot-logo-span span {
		display: block;
	}

	.foot-logo-span span {
		margin-top: 15px;
		border: 0;
		font-size: 14px;
		padding: 0;
	}

	.foot-box .box {
		margin-bottom: 20px;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		text-align: left;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #4f4f4f;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot-box {
		font-size: 13px;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #4f4f4f;
		padding: 20px;
	}

	.foot-copyright {
		line-height: 20px;
	}

	.footer {
		padding: 10px 0;
		color: #8f8f8f;
		line-height: 22px;
	}

	.index-head .logo a,
	.inner-head .logo a {
		width: 241px;
		height: 38px;
	}

	.header .search,
	.header .lang {
		display: none;
	}

	.service-li .service-postion {
		color: #fff;
		padding: 25px 20px;
		background: rgba(16, 40, 75, .6);
	}

	.service-li .service-postion:hover,
	.service-li.active .service-postion {
		background: rgba(16, 40, 75, .6);
	}

	.banner-swiper .swiper-slide h1 {
		font-size: 3.6vw;
	}

	.banner-swiper .swiper-slide span {
		font-size: 3.8vw;
	}

	.banner-swiper .swiper-slide h4 {
		font-size: 2.5vw;
		letter-spacing: 1px;
	}

	.service-li img.img {
		display: none;
	}

	.service-li img.img01 {
		width: 100%;
		height: 250px;
	}

	.service-li .service-txt {
		opacity: 1;
		height: auto;
		margin-top: 30px;
	}

	.service-li .service-txt span {
		margin: 10px 0;
	}

	.service-li .service-txt-title {
		height: 30px;
	}

	.service-li {
		width: 100%;
		margin: 10px 0;
	}


	.pc-dispaly {
		display: none;
	}

	.mp-display {
		display: block;
	}

	.service-swiper-pagination,
	.product-swiper-pagination {
		position: static !important;
	}

	.banner-swiper-scrollbar,
	.banner-swiper-pagination {
		display: none;
	}

	.product-mySwiper {
		width: 96% !important;
		margin: 0 2% !important;
	}

	.index-product-num-box {
		width: 94%;
		margin: 0 3%;
	}

	.index-products .product-num ul li h1 {
		font-size: 35px;
	}

	.product-img-txt-postion h1 {
		font-size: 38px;
	}

	.product-img-txt-postion h5 {
		font-size: 18px;
	}

	.index-products .product-num ul li span {
		font-size: 15px;
	}

	.section,
	.index-products .index-title,
	.index-products .product-num {
		width: 92%;
		margin: 10px 4%;
	}

	.header .section {
		width: 100%;
		margin: 0;
	}

	.index-product-num-box .product-num-nub {
		font-size: 25px;
	}

	.index-product-num-box .product-num-wan {
		font-size: 15px;
	}

	.index-title h3 {
		font-size: 15px;
	}


	.index-news-ul li,
	.inner-news-ul ul li,
	.index-news-ul li:nth-child(2) {
		width: 100%;
		margin: 10px 0;
	}

	.index-news-ul li a,
	.inner-news-ul ul li a {
		display: flex;
		flex-wrap: wrap;
		border-radius: 0;
	}

	.index-news-ul .news-img,
	.inner-news-ul ul li .box {
		width: 45%;

	}

	.index-news-ul .news-txt,
	.inner-news-ul ul .news-txt {
		width: 55%;
		padding: 5px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;

	}

	.index-news-ul .news-txt h4 {
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}

	.index-news-ul .news-txt .news-time-i-span i {
		font-size: 14px;
	}

	.index-news-ul .news-txt .news-time-i-span span {
		width: 20px;
		height: 20px;
	}



	.inner-nav img {
		float: left;
		margin-top: 15px;
	}

	.inner-banner-img {
		padding-top: 45%;
		background-size: auto 100%;
	}

	.n-ban-txt a {
		width: 25px;
		height: 25px;
	}

	.inner-product-num-box .product-num-nub {
		font-size: 30px;
	}

	.product-num-inf {
		font-size: 14px;
	}

	.inner-product-num-box .product-num-wan {
		font-size: 15px;
	}

	.inner-product-num-box .product-num-item {
		width: 31.333%;
	}

	.about-adv dl {
		margin: 80px 0;
	}

	.about-adv dl dt {
		display: none;
	}

	.about-adv dl dd {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		font-size: 24px;
	}

	.inner-culture ul li {
		width: 50%;
	}

	.inner-news .news-list {
		display: none;
	}

	.inner-news-form {
		padding: 8px 0;
	}

	.inner-news-form input.username {
		font-size: 14px;
	}

	.inner-news-ul .news-txt h4 {
		margin: 5px 0;
		line-height: 22px;
		min-height: 44px;
		font-size: 15px;
	}

	.inner-news .news-query dl a {
		padding: 15px 20px;
	}

	.inner-news .news-query span {
		margin-top: 20px;
	}

	.product-detail-intro img {
		width: 75%;
	}


	.product-detail-intro table td {
		font-size: 14px;
		padding: 8px 10px;
	}

	.product-detail-intro {
		line-height: 25px;
	}


	.inner-report ul li a {
		padding: 8px 10px;
		font-size: 15px;
	}

	.inner-report .news-list-title {
		padding-left: 30px;
		width: 73%;
	}

	.inner-report .news-list-time {
		width: 25%;
		font-size: 12px;
	}

	.investor-contact-txt,
	.inner-recruitment-txt,
	.job-social {
		width: 100%;
	}

	.investor-contact-img,
	.inner-recruitment-img,
	.job-campus {
		width: 100%;
		margin: 15px 0;
		padding: 0;
	}

	.product-dl-list dl dd .body a {
		font-size: 14px;
	}

	.company-class a {
		font-size: 20px;
		margin: 0 5px;
		padding: 5px 0;
	}

	.companybranch-memo .companybranch-memo-txt {
		font-size: 15px;
		line-height: 28px;
		padding: 0;
	}

	.inner-companybranch .box {
		padding-top: 60px;
	}

	.companybranch-list h4 {
		font-size: 18px;
	}

	.company-button-next,
	.company-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.company-button-next:after,
	.company-button-prev:after {
		font-size: 15px;
	}
}