.title {
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
}

/* 头部 */
.head .head-l .head-l-l {
    margin-left: 12px;
    /* height: 55px;
    width: 232px; */
    margin-top: 10px;
    /* background-color: antiquewhite; */
}

.head .head-l .head-l-r {
    text-align: center;
    margin-left: 48px;
    margin-top: 10px;
}

.head .head-l .head-l-r p i {
    color: #dd2727;
}

.head .head-l .head-l-r p:nth-child(1) {
    font-size: 20px;
    color: #666666;
}

.head .head-l .head-l-r p:nth-child(2) {
    font-size: 13px;
    color: #666666;
}

.head .head-r {
    padding-top: 20px;
}

.head .head-r .head-r-r {
    margin-left: 58px;
    margin-top: 5px;
}

.head .head-r .head-r-r .dh {
    height: 25px;
    width: 25px;
    background-color: #8a8a8a;
}

.head .head-r .head-r-r p {
    color: #dd2727;
    font-size: 22px;
    margin-top: -5px;
}

.head .head-r .head-r-l {
    height: 36px;
    width: 366px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e4e4e4;
    color: #666666;
    font-size: 16px;
    border-radius: 50px;
}

/* 焦点 */
.baad {
    /* height: 620px; */
    /* background-color: aqua; */
    width: 100%;
    /* background: url('../images/banner.png') 0 0 no-repeat;
    background-size: 100% 100%; */
    /* margin-top: 10px; */
}

.baad .baad-h {
    /* padding-top: 228px; */
    color: #FFFFFF;
    font-size: 27px;
}

.baad .baad-h p:nth-child(1) {
    font-size: 51px;
    margin-bottom: 25px;
}

.heng {
    height: 2px;
    width: 32px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 26px;
}

/* 创作内容 */
.creation {
    padding-top: 90px;
    padding-bottom: 77px;
}

.creation .creation-h {
    text-align: center;
    font-size: 16px;
    color: #c5c5c5;
}

.creation .creation-h p:nth-child(1) {
    /* margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #000; */
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
}

.creation .creation-b {
    margin-top: 45px;
}

.creation .creation-b ul li {
    background-color: #fff;
    width: 23%;
    height: 368px;
    border: 1px solid #bdbdbd;
    margin-left: 24px;
    text-align: center;
    color: #a8a8a8;
    font-size: 14px;


    box-sizing: border-box;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}

.creation .creation-b ul li:nth-child(1) {
    margin: 0;
}

.creation .creation-b ul li:hover {
    background: #FFF;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translate3d(0, -7px, 0);
    transform: ranslate3d(0, -7px, 0);
    -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17);
    box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17);
}

.creation .creation-b ul li .f-b {
    height: 188px;
    /* background-color: antiquewhite;
    margin-bottom: 28px; */
}

.creation .creation-b ul li .f-heng {
    height: 2px;
    width: 20px;
    background-color: #dd2727;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 15px;
}

/* 企业 */
.enterprise {
    padding-top: 62px;
}

.enterprise .enterprise-b .e-b-l {
    height: 400px;
    width: 30%;
    /* background-color: #000; */
}

.enterprise .enterprise-b .e-b-l ul li {
    height: 200px;
    padding: 64px 53px 0 29px;
}

.enterprise .enterprise-b .e-b-l ul li:nth-child(1) {
    border-bottom: 1px solid #CCCCCC;
}

.enterprise .enterprise-b .e-b-l ul li .d-1 {
    width: 73px;
    height: 80px;
    /* background-color: #FFF; */
    margin-right: 20px;
    margin-top: 10px;
}

.enterprise .enterprise-b .e-b-l ul li .d-2 {
    width: 185px;
    font-size: 16px;
    color: #666666;
}

.enterprise .enterprise-b .e-b-l ul li .d-2 p:nth-child(1) {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}

.enterprise .enterprise-b .e-b-h {
    width: 30%;
    height: 480px;
    margin: 0 60px;
    /* background-color: #dd2727; */
}

/* 服务 */
.service {
    background-color: #ffffff;
    padding: 86px 0 62px 0;
}

.service ul li {
    height: 132px;
    width: 49%;
    margin-right: 22px;
    border: 1px solid #E4E4E4;
    padding: 36px 54px 0 17px;
    margin-top: 19px;
}

.service ul li:nth-child(even) {
    margin-right: 0;
}

.service ul li .se-l {
    width: 43px;
    height: 43px;
    /* background-color: aqua; */
    margin-right: 14px;
    margin-top: 10px;
}

.m-l {
    margin-left: 55px;
}

.service ul li .se-2 {
    display: none;
    position: relative;
    top: -47px;
}

/* .service ul li .se-l img:nth-child(2) {
    display: none;
} */

.service ul li .se-r {
    color: #666666;
    font-size: 16px;
    width: 458px;
}

/* .service ul li .yinc .cse {
    color: #dd2727;
} */

.service ul li .se-r p:nth-child(1) {
    font-size: 22px;
}

.service ul li .se-r p:nth-child(2) {
    color: #666666;
}

.yin {
    display: none !important;
}

.xian {
    display: block !important;
}

.cse {
    color: #dd2727 !important;
}

/* 优势 */
.advantage {
    background-color: #f5f5f5;
    padding: 58px 0 50px 0;
}

.advantage .dx .advantage-l {
    margin-left: 38px;
    padding-top: 35px;
}

.advantage .dx .advantage-l ul li .p1 {
    height: 34px;
    width: 205px;
    background-color: #DD2727;
    color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    margin-top: 30px;
}

.advantage .dx .advantage-l ul li .pl {
    margin-top: 14px;
    width: 294px;
    font-size: 14px;
    color: #666666;
    border-top: 1px dashed #9d9d9d;
    padding-top: 15px;
}

.advantage .dx .advantage-h {
    width: 514px;
    height: 343px;
}

/* 成功案例 */
.success {
    background-color: #fff;
    padding: 78px 0 0 0;
}

.success ul li {
    width: 33%;
    height: 714px;
}

/* 公司 */
.company {
    background-color: #f5f5f5;
    padding: 81px 0 85px 0;
}

.company .company-l {
    margin-top: 20px;
    width: 1090px;
    height: 414px;
}

.company .company-l .company-l-b {
    height: 362px;
    width: 645px;
    /* background-color: aqua; */
    position: relative;
    top: -388px;
    right: -450px;
    padding: 62px 57px 0 57px;
}

.company .company-l .company-l-b .p1 {
    font-size: 22px;
    color: #DD2727;
}

.company .company-l .company-l-b .hen {
    height: 2px;
    width: 23px;
    background-color: #DD2727;
    margin: 15px 0;
}

.company .company-l .company-l-b .p2 {
    font-size: 16px;
    color: #bdbdbd;
}

.company .company-l .company-l-b .p2 i {
    font-size: 18px;
    color: #666666;
}

/* 底部 */
.buttons {
    height: 400px;
    background-color: #fff;
    padding-top: 50px;
}

.buttons .buttons-t {
    margin-top: 42px;
    height: 80px;
    background: url('../images/zengchang.png') 0 0 no-repeat;
    background-size: contain;
}

.buttons .buttons-t ul li {
    margin-left: 87px;
    margin-top: 90px;
    width: 90px;
    text-align: center;
}

/* 侧边栏 */
.side {
    position: fixed;
    right: 1%;
    top: 40%;
    /* z-index: 20; */
}

.side ul li:nth-child(1) {
    display: block;
}

.side ul li {
    height: 58px;
    width: 58px;
    /* background-color: #DD2727; */
    margin-top: 5px;
    display: none;
}

.side ul li .side-b {
    text-align: center;
    border: 1px solid #e4e4e4;
    height: 150px;
    width: 300px;
    background-color: #ffffff;
    position: relative;
    right: 330px;
    top: -100px;
    border-radius: 10px;
    font-size: 22px;
    padding-top: 10px;
    line-height: 54px;
    display: none;
}

/* 屏幕底部 */
.bottom {
    background-color: #11253a;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    z-index: 100;
    height: 75px;
}

.bottom .bottom-b {
    height: 80px;
    /* padding: 18px 24px; */
}

.bottom .bottom-b .bottom-b-l {
    /* padding: 0 34px; */
    padding-right: 10px;
    line-height: 80px;
}

.bottom .bottom-b .bottom-b-l div {
    height: 50px;
    width: 50px;
    margin-top: 18px;
}

.bottom .bottom-b .bottom-b-l p {
    margin-left: 26px;
    color: #fff;
    font-size: 22px;
}

.bottom .bottom-b .buttom-b-b {
    margin-top: 5px;
}

.bottom .bottom-b .buttom-b-r {
    padding-top: 19px;
    font-size: 14px;
    color: #7c828b;
    margin-left: 15px;
}

/* input框 */
.mags {
    /* margin-left: 25px !important; */
}

.form-group {
    width: 222px;
    height: 49px;
    max-width: 1000px;
    margin: 10px 0;
    float: left;

}

.form-group::after {
    clear: both;
    display: block;
    height: 0;
}

.form-group label,
.form-group input {
    float: left;
    height: 100%;
}

.form-group label {
    width: 80px;
    line-height: 40px;
    text-align: center;
}

.form-group input {
    width: 160px;

    box-sizing: border-box;
    border: 0;
    float: left;
    background-color: #fff;
}

.kaun {
    width: 150px !important;
}

.form-group .submit-btns {
    float: none;
    background: #dd2727;
    color: white;
    width: 150px !important;

}

.form-group .submit-btns:hover {
    cursor: pointer;
}

.form-group .valid-style {
    width: calc(100% - 182px);
}

.getMessageCode {
    border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #bbb;
}

.tu {
    height: 49px;
    width: 50px;
    background-color: #fff;
    float: left;
}

.tu2 {
    height: 49px;
    width: 50px;
    background-color: #fff;
    float: left;
}

/* 轮播图 */
.swiper-container {
    width: 100%;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}