* {
	box-sizing: border-box;
}

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;
}

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;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all ease-in .5s;
	-ms-transition: all ease-in .5s;
	-moz-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
	transition: all ease-in .5s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.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: 92%;
	max-width: 1500px;
	margin: auto;
}

/*header*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.5s;
	color: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-transition: 0.5s;
}

.header .section {
	width: 98%;
	max-width: 1500px;
	position: relative;
}

.header .logo {
	width: 20%;
	max-width: 290px;
	padding: 20px 0;
	float: left;
}

.header .logo a {
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.header .logo img {
	max-width: 100%;
}

.header .head-fr {
	float: right;
}

.header .menu {
	float: left;
}

.header .menu ul li {
	float: left;
	position: relative;
	width: auto;
	margin-right: 40px;
}

.header .menu ul li a {
	display: block;
	width: 100%;
	color: #0a7dce;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 95px;
	position: relative;
}

.header .menu ul li a:after {
	content: '';
	opacity: 0;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #0a7dce;
	transition: width 0.4s;
	-webkit-transition: width 0.4s;
}

.header .menu ul li a.on:after,
.header .menu ul li a:hover:after {
	opacity: 1;
	left: 0;
	width: 100%;
}


.header .menu li .drop {
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	display: none;
	background: rgba(23, 68, 154, 0.7);
	z-index: 9999;
}

.header .menu li .drop ul {
	width: 100%;
	overflow: hidden;
}

.header .menu li .drop li {
	width: 100%;
}

.header .menu li .drop li a {
	width: 100%;
	color: #fff;
	line-height: 55px;
	font-size: 17px;
}

.header .menu li .drop li a:hover {
	background: #013990;
}

.header .menu .pc {
	display: block;
}

.header .menu .mp {
	display: none;
}

.header .head-lang {
	width: 120px;
	margin: 0 10px;
	float: left;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 33px;
	border-radius: 30px;
	overflow: hidden;
}

.header .head-lang a {
	display: block;
	float: left;
	width: 50%;
	color: #fff;
	font-size: 16px;
}

.header .head-lang a.on {
	background: #fff;
	color: #41bbc6;
}

.header .head-lang a:hover {
	color: #41bbc6;
}

.header .b-search {
	width: 50px;
	height: 95px;
	border-left: 1px solid #ddd;
	background: url(../image/search.png) no-repeat center center;
	float: right;
	position: relative;
}

.header .b-search .search {
	width: 180px;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #41bbc6;
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	opacity: 0;
	transition: opacity 1s;
}

.header .b-search .search input.username {
	width: 80%;
	max-width: 100%;
	float: left;
	border: none;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.header .b-search .search input.da_button {
	width: 20%;
	max-width: 100%;
	float: left;
	border: none;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #CCC;
	background: #fff url(../image/search01.png) no-repeat center center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.header .b-search:hover .search {
	visibility: visible;
	opacity: 1;
}



.m_menu {
	background: url(../image/icon_nav.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 80px;
	display: none;
}

.m_menu_k {
	background: url(../image/icon_nav_k.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 80px;
}

.header a {
	color: #fff;
}

.hide {
	top: -96px;
}

.header-h {
	background: #fff;
}

.header-h a {
	color: #222;
}

.header-h .head-lang {
	background: #eee;
	border: 1px solid #ddd;
}

.header-h .head-lang a {
	color: #222;
}

.header-h .b-search {
	background: url(../image/search01.png) no-repeat center center;
}


.i-title {
	width: 100%;
	text-align: center;
}

.i-title h2 {
	color: #333333;
	font-size: 35px;
}

.i-title em {
	background: #d2dee5;
	margin: 10px auto;
	height: 3px;
	display: block;
	width: 34px;
}


.n-title {
	width: 100%;
	margin-bottom: 50px;
	height: 50px;
	text-align: center;
}

.n-title span {
	display: inline-block;
	background: #fff;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 50px;
	padding: 0 20px;
	position: relative;
	color: #333333;
	z-index: 2;
}

.n-title span:before {
	content: '';
	width: 88px;
	height: 3px;
	position: absolute;
	background: #005da2;
	left: -88px;
	top: 50%;
}

.n-title span:after {
	content: '';
	width: 88px;
	height: 3px;
	position: absolute;
	background: #005da2;
	right: -88px;
	top: 50%;
}

.n-title em {
	background: #ececec;
	margin-top: -25px;
	height: 3px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.n-title .cf {
	color: #fff;
	background: none;
}

.n-title .cf::before {
	background: #fff;
}

.n-title .cf::after {
	background: #fff;
}

.n-title .nf {
	color: #333;
	background: none;
}

.n-title .nf::before {
	background: #005da2;
}

.n-title .nf::after {
	background: #005da2;
}



.i-more {
	width: 100%;
	padding: 10px 0;
}

.i-more a {
	display: block;
	border: 1px solid #00599f;
	line-height: 40px;
	color: #00599f;
	font-size: 16px;
	text-align: center;
	margin: auto;
	width: 190px;
	border-radius: 8px;
	height: 40px;
}

.i-more a:hover {
	background: #005da2;
	color: #fff;
}



.i-about {
	width: 100%;
	overflow: hidden;
	background: #edeff2;
	padding: 90px 0;
	position: relative;
	z-index: 1;
}

.i-about .section {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	overflow: hidden;
	padding: 50px 50px;
}

.i-about .about-img {
	width: 48%;
	float: left;
	overflow: hidden;
}

.i-about .about-txt {
	width: 48%;
	float: right;
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
	color: #5f5f5f;
}

.i-about .about-txt .box {
	overflow: hidden;
	width: 100%;
}

.i-about .about-txt h2 {
	color: #333333;
	float: left;
	border-bottom: 2px solid #41bbc6;
	line-height: 60px;
	font-size: 35px;
}

.i-about .about-txt p {
	width: 100%;
	margin: 15px 0;
	overflow: hidden;
}

.i-about .about-txt a {
	display: block;
	line-height: 40px;
	color: #41bbc6;
	font-size: 16px;
	width: 190px;
	height: 40px;
}

.about-num {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about-num .product-num-box {
	width: 100%;
}

.about-num .product-num-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.about-num .product-num-item {
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #000;
}

.about-num .product-num-nub {
	font-weight: bold;
	font-family: Arial;
}

.about-num .product-num-wan {
	display: block;
}

.about-num .product-num-img {
	display: block;
}

.about-num .product-num-img img {
	max-width: 100%;
	margin: 20px auto;
}

.index-about-num .product-num-item {
	width: 31.333%;
	margin: 0 1%;
}

.index-about-num .product-num-nub {
	display: block;
	font-size: 60px;
	color: #005da2;
}

.index-about-num .product-num-inf {
	display: block;
	font-size: 20px;
	color: #0f2d3f;
	line-height: 30px;
	padding: 5px 0;
}

.index-about-num .product-num-wan {
	display: block;
	font-size: 30px;
	color: #0f2d3f;
}



.i-service {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	background: #fff;
}

.set-content {
	width: 100%;
	margin: 0 auto;
}

.set-title {
	width: 100%;
	display: block;
	max-width: 630px;
	margin: auto;
	z-index: 9999;
}

.set-title ul {
	width: 100%;
	text-align: center;
}

.set-title ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}

.set-title ul li i {
	display: block;
	width: 64px;
	height: 64px;
	transition: .5s;
	margin: 30px auto 0 auto;
}

.set-title ul li p {
	font-size: 20px;
	color: #a6a6a6;
	margin-top: 16px;
}

.set-title ul li:hover i {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.set-title ul li.on p {
	color: #41bac5;
}

.set-title ul li:hover p {
	color: #41bac5;
}

.set-title ul li i.icon05 {
	background: url(../image/icon05.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li i.icon06 {
	background: url(../image/icon06.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li i.icon07 {
	background: url(../image/icon07.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li i.icon08 {
	background: url(../image/icon08.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li.on i.icon05 {
	background: url(../image/icon05-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li.on i.icon06 {
	background: url(../image/icon06-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li.on i.icon07 {
	background: url(../image/icon07-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li.on i.icon08 {
	background: url(../image/icon08-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li:hover i.icon05 {
	background: url(../image/icon05-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li:hover i.icon06 {
	background: url(../image/icon06-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li:hover i.icon07 {
	background: url(../image/icon07-h.png) no-repeat center center;
	background-size: 100%;
}

.set-title ul li:hover i.icon08 {
	background: url(../image/icon08-h.png) no-repeat center center;
	background-size: 100%;
}

.set-middle {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

.ser-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}

.ser-txt .section {
	position: relative;
	height: 100%;
}

.ser-txt .box {
	width: 380px;
	float: right;
	padding: 60px 40px 0 40px;
	height: 100%;
	color: #fff;
	background: #005da2 url("../image/icon09.png") no-repeat top right;
}

.ser-txt h4 {
	font-size: 30px;
}

.ser-txt em {
	display: block;
	width: 30px;
	height: 3px;
	margin: 10px 0;
	background: #fff;
}

.ser-txt p {
	font-size: 14px;
	min-height: 112px;
	line-height: 28px;
}

.ser-txt a {
	display: block;
	background: #fff url("../image/icon10.png") no-repeat center center;
	height: 40px;
	margin: 10px 0;
	width: 40px;
}

.set-middle img {
	width: 100%;
}

.news-list {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

.news-list ul {
	width: 100%;
}

.news-list ul li {
	width: 31%;
	margin: 0 1% 10px 1%;
	float: left;
	overflow: hidden;
}

.news-list ul li a {
	display: block;
	width: 100%;
	background: #fff;
}

.news-list .news-img {
	width: 100%;
	overflow: hidden;
	height: 235px;
}

.news-list .news-img img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-list .news-txt {
	width: 90%;
	margin: 20px auto;
}

.news-list .news-txt h2 {
	font-size: 20px;
	overflow: hidden;
	color: #000;
	height: 28px;
	line-height: 28px;
}

.news-list .news-txt p {
	line-height: 20px;
	color: #777;
	height: 60px;
	overflow: hidden;
	margin: 10px 0;
}

.news-list .news-txt span {
	display: block;
	color: #005298;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
}

.news-list ul li a:hover {
	background: #4690cc;
}

.news-list ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.news-list ul li a:hover h2,
.news-list ul li a:hover p,
.news-list ul li a:hover span {
	color: #fff;
}

.i-solution {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.i-solution .i-title {
	margin-bottom: 40px;
}

.i-solution .solution-list {
	width: 100%;
	height: 370px;
	color: #fff;
	text-align: center;
	position: relative;
}

.i-solution .solution-list a {
	display: block;
	transition: 0.5s;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	color: #fff;
}

.i-solution .solution-list h3 {
	font-size: 26px;
	transition: 0.5s;
	margin-top: 150px;
	text-shadow: 0 0 10px #666;
}

.i-solution .solution-list p {
	width: 82%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 26px;
	transition: 0.5s;
	opacity: 0;
	padding: 8px 0;
}

.i-solution .solution-list img {
	width: 100%;
}

.i-solution .solution-list a:hover {
	background: rgba(0, 0, 0, .5);
}

.i-solution .solution-list a:hover p {
	opacity: 1;
}

.i-solution .solution-list a:hover h3 {
	margin-top: 120px;
}






/*banner*/
.banner {
	width: 100%;
	position: relative;
	margin-top: 96px;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.banner .b-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
}

.banner .b-txt h2 {
	font-size: 40px;
	padding: 8px 0;
}

.banner .b-txt p {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 500px;
	line-height: 30px;
}

.banner .b-txt a {
	display: block;
	background: #3d7eff;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	width: 150px;
	border-radius: 5px;
}

.banner .b-txt em {
	display: block;
	width: 55px;
	margin-top: 15px;
	height: 4px;
	background: #0a7dce;
}




.main-nav {
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	padding: 30px 0;
	color: #666666;
}

.main-nav a {
	color: #666666;
}



/*about*/
.main-about {
	width: 100%;
	margin: 15px 0 30px 0;
}

.main-about .section {
	position: relative;
}

.main-about .box {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0;
}

.main-about .ab-l {
	width: 55%;
	float: left;
	color: #444;
}

.main-about .ab-l h1 {
	color: #005da2;
	font-weight: bold;
	font-size: 33px;
}

.main-about .ab-l h4 {
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}

.main-about .ab-l p {
	color: #333333;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
}

.main-about .ab-r {
	width: 42%;
	float: right;
	overflow: hidden;
	line-height: 25px;
	margin-top: 50px;
	color: #444;
}

.main-about .ab-r img {
	width: 100%;
}


.content-about-num .product-num-item {
	width: 25%;
	border-right: 1px solid #d2d2d2;
	padding: 30px 1%;
}

.content-about-num .product-num-nub {
	display: inline-block;
	font-size: 30px;
	color: #333;
}

.content-about-num .product-num-inf {
	display: inline-block;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	padding: 5px 0;
}

.content-about-num .product-num-wan {
	display: block;
	font-size: 24px;
	color: #333;
}

.content-about-num {
	border: 1px solid #d2d2d2;
	border-right: 0;
	background: #fff;
	left: 0;
	position: absolute;
	z-index: 1000;
	bottom: -260px;
}



.main-history {
	width: 100%;
	padding: 300px 0 100px 0;
	background: url("../image/history-bj.jpg");
	background-attachment: fixed;
	overflow: hidden;
}


.zs-box {
	width: 100%;
	padding: 60px 0;
	background: #fff;
	overflow: hidden;
}

.scroll_horizontal {
	position: relative;
	width: 1500px;
	margin: 0 auto;
}

.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1500px;
	margin: 0 auto;
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999999px;
}

.scroll_horizontal .list li {
	float: left;
	width: 375px;
	text-align: center;
}

.scroll_horizontal .list li a {
	display: block;
	width: 90%;
	margin: auto;
}

.scroll_horizontal .list li img {
	width: 80%;
	margin: 0 auto;
}

.scroll_horizontal .list li h4 {
	font-size: 20px;
	border-top: 1px solid #dcdcdc;
	margin-top: 15px;
	color: #333;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
}

.scroll_horizontal .list li h3 {
	background: #fff;
	width: auto;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	color: #005499;
	padding: 5px 0;
	text-transform: uppercase;
	float: left;
	padding: 0 15px;
}

.scroll_horizontal .list .lc-box-a {
	padding: 0 40px;
	border-bottom: 2px dashed #fff;
	margin-bottom: 20px;
	position: relative;
}

.scroll_horizontal .list .lc-box {
	border-left: 1px solid #fff;
	min-height: 140px;
	position: relative;
}

.scroll_horizontal .list .lc-box:after {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: absolute;
	bottom: -9px;
	left: -9px;
	background: #fff;
}

.scroll_horizontal .list .lcp {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	height: 100px;
	text-transform: uppercase;
	text-align: left;
	padding: 15px 15px;
	box-sizing: content-box;
}


.scroll_horizontal .m-p {
	width: 200px;
	height: 30px;
	margin: 30px auto;
	position: relative;
}

.scroll_horizontal .ry-p {
	position: absolute;
	width: 45%;
	height: 30px;
	background: #0a7dce url("../image/l-j.png") no-repeat center center;
	cursor: pointer;
}

.scroll_horizontal .ry-m {
	position: absolute;
	width: 45%;
	height: 30px;
	background: #0a7dce url("../image/r-j.png") no-repeat center center;
	cursor: pointer;
}

.scroll_horizontal .ry-p {
	left: 0;
}

.scroll_horizontal .ry-m {
	right: 0;
}

.scroll_horizontal .ry-p:hover {
	background: #0a7dce url("../image/l-j.png") no-repeat center center;
}

.scroll_horizontal .ry-m:hover {
	background: #0a7dce url("../image/r-j.png") no-repeat center center;
}

.scroll_horizontal .lc-p {
	position: absolute;
	display: none;
}

.scroll_horizontal .lc-m {
	position: absolute;
	width: 26px;
	height: 32px;
	background: url("../image/lc-m.png") no-repeat center center;
	cursor: pointer;
}

.scroll_horizontal .lc-p {
	left: 0;
}

.scroll_horizontal .lc-m {
	right: 0;
	bottom: 5px;
}





.n-organization {
	width: 100%;
	padding: 50px 0;
	background: url("../image/n-organization.jpg") no-repeat bottom center;
	overflow: hidden;
}

.n-organization img {
	margin: 40px auto;
	max-width: 100%;
}

.n-organization .organization-txt {
	max-width: 1100px;
	background: #bfbfc0;
	border-radius: 5px;
	text-align: center;
	padding: 15px 10px;
	color: #000;
	font-size: 25px;
	margin: 10px auto;
}

.advantages-box {
	width: 100%;
	padding: 50px 0 80px 0;
	background: #fff;
	overflow: hidden;
}

.advantages-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.advantages-box ul li {
	width: 24%;
	margin: 10px 0.5%;
	overflow: hidden;
	position: relative;
}

.advantages-box ul li img {
	max-width: 100%;
}

.advantages-box .img-box {
	position: relative;
}

.advantages-box .ys-icon {
	position: absolute;
	opacity: 1;
	transition: opacity 0.5s;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.advantages-box .ys-icon img {
	border-radius: 100%;
	padding: 14px;
	margin: 10px auto;
	border: 1px solid #dfdfdf;
}

.advantages-box .ys-icon h4 {
	font-size: 22px;
	text-align: center;
}

.advantages-box .ys-txt {
	position: absolute;
	width: 100%;
	color: #fff;
	opacity: 0;
	transition: opacity 0.5s;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: #0a7dce;
	text-align: center;
	padding: 20px 25px 10px 25px;
}

.advantages-box .ys-txt p {
	font-size: 15px;
	text-align: left
}

.advantages-box .ys-txt span {
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	display: block;
}

.advantages-box ul li:hover .ys-txt {
	bottom: 0;
	opacity: 1;
}

.advantages-box ul li:hover .ys-icon {
	bottom: 100%;
	opacity: 0;
}

.main-lndustry {
	width: 100%;
	padding: 50px 0 80px 0;
	background: #fff;
	overflow: hidden;
}

.main-lndustry .box {
	position: relative;
}

.location-class {
	width: 250px;
	padding: 30px 0;
	border: 1px solid #d2d2d2;
	float: left;
	background: #fff;
	position: relative;
	z-index: 9999;
}

.location-class a {
	display: block;
	line-height: 32px;
	font-size: 19px;
	position: relative;
	margin: 20px 0;
	padding-left: 20px;
	color: #333;
}

.location-class a.active {
	color: #005da2;
}

.location-class a.active:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 10;
	bottom: -2px;
	left: 0;
	width: 4px;
	height: 100%;
	background: #005da2;
}

.location-class {
	overflow-x: scroll;
	overflow-y: hidden;
}

.location-class::-webkit-scrollbar {
	display: none
}




.lndustry-dl {
	width: 79%;
	margin: 0 !important;
	float: right;
	overflow: hidden;
}

.lndustry-dl dl {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f6f7f9;
}

.lndustry-dl dl dt {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.lndustry-dl dl dd {
	width: 50%;
	padding: 100px 40px 0 40px;
	color: #333;
	height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.lndustry-dl dl dd .box {}

.lndustry-dl dl dd h3 {
	font-size: 32px;
}

.lndustry-dl dl dd p {
	font-size: 15px;
	padding: 18px 0;
	position: relative;
	line-height: 30px;
}

.lndustry-dl dl dd p:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 12px;
	background: url("https://www.ttk-spring.com.cn/en/templates/default/images/dian.png") no-repeat;
	background-size: 100%;
}

.lndustry-dl dl dd a {
	display: block;
	background: #1e8efb;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 160px;
}

.lndustry-dl dl dd a:hover {
	color: #fff;
	background: #3d7eff;
}

.lndustry-dl dl:nth-child(odd) dt {
	float: right;
}

.lndustry-dl dl:nth-child(odd) dd {
	float: left;
}

.lndustry-dl dl:nth-child(even) dt {
	float: left;
}

.lndustry-dl dl:nth-child(even) dd {
	float: right;
}


.main-class {
	text-align: center;
	overflow: hidden;
	margin: 50px 0;
	font-size: 0;
	border: 1px solid #dcdcdc;
}

.news-class {
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
}

.pro-class {
	width: 100%;
}

.main-class a {
	display: inline-block;
	border-right: 1px solid #dadada;
	padding: 15px 0;
	background: #fff;
	font-size: 22px;
}

.main-class a:hover {
	background: #00599f;
	color: #fff;
}

.main-class a.choose {
	background: #00599f;
	color: #fff;
}

.pro-class a {
	width: 25%;
}

.news-class a {
	width: 33.333%;
}

.main-class a:last-child {
	border: 0;
}

.main-cases {
	width: 100%;
	background: #fff url("../image/main-cases-bj.jpg") no-repeat bottom;
	padding: 40px 0;
	overflow: hidden;
}

.main-cases ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main-cases ul li {
	width: 23%;
	margin: 12px 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.main-cases ul li img {
	max-width: 100%;
	display: block;
	border: 1px solid #d2d2d2;
}


/*新闻中心*/
.main-news {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.main-news .news-query a {
	display: block;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.main-news .news-query .news-time {
	width: 8%;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin: 0 1%;
	float: left;
	text-align: center;
}

.main-news .news-query .news-time span {
	display: block;
	padding: 10px;
	font-size: 48px;
	background: #dbdbdb;
	color: #fff;
}

.main-news .news-query .news-time i {
	font-size: 15px;
	display: block;
	padding: 5px;
	color: #666666;
	font-style: normal;
}

.main-news .news-query .news-txt {
	width: 88%;
	margin: 0 1%;
	float: right;
}

.main-news .news-query .news-txt h2 {
	font-size: 25px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news .news-query .news-txt p {
	color: #666666;
	font-size: 15px;
	line-height: 26px;
	margin-top: 15px;
	overflow: hidden;
}

.main-news .news-query a:hover h2 {
	color: #00599f;
}

.main-news {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 60px 0;
}

.main-news ul {
	width: 100%;
}

.main-news ul li {
	width: 33.333%;
	margin: 10px 0;
	float: left;
	overflow: hidden;
}

.main-news ul li a {
	display: block;
	width: 90%;
	margin: auto;
	color: #2c2c2c;
	background: #fff;
}

.main-news .news-img {
	width: 100%;
	overflow: hidden;
}

.main-news .news-img img {
	width: 100%;

	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-news .news-txt {
	width: 90%;
	padding: 10px 5%;
	overflow: hidden;
}

.main-news .news-txt h4 {
	font-size: 18px;
	overflow: hidden;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}

.main-news .news-txt p {
	font-size: 14px;
	overflow: hidden;
	color: #666666;
	height: 56px;
	line-height: 28px;
	margin: 5px 0;
}

.main-news .news-time {
	width: 94%;
	overflow: hidden;
	line-height: 25px;
	padding: 10px 3%;
	border-top: 1px solid #e5e5e5;
}

.main-news .news-time span {
	display: block;
	font-size: 14px;
}

.main-news ul li a:hover .news-time {
	background: #1e8efb;
}

.main-news ul li a:hover img {
	transform: scale(1.15, 1.15);
	transition: transform 0.6s ease 0s;
}

.main-news ul li a:hover span {
	color: #fff;
}


.news-detail {
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}

.news-detail h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.news-detail .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	text-align: center;
}

.news-detail .news-intro {
	width: 100%;
	padding-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.news-detail .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-detail .news-intro p {
	padding: 5px 0;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 760px;
	margin: 10px auto;
}

.technology-box {
	width: 100%;
	background: #fff;
	padding: 20px 0;
	overflow: hidden;
}

.technology-box img {
	max-width: 100%;
}


/*产品中心*/
.main-product {
	overflow: hidden;
	padding: 0px 0;
}

.main-product .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main-product .list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main-product .list ul li {
	width: 24%;
	margin: 10px 0.5%;
	overflow: hidden;
	position: relative
}

.main-product .list ul li a {
	display: block;
	border: 1px solid #eee;
}

.main-product .list ul li img {
	width: 100%;
	display: block;
	transition: transform .3s
}

.main-product .list ul li h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	padding: 0 30px 0 10px;
}

.main-product .list ul li h2:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 5px;
	width: 25px;
	height: 9px;
	background: url("../image/jiantou.png");
}

.main-product .list ul li:hover img {
	transform: scale(1.2);
}

.cp-detail-content {
	width: 100%;
	background: #f5f5f5;
	padding: 50px 0;
	overflow: hidden;
}

.cp-detail-content img {
	max-width: 100%;
}

.cp-detail-content h2 {
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.cp-detail-content .cp-img {
	width: 100%;
	text-align: center;
}

.cp-detail-content .cp-img img {
	margin: auto;
}

.cp-detail-content .cp-intro {
	width: 100%;
	line-height: 28px;
	padding: 30px 0;
	font-size: 14px;
	color: #333;
}

.cp-detail-content .cp-intro span {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.cp-detail-content .cp-intro img {
	width: 90%;
	max-width: 760px;
	margin: 10px auto;
}

.cp-detail-content .cp-intro p {
	padding: 5px 0;
}

.cp-detail-content .cp-intro video {
	display: block;
	width: 90%;
	max-width: 850px;
	margin: 10px auto;
}

.process-box {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: url("../image/process-box.jpg") no-repeat center;
}

.process-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.process-box ul li {
	width: 15.666%;
	background: #3699e3;
	transition: 0.4s;
	margin: 0 0.5%;
	padding: 10px 0;
}

.process-box ul li img {
	max-width: 100%;
	margin: 20px auto;
}

.process-box ul li p {
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 30px;
	border-top: 1px solid #fff;
}

.process-box ul li span {
	display: block;
	margin-right: 15px;
	float: left;
	color: #fff;
	position: relative;
	line-height: 20px;
	padding-left: 15px;
}

.process-box ul li span::before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
}

.process-box ul li:hover {
	background: #005da2;
}


.cp-detail-content dl {
	padding: 50px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	background: #fff;
}

.cp-detail-content dl dt {
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}

.cp-detail-content dl dt img {
	max-width: 100%;
}

.cp-detail-content dl dd {
	width: 47%;
	margin-left: 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333;
	font-size: 17px;
	line-height: 35px;
}

.cp-detail-content ul {
	width: 100%;
	display: flex;
	margin-top: 15px;
	overflow: hidden;
	flex-wrap: wrap;
}

.cp-detail-content ul li {
	width: 100%;
	font-size: 15px;
	margin: 10px 0;
}

.cp-detail-content ul li a {
	color: #0a7dce;
}

/*z招聘*/
.main-recruitment {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.main-recruitment ul {
	width: 100%;
	background: #00599f;
	margin: auto;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}

.main-recruitment ul li {
	float: left;
}

.main-recruitment ul li.prop01 {
	width: 25%;
	padding-left: 3%;
}

.main-recruitment ul li.prop02 {
	width: 25%;
}

.main-recruitment ul li.prop03 {
	width: 30%;
}

.main-recruitment ul li.prop04 {
	width: 15%;
}


.main-recruitment-list {
	width: 100%;
	overflow: hidden;
}

.main-recruitment-list ul li {
	line-height: 55px;
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}

.main-recruitment-list ul li a {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	overflow: hidden;
	font-size: 15px;
	color: #000;
	line-height: 50px;
	position: relative;
}

.main-recruitment-list ul li .prop01 {
	width: 25%;
	padding-left: 3%;
	float: left;
}

.main-recruitment-list ul li .prop02 {
	width: 25%;
	float: left;
}

.main-recruitment-list ul li .prop03 {
	width: 30%;
	float: left;
}

.main-recruitment-list ul li .prop04 {
	width: 15%;
	float: left;
}


.main-recruitment-list ul li .inactive {
	background: #fff url("https://www.ttk-spring.com.cn/en/templates/default/images/x-j.png") no-repeat right center;
}

.main-recruitment-list ul li .inactives {
	background: #00599f url("../image/x-j-h.png") no-repeat right center;
	color: #fff;
}


.main-recruitment-list ul li ul {
	display: none;
	background: #f0f3f8;
}

.main-recruitment-list ul li ul li {
	padding: 25px 60px;
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
	border-top: 0;
	font-size: 15px;
	line-height: 30px;
	color: #5c5c5c;
}

.main-recruitment-list ul li ul li h5 {
	font-size: 17px;
	line-height: 45px;
	color: #1f1f1f;
}

.main-recruitment-list ul li ul li a {
	display: block;
	width: 135px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	border-radius: 10px;
	color: #fff;
	background: #116db0;
	border: 0;
	float: right;
	margin: 30px 0;
	padding: 0;
}

.main-recruitment-list .td {
	padding: 0 0 0 30px;
}

.main-recruitment-list .td:hover {
	color: #dda645;
}

.zp-content {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #e6e5e5;
}

.zp-content h5 {
	font-size: 20px;
	overflow: hidden;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	color: #191919;
}

.zp-content h5:after {
	content: '';
	width: 65px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #00599f;
	position: absolute;
}

.zp-content div {
	overflow: hidden;
}


.hxys-box {
	width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
}

.hxys-box dl {
	width: 100%;
}

.hxys-box dl dt {
	width: 40%;
	float: left;
}

.hxys-box dl dt img {
	width: 100%;
}

.hxys-box dl dd {
	width: 58%;
	float: right;
}

.hxys-box dl dd h2 {
	font-size: 40px;
	line-height: 45px;
	color: #0a7dce;
}

.hxys-box dl dd h3 {
	font-size: 18px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #999999;
}

.hxys-box dl dd p {
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
}

.hxys-gynl {
	width: 100%;
	padding: 100px 0;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
}

.hxys-gynl h2 {
	font-size: 45px;
	line-height: 45px;
	color: #333333;
	text-align: center;
}

.hxys-gynl h3 {
	font-size: 18px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	color: #999999;
}

.hxys-gynl p {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	text-align: center;
}

.hxys-gynl-dl {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.hxys-gynl-dl dl {
	width: 31%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dcdcdc;
}

.hxys-gynl-dl dl dt {
	width: 26%;
	margin: 20px 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
}

.hxys-gynl-dl dl dd {
	width: 66%;
	margin: 20px 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
}

.hxys-gynl-dl dl:nth-child(2) {
	margin: 0 3.5%;
}

.hxys-gynl img {
	max-width: 100%;
	margin: 10px auto;
}


.hxys-zznl {
	width: 100%;
	padding: 100px 0;
	background: url("../image/hxys-zznl.jpg") no-repeat center top;
	overflow: hidden;
}

.hxys-zznl h2 {
	font-size: 45px;
	line-height: 45px;
	color: #333333;
}

.hxys-zznl h3 {
	font-size: 18px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #999999;
}

.hxys-zznl h4 {
	font-size: 18px;
	line-height: 45px;
	color: #333333;
}

.hxys-zznl .hxys-zznl-fl {
	width: 53%;
	float: left;
}

.hxys-zznl .hxys-zznl-fl p {
	font-size: 15px;
	line-height: 22px;
	padding: 25px 25px 25px 100px;
	box-shadow: 0 0 10px #ccc;
	background: #fff;
	color: #333333;
	margin-top: 20px;
	position: relative;
}

.hxys-zznl .hxys-zznl-fl span {
	display: block;
	width: 60px;
	position: absolute;
	font-family: Impact;
	left: 20px;
	top: 40px;
	font-size: 50px;
	color: #999999;
}

.hxys-zznl .hxys-zznl-fr {
	width: 45%;
	float: right;
}

.hxys-zznl .hxys-zznl-fr img {
	max-width: 100%;
	margin: 10px auto;
}


.hxys-jybz {
	width: 100%;
	padding: 80px 0;
	background: #1080ce url("https://www.ttk-spring.com.cn/en/templates/default/images/hxys-jybz.jpg") no-repeat center top;
	overflow: hidden;
}

.hxys-jybz .hxys-jybz-fl {
	width: 45%;
	float: left;
	color: #fff;
}

.hxys-jybz .hxys-jybz-fl h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.hxys-jybz .hxys-jybz-fl p {
	font-size: 15px;
	line-height: 22px;
}

.hxys-jybz .hxys-jybz-fr {
	width: 50%;
	float: right;
}

.hxys-jybz .hxys-jybz-fr ul {
	width: 100%;
	display: flex;
	float-wrap: wrap;
}

.hxys-jybz .hxys-jybz-fr ul li {
	width: 31.333%;
	margin: 10px 1%;
	border: 1px solid #fff;
	padding: 15px 0;
	text-align: center;
}

.hxys-jybz .hxys-jybz-fr ul li p {
	font-size: 18px;
	padding: 10px 10px;
	color: #fff;
}

.hxys-jybz .hxys-jybz-fr ul li img {
	max-width: 100%;
	margin: 10px auto;
	display: block;
	transition: .5s;
}

.hxys-jybz .hxys-jybz-fr ul li:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


.main-quality {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.main-quality h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 30px;
}

.main-quality h3 {
	font-size: 15px;
	line-height: 22px;
}

.main-quality dl {
	width: 100%;
	margin: 40px 0;
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
}

.main-quality dl dt {
	width: 45%;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006ab4;
	color: #fff;
	font-size: 15px;
}

.main-quality dl dd {
	width: 40%;
	padding: 0 5%;
	border-left: 1px dashed #d1d1d1;
	margin-left: 5%;
	font-size: 15px;
}

.main-quality dl dd span {
	color: #999999;
}

.main-quality dl dd p {
	color: #333;
	font-weight: bold;
}

.main-quality .main-quality-txt {
	width: 80%;
	float: left;
	color: #333;
}

.main-quality .main-quality-class {
	width: 15%;
	float: right;
	position: relative;
}

.main-quality .main-quality-class a {
	display: block;
	line-height: 32px;
	font-size: 19px;
	position: relative;
	margin: 20px 0;
	padding-left: 20px;
	color: #333;
}

.main-quality .main-quality-class a.active {
	color: #005da2;
}

.main-quality .main-quality-class a.active:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 10;
	bottom: -2px;
	left: 0;
	width: 4px;
	height: 100%;
	background: #005da2;
}

.main-quality .main-quality-class {
	overflow-x: scroll;
	overflow-y: hidden;
}

.main-quality .main-quality-class::-webkit-scrollbar {
	display: none
}


.main-quality-content .main-quality-list {
	border: 1px solid #dbdbdb;
	margin: 50px 0;
	padding-bottom: 40px;
}

.main-quality-content .main-quality-list h4 {
	font-size: 22px;
	font-weight: bold;
	color: #006ab4;
	background: #f6f7f9;
	padding: 10px 20px;
}

.main-quality-content .main-quality-list h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 25px 30px;
}

.main-quality-content .main-quality-list .zl-body {
	font-size: 15px;
	line-height: 30px;
	margin: 0 30px;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 30px 20px 30px;
}

/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
}

.main-contact ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border: 1px solid #dcdcdc;
	padding: 30px 0;
}

.main-contact ul li {
	width: 31.333%;
	margin: 10px 1%;
	background: #fff;
	transition: .5s;
	text-align: center;
}

.main-contact ul li h3 {
	font-size: 20px;
	line-height: 35px;
	color: #888888;
}

.main-contact ul li p {
	font-size: 18px;
	color: #333333;
	padding: 0 10px;
}

.main-contact ul li img {
	max-width: 100%;
	margin: 15px auto;
	display: block;
	transition: .5s;
}

.main-contact ul li:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

#allmap {
	height: 480px;
	border: 0;
	width: 100%;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}

.n-service {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.n-service ul {
	width: 100%;
}

.n-service ul li {
	width: 23%;
	margin: 10px 1%;
	float: left;
	background: #fff;
	position: relative;
}

.n-service ul li img {
	width: 100%;
}

.n-service .n-service-txt {
	position: absolute;
	top: 20px;
	left: 30px;
	color: #fff;
}

.n-service .n-service-txt h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}

.n-service .n-service-txt em {
	background: #fff;
	margin: 10px 0;
	height: 3px;
	display: block;
	width: 56px;
}


.main-xzfl {
	width: 100%;
	overflow: hidden;
}

.main-xzfl .section {
	background: #f5f5f5;
	padding: 60px 0;
}

.main-xzfl ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}

.main-xzfl ul li {
	padding: 20px 0;
	background: #fff;
	text-align: center;
	width: 14.666%;
	vertical-align: top;
	margin: 20px 1%;
	display: inline-block;
	color: #252525;
}

.main-xzfl ul li p {
	font-size: 18px;
	min-height: 48px;
	line-height: 24px;
}

.main-xzfl ul li img {
	max-width: 100%;
	margin: 20px auto;
	display: block;
	transition: .5s;
}

.main-xzfl ul li:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


.main-xzfl-img {
	width: 100%;
	margin: 60px 0;
}

.main-xzfl-img img {
	width: 100%;
}



.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	border: 1px solid #dddddd;
	padding: 0 10px;
	margin-right: 8px;
	min-width: 40px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}

.qt-pagination .pages {
	background: #0a7dce;
	color: #fff;
}



.foot-nav {
	width: 100%;
	background: #333334;
	padding: 60px 0 40px 0;
	overflow: hidden;
}

.foot-nav .foot-fl {
	width: 88%;
}

.foot-nav .foot-fl ul {
	float: left;
}

.foot-nav .foot-fl ul h3 {
	font-size: 19px;
	padding: 20px 0;
	color: #a9a9a9;
}

.foot-nav .foot-fl ul li {
	line-height: 25px;
	margin: 5px 0;
	font-size: 15px;
}

.foot-nav .foot-fl ul li a {
	color: #fff;
}

.foot-nav .foot-fl ul li a:hover {
	color: #41bbc6;
}

.foot-nav .foot-fl ul.ul01 {
	width: 20%;
}

.foot-nav .foot-fl ul.ul01 li {
	width: 100%;
}

.foot-nav .foot-fl ul.ul02 {
	width: 40%;
}

.foot-nav .foot-fl ul.ul02 li {
	margin-right: 50px;
	float: left;
}

.foot-nav .foot-fr {
	width: 10%;
	text-align: right;
	padding-top: 60px;
}

.foot-nav .foot-fr a {
	font-size: 21px;
	line-height: 40px;
	color: #fff;
}

.foot-nav .foot-fr ul {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.foot-nav .foot-fr ul li {
	width: 25%;
	float: left;
}

.foot-nav a:hover {
	color: #41bbc6;
}



.footer {
	width: 100%;
	color: #5d5d5d;
	background: #333334;
	line-height: 24px;
	font-size: 15px;
	overflow: hidden;
}

.footer .section {
	border-top: 1px solid #626263;
	padding: 30px 0 20px 0;
}

.footer a {
	color: #5d5d5d;
}

.footer a:hover {
	color: #41bbc6;
}




@media (max-width:1400px) {

	.header .section {
		width: 98%;
	}

	.header .head-lang {
		width: 90px;
	}

	.header .logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 15%;
	}

	.header .logo a {
		display: flex;
	}

	.header .head-lang a {
		font-size: 14px;
	}

	.scroll_horizontal {

		width: 1200px;
	}

	.scroll_horizontal .box {

		width: 1200px;
	}

	.n-service .n-service-txt h3 {
		font-size: 26px;
	}

	.scroll_horizontal .list li {
		float: left;
		width: 300px;
		text-align: center;
	}




	.i-about .about-txt h2 {
		line-height: 50px;
		font-size: 30px;
	}

	.i-title h2 {
		font-size: 30px;
	}

	.i-about .about-txt {
		font-size: 15px;
		line-height: 28px;
	}

	.content-about-num .product-num-nub {
		font-size: 25px;
	}

	.content-about-num .product-num-inf {
		font-size: 15px;
	}

	.content-about-num .product-num-wan {
		font-size: 19px;
	}


	.ser-txt h4 {
		font-size: 25px;
	}

	.ser-txt p {
		font-size: 13px;
		line-height: 25px;
	}

	.lndustry-dl dl dd h3 {
		font-size: 28px;
	}

	.main-class a {
		font-size: 18px;
		padding: 10px 0;
	}

	.lndustry-dl dl dd p {
		line-height: 27px;
		font-size: 14px;
	}

	.main-product .list ul li h2,
	.main-contact ul li h3 {
		font-size: 18px;
	}

	.main-contact ul li p {
		font-size: 16px;
	}

	.process-box ul li p {
		font-size: 14px;
	}

	.banner {
		margin-top: 80px;
	}

	.banner .b-txt h2 {
		font-size: 30px;

	}

	.banner .b-txt p {
		font-size: 16px;

		line-height: 28px;
	}


	.banner .b-txt em {

		width: 40px;
		margin-top: 10px;
		height: 3px;

	}

	.n-title span {
		font-size: 30px;
	}

	.n-title span:before {
		content: '';
		width: 48px;
		height: 3px;
		left: -48px;
	}

	.n-title span:after {
		width: 48px;
		height: 3px;
		right: -48px;

	}

	.i-solution .solution-list h3 {
		margin-top: 60px;
	}

	.i-solution .solution-list h3 {
		font-size: 22px;
	}

	.i-solution .solution-list p {
		font-size: 14px;
		line-height: 24px;
	}

	.foot-nav .foot-fl ul h3 {
		font-size: 17px;
	}

	.foot-nav .foot-fl ul li {
		font-size: 14px;
	}

	.main-about .ab-l h4 {
		font-size: 14px;
	}

	.main-about .ab-l h1 {
		font-size: 28px;
	}

	.footer {
		font-size: 14px;
	}

	.main-contact ul li img {
		max-width: 80px;
	}
}

@media (max-width:1230px) {

	.header {
		z-index: 9999;
		background: #fff;
	}

	.header .section {
		width: 100%;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #41bbc6;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #58deea;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 45px;
		color: #fff;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .logo {
		padding: 17px 8px;
		display: block;
		width: 193px;
	}

	.header .logo a {
		height: 35px;
	}

	.header .logo img {
		height: 35px;
	}

	.header .head-fr {
		width: 240px;
	}

	.m_menu {
		height: 70px;
	}

	.m_menu_k {
		height: 70px;
	}

	.header .head-lang {
		display: none;
	}

	.header .b-search {
		display: none;
	}

	.header .head-fr {
		width: 205px;
	}


	.set-middle {
		height: 330px;
	}

	.set-middle img {
		width: auto;
	}

	.i-solution .solution-list p {
		opacity: 1;
	}

	.scroll_horizontal {

		width: 900px;
	}

	.scroll_horizontal .box {

		width: 900px;
	}

	.scroll_horizontal .list li {
		float: left;
		width: 300px;
		text-align: center;
	}
}

@media (max-width:999px) {
	.cp-ban {
		display: none;
	}

	.lndustry-dl dl dd h3 {
		font-size: 22px;
	}

	.main-class a {
		font-size: 16px;
		padding: 10px 0;
	}

	.lndustry-dl dl dd p {
		line-height: 24px;
		font-size: 13px;
	}

	.main-product .list ul li h2,
	.main-contact ul li h3 {
		font-size: 16px;
	}

	.main-contact ul li p {
		font-size: 14px;
	}

	.n-service .n-service-txt h3 {
		font-size: 24px;
	}

	.process-box ul li p {
		font-size: 13px;
	}

	.main-contact ul li img {
		max-width: 65px;
	}

	.content-about-num .product-num-nub {
		font-size: 20px;
	}

	.content-about-num .product-num-inf {
		font-size: 14px;
	}

	.content-about-num .product-num-wan {
		font-size: 17px;
	}

	.scroll_horizontal {

		width: 600px;
	}

	.scroll_horizontal .box {

		width: 600px;
	}

	.scroll_horizontal .list li {
		float: left;
		width: 300px;
		text-align: center;
	}

	.mp-ban {
		display: block;
	}

	.main-about .ab-l h4 {
		font-size: 13px;
	}

	.main-about .ab-l h1 {
		font-size: 24px;
	}

	.banner .b-txt h2 {
		font-size: 25px;

	}

	.banner .b-txt p {
		font-size: 15px;

		line-height: 26px;
	}


	.banner .b-txt em {

		width: 35px;
		margin-top: 10px;
		height: 3px;

	}

	.n-title span,
	.i-title h2,
	.i-about .about-txt h2 {
		font-size: 25px;
	}

	.n-title span:before {
		content: '';
		width: 25px;
		left: -25px;
	}

	.n-title span:after {
		width: 25px;
		right: -25px;

	}

	.header .logo {
		padding: 17px 8px;
	}

	.header .logo img {
		height: 35px;
	}

	.header .menu {
		top: 70px;
	}

	.banner {
		margin-top: 70px;
	}


	.i-about .about-img {
		width: 100%;
	}

	.i-about .about-txt {
		width: 100%;
		margin-top: 20px;
	}

	.i-about .about-txt {
		font-size: 14px;
		line-height: 25px;
	}

	.main-about .ab-l {
		width: 100%;
	}

	.main-about .ab-r {
		width: 100%;
	}

	.foot-nav .foot-fl {
		width: 100%;
	}

	.foot-nav .foot-fr {
		display: none;
	}

	.footer {
		font-size: 13px;
	}

	.foot-nav {
		padding: 50px 0 30px 0
	}

	.about-num .product-num-img img {
		max-width: 45px;
	}

	.set-title ul li p {
		font-size: 14px;
	}

}

/*banner媒体查询*/
@media (max-width:768px) {
	.i-solution .solution-list {
		height: 250px;
	}

	.i-solution .solution-list h3 {
		margin-top: 40px
	}

	.n-service ul li {
		width: 48%;
	}

	.i-solution .solution-list a:hover h3 {
		margin-top: 30px;
	}

	.cp-detail-content dl dt {
		width: 100%;
	}

	.cp-detail-content dl dd {
		width: 100%;
	}

}


@media (max-width:658px) {
	.set-middle {
		height: 300px;
	}

	.scroll_horizontal {

		width: 300px;
	}

	.main-contact ul li {
		width: 100%;
		margin: 10px 0;
	}

	.lndustry-dl dl dd h3 {
		font-size: 20px;
	}

	.n-service .n-service-txt h3 {
		font-size: 18px;
	}

	.main-class a {
		font-size: 14px;
		padding: 5px 0;
	}

	.lndustry-dl dl dd p {
		line-height: 22px;
		font-size: 12px;
	}

	.main-product .list ul li h2,
	.main-contact ul li h3 {
		font-size: 15px;
	}

	.main-contact ul li p {
		font-size: 13px;
	}

	.process-box ul li p {
		font-size: 12px;
	}

	.main-contact ul li img {
		max-width: 55px;
	}

	#allmap {
		height: 250px;
	}

	.location-class {
		display: none;
	}

	.lndustry-dl {
		width: 100%;
	}

	.lndustry-dl dl dd {
		padding: 20px 15px;
		width: 100%;
	}

	.lndustry-dl dl dt {
		width: 100%;
	}

	.lndustry-dl dl dt img {
		width: 100%;
	}

	.scroll_horizontal .box {

		width: 300px;
	}

	.main-product .list ul li {
		width: 100%;
		margin: 10px 0;
	}

	.process-box ul li {
		width: 49%;
		margin-bottom: 15px;
	}

	.scroll_horizontal .list li {
		float: left;
		width: 300px;
		text-align: center;
	}

	.content-about-num .product-num-item {
		width: 50%;

		border-bottom: 1px solid #d2d2d2;
		padding: 10px 1%;
	}

	.content-about-num .product-num-nub {
		font-size: 18px;
	}

	.content-about-num .product-num-inf {
		font-size: 15px;
	}

	.content-about-num .product-num-wan {
		font-size: 15px;
	}

	.main-about .ab-l p {
		font-size: 13px;
		line-height: 22px;
	}

	.banner .b-txt h2 {
		font-size: 24px;

	}

	.main-about .ab-l h1 {
		font-size: 20px;
	}

	.main-about .ab-l h4 {
		font-size: 13px;
	}

	.banner .b-txt p {
		font-size: 14px;
		line-height: 22px;
	}

	.cp-detail-content h2,
	.news-detail h2 {
		font-size: 24px;
		line-height: 25px;
		padding: 10px 0;
	}

	.cp-detail-content dl {
		padding: 20px;
	}

	.banner .b-txt em {
		width: 25px;
		margin-top: 5px;
		height: 3px;

	}

	.ser-txt a {
		width: 28px;
		height: 28px;
	}

	.i-about,
	.i-service,
	.i-solution {
		padding: 30px 0;
	}

	.set-middle {
		margin-top: 30px;
	}

	.i-about .section {
		padding: 30px 30px;
	}

	.header .head-fr {
		width: 126px;
	}

	.header .head-lang a {
		font-size: 12px;
	}

	.set-title ul li i {
		width: 45px;
		height: 45px;
	}

	.ser-txt h4 {
		font-size: 20px;
	}

	.ser-txt p {
		font-size: 12px;
		line-height: 19px;
	}

	.foot-nav .foot-fl ul.ul01 {
		width: 100%;
	}

	.foot-nav .foot-fl ul.ul02 {
		width: 100%;
	}

	.foot-nav .foot-fl ul h3 {
		font-size: 16px;
		padding: 10px 0;
	}

	.ser-txt .box {
		width: 100%;
		padding: 20px 20px;
	}

	.i-solution .solution-list h3 {
		font-size: 18px;
	}

	.i-solution .solution-list p {
		font-size: 12px;
		line-height: 19px;
	}

	.foot-nav .foot-fl ul.ul01 li,
	.foot-nav .foot-fl ul.ul02 li {
		width: auto;
		float: left;
		margin-right: 10px;
	}

	.main-news ul li {
		width: 100%;
	}

	.foot-nav .foot-fl ul li {
		font-size: 12px;
		line-height: 24px;
	}

	.footer {
		font-size: 12px;
	}

	.n-service .n-service-txt em {
		height: 1px;

		width: 25px;
	}

	.foot-nav {
		padding: 20px 0
	}
}

@media (max-width:525px) {}

@media (max-width:428px) {}
