.banner-wrapper {
    width: 100%;
    height: 446px;
    background: url('../images/banner2.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    min-width: 1200px;
}
.banner {
    width: 1200px;
    margin: 0 auto;
}
.banner .top {
    padding-top: 235px;
    font-size: 36px;
    color: #FFFFFF;
}
.banner .bottom {
    margin-top: 26px;
    font-size: 36px;
    color: #FFFFFF;
}
.nav {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #fafcfd;
}
.nav > ul {
    font-size: 0;
    text-align: center;
}
.nav > ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
.nav > ul li a {
    display: block;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
}
.nav > ul li.active a {
    color: #0696da;
    border-bottom: 2px solid #0696da;
}
.nav-content > .item {
	display: none;
}
.nav-content > .item.active {
	display: block;
}
.introduce-wrapper {
    padding: 80px 0;
    min-width: 1200px;
}
.introduce {
    width: 1200px;
    margin: 0 auto;
}
.introduce .title {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.introduce .content {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 64px;
}
.introduce .content .top {
    width: 100%;
    overflow: hidden;
}
.introduce .content .top .left {
    width: 775px;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
}
.introduce .content .left p:last-child {
    margin-top: 35px;
}
.introduce .content p {
    text-indent: 2em;
    line-height: 40px;
}
.introduce .content .top .right {
    width: 425px;
    height: 296px;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}
.introduce .content .top .right .img-wrapper {
    width: 372px;
    height: 296px;
    overflow: hidden;
    margin-top: 8px;
}
.introduce .content .top .right .img-wrapper img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.introduce .content .right img:hover {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.introduce .content .bottom {
    margin-top: 20px;
}
.introduce .team {
    margin-top: 49px;
}
.introduce .team img {
    width: 1000px;
    height: 380px;
    display: block;
    margin: 0 auto;
}
.development-wrapper {
    padding: 80px 0;
    min-width: 1200px;
    background: rgba(247, 250, 252, .8);
    opacity: 0.8;
}
.development {
    width: 1200px;
    margin: 0 auto;
}
.development .title {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #0696DA;
}
.development .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #BDBDBD;
    text-align: center;
    margin-top: 14px;
}
.development .progress-swiper {
    margin-top: 33px;
}
.development .progress-swiper .swiper-slide {
    width: 200px;
    text-align: center;
    cursor: pointer;
	outline: none;
}
.development .progress-swiper .swiper-slide .text {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.development .progress-swiper .swiper-slide img {
    margin-top: 22px;
    width: 100%;
}
.development .progress-swiper .swiper-slide img.img,
.development .progress-swiper .swiper-slide.active img.img-active {
    display: block;
}
.development .progress-swiper .swiper-slide img.img-active,
.development .progress-swiper .swiper-slide.active img.img {
    display: none;
}
.development .history-swiper {
    width: 1200px;
    min-height: 549px;
    margin-top: 55px;
    background: url('../images/about/map.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
	outline: none;
}
.development .history-swiper ul {
    position: relative;
}
.development .history-swiper ul.active {
    display: block;
}
.development .history-swiper ul::before {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #29AFFF;
    top: 0;
    left: 287px;
    content: '';
}
.development .history-swiper ul li {
    margin: 50px 0;
    font-size: 0;
}
.development .history-swiper ul li:first-child {
    margin-top: 20px;
}
.development .history-swiper ul li:last-child {
    margin-bottom: 20px;
}
.development .history-swiper ul li > * {
    display: inline-block;
    vertical-align: middle;
}
.development .history-swiper ul li span {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    margin-left: 171px;
}
.development .history-swiper ul li img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: 26px;
}
.development .history-swiper ul li .text {
    width: 850px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    margin-left: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.certificate-wrapper {
    padding: 80px 0;
    min-width: 1200px;
}
.certificate {
    width: 1200px;
    margin: 0 auto;
}
.certificate .title {
    font-size: 36px;
    font-weight: 400;
    color: #0696DA;
    text-align: center;
}
.certificate .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #BDBDBD;
    margin-top: 14px;
    text-align: center;
}
.certificate-container-wrapper {
    width: 100%;
    margin-top: 58px;
    position: relative;
}
.certificate-container-wrapper .certificate-prev {
    width: 36px;
    height: 36px;
    background: url('../images/about/left2.png');
    background-size: 36px 36px;
}
.certificate-container-wrapper .certificate-prev:hover {
    background: url('../images/about/left2-active.png');
    background-size: 36px 36px;
}
.certificate-container-wrapper .certificate-next {
    width: 36px;
    height: 36px;
    background: url('../images/about/right2.png');
    background-size: 36px 36px;
}
.certificate-container-wrapper .certificate-next:hover {
    background: url('../images/about/right2-active.png');
    background-size: 36px 36px;
}
.certificate-container-wrapper .certificate-prev::after,
.certificate-container-wrapper .certificate-next::after {
    display: none;
}
.certificate-container-wrapper .certificate-swiper {
    width: 1088px;
    margin: 0 auto 49px;
}
.certificate-container-wrapper .certificate-swiper .img-wrapper {
    width: 260px;
    height: 360px;
    overflow: hidden;
    margin: 0 auto;
}
.certificate-container-wrapper .certificate-swiper .img-wrapper img {
    width: 260px;
    height: 360px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	object-fit: contain;
}
.certificate-container-wrapper .certificate-swiper .img-wrapper img:hover {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.certificate-container-wrapper .certificate-swiper .text {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
    text-align: center;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.certificate .certificate-pagination {
    text-align: center;
    position: unset;
    font-size: 0;
}
.certificate .certificate-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
}
.certificate .certificate-pagination .swiper-pagination-bullet-active {
    background: #0696DA;
}
.certificate .waterfall-flow {
	width: 1200px;
	margin: 50px auto;
	columns: 5;
	column-gap: 20px;
}
.certificate .waterfall-flow .item {
	width: 100%;
	break-inside: avoid;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	padding: 19px 19px 12px 19px;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
}
.certificate .waterfall-flow .item .img-wrapper {
	width: 100%;
	overflow: hidden;
	display: block;
}
.certificate .waterfall-flow .item .img-wrapper img {
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.certificate .waterfall-flow .item:hover .img-wrapper img {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.certificate .waterfall-flow .item .text {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-top: 12px;
	text-align: center;
}
.customer-wrapper {
    padding: 80px 0 60px;
    min-width: 1200px;
    background: rgba(247, 250, 252, .8);
}
.customer {
    width: 1200px;
    margin: 0 auto;
}
.customer .title {
    font-size: 36px;
    font-weight: 400;
    color: #0696DA;
    text-align: center;
}
.customer .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #BDBDBD;
    text-align: center;
    margin-top: 20px;
}
.customer .list {
    width: 100%;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
}
.customer .list .item {
    float: left;
    width: 190px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0 -1px 12px 0 #EBF6FF;
    border-radius: 6px;
    margin-right: 12px;
    margin-top: 12px;
    padding: 0 18px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.customer .list .item:hover {
    transform: translateY(-10px);
}
.customer .list .item:nth-child(6n+6) {
    margin-right: 0;
}
.customer .list .item:nth-child(-n+6) {
    margin-top: 0;
}
.customer .list .item img {
    width: 155px;
}
.contact-wrapper {
    min-width: 1200px;
    padding: 80px 0 40px;
}
.contact-wrapper .address {
    color: #BDBDBD;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-top: 22px;
}
.contact-wrapper .address >  * {
    vertical-align: middle;
}
.contact-wrapper .address img {
    width: 24px;
    margin-right: 6px;
}
.contact-wrapper .address:hover {
    text-decoration: underline;
    color: #0696DA;
}
.contact {
    width: 1200px;
    margin: 0 auto;
}
.contact .title {
    font-size: 26px;
    font-weight: 400;
    color: #0696DA;
    text-align: center;
}
.contact .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    text-align: center;
    margin-top: 20px;
}
.contact .work-time {
    margin-top: 22px;
    font-size: 14px;
    color: #BDBDBD;
    text-align: center;
}
.contact .list {
    margin-top: 78px;
    overflow: hidden;
}
.contact .list .item {
    width: 25%;
    font-size: 0;
    float: left;
}
.contact .list .item > img {
    vertical-align: middle;
}
.contact .list .item > span {
    font-size: 16px;
    color: #666666;
    vertical-align: middle;
    margin-left: 10px;
}
.contact .list .item > div,
.contact .list .item > a{
    font-size: 18px;
    color: #00A1E9;
    margin-left: 30px;
    margin-top: 16px;
    display: block;
}
.BMap_cpyCtrl {
    display:none;
}
.anchorBL {
    display:none;
}
#bmap {
    width:100%; 
    height: 405px;
}
.tip {
    position: absolute;
    padding: 10px 10px 0;
    width: 140px;
    background: #e0edf7;
    border-radius: 4px;
    box-sizing: border-box;
	display: none;
}
.tip::after {
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    display: block;
	border: 10px solid  #e0edf7;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
    content: "";
}
.tip #qrcode {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
}
.tip #qrcode img {
    display: block;
    width: 120px;
    height: 120px;
}
.tip .text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    letter-spacing: 1px;
	text-align: center;
}