/*top_ad*/
.top_ad {
	padding: 120px 0;
	height: 200px;
	background: url(../img/about/bg037.png)no-repeat top left;
}
.top_ad .ad_title {
	position: relative;
	margin: 0 auto; 
	width: 288px;
	height: 50px;
	border: 3px solid #fff;
	border-bottom: none;
}
.top_ad .ad_title:after , .top_ad .ad_title:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 3px;
	background: #fff;
	bottom: 0;
}
.top_ad .ad_title:before  {
	right: 0;
}
.top_ad .ad_title h2 {
	position: absolute;
	bottom: -6px;
	left: 62px;
	color: #fff;
}
.top_ad p {
	margin: 52px auto 0;
	width: 678px;
	line-height: 2em;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}

/*tabs*/
.tabs {
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #FAFAFA;
}
.tabs a {
	display: inline-block;
	width: 390px;
	font-size: 22px;
	transition: all 200ms ease-in;
}
.tabs a:hover {
	color: #6F76F0;
}
.tabs a img {
	margin-right: 20px;
}

/*company*/
.company-mod {
	padding-top: 30px;
	background: url(../img/about/bg.png)no-repeat bottom right;
}
.company-mod .container > p {
	color: #666;
}
.company-mod .container > p a {
	font-size: 14px;
	color: #666;
}
.company-mod .container > p a:hover {
	color: #6F76F0;
}
.company {
	margin-top: 56px;
	width: 924px;
	height: 604px;
	font-size: 18px;
	color: #4d4d4d;
}
.company p {
	line-height: 3em;
	text-indent: 2em;
}
.company span {
	font-size: 24px;
	color: #323232;
}


/*inner-mod*/
.inner-mod {
	position: relative;
	height: 190px;
	background: url(../img/about/inner-bg.jpg)no-repeat center;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.inner-mod .wave {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1255px;
	height: 84px;
	background: url(../img/about/bolang02.png)no-repeat center bottom,url(../img/about/bolang01.png)no-repeat right bottom;
}
.inner-mod .txtL,.inner-mod .numR{
	width: 50%;
	color: #fff;
}
.inner-mod .txtL {
	padding: 50px 0;
	height: 90px;	
}
.inner-mod .txtL h3 {
	font-size: 30px;
	
}
.inner-mod .txtL p {
	margin: 42px 0 0 0;
}
.inner-mod .numR {
	height: inherit;
	line-height: 190px;
	font-size: 24px;
}

/*mf-honor*/
.mf-honor {
	padding: 92px 0;
	background: url(../img/about/bg034.png)no-repeat left 0;
	background-size: 155%;
}
.mf-honor h2, .mf-contact h2 {
	position: relative;
	height: 80px;
	font-size: 32px;
	color: #4c4c4c;
	margin-bottom: 74px;
}
.mf-honor h2 span,.mf-contact h2 span{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 4px;
	background: #2e76dd;
	bottom: 22px;
}

.mf-honor .honor01 li,.mf-honor .honor02 li  {
	display: inline-block;
	margin-bottom: 142px;
}
.mf-honor .honor01 li:not(:first-child) {
	margin-left: 8px;
}
.mf-honor .honor02 li:not(:first-child) {
	margin-left: 17px;
}
/*mf-contact*/

.mf-contact {
	padding: 92px 0;
	background: url(../img/about/map037.jpg)no-repeat left bottom;
	background-size: cover;
}
.mf-contact .mf-addr {
	margin-bottom: 46px;
}
.mf-contact .mf-addr p {
	line-height: 36px;
}
.mf-contact p.addrtxt {
	margin-bottom: 40px;
}
.mf-contact .phone-num {
	margin-bottom: 48px;
}
.mf-contact .phone-num span {
	margin: 0 20px;
	display: inline-block;
	width: 260px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 700px;
	border-radius: 20px;
	background: #1CA1FF;
}
.mf-contact .phone-num span strong {
	font-size: 16px;
}

