@charset "utf-8";

/* CSS Document */
body {
	font: 12px/22px "\5B8B\4F53", arial;
	text-align: left;
	color: #333;
	font-family: "Microsoft YaHei"
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
table,
tr,
td,
th,
label {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h2,
h3 {
	font-weight: 500;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
label,
textarea,
img {
	vertical-align: middle;
	font-size: 12px;
	color: #555;
}

input {
	outline: none;
	border: none;
	background: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.w770p{
	width: 770px;
}
.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
	z-index: 7777;
}

.cl {
	clear: both;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
select,
textarea {
	border: none;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	line-height: normal;
	color: #424242;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-user-select: text;
	user-select: text;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.header {
	width: 100%;
	height: 72px;
	margin: 0 auto;
	z-index: 11;
	transition: background .3s cubic-bezier(.51, .01, 0, 1), -webkit-transform .6s cubic-bezier(.51, .01, 0, 1);
	transition: transform .6s cubic-bezier(.51, .01, 0, 1), background .3s cubic-bezier(.51, .01, 0, 1);
	transition: transform .6s cubic-bezier(.51, .01, 0, 1), background .3s cubic-bezier(.51, .01, 0, 1), -webkit-transform .6s cubic-bezier(.51, .01, 0, 1);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 8888;
}

.header .logo {
	margin: 15.5px 0;
	display: block;
	float: left;
}

.header .logo img {
	height: 41px;
}

.header .slogn {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 72px;
	margin: 0 0 0 20px;
}

.header .logo1 {
	display: none;
}

.header.float-down {
	background: #fff;
	-webkit-transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}

.header.float-up {
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .07);
}

.header.float-up .logo1 {
	display: block;
}

.header.float-up .logo2 {
	display: none;
}

.header .fr {
	color: #fff;
}

.header .fr span {
	font-size: 14px;
	line-height: 72px;
	display: inline-block;
	margin: 0 25px 0 0;
}

.header .fr .tell {
	background: url(../images/ico-tell.png) 0 center no-repeat;
	background-size: 20px;
	padding: 0 0 0 25px;
}

.header .fr .btn {
	padding: 0 20px;
	display: inline-block;
	height: 34px;
	background: linear-gradient(360deg, #006BF9 0%, #00ADFB 100%);
	border-radius: 4px;
	color: #fff;
	line-height: 34px;
	margin: 19px 0;
}
.header .fr .btm{
	padding: 0 20px;
	display: inline-block;
	height: 34px;
	border-radius: 4px;
	line-height: 34px;
	margin: 19px 0 0 20px;
	color: #fff;
	background: linear-gradient(360deg, #f93700c9 0%, #f92800c7 100%);
	cursor: pointer;
}
.header .fr .btns{
	display: none;
}
.header.float-up .slogn {
	color: #333;
}

.header.float-up .fr span {
	color: #999;
}

.header .btms{
	display: none;
}
.index-banner {
	width: 100%;
	height: 100%;
	position: relative;
}

.index-banner video {
	width: 100%;
	object-fit: fill;
	height: 100%;
}
.index-banner .m{
	display: none;
}
.index-banner video.m {
	display: none;
}

.index-banner .index-banner-txt {
	margin: 270px 0 0 0;
}

.index-banner .index-banner-txt p {
	color: #fff;
	font-size: 48px;
	line-height: 92px;
}
.index-banner .index-banner-txt p.fs40p{
	font-size: 40px;
}
.index-banner .index-banner-txt a {
	border: 2px solid #FFFFFF;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	padding: 0 20px 0 60px;
	background: url(../images/ico-play.png) 20px center no-repeat;
	background-size: 31px;
	display: inline-block;
	margin: 100px 0 0 0;
}

.index-banner .zhezao {
	transition-duration: 350ms;
	transition-timing-function: ease-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 170;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.index-banner .videoModel {
	position: fixed;
	border-radius: 10px;
	width: 220px;
	height: 60px;
	margin: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/* background-color: #fff; */
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	z-index: 999999;
	display: none;
}

.index-banner .videoModel .head {
	/* background-color: #313131; */
	width: 100%;
	text-align: center;
	line-height: 60px;
}

.videoModel .head div {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
}

.index-banner .zhezaos {
	transition-duration: 350ms;
	transition-timing-function: ease-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999998;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.index-banner .videoModel video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	outline: 0;
}

.video-container {
	position: fixed;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s;
	display: none;
}

.video-container .video-p {
	z-index: 4;
	box-sizing: border-box;
	width: 70%;
	/* overflow-y: hidden; */
	transition: opacity .3s linear, -webkit-transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
	position: relative;
	background-color: transparent;
	margin: 0 auto;
}

.video-container .video-vnp {
	width: 100%;
	outline: 0;
}

.index__body video {
	object-fit: fill;
	width: 100%;
	height: 100%;
	position: relative;
}
.index-logistics .index-hd .ljrz {
	display: none;
}
.video-container .video-close {
	cursor: pointer;
	z-index: 4;
	position: absolute;
	top: -6%;
	right: -10%;
}

.index-hd {
	text-align: center;
}

.index-hd h2 {
	font-size: 40px;
	line-height: 50px;
	color: #232323;
	margin-bottom: 50px;
}

.index-hd p {
	font-size: 22px;
	color: #555555;
	line-height: 36px;
	max-width: 1140px;
	margin: 0 auto;
}

.index-hd.white h2,
.index-hd.white p {
	color: #fff;
}

.index-core-technologies {
	margin: 100px 0;
}

.index-core-technologies ul {
	display: -webkit-box;
	margin: 50px 0 0 0;
}

.index-core-technologies ul li {
	-webkit-box-flex: 1;
	text-align: center;
}

.index-core-technologies ul li img {
	width: 320px;
	height: 320px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.index-core-technologies ul li h3 {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 20px;
}

.index-core-technologies ul li p {
	font-size: 20px;
	color: #888;
	line-height: 32px;
	width: 320px;
	margin: 0 auto;
}

.index-pain-spot {
	background: url(../images/index-pain-spot-bg.png) 0 center no-repeat;
	background-size: cover;
	height: 750px;
	padding: 70px 0;
	box-sizing: border-box;
}

.index-pain-spot ul {
	margin: 60px 0 0 -40px;
}

.index-pain-spot ul li {
	float: left;
	position: relative;
	margin: 0 0 0 40px;
	width: 680px;
	height: 360px;
}

.index-pain-spot ul li p {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -215px;
	text-align: center;
	width: 430px;
	color: #333333;
	font-size: 22px;
	line-height: 36px;
}
.index-pain-spot ul li p.conp{
	width: 540px;
	left:42%;
}
.index-advantage {
	height: 800px;
	background: linear-gradient(90deg, #20C7E3 0%, #4CA4F6 100%);
	padding: 90px 0;
	box-sizing: border-box;
}

.index-advantage ul {
	margin: 60px 0 0 -26px;
}

.index-advantage ul li {
	float: left;
	width: 330px;
	height: 220px;
	background: #FFFFFF;
	margin: 0 0 26px 26px;
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
}
.index-advantage ul li.lih245p{
	height: 245px;
}
.index-advantage ul li img {
	width: 170px;
	height: 123px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

.index-advantage ul li p {
	font-size: 18px;
	color: #333;
	line-height: 26px;
}

.index-settling {
	padding: 120px 0;
	overflow: hidden;
}

.index-settling .con ul {
	margin: 70px 0 0 0;
}

.index-settling .con ul li {
	float: left;
	width: 300px;
}

.index-settling .con ul li span {
	display: block;
	width: 300px;
	height: 150px;
	background: url(../images/index-settling-ico.png) 0 0 no-repeat;
}

.index-settling .con ul li span.ico2 {
	background-position: -300px 0;
}

.index-settling .con ul li span.ico3 {
	background-position: -600px 0;
}

.index-settling .con ul li span.ico4 {
	background-position: -900px 0;
}

.index-settling .con ul li span.ico5 {
	background-position: -1200px 0;
}

.index-settling .con ul li p {
	color: #333;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	width: 156px;
	margin: 30px 0 0 0;
}
.index-settling .con ul li p.w220p{
	width: 220px;
}
.index-settling .con ul li p.w172p{
	width: 172px;
}
.index-settling .con ul li p.w240p{
	width: 240px;
}
.index-settling .con ul li p.w222p{
	width: 222px;
}
.index-settling .con ul li p.w320p{
	width: 320px;
}
.index-settling .con ul li:last-child {
	width: 150px;
}

.index-settling .con ul li:last-child span {
	width: 150px;
}
.con img{
	width: 100%;
	height: auto;
}

.index-matching {
	background: url(../images/index-matching-bg.png) center 0 no-repeat;
	background-size: 1920px;
	height: 600px;
}

.index-matching-txt {
	left: 880px;
	top: 100px;
}
.top25p{
	top: 25px;
}

.index-matching-txt h2 {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 30px;
}

.index-matching-txt p {
	font-size: 26px;
	color: #fff;
	line-height: 42px;
	margin-bottom: 50px;
	font-weight: lighter;
}

.index-logistics {
	height: 600px;
}

.index-logistics .index-hd {
	text-align: left;
	margin: 180px 0 0 0;
	float: left;
}

.index-logistics .index-hd p {
	width: auto;
	margin: 0;
}

.index-logistics .index-hd a {
	padding: 0 20px;
	display: inline-block;
	height: 40px;
	background: linear-gradient(360deg, #006BF9 0%, #00ADFB 100%);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	margin: 80px 0 0 0;
	font-size: 16px;
}

.index-logistics .earth {
	width: 832px;
	float: right;
	margin: 60px 0 0 0;
}
.index-logistics .img{
	width: 770px;
}
.index-culture {
	background: url(../images/index-cultural-bg.png) 0 center no-repeat;
	background-size: cover;
	height: 700px;
	padding: 60px 0;
	box-sizing: border-box;
}

.index-culture .index-hd {
	text-align: left;
}

.index-culture .con {
	margin: 50px 0 0 0;
}

.index-culture .con dt {
	font-size: 32px;
	color: #0076F9;
	line-height: 50px;
}

.index-culture .con dd p {
	color: #555555;
	font-size: 22px;
	line-height: 62px;
}
.index-culture .con dd p.fs18p{
	font-size: 18px;
}
.index-culture .con dd p span{
	font-weight: 600;
}

.index-culture .con dd p.lh32p{
	line-height: 32px;
}

.index-culture .con .fl dl:first-child {
	height: 306px;
}

.index-lightspot {
	background: url(../images/index-lightspot-bg.png) 0 center no-repeat;
	background-size: 1920px;
	height: 700px;
	overflow: hidden;
}

.index-lightspot h2 {
	color: #fff;
	font-size: 56px;
	line-height: 70px;
	margin-bottom: 30px;
	margin-top: 100px;
}

.index-lightspot p {
	color: #fff;
	font-size: 22px;
	line-height: 44px;
	width: 700px;
	font-weight: lighter;
}

.index-enterprise {
	background: #f3f5f8;
	padding: 90px 0;
	overflow: hidden;
}

.index-enterprise ul {
	margin-left: -30px;
}

.index-enterprise ul li {
	width: 210px;
	height: 90px;
	box-shadow: 0px 7px 12px 1px rgba(0, 118, 249, 0.05);
	margin: 40px 0 0 30px;
	float: left;
	background: #fff;
}

.index-enterprise ul li img {
	width: 210px;
	height: 90px;
	object-fit: contain;
}

.index-enterprise ul li:first-child,
.index-enterprise ul li:nth-child(12) {
	margin-left: 120px;
}

.index-enterprise ul li:nth-child(6) {
	margin-left: 0;
}

.joinus {
	background: url(../images/joinus-bg.png) center 0 no-repeat;
	background-size: 1920px;
	height: 200px;
	text-align: center;
	padding: 40px 0;
	box-sizing: border-box;
}

.joinus h3 {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 44px;
}

.joinus a {
	padding: 0 20px;
	display: inline-block;
	height: 40px;
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
	color: #0076F9;
	line-height: 40px;
	margin: 20px 0 0 0;
}
.joinus .btns{
	display: none;
}
.footer {
	background: #F4F7FB;
}

.footer .footercon {
	padding: 50px 0 50px 6%;
	overflow: hidden;
}

.footer .footercon .logo {
	float: left;
}

.footer .footercon .logo img {
	height: 41px;
}

.footer .footercon dl {
	margin-left: 100px;
	float: left;
}

.footer .footercon dl dt {
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

.footer .footercon dl dd a {
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 32px;
}

.footer .footercon dl dd p {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	width: 325px;
	margin-top: 13px;
}

.footer .footercon .qrcode {
	/* float: right; */
	/* background: #fff; */
	/* width: 130px;
	height: 130px; */
	margin-left: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .footercon .qrcode img {
	width: 130px;
	height: 130px;
	display: block;
}

.footer .footercon .qrcode .qrcode_code{
	margin-left: 20px;
}

.footer .footercon .qrcode .qrcode_code .code_title{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}

.footer .copyright {
	text-align: center;
	color: #5A5A5A;
	font-size: 12px;
	line-height: 50px;
}

.footer .copyright span {
	margin: 0 5px;
}

.footer .copyright a {
	color: #5A5A5A;
	margin: 0 5px;
}

.client{
	display: none;
}