* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "SourceHanSansCN";
	/* src: url("../font/cn/SourceHanSansCN-Regular.otf"); */
}

@font-face {
	font-family: "Frutiger";
	src: url("../font/en/Frutiger-LT-55-Roman.ttf");
}

html,
body,
div,
span,
p,
ul,
li,
a,
img,
input,
label,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
textarea,
select,
option,
b,
i {
	font-style: normal;
	font-size: 16px;
	border: 0;
	font-family: 'SourceHanSansCN', 'Microsoft YaHei', '???��??��?����?��';
	font-weight: normal;
	color: #232323;
	outline: 0;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

ul,
li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.header-container a:link,
.container a:link {
	text-decoration: none;
}

* {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html,
body {
	min-width: auto;
}

.table-box table{width:100%;}
.table-box table tr td{font-size:14px!important;height:50px;border:1px solid #ddd!important;padding:5px 10px;word-break:break-all;}
.table-box table tr td span{font-size:14px!important}
.table-box table tr td p{font-size:14px!important;}

.d-box a,
.d-box span {
	display: inline-block;
}

.m-block p img {
	max-width: 100%;
	display: block;
}

.feizhou:hover .cls-5,
.ouzhou:hover .cls-5,
.zhongdong:hover .cls-5,
.lamei:hover .cls-5,
.yatai:hover .cls-5,
.eluosi:hover .cls-5 {
	color: #1B67B2;
	background: red;
	fill: #1B67B2;
}

.map-li.active .cls-5 {
	color: #1B67B2;
	background: red;
	fill: #1B67B2;
}

.svg {
	width: 100%;
	height: 100%;
	position: relative;
}

.svg-box,
svg {
	width: 100%;
	height: 100%;
}

.form-submit {
	width: 160px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(27, 103, 178, 1);
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	margin: 50px auto;
	color: rgba(27, 103, 178, 1);
	cursor: pointer;
}

.d-box span p.fontStyle-1 {
	width: 48%;
	margin-top: 15px;
	float: right;
}

.d-box span img.fontStyle-img {
	width: 48%;
	margin-top: 15px;
	float: left;
}

.map-box {
	width: 100%;
	height: 520px;
	padding: 100px 0;
	position: relative;
	box-sizing: content-box;
}

.svf-info {
	width: 500px;
	height: auto;
	position: absolute;
	top: 100px;
	right: 5px;
}

.svf-info h1 {
	width: 100%;
	height: 80px;
	background: rgba(27, 103, 178, 1);
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	color: #FFFFFF;
}

.map-info-box {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(35, 35, 35, 0.2);
}

.map-info-block ul {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.map-info-block ul li {
	display: block;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.map-info-block ul li i {
	width: 30px;
	height: 100%;
	display: flex;
	margin: 0 10px 0 0;
}

.map-info-block ul li i img {
	display: block;
	width: 100%;
}

.map-info-block ul li p {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}

.map-info-block {
	display: none;
}

.map-info-block.active {
	display: block;
}

.map-points {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.map-points ul {
	position: absolute;
	top: 0;
	left: 0;
}

.map-points ul li {
	width: 20px;
	height: 30px;
	display: block;
	position: absolute;
	margin-top: -10px;
}

.map-points ul li i {
	width: 100%;
	height: 100%;
	background: url(../images/icon/svg/map-addr-2.svg) center center no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.map-points ul li.active i {
	width: 30px;
	height: 30px;
	background: url(../images/icon/svg/map-addr-1.svg) center center no-repeat;
}
/*
.map-points ul li:nth-child(1) {
	top: 318px;
	left: 428px;
}

.map-points ul li:nth-child(2) {
	top: 332px;
	left: 528px;
}

.map-points ul li:nth-child(3) {
	top: 340px;
	left: 760px;
}

.map-points ul li:nth-child(4) {
	top: 310px;
	left: 776px;
}

.map-points ul li:nth-child(5) {
	top: 380px;
	left: 786px;
}*/

.map-box .iframe {
	border: 0;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	transform-origin: center left;
	width: 1000px;
	height: 520px;
}
.map-box .iframe iframe  {
	width: 100%;
	height: 100%;
	resize: none;
	overflow: hidden;
	border: 0;
	padding: 0;
}
.point-container {
	height: 100px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #007AFF;
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #007AFF;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_inside>.mCSB_container {
	margin: 0;
}

.showImage {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.showImage-container {
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.close-img {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 1000;
}

.left-arrow,
.right-arrow {
	width: 27px;
	height: 52px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}

.left-arrow {
	left: 10px;
}

.right-arrow {
	right: 10px;
}

.showImage-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.showImage-container ul {
	width: 10000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.showImage-container ul li {
	display: block;
	float: left;
	height: 100%;
}

.showImage-container ul li span {
	display: flex;
	display: -webkit-flex;
	height: 100%;
	align-items: center;
}

.showImage-container ul li span img {
	display: block;
	width: 100%;
	height: auto;
}

.followus {
	display: none;
}

.mobile-banner {
	display: none;
}

.banner .points-box,
.mobile-banner .points-box {
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	/* overflow: hidden; */
	padding: 0 0 0 5px;
	z-index: 100;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	overflow: visible;
}

.banner .swiper-pagination,
.mobile-banner .swiper-pagination {
	width: auto;
	height: 100%;
}

.banner .points-box li,
.mobile-banner .points-box li {
	width: 200px;
	height: 100%;
	display: block;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 14px;
	background: transparent;
	opacity: 1;
}

.banner .points-box li:last-child,
.mobile-banner .points-box li:last-child {
	width: 30px;
}

.points-box li span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}

.points-box li span i {
	display: block;
	width: 0px;
	height: 100%;
	background: #1D6FD7;
	animation-fill-mode: backwards;
	margin: 11px 0 0 0;
}

.points-box li.swiper-pagination-bullet-active .point:before,
.points-box li.on.swiper-pagination-bullet-active .point:before,
.points-box li.on .point:before {
	opacity: 1;
}

.points-box li.on.swiper-pagination-bullet-active span i,
.points-box li.on span i {
	width: 100%;
	animation: none;
}

.points-box li.swiper-pagination-bullet-active span i {
	animation: swiperPoint 2.5s linear forwards;
	animation-play-state: running;
}

.points-box li:last-child span {
	display: none;
}

@keyframes swiperPoint {
	from {
		width: 0px;
	}

	to {
		width: 100%;
	}
}

.mobile-nav {
	display: none;
	height: 100%;
}

.mobile-nav-cotainer {
	height: 1.2rem;
	position: relative;
}
.switcher-lang{
	width: 1rem;
	height: 1.2rem;
	position: absolute;
	top: 0;
	right: 1rem;
}
.switcher-lang span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.switcher-lang span img{
	width: 0.44rem;
}
.switcher-lang-box{
	width: auto;
	height: auto;
	position: absolute;
	top: 1rem;
	right: 0.75rem;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	padding: 0.1rem 0;
	display: none;
	z-index: 11100;
}
.switcher-lang-box:before{
	content: "";
	display: block;
	width: 10px;
	height:10px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: rotate(45deg);
	margin-left: -5px;
}
.switcher-lang-box a{
	font-size: 0.24rem;
	line-height: 0.6rem;
	padding: 0 0.3rem;
	margin: 0.1rem 0;
}
.switcher-lang-box a:not(:last-child){
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.switcher-lang-box .active{
	color: #1b67b2;
}
.mobile-logo {
	width: 2rem;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 0 0 0.2rem;
	float: left;
}

.mobile-en.mobile-logo {
	width: 0.7rem;
}

.mobile-logo img {
	display: block;
	width: 100%;
}

.mobile-nav-btn {
	width: 1rem;
	float: right;
	height: 100%;
	position: relative;
}

.mobile-nav-btn span {
	height: 1px;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.mobile-nav-btn i {
	display: block;
	width: 0.4rem;
	height: 2px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.mobile-nav-btn i:nth-child(1) {
	margin-top: -0.15rem;
}

.mobile-nav-btn i:nth-child(3) {
	margin-top: 0.15rem;
}

.mobile-nav-btn.active i:nth-child(2) {
	opacity: 0;
}

.mobile-nav-btn.active i:nth-child(1) {
	margin: 0;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-btn.active i:nth-child(3) {
	margin: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-box {
	width: 100%;
	height: calc(100% - 1.2rem);
	height: -webkit-calc(100% - 1.2rem);
	position: fixed;
	top: 1.2rem;
	left: 0;
	z-index: 10000;
	background: #FFFFFF;
	overflow-y: auto;
	box-sizing: border-box;
	padding-bottom: 1rem;
	display: none;
}

.mobile-nav-block {
	box-sizing: border-box;
	/* border-bottom: 1px solid #E2E2E2; */
	border-top: 1px solid #E2E2E2;
	padding: 0.3rem;
}

.mobile-nav-li {
	padding: 0.3rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mobile-nav-li a,
.mobile-nav-li span {
	font-size: 0.28rem;
}

.mobile-nav-li a {
	display: inline-block;
}

.mobile-isNav ul {
	/* border-bottom: 1px solid #E2E2E2; */
	/* border-top: 1px solid #E2E2E2; */
	padding: 0.1rem 0 0 0.2rem;
	margin: 0.1rem 0 0 0;
	display: none;
}
.mobile-isNav ul li{
	border-top: 1px solid #E2E2E2;
}
.mobile-isNav ul li a {
	font-size: 0.24rem;
	color: #666;
	padding: 0.3rem 0;
}

.mobile-nav-li span {
	display: block;
	width: 100%;
	position: relative;
}

.mobile-nav-li span:before,
.mobile-nav-li span:after {
	content: "";
	display: block;
	width: 0.3rem;
	height: 2px;
	background: #666;
	position: absolute;
	top: 50%;
	right: 0.1rem;
	margin-top: -1px;
}

.mobile-nav-li span:after {
	transform: rotate(90deg);
}

.mobile-nav-li.active span:after {
	display: none;
}

.mobile-nav-li.active ul {
	display: block;
}

.mobile-nav-language {
	box-sizing: border-box;
	padding: 0.3rem;
	display: none;
}

.mobile-nav-language a {
	display: inline-block;
	font-size: 0.2rem;
	margin: 0 0.1rem;
	color: #999;
}

.mobile-nav-language a.active {
	color: #1D6FD7;
}

.mobile-nav-li a.active {
	color: #1D6FD7;
}

.maxWidth {
	width: 100%;
	max-width: 1520px;
	margin: auto;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.grayBackground {
	background: #F2F2F2;
}

.header-container {
	width: 100%;
	height: 100px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 10000;
}

.nav-container {
	height: 100%;
	position: relative;
	z-index: 10000;
}

.logo {
	width: auto;
	height: 100%;
	float: left;
	display: block;
}

.logo img {
	display: block;
	height: 46px;
	margin: 33px 0 0 0;
}

.nav-box {
	width: auto;
	height: 100%;
	float: right;
	display: block;
}

.language {
	width: auto;
	height: 26px;
	line-height: 26px;
	float: right;
	display: block;
	margin: 10px 0 0 0;
}

.language a {
	width: auto;
	float: left;
	display: block;
	margin: 0 5px;
	font-family: Frutiger;
	font-size: 12px;
	color: #232323;
}

.language a.active {
	color: #256eb6;
}

.language i {
	width: 1px;
	height: 10px;
	background: #999;
	display: block;
	float: left;
	margin: 8px 20px 0 20px;
}

.nav {
	width: auto;
	height: 60px;
	line-height: 60px;
	clear: both;
	float: right;
}

.nav ul li {
	float: left;
	display: block;
	margin: 0 5px;
	font-weight: bold;
	margin-left: 40px;
}

.nav ul li a {
	font-weight: bold;
	font-size: 18px;
	margin: 19px 0 0 0px;
	height: 30px;
	line-height: 30px;
	color: #232323;
}

.nav ul li a.active {
	color: #1B67B2;
	font-weight: bold;
}

.nav ul li a:hover {
	color: #1B67B2;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.subnav-container {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 999;
}

.subnav-block {
	display: none;
	border-top: 1px solid #007AFF;
	position: relative;
}

.isNav {
	position: relative;
}

.isNav.active:after,
.isNav.active:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #007AFF;
	border-top: 1px solid #007AFF;
	background: #FFFFFF;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	bottom: -20px;
	left: 50%;
}

.subnav-about:after {
	left: 880px;
}

.subnav-product:after {
	left: 960px;
}

.subnav-box {
	text-align: center;
	position: relative;
}

.subnav-box ul {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.isNav {
	position: relative;
}

.subnav-box ul li {
	width: 250px;
	padding: 95px 0;
	display: block;
	float: left;
}

.subnav-box ul li a {
	width: auto;
}

.subnav-box ul li span {
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
}

.subnav-box ul li span img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
}

.subnav-box ul li p {
	text-align: center;
	color: #333333;
	padding: 20px 0 0 0;
	font-size: 18px;
	font-weight: 600;
	color: rgba(35, 35, 35, 1);
	line-height: 22px;
}

.container {
	width: 100%;
	height: auto;
}

.swiper-content {
	position: relative;
	overflow: hidden;
}

.swiper-content img {
	width: 100%;
	display: block;
}

.product-line {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}

.product-line ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.product-line ul li {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 70px;
}

.product-line ul li:not(:last-child) {
	border-right: 1px solid rgba(221, 221, 221, 1);
}

.product-line ul li a {
	display: block;
	width: 100%;
}

.product-line ul li a p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	padding: 70px 0;
}

.product-line ul li a span {
	width: 120px;
	height: 120px;
	display: block;
	margin: auto;
}

.block-container {
	padding: 0 0 50px 0;
}

.news-bg {
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 100px 0;
}

.block-title {
	padding: 106px 0 100px 0;
	position: relative;
}

.more-link {
	position: absolute;
	bottom: 100px;
	right: 0;
}

.more-link a {
	color: #1D6FD7;
}

.more-link a i {
	display: inline-block;
	float: right;
	margin: 0 0 0 5px;
}

.block-title h1 {
	width: 100%;
	height: auto;
	font-size: 48px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
	text-align: center;
}

.solution-box {
	position: relative;
}

.solution-box span {
	display: block;
	width: 100%;
	height: 700px;
	background: #000000;
}

.solution-box span img {
	display: block;
	width: 100%;
	height: 100%;
}

.solution-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(27, 103, 178, 0.81);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
	padding: 0 400px;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	opacity: 0;
}

.solution-info:hover {
	opacity: 1;
}

.solution-info h1 {
	font-size: 32px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
}

.solution-info p {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 24px;
	padding: 30px 0 80px 0;
	text-align: center;
}

.solution-info a {
	display: block;
	width: 160px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	font-size: 24px;
	color: rgba(27, 103, 178, 1);
	line-height: 40px;
	text-align: center;
}

.videoCenter-box {
	width: 100%;
	height: 750px;
	overflow: hidden;
}

.curr_video {
	width: 1000px;
	height: 100%;
	float: left;
	background: #000;
	position: relative;
}

.curr_video span,
.curr_video span video {
	display: block;
	width: 100%;
	height: 100%;
}

.curr_video i {
	display: block;
	width: 104px;
	height: 104px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.curr_video i img {
	display: block;
	width: 100%;
	height: 100%;
}

.video-list {
	width: 485px;
	height: 100%;
	float: right;
	overflow-y: auto;
}

.video-list ul {
	box-sizing: border-box;
	padding-right: 15px;
}

.video-list ul li {
	width: 100%;
	height: 265px;
	margin-bottom: 10px;
}

.video-list ul li span {
	display: block;
	width: 100%;
	height: 220px;
	background: #BDBDBD;
	position: relative;
}

.video-list ul li span i {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
}

.video-list ul li span img {
	display: block;
	width: 100%;
	height: 100%;
}

.video-list ul li p {
	width: 100%;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 45px;
	font-size: 18px;
}

.mCSB_container {
	margin: 0;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	background: rgba(0, 0, 0, 0.1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #1D6FD7;
}

.mCustomScrollBox>.mCSB_scrollTools {
	width: 5px;
}

.footer-container {
	width: 100%;
	height: auto;
	background: #000;
	padding: 92px 0 60px 0;
	background: #000 url(../images/bottom-bg.png) center no-repeat;
	background-size: cover;
}

.brand-container .swiper-container {
	border-radius: 13px;
}

.phone-gotop {
	display: none;
	text-align: center;
}

.phone-gotop span {
	display: inline-block;
	text-align: center;
	color: #000000;
	width: auto;
	margin: 0.2rem auto;
	position: relative;
}

.phone-gotop span:before,
.phone-gotop span:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 0.14rem;
	left: -0.4rem;
}

.phone-gotop span:before {
	transform: rotate(45deg) translateX(5px);
}

.phone-gotop span:after {
	transform: rotate(-45deg) translateX(-5px);
}

.hotNew-box {}

.hotNew-box ul {
	position: relative;
}

.hotNew-box ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	width: 100%;
}

.hotNew-box ul li {
	width: 750px;
	height: 375px;
	float: left;
	background: #ccc;
	margin-bottom: 20px;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	overflow: hidden;
}

.hotNew-box ul li:first-child {
	height: 770px;
}

.hotNew-box ul li:nth-of-type(1),
.hotNew-box ul li:nth-of-type(4) {
	margin-right: 10px;
}

.hotNew-box ul li:nth-of-type(2),
.hotNew-box ul li:nth-of-type(3),
.hotNew-box ul li:last-child {
	margin-left: 10px;
}

.hotNew-box ul li:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.hotNew-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.hotNew-box ul li a span {
	display: block;
	overflow: hidden;
}

.hotNew-box ul li a span.hotNew-image:hover img {
	transform: scale(1.05);
}

.hotNew-box ul li a span.hotNew-image img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.hotNew-box ul li a span.hotNew-info {
	width: 100%;
	height: 82px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 25px;
}

.hotNew-box ul li a span.hotNew-info h1 {
	font-size: 18px;
	font-weight: normal;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	padding: 16px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotNew-box ul li a span.hotNew-info p {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	line-height: 14px;
}

.hotNew-video i {
	display: block;
	width: 104px;
	height: 104px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.hotNew-video i img {
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(0.8);
}

.share-box {
	width: 40px;
	height: auto;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 1000;
}

.wx-QRcode {
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	position: absolute;
	right: 50px;
	bottom: 0;
	transform: scale(0);
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	transform-origin: center right;
}

.wx-QRcode span,
.wx-QRcode span img {
	display: block;
	width: 100%;
	height: 100%;
}

.share-box ul li {
	width: 100%;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	margin: 9px 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	cursor: pointer;
}
.share-box ul li.icon-phone {
	background-image: url(../images/icon/svg/phone.svg);
}

.share-box ul li.icon-phone:hover {
	background-image: url(../images/icon/svg/phone-icon-1.svg);
}
.share-box ul li.icon-email {
	background-image: url(../images/icon/svg/email.svg);
}

.share-box ul li.icon-email:hover {
	background-image: url(../images/icon/svg/email-icon-1.svg);
}
.share-box ul li.icon-tuite {
	background-image: url(../images/icon/svg/tuite.svg);
}

.share-box ul li.icon-tuite:hover {
	background-image: url(../images/icon/svg/tuite-icon-1.svg);
}

.share-box ul li.icon-facebook {
	background-image: url(../images/icon/svg/facebook.svg);
}

.share-box ul li.icon-facebook:hover {
	background-image: url(../images/icon/svg/facebook-icon-1.svg);
}

.share-box ul li.icon-in {
	background-image: url(../images/icon/svg/in-icon.svg);
}

.share-box ul li.icon-in:hover {
	background-image: url(../images/icon/svg/in-icon-1.svg);
}

.share-box ul li.icon-wx {
	background-image: url(../images/icon/svg/wx.svg);
}

.share-box ul li.icon-wx:hover {
	background-image: url(../images/icon/svg/wx-icon-1.svg);
}

.share-box ul li.icon-gotop {
	display: none;
	background-image: url(../images/icon/svg/gotop.svg);
}

.share-box ul li.icon-gotop:hover {
	background-image: url(../images/icon/svg/gotop-1.svg);
}

.followus ul li {
	background-repeat: no-repeat;
	height: auto;
	background-position-y: center;
	line-height: 0.5rem;
	color: #FFFFFF;
	font-size: 0.24rem;
}

.footer-nav-li.followus ul li a {
	line-height: 0.5rem;
	color: #555;
	font-size: 0.24rem;
	padding: 0;
}

.footer-nav-li.followus ul li i {
	width: 0.5rem;
	display: block;
	float: left;
	margin: 0 0.2rem 0 0;
}

.footer-nav-li.followus ul li i img {
	display: block;
	width: 100%;
	background:#555;
}

.share-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer-info {
	border-top: 2px solid #000;
	padding: 28px 0 0 0;
}

.footer-info span {
	display: block;
}

.footer-info span p {
	font-size: 14px;
	font-weight: 400; 
	line-height: 24px;
	/* text-align: center; */
	display: inline-block;
}

.footer-nav {
	overflow: hidden;
	padding-bottom: 30px;
}

.footer-nav-li {
	width: 280px;
	height: auto;
	float: left;
}

.footer-nav-li.floatRight {
	float: right;
	width: auto;
}

.footer-nav-li h1 {
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: bold; 
	line-height: 24px;
	padding-bottom: 40px;
}

.footer-nav-li ul li {
	padding: 0 0 20px 0;
}

.footer-nav-li ul li a {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 400; 
	line-height: 14px;
}

.footer-nav-li.floatRight span {
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	background: #fff;
	padding: 0px;
	display: block;
}

.footer-nav-li.floatRight span img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 800px;
	position: relative;
}

.swiper-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-box ul,
.swiper-box ul li {
	width: 100%;
	height: 100%;
}

.swiper-box ul {
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-box ul li {
	float: left;
}

.swiper-box ul li img {
	margin: auto;
	width: 100%;
}

.points-box {
	width: 424px;
	height: 24px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	padding: 0 0 0 5px;
	box-sizing: border-box;
}

.points-box ul {
	width: 600px;
	height: 100%;
}

.points-box ul li {
	width: 200px;
	height: 100%;
	display: block;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 14px;
}

.points-box .point {
	width: 24px;
	height: 24px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.points-box .point:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: -5px;
	background: #1D6FD7;
	border-radius: 50%;
	z-index: 1;
	opacity: 0.1;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.points-box .point:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	background: transparent;
	position: absolute;
	top: 5px;
	left: 0px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	z-index: 10;
}

.points-box ul li span {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}

.points-box ul li span i {
	display: block;
	width: 0px;
	height: 100%;
	background: #1D6FD7;
	animation-fill-mode: backwards;
	margin: 11px 0 0 0;
}

.points-box ul li.active .point:before,
.points-box ul li.on.active .point:before,
.points-box ul li.on .point:before {
	opacity: 1;
}

.points-box ul li.on.active span i,
.points-box ul li.on span i {
	width: 100%;
	animation: none;
}

.points-box ul li.active span i {
	animation: swiperPoint 2.5s linear forwards;
	animation-play-state: running;
}

.points-box ul li:last-child span {
	display: none;
}

@keyframes swiperPoint {
	from {
		width: 0px;
	}
2761
	to {
		width: 100%;
	}
}

.video-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	display: none;
}

.video-container {
	width: 1520px;
	height: 700px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.video-box {
	width: 100%;
	height: 100%;
	background: #000000;
}

.video-box video {
	width: 100%;
	height: 100%;
}

.video-close {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0);
	z-index: 999;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.video-close img {
	display: block;
	width: 35px;
	height: 35px;
}

.top-bigImage {
	width: 100%;
	height: auto;
}

.top-bigImage span,
.top-bigImage span img {
	display: block;
	width: 100%;
}

.top-bigImage span.mobile {
	display: none;
}

.anke-content {
	width: 100%;
	height: auto;
	background: #F2F2F2;
	padding: 100px 0;
}
.about-bg{background:url(../images/about-bg.png);background-size:cover;}
.anke-box {
	background: #FFFFFF;
	position: relative;
}

.left-nav.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}

.anke-box:after {
	content: "";
	display: block;
	clear: both;
}

.left-nav {
	width: 280px;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.left-nav:after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	background: #E2E2E2;
}

.left-nav ul li {
	font-size: 24px;
	color: rgba(102, 102, 102, 1);
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #E2E2E2;
	padding: 30px 0;
	cursor: pointer;
}

.anke-box .left-nav {
	box-shadow: none;
}

.anke-box .left-nav.fixed {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.anke-box .left-nav ul li {}

.left-nav ul li.active {
	color: rgba(27, 103, 178, 1);
	font-weight: bold;
}

.right-info {
	width: 1040px;
	float: right;
	margin: 0 100px 0 0;
}

.t-title h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 40px 0 50px 0;
}

.d-box {
	padding: 0 0 100px 0;
}

.d-box h1 {
	margin: 2rem 0 1rem 0;
	text-indent: 1.2em;
	position: relative;
	font-weight: bold;
	font-size: 1.2em;
}

.d-box h1:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/icon/service-riangle.png) center center no-repeat;
	background-size: 50%;
	transform: rotate(180deg);
	position: absolute;
	top: 0.125em;
}

.d-box p {
	font-size: 16px;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	margin: 10px 0 0 0;
}

.d-box p i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 1px solid rgba(27, 103, 178, 1);
	color: rgba(27, 103, 178, 1);
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	border-radius: 50%;
	margin: 3px 5px 0 0;
}

.d-box img {
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
}

.d-box span {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}

.d-box span img {
	width: 100%;
	display: block;
	float: left;
}

.d-box p img {
	width: 100%;
}

.d-box span p {
	height: auto;
	float: left;
}

.m-block {
	display: none;
}

.m-block.active {
	display: block;
}

.about-box {
	position: relative;
	padding-top: 100px;
}

.about-content {
	width: 990px;
	height: auto;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
	position: relative;
}

.about-info2 {
	width: 450px;
	height: 340px;
	background: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 760px;
	box-sizing: border-box;
	z-index: 100;
	padding: 40px;
	box-shadow: 0px 2px 10px 0px rgba(35, 35, 35, 0.4);
}

.about-info2 div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about-info2 p {
	font-size: 16px;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
}

.about-info2 i {
	font-weight: bold;
}

.about-map {
	position: absolute;
	bottom: -28px;
	left: 770px;
	z-index: 1;
}

.about-map img {
	width: 100%;
	height: 100%;
	display: block;
}

.about-content {
	box-sizing: border-box;
	padding: 50px;
}

.about-title h1 {
	font-size: 32px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 32px;
	padding: 45px 0 55px 0;
	position: relative;
}

.about-title h1:before {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: rgba(27, 103, 178, 1);
	position: absolute;
	bottom: 0px;
	left: 0;
}

.about-info h2 {
	padding: 26px 0;
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
}

.about-info p {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}

.about-data ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	text-align: center;
	padding: 30px 0 0 0;
}

.about-data ul span {
	font-size: 70px;
	color: rgba(27, 103, 178, 1);
	line-height: 70px;
	display: flex;
	justify-content: center;
}

.about-data ul span i {
	color: rgba(27, 103, 178, 1);
	font-size: 26px;
	line-height: 48px;
	float: right;
}

.about-data ul p {
	padding: 20px 0 0 0;
	font-size: 16px;
}

.history-1 {
	width: 100%;
	height: 850px;
	position: relative;
}

.history-1 span {
	display: block;
	position: absolute;
}

.history-1 span img {
	display: block;
	width: 100%;
	height: 100%;
}

.history-1 span:nth-child(1),
.history-1 span:nth-child(2) {
	font-size: 160px;
	font-weight: bold;
	color: rgba(35, 35, 35, 0.19);
	line-height: 160px;
}

.history-1 span:nth-child(1) {
	top: 0;
	left: 0;
}

.history-1 span:nth-child(2) {
	text-align: right;
	top: 160px;
	right: 0;
}

.history-1 span:nth-child(3) {
	width: 446px;
	height: 296px;
	top: 125px;
	left: 34px;
	z-index: 10;
}

.history-1 span:nth-child(4) {
	width: 960px;
	height: 530px;
	bottom: 0px;
	left: 0px;
}

.history-1 span:nth-child(5) {
	left: 748px;
	top: 360px;
}

.text {
	width: 772px;
	height: auto;
	box-sizing: border-box;
	padding: 40px;
}

.text.text2 {
	width: 700px;
}

.text.text2 h1,
.text.text2 p {
	text-align: right;
}

.text h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 48px;
}

.text p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 24px;
	padding: 20px 0 0 0;
}

.text.whiteBg {
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(35, 35, 35, 0.2);
}

.text.textInline h1,
.text.textInline p {
	display: inline;
}

.text p {
	line-height: 36px;
}

.text.textRight {
	text-align: right;
}

.h-block {
	position: relative;
}

.history-2 {
	height: 650px;
	margin-top: 160px;
}

.history-2 span {
	display: block;
	position: absolute;
}

.history-2 span:nth-child(1) {
	width: 250px;
	height: 190px;
	top: 420px;
	left: 0;
}

.history-2 span:nth-child(2) {
	width: 720px;
	height: 650px;
	top: 0;
	right: 0;
}

.history-2 span:nth-child(3) {
	top: 108px;
	left: 230px;
}

.history-3 {
	height: 530px;
	margin-top: 226px;
}

.history-3 span {
	display: block;
	position: absolute;
}

.history-3 span:nth-child(1) {
	width: 840px;
	height: 530px;
	top: 0px;
	left: 0;
}

.history-3 span:nth-child(2) {
	width: 540px;
	height: 420px;
	top: -66px;
	right: 0;
}

.history-3 span:nth-child(3) {
	bottom: -10px;
	left: 840px;
}

.history-4 {
	height: 650px;
	margin-top: 300px;
}

.history-4 span {
	display: block;
	position: absolute;
}

.history-4 span:nth-child(1) {
	width: 840px;
	height: 650px;
	top: 0px;
	right: 84px;
}

.history-4 span:nth-child(2) {
	width: 217px;
	height: 260px;
	top: 437px;
	left: 450px;
}

.history-4 span:nth-child(3) {
	width: 270px;
	height: 205px;
	top: -140px;
	right: 0px;
}

.history-4 span:nth-child(4) {
	top: 100px;
	left: 0px;
}

.history-5 {
	height: 620px;
	margin-top: 270px;
}

.history-5 span {
	display: block;
	position: absolute;
}

.history-5 span:nth-child(1) {
	width: 826px;
	height: 620px;
	top: 0px;
	left: 0px;
}

.history-5 span:nth-child(2) {
	width: 720px;
	height: 410px;
	bottom: -220px;
	left: 790px;
}

.history-5 span:nth-child(3) {
	top: 70px;
	left: 900px;
}

.history-6 {
	height: 764px;
	margin-top: 390px;
}

.history-6 span {
	display: block;
	position: absolute;
}

.history-6 span:nth-child(1) {
	width: 960px;
	height: 764px;
	top: 0px;
	right: 0px;
}

.history-6 span:nth-child(1) img {
	width: 100%;
}

.history-6 span:nth-child(2) {
	width: 350px;
	height: 250px;
	bottom: 80px;
	left: 0;
}

.history-6 span:nth-child(3) {
	top: 75px;
	left: 0;
}

.history-6 span:nth-child(4) {
	bottom: -100px;
	left: -40px;
}

.history-7 {
	height: 650px;
	margin-top: 315px;
}

.history-7 span {
	display: block;
	position: absolute;
}

.history-7 span:nth-child(1) {
	width: 1320px;
	height: 650px;
	top: 0px;
	right: 0px;
	background: rgba(27, 103, 178, 0.04);
}

.history-7 span:nth-child(2) {
	width: 740px;
	height: 540px;
	top: -147px;
	left: 0;
}

.history-7 span:nth-child(3) {
	width: 740px;
	height: 580px;
	top: -47px;
	right: 0;
}

.history-7 span:nth-child(4) {
	bottom: 80px;
	left: -40px;
}

.history-7 span:nth-child(5) {
	bottom: -10px;
	left: 735px;
}

.history-8 {
	height: 510px;
	margin-top: 160px;
}

.history-8 span {
	display: block;
	position: absolute;
}

.history-8 span:nth-child(1) {
	width: 720px;
	height: 510px;
	top: 0px;
	left: 0px;
}

.history-8 span:nth-child(2) {
	top: 90px;
	left: 580px;
	width: 600px;
}

.history-9 {
	height: 395px;
	margin-top: 50px;
}

.history-9 span {
	display: block;
	position: absolute;
}

.history-9 span:nth-child(1) {
	width: 670px;
	height: 480px;
	top: -20px;
	right: 0px;
}

.history-9 span:nth-child(2) {
	top: 50px;
	left: 620px;
}

.history-10 {
	height: 520px;
	margin-top: 100px;
}

.history-10 span {
	display: block;
	position: absolute;
}

.history-10 span:nth-child(1) {
	width: 720px;
	height: 650px;
	top: 0px;
	left: 0px;
}

.history-10 span:nth-child(2) {
	top: 225px;
	left: 647px;
	width: 600px;
}

.history-11 {
	height: 640px;
	margin-top: 50px;
}

.history-11 span {
	display: block;
	position: absolute;
}

.history-11 span:nth-child(1) {
	width: 670px;
	height: 480px;
	top: 66px;
	right: 0px;
}

.history-11 span:nth-child(2) {
	top: 220px;
	left: 647px;
}

.history-12 {
	height: 530px;
	margin-top: 150px;
}

.history-12 span {
	display: block;
	position: absolute;
}

.history-12 span:nth-child(1) {
	width: 840px;
	height: 530px;
	top: 0px;
	left: 0px;
}

.history-12 span:nth-child(2) {
	width: 400px;
	height: 250px;
	top: -66px;
	right: 0px;
}

.history-12 span:nth-child(3) {
	top: 200px;
	left: 840px;
}

.history-13 {
	height: 820px;
	margin-top: 144px;
}

.history-13 span {
	display: block;
	position: absolute;
}

.history-13 span:nth-child(1) {
	width: 840px;
	height: 820px;
	top: 0px;
	right: 0px;
}

.history-13 span:nth-child(2) {
	width: 409px;
	height: 245px;
	background: rgba(216, 216, 216, 1);
	box-shadow: 0px 0px 10px 0px rgba(35, 35, 35, 0.2);
	top: 493px;
	left: 322px;
}

.history-13 span:nth-child(3) {
	top: 220px;
	left: 0px;
}

.history-14 {
	height: 605px;
	margin-top: 0px;
}

.history-14 span {
	display: block;
	position: absolute;
}

.history-14 span:nth-child(1) {
	width: 740px;
	height: 530px;
	top: 160px;
	left: 0px;
}

.history-14 span:nth-child(2) {
	top: 325px;
	left: 647px;
	width: 640px;
}

.history-15 {
	height: 530px;
	margin-top: 0px;
}

.history-15 span {
	display: block;
	position: absolute;
}

.history-15 span:nth-child(1) {
	width: 740px;
	height: 530px;
	top: 0;
	right: 0px;
}

.history-15 span:nth-child(2) {
	width: 640px;
	top: 165px;
	left: 216px;
}

.history-16 {
	height: 650px;
	margin-top: 205px;
}

.history-16 span {
	display: block;
	position: absolute;
}

.history-16 span:nth-child(1) {
	width: 1320px;
	height: 650px;
	top: 0px;
	right: 0px;
	background: rgba(27, 103, 178, 0.04);
}

.history-16 span:nth-child(2) {
	width: 740px;
	height: 530px;
	top: -45px;
	left: 0;
}

.history-16 span:nth-child(3) {
	width: 740px;
	height: 530px;
	top: 32px;
	right: 0;
}

.history-16 span:nth-child(4) {
	bottom: 20px;
	left: -40px;
}

.history-16 span:nth-child(5) {
	bottom: -30px;
	left: 742px;
}

.history-17 {
	height: 650px;
	margin-top: 160px;
	padding-bottom: 100px;
}

.history-17 span {
	display: block;
	position: absolute;
}

.history-17 span:nth-child(1) {
	width: 1190px;
	height: 650px;
	top: 0;
	left: 0px;
}

.history-17 span:nth-child(2) {
	width: 640px;
	top: 225px;
	right: 0px;
}



.history-18 {
	height: 815px;
	margin-top: 100px;
}
.history-18.h-block img {height: 100%; width: auto;}
.history-18 span {
	display: block;
	position: absolute;
}

.history-18 span:nth-child(1) {
	width: 740px;
	height: 650px;
	top: 160px;
	left: 0px;
}
.history-18 span:nth-child(2) {
	top: 325px;
	left: 577px;
	width: 640px;
}
.history-18.h-block img {height: 100%; width: auto;}
.history-18 .text {height: auto;}

.history-19 {
	height: 630px;
	margin-top: 100px;
}
.history-19 .text {height: auto;}
.history-19.h-block img {height: 100%; width: auto;}
.history-19 span {
	display: block;
	position: absolute;
}

.history-19 span:nth-child(1) {
	width: 740px;
	height: 630px;
	top: 0;
	right: 0px;
}

.history-19 span:nth-child(2) {
	width: 640px;
	top: 165px;
	left: 0;
}
.history-19-1 span:nth-child(1) {
	width: 100%;
    height: 630px;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
}

.history-19-1  span:nth-child(2) {
	top: 0;
}

.history-20 {
	height: 600px;
	margin-top: 0;
}
.history-20.h-block img {height: 100%; width: auto;}
.history-20 span {
	display: block;
	position: absolute;
}

.history-20 span:nth-child(1) {
	width: 740px;
	height: 650px;
	top: 0;
	left: 0px;
}
.history-20 span:nth-child(2) {
	top: 75px;
	left: 577px;
	width: 640px;
}


.culture-container {
	width: 100%;
	height: 1040px;
	background: #E2E2E2;
	background: url(../images/about/wenhua-bg.jpg) top center no-repeat;
	background-position: top center;
}

.culture-box {}

.c-block {
	width: 100%;
	height: auto;
}

.c-block h1 {
	font-size: 80px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 80px;
	padding: 195px 0 0 0;
}

.c-block p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	clear: both;
}

.c-block span {
	display: block;
	width: 50%;
	height: 4px;
	background: rgba(216, 216, 216, 1);
	margin: 64px 0 50px 0;
	position: relative;
	overflow: hidden;
}

.c-block span i {
	width: 100%;
	height: 100%;
	background: #1D6FD7;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.3s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.3s;
	animation: run_width 10s linear infinite;
}

@keyframes run_width {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.c-block:nth-child(1) {
	float: left;
}

.c-block:nth-child(2) {
	float: right;
}

.c-block:nth-child(2) h1,
.c-block:nth-child(2) p {
	text-align: right;
}

.c-block:nth-child(2) span {
	float: right;
}

.c-block:nth-child(2) span i {}

.mission-box h1 {
	font-size: 80px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 80px;
	text-align: center;
	margin-bottom: 50px;
}

.mission-box p {
	font-size: 24px;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	text-align: center;
}

.mission-container {
	padding: 160px 0;
	background: #FFFFFF;
}

.idea-container {
	padding: 160px 0;
	background: #E2E2E2;
	background: url(../images/about/wenhua-bg.jpg) no-repeat;
	background-position: bottom center;
}

.idea-box h1 {
	font-size: 80px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 80px;
	text-align: center;
	margin-bottom: 100px;
}

.idea-box span {
	display: block;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	text-align: center;
}

.idea-box span p {
	width: 263px;
	border-top: 4px solid rgba(218, 218, 218, 1);
	font-size: 36px;
	font-weight: 400;
	color: rgba(35, 35, 35, 1);
	line-height: 136px;
}

.brand-box h1 {
	font-size: 80px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 80px;
	text-align: center;
	margin-bottom: 100px;
}

.brand-container {
	padding: 160px 0;
	background: #fff;
}

.swiper-container img {
	display: block;
	width: 100%;
	height: 100%;
}

.b-point {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 50px 0 0 0;
}

.b-point .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(27, 103, 178, 1);
	box-sizing: border-box;
	background: transparent;
	margin: 0 5px;
	opacity: 1;
}

.b-point .swiper-pagination-bullet-active {
	background: rgba(27, 103, 178, 1);
}

.product-fl {
	padding: 120px 0 100px 0;
}

.product-fl ul {}

.product-fl ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-fl .p-img {
	width: auto;
	float: left;
}

.product-fl .p-img img {
	display: block;
}

.product-fl .p-fl {
	float: right;
	width: 700px;
}

.product-fl ul li {
	margin-bottom: 60px;
}

.product-fl ul li:nth-child(2n) .p-img {
	float: right;
}

.product-fl ul li:nth-child(2n) .p-fl {
	float: left;
}

.product-fl .p-fl h1 a{
	font-size: 36px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 36px;
	padding: 40px 0 30px 0;
}

.product-fl .p-fl p {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	max-height: 265px;
	overflow: hidden;
}

.product-fl .p-fl a.link {
	width: 160px;
	height: 40px;
	border: 1px solid rgba(27, 103, 178, 1);
	font-size: 16px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 40px;
	text-align: center;
	margin: 50px 0 0 0;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.product-fl .p-fl a.link:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(27, 103, 178, 1);
}

.product-all {
	width: 100%;
	height: auto;
	background: #E2E2E2;
	padding-bottom: 100px;
}

.all-container h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
	padding: 100px 0;
	text-align: center;
}

.all-container ul {
	position: relative;
}

.all-container ul:after {
	content: "";
	display: block;
	clear: both;
}

.all-container ul li:not(:nth-child(3n)) {
	margin-right: 19px;
}

.all-container ul li {
	width: 494px;
	height: 494px;
	background: #FFFFFF;
	margin-bottom: 20px;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	float: left;
}

.all-container ul li:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	box-shadow: 0px 0px 10px 4px rgba(27, 103, 178, 0.14);
}

.all-container ul li span {
	display: block;
	width: 100%;
	height: 350px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.all-container ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	text-align: center;
	padding: 35px 0 0 0;
}

.all-container a.alinkmore {
	width: 160px;
	height: 40px;
	border: 1px solid rgba(27, 103, 178, 1);
	font-size: 16px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 40px;
	text-align: center;
	margin: 50px auto 0 auto;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.all-container a.alinkmore:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(27, 103, 178, 1);
}

.look-more {
	margin: 0 0 70px 0;
}

.look-more a {
	width: 160px;
	height: 40px;
	border: 1px solid rgba(27, 103, 178, 1);
	font-size: 16px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 40px;
	text-align: center;
	margin: auto;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.look-more a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(27, 103, 178, 1);
}

.product-nav {
	height: 100px;
	padding: 50px 0 0 0;
}

.product-block {
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	text-align: center;
}

.product-block.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	background: #e2e2e2;
	width: 100%;
	z-index: 1000;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	height: 100px;
	width: 100%;
	
	z-index: 1000;
}
.mb-container.fixed{
    position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.product-nav ul {
	width: auto;
	margin: auto;
	overflow: hidden;
	display: inline-block;
}

.product-nav ul li {
	font-size: 18px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 100px;
	margin: 0 20px;
	position: relative;
	cursor: pointer;
	width: auto;
	display: block;
	float: left;
}

.product-nav ul li.active,
.product-nav ul li:hover {
	color: #1B67B2;
}

.product-nav ul li:not(:last-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: -20px;
	background: #999999;
	transform: translateY(-50%);
}

.fl-box {
	padding: 55px 0 0 0;
}

.fl-box h1 {
	position: relative;
	font-size: 48px;
	font-weight: 600;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
	text-indent: 40px;
	margin: 0px 0 55px 0;
}

.fl-box h1:before {
	content: "";
	display: block;
	width: 10px;
	height: 60px;
	background: rgba(27, 103, 178, 1);
	position: absolute;
	top: -6px;
	left: 0;
}

.fl-box ul {
	position: relative;
}

.fl-box ul:after {
	content: "";
	display: block;
	clear: both;
}

.fl-box ul li {
	width: 494px;
	height: 494px;
	background: #FFFFFF;
	margin-bottom: 20px;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	float: left;
}

.fl-box ul li:not(:nth-child(3n)) {
	margin-right: 19px;
}

.fl-box ul li:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	box-shadow: 0px 0px 10px 4px rgba(27, 103, 178, 0.14);
}

.fl-box ul li span {
	display: block;
	width: 100%;
	height: 350px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.fl-box ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	text-align: center;
	padding: 35px 0 0 0;
}

.mb-container {
	width: 100%;
	height: auto;
	background: #999;
	padding: 30px 0;
}

.mb-box ul {
	overflow: hidden;
}

.mb-box ul li {
	display: inline;
	margin-right: 20px;
	position: relative;
	width: auto;
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 18px;
}

.mb-box ul li:not(:last-child):before {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
}

.mb-box ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 18px;
	opacity: 0.8;
}

.de-title {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin: 100px 0 50px 0;
}

.de-title h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 48px;
}

.de-title p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	margin: 20px 0 0 0;
}

.td3 {
	margin-top: 0;
}

.last-block {
	margin-bottom: 100px;
}

.jishu-box img {
	display: block;
	width: 100%;
}

.images-container {
	background: #000000;
	margin: 100px 0;
}

.images-title {
	padding: 100px 0 0 0;
}

.images-title h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 48px;
	text-align: center;
}

.images-nav ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 50px 0 34px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.images-nav ul li {
	margin: 0 10px;
	cursor: pointer;
	color: #B7B7B7;
}

.images-nav ul li:hover,
.images-nav ul li.active {
	color: #FFFFFF;
} 
.images-block {
	display: none;
	width: 90%;
}

.images-block.active {
	display: block;
}

.images-block .swiper-container {
	height: auto;
}

.images-block .swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.images-block .gallery-top .swiper-slide {
	width: 800px;
}

.images-block .gallery-thumbs .swiper-slide {
	width: 150px;
	height: auto;
	float: left;
	display: block;
	cursor: pointer;
}

.images-block .gallery-thumbs .swiper-slide span {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid rgba(2525, 255, 255, 1);
	overflow: hidden;
	padding: 10px;
}

.images-block .gallery-thumbs .swiper-slide span img {
	width: 100%;
}

.images-block .gallery-thumbs .swiper-slide p {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin: 5px 0 0 0;
	opacity: 0;
}

.images-block .swiper-slide {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.images-block .gallery-thumbs .swiper-slide-thumb-active {
	width: 180px;
	height: auto;
	margin-top: 0px;
}

.images-block .gallery-thumbs .swiper-slide-thumb-active span {
	border: 1px solid rgba(25, 25, 25, 1);
}

.images-block .gallery-thumbs .swiper-slide-thumb-active p {
	opacity: 1;
}

.images-block.on .gallery-thumbs .swiper-wrapper {
	width: auto;
	display: inline-block;
}

.images-block .gallery-thumbs.swiper-container {
	padding: 40px 0 0 0;
	text-align: center;
}

.images-block .gallery-thumbs.swiper-container:after {
	content: "";
	clear: both;
	display: block;
}

.images-block .gallery-top .swiper-slide {
	display: block;
}

.gallery-top .swiper-slide span {
	display: flex;
	justify-content: center;
}

.gallery-top .swiper-slide p {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 0px;
}

.td-block img {
	display: block;
	max-width: 1200px;
}

.td-maxWidth {
	width: 100%;
	height: 100%;
	max-width: 1520px;
	margin: auto;
	position: relative;
}

.td2 .td-maxWidth {
	/* max-width: 100%; */
}

.td-maxWidth:after {
	content: "";
	display: block;
	clear: both;
}
.td-block{
	height: 1000px;
}
.td-info {
	width: 34%;
	height: 100%;
	float: right;
	display: flex;
	align-items: center;
}
.td-image{
	position: absolute;
	top: 50%;
	right: 34%;
	transform: translateY(-50%);
}
.td-info h1 {
	font-size: 36px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	margin-bottom: 25px;
}

.td-info p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
}


.td2 .td-info {
	float: left;
	
}
.td2 .td-image{
	left: 34%;
	height: 100%;
	right: inherit;
}
.td-image{
	display: flex;
	align-items: center;
	overflow: hidden;
}

.blackbg {
	background: #000000;
}

.td2 .td-info {
	left: 0%;
	right: auto;
}

.td2 .td-info h1,
.td2 .td-info p {
	color: #FFFFFF;
}

.td3 .td-info2 {
	position: absolute;
	bottom: 100px;
	right: 260px;
}

.td3 .td-info2 h1 {
	width: auto;
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	color: rgba(35, 35, 35, 1);
	line-height: 48px;
	text-align: center;
}

.news-li {
	overflow: hidden;
	margin: 100px 0 0 0;
}

.news-info {
	box-sizing: border-box;
}

.news-li:nth-child(2n+1) .news-img,
.news-li:nth-child(2n) .news-info {
	float: left;
}

.news-li:nth-child(2n) .news-info {
	padding: 5px 40px 0 0;
}

.news-li:nth-child(2n) .news-img,
.news-li:nth-child(2n+1) .news-info {
	float: right;
}

.news-li:nth-child(2n+1) .news-info {
	padding: 0 0 0 40px;
}

.news-img,
.news-info {
	width: 50%;
	height: 420px;
	overflow: hidden;
}

.news-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-info h1 {
	font-size: 20px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-info span {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	padding: 24px 0;
	display: block;
}

.news-info p {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	max-height: 130px;
}

.news-info a {
	width: 160px;
	height: 40px;
	background: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: rgba(27, 103, 178, 1);
	line-height: 40px;
	text-align: center;
	margin: 50px 0 0 0;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	box-sizing: border-box;
	border: 1px solid rgba(27, 103, 178, 1);
}

.news-info a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(27, 103, 178, 1);
}

.news-li2 {
	width: 494px;
	height: auto;
	float: left;
	margin-right: 19px;
	border-top: 2px solid rgba(35, 35, 35, 1);
	padding-top: 50px;
	margin-bottom:50px;
}

.news-li2:last-child {
	margin-right: 0;
}

.news-li2 span {
	display: block;
	width: 100%;
	height: 340px;
	overflow: hidden;
}

.news-li2 span img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-li2 i {
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 16px;
	display: block;
	padding: 20px 0;
}

.news-li2 p {
	font-size: 18px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 28px;
}

.news-li img {
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.news-li img:hover {
	transform: scale(1.1);
}

.news-box {
	padding-bottom: 100px;
}

.news-details-recommend {
	padding-bottom: 100px;
}

.news-details-recommend .news-li {
	margin: 0;
}

.news-details-recommend .news-li2 {
	border: 0;
}

.news-details-title h1 {
	font-size: 36px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 48px;
	padding: 100px 0 0 0;
}

.news-details-title span {
	height: 18px;
	font-size: 16px;
	color: #232323;
	line-height: 18px;
	display: block;
	padding: 20px 0 50px 0;
}

.news-details-box img {
	width: 100%;
	display: block;
	margin: 0 0 50px 0;
}

.news-details-box p {
	font-size: 16px;
	color: #232323;
	line-height: 24px;
	margin: 0 0 50px 0;
	clear: both;
}

.news-details-box a {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
}

.news-details-box {
	padding-bottom: 100px;
}

.r-title {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(35, 35, 35, 1);
}

.r-title h1 {
	width: auto;
	float: left;
	font-size: 48px;
	font-weight: 600;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
}

.r-title span {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 16px;
	cursor: pointer;
}

.service-title h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
	text-align: center;
}
.content img{width:100%;}
.service-container {
	padding: 100px 0;
}
.s-tixi .list{line-height:30px;background:url(../images/line.png) no-repeat;padding-left:18px;}
.s-tixi ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	padding: 100px 0 0 0;
}

.s-tixi ul>li {
	width: 325px;
	height: auto;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	padding: 40px;
	cursor: pointer;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
}

.s-tixi ul>li:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	box-shadow: 0px 0px 10px 4px rgba(27, 103, 178, 0.14);
}

.s-tixi ul>li h1 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	text-align: center;
	padding: 10px 0 0 0;
}

.s-tixi ul>li span {
	display: block;
	width: 142px;
	height: 142px;
	margin: 50px auto;
}

.s-tixi ul>li span img {
	display: block;
	width: 100%;
	height: 100%;
}

.s-tixi ul>li li {
	font-size: 16px;
	color: rgba(35, 35, 35, 1);
	margin: 6px auto;
	position: relative;
}

.s-tixi ul>li li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: rgba(29, 111, 215, 1);
	position: absolute;
	top: 50%;
	left: 0;
	margin: -2px 0 0 -20px;
	border-radius: 50%;
}

.lc-block {
	clear: both;
	margin: 100px 0 20px 0;
}

.lc-block ul {
	position: relative;
}

.lc-block ul:after {
	content: "";
	display: block;
	clear: both;
}

.lc-block ul li {
	width: 300px;
	height: auto;
	float: left;
	position: relative;
}

.lc-block ul li:not(:last-child) {
	margin-right: 106px;
}

.lc-block ul li:not(:last-child):after {
	content: "";
	display: block;
	width: 14px;
	height: 20px;
	background: url(../images/icon/service-riangle.png) no-repeat;
	position: absolute;
	top: 60px;
	right: 0;
}

.lc-block:first-child ul li:not(:last-child):after {
	transform: rotate(180deg);
}

.lc-block:first-child ul li:last-child:after {
	content: "";
	display: block;
	width: 14px;
	height: 20px;
	background: url(../images/icon/service-riangle.png) no-repeat;
	position: absolute;
	bottom: -60px;
	left: calc(50% - 7px);
	left: -webkit-calc(50% - 7px);
	transform: rotate(-90deg);
}

.lc-block:last-child ul li:first-child:before {
	content: "";
	display: block;
	width: 14px;
	height: 20px;
	background: url(../images/icon/service-riangle.png) no-repeat;
	position: absolute;
	top: -60px;
	left: -webkit-calc(50% - 7px);
	transform: rotate(90deg);
}

.lc-block ul li span {
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
}

.lc-block ul li span img {
	display: block;
	width: 100%;
	height: 100%;
}

.lc-block ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	line-height: 40px;
	text-align: center;
	margin: 8px 0 0 0;
}

.ts-box {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.ts-block {
	width: 20%;
	height: auto;
	float: left;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 50px 45px 0 45px;
}

.ts-block i {
	display: block;
	width: 160px;
	height: 40px;
	background: rgb(177, 177, 177);
	position: relative;
}

.ts-block i:after {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background: rgb(177, 177, 177);
	position: absolute;
	top: 6px;
	right: -14px;
	transform: rotate(45deg);
}

.ts-block i:before {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background: #F2F2F2;
	position: absolute;
	top: 6px;
	left: -14px;
	transform: rotate(45deg);
}

.ts-block span {
	display: block;
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
}

.ts-block span img {
	display: block;
	margin: 30px auto;
}

.ts-block span p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
}

.zy-box ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.zy-box ul li span {
	height: 150px;
	margin: 100px 0 20px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.zy-box ul li span,
.zy-box ul li span img {
	display: block;
}

.zy-box ul li span img {
	margin: auto;
}

.zy-box ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	text-align: center;
}

.bx-box h2 {
	text-align: center;
	font-size: 24px;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	margin: 50px 0 80px 0;
}

.bx-box img {
	display: block;
	margin: auto;
}

.bx-box p {
	text-align: center;
	color: #999999;
	font-size: 16px;
	margin: 10px 0 0 0;
}

.joinUs-title {
	padding: 100px 0 40px 0;
}

.joinUs-title h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
	text-align: center;
}

.social-recruitment-box {
	box-sizing: border-box;
	padding: 60px 0 0 0;
}

.sh-search h1 {
	font-size: 24px;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
}

.sh-search-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.sh-search-box span {
	display: block;
	width: 300px;
	height: 40px;
	background: rgba(242, 242, 242, 1);
}

.sh-search-box span:last-child {
	width: 160px;
	height: 40px;
	background: rgba(27, 103, 178, 1);
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.sh-search-box span select,
.sh-search-box span option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999999;
	background: rgba(242, 242, 242, 1);
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}

.sh-search-box span input {
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #999999;
	background: rgba(242, 242, 242, 1);
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}

.job-container {
	padding: 70px 0 0 0;
}

.job-li {
	width: 100%;
	height: 120px;
	border-top: 1px solid #E2E2E2;
}

.job-li.active {
	height: auto;
}

.job-title {
	position: relative;
}

.open-btn {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	right: 40px;
	margin: -20px 0px 0 0;
}

.job-title ul {
	overflow: hidden;
	height: 100%;
	position: relative;
}
.job-title ul li:nth-child(1){
            overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
}
.job-title ul li:nth-child(2){
    width: 20%;
}
.job-title ul li:nth-child(3){
    width: 26%;
}
.job-title ul li {
	float: left;
	width: 32%;
	height: 100%;
	line-height: 120px;
	font-size: 24px;
	color: rgba(34, 34, 34, 1);
	position: relative;
	display: block;
}

.job-title ul:before,
.job-title ul:after {
	content: "";
	width: 17px;
	height: 3px;
	background: rgba(51, 51, 51, 1);
	display: block;
	position: absolute;
	top: 50%;
	right: 50px;
}

.job-title ul:after {
	transform: rotate(90deg);
}

.active .job-title ul:after {
	display: none;
}

.job-details {
	display: none;
}

.active .job-details {
	display: block;
}

.job-details ul {
	overflow: hidden;
}

.job-details i {
	display: inline-block;
	margin: 0 5px 0 0;
	float: left;
}

.job-details i img {
	display: block;
}

.active .job-title ul li:first-child {
	font-size: 24px;
	color: rgba(34, 34, 34, 1);
}

.active .job-title ul li {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
}

.job-details ul li {
	width: auto;
	margin: 5px 120px 0 0;
	float: left;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	white-space: nowrap;
}

.job-details h1 {
	font-size: 24px;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	padding: 80px 0 30px 0;
}

.job-details p {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
}

.job-details a {
	background-color: transparent;
	background-image: url(../images/icon/more_icon.png);
	background-position: 80px center;
	background-repeat: no-repeat;
	width: 100px;
	height: 40px;
	border: 0;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	margin: 40px 0;
	text-align: left;
	line-height: 40px;
}

.xz-box {
	padding-bottom: 60px;
}

.xz-box ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.xz-box ul:after {
	content: "";
	display: none;
	width: 0;
	clear: both;
}

.xz-box ul li {
	background: #FFFFFF;
	width: 740px;
	height: 200px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-right: 100px;
	margin-bottom: 40px;
	transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	-webkit-transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.35s;
	border-radius: 4px;
	position: relative;
}

.xz-box ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.xz-box ul li:hover {
	box-shadow: 0px 0px 10px 4px rgba(27, 103, 178, 0.14);
}

.xz-box ul li img {
	margin-right: 50px;
}

.fc-container {
	height: 900px;
	overflow: hidden;
}

.fc-container ul {
	height: 100%;
	display: block;
	overflow: hidden;
}

.fc-container ul li {
	width: 680px;
	height: 100%;
	float: left;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.fc-container ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.fc-container ul li span {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.fc-container ul li.two-image span {
	height: 50%;
}

.fc-container ul li.three-image span:nth-child(1),
.fc-container ul li.three-image span:nth-child(2) {
	height: 50%;
	width: 50%;
}

.fc-container ul li.three-image span:nth-child(3) {
	height: 50%;
}

.hj-box {
	position: relative;
	overflow: hidden;
}

.hj-box img {
	display: block;
	float: right;
	padding: 100px 0;
}

.hj-info {
	position: absolute;
	top: 300px;
	left: 0;
	width: 400px;
}

.hj-info h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	line-height: 48px;
	white-space: nowrap;
}

.hj-info p {
	font-size: 24px;
	color: rgba(34, 34, 34, 1);
	line-height: 36px;
	padding: 40px 0 0 0;
}

.we-box {
	padding-bottom: 100px;
}

.we-box>span {
	font-size: 24px;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	display: block;
	text-align: center;
	padding: 0 0 60px 0;
}

.we-box ul {
	overflow: hidden;
}

.we-box ul li {
	width: 33.333%;
	float: left;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.we-box ul li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 340px;
	background: #E2E2E2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.we-box ul li span {
	display: block;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height: 220px;
}

.we-box ul li h2 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.we-box ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 30px;
	text-align: center;
}

.join-nav ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 100px 0 70px 0;
}

.join-nav ul li {
	margin: 0 20px;
	position: relative;
}

.join-nav ul li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top: 2px;
	right: -20px;
	background: #999;
}

.join-nav ul li a {
	font-size: 18px;
	font-weight: 600;
	color: rgba(35, 35, 35, 1);
	line-height: 18px;
	white-space: nowrap;
}

.join-nav ul li.active a {
	color: rgba(27, 103, 178, 1);
}

.xz-details img {
	display: block;
	margin: auto;
	width: 100%;
}

.join-box {
	padding-bottom: 100px;
}

.yingpin-block h1 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 48px;
	padding-bottom: 100px;
}

.yingpin-block ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-bottom: 170px;
}

.yingpin-block ul li span {
	width: 170px;
	height: 130px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
}

.yingpin-block ul li:nth-child(2n+1) span:after {}

.yingpin-block ul li p {
	font-size: 24px;
	font-weight: bold;
	color: rgba(35, 35, 35, 1);
	line-height: 36px;
	padding: 54px 0 0 0;
	text-align: center;
}

.hitUsUp-container {
	width: 100%;
	padding: 80px 0;
}

.hitUsUp-box form {
	padding: 80px 0 0 0;
}

.input-box {
	border: 1px solid #979797;
	height: 80px;
}

.input-box span {
	display: block;
	width: auto;
	color: #666;
	font-size: 16px;
	float: left;
	height: 100%;
	line-height: 80px;
	text-indent: 20px;
}

.input-box span i {
	color: #f20;
}

.input-box input {
	width: 100%;
	float: left;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0 20px;
}

.lable {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 20px 0;
}

.input-lable .input-box {
	width: 30%;
}

.input-lable2 .input-box {
	width: 47%;
}

.textarea-lable .input-box {
	width: 100%;
	border: 0;
}

.textarea-lable .input-box span {
	height: 80px;
}

.textarea-lable {
	height: 320px;
	border: 1px solid rgba(151, 151, 151, 1);
	display: block;
}

.input-box {
	height: 80px;
}

.textarea-lable textarea {
	clear: both;
	width: 100%;
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	resize: none;
	box-sizing: border-box;
	padding: 20px;
}

.phone-showimg ul {
	width: 100%;
}

.phone-showimg ul li {
	width: 100%;
	display: none;
}

.phone-showimg ul li img {
	width: 100%;
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {


	.zy-box ul li p {
		line-height: 48px;
	}

	.hj-info {
		top: 50%;
		transform: translateY(-50%);
	}

	.images-title h1 {
		height: 66px;
	}

	.news-info p {
		max-height: 145px;
		overflow: hidden;
	}

}
.product-line ul li a span img {
	display: block;
	width: 100%;
}
@media only screen and (min-width: 1611px) and (max-width: 1920px) {
	.td2 img {
		margin-right: 0%;
	}

	.td2 .td-info {
		left: 0%;
	}

	.td-block img {
		max-width: 1000px;
	}
	.td-block{
		height: 800px;
	}

	.td-info {}

	.nav ul li a,
	.subnav-box ul li p {
		font-size: 18px;
	}

	.subnav-box ul li {
		width: 210px;
	}

	.more-link {
		bottom: 70px;
	}

	.svf-info {
		width: 450px;
		top: 100px;
	}

	.svf-info h1 {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}

	.map-info-block ul li {
		padding: 10px 0;
		height: auto;
		min-height: 50px;
	}

	.map-info-block ul li p {
		font-size: 16px;
	}

	/*.map-points ul li:nth-child(1) {
		top: 274px;
		left: 358px;
	}

	.map-points ul li:nth-child(2) {
		top: 286px;
		left: 450px;
	}

	.map-points ul li:nth-child(3) {
		top: 292px;
		left: 640px;
	}

	.map-points ul li:nth-child(4) {
		top: 262px;
		left: 658px;
	}

	.map-points ul li:nth-child(5) {
		top: 324px;
		left: 666px;
	}*/

	.map-box {
		padding: 50px 0;
	}

	.subnav-about:after {
		left: 658px;
	}

	.subnav-product:after {
		left: 740px;
	}

	.hitUsUp-container {
		padding: 80px 0;
	}

	.hitUsUp-box form {
		padding: 80px 0 0 0;
	}

	.input-box {
		height: 80px;
	}

	.input-box span {
		font-size: 16px;
		line-height: 80px;
		text-indent: 20px;
	}

	.input-box input {
		width: 100%;
		padding: 0 20px;
	}

	.lable {
		margin: 20px 0;
	}

	.input-lable .input-box {
		width: 30%;
	}

	.input-lable2 .input-box {
		width: 47%;
	}

	.textarea-lable .input-box span {
		height: 80px;
	}

	.textarea-lable {
		height: 320px;
	}

	.input-box {
		height: 80px;
	}

	.textarea-lable textarea {
		padding: 20px;
	}

	.product-line ul li a p {
		font-size: 24px;
		padding: 70px 0 40px 0;
	}

	.product-line ul li {
		padding-bottom: 50px;
	}

	.product-line ul li a span {
		width: 90px;
		height: 90px;
		display: block;
	}

	.product-line ul li a span img {
		display: block;
		width: 100%;
	}

	.block-title h1 {
		font-size: 36px;
	}

	.block-title {
		padding: 90px 0 60px 0;
	}

	.maxWidth,
	.td-maxWidth{
		width: 1300px;
	}

	.solution-box span {
		height: 599px;
	}

	.solution-info h1 {
		font-size: 26px;
	}

	.solution-info p {
		font-size: 16px;
	}

	.solution-info a {
		font-size: 20px;
	}

	.videoCenter-box {
		height: 642px;
	}

	.curr_video {
		width: 855px;
	}

	.video-list {
		width: 422px;
	}

	.video-list ul li span {
		height: 191px;
	}

	.video-list ul li {
		height: 225px;
	}

	.video-list ul li p {
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		font-weight: normal;
	}

	.hotNew-box ul li {
		width: 640px;
		height: 312px;
	}

	.hotNew-box ul li:first-child {
		height: 644px;
	}

	.right-info {
		width: 870px;
		margin: 0 70px 0 0;
	}

	.left-nav ul li {
		font-size: 22px;
	}

	.t-title h1 {
		font-size: 36px;
		padding: 40px 0 40px 0;
	}

	.c-block h1 {
		padding-top: 150px;
		font-size: 60px;
	}

	.mission-container,
	.idea-container,
	.brand-container {
		padding: 120px 0;
	}

	.mission-box h1,
	.idea-box h1,
	.brand-box h1 {
		font-size: 60px;
	}

	.idea-box span p {
		font-size: 32px;
	}

	.brand-container .swiper-container {
		height: 684px;
	}

	.product-fl .p-img,
	.product-fl .p-fl {
		width: 600px;
	}

	.product-fl .p-img img {
		width: 100%;
	}

	.product-fl .p-fl h1 {
		font-size: 32px;
		padding: 20px 0 20px 0;
	}

	.all-container ul li {
		width: 420px;
		height: 420px;
	}

	.all-container ul li span {
		height: 300px;
		overflow: hidden;
	}

	.all-container ul li span img {
		width: 100%;
	}

	.all-container ul li p {
		font-size: 20px;
		padding: 24px 0 0 0;
	}

	.fl-box ul li {
		width: 420px;
		height: 420px;
	}

	.fl-box ul li span {
		height: 300px;
		overflow: hidden;
	}

	.fl-box ul li span img {
		width: 100%;
	}

	.fl-box ul li p {
		font-size: 20px;
		padding: 24px 0 0 0;
	}

	.fl-box h1 {
		font-size: 36px;
	}

	.fl-box h1:before {
		width: 8px;
	}

	.mb-container {
		height: auto;
		padding: 25px 0;
	}

	.de-title h1,
	.images-title h1 {
		font-size: 36px;
	}

	.de-title {
		margin: 80px 0 40px 0;
	}

	.de-title p,
	.td-info p {
		font-size: 20px;
	}

	.news-img,
	.news-info {
		height: 360px;
	}

	.news-li2 {
		width: 420px;
	}

	.news-li2 span {
		height: 290px;
	}

	.news-li2 p {
		font-size: 16px;
	}

	.news-details-title h1 {
		font-size: 36px;
		line-height: 44px;
		padding: 90px 0 0 0;
	}

	.news-details-title span {
		padding: 20px 0 44px 0;
	}

	.news-details-box img {
		margin: 0 0 44px 0
	}

	.news-details-box p {
		margin: 0 0 40px 0;
	}

	.r-title h1 {
		font-size: 36px;
	}

	.r-title {
		margin-bottom: 30px;
	}

	.s-tixi ul>li {
		width: 310px;
		height: auto;
		padding: 40px 10px;
	}

	.s-tixi ul>li ol {
		padding: 0 0 0 30px;
	}

	.s-tixi ul>li li {}

	.service-container {
		height: 80px 0;
	}

	.service-title h1 {
		height: 36px;
	}

	.lc-block ul li {
		width: 270px;
	}

	.lc-block ul li:not(:last-child) {
		margin-right: 73px;
	}

	.lc-block ul li span {
		width: 110px;
		height: 110px;
	}

	.lc-block ul li p,
	.ts-block span p,
	.zy-box ul li p,
	.bx-box h2 {
		font-size: 22px;
		line-height: 36px;
	}

	.joinUs-title {
		padding: 90px 0 40px 0;
	}

	.joinUs-title h1,
	.hj-info h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.sh-search h1,
	.active .job-title ul li:first-child,
	.job-title ul li,
	.hj-info p,
	.we-box>span,
	.we-box ul li p,
	.we-box ul li h2 {
		font-size: 22px;
	}

	.job-title ul li {
		line-height: 110px;
	}

	.job-details h1 {
		font-size: 22px;
		padding: 70px 0 30px 0;
	}

	.job-details p {
		font-size: 16px;
	}

	.xz-box ul li {
		width: 630px;
	}

	.fc-container {
		height: 600px;
		padding-bottom: 50px;
	}

	.fc-container ul li {
		width: 444px;
	}

	.hj-box img {
		width: 800px;
	}

	.hj-info {
		top: 250px;
	}

	.join-nav ul {
		padding: 90px 0 60px 0;
	}

	.join-nav ul li a {
		font-size: 18px;
	}

	.yingpin-block h1 {
		font-size: 46px;
		line-height: 46px;
		padding-bottom: 90px;
	}

	.yingpin-block ul li p {
		font-size: 22px;
		line-height: 22px;
		padding: 50px 0 0 0;
	}

	.yingpin-block ul li span img {
		width: 160px;
	}

	.yingpin-block ul li:nth-child(2n) img {
		width: 110px;
	}

	.subnav-box ul li {
		padding: 85px 0;
	}

	.h-block img {
		width: 100%;
	}

	.history-1 span:nth-child(1),
	.history-1 span:nth-child(2) {
		font-size: 150px;
	}

	.history-1 span:nth-child(3) {
		width: 420px;
	}

	.history-1 span img {
		height: auto;
	}

	.history-1 span:nth-child(4) {
		width: 930px;
	}

	.text {
		width: 550px;
		height: auto;
		padding: 40px;
	}

	.text h1 {
		font-size: 44px;
	}

	.text p {
		font-size: 22px;
	}

	.history-2 span:nth-child(2) {
		width: 700px;
	}

	.history-3 {
		margin-top: 150px;
	}

	.history-4 {
		margin-top: 150px;
	}

	.history-4 span:nth-child(2) {
		left: 280px;
	}

	.history-5 {
		margin-top: 100px;
	}

	.history-5 span:nth-child(1) {
		width: 800px;
	}

	.history-5 span:nth-child(2) {
		width: 700px;
		bottom: -200px;
		left: 750px;
	}

	.history-6 {
		margin-top: 260px;
	}

	.history-7 {
		height: 570px;
	}

	.history-7 span:nth-child(1) {
		height: 660px;
		top: -78px;
	}

	.history-7 span:nth-child(2) {
		width: 650px;
	}

	.history-7 span:nth-child(3) {
		width: 680px;
	}

	.history-7 span:nth-child(4) {
		bottom: 40px;
	}

	.history-8 {
		margin-top: 100px;
	}

	.history-8 span:nth-child(1) {
		width: 650px;
	}

	.history-9 span:nth-child(1) {
		width: 620px;
	}

	.history-10 span:nth-child(1) {
		width: 650px;
	}

	.history-10 span:nth-child(2) {
		left: 550px;
	}

	.history-11 span:nth-child(1) {
		width: 650px;
	}

	.history-11 span:nth-child(2) {
		left: 400px;
	}

	.history-12 span:nth-child(1) {
		width: 750px;
	}

	.history-12 span:nth-child(2) {
		width: 380px;
		right: 200px;
	}

	.history-12 span:nth-child(3) {
		left: 800px;
	}

	.history-13 {
		margin-top: 0px;
		height: 630px;
	}

	.history-13 span:nth-child(1) {
		width: 800px;
	}

	.history-14 span:nth-child(1) {
		width: 700px;
	}

	.history-15 {
		margin-top: 110px;
	}

	.history-15 span:nth-child(1) {
		width: 700px;
	}

	.history-16 {
		margin-top: 0px;
		height: 610px;
	}

	.history-16 span:nth-child(2) {
		width: 650px;
	}

	.history-16 span:nth-child(3) {
		width: 680px;
	}

	.mobile-banner .points-box,
	.banner .points-box {
		height: 20px;
		bottom: 28px;
		padding: 0 0 0 5px;
	}

	.banner .points-box li,
	.mobile-banner .points-box li {
		width: 187px;
		padding-left: 14px;
	}

	.points-box li span i {
		margin: 8px 0 0 0;
	}

	.points-box .point {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.points-box .point:before {
		width: 20px;
		height: 20px;
	}

	.points-box .point:after {
		width: 12px;
		height: 12px;
		top: 4px;
		left: -1px;
	}

	.r-title span {
		margin-top: 20px;
	}

	.history-3 {
		margin-top: 200px;
	}

	.history-4 {
		margin-top: 200px;
	}

	.history-5 {
		margin-top: 200px;
	}

	.history-6 {
		margin-top: 300px;
	}

	.history-8 {
		margin-top: 150px;
	}

	.history-9 span:nth-child(2) {
		left: 550px;
	}

	.history-10 {
		margin-top: 150px;
	}

	.history-11 {
		margin-top: 100px;
	}

	.history-13 {
		margin-top: 100px;
	}

	.history-14 {
		margin-top: 100px;
	}

	.history-15 {
		margin-top: 150px;
	}

	.history-16 {
		margin-top: 100px;
	}

	.history-16 span:nth-child(5) {
		margin-bottom: -40px;
		left: 600px;
	}

	.history-9 span:nth-child(2) {
		left: 450px;
		width: auto;
	}
}

@media only screen and (min-width: 1411px) and (max-width: 1610px) {
	.images-block .gallery-thumbs .swiper-slide span {
		height: 80px;
	}

	.nav ul li a,
	.subnav-box ul li p {
		font-size: 16px;
	}

	.subnav-box ul li {
		width: 200px;
	}

	.more-link {
		bottom: 70px;
	}

	.svf-info {
		width: 400px;
		top: 70px;
	}

	.svf-info h1 {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}

	.map-info-block ul li {
		padding: 10px 0;
		height: auto;
		min-height: 50px;
	}

	.map-info-block ul li p {
		font-size: 16px;
	}

	/*.map-points ul li:nth-child(1) {
		top: 226px;
		left: 300px;
	}

	.map-points ul li:nth-child(2) {
		top: 236px;
		left: 366px;
	}

	.map-points ul li:nth-child(3) {
		top: 242px;
		left: 526px;
	}

	.map-points ul li:nth-child(4) {
		top: 220px;
		left: 540px;
	}

	.map-points ul li:nth-child(5) {
		top: 270px;
		left: 548px;
	}*/

	.map-box {
		padding: 0px 0;
	}

	.subnav-about:after {
		left: 600px;
	}

	.subnav-product:after {
		left: 676px;
	}

	.hitUsUp-container {
		padding: 70px 0;
	}

	.hitUsUp-box form {
		padding: 70px 0 0 0;
	}

	.input-box {
		height: 70px;
	}

	.input-box span {
		font-size: 14px;
		line-height: 70px;
		text-indent: 15px;
	}

	.input-box input {
		width: 100%;
		padding: 0 15px;
	}

	.input-lable .input-box {
		width: 30%;
	}

	.input-lable2 .input-box {
		width: 47%;
	}

	.textarea-lable .input-box span {
		height: 70px;
	}

	.textarea-lable {
		height: 280px;
	}

	.input-box {
		height: 70px;
	}

	.textarea-lable textarea {
		padding: 15px;
	}

	.product-line ul li a p {
		font-size: 22px;
		padding: 50px 0 40px 0;
	}

	.product-line ul li {
		padding-bottom: 50px;
	}

	.product-line ul li a span {
		width: 80px;
		height: 80px;
		display: block;
	}

	.product-line ul li a span img {
		display: block;
		width: 100%;
	}

	.block-title h1 {
		font-size: 36px;
	}

	.block-title {
		padding: 90px 0 60px 0;
	}

	.solution-box span {
		height: 533px;
	}

	.maxWidth,
	.td-maxWidth{
		width: 1200px;
	}

	.solution-info h1 {
		font-size: 26px;
	}

	.solution-info p {
		font-size: 16px;
	}

	.solution-info a {
		font-size: 18px;
	}

	.videoCenter-box {
		height: 592px;
	}

	.curr_video {
		width: 790px;
	}

	.video-list {
		width: 394px;
	}

	.video-list ul li span {
		height: 178px;
	}

	.video-list ul li {
		height: 208px;
	}

	.video-list ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: normal;
	}

	.hotNew-box ul li {
		width: 590px;
		height: 292px;
	}

	.hotNew-box ul li:first-child {
		height: 604px;
	}

	.footer-nav-li {
		width: 260px;
	}

	.hotNew-video i {
		width: 70px;
		height: 70px;
	}

	.right-info {
		width: 830px;
		margin: 0 60px 0 0;
	}

	.left-nav {
		width: 260px;
	}

	.left-nav ul li {
		font-size: 20px;
	}

	.t-title h1 {
		font-size: 36px;
		padding: 36px 0 36px 0;
	}

	.culture-container {
		height: auto;
		padding-bottom: 80px;
	}

	.culture-box {
		overflow: hidden;
	}

	.c-block h1 {
		padding-top: 100px;
		font-size: 50px;
	}

	.mission-container,
	.idea-container,
	.brand-container {
		padding: 90px 0;
	}

	.mission-box h1,
	.idea-box h1,
	.brand-box h1 {
		font-size: 50px;
	}

	.idea-box span p {
		font-size: 26px;
	}

	.brand-container .swiper-container {
		height: 632px;
	}

	.product-fl .p-img,
	.product-fl .p-fl {
		width: 580px;
	}

	.product-fl .p-img img {
		width: 100%;
	}

	.product-fl .p-fl h1 a{
		font-size: 28px;
		padding: 20px 0 20px 0;
	}

	.all-container ul li {
		width: 387px;
		height: 387px;
	}

	.all-container ul li span {
		height: 274px;
		overflow: hidden;
	}

	.all-container ul li span img {
		width: 100%;
	}

	.all-container ul li p {
		font-size: 18px;
		padding: 24px 0 0 0;
	}

	.fl-box ul li {
		width: 387px;
		height: 387px;
	}

	.fl-box ul li span {
		height: 274px;
		overflow: hidden;
	}

	.fl-box ul li span img {
		width: 100%;
	}

	.fl-box ul li p {
		font-size: 18px;
		padding: 24px 0 0 0;
	}

	.fl-box h1 {
		font-size: 36px;
	}

	.fl-box h1:before {
		width: 6px;
	}

	.product-nav ul li {
		font-size: 16px;
	}

	.mb-container {
		height: auto;
		padding: 20px 0;
	}

	.de-title h1,
	.images-title h1 {
		font-size: 38px;
	}

	.de-title {
		margin: 70px 0 35px 0;
	}

	.de-title p,
	.td-info p {
		font-size: 18px;
	}

	.td1 img,
	.td2 img {
		width: 900px;
	}

	.td-info {}

	.td2 .td-info {
		left: 0%;
	}

	.td-block img {
		max-width: 900px;
	}
	.td-block{
		height: 700px;
	}

	.td3 {
		margin: 0;
	}

	.last-block {
		margin-bottom: 100px;
	}

	.td1 img,
	.td3 img {
		margin-left: 0%;
	}

	.td-info {}

	.news-img,
	.news-info {
		height: 332px;
	}

	.news-info p {
		font-size: 14px;
	}

	.news-li2 {
		width: 380px;
	}

	.news-li2 span {
		height: 266px;
	}

	.news-li2 p {
		font-size: 24px;
	}

	.news-details-title h1 {
		font-size: 40px;
		line-height: 40px;
		padding: 80px 0 0 0;
	}

	.news-details-title span {
		padding: 20px 0 40px 0;
	}

	.news-details-box img {
		margin: 0 0 40px 0
	}

	.news-details-box p {
		margin: 0 0 40px 0;
	}

	.r-title h1 {
		font-size: 40px;
	}

	.r-title {
		margin-bottom: 20px;
	}

	.r-title span {
		margin-top: 20px;
	}

	.s-tixi ul>li {
		width: 280px;
		height: auto;
		padding: 40px 10px;
	}

	.s-tixi ul>li ol {
		padding: 0 0 0 20px;
	}

	.s-tixi ul>li li:before {
		margin: -2px 0 0 -15px;
	}

	.s-tixi ul>li span {
		width: 120px;
		height: 120px;
	}

	.s-tixi ul>li li {}

	.service-container {
		height: 80px 0;
	}

	.service-title h1 {
		height: 44px;
	}

	.lc-block ul li {
		width: 245px;
	}

	.lc-block ul li:not(:last-child) {
		margin-right: 73px;
	}

	.lc-block ul li:not(:last-child):after {
		top: 36px;
	}

	.lc-block ul li span {
		width: 100px;
		height: 100px;
	}

	.lc-block ul li p,
	.ts-block span p,
	.zy-box ul li p,
	.bx-box h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.ts-block span img,
	.zy-box ul li span,
	.zy-box ul li span img {
		transform: scale(0.9);
	}

	.joinUs-title {
		padding: 80px 0 40px 0;
	}

	.joinUs-title h1,
	.hj-info h1 {
		font-size: 42px;
		line-height: 42px;
	}

	.sh-search h1,
	.active .job-title ul li:first-child,
	.job-title ul li,
	.hj-info p,
	.we-box>span,
	.we-box ul li p,
	.we-box ul li h2 {
		font-size: 20px;
	}


	.job-title ul li {
		line-height: 100px;
	}

	.job-details h1 {
		font-size: 20px;
		padding: 60px 0 25px 0;
	}

	.job-details p {
		font-size: 14px;
	}

	.xz-box ul li {
		width: 580px;
	}

	.fc-container {
		height: 500px;
		padding-bottom: 50px;
	}

	.fc-container ul li {
		width: 368px;
	}

	.hj-box img {
		width: 700px;
	}

	.hj-info {
		top: 250px;
	}

	.join-nav ul {
		padding: 80px 0 50px 0;
	}

	.join-nav ul li a {
		font-size: 16px;
	}

	.yingpin-block h1 {
		font-size: 42px;
		line-height: 42px;
		padding-bottom: 80px;
	}

	.yingpin-block ul li p {
		font-size: 20px;
		line-height: 20px;
		padding: 50px 0 0 0;
	}

	.yingpin-block ul li span img {
		width: 150px;
	}

	.yingpin-block ul li:nth-child(2n) img {
		width: 100px;
	}

	.yingpin-block ul {
		padding-bottom: 150px;
	}

	.subnav-box ul li {
		padding: 75px 0;
	}

	.h-block img {
		width: 100%;
	}

	.history-1 span:nth-child(1),
	.history-1 span:nth-child(2) {
		font-size: 130px;
	}

	.history-1 span:nth-child(3) {
		width: 400px;
	}

	.history-1 span img {
		height: auto;
	}

	.history-1 span:nth-child(4) {
		width: 850px;
	}

	.history-1 span:nth-child(5) {
		width: 450px;
	}

	.text {
		width: 700px;
		height: 160px;
		padding: 30px;
	}

	.text h1 {
		font-size: 40px;
	}

	.text p {
		font-size: 18px;
	}

	.history-2 {
		margin-top: 0;
	}

	.history-2 span:nth-child(2) {
		width: 650px;
	}

	.history-2 span:nth-child(3) {
		width: 500px;
	}

	.history-3 {
		margin-top: 100px;
	}

	.history-4 {
		margin-top: 200px;
	}

	.history-4 span:nth-child(2) {
		left: 200px;
	}

	.history-5 {
		margin-top: 170px;
	}

	.history-5 span:nth-child(1) {
		width: 700px;
	}

	.history-5 span:nth-child(2) {
		width: 650px;
		bottom: -150px;
		left: 650px;
	}

	.history-5 span:nth-child(3) {
		left: 700px;
	}

	.history-6 {
		margin-top: 200px;
	}

	.history-6 span:nth-child(1) {
		width: 800px;
	}

	.history-6 span:nth-child(2) {
		bottom: 220px;
	}

	.history-6 span:nth-child(3) {
		width: 550px;
	}

	.history-6 span:nth-child(4) {
		bottom: 50px;
	}

	.history-7 {
		height: 540px;
		margin-top: 100px;
	}

	.history-7 span:nth-child(1) {
		height: 620px;
		top: -78px;
	}

	.history-7 span:nth-child(2) {
		width: 600px;
	}

	.history-7 span:nth-child(3) {
		width: 620px;
	}

	.history-7 span:nth-child(4) {
		bottom: 40px;
	}

	.history-8 {
		margin-top: 100px;
	}

	.history-8 span:nth-child(1) {
		width: 600px;
	}

	.history-8 span:nth-child(2) {
		width: 600px;
	}

	.history-9 span:nth-child(1) {
		width: 580px;
	}

	.history-9 span:nth-child(2) {
		left: 440px;
		width: auto;
	}

	.history-10 {
		height: 420px;
	}

	.history-10 span:nth-child(1) {
		width: 600px;
	}

	.history-10 span:nth-child(2) {
		left: 500px;
	}

	.history-11 {
		height: 570px;
	}

	.history-11 span:nth-child(1) {
		width: 600px;
	}

	.history-11 span:nth-child(2) {
		left: 400px;
	}

	.history-12 {
		margin-top: 50px;
	}

	.history-12 span:nth-child(1) {
		width: 700px;
	}

	.history-12 span:nth-child(2) {
		width: 350px;
		right: 200px;
	}

	.history-12 span:nth-child(3) {
		left: 750px;
	}

	.history-13 {
		height: 750px;
		margin-top: 0px;
	}

	.history-13 span:nth-child(1) {
		width: 700px;
	}

	.history-14 {
		margin-top: -100px;
	}

	.history-14 span:nth-child(1) {
		width: 650px;
	}

	.history-14 span:nth-child(2) {
		width: 550px;
	}

	.history-15 {
		margin-top: 50px;
	}

	.history-15 span:nth-child(1) {
		width: 650px;
	}

	.history-15 span:nth-child(2) {
		width: 450px;
	}

	.history-16 {
		margin-top: 0px;
		height: 610px;
	}

	.history-16 span:nth-child(1) {
		width: 100%;
		height: 100%;
	}

	.history-16 span:nth-child(2) {
		width: 600px;
	}

	.history-16 span:nth-child(3) {
		width: 620px;
	}

	.history-16 span:nth-child(4) {
		bottom: 70px;
		left: 40px;
	}

	.history-17 {
		height: 500px;
		margin-top: 100px;
	}

	.mobile-banner .points-box,
	.banner .points-box {
		height: 20px;
		bottom: 28px;
		padding: 0 0 0 5px;
	}

	.banner .points-box li,
	.mobile-banner .points-box li {
		width: 187px;
		padding-left: 14px;
	}

	.points-box li span i {
		margin: 8px 0 0 0;
	}

	.points-box .point {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.points-box .point:before {
		width: 20px;
		height: 20px;
	}

	.points-box .point:after {
		width: 12px;
		height: 12px;
		top: 4px;
		left: -1px;
	}

	.history-2 {
		margin-top: 100px;
	}

	.history-3 {
		margin-top: 150px;
	}

	.history-4 {
		margin-top: 250px;
	}

	.history-5 {
		height: 700px;
	}

	.history-6 {
		margin-top: 250px;
	}

	.history-7 {
		margin-top: 150px;
	}

	.history-7 span:nth-child(1) {
		width: 100%;
	}

	.history-7 span:nth-child(4) {
		width: 500px;
		left: 50px;
	}

	.history-7 span:nth-child(5) {
		width: auto;
		left: 600px;
		bottom: -50px;
	}

	.history-8 {
		margin-top: 150px;
	}

	.history-11 {
		margin-top: 150px;
	}

	.history-12 {
		margin-top: 100px;
	}

	.history-13 {
		margin-top: 50px;
	}

	.history-14 {
		margin-top: 0px;
	}

	.history-15 {
		margin-top: 150px;
	}

	.history-16 {
		margin-top: 150px;
	}

	.history-17 span:nth-child(2) {
		width: auto;
	}
}

@media only screen and (min-width: 1241px) and (max-width: 1410px) {
	.news-bg {
		margin-bottom: 70px;
	}

	.images-block .gallery-thumbs .swiper-slide span {
		height: 70px;
	}

	.nav ul li a,
	.subnav-box ul li p {
		font-size: 16px;
	}

	.subnav-box ul li {
		width: 160px;
	}

	.more-link {
		bottom: 60px;
	}

	.svf-info {
		width: 350px;
		top: 50px;
	}

	.svf-info h1 {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.map-info-block ul {
		padding: 0 10px;
	}

	.map-info-block ul li {
		padding: 10px 0;
		min-height: 40px;
		height: auto;
	}

	.map-info-block ul li p {
		font-size: 12px;
	}

	/*.map-points ul li:nth-child(1) {
		top: 196px;
		left: 276px;
	}

	.map-points ul li:nth-child(2) {
		top: 206px;
		left: 338px;
	}

	.map-points ul li:nth-child(3) {
		top: 214px;
		left: 485px;
	}

	.map-points ul li:nth-child(4) {
		top: 192px;
		left: 500px;
	}

	.map-points ul li:nth-child(5) {
		top: 240px;
		left: 508px;
	}*/

	.map-box {
		height: 400px;
		padding: 30px 0;
	}

	.hotNew-box ul li a span.hotNew-info {
		padding: 0 15px;
	}

	.subnav-about:after {
		left: 400px;
	}

	.subnav-product:after {
		left: 476px;
	}

	.hitUsUp-container {
		padding: 60px 0;
	}

	.hitUsUp-box form {
		padding: 60px 0 0 0;
	}

	.input-box {
		height: 60px;
	}

	.input-box span {
		font-size: 14px;
		line-height: 60px;
		text-indent: 15px;
	}

	.input-box input {
		width: 100%;
		padding: 0 15px;
	}

	.input-lable .input-box {
		width: 30%;
	}

	.input-lable2 .input-box {
		width: 47%;
	}

	.textarea-lable .input-box span {
		height: 60px;
	}

	.textarea-lable {
		height: 240px;
	}

	.input-box {
		height: 60px;
	}

	.textarea-lable textarea {
		padding: 15px;
	}

	.product-line ul li a p {
		font-size: 18px;
		padding: 40px 0 30px 0;
	}

	.product-line ul li {
		padding-bottom: 40px;
	}

	.product-line ul li a span {
		width: 70px;
		height: 70px;
		display: block;
	}

	.product-line ul li a span img {
		display: block;
		width: 100%;
	}

	.block-title h1 {
		font-size: 36px;
	}

	.block-title {
		padding: 70px 0 50px 0;
	}

	.solution-box span {
		height: 461px;
	}

	.solution-info {
		padding: 0 200px;
	}

	.maxWidth,
	.td-maxWidth{
		width: 1000px;
	}

	.solution-info h1 {
		font-size: 22px;
	}

	.solution-info p {
		font-size: 14px;
		font-weight: normal;
	}

	.solution-info a {
		font-size: 16px;
	}

	.videoCenter-box {
		height: 494px;
	}

	.curr_video {
		width: 658px;
	}

	.video-list {
		width: 324px;
	}

	.video-list ul li span {
		height: 145px;
	}

	.video-list ul li {
		height: 174px;
	}

	.video-list ul li p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: normal;
	}

	.hotNew-box ul li {
		width: 490px;
		height: 242px;
	}

	.hotNew-box ul li:first-child {
		height: 504px;
	}

	.footer-nav-li {
		width: 200px;
	}

	.hotNew-video i,
	.curr_video i {
		width: 60px;
		height: 60px;
	}

	.video-container {
		width: 1000px;
		height: 600px;
	}

	/* --------------- */
	.right-info {
		width: 710px;
		margin: 0 40px 0 0;
	}

	.left-nav {
		width: 210px;
	}

	.left-nav ul li {
		font-size: 18px;
	}

	.t-title h1 {
		font-size: 26px;
		padding: 30px 0 10px 0;
	}

	.d-box p {
		font-size: 14px;
	}

	.about-content {
		padding: 26px;
	}

	.about-info2 {
		width: 400px;
		height: 250px;
		top: 20px;
		left: 702px;
		padding: 20px;
	}

	.about-map {
		left: 700px;
		width: 400px;
	}

	.culture-container {
		height: auto;
		padding-bottom: 50px;
	}

	.culture-box {
		overflow: hidden;
	}

	.c-block h1 {
		padding-top: 50px;
		font-size: 50px;
	}

	.mission-container,
	.idea-container,
	.brand-container {
		padding: 70px 0;
	}

	.mission-box h1,
	.idea-box h1,
	.brand-box h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.mission-box p {
		font-size: 18px;
	}

	.idea-box span p {
		font-size: 22px;
		width: 230px;
	}

	.brand-container .swiper-container {
		height: 526px;
	}

	.b-point {
		padding: 10px 0 0 0;
	}

	.b-point .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		border: 1px solid rgba(27, 103, 178, 1);
	}

	.product-fl .p-img,
	.product-fl .p-fl {
		width: 470px;
	}

	.product-fl .p-fl p {
		font-size: 14px;
		max-height: 120px;
	}

	.product-fl .p-img img {
		width: 100%;
	}

	.product-fl .p-fl h1 {
		font-size: 24px;
		padding: 10px 0 10px 0;
	}

	.product-fl .p-fl a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		margin: 30px 0 0 0;
	}

	.all-container ul li {
		width: 320px;
		height: 320px;
	}

	.all-container ul li span {
		height: 230px;
		overflow: hidden;
	}

	.all-container ul li span img {
		width: 100%;
	}

	.all-container ul li p {
		font-size: 16px;
		padding: 16px 0 0 0;
		line-height: 26px;
	}

	.fl-box ul li {
		width: 320px;
		height: 320px;
	}

	.fl-box ul li span {
		height: 230px;
		overflow: hidden;
	}

	.fl-box ul li span img {
		width: 100%;
	}

	.fl-box ul li p {
		font-size: 16px;
		padding: 16px 0 0 0;
		line-height: 26px;
	}

	.fl-box {
		padding: 40px 0 0 0;
	}

	.fl-box h1 {
		font-size: 30px;
	}

	.fl-box h1:before {
		width: 6px;
	}

	.product-nav ul li {
		font-size: 16px;
		line-height: 80px;
	}

	.mb-container {
		height: auto;
		padding: 20px 0;
	}

	.de-title h1,
	.images-title h1 {
		font-size: 32px;
	}

	.de-title {
		margin: 60px 0 30px 0;
	}

	.de-title p,
	.td-info p {
		font-size: 18px;
	}

	.td1 img,
	.td2 img {
		width: 700px;
	}

	.td-info {}

	.td2 .td-info {
		left: 0%;
	}

	.td-block img {
		max-width: 800px;
	}
	.td-block{
		height: 600px;
	}

	.td3 {
		margin: 0;
	}

	.last-block {
		margin-bottom: 100px;
	}

	.td-info {}

	.td-info h1 {
		font-size: 30px;
	}

	.de-title p,
	.td-info p {
		font-size: 16px;
	}

	.news-img,
	.news-info {
		height: 276px;
	}

	.news-info h1 {
		font-size: 20px;
	}

	.news-info span {
		font-size: 14px;
		padding: 14px 0;
	}

	.news-info p {
		font-size: 14px;
		max-height: 120px;
		overflow: hidden;
	}

	.news-li {
		margin: 50px 0 0 0;
	}

	.news-info a {
		width: 120px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
		margin: 34px 0 0 0;
	}

	.news-li2 {
		width: 320px;
		padding-top: 30px;
	}

	.news-li2 span {
		height: 220px;
	}

	.news-li2 p {
		font-size: 16px;
		line-height: 26px;
	}

	.news-li2 i {
		font-size: 12px;
		padding: 10px 0;
	}

	.news-details-title h1 {
		font-size: 36px;
		line-height: 36px;
		padding: 80px 0 0 0;
	}

	.news-details-title span {
		padding: 20px 0 36px 0;
	}

	.news-details-box img {
		margin: 0 0 36px 0
	}

	.news-details-box p {
		margin: 0 0 36px 0;
		font-size: 14px;
	}

	.r-title h1 {
		font-size: 36px;
	}

	.r-title {
		margin-bottom: 10px;
	}

	.r-title span {
		margin: 25px 0 0 0;
	}

	.s-tixi ul>li {
		width: 230px;
		height: auto;
		padding: 40px 5px;
	}

	.s-tixi ul>li ol {
		padding: 0 0 0 15px;
	}

	.s-tixi ul>li li:before {
		margin: -2px 0 0 -10px;
	}

	.s-tixi ul>li span {
		width: 100px;
		height: 100px;
	}

	.s-tixi ul>li li {
		font-size: 13px;
	}

	.service-container {
		height: 80px 0;
	}

	.service-title h1 {
		height: 44px;
	}

	.lc-block ul li {
		width: 195px;
	}

	.lc-block ul li:not(:last-child) {
		margin-right: 73px;
	}

	.lc-block ul li:not(:last-child):after {
		top: 32px;
	}

	.lc-block ul li span {
		width: 90px;
		height: 90px;
	}

	.lc-block ul li p,
	.ts-block span p,
	.zy-box ul li p,
	.bx-box h2 {
		font-size: 16px;
		line-height: 28px;
	}

	.ts-block span img,
	.zy-box ul li span,
	.zy-box ul li span img {
		transform: scale(0.8);
		width: 100%;
		margin: 5px 0;
	}

	.zy-box ul {
		margin: 20px 0 0 0;
	}

	.joinUs-title {
		padding: 70px 0 40px 0;
	}

	.joinUs-title h1,
	.hj-info h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.sh-search h1,
	.active .job-title ul li:first-child,
	.job-title ul li,
	.hj-info p,
	.we-box>span,
	.we-box ul li p,
	.we-box ul li h2 {
		font-size: 18px;
	}


	.job-title ul li {
		line-height: 90px;
	}

	.job-details h1 {
		font-size: 18px;
		padding: 70px 0 20px 0;
	}

	.job-details p {
		font-size: 12px;
	}

	.xz-box ul li {
		width: 480px;
	}

	.fc-container {
		height: 450px;
		padding-bottom: 50px;
	}

	.fc-container ul li {
		width: 330px;
	}

	.hj-box img {
		width: 600px;
	}

	.hj-info {
		top: 200px;
	}

	.sh-search-box span {
		width: 200px;
	}

	.job-li {
		height: 90px;
	}

	.join-nav ul {
		padding: 70px 0 40px 0;
	}

	.join-nav ul li a {
		font-size: 14px;
	}

	.yingpin-block h1 {
		font-size: 30px;
		line-height: 38px;
		padding-bottom: 50px;
	}

	.yingpin-block ul li p {
		font-size: 14px;
		line-height: 18px;
		padding: 30px 0 0 0;
	}

	.yingpin-block ul li span {
		width: 100%;
	}

	.yingpin-block ul li span img {
		width: 140px;
		display: block;
	}

	.yingpin-block ul li:nth-child(2n) img {
		width: 90px;
	}

	.yingpin-block ul {
		padding-bottom: 100px;
		width: 100%;
	}

	.yingpin-block ul li {
		width: calc(100% / 7);
		width: -webkit-calc(100% / 7);
	}

	.subnav-box ul li {
		padding: 45px 0;
	}

	.subnav-box ul li span {
		width: 66px;
		height: 66px;
	}

	.subnav-box ul li p {
		font-size: 14px;
	}

	.h-block img {
		width: 100%;
	}

	.history-1 span:nth-child(1),
	.history-1 span:nth-child(2) {
		font-size: 100px;
	}

	.history-1 span:nth-child(3) {
		width: 300px;
	}

	.history-1 span img {
		height: auto;
	}

	.history-1 span:nth-child(4) {
		width: 650px;
		bottom: 30px;
	}

	.text {
		width: 450px;
		height: 120px;
		padding: 20px;
	}

	.text h1 {
		font-size: 32px;
	}

	.text p {
		font-size: 14px;
	}

	.history-1 span:nth-child(5) {
		left: 550px;
	}

	.history-2 {
		margin-top: 0;
		height: 500px;
	}

	.history-2 span:nth-child(1) {
		top: 320px;
	}

	.history-2 span:nth-child(2) {
		width: 550px;
	}

	.history-3 {
		margin-top: 100px;
		height: 450px
	}

	.history-3 span:nth-child(1) {
		width: 700px;
	}

	.history-3 span:nth-child(2) {
		width: 450px;
	}

	.history-3 span:nth-child(3) {
		bottom: 110px;
		left: 740px;
	}

	.history-4 {
		margin-top: 100px;
	}

	.history-4 span:nth-child(1) {
		width: 700px;
	}

	.history-4 span:nth-child(2) {
		left: 100px;
		top: 350px;
	}

	.history-4 span:nth-child(3) {
		width: 270px;
		height: 205px;
		top: -51px;
		right: -53px;
	}

	.history-5 {
		margin-top: 0px;
	}

	.history-5 span:nth-child(1) {
		width: 600px;
	}

	.history-5 span:nth-child(2) {
		width: 450px;
		bottom: -100px;
		left: 600px;
	}

	.history-5 span:nth-child(3) {
		left: 700px;
	}

	.history-6 {
		margin-top: 50px;
		height: 564px;
	}

	.history-6 span:nth-child(3) {
		top: 52px;
		left: 73px;
	}

	.history-6 span:nth-child(1) {
		width: 600px;
	}

	.history-6 span:nth-child(2) {
		bottom: 220px;
		width: 300px;
	}

	.history-6 span:nth-child(4) {
		bottom: 100px;
		left: 0;
	}

	.history-7 {
		height: 450px;
		margin-top: 100px;
	}

	.history-7 span:nth-child(1) {
		height: 550px;
		top: -78px;
		width: 100%;
	}

	.history-7 span:nth-child(2) {
		width: 500px;
	}

	.history-7 span:nth-child(3) {
		width: 520px;
	}

	.history-7 span:nth-child(4) {
		bottom: 40px;
		left: 0;
	}

	.history-7 span:nth-child(5) {
		bottom: -40px;
		left: 470px;
	}

	.history-8 {
		margin-top: 0px;
		height: 450px;
	}

	.history-8 span:nth-child(1) {
		width: 500px;
	}

	.history-9 {
		height: 350px;
	}

	.history-9 span:nth-child(1) {
		width: 480px;
	}

	.history-9 span:nth-child(2) {
		left: 380px;
		width: auto;
	}

	.history-10 {
		height: 350px;
	}

	.history-10 span:nth-child(1) {
		width: 500px;
	}

	.history-10 span:nth-child(2) {
		left: 450px;
	}

	.history-11 {
		height: 560px;
	}

	.history-11 span:nth-child(1) {
		width: 500px;
	}

	.history-11 span:nth-child(2) {
		left: 300px;
	}

	.history-12 {
		margin-top: 0px;
		height: 400px;
	}

	.history-12 span:nth-child(1) {
		width: 550px;
	}

	.history-12 span:nth-child(2) {
		width: 350px;
		right: 200px;
	}

	.history-12 span:nth-child(3) {
		left: 750px;
	}

	.history-13 {
		margin-top: 0px;
		height: 500px;
	}

	.history-13 span:nth-child(1) {
		width: 500px;
	}

	.history-13 span:nth-child(2) {
		top: 400px;
		left: 250px;
	}

	.history-13 span:nth-child(3) {
		top: 130px;
		left: 50px;
	}

	.history-14 {
		margin-top: 0px;
		height: 540px;
	}

	.history-14 span:nth-child(1) {
		width: 450px;
	}

	.history-14 span:nth-child(2) {
		left: 400px;
	}

	.history-15 {
		margin-top: 0;
		height: 500px;
	}

	.history-15 span:nth-child(1) {
		width: 550px;
	}

	.history-16 {
		margin-top: 0px;
		height: 450px;
	}

	.history-16 span:nth-child(1) {
		width: 100%;
		height: 520px;
	}

	.history-16 span:nth-child(2) {
		width: 500px;
	}

	.history-16 span:nth-child(3) {
		width: 520px;
	}

	.history-16 span:nth-child(4) {
		bottom: 0;
		left: 0;
	}

	.history-17 {
		margin: 0;
	}

	.history-17 span:nth-child(1) {
		width: 100%;
	}

	.history-17 span:nth-child(2) {
		width: 500px;
		right: -100px;
		top: 150px;
	}

	.banner .points-box {
		height: 20px;
		bottom: 28px;
		padding: 0 0 0 5px;
	}

	.banner .points-box li {
		width: 120px;
		padding-left: 14px;
	}

	.points-box li span i {
		margin: 8px 0 0 0;
	}

	.points-box .point {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.points-box .point:before {
		width: 20px;
		height: 20px;
	}

	.points-box .point:after {
		width: 12px;
		height: 12px;
		top: 4px;
		left: -1px;
	}

	.text {
		height: auto;
	}

	.text h1 {
		line-height: 36px;
	}

	.text p {
		line-height: 26px;
	}

	.history-1 {
		height: 680px;
	}

	.history-1 span:nth-child(4) {
		height: auto;
	}

	.history-2 {
		margin-top: 100px;
	}

	.history-3 {
		margin-top: 200px;
	}

	.history-4 {
		margin-top: 150px;
	}

	.history-5 {
		margin-top: 50px;
	}

	.history-5 span:nth-child(2) {
		left: 550px;
	}

	.history-5 span:nth-child(3) {
		left: 620px;
	}

	.history-6 span:nth-child(3) {
		width: auto;
		left: 200px;
	}

	.history-6 span:nth-child(2) {
		width: 250px;
		height: auto;
		bottom: 190px;
	}

	.history-7 {
		margin-top: 200px;
	}

	.history-8 {
		margin-top: 150px;
	}

	.history-7 span:nth-child(5) {
		bottom: 00;
	}

	.history-8 span:nth-child(2),
	.history-10 span:nth-child(2),
	.history-14 span:nth-child(2),
	.history-15 span:nth-child(2) {
		width: 400px;
	}

	.history-10 span:nth-child(1) {
		height: auto;
	}

	.history-10 {
		height: 450px;
	}

	.history-13 {
		margin-top: 100px;
	}

	.history-13 span:nth-child(2) {
		width: 350px;
		height: auto;
	}

	.history-14 {
		margin-top: 100px;
	}

	.history-15 {
		margin-top: 50px;
	}

	.history-15 span:nth-child(2) {
		left: 120px;
	}

	.history-17 {
		margin-top: 150px;
	}

	.history-17 span:nth-child(2) {
		width: 300px;
	}
}

@media only screen and (min-width: 761px) and (max-width: 1240px) {
	.news-bg {
		margin-bottom: 50px;
	}

	.images-block .gallery-thumbs .swiper-slide span {
		height: 45px;
		padding: 5px;
	}

	.nav ul li a,
	.subnav-box ul li p {
		font-size: 14px;
	}

	.subnav-box ul li {
		width: 120px;
	}

	.more-link {
		bottom: 50px;
	}

	.map-box {
		height: 400px;
		padding: 30px 0;

	}

	.svf-info {
		width: 250px;
	}

	.svf-info h1 {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.map-info-block ul {
		padding: 0 10px;
	}

	.map-info-block ul li {
		height: auto;
		min-height: 30px;
		padding: 5px 0;
	}

	.map-info-block ul li p {
		font-size: 12px;
	}
/* 
	.map-points ul li:nth-child(1) {
		top: 200px;
		left: 212px;
	}

	.map-points ul li:nth-child(2) {
		top: 210px;
		left: 258px;
	}

	.map-points ul li:nth-child(3) {
		top: 214px;
		left: 370px;
	}

	.map-points ul li:nth-child(4) {
		top: 196px;
		left: 382px;
	}

	.map-points ul li:nth-child(5) {
		top: 234px;
		left: 388px;
	} */

	.hotNew-box ul li a span.hotNew-info {
		padding: 10px;
		height: auto;
	}

	.hotNew-box ul li a span.hotNew-info h1 {
		padding: 0 0 5px 0;
		font-size: 16px;
	}

	.hotNew-box ul li a span.hotNew-info p {
		font-size: 12px;
	}

	.subnav-about:after {
		left: initial;
		right: 462px;
	}

	.subnav-product:after {
		left: initial;
		right: 408px;
	}

	.hitUsUp-container {
		padding: 60px 0;
	}

	.hitUsUp-box form {
		padding: 60px 0 0 0;
	}

	.input-box {
		height: 60px;
	}

	.input-box span {
		font-size: 14px;
		line-height: 60px;
		text-indent: 15px;
	}

	.input-box input {
		width: 100%;
		padding: 0 15px;
	}

	.input-lable .input-box {
		width: 30%;
	}

	.input-lable2 .input-box {
		width: 47%;
	}

	.textarea-lable .input-box span {
		height: 60px;
	}

	.textarea-lable {
		height: 240px;
	}

	.input-box {
		height: 60px;
	}

	.textarea-lable textarea {
		padding: 15px;
	}

	.product-line ul li a p {
		font-size: 14px;
		padding: 20px 0 20px 0;

	}

	.product-line ul li {
		padding-bottom: 30px;
	}

	.product-line ul li a span {
		width: 50px;
		height: 50px;
		display: block;
	}

	.product-line ul li a span img {
		display: block;
		width: 100%;
	}

	.block-title h1 {
		font-size: 36px;
	}

	.block-title {
		padding: 50px 0 40px 0;
	}

	.solution-box span {
		height: 341px;
	}

	.solution-info {
		padding: 0 200px;
	}

	.maxWidth,
	.td-maxWidth{
		width: 740px;
	}

	.solution-info h1 {
		font-size: 22px;
	}

	.solution-info p {
		font-size: 14px;
		font-weight: normal;
	}

	.solution-info a {
		font-size: 16px;
	}

	.videoCenter-box {
		height: 366px;
	}

	.curr_video {
		width: 488px;
	}

	.video-list {
		width: 240px;
	}

	.video-list ul li span {
		height: 105px;
	}

	.video-list ul li {
		height: 130px;
	}

	.video-list ul li p {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		font-weight: normal;
	}

	.hotNew-box ul li {
		width: 360px;
		height: 172px;
	}

	.hotNew-box ul li:first-child {
		height: 364px;
	}

	.footer-nav-li {
		width: 134px;
	}

	.hotNew-video i,
	.curr_video i {
		width: 40px;
		height: 40px;
	}

	.footer-container {
		padding: 50px 0;
	}

	.footer-nav-li h1 {
		font-size: 16px;
		padding-bottom: 20px;
	}

	.footer-nav-li ul li a {
		font-size: 12px;
	}

	.video-container {
		width: 100%;
		height: 100%;
	}

	.nav ul li {
		margin-left: 22px;
	}

	/* -------- */
	.right-info {
		width: 540px;
		margin: 0 20px 0 0;
	}

	.left-nav {
		width: 160px;
	}

	.left-nav ul li {
		font-size: 14px;
		padding: 10px 0;
	}

	.t-title h1 {
		font-size: 26px;
		padding: 30px 0 10px 0;
	}

	.d-box p {
		font-size: 12px;
	}

	.anke-content {
		padding: 50px 0;
	}

	.about-box {
		padding: 0;
	}

	.about-content {
		padding: 20px;
		width: 550px;
	}

	.about-info p {
		font-size: 12px;
		line-height: 24px;
	}

	.about-title h1 {
		font-size: 24px;
		padding: 30px 0 30px 0;
	}

	.about-title h1:before {
		height: 2px;
	}

	.about-info h2 {
		padding: 20px 0;
		font-size: 14px;
	}

	.about-map {
		left: 370px;
	}

	.about-info2 {
		width: 350px;
		height: 173px;
		top: -24px;
		left: 390px;
		padding: 15px;
	}

	.about-info2 p {
		font-size: 12px;
		line-height: 28px;
	}

	.culture-container {
		height: auto;
		padding-bottom: 30px;
	}

	.culture-box {
		overflow: hidden;
	}

	.c-block h1 {
		padding-top: 30px;
		font-size: 30px;
	}

	.c-block p {
		font-size: 16px;
	}

	.c-block span {
		width: 360px;
		height: 2px;
		margin: 30px 0;
	}

	.mission-container,
	.idea-container,
	.brand-container {
		padding: 50px 0;
	}

	.mission-box h1,
	.idea-box h1,
	.brand-box h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.mission-box p {
		font-size: 12px;
	}

	.idea-box span p {
		font-size: 14px;
		width: 150px;
		line-height: 90px;
		border-top: 2px solid rgba(218, 218, 218, 1);
	}

	.brand-container .swiper-container {
		height: 389px;
	}

	.b-point {
		padding: 10px 0 0 0;
	}

	.b-point .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border: 1px solid rgba(27, 103, 178, 1);
	}

	.product-fl {
		padding: 60px 0 80px 0;
	}

	.product-fl .p-img,
	.product-fl .p-fl {
		width: 360px;
	}

	.product-fl .p-fl p {
		font-size: 12px;
		line-height: 24px;
		max-height: 70px;
	}

	.product-fl .p-img img {
		width: 100%;
	}

	.product-fl .p-fl h1 {
		font-size: 20px;
		padding: 0 0 10px 0;
	}

	.product-fl .p-fl a {
		font-size: 12px;
		width: 100px;
		height: 30px;
		line-height: 30px;
		margin: 20px 0 0 0;
	}

	.all-container h1 {
		font-size: 26px;
		padding: 50px 0;
	}

	.all-container ul li {
		width: 234px;
		height: 234px;
	}

	.all-container ul li span {
		height: 160px;
		overflow: hidden;
	}

	.all-container ul li span img {
		width: 100%;
	}

	.all-container ul li p {
		font-size: 12px;
		padding: 16px 0 0 0;
		line-height: 24px;
		font-weight: normal;
	}

	.fl-box ul li {
		width: 234px;
		height: 234px;
	}

	.fl-box ul li span {
		height: 160px;
		overflow: hidden;
	}

	.fl-box ul li span img {
		width: 100%;
	}

	.fl-box ul li p {
		font-size: 12px;
		padding: 16px 0 0 0;
		line-height: 24px;
		font-weight: normal;
	}

	.fl-box {
		padding: 40px 0 0 0;
	}

	.fl-box h1 {
		font-size: 26px;
		line-height: 40px;
		text-indent: 24px;
		margin: 0px 0 30px 0;
	}

	.fl-box h1:before {
		width: 6px;
		height: 40px;
		top: 0;
	}

	.product-nav ul li {
		font-size: 16px;
		line-height: 80px;
	}

	.mb-container {
		height: auto;
		padding: 20px 0;
	}

	.de-title h1,
	.images-title h1 {
		font-size: 28px;
	}

	.de-title {
		margin: 40px 0 30px 0;
	}

	.images-block .gallery-top .swiper-slide {
		height: auto;
	}

	.images-block .gallery-thumbs.swiper-container {
		padding: 40px 0;
	}

	.de-title p,
	.td-info p {
		font-size: 18px;
	}

	.td-info {
		right: 0;
	}

	.td2 .td-info {
		left: 0%;
	}

	.td-block img {
		max-width: 600px;
	}
	.td-block{
		height: 500px;
	}
	.td3 {
		margin: 0;
	}

	.last-block {
		margin-bottom: 50px;
	}

	.td1 img,
	.td3 img {
		margin-left: 0%;
	}

	.td-info {
		right: 0%;
	}

	.td-info h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.de-title p,
	.td-info p {
		font-size: 12px;
		line-height: 24px;
	}

	.news-img,
	.news-info {
		height: 204px;
	}

	.news-info h1 {
		font-size: 16px;
		line-height: 24px;
	}

	.news-info span {
		font-size: 12px;
		padding: 14px 0;
	}

	.news-info p {
		font-size: 12px;
		max-height: 74px;
		overflow: hidden;
	}

	.news-li {
		margin: 50px 0 0 0;
	}

	.news-info a {
		width: 120px;
		height: 36px;
		font-size: 12px;
		line-height: 36px;
		margin: 14px 0 0 0;
		font-weight: normal;
	}

	.news-li2 {
		width: 234px;
		padding-top: 20px;
	}

	.news-li2 span {
		height: 162px;
	}

	.news-li2 p {
		font-size: 12px;
		line-height: 20px;
	}

	.news-li2 i {
		font-size: 12px;
		padding: 10px 0;
	}

	.news-details-title h1 {
		font-size: 30px;
		line-height: 30px;
		padding: 80px 0 0 0;
	}

	.news-details-title span {
		padding: 20px 0 30px 0;
	}

	.news-details-box img {
		margin: 0 0 30px 0
	}

	.news-details-box p {
		margin: 0 0 30px 0;
		font-size: 12px;
	}

	.r-title h1 {
		font-size: 30px;
	}

	.r-title {
		margin-bottom: 0px;
	}

	.r-title span {
		margin: 25px 0 0 0;
	}

	.s-tixi ul {
		padding: 60px 0 0 0;
	}

	.tx.maxWidth {
		width: 860px;
	}

	.s-tixi ul>li {
		width: 204px;
		height: auto;
		padding: 20px 5px;
	}

	.s-tixi ul>li ol {
		padding: 0 0 0 15px;
	}

	.s-tixi ul>li li:before {
		margin: -2px 0 0 -17px;
	}

	.s-tixi ul>li span {
		width: 90px;
		height: 90px;
		margin: 30px auto;
	}

	.s-tixi ul>li h1 {
		font-size: 16px;
	}

	.s-tixi ul>li li {
		font-size: 12px;
	}

	.s-tixi ul>li li:before {
		left: 8px;
	}

	.service-container {
		padding: 80px 0;
		overflow: auto;
	}

	.service-title h1 {
		font-size: 30px;
	}

	.lc-block ul li {
		width: 130px;
	}

	.lc-block ul li:not(:last-child) {
		margin-right: 73px;
	}

	.lc-block ul li:not(:last-child):after {
		top: 30px;
		right: -35px;
	}

	.lc-block ul li span {
		width: 80px;
		height: 80px;
	}

	.lc-block ul li p,
	.ts-block span p,
	.zy-box ul li p,
	.bx-box h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.ts-block span img,
	.zy-box ul li span,
	.zy-box ul li span img,
	.ts-block i {
		transform: scale(0.7);
		width: 100%;
		margin: 5px 0;
	}

	.zy-box ul {
		margin: 20px 0 0 0;
	}

	.ts-block {
		padding: 20px;
	}

	.sh-search-box span {
		width: 166px;
	}

	.joinUs-title {
		padding: 60px 0 30px 0;
	}

	.joinUs-title h1,
	.hj-info h1 {
		font-size: 36px;
		line-height: 36px;
	}

	.sh-search h1,
	.active .job-title ul li:first-child,
	.job-title ul li,
	.hj-info p,
	.we-box>span,
	.we-box ul li p,
	.we-box ul li h2 {
		font-size: 16px;
		line-height: 24px;
	}

	.job-title ul li,
	.active .job-title ul li:first-child {
		line-height: 80px;
	}
	.job-title ul li{
		width: 27%;
	}

	.job-details h1 {
		font-size: 16px;
		padding: 70px 0 20px 0;
	}

	.job-details p {
		font-size: 12px;
	}

	.xz-box ul li {
		width: 350px;
		height: 120px;
		font-size: 16px;
	}

	.xz-box ul li img {
		width: 50px;
		margin: 0 30px 0 30px;
	}

	.fc-container {
		height: 400px;
		padding-bottom: 50px;
	}

	.fc-container ul li {
		width: 293px;
	}

	.hj-box img {
		width: 450px;
	}

	.hj-info {
		top: 150px;
		width: 300px;
	}

	.job-li {
		height: 80px;
	}

	.social-recruitment-box {
		padding: 60px 0 20px 0;
	}

	.join-nav ul {
		padding: 60px 0 30px 0;
	}

	.join-nav ul li a {
		font-size: 12px;
	}

	.yingpin-block h1 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 30px;
	}

	.yingpin-block ul li p {
		font-size: 12px;
		line-height: 24px;
		padding: 10px 0 0 0;
	}

	.yingpin-block ul li span {
		width: 100%;
		height: 100px;
	}

	.yingpin-block ul li span img {
		width: 90px;
		display: block;
	}

	.yingpin-block ul li:nth-child(2n) img {
		width: 90px;
	}

	.yingpin-block ul {
		padding-bottom: 100px;
		width: 100%;
	}

	.yingpin-block ul li {
		width: calc(100% / 7);
		width: -webkit-calc(100% / 7);
	}

	.subnav-box ul li {
		padding: 30px 0;
	}

	.subnav-box ul li span {
		width: 50px;
		height: 50px;
	}

	.subnav-box ul li p {
		font-size: 12px;
		padding: 10px 0 0 0;
	}

	.header-container {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.header-container .maxWidth {
		width: 100%;
	}

	.h-block img {
		width: 100%;
	}

	.history-1 span:nth-child(1),
	.history-1 span:nth-child(2) {
		font-size: 100px;
	}

	.history-1 span:nth-child(3) {
		width: 300px;
	}

	.history-1 span img {
		height: auto;
	}

	.history-1 span:nth-child(4) {
		width: 550px;
		bottom: 95px;
		height: auto;
	}

	.text {
		width: 300px;
		height: auto;
		padding: 20px;
	}

	.text h1 {
		font-size: 32px;
	}

	.text p {
		font-size: 14px;
		padding: 0;
	}

	.history-1 {
		height: 750px;
	}

	.history-1 span:nth-child(5) {
		left: 450px;
	}

	.history-2 {
		margin-top: 10px;
		height: 550px;
	}

	.history-2 span:nth-child(1) {
		top: 280px;
	}

	.history-2 span:nth-child(2) {
		width: 450px;
	}

	.history-2 span:nth-child(3) {
		top: 70px;
		left: 100px;
	}

	.history-3 {
		margin-top: 40px;
		height: 300px;
	}

	.history-3 span:nth-child(1) {
		width: 500px;
	}

	.history-3 span:nth-child(2) {
		width: 350px;
	}

	.history-3 span:nth-child(3) {
		bottom: 110px;
		left: 540px;
	}

	.history-4 {
		margin-top: 150px;
		height: 500px;
	}

	.history-4 span:nth-child(1) {
		width: 500px;
	}

	.history-4 span:nth-child(2) {
		left: 0px;
		top: 250px;
	}

	.history-4 span:nth-child(3) {
		width: 270px;
		height: 205px;
		top: -51px;
		right: -53px;
	}

	.history-5 {
		margin-top: 50px;
		height: 550px;
	}

	.history-5 span:nth-child(1) {
		width: 500px;
	}

	.history-5 span:nth-child(2) {
		width: 450px;
		bottom: -50px;
		left: 500px;
	}

	.history-5 span:nth-child(3) {
		left: 500px;
	}

	.history-6 {
		margin-top: 0px;
		height: 664px;
	}

	.history-6 span:nth-child(3) {
		top: 52px;
		left: 73px;
		width: auto;
	}

	.history-6 span:nth-child(1) {
		width: 600px;
	}

	.history-6 span:nth-child(2) {
		bottom: 220px;
		width: 300px;
	}

	.history-6 span:nth-child(4) {
		bottom: 100px;
		left: 0;
	}

	.history-7 {
		height: 350px;
		margin-top: 20px;
	}

	.history-7 span:nth-child(1) {
		height: 440px;
		top: -78px;
		width: 100%;
	}

	.history-7 span:nth-child(2) {
		width: 450px;
	}

	.history-7 span:nth-child(3) {
		width: 380px;
		right: -50px;
	}

	.history-7 span:nth-child(4) {
		bottom: 40px;
		left: 0;
	}

	.history-7 span:nth-child(5) {
		bottom: -40px;
		left: 470px;
	}

	.history-8 {
		margin-top: 100px;
		height: 450px;
	}

	.history-8 span:nth-child(1) {
		width: 500px;
	}

	.history-8 span:nth-child(2) {
		left: 480px;
	}

	.history-9 span:nth-child(1) {
		width: 480px;
	}

	.history-9 span:nth-child(2) {
		width: auto;
		left: 120px;
	}

	.history-10 {
		height: 350px;
	}

	.history-10 span:nth-child(1) {
		width: 500px;
	}

	.history-10 span:nth-child(2) {
		left: 450px;
	}

	.history-11 {
		height: 620px;
	}

	.history-11 span:nth-child(1) {
		width: 500px;
	}

	.history-11 span:nth-child(2) {
		left: 30px;
	}

	.history-12 {
		margin-top: -50px;
		height: 350px;
	}

	.history-12 span:nth-child(1) {
		width: 550px;
	}

	.history-12 span:nth-child(2) {
		width: 350px;
		right: 20px;
	}

	.history-12 span:nth-child(3) {
		left: 550px;
	}

	.history-13 {
		margin-top: 0px;
		height: 650px;
	}

	.history-13 span:nth-child(1) {
		width: 500px;
	}

	.history-13 span:nth-child(2) {
		top: 400px;
		left: 250px;
	}

	.history-13 span:nth-child(3) {
		top: 130px;
		left: 50px;
	}

	.history-14 {
		margin-top: -100px;
		height: 540px;
	}

	.history-14 span:nth-child(1) {
		width: 450px;
	}

	.history-14 span:nth-child(2) {
		left: 400px;
	}

	.history-15 {
		margin-top: 0;
	}

	.history-15 span:nth-child(1) {
		width: 550px;
	}

	.history-15 span:nth-child(2) {
		width: 400px;
		left: 0;
	}

	.history-16 {
		margin-top: 60px;
		height: 450px;
	}

	.history-16 span:nth-child(1) {
		width: 100%;
		height: 450px;
	}

	.history-16 span:nth-child(2) {
		width: 500px;
	}

	.history-16 span:nth-child(3) {
		width: 420px;
		right: -50px;
	}

	.history-16 span:nth-child(4) {
		bottom: 0;
		left: 0;
	}

	.history-16 span:nth-child(5) {
		left: 450px;
	}

	.history-17 {
		height: 430px;
		margin: 50px 0 0 0;
	}

	.history-17 span:nth-child(1) {
		width: 100%;
	}

	.history-17 span:nth-child(2) {
		width: 500px;
		right: 0;
		top: 150px;
	}

	
	.history-18 {
		height: 595px;
	}

	.history-18 span:nth-child(1) {
		width: 740px;
		height: 650px;
		top: 0;
		left: 0px;
	}

	.history-18 span:nth-child(2) {
		right: 0;
		left: auto;
		top: 390px;
		width: 50%;
	}

	.history-18-1 {
		height: 385px;
	}
	.history-18-1.h-block img {width: 100%; height: auto;}
	.history-18-1  span:nth-child(1) {
		height: 460px;
	}
	.history-18-1  span:nth-child(2) {
		top: -65px;
	}
	.history-18-2 span:nth-child(2) {
		top: 30px;
	}
	

	.history-19 span:nth-child(1) {
		width: auto;
	}

	.history-19 span:nth-child(2) {
		width: 50%;
		left: 0;
		top: 295px;
	}

	.history-19-1 {
		height: 340px;
	}
	.history-19-1.h-block img {width: 100%; height: auto;}
	.history-19-1 span:nth-child(1) {
		height: 430px;
	}
	.history-19-1 span:nth-child(2) {
		top: -65px;
	}



	.history-20 span:nth-child(2) {
		left: auto;
		right: 0;
		width: 50%;
	}

	.banner .points-box {
		height: 20px;
		bottom: 28px;
		padding: 0 0 0 5px;
	}

	.banner .points-box li {
		width: 80px;
		padding-left: 14px;
	}

	.points-box li span i {
		margin: 8px 0 0 0;
	}

	.points-box .point {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.points-box .point:before {
		width: 20px;
		height: 20px;
	}

	.points-box .point:after {
		width: 12px;
		height: 12px;
		top: 4px;
		left: -1px;
	}

	.showImage-container {
		height: 450px;
	}

	.history-16 span:nth-child(5) {
		bottom: -6px;
		left: 360px;
	}

	.history-17 span:nth-child(2) {
		width: auto;
	}

	.text p {
		line-height: 24px;
	}

	.history-16 span:nth-child(2) {
		width: 400px;
	}

	.history-8 span:nth-child(2) {
		width: auto;
	}

	.history-7 span:nth-child(5) {
		bottom: 0;
	}

	.history-1 span:nth-child(3) {
		height: auto;
	}

	.history-1 {
		height: 700px;
	}

	.history-4 span:nth-child(2) {
		height: auto;
		width: 180px;
	}

	.history-5 span:nth-child(2) {
		height: auto;
		width: 350px;
		bottom: 80px;
		left: 480px;
	}

	.history-10 span:nth-child(2) {
		width: auto;
	}

	.history-6 span:nth-child(2) {
		height: auto;
		width: 250px;
	}

	.history-7 {
		margin-top: 100px;
	}

	.history-7 span:nth-child(3) {
		width: 350px;
		height: auto;
	}

	.history-9 {
		margin: 30px 0 0 0;
		height: 350px;
	}

	.history-10 {
		height: 450px;
	}

	.history-13 {
		margin-top: 100px;
	}

	.history-13 span:nth-child(2) {
		width: 300px;
		height: auto;
		left: 150px;
	}

	.history-14 {
		height: 600px;
	}

	.history-14 span:nth-child(2) {
		width: auto;
	}
}

@media only screen and (max-width: 760px) {
	.map-points,.map-points ul{
		width: 100%;
		    height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	html,
	body {
		font-size: 13.3333vw;
		overflow-x: hidden;
	}

	.news-bg {
		margin-bottom: 0px;
	}

	.map-box {
		height: 4rem;
		padding: 30px 0;
	}

	.svf-info {
		position: static;
		margin: 4.5rem 0 0 0;
		width: 100%;
	}

	.svf-info h1 {
		height: 1rem;
		font-size: 0.4rem;
		line-height: 1rem;
	}

	.map-info-block ul li {
		height: auto;
		min-height: 0.8rem;
		padding: 0.1rem 0;
	}

	.map-info-block ul li p {
		font-size: 0.24rem;
	}
	.map-points ul li.active{
		z-index:1000;
	}

	/* .map-points ul li:nth-child(1) {
		top: 42%;
		left: 41%;
	}

	.map-points ul li:nth-child(2) {
		top: 44%;
		left: 50.5%;
	}

	.map-points ul li:nth-child(3) {
		top: 44%;
		left: 72%;
	}

	.map-points ul li:nth-child(4) {
		top: 38%;
		left: 73%;
	}

	.map-points ul li:nth-child(5) {
		top: 50%;
		left: 75.5%;
	} */

	.map-container {
		height: 12rem;
	}

	.hitUsUp-container {
		padding: 0.8rem 0;
	}

	.hitUsUp-box form {
		padding: 0.24rem;
	}

	.input-box {
		height: 0.5rem;
	}

	.input-box span {
		font-size: 14px;
		line-height: 0.5rem;
		text-indent: 0.24rem;
	}

	.input-box input {
		width: 100%;
		padding: 0 0.12rem;
		box-sizing: border-box;
		font-size: 0.24rem;
		line-height: 0.48rem;
	}

	.input-lable .input-box {
		width: 30%;
	}

	.input-lable2 .input-box {
		width: 47%;
	}

	.textarea-lable .input-box span {
		height: 0.5rem;
	}

	.textarea-lable {
		height: 2rem;
	}

	.textarea-lable textarea {
		padding: 0.24rem;
		height: 100%;
		font-size: 0.24rem;
		line-height: 0.48rem;
	}

	.form-submit {
		width: 3rem;
		height: 0.8rem;
		margin: 0.5rem auto;
		font-size: 0.3rem;
		line-height: 0.8rem;
	}

	.header-container {
		height: 1.2rem;
	}

	.nav-container {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	.product-line ul li a p {
		font-size: 0.24rem;
		padding: 0.4rem 0 0.4rem 0;
		line-height: 0.3rem;
		/* min-height: 1rem; */
	}

	.product-line ul li {
		padding-bottom: 0.3rem;
	}

	.product-line ul li a span {
		width: 0.7rem;
		height: 0.7rem;
		display: block;
	}

	.product-line ul li a span img {
		display: block;
		width: 100%;
	}

	.block-title h1 {
		font-size: 0.4rem;
	}

	.block-title {
		padding: 0.4rem 0 0.4rem 0;
	}

	.block-container {
		padding-bottom: 0.4rem;
		background: #f2f2f2;
	}

	.solution-box span {
		height: auto;
	}

	.solution-info {
		padding: 0;
		opacity: 1;
		position: static;
		background: none;
	}

	.maxWidth {
		width: 100%;
	}

	.solution-info h1 {
		font-size: 0.3rem;
		display: none;
	}

	.solution-info p {
		font-size: 0.24rem;
		font-weight: normal;
		padding: 0 0 0.5rem 0;
		line-height: 0.48rem;
		color: #333;
	}

	.solution-info a {
		width: 2rem;
		height: 0.6rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
		margin-bottom: 0.8rem;
		background: rgba(27, 103, 178, 1);
		color: #FFFFFF;
	}

	.videoCenter-box {
		height: auto;
	}

	.curr_video {
		width: 100%;
	}

	.video-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		margin: 0.3rem 0 0 0;
	}

	.video-list ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.video-list ul li span {
		height: auto;
	}

	.video-list ul li span img {
		height: auto;
	}

	.video-list ul li {
		width: 4rem;
		height: auto;
		float: left;
		margin-right: 0.2rem;
	}

	.video-list ul li p {
		height: auto;
		line-height: 0.4rem;
		font-size: 0.28rem;
		font-weight: normal;
		overflow: visible;
		white-space: normal;
		text-overflow: inherit;
		margin: 0.1rem 0 0 0;
	}

	.hotNew-box ul li {
		width: 100%;
		height: auto;
		margin: 0 0 0.5rem 0;
	}

	.hotNew-box ul li:nth-of-type(2),
	.hotNew-box ul li:nth-of-type(3),
	.hotNew-box ul li:last-child {
		margin-left: 0;
	}

	.hotNew-box ul li:first-child {
		height: auto;
	}

	.hotNew-box ul li a span.hotNew-info {
		height: auto;
		padding: 0;
		position: static;
		background: rgb(242, 242, 242);
	}

	.hotNew-image {
		height: 3.4rem;
	}

	.hotNew-box ul li a span.hotNew-image img,
	.hotNew-image img {
		min-height: 100%;
		height: auto;
	}

	.hotNew-box ul li a span.hotNew-info h1 {
		font-size: 0.28rem;
		padding: 0.2rem 0 0.1rem 0;
	}

	.hotNew-box ul li:hover {
		box-shadow: none;
	}

	.hotNew-box ul li a span.hotNew-info p {
		font-size: 0.24rem;
	}

	.footer-nav {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.footer-nav-li {
		width: 100%;
	}

	.hotNew-video i,
	.curr_video i {
		width: 40px;
		height: 40px;
		top: 40%;
	}

	.footer-container {
		padding: 0.4rem 0 0.5rem 0;
	}

	.footer-nav-li h1 {
		font-size: 0.26rem;
		padding: 0.24rem 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.footer-nav-li h1:before,
	.footer-nav-li h1:after {
		content: "";
		width: 0.3rem;
		height: 2px;
		background: #000;
		position: absolute;
		top: 50%;
		right: 0.1rem;
	}

	.footer-nav-li h1:after {
		transform: rotate(90deg);
	}

	.footer-nav-li ul {
		box-sizing: border-box;
		padding: 0 0 0 0.2rem;
	}

	.footer-nav-li ul li {
		padding: 0.2rem 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.footer-nav-li ul li:before,
	.footer-nav-li ul li:after {
		content: "";
		width: 0.2rem;
		height: 2px;
		background: rgb(92, 92, 92);
		position: absolute;
		top: 50%;
		right: 0.1rem;
	}

	.footer-nav-li ul li:before {
		transform: rotate(45deg);
		margin: -0.07rem 0 0 0;
	}

	.footer-nav-li ul li:after {
		transform: rotate(-45deg);
		margin: 0.07rem 0 0 0;
	}

	.footer-nav-li ul li a {
		font-size: 0.24rem;
		padding: 0.11rem 0;
	}

	.footer-nav-li.active h1:after {
		display: none;
	}

	.footer-nav-li ul {
		display: none;
	}

	.footer-nav-li.active ul {
		display: block;
	}

	.video-container {
		width: 100%;
		height: 100%;
	}

	.share-box {
		right: 0.1rem;
	}

	.more-link {
		bottom: 35%;
		right: 0.3rem;
	}

	.footer-nav-li.floatRight {
		width: 100%;
		display: none;
	}

	.footer-nav-li.floatRight span {
		width: 3rem;
		height: 3rem;
		margin: 1rem auto;
	}

	.footer-info {
		box-sizing: border-box;
		padding: 0.8rem 0.3rem 0 0.3rem;
		border: 0;
	}

	.footer-info span p {
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.4rem;
		display: block;
	}

	.mobile-banner .points-box,
	.banner .points-box {
		height: 0.3rem;
		bottom: 0.4rem;
		padding: 0 0 0 5px;
	}

	.banner .points-box li,
	.mobile-banner .points-box li {
		width: 1rem;
		padding-left: 14px;
	}

	.points-box li span i {
		margin: 0.13rem 0 0 0;
	}

	.points-box .point {
		width: 0.3rem;
		height: 0.3rem;
		left: 5px;
	}

	.points-box .point:before {
		width: 0.3rem;
		height: 0.3rem;
	}

	.points-box .point:after {
		width: 0.16rem;
		height: 0.16rem;
		top: 0.07rem;
		left: -2px;
		border: 1px solid #FFFFFF;
	}

	.video-close {
		width: 0.6rem;
		height: 0.6rem;
		top: 0.5rem;
		right: 0.5rem;
	}

	.video-close img {
		display: block;
		width: 100%;
		height: 100%;
	}

	/* -------- */
	.right-info {
		width: 100%;
		margin: 1rem 0 0 0;
		box-sizing: border-box;
		padding: 0.24rem 0.2rem;
	}

	.left-nav {
		width: 100%;
		height: 1rem;
		overflow: hidden;
		border-bottom: 1px solid rgba(230, 230, 230, 1);
	}

	.anke-box .left-nav.fixed {
		border: 0;
	}

	.xcfl-details .left-nav {
		border: 0;
	}

	.left-nav ul {
		width: 100%;
		height: 100%;
		display: flex;
		display: -webkit-flex;
		box-sizing: border-box;
		padding: 0 0.24rem;
	}

	.left-nav ul li {
		font-size: 0.24rem;
		padding: 0 10px;
		line-height: 1rem;
		border: 0;
	}

	.t-title h1 {
		font-size: 0.4rem;
		padding: 0.3rem 0;
		line-height: 100%;
	}

	.d-box {
		padding-bottom: 1rem;
	}

	.d-box p,
	.d-box img {
		font-size: 0.24rem;
		margin: 0.24rem 0 0 0;
	}

	.anke-content {
		padding: 0.5rem 0 1rem 0;
	}

	.about-box {
		padding: 0;
	}

	.about-content {
		padding: 0.24rem 0.2rem;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	.about-data ul span {
		font-size: 0.8rem;
	}

	.about-data ul p {
		font-size: 0.24rem;
		padding: 0 0 0.4rem 0;
	}

	.d-box p,
	.d-box span,
	.about-info p,
	.about-info span,
	.about-info2 div,
	.about-info2 div i {
		font-size: 0.24rem;
		line-height: 0.46rem;
	}

	.about-title h1 {
		font-size: 24px;
		padding: 30px 0 30px 0;
	}

	.about-title h1:before {
		height: 2px;
	}

	.about-info h2 {
		padding: 20px 0;
		font-size: 14px;
	}

	.about-map {
		left: 370px;
		position: static;
	}

	.about-info2 {
		position: static;
		width: 100%;
		box-shadow: none;
		padding: 0.24rem;
		box-sizing: border-box;
		height: auto;
	}

	.about-data ul {
		padding: 0;
	}

	.about-info2 p {
		font-size: 12px;
		line-height: 28px;
	}

	.culture-container {
		height: auto;
		padding-bottom: 30px;
	}

	.culture-box {
		overflow: hidden;
		box-sizing: border-box;
		padding: 0.24rem 0.2rem;
	}

	.c-block h1 {
		padding-top: 0.4rem;
		line-height: 1rem;
		font-size: 0.4rem;
	}

	.c-block p {
		font-size: 0.24rem;
	}

	.c-block span {
		width: 50%;
		height: 2px;
		margin: 0.4rem 0;
	}

	.mission-container,
	.idea-container,
	.brand-container {
		padding: 0.4rem 0;
	}

	.idea-box {
		box-sizing: border-box;
		padding: 0.24rem;
	}

	.mission-box h1,
	.idea-box h1,
	.brand-box h1 {
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
		line-height: 1rem;
	}

	.mission-box p {
		font-size: 0.24rem;
		line-height: 0.48rem;
	}

	.idea-box span p {
		font-size: 0.24rem;
		width: 22%;
		line-height: 90px;
		border-top: 2px solid rgba(218, 218, 218, 1);
	}

	.brand-container .swiper-container {
		height: auto;
	}

	.brand-box {
		box-sizing: border-box;
		padding: 0 0.24rem 1rem 0.24rem;
		padding-bottom: 1rem;
	}

	.b-point {
		padding: 0 0 0 0;
	}

	.b-point .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border: 1px solid rgba(27, 103, 178, 1);
	}

	.product-fl {
		padding: 0;
	}

	.product-fl ul {
		box-sizing: border-box;
		padding: 0.24rem;
	}

	.product-fl ul li {
		position: relative;
		box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 0.4rem;
		height: 2.5rem;
	}

	.product-fl .p-img {
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		padding: 0.24rem 0.12rem 0.24rem 0.24rem;
		display: flex;
		align-items: center;
	}

	.product-fl .p-fl {
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		padding: 0.24rem 0.24rem 0.24rem 0.12rem;
	}

	.product-fl ul li:nth-child(2n) .p-img {
		padding: 0.24rem 0.24rem 0.24rem 0.12rem;
	}

	.product-fl ul li:nth-child(2n) .p-fl {
		padding: 0.24rem 0.12rem 0.24rem 0.24rem;
	}

	.product-fl .p-fl p {
		font-size: 0.24rem;
		line-height: 0.48rem;
		max-height: 1.5rem;
		overflow: hidden;
	}

	.product-fl .p-img img {
		width: 100%;
		height: auto;
	}

	.product-fl .p-fl h1 a {
		font-size: 0.3rem;
		line-height: 0.48rem;
		padding: 0 0 0.1rem 0;
	}

	.product-fl .p-fl a {
		 
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		line-height: 30px;
		margin: 0 0 0 0;
		border: 0;
		color: transparent;
	}

	.product-fl .p-fl a:hover {
		color: rgba(255, 255, 255, 0);
		background: none;
	}

	.all-container h1 {
		font-size: 0.4rem;
		padding: 0.5rem 0;
	}

	.all-container ul {
		box-sizing: border-box;
		padding: 0 0.24rem;
	}

	.all-container ul li {
		width: calc(50% - 0.12rem);
		width: -webkit-calc(50% - 0.12rem);
		height: auto;
	}

	.all-container ul li:not(:nth-child(2n)) {
		margin: 0 0.12rem 0.24rem 0;
	}

	.all-container ul li:not(:nth-child(2n+1)) {
		margin: 0 0 0.24rem 0.12rem;
	}

	.all-container ul li span {
		height: 3rem;
		overflow: hidden;
	}

	.all-container ul li span img {
		width: 100%;
	}

	.all-container ul li p {
		font-size: 0.24rem;
		padding: 0.12rem 0;
		line-height: 0.48rem;
		font-weight: normal;
		height: 36px;
		overflow: hidden;
	}

	.product-all {
		padding-bottom: 1rem;
	}

	.all-container a.alinkmore {
		width: 2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.3rem;
		font-weight: normal;
	}

	.look-more a {
		width: 2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.3rem;
		font-weight: normal;
	}

	.product-nav {
		height: 1rem;
		padding: 0.5rem 0 0 0;
	}

	.fl-box ul li {
		width: calc(50% - 0.1rem);
		width: -webkit-calc(50% - 0.1rem);
		height: auto;
	}

	.fl-box ul li:not(:nth-child(2n)) {
		margin: 0 0.1rem 0.2rem 0;
	}

	.fl-box ul li:not(:nth-child(2n+1)) {
		margin: 0 0 0.2rem 0.1rem;
	}

	.fl-box ul li span {
		height: 3rem;
		overflow: hidden;
	}

	.fl-box ul li span img {
		width: 100%;
	}

	.fl-box ul li p {
		font-size: 0.24rem;
		padding: 0.12rem 0;
		line-height: 0.48rem;
		font-weight: normal;
		height: 65px;
	}

	.mb-box {
		box-sizing: border-box;
		padding: 0 0.24rem;
	}

	.fl-box {
		box-sizing: border-box;
		padding: 0.4rem 0.2rem 0 0.2rem;
	}

	.fl-box h1 {
		font-size: 0.4rem;
		line-height: 0.8rem;
		text-indent: 0.4rem;
		margin: 0px 0 0.3rem 0;
	}

	.fl-box h1:before {
		width: 0.1rem;
		height: 0.5rem;
		top: 0.1rem;
	}

	.product-nav ul li {
		font-size: 0.24rem;
		line-height: 1rem;
		margin: 0 0.2rem;
	}

	.product-nav ul li:not(:last-child):after {
		right: -0.2rem;
	}

	.product-block {
		overflow-x: auto;
		top:62px!important;
	}

	.product-nav ul {
		width: 15rem;
		justify-content: flex-start;
	}

	.mb-container {
		height: auto;
		padding: 20px 0;
		top:62px!important;
	}

	.de-title h1,
	.images-title h1 {
		font-size: 0.4rem;
		line-height: 0.8rem;
		text-align: center;
	}

	.de-title {
		box-sizing: border-box;
		margin: 0.4rem 0rem;
	}

	.images-title {
		padding: 0.5rem 0 0 0;
	}

	.images-nav ul {
		padding: 0.4rem 0;
	}

	.images-container {
		margin: 0.5rem 0 0 0;
	}

	.images-block .gallery-top .swiper-slide {
		height: auto;
	}

	.images-block .gallery-thumbs.swiper-container {
		padding: 0.6rem 0 0.8rem 0;
	}

	.de-title p,
	.td-info p {
		font-size: 18px;
	}

	.td1 img,
	.td2 img {
		width: 400px;
	}

	.td-info {
		position: static;
	}

	.td2 .td-info {
		position: static;
	}

	.td-block img {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.2rem;
		margin-bottom: 0.5rem;
	}

	.td3 {
		margin: 0.5rem 0;
	}

	.last-block {
		margin-bottom: 1rem;
	}
	.td-block{
		height: auto;
	}
	.td-info {
		position: static;
		box-sizing: border-box;
		padding: 0.24rem;
		text-align: center;
		transform: none;
		height: auto;
		float: none;
		display: block;
		width: 100%;
	}
	.td-image{
		position: static;
		display: block;
		transform:none;
		width: 100%;
	}

	.td-info h1 {
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
	}

	.de-title p,
	.td-info p {
		font-size: 0.24rem;
		line-height: 0.48rem;
		text-align: center;
	}

	.news-img,
	.news-info {
		height: 100%;
		box-sizing: border-box;
	}

	.news-img {
		padding: 0 0 0 0.12rem;
	}

	.news-info {
		padding: 0 0 0 0.12rem;
	}

	.news-li:nth-child(2n+1) .news-info {
		padding: 0 0 0 0.12rem;
	}

	.news-li:nth-child(2n+1) .news-img {
		padding: 0 0.12rem 0 0;
	}

	.news-li:nth-child(2n) .news-info {
		padding: 0 0.12rem 0 0;
	}

	.news-info h1 {
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-bottom: 0.2rem;
		max-height: 1.5rem;
		overflow: hidden;
	}

	.news-info span {
		font-size: 12px;
		padding: 0.05rem 0;
	}

	.news-info p {
		font-size: 0.24rem;
		max-height: 74px;
		overflow: hidden;
		display: none;
	}

	.news-box {
		box-sizing: border-box;
		padding: 0 0.2rem 0.5rem 0.2rem;
	}

	.news-li {
		margin: 0.5rem 0 0 0;
		box-sizing: border-box;
		padding: 0.24rem;
		height: 2.5rem;
		box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.2);
		position: relative;
	}

	.news-li.news-line {
		padding: 0.24rem 0;
	}

	.news-li.news-line {
		background: none;
		box-shadow: none;
		height: 4rem;
		overflow-x: auto;
	}

	.news-ul {
		width: 20rem;
		height: 100%;
		overflow: hidden;
	}

	.news-info a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0.24rem;
		line-height: 0.24rem;
		margin: 0 0 0 0;
		font-weight: normal;
		color: transparent;
		background: transparent;
		border: 0;
	}

	.news-info a:hover {
		color: transparent;
		background: transparent;
	}

	.news-li2 {
		width: 3rem;
		padding-top: 0;
		border: 0;
		margin-right: 0.24rem;
	}

	.news-li2 span {
		height: 2rem;
	}

	.news-li2 p {
		font-size: 0.28rem;
		line-height: 0.48rem;
		max-height: 0.9rem;
		overflow: hidden;
	}

	.news-li2 i {
		font-size: 12px;
		padding: 0.1rem 0;
	}

	.news-details-title {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.news-details-recommend {
		box-sizing: border-box;
		padding: 0.5rem 0.2rem;
	}

	.news-details-title h1 {
		font-size: 0.4rem;
		line-height: 0.6rem;
		padding: 0.5rem 0 0 0;
	}

	.news-details-box {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.news-details-title span {
		padding: 0.2rem 0 0.3rem 0;
		height: 45px;
	}

	.news-details-box img {
		margin: 0 0 0.3rem 0
	}

	.news-details-box p,
	.news-details-box a {
		font-size: 0.24rem;
		line-height: 0.48rem;
		margin: 0 0 0.3rem 0;
	}

	.r-title h1 {
		font-size: 0.4rem;
	}

	.r-title {
		margin-bottom: 0px;
		padding-bottom: 0;
	}

	.r-title span {
		margin: 0.4rem 0 0 0;
	}

	.s-tixi ul {
		padding: 0.4rem 0.2rem 0 0.2rem;
		flex-wrap: wrap;
		display: block;
		overflow: hidden;
	}

	.s-tixi ul>li:nth-child(2n) {
		float: right;
	}

	.s-tixi ul>li {
		width: calc(50% - 0.1rem);
		width: -webkit-calc(50% - 0.1rem);
		min-height: 5rem;
		padding: 0.2rem;
		margin-bottom: 0.24rem;
		float: left;
	}

	.s-tixi ul>li span {
		width: 1.5rem;
		height: 1.5rem;
		margin: 0.4rem auto;
	}

	.s-tixi ul>li h1 {
		font-size: 16px;
	}

	.s-tixi ul>li .list {
		font-size: 0.24rem;
		padding-left: 0.24rem;
	}

	.s-tixi ul>li li:before {
		left: 0.4rem;
		top: 0.15rem;
		margin-top: 0;
	}

	.lc-block {
		margin: 0.4rem 0 0.2rem 0;
	}

	.service-container {
		padding: 0.4rem 0;
	}

	.service-title h1 {
		font-size: 0.4rem;
	}

	.lc-block ul li {
		width: 25%;
		margin: 0;
	}

	.lc-block ul li:not(:last-child) {
		margin-right: 0;
	}

	.lc-block ul li:not(:last-child):after {
		top: 0.25rem;
		right: 0rem;
		width: 0.25rem;
		height: 0.25rem;
		background-size: auto 100%;
	}

	.lc-block:first-child ul li:last-child:after {
		bottom: -0.3rem;
		right: 0rem;
		width: 0.25rem;
		height: 0.25rem;
		background-size: auto 100%;
	}

	.lc-block:last-child ul li:first-child:before {
		top: -0.3rem;
		right: 0rem;
		width: 0.25rem;
		height: 0.25rem;
		background-size: auto 100%;
	}

	.lc-block ul li span {
		width: 0.8rem;
		height: 0.8rem;
	}

	.lc-block ul li p,
	.ts-block span p,
	.zy-box ul li p,
	.bx-box h2 {
		font-size: 0.24rem;
		line-height: 0.4rem;
		font-weight: normal;
		margin: 0;
	}

	.ts-block span img,
	.zy-box ul li span,
	.zy-box ul li span img,
	.ts-block i {
		transform: scale(0.7);
		width: 100%;
		margin: 5px 0;
	}

	.ts-block i {
		height: 20px;
	}

	.ts-block i:before {
		width: 20px;
		height: 20px;
		top: 1px;
		left: -14px;
	}

	.ts-block i:after {
		content: "";
		width: 15px;
		height: 15px;
		display: block;
		background: rgb(177, 177, 177);
		position: absolute;
		top: 3px;
		right: -8px;
		transform: rotate(45deg);
	}

	.zy-box ul {
		margin: 0 0 0 0;
	}

	.bx-box img {
	
		margin: 0.4rem auto 0 auto;
	}

	.ts-block {
		width: 20%;
		padding: 0.2rem;
	}

	.ts-block span {
		padding: 0.12rem;
	}

	.zy-box ul li span,
	.zy-box ul li span img {
		width: 2rem;
		height: 2rem;
	}

	.s-top .sh-search h1 {
		display: none;
	}

	.s-top .sh-search-box {
		margin: 0;
		padding: 0.26rem 0;
		border-top: 1px solid rgba(230, 230, 230, 1);
		border-bottom: 1px solid rgba(230, 230, 230, 1);
		justify-content: space-between
	}

	.s-top .sh-search-box span,
	.s-top .sh-search-box span:last-child {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		border: 0;
	}

	.sh-search-box span input {
		font-size: 0.24rem;
		background: transparent;
		color: #000000;
		padding: 0;
		text-align: center;
	}

	.sh-search-box span,
	.sh-search-box span:last-child {
		width: 30%;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		border-radius: 0.3rem;
		border: 1px solid rgba(230, 230, 230, 1);
		background: transparent;
	}

	.sh-search-box span:last-child {
		display: none;
	}

	.sh-search-box span select,
	.sh-search-box span option {
		color: #000000;
		width: 100%;
		font-size: 0.24rem;
		height: 0.6rem;
		padding: 0 0.1rem;
		background: transparent;
		display: block;
		text-align: center;
		line-height: 0.6rem;
	}

	.job-container {
		margin: 0;
		padding: 0;
	}

	.active .job-title ul li {
		width: 25%;
		font-size: 0.24rem;
	}

	.job-details ul li {
		width: 50%;
		font-size: 0.24rem;
		margin-bottom: 0.1rem;
	}

	.open-btn {
		right: 0;
	}

	.joinUs-title {
		padding: 0.8rem 0;
	}

	.joinUs-title h1,
	.hj-info h1 {
		font-size: 0.4rem;
		line-height: 0.4rem;
	}

	.hj-info h1 {
		padding: 0.8rem 0 0.4rem 0;
	}

	.job-title ul:before,
	.job-title ul:after {
		height: 2px;
		right: 0;
		width: 10px;
	}

	.sh-search h1,
	.active .job-title ul li:first-child,
	.job-title ul li,
	.hj-info p,
	.we-box>span,
	.we-box ul li p,
	.we-box ul li h2 {
		font-size: 0.28rem;
		line-height: 0.4rem;
	}

	.job-title ul li,
	.active .job-title ul li:first-child {
		line-height: 1.2rem;
	}

	.job-details h1 {
		font-size: 0.26rem;
		padding: 0.4rem 0 0.2rem 0;
	}

	.job-details p {
		font-size: 12px;
	}

	.xz-box ul {
		box-sizing: border-box;
		padding: 0 0.6rem;
		display: block;
	}
	.xz-box ul:after{
		display:block;
	}

	.xz-box ul li {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 0.3rem;
		padding: 0;
		margin-bottom: 0.5rem;
		border-radius: 50%;
		display: block;
		line-height: 100%;
	}

	.xz-box ul li:nth-child(2n) {
		float: right;
	}

	.xz-box ul li:nth-child(2n+1) {
		float: left;
	}

	.xz-box ul li img {
		width: 0.7rem;
		margin: 0.5rem auto 0.24rem auto;
		display: block;
	}

	.xz-box {
		padding-bottom: 0rem;
	}

	.fc-container {
		height: 400px;
		padding-bottom: 0;
	}

	.fc-container ul li {
		width: 293px;
	}

	.hj-box img {
		width: 100%;
		padding: 1rem 0.5rem 0 0.5rem;
		float: none;
		box-sizing: border-box;
	}

	.joinUs-container {
		padding-bottom: 0.8rem;
	}

	.sh-search h1 {
		display: none;
	}

	.hj-info {
		position: static;
		width: 100%;
		text-align: center;
		padding: 0 0.24rem 0 0.24rem;
		box-sizing: border-box;
	}

	.hj-info p {
		padding: 0;
		font-size: 0.24rem;
	}

	.we-box ul {
		box-sizing: border-box;
		padding: 0;
		display: flex;
	}

	.we-box ul li:last-child {
		height: 1.8rem;
	}

	.we-box ul li:not(:last-child):after {
		display: none;
	}

	.we-box ul li {
		height: auto;
		width: 100%;
	}

	.we-box ul li:not(:last-child) {
		border-bottom: 1px solid rgba(230, 230, 230, 1);
	}

	.we-box ul li span {
		height: 1.6rem;
		width: 100%;
	}

	.we-box ul li span img {
		height: 1.5rem;
	}

	.we-box ul li h2,
	.we-box ul li p {
		width: 100%;
	}

	.we-box ul li h2 {
		margin: 0.65rem 0 0.1rem 0;
	}

	.we-box ul li p {
		font-weight: normal;
		font-size: 14px;
	}
.we-box ul li p a{font-size:14px!important;font-weight:400;}
	.we-box>span {
		padding: 0;
	}

	.we-box {
		padding: 0;
	}

	.job-li {
		height: auto;
		border: 0;
		box-sizing: border-box;
		padding: 0rem 0.1rem;
		background: rgba(242, 242, 242, 0);
		margin: 0.1rem 0 0 0;
	}

	.job-li.active {
		padding-bottom: 0.4rem;
	}

	.job-title ul li:nth-child(1),
	.job-title ul li:nth-child(2){
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width:33%
	}
	.job-title ul li:nth-child(3) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width:25%
	}

	.job-title ul li:nth-child(2) {
		text-align: center;
	}

	.social-recruitment-box {
		padding: 0.24rem 0.2rem;
	}

	.sh-search-box {
		margin: 0rem 0 0 0;
		justify-content: space-around;
	}

	.join-nav {
		/* border-bottom: 1px solid rgba(230, 230, 230, 1); */
	}

	.join-nav ul {
		padding: 0.4rem 0.5rem 0.3rem 0.5rem;
		justify-content: space-around;
	}

	.join-nav ul li:not(:last-child):after {
		display: none;
	}

	.xz-details,
	.yingpin-details {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.join-nav ul li a {
		font-size: 12px;
	}

	.yingpin-block h1 {
		font-size: 0.4rem;
		line-height: 0.8rem;
		padding-bottom: 0.3rem;
	}

	.yingpin-block ul li p {
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding: 0.1rem 0 0 0;
	}

	.yingpin-block ul li span {
		width: 100%;
		height: 1rem;
	}

	.yingpin-block ul li span img {
		width: 1rem;
		display: block;
	}

	.yingpin-block ul li:nth-child(2n) img {
		width: 0.8rem;
	}

	.job-details a {
		font-size: 0.3rem;
		width: 100%;
		background-position: 70% center;
		background: rgba(27, 103, 178, 1);
		color: #FFFFFF;
		border: 0;
		text-align: center;
		margin: 0.8rem 0 0 0;
	}

	.anke-box .d-box span img {
		width: 100%;
	}

	.yingpin-block ul,
	.join-box {
		padding-bottom: 0.5rem;
		width: 100%;
	}

	.yingpin-block ul li {
		width: calc(100% / 7);
		width: -webkit-calc(100% / 7);
	}

	.subnav-box ul li {
		padding: 30px 0;
	}

	.subnav-box ul li span {
		width: 50px;
		height: 50px;
	}

	.subnav-box ul li p {
		font-size: 12px;
		padding: 10px 0 0 0;
	}

	.header-container {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.header-container .maxWidth {
		width: 100%;
	}

	.h-block img {
		width: 100%;
	}

	.text {
		width: 5rem;
		height: auto;
		padding: 0.2rem;
	}

	.text h1 {
		font-size: 0.4rem;
		line-height: 0.8rem;
	}

	.text p {
		font-size: 0.24rem;
		padding: 0;
	}

	.history-1 {
		height: 7rem;
	}

	.history-1 span:nth-child(1),
	.history-1 span:nth-child(2) {
		font-size: 0.8rem;
	}

	.history-1 span:nth-child(2) {
		top: 1.5rem;
		height: auto;
	}

	.history-1 span:nth-child(3) {
		width: 3rem;
		top: 2.2rem;
		height: auto;
	}

	.history-1 span img {
		height: auto;
	}

	.history-1 span:nth-child(4) {
		width: 80%;
		bottom: 95px;
		height: auto;
		top: 3.5rem;
	}

	.history-1 span:nth-child(5) {
		left: inherit;
		top: 5rem;
		right: 0;
	}

	.history-2 {
		margin-top: 1.5rem;
		height: 7rem;
	}

	.history-2 span:nth-child(1) {
		top: 4rem;
		z-index: 10;
		width: 3rem;
		height: auto;
	}

	.history-2 span:nth-child(2) {
		width: 80%;
		height: auto;
	}

	.history-2 span:nth-child(3) {
		top: 1rem;
		left: 0;
	}

	.history-3 {
		margin-top: 1rem;
		height: 4rem;
	}

	.history-3 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-3 span:nth-child(2) {
		width: 50%;
		height: auto;
	}

	.history-3 span:nth-child(3) {
		bottom: 0;
		left: 0;
	}

	.history-4 {
		margin-top: 1rem;
		height: 5rem;
	}

	.history-4 span:nth-child(1) {
		width: 60%;
		height: auto;
	}

	.history-4 span:nth-child(2) {
		left: 0px;
		top: 2rem;
		width: 2rem;
	}

	.history-4 span:nth-child(3) {
		width: 3rem;
		height: auto;
		top: -0.5rem;
		right: 0;
	}

	.history-4 span:nth-child(4) {
		top: 0rem;
	}

	.history-5 {
		margin-top: 0.5rem;
		height: 7rem;
	}

	.history-5 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-5 span:nth-child(2) {
		width: 60%;
		bottom: 1rem;
		left: inherit;
		right: 0;
		height: auto;
	}

	.history-5 span:nth-child(3) {
		left: inherit;
		right: 0;
		top: 0;
		width: auto;
	}

	.history-6 {
		margin-top: 0px;
		height: 6rem;
	}

	.history-6 span:nth-child(1) {
		width: 70%;
		height: auto;
	}

	.history-6 span:nth-child(2) {
		bottom: 1rem;
		width: 40%;
		height: auto;
	}

	.history-6 span:nth-child(3) {
		top: 0.3rem;
		left: 0;
	}

	.history-6 span:nth-child(4) {
		bottom: 0.8rem;
		left: 30%;
	}

	.history-7 {
		height: 6rem;
		margin-top: 1rem;
	}

	.history-7 span:nth-child(1) {
		height: 100%;
		top: 0;
		width: 100%;
	}

	.history-7 span:nth-child(2) {
		width: 80%;
		height: auto;
		top: 0.5rem;
	}

	.history-7 span:nth-child(3) {
		width: 60%;
		right: 0;
		height: auto;
	}

	.history-7 span:nth-child(4) {
		bottom: 0.8rem;
		left: 0;
	}

	.history-7 span:nth-child(5) {
		bottom: 0;
		left: inherit;
		right: 0;
	}

	.history-8 {
		margin-top: 0;
		height: 5rem;
	}

	.history-8 span:nth-child(1) {
		width: 80%;
		height: auto;
		left: 20%;
	}

	.history-8 span:nth-child(2) {
		left: 0;
	}

	.history-9 {
		margin-top: 1rem;
		height: 5rem;
	}

	.history-9 span:nth-child(1) {
		width: 90%;
		height: auto;
	}

	.history-9 span:nth-child(2) {
		left: 0;
	}

	.history-10 {
		height: 4rem;
		margin-top: 0.5rem;
	}

	.history-10 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-10 span:nth-child(2) {
		left: inherit;
		right: 0;
		top: 1rem;
	}

	.history-11 {
		height: 6rem;
	}

	.history-11 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-11 span:nth-child(2) {
		left: 0;
	}

	.history-12 {
		margin-top: 2rem;
		height: 6rem;
	}

	.history-12 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-12 span:nth-child(2) {
		width: 50%;
		right: 0;
		height: auto;
	}

	.history-12 span:nth-child(3) {
		left: 0;
		top: 3rem;
	}

	.history-13 {
		margin-top: 0;
		height: 6rem;
	}

	.history-13 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-13 span:nth-child(2) {
		width: 50%;
		height: auto;
		top: 4rem;
		left: 0;
	}

	.history-13 span:nth-child(3) {
		top: 1rem;
		left: 0;
	}

	.history-14 {
		margin-top: 1.5rem;
		height: 6rem;
	}

	.history-14 span:nth-child(1) {
		width: 90%;
		height: auto;
		top: 0;
	}

	.history-14 span:nth-child(2) {
		left: 0rem;
		top: 3rem;
	}

	.history-15 {
		margin-top: 0;
		height: 6rem;
	}

	.history-15 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-15 span:nth-child(2) {
		width: 60%;
		left: 0;
		top: 3rem;
	}

	.history-16 {
		margin-top: 1rem;
		height: 6rem;
	}

	.history-16 span:nth-child(1) {
		width: 100%;
		height: 100%;
	}

	.history-16 span:nth-child(2) {
		width: 80%;
		height: auto;
		top: 0.5rem;
	}

	.history-16 span:nth-child(3) {
		width: 50%;
		height: auto;
		top: -0.5rem;
	}

	.history-16 span:nth-child(4) {
		bottom: 1rem;
		left: 0;
	}

	.history-16 span:nth-child(5) {
		bottom: 0;
		left: inherit;
		right: -1rem;
	}

	.history-17 {
		height: 4rem;
		margin: 0.5rem 0 1rem 0;
		padding: 0;
	}

	.history-17 span:nth-child(1) {
		width: 100%;
		height: auto;
	}

	.history-17 span:nth-child(2) {
		width: 50%;
		right: 0;
		top: 2rem;
	}



	.history-18 {
		margin-top: 1.5rem;
		height: 8rem;
	}
	.history-18.h-block img {height: auto; width: 100%;}
	.history-18 span:nth-child(1) {
		width: 90%;
		height: auto;
		top: 0;
	}

	.history-18 span:nth-child(2) {
		left: 0rem;
		top: 5.5rem;
		width: 80%;
	}

	.history-18-1 {
		height: 5rem;
	}
	.history-18-1 span:nth-child(2) {
		top: 2.5rem;
	}

	.history-19 {
		margin-top: 0;
		height: 6rem;
	}
	.history-19.h-block img {height: auto; width: 100%;}

	.history-19 span:nth-child(1) {
		width: 80%;
		height: auto;
	}

	.history-19 span:nth-child(2) {
		width: 60%;
		left: auto;
		right: 0;
		top: 3rem;
	}

	.history-19-1 {
		height: 4rem;
	}
	.history-19 span:nth-child(2) {
		width: 80%;
		top: 2.5rem;
	}

	.history-20 {
		margin-top: 0;
		height: 6rem;
	}
	.history-20.h-block img {height: auto; width: 100%;}
	.history-20 span:nth-child(1) {
		width: 90%;
		height: auto;
		top: 0;
	}

	.history-20 span:nth-child(2) {
		left: 0rem;
		top: 5.5rem;
		width: 80%;
	}


	.point-container {
		height: 1rem;
	}

	.banner .points-box li {
		width: 80px;
		padding-left: 14px;
	}

	.points-box li span i {
		margin: 8px 0 0 0;
	}

	.points-box .point {
		width: 20px;
		height: 20px;
		left: 5px;
	}

	.points-box .point:before {
		width: 20px;
		height: 20px;
	}

	.points-box .point:after {
		width: 12px;
		height: 12px;
		top: 4px;
		left: -1px;
	}

	.showImage-container {
		height: 100%;
		width: 100%;
	}

	.phone-gotop {
		display: block;
	}

	.share-box {
	 
	}

	.followus {
		display: block;
	}

	.images-nav ul li {
		margin: 0 0.1rem;
		font-size: 0.24rem;
	}

	.images-block .gallery-thumbs .swiper-slide span {
		height: 38px;
		padding: 5px;
	}

	.curr_video span {
		height: 5rem;
	}

	.d-box span p.fontStyle-1,
	.d-box span img.fontStyle-img {
		width: 100%;
		float: inherit;
		clear: both;
	}

	.job-details i img {
		width: 0.24rem;
	}

	.job-details i {
		margin-top: 0.08rem;
	}

	.fixed-box.left-nav ul li {
		border-radius: 0.4rem;
		border: 1px solid rgba(151, 151, 151, 1);
		height: 0.5rem;
		line-height: 0.5rem;
		margin: 0.25rem;
	}

	.fixed-box.left-nav ul li.active {
		background: rgba(27, 103, 178, 1);
		border: 1px solid rgba(27, 103, 178, 1);
		color: #FFFFFF;
	}
.cp-detail-content .cp-detail-fl {
    width: 100%;
    float: left;
    padding: 10px;
}
.header.fixed{height:64px;}
.spec-scroll{width:100%!important;}
.spec-scroll .items{width:100%!important;}
.cp-detail-content .cp-detail-fr{width:100%;padding:10px;}
.cp-detail-content .cp-detail-fr h5{margin-bottom:10px;}
.cp-detail-content .cp-intro{padding:10px;}
 
	.banner {
		display: none;
	}

	.mobile-banner {
		display: block;
	}

	.top-bigImage span.mobile {
		display: block;
	}

	.top-bigImage span.pc {
		display: none;
	}

	.points-box li span {
		margin: 0 0 0 2px;
	}

	.block-box {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.product-line {
		box-sizing: border-box;
		padding: 0.8rem 0.2rem 0.4rem 0.2rem;
		background: #F2F2F2;
	}

	.product-line ul {
		background: #FFFFFF;
		box-shadow: 0px 0px 0.2rem 0px rgba(35, 35, 35, 0.2);
		border-radius: 0.12rem;
		border: 0;
		justify-content: space-around;
	}

	.product-line ul li:not(:last-child) {
		border: 0;
	}

	.product-line ul li {
		width: 18%;
		padding-bottom: 0.24rem;
	}

	.product-line ul li a span {
		height: 0.8rem;
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}

	.product-line ul li a p {
		padding: 0.24rem 0 0.12rem 0;
		box-sizing: content-box;
	}

	.jishu-box {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.brand-container .swiper-wrapper {
		display: block;
	}

	.brand-container .swiper-container {
		background: transparent;
	}

	.brand-box {
		padding: 0 0.6rem;
	}

	.brand-container .swiper-slide {
		margin-bottom: 0.5rem;
	}

	.images-box {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.close-img {
		top: 0.35rem;
		right: 0.35rem;
	}

	.close-img img {
		width: 0.5rem;
		display: block;
		margin: 0.1rem auto;
	}

	.curr_video i {
		display: none;
	}

	.map-info-box {
		box-shadow: none;
	}

	.phone-showimg ul li {
		display: block;
	}

	.d-box h1 {
		margin: 0.3rem 0 0.1rem 0;
	}

	.datetimepicker-dropdown-bottom-right:before {
		left: inherit;
		right: 6px;
		display: none;
	}

	.datetimepicker-dropdown-bottom-right:after {
		left: inherit;
		right: 7px;
		display: none;
	}

	.fl-box ul li:hover {
		transform: none;
		-webkit-transform: none;
		box-shadow: none;
	}

	.s-tixi ul>li:hover {
		transform: none;
		-webkit-transform: none;
		box-shadow: none;
	}

	.all-container ul li:hover {
		transform: none;
		-webkit-transform: none;
		box-shadow: none;
	}

	.left-arrow,
	.right-arrow {
		display: none;
	}

	.about-info2 div {
		position: static;
		transform: none;
		padding: 0;
	}

	.text p,
	.text h1 {
		line-height: 0.4rem;
	}

	.text,
	.text.text2,
	.history-8 span:nth-child(2),
	.history-10 span:nth-child(2),
	.history-14 span:nth-child(2) {
		width: auto;
	}

	.gallery-top .swiper-slide span {
		display: block;
	}

	.images-block.on .gallery-thumbs .swiper-wrapper {
		display: inline-flex;
	}

	.about-data ul li {
		width: 33.33%;
	}

	.about-data ul span i {
		font-size: 0.4rem;
	}
	
	.map-box .iframe{
		left: 50%;
		transform-origin:center;
	}
}

@media only screen and (min-width: 414px) and (max-width: 760px) {
	/* .map-points ul li:nth-child(1) {
		top: 43%;
		left: 42%;
	}

	.map-points ul li:nth-child(2) {
		top: 44%;
		left: 51%;
	}

	.map-points ul li:nth-child(3) {
		top: 44%;
		left: 70%;
	}

	.map-points ul li:nth-child(4) {
		top: 38%;
		left: 71%;
	}

	.map-points ul li:nth-child(5) {
		top: 50%;
		left: 73%;
	} */

	.container .swiper-button-next,
	.container .swiper-button-prev {
		transform: scale(0.7);
	}

	.gallery-top .swiper-slide p {
		font-size: 0.24rem;
	}
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
	/* .map-points ul li:nth-child(1) {
		top: 42%;
		left: 42%;
	}

	.map-points ul li:nth-child(2) {
		top: 44%;
		left: 51%;
	}

	.map-points ul li:nth-child(3) {
		top: 45%;
		left: 72%;
	}

	.map-points ul li:nth-child(4) {
		top: 40%;
		left: 73%;
	}

	.map-points ul li:nth-child(5) {
		top: 50%;
		left: 75%;
	} */
}

@media only screen and (max-width: 320px) {
	.product-line ul li a p {
		/* min-height: 1.3rem; */
	}

	/* .map-points ul li:nth-child(1) {
		top: 41%;
		left: 40%;
	}

	.map-points ul li:nth-child(2) {
		top: 44%;
		left: 51%;
	}

	.map-points ul li:nth-child(3) {
		top: 44%;
		left: 76%;
	}

	.map-points ul li:nth-child(4) {
		top: 38%;
		left: 77%;
	}

	.map-points ul li:nth-child(5) {
		top: 50%;
		left: 79.8%;
	} */
}
@media only screen and (max-width: 320px){

	
}
.container {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.container a:hover,
.nav ul li a:hover,
.language a:hover,
.join-nav ul li a:hover,
.subnav-box ul li a:hover,
.job-details a:hover {
	text-decoration: none;
}

.table-condensed .prev i {
	position: relative;
	transform: rotate(-90deg);
}

.table-condensed .prev i:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	background: transparent;
	transform: rotate(45deg);
	position: absolute;
	bottom: -5px;
	left: 1px;
}

.table-condensed .next i {
	position: relative;
	transform: rotate(90deg);
}

.table-condensed .next i:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	background: transparent;
	transform: rotate(45deg);
	position: absolute;
	top: -3px;
	right: 2px;
}

.sh-search-box span input::-webkit-input-placeholder {
	color: #000000;
}