/* 官网主色调 */
.header {
    position: static;
    background-color: #191a1d;
}

.main > .headerBg {
    height: 460px;
    background: url('../img/about/title_bg.png') no-repeat center #090a13;
}

.main > .headerBg > .info {
    overflow: hidden;
}

.main > .headerBg > .info > h2 {
    margin: 120px 0 32px;
    font-size: 40px;
    color: #f2f2f2;
    text-align: center;
    display: block;
}

.main > .headerBg > .info > p {
    line-height: 36px;
    font-size: 18px;
    color: #bbb;
    text-indent: 40px;
}

.main > .bodyInfo {
    margin-bottom: 40px;
}

.main > .bodyInfo > .info > .title {
    position: relative;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: center;
}

.main > .bodyInfo > .info > .title > div {
    position: relative;
    display: inline-block;
    width: 180px;
    text-align: center;
    cursor: pointer;
    margin: 0 24px;
}

.main > .bodyInfo > .info > .title h3 {
    line-height: 72px;
    font-size: 28px;
    color: #333;
    display: block;
}

.main > .bodyInfo > .info > .title > div span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
}

.main > .bodyInfo > .info > .title > div.on span {
    background-color: #f4cc4e;
}

.main > .infoFooter {
    position: relative;
    height: 109px;
    background: url(../images/img55.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    color: #333;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    margin-top: 20px;
}

/*广告*/
.ad {
    width: 1200px;
    height: 60px;
    background-color: #f9f9f9;
    display: flex;
    margin: 30px auto;
    box-sizing: border-box;
}

.ad div {
    background-color: #e7e7e7;
}

.ad div:nth-child(1) {
    flex: 1;
}

.ad div:nth-child(2) {
    flex: 1;
    margin-left: 10px;
}

.ad div:nth-child(3) {
    flex: 1;
    margin-left: 10px;
}

.introduction01 {
    width: 1280px;
    margin: 0 auto 50px;
}

.introduction01 p {
    display: flex;
    justify-content: flex-start;
}

.introduction01 p span {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    position: relative;
}

.introduction01 p.introduction01a span {
    height: 200px;
}

.introduction01 p span::before {
    content: '';
    background: url('../img/index-newHome/introduction9.png') center;
    width: 65px;
    height: 73px;
    display: block;
    position: absolute;
    top: -7px;
    left: -9px;
}

.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.masks {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}

.bigbox {
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    line-height: 28px;
    color: #555;
}

.bigbox p {
    margin: 0 0 10px 0;
}

.bigbox > .imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox > .imgbox > img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.masks:hover {
    cursor: zoom-out
}

.masks > img {
    position: fixed;
    right: 15px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.about1 {
    position: relative;
    padding: 10px 0 30px;
}

.about1::after {
    content: '';
    display: block;
    width: 2px;
    height: 2540px;
    background: #e3e4e5;
    position: absolute;
    left: 98px;
    top: 100px;
}

.about1a {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about1a > span {
    display: block;
    width: 161px;
    line-height: 74px;
    height: 86px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: url("../img/package_new/develop01.png") no-repeat;
    top: 18px;
}

.about1b {
    border: 4px solid #fff;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
    background: linear-gradient(10deg, #fff, #f9fafc);
    width: 950px;
    padding: 18px 0px 16px 50px;
    position: relative;
}

.about1b p {
    padding-bottom: 24px;
    display: flex;
}

.about1b p:last-child {
    padding-bottom: 16px;
}

.about1b p > span {
    font-size: 16px;
    color: #f4cc4e;
    display: inline-block;
    text-align: center;
    width: 66px;
    position: relative;
}

.about1b p > span > font {
    font-size: 32px;
}

.about1b p > font {
    font-size: 16px;
    color: #1e2330;
    display: inline-block;
    padding-left: 12px;
    line-height: 30px;
    padding-top: 12px;
}


.technical01 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    color: #666;
    line-height: 1.8em;
    margin: 0 auto;
    width: 1200px;
}

.technical01 i {
    display: block;
    width: 600px;
    height: 245px;
}

.technical01 i.technical01a {
    background: url("../images/img52.png") no-repeat center;
}

.technical01 i.technical01b {
    background: url("../images/img53.png") no-repeat center;
}

.technical01 i.technical01c {
    background: url("../images/img54.png") no-repeat center;
}

.technical01 > div {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.technical01d {
    background: url("../images/img55.jpg") no-repeat center;
    height: 109px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

