html,body{
    width: 100%;
    height: 100%;
	background: url(../img/about/bg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.topBox{
	width: 100%;
	position: relative;
}
.mauto {
    width: 1220px;
    margin: 0 auto;
}
img{
	width: 100%;
}
.nav{
    position: absolute;
    top: 0;
    right: 50px;
}
.bg6{
    position: relative;
    width: 100%;
    height: auto;
}
.topBoxTit {
    position: absolute;
    font-size: 40px;
    font-family: PingFang SC, PingFang SC-Thin;
    font-weight: 200;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    top: 50%;
    width: 100%;
}

.honor-box{
	background-color: #F5F5F5;
}


.About-box,.Company-box{
	padding-top: 54px;
	padding-bottom: 24px;
	background-color: #ffffff;
}
.About-box{
	background-color: #F5F5F5;
}
.marginTop20{
    padding-top: 54px;
	padding-bottom: 38px;
}


.img-box{
	width: 400px;
    float: left;
    /* padding: 0; */
    margin-left: 24px;
}
.About-box .us-text{
	padding: 0;
    width: calc(100% - 480px);
    min-height: 300px;
    margin-left: 480px;
    line-height: 24px;
    font-size: 14px;
}
.About-box .us-text p{
	margin-top: 14px;
}

.about-body-box{
	margin-top: 14px;
	width: 100%;
	position: relative;
}
.honor-body-box{
	height: 340px;
}
.dynamic{
	width: calc(100%);
    height: 100%;
}
.dynamic img{
	width: 100%;
	height: 100%;
}
.dynamic .layui-carousel{
	display: inline-block;
	float: left;
	margin-right: 24px;
}
.dynamic-list{
	display: inline-block;
	width: calc(100% - 524px);
    height: 342px;
}
.dynamic-list li a{
	display: block;
	line-height: 4.85rem;
	height: 4.85rem;
	color: #222222;
}
.dynamic-list li:nth-child(odd) a{
	background-color: #F4F4F4;
}
.dynamic-list li a .text-h4{
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
	width: calc(100% - 86px);
}
.dynamic-list li a .TimeDate-box{
	float: left;
	color: #666666;
	text-align: center;
	width: 70px;
	line-height: 18px;
	margin-top: 18px;
    /* border-right: 1px solid #666; */
	position: relative;
}
.dynamic-list li a .TimeDate-box::after{
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	background-color: #666;
	width: 1px;
}
.day{
	font-size: 24px;
	font-weight: 400;
}
.years{
	font-size: 12px;
}
.dynamic-list li a:hover{
	background-color: rgba(40,176,239,0.1);
}

.title-h2 .more-box{
	position: absolute;
	right: 0;
	top: 2px;
}
.title-h2 .more-box .btn-more{
	color: #868686;
	background-color: transparent;
}
.btn-more i{
	display: inline-block;
	float: right;
	width: 10px;
	height: 12px;
	background: url(../img/about/more-icon.png) no-repeat;
    margin-top: 13px;
    margin-left: 4px;
}
.title-h2 .more-box .btn-more:hover{
	color: #19A6FF;
}
.title-h2 .more-box .btn-more:hover i{
	background-image: url(../img/about/more2-icon.png);
}


.join-box{
	width: 100%;
	height: 232px;
	color: #fff;
}
.join-box h2{
	font-size: 24px;
	font-weight: bold;
}
.join-box p{
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}
.Learn-more-btn{
	border: 1px solid rgba(242, 167, 47, 1);
	width: 98px;
	height: 36px;
	color: rgba(242, 167, 47, 1);
	display: block;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	margin-top: 68px;
}
.Learn-more-btn:hover{
	background-color: rgba(242, 167, 47, 1);
	color: #fff;
}


/*左边浮动*/
#line_time {
    position: absolute;
	z-index: 100;
	margin-top: -113px;
	top: 50%;
	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;
}
.layui-timeline-item {
    padding-bottom: 1rem;
}
.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:last-child{
	padding-bottom: 0;
}
.layui-timeline-axis {
    color: #999999;
    height: 24px;
    width: 24px;
    border: 1px solid #666;
    left: -9px;
}
.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-text h3 {
    cursor: pointer;
    color: #999999;
    font-size: 1.125rem;
    font-weight: 400;
    padding-top: 2px;
}
.active h3 {
    /*font-size: 18px;*/
    color: #19A6FF;
}

.zi-btn-more{
	background-color: transparent;
	color: #666;
}
.more-box{margin: 0;}

.zi-btn-more.layui-btn:hover{
	color: #2253A3;
}
@media only screen and (max-width: 1400px) {
	.mauto{ width: calc(100% - 128px); }
	.marginTop20 { padding-top: 40px; padding-bottom: 40px; }
	.About-box .us-text p{ margin-top: 2px; }
	
	.dynamic-list{ width: calc(100% - 454px); height: 320px; }
	.dynamic-list li a{ height: 4.16rem; line-height: 4.16rem; }
	.dynamic-list li a .text-h4{ font-size: 14px; }
	
	.dynamic-list li a .TimeDate-box{ margin-top: 12px; }
	
}
@media only screen and (max-width: 1361px){
	
	.About-box .us-text{ width: 50%; margin-left: 45%; padding-left: 24px; }
	.contactUs span.layui-input.dz { line-height: 15px; padding-top: 5px; }
	.contactUs span.layui-input.ma { line-height: 15px; padding-top: 5px; word-break: break-all; }
	.contactUs span.layui-input.op { line-height: 15px; padding-top: 5px;  }
	.img-box{ width: 40%; }
	.logo-box img{ width: 100%; }
}
@media only screen and (max-width: 1024px){
	#line_time{ display: none; }
	.mauto{  width: calc(100% - 48px); }
	.About-box .layui-col-md8{ width: 100%; }
	
	.dynamic{ width: 100%; }
	.dynamic-list{ width: 100%; }
	.dynamic .layui-carousel{ float: none; width: 100%!important; }
	.dynamic{ position: relative; }
	.layui-carousel-02 a{ display: contents; }
	
	
}
@media only screen and (max-width: 768px){
	.mauto { width: calc(100% - 28px);}
	.layui-col-space30{ margin: 0; }
	.dynamic img{ height: 100%; }
	.drift-box{ display: none; }
	.img-box{ width: 358px; margin: 0 auto; float: none; }
	.About-box .us-text{ width: calc(100% - 44px); margin: 0; min-height: auto; }
	.Learn-more-btn{ margin-top: 40px; }
	.topBoxTit{ font-size: 18px; }
}
@media only screen and (max-width: 449px){
	.img-box{ float: none; width: calc(100% - 24px); margin: 0; }
	.About-box .us-text p{ margin-top: 14px; }
	.join-box p{ font-size: 12px; }
}
@media only screen and (max-height:780px ) {
	.topBox{ height: 326px; overflow: hidden; }
	#line_time{ margin-top: -50px; }
}
