* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

.jszcbox{
	display: flex;
	justify-content: center;
	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-family: 'Microsoft YaHei';
	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: 'Microsoft YaHei';
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #333333;
	font-family: 'Microsoft YaHei';
	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: 94%;
	max-width: 1600px;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;
	background: #fff;

}

.header .section {
	max-width: 1920px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .logo {
	width: 14%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .logo a {
	width: 130px;
	display: block;

}


.header .menu {
	width: 75%;
	display: flex;
	flex-wrap: wrap;

}

.header .menu ul {
	width: 82%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float: left;
}

.header .menu ul li {
	width: 16.25%;
	float: left;
	text-align: center;
}

.header .menu ul li a {
	display: block;
	padding: 0 15px;
	position: relative;
	font-size: 18px;
	border-top: 5px solid #fff;
	line-height: 95px;

}

.header .menu ul li a.on,
.header .menu ul li a:hover {
	color: #00479d;
	border-top: 5px solid #25215b;
}

.header .menu li .drop {
	background: #777;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	display: none;
}

.header .menu li .drop ul {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

.header .menu li .drop li {
	width: 33.3333%;
	float: left;
}

.header .menu li .drop li a {
	padding: 0;
}


.header .lang {
	width: 13%;
	margin-left: 4%;
	overflow: hidden;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.header .lang .box {
	width: 80%;
	border: 1px solid #dcdcdc;
	border-radius: 30px;
}

.header .lang a {
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	border: 0;
	border-radius: 30px;
	padding: 0 10px;
	background: none;
}

.header .lang a.on {
	background: #25215b;
	color: #fff;
}



.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 50px;
	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: 50px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 75px;
}

.header .menu a {
	color: #000;
}

.hide {
	top: -100px;
}


.index-title {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.index-title span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 42px;
	padding: 0 35px;
	position: relative;
}

.index-title span:before {
	content: '';
	width: 22px;
	height: 4px;
	position: absolute;
	background: #e77512;
	left: 0;
	top: 50%;
	background-size: 100%;
}

.index-title span:after {
	content: '';
	width: 18px;
	height: 19px;
	position: absolute;
	background: #212d5b;
	right: 0;
	top: 40%;
	background-size: 100%;
}

.index-title p {
	font-size: 20px;
}



span.background-white:after {
	background: #fff;
}

.inner-title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.inner-title span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 39px;
	position: relative;
	color: #25215b;
	padding: 0 40px;
}

.inner-title span:before {
	content: '';
	width: 22px;
	height: 4px;
	position: absolute;
	background: #e77512;
	left: 0;
	top: 50%;
	background-size: 100%;
}

.inner-title span:after {
	content: '';
	width: 22px;
	height: 4px;
	position: absolute;
	background: #e77512;
	right: 0;
	top: 50%;
	background-size: 100%;
}


.font-white {
	color: #fff !important;
}

.zs-white {
	color: #25215b !important;
}

.hs-white {
	color: #999999 !important;
}


.main-more {
	width: 100%;
	margin-top: 50px;
}

.main-more a {
	color: #fff;
	max-width: 218px;
	display: block;
	margin: 0 auto;
	text-shadow: 0 0 10px #999;
	padding: 0 70px 0 35px;
	line-height: 54px;
	border-radius: 30px;
	font-size: 18px;
	transition: 0.4s;
	position: relative;
}

.main-more a::after {
	content: "";
	display: block;
	width: 23px;
	height: 12px;
	background: url(../icon13.png);
	background-size: 100%;
	position: absolute;
	right: 12%;
	top: 50%;
	margin-top: -6px;
}

.main-more a:hover {
	color: #fff;
	background: #005f36;
	border: 1PX solid #005f36;
}

/*banner*/
.banner-swiper-container {
	margin-top: 100px;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	color: #fff;
}

.swiper-slide-txt .section {
	position: relative;
}


.index-banner-img {
	width: 100%;
	padding-top: 38%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}






.swiper-slide h1 {
	font-size: 70px;
	line-height: 90px;
	font-weight: bold;
	margin-top: 13%;
}


.swiper-slide p {
	font-size: 35px;
	font-weight: 100;
}

.button-pagination {
	width: 100%;
	position: absolute;
	bottom: 8%;
	left: 0;
	height: 50px;
}

.button-pagination .section {
	position: relative;
}

.banner-button-next,
.banner-button-prev {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
}

.banner-button-next {
	left: 95px;
}

.banner-button-prev {
	left: 0;
}

.banner-button-next:hover,
.banner-button-prev:hover {
	background: #005394;
	border: 1px solid #005394;
}


/*about*/
.about-box {
	width: 100%;
	overflow: hidden;
	padding: 120px 0 80px 0;
	background: #f5f6f8 url("../about-bj.png") no-repeat top center;

}

.about-left {
	width: 45%;
	float: left;
	padding-right: 50px;
	position: relative;
	z-index: 10;
	font-size: 15px;

	color: #666666;
}

.about-title {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	z-index: 6;
}

.about-title h2 {
	font-size: 40px;
	color: #25215b;
	font-weight: bold;
	margin-bottom: 10px;
}

.about-title em {
	display: block;
	width: 139px;
	height: 7px;
	background: url("../about-title-em.jpg") no-repeat top center;
}

.about-left .box {
	position: relative;
	z-index: 6;
	line-height: 30px;
}


.about-box .abouticon {
	height: 120px;
	position: relative;
	z-index: 6;
	margin: 80px 0 30px 0;
}

.about-box .about-left .about-ul {
	width: 120%;
	overflow: hidden;
	position: absolute;
	z-index: 15;
	background: #f5f6f8;
}

.about-box .about-left .about-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.about-box .about-left .about-ul ul li {
	width: 29.8%;
	float: left;
	text-align: center;
	background: #fff;
	padding: 30px 10px;
}

.about-box.about-left .about-ul .img {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.about-box .about-left .about-ul ul li img {
	max-width: 100%;
	margin: 1px auto;
	background: #eeeeee;
	transition: .5s;
}

.about-box .about-left .about-ul ul li h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	color: #25215b;
}


.about-box .about-left .about-ul ul li:hover img {
	transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}






.about-box .about-left i {
	overflow: hidden;
	position: absolute;
	left: 43%;
	top: -8%;
}

.about-left a {
	display: block;
	float: left;
	line-height: 45px;
	width: 173px;
	text-align: center;
	font-size: 14px;
	background: #25215b;
	font-style: normal;
	color: #fff;
	margin-top: 30px;
}

.about-left a:hover {
	background: #989898;
}

.about-right {
	width: 55%;
	position: relative;
	z-index: 3;
	float: right;
}

.about-right img {
	width: 100%;
}

/*产品中心*/

.Product-box {
	width: 100%;
	background: url("../Product-bj.jpg") no-repeat top center;
	padding: 90px 0 50px 0;
	overflow: hidden;
}

.Product-img {
	width: 42%;
	float: left;
}

.Product-img img {
	width: 100%;
}

.Product-txt {
	width: 55%;
	border-top: 1px solid #fff;
	float: right;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.Product-txt h3 {
	font-size: 24px;
	margin: 18px 0;
}

.Product-txt .box {
	width: 100%;
}

.Product-swiper {
	position: relative;
	width: 100%;

	margin-top: 60px;
}

.Product-swiper-button {
	width: 80%;
	padding: 0 60px;
	margin-left: 15%;
	position: relative;
}

.Product-button-next,
.Product-button-prev {
	width: 34px;
	height: 21px;
	top: 50%;
	margin-top: -10px;
	opacity: 0.2;
}

.Product-button-next {
	right: 0;
}

.Product-button-prev {
	left: 0;
}

.Product-button-next:hover,
.Product-button-prev:hover {
	opacity: 1;
}

/*main-application*/
.index-application {
	width: 100%;
	padding: 60px 0 110px 0;
	overflow: hidden;
	background: #f6f6f6 url("../application-bj.jpg") no-repeat top center;
}


.application-memo {
	padding: 5px 0 25px 0;
	font-size: 18px;
	color: #666666;
}

.application-a {
	display: block;
	overflow: hidden;
	width: 100%;
	color: #fff;
	position: relative;
}

.application-a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}



.application-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 35px 50px;
	z-index: 10;
	transition: 0.3s;
	color: #fff;
}

.application-txt h3 {
	font-size: 24px;
}

.application-txt span {
	display: block;
	font-size: 16px;
	line-height: 17px;
	font-weight: 200;
	position: relative;
	padding: 10px 0 20px 0;
	transition: 0.3s;
}

.application-txt i {
	font-size: 15px;
	float: left;
	line-height: 36px;
	padding: 0 70px 0 15px;
	display: block;
	border: 1px solid #fff;
	font-style: normal;
	position: absolute;
	bottom: 10%;
	opacity: 0;
	transition: 0.3s;
}

.application-txt i::after {
	content: "";
	display: block;
	width: 53px;
	height: 36px;
	background: url(../icon15.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.application-a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}


.application-a:hover span::after {
	content: "";
	display: block;
	width: 57px;
	height: 4px;
	background: #fff;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.application-a:hover span {
	border-bottom: 1px solid #fff;
}

.application-a:hover i {
	opacity: 1;
}

/*main-news*/
.index-news {
	width: 100%;
	padding: 60px 0 130px 0;
	overflow: hidden;
	background: #fff url("../news-bj.jpg") no-repeat top center;
}

.index-news .index-news-left {
	width: 58%;
	float: left;
}

.index-news .index-news-left ul li {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.index-news .index-news-left ul li img {
	max-width: 100%;
	margin: auto;
	border: 1px solid #eee;
}

.index-news .index-news-left ul li a {
	display: block;
	background: #f7f7f7;
	overflow: hidden;
}


.index-news .index-news-left ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.index-news .index-news-left ul .news-txt {
	padding: 18px 10px;
}

.index-news .index-news-left ul .news-txt h3 {
	font-size: 18px;
	overflow: hidden;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index-news .index-news-left ul .news-txt p {
	line-height: 24px;
	font-size: 15px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0;
}


.index-news .index-news-left ul li a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.index-news .index-news-left ul li a:hover h3 {
	color: #015cb9;
}


.index-news .index-news-right {
	width: 40%;
	float: right;
}

.index-news .index-news-right dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.index-news .index-news-right dl a {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.index-news .index-news-right dl dt {
	padding: 0 5px;
	width: 20%;
	text-align: center;
	color: #d4d4d4;
}

.index-news .index-news-right dl dt span {
	display: block;
	font-size: 60px;
	line-height: 60px;
}

.index-news .index-news-right dl dt i {
	font-size: 18px;
	display: block;
	font-style: normal;
}


.index-news .index-news-right dl dd {
	width: 78%;
	margin-left: 2%;
}

.index-news .index-news-right dl dd h4 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.index-news .index-news-right dl dd p {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.index-news .index-news-right a:hover h4 {
	color: #015cb9;
}



.investor-job {
	width: 100%;
	padding: 60px 0 50px 0;
	overflow: hidden;
	background: #fff url("../investor-job.jpg") no-repeat bottom center;
}

.investor-job ul {
	display: flex;
	flex-wrap: wrap;
	min-height: 400px;
	justify-content: space-between;
}

.investor-job ul li {
	width: 46%;
	color: #fff;
	text-align: center;
	position: relative;
	transition: 0.4s;
}

.investor-job ul li a {
	display: block;
	position: relative;
	transition: 0.4s;
	color: rgba(255, 255, 255, 0.9);
}

.investor-job ul li::after {
	content: '';
	width: 1px;
	right: -9%;
	height: 70px;
	position: absolute;
	background: #fff;
	bottom: 15%;

}

.investor-job ul li:last-child::after {
	display: none;
}

.investor-bj,
.job-bj {
	height: 289px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.investor-bj img,
.job-bj img {
	max-width: 16%;
}

.investor-bj {
	background: url("../investor-bj.jpg") no-repeat top center;
}

.job-bj {
	background: url("../job-bj.jpg") no-repeat top center;
}

.investor-job ul li h3 {
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	position: relative;
}

.investor-job ul li h3:before {
	content: '';
	width: 3px;
	left: 50%;
	height: 100px;
	position: absolute;
	background: #fff;
	bottom: 105%;

}

.investor-job ul li p {
	font-size: 18px;
}

.investor-job ul li a:hover {
	color: #fff;
}

.investor-job ul li:hover a {
	margin-top: -10px;
}


/*banner*/
.banner {
	position: relative;
	margin-top: 100px;
}

.banner-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.banner-txt .section {
	padding: 40px 0;
}

.banner-txt em {
	background: #fff;
	margin: 20px 0;
	height: 4px;
	display: block;
	width: 40px;
}

.banner-txt h1 {
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: bold;
}

.banner-txt h4 {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}


.inner-banner-img {
	width: 100%;
	padding-top: 23.39%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}




.main-nav {
	width: 100%;
	overflow: hidden;
	background: rgba(29, 23, 68, .8);
	line-height: 26px;
	padding: 15px 0;
	color: #fff;
	margin-top: -56px;
	position: relative;
	z-index: 10;
}

.main-nav .section {
	display: flex;
	flex-wrap: wrap;
}

.main-nav a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	transition: color .3s;
}

.main-nav a.hm {
	background: url("../ico4.png") no-repeat left center;
	padding-left: 40px;
}

.main-nav i {
	width: 7px;
	height: 26px;
	display: inline-block;
	background: url(../case26.png) no-repeat center center;
	margin: 0 15px;
}

.main-class {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}

.main-class a {
	display: inline-block;
	font-size: 17px;
	padding: 30px 0;
	margin-right: 65px;
	color: #333333;
}

.main-class a:hover,
.main-class a.choose {
	color: #25215b;
	border-bottom: 3px solid #25215b;
}

.main-class::after {
	content: '';
	width: 150px;
	right: 0;
	height: 100%;
	position: absolute;
	background: url(../logo.png) no-repeat;
	background-size: auto 80%;
	bottom: 0;

}


.inner-about-box {
	width: 100%;
	overflow: hidden;
	background: #f5f6f8;
	padding: 1px 0 80px 0;
}

.inner-about-box .main-class {
	margin-bottom: 100px;
}

.inner-about-left {
	width: 60%;
	float: left;
	padding-right: 50px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	margin-top: 60px;
	color: #666666;
}

.inner-about-left .box {
	line-height: 30px;
}


.abouticon {
	height: 120px;
	position: relative;
	margin: 50px 0 30px 0;
}

.inner-about-left .about-ul {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.inner-about-left .about-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inner-about-left .about-ul ul li {
	width: 29.8%;
	float: left;
	text-align: center;
	background: #fff;
	padding: 20px 10px;
}

.inner-about-left .about-ul .img {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.inner-about-left .about-ul ul li img {
	max-width: 100%;
	margin: 1px auto;
	background: #eeeeee;
}

.inner-about-left .about-ul ul li h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	color: #25215b;
}


.inner-about-right {
	width: 37%;
	position: relative;
	z-index: 3;
	float: right;
}

.inner-about-right img {
	width: 100%;
}



.inner-work {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background: #fff;
}

.inner-work a {
	display: block;
	overflow: hidden;
}

.inner-work a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-work a:hover img {
	transform: scale(1.2, 1.2);
}


.work-button-next,
.work-button-prev {
	width: 50px;
	height: 50px;
	top: 50%;
	display: block;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	opacity: 0.2;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.work-button-next {
	right: 20px;
}

.work-button-prev {
	left: 20px;
}

.work-button-next:hover,
.work-button-prev:hover {
	opacity: 1;
}


.inner-cultrue {
	width: 100%;
	padding: 100px 0 60px 0;
	margin-top: 80px;
	background: #fff url(../cultrue-bj.jpg) no-repeat top center;
	position: relative;
}

.inner-cultrue:before {
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	background: #25215b url(../icon16.png) no-repeat top center;
	top: -45px;
	left: 50%;
	border-radius: 100%;
	margin-left: -45px;

}

.inner-cultrue ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.inner-cultrue ul li {
	width: 19%;
	float: left;
	background: #fff;
	text-align: center;
	margin: 10px 0.5%;
	padding: 30px 30px;
	transition: 0.4s;
	border: 1px solid #e8e8e8;
	position: relative;
}

.inner-cultrue ul li a {
	display: block;
	position: relative;
}

.inner-cultrue .img {
	width: 60%;
	margin: auto;
	overflow: hidden;
}

.inner-cultrue ul li img {
	max-width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	margin: 10px auto;
	background: #eeeeee;
	transition: 0.4s;
}

.inner-cultrue ul li h3 {
	font-size: 22px;
	color: #333;
	margin: 5px 0;
}

.inner-cultrue ul li em {
	display: block;
	margin: 5px auto 10px auto;
	width: 40px;
	height: 1px;
	background: #e77512;
}

.inner-cultrue ul li p {
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.inner-cultrue ul li:hover {
	box-shadow: 0 0 15px #aaa;

}

.inner-cultrue ul li:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


/*product*/
.inner-Product {
	width: 100%;
	background: #fff;
	padding: 90px 0 100px 0;
	overflow: hidden;
}


.inner-Product-txt {
	width: 56%;
	float: right;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.inner-Product-txt h4 {
	font-size: 24px;
	margin: 5px 0;
	font-weight: bold;
	color: #333;
}

.inner-Product-txt em {
	display: block;
	margin: 5px 0;
	width: 110px;
	height: 3px;
	background: #25215b;
}

.inner-Product-txt h5 {
	font-size: 16px;
	margin: 5px 0 15px 0;
}


.inner-application {
	width: 100%;
	background: #eeeeee;
	padding: 80px 0;
	overflow: hidden;
}



/*新闻中心*/
.main-news {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}


.main-news .news-query dl {
	width: 100%;
	overflow: hidden;
}

.main-news .news-query a {
	display: block;
	width: 100%;
	padding: 40px 0;
	color: #333;
	overflow: hidden;
	border-bottom: 1px dotted #c8c8c8;
}

.main-news .news-query dl dt {
	width: 25%;
	float: left;
	overflow: hidden;
}

.main-news .news-query dl dt img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-news .news-query dl dd {
	width: 73%;
	float: right;
}

.main-news .news-query .news-left {
	width: 15%;
	float: left;

}

.main-news .news-query .news-right {
	width: 80%;
	float: right;
}

.main-news .news-query .time {
	padding: 20px 10px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #25215b;
}

.main-news .news-query .time span {
	display: block;
	font-size: 40px;

}

.main-news .news-query .time i {
	font-size: 22px;
	display: block;
	font-style: normal;
}




.main-news .news-query dl dd h2 {
	font-size: 24px;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.main-news .news-query dl dd p {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.main-news .news-query dl dd em {
	display: block;
	float: right;
	line-height: 45px;
	width: 173px;
	text-align: center;
	font-size: 14px;
	color: #25215b;
	font-style: normal;
	border: 1px solid #25215b;
	margin-top: 30px;
}

.main-news .news-query a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-news .news-query a:hover {
	color: #25215b;
}

.main-news .news-query a:hover em {
	color: #fff;
	background: #25215b;
}



.news-detail {
	width: 100%;
	background: #fff;
	padding: 100px 0;
	overflow: hidden;
}

.news-detail .section {
	max-width: 1200px;
}

.news-detail h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.news-detail .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	text-align: center;
}

.news-detail .news-intro {
	width: 100%;
	padding-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.news-detail .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-detail .news-intro p {
	padding: 5px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
}


/*产品*/

.main-product {
	overflow: hidden;
	padding: 40px 0;

}


.main-product ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main-product ul li {
	width: 31%;
	margin: 20px 1%;
}

.main-product ul li a {
	display: block;
	position: relative;
	color: #666666;
}

.main-product img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-product ul li a:hover img {
	transform: scale(1.2, 1.2);
}

.product-txt {
	display: flex;
	flex-wrap: wrap;
	background: #f3f3f3;
	position: relative;
	line-height: 65px;
}

.product-txt-title {
	width: 86%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
	overflow: hidden;
	padding: 0 10px;
}

.product-txt-icon {
	width: 14%;
	font-size: 35px;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.main-product ul li a:hover {
	color: #fff;
}

.main-product ul li a:hover .product-txt {
	background: #0054a5;
}

.cp-detail-content {
	width: 100%;
	background: #f5f5f5;
	padding: 50px 0;
	overflow: hidden;
}



.cp-detail-content img {
	max-width: 100%;
}

.cp-detail-content h2 {
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.cp-detail-content .cp-img {
	width: 100%;
	text-align: center;
}

.cp-detail-content .cp-img img {
	margin: auto;
}

.cp-detail-content .cp-intro {
	width: 100%;
	line-height: 28px;
	padding: 30px 0;
	font-size: 14px;
	color: #333;
}

.cp-detail-content .cp-intro span {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.cp-detail-content .cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-detail-content .cp-intro p {
	padding: 5px 0;
}


.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	box-shadow: 0 0 10px #ccc;
}

.up-down ul {
	width: 98%;
	margin: auto;
}

.up-down ul li {
	margin: 10px 0;
}

.up-down ul li a {
	color: #999;
	font-size: 14px;
}

.up-down ul li a:hover {
	color: #0073ad;
}

/*招聘*/


/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
	padding: 110px 0;
	position: relative;
	background: #ffffff;

}


.main-contact .con-ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.main-contact .con-ul ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-contact .con-ul ul li {
	width: 30%;
	float: left;
	text-align: center;
	margin: 10px 10px;
	padding: 30px 10px;
	transition: 0.4s;

	border: 1px solid #dcdcdc;
}

.main-contact .con-ul .img {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.main-contact .con-ul ul li img {
	max-width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	margin: 10px auto;
	background: #eeeeee;
}

.main-contact .con-ul ul li h3 {
	font-size: 16px;
	color: #666666;
	margin: 10px 0;
}

.main-contact .con-ul ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}

.main-contact .con-ul ul li:hover {
	border: 1px solid #212d5b;
	box-shadow: 0 0 20px #ccc;
}

.main-contact .con-ul ul li:hover img {
	border: 1px solid #212d5b;
}

.main-contact .con-map {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}


#allmap {
	height: 450px;
	border: 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}


.inner-investor {
	width: 100%;
	background: #fff;
	padding: 80px 0;
	overflow: hidden;
}

.inner-investor .box {
	max-width: 1200px;
	margin: 20px 0 60px 0;
}

.inner-investor h1 {
	font-size: 50px;
	margin-bottom: 20px;
}

.investor01 ul {
	width: 100%;
	border-top: 1px solid #dedede;

}

.investor01 ul li {
	display: flex;
	flex-wrap: wrap;

	font-size: 16px;
	border-bottom: 1px solid #dedede
}

.investor01 ul li span {
	padding: 20px 15px;
}

.investor01 ul li span.w01 {
	width: 20%;
	color: #10357e;
}

.investor01 ul li span.w02 {
	width: 80%;
	border-left: 1px solid #dedede;
}

.inner-join {
	padding: 80px 0;
	text-align: center;
}

.inner-join .section {
	max-width: 700px;
}

.inner-join img {
	max-width: 100%;

	margin: 10px auto;
}

.inner-join h4 {
	font-size: 24px;
	padding: 20px 15px;
}


/*加入我们*/
.inner-job {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}


.job_info {
	overflow: hidden;
}


.job_info .job_item {
	-webkit-transition: all .5s;
	transition: all .5s;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 25px;

}

.job_info .job_item .job_item_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	flex-wrap: wrap;
	font-weight: normal;
	padding: 25px 15px;
	cursor: pointer
}

.job_info .job_item .job_item_top .top_left {
	font-size: 26px;
	width: 30%;
	color: #333
}

.job_info .job_item .job_item_top .top_right {
	width: 65%;
	margin-left: 5%;
	color: #999;
	display: flex;
	flex-wrap: wrap;

}

.job_info .job_item .job_item_top .top_right span {
	width: 35%;
	margin-right: 3%;
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
}

.job_info .job_item .job_item_top .top_right i {
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.job_info .job_item .job_item_top .top_right a {
	color: #212d5b;
	margin-top: 5px;
	font-size: 14px;
	padding: 8px 30px;
	width: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	border: 2px solid #212d5b;
}

.job_info .job_item .job_item_top .top_right a:hover {
	background: #212d5b;
	color: #fff;
}

.job_info .job_item .job_item_top .top_right .show_more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7%;
	margin-left: 3%;
}

.job_info .job_item .job_item_top .top_right .show_more em {
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: #f5f5f5 url(../icon14.png) no-repeat center center;
}

.job_info .job_item .job_item_top .top_right .show_more em:hover {
	background: #212d5b url(../icon14.png) no-repeat center center;
}

.job_info .job_item .job_item_content {
	padding: 30px 25px;
	width: 66%;
	margin-left: 34%;
	display: none
}

.job_info .job_item .job_item_content h6 {
	font-size: 15px;
	color: #333;

	font-weight: 600;
	margin-bottom: 0;
	margin-bottom: 5px
}

.job_info .job_item .job_item_content {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	line-height: 2em
}

.job_info .job_item .job_item_content span {
	padding: 5px 15px;
	margin-right: 15px;
	display: inline-block;
	color: #e77512;
	border: 1px solid #e77512;
	font-size: 15px;
	line-height: 20px;
}

.job_info .job_item .job_item_content a {
	display: block;
	margin-top: 15px;
	width: 165px;
	background: #b82124;
	color: #fff;
	line-height: 40px;
	border-radius: 15px;
	text-align: center;
}


.job_info .job_item.active .job_item_content {
	display: block;
	background-color: #f1f3f5
}

.job_info .job_item.active .show_more em {
	background: #f5f5f5 url(../icon14-h.png) no-repeat center center !important;
}



.inner-fc {
	width: 100%;
	background: #fff url(../fc-bj.jpg) no-repeat top center;
	padding: 80px 0;
	overflow: hidden;
}



.inner-fc ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.fc-a {
	display: block;
	color: #333333;
	background: #fff;
	text-align: center;
	padding: 30px 10px;
}

.fc-a .img {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.fc-a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.fc-a h2 {
	font-size: 18px;
	margin: 30px 0;
}

.fc-a span {
	font-size: 14px;
	padding: 0 40px;
	display: inline-block;
	line-height: 35px;
	background: #eeeeee;
}

.fc-a:hover span {
	background: #25215b;
	color: #fff;
}

.fc-a:hover img {
	transform: scale(1.2, 1.2);
}

.fc-button-next,
.fc-button-prev {
	width: 42px;
	height: 42px;
	top: 50%;
	display: block;
	align-items: center;
	justify-content: center;
	margin-top: -21px;
	opacity: 0.8;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.fc-button-next {
	right: 20px;
}

.fc-button-prev {
	left: 20px;
}

.fc-button-next:hover,
.fc-button-prev:hover {
	opacity: 1;
}



.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #f1f1f1;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .active {
	background: #25215b;
	color: #fff;
	border: 1px solid #25215b;
}


.footer-box {
	width: 100%;
	overflow: hidden;
	background: #2d2923 url(../footer-box.png) no-repeat top right;

}

.foot-nav {
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #817f7b;
}

.foot-nav a {
	font-size: 16px;
	margin: 0 20px;
	display: inline-block;
	color: #6d6b68;
}


.footer-box .section {
	padding: 5px 0 40px 0;
	overflow: hidden;
}

.footer {
	overflow: hidden;
}

.footer .footer-contact {
	width: 70%;
	float: left;
	color: #ffffff;
}

.footer .footer-contact ul {
	width: 100%;
	overflow: hidden;
}

.footer .footer-contact ul li {
	display: block;
	margin-top: 15px;
	line-height: 20px;
	padding-left: 30px;
	font-size: 15px;
	position: relative;
}

.footer .footer-contact ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
}

.footer .footer-contact ul li.adr-icon:before {
	background: url("../icon08.png");
	background-size: 100%;
}

.footer .footer-contact ul li.tel-icon:before {
	background: url("../icon09.png");
	background-size: 100%;
}

.footer .footer-contact ul li.mail-icon:before {
	background: url("../icon10.png");
	background-size: 100%;
}

.footer .foot-logo-wehat {
	width: 25%;
	float: right;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

.footer .foot-logo {
	width: 65%;
	margin-right: 5%;
	float: left;
}

.footer .foot-logo img {
	max-width: 100%;
	margin: 8px auto;
}

.footer .foot-wehat {
	width: 30%;
	text-align: center;
	float: left;
	font-size: 12px;
}

.footer .foot-wehat img {
	max-width: 100%;
	margin: 8px auto;
}



.footer-copyright {
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	line-height: 24px;
	position: relative;
}

.footer-copyright a {
	color: #fff;
}

.footer-copyright a:hover {
	color: #251f5b;
}


.foot-nav a:hover {
	color: #251f5b;
}


@media (max-width:1400px) {
	.main-news .news-query .time span {
		font-size: 30px;
	}

	.main-news .news-query .time i {
		font-size: 15px;
	}

	.main-news .news-query dl dd h2 {
		font-size: 19px;
	}

	.main-news .news-query dl dd p {
		font-size: 14px;
	}

	.product-txt-title {
		font-size: 17px;
	}

	.job_info .job_item .job_item_top .top_left {
		font-size: 22px;
	}

	.header .lang a {
		font-size: 16px;
	}

	.inner-title span {
		font-size: 35px;
	}

	.header .menu ul li a {
		font-size: 16px;
	}

	.swiper-slide h1 {
		font-size: 55px;
	}

	.swiper-slide p {
		font-size: 28px;
	}

	.about-title h2,
	.index-title span {
		font-size: 35px;
	}

	.index-banner-img {
		padding-top: 46%;
		background-size: auto 100%;
	}

	.inner-banner-img {
		padding-top: 33%;
		background-size: auto 100%;
	}

	.banner-txt h1 {
		font-size: 35px;
	}

	.banner-txt h4 {
		font-size: 15px;
	}
}


@media (max-width:1200px) {
	.job_info .job_item .job_item_top .top_right a {
		display: none;
	}

	.inner-cultrue ul li h3 {
		font-size: 18px;
	}

	.inner-cultrue ul li p {
		font-size: 14px;
	}

	.inner-title span {
		font-size: 30px;
	}

	.header .section {
		width: 100%;
		padding: 0 15px;
	}

	.application-txt i {
		opacity: 1;
	}

	.banner-txt h1 {
		font-size: 30px;
	}

	.banner-txt h4 {
		font-size: 15px;
	}

	.about-title em {
		width: 80px;
	}

	.inner-cultrue ul li {
		padding: 10px 10px;
	}

}

@media (max-width:999px) {

	.main-news .news-query .time span {
		font-size: 25px;
	}

	.main-news .news-query .time i {
		font-size: 14px;
	}

	.main-news .news-query dl dd h2 {
		font-size: 16px;
	}

	.main-news .news-query dl dd p {
		font-size: 14px;
	}

	.product-txt-title {
		font-size: 15px;
	}

	.job_info .job_item .job_item_top .top_left {
		font-size: 18px;
	}

	.inner-cultrue ul li {
		width: 31.33%;
	}

	.application-memo {
		font-size: 16px;
	}

	.index-news .index-news-right dl dt span {
		font-size: 48px;
	}

	.index-news .index-news-right dl dt i {
		font-size: 15px;
	}

	.header .lang a {
		font-size: 15px;
	}


	.swiper-slide h1 {
		font-size: 38px;
	}

	.swiper-slide p {
		font-size: 24px;
	}

	.about-title h2,
	.index-title span {
		font-size: 28px;
	}

	.index-banner-img {
		padding-top: 52%;
		background-size: auto 100%;
	}

	.inner-banner-img {
		padding-top: 42%;
		background-size: auto 100%;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}


	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 75px;
		background: #999999;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		width: 100%;
		border: 0;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 48px;
		color: #fff;
		border-top: 0;
	}

	.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 {
		padding: 10px 0;
	}

	.header .logo img {
		height: 55px;
	}

	.header .lang {
		width: 100%;
		margin: 0;
		padding: 10px 0;
		line-height: 40px;
	}

	.header .lang .box {
		max-width: 150px;
		background: #fff;
	}

	.header .menu ul li a.on,
	.header .menu ul li a:hover {
		color: #fff;
		border-top: 1px solid #fff;
	}

	.banner-swiper-container,
	.banner {
		margin-top: 75px;
	}

	.about-left {
		width: 100%;
		padding-right: 0;
	}

	.about-right {
		width: 100%;
		margin-top: 15px;
	}

	.Product-box {
		background-size: auto 100%;
	}

	.index-news .index-news-left,
	.index-news .index-news-right {
		width: 100%;
	}

	.index-news .index-news-right {
		margin-top: 25px;
	}

	.about-box,
	.Product-box,
	.index-application,
	.index-news {
		padding: 60px 0 30px 0;
	}

	.investor-bj,
	.job-bj {
		height: 203px;
	}

	.investor-job ul li h3 {
		font-size: 20px;
	}

	.investor-job ul li p {
		font-size: 15px;
	}

	.banner-button-next,
	.banner-button-prev {
		width: 40px;
		height: 40px;
	}

	.foot-nav {
		padding: 25px 0;
		margin-bottom: 25px;
	}

	.footer .footer-contact ul li {
		font-size: 14px;
	}

	.footer-copyright {
		font-size: 13px;
	}

	.foot-nav a {
		font-size: 14px;
	}

	.main-nav {
		margin: 0;
	}

	.banner-txt h1 {
		font-size: 28px;
	}

	.banner-txt h4 {
		font-size: 15px;
	}

	.banner-txt em {
		margin: 8px 0;
		height: 3px;
		display: block;
		width: 20px;
	}

	.main-nav a {
		font-size: 13px;
	}


	.inner-about-left {
		width: 100%;
		padding-right: 0;
	}

	.inner-about-right {
		width: 100%;
	}

	.main-class::after {
		display: none;
	}

	.main-class {
		margin-top: 20px;
	}

	.inner-about-box .main-class {
		margin-bottom: 30px;
	}


	.main-class a {
		font-size: 15px;
		padding: 10px 0;
		margin-right: 15px;
	}

	.news-detail h2 {
		font-size: 24px;
		line-height: 35px;
	}

}



@media (max-width:856px) {
	.job_info .job_item .job_item_top .top_right span {
		font-size: 14px;
	}

	.inner-title span {
		font-size: 24px;
	}

}

@media (max-width:756px) {
	.inner-Product-txt {
		width: 100%;
		margin-top: 15px;
	}

	.banner-txt h1 {
		font-size: 24px;
	}

	.banner-txt h4 {
		font-size: 13px;
	}

	.Product-img,
	.Product-txt {
		width: 100%;
	}

	.Product-txt {
		margin-top: 15px;
	}
}

@media (max-width:658px) {
	.job_info .job_item .job_item_top {
		padding: 17px 10px;
	}

	.job_info .job_item {
		margin-bottom: 5px;
	}

	.job_info .job_item .job_item_top .top_left {
		width: 90%;
	}

	.job_info .job_item .job_item_top .top_right {
		width: 33px;
		margin: 0;
	}

	.job_info .job_item .job_item_top .top_right .show_more {
		width: 33px;
	}

	.job_info .job_item .job_item_top .top_right span {
		display: none;
	}

	.job_info .job_item .job_item_content {
		padding: 15px 15px;
		width: 100%;
		margin-left: 0;
	}

	.fc-a h2 {
		font-size: 14px;
	}

	.main-contact .con-ul ul {
		display: block;
	}

	#allmap {
		height: 280px;
	}

	.main-contact .con-ul ul li {
		width: 100%;
		margin: 10px 0;
		padding: 10px 10px;
	}

	.main-news .news-query dl dt {
		width: 100%;
	}

	.main-product ul li {
		width: 48%;
	}

	.main-news .news-query dl dd {
		width: 100%;
		margin-top: 10px;
	}

	.main-news .news-query .news-left {
		display: none;
	}

	.main-news .news-query .news-right {
		width: 100%;
	}

	.main-news .news-query dl dd em {
		display: none;

	}

	.main-news .news-query a {
		padding: 10px 0;
	}

	.main-news .news-query dl {
		margin-bottom: 10px;
	}


	.main-news .news-query dl dd h2 {
		margin-bottom: 10px;
	}

	.foot-nav a {
		margin: 0 8px;
	}

	.application-txt {
		padding: 10px 10px;
	}

	.application-txt h3 {
		font-size: 18px;
	}

	.application-txt span {
		font-size: 14px;
	}

	.application-memo {
		font-size: 14px;
	}

	.index-news .index-news-right dl dt span {
		font-size: 24px;
	}

	.index-news .index-news-right dl dt i {
		font-size: 14px;
	}

	.about-left,
	.Product-txt {
		font-size: 14px;
		line-height: 26px;

	}

	.about-left .box {
		line-height: 26px;
	}

	.about-box .abouticon {
		margin: 40px 0 15px 0;
	}

	.swiper-slide h1 {
		font-size: 22px;
		line-height: 40px;
	}

	.swiper-slide p {
		font-size: 14px;
	}

	.about-title h2,
	.index-title span {
		font-size: 25px;
	}

	.banner-button-next,
	.banner-button-prev {
		width: 30px;
		height: 30px;
	}

	.banner-button-next {
		left: 55px;
	}

	.investor-bj,
	.job-bj {
		height: 150px;
	}

	.investor-job ul {
		min-height: 280px;
	}

	.inner-cultrue ul li {
		width: 49%;
	}

	.inner-cultrue .img {
		width: 40%;
	}
}
