body,.overview,.server{
    background: #fafafa;
}
.pb60{
    padding-bottom: 60px;
}
.breadcrumb{
    height: 48px;
	line-height: 48px;
	font-size: 16px;
}
.breadcrumbs-item{
    color: #666666;
}
.breadcrumbs-item::after {
    content: ' > ';
}
.breadcrumbs-item:last-child::after {
    content: none;
}
.content-box{
    display: flex;
}
.aboutus-content{
    width: 980px;
    margin-left: 20px;
    background: #fff;
    padding: 30px 40px 30px;
}


/* 公司简介 */
.about-box{
    padding-bottom: 50px;
}
.about-title{
    font-size: 24px;
    color: #333;
    background: url(../image/aboutus/title_arrow_icon.png) no-repeat left center;
    background-size: 13px 18px;
    padding-left: 25px;
}
.overview-content{
    margin-top: 30px;
}
.overview-list{
    font-size: 18px;
    color: #666;
    position: relative;
    line-height: 30px;
    padding-left: 20px;
}
.overview-list::before {
    content: ' ';
    width: 5px;
    height: 5px;
    background: #ffb200;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.overview-img{
    width: 768px;
    height: 271px;
    margin: 30px auto 0;
}

/* 公司简介-发展定位模块css*/
.development-content{
    width: 100%;
    position: relative;
}
.development-content .item-box {
    position: absolute;
}
.development-content .item-box.top-item {
    left: 12%;
    top: 5%;
    text-align: right;
    background: url(../image/aboutus/drive_icon.png) no-repeat 100% 0;
    background-size: 29px 32px;
    padding-right: 50px;
}
.development-content .item-box.right-tiem {
    top: 5%;
    left: 66%;
    text-align: left;
    background: url(../image/aboutus/chain_icon.png) no-repeat 0 0;
    background-size: 31px 35px;
    padding-left: 50px;
}
.development-content .item-box.bottom-item {
    bottom: 0;
    left: 12%;
    text-align: right;
    background: url(../image/aboutus/upgrade_icon.png) no-repeat 100% 0;
    background-size: 27px 36px;
    padding-right: 50px;
}
.development-content .item-box.right-item {
    bottom: 5%;
    left: 66%;
    text-align: left;
    background: url(../image/aboutus/values_icon.png) no-repeat 0 0;
    background-size: 35px 29px;
    padding-left: 50px;
}
.development-content .item-box p:first-child {
    color: #333;
    font-size: 20px;
}
.development-content .development-content .item-box p:last-child {
    color: #999;
    font-size: 16px;
}
.development-content .outer-circle {
    position: relative;
    width: 316px;
    height: 316px;
    margin: 0 auto;
}
.development-content .inner-circle {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 316px;
    height: 316px;
    border-radius: 50%;
    border: 1px solid #ffb200;
}
.development-content .inner-circle::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffe6ad;
    width: 214px;
    height: 214px;
    border-radius: 50%;
}
.development-content .inner-circle-text {
    width: 214px;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 30%;
    left: 17%;
    text-align: center;
    z-index: 1;
}
.development-content .outer-circle i {
    display: inline-block;
    width: 37px;
    height: 33px;
    position: absolute;
}
.development-content .outer-circle i.left-top-icon {
    background: url(../image/aboutus/arrow_icon.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(75deg);
    top: 53px;
    z-index: 1;
    left: 21px;
}
.development-content .outer-circle i.right-top-icon {
    background: url(../image/aboutus/arrow_icon.png) no-repeat;
    background-size: 100% 100%;
    bottom: 40px;
    z-index: 1;
    left: 30px;
}
.development-content .outer-circle i.right-bottom-icon {
    background: url(../image/aboutus/arrow_icon.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(175deg);
    top: 53px;
    z-index: 1;
    left: 257px;
}
.development-content .outer-circle i.left_bottom_icon {
    background: url(../image/aboutus/arrow_icon.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    bottom: 50px;
    z-index: 1;
    right: 24px;
}

/* 公司简介-业务布局模块 */
.business-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bussiness-item-1 {
    background: url(../image/aboutus/layout_icon1.png) no-repeat top center;
    background-size: 64px 64px;
}
.bussiness-item-2 {
    background: url(../image/aboutus/layout_icon2.png) no-repeat top center;
    background-size: 64px 64px;
}
.bussiness-item-3 {
    background: url(../image/aboutus/layout_icon3.png) no-repeat top center;
    background-size: 64px 64px;
}
.bussiness-item-4 {
    background: url(../image/aboutus/layout_icon4.png) no-repeat top center;
    background-size: 64px 64px;
}
.bussiness-texts {
    text-align: center;
    margin-top: 84px;
}
.bussiness-texts .main-text {
    font-size: 20px;
    color: #333;
}
.bussiness-texts p:not(.main-text) {
    padding-top: 16px;
    color: #999;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}

/* 服务能力 */
.server .server-content{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.server .server-img{
    width: 886px;
    height: 343px;
    margin: 0 auto;
}
.server .row-box {
    flex: 1;
    border-right: 1px solid #f5f5f5;
    text-align: center;
}
.server .row-box:last-child {
    border-right: none;
}
.server .text {
    color: #333;
    font-size: 20px;
    padding-top: 12px;
}
.server .explain {
    color: #999999;
    font-size: 16px;
    padding-top: 12px;
    line-height: 30px;
}
.server .row-top {
    border-bottom: 1px solid #f5f5f5;
    padding: 0 40px 40px 40px;
}
.server .efficient-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../image/aboutus/efficient_icon.png) no-repeat;
    background-size: 100% 100%;
}
.server .online-valuation-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../image/aboutus/online_valuation_icon.png) no-repeat;
    background-size: 100% 100%;
}
.server .opt-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../image/aboutus/opt_icon.png) no-repeat;
    background-size: 100% 100%;
}
.server .card-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../image/aboutus/card_icon.png) no-repeat;
    background-size: 100% 100%;
}
.server .reliable-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../image/aboutus/reliable_icon.png) no-repeat;
    background-size: 100% 100%;
}
.server .duty-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../image/aboutus/duty_icon.png) no-repeat;
    background-size: 100% 100%;
}
.server .row-bottom {
    padding: 30px 40px 40px 40px;
}
/* 发展历程 */
.history-list-future,
.history-list-start,
.history-content-box{
    display: flex;
}
.history .future-icon{
    width: 96px;
    height: 84px;
    margin: 0 auto;
    background: url(../image/aboutus/future_icon.png) no-repeat center center;
    background-size: 100% 100%;
}
.history .start-icon{
    width: 165px;
    height: 165px;
    margin: 0 auto;
    background: url(../image/aboutus/hhs_start_icon.png) no-repeat center center;
    background-size: 100% 100%;
}
.history-list{
    position: relative;
    /* border: 1px solid #aaa; */
}
.history-start,
.history-future{
    height: 110px;
}
.history-start,
.history-future,
.history-year-box{
    flex: 1;
    border-right: 1px dashed #FFC94D;
}
.history-start:last-child,
.history-future:last-child,
.history-year-box:last-child{
    border-right:none;
}

.history .year-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 430px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #ffb200;
    border-radius: 50%;
    box-shadow: 0px 3px 5px 0px rgba(233,161,6,0.4600);
}
.history .year-icon.selected-box{
    animation-name: likes; 
    animation-direction: alternate; 
    animation-timing-function: linear; 
    animation-delay: 0s; 
    animation-iteration-count: infinite; 
    animation-duration: 1.5s;
}
.history .hove-content{
    width: 372px;
    padding:20px 20px 30px 20px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    position:relative
}
.history .right-box{
    margin-left: 75px;
}
.history .arrow-icon{
    display: inline-block;
    width: 14px;
    height: 22px;
    position: absolute;
    left: 370px;
    top:20px
}
.history .left-arrow{
    left: -14px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.history .year-text{
    color: #333;
    font-size: 18px;
    text-align: left;
}
.history .year-text-list{
    font-size: 14px;
    color: #666;
    text-align: left;
    position: relative;
    padding: 10px 0 0 10px;
}
.history .year-text-list::before{
    content: '·';
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 0;

}


/* 荣誉资质 */
.honor-content{
    margin-top: 30px;
}
.honor-list{
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 10px 20px;
}
.honor-list::before {
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 20px;
}
.honor-cert{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.honor-cre {
    flex: 1;
}

.cre-image{
    width: 210px;
    height: 150px;
    margin: 0 auto;
}
.cre-name,
.skill-name {
    width: 210px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.skill-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.skill-img{
    width: 200px;
}

.honor-skill:first-child {
    margin-right: 120px;

}

/* 联系我们 */
.contactus .location-box{
    width: 900px;
	height: 394px;
	background: url(../image/aboutus/map_bg.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.contactus .location-icon{
    display: inline-block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 338px;
    background: url(../image/aboutus/address_round_icon.png) no-repeat;
    background-size: 100% 100%;
}
.contactus .address-box {
	width: 382px;
	height: 163px;
	background: url(../image/aboutus/dialog.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 62px 0 0 232px;
}
.contactus .company-name {
	font-size: 22px;
	font-weight: 400;
	color: #ffa200;
	padding: 24px 0 0 30px;
}
.contactus .company-address {
	font-size: 18px;
	color: #ffa200;
	padding: 15px 34px 0 30px;
}
.contactus .contact-list {
	color: #666666;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding-left: 50px;
}
.contactus .contact-number {
	background: url(../image/aboutus/number_icon.png) no-repeat left center;
	background-size: 31px 31px;
}
.contactus .contact-email {
	background: url(../image/aboutus/email_icon.png) no-repeat left center;
	background-size: 31px 31px;
}
.contactus .contact-address {
	background: url(../image/aboutus/location_icon.png) no-repeat left center;
	background-size: 31px 31px;
}
.contactus .client-box {
	display: flex;
	margin: 30px 0 0 50px;
}
.contactus .client-item {
	width: 127px;
	margin-right: 60px;
}
.contactus .qr-code-img {
	width: 127px;
	height: 127px;
	background: #666666;
}
.contactus .client-name {
	color: #999;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}


/* 动画 */
@keyframes likes {
    0%{
        transform: scale(1.5);
      }
      25%{
        transform: scale(0.9);
      }
      50%{
        transform: scale(0.85);
      }
      75%{
        transform: scale(0.9);
      }
      100%{
        transform: scale(1.5);
      }
}
