@charset "UTF-8";

/*basic css*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.icon {
    background-image: url('/static/new_style/about/equipmentpigImg/icon.png');
    width: 25px;
    height: 25px;
    background-position: 0 0;
    display: inline-block;
}

.box {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/*edd  basic */
/*header*/
.header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #ffffff;
}

.header .logo {
    width: 120px;
    float: left;
    margin-top: 10px;
}

.header .nav {
    float: right;
}

.header .nav a {
    float: right;
    color: #333;
    padding: 0 12px;
    line-height: 70px;
    font-size: 15px;
}

.header .nav a:hover, .header .nav a.on {
    background: #a1ceeb;
    color: #fff;
}

/*end header*/
/*banner*/
.banner {
    margin-top: 70px;
}

/*end banner*/
/*servies*/
.servies {
    background: url('/static/new_style/about/equipmentpigImg/bg1.png') left top repeat;
    padding: 60px 0;
    /*#82cec3*/
}

.title {
    color: #74ad44;
    font-size: 32px;
    text-align: center;
}

.title2 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'arial';
    text-transform: uppercase;
    margin: 15px auto;
    color: #666;
}

.title3 {
    text-align: center;
    margin-bottom: 30px;
}

.title3:before, .title3:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #ddd;
    vertical-align: top;
    margin: 14px 15px 0 15px;
}

.editor {
    font-size: 16px;
    line-height: 2;
    color: #222222;
    text-align: justify;
}

.editor ul, .editor li {
    list-style-type: disc;
}

.editor ul, .editor ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.editor ul li {
    margin-left: 0px;
}

.editor ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

.editor p {
    text-indent: 2em;
}

.about_mess {
    position: relative;
    padding-bottom: 160px;
    margin-top: 30px;
    margin-bottom: 170px;
}

.about_mess .lans {
    float: right;
    width: 795px;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    margin-top: 10px;
    /* background: #fff; */
    box-sizing: border-box;
    padding: 0 20px;
}

.about_mess .lans p {
    text-indent: 2em;
    color: #222;
}

.about_mess .imgs {

}

.about_mess .imgs .pic {
    width: 180px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
}

.about_mess .imgs .pic:nth-child(1) {
    left: 200px;
    top: 10px;
}

.about_mess .imgs .pic:nth-child(2) {
    top: 165px;
}

.about_mess .imgs .pic:nth-child(3) {
    left: 200px;
    bottom: 0;
}

.about_mess .imgs .pic:nth-child(4) {
    right: 410px;
    bottom: 0;
}

.about_mess .imgs .pic:nth-child(5) {
    bottom: 0;
    right: 0;
}

.about_mess .imgs .pic:nth-child(6) {
    bottom: -165px;
    left: 200px;
}

.about_mess .imgs .pic:nth-child(7) {
    bottom: -165px;
    left: 405px;
}

.about_mess .t1 {
    width: 185px;
    height: 140px;
    text-align: center;
    background: #82cec3;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
    padding: 15px 10px;
}

.about_mess .t1 .t1_1 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'arial';
    font-weight: bold;
}

.about_mess .t1 .t1_2 {
    color: #ffffff;
    font-size: 15px;
    padding: 5px;
    line-height: 1.4;
    margin-top: 5px;
}

.about_mess .imgs1 .t1:nth-child(1) {
    left: 200px;
    top: 165px;
}

.about_mess .imgs1 .t1:nth-child(2) {
    bottom: 0;
    right: 610px;
}

.about_mess .imgs1 .t1:nth-child(3) {
    bottom: 0;
    right: 205px;
}

.about_no {
    display: none;
}

.pro {
    padding: 100px 0;
}

/*end servies*/
/*pro*/
.pro_list {

    /* margin-top: 50px; */

    margin: 0px auto 40px auto;
}

.pro_list li {
    margin: 10px 1%;
    display: inline-block;
    vertical-align: top;
    width: 18%;
}

.pro_list li:nth-child(4n-3) {
    margin-left: 0;
}

.pro_list li:nth-child(5n) {
    margin-right: 0;
}

.pro_list .iconfont {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    padding: 5px 8px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
}

.pro_list image {
    width: 20px;

}

.pro_list .lans {
    float: left;
    width: calc(100% - 50px);
}

.pro_list .t1 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding-top: 5px;
}

/*end pro*/
/*beijing*/
.beijing {
    padding: 45px 0;
}

.contact .title3, .contact .title2, .contact .title {
    color: #000;
}

.bg_green {
    /*background-image: url('/static/new_style/about/equipmentpigImg/bg.jpg');*/
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    background-color: #74ad44;
}

.bg_green .title {
    color: #fff;
}

.bg_green .title2 {
    color: #fff;
}

.bg_green .title3 {
    color: #fff;
}

.back {

}

.back li {

}

.back .t1 {
    font-size: 18px;
    color: #ffffff;
}

.back .t2 {
    font-size: 14px;
    line-height: 1.7;
    color: #f9f9f9;
    margin: 10px auto 40px auto;
    text-indent: 2em;
}

/*end beijing*/
/*flow */
.flow {
    padding: 10px 0 15px 0;
    background: url('/static/new_style/about/equipmentpigImg/bg1.png') left center;
}

.flow a {
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    padding: 10px 0 0 15px;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 250px;
    height: 90px;
    margin: 10px 20px 63px 0;
    box-sizing: border-box;
}

.flow a:last-child {
    width: 330px;
}

.flow a:hover {
    border-color: #82cec3;
    background: #ffffff;
}

.flow .iconfonts:after {
    content: url('/static/new_style/about/equipmentpigImg/cc.png');
    position: absolute;
    left: 100%;
    top: 45%;
    display: block;
}

.flow a:nth-child(5n) .iconfonts:after {
    content: url('/static/new_style/about/equipmentpigImg/j-icon8.png');
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    top: 100%;
}

.flow a:last-child .iconfonts:after {
    display: none;
}

.flow .iconfonts {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #d8d8d8;
    border-radius: 50%;
    padding: 7px;
    box-sizing: border-box;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    float: left;
    margin-top: 10px;
}

.flow a:hover .iconfonts {
    background-color: #82cec3;
}

.flow .lans {
    margin: 5px 0 0 10px;
    width: calc(100% - 100px);
    position: absolute;
    left: 70px;
    transform: translate(0, -50%);
    top: 45%;
}

.flow .t1 {
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

.flow .t2 {
    color: #999;
}

.flow .t3 {
    display: none;
}

.bgblack {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
    display: none;
}

.boxwindow {
    display: none;
    position: fixed;
    z-index: 16;
    left: calc(50% - 400px);
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: #ffffff;
    width: 800px;
    min-height: 300px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 20px;
}

.boxwindow .t1 {
    position: relative;
    font-weight: bold;
    color: #82cec3;
    line-height: 1.8;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #82cec3;
}

.boxwindow .t2 {
    color: #333333;
    font-size: 15px;
    line-height: 2;
    padding: 20px 15px;
    box-sizing: border-box;
}

.boxwindow .close {
    position: absolute;
    top: -3px;
    right: 0;
}

.form .text1 {
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
}

.form .sub {
    background: #82cec3;
    line-height: 45px;
    height: 45px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
}

.boxwindow .form {
    width: 70%;
    margin: auto;
}

/*end flow*/
.project {
    padding: 15px 0;
}

.project_list {

}

.project_list li {
    float: left;
    width: 23.5%;
    margin: 10px 1%;
}

.project_list li:nth-child(4n) {
    margin-right: 0;
}

.project_list li:nth-child(4n-3) {
    margin-left: 0;
}

.project_list .t1 {
    font-size: 14px;
    line-height: 1.5;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0;
    color: #333;
}

.contact {

}

.contact .left {
    width: 50%;
    float: left;
    background-color: #a1ceeb;
    height: 700px;
    box-sizing: border-box;
    padding-top: 90px;
}

.contact .right {
    width: 50%;
    float: left;
    background-color: #f1f1f1;
    height: 700px;
    box-sizing: border-box;
    padding-top: 150px;
}

.contact .form {
    width: 50%;
    margin: auto;
}

.contact .form .sub {
    background-color: #fff;
    color: #222;
    width: 200px;
    margin: auto;
}

/*ewm*/
.ewm_list {
    text-align: center;
}

.ewm_list .ewm {
    display: inline-block;
    width: 200px;
    margin: 0 25px;
    vertical-align: top;
    color: #555;
    line-height: 1.8;
    font-size: 13px;
}

.ewm_list img {
    display: block;
    margin: 0px auto 15px auto;
    font-size: 15px;
    line-height: 2;
}

.coryright {
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 50px;
}

.coryright a {
    color: #333333;
    font-size: 12px;
    line-height: 30px;
    margin: 0 10px;
}

.none {
    display: none;
}

.iphone_none {
    display: block;
}

.header_top {
    float: right;
    width: 50px;
    margin-top: 10px;
}

.title_1 {
    /* border-left: 1px solid #5e873b; */
    font-size: 17px;
    line-height: 33px;
    /* padding-left:10px; */
    color: #74ad44;
    margin-bottom: 30px;
    font-weight: bold;
    /* background-color: white; */
    position: relative;
}

.title_1:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #74ad44;
    display: block;
    margin-top: 8px;
}

.bg_green .question_list li {
    background: transparent;
}

.bg_green .question_list .title_1 {
    color: rgba(255, 255, 255, .85);
}

.bg_green .question_list .title_1:after {
    background: rgba(255, 255, 255, .9);
}

.banners1 {
    position: relative;
}

.banners1 .lzg_banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    height: 70px;
    background: rgba(0, 0, 0, .75);
}

.lzg_banner li {
    position: relative;
}

.select {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.lzg_banner li.star:after {
    content: '*';
    display: block;
    font-size: 15px;
    color: #f00;
    position: absolute;
    top: 8px;
    z-index: 5;
    left: 5px;
}

.lzg_banner li {
    width: 18%;
    margin: 15px 2% 15px 0;
    float: left;
}

.lzg_banner li:last-child {
    float: left;
    margin: 15px 0;
}

.lzg_banner .text1 {
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    padding-left: 15px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}

.lzg_banner .sub {
    line-height: 40px;
    height: 40px;
    background: #a1ceeb;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: 0;
    width: 100%;
}

.lzg_banner .titles {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #a1ceeb;
    border-radius: 0 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}

.lzg_banner ul {
    float: right;
    width: 78%;
    margin-right: 3.5%;
}

.banner_pc {
    display: block;
}

.banner_sj {
    display: none;
}

@media screen and (max-width: 1400px) {
    .flow a {
        width: 30%;
    }

    .flow .iconfonts:after, .flow a:nth-child(5n) .iconfonts:after {
        content: url('/static/new_style/about/equipmentpigImg/cc.png');
        position: absolute;
        left: 100%;
        top: 45%;
        display: block;
    }

    .flow a:nth-child(3n) .iconfonts:after {
        content: '';
        background: url('/static/new_style/about/equipmentpigImg/j-icon8.png') center center no-repeat;
        width: 300%;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        left: auto;
        display: block;
        top: 100%;
        height: 75px;
    }

    .pro_list .t1 {
        font-size: 13px;
        margin-top: 3px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1199px) {
    .none {
        display: block;
    }

    .iphone_none {
        display: none;
    }

    .question_list li:nth-child(even), .question_list li {
        width: 100%;
        margin: 10px auto;
    }

    .title_1 {
        /* border-left: 1px solid #5e873b; */
        font-size: 15px;
    }

    .title_1:after {
        content: '';
        width: 45px;
        height: 1px;
        background: #74ad44;
        display: block;
        margin-top: 8px;
    }

    .pro_list li, .pro_list li:nth-child(4n-3) {
        width: 45%;
        margin: 20px 2.5%;
    }

    .servies, .pro {
        padding: 40px 0;
    }

    .ewm_list .ewm {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ewm_list .ewm img {
        width: 100px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 850px) {

    .banner_pc {
        display: none;
    }

    .banner_sj {
        display: block;
    }

    .lzg_banner .titles {
        display: none;
    }

    .lzg_banner ul {
        width: 100%;
        float: none;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .lzg_banner li, .lzg_banner li:last-child {
        width: 48%;
        margin: 5px 0 0;
    }

    .lzg_banner li:last-child {
        width: 100%
    }

    .lzg_banner li:nth-child(even) {
        margin-left: 4%;
    }

    .lzg_banner .text1, .lzg_banner .sub, .select {
        line-height: 25px;
        height: 25px;
        font-size: 12px;
        width: 100%;
        border: 0;
        padding-left: 20px;
    }

    .banners1 .lzg_banner {
        height: 94px;
    }

    .flow a {
        width: 45%;
        height: 70px;
    }

    .question_list .t3 {
        font-size: 14px;
        line-height: 1.7;
    }

    .question_list .t2 {
        font-size: 18px;
        line-height: 2;
    }

    .flow .lans {
        width: calc(100% - 80px);
        left: 50px;
        margin-top: 3px;
    }

    .flow .t1 {
        font-size: 12px;
    }

    .flow .iconfonts:after, .flow a:nth-child(3n) .iconfonts:after, .flow a:nth-child(5n) .iconfonts:after {
        content: url('/static/new_style/about/equipmentpigImg/cc.png');
        position: absolute;
        left: 100%;
        top: 45%;
        display: block;
        background: url(.);
    }

    .flow a:nth-child(2n) .iconfonts:after {
        content: '';
        background: url('/static/new_style/about/equipmentpigImg/j-icon8.png') center center no-repeat;
        width: 200%;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        left: auto;
        display: block;
        top: 100%;
        height: 75px;
    }

    .editor {
        font-size: 13px;
        line-height: 1.8 !important;
    }

    .back .t1 {
        font-size: 15px;
    }

    .back .t2 {
        font-size: 13px;
        margin: 10px auto 20px auto;
    }

    .title {
        font-size: 18px;
    }

    .title2 {
        font-size: 12px;
        margin: 10px auto;
    }

    .title3 img {
        width: 15px;
    }

    .title3:before, .title3:after {
        margin: 10px;
    }

    .pro_list li, .pro_list li:nth-child(4n-3) {
        margin: 8px 2.5%;
    }

    .flow .iconfonts {
        width: 35px;
        height: 35px;
    }

    .flow a:nth-child(2n) .iconfonts:after {
        height: 40px;
    }

    .flow a {
        margin-bottom: 30px;
    }

    .contact .left, .contact .right {
        width: 100%;
        float: none;
        height: auto;
        padding: 40px 0;
    }

    .boxwindow {
        width: 90%;
        left: 5%;
    }

    .boxwindow .t2 {
        font-size: 13px;
        line-height: 1.8;
        padding: 10px 8px;
    }

    .boxwindow .t1 {
        font-size: 15px;
    }

    .form .text1 {
        margin: 15px 0;
    }

    .project_list li, .project_list li:nth-child(4n-3) {
        width: 49%;
        margin: 10px auto;
    }

    .project_list li:nth-child(even) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 650px) {
    .pro_list li, .pro_list li:nth-child(4n-3) {
        width: 100%;
        margin: 10px 0;
    }

    .flow .iconfonts:after, .flow a:nth-child(3n) .iconfonts:after, .flow a:nth-child(5n) .iconfonts:after, .flow a:nth-child(2n) .iconfonts:after {
        display: none;
    }

    .flow a, .flow a:last-child {
        width: 100%;
        margin: 8px 0;
        height: 80px;
    }

    .ewm_list .ewm {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .coryright {
        line-height: 1.5;
        padding: 14px 0;
    }

    .coryright a {
        line-height: 1.5;
    }

    .contact .form {
        width: 80%;
    }

    .header .logo {
        width: 70px;
    }

    .header_top {
        width: 30px;
    }

    .header {
        height: 50px;
    }

    .banner {
        margin-top: 50px;
    }
}

.brand2_sum {
    background: url(.) center left no-repeat #223aab;
    background-size: auto 100%;
    position: relative;
}

.brand1_sum .lans {
    position: absolute;
    width: 230px;
    right: 110%;
    text-align: right;
    top: 0;
    opacity: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.brand1_sum li:nth-child(4) .lans, .brand1_sum li:nth-child(5) .lans {
    right: auto;
    left: 110%;
    text-align: left;
}

.brand2_sum .bg {
    position: absolute;
    top: 0;
    right: 0;
    background: url('/static/new_style/about/equipmentpigImg/bb1.png') right center no-repeat;
    height: 100%;
    width: 100%;
    z-index: 4;
    left: 0;
    background-position-x: right !important;
    background-size: 10%;
    background-color: transparent;
}

.brand2_sum_lans {
    float: right;
    width: 85%;
    background: #ffffff;
    padding: 70px 10% 50px 70px;
    margin: 100px 0;
    box-sizing: border-box;
}

.brand2_sum_lans .title {
    font-size: 40px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
    text-align: left;
}

.brand2_sum_lans .editor {
    font-size: 18px;
    line-height: 2;
    color: #666666;
}

.brand2_sum_lans .logo1 {
    text-align: right;
    margin-top: 50px;
    position: relative;
}

.brand2_sum_lans .logo1:after {
    width: 0%;
    transition: all 1s;
    -webkit-transition: all 1s;
    background: rgba(28, 47, 141, .5);
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
}

.brand2_sum:hover .logo1:after {
    width: 30%;
}

@media screen and (max-width: 1550px) {
    .brand2_sum_lans {
        width: 90%;
    }

    .brand2_sum_lans .title {
        font-size: 35px
    }
}

@media screen and (max-width: 1199px) {
    .brand2_sum_lans {
        width: 95%;
        float: none;
        padding: 7%;
        margin: 50px 0;
    }

    .brand2_sum {
        background-size: 100% 100%;
    }

    .brand2_sum_lans .title {
        font-size: 30px
    }

    .brand2_sum_lans .editor {
        font-size: 14px;
        line-height: 2;
    }

    .brand2_sum:hover .logo1:after {
        width: 55%;
    }

    .brand2_sum_lans .logo1 {
        margin-top: 30px;
    }

    .brand2_sum_lans .logo1 img {
        max-width: 40%
    }

    .brand2_sum .bg {
        background-size: 13%;
    }
}

/*serives.html*/.serivesum .title_h2 {
                    padding: 80px 0 20px 0;
                }

.serivesum .serives1 {
    background: #f1f1f1;
}

.serives1_list {
    /* padding-bottom: 100px; */
    padding-top: 20px;
}
#line33 img{
margin:30px 0
}
#line33 .lans img {
    margin-left: 25%;
}
.serives1_list li {
    width: 22.8%;
    /* padding-top: 22.8%; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*     float: left; */
    margin-right: calc(2.9% - 4px);
    background: #ffffff;
    overflow: hidden;
    transition: all .4s ease-in-out;
    margin-top: 0px;
    -webkit-transition: all .4s ease-in-out;
    cursor: pointer;
    margin-bottom: 20px;
    height: 350px;
    border-radius: 5px;
}

.serives1_list li:nth-child(4n) {
    margin-right: 0;
}

.serives1_list .t1 {
}

.serives1_list .t2 {
    font-size: 19px;
    color: #222222;
    font-weight: bold;
    padding: 20px 0 8px 0;
}


.serives1_list .t3 {
    font-size: 12px;
    color: #666666;
    line-height: 2;
}
.serives1_list .t3 p{
    text-align:left;
    display:block;
    border-top: 1px solid rgba(221, 221, 221, .2);
    padding:5px 0;
}
.serives1_list .t3 p.red{
    color: rgb(210, 127, 127);
}
.serives1_list .t3 p:first-child{
    border:0
}
.serives1_list .lans {
    width: 90%;
    /* top: 50%; */
    /* position: absolute; */
    /* left: 5%; */
    text-align: center;
    /* transform: translate(0, -50%); */
    /* z-index: 2; */
    position: relative;
    z-index: 5;
    margin: auto;
    padding-top: 30px;
}

.serives1_list .bg {
    font-size: 120px;
    color: #f8f8f8;
    position: absolute;
    top: -30px;
    left: -20px;
    line-height: 1;
    font-family: Arial;
    font-weight: bold;
}

.title_h2 {
    font-size: 35px;
    /* font-weight: bold; */
    color: #333;
    /* margin-bottom: 25px; */
    text-align: center;
}
.s_list {

    padding-bottom: 40px;
}

.s_list li {
    background: #fff;
    width: 48%;
    float: left;
    transition: all .5s;
}

.s_list li:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .04);
}

.s_list li:nth-child(2) {
    margin-left: 4%;
}

.s_list .s1 {
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pro2_details {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    /* margin: 30px 0 60px 0; */
    padding: 1px 0 20px 0;
    background: #fff;
}

.content_wrapper {
    float: right;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.content_wrapper h2 {
    color: #fff;
    padding-top: 47px;
    /* text-align: center; */
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 10px;
    font-weight: normal;
}

.content_wrapper .item {
}

.content_wrapper .item:before {
    content: '';
    display: block;
    float: left;
    width: 33.3%;
    height: 100px;
    margin: -1px -1px 0 0px;
    display: none;
}
.serives1 .content_wrapper .item:before{
    display: none;
}
.content_wrapper .item li {
    position: relative;
    float: left;
    width: 25%;
    height: 260px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}

/*#line66 .content_wrapper .item li{
    width:33.3%
}*/
.item .lans {
    position: relative;
    z-index: 5;
    width: 82%;
    margin: 30px auto 0px auto;
    line-height: 1.8;
    left: 0;
    transform: translate(0, 0%);
    top: 0;
}

.item .t1 {

    font-size: 18px;

    color: rgba(255, 255, 255, .9);

    line-height: 2;

    margin-bottom: 5px;
}

.item .heng {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, .9);;
    display: block;
    margin: 20px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

/*.content_wrapper .item li:hover .heng {*/
/*width: 60px;*/
/*}*/

.item .t2 {
    color: #000;
    font-size: 13px;
    line-height: 2;
}

.item .t2 img {
    margin-right: 5px;
}

.item .hengs {
    display: block;
    background: rgba(170, 170, 170, .6);
    height: 1px;
    width: 50px;
    margin: 20px 0;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

/*.item li:hover .hengs {*/
/*width: 100%;*/
/*}*/

.item .t3 {
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.5;
}

.item li:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;

}

/*.item li:hover:after {*/
/*content: '';*/
/*width: 110%;*/
/*height: 110%;*/
/*top: -5%;*/
/*left: -5%;*/
/*background: #5786ff;*/
/*}*/

.pro1_list {
    background: #f9f9f9;
    padding-bottom: 5%;
    margin-top: 20px;
}

.pro1_list .left {
    width: 300px;
    margin-right: 5%;
    position: relative;
}

.pro1_list .left_bg {
    height: 490px;
    background: url('/static/new_style/about/huayixinImg/7.png') center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.pro1_list .left1 {
    position: absolute;
    width: 77%;
    top: 11%;
    left: 11.5%;
    height: 87%;
    overflow: hidden;
    border-radius: 12%;
}
.pro1_list .left1 img{
    overflow: hidden;
    border-radius: 12%;
}
.pro1_list .right {
    width: 65%;
    float: right;
    box-sizing: border-box;
    padding: 30px;
}

.pro1_lists .left {
    float: right;
}

.pro1_lists .right {
    float: left;
    padding: 5% 0 5% 5%;
    box-sizing: border-box;
}

.pro1_list .right li {
    padding-bottom: 15px;
}

.pro1_list .t1 {
    font-size: 15px;
    line-height: 1.8;
}

.pro1_list .t2 {
    font-size: 24px;
    line-height: 2;
    color: #333;
    margin-bottom: 20px;
}

.project .title_h2 {
    padding: 40px 0 20px 0;
    font-size: 30px;
}

#s1 {
    position: relative;
}

#s1:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
}

#project dd {
    display: none;
}

.mubiao {

    padding-top: 20px;
}

.mubiao .item_box {
    width: 25%;
    float: left;
    position: relative;
    margin-top: 70px;
}

.item_box li {
    width: 100%;
    border: 1px dashed #dddddd;
    background: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
}

.item_box .ht {
    height: 40px;
    line-height: 40px;
    background-color: #2fc87f;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.item_box .hb {
    padding: 15px 10%;
    /* height: 200px; */
}

.item_box .hb_item1 {
    width: 100%;
    display: block; /* float: left; */
    background-color: #f0faf4;
    font-size: 14px;
    color: #677082;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.item2-arrow {
    width: 5%;
    height: 20px;
    background: url('/static/new_style/about/equipmentpigImg/item2-arrow.png') no-repeat center 0;
    margin: 120px 10px 0 10px;
    float: left;
}

.mubiao .item2_box {
    width: 45%;
    margin-top: 0;
}

.item2_box .ht {
    background-color: #5786ff;
}

.item2_box .hb_item1 {
    background-color: #f3f6fd;
}

.item2_box .hb {
    height: 50px
}

.item2-box-li3 {
    width: 15%;
    height: 275px;
    background-color: #7889ae;
    border: 1px dashed #95a5c5;
    box-shadow: 0 0 25px 0 rgba(72, 98, 166, .15);
    overflow: hidden;
    color: #fff;
}

.item2-box-li3 .hd {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.item2-box-li3 .hr-line {
    width: 15px;
    height: 20px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

.item2-box-li3 .ft {
    width: 80px;
    font-size: 18px;
    text-align: center;
    margin: 70px auto 0;
    line-height: 1.5;
}

.subject-item {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-item3 {
    height: 780px;
    background-image: url('/static/new_style/about/huayixinImg/item2-bg.png');
}

.table1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.table1 th {
    padding: 15px;
    font-size: 18px;
    /* color: #333333; */
    font-weight: bold;
    border:1px solid #dddddd;
    background: #5786ff;
    color: #fff;
}

.table1 td {
    padding: 10px 15px;
    font-size: 16px;
    color: #444;
    border:1px solid #dddddd;
    line-height: 2;
    vertical-align: top;
}
.table1 td.red{
    color: #dd2727;
}
.table1 tr {
    background: #fff;
}

.table1 tr:nth-child(odd) {
    background: #f3f6fd;
}
.serives1 .tip{
    color: #dd2727;
    margin: 20px 0 0 0;
    padding-bottom: 20px;
}
.main{
    width: 90%;
    max-width: 1200px;
}
.logos{
    padding-top: 10px;
}
.jianjie{
        max-width: 1200px;
        max-height:300px;   
}
.j1 {
   float: left;
   width: 49% 
}
.j11 {
   float: left;
   width: 18%;
   margin-left:15%;
   font-weight: 700;
}
.j1 p{
    font-size: 24px;max-width:100%;  
}
.j11 p{
    font-size: 20px;max-width:100%;  
}
.e1{
    color:#9cc351;   
}
.e2 {
    color:red;   
}
.img1 {
    width: 100%; 
}
.img11 {
    width: 85%; 
    margin-left:40%;
}
.img2{
    width:50%;
}
.content_wrapper .items li {
    position: relative;
    float: left;
    width: 20%;
    height: 355px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
.content_wrapper .itemss1 li {
    position: relative;
    float: left;
    width: 20%;
    height: 300px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
.content_wrapper .itemss li {
    position: relative;
    float: left;
    width: 25%;
    height: 280px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    background: #ffffff;
}
.items .lans img {
    max-width:50%;
    margin:0 25%;
}
.items .t1{
    font-weight: 700;
    color:#000;
}
.title_h1 {
    font-size: 18px;
    text-align: center;
    padding:5px 0 20px 0;
}
.img3 {
    float: left;
    max-width: 55%;
    padding-left: 12%;
}
.jianjies {
    height:450px;
    
}
.jianjies11 {
    height:380px;
}
.jianjiesbq {
    height:400px;
}
.img4 {
   float: left;
    max-width: 20%;
}
.jianjies1 .img4 {
    float: left;
    max-width: 49%;
}
.jianjies1 .img3 {
     float: left;
    max-width: 49%;
    padding-left: 7%;
}
.jianjies11 .img4 {
    float: left;
    max-width: 49%;
}
.jianjies11 .img3 {
     float: left;
    max-width: 49%;
    padding-left: 7%;
}
.jianjiesbq .img4 {
    float: left;
    max-width: 49%;
}
.jianjiesbq .img3 {
     float: left;
    max-width: 49%;
    padding-left: 7%;
}
 .items1 li {
    position: relative;
    float: left;
    width: 25%;
    height: 180px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
.items1s li {
    position: relative;
    float: left;
    width: 33%;
    height: 180px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
.itemscx li {
    position: relative;
    float: left;
    width: 49%;
    height: 150px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
.items1z li {
    position: relative;
    float: left;
    width: 50%;
    height: 180px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
.items1 .lans {
    position: relative;
    z-index: 5;
    width: 82%;
    margin: 30px auto 0px auto;
    line-height: 1.8;
    left: 0;
    transform: translate(0, 0%);
    top: 0;
}
.items1s .lans {
    position: relative;
    z-index: 5;
    width: 82%;
    margin: 30px auto 0px auto;
    line-height: 1.8;
    left: 0;
    transform: translate(0, 0%);
    top: 0;
}
.items1z .lans {
    position: relative;
    z-index: 5;
    width: 82%;
    margin: 30px auto 0px auto;
    line-height: 1.8;
    left: 0;
    transform: translate(0, 0%);
    top: 0;
}
.items1 .t1 {
    font-size: 18px;
    color: #000000;
    line-height: 2;
    margin-bottom: 5px;
    font-weight: 700;
}
.items1s .t1 {
    font-size: 18px;
    color: #000000;
    line-height: 2;
    margin-bottom: 5px;
    font-weight: 700;
}
.items1z .t1 {
    font-size: 18px;
    color: #000000;
    line-height: 2;
    margin-bottom: 5px;
    font-weight: 700;
}
.items1 .t2 {
    color: #000000;
    font-size: 13px;
    line-height: 2;
}
.items1s .t2 {
    color: #000000;
    font-size: 13px;
    line-height: 2;
}
.items1z .t2 {
    color: #000000;
    font-size: 13px;
    line-height: 2;
}
.jianjies1 .img333{
    float: left;
    max-width: 55%;
    padding-left: 15%;
}
.jianjies1 .img3333{
    float: left;
    max-width: 30%;
    /*padding-left: 15%;*/
    margin-right:1%;
}
.jianjies1 .img33333{
    float: left;
    max-width: 99%;
    /*padding-left: 15%;*/
    margin-right:1%;
}
.jianjies1 .img4444{
    float: left;
    max-width: 30%;
    margin-right:1%;

    /*padding-left: 15%;*/
}
.jianjies1 .img3s{
    float: left;
    max-width: 99%;
    padding-left: 9%;
    margin-right:1%;
}
.serivesum .title_h2 {
    padding: 40px 0 20px 0;
}
.imga1 {
    float: left;
    max-width: 49%;

}
.imga2 {
    float: left;
    max-width: 49%;

}
.imga3 {
    /*float: left;*/
    max-width: 99%;
    padding-left: 15%;
}
.sy {
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
}
.sy1 {
    color:red;
}
.jianjies1 {
    min-height: 450px;
}
.imgs4 {
    padding: 0 8%;
}
.bb1 {
    color:#f60;
}
.jianjiess1 {
    height: 450px;
}
.jianjiess2 {
    height: 450px;
}
.jianjiess3 {
    height: 530px;
}
.jianjiess4 {
    height: 540px;
}
.jianjiess44 {
    height: 650px;
}
@media screen and (max-width: 1400px) {
    
    
    .index-item3 .item3-box .item3-box-ul {
        width: calc(100% - 220px);
    }
    .index-item3 .item3-box .item3-box-li{
        width:calc(50% - 30px)
    }
    .index-item3 .item3-box .item3-box-li.li1 {
        width: 220px;
    }
    .index-item3 .item3-box .item3-box-li .num-txt{
        width: calc(100% - 120px);
        margin-top: 20px;
    }

    .index-item3 .item3-box .item3-box-li .hd{
        font-size:15px;
    }

    .index-item3 .item3-box .item3-box-li.li1 .num,.index-item3 .item3-box .item3-box-li .num{
        width: 60px;
        height: 60px;
        background-size: 100% 100%;
    }
    .index-item3 .item3-box .item3-box-li .ft{
        font-size:12px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1199px) {
    .s_list li, .s_list li:nth-child(even) {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    /*.s_list li:hover, .s_list li:nth-child(even):hover {*/
    /*margin: 20px 0 0 0;*/
    /*}*/

    .serives1_list .t2 {
        font-size: 18px;
    }

    .serives1_list .t1 {
        width: 55px;
        margin: auto;
    }

    .serivesum .title_h2,.index-item3 .item-sub {
        padding: 40px 0 20px 0;
        font-size: 30px;
    }

    .serivesum .serives1 {
        /* padding-top: 100px; */
        /* margin-top: -100px; */
    }

    .serives1_list li, .serives1_list li:nth-child(4n) {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
        /* padding-top: 48%; */
    }
    .item .heng{
        margin:15px 0;
    }

    .serives1_list li:nth-child(2n) {
        margin-left: calc(4% - 4px);
        display: inline-block;
        float: none;
    }

    .serives1_list {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .content_wrapper .item li {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    #line66 .content_wrapper .item li {
        width:100%;
    }
    .item .lans{
        width:90%;
        margin:20px auto;
    }
    .item .t1{
        font-size:16px;
    }
    .content_wrapper .item:before {
        display: none;
    }

    .content_wrapper h2 {
        margin-bottom: 20px;
    }

    .content_wrapper {
        width: 100%;
        padding: 10px 0 20px 0;
    }

    #s1 {
        display: none;
    }

    .pro1_list .left {
        /* width: 100%; */
        float: none;
        margin: auto;
    }

    .pro1_list .right {
        width: 100%;
        float: none;
        padding: 5%;
    }

    #project dd {
        display: block;
    }

    .project {
        padding: 0;
    }

    .pro1_list .t1 {
        font-size: 13px;
    }

    .pro1_list .t2 {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 0;
    }
    .index-item3 .item3-box .item3-box-li .hd{
        margin:auto;
    }
    .j1 {
        width: 100% ;
    }
}

.shuoming{
    display: none;
    animation: rotatefresh 2s infinite linear;
    margin-bottom: 5px;
    color: #dd2727;
}
@keyframes rotatefresh {
    from { margin-right: 20px}
    to {
        margin-right: 0;
        /*transition: all 0.6s;*/
    }
}

@media screen and (max-width: 980px) {
.jianjiess44 {
    height: 240px;
}
.jianjiess1 {
    height: 600px;
}
.jianjiess2 {
    height: 220px;
}
.jianjiess3 {
    height: 180px;
}
.jianjiess4 {
    height: 180px;
}
.imgs4 {
    padding:0 0%;
}
.imga1 {
    float: left;
    max-width: 100%;

}
.jianjies1 {
    min-height: 175px;
}
.imga2 {
    float: left;
    max-width: 100%;

}
.imga3 {
    max-width: 100%;
    padding-left:0px;
}


.sy {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.sy1 {
    color:red;
}
/*.flows {
    padding: 55px 0 !important;
}*/
.jianjies1 .img3s{
    float: left;
    max-width: 99%;
    padding-left: 0%;
    margin-right:0%;
}
#line33 img {
    margin: 0px 0;
}
.jianjies1 .img3333{
    float: left;
    max-width: 100%;
    /*padding-left: 15%;*/
    margin-bottom:2%;
}
.jianjies1 .img4444{
    float: left;
    max-width: 100%;
    margin-bottom:2%;
    
}
.jianjies1 .img333{
    float: left;
    max-width: 100%;
    padding-left: 0%;
}
.jianjies1 .img3 {
    /*float: left;*/
    max-width: 100%;
    padding-left: 0%;
}
.jianjies1 .img4 {
    /*float: left;*/
    max-width: 100%;
}
.jianjies11 .img3 {
    /*float: left;*/
    max-width: 100%;
    padding-left: 0%;
}
.jianjies11 .img4 {
    /*float: left;*/
    max-width: 100%;
}
.jianjiesbq{
    height:500px;
}
.jianjiesbq .img3 {
    /*float: left;*/
    max-width: 100%;
    padding-left: 0%;
}
.jianjiesbq .img4 {
    /*float: left;*/
    max-width: 100%;
}
 .items1 li {
    position: relative;
    float: left;
    width: 50%;
    height: 180px;
    margin: -1px 0px 0 -1px;
    /*border: 1px solid rgba(170, 170, 170, .6);*/
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, .3);*/
}
    .content_wrapper .itemss li {
    
        background: #ffffff;
    }
    .img3 {
        float: left;
        max-width: 62%;
        padding-left: 6%;
    }
    .itemss .lans img {
        margin-left: 10%;
    }
    .img4 {
        float: left;
        max-width: 22%;
    }
    .title_h1 {
        font-size: 14px;
        text-align: center;
    }
    .jianjies {
        min-height: 150px;
    }
    .j1 {
        width: 100% 
    }
    .j11 {

       width: 100%;
       margin-left:0%;
       font-weight: 500;
    }
    .jianjie{
        max-height:400px;
    }
    .j1 p{
        font-size: 14px;max-width:100%;  
    }
    .img2{
      width:99%;
    }
    .img11 {
        width:99%;
        margin-left: 0%;
    }
    .img11 .img2 {
        width:100%;
    }
    .shuoming{
        display: block;
        text-align: right;
    }
    .table1_wrapper{
        width: 100%;
        overflow-x: scroll;

    }
    .table1_wrapper table{
        width: 600px;
    }
    .table1_wrapper table td{
        padding: 5px 10px;
    }
    .index-item3 .item3-box .item3-box-li.li1 .num, .index-item3 .item3-box .item3-box-li .num{
        margin:10px auto 0 auto;
    }
    .index-item3 .item3-box .item3-box-li .num-txt .hr-line{
        margin-left:auto;
        margin-right:auto;
    }
    .serives1_list li, .serives1_list li:nth-child(4n) {
        margin: 10px 0;
        width: 100%;
        /* padding-top: 67%; */
    }
    .pro2_details{
        padding:0;
    }
    .serivesum .title_h2,.index-item3 .item-sub {
        font-size: 17px;
        margin-bottom: 0;
        line-height: 1.5;
        padding: 25px 0 12px 0;
    }
    .table1 th{
        padding: 10px 2px;
        font-size: 12px;
        vertical-align: top;
        text-align: center;
    }
    .table1 td{
        font-size: 11px;
        padding: 10px 2px;
        line-height: 1.5;
    }
    .flow{
        padding:10px 0;
        background-color: #fff;
    }
    .serives1_list .t3{
        font-size:12px;
    }
    .item .t2,.item-sub-sm, h4.item-sub-sm{
        font-size:12px;
    }
    .serives1_list .t2{
        /* font-size: 20px; */
        padding: 10px 0 5px 0;
    }
    .serives1_list li{
        height:auto;
        padding-bottom: 15px;
    }
    .serives1_list .bg{
        font-size:100px
    }
    .serives1_list li:nth-child(2n){
        margin-left:0
    }
    .serives1_list .lans{
        padding-top:15px;
    }
    .mubiao .item_box{
        width:100%;
        margin-top: 00px;
    }
    .item2-arrow{
        padding:0;
        margin:0 auto;
        float:none;
        transform:rotate(90deg);
        margin-bottom: 10px;
        margin-left: 45%;
    }
    .item2-box-li3{
        width:100%;
        height: auto;
    }
    .item2-box-li3 .ft{
        margin-top:10px;
        font-size:13px;
        width:100%;
    }
    .index-item3 .item3-box .item3-box-li.li1,.index-item3 .item3-box .item3-box-li{
        width:100%;
        height: auto;
        margin: 10px auto;
    }
    .index-item3{
        height:auto;
        background-size: cover;
    }
    .index-item3 .item3-box{
        margin-top:30px
    }
    .fl{
        float:none!important;
    }
    .index-item3 .item3-box .item3-box-li .num-txt-first .hr-line,.index-item3 .item3-box .item3-box-li .num-txt-first .hr-line{
        margin:15px auto
    }
    .index-item3 .item3-box .item3-box-ul{
        width: 100%;
        margin:auto;
    }
    .index-item3 .item3-box .item3-box-li .num-txt{
        text-align:center;
        padding: 0 30px 30px 30px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
    .index-item3 .item3-box .item3-box-li .num-txt-first .ft{
        padding: 0 20px 40px 20px;
    }
    .index-item3 .item3-box .item3-box-li .num-txt-first{
        padding:0;
    }
}