@charset "utf-8";body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}table {border-collapse: collapse;border-spacing: 0;}fieldset,img {border: 0;}address,caption,cite,code,dfn,em,strong,th,var{font-weight: normal;font-style: normal;}ol,ul {list-style: none;}caption,th {text-align: left;}h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}q:before,q:after {content:'';}abbr,acronym { border: 0;} 
::-webkit-scrollbar {
    width: 6px;
    height: 0px;
}
 
::-webkit-scrollbar-track {
    background:#FFFFFF;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px 0 0 10px;
    background: linear-gradient(#a0a0a0, #565656);
}
html,body{
	overflow: hidden;
	width: 100%;
	height: 100%;
	font: 14px/24px 'PingFang SC',Arial,'Microsoft YaHei',sans-serif,"微软雅黑";
}

.logo1{
	display: block;
}
.logo2{
	display: none;
}
.logo-box{
	float: left;
	margin-top: 14px;
}
.logo-box img{
	width: 70%;
	transition: all .5s;
}
.nav-box{
	position: relative;
	/* width: calc(100% - 220px); */
	padding: 0 110px;
	height: 102px;
	z-index: 99;
	transition: all .5s;
	background-color: #fff;
}
.layui-nav{
	position: absolute;
	right: 0;
    width: 680px;
    background: #fff;
	font-size: 24px;
	display: inline-flex;
	text-align: center;
	transition: all .5s;
}
.layui-nav .layui-this:after{
    width: auto;
	left: 24px;
	right: 24px;
	background-color: #118AEF;
}
.layui-nav-bar{
	background-color: #118AEF;
}
.layui-nav .layui-nav-item{
	height: 102px;
	line-height: 102px;
	flex:1;
	transition: all .5s;
}
.layui-nav .layui-nav-item:nth-child(5){
	margin: 0;
}
.layui-nav .layui-nav-item a{
	font-size: 18px;
	transition: all .5s;
	color: #222;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
	color: #118AEF;
}
.layui-carousel-01{
	top: 0;
    height: 480px!important;
}
.layui-carousel,.layui-carousel>[carousel-item]>*{
	background-color: #FFFFFF;
}

/*变化导航*/
.change-nav.nav-box{
    background: rgba(255,255,255,255.75);
    margin: 0;
    padding: 0 110px;
    height: 90px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.change-nav .logo-box{
	margin-top: 16px;
}
.change-nav .logo-box .logo1{
	display: block;
}
.change-nav .logo-box .logo2{
	display: none;
}
.change-nav .layui-nav{
	background: transparent;
    width: 780px;
    right: 110px;
    padding: 0;
}
.change-nav .layui-nav .layui-nav-item{
	line-height: 90px;
	height: 90px;
}
.change-nav .layui-nav .layui-nav-item a{
	font-size: 18px;
}
/*白底导航*/
.white-nav.nav-box{
    background: rgba(255,255,255,0.98);
    margin: 0;
    padding: 0 110px;
    height: 110px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.04);
}
.white-nav .logo-box{
	margin-top: 16px;
}
.white-nav .logo-box .logo1{
	display: block;
}
.white-nav .logo-box .logo2{
	display: none;
}
.white-nav .layui-nav{
	background: transparent;
    width: calc(100% - 873px);
    right: 110px;
}
.white-nav .layui-nav .layui-nav-item{
	line-height: 110px;
	height: 110px;
}
.white-nav .layui-nav .layui-nav-item a{
	font-size: 18px;
	color: #000000;
}
/*手机端导航*/
.menu-box{
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    z-index: 999;
    display: none;
    cursor: pointer;
	transition: all .5s;
}
.menu-box i{
	display: block;
	width: inherit;
	position: absolute;
	height: 4px;
	background-color: #292929;
	border-radius: 3px;
	margin-top: 5px;
	transition: all .5s;
}
.menu-box i.line1{}
.menu-box i.line2{
	margin-top: 13px;
}
.menu-box i.line3{
    margin-top: 21px;
}
.white-nav .layui-nav.menu-nav{
	background-color: transparent;
}
.white-nav .layui-nav .layui-this a {
    color: #118AEF;
}
.white-nav .layui-nav .layui-nav-item a:hover, .white-nav .layui-nav .layui-this a {
    color: #118AEF;
}
/*手机端导航-下滑后变化*/
.change-nav .menu-box{
	right: 24px;
	/*top: 17px;*/
}
.change-nav .menu-box i{
	background-color: #222;
}
.change-nav .menu-box.menu-active{
	right: 24px;
}
.change-nav .layui-nav.menu-nav.menu-active{
	top: 71px;
	right: 0;
}

.white-nav .menu-box{
	right: 24px;
	/*top: 17px;*/
}
.white-nav .menu-box i{
	background-color: #000000;
}
.white-nav .menu-box.menu-active{
	right: 24px;
}
.white-nav .layui-nav.menu-nav.menu-active{
	top: 60px;
	right: 0;
}
/*手机端导航-点击后变化*/
.menu-box.menu-active{
	right: 24px;	
}
.layui-nav.menu-nav.menu-active{
	right: 0;
	padding-top: 20px;
}
/*.change-nav .menu-box.menu-active{
	top: 24px;
}
.white-nav .menu-box.menu-active{
	top: 24px;
}*/
.menu-box.menu-active i.line1{
	transform: rotate(45deg);
	top: 7px;
}
.menu-box.menu-active i.line2{
	height: 0;
	width: 0;
}
.menu-box.menu-active i.line3{
	transform: rotate(-45deg);
	margin-top: 2px;
	top: 10px;
}

.section-box{
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 110px);
	width: 100%;
	position: relative;
}
.mauto{
	width: 1220px;
	margin: 0 auto;
}

.title-h2{
	position: relative;
}
.title-h2 h2{
	font-size: 24px;
}
.title-h2 p{
	font-size: 18px;
	color: #666666;
}
.title-h2-con-box{
	text-align: center;
	/* height: 60px; */
}
.title-h2-con-box h3{
	font-size: 32px;
}
.title-h2-con-box p{
	font-size: 44px;
	color: #118AEF;
	opacity: 0.2;
	margin-top: -40px;
}

.nav-tip {
	padding-top: 58px;
	padding-left: 24px;
}
.nav-tip.layui-breadcrumb a cite{
	color: #118AEF;
}
.nav-tip .home {
  display: inline-block;
  width: 24px;
  height: 30px;
  background: url(../img/consulting/home.png);
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  bottom: -4px;
}
.layui-breadcrumb a:hover {
    color: #19A6FF!important;
}
.layui-breadcrumb a.home:hover {
    background-image: url(../img/consulting/home2.png);;
}

/*服务*/
.canwefor-box{
	background-color: #f5f5f5;
	padding-top: 54px;
	padding-bottom: 38px;
}


.service-box{
	margin-top: 24px;
	height: 530px;
	text-align: center;
}
.layui-col-md5,.layui-col-md4,.layui-col-md3{
	height: inherit;
}

.layui-col-md5{
	width: 35%;
	text-align: left;
}
.layui-col-md3{
	width: 30%;
}

.grid-demo{
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.grid-demo-bg1{
	width: calc(100% - 10px);
	height: calc(100%);
}
.grid-demo .img-box{
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	width: 96px;
	height: 96px;
}
.grid-demo .img-box img{
	width: 100%;
}
.grid-demo h3{
	font-size: 18px;
	margin-top: 36px;
	margin-bottom: 10px;
}
.grid-demo p{
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.layui-col-md3 .service-text{
	width: calc(100% - 152px);
	height: calc(100% - 120px);
	padding: 0 76px;
	padding-top: 86px;
}
.layui-col-md5 .service-text{
	width: calc(100% - 72px);
	height: calc(100% - 88px);
	padding: 0 36px;
	padding-top: 81px;
}
.layui-col-md5 .service-body {
	margin-left: 110px;
}
.layui-col-md5 .service-body h3{
	margin-top: 0;
}
.service-text{
	position: relative;
	z-index: 2;
	display: block;
}

.grid-demo:hover:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #f0f6ff;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all .5s;
	animation: bomd .5s;
}
.grid-demo:hover:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #f0f6ff;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all .5s;
	animation: topd .5s;
}

@keyframes topd{
	0%{ top: -50%;  }
	100%{ top: 0; }
}
@keyframes bomd{
	0%{ bottom: -50%;  }
	100%{ bottom: 0; }
}

.grid-demo:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.grid-demo-bg2{
	height: calc(50% - 9px);
	width: calc(100% - 9px);
}
.grid-demo-bg2:nth-child(2){
	margin-top: 18px;
}

.layui-col-md5 .img-box{
	float: left;
}
.layui-col-md5 .grid-demo{
	margin-left: 2px;
}
.layui-colr-mde5 .grid-demo{
	margin-left: 5px;
}
.grid-demo:hover .img-box:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 50%;
	height: 100%;
	background-color: #f0f6ff;
	transition: .5s all;
	animation: leftd .5s;
}
.grid-demo:hover .img-box:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	background-color: #f0f6ff;
	transition: .5s all;
	animation: rightd .5s;
}
@keyframes leftd{
	0%{ left: -50%;  }
	50%{ left: 0; }
	100%{ left: -50%; }
}
@keyframes rightd{
	0%{ right: -50%;  }
	50%{ right: 0; }
	100%{ right: -50%; }
}

/*合作*/
.longterm-box{
	padding-top: 54px;
	padding-bottom: 38px;
	background-color: #FFFFFF;
}
.longterm-body-box{
	margin-top: 20px;
	overflow: hidden;
	height: 220px;
}
.longterm-body-box ul li{
	display: inline-block;
	width: 220px;
	height: 220px;
	overflow: hidden;
	position: relative;
	line-height: 1000px;
	transition: all .5s;
}
.longterm-body-box ul li:hover{
	background-color: #F5F5F5;
}

.longterm-body-box .img-box{
	position: relative;
    width: 100%;
    height: 100%;
	transition: all .5s;
}
.longterm-body-box .img-box:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
	top: 0;
	transition: all .5s;
}
.longterm-body-box .img-box:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 282px;
	position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
	transition: all .5s;
	
}
.snm .img-box:before{
	background-image: url(../img/index-1x/snm-y-logo.png);
}
.snm .img-box:after{
	background-image: url(../img/index-1x/snm-y-logo.png);
}
.longterm-body-box ul li:hover .img-box:before{
	top: -282px;
}
.longterm-body-box ul li:hover .img-box:after{
	top:0;
}
.merchants .img-box:before{
	background-image: url(../img/index-1x/bank-y-logo.png);
}
.merchants .img-box:after{
	background-image: url(../img/index-1x/bank-y-logo.png);
}

.uinnova .img-box:before{
	background-image: url(../img/index-1x/uinnova-y-logo.png);
}
.uinnova .img-box:after{
	background-image: url(../img/index-1x/uinnova-y-logo.png);
}

.cplc .img-box:before{
	background-image: url(../img/index-1x/cplc-y-logo.png);
}
.cplc .img-box:after{
	background-image: url(../img/index-1x/cplc-y-logo.png);
}

.softseg .img-box:before{
	background-image: url(../img/index-1x/softseg-y-logo.png);
}
.softseg .img-box:after{
	background-image: url(../img/index-1x/softseg-y-logo.png);
}

.bright .img-box:before{
	background-image: url(../img/index-1x/bright-y-logo.png);
}
.bright .img-box:after{
	background-image: url(../img/index-1x/bright-y-logo.png);
}

.senstrans .img-box:before{
	background-image: url(../img/index-1x/senstrans-y-logo.png);
}
.senstrans .img-box:after{
	background-image: url(../img/index-1x/senstrans-y-logo.png);
}

.pingan .img-box:before{
	background-image: url(../img/index-1x/pingan-y-logo.png);
}
.pingan .img-box:after{
	background-image: url(../img/index-1x/pingan-y-logo.png);
}

.byd .img-box:before{
	background-image: url(../img/index-1x/byd-y-logo.png);
}
.byd .img-box:after{
	background-image: url(../img/index-1x/byd-y-logo.png);
}

.weicheng .img-box:before{
	background-image: url(../img/index-1x/weicheng-y-logo.png);
}
.weicheng .img-box:after{
	background-image: url(../img/index-1x/weicheng-y-logo.png);
}

.lanzong .img-box:before{
	background-image: url(../img/index-1x/zhonglan-y-logo.png);
}
.lanzong .img-box:after{
	background-image: url(../img/index-1x/zhonglan-y-logo.png);
}

.healthy .img-box:before{
	background-image: url(../img/index-1x/healthy-y-logo.png);
}
.healthy .img-box:after{
	background-image: url(../img/index-1x/healthy-y-logo.png);
}
.isee .img-box:before{
	background-image: url(../img/index-1x/aixikeji-logo.png);
}
.isee .img-box:after{
	background-image: url(../img/index-1x/aixikeji-logo.png);
}

.longterm-body-box ul.items li.b {
    border-bottom: 1px dotted #ddd;
}
.longterm-body-box ul.items li.r {
    border-right: 1px dotted #ddd;
}
.longterm-body-box .ml{
	margin-left: 4px;
}

/*关于联信*/
.contactus-box{
	padding-top: 54px;
	padding-bottom: 38px;
    background-color: #f5f5f5;
}
.contactus-body-box{
	margin-top: 20px;
}
.layui-form-select dl dd.layui-this{
	background-color: #2c9ffe;
}
.reportForm{
	width: 60%;
	position: relative;
	padding-right: 24px;
	display: inline-block;
}
.reportForm .layui-form-label{
	width: auto;
    padding: 5px 15px;
    display: inline-block;
    text-align: left;
}
.reportForm .layui-form-item{
	margin-bottom: 0;
}
.reportForm .layui-input-block{
	min-height: 30px;
	width: calc(100% - 2px);
}
.reportForm .layui-form-radio{
	line-height: 18px;
}
.reportForm .ml{
	margin-left: 0;
}
.reportForm .mt{
	margin-top: 10px;
}
.reportForm .layui-col-md4 {
    width: calc(33.33333333% - 7px);
    margin-bottom: 0;
}
.reportForm .layui-col-md4:last-child{
	margin-right: 0;
}
.reportForm:after{
	content: '';
	position: absolute;
	right: 0;
	border-right: 1px dashed #888888;
	width: 1px;
	top: 0;
	bottom: 0;
}

.contactUs{
    padding-left: 24px;
    display: inline-block;
    width: calc(40% - 52px);
    float: right;
}
.tar{
	text-align: right;
}

/*右边*/
.us-box{
	/*float: left;*/
	display: inline-block;
	width: calc(100% - 130px);
}
.wx-box{
	display: inline-block;
	background-color: #FFFFFF;
	float: right;
	text-align: center;
	padding: 10px;
	padding-top: 0;
	color: #6C6C6C;
	font-size: 12px;
}
.contactUs .layui-form-pane .layui-form-label{
	width: 36px;
	height: 36px;
	border: 0;
	background-color: #DBDBDB;
	padding: 0;
}
.contactUs .layui-form-pane .layui-input-block{
	margin-left: 36px;
}
.contactUs .layui-input{
	height: 36px;
	border: 0;
    line-height: 36px;
    color: #0A0A0A;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    display: -webkit-box; 
    overflow: hidden;
}
.contactUs .layui-form-item{
	margin-bottom: 10px;
}
.contactUs .layui-icon{
	width: 100%;
	height: 100%;
	display: block;
}
.qq{
	background: url(../img/index-1x/QQ2-icon.png) no-repeat;
}
.mail{
	background: url(../img/index-1x/Email-icon.png) no-repeat;
}
.phone{
	background: url(../img/index-1x/phone-icon.png) no-repeat;
}
.address{
	background: url(../img/index-1x/location-icon.png) no-repeat;
}
.map-box{
    width: calc(100% - 2px);
    height: 222px;
    background-color: #393D49;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}
.map-box img{
	width: 100%;
	height: 100%;
}
.layui-input.dz{
	cursor: pointer;
}
.layui-input.dz:hover{
	color: #01AAED;
}
/*右浮动*/
.drift-box{
	position: fixed;
	right: 0;
	width: 44px;
	height: 176px;
	z-index: 999;
	bottom: 10%;
}
.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 44px;
	border-radius: 4px 0 0 4px;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.dock ul.icons li i {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.dock ul.icons li.im i {
    background-image: url(../img/dock/QQ-icon.png);
}
.dock ul.icons li.wechat i {
    background-image: url(../img/dock/wx-icon.png);
}
.dock ul.icons li.tel i {
    background-image: url(../img/dock/phone-icon.png);
}

.dock ul.icons li.up i {
    background-image: url(../img/dock/BackToTop-icon.png);
}
.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 0;
    right: -260px;
    padding: 15px 20px;
    height: 100px;
    color: White;
    line-height: 26px;
    border: 1px solid #333;
    border-right: none;
    background: rgba(0, 0, 0, 0.75);
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}
.dock ul.icons li.im p a {
    display: block;
    margin-top: 32px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #f29757;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #f29757;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.dock ul.icons li.im p a:hover{
	background-color: #F29757;
	color: #FFFFFF;
}
.dock ul.icons li.im p {
    width: 115px;
}
.dock ul.icons li p {
    width: 100px;
}
.dock ul.icons li.active p {
    right: 43px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dock ul.icons li.active i {
    -moz-opacity: 1;
    opacity: 1;
}
.dock ul.icons li.up{
	position: relative;
	display: none;
}
.dock ul.icons li.up:before{
	content: '';
    display: block;
    position: absolute;
    left: 6px;
    right: 6px;
    height: 2px;
    top: 2px;
    background-color: #000;
}
.dock ul.icons li.up p{
	height: 9px;
    line-height: 10px;
    top: 2px;
    width: 56px;
}
.footer{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background-color: #FAFAFA;
	position: relative;
    width: calc(100%);
    z-index: 10;
}
.footer a{
	color: #666;
	margin-left: 10px;
}
.footer a:hover{
	color: #007AFF;
}
/*弹窗*/
.layui-layer-setwin .layui-layer-close2{
	right: 0!important;
    top: 0!important;
}
.layui-layer{
    background-color: rgba(229,229,229,.95)!important;
}
.layui-layer-hui.layui-layer-msg{
	background-color: rgba(247,247,247,0.96)!important;
	border-radius: 14px;
	color: #000000;
}
.layui-layer-msg .layui-layer-btn{
	padding: 0;
    border-top: 1px solid #d8dadb;
    position: relative;
}
.layui-layer-msg .layui-layer-btn:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	background-color: #d8dadb;
}
.layui-layer-msg .layui-layer-btn a{
	border: 0;
    margin: 0;
    padding: 0;
    width: calc(50% - 0px);
    background-color: transparent;
    text-align: center;
    height: 34px;
    line-height: 34px;
}
.layui-layer-msg .layui-layer-btn .layui-layer-btn0{
	color: #1E9FFF;
}
.layui-layer-msg.layui-layer-hui .layui-layer-content{
	padding: 30px 60px;
}
/*地图div*/
#container{width:100%;height: 222px;}
.reportForm .layui-textarea{ height: 210px; }

/*注释地体商标*/
.BMap_cpyCtrl{display:none;}
.anchorBL{display:none;}

.more-box{
	text-align: center;
	position: absolute;
	right: 14px;
	top: 5px;
}
.more2-box{
	text-align: center;
	margin-top: 2rem;
}

.btn-more{
	background-color: transparent;
	border:1px solid #118AEF;
	border-radius: 6px;
	color: #118AEF;
	padding: 0 24px;
}
.layui-btn.btn-more:hover{
	background-color: #118AEF;
	color: #fff;
}
.layui-breadcrumb.nav-tip span{
	color: #999;
}

.swiper-container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.swiper-container .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
 }

@media only screen and (max-width: 1460px) {
	.layui-nav{ font-size: 18px; }
	.layui-nav .layui-nav-item a{ padding: 0; }
	/* .layui-carousel-01{ height: 632px!important; } */
	.layui-carousel-01 img{ width: 100%; }
}
@media only screen and (max-width: 1400px) {
	.nav-tip{ padding-top: 40px; padding-left: 0px; }
	
	/* .layui-carousel-01{ height: 610px!important; } */
	.mauto{ width: 1024px; }
	.layui-carousel-02{ width: 430px!important; height: 292px!important; }
	.nav-box{ height: 80px; }
	.section-box{ height: calc(100% - 80px); }
	.layui-nav{ width: calc(100% - 474px); }
	.layui-nav .layui-nav-item{ height: 80px; line-height: 80px; }
	.layui-nav .layui-nav-item a{ font-size: 18px; }
	.logo-box{ width: 300px; margin-top: 14px; }
	.change-nav.nav-box{ height: 80px; width: calc(100% - 100px); margin: 0; padding: 0 50px; }
	.change-nav .layui-nav{ width: calc(100% - 604px); }
	.change-nav .layui-nav .layui-nav-item{ height: 80px; line-height: 80px; }
	/* .change-nav .layui-nav .layui-nav-item a{ font-size: 12px; } */
	.change-nav .logo-box{ width: 300px; margin-top: 14px; }
	.longterm-body-box{ height: 160px; }
	
	.white-nav.nav-box{ height: 60px; width: calc(100% - 100px); margin: 0; padding: 0 50px; }
	.white-nav .layui-nav{ width: calc(100% - 604px); }
	.white-nav .layui-nav .layui-nav-item{ height: 60px; line-height: 60px; }
	.white-nav .layui-nav .layui-nav-item a{ font-size: 12px; }
	.white-nav .logo-box{ width: 300px; margin-top: 2px; }
	
	.service-box{ height: 438px; }
	.grid-demo h3{ margin-bottom: 4px; }
	.layui-col-md3 .service-text { width: calc(100% - 72px); height: calc(100% - 62px); padding: 0 36px; padding-top: 62px; }
	.layui-col-md5 .service-text { width: calc(100% - 60px); height: calc(100% - 88px); padding: 0 30px; padding-top: 54px; }
	
	.longterm-body-box ul li{ width: 168px; height: 168px; }
	
	.contactUs .layui-input{ font-size: 12px; }
	/*.us-box{ width: 228px; }*/
}
@media only screen and (max-width: 1024px){
	.nav-tip{ display: none; }
	.title-h2 h2{ font-size: 18px; }
	.title-h2 p{ font-size: 14px; }
	.canwefor-box,.case-box,.aboutus-box,.longterm-box,.contactus-box{ padding: 40px 0; }
	
	/* .more-box{margin-top: 2rem;} */
	.mask-box span{ width: 92px; height: 32px; line-height: 32px; margin-top: -14px; font-size: 12px; margin-left: -48px; }
	
	.layui-nav.menu-nav{ width: 100%; display: block;  padding: 0; position: fixed; top: 80px; bottom: 0; right: -100%; z-index: 10; background-color: rgba(244,244,244,0.95); }
	.layui-nav.menu-nav .layui-nav-bar{ top: auto!important; width: 0!important; }
	.layui-nav.menu-nav .layui-nav-item{ display: block; }
	.layui-nav.menu-nav .layui-this:after{ top: 0; right: 0; left: auto; width: 4px; height: auto; bottom: 0; }
	.layui-nav.menu-nav .layui-this a{ background-color: #118AEF; color: #fff; }
	
	.white-nav .layui-nav.menu-nav{ width: 100%; display: block;  padding: 0; top: 60px; right: -100%; background-color: rgba(244,244,244,0.95); box-shadow: 0 8px 8px rgba(0,0,0,0.15); }
	
	.nav-box{  padding: 0 24px; }
	.menu-box{ display: block; right: 24px; }
	/* .layui-nav .layui-nav-item a{color: #fff;} */
	.layui-carousel-01{ height: 336px!important; }
	.mauto { width: calc(100% - 48px); }
	.layui-nav{ display: none; }
	.section-box{ height: calc(100% - 80px); }
	
	.service-box{ height: auto; margin-top: 24px; }
	.custom-body{ text-align: left; margin-left: 110px; }
	.layui-col-md5{ width: 100%; }
	.layui-col-md3{ width: 100%; }
	.layui-col-md3 .service-text,.layui-col-md5 .service-text{ padding: 36px; height: 92px; width: calc(100% - 72px); }
	.grid-demo-bg1{ width: 100%; }
	.grid-demo .img-box{ float: left; }
	.grid-demo h3{ margin-top: 6px; }
	.grid-demo-bg2{ width: calc(50% - 7px); float: left;margin-right: 14px; }
	.grid-demo-bg2:last-child{margin-right: 0; margin-top: 0;}
	.layui-col-md5 .grid-demo{ margin-bottom: 14px;margin-left: 0; }
	.layui-col-md3 .grid-demo{ margin-bottom: 10px; }
	.grid-demo p{ -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; display: none; }
	.canwefor-box h3{line-height: 80px;}
	
	.longterm-body-box{ margin-top: 24px; }
	.longterm-body-box ul li{ width: 16.6%; height: 136px; }
	
	.reportForm{ width: 100%; padding-right: 0; }
	.reportForm:after{ border: 0; }
	.contactUs{ width: 100%; float: none; padding: 0; margin-top: 24px; padding-top: 24px; position: relative; }
	.contactUs:after{ content: ''; position: absolute; border-top: 1px dashed #888888; height: 1px; top: 0; left: 0; right: 0; }
	.us-box { width: calc(100% - 130px); }
	
	.contactus-body-box{ margin-top: 14px; }
}

@media only screen and (max-width: 768px){
	.logo-box{  }
	.mauto{ width: calc(100% - 28px); }
	.layui-carousel-01{height: 187px!important;}
	.longterm-body-box ul.mobile2-box li{ display: block; line-height: 28px; width: 100%; height: 28px; }
	.longterm-body-box ul.mobile2-box li span{ color: #A2A2A2; font-size: 12px; padding-left: 12px; position: relative; }
	.longterm-body-box ul.mobile2-box li span:before{ content: ''; display: block; border-radius: 4px; top: 4px; position: absolute; width: 8px; height: 8px; background-color: #A2A2A2; }
	.longterm-body-box ul.items li.r,.longterm-body-box ul.items li.b{ border: 0; }
	.mobile2-box .img-box{ display: none; }
	.title-h2-con-box img{ width: 100%; }
	.grid-demo-bg2{ width: 100%; }
	.more-box{ right: 0; }
}

@media only screen and (max-width: 449px){
	.nav-box{ height: 44px; }
	.section-box{ height: calc(100% - 44px); }
	.logo-box{ width: 68px; height: 30px; margin-top: 8px; }
	.layui-nav.menu-nav{ top:44px; }
	.logo-box .logo1,.logo-box .logo2{ width: 188px; }
	.change-nav .logo-box{ width: 68px; margin-top: 13px; }
	.change-nav.nav-box{ height: 60px; padding: 0 14px; width: calc(100% - 28px); }
	.change-nav .menu-box.menu-active{ right: 14px; }
	.change-nav .layui-nav.menu-nav.menu-active{ top: 61px; }
	/*.change-nav .menu-box{ top: 8px; }*/
	/*.menu-box{ top: 18px; }*/
	
	.layui-carousel-ind li{ width: 6px; height: 6px; }
	.layui-carousel-ind{ top: -24px; }
	
	.white-nav .logo-box{ width: 68px; margin-top: 13px; }
	.white-nav.nav-box{ height: 60px; padding: 0 14px; width: calc(100% - 28px); }
	.white-nav .menu-box.menu-active{ right: 14px; }
	.white-nav .layui-nav.menu-nav.menu-active{ top: 61px; }
	/*.white-nav .menu-box{ top: 8px; }*/
	
	.reportForm .mt{ margin: 0; }
	.reportForm .layui-col-md4{ width: 100%; margin-bottom: 10px; }
	.reportForm .mb{ margin-bottom: 10px; }
	.reportForm .layui-input-block{ width: 100%; }
	.reportForm .layui-input-block button{ width: calc(50% - 8px); }
	.contactUs span.layui-input.dz{ line-height: 15px;padding-top: 5px; }
	
	.dock.drift-box,.footer{ display: none; }
}
@media only screen and (max-width: 375px){
	.contactUs span.layui-input.ma{ line-height: 15px;padding-top: 5px; word-break: break-all;}
}