.inabout .desc p{
	margin: 10px 0;
	text-indent: 2em;
}
.history-box{
	padding-bottom: 0;
}
.history-box ul{
	padding: 25px 0;
}
.history-box ul:after{
	display: none;
}
.history .shang{
	position: absolute;
	top: 14px;
	left: 17px;
	height: 30px;
	width: 30px;
	background: url(../images/shang.jpg) no-repeat;
	background-size: 100%;
	border: none;
}
.history .xia{
	position: absolute;
	bottom: 10px;
	left: 17px;
	height: 30px;
	width: 30px;
	background: url(../images/xia.jpg) no-repeat;
	background-size: 100%;
	border: none;
}
.history-box:after{
	display: none;
}
.history{
	position: relative;
	padding-bottom: 40px;
}
.history-box ul:before{
	left: 14px;
}
.history-box{
	height: 300px;
	overflow-y: auto;
}
.injoinus{
	background: none;
}
.inabout .text .name,.inabout .text .title{
	color: #333;
}
.inabout .desc {
	color: #666 !important;
}
.inabout .text .title:after{
	background: #e83f39 !important;
}
.abtteam ol li:nth-child(1){
	width: calc(50% - 2px) !important;
}
.abtteam ol li:nth-child(2){
	width: calc(50% - 2px);
}
.inabout .text .more{
	border: 1px solid #999;
	color: #999;
}
#about-01{
	background: none;
}





.contact_banner {
	position: relative;

}
.contact_banner .img img{
	width: 100%;
}
.contact .title{
	width: 100%;
	text-align: center;
	position: absolute;
	color: #fff;
	top: 30%;
}
.contact .title p{
	font-size: 25px;
	margin-bottom: 10px;
}
.contact .title span{
	font-size: 16px;
}
.bt_box{
	width: 100%;
	background: rgba(0,0,0,.7);
	bottom: 0;
	padding: 20px 0;
}
.bt_box .x{
	height: 0;
	width: 50px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 60px;
}
.bt_item{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.bt_item p{
	color: #999;
	font-size: 16px;
	margin: 0px 0;
}
.bt_item span{
	color: #fff;
	font-size: 18px;
	display: block;
	margin: 3px 0;
	border: none !important;
}
.bt_item a{
	display: block;
	width: 120px;
	height: 30px;
	border-radius: 20px;
	margin: 0 auto;
	border: 1px solid #999;
	line-height: 30px;
	color: #999;
	/* margin-top: 20px; */
	transition: .5s;
}
.bt_item a:hover{
	margin-top: 15px;
}
.bt_item .icon{
	margin: 0 auto;
	height: 35px;
	width: 37px;
	display: block;
	background: url(../images/contact_icon.png) no-repeat;
}
.bt_item .icon{
	background-position: 4px 0;
}
.bt_item .icon2{
	background-position: -42px 0;
}
.bt_item .icon3{
	background-position: -90px 0;
}


.contact_tab{
	height: 700px;
	background: url(../images/contact_bg.jpg) no-repeat;
	background-position: center;
}
.contact_tab .c_title{
	text-align: center;
	font-size: 20px;
	color: #666;
	display: block;
	padding-top: 60px;
	margin-bottom: 50px;
	font-weight: 100;
}
.contact_tab text{
	padding-left: 25px;
}
.contact_tab .desc{
	width:100%;
	margin: 0 auto;
}
.contact_tab label{
	width: 45%;
	display: block;
	float: left;
	margin: 13px 0;
	position: relative;
	margin-left: 5%;
}
.contact_tab .checkbox{
	padding: 11px;
	background: url(../images/checkbox.png) no-repeat;
	position: absolute;
	top: -3px;
}
.contact_tab input[type=checkbox]{
	display: none;
}
.contact_tab input[type=checkbox]:checked+.checkbox{
	background-position: -22px 0;
}
.contact_tab input[type=text]{
	width: 100%;
	width: calc(100% - 20px);
	border: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	margin: 7px 0;
	padding-left: 20px;
	border-radius: 30px;
	color: #6e6e6e;
	margin-left: 10px;
	background: #fff !important;
}
.contact_tab input[type=submit]{
	width: 150px;
	height: 50px;
	background: #dd0518;
	color: #fff;
	border-radius: 30px;
	margin-top: 40px;
	margin-left: calc(50% - 75px);
}
.contact_tab .text1{
	margin-top: 30px !important;
}

.history-box li .text .time{
	position: relative;
}
.history-box li .text .time::after{
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid #ddd;
	position: absolute;
	top: -6px;
	left: -13px;
}
.history-box li .text .time::before{
	content: "";
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 100%;
	background: #ddd;
	position: absolute;
	top: -10px;
	right: 8px;
	z-index: 112;
}
.history-box li .text .time .dian{
	position: absolute;
	top: -13px;
	right: 5px;
	height: 15px;
	width: 15px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	z-index: 111;
}