html,
body {
	width: 100%;
	height: 100%;
	font-family: PingFangSC-Regular, PingFang SC;
}
.hand-box{
	position: relative;
	margin-bottom: 48px;
}
.topBox img{width: 100%;}
.layui-timeline-item:before {
	content: '';
	position: absolute;
	left: -2px;
    top: 23px;
	z-index: 0;
	width: 28px;
	height: 100%;
	/*border-left: 1px dashed rgba(153, 153, 153, 1);*/
	background: url(../img/solution/lj19020.png) no-repeat;
}

.layui-timeline-item {
	padding-bottom: 18px;
}

.layui-timeline a:last-child .layui-timeline-item {
	padding-bottom: 0;
}


#line_time {
	position: absolute;
	z-index: 100;
	top: 12rem;
	left: 2.1%;
	transition: all .5s;    
	background-color: #ffffffeb;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    border-radius: 10px;
    padding: 24px 20px;
}
#line_time a{
	display: block;
}
#line_time a .layui-text{
	line-height: 16px;
    padding-top: 6px;
}
.con_left {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.con_right {
	width: 1400px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

.layui-col-sm5 {
	position: initial;
	float: none;
}

.hend_img {
	width: 100%;
}



.ovf_hid {
	overflow: hidden;
}

.title {
	font-size: 1.75rem;
	font-weight: 800;
}

.content {
	font-size: 16px;
	line-height: 25px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.btn {
	font-size: 0.875rem;
	color: #2253A3;
	background-color: #fff;
	padding: 6px 21px;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	transition: all .5s;
}
.btn:hover{
	background-color: rgba(248, 168, 73, 1);
	color: #fff;
}

.con_left_text {
	position: absolute;
    right: 0;
	background-color: #2253A3;
	padding: 46px 68px;
	width: 36.25rem;
	z-index: 10;
	color: #fff;
	top: 4rem;
}

.con_right_text {
	text-align: right;
	position: absolute;
	top: 36%;
    right: 36%;
	width: 30%;
}
.layui-tab-item{
	position: relative;
	padding: 0 28px;
}
.layui-tab-content{
	margin-top: 24px;
}

/* #line_time h3{
  cursor: pointer;
} */

.relative {
	position: relative;
}

.layui-text h3 {
	cursor: pointer;
	color: #999999;
	font-size: 1.125rem;
}

.layui-timeline-axis {
	color: #999999;
    height: 24px;
    width: 24px;
    border: 2px solid #999;
    left: -10px;
}
.layui-timeline-item.active i{
	border-color: rgba(25, 166, 255, 1);
}
.layui-timeline-item.active i:before{
	content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin: 4px;
    border-radius: 16px;
	background-color: rgba(25, 166, 255, 1);
}
.layui-timeline-item:last-child{
	padding-bottom: 0;
}

.layui-timeline-axis:hover {
	color: #19A6FF;
}

.active h3 {
	font-size: 1.125rem;
	color: #19A6FF;
}

.handle_text {
	position: absolute;
	top: 26%;
	left: 10%;
}

.handle_text1 {
	font-size: 4.785rem;
	color: #000;
}

.handle_text2 {
	font-size: 3rem;
	color: #8E8E8E;
	margin-top: 38px;
}
.right41{
	right: 41%;
}
.topBox .bg6-1{
	display: none;
}
.title-h2-con-box{
	padding-top: 60px;
	padding-bottom: 54px;
}
.contactus-box{
	/* padding-top: 0; */
}
.hand-box .layui-tab-title{
	height: 80px;
	display: inline-flex;
	width: 100%;
	background-color: #f4f4f4;
	border: 0;
}
.hand-box .layui-tab-title li{
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	flex: 1;
}
.hand-box .layui-tab-title li:hover{
	color: #2253A3;
}
.hand-box .layui-tab-title .layui-this:after{
	height: 80px;
	border-bottom: 4px solid #2253A3;
}
.hand-box .layui-tab-title .layui-this::before{
	content: '';
	background-image: url(../img/solution/triangle-d.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 9px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6.5px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	font-weight: bold;
	color: #2253A3;
}
/* .layui-tab{position: relative;} */
.Tips-i{
	position: sticky;
	right: 0;
	background-color: #e0e0e0;
	top: 0;
	height: 80px;
	width: 30px;
	text-align: center;
	line-height: 80px;
	display: none;
}

@media only screen and (max-width: 1400px) {
	.con_right,.con_left{ width: 1024px; }
	.con_left_text{ top: 0;width: 24.25rem; }
	.con_right_text{ right: 40%;width: 42%; }
}

@media only screen and (max-width: 1024px){
	.con_right,.con_left{ width: calc(100% - 28px); }
	.con_left_text{ width: 50%;padding: 20px 34px; }
	.con_right_text{ right: 30%;width: 44%;top: 30%; }
	#line_time{ display: none; }
	
	.title{font-size: 16px;}
	.content{font-size: 14px;line-height: 22px;}
	
}
@media only screen and (max-width: 768px){
	.hand-box .layui-tab-title li{ font-size: 14px; height: 82px;line-height: 82px; }
	.con_left_text{ width: calc(100% - 96px);padding: 24px 48px; position: initial; }
	.hand-box .layui-tab-content img{  }
	.Tips-i{display: block;}
}
@media only screen and (max-width: 698px){
	.hand-box .layui-tab[overflow]>.layui-tab-title{ overflow-x: auto; }
	.hand-box .layui-tab-bar{display: none;}
	.hand-box .layui-tab-item{ padding: 0;}
	.con_left_text{ padding: 24px;width: calc(100% - 48px); }
	.hand-box .layui-tab-content{padding: 0;}
	.relative{ padding-bottom: 14px; }
	.img{ width: 100%; margin-bottom: 0; }
	.title-h2-con-box{padding: 24px 0;}
}
@media only screen and (max-width: 449px){
	
}
@media only screen and (max-height:780px ) {
	.topBox{ overflow: hidden; }
	.topBox .bg6-1{ display: block; }
	.topBox .bg6{ display: none; }
}