* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}




body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif;
	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: Arial, Helvetica, sans-serif;
	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: #111;
	-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: #677284;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*浏览器滚动条*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #555;
	border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

.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: 1735px;
	margin: 0 auto;
}


.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 1.2s;
	z-index: 999999;
}



.header .logo {
	float: left;
}

.header .logo a {
	width: 212px;
	display: block;
	height: 33px;
	margin-top: 27px;
	background-size: 100%;
}

.header .logo a {
	background-image: url(../logo-white.png);
}

.header-menu-lang {
	width: 1175px;
	float: right;
}

.header .menu {
	width: 1080px;
}

.header .menu ul {
	width: 1020px;
	float: left;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
}

.header .menu ul li a {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 86px;
}

.header .menu ul li a.a1::before {
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
}

.header .menu ul li.on .a1::before,
.header .menu ul li:hover .a1::before {
	width: 100%;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 20px 0;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: inline-block;
	margin: 0;

}

.header .menu li .drop li a {
	padding: 0 25px;
	color: #111;
	line-height: 40px;
	font-size: 18px;
}

.header .menu li .drop li a:hover {
	color: #0072ce;
}


.header .search {
	margin-left: 39px;
	float: left;
	margin-top: 31px;
	width: 21px;
	height: 41px;
	position: relative;
	transition: 0.3s;
}

.header .search .s-i {
	width: 21px;
	height: 21px;
	background: url(../icon01.png);
}

.header .search .search-form {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	transition: 0.3s;
}

.header .search input.username {
	width: 80%;
	max-width: 100%;
	float: left;
	border: 1px solid #0072ce;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;

}

.header .search input.da_button {
	width: 20%;
	max-width: 100%;
	float: left;
	border: 1px solid #0072ce;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #CCC;
	background: #0072ce url(../icon01.png) no-repeat center center;
}

.header .search:hover .search-form {
	opacity: 1;
	visibility: visible;
}

.lang-txt {
	margin-top: 31px;
	height: 31px;
	float: right;
	color: #000;
	position: relative;
}

.lang-txt .lang-img {
	height: 21px;
	border-left: 1px solid #fff;
	padding-left: 50px;
	background: url(../lang.png) no-repeat right center;
}

.lang-txt .lang-link {
	width: 100px;
	background-color: #0072ce;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 100%;
	padding: 10px 5px;
	right: 0;
	opacity: 0;
	transition: 0.3s;
}

.lang-txt .lang-link a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #fff;
}

.lang-txt .lang-link a:hover {
	background: #0560a9;
}

.lang-txt:hover .lang-link {
	opacity: 1;
}



.m_menu {
	align-items: center;
	justify-content: center;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	display: none;
	transition: 0.4s;
}


.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #0072ce;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}


.header .menu a.a1 {
	color: #fff;
}

.hide {
	top: -150px;
}



.fixnav {
	width: 100%;
	background: #fff;

}

.fixnav a.a1,
.inner-header a.a1 {
	color: #1f1e1e !important;
}

.inner-header {
	width: 100%;
	background: #fff;
}


.header .menu ul li a.a1::before {
	background: #fff;
}


.inner-header .menu ul li a.a1::before {
	background: #fff;
}

.inner-header .search .s-i,
.fixnav .search .s-i {
	background: url(../hicon01.png);
}

.inner-header .lang-txt .lang-img,
.fixnav .lang-txt .lang-img {
	border-left: 1px solid #ccc;
	background: url(../hlang.png) no-repeat right center;
}


.fixnav .logo a,
.inner-header .logo a {
	background-image: url(../logo.png);
}

.fixnav .menu ul li.on a.a1 {
	color: #0072ce !important;
}

.fixnav .menu ul li a.a1::before {
	background: #0072ce;
}




.index-title {
	width: 100%;
	margin-bottom: 50px;
	color: #111;
}

.index-title h1 {
	font-size: 53px;
	text-align: left;
}

.index-title h2 {
	font-size: 53px;
	padding: 10px 0;
}

.index-title p {
	font-size: 20px;
	font-weight: 300;
}



.main-more {
	width: 100%;
	margin-top: 50px;
}

.main-more a {
	color: #0072ce;
	display: inline-block;
	line-height: 42px;
	font-size: 18px;
	transition: 0.4s;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}

.main-more i {
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	left: 0;
	border-color: transparent transparent transparent #0072ce;
}

.main-more a:hover {
	color: #0072ce;
	padding-left: 15px;
}

.main-more a:hover i {
	opacity: 1;
}

/**/
.banner-swiper {
	position: relative;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}


.swiper-slide-txt h1 {
	font-size: 63px;
	font-weight: 900;
	animation-delay: 0.4s;
}

.swiper-slide-txt h4 {
	font-size: 23px;
	margin: 2px 0 38px 0;
	animation-delay: 0.8s;
}

.swiper-slide-txt .banner-swiper-link {
	position: relative;
	animation-delay: 1.2s;
	width: 90%;
	max-width: 350px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.swiper-slide-txt a {
	border: 1px solid #fff;
	color: #fff;
	width: 45%;
	display: block;
	margin: 0 2%;
	line-height: 48px;
	font-size: 18px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.swiper-slide-txt em {
	position: relative;
	width: 100%;
	z-index: 10;
}

.swiper-slide-txt em,
.swiper-slide-txt i {
	display: block;
	font-style: normal;
}

.swiper-slide-txt .imore-link i {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	transition: 0.3s;
	background: #0072ce;
}

.swiper-slide-icon {
	width: 32.25%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
}

.banner-icon01 {
	width: 35.2%;
	position: absolute;
	left: 32%;
	bottom: -43.5%;
	animation-delay: 1.2s;
}

.banner-icon02 {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -25%;
	animation-delay: 0.8s;
}




.swiper-slide-txt a.more01 {
	background: #0072ce;
	border: 1px solid #0072ce;
}

.swiper-slide-txt a:hover {
	border: 1px solid #0072ce;
}

a.imore-link:hover i {
	width: 100%;
}

.swiper-slide-active .banner-icon01 {
	animation-name: fadeInUp;
}

.swiper-slide-active .banner-icon02 {
	animation-name: fadeInDown;
}

.swiper-slide-active h1 {
	animation-name: fadeInUp;
}

.swiper-slide-active h4 {
	animation-name: fadeInUp;
}

.swiper-slide-active .banner-swiper-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 49.47%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}


.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}


.pagination-button {
	width: 180px;
	height: 60px;
	position: absolute;
	z-index: 10;
	right: 5%;
	bottom: 5%;
}



.banner-pagination {
	width: 80px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 19px;
	color: #fff;
	height: 60px;
	line-height: 45px;
	transition: 0.4s;
}

.swiper-pagination-current {
	font-size: 34px;
}

.next-prev {
	width: 100px;
	height: 60px;
	top: 0;
	position: absolute;
	right: 0;
}


.banner-next {
	right: 0 !important;
	bottom: 0 !important;
	height: 30px !important;
	width: 100% !important;
	margin-top: 0 !important;
}

.banner-prev {
	left: 0 !important;
	margin-top: 0 !important;
	height: 30px !important;
	top: 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #fff;
}

.banner-next:after,
.banner-prev:after {
	display: none;
}

.banner-next img,
.banner-prev img {
	margin: 0 auto;
}

.button-pointer {
	width: 27px;
	left: 5%;
	bottom: 10%;
	margin-left: -20px;
	z-index: 11;
	position: absolute;
}

.button-pointer span {
	writing-mode: vertical-lr;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.button-pointer i {
	display: block;
	position: relative;
	color: #bbb;
	margin: 0 auto;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 1px;
	height: 80px;
	background: #fff;
}


@-webkit-keyframes drop {
	0% {
		top: 0px;
		opacity: 0;
	}

	30% {
		top: 20px;
		opacity: 1;
	}

	100% {
		top: 50px;
		opacity: 0;
	}
}

@keyframes drop {
	0% {
		top: 0px;
		opacity: 0;
	}

	30% {
		top: 20px;
		opacity: 1;
	}

	100% {
		top: 50px;
		opacity: 0;
	}
}

.txt {
	font-size: 20px;
	line-height: 38px;
}

/*about-box*/
.about-box {
	width: 100%;
	overflow: hidden;
	padding: 130px 0;
}

.about-img {
	width: 30%;
	float: left;
}

.about-img h3 {
	font-size: 39px;
	color: #0072ce;

}

.about-img h4 {
	font-size: 35px;
	color: #636363;
}

.about-img img {
	width: 100%;
	margin: 10% 0 5% 0;
	max-width: 376px;
}

.about-txt {
	width: 50%;
	max-width: 720px;
	float: right;
}


.about-box .main-more a {
	margin: 0;
}



/*index-img*/
.index-img {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../index-img.jpg);
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.index-img h2 {
	font-weight: bold;
	font-size: 60px;
}

.index-img h4 {
	font-size: 20px;
}

.index-img .txt {
	width: 96%;
	max-width: 1330px;
	margin: 90px 0;
	height: 105px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.application-ul ul {
	width: 100%;
	border: 1px solid #7c8185;
	margin-top: 90px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.application-ul ul li {
	width: 25%;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #7c8185;
}

.application-ul ul li:last-child {
	border: 0;
}

.index-img-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	z-index: 10;
}

.index-img-content img {
	position: absolute;
	left: 7%;
	top: 12%;
	max-width: 100%;
}

.index-img-content h5 {
	font-size: 25px;
	position: absolute;
	left: 7%;
	bottom: 12%;
}

.index-img-position {
	width: 100%;
	opacity: 0;
	transition: 0.3s;
}

.img-position {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-position img {
	width: 67.5%;
}

.index-img-position .icon-img {
	width: 100%;
}


.application-ul ul li:hover .index-img-position {
	opacity: 1;
}

.application-ul ul li:hover .index-img-content {
	opacity: 0;
}



/*index-service */

.index-service {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;

}

.index-service .index-title {
	text-align: center;
}


.service-slideTxtBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.service-slideTxtBox .hd {
	width: 98%;
	margin: 0 1% 30px 1%;
	position: relative;

}

.service-slideTxtBox .hd ul {
	width: 100%;
	position: relative;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
}

.service-slideTxtBox .hd ul li {
	cursor: pointer;
	font-size: 25px;
	color: #727272;
	margin-right: 50px;
	position: relative;

}


.service-slideTxtBox .hd ul li.on {
	color: #000000;
}


.service-slideTxtBox .bd {
	width: 100%;
	position: relative;
}

.service-content {
	position: relative;
	width: 100%;
}

.service-content-txt {
	width: 64%;
	float: left;
}

.service-content-txt ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-content-txt ul li {
	width: 46%;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 14px #ccc;
	margin: 20px 2% 20px 2%;
	padding: 35px 35px;
	border-radius: 10px;
	background: #fff;
	transition: 0.3s;
}

.serviceimg {
	margin-bottom: 45px;
}

.serviceimg img {
	max-width: 100%;
}


.servicetxt h5 {
	font-size: 25px;
}

.servicetxt p {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	color: #677284;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



.service-content-img {
	width: 32%;
	float: right;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.service-content-position {
	position: absolute;
	left: 10%;
	bottom: 10%;
}

.service-content-position h5 {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.service-content-position a {
	display: inline-block;
	font-size: 17px;
	background: #0072ce;
	border: 1px solid #0072ce;
	color: #fff;
	padding: 5px 45px;
	border-radius: 30px;
}

.service-img-pos {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 610px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-img-pos img {
	height: 100%;
}

.service-content-txt ul li a:hover {
	color: #0072ce;
}

.service-content-txt ul li:hover {
	box-shadow: 0 0 10px #aaa;
}

.service-content-position a:hover {
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

/**/
.main-map {
	width: 100%;
	overflow: hidden;
	background-image: url("../main-map.jpg");
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 90px;
}

.main-map .section {
	position: relative;
	overflow: hidden;
}

.main-map .index-title {
	color: #fff;
	width: 100%;
	margin: 0;
}

.map-slideTxtBox {
	position: relative;

}

.map-slideTxtBox .hd {
	width: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	bottom: 65px;
	z-index: 10;
}

.map-slideTxtBox .hd ul {
	position: relative;
	z-index: 20;
	width: 250px;
	float: right;
	border-radius: 35px;
	border: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.map-slideTxtBox .hd ul li {
	cursor: pointer;
	text-align: center;
	width: 50%;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	position: relative;
}

.map-slideTxtBox .hd ul li.on {
	background: #0072ce;
	color: #fff;
}

.map-txt {
	position: relative;
}

.map-span {
	width: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	bottom: 65px;
	z-index: 10;
}

.map-span span {
	display: inline-block;
	margin-right: 40px;
	padding-left: 25px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	position: relative;
}

.map-span span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
}

.map-span span.span01::before {
	background: #eb0c46;
}

.map-span span.span02::before {
	background: #9300e7;
}

.map-span span.span03::before {
	background: #0070ce;
}

.map-span span.span04::before {
	background: #c8911a;
}

.map-span span.span05::before {
	background: #00cb5b;
}


.map-img {
	width: 79.48%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	position: relative;
}

.map-img img {
	width: 100%;
}

.map-list {
	position: absolute;
	font-size: 18px;
}


.zb-map i {
	background-image: url(../icon38.png);
}


.jd-map i {
	background-image: url(../icon11.png);
}

.xs-map i {
	background-image: url(../icon37.png);
}

.wx-map i {
	background-image: url(../icon10.png);
}

.sj-map i {
	background-image: url(../icon52.png);
}



.map01 {
	left: 14.5%;
	top: 11.2%;
}

.map02 {
	left: 10.8%;
	top: 12.1%;
}

.map03 {
	left: 14.6%;
	top: 14.2%;
}

.map04 {
	left: 13.5%;
	top: 18.8%;

}

.map05 {
	left: 17.6%;
	top: 9.2%;
}


.map06 {
	left: 18.2%;
	top: 10.2%;
}

.map07 {
	left: 19%;
	top: 16.2%;
}

.map08 {
	left: 17.8%;
	top: 19.2%;
}

.map09 {
	left: 19.2%;
	top: 19.2%;
}

.map10 {
	left: 16.2%;
	top: 22.2%;
}

.map11 {
	left: 18.2%;
	top: 28.2%;
}

.map12 {
	left: 18%;
	top: 33.2%;
}

.map13 {
	left: 33.2%;
	top: 45.6%;
}

.map14 {
	left: 34.2%;
	top: 47.2%;
}

.map15 {
	left: 29.1%;
	top: 48.5%;
}


.map16 {
	left: 34.9%;
	top: 49.2%;
}

.map17 {
	left: 35%;
	top: 55.2%;
}

.map18 {
	left: 42.2%;
	top: 30.2%;
	padding-top: 50px;
}

.map19 {
	left: 46.2%;
	top: 28.2%;
	padding-top: 50px;
}

.map20 {
	left: 79.2%;
	top: 26.2%;
}

.map21 {
	left: 78.2%;
	top: 26.2%;
}

.map22 {
	left: 79.2%;
	top: 32.2%;
}

.map23 {
	left: 56.2%;
	top: 70.2%;
}

.map24 {
	left: 55.2%;
	top: 72.2%;
}

.map25 {
	left: 56.2%;
	top: 72.2%;
}

.map26 {
	left: 57.2%;
	top: 72.2%;
}

.map27 {
	left: 57.2%;
	top: 70.6%;
}

.map28 {
	left: 52.2%;
	top: 72.2%;
}

.map29 {
	left: 58.2%;
	top: 74.2%;
}

.map30 {
	left: 59.2%;
	top: 75.2%;
}

.map31 {
	left: 60.2%;
	top: 75.2%;
}

.map32 {
	left: 60.2%;
	top: 73.2%;
}

.map33 {
	left: 63.2%;
	top: 76.2%;
}

.map34 {
	left: 65.7%;
	top: 68.2%;
}

.map35 {
	left: 65.5%;
	top: 69.8%;
}

.map36 {
	left: 66.6%;
	top: 70.2%;
}

.map37 {
	left: 66.8%;
	top: 68.2%;
}

.map38 {
	left: 67.6%;
	top: 65.2%;
}


.map39 {
	left: 63.9%;
	top: 56.2%;
}

.map40 {
	left: 61.6%;
	top: 56.2%;
}

.map41 {
	left: 58%;
	top: 36.2%;
}

.map42 {
	left: 55.6%;
	top: 37.2%;
}

.map43 {
	left: 59%;
	top: 32.2%;
}

.map44 {
	left: 62.6%;
	top: 32.2%;
}

.map45 {
	left: 68.1%;
	top: 22.6%;
}

.map46 {
	left: 70.6%;
	top: 23.2%;
}

.map47 {
	left: 65.6%;
	top: 53%;
}

.map48 {
	left: 67.6%;
	top: 52.2%;
}

.map49 {
	left: 57.6%;
	top: 72.2%;
}

.map50 {
	left: 55.6%;
	top: 77.2%;
}

.map51 {
	left: 64%;
	top: 41.2%;
}

.map52 {
	left: 67.6%;
	top: 43.2%;
}

.map53 {
	left: 64.8%;
	top: 57.2%;
}

.map54 {
	left: 67.6%;
	top: 59.2%;
}

.map55 {
	left: 60.6%;
	top: 40.2%;
}

.map56 {
	left: 58.6%;
	top: 42.2%;
}

.map57 {
	left: 20.6%;
	top: 8.2%;
}

.map58 {
	left: 23.6%;
	top: 10.2%;
}



.map-list i {
	position: absolute;
	border-radius: 49px;
	width: 49px;
	height: 49px;
	left: 0;
	top: 0;
	z-index: 10;
	background-size: 100%;
	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.2);
		-ms-transform: scale(0.2);
		-o-transform: scale(0.2);
		-moz-transform: scale(0.2);
		-webkit-transform: scale(0.2);
		opacity: 0.1;
	}

	50% {
		transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.2);
		-ms-transform: scale(0.2);
		-o-transform: scale(0.2);
		-moz-transform: scale(0.2);
		-webkit-transform: scale(0.2);
		opacity: 0.1;
	}
}

.phone-img {
	display: none;
	width: 96%;
	margin: 20px 2%;
}

.phone-img img {
	width: 100%;
}

/*index-news */
.index-news {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	background: url(../index-news.jpg) no-repeat center;
	margin-bottom: 140px;
	background-size: cover;
}


.news-dl-box {
	width: 100%;
	overflow: hidden;
}

.news-dl-box dt {
	width: 42%;
	float: right;
	overflow: hidden;
}

.news-dl-box dt a {
	display: block;
}

.news-dl-box dt img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
	image-rendering: pixelated;
}

.news-dl-box dd {
	width: 50%;
	float: left;
	overflow: hidden;
}

.news-dl-box dd h2 {
	display: block;
	font-size: 20px;
	color: #cfcfcf;
	font-weight: 300;
}

.news-dl-box dd h3 {
	font-size: 25px;
	color: #1c1b1b;
	margin: 20px 0;
	font-weight: 300;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-dl-box dd h4 {
	font-size: 18px;
	line-height: 35px;
	height: 105px;
	display: -webkit-box;
	overflow: hidden;
	color: #677284;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.news-dl-box a:hover {
	color: #0059b3;
}


.news-dl-box a:hover img {
	transform: scale(1.2, 1.2);
}

.news-pagination {
	transition: 0.4s;
	margin: 50px 0;
	padding: 0 22px;
	text-align: right !important;
}

.news-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #cccccc;
}


.news-pagination .swiper-pagination-bullet-active {
	background: #0072ce;
}

.history-swiper {
	display: none;
}

.history-pagination {
	transition: 0.4s;
	margin: 20px 0;
	padding: 0 8px;
	position: static !important;
	text-align: center !important;
}

.history-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 2px;
	background: #888;
}


.history-pagination .swiper-pagination-bullet-active {
	background: #0072ce;
}

.news-ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

.news-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-ul ul li {
	width: 33.333%;
}

.news-ul ul li a {
	color: #666666;
	position: relative;
	display: block;
}

.news-ul ul li .news-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.4s;
}

.news-ul ul li .news-img img {
	width: 100%;
}

.news-ul ul li .news-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
	overflow: hidden;
}

.news-ul ul li .news-txt i {
	font-size: 60px;
	color: #cccccc;
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 50px;
}

.news-ul ul li .news-txt h5 {
	font-size: 20px;
	color: #cfcfcf;
	line-height: 35px;
}

.news-ul ul li .news-txt h3 {
	font-size: 20px;
	color: #cfcfcf;
	line-height: 35px;
	display: none;
}


.news-ul ul li .news-txt h4 {
	width: 90%;
	font-size: 25px;
	color: #1c1b1b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	margin: 25px 0 18px 0;
}


.news-ul ul li .news-txt p {
	font-size: 14px;
	margin: 5px 0;
	height: 50px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
}

.news-ul ul li .news-txt span {
	color: #0072ce;
	display: block;
	line-height: 30px;
	font-size: 17px;
	text-transform: uppercase;

}


.news-ul ul li a:hover .news-txt {
	opacity: 0;
	z-index: -10;
}

.news-ul ul li a:hover .news-img {
	width: 100%;
	opacity: 1;
}




/*banner*/

.inner-title {
	font-size: 45px;
	margin-bottom: 50px;
	color: #000;
}

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	padding-top: 41.19%;
	position: relative;
	background-size: auto 100%;
	background-position: center center;

}


.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner h1 {
	font-size: 63px;
	font-weight: bold;
}


.banner h2 {
	font-size: 32px;
	margin-top: 5px;
}

.banner-link {
	width: 100%;
	margin-top: 35px;
}

.banner-link a {
	border: 1px solid #fff;
	color: #fff;
	min-width: 247px;
	display: inline-block;
	margin: 0 10px;
	line-height: 48px;
	font-size: 18px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.banner-link em {
	position: relative;
	width: 100%;
	z-index: 10;
}

.banner-link em.video {
	padding-left: 10px;
}

.banner-link em.video::before {
	content: "";
	display: block;
	width: 10px;
	height: 12px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -6px;
	background: url(../icon36.png);
}

.banner-link em,
.banner-link i {
	display: block;
	font-style: normal;
}

.banner-link .imore-link i {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	transition: 0.3s;
	background: #0072ce;
}


.banner-link a.more01 {
	background: #0072ce;
	border: 1px solid #0072ce;
}

.banner-link a:hover {
	border: 1px solid #0072ce;
}

a.imore-link:hover i {
	width: 100%;
}



/*about*/
.inner-about {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	font-size: 20px;
	color: #677284;
	line-height: 38px;
}

.about-link {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 35px;
}

.about-link::before {
	content: '';
	width: 25px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	z-index: 9;
	background: url(../icon16.png);
}

.about-link a {
	display: inline-block;
	margin-right: 15px;
	color: #0072ce;
	font-size: 16px;
}

.about-link a:hover {
	font-weight: bold;
	margin-left: 10px;
}


.inner-num {
	padding: 120px 0;
	position: relative;
	background: url(../img06.jpg);
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

.inner-num .inner-title {
	text-align: center;
	color: #fff;
}

.inner-num .txt {
	width: 90%;
	margin: 0 5%;
}

.product-num-box {
	width: 100%;
	overflow: hidden;
	margin-top: 140px;
	color: #fff;
}


.product-num-content {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.product-num-item {
	position: relative;
	display: inline-block;
	width: 31%;
	margin: 0 1%;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
}



.product-num-nub {
	display: inline-block;
	vertical-align: top;
	font-size: 62px;
	line-height: 65px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.product-num-inf {
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 20px;
	margin: 1px 0;
}

.product-num-wan {
	display: inline-block;
	font-size: 25px;
	line-height: 75px;
	color: #51a0e3;
}



.inner-service {
	padding: 120px 0;
	position: relative;
	background: url(../inner-service.jpg);
	overflow: hidden;
	background-size: cover;

}

.inner-service .box01 {
	padding-bottom: 60px;
}

.inner-service .box02 {
	padding-top: 60px;
	border-top: 1px solid #e8e8e8;
}

.inner-service .service-title {
	width: 15%;
	float: left;
	color: #0f78d1;
	font-size: 30px;
}

.inner-service .txt {
	width: 83%;
	margin-left: 2%;
	float: left;
}

.inner-equipment {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.inner-equipment ul {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
}

.inner-equipment ul li {
	width: 48%;
	position: relative;
	overflow: hidden;
}

.inner-equipment ul li .box {
	border-radius: 8px;
	position: relative;
}

.inner-equipment ul li .box i {
	width: 74px;
	height: 64px;
	background-image: url(../icon17.png);
	background-size: 100%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.inner-equipment ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-equipment ul li h4 {
	color: #1e1e1e;
	font-size: 24px;
	padding: 10px 0;
}

.inner-equipment ul li:hover img {
	transform: scale(1.2, 1.2);
}

.inner-equipment ul li a:hover h4 {
	color: #0072ce;
}


.inner-history {
	width: 100%;
	padding: 30px 0 80px 0;
	position: relative;
	/* 	background: url(../inner-history.jpg); */
	overflow: hidden;
	/* 	background-size: cover; */

}

.inner-history ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-history ul li {

	margin-bottom: 60px;
	padding-left: 20px;
	padding-bottom: 67px;
	position: relative;
}

.inner-history ul li:nth-child(1),
.inner-history ul li:nth-child(2),
.inner-history ul li:nth-child(3),
.inner-history ul li:nth-child(4),
.inner-history ul li:nth-child(5),
.inner-history ul li:nth-child(6),
.inner-history ul li:nth-child(7),
.inner-history ul li:nth-child(8) {
	width: 12.5%;
}
.inner-history ul li:nth-child(9),
.inner-history ul li:nth-child(10),
.inner-history ul li:nth-child(11),
.inner-history ul li:nth-child(12),
.inner-history ul li:nth-child(13),
.inner-history ul li:nth-child(14),
.inner-history ul li:nth-child(15) {
	width: 14.28%;
} 

.inner-history ul li::before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 9;
	border-left: 2px dashed #828282;
}

.inner-history ul li .content {
	padding: 15px 0 15px 15px;
	font-size: 18px;
}

.inner-history ul li h3 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #3f3f3f;
	z-index: 10;
	background: #fff;
	font-size: 30px;
	padding: 10px 0;
	border-top: 2px dashed #828282;
}

.inner-history ul li h3::before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
    left: 10px;
    top: -9px;
	z-index: 9;
	background: #0072ce;
}
.inner-history ul li:nth-child(15)::after,
.inner-history ul li:nth-child(8)::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
       right: -2px;
       bottom: 40px;
	z-index: 29;
	background-image: url(../icon53.png);
	background-size: 100%;
}


.history_mp {
	display: none;
	width: 100%;
}

.history_mp img {
	max-width: 100%;
	margin: auto;
}


/*process*/
.inner-process {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	font-size: 17px;
	color: #4d4d4d;
}


.inner-process ul {
	width: 100%;
}

.inner-process ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.process-dl {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 90px;
}



.process-dl dt {
	width: 48%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-dl dd {
	width: 47%;
	line-height: 32px;
}

.process-dl dd h2 {
	font-size: 40px;
	color: #1f1f1f;
	margin: 35px 0;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
}

.process-dl dd h2::before {
	content: '';
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21.5px;
	z-index: 9;
	background-size: 100%;
}

.process-dl dd.process01 h2::before {
	background-image: url(../icon20.png);
}

.process-dl dd.process02 h2::before {
	background-image: url(../icon21.png);
}

.process-dl dd.process03 h2::before {
	background-image: url(../icon22.png);
}

.process-dl dd.process04 h2::before {
	background-image: url(../icon23.png);
}

.process-dl dd.process05 h2::before {
	background-image: url(../icon24.png);
}


.process-dl-memo {
	width: 100%;
	font-size: 20px;
	line-height: 35px;
}

.process-dl-memo h3 {
	font-weight: bold;
	color: #141414;
	margin-top: 10px;
}

.process-dl-memo div {
	position: relative;
	padding-left: 15px;
}

.process-dl-memo div::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 15px;
	border-radius: 100%;
	z-index: 9;
	background: #4d4d4d;
}

.process-dl dd.process02 .process-dl-memo div,
.process-dl dd.process04 .process-dl-memo div {
	width: 48%;
	float: left;
	margin-right: 2%;
}



.inner-process ul li:nth-child(odd) .process-dl dt {
	float: left;
}

.inner-process ul li:nth-child(odd) .process-dl dd {
	float: right;
}


.inner-process ul li:nth-child(even) .process-dl dt {
	float: right;
}

.inner-process ul li:nth-child(even) .process-dl dd {
	float: left;
}





/*quality*/
.inner-quality {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	font-size: 17px;
	color: #4d4d4d;
}

.quality-title {
	font-size: 35px;
	color: #0072ce;
	overflow: hidden;
	margin-bottom: 60px;
}


.quality-dl {
	width: 97%;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	background: url(../quality-dl.jpg);
	background-size: 100%;
	padding: 10px;
	margin-left: 3%;
}

.quality-dl dt {
	width: 48%;
	float: right;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quality-dl dd {
	width: 50%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	font-size: 20px;
	line-height: 32px;
	padding: 100px;

}

.quality-dl dd div {
	position: relative;
	padding-left: 15px;
	width: 48%;
	float: left;
	margin-bottom: 8px;
	margin-right: 2%;
}

.quality-dl dd div::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 14px;
	border-radius: 100%;
	z-index: 9;
	background: #4d4d4d;
}

.quality-ul {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	max-width: 1800px;
	margin: 130px auto 60px auto;
}

.quality-ul li {
	width: 15%;
	color: #fff;
	margin-left: 4%;
	padding: 10px 5px 60px 30px;
	position: relative;
	margin-bottom: 60px;
}

.quality-ul li h4 {
	font-size: 30px;
	font-weight: bold;
	padding: 0 2px 0 45px;
	margin-bottom: 25px;
}

.quality-ul li .quality-txt {
	font-size: 20px;
}

.quality-ul li span {
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	right: 10px;
	bottom: 28px;
	background-size: 100%;
}



.quality-ul li .quality-txt>div {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.quality-ul li .quality-txt>div::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 100%;
	z-index: 9;
	background: #fff;
}

.quality-ul li:nth-child(6) {
	margin-left: 8%;
}

.quality-ul-position {
	width: 100px;
	height: 100px;
	background: #f2f2f2;
	border-radius: 50%;
	position: absolute;
	left: -40px;
	top: -30px;
	z-index: 10;
}

.quality-ul-position i {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	color: #0072ce;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	box-shadow: 0 0 20px #999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quality-ul li:nth-child(odd) {
	background: url(../quality-ul-li01.png);
	background-size: 100% 100%;
}

.quality-ul li:nth-child(even) {
	background: url(../quality-ul-li02.png);
	background-size: 100% 100%;
}

.quality-ul li:nth-child(1) span,
.quality-ul li:nth-child(2) span,
.quality-ul li:nth-child(3) span,
.quality-ul li:nth-child(4) span {
	background-image: url(../icon49.png);
}

.quality-ul li:nth-child(5) span {
	background-image: url(../icon50.png);
}

.quality-ul li:nth-child(7) span,
.quality-ul li:nth-child(8) span,
.quality-ul li:nth-child(9) span,
.quality-ul li:nth-child(10) span {
	background-image: url(../icon51.png);
}


.phone-quality-ul {
	display: none;
}

.quality-b-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.quality-content-left {
	width: 62%;
	float: left;
}


.inner-quality .txt img {
	max-width: 100%;
}

.quality-content-left ul {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quality-content-left ul li {
	width: 23%;
}

.quality-content-left ul li a {
	color: #414141;
}

.quality-content-left ul li .box {
	border: 1px solid #eaeaea;
}

.quality-content-left ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.quality-content-left ul li h4 {
	font-size: 18px;
	text-align: center;
	padding: 10px 10px;

}

.quality-content-left ul li a:hover {
	color: #0072ce;
}

.quality-content-left ul li a:hover img {
	transform: scale(1.2, 1.2);
}



.quality-content-right {
	width: 35%;
	margin-left: 3%;
	float: right;
	padding: 55px 80px;
	background: #f4f4f4;
	border-radius: 8px;
}

.quality-content-right .txt {
	height: 90%;
	max-height: 528px;
	font-size: 20px;
	line-height: 48px;
	overflow-y: scroll;
}

.quality-content-right .txt a {
	display: block;
}

.quality-content-right .txt a:hover {
	color: #0072ce;
}

/*responsibility*/
.inner-responsibility {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 25px 0;
}

.responsibility-title {
	font-size: 35px;
	color: #0072ce;
	overflow: hidden;
	margin-bottom: 50px;
}

.responsibility-dl {
	width: 100%;
	margin: 60px 0;
	overflow: hidden;
	position: relative;
}

.responsibility-dl dt {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #999;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.responsibility-dl dd {
	font-size: 20px;
	line-height: 42px;
}


.responsibility01 dt {
	width: 48%;
	margin: 10px 1%;
	float: right
}

.responsibility01 dd {
	width: 47%;
	float: left;
}




.responsibility-ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin: 60px 0;
}

.responsibility-ul li {
	width: 31.33%;
	color: #393939;
	margin: 10px 1%;
	padding: 35px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 30px;
	line-height: 42px;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 8px;
}

.responsibility-ul li img {
	border-radius: 100%;
	margin-right: 15px;
}

.hj-ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin: 60px 0;
	justify-content: space-between;
}

.hj-ul li {
	width: 48%;
	color: #393939;
	margin: 10px 0;
	position: relative;
	font-size: 30px;
	line-height: 42px;
	overflow: hidden;
}

.hj-ul li .box {
	box-shadow: 0 0 10px #ccc;
	border-radius: 8px;
	position: relative;
	background: #fff;
	width: 100%;
}

.hj-ul li .txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 30px 50px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(0, #000, transparent);
}

.hj-ul li .img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hj-ul li img {
	width: 100%;
}

.application-swiper-container {
	margin-top: 60px;
}


.responsibility-job {
	width: 100%;
	overflow: hidden;

}

.hr-job {
	height: 415px;
	background: url(../hr-job.jpg);
}

.hr-job .section {
	height: 100%;
	position: relative;
}

.hr-job a {
	position: absolute;
	right: 30px;
	bottom: 15%;
	background: #0f78d1;
	color: #fff;
	display: inline-block;
	padding: 15px 65px 15px 45px;
	font-size: 20px;
	border-radius: 30px;
}

.hr-job a::before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 18px;
	background-size: 100%;
	background-image: url(../icon28.png);
}





.inner-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: -74px;
	line-height: 73px;
	position: relative;
	z-index: 10;
	width: 100%;
}

.inner-nav .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.inner-nav a {
	color: #fff;
	width: 24%;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-nav a:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}


.inner-nav a.on,
.inner-nav a:hover {
	background: #0072ce;
}

.investors-title {
	font-size: 27px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}

.investors-dl01 dt {
	width: 32%;
	margin: 0 1%;
	float: right;
}

.investors-dl01 dd {
	width: 62%;
	float: left;
}

.investors-dl02 dt {
	width: 32%;
	margin-right: 4%;
	float: left;
}

.investors-dl02 dd {
	width: 64%;
	float: left;
}

.investors-dl03 dt {
	width: 54%;
	float: right;
}

.investors-dl03 dd {
	width: 39.5%;
	float: left;
}


.investors-gszl {
	background: #f6f7f7;
	padding: 35px;
	overflow: hidden;
}

.investors-gszl ul {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.investors-gszl ul li {
	background: #fff;
	width: 48%;
	margin: 15px 1%;
	padding: 25px 50px 25px 75px;
	font-size: 18px;
	color: #000;
	position: relative;
	transition: 0.3s;

}

.investors-gszl ul li i {
	background: url(../icon29.png);
	background-size: 100%;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-style: normal;
}



.investors-zc {
	overflow: hidden;
	margin: 50px 0;
}

.investors-zc h3 {
	font-size: 30px;
	color: #000;
	overflow: hidden;
}

.investors-zc .boxss {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.investors-zc-dl {
	width: 48%;
	float: left;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	padding: 10px;
}

.investors-zc-dl dt {
	position: absolute;
	overflow: hidden;
}

.investors-zc-dl dt img {
	max-width: 40px;
}

.investors-zc-dl dd {
	width: 100%;
	padding-left: 55px;
	font-size: 20px;
	line-height: 42px;
}



.investors-zc-dl dd h5 {
	font-size: 20px;
	color: #383838;
}

.investors-zc-dl dd .txt {
	margin-top: 10px;
}


.investors-jk {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.investors-jk-dl {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fbfbfb;
	display: flex;
	flex-wrap: wrap;
}

.investors-jk-dl dt {
	width: 15%;
	overflow: hidden;
	position: relative;
	background: #01509f;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	padding: 10px 10px;
}

.investors-jk-dl dt img {
	width: 100%;
}

.investors-jk-dl dd {
	width: 85%;
	float: left;
	padding: 40px 35px;
}

.investors-jk-content {
	padding: 65px 40px;
	background-image: url(../investors-jk-content.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #eeeeee;
}

.investors-jk-content h3 {
	font-size: 30px;
	color: #000;
	overflow: hidden;
}

.investors-jk-content ul li {
	width: 100%;
	margin: 35px 0;
}

.investors-jk-content ul li h4 {
	font-size: 27px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}


.investors-sj {
	overflow: hidden;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.investors-sj-dl {
	overflow: hidden;
	position: relative;
	padding: 30px 24px;
	background: #fbfbfb;
	margin-bottom: 8px;
	border-radius: 8px;
	transition: 0.3s;

}

.investors-sj-dl dt {
	overflow: hidden;
	position: relative;
	position: absolute;
}

.investors-sj-dl dt i {
	border-radius: 100%;
	background: #fff;
	margin: 10px auto;
	width: 63px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.investors-sj-dl dd {
	font-size: 20px;
	line-height: 42px;
	padding-left: 78px;
}

.investors-sj-dl dd h5 {
	font-size: 24px;
	color: #000;
}



.sj-dl-100 {
	width: 100%;

}

.sj-dl-100 dt img {
	width: 60%;
	margin: 0 auto;
}

.sj-dl-50 {
	width: 49%;
	float: left;
}

.sj-dl-50 dt img {
	width: 70%;
	max-width: 63px;
	margin: 0 auto;
}

.sj-dl-50:nth-child(even) {
	margin-left: 2%;
}

.sj-dl-100:nth-child(odd),
.investors-sj-dl:hover {
	background: #f6f7f7;
}



.investors-down-link {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.investors-down-link li {
	width: 18%;
}

.investors-down-link li img {
	width: 100%;
}

.investors-txtlink {
	margin: 10px 0;
	padding: 0;
	display: block;
	text-align: center;
}

.investors-txtlink a {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	font-size: 15px;
}

.investors-txtlink a::before {
	display: block;
	content: '';
	width: 22px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 5px;
	background-size: 100%;
}

.investors-txtlink a.yd::before {
	background-image: url(../icon31.jpg);
}

.investors-txtlink a.xz::before {
	background-image: url(../icon32.jpg);
}

.investors-txtlink a:hover {
	color: #0f78d1;
}

.investors-img-link {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.investors-img-link a {
	display: block;
	width: 46%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.investors-img-link img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.investors-img-link span {
	display: inline-block;
	padding-right: 45px;
	font-size: 30px;
	line-height: 33px;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 7%;
	z-index: 10;
	transition: 0.3s;
}

.investors-img-link span::before {
	display: block;
	content: '';
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 100%;
}

.investors-img-link span.tg::before {
	background-image: url(../icon33.png);
}

.investors-img-link span.zz::before {
	background-image: url(../icon34.png);
}

.investors-img-link a:hover span {
	margin-left: 10px;
}

.investors-img-link a:hover img {
	transform: scale(1.2, 1.2);
}




.service-box {
	overflow: hidden;
	width: 100%;
}

.service-box .box {
	width: 100%;
	padding-top: 90px;
}

.service-txt {
	width: 34%;
	float: left;
}

.service-txt h3 {
	font-size: 30px;
	color: #222222;
	font-weight: bold;
}

.service-txt em {
	display: block;
	width: 80px;
	height: 2px;
	background: #0f78d1;
	margin: 10px 0 20px 0;
}

.service-list {
	width: 60%;
	float: right;
}

.service-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.service-list ul li {
	width: 48%;
	margin: 10px 1%;
	background: #f2f2f2;
	padding: 22px 30px;
	border-bottom: 1px solid #0f78d1;
}

.service-list ul li a {
	display: block;
	color: #000;
	overflow: hidden;
}

.service-list ul li span {
	width: 85%;
	float: left;
	display: block;
	transition: 0.4s;
	font-size: 19px;
	position: relative;
}

.service-list ul li span i {
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	left: 0;
	border-color: transparent transparent transparent #0072ce;
}

.service-list ul li img {
	width: 10%;
	float: right;
	max-width: 30px;
}

.service-list ul li a:hover span {
	color: #0f78d1;
	font-weight: bold;
	padding-left: 15px;
}

.service-list ul li a:hover i {
	opacity: 1;
}


.main-service-list ul li {
	width: 48%;
	margin: 10px 1%;
}

.detail-service-list {
	width: 22%;
	float: left;
}

.detail-service-list ul li {
	width: 100%;
	margin: 10px 0;
}

.service-query-title {
	font-size: 40px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}

.service-query-txt {
	width: 70%;
	margin: 0 auto 60px auto;
}

.service-query {
	width: 100%;
}

.service-query ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service-query ul li {
	width: 23%;
	margin: 10px 1%;
	background: #fff;
}

.service-query ul li a {
	display: block;
	color: #000;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.service-query ul li h4 {
	margin-top: 10px;
	font-size: 19px;
	position: relative;
}

.service-query ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.service-query ul li a:hover img {
	transform: scale(1.2, 1.2);
}





.service-detail-content {
	width: 73%;
	float: right;
}


.detail-content {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	color: #222222;
}

.detail-content h2 {
	text-align: center;
	font-size: 39px;

}

.detail-content .cp-intro {
	font-size: 19px;
	line-height: 38px;
	overflow: hidden;
	margin: 60px 0;
}

.detail-content .cp-intro img {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}





.news-top {
	overflow: hidden;
	position: relative;
	padding: 90px 0 50px 0;
	border-bottom: 1px solid #f3f3f3;
}

.news-top ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-top ul li {
	width: 31%;
	text-align: center;
	margin: 10px 0;
}

.news-top ul li a {
	display: block;
	color: #000;
	overflow: hidden;
}

.news-top ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-top ul li h3 {
	font-size: 32px;
	margin-top: 25px;
	font-weight: bold;
	position: relative;
}

.news-top ul li a:hover img {
	transform: scale(1.2, 1.2);
}

.news-top ul li a:hover h3 {
	color: #0072ce;
}

.inner-news {
	overflow: hidden;
	position: relative;
	padding: 60px 0;
}

.inner-news dl {
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s;
	padding: 30px;
}

.inner-news dl dt {
	overflow: hidden;
	position: relative;
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-news dl dt img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-news dl dd {
	margin-left: 2%;
	width: 75%;
	padding: 0 30px;
}

.inner-news dl dd h5 {
	font-size: 27px;
	color: #000;
	font-weight: bold;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-memo {
	border-top: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
	justify-content: space-between;
}

.inner-news dl dd .dec {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
	line-height: 35px;
	height: 70px;
	margin-top: 11px;
	color: #677284;
}

.inner-news dl dd span {
	font-size: 18px;
	color: #616161;
	line-height: 42px;
}

.inner-news dl dd .main-more {
	width: auto;
	margin: 0;
}

.inner-news dl dd .main-more a {
	font-size: 16px;
	font-weight: normal;
	color: #616161;
}

.inner-news dl dd a:hover {
	color: #0072ce;
}

.inner-news dl dt a:hover img {
	transform: scale(1.2, 1.2);
}

.inner-news dl:hover {
	box-shadow: 0 0 10px #ccc;
}

.news-detail {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 160px 0 90px 0;
	color: #222222;
}


.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #0072ce;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-align: center;
	padding: 40px 0;

}

.news-detail .news-title h1 {
	font-size: 39px;
}

.news-detail .news-title .three {
	color: #888;
}

.news-detail .news-intro {
	font-size: 19px;
	line-height: 38px;
	overflow: hidden;
	padding: 60px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #0072ce;
}






.inner-base {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 60px 0;
}

.inner-base .inner-title {
	text-align: center;
}

.inner-base .box img {
	max-width: 100%;
	margin: 0 auto;
}

.base-ul li {
	width: 29%;
	margin: 10px 2%;
	float: left;
}


.base-ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	color: #fff;
	position: relative;
	border-radius: 8px;
}

.base-ul li img {
	width: 100%;
}

.base-ul li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: 0.3s;
	opacity: 1;
	font-size: 45px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}


.base-ul li a:hover h3 {
	opacity: 0
}



.base-content-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	color: #677284;
	font-size: 20px;
	margin-bottom: 60px;
	justify-content: space-between;
}

.base-content-ul img {
	width: 100%;
}

.base-content-ul h3 {
	color: #353535;
	margin: 35px 0 18px 0;
}

.base-content-ul li {
	margin: 20px 0;
}

.base-about-ul li {
	width: 100%;

}

.base-about-ul li h3 {
	font-size: 24px;

}

.base-sb-ul li {
	width: 31%;
}

.base-sb-ul li h3 {
	font-size: 20px;
	font-weight: bold;
}



/*联系我们*/

.inner-form {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}


.form-txt {
	overflow: hidden;
	width: 100%;
}

.form-memo {
	width: 38%;
	margin: 0 2%;
	float: left;
}

.form-memo h3 {
	margin-top: 10%;
	font-size: 35px;
	color: #0072ce;
}

.form-memo h5 {
	font-size: 26px;
	color: #677284;
}

.form-ul {
	width: 40%;
	float: left;
}

.form-ul ul {
	width: 100%;
	display: block;
}

.form-ul ul li {
	width: 100%;
	margin-bottom: 40px;
}

.form-ul ul li h3 {
	font-size: 26px;
	color: #677284;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.form-ul ul li h3::after {
	display: block;
	content: '';
	width: 23px;
	height: 1px;
	position: absolute;
	left: 110%;
	top: 50%;
	background: #004191;
}

.form-ul ul li h4,
.form-ul ul li h4 a.mailto {
	font-size: 30px;
	font-weight: bold;
	color: #000;

}

.form-ul ul li h4 a {
	font-size: 17px;
	display: block;
	color: #677284;
	margin-top: 20px;
	font-weight: normal;
}

.form-ul ul li h4 img {
	margin-right: 10px;
	display: inline-block;
}

.form-ul ul li h4 a:hover {
	font-weight: bold;
	color: #0072ce;
}

.form-wechat {
	width: 13%;
	float: left;
	text-align: center;
}

.form-wechat img {
	width: 100%;
	margin-top: 50%;
}

.form-wechat p {
	font-size: 20px;
	color: #000;
}

.sinner-title {
	margin: 0 !important;
}

.contact-form {
	background: #fafafa;
	padding: 90px 0;
	overflow: hidden;
}

.contact-img {
	width: 48%;
	float: left;
}

.contact-img img {
	max-width: 100%;
}

.contact-ul {
	width: 48%;
	margin-left: 4%;
	float: left;
}

.contact-ul ul {
	width: 100%;
	display: block;
}

.contact-ul ul li {
	width: 50%;
	float: left;
	margin-bottom: 60px;
	padding-left: 48px;
	position: relative;
}

.contact-ul ul li h3 {
	font-size: 25px;
	color: #161616;
	margin-bottom: 10px;
	font-weight: bold;
}

.contact-ul ul li h4 {
	font-size: 20px;
	color: #677284;
}

.contact-ul ul li h4 img {
	display: inline-block;
}

.contact-ul ul li:last-child {
	width: 100%;
}

.contact-ul ul li::before {
	display: block;
	content: '';
	width: 31px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 2px;
	background-size: 100%;
	background-image: url(../icon18.png);
}





.form-form {
	overflow: hidden;
	background: url(../form.jpg);
	background-size: cover;
	color: #fff;
	padding: 90px 0;
	position: relative;
}

.form-form .section {
	position: relative;
	z-index: 10;
}

.form-form ul {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	margin: 15px 0;
	position: relative;
}

.form-form ul li.w30 {
	width: 32%;

}

.form-form ul li.w100 {
	width: 100%;
}


.m05 {
	margin: 15px 2% !important;
}

.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 17px;
	padding: 15px 15px 15px 55px;
	color: #00417d;
	font-weight: 300;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

.form-form ul li.icon01::before,
.form-form ul li.icon02::before,
.form-form ul li.icon03::before {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 27px;
	z-index: 10;
}

.form-form ul li.icon04::before {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 16px;
	z-index: 10;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 15px 15px 15px 55px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #fff;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #8d8d8d;
}

.form-form ul li textarea::placeholder {
	color: #8d8d8d;
}

.form-form ul li .button {
	width: 40%;
	max-width: 235px;
	display: block;
	margin: 10px auto;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 20px;
	border-radius: 35px;
	padding: 15px 15px;
	background: #0072ce;
	background-size: 100% 100%;
}


.form-form input::placeholder {
	color: #999999;
}

.form-form ul li.icon01::before {
	background: url(../icon41.png);
}

.form-form ul li.icon02::before {
	background: url(../icon42.png);
}

.form-form ul li.icon03::before {
	background: url(../icon43.png);
}

.form-form ul li.icon04::before {
	background: url(../icon44.png);
}

.form-form .inner-title {
	color: #fff;
}

.form-form .messageok-txt {
	padding: 150px 0;
	text-align: center;
}

.messageok-txt h3 {
	font-size: 20px;
}

.messageok-txt a {
	font-size: 14px;
}

.messageok-txt a:hover {
	opacity: 0.4;
}

#index-con {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	z-index: 9;
	opacity: 0.5;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #0072ce;
	color: #fff;
	border: 1px solid #0072ce;
}



.inner-stocks {
	width: 100%;
	overflow: hidden;
	color: #fff;
	padding: 90px 0;
	position: relative;
}

.inner-stocks .box {
	margin-bottom: 70px;
}

.inner-stocks .inner-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.stocks-title {
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 21px;
	background: #0072ce;

}

.stocks-title ul {
	width: 100%;

}

.stocks-title ul li {
	width: 100%;
	overflow: hidden;
	font-size: 21px;
	padding: 20px 35px;
	display: flex;
	flex-wrap: wrap;

}

.stocks01 {
	width: 23.25%;
}

.stocks02,
.stocks03,
.stocks04,
.stocks05 {
	width: 17%;
	margin-right: 2%;
	text-align: right;
}


.stocks-list {
	width: 100%;
	overflow: hidden;
	background: #fbfbfb;
}

.stocks-list ul li {
	width: 100%;
	overflow: hidden;
	display: flex;
	font-size: 21px;
	flex-wrap: wrap;
	border-bottom: 1px dashed #e5e5e5;
	color: #2c2c2c;
	padding: 20px 35px;
}

.stocks-title .stocks01 {
	text-align: left;
	padding-left: 60px;
}

.stocks-list .stocks01 {
	text-align: left;
}



.shareholders01 {
	width: 38%;
	margin-left: 1%;
}

.shareholders02,
.shareholders03,
.shareholders04 {
	width: 12%;
	margin-right: 2%;
	text-align: left;
}

.shareholders05 {
	width: 19%;
	text-align: center;
}


.stocks-down {
	overflow: hidden;
}

.stocks-down ul {
	display: flex;
	flex-wrap: wrap;
}

.stocks-down ul li {
	width: 48%;
	margin-bottom: 35px;
	background: #f5f5f5;
}

.stocks-down ul li:nth-child(even) {
	margin-left: 4%;
}

.stocks-down ul li a {
	display: block;
	padding: 30px 40px;
	color: #565656;

}

.stocks-down ul li .bown-time {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
	justify-content: space-between;
}

.stocks-down ul li .bown-time span {
	display: inline-block;
	position: relative;
}

.stocks-down ul li .bown-time span.down-icon {
	padding-left: 20px;
}

.stocks-down ul li .bown-time span.down-icon::before {
	display: block;
	content: '';
	width: 12px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
	background-size: 100%;
	background-image: url(../down.jpg);
}





.stocks-down ul li h5 {
	color: #000;
	font-size: 20px;
	padding: 10px 0;
}

.stocks-down ul li a:hover h5 {
	color: #0072ce;
}

.down-more {
	width: 100%;
	text-align: center;
}

.down-more a {
	color: #272727;
	font-size: 18px;
}

.down-more a:hover {
	color: #0072ce;
}


.down-title-class {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 60px;
	justify-content: space-between;
}

.down-title {
	font-size: 45px;
	color: #000;
}

.down-class {
	position: relative;
	display: inline-block;
	height: 30px;
	margin-top: 35px;
}

.down-class .down-class-txt {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 30px;
	padding-right: 30px;
	position: relative;
}

.down-class-txt span {
	font-size: 21px;
	color: #212d6c;

}

.down-class .down-class-txt::before {
	display: block;
	content: '';
	width: 19px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 11px;
	background-size: 100%;
	background-image: url(../down01.png);
}


.down-class .down-class-link {
	visibility: hidden;
	width: 100%;
	background-color: #212d6c;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
}

.down-class .down-class-link a {
	display: block;
	color: #fff;
	margin: 10px 0;
}

.down-class:hover .down-class-link {
	visibility: visible;
}



.foot-box {
	width: 100%;
	background: #0a0e13;
	font-size: 20px;
	line-height: 35px;
}

.foot-box .section {
	padding: 70px 0 30px 0;
	overflow: hidden;
}


.foot-menu {
	width: 50%;
	float: left;
}

.foot-logo {
	width: 100%;
	margin-bottom: 10%;
}

.foot-logo img {
	max-width: 225px;
}

.foot-menu ul.menu-ul {
	width: 100%;
	overflow: hidden;
}

.foot-menu ul li {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.8);
}


.foot-menu ul li a {
	color: rgba(255, 255, 255, 0.8);
}

.foot-menu ul li a:hover {
	color: #fff;
}

.foot-content {
	float: right;
}

.foot-content h3 {
	font-size: 20px;
	color: #fff;

}

.foot-content a.form {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	border: 1px solid #0072ce;
	padding: 5px 18px;
	border-radius: 30px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0;
	position: relative;
	background: #0072ce;
}

.foot-content a.form:hover {
	border: 1px solid #0072ce;
}


.foot-content ul {
	width: 100%;
	margin-top: 18%;
	overflow: hidden;
}

.foot-content ul li {
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	padding-left: 50px;
	margin-bottom: 25px;
	position: relative;
	color: #fff;
}

.foot-content ul li::before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 5px;
	background-size: 100%;
}


.foot-content ul li.tel::before {
	background-image: url(../tel.png);
}

.foot-content ul li.mail::before {
	background-image: url(../mail.png);
}

.foot-content ul li a {
	color: #fff;
	opacity: 0.7;
}

.foot-content ul li a:hover {
	opacity: 1;
}

.foot-copyright {
	width: 100%;
	line-height: 30px;
	background: #0a0e13;
	color: #fff;
	font-size: 16px;
	padding: 40px 0;
}

.copyright-txt {
	width: 70%;
	float: left;
}

.copyright-txt a {
	margin-left: 5px;
}



.copyright-link {
	width: 28%;
	max-width: 235px;
	float: right;
}

.copyright-link a {
	display: block;
	border-radius: 50%;
	background: #fff;
	position: relative;
	width: 21%;
	float: left;
	margin: 0 2%;
}


.copyright-link .wechat {
	visibility: hidden;
	width: 140px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	left: 50%;
	margin-left: -70px;
}

.copyright-link .wechat img {
	width: 100%;
}

.copyright-link .wechat::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.copyright-link a:hover .wechat {
	visibility: visible;
}

.copyright-link .img-icon {
	width: 100%;
}


.copyright-link a:hover .img-icon {
	filter: invert(1);
}

.copyright-link a:hover {
	background: #0072ce;
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	color: #0072ce;
}

.cd-top {
	display: inline-block;
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	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;
}

.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;
}



.contact-bubble-container {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 999;
}



.contact-bubble-container .contact-bubble {
	background-color: #0072ce;
	color: #FFF;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid #0072ce;
	transition: 0.3s;
}

.contact-bubble-container .contact-bubble i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.contact-bubble-container .contact-bubble i img {
	width: 65%;
}


.contact-bubble-container .contact-bubble:hover {
	background-color: #000;
	border: 1px solid #000;
	transition: 0.3s;
}

.contact-bubble-container .contact-bubble-modal {
	position: absolute;
	right: 100%;
	bottom: 120%;
	background-color: #FFF;
	padding: 31.5px 30px;
	width: 400px;
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
	border-radius: 10px 10px 0 10px;
}


.contact-bubble-container .contact-bubble-modal::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #FFF;
	border-bottom: 0;
	border-right: 0;
	margin-right: 0;
	margin-bottom: -15px;
}

.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.title-contact {
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	position: relative;
}


.contact-close {
	font-style: normal;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}

.contact-close:hover {
	color: #0072ce;
}



.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-body .contact-link {
	display: flex;
	align-items: center;
	color: #0072ce;
	margin: 7px 0;
	transition: 0.3s;
}

.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-body .contact-link i {
	width: 14px;
	text-align: center;
	margin-right: 5px;
	transition: 0.3s;
}

.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-body .contact-link i img {
	width: 100%;
}

.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-body .contact-link a {
	color: #0072ce;
	transition: 0.3s;
}

.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-body .contact-link:hover a,
.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-body .contact-link:hover i {
	color: #000;
	transition: 0.3s;
}


.contact-bubble-container .contact-bubble-modal .form-contact {
	padding: 0;
	margin: 15px 0;
}


.form-contact label {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #555;
	font-weight: 600;
}

.form-row-wide {
	margin-bottom: 7px;
}

.form-row .input-text {
	width: 100%;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	font-size: 14px;
	color: #aaa;
	line-height: 40px;
}

.form-contact .textarea-control {
	width: 100%;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	font-size: 13px;
	line-height: 21px;
	color: #aaa;
}

.button-submit {
	color: #fff;
	width: 100%;
	margin-top: 10px;
	display: block;
	padding: 9px 25px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: transparent;
	position: relative;
	background-color: #0072ce;
	font-size: 13px;
	border: none;
	border-radius: 4px;
}

.button-submit:hover {
	background-color: #000000;
}



@media (max-width:1680px) {

	.header-menu-lang {
		width: 1055px;
	}

	.header .menu {
		width: 960px;
	}

	.header .menu ul {
		width: 900px;

	}

	.stocks-title ul li,
	.stocks-list ul li {
		font-size: 19px;
	}

	.news-ul ul li .news-txt i {
		font-size: 50px;
	}

	.header .section {
		width: 100%;
		padding: 0 50px;
	}


	.swiper-slide-txt h1 {
		font-size: 56px;
	}

	.swiper-slide-txt h4 {
		font-size: 21px;
	}

	.swiper-slide-txt a {
		font-size: 16px;
		line-height: 45px;
	}

	.button-pointer span {
		font-size: 16px;
	}

	.about-img h3 {
		font-size: 35px;
	}

	.about-img h4 {
		font-size: 32px;
	}

	.button-pointer {
		left: 2.5%;
	}

	.banner-pagination {
		font-size: 16px;
	}

	.index-img h2 {
		font-size: 55px;
	}

	.index-img h4 {
		font-size: 18px;
	}

	.txt {
		font-size: 18px;

	}

	.application-ul ul li h5 {
		font-size: 23px;
	}

	.index-title h2 {
		font-size: 50px;
	}

	.service-slideTxtBox .hd ul li {
		font-size: 23px;
	}

	.servicetxt h5 {
		font-size: 23px;
	}

	.servicetxt p {
		font-size: 16px;
	}

	.service-content-position h5 {
		font-size: 38px;
	}

	.service-content-position a {
		font-size: 16px;
	}

	.index-title p {
		font-size: 18px;
	}

	.map-list {
		font-size: 16px;
	}

	.map-slideTxtBox .hd ul li {
		font-size: 16px;
	}

	.news-dl-box dd h3 {
		font-size: 23px;
	}

	.news-dl-box dd h2 {
		font-size: 18px;
	}

	.news-dl-box dd h4 {
		font-size: 16px;
	}

	.news-ul ul li .news-txt h4 {
		font-size: 22px;
		margin: 15px 0 8px 0;
	}

	.news-ul ul li .news-txt span {
		font-size: 16px;
	}

	.news-ul ul li .news-txt h5,
	.news-ul ul li .news-txt h3 {
		font-size: 18px;
	}

	.main-more a {
		font-size: 16px;
	}

	.banner h1 {
		font-size: 56px;
	}

	.banner h2 {
		font-size: 28px;
	}

	.banner-link a {
		font-size: 16px;
		line-height: 45px;
	}

	.inner-title,
	.down-title {
		font-size: 42px;
	}

	.product-num-nub {
		font-size: 56px;
	}

	.product-num-wan {
		font-size: 23px;
	}

	.product-num-inf {
		font-size: 18px;
	}

	.inner-service .service-title {
		font-size: 28px;
	}

	.inner-equipment ul li h4 {
		font-size: 21px;
	}

	.process-dl dd h2 {
		font-size: 36px;
	}

	.process-dl-memo {
		font-size: 18px;
		line-height: 32px;
	}

	.quality-title {
		font-size: 32px;
	}

	.quality-dl dd {
		padding: 70px;
	}

	.quality-ul li h4 {
		font-size: 27px;
	}

	.quality-ul li .quality-txt {
		font-size: 18px;
	}

	.quality-ul-position i {
		font-size: 22px;
	}

	.news-top ul li h3 {
		font-size: 28px;
	}

	.inner-news dl dd h5 {
		font-size: 25px;
	}

	.inner-news dl dd span {
		font-size: 16px;
	}

	.news-detail .news-title h1 {
		font-size: 36px;
	}

	.news-detail {
		padding: 130px 20px 90px 20px;
	}

	.news-detail .news-intro {
		font-size: 18px;
	}

	.responsibility-title {
		font-size: 32px;
	}

	.responsibility-dl dd {
		font-size: 18px;
		line-height: 38px;
	}

	.investors-gszl ul li {
		font-size: 17px;
	}

	.investors-zc h3 {
		font-size: 28px;
	}

	.investors-title {
		font-size: 25px;
	}

	.investors-zc-dl dd h5 {
		font-size: 18px;
		line-height: 28px;
	}

	.investors-sj-dl dd h5 {
		font-size: 20px;
	}

	.investors-img-link span {
		font-size: 27px;
	}

	.form-memo h3 {
		font-size: 32px;
	}

	.form-memo h5 {
		font-size: 23px;
	}

	.form-ul ul li h3 {
		font-size: 22px;
	}

	.form-ul ul li h4 {
		font-size: 26px;
	}

	.form-wechat p {
		font-size: 18px;
	}

	.contact-ul ul li h3 {
		font-size: 22px;
	}

	.contact-ul ul li h4 {
		font-size: 18px;
	}

	.foot-box {
		font-size: 18px;
	}

	.base-content {
		padding: 50px 80px;
	}

	.foot-content h3 {
		font-size: 18px;
	}

	.foot-content ul li {
		font-size: 16px;
	}

	.foot-copyright {
		font-size: 15px;
	}

	.base-slideTxtBox .hd ul li {
		font-size: 22px;
	}

	.responsibility-ul li {
		font-size: 26px;
		padding: 28px;
		line-height: 38px;
	}

	.responsibility-ul li img {
		width: 108px;
	}
}


@media (max-width:1450px) {
	.responsibility-ul li img {
		width: 95px;
	}

	.base-ul li h3 {
		font-size: 38px;
	}

	.header-menu-lang {
		width: 955px;
	}

	.header .menu {
		width: 860px;
	}

	.header .menu ul {
		width: 800px;

	}

	.responsibility-ul li {
		font-size: 23px;
		padding: 24px;
		line-height: 32px;
	}

	.base-slideTxtBox .hd ul li {
		font-size: 20px;
		padding: 8px 40px;
	}


	.service-list ul li {
		padding: 15px 15px;
	}

	.investors-dl01 dd {
		width: 55%;
	}

	.investors-dl01 dt {
		width: 40%;
	}

	.investors-sj-dl dt i {
		width: 45px;
		height: 45px;
	}

	.investors-sj-dl dd {
		padding-left: 55px;
	}

	.header .section {
		width: 100%;
		padding: 0 20px;
	}



	.header .menu ul li a {
		font-size: 18px;
	}

	.index-banner-img {
		padding-top: 55.47%;
	}

	.banner {
		padding-top: 48.47%;
	}

	.swiper-slide-txt h1 {
		font-size: 50px;
	}

	.swiper-slide-txt h4 {
		font-size: 19px;
	}

	.about-img h4 {
		font-size: 28px;
	}

	.index-img h2,
	.banner h1 {
		font-size: 50px;
	}

	.application-ul ul li h5 {
		font-size: 20px;
	}

	.index-title h2 {
		font-size: 45px;
	}

	.service-content-position h5 {
		font-size: 32px;
	}

	.news-ul ul li .news-txt h4 {
		font-size: 20px;

	}

	.banner h2 {
		font-size: 24px;
	}

	.inner-title,
	.down-title {
		font-size: 38px;
	}

	.process-dl dd h2 {
		font-size: 32px;
	}

	.process-dl-memo {
		font-size: 17px;
		line-height: 32px;
	}

	.process-dl-memo div::before {
		top: 13px;
	}

	.news-top ul li h3 {
		font-size: 25px;
	}

	.form-ul ul li h4,
	.form-ul ul li h4 a.mailto {
		font-size: 23px;
	}

	.form-memo h3 {
		font-size: 28px;
	}

	.form-memo h5 {
		font-size: 20px;
	}

	.form-wechat p {
		font-size: 15px;
	}

	.inner-news dl {
		padding: 10px;
	}
}

@media (max-width:1300px) {
	.history_mp {
		display: block;
	}
	
	.inner-history ul {
		display: none;
	}
	.header-menu-lang {
		width: 855px;
	}

	.header .menu {
		width: 760px;
	}

	.header .menu ul {
		width: 700px;

	}

	.stocks-down ul li a {
		padding: 15px 30px;
	}

	.stocks-down ul li h5 {
		font-size: 19px;
	}

	.news-ul ul li .news-txt {
		position: static;
	}

	.news-ul ul li a:hover .news-txt {
		opacity: 1;
	}

	.news-ul ul li .news-img {
		display: none;
	}

	.news-ul ul li .news-txt i {
		font-size: 40px;
	}

	.inner-news dl {
		padding: 0;
	}




	.news-ul ul li .news-txt {
		padding: 25px 8px 25px 8px
	}

	.header .logo a {
		width: 180px;
		height: 28px;
		margin-top: 29px
	}


	.header .search {
		margin-left: 20px;
	}

	.lang-txt {
		margin-left: 24px;
	}

	.lang-txt .lang-img {
		padding-left: 40px;
	}

	.index-banner-img {
		padding-top: 59.47%;
	}

	.banner {
		padding-top: 51.47%;
	}

	.button-pointer {
		display: none;
	}

	.inner-news dl dt {
		width: 26%;
	}

	.inner-news dl dd {
		width: 72%;
		padding: 0 15px;
	}

	.hj-ul li .txt {
		padding: 24px 35px;
	}

	.stocks-title ul li,
	.stocks-list ul li {
		font-size: 18px;
	}

}



@media (max-width:1140px) {
	.lang-txt .lang-link {
		left: auto;
		right: 0;
	}

	.fixnav a.a1,
	.inner-header a.a1 {
		color: #fff !important;
	}

	.inner-base .responsibility-title {
		padding-top: 66px;
	}

	.index-img-position {
		display: none;
	}

	.index-img-content {
		height: 142px;
		position: relative;
	}

	.responsibility-dl {
		margin: 45px 0;
	}

	.hj-ul li .txt {
		padding: 10px 25px;
	}

	.base-content dl dd h4 {
		margin: 25px 0;
	}

	.service-box .box {
		padding-top: 70px;
	}

	.map-slideTxtBox .hd {
		position: static;
		width: 90%;
		margin: 15px 5%;
	}

	.map-slideTxtBox .hd ul {
		margin: 0 auto;
		float: none;
	}

	.main-map .index-title {
		top: 39px;
	}

	.map-span {
		width: 96%;
		margin: 0 2%;
		position: static;
		text-align: center;
	}


	.header {
		z-index: 9999;
		background: #fff;
		height: 60px;
	}

	.header .section {
		width: 100%;
		padding: 0 10px;
	}

	.m_menu {
		display: flex;
	}


	.header .menu {
		position: absolute;
		left: 0;
		top: 60px;
		background: #0072ce;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0 10px;
		position: relative;
		border-bottom: 1px solid #2692ec;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		line-height: 50px;
		color: #fff;
	}

	.header .menu ul li.li1:nth-child(1):after,
	.header .menu ul li.li1:nth-child(2):after,
	.header .menu ul li.li1:nth-child(3):after,
	.header .menu ul li.li1:nth-child(6):after,
	.header .menu ul li.li1:nth-child(5):after {
		width: 13px;
		height: 8px;
		content: '';
		display: block;
		position: absolute;
		right: 10px;
		top: 22px;
		background: url(../menu-span.png);
	}

	.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 .menu li .drop li a {
		display: block;
		text-align: center;
	}

	.header .logo a {
		margin-top: 17px;
		background-image: url(../logo.png);
	}

	.index-banner-img {
		padding-top: 59.47%;
	}

	.banner {
		padding-top: 51.47%;
	}

	.banner-swiper,
	.banner {
		margin-top: 60px;
	}

	.fixnav .menu ul li.on a.a1 {
		color: #fff !important;
	}

	.header .search {
		width: 96%;
		float: none;
		overflow: hidden;
		margin: 10px 2%;

	}


	.header .search .s-i {
		display: none;
	}

	.header .search .search-form {
		width: 100%;
		opacity: 1;
		border: 1px solid #fff;
		visibility: visible;
		margin: 0;
		height: 40px;
		position: static;
	}

	.header .search input.da_button,
	.header .search input.username {
		border: 1px solid #fff;
		border-radius: 0;
	}

	.lang-txt {
		position: absolute;
		top: 19px;
		margin: 0;
		right: 64px;
	}

	.header .lang-txt .lang-img,
	.inner-header .lang-txt .lang-img,
	.fixnav .lang-txt .lang-img {
		padding: 0;
		border: 0;
		width: 21px;
		background: url(../hlang.png) no-repeat right center;
	}




	.swiper-slide-txt h1 {
		font-size: 46px;
	}

	.swiper-slide-txt h4 {
		font-size: 18px;
	}

	.swiper-slide-txt a {
		font-size: 15px;
		line-height: 42px;
	}


	.about-img h3 {
		font-size: 30px;
	}

	.about-img h4 {
		font-size: 28px;
	}


	.banner-pagination {
		font-size: 15px;
	}

	.index-img h2 {
		font-size: 46px;
	}

	.index-img h4 {
		font-size: 16px;
	}

	.txt {
		font-size: 17px;
		line-height: 30px;
	}

	.base-content dl dd {
		height: 330px;
	}


	.application-ul ul li h5 {
		font-size: 19px;
	}

	.index-title h2 {
		font-size: 40px;
	}

	.service-slideTxtBox .hd ul li {
		font-size: 21px;
	}

	.servicetxt h5 {
		font-size: 20px;
	}

	.service-content-position h5 {
		font-size: 28px;
	}

	.index-title p {
		font-size: 17px;
	}

	.map-list {
		font-size: 15px;
	}

	.map-slideTxtBox .hd ul li {
		font-size: 15px;
	}

	.news-dl-box dd h3 {
		font-size: 21px;
	}

	.news-dl-box dd h2 {
		font-size: 17px;
	}

	.news-dl-box dd h4 {
		font-size: 15px;
		line-height: 25px;
		height: 75px;
	}

	.news-ul ul li .news-txt h4 {
		font-size: 18px;
	}

	.news-ul ul li .news-txt span {
		font-size: 15px;
	}

	.news-ul ul li .news-txt h5,
	.news-ul ul li .news-txt i {
		display: none;
	}

	.news-ul ul li .news-txt h3 {
		display: block;
		font-size: 15px;
	}

	.main-more a {
		font-size: 15px;
	}

	.banner h1 {
		font-size: 38px;
	}

	.banner h2 {
		font-size: 21px;
	}

	.banner-link a {
		font-size: 15px;
		line-height: 42px;
	}

	.inner-title,
	.down-title {
		font-size: 34px;
	}

	.inner-num .txt {
		width: 100%;
		margin: 0;
	}

	.product-num-content {
		width: 100%;
	}

	.product-num-nub {
		font-size: 50px;
	}

	.product-num-wan {
		font-size: 20px;
	}

	.product-num-inf {
		font-size: 17px;
	}

	.inner-service .service-title {
		font-size: 25px;
	}

	.inner-equipment ul li h4 {
		font-size: 19px;
	}

	.process-dl dd h2 {
		font-size: 28px;
	}

	.process-dl-memo {
		font-size: 16px;
		line-height: 32px;
	}

	.quality-title {
		font-size: 28px;
	}

	.quality-dl {
		width: 100%;
		margin: 0;
	}

	.quality-dl dd {
		padding: 40px;
	}

	.quality-ul li h4 {
		font-size: 22px;
		padding: 0 2px 0 15px;
	}

	.quality-ul li .quality-txt {
		font-size: 16px;
	}

	.quality-ul-position {
		width: 60px;
		height: 60px;
	}

	.quality-ul li {
		padding: 10px 5px 60px 20px;
	}

	.quality-ul-position i {
		font-size: 16px;
		width: 50px;
		height: 50px;
		margin-top: 5px;
		margin-left: 5px;
	}



	.news-top ul li h3 {
		font-size: 22px;
	}

	.inner-news dl dd h5 {
		font-size: 23px;
	}


	.news-detail .news-title h1 {
		font-size: 32px;
	}

	.news-detail .news-intro {
		font-size: 17px;
	}

	.responsibility-title {
		font-size: 28px;
		margin-bottom: 35px;
	}

	.responsibility-dl dd {
		font-size: 17px;
		line-height: 30px;
	}

	.investors-gszl ul li {
		font-size: 16px;
	}

	.investors-zc h3 {
		font-size: 25px;
	}

	.investors-title {
		font-size: 23px;
	}

	.investors-zc-dl dd h5 {
		font-size: 16px;
		line-height: 28px;
	}

	.investors-sj-dl dd h5 {
		font-size: 18px;
	}

	.investors-img-link span {
		font-size: 25px;
	}

	.form-memo h3 {
		font-size: 25px;
	}

	.form-memo h5 {
		font-size: 18px;
	}

	.form-ul ul li h3 {
		font-size: 18px;
	}

	.form-ul ul li h4,
	.form-ul ul li h4 a.mailto {
		font-size: 20px;
	}

	.form-wechat p {
		font-size: 15px;
	}

	.contact-ul ul li h3 {
		font-size: 19px;
	}

	.contact-ul ul li h4 {
		font-size: 16px;
	}

	.foot-box {
		font-size: 16px;
	}

	.base-content {
		padding: 30px 50px;
	}



	.foot-content ul li {
		font-size: 15px;
	}

	.about-txt {
		width: 60%;
	}

	.index-img .txt {
		margin: 60px 0;
	}

	.service-content-txt ul li {
		padding: 15px 15px;
	}

	.service-img-pos {
		height: 520px;
	}

	.inner-equipment ul li .box i {
		width: 50px;
		height: 43px;
	}

	.foot-menu {
		width: 65%;
	}

	.inner-news dl dt {
		width: 35%;
	}

	.inner-news dl dd {
		width: 61%;
		padding: 0 15px;
	}

	.base-ul li h3 {
		font-size: 32px;
	}
}

@media (max-width:856px) {
	.stocksbox-content {
		width: 100%;
		overflow: auto;
	}

	.base-ul li h3 {
		font-size: 28px;
	}

	.stocksbox {
		width: 856px;
		overflow: auto;
	}

	.stocks-list,
	.stocks-title {
		width: 100%;
	}



	.stocks-down ul li a {
		padding: 8px 15px;
	}

	.stocks-down ul li .bown-time {
		font-size: 15px;
	}

	.down-class .down-class-txt {
		font-size: 15px;
	}

	.down-class-txt span {
		font-size: 17px;
	}

	.stocks-down ul li .bown-time span.down-icon::before {
		top: 4px;
	}

	.stocks-down ul li h5 {
		font-size: 17px;
	}

	.responsibility-ul li img {
		width: 70px;
	}

	.responsibility-ul li {
		font-size: 18px;
		padding: 18px;
		line-height: 28px;
	}

	.hj-ul li {
		width: 100%;
	}

	.investors-zc-dl dt img {
		max-width: 30px;
	}

	.investors-zc-dl dd {
		padding-left: 44px;
	}

	.investors-jk-dl dt {
		font-size: 28px;
	}

	.investors-jk-dl dd {
		padding: 25px 15px;
	}

	.swiper-slide-txt h1 {
		font-size: 40px;
	}

	.product-num-nub {
		font-size: 40px;
	}

	.service-slideTxtBox .hd ul li {
		width: 32.333%;
		margin-right: 1%;
	}

	.service-content-txt {
		width: 100%;
	}

	.service-content-img {
		width: 100%;
	}

	.service-content-position {
		width: 80%;
		text-align: center;
		bottom: 30%;
	}


	.service-img-pos {
		height: 200px;
	}

	.serviceimg img {
		max-width: 50px;
	}

	.service-img-pos img {
		width: 100%;
		height: auto;
	}

	.service-txt {
		width: 98%;
		margin: 10px 1%;
	}

	.service-list {
		width: 100%;
	}

	.service-list ul li {
		padding: 12px 10px;
	}

	.inner-nav a {
		width: 29%;
		font-size: 18px;
	}

	.investors-gszl ul li {
		padding: 15px 20px 15px 55px;
	}

	.service-list ul li span {
		font-size: 18px;
	}

	.investors-gszl ul li i {
		width: 42px;
		height: 42px;
		font-size: 24px;
	}

	.quality-dl {
		padding: 0;
	}

	.quality-dl dt,
	.quality-dl dd,
	.responsibility01 dd,
	.investors-dl01 dt {
		width: 100%;
		position: static;
		overflow: hidden;
	}

	.responsibility01 dd {
		margin-top: 25px;
	}

	.responsibility01 dt {
		width: 98%;
	}

	.quality-dl dt img,
	.responsibility01 dt img {
		width: 100%;
	}

	.investors-dl01 dt,
	.investors-dl01 dd,
	.investors-dl02 dt,
	.investors-dl02 dd,
	.investors-dl03 dt,
	.investors-dl03 dd {
		width: 100%;
		float: none;
		margin: 10px 0;
		position: static;
		overflow: hidden;
	}

	.investors-dl01 dt img,
	.investors-dl02 dt img,
	.investors-dl03 dt img {
		width: 100%;

	}


}

/*banner媒体查询*/
@media (max-width:768px) {
	.quality-content-left {
		width: 100%;
	}

	.quality-content-left ul li {
		width: 48%;
	}

	.quality-content-right {
		width: 100%;
		margin: 15px 0;
		padding: 25px 30px;
	}

	.base-content {
		padding: 20px 30px;
	}

	.base-content dl dd,
	.base-content dl dt {
		width: 100%;
	}

	.responsibility-title {
		margin-bottom: 30px;
		margin-bottom: 26px;
	}

	.investors-down-link li {
		width: 48%;
	}

	.inner-nav {
		margin-top: -51px;
		line-height: 50px;
	}

	.inner-nav .section {
		padding: 0;
	}

	.inner-nav a {
		width: 33.3%;
		font-size: 16px;
	}

	.inner-news dl dd h5 {
		font-size: 19px;
	}

	.inner-news dl dd .dec {
		font-size: 16px;
		line-height: 28px;
		height: 56px;
	}

	.foot-box .section {
		padding: 50px 15px 30px 15px;
	}



	.txt {
		font-size: 16px;
		line-height: 26px;
	}

	.index-img .txt {
		height: 78px;
	}

	.index-banner-img {
		padding-top: 63%;
	}

	.swiper-slide-txt .banner-swiper-link {}

	.swiper-slide-txt a,
	.banner-link a {

		font-size: 14px;
		line-height: 35px;
	}

	.banner-link em.video::before {
		left: 15px
	}

	.section {
		width: 100%;
		padding: 0 12px;
	}

	.quality-ul {
		width: 100%;
		padding: 0 12px;
	}

	.main-more {
		margin-top: 25px;
	}

	.news-ul ul li .news-txt {
		padding: 10px 2px;
	}

	.serviceimg {
		margin-bottom: 25px;
	}

	.service-slideTxtBox .hd ul li {
		font-size: 18px;
	}

	.pagination-button {
		width: 126px;
	}

	.next-prev {
		width: 60px;
	}

	.service-txt h3 {
		font-size: 24px;
	}


	.process-dl dd,
	.process-dl dt {
		position: static;
		width: 100%;
		overflow: hidden;
	}

	.process-dl dt img {
		width: 100%;
	}

	.foot-menu ul li {
		width: auto;
		margin-left: 15px;
	}

	.inner-service .service-title {
		width: 100%;
	}

	.inner-service .txt {
		width: 100%;
		margin: 8px 0;
	}

	.news-top {
		padding: 40px 0;
	}

	.inner-news {
		padding: 30px 0;
	}

	.news-detail .news-title {
		display: block;
	}

	.stocks-title ul li,
	.stocks-list ul li {
		font-size: 17px;
		padding: 14px 16px;
	}


}


@media (max-width:658px) {


	.foot-content h3 {
		text-align: center;
	}

	.foot-content ul {
		text-align: center;
	}

	.foot-content ul li {
		display: inline-block;
		width: auto;
		padding-left: 35px;
		margin: 0 4px;
	}

	.inner-title {
		margin-bottom: 30px;
	}

	.phone-img {
		display: block;
	}

	.foot-content a.form {
		width: 70%;
		margin: 10px auto;
	}

	.map-img {
		display: none;
	}


	.quality-content-left ul li h4 {
		font-size: 16px;
	}




	.news-detail .news-title h1 {
		font-size: 23px;
		padding: 10px 20px;
		font-weight: bold;
	}

	.news-detail .news-intro {
		padding: 40px 10px;
		line-height: 32px;
	}

	.news-top ul li .txt {
		display: none;
	}

	.up-down ul li span {
		display: block;
	}


	.form-memo,
	.form-ul,
	.form-wechat,
	.contact-img,
	.contact-ul {
		width: 100%;
		margin: 10px 0;
	}

	.form-ul ul li h4 a {
		display: block;
		margin-left: 0;
	}

	.quality-dl dd {
		padding: 15px 10px;
		font-size: 16px;
		line-height: 25px;
		background: none;
	}

	.pc-quality-ul {
		display: none;
	}

	.phone-quality-ul {
		display: flex;
		margin: 60px auto;
	}

	.quality-ul-position {
		width: 50px;
		height: 50px;
	}

	.quality-ul-position i {
		font-size: 16px;
		width: 40px;
		height: 40px;
		margin-top: 5px;
		margin-left: 5px;
	}

	.quality-ul li {
		width: 37%;
		margin-left: 11%;
		padding: 10px 5px 60px 10px;
	}

	.quality-ul li h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.quality-ul li:nth-child(6) {
		margin-left: 11%;
	}

	.quality-ul li:nth-child(1) span {
		background-image: url(../icon49.png);
	}

	.quality-ul li:nth-child(2) span {
		background-image: url(../icon50.png);
	}

	.quality-ul li:nth-child(3) span {
		background-image: url(../icon50.png);
	}

	.quality-ul li:nth-child(4) span {
		background-image: url(../icon51.png);
	}

	.quality-ul li:nth-child(5) span {
		background-image: url(../icon49.png);
	}

	.quality-ul li:nth-child(6) span {
		background-image: url(../icon50.png);
	}

	.quality-ul li:nth-child(7) span {
		background-image: url(../icon50.png);
	}

	.quality-ul li:nth-child(8) span {
		background-image: url(../icon51.png);
	}

	.quality-ul li:nth-child(9) span {
		background-image: url(../icon49.png);
	}

	.quality-ul li:nth-child(10) span {
		background-image: none;
	}

	.quality-ul li span {
		width: 20px;
		height: 20px;
	}

	.product-num-item {
		width: 46%;
	}

	.banner {
		padding-top: 63%;
	}

	.index-title {
		margin-bottom: 30px;
	}

	.news-ul ul li .news-txt {
		padding: 10px 0;
	}

	.txt {
		font-size: 15px;
	}

	.service-list ul li span {
		font-size: 16px;
	}

	.about-box .main-more {
		text-align: center;
	}



	.map-span {
		width: 98%;
		margin: 15px 1% 0 1%;
	}

	.map-span span {
		font-size: 13px;
		margin-right: 4px;
		padding-left: 16px;
	}

	.map-span span::before {
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}

	.news-dl-box dt {
		width: 100%;
		margin: 10px 0;
		float: none;
	}

	.news-dl-box dd {
		width: 100%;
		float: none;
	}

	.news-dl-box dd h3 {
		margin: 8px 0;
	}

	.news-pagination {
		margin: 10px 0;
		padding: 0 22px;
	}

	.news-ul ul li {
		width: 100%;
	}


	.about-img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.about-img img {
		max-width: 200px;
		margin: 18px auto;
	}

	.about-img h3 {
		margin: 0;
		font-size: 25px;
	}

	.about-txt {
		width: 100%;
	}

	.swiper-slide-txt h1 {
		font-size: 28px;
	}

	.swiper-slide-txt h4 {
		font-size: 15px;
	}

	.about-img h4 {
		font-size: 19px;
	}

	.index-img h2 {
		font-size: 28px;
	}


	.banner h1 {
		font-size: 24px;
	}

	.application-ul ul li h5 {
		font-size: 15px;
	}

	.index-title {
		text-align: center;
	}

	.index-title h2 {
		font-size: 28px;
	}

	.service-content-position h5 {
		font-size: 25px;
	}

	.news-ul ul li .news-txt h4 {
		width: 100%;
		font-size: 16px;
	}


	.banner h2 {
		font-size: 15px;
	}

	.inner-title,
	.down-title {
		font-size: 30px;
	}

	.process-dl dd h2 {
		font-size: 25px;
	}

	.process-dl-memo {
		font-size: 16px;
		line-height: 32px;
	}

	.process-dl-memo div::before {
		top: 13px;
	}

	.news-top ul li h3 {
		font-size: 18px;
	}

	.form-ul ul li h4,
	.form-ul ul li h4 a.mailto {
		font-size: 16px;
	}

	.form-memo h3 {
		font-size: 20px;
	}

	.form-memo h5 {
		font-size: 16px;
	}

	.form-wechat p {
		font-size: 16px;
	}

	.serviceimg {
		margin-bottom: 15px;
	}

	.serviceimg img {
		max-width: 40px;
	}

	.about-box,
	.index-service,
	.index-img,
	.inner-process {
		padding: 40px 0;
	}

	.index-banner-img {
		padding-top: 76%;
	}

	.index-img .txt {
		margin: 30px 0;
	}

	.application-ul ul {
		margin-top: 40px;
	}

	.index-img-content {
		padding: 15px 10px;
		height: 88px;
	}

	.index-img-content img {
		width: 30px;
	}

	.index-news {
		margin-bottom: 80px;
		padding-top: 40px;
	}

	.servicetxt h5 {
		font-size: 18px;
	}

	.servicetxt p {
		font-size: 15px;
		line-height: 25px;
		height: 50px;
	}

	.swiper-pagination-current {
		font-size: 24px;
	}

	.foot-box .section {
		padding: 50px 15px 10px 15px;
	}

	.foot-menu {
		display: none;
	}

	.copyright-txt,
	.foot-content {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.copyright-link {
		width: 100%;
		float: none;
		max-width: 177px;
		margin: 30px auto 10px auto;
	}

	.foot-content a.form span {
		font-size: 16px;
	}

	.foot-content ul {
		margin-top: 25px;
	}

	.foot-content ul li {
		margin-bottom: 10px;
		font-size: 17px;
	}

	.foot-copyright {
		padding: 2px 0 20px 0;
		font-size: 14px;
		line-height: 22px;
	}

	.service-content-txt ul li {
		border-radius: 5px;
		box-shadow: 0 0 8px #ddd;
	}

	.service-slideTxtBox .hd {
		width: 98%;
		margin: 0 1% 15px 1%;
	}

	.service-slideTxtBox .hd ul li {
		text-align: center;
	}

	.service-slideTxtBox .hd ul li span {
		display: none;
	}

	.service-list ul li {
		width: 100%;
		margin: 5px 0;
		padding: 8px 10px;
	}

	.inner-form,
	.contact-form {
		padding: 40px 0;
	}

	.form-memo h3 {
		margin: 0;
	}


	.down-title {
		font-size: 25px;
	}

	.down-class {
		margin-top: 5px;
	}

	.inner-title {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.form-ul ul li {
		margin-bottom: 20px;
	}

	.form-ul ul li h4 {
		display: block;
	}

	.form-wechat img {
		margin: 0 auto;
		max-width: 150px;
	}

	.form-txt {
		width: 100%;
		margin: 0 auto;
	}

	.contact-ul ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.form-form ul li.w30 {
		width: 100%;
	}

	.form-form ul li input {
		padding: 5px 10px 5px 48px
	}

	.form-form ul li.icon01::before,
	.form-form ul li.icon02::before,
	.form-form ul li.icon03::before {
		top: 16px;
	}

	.m05 {
		margin: 15px 0 !important;
	}

	.form-form ul li .button {
		width: 80%;
		font-size: 18px;
		border-radius: 10px;
		padding: 5px 15px;
	}

	.main-map {
		padding-top: 40px;
	}


	.inner-news dl {
		margin: 20px auto;
	}

	.inner-news dl dt {
		display: none;
	}

	.inner-news dl dd {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.news-top ul li h3 {
		margin-top: 10px;
	}

	.inner-news dl dd h5 {
		margin-top: 10px;
	}

	.news-memo {
		margin-top: 15px;
	}

	.inner-news dl dd .main-more a {
		font-size: 15px;
	}

	.qt-pagination a {
		font-size: 14px;
		margin: 0 1px;
		min-width: 25px;
		line-height: 30px;
	}

	.news-top {
		padding: 40px 0 20px 0;
	}

	.inner-news {
		padding: 15px 0 30px 0;
	}

	.news-detail {
		padding: 90px 12px 90px 12px;
	}

	.news-detail .news-title {
		padding: 20px 0;
	}

	.investors-img-link {
		display: block;
	}

	.investors-img-link a {
		width: 100%;
		margin: 10px 0;
	}

	.investors-sj-dl {
		padding: 10px 10px;
	}

	.investors-gszl {
		padding: 10px;
	}

	.investors-gszl ul li {
		padding: 10px 10px 10px 35px;
	}

	.investors-gszl ul li i {
		width: 30px;
		height: 30px;
		font-size: 19px;
	}

	.investors-jk-content {
		padding: 25px 15px;
	}

	.investors-jk-dl dt {
		width: 100%;
		font-size: 24px;
		text-align: left;
		display: block;
	}

	.investors-jk-content h3 {
		font-size: 26px;
	}

	.investors-title {
		font-size: 19px;
	}

	.investors-jk-dl dd {
		width: 100%;
	}

	.sj-dl-50,
	.investors-zc-dl {
		width: 100%;
	}

	.inner-about,
	.inner-num,
	.inner-service {
		padding: 70px 0;
	}

	.inner-equipment ul {
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.inner-equipment {
		padding: 40px 0;
	}

	.inner-history {
		padding: 40px 0;
	}

	.base-content {
		padding: 15px 17px;
	}

	.responsibility-title {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.base-content dl dd h4 {
		font-size: 20px;
		margin: 15px 0;
	}

	.base-content dl dd {
		height: auto;
	}

	.base-slideTxtBox .hd ul li {
		padding: 8px 15px;
	}

	.inner-base {
		padding: 40px 0;
	}

	.base-slideTxtBox .hd {
		margin: 20px 0;
	}

	.base-slideTxtBox {
		margin-bottom: 40px;
	}

	.hj-ul li .txt {
		padding: 10px 15px;
	}

	.hr-job {
		height: 245px;
		background: url(../hr-job.jpg);
		background-size: cover;
	}

	.hr-job a {
		padding: 10px 55px 10px 15px;
		font-size: 16px;
	}

	.hr-job a::before {
		top: 10px;
	}

	.responsibility-ul {
		display: block;
		margin: 30px 0;
	}

	.responsibility-ul li img {
		width: 50px;
	}

	.responsibility-ul li {
		width: 98%;
		justify-content: left;
	}

	.responsibility-dl {
		margin: 30px 0;
	}

	.inner-responsibility {
		padding: 40px 0 10px 0;
	}



	.process-dl {
		margin-top: 66px;
	}

	.inner-quality {
		padding: 40px 0;
	}

	.quality-content-right {

		padding: 10px 10px;
	}

	.quality-content-right .txt {
		font-size: 15px;
		line-height: 24px;
	}

	.inner-stocks {
		padding: 40px 0;
	}

	.inner-stocks .inner-title,
	.down-title-class {
		margin-bottom: 30px;
	}

	.stocks-down ul li,
	.stocks-down ul li:nth-child(even) {
		width: 100%;
		margin: 5px 0;
	}

	.stocks-title ul li,
	.stocks-list ul li {
		font-size: 16px;
		padding: 6px 8px;
	}

	.inner-equipment ul li h4 {
		font-size: 16px;
	}

	.base-content-ul h3 {
		margin: 25px 0 10px 0;
	}

	.base-about-ul li h3,
	.base-sb-ul li h3 {
		font-size: 20px;
	}

	.base-sb-ul li {
		width: 100%;
	}

	.base-content-ul {
		font-size: 18px;
	}

	.base-ul li {
		width: 100%;
		margin: 10px 0;

	}

	.base-ul li h3 {
		font-size: 22px;
		opacity: 1;
	}

	.banner-link a {
		min-width: auto;
	}

	.banner-link a.more01 em {
		padding: 0 20px;
	}

	.banner-link a.more02 em {
		padding: 0 20px 0 35px;
	}

	.cd-top {
		display: none;
	}

	.contact-bubble-container {
		bottom: 14px;
		right: 9px;
	}

	.contact-bubble-container .contact-bubble,
	.contact-bubble-container .contact-bubble i {
		width: 45px;
		height: 45px;
	}

	.contact-bubble-container .contact-bubble-modal {

		right: 10px;
		padding: 10px 10px;
		width: 292px;
		border-radius: 5px 5px 0 5px;
	}

	.contact-bubble-container .contact-bubble-modal::after {

		border: 11px solid transparent;
		margin-bottom: -10px;
	}

	.contact-bubble-container .contact-bubble-modal .contact-bubble-modal-header {
		margin-bottom: 5px;
	}

	.contact-bubble-container .contact-bubble-modal .form-contact {
		padding: 0;
		margin: 5px 0 0 0;
	}

	.form-contact .textarea-control {
		width: 100%;
		padding: 0 10px;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
		font-size: 13px;
		line-height: 16px;
		color: #aaa;
	}

	.form-row .input-text {
		line-height: 30px;
	}

	.button-submit {
		margin-top: 5px;
	}


}