.logo{
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    height: 70px;
}
.title {
    text-align: center
}

.title h1 {
    font-size: 25px;
    color: #333
}
@media (min-width: 978px) {
    /*.w1200{
    
        width: 90%;
        padding: 0 5%;
    }
     .main-pro .pro-list{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 150px;
        
    }
    .main-pro .pro-list li{
       
        margin-right: 0px;
        margin-right: 10px;
        display: flex;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .main-pro {
        margin-top: 35px;
        display: flex;
        flex-wrap: wrap;
    }
    .title{
        width: 100%;
        justify-content: center;
    }
    .main-about .content-list{
        padding-left: 10px;
    }*/
}
@media (min-width: 992px) {
   /*  .w1200{
        width: 1200px;
    }*/

}

.title h1:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #c5c5c5;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: relative;
    top: -25px;
    left: -15px
}

.title p {
    margin-top: 3px;
    font-size: 15px;
    padding-left: 44px;
    color: #c5c5c5
}

.title p:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #c5c5c5;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: relative;
    top: -13px;
    left: 25px
}

.title.pro {
    margin-top: 70px
}

.main-about {
    padding-top: 40px;
    overflow: hidden
}

.main-about .content-text {
    padding-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 40px;
    padding-bottom: 40px
}

.main-about .content-list {
    overflow: hidden
}

.main-about .content-list li {
    float: left;
    width: 50%;
    margin-bottom: 45px;
    overflow: hidden;
    max-height: 175px;
}

.main-about .content-list li .img {
    width: 175px;
    height: 175px;
    overflow: hidden;
    float: left
}

.main-about .content-list li .img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.main-about .content-list li h2 {
    font-size: 25px;
    color: #333;
    margin: 35px 0 15px 220px
}

.main-about .content-list li p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-left: 220px
}

.main-about .content-list li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.main-pro {
    margin-top: 35px
}

.main-pro .pro-list {
    padding-top: 60px;
    height: 150px
}

.main-pro .pro-list li {
    float: left;
    width: 100px;
    margin-right: 170px;
    text-align: center
}

.main-pro .pro-list li:last-child {
    margin-right: 0
}

.main-pro .pro-list li img {
    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.main-pro .pro-list li p {
    font-size: 18px;
    color: #666;
    padding-top: 26px;
    width: 150px;
    margin-left: -25px
}

.main-pro .pro-list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.main-join {
    text-align: center;
    margin-bottom: 15px
}

.main-join .first {
    margin-top: 60px
}

.main-join h1 {
    font-size: 35px;
    font-weight: normal;
    margin: 0 0 29px;
    color: #2e2e37
}

.main-join p.job {
    font-size: 25px;
    color: #666;
    line-height: 50px
}

.main-join h2 {
    font-size: 35px;
    color: #00d27a;
    letter-spacing: 0;
    font-weight: normal
}

.main-join .job_2 {
    font-size: 20px;
    color: #666;
    line-height: 35px;
    text-align: left;
    margin-top: 29px
}

.main-join .fg {
    background: #e5e5e5;
    width: 100px;
    height: 2px;
    display: inline-block;
    margin: 40px auto
}

.main-join h3 {
    font-size: 35px;
    color: #3b62ff;
    font-weight: normal
}

.main-join .fl {
    font-size: 20px;
    color: #666;
    line-height: 35px
}

.main-join .fl.first {
    margin-top: 30px
}

.main-join .contact {
    font-size: 20px;
    color: #3b62ff;
    line-height: 35px
}

.main-join .contact.first {
    margin-top: 49px
}

.main-join .list {
    overflow: hidden
}

.main-join .list li {
    float: left;
    width: 375px;
    margin-right: 36px
}

.main-join .list li dl {
    background: #f8f8f8;
    width: 375px;
    height: 430px;
    margin-top: 20px
}

.main-join .list li dt {
    margin-bottom: 45px;
    background: #ffc55d;
    width: 375px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff
}

.main-join .list li dt img {
    display: inline-block;
    margin-top: 26px
}

.main-join .list li dt span {
    font-size: 25px;
    color: #fff;
    vertical-align: 12px;
    padding-left: 30px
}

.main-join .list li .b {
    background: #58dc92
}

.main-join .list li .c {
    background: #89affb
}

.main-join .list li dd {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: center
}

.main-join .list .lastLi {
    margin-right: 0
}

.main-about .content {
    overflow: hidden;
    margin-top: 40px
}

.main-about .content div {
    box-sizing: border-box;
    padding-bottom: 50px;
}

.main-about .content div h1 {
    font-size: 30px;
    color: #333;
    padding-top: 50px;
    font-weight: normal;
    padding-bottom: 20px;
    position: relative;
}

.main-about .content div h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #e5e5e5;
    width: 200%;
    height: 200%;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    box-sizing: border-box;
}

.main-about .content div:first-child h1::before {
    border-top: 0 none;
}

.main-about .content div p {
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.main-about .content div.left {
    padding-left: 189px
}

.main-about .content div.right {
    padding-left: 189px
}

.main-about .content .last {
    padding-left: 130px
}

.main-business .list {
    margin-top: 100px
}

.main-business .list dd {
    margin-bottom: 110px;
    height: 180px;
    overflow: hidden
}

.main-business .list dd .l {
    float: left;
    overflow: hidden;
    width: 360px
}

.main-business .list dd .l img {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 20px
}

.main-business .list dd .l h1 {
    margin-top: 22px;
    font-size: 30px;
    color: #2e2e37
}

.main-business .list dd .l p {
    font-size: 20px;
    margin-top: 10px;
    color: #666
}

.main-business .list dd .r {
    padding-left: 430px;
    font-size: 20px;
    color: #666;
    line-height: 35px
}

.main-business .list .last {
    margin-bottom: 0
}

.main-business .list .mx .l h1 {
    margin-top: 12px
}

.main-cultrue {
    margin-top: 45px
}

.main-cultrue dl dd {
    overflow: hidden;
    height: 300px;
    margin-bottom: 60px
}

.main-cultrue dl dd div {
    float: left;
    width: 500px;
    height: 300px;
    margin-right: 100px;
    overflow: hidden
}

.main-cultrue dl dd div img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.main-cultrue dl dd div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.main-cultrue dl dd h1 {
    font-size: 40px;
    color: #2e2e37;
    margin-top: 60px
}

.main-cultrue dl dd p {
    font-size: 18px;
    color: #666;
    line-height: 27px;
    margin-top: 20px
}

.main-cultrue dl .last {
    margin-bottom: 20px
}

.main-introduction {
    margin-top: 97px
}

.main-introduction .list {
    display: none
}

.main-introduction .history {
    padding-left: 170px
}

.main-introduction .history dl dt, .main-introduction .history dl dd {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    position: relative
}

.main-introduction .history dl dt .decoration, .main-introduction .history dl dd .decoration, .main-introduction .history dl dt .years, .main-introduction .history dl dd .years, .main-introduction .history dl dt .text, .main-introduction .history dl dd .text {
    float: left
}

.main-introduction .history dl dt .decoration, .main-introduction .history dl dd .decoration {
    display: block;
    height: 100%;
    width: 23px;
    margin-right: 18px
}

.main-introduction .history dl dt .decoration .hr, .main-introduction .history dl dd .decoration .hr {
    width: 3px;
    height: 100%;
    background: #3b62ff;
    display: block;
    position: absolute;
    left: 10px
}

.main-introduction .history dl dt .decoration .radio, .main-introduction .history dl dd .decoration .radio {
    display: block;
    background: #fff;
    border: 3px solid #3b62ff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px
}

.main-introduction .history dl dt .years, .main-introduction .history dl dd .years {
    border: 3px solid #3b62ff;
    border-radius: 5px;
    width: 94px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    color: #3b62ff
}

.main-introduction .history dl dt .text, .main-introduction .history dl dd .text {
    font-size: 18px;
    color: #666
}

.main-introduction .history dl dt .text span, .main-introduction .history dl dd .text span {
    padding-right: 6px;
    font-size: 25px;
    color: #2e2e37
}

.main-introduction .history dl dt.last, .main-introduction .history dl dd.last {
    padding-bottom: 15px
}

.main-introduction .history dl dt.first, .main-introduction .history dl dd.first {
    height: 80px
}

.main-introduction .history dl dd {
    height: 75px;
    line-height: 75px
}

.main-introduction .history dl dt.firstYears .decoration .hr {
    height: 50%;
    bottom: 0
}

.main-introduction .admin .topImg {
    background: #d8d8d8;
    border-radius: 5px;
    width: 1200px;
    height: 400px;
    overflow: hidden;
    margin-top: 100px
}

.main-introduction .admin .topImg img {
    width: 100%;
    height: 100%
}

.main-introduction .admin dl {
    margin-top: 50px
}

.main-introduction .admin dl dd {
    overflow: hidden;
    margin-bottom: 100px
}

.main-introduction .admin dl dd .head {
    border-radius: 5px;
    width: 350px;
    height: 450px;
    overflow: hidden
}

.main-introduction .admin dl dd .head img {
    width: 100%;
    height: 100%
}

.main-introduction .admin dl dd h1 {
    font-size: 25px;
    color: #2e2e37;
    margin-top: 85px
}

.main-introduction .admin dl dd h2 {
    font-size: 25px;
    color: #2e2e37;
    margin: 30px 0
}

.main-introduction .admin dl dd p {
    font-size: 20px;
    color: #666;
    line-height: 35px
}

.main-introduction .admin dl dd.a .head {
    float: left;
    padding-right: 120px
}

.main-introduction .admin dl dd.b .text {
    float: left;
    width: 690px
}

.main-introduction .admin dl dd.b .head {
    float: right
}

.main-introduction .brothers dl dd {
    overflow: hidden;
    margin-bottom: 100px
}

.main-introduction .brothers dl dd .l {
    float: left;
    width: 120px;
    margin-right: 100px;
    margin-top: 30px;
    text-align: center
}

.main-introduction .brothers dl dd .l img {
    display: inline-block
}

.main-introduction .brothers dl dd .l p {
    font-size: 20px;
    color: #999;
    line-height: 30px;
    text-align: center
}

.main-introduction .brothers dl dd .r {
    font-size: 18px;
    color: #666;
    line-height: 40px
}

.main-introduction .brothers dl .sx {
    margin-bottom: 10px
}

.main-introduction .brothers dl .sx .l {
    margin-top: -20px
}

.main-introduction .brothers dl .sx .l img {
    width: 128px;
    height: 83px;
    margin-left: 0
}
/* h5 */
.mobile-logo{
    position: absolute;
    left: 20px;
    top: 20px;
}
.mobile-head{
    height: 100px;
    padding: 10px 20px;
    background: #090722;
}
.content-text2{
    padding: 20px 20px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    padding-bottom: 40px;
}
.content-list2{
    padding: 20px 20px;
    /*width: 100%;*/
    display: block;
    overflow: hidden;
}
.ul-list{
    padding-left: 20px;
    height: 60px;
}
.mobile-li li{
    width: 100% !important;
}
.mobile-li li .img{
    overflow: inherit !important;
}
.mobile-li li img{
    
    margin-top: 30px;
}
.ul-list li{
    width: 100px;
    height: 30px;
    float: left;
    color: #fff;
}
.ul-list li a{
    color: #fff;
    font-size: 14px;
}
.job_mobile{
    font-size: 14px !important;
    line-height: 40px  !important;
}
.mobile-product{
    height: 300px  !important;
}