.main {}

/* 公共样式 */
h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 62px;
    text-align: center;
}

.egl {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    text-align: center;
    margin-top: 17px;
}

/* banner背景图 */
.banner-bgd {
    background-image: url(../imges/about/banner-abts.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 490px;
}

.banner-title {
    padding-top: 116px;
    font-size: 88px;
    font-weight: 500;
    color: #FFFFFF;
}

.banner-content {
    margin-top: 52px;
    font-size: 49px;
    color: #FFFFFF;
}

.banner-bdr {
    width: 215px;
    height: 15px;
    margin-top: 52px;
    background: #FFB040;
}

/* 公司简介 */
.introduce {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.introduce-list {
    width: 420px;
    margin-top: 66px;
}

.introduce-list img {
    /* width: 420px; */
    height: 200px;
}

h3 {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin-top: 36px;
    text-align: center;
}

.introduce-content {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}

.two {
    padding: 0 70px;
}

.introduce-text {
    width: 100%;
    height: 545px;
    background-image: url(../imges/about/abt-jianjie-bgd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cnt-txt {
    width: 658px;
    padding-top: 172px;
}

.cnt-txt h3 {
    font-size: 20px;
    color: #F2F2F2;
    line-height: 26px;
}

.cnt-txt p {

    font-size: 14px;
    color: #F2F2F2;
    line-height: 22px;
    margin-top: 28px;
}

/* 组织架构 */
.organization-bgd {
    margin-top: 75px;
    height: 413px;
    background-image: url(../imges/about/zuzhi-bgd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.org-one {
    width: 291px;
    line-height: 64px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #F2F2F2;
    position: absolute;
    top: 0;
    left: 557px;
}

.org-two {
    position: absolute;
    top: 171px;
    left: 167px;
}

.org-two li {
    width: 291px;
    height: 64px;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #F2F2F2;
    margin-right: 99px;
}

.org-two li:nth-of-type(1) {
    line-height: 64px;
}

.org-two li:nth-of-type(2) {
    line-height: 64px;
    margin-right: 93px;
}

.org-three {
    position: absolute;
    top: 343px;
    left: 0px;
}

.org-three li {
    text-align: center;
    width: 160px;
    height: 71px;
    font-size: 18px;
    font-weight: 500;
    color: #F2F2F2;
    line-height: 69px;
    margin-right: 46px;
}

.org-three li:nth-last-child(1) {
    margin-right: 0;
}

.org-three li:nth-last-child(2) {
    margin-right: 50px;
}

/* 资质证书 */
.zs-banner {
    height: 600px;
}




.zs-img.ov .fl{
	width: 466.66px;
    height: 505px;
	display:flex;
	align-items: center;
 }
.zs-img.ov .fl img{
	max-width: 95%;
	max-height: 100%;
	text-align:center;
 }






.swiper-pagination-bullet {
    width: 80px;
    height: 10px;
    /* background: #cccccc; */
    border-radius: 4px;
    margin-right: 10px;
}

.swiper-pagination-bullet-active {
    background: #1E50AE;
}

/* 技术服务 */
.technology {
    background-image: url(../imges/home/jishu-bgd.png);
    background-size: 100% 100%;
    height: 867px;
}

.technology-title h2 {
    text-align: center;
    padding-top: 54px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}

.technology-title p {
    text-align: center;
    margin: 17px 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.technology-one {
    margin-top: 80px;
    overflow: hidden;
    /* padding: 0 50px; */
}

.technology-two {
    margin-top: 70px;
    overflow: hidden;
    /* padding: 0 50px; */
}

.left-img {
    margin-left: 26px;
    transform: skew(2deg);
    /*设置倾斜度为2*/
    -webkit-transform: skew(2deg);
    -moz-transform: skew(2deg);
    -o-transform: skew(2deg);
    -ms-transform: skew(2deg);
}

.left-img img {
    width: 570px;
    height: 280px;
    margin-left: 50px;
}

.left-imgs {
    margin-left: 26px;
    transform: skew(2deg);
    /*设置倾斜度为2*/
    -webkit-transform: skew(2deg);
    -moz-transform: skew(2deg);
    -o-transform: skew(2deg);
    -ms-transform: skew(2deg);
}

.left-imgs img {
    margin-top: 20px;
    width: 570px;
    height: 202px;
    margin-left: 50px;
}

.tech-list {
    width: 620px;
}

.list-one {
    margin-bottom: 30px;
    overflow: hidden;
}

.num {
    font-size: 44px;
    font-weight: 500;
    font-style: italic;
    color: #FFFFFF;
}

.list-text {
    width: 570px;
    margin-left: 20px;
}

.list-title {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 7px;
}

.list-content {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}