/* -------公共类样式 start----- */
div {
	box-sizing: border-box;
}

.inline-block {
	display: inline-block;
}

.text-indent {
	text-indent: 20px;
}

.fr {
	float: right;
}

.layui-top-100 {
	margin-top: 100px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}



.margin-left-80 {
	margin-left: 80px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-left-40 {
	margin-left: 40px;
}



.layui-bg-blue-gray {
	background: #F7F8FA;
}

.text-blod {
	font-weight: 600;
}

.text-indent {
	text-indent: 25px;
}

.text-xs {
	font-size: 12px;
}

.text-sm {
	font-size: 14px;
}

.text-df {
	font-size: 16px;
}

.text-md {
	font-size: 20px;
}

.text-lg {
	font-size: 30px;
}

.text-xl {
	font-size: 40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-indent {
	text-indent: 25px;
}

.text-center {
	text-align: center;
}

.padding-20 {
	padding: 20px;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-white {
	color: white;
}

.text-black {
	color: #222;
}

.text-mid-gray {
	color: #646566;
}

.text-light-gray {
	color: #999999;
}

.text-theme-blue {
	color: #0048A7;
}

.padding-r-sm {
	padding-right: 5px;
}

.padding-0 {
	padding: 0px;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-left-40 {
	padding-left: 40px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-right-20 {
	padding-right: 20px;
}

.padding-right-30 {
	padding-right: 30px;
}

.padding-right-40 {
	padding-right: 40px;
}

.lineheight-24 {
	line-height: 24px;
}

.lineheight-30 {
	line-height: 30px;
}

.border-right-solid {
	border-right: 1px solid #DCDEE0;
}

.radius-lg {
	border-radius: 10000px;
}

.font-black {
	color: #414040;
}

.text-center {
	text-align: center;
}

.flex {
	display: flex;
}

.flex-v {
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.justify-around {
	justify-content: space-around;
}

.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.text-xs {
	font-size: 12px;
}

.text-sm {
	font-size: 14px;
}

.text-df {
	font-size: 16px;
}

.text-lg {
	font-size: 18px;
}

.text-xl {
	font-size: 20px;
}

.text-sxl {
	font-size: 22px;
}

.text-xxl {
	font-size: 24px;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

/* -------公共类样式 end----- */

/* -------公共头部样式 start----- */
.header-container {
	width: 100%;
	min-width: 1280px;
	background-color: #fff;
	position: relative;
	z-index: 99;
}

#header {
	width: 100%;
	height: 86px;
	margin: 0 auto;
	max-width: 1620px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 99;
}

#header .header-left {
	width: 524px;
}

#header .header-left img {
	width: 100%;
}

#header .header-right ul>li {
	display: inline-block;
	padding: 0px 20px;
	height: 86px;
	font-size: 18px;
	line-height: 86px;
}

#header .header-right .contactUs {
	width: 233px;
	height: 60px;
	background-color: #0059CF;
	border-radius: 6px;
	color: #fff;
}

#header .header-right dl li a {
	color: #000;
}

#header .header-right .contactUs .phone {
	width: 36px;
	height: 36px;
	vertical-align: middle;
}

#header .header-right .contactUs .phoneRight {
	vertical-align: middle;
}

#header .header-right .zhongqingInfo {
	position: absolute;
	/* background-color: #101310; */
	width: 140px;
	height: 0px;
	opacity: 0;
	transition: all .6s;
	border-radius: 6px;
	/* top: 95px; */
	left: -15px;
	z-index: 99;
	padding: 10px 0;

}

#header .header-right .zhongqingInfo li {
	padding: 8px 15px;
	color: #000;
	line-height: 30px;
	text-align: center;
}

#header .header-right .coreBusiness {
	position: absolute;
	width: 440px;
	color: #000;
	/* background-color: #101310; */
	border-radius: 6px;
	height: 0px;
	opacity: 0;
	transition: all .6s;
	/* top: 95px; */
	left: -145px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	z-index: 99;
	padding: 10px 0;
	/* display: none; */
}

#header .header-right .coreBusiness li {
	line-height: 30px;
	padding: 8px 15px;
}

.phone-box {
	width: 114px;
	height: 35px;
	line-height: 35px;
	background: linear-gradient(90deg, #38CDE5 0%, #0082D9 100%);
	display: inline-block;
	border-radius: 2px;
	margin-right: 4px;
}

.phone-number {
	font-size: 24px;
	font-family: Source Han Serif CN;
	font-weight: 600;
	line-height: 30px;
}

.navHoverBorder {
	border-bottom: 3px solid rgb(64, 121, 226);
	transform: border-width .8s;
}

.navigation-down {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100%
}

.navigation-down .nav-down-menu {
	width: 100%;
	margin: 0;
	background: #fff;
	position: absolute;
	top: 78px;
	z-index: 11;
}

.navigation-down .nav-down-menu .navigation-down-inner {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	display: flex;
	justify-content: center;
}

.navigation-down .nav-down-menu dl {
	float: left;
	margin: 18px 80px 18px 0
}

.navigation-down .menu-1 dl {
	margin: 20px 80px 25px 0
}

.navigation-down .menu-1 dt {
	font: normal 16px "microsoft yahei";
	color: #61789e;
	padding-bottom: 10px;
	border-bottom: 1px solid #61789e;
	margin-bottom: 10px
}



.navigation-down .menu-1 dd a:hover {
	color: #60aff6
}

.navigation-down .menu-1 dd {
	padding: 8px 0;
}

.navigation-down-inner dl dd a
	{
	color: #666;
	font: normal 16px "microsoft yahei"!important;
}

/* -------公共头部样式 end----- */

/* -------公共底部样式 start----- */
.footer {
	/* width: 100%; */
	background: #2F2F2F;
	padding: 40px 150px;
	margin-top: 50px;
	height: auto;
}

.footer-logo {
	height: 100%;
	vertical-align: bottom;
}

.contract {
	float: right;
	text-align: right;
}

.footer-con {
	margin-left: 30px;
	padding-top: 72px;
}

.margin-left-change {
	margin-left: 50px;
}


.footer-bottom {
	height: 60px;
	background: #272727;
	text-align: center;
	line-height: 60px;
	color: #fff;
}

/* -------公共底部样式 end----- */


/* -------返回顶部 start----- */

.ZQ-goTop-box {
	position: fixed;
	width: 72px;
	height: 100px;
	right: 10px;
	bottom: 100px;
	z-index: 999;
}

.ZQ-goTop-service {
	width: 100%;
	height: 72px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 #00000022;
	text-align: center;
	padding-top: 10px;
	cursor:pointer;
}

.ZQ-goTop-service:hover{
	color: #0059CF;
}

.ZQ-goTop-go {
	width: 100%;
	height: 36px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 #00000022;
	text-align: center;
	margin-top: 10px;
	cursor:pointer;
	display: none;
}

.ZQ-goTop-go:hover{
	color: #0059CF;
}


/* -------返回顶部 end----- */


/* -------公共版心响应式样式 start----- */
.w {
	width: 1320px;
	margin: 0 auto;

}

@media screen and(min-width:1400px) {
	.w {
		width: 1320px !important;
		margin: 0 auto !important;
	}

}

@media screen and(max-width:1400px) {
	.w {
		width: 1170px !important;
		margin: 0 auto !important;
	}
}

/* -------公共版心响应式样式 end----- */

/* -------统一样式 start----- */
.dl-title-box {
	text-align: left;
	height: 110px;
	margin: 20px
}

.dl-title-box-center {
	text-align: center;
}

.dl-title-en {
	font-size: 68px;
	text-transform: uppercase;
	font-weight: 900;
	font-style: oblique;
	color: #137fec0d;
}

.dl-title-content {
	margin-top: -56px;
	font-size: 28px;
	position: relative;
}

.dl-title-content::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 12px solid;
	border-top-color: #137fec;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* -------统一样式 end----- */
	.advantage2-img{
	background-repeat: no-repeat;
	background-image: url(../images/index/tech.png);
	height: 260px;
	width: 100%;
	background-size: cover;
	background-position: center;
      color: #fff;
	font-size: 36px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
      
}	
.advantage1-img{
	background-repeat: no-repeat;
	background-image: url(../images/index/location1.png);
	height: 260px;
	width: 100%;
	background-size: cover;
	background-position: top left;
  color: #fff;
	font-size: 36px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
            	.storage4-img {
	background-repeat: no-repeat;
	background-image: url(../images/index/newSale.png);
	height: 260px;
	width: 100%;
	background-size: cover;
	background-position: center;
                  color: #fff;
	font-size: 36px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.storage2-img {
	background-repeat: no-repeat;
	background-image: url(../images/index/trade.png);
	height: 260px;
	width: 100%;
	background-size: cover;
	background-position: center;
  color: #fff;
	font-size: 36px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.storage1-img {
	background-repeat: no-repeat;
	background-image: url(../images/index/storage.png);
	height:260px;
	width: 100%;
	background-size: cover;
	background-position: center;
  color: #fff;
	font-size: 36px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tech-container{
	margin-top:50px;
}
.tech-title {
	width: 340px;
	padding: 0 15px;
	color: #0048A7;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.tech-con {
	width: 340px;
	padding: 0 15px 15px 15px;
	font-size: 14px;
	color: #606266;
	line-height: 20px;
	height: 160px;
}
.contactUsBox {
	display: none;
	background: #00000099;
	position: fixed;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.contactUsContent {
	position: absolute;
	width: 600px;
	height: 450px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	overflow: hidden;
}

.contactUsTop {
	display: flex;
	height: 46px;
	background: #137FEC;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.helpBox {
	padding: 16px 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.helpImgBox {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 200px;
	overflow: hidden;
}

.inputStyle {
	border: 1px solid #ccc;
	width: calc(100% - 100px);
	height: 38px;
	border-radius: 8px;
	padding: 0 20px;
}

.colseContactUsBox {
	cursor: pointer;
}