.main-content .about-nav{
	border-bottom:1px solid #dbdbdb;
}
.main-content .about-nav ul{
	font-size:0;
	text-align:center;margin-left: 382px;
}
.main-content .about-nav ul li{float: left;
	width:145px;
	text-align:center;
}
.main-content .about-nav ul li a{
	display:inline-block;
	font-size:16px;
	line-height:42px;
	color:#333;
	padding-bottom:5px;
}
.main-content .about-nav ul li.active a:after,.main-content .about-nav ul li:hover a:after{
	content:" ";
	width:100%;
	height:3px;
	background:#e35d08;
	position:absolute;
	bottom:0;
	left:0;
}
.main-content .company{
	height:1544px;
	width:100%;
	overflow:hidden;
	/*background:url('../images/about_company.jpg') right top no-repeat;*/
	background-size:auto 480px;
	/*padding-top:45px;*/
}
.main-content .company .detail{
	width:100%;
	height:638px;
	/*padding:40px 58px 0 28px;*/
	background:#fff;
	/*box-shadow:0 1px 2px 1px #e7e7e7;*/
}
.main-content .company .detail .title{
	font-size:30px;
	color:#333;
	text-align: center;
}
.main-content .company .detail .title .lang-en{
	font-size:20px;
	color:#c9c9c9;
}
.main-content .company .detail .desc{
	line-height:32px;
	color:#333;
	text-indent:28px;
}
.main-content .company .detail .show-info{
	width: 100%;
	height: 368px;
}
.main-content .company .detail .show-info .left,.main-content .company .detail .show-info .right{
	width: 583px;
}
.main-content .company .detail .show-info .show-info-item{
	width: 100%;
	height: 328px;
}
.main-content .company .detail .show-info .show-info-item-tips{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.main-content .company .tips{
	margin-top:36px;
	height:165px;
}
.main-content .company .tips ul{
	font-size:0;
}
.main-content .company .tips ul li{float: left;
	height:165px;
	width:240px;
}
.main-content .company .tips ul li a{
	display:block;
	height:100%;
	width:100%;
	text-align:center;
}
.main-content .company .tips .thumb{
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:30px;
	overflow:hidden;
    transition:all 1s;
}
.main-content .company .tips ul li:hover .thumb {
    transform:rotateY(180deg);
}
.main-content .company .tips .thumb img{
	height:100%;
	width:100%;
}
.main-content .company .tips .title{
	font-size:18px;
	font-weight:bolder;
	color:#333;
	line-height:36px;
	margin-top:10px;
}
.main-content .company .tips .desc{
	color:#666;
	line-height:22px;
}
.main-content .company .history .title-bar{
	padding-top:80px;
	padding-bottom:33px;
}
.main-content .company .history .title-bar .title{
	font-size:30px;
	color:#333;
	line-height:42px;
	text-align:center;
}
.main-content .company .history .title-bar .desc{
	font-size:20px;
	color:#c9c9c9;
	line-height:26px;
	text-align:center;
}
.main-content .company .history .list-content{
	padding:22px 0;
}
@keyframes showArrow{
	0%{
		display:none;
		background-position:center 22px;
	}
	100%{
		display:block;
		background-position:center center;
	}
}
@keyframes hideArrow{
	0%{
		display:block;
		background-position:center center;
	}
	100%{
		display:none;
		background-position:center 22px;
	}
}
.main-content .company .history .list-content .history-scroll-btn{
	position:absolute;
	left:589px;
	bottom:0;
	display:block;
	height:22px;
	width:22px;
	background-image:url('../images/arrow.gif');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:1;
    transition: all 0.5s;
	-webkit-animation: showArrow .5s ease 0s 1 normal forwards;
	-moz-animation: showArrow .5s ease 0s 1 normal forwards;
	-ms-animation: showArrow .5s ease 0s 1 normal forwards;
	-o-animation: showArrow .5s ease 0s 1 normal forwards;
	animation: showArrow .5s ease 0s 1 normal forwards;
}
.main-content .company .history .list-content .history-scroll-btn.history-scroll-up{
	transform:rotate(180deg);
	top:0;
	bottom:auto;
}
.main-content .company .history .list-content .history-scroll-btn.hide{
	-webkit-animation: hideArrow .5s ease 0s 1 normal forwards;
	-moz-animation: hideArrow .5s ease 0s 1 normal forwards;
	-ms-animation: hideArrow .5s ease 0s 1 normal forwards;
	-o-animation: hideArrow .5s ease 0s 1 normal forwards;
	animation: hideArrow .5s ease 0s 1 normal forwards;
}
.main-content .company .history .history-list{
	height:480px;
	padding:5px 0;
	overflow:hidden;
}
.main-content .company .history .history-list::-webkit-scrollbar {/*滚动条整体样式*/
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
	position:absolute;
	right:0;
	top:0;
}
.main-content .company .history .history-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(130,158,190,0.8);
	background: rgba(130,158,190,0.8);
}
.main-content .company .history .history-list::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow: inset 0 0 5px rgba(130,158,190,1);
	background: rgba(130,158,190,1);
}
.main-content .company .history .history-list::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(207,222,238,0.8);
	border-radius: 0;
	background: rgba(207,222,238,0.8);
}
.main-content .company .history .history-list::-webkit-scrollbar-track:hover{
	-webkit-box-shadow: inset 0 0 5px rgba(207,222,238,1);
	background: rgba(207,222,238,1);
}


.main-content .company .history .history-list:before{
	content:" ";
	position:absolute;
	left:50%;
	top:0;
	width:1px;
	height:100%;
	background:#d1d1d1;
}
.main-content .company .history .history-list ul{
	width:100%;
	font-size:0;
}
.main-content .company .history .history-list ul li{
	width:100%;
	text-align:left;
}
.main-content .company .history .history-list ul li:nth-child(2n){
	text-align:right;
}
.main-content .company .history .history-list ul li a{
	display:inline-block;
	width:605px;
	text-align:right;
	padding-right:38px;
	padding-left:auto;
}
.main-content .company .history .history-list ul li:nth-child(2n) a{
	text-align:left;
	padding-right:auto;
	padding-left:38px;
}
.main-content .company .history .history-list ul li a .title{
	padding-right:7px;
	padding-left:auto;
}
.main-content .company .history .history-list ul li:nth-child(2n) a .title{
	padding-right:auto;
	padding-left:7px;
}
.main-content .company .history .history-list ul li a .title:before{
    content: " ";
    height: 11px;
    width: 11px;
    background: #bd8c6f;
	border-radius:6px;
	border:2px solid #fff;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%) translateX(39px);
    position: absolute;
}
.main-content .company .history .history-list ul li:nth-child(2n) a .title:before{
    left: 0;
    right: auto;
    transform: translateY(-50%) translateX(-38px);
}
.main-content .company .history .history-list ul li a .title .year:before{
    content: " ";
    height: 7px;
    width: 7px;
    background: #84888c;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%) translateX(4px) rotate(45deg);
    position: absolute;
}
.main-content .company .history .history-list ul li:nth-child(2n) a .title .year:before{
    left: 0;
    right: auto;
    transform: translateY(-50%) translateX(-4px) rotate(45deg);
	float: left;
}
.main-content .company .history .history-list .title{
}
.main-content .company .history .history-list .title .year{
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:18px;
	padding:0 10px;
	background:#84888c;
	display:inline-block;
	margin-right:0;
	margin-left:10px;
	float: right;
}
.main-content .company .history .history-list ul li:nth-child(2n) a .title .year{
	margin-right:10px;
	margin-left:0;
}
.main-content .company .history .history-list .title .month{
	display:inline-block;
	height:28px;
	line-height:28px;
}	
.main-content .company .history .history-list .desc{
	line-height:20px;
	padding:10px 0;
	color:#5e5d5d;
}
.main-content .honor{
	background:#f2efe9;
	height:1030px;
	width:100%;
	overflow:hidden;
}
.main-content .honor .cert .title-bar{
	padding-top:80px;
	padding-bottom:65px;
}
.main-content .honor .cert .title-bar .title{
	font-size:30px;
	color:#333;
	line-height:42px;
	text-align:center;
}
.main-content .honor .cert .title-bar .desc{
	font-size:20px;
	color:#c9c9c9;
	line-height:26px;
	text-align:center;
}
.main-content .honor .cert .cert-swiper{
	height:755px;
	overflow:hidden;
}
.main-content .honor .cert .cert-swiper .cert-swiper-wrapper .cert-swiper-item{
	display: inline-block;
}
.main-content .honor .cert .cert-swiper .top-cert{
	height:283px;
}
.main-content .honor .cert .cert-swiper .bottom-cert{
	height:410px;
}
.main-content .honor .cert .cert-swiper ul{
	height:100%;
	font-size:0;width: 1224px;
}
.main-content .honor .cert .cert-swiper ul li{
	height:100%;
	width:282px;
	margin-right:24px;float: left;
}
.main-content .honor .cert .cert-swiper ul li:last-child{
	margin-right:0;
}
.main-content .honor .cert .cert-swiper ul li a{
	display:block;
	width:100%;
	height:100%;
}
.main-content .honor .cert .cert-swiper .thumb{
	height:216px;
}
.main-content .honor .cert .cert-swiper .bottom-cert .thumb{
	height:366px;
}
.main-content .honor .cert .cert-swiper .thumb img{
	height:100%;
	width:100%;
}
.main-content .honor .cert .cert-swiper .title{
	line-height:64px;
	text-align:center;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main-content .honor .cert .cert-swiper .cert-dot .swiper-pagination-bullet-active{
	background:#e35d08;
}
.main-content .team{
	height:805px;
	width:100%;
	overflow:hidden;
}
.main-content .team .wall .title-bar{
	padding-top:80px;
	padding-bottom:40px;
}
.main-content .team .wall .title-bar .title{
	font-size:30px;
	color:#333;
	line-height:42px;
	text-align:center;
}
.main-content .team .wall .title-bar .desc{
	font-size:20px;
	color:#c9c9c9;
	line-height:26px;
	text-align:center;
}
.main-content .team .wall .wall-nav{
}
.main-content .team .wall .wall-nav ul{
	font-size:0;margin-left: 268px;
	text-align:center;
}
.main-content .team .wall .wall-nav ul li{float: left;
	text-align:center;
	width:166px;
}
.main-content .team .wall .wall-nav ul li a{
	display:inline-block;
	padding:0 18px;
	height:36px;
	line-height:36px;
	color:#666;
	font-size: 16px;
}
.main-content .team .wall .wall-nav ul li.active a,.main-content .team .wall .wall-nav ul li:hover a{
	color:#fff;
	background:#e35d08;
}
.main-content .team .wall .wall-swiper{
	height:520px;
	margin-top:45px;
}
.main-content .team .wall .wall-swiper .cert-swiper-wrapper{
	font-size: 0;
}
.main-content .team .wall .wall-swiper .wall-item{
	display: inline-block;
}
.main-content .team .wall .wall-swiper ul{
	height:100%;
	font-size:0;
}
.main-content .team .wall .wall-swiper ul li{
	width:397px;
	height:217px;
	margin-right:3px;
	margin-top:3px;float: left;
}
.main-content .team .wall .wall-swiper ul li a{
	display:block;
	width:100%;
	height:100%;
}
.main-content .team .wall .wall-swiper ul li:nth-child(1){
	margin-top:0px;
}
.main-content .team .wall .wall-swiper ul li:nth-child(2){
	margin-top:0px;
}
.main-content .team .wall .wall-swiper ul li:nth-child(3){
	margin-top:0px;
}
.main-content .team .wall .wall-swiper ul li:nth-child(3n){
	margin-right:0px;
}
.main-content .team .wall .wall-swiper .thumb{
	width:100%;
	height:100%;
}
.main-content .team .wall .wall-swiper .thumb img{
	width:100%;
	height:100%;
}
.main-content .team .wall .wall-swiper .title{
	position:absolute;
	height:34px;
	line-height:34px;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
	background:rgba(0,0,0,0.5);
	color:#fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main-content .team .wall .wall-swiper .wall-dot .swiper-pagination-bullet-active{
	background:#e35d08;
}
