@charset "UTF-8";
/* S 基础操作样式
 * style comment! */
/*basic css*/
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

/*@font-face {*/
/*    !* font-test*!*/
/*    font-family: "Microsoft YaHei";*/
/*    src: url('../fonts/bebas.woff'),*/
/*    url('../fonts/bebas.ttf'),*/
/*    url('../fonts/bebas.eot'); !* IE9 *!*/
/*}*/

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "PingFang SC Regular", "Arial";
    width: 100%;
    overflow-x: hidden;
    background: #f8f8f8;
}

input,
textarea,
button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "PingFang SC Regular", "Arial";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus,
textarea:focus {
    outline: none;
}

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;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 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: 0 -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: 0.44rem;
    height: 0.44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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, .show_sum .swiper-slide {
    position: relative;
    overflow: hidden;
}

.picture img, .show_sum .swiper-slide img {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.each-item:hover .picture img, .show_sum .swiper-slide:hover 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;
}

.box {
    width: 88%;
    margin: auto;
}

.box1 {
    width: 79%;
    margin: auto;
}

input::placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* E 基础操作样式
 * style comment! */

.iphonemedia {
    display: none
}

.pcmedia {
    display: block
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 99999;
    background: #fff;
}

.header_on {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.header .logo {
    float: left;
    width: 285px;
}

.header .right {
    float: right;
}

.header .nav {

    float: right;


    transition: all 0s;
    -webkit-transition: all 0s;
    margin-right: 0;
}

.header .header_bottom.on .nav {
    margin-right: 210px;
    transition: all .6s;
    -webkit-transition: all 0.6s;
}

.nav li {

    display: inline-block;

    position: relative;
}

.nav li .t1 {

    color: #666666;

    font-size: 16px;

    line-height: 50px;

    margin: 0 30px;
}

.nav li:hover .t1 {
    color: #dd0d54;
}

.nav li.on .t1 {
    color: #dd0d54;
    font-weight: bold;
}

.nav li .t2 {
    display: none;
    position: absolute;
    top: 100%;
    padding: 12px 8px;
    left: 0;
    width: 160px;
    min-width: 100%;
    background-color:rgba(233,30,99,0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}

.header_on .nav li .t2 {
    color: #fff;
}

.nav .t2 a {
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    text-align: left;
    padding: 0 20px;
    font-weight: normal;
}

.nav .t2 a:hover {
    color: #fff;
}

.header .header-form {
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px -100px 0 0;
    width: 0;
    overflow: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    top: 0px;
    right: 91px;
    z-index: -1;
    background: transparent;
}

.header-form .header-text {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px;
    line-height: 35px;
    /* border-radius: 8px; */
    border: 1px solid transparent;
    height: 45px;
    background: #e8e8e8;
    font-size: 15px;
    overflow: hidden;
    color: #f0f0f0;
}

.header-form .header-sub {
    position: absolute;
    top: 14px;
    right: 9px;
    z-index: 10;
    width: 25px;
    height: 25px;
    border: 0;
    background-color: transparent;
    background: url('../images/ico_searh.png') no-repeat;
}

.header_bottom .en {
    float: right;
    position: relative;
    color: #dd0d54;
    font-size: 16px;
    line-height: 50px;
    width: 65px;
    text-align: center;
    cursor: pointer;
}

.header_bottom .en:after {
    width: 8px;
    height: 8px;
    content: '';
    border-top: 1px solid #dd0d54;
    border-left: 1px solid #dd0d54;
    transform: rotate(-135deg);
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
}

.header_bottom .en .en_item {

    position: absolute;

    top: 100%;

    right: -10px;

    width: 100px;

    background: #fff;

    box-sizing: border-box;

    padding: 10px;

    line-height: 2;

    display: none;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.header_bottom .en .en_item a {
    display: block;
    color: #333333;
}

.header_bottom .en .en_item a:hover {
    color: #dd0d54;
}

.header_bottom .h_header {
    float: right;
    position: relative;
    background: transparent;
    line-height: 50px;
    margin-left: 10px;
    text-align: right;
}

.header_bottom .header-btn {
    float: right;
    display: block;
    background: url('../images/ico_searh.png') center center repeat-y;
    width: 140px;
    height: 40px;
    padding: 12px 0;
    margin-top: 15px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}

.header_bottom.on .h_header {
    width: 210px;
    margin-left: -210px;
}

.header_bottom.on .header-form {
    width: 210px;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 75;
}

.header_bottom.on .header-search {
    opacity: 0;
}

.main {
    padding-top: 100px;
    width: 100%;
    overflow-x: hidden;
}

@media screen and (max-width: 1600px) {
    .nav li .t1 {
        font-size: 15px;
        margin: 0 15px;
    }

    .header {
        padding: 15px 0;
    }

    .main {
        padding-top: 80px;
    }

    .header .logo {
        width: 210px;
        margin-top: 5px;
    }

    .header_bottom.on .header-form {
        width: 170px;
    }

    .header-form .header-text {
        box-sizing: border-box;
        width: 100%;
        padding: 5px 10px;
        color: #000000;
        line-height: 25px;
        height: 35px;
        font-size: 13px;
    }

    .header .header_bottom.on .nav {
        margin-right: 160px;
    }
}

@media screen and (max-width: 1200px) {

    .box {
        width: 92%;
        margin: auto;
    }

    .main {
        padding-top: 50px;
    }

    .index_live_banner .lans {
        padding: 10px;
    }

    .iphonemedia {
        display: block
    }

    .pcmedia {
        display: none
    }

    /*header*/
    .header {
        background: #fff;
        /* padding: 5px 0; */
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .03);
    }

    .header.bg0 {
        background: rgba(255, 255, 255, .98);
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header.bg0 .header_bottom {
        /* background: #000000; */
        /* padding-top: 20px; */
    }

    .header.fix {
        position: fixed;
    }

    .header.fix.bg1 {
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header_lans {
        line-height: 32px;
        position: relative;
        background: #222;
        z-index: 10;
    }

    .header_lans .ones {
        width: 85%;
        margin: 0 5% 0 5%;
        color: #ffffff;
        font-size: 10px;
        text-align: center;
    }

    .header_lans .close {
        position: absolute;
        right: 5px;
        top: -2px;
        z-index: 3;
        width: 21px;
    }

    .header.on {
        top: -60px;
    }

    .header.on1 {
        top: -66px;
    }

    .header_top {
        height: 50px;
        position: relative;
        z-index: 10;
        /* background: rgba(0, 0, 0, .75); */
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_top .en {
        font-size: 14px;
        color: #888;
        float: right;
        line-height: 50px;
    }

    .header_top .en a {
        color: #888;
    }

    .header_top .en a.on {
        color: #dd0d54;
    }

    .header.bg0 .header_top {

        /* background: rgba(0, 0, 0, 1); */

    }

    .header_relative {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .header .header_gradess {
        position: absolute;
        width: 110%;
        top: -10px;
        left: -5%;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        height: 100px;
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
        overflow: hidden;
        min-height: 100vh;
    }

    .header .header_gradess.he {
        min-height: 110vh;
        height: 690px;
    }

    .header_top .login_header {
        float: right;
        margin-top: 23px;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_top .logo {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 50%;
        max-width: 180px;
    }

    .header_top .menu_icon {
        float: left;
        margin-top: 10px;
    }

    .menu_icon span {
        display: block;
        width: 20px;
        height: 1px;
        background: #333;
        margin: 6px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .menu_icon.on span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px;
    }

    .menu_icon.on span:nth-child(2) {
        display: none;
    }

    .menu_icon.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -7px;
    }

    .header_bottom {
        display: none;
        width: 100%;
        height: 690px;
        position: relative;
        z-index: 10;
        /* background: rgba(0, 0, 0, .65); */
        padding: 1px 0;
    }

    .seach_box {
        width: 100%;
        background: #e9e9e9;
        border-radius: 5px;
        height: 40px;
        padding: 4px 0 0 0;
        box-sizing: border-box;
        margin: 20px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .seach_box .submit {
        width: 20px;
        height: 20px;
        border: 0;
        background: url('../images/ico_searh.png') center center no-repeat;
        display: block;
        background-size: 100% 100%;
        float: left;
        margin-left: 10px;
        margin-top: 7px;
        opacity: .6;
    }

    .seach_box .text {
        float: right;
        display: block;
        width: calc(100% - 50px);
        border: 0;
        background: transparent;
        line-height: 20px;
        height: 20px;
        font-size: 16px;
        color: #222;
        padding: 5px 0;
    }

    .header_nav {
        border-bottom: 1px solid #dd0d54;
        padding-bottom: 2px;
    }

    .header_nav li {
        border-top: 1px solid #e8e8e8;
    }

    .header_nav li > a {
        display: block;
        position: relative;
        font-size: 15px !important;
        line-height: 22px;
        padding: 16px 0;
        color: #333;
    }

    .header_nav li > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #666;
        border-right: 1px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_nav li > a.arrow:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .header_nav .nav2 {
        display: none;
        margin-top: -5px;
        margin-left: 20px;
        padding-bottom: 10px;
    }

    .header_nav .nav2 a, .header_search a {
        display: block;
        font-size: 14px;
        line-height: 35px;
        color: #666;
    }

    .seach_box .cancal {
        color: #dd0d54;
        font-size: 17px;
        display: none;
        margin-left: 3px;
    }

    .seach_box.focus {
        width: 85%;
        position: relative;
        /* margin-top: 40px; */
    }

    .seach_box.focus .cancal {
        position: absolute;
        left: 102%;
        width: 100px;
        display: block;
        top: 0;
        line-height: 40px;
    }

    .header_search {
        display: none;
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: #888888;
    }

    .header_search1 {
        padding-top: 5px;
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: #555;
        border-top: 1px solid #e8e8e8;
    }

    .header_search1 a:first-child {
        border-top: 0;
    }
}

.banner_neiye {
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    width: 100%;
    height: 600px;
    background-size: cover;
}

.neiye_nav {
    line-height: 82px;
    height: 82px;
    /* margin-top: -70px; */
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    background: #f8f8f8;
    border-bottom: 1px solid #eeeeee;
}

.neiye_nav.fixed_top {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 40;
    width: 100%;
}

.neiye_nav .left {
    width: calc(100% - 240px);
}

.neiye_nav .left a {
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 4;
    color: #222222;
    width: auto !important;
    /* padding: 0 40px 0 35px; */
}

.neiye_nav .left a .t1:after {
    content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    background: #dd0d54;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.neiye_nav .left .t1 {
    position: relative;
    z-index: 5;
    display: inline-block;
    margin-right: 70px;
}

.neiye_nav .left a:hover .t1:after, .neiye_nav .left a.on .t1:after {
    width: 100%;
    left: 0;
}


.neiye_nav a.on, .neiye_nav a:hover {
    color: #dd0d54;
}

.neiye_nav .right {
    width: 300px;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #a19a9a;
}

.neiye_nav .right a {
    color: #a19a9a;
    display: inline-block;
    margin: 0 5px;
}

.neiye_nav .right span {
    color: #dd0d54;
}

.neiye_nav .right img {
    margin-right: 5px;
}

@media screen and (max-width: 1800px) {
    .neiye_nav .left a {
        font-size: 14px;
    }

    .neiye_nav .left a:before {
        margin-right: 5px;
    }

    .banner_neiye {
        height: 550px;
    }
}

@media screen and (max-width: 1440px) {
    .neiye_nav .left .t1 {
        margin-right: 50px;
    }

    .banner_neiye {
        height: 450px;
    }

    .neiye_nav {
        line-height: 62px;
        height: 62px;
    }
}

@media screen and (max-width: 1199px) {
    .neiye_nav {
        height: 40px;
        line-height: 40px;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .neiye_nav .right a {
        margin: 0 2px;
    }

    .neiye_nav .right {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 13px;
    }

    .neiye_nav .left {
        width: 100%;
        float: none;
        margin: 25px 0;
    }

    .neiye_nav .left a {
        background: #f9f9f9;
        border-radius: 30px;
        color: #333333;
        padding: 0 17px;
        font-size: 13px;
        margin: 0 7px;
        /*width: auto !important;*/
        line-height: 3;
    }

    .neiye_nav .left a.on, .neiye_nav .left a:hover {
        background: #dd0d54;
        color: #fff;
    }

    .neiye_nav .left .t1 {
        margin-right: 0;
    }

    .neiye_nav .left a:after {
        opacity: 0;
    }

    .neiye_nav .left a:before {
        display: none;
    }

    .neiye_nav .right img {
        margin-right: 2px;
        width: 17px;
    }

}

.neiye_title {
    text-align: center;
    padding-top: 46px;
}

.neiye_title .lans {
    font-size: 42px;
    color: #000000;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

.neiye_title .line {
    width: 60px;
    height: 1px;
    background: #000000;
    margin: 24px auto;
}

.neiye_title .tips {
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    text-align: center;
    margin: 24px auto;
}

.join_list1 {

    text-align: center;
}

.join_list1 li {
    width: calc(20% - 4px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.join_list1 li:hover {
    padding: 0 0 20px;
}

.join_list1 .icon {
    width: 50%;
    border: 1px dashed #e0e0e0;
    padding: 45px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: auto;
}

.join_list1 .lans {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding-top: 30px;
}

.join_list1 li:hover .lans {
    color: #dd0d54;
}

.join_sum1 {
    padding-bottom: 160px;
}

.join_sum1 .editor {
    width: 90%;
    max-width: 1400px;
    text-align: left;
    font-size: 16px;
    line-height: 2.25;
    color: #666666;
    margin: 60px auto;
    text-align: justify;
}

.join_sum2 {
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center top no-repeat #ffffff;
    padding-bottom: 60px;
    background-size: 100% auto;
}

.join_sum2 .neiye_title .lans {
    color: #ffffff;
}

.join_sum2 .neiye_title .line {
    background: #ffffff;
}

.join_sum2_list {
    background: #ffffff;
    text-align: center;
    width: 100%;
    padding: 45px 85px 85px;
    box-sizing: border-box;
    margin-top: 147px;
    box-shadow: 0 9px 54px 0 rgba(0, 0, 0, .09);
}

.join_sum2_list table {
    width: 100%;
    text-align: center;
}

.join_sum2_list th {
    font-size: 18px;
    color: #000000;
    padding: 20px 20px 40px;
    border-bottom: 4px solid #ececec;
}

.join_sum2_list tr td:first-child {
    color: #dd0d54;
}

.join_sum2_list tr:hover td, .join_sum2_list tr:hover td:first-child {
    color: #ffffff;
    background: #dd0d54;
}

.join_sum2_list td {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    font-size: 18px;
    color: #888888;
    padding: 32px;
    border-bottom: 1px solid #ececec;
}

.pagetion {
    padding: 80px 0 0;
    text-align: center;
}

.pagetion a {
    width: 35px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #eeeeee;
    color: #999;
    font-size: 18px;
    vertical-align: top;
    margin: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pagetion a:hover, .pagetion a.on {
    background: #dd0d54;
    color: #ffffff;
}

.join_sum3_list {
    position: relative;
    padding: 80px 0 115px 0;
}

.join_sum3_list .picture {
    width: 60%;
}

.join_sum3_list .lans {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 3;
    width: 35%;
}

.join_sum3_list .lans .n1 {
    font-size: 21px;
    line-height: 2;
    color: #606060;
    padding-bottom: 45px;
}

.join_sum3_list .lans .n2 {
    width: 70px;
}

.join_sum4 {
    background: #ffffff;
    padding: 1px 0;
}

.join_sum4_list {

    padding: 140px 0;
}

.join_sum4_list li:nth-child(1), .join_sum4_list li:nth-child(2) {
    margin-top: 0;
}

.join_sum4_list li {
    width: calc(50% - 130px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 280px;
}

.join_sum4_list .icon:after {
    content: '';
    background: url("../images/ico_arrow.png") center center no-repeat;
    position: absolute;
    width: 178px;
    height: 80px;
    border-bottom: 1px dashed #c0bbbb;
    top: 25px;
    left: calc(100% + 25px);
}

.join_sum4_list li:nth-child(odd) {
    margin-right: 225px;
}

.join_sum4_list li:nth-child(even) .icon:after {
    width: 780px;
    border-bottom: 0;
    border-top: 1px dashed #c0bbbb;
    transform: rotate(160deg);
    right: 99%;
    left: auto;
    top: 205px;
}

.join_sum4_list li:last-child .icon:after {
    display: none;
}

.join_sum4_list .icon {
    width: 105px;
    background: #4dbdc7;
    border-radius: 50%;
    float: left;
}

.join_sum4_list .lans {
    width: calc(100% - 120px);
    float: right;
}

.join_sum4_list .l1 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.join_sum4_list .l2 {
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.join_sum5 {
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    background-size: cover;
    padding: 1px 0;
}

.join_sum5 .ewm {
    max-width: 85%;
    width: 750px;
    background: rgba(255, 255, 255, .5);
    margin: 75px auto 120px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding-top: 75px;
}

.join_sum5 .ewm_picture {
    width: 190px;
    margin: auto;
}

.join_sum5 .guide_list {
    max-width: 410px;
    margin: auto;
    padding: 40px 0 55px;
    width: 90%;
}

.join_sum5 .guide_list li {
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 27px;
}

.join_sum5 .guide_list .n1 {
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}

.join_sum5 .guide_list .n2 {
    color: #000000;
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
}

.join_sum5 .guide_list .n2 span {
    color: #888888;
}

@media screen and (max-width: 1600px) {
    .join_list1 .icon {
        padding: 30px;
    }

    .join_list1 .lans {
        font-size: 18px;
        padding-top: 20px;
    }

    .neiye_title {
        padding-top: 40px;
    }

    .neiye_title .lans {
        /* font-size: 35px; */
    }

    .neiye_title .line {
        width: 50px;
        margin: 20px auto;
    }

    .neiye_title .tips {
        font-size: 18px;
        margin: 20px auto;
    }

    .join_sum1 .editor {
        font-size: 15px;
        margin: 50px auto;
    }

    .join_sum1 {
        padding-bottom: 130px;
    }

    .join_sum2_list {
        padding: 25px 60px 60px;
        margin-top: 100px;
    }

    .join_sum2_list th {
        font-size: 16px;
        padding: 15px 15px 30px;
        border-bottom: 3px solid #ececec;
    }

    .join_sum2_list td {
        font-size: 16px;
        padding: 25px;
    }

    .pagetion {
        padding: 40px 0 0;
    }

    .pagetion a {
        width: 28px;
        line-height: 28px;
        height: 28px;
        font-size: 16px;
    }

    .join_sum3_list .lans .n1 {
        font-size: 18px;
        padding-bottom: 35px;
    }

    .join_sum3_list .lans .n2 {
        width: 55px;
    }

    .join_sum4_list {

        padding: 100px 0;
    }

    .join_sum4_list li {
        width: calc(50% - 104px);
        margin-top: 200px;
    }

    .join_sum4_list .icon:after {
        width: 150px;
        height: 60px;
        top: 25px;
        left: calc(100% + 25px);
    }

    .join_sum4_list li:nth-child(odd) {
        margin-right: 200px;
    }

    .join_sum4_list li:nth-child(even) .icon:after {
        width: 150%;
        transform: rotate(159deg);
        right: 100%;
        left: auto;
        top: 158%;
    }

    .join_sum4_list .icon {
        width: 80px;
    }

    .join_sum4_list .lans {
        width: calc(100% - 100px);
    }

    .join_sum4_list .l1 {
        font-size: 26px;
    }

    .join_sum4_list .l2 {
        font-size: 14px;
    }


    .join_sum5 .ewm {
        width: 720px;
        margin: 60px auto 90px;
        padding-top: 60px;
    }

    .join_sum5 .ewm_picture {
        width: 150px;
        margin: auto;
    }

    .join_sum5 .guide_list {
        padding: 30px 0 40px;
    }

    .join_sum5 .guide_list li {
        line-height: 32px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .join_sum5 .guide_list .n1 {
        width: 32px;
        font-size: 18px;
        line-height: 32px;
        height: 32px;
    }

    .join_sum5 .guide_list .n2 {
        width: calc(100% - 40px);
    }

}

@media screen and (max-width: 1440px) {

    .join_sum3_list .picture {
        width: 100%;
    }

    .join_sum3_list .lans {
        position: static;
        transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%);
        width: 100%;
    }

    .join_sum3_list .lans .n1 {
        font-size: 16px;
        padding: 20px 0 10px;
    }

    .join_sum3_list .lans .n2 {
        width: 35px;
    }

    .join_sum3_list {
        padding: 60px 0 100px 0;
    }

    .join_sum4_list .icon:after {
        background-size: 20px 20px;
    }

    .join_list1 .icon {
        padding: 22px;
    }

    .join_list1 .lans {
        font-size: 16px;
        padding-top: 14px;
    }

    .neiye_title {
        padding-top: 30px;
    }

    .neiye_title .lans {
        font-size: 29px;
    }

    .neiye_title .line {
        width: 40px;
        margin: 15px auto;
    }

    .neiye_title .tips {
        font-size: 16px;
        margin: 15px auto;
    }

    .join_sum1 .editor {
        font-size: 13px;
        margin: 30px auto;
    }

    .join_sum1 {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .join_sum4_list .icon {
        position: relative;
    }

    .join_sum4_list li:nth-child(odd), .join_sum4_list li {
        margin: 0 0 50px 0;
        width: 100%;
    }

    .join_sum4_list li:nth-child(even) .icon:after, .join_sum4_list li .icon:after {
        width: 200px;
        height: 26px;
        transform: rotate(90deg);
        right: auto;
        left: -79px;
        top: 100%;
        border-top: 0;
        border-bottom: 0;
        background-size: 11px;
    }

    .join_sum2 {
        background-size: 180% auto;
        padding-bottom: 30px;
    }

    .join_sum2_list {
        padding: 15px 40px 40px;
        margin-top: 70px;
    }

    .join_sum2_list th {
        font-size: 14px;
        padding: 10px 10px 20px;
    }

    .join_sum2_list td {
        font-size: 14px;
        padding: 10px;
    }

    .join_sum4_list {
        padding: 50px 0;
    }

    .pagetion {
        padding: 20px 0 0;
    }

    .pagetion a {
        width: 22px;
        line-height: 22px;
        height: 22px;
        font-size: 14px;
    }

    .join_list1 .icon {
        padding: 13px;
    }

    .join_list1 .lans {
        font-size: 14px;
        padding-top: 10px;
    }

    .neiye_title {
        padding-top: 30px;
    }

    .neiye_title .lans {
        font-size: 24px;
    }

    .neiye_title .line {
        width: 22px;
        margin: 8px auto;
    }

    .neiye_title .tips {
        font-size: 14px;
        margin: 8px auto;
    }

    .join_sum1 .editor {
        font-size: 12px;
        margin: 20px auto;
    }

    .join_sum1 {
        padding-bottom: 40px;
    }

    .banner_neiye {
        height: 350px;
    }

    .box1 {
        width: 92%;
    }

    .join_sum4_list .l1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 780px) {

    .neiye_title .tips {
        font-size: 12px;
    }

    .join_sum3_list {
        padding: 20px 0 50px 0;
    }

    .join_sum4_list .icon {
        width: 40px;
    }

    .join_sum4_list .l2 {
        font-size: 13px;
    }

    .join_sum4_list .l1 {
        font-size: 20px;
    }

    .join_sum4_list .lans {
        width: calc(100% - 50px);
    }

    .banner_neiye {
        height: 200px;
    }

    .join_list1 li {
        width: calc(33% - 4px);
        padding-bottom: 30px;
    }

    .join_sum1 .editor {
        width: 100%;
        margin-bottom: 30px;
    }

    .join_sum2_list {
        padding: 10px 25px 25px;
        margin-top: 40px;
    }

    .join_sum2_list th {
        font-size: 13px;
        padding: 10px 5px 15px;
    }

    .join_sum2_list td {
        font-size: 12px;
        padding: 10px 5px;
    }

    .pagetion {
    }

    .pagetion a {
        font-size: 13px;
    }

    .neiye_title .lans {
        font-size: 20px;
        line-height: 1;
    }
}

/*newd.html*/
.newsd {
    background: #ffffff;
}

.news_details {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 50px 7%;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
}

.news_details .title {
    font-size: 24px;
    line-height: 1.7;
    color: #222222;
    font-weight: bold;
}

.news_details .right {
    width: 440px;
    float: right; /* padding: 20px 1.6%; */
    box-sizing: border-box;
    padding-top: 45px;
}

.news_details .right .title {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.news_details .mess {
    font-size: 16px;
    color: #888888;
    margin: 27px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 2;
}

.news_details .mess li {
    /* margin-right: 75px; */
    /* float: left; */
    display: inline-block;
    vertical-align: top;
}

.news_details .mess li span {
    color: #000;
}

.news_details .editors {
    font-size: 16px;
    line-height: 2.25;
    color: #666666;
    width: 100%;
    text-align: left;
    padding: 40px 0;
}


.new_pagetion {
    border-top: 1px solid #eeeeee;
    margin-top: 60px;
    padding-top: 30px;
}

.new_pagetion .left1 {
    width: calc(100% - 250px);
    float: left;
    text-align: left;
}

.new_pagetion .left1 a {
    font-size: 16px;
    line-height: 40px;
    color: #222222;
    display: block;
    margin-bottom: 5px;
}

.new_pagetion .left1 a span {
    color: #dd0d54;
}

.new_pagetion .left1 a:hover {
    color: #dd0d54;
}

.new_pagetion .list:hover {
    background: #dd0d54;
    color: #fff;
}

.new_pagetion .list {
    width: 160px;
    height: 50px;
    line-height: 50px;
    /* background: #eeeeee; */
    color: #dd0d54;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    float: right;
}

.new_pagetion .list img {
    margin-right: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.new_pagetion .list img:first-child {
    display: inline-block;
    margin-right: 5px;
}

.new_pagetion .list img:last-child {
    display: none;
}

.new_pagetion .list:hover img:first-child {
    display: none;
}

.new_pagetion .list:hover img:last-child {
    display: inline-block;
    margin-right: 10px;
}

.neiye_nav_news {
    background: transparent;
    border: 0;
    margin-top: 30px;
}

.neiye_nav_design {
    margin: 0;
}

.neiye_nav_news.neiye_nav .right {
}

.neiye_nav_news {

    margin: 0;

    border: 0;
}

@media screen and (max-width: 1600px) {

    .news_details .title {
        font-size: 22px;
    }

    .news_details .mess {
        font-size: 14px;
        margin: 10px 0 5px 0;
        padding-bottom: 20px;
    }

    .news_details .editors {
        font-size: 15px;
        padding: 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .news_details {
        padding: 35px 6%;
    }

    .news_details .editors {
        font-size: 13px;
        line-height: 1.85;
        padding: 10px 0;
    }

    .new_pagetion .left1 {
        width: 100%;
        float: none;
    }

    .new_pagetion .list {
        float: none;
        width: 120px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        margin: 20px auto 0 auto;
    }

    .new_pagetion .list img {
        width: 14px;
    }

    .news_details .left .title {
        font-size: 24px;
    }

    .new_pagetion .left1 a {
        font-size: 14px;
        line-height: 27px;
    }

    .new_pagetion {
        margin-top: 30px;
        padding-top: 20px;
    }

    .news_details {
        padding: 20px 4%;
    }

    .neiye_nav_news {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .news_details .mess {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .news_details .title {
        font-size: 19px;
        line-height: 1.8;
    }

    .news_details .mess li {
        margin-right: 20px;
        line-height: 2;
        font-size: 12px;
    }

    .news_details .left .title {
        font-size: 18px;
    }

    .new_pagetion .left1 a {
        font-size: 12px;
        line-height: 22px;
    }

    .news_details {
        margin-top: 10px;
    }
}

/*S contact.html*/

.jm11_sum .jm11_form {
    font-size: 16px;
}

.jm11_form li {
    position: relative;
    width: calc(50% - 30px);
    float: left;
    margin-bottom: 35px;
}

.jm11_form li:nth-child(2) {
    margin-left: 60px;
}

.jm11_form ul:nth-child(1) li:before, .contact3 .jm11_form .t2:before {
    content: '*';
    color: #bf0206;
    position: absolute;
    top: 10px;
    left: 10px;
}

.contact3 {
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    background-size: cover;
}

.contact3 .text {
    width: 100%;
    height: 52px;
    line-height: 22px;
    padding: 15px 24px;
    font-size: 18px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #222;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.text.select {
    background: url('../images/ico_arrow.png') 95% center no-repeat #f8f8f8;
    background-size: 12px auto;
}

.contact3 .jm11_form .t2 {
    position: relative;
    margin-bottom: 50px;
}

.contact3 .jm11_form .t3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.jm11_form .textarea {
    width: 100%;
    resize: none;
    height: 150px;
    padding: 20px 25px;
    font-size: 18px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.jm11_form li input:focus, .jm11_form textarea:focus {
    border: 1px solid #dd0d54;
    box-shadow: 0 0 10px 0 rgba(34, 148, 175, .1);
}

.help1_form .box {
    border-radius: 13px;
    padding: 0 50px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin-top: -280px;
    position: relative;
    background-color: #ffffff;
    max-width: 1250px;
}

.help1_form .jm11_form {
    padding-top: 25px;
}

.contact3 .title2 {
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 28px;
    color: #0087d5;
    font-weight: bold;
}

.jm11_form .sub {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #dd0d54;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #eee;
    cursor: pointer;
}

.jm11_form .sub:hover {
    background: #dd0d54;
    color: #fff;
}

.jm11_form .sub1 {
    background: #0087d5;
    border: 0;
}

.jm11_form .sub2:hover {
    color: #0092e6;

}


.title_h4 {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.jm11_form {
    padding: 50px 0 60px;
    max-width: 1400px;
    margin: auto;
}

.map_list {
    padding: 100px 0 80px;
    /* display: flex; */
    /* flex-direction: revert; */
    /* justify-content: space-between; */
}

.map_list li {
    box-sizing: border-box;
    /* width: 25%; */
    display: inline-block;
    /* display: inline-block; */
    vertical-align: top;
    padding: 0 2% 0 3%;
    min-height: 150px;
    border-left: 1px solid #e0e0e0;
}

.map_list li:hover .l2 {
    color: #dd0d54;
}

.map_list li:nth-child(2) {
    width:20%;
    padding-left:2.5%
}
.map_list li:nth-child(3) {
    width: 27%;
}
.map_list li:nth-child(4) {
    width: 26%;
}
.map_list li:nth-child(4) .l2{
    text-align:right;
    margin-top:-10%
}
.map_list li:nth-child(1){
    border-left:0;
    padding-left: 0;
    padding-right: 2%;
    width: 24%;
}
.map_list .icon {
    width: 40px;
    float: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.map_list li:hover .icon {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    /*-ms-filter: grayscale(0%);*/
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.map_list .lans {
    width: calc(100% - 65px);
    float: right;
}

.map_list .l1 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.map_list .l2 {
    font-size: 18px;
    line-height: 2;
    color: #999999;
    word-break:break-all;
    /* white-space: break-spaces; */
}

.map_list .line {
    width: 30px;
    height: 1px;
    margin: 22px 0 17px;
    background: #000000;
}

.contact_wrapper {
    margin-top: 60px;
    height: 600px;
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    position: relative;
}

.contact_win {
    width: 400px;
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(50% - 162px);
    text-align: center;
}

.contact_win_wrapper {
    background: #ffffff;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.contact_win_wrapper .c1 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

.contact_win_wrapper .c2 {
    color: #222222;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 10px;
}

.contact_win_wrapper .c2_1 {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    color: #999999;
}

@media only screen and (max-width: 1660px) {
    .contact_wrapper {
        margin-top: 40px;
    }

    .map_list {
        padding: 80px 0 60px;
    }

    .map_list .icon {
        width: 30px;
    }

    .map_list .lans {
        width: calc(100% - 50px);
    }

    .map_list li {
        width: calc(33.3% - 50px);
        min-height: 120px;
    }

    .map_list li:nth-child(2) {
        /* margin: 0 60px 0 80px; */
        /* padding: 0 4%; */
        /* min-height: 100px; */
    }

    .map_list .l1 {
        font-size: 20px;
    }

    .map_list .l2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1440px) {
    .contact_wrapper {
        margin-top: 30px;
        height: 500px;
    }

    .map_list .line {
        width: 25px;
        margin: 15px 0 12px;
    }

    .map_list .icon {
        width: 35px;
    }

    .map_list .lans {
        width: calc(100% - 50px);
    }

    .contact3 .text {
        width: 100%;
        height: 45px;
        line-height: 22px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .jm11_form li {
        margin-bottom: 25px;
    }

    .jm11_form .sub {
        width: 235px;
        height: 55px;
        line-height: 55px;
        margin: 0 10px;
        font-size: 18px;
    }

    .jm11_form .textarea {
        height: 120px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .contact3 .jm11_form .t2 {
        margin-bottom: 60px;
    }

    .map_list li:nth-child(2) {
    }
}

@media only screen and (max-width: 1199px) {
    .contact_wrapper {
        margin-top: 20px;
    }

    .contact3 .jm11_form .t2 {
        margin-bottom: 30px;
    }

    .jm11_form .sub {
        width: 200px;
        margin: 0 10px;
        font-size: 16px;
    }

    .map_list {
        padding: 50px 0 40px;
    }

}

@media only screen and (max-width: 980px) {
    .contact_wrapper {
        padding-top: 10px;
        height: 400px;
    }

    .contact_win {
        width: 280px;
        left: calc(50% - 112px);
    }

    .contact_win_wrapper {
        padding: 15px;
    }

    .contact_win_wrapper .c1 {
        font-size: 17px;
    }

    .contact_win_wrapper .c2 {
        font-size: 13px;
        padding-top: 7px;
    }

    .map_list .line {
        width: 20px;
        margin: 10px 0 6px;
    }

    .map_list .icon {
        width: 5%;
    }

    .map_list .lans {
        width: 93%;
    }
    .map_list {
        display:block;
    }
    .map_list li, .map_list li:nth-child(2) {
        margin: 20px 0;
        padding:10px 0;
        width: 100%!important;
        border: 0;
        min-height: auto;
        display: block;
    }

    .map_list .l1 {
        font-size: 18px;
    }

    .map_list .l2 {
        font-size: 15px;
        line-height: 1.5;
    }

    .map_list li:nth-child(4) .l2{
        text-align:left;
        margin-top:0%
    }
}

@media only screen and (max-width: 540px) {
    .map_list {
        padding: 20px 0;
    }

    .map_list li, .map_list li:nth-child(2) {
        margin: 15px 0;
    }

    .map_list .icon {
        width: 8%;
    }

    .map_list .lans {
        width: 88%;
    }

    .jm11_form li:nth-child(2) {
        margin-left: 0;
    }

    .jm11_form li {
        width: 100%;
        margin-bottom: 15px;
    }

    .jm11_form {
        padding: 20px 0 40px;
    }

    .jm11_form .sub {
        width: 140px;
        margin: 0 10px;
        font-size: 18px;
        line-height: 42px;
        height: 42px;
    }

    .join_sum4_list .l1 {
        font-size: 17px;
        padding-bottom: 5px;
    }

    .contact3 .jm11_form .t3 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .join_sum4_list {
        padding: 30px 0;
    }

    .join_sum4_list li:nth-child(odd), .join_sum4_list li {
        margin: 0 0 35px 0;
    }

    .join_sum5 .guide_list .n1 {
        width: 20px;
        font-size: 15px;
        line-height: 20px;
        height: 20px;
    }

    .join_sum5 .guide_list li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .join_sum5 .ewm {
        margin: 30px auto 40px;
        padding-top: 30px;
    }

    .join_sum5 .guide_list {
        padding: 20px 0 10px;
    }
}

/*E contact.html*/
/*S design.html*/
.design_nav {
    text-align: center;
    /* padding: 20px 0 30px; */
    position: absolute;
    width: 100%;
    top: 20px;
    background: #f8f8f8;
}

.design_nav li {
    line-height: 45px;
    font-size: 18px;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 70px;
}

.design_nav li:hover .icon {
    transform: scale(1.1);
}

.design_nav .icon {
    transform: scale(1);
    width: 45px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.design_nav .icon img:nth-child(1) {
    display: block;
}

.design_nav .icon img:nth-child(2) {
    display: none;
}

.design_nav li:hover, .design_nav li.on {
    color: #dd0d54;
    font-weight: bold;
}

.design_nav li.on .icon img:nth-child(1),
.design_nav li:hover .icon img:nth-child(1) {
    display: none;
}

.design_nav li.on .icon img:nth-child(2),
.design_nav li:hover .icon img:nth-child(2) {
    display: block;
}

.d_list {
    /* padding-bottom: 240px; */
}

.d_list li {
    background: #f8f8f8;
    float: left;
    width: 31.333%;
    box-sizing: border-box;
    margin: 0 0 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.d_list li:nth-child(3n - 1) {
    margin-left: 3%;
    margin-right: 3%;
}

.d_list a {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.c_list a {
    padding-top: 69%;
}

.d_list a .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.d_list a:before {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.d_list a:hover:before {
    opacity: 0;
}

.d_list .ones {
    font-weight: lighter;
    width: 100%;
    line-height: 1;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 3;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;

}

.d_list a:hover .ones {
    opacity: 0;
}

.c_list li {
    margin-top: 55px;
}

.c_list {
    padding-bottom: 120px;
}

.design_details {
    margin-top: 50px;
}

.design_details, .about_pro {
    background: #ffffff;
    box-sizing: border-box;
    padding: 50px;
    margin-bottom: 50px;
    max-width: 1200px;
}

.about_pro .zhi_list {
    margin: 0;
    padding: 40px 0 0;
}

.about_pro .zhi_list li {
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
}

.win_join_details {
    display: none;
}

.win_join_details .bg {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100;
}

.win_join_details .join_details {
    width: 890px;
    max-height: 800px;
    height: 90vh;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 110;
    background: #ffffff;
    border-radius: 20px;

}

.win_join_details .join_details_wrapper {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
}

.win_join_details .tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 38px 0;
    border-bottom: 1px solid #eeeeee;
}

.win_join_details .close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.win_join_details .editor {
    color: #888888;
    font-size: 14px;
    line-height: 2.25;
    overflow-y: auto;
    max-height: 20vh;
    padding-right: 2%;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.editor::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.editor::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.editor::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.win_join_details .ed_tit {
    font-size: 18px;
    color: #000000;
    padding: 32px 0;
}

.win_join_details .ed_emails {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 70px;
}

.win_join_details .ed_emails a {
    color: #dd0d54;
}

.about_pro .neiye_title {
    padding-top: 15px;
}

@media only screen and (max-width: 1440px) {

    .d_list li {
        margin: 0 0 50px;
    }

    .win_join_details .tit {
        font-size: 20px;
        padding: 25px 0;
    }

    .design_details {
        margin-top: 30px;
    }

    .design_details, .about_pro {
        padding: 30px;
        margin-bottom: 30px;
    }

    .d_list {
        /* padding-bottom: 180px; */
    }

    .design_nav li {
        line-height: 24px;
        font-size: 16px;
        padding: 0 40px;
    }

    .design_nav .icon {
        width: 35px;
        margin-right: 7px;
    }

    .d_list .ones {
        font-size: 22px;
        bottom: 15px;
    }

    .design_nav {
        padding-bottom: 0;
    }

    .c_list li {
        margin-top: 35px;
    }

    .c_list {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .win_join_details .ed_tit {
        font-size: 16px;
        padding: 16px 0;
    }

    .win_join_details .ed_emails {
        font-size: 14px;
        margin-top: 30px;
    }

    .win_join_details .tit {
        font-size: 18px;
        padding: 15px 0;
    }

    .win_join_details .join_details {
        width: 90%;
        height: auto;
        max-height: 90vh;
        padding-bottom: 30px;

    }

    .win_join_details .close {
        width: 28px;
        height: 28px;
        top: 10px;
        right: 10px;
    }

    .win_join_details .join_details_wrapper {
        padding: 0 20px;
    }

    .win_join_details .editor {
        font-size: 13px;
        max-height: 40vh;
    }

    .design_details, .about_pro {
        padding: 15px;
        margin-bottom: 15px;
    }

    .design_details {
        margin-top: 15px;
    }

    .d_list {
        /* padding-bottom: 130px; */
    }

    .d_list .ones {
        font-size: 18px;
        bottom: 10px;
    }

    .design_nav li {
        font-size: 15px;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 787px) {
    .about_pro .zhi_list li:nth-child(3n - 1),
    .about_pro .zhi_list li {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .about_pro .zhi_list {
        margin: 0;
        padding: 10px 0 0;
    }

    .d_list {
    }

    .design_nav li {
        font-size: 14px;
        padding: 0 25px;
        line-height: 25px;
    }

    .design_nav .icon {
        width: 25px;
        margin-right: 3px;
    }

    .d_list .ones {
        font-size: 15px;
        bottom: 8px;
    }

    .d_list li:nth-child(3n - 1), .d_list li {
        width: 48%;
        margin: 0 0 40px;
    }

    .d_list li:nth-child(even) {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 540px) {

    .d_list .ones {
        font-size: 13px;
    }

    .d_list li:nth-child(3n - 1), .d_list li {
        margin: 0 0 20px 0;
    }

    .d_list li:nth-child(even) {
        margin-left: 4%;
    }

    .design_nav li {
        line-height: 20px;
        font-size: 13px;
        padding: 0 8px;
    }

    .design_nav .icon {
        width: 20px;
        margin-right: 0px;
    }
}

/*E design.html*/
/*S zhi_list.html*/
.zhi_list {

    padding-bottom: 20px;
}


.zhi_list li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: calc(31.333% - 4px);
}

.zhi_list a:before {
    display: none;
}

.zhi_list .tit {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 20px 0 7px;
}

.zhi_list a:hover .tit {
    color: #dd0d54;
}

.zhi_list .tips {
    font-size: 18px;
    color: #666666;
    margin-bottom: 25px;
    display: none;
}

.zhi_details {

}

.zhi_details .pic {
    width: 59%;
    float: left;
}

.zhi_details .lans {
    width: 36%;
    float: right;
    padding-top: 20px;
}

.zhi_details .l1 {
    font-size: 36px;
    color: #000000;
}

.zhi_details .l1:hover {
    color: #dd0d54;
}

.zhi_details .l2 {
    font-size: 18px;
    color: #666666;
    margin: 11px 0 40px;
}

.zhi_details .l3 {
    width: 75px;
    height: 1px;
    background: #000000;
    margin-bottom: -1px;
    position: relative;
}

.zhi_details .l3:after {
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 1px;
    left: 100%;
    background-color: #ffffff;
}

.zhi_details .l4 {
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 2.25;
    color: #999999;
    padding-top: 35px;
    border-bottom: 1px solid #eee;
}

.zhi_details .editor2 {
    font-size: 18px;
    color: #dd0d54;
    margin: 20px 0 20px;
}

@media only screen and (max-width: 1800px) {
    .zhi_details .lans {
        padding-top: 10px;
    }

    .zhi_details .l1 {
        font-size: 30px;
    }

    .zhi_details .l2 {
        font-size: 16px;
        margin: 7px 0 25px;
    }

    .zhi_details .l4 {
        font-size: 14px;
        padding-top: 25px;
    }

    .zhi_details .editor2 {
        font-size: 15px;
        margin: 5px 0 10px;
    }
}

@media only screen and (max-width: 1600px) {
    .zhi_list li {
        margin-top: 10px;
    }

    .zhi_details .pic {
        width: 55%;
    }

    .zhi_details .lans {
        width: 42%;
        padding-top: 10px;
    }

    .zhi_details .l1 {
        font-size: 27px;
    }

    .zhi_details .l2 {
        font-size: 15px;
        margin: 5px 0 20px;
    }

    .zhi_details .l4 {
        font-size: 14px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1440px) {

    .zhi_details .lans {
        padding-top: 0px;
    }

    .zhi_details .l1 {
        font-size: 24px;
    }

    .zhi_details .l2 {
        font-size: 13px;
        margin: 5px 0 15px;
    }

    .zhi_details .l4 {
        font-size: 13px;
        padding-top: 15px;
    }

    .zhi_list .tit {
        font-size: 16px;
        margin: 13px 0 5px;
    }

    .zhi_list .tips {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .zhi_list {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1199px) {

    .zhi_details .lans {
        padding-top: 5px;
    }

    .zhi_details .l1 {
        font-size: 20px;
    }

    .zhi_details .l2 {
        font-size: 12px;
    }

    .zhi_details .l4 {
        font-size: 12px;
        padding-top: 12px;
        line-height: 2;
    }

    .zhi_details .editor2 {
        font-size: 14px;
    }

    .zhi_list .tit {
        font-size: 18px;
        margin: 8px 0 2px;
    }

    .zhi_list .tips {
        font-size: 14px;
        margin-bottom: 0;
    }

    .zhi_list li:nth-child(3n - 1), .zhi_list li {
        width: calc(48% - 4px);
        margin: 40px 0 0;
    }

    .zhi_list li:nth-child(even) {
        margin-left: 4%
    }

    .zhi_list {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 980px) {

    .zhi_details .pic {
        width: 100%;
        float: none;
    }

    .zhi_details .lans {
        width: 100%;
        float: none;
        padding-top: 14px;
    }

}

@media only screen and (max-width: 787px) {
    .zhi_list .tit {
        font-size: 14px;
    }

    .zhi_list .tips {
        font-size: 12px;
    }

    .zhi_list li:nth-child(3n - 1), .zhi_list li {
        margin: 30px 0 0;
    }

    .zhi_list li:nth-child(even) {
        margin-left: 4%
    }

    .zhi_list {
        padding-bottom: 40px;
        margin-top: -10px;
    }
}

/*E zhi_list.html*/
/*A.about.html*/

.about1 {
    padding: 100px 0 40px;
}

.about1 .left {
    width: 50%;
    float: left;
}

.pc-slide {
    margin: 0 auto;
}

.pc-slide .view {
}


.view .swiper-container .swiper-slide {
    width: 100%;
    background-size: cover;
    height: 550px;
}


.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
}

.preview .swiper-container {
    width: 100%;
    /* height: 110px; */
}

.preview .swiper-slide {
    width: 165px;
    /* height: 110px; */
    padding-right: 17px;
    cursor: pointer;
}

.preview .arrow_sum {
    position: absolute;
    bottom: 0;
    right: 0;
}

.preview .arrow_wrapper {
    position: relative;
    width: 80px;
    height: 35px;
}

.preview .arrow-left {
    background: url('../images/icon_arrow_on.png') no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    z-index: 10;
}

.preview .arrow-right {
    background: url('../images/icon_arrow_on.png') no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: absolute;
    right: 0px;
    top: 0;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    z-index: 10;
}

.preview .arrow-right:hover, .preview .arrow-left:hover {
    background-image: url("../images/icon_arrow.png");
    background-size: 100% 100%;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    opacity: .88;
}

.about1 .right {
    width: 46%;
    float: right;
}

.about1 .r1 {
    text-align: left;
    padding-top: 0;
}

.about1 .r1 .line {
    margin-left: 0;
}

.about1 .r2 {
    font-size: 16px;
    line-height: 2.25;
    color: #888888;
    -webkit-line-clamp: 8;
    margin: 25px 0 15px;
    text-align: justify;
}

.about1 .r3 {
    font-size: 16px;
    color: #000000;
}

.about1 .r4 {
    margin-top: 26px;
}

.about2 {
    background: #ffffff;
    padding: 34px 0;
}

.about2_list {
    position: relative;
    height: 650px;
    /* margin-top: 85px; */
}

.about2_list li {
    width: calc(50% - 5px);
    position: absolute;
    background: center center no-repeat;
    background-size: auto 100%;
    /* background-size: cover; */
}

.about2_list li:hover {
    animation: example .5s linear forwards;
    -webkit-animation: example .5s linear forwards;
}

@keyframes example {
    0% {
        background-size: auto 100%;
    }
    100% {
        background-size: auto 110%;
    }
}

@-webkit-keyframes example {
    0% {
        background-size: auto 100%;
    }
    100% {
        background-size: auto 110%;
    }
}

.about2_list .lans {
    position: absolute;
    width: 48%;
}

.about2_list .tit {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.about2_list .tips {
    margin-top: 7px;
    font-size: 18px;
    line-height: 2;
    color: #666666;
    letter-spacing: 0.2em;
}

.about2_list li .li {
    width: 100%;
    display: block;
    position: relative;
}

.about2_list li:nth-child(1) {
    top: 0;
    left: 0;
}

.about2_list li:nth-child(1) .li {
    height: 650px;
}

.about2_list li:nth-child(1) .lans {
    top: 12%;
    right: 1.5%;
}

.about2_list li:nth-child(2) {
    top: 0;
    right: 0;
}

.about2_list li:nth-child(2) .li {
    height: 330px;
}

.about2_list li:nth-child(2) .lans {
    top: 18%;
    right: 7.5%;
}

.about2_list li:nth-child(3) {
    bottom: 0;
    right: 0;
}

.about2_list li:nth-child(3) .li {
    height: 310px;
}

.about2_list li:nth-child(3) .lans {
    top: 13%;
    left: 13.5%;
    min-width: 70%;
}

.about3, #development {
    background: #ffffff;
    /* padding: 20px 0; */
}

#development {
    margin-bottom: 0 !important;
}

.about3 .bg {
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    height: 670px;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.bg {
}

.about3 .box1 {
    position: relative;
}

.about3 .box1:after {
    content: '';
    width: 140%;
    height: 1px;
    background: #ffffff;
    opacity: .1;
    position: absolute;
    top: 160px;
    left: 0;
}

.about3 .swiper-slide {
    box-sizing: border-box;
    padding: 50px 40px;
}

.about3 .year {
    font-size: 35px;
    color: #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-family: "Microsoft YaHei", arial;
}

.about3 .radius1 {
    width: 100px;
    height: 100px;
    background: url("../images/radius.png") no-repeat;
    background-size: 100% 100%;
    margin: 20px auto;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about3 .swiper-slide:hover .radius1 {
    background: url("../images/radius2.png") no-repeat;
    background-size: 100% 100%;
}

.about3 .desc {
    font-size: 18px;
    line-height: 30px;
    color: #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about3 .swiper-slide:hover .year, .about3 .swiper-slide:hover .desc {
    color: #ffffff;
    font-weight: bold;
}

.a .about3 .swiper-slide:hover .year {
    font-size: 40px;
    margin-top: -10px;
}

.about3 .swiper-slide:hover .desc {
    margin-bottom: 5px;
}

.about3 .swiper-button-next,
.about3 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("../images/icon_arrow3.png");
    background-size: 100%;
    margin-top: -20px;
    margin-bottom: 40px;
}

.about3 .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.about3 .swiper-button-prev:hover,
.about3 .swiper-button-next:hover {
    background: url("../images/icon_arrow3_on.png");
    background-size: 100%;
}

.honor_list {
    width: 102%;
    margin-left: -1%;
    /* margin-top: -1%; */
}
.honor_list .swiper-pagination{
    bottom:9%!important;
}

.honor_list .swiper-container {
    padding-bottom: 120px;
}

.honor_list a {
    padding: 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

.honor_list a .picture {
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
}

.honor_list a:hover .picture {
    box-shadow: 0 0 18px rgba(0, 0, 0, .15);
}

.honor_list a .picture {
    width: 100%;
    padding-top: 130%;
    background: #ffffff;
    position: relative;
}

.honor_list a .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
}

.honor_list .each-item:hover .picture img {
    transform: scale(1.1) translate(-45%, -45%);
    -moz-transform: scale(1.1) translate(-45%, -45%);
    -webkit-transform: scale(1.1) translate(-45%, -45%);
    zoom: 1.1 \9;
}

.about4 {
    /* background: #ffffff; */
    margin: -40px 0 -65px;
}

.about6 {
    background: #F5F5F5;
    padding-top: 30px;
    margin-top: -80px;
    padding-bottom: 30px;
}
.news_sum li {
    width: calc((48% - 4px));
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
}

.news_sum li:nth-child(even) {
    margin-left: 4%;
}

.news_sum a {
    display: block;
}

.news_sum .picture {
    width: 190px;
    float: left;
}

.news_sum .lans {
    width: calc(100% - 215px);
    float: right;
    padding-bottom: 13px;
    border-bottom: 1px solid #eee;
}

.news_sum .n1 {
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin: 15px 0;
}

.news_sum .n1 .line {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    margin-right: 10px;
    height: 1px;
    background: #0683a0;
    margin-top: 7px;
}

.news_sum .n1 span {
    color: #888888;
}

.news_sum .n2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
    color: #666;
    /* padding: 12px 0 20px; */
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_sum a:hover .n2 {
    font-weight: bold;
    color: #dd0d54;
}

.news_sum .slick-slide a:hover .n2 {
    font-weight: bold;
    color: #666 !important;
}

.news_sum .n2 img {
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.news_sum a:hover img {
    padding-left: 5px;
}

.about6 .pagetion {
    padding-bottom: 100px;
    text-align: center;
}

.about5 {
    background: #ffffff;
    padding-bottom: 100px;
    padding-top: 25px;
}

.about5 .big {
    position: relative;
}

.about5 .swiper-button-prev,
.about5 .swiper-button-next {
    background-image: url("../images/icon_arrow2.png");
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    left: -100px;
}

.about5 .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: auto;
    right: -100px;
}

.about5 .swiper-button-prev:hover,
.about5 .swiper-button-next:hover {
    background-image: url("../images/icon_arrow2_on.png");
    background-size: 100% 100%;
}

.about5 .small {
    padding-top: 17px;
    width: calc(100% + 30px);
}

.about5 .small .swiper-slide {
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}

.about5 .small .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    background: #000000;
    opacity: .5;
    z-index: 5;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about5 .small .swiper-slide.active-nav:after {
    opacity: 0;
}

.show_sum {
    padding: 0 100px;
}

@media screen and (max-width: 1660px) {


    .about5 {
        padding-bottom: 100px;
    }

    .show_sum {
        padding: 0 60px;
    }

    .about5 .swiper-button-prev,
    .about5 .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        left: -60px;
    }

    .about5 .swiper-button-next {
        left: auto;
        right: -60px;
    }

    .about5 .small {
        padding-top: 12px;
        width: calc(100% + 20px);
    }

    .about5 .small .swiper-slide {
        padding-right: 20px;
    }

    .about5 .small .swiper-slide:after {
        width: calc(100% - 20px);
    }

    .about1 {
        padding: 80px 0 20px;
    }

    .about1 .r2 {
        font-size: 14px;
        margin: 30px 0 5px;
        -webkit-line-clamp: 8;
    }

    .about1 .r3 {
        font-size: 15px;
    }

    .preview .swiper-slide {
        width: 140px;
        /* height: 95px; */
        padding-right: 17px;
        overflow: hidden;
    }

    .about1 .r4 {
        margin-top: 20px;
        /* height: 100px; */
    }

    .view .swiper-container .swiper-slide {
        height: 479px;
    }

    .about2_list .tit {
        font-size: 27px;
    }

    .about2_list .tips {
        margin-top: 5px;
        font-size: 16px;
    }

    .about2_list li:nth-child(1) .li {
        height: 580px;
    }

    .about2_list li:nth-child(2) .li {
        height: 320px;
    }

    .about2_list li:nth-child(3) .li {
        height: 247px;
    }

    .about2_list {
        height: 580px;
        margin-top: 40px;
    }

    .honor_list .swiper-container {
        padding-bottom: 150px;
    }

    .honor_list a {
        padding: 15px;
    }

    .news_sum .n2 {
        font-size: 16px;
        /* padding: 9px 0 16px; */
    }

    .news_sum .n1 {
        font-size: 15px;
        margin: 10px 0;
    }

    .news_sum .picture {
        width: 160px;
    }

    .news_sum .lans {
        width: calc(100% - 180px);
        /* padding-top: 10px; */
    }

    .news_sum li {
        margin-top: 40px;
    }

    .about6 .pagetion {
        padding-bottom: 70px;
    }

    .about3 .swiper-slide {
        padding: 50px 20px 35px;
    }

    .about3 .year {
        font-size: 30px;
    }

    .about3 .active .year {
        /* font-size: 35px; */
    }

    .about3 .radius1 {
        width: 65px;
        height: 65px;
        margin: 10px auto;
    }

    .about3 .desc {
        font-size: 16px;
        line-height: 1.8;
    }

    .about3 .swiper-button-next,
    .about3 .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -15px;
    }

    .about3 .box1:after {
        width: 140%;
        top: 126px;
    }

    .about3 .bg {
        height: 500px;
    }
}

@media screen and (max-width: 1440px) {
    .about1 .r4 {
        margin-top: 45px;
    }

    .preview .swiper-slide {
        width: 120px;
        /* height: 95px; */
        padding-right: 10px;
    }

    .about5 {
        padding-bottom: 120px;
    }

    .about5 .small {
        padding-top: 10px;
        width: calc(100% + 15px);
    }

    .about5 .small .swiper-slide {
        padding-right: 15px;
    }

    .about5 .small .swiper-slide:after {
        width: calc(100% - 15px);
    }

    .about6 .pagetion {
        padding-bottom: 50px;
    }

    .honor_list a {
        padding: 12px;
    }

    .about1 {
        padding: 60px 0 10px;
    }

    .view .swiper-container .swiper-slide {
        height: 481px;
    }

    .about2_list .tit {
        font-size: 24px;
    }

    .about2_list .tips {
        /* margin-top: 15px; */
        font-size: 15px;
    }

    .about2_list li:nth-child(1) .li {
        height: 500px;
    }

    .about2_list li:nth-child(2) .li {
        height: 280px;
    }

    .about2_list li:nth-child(3) .li {
        height: 210px;
    }

    .about2_list {
        height: 500px;
        margin-top: 30px;
    }

    .news_sum .n2 {
        font-size: 14px;
        /* padding: 5px 0 10px; */
    }

    .news_sum .n1 {
        font-size: 13px;
        margin: 5px 0;
    }

    .news_sum .picture {
        width: 135px;
    }

    .news_sum .lans {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 1199px) {

    .about3 .swiper-slide {
        padding: 0 10px;
    }

    .about3 .year {
        font-size: 24px;
    }

    .about3 .active .year {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 0
    }

    .about3 .radius1 {
        width: 45px;
        height: 45px;
        margin: 10px auto;
    }

    .about3 .desc {
        font-size: 13px;
    }

    .about3 .swiper-button-next,
    .about3 .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        left: 0;
    }

    .about3 .swiper-button-next {
        left: auto;
        right: 0;
    }

    .about3 .box1:after {
        top: 60px;
    }

    .about3 .bg {
        height: 350px;
    }

    .about5 {
        padding-bottom: 100px;
    }

    .show_sum {
        padding: 0 30px;
    }

    .news_sum .picture {
        width: 120px;
    }

    .news_sum .n2 {
        font-size: 13px;
    }

    .news_sum .n1 {
        font-size: 12px;
    }

    .honor_list a {
        padding: 8px;
    }

    .about1 {
        padding: 50px 0 70px;
    }

    .about1 .r2, .about1 .r3 {
        font-size: 14px;
        -webkit-line-clamp: 11;
    }

    .view .swiper-container .swiper-slide {
        height: 460px;
    }

    .about1 .r4 {
        margin-top: 15px;
        padding-right: 50px;
    }

    .preview .swiper-slide {
        width: 110px;
        padding-right: 10px;
    }

    .preview .arrow-left, .preview .arrow-right {
        width: 28px;
        height: 28px;
    }

    .preview .arrow_wrapper {
        width: 65px;
        height: 28px;
    }

    .about2_list .tit {
        font-size: 20px;
    }

    .about2_list .tips {
        /* margin-top: 10px; */
        font-size: 13px;
        line-height: 1.8;
    }

    .honor_list .swiper-container {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 980px) {

    .about3 .year {
        font-size: 17px;
        margin-top: 6px;
    }

    .about3 .active .year {
        font-size: 22px;
    }

    .about5 {
        padding-bottom: 50px;
    }

    .about5 .swiper-button-prev,
    .about5 .swiper-button-next {
        width: 26px;
        height: 26px;
        margin-top: -10px;
        left: -30px;
    }

    .about5 .swiper-button-next {
        left: auto;
        right: -30px;
    }

    .about5 .small {
        padding-top: 5px;
        width: calc(100% + 5px);
    }

    .about5 .small .swiper-slide {
        padding-right: 5px;
    }

    .about5 .small .swiper-slide:after {
        width: calc(100% - 5px);
    }

    .honor_list {
        width: 100%;
        margin: auto;
        padding-top: 10px;
    }

    .honor_list .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .honor_list a {
        padding: 5px;
    }

    .about2_list li {
        position: static;
        float: left;
    }

    .about2_list li:nth-child(1) {
        width: 100%;
        margin-bottom: 10px;
    }

    .about2_list li {
        background-size: cover;
    }

    @keyframes example {
        0% {
            background-size: cover;
        }
        100% {
            background-size: cover;
        }
    }
    @-webkit-keyframes example {
        0% {
            background-size: cover;
        }
        100% {
            background-size: cover;
        }
    }
    .about2_list li:nth-child(1) .li {
        height: 300px;
    }

    .about2_list li:nth-child(2) .li {
        height: 160px;
    }

    .about2_list li:nth-child(3) .li {
        height: 160px;
    }

    .about2_list li:nth-child(3) {
        margin-left: 10px;
    }

    .about2_list .tit {
        font-size: 16px;
    }

    .about2_list .tips {
        font-size: 12px;
    }

    .about1 {
        padding: 30px 0 50px;
    }

    .about1 .left, .about1 .right {
        width: 100%;
        float: none;
        margin-top: 40px;
    }

    .about1 .left {
        max-width: 500px;
    }

    .view .swiper-container .swiper-slide {
        height: auto;
        padding-top: 85%;
    }

    .about1 .r2, .about1 .r3 {
        font-size: 13px;
    }

    .about1 .r2 {
        margin: 20px 0 15px;
    }

    .about1 .r4 {
        margin-top: 30px;
        height: 80px;
        padding-right: 60px;
        display: none;
    }

    .preview .arrow_wrapper {
        width: 55px;
    }

    .about2_list {
        height: auto;
        margin-top: 20px;
        width: 92%;
        margin: 15px auto 0;
    }

    .honor_list .swiper-container {
        padding-bottom: 80px;
    }

    .news_sum li:nth-child(even), .news_sum li {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .news_sum .n2 {
        min-height: auto;
        padding: 0;
        line-height: 1.8;
        margin: 8px 0 12px;
    }

    .about6 .pagetion {
        padding-bottom: 40px;
        padding-top: 30px
    }

    .about1 {
        margin-top: -40px
    }
}

@media screen and (max-width: 540px) {
    .about2, .about1 {
        padding: 0;
    }

    .about2_list li:nth-child(2) {
        width: 100%;
    }

    .about2_list li:nth-child(3) {
        width: 100%;
        margin: 10px 0
    }

    .about3 .bg {
        height: auto;
        display: block;
        flex-direction: column;
        justify-content: center;
        padding: 25px 0 20px;
    }

    .about3 .swiper-button-next,
    .about3 .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -25px;
    }

    .about5 .swiper-button-prev,
    .about5 .swiper-button-next {
        display: none;
    }

    .show_sum {
        padding: 0;
    }

    .about5 {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .news_sum .n1 .line {
        width: 10px;
        margin-right: 4px;
        margin-top: 5px;
    }

    .about6 {
        padding-top: 10px
    }

    .news_sum .lans {
        padding-top: 5px;
        width: calc(100% - 140px);
    }

    .news_sum .n2 {
    }

    .honor_list .swiper-container {
        padding-bottom: 50px;
    }

    .about2_list .lans {
        width: 90%;
        top: 10% !important;
        left: 5% !important;
    }

    .about2_list li:nth-child(2) .lans {
        text-align: right;
    }

    .about2_list .tips {
        color: #4a4646;
        text-shadow: 1px 1px 5px rgba(255, 255, 255, .2);
    }

    .about2_list li .li {
        background: rgba(255, 255, 255, .15);
    }

    .about2_list li:nth-child(1) .li {
        height: 200px;
    }

    .about2_list li:nth-child(2) .li {
        height: 180px;
    }

    .about2_list li:nth-child(3) .li {
        height: 180px;
    }
}

/*E about.htmml*/
/*S footer*/
.footer_container {
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    background-size: cover;
}

.footer_container .footer_top {

    padding: 50px 0;
}

.footer_container .footer_contact {

}

.footer_container .c_list {

}

.footer_container .c_list dd {

}

.footer_container .footer_nav {
    border-right: 1px solid rgba(255, 255, 255, .2);
    float: left;
    display: block;
    width: 77%;
    padding: 5px 0 20px 0;
    margin-left: -1%;
}

.footer_nav li {
    display: inline-block;
    margin-right: 5vw;
    vertical-align: top;
}

.footer_nav li:last-child {
    margin-right: 0;
}

.footer_nav h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.new_footer_ewm .ewm{padding-top: 10px;}

.new_footer_ewm li:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, .2);
    height: 280px;
    padding-right: 5vw;
    margin-bottom: 0%;
}
.new_footer_ewm li:nth-child(1) h3{
    text-align:center;
}

li {
}

.new_footer_ewm li img {
    width: 89px;


}

.footer_nav a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #eeeeee;
    padding-right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.footer_nav a:hover {
    padding-left: 5px;
    padding-right: 5px;
}

.footer_contact {
    width: 18%;
    float: right;
    text-align: right;
}

.footer_contact .iphone_number {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.footer_contact .tips {
    font-size: 18px;
    color: #a19f9f;
    margin: 6px 0 23px;
}

.footer_contact .contact {

}

.footer_contact .contact .text {
    width: calc(100% - 80px);
    float: left;
    line-height: 45px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 20px;
    background: #ffffff;
    border: 0;
    text-align: left;
}

.footer_contact .contact .sub {
    width: 80px;
    line-height: 45px;
    font-size: 18px;
    float: left;
    text-align: center;
    color: #ffffff;
    background: #dd0d54;
    border: 0;
    box-sizing: border-box;
}

.footer_contact .c_f_list {
    padding-top: 48px;
}

.footer_contact .c_f_list dd {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.footer_contact .c_f_list dd a:hover {
    opacity: .8;
}

.footer_bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
}

.footer_bottom .left {
    float: left;
    color: #a7a7a7;
}

.footer_bottom .left a {
    color: #a7a7a7;
}

.footer_bottom .left a.href {
    color: #ffffff;
}

.footer_bottom .right {
    color: #a7a7a7;
    float: right;
}

@media only screen and (max-width: 1750px) {
    .footer_container .footer_nav{
        width:78%;
        margin-left:-2%;
    }
    .new_footer_ewm li:nth-child(1) {
        padding-right: 5%;
        margin-right: 4%;
    }

    .footer_contact .c_f_list dd {
        width: 34px;
        margin-left: 8px;
    }

    .footer_contact .c_f_list {
        padding-top: 25px;
    }

    .footer_nav li {
        margin-right: 8%;
    }

    .footer_container .footer_top {
        padding: 40px 0;
    }

    .footer_contact .iphone_number {
        font-size: 28px;
    }

    .footer_contact .tips, .footer_contact .contact .sub {
        font-size: 15px;
    }

    .footer_nav h3 {
        font-size: 14px;
    }

    .footer_nav a {
        font-size: 12px;
        line-height: 2.25;
    }

    .footer_contact .contact .text {
        font-size: 12px;
        padding: 0 10px;
        width: calc(100% - 60px);
        line-height: 35px;
    }

    .footer_contact .contact .sub {
        width: 60px;
        line-height: 35px;
    }

    .footer_contact {
        width: 20%;
    }
}

@media only screen and (max-width: 1550px) {
    .footer_container .footer_nav{
        width:80%;
        margin-left:-2%;
    }
    .new_footer_ewm li:nth-child(1) {
        border-right: 1px solid rgba(255, 255, 255, .2);
        padding-right: 8%;
        height: 200px;
        margin-right: 0;
    }

    .new_footer_ewm li:nth-child(1) {
        padding-right: 6%;
        margin-right: 4%;
    }

    .footer_nav li {
        margin-right: 5%;
    }

    .footer_container .footer_top {
        padding: 30px 0;
    }

    .ewm img {
        width: 50px
    }

    .new_footer_ewm li img {
        width: 70px;
    }

    .footer_nav li {
        margin-right: 7%;
    }

    .footer_contact .iphone_number {
        font-size: 26px;
    }

    .footer_contact .tips, .footer_contact .contact .sub {
        font-size: 14px;
    }

    .footer_nav h3 {
        font-size: 13px;
    }

    .footer_contact {
        width: 22%;
    }

    .footer_container .footer_nav {
        width: 77%;
    }

    .footer_bottom {
        padding: 12px 0;
        font-size: 12px;
    }

}


@media only screen and (max-width: 1400px) {
    .footer_nav li {
        margin-right: 5.3%;
    }

}

@media only screen and (max-width: 1250px) {
    .footer_nav li {
        margin-right: 4.5%;
    }
}

@media only screen and (max-width: 1199px) {
    .footer_top {
        display: none
    }


    .new_footer_ewm li:nth-child(1) {
        padding-left: 2%;

    }

    .footer_bottom .left, .footer_bottom .right {
        float: none;
        line-height: 2;
    }
}

/*E footer*/
/*S index.html*/
.banner .swiper-slide {
    height: calc(100vh - 100px);
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
}

.banner .swiper-pagination {
    bottom: 7% !important;
}

.banner .swiper-pagination-bullet {
    /*border-color: #ffffff;*/
    border-width: 2px;
}

.banner .swiper-pagination-bullet-active {
    background: #ffffff;
}

.pro_index {
    background: #ffffff;
    padding: 20px 0 1px;
}

.pro_index_list {
    padding: 50px 0 0;
}

.pro_index_list li {
    width: calc(50% - 21px);
    display: inline-block;
    vertical-align: top;
}

.pro_index_list li:nth-child(even) {
    margin-left: 38px;
}

.pro_index_list a {
    position: relative;
    display: block;
    padding-top: 60%;
    overflow: hidden;
    margin-bottom: 45px;
}

.pro_index_list .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pro_index_list .lans {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 50px;
}

.pro_index_list .l1 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
}

.pro_index_list .l2 {
    font-size: 18px;
    color: #666666;
    margin: 15px 0 30px;
    letter-spacing: 4px;
}

.pro_index_list .btns, .more_index {
    width: 140px;
    line-height: 45px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 16px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: auto;
    text-align: center;
}

.more_index {
    display: block;
    margin: auto;
}


.pro_index_list a:hover .btns, .more_index:hover {
    background: #dd0d54;
    color: #ffffff;
    border: 1px solid #dd0d54;
}

.path_index .small {
    position: relative;
    margin: -50px auto 0;
    width: 95%;
}

.path_index {
    padding: 10px 0 40px;
    background: #ffffff;
}

.path_index .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    margin: auto;
    transition: all .7s;
    -webkit-transition: all .7s;
    box-shadow: 0 10px 11px rgba(0, 0, 0, .1);
}

.path_index .small .lans {
    color: #666666;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
}

.path_index .icon span {
    display: block;
    transition: all .7s;
    -webkit-transition: all .7s;
    margin-top: 0;
}

.path_index a:hover .icon span, .path_index a.active-nav .icon span {
    margin-top: -100px;
}

.path_index a .icon img {
    padding: 25px;
    box-sizing: border-box;
}

.path_index a:hover .icon, .path_index a.active-nav .icon {
    background: #dd0d54;
}

.path_index a:hover .lans, .path_index a.active-nav .lans {
    color: #dd0d54;
}

.path_index .swiper-button-prev, .path_index .swiper-button-next {
    background: url("../images/i9.png") no-repeat;
    width: 52px;
    height: 52px;
    background-size: 100% 100%;
    right: 35px;
    left: auto;
    margin-top: -26px;
    top: 50%;
}

.path_index .big {
    position: relative;
}

.path_index .swiper-button-prev {
    left: 35px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.path_index .swiper-button:hover {
    background: url("../images/i10.png") no-repeat;
    background-size: 100% 100%;
}

.case_list {
    position: relative;
    padding: 0;
    width: calc(100% - 24px);
    margin-bottom: 47px;
    margin-top: 75px;
}

.case_list.d_list .ones {
    font-size: 24px
}

.case_list li {
    float: none;
    width: auto;
    margin: 0;
}

.case_list.d_list a {
    position: relative;
    padding-top: 0;
}

.case_list.d_list a .picture {
    position: static;
}

.case_list li {
    position: absolute;
}

.case_list li:nth-child(1) {
    width: 29.3%;
    position: static;
}

.case_list li:nth-child(3) {
    left: calc(29.5% + 9px);
    width: 42.6%;
    top: 0;
}

.case_list li:nth-child(4) {
    bottom: 0;
    width: 19.7%;
    left: calc(29.3% + 9px);
}

.case_list li:nth-child(5) {
    bottom: 0;
    width: 22.4%;
    left: calc(49% + 18px);
}

.case_list li:nth-child(2) {
    bottom: 0;
    width: 28.45%;
    right: -24px;
}

.case_list li:nth-child(2) .ones {
    /*opacity: 0;*/
}

.case_list.d_list li:nth-child(3n - 1) {
    margin: 0;
}

.case_index {
    padding-bottom: 60px;
}

.news_index {
    background: #ffffff;
    padding: 1px 0;
}

.news_index .left {
    width: 48%;
    float: left;
}

.news_index .left .title {
    font-size: 24px;
    font-weight: bold;
    color: #dd0d54;
    margin: 0px 0 10px;
}

.news_index .left.news_sum .lans {
    width: 100%;
    float: none;
    padding: 30px 0 22px;
}

.news_index .left.news_sum .picture {
    position: relative;
    padding-top: 56%;
    width: 100%;
    float: none;
}

.news_index .left.news_sum .picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news_index .right {
    width: 47%;
    float: right;
}

.news_index li {
    width: 100%;
    margin-top: 50px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.news_index .news_sum li:nth-child(even) {
    margin-left: 0;
}

.news_index .number {

    position: absolute;

    bottom: 20px;

    right: 20px;

    font-size: 18px;

    line-height: 1;

    color: #cccccc;
}

.news_index .total {

}

.news_index .num {
    color: #fff;
    font-size: 32px;
    display: inline;
    letter-spacing: -5px;
}

.news_index .more_index {
    margin: 60px auto;
}

.news_index .left.news_sum .n1 {
    margin: 20px 0;
}

.news_index .right a:hover .n2 {
    color: #dd0d54;
}

@media only screen and (max-width: 1660px) {

    .case_list.d_list .ones {
        font-size: 22px
    }

    .news_index .more_index {
        margin: 40px auto;
    }

    .news_index li {
        margin-top: 40px;
    }

    .case_index {
        padding-bottom: 40px;
    }

    .path_index {
        padding: 40px 0 20px;
    }

    .path_index .swiper-button-prev, .path_index .swiper-button-next {
        width: 45px;
        height: 45px;
        right: 20px;
        margin-top: -22px;
    }

    .path_index .swiper-button-prev {
        left: 20px;
    }


    .path_index a:hover .icon span, .path_index a.active-nav .icon span {
        margin-top: -80px;
    }

    .path_index .icon {
        width: 80px;
        height: 80px;
    }

    .path_index .small .lans {
        font-size: 16px;
        padding: 15px 0;
    }

    .path_index a:hover .icon span, .path_index a.active-nav .icon span {
        margin-top: -80px;
    }

    .path_index a .icon img {
        padding: 20px;
    }

    .pro_index_list .lans {
        top: 40px;
        left: 40px;
    }

    .pro_index_list .l1 {
        font-size: 27px;
    }

    .pro_index_list .l2 {
        font-size: 16px;
        margin: 10px 0 22px;
        letter-spacing: 3px;
    }

    .pro_index_list .btns, .more_index {
        width: 120px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1440px) {

    .news_index .left.news_sum .n1 {
        margin: 10px 0;
    }

    .pro_index {
        padding: 0 0 5px;
    }

    .case_list.d_list .ones {
        font-size: 20px
    }

    .news_index li {
        margin-top: 36px;
    }

    .news_index .left.news_sum .lans {
        padding: 20px 0 12px;
    }

    .news_index .number {
        bottom: 10px;
        right: 10px;
        font-size: 14px;
    }

    .news_index .num {
        font-size: 24px;
    }

    .news_index .left .title {
        font-size: 20px;
        /* margin: 15px 0 0; */
    }

    .pro_index_list .lans {
        top: 30px;
        left: 30px;
    }

    .pro_index_list .l1 {
        font-size: 24px;
    }

    .pro_index_list .l2 {
        font-size: 14px;
        margin: 7px 0 22px;
    }

    .pro_index_list .btns, .more_index {
        width: 100px;
        line-height: 35px;
        height: 35px;
        font-size: 13px;
    }

    .pro_index_list li {
        width: calc(50% - 8px);
        display: inline-block;
        vertical-align: top;
    }

    .pro_index_list li:nth-child(even) {
        margin-left: 12px;
    }

    .pro_index_list a {
        padding-top: 60%;
        margin-bottom: 14px;
    }
}


@media only screen and (max-width: 1370px) {
    .news_index li {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 1300px) {
    .news_index li {
        margin-top: 25px;
    }

    .case_list.d_list .ones {
        font-size: 18px
    }
}

@media only screen and (max-width: 1199px) {
    .news_index .left .title {
        font-size: 18px;
    }

    .case_list.d_list .ones {
        font-size: 16px
    }

    .news_index .right, .news_index .left {
        float: none;
        width: 100%;
        max-width: 660px;
        margin: auto;
    }

    .news_index li {
        margin-top: 20px;
    }

    .news_index .more_index {
        margin: 30px auto;
    }

    .path_index {
        padding-top: 30px;
    }

    .path_index .small {
        margin-top: 10px;
    }

    .path_index .swiper-button-prev, .path_index .swiper-button-next {
        width: 30px;
        height: 30px;
        right: 15px;
        margin-top: -15px;
    }

    .path_index .swiper-button-prev {
        left: 15px;
    }


    .path_index a:hover .icon span, .path_index a.active-nav .icon span {
        margin-top: -60px;
    }

    .path_index .icon {
        width: 60px;
        height: 60px;
    }

    .path_index .small .lans {
        font-size: 12px;
        padding: 10px 0;
    }

    .path_index a:hover .icon span, .path_index a.active-nav .icon span {
        margin-top: -60px;
    }

    .path_index a .icon img {
        padding: 15px;
    }

    .pro_index_list .lans {
        top: 20px;
        left: 20px;
    }

    .pro_index_list .l1 {
        font-size: 20px;
    }

    .pro_index_list .l2 {
        font-size: 13px;
        margin: 5px 0 18px;
    }

    .pro_index_list .btns, .more_index {
        width: 80px;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 980px) {

    .case_list.d_list .ones {
        font-size: 14px
    }

    .news_index li {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 787px) {
    .news_index .more_index {
        margin: 20px auto;
    }

    .case_index {
        padding-bottom: 20px;
    }

    .case_list.d_list li:nth-child(even) {
        margin-left: 0;
    }

    .case_list li:nth-child(1) {
        width: calc(50.9% - 5px);
        display: inline-block;
        vertical-align: top;
        margin-right: 3px;
    }

    .case_list li {
        position: static;
    }

    .case_list li:nth-child(2) {
        width: calc(49.3% - 4px);
        display: inline-block;
        vertical-align: top;
    }

    .case_list li:nth-child(4) {

        width: calc(46.9% - 5px);

        display: inline-block;

        vertical-align: top;

    }

    .case_list li:nth-child(5) {

        width: calc(53.3% - 4px);

        display: inline-block;

        vertical-align: top;

        margin-left: 3px !important;
    }

    .path_index {
        padding: 20px 0 5px;
    }

    .pro_index_list .l1 {
        font-size: 17px;
    }

    .pro_index_list li {
        width: 100%;
        display: block;
    }

    .pro_index_list li:nth-child(even) {
        margin-left: 0;
    }

    .pro_index_list {
        padding: 25px 0;
    }

    .banner .swiper-slide {
        height: 500px;
    }

    .case_list {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .case_list li:nth-child(3) {
        width: 100%;
        margin: 7px 0;
    }

    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 540px) {
    .path_index {
        padding-top: 10px;
    }

    .banner .swiper-slide {
        height: 280px;
        min-height: 0;
    }

    .pro_index_list {
        padding: 5px 0;
    }

    .pro_index_list .l1 {
        font-size: 16px;
    }

    .pro_index_list .l2 {
        font-size: 12px;
        margin: 4px 0 13px;
    }

    .pro_index_list .lans {
        top: 13px;
        left: 13px;
        text-align: left;
    }

    .pro_index_list .btns {
        margin: 0;
        text-align: center;
    }

    .more_index {
        margin-bottom: 10px;
    }

}

/*E index.html*/
/*S case_D.html*/
.case_d {
    background: #f4f4f4;
}

.case_d .left {

    float: left;
    width: 41%;
    box-sizing: border-box;
    padding: 30px;
}

.case_d .left .title {
    font-size: 30px;
    color: #dd0d54;
}

.case_d .left .line {
    width: 50px;
    height: 4px;
    background: #dd0d54;
    margin: 15px 0 25px;
}

.case_d .left .editor {
    font-size: 16px;
    line-height: 30px;
    color: #777;
    max-height: 380px;
    overflow: auto;
}

.case_d .right {
    float: left;
    width: 59%;
    height: 530px;
    background: url(../images/a361b0877b8a4dd78ddf45d1b373e72f.gif) center center no-repeat;
    background-size: cover;
}

.case_list_details {
    line-height: 35px;
    padding: 75px 0 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.case_list_details li {
    display: inline-block;
    width: calc(25% - 3px);
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    color: #dd0d54;
}

.case_list_details li span {
    color: #888888;
}

.case_list_details img {
    width: 35px;
    display: inline-block;
    margin-right: 10px;
}

.show_case_details {
    text-align: center;
    padding-bottom: 30px;
}

.show_case_details .tips {
    font-size: 18px;
    line-height: 36px;
    color: #777777;
    max-width: 775px;
    display: inline-block;
    width: 100%;
    padding: 40px 0 35px;
}

.show_case_details .list {
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative;
}

.show_case_details .list li {
    padding: 10px;
    box-sizing: border-box;
}

.show_case_details .slick-arrow {
    width: 40px;
    height: 40px;
    background: url('../images/e14.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 25px;
    z-index: 5;
    cursor: pointer;
}

.show_case_details .slick-arrow.next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: auto;
    right: 25px;
}

.show_case_details .slick-arrow:hover {
    background: url('../images/e15.png');
    background-size: 100% 100%;
}

.case_d {
    margin-top: 75px;
}

@media screen and (max-width: 1440px) {
    .show_case_details {
        padding-bottom: 80px;
    }

    .case_d {
        margin-top: 50px;
    }

    .case_d .left {
        padding: 25px;
    }

    .case_d .left .editor {
        font-size: 14px;
        line-height: 26px;
        max-height: 350px;
    }

    .case_d .left .title {
        font-size: 26px;
    }

    .case_d .left .line {
        width: 40px;
        height: 3px;
        margin: 8px 0 15px;
    }

    .case_d .right {
        height: 380px;
    }

    .case_list_details {
        line-height: 27px;
        padding: 50px 0;
    }

    .case_list_details img {
        width: 27px;
        margin-right: 7px;
    }

    .case_list_details li {
        font-size: 16px;
    }

    .show_case_details .tips {
        font-size: 16px;
        line-height: 2;
        padding: 60px 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .show_case_details {
        padding-bottom: 60px;
    }

    .case_d .left .title {
        font-size: 24px;
    }

    .case_d .left .line {
        width: 30px;
    }
}

@media screen and (max-width: 980px) {
    .show_case_details {
        padding-bottom: 40px;
    }

    .case_d {
        margin-top: 30px;
    }

    .case_d .left {
        padding: 20px 20px 40px;
        width: 100%;
    }

    .case_d .right {
        width: 100%;
        height: 320px;
    }

    .case_d .left .title {
        font-size: 20px;
    }

    .case_list_details {
        padding: 20px 0;
    }

    .case_list_details li {
        width: calc(50% - 3px);
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }

    .case_list_details li img {
        width: 20px;
    }

    .show_case_details .tips {
        font-size: 14px;
        padding: 30px 0 10px;
    }

    .show_case_details .list {
        width: calc(100% + 10px);
        margin-left: -5px;
    }

    .show_case_details .list li {
        padding: 5px;
    }
}

@media screen and (max-width: 540px) {
    .show_case_details .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        left: 15px;
    }

    .show_case_details .slick-arrow.next {
        left: auto;
        right: 15px;
    }

    .show_case_details {
        padding-bottom: 20px;
    }

    .case_d .left .editor {
        font-size: 12px;
        line-height: 1.8;
        max-height: 10000000px;
    }
}

/*E case_D.html*/
/*search.html*/
.search-list {
    width: 83%;
    margin: -60px auto 100px;
    position: relative;
}

.search-top {
    width: 85%;
    max-width: 800px;
    height: 120px;
    padding: 20px 40px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(223, 229, 232, 0.5);
}

.search-left input {
    background: none;
    outline: none;
    border: none;
    color: #000;
    font-size: 18px;
    width: 100%;
    line-height: 80px;
}

.search-left {
    width: calc(100% - 90px);
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
}

.search-left input::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.search-left input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.search-left input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.search-right {
    width: 80px;
    height: 80px;
    border-left: 1px solid #888;
    float: right;
}

.search-right .search_btns {
    width: 80px;
    height: 80px;
    background: url('../images/ico_searh.png') right center no-repeat;
    display: block;
    border: 0;
    background-size: 30% 30%;
    cursor: pointer;
}

.list-main {

    width: 100%;
    margin: 50px auto;
}

.search-main {
    width: 100%;
    padding: 30px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.search-main a {
    width: 100%;
    height: 100%;
}

.search-main:after {
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #dd0d54;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.search-main:hover:after {
    width: 100%;
}

.search-main .red_xian {
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #dd0d54;
    transition: all 1s ease-in-out;
}

.search-main.on .red_xian {
    width: 100%;
}

.search-main .search-main-one {
    width: 100%;
    height: 72px;
}

.search-main .search-main-two {
    width: 0;
    height: 72px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    background-color: #fff;
    transform: translate(0, -50%);
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.search-main.on .search-main-two {
    width: 100%;
}

.main-left {
    display: block;
    float: left;
    width: 80%;
}

.main-left .title {

    font-size: 20px;

    color: #000;

    font-weight: bold;

    margin-bottom: 20px;

    height: 30px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.main-left .title em {
    color: #d90909;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
}

.main-left .text {
    max-width: 910px;
    font-size: 14px;
    color: #84898c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-right .kuai {
    padding: 10px 28px;
    background-color: #e6e9ec;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.search-main-two .main-left .title {
    color: #dd0d54;
}

.search-main-two .main-left .text {
    color: #000;
}

.search-main-two .main-right .kuai {
    background-color: #fff;
    padding: 0;
    width: 0;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.main-right {
    display: inline-block;
    float: right;
    padding: 10px 0;
}

.search-main-two .main-right .kuai img {
    width: 88px;
    height: 13px;
}

.search-main.on .search-main-two .main-right .kuai {
    width: 100%;
}

.none {
    text-align: center;
}

.next-list {
    margin: 50px 0 100px 0;
}

@media screen and (max-width: 700px) {
    .search-list {
        margin-top: -40px;
        min-height: 40vh;
    }

    .search-top {
        height: 72px;
        padding: 16px;
    }

    .search-left input {
        line-height: 40px;
        font-size: 16px;
    }

    .search-right .search_btns, .search-right {
        height: 40px;
        width: 40px;
        background-size: 50%;
    }

    .main-left .title {
        font-size: 17px;
        margin-bottom: 12px;
        height: 25px;
        line-height: 25px;
    }

    .main-left .text {
        font-size: 12px;
    }

    .main-right .kuai {
        padding: 5px 16px;
        font-size: 14px;
    }

    .search-main {
        padding: 10px 0;
    }
}

/*end search.html*/
/*新增2021/7/3*/
.design_sum1 {
    position: relative;
    padding-top: 120px;
}

.design_list {

}

.design_list dd {

}

.design_nav.fixednav {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    z-index: 10;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.design_nav.fixednav li {
    line-height: 30px
}

.design_list .title {
    font-size: 32px;
    color: #666;
    margin-bottom: 40px;
}

.design_nav.fixednav .icon {
    width: 30px;
    padding-left: 15px;
}

.design_details .titles .t1 {
    font-size: 36px;
    color: #000000;
}

.design_details .titles .t2 {
    width: 770px;
    height: 1px;
    background: #d6d6d6;
    position: relative;
    margin: 25px 0;
    max-width: 100%;
}

.design_details .titles .t2:after {
    content: '';
    position: absolute;
    display: block;
    width: 20%;
    height: 1px;
    left: 0;
    background-color: #000;
    border-right: 20px solid #fff;
}

.design_details .content {
    padding: 40px 0;
}

.design_details .content .picture {
    float: right;
    width: 50%;
}

.design_details .content .lans {
    font-size: 18px;
    line-height: 2;
    width: 40%;
    float: left;
}

.design_details .content .editor {
    color: #666666;
}

.design_details .content .tit {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin: 50px 0 20px;
}

.design_details .content .editor2 {
    color: #dd0d54;
}

.pro_swiper {
    padding-top: 40px;
}

.carousel-scroll-btn {
    z-index: 56;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    /* border: 1px solid rgba(255,255,255,.5); */
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.carousel-scroll-btn .carousel-scroll-btn-icon {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/icon_down.png) no-repeat center center;
    background-size: 50% 50%;
    cursor: pointer;
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 1440px) {
    .design_list .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .design_nav .icon {
        width: 25px;
        /* padding-left: 10px; */
    }

    .design_nav.fixednav li {
        line-height: 25px
    }

    .design_sum1 {
        padding-top: 100px;
    }

    .pro_swiper {
        padding-top: 20px;
    }

    .design_details .content .lans {
        font-size: 16px;
        width: 45%;
    }

    .design_details .content .tit {
        font-size: 22px;
        margin: 30px 0 10px;
    }

    .design_details .content {
        padding: 10px 0;
    }

    .design_details .titles .t1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .design_list .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .design_nav.fixednav {
        top: 50px;
        padding: 10px 0;
    }

    .design_list .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .design_details .content .lans, .design_details .content .picture {
        font-size: 14px;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .design_details .content .tit {
        font-size: 18px;
        margin: 20px 0 5px;
    }

    .design_details .content {
        padding: 0;
    }

    .design_details .titles .t1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 787px) {
    .design_nav.fixednav .icon {
        width: 20px;
        padding-left: 5px;
    }

    .design_sum1 {
        padding-top: 80px;
    }

    .design_nav.fixednav li {
        line-height: 20px
    }

    .design_list .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .neiye_title {
        /* padding-top: 24px; */
    }

    .about4 {
        margin-top: -60px
    }

    .return_neiye {
        background: #dd0d54;
        color: #ffffff;
        padding: 10px;
        border-radius: 30px;
        display: block;
        margin: 20px auto 40px;
        font-size: 18px;
        line-height: 25px;
        width: 140px;
        text-align: center;
        transition: all .4s;
        -webkit-transition: all .4s;
        box-sizing: border-box;
    }

    .return_neiye:hover {
        opacity: .8;
    }

    .return_neiye img {
        width: 20px;
        margin-right: 5px;
        vertical-align: mathematical;
    }

}

@media only screen and (max-width: 787px) {
    .return_neiye {
        padding: 10px;
        font-size: 15px;
        line-height: 20px;
        width: 100px;
    }

    .return_neiye img {
        width: 15px;
        vertical-align: top;
        margin-top: 2px;
    }
}


/*about_section*/
.about_title{background-size: cover !important; padding: 90px 0;}
.about_title .year{ float: left; font-size: 140px; line-height: 140px;font-family: "Microsoft YaHei"; color: #fff; padding-left: 46px; position: relative; margin-right: 52px;}
.about_title .year:after{ position: absolute; left: 0px; top: 50%; height:135px; width:14px; border: 4px solid #fff; border-right: none; content: ''; margin-top: -67px;}
.about_title .h6{ color: #00a0e9; line-height: 50px;font-family: "Microsoft YaHei"; font-size: 50px; margin: 14px 0;}
.about_title p{ color: #fff; line-height: 50px;font-family: "Microsoft YaHei"; font-size: 50px;}

@media only screen and (max-width:1200px) {
.about_title{ padding: 40px 0;}
.about_title .year{font-size: 100px; line-height: 100px; margin-right: 30px;}
.about_title .year:after{ height: 100px; margin-top: -50px;}
.about_title .h6,.about_title p{font-size: 30px; line-height: 30px;}

}

@media only screen and (max-width:768px) {
.about_title .year{font-size: 60px; line-height:60px; margin-right: 30px; padding-left: 0;}
.about_title .year:after{ height: 60px; margin-top: -30px; display: none;}
.about_title .h6,.about_title p{font-size: 20px; line-height: 20px; margin:4px 0;}

}

.about_section{ background: #f7f7f7 url(../images/about_bg2.jpg) no-repeat center left; background-size: cover; padding-bottom: 90px;}
.about_section .about_text{ float: left; width: 50%; padding-right: 38px;}
.about_section .about_text .about_h4{font-family: "Microsoft YaHei"; color: #333; font-size: 54px; position: relative; text-transform: uppercase; margin-top: 70px; padding-bottom:20px; line-height: 54px; margin-bottom: 20px;}
.about_section .about_text .about_h4:after{ position: absolute; left:0; bottom: 0; width: 36px; height: 3px; background: #014099; content: ''; }
.about_section .about_text .p{ font-size: 14px; color: #777; line-height: 30px; max-height: 180px; overflow: hidden;}
.about_section .about_text .more{ font-size: 14px; color: #333;font-family: "Microsoft YaHei"; text-transform: uppercase; line-height: 30px; display: inline-block;margin: 30px 0 20px;}
.about_section .about_text .more i{ display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #fff; font-size: 16px; background: #333; border-radius: 50%; margin-right: 15px; float: left;transition: 0.6s all;}
.about_section .about_text .more:hover{color: #00a0e9;}
.about_section .about_text .more:hover i{ background: #00a0e9;}
.about_section .about_img{ float: right; width: 50%; padding-left: 38px;}
.about_section .about_img img{width: 100%; position: relative; z-index: 888;}
.about_section .about_img .img{ position: relative; display: block;}
.about_section .about_img .img:after{ position: absolute; width: 100%; height: 88%; background: #014099; content: ''; left: 20px; bottom: -20px;}

@media only screen and (max-width:992px) {
.about_section .about_text{width: 100%; padding-right: 0;}
.about_section .about_text .about_h4{font-size: 30px; padding-bottom: 10px;}
.about_section .about_img{width: 100%; text-align: center; padding-left: 0;}
}
@media only screen and (max-width:768px) {
.about_section .about_text .about_h4{margin-top: 20px;}
}
/* Numbers */
.numbers{position: relative;margin-top: 20px;}
.numbers .percent-blocks{margin: 0px -12px;}
.number-plus .numbers__num{ position:relative;}
@media only screen and (max-width:1440px) {.numbers > .container > div{ margin:0;}	}
.numbers__one{width:50%;float:left;position:relative; padding: 0px 12px; margin-bottom: 24px;}
.numbers__one .numbers__body{background: #fff; padding: 25px; box-shadow: 0px 0px 20px rgba(0,0,0,0.06);}
.numbers__one:nth-child(1) .numbers__body{ background: #fff url(../images/num_bg1.jpg) no-repeat 90% center;}
.numbers__one:nth-child(2) .numbers__body{ background: #fff url(../images/num_bg2.jpg) no-repeat 90% center;}
.numbers__one:nth-child(3) .numbers__body{ background: #fff url(../images/num_bg3.jpg) no-repeat 90% center;}
.numbers__one:nth-child(4) .numbers__body{ background: #fff url(../images/num_bg4.jpg) no-repeat 90% center;}
.numbers__one .h4{ font-size:26px; color:#333; text-transform:uppercase; margin-top:26px;}
.numbers__one .img{ float: left; margin: 10px 20px 10px 0;}
.numbers__one:hover .img img{filter:FlipH; transform: rotateY(180deg);}
.numbers__one .num{ color:#333;font-size:50px;line-height:50px; display: inline-block; font-family: "Microsoft YaHei"; margin-bottom: 8px; position: relative;}
.numbers__one .numbers__num{ display: inline-block; position: relative; z-index: 555;}
.numbers__one .num_plus{ display: inline-block; margin-left: 6px; font-size: 30px; position: relative; z-index: 555; line-height: 30px;}
.numbers__one .number__desc{color:#808080;font-size:14px; line-height:20px;position: relative;text-transform: capitalize;}

@media only screen and (max-width:1600px) {
.numbers__one .number__desc{line-height: 18px; height: 36px;}
.numbers__one .numbers__body{padding: 10px;}
.numbers__one .num{font-size: 42px; line-height: 42px;}
.about_section .about_text .p{height: 120px;}
}
@media only screen and (max-width:1200px) {
  .numbers__one .num{font-size: 40px; line-height: 40px;margin: 10px 0;}
  .number__desc{font-size: 12px;}
  .numbers__one{margin-top: 0px;}
  .numbers__one .number__desc{font-size: 14px;}
  .about_section .about_text .about_h4{font-size: 34px; line-height: 34px;}
}
@media only screen and (max-width:992px) {
  .numbers__num, .numbers__one h6{font-size: 30px; line-height: 30px;}
  .number__desc{margin-top: 0;}
}
@media only screen and (max-width:768px) {	.numbers{display: none;}}



/*ser_section*/
.ser_section{ position: relative; background-attachment: fixed !important; background-size: cover !important; padding: 76px 0;}
.ser_section:before{ position: absolute; left: 0; top: 0; width: 50%; height: 100%; content: ''; background: rgba(1,64,153,0.85) url(../images/ser_bg2.png) no-repeat left center; background-size:auto 100%; z-index: 22;}
.ser_section .ser_pro{ position: absolute; right: 50%; bottom: -145px; z-index: 999;}
.ser_section .ser_l{ float: left; width: 45%; position: relative; z-index: 888; padding-right: 50px;}
.ser_section .ser_l .h4{ font-size: 54px; color: #fff;font-family: "Microsoft YaHei";  text-transform: uppercase; padding-left: 32px;}
.ser_section .ser_l .h4:after{position: absolute; left: 0px; top:0; height:135px; width:14px; border: 4px solid #fff; border-right: none; content: '';}
.ser_section .ser_l p{ font-size: 14px; color: #fff; line-height: 24px; max-height: 142px; padding-left: 40px; margin-top: 20px; overflow: hidden;}
.ser_section .ser_r{ float: left; width: 55%; background: #f7f7f7 url(../images/ser_bg3.jpg) no-repeat center bottom; z-index: 555; position: relative; padding: 40px 40px 60px;}
.ser_section .ser_r ul li{list-style: none; margin-top:40px; margin-bottom: 40px;}
.ser_section .ser_r ul li .icon{ width: 88px; height: 88px; float: left; margin-right: 20px; position: relative;}
.ser_section .ser_r ul li .icon img{ position: relative; z-index: 333;}
.ser_section .ser_r ul li .icon:before{ position: absolute; left: 0px; top: 0px; width: 88px; height: 88px; background:url(../images/ser_li.png) no-repeat center center; content: '';}
.ser_section .ser_r ul li .title{ font-size: 28px;font-family: "Microsoft YaHei"; text-transform: uppercase;color: #333; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 20px;}
.ser_section .ser_r ul li p{ color: #808080; font-size: 13px; line-height: 24px; height: 48px; overflow: hidden;}

@media only screen and (max-width:1600px) {
.ser_section .ser_r ul li .title{font-size: 16px;}
}

@media only screen and (max-width:1200px) {
.ser_section:before{ width: 80%;}
.ser_section .ser_l p{font-size: 13px;}
.ser_section .ser_l{width:80%;}
.ser_section .ser_pro{display: none;}
.ser_section .ser_r{width: 100%; margin-top: 30px;padding: 40px 20px 60px;}
.ser_section .ser_l .h4{font-size:34px; line-height: 32px;}
}

@media only screen and (max-width:992px) {
.ser_section .ser_l .h4{font-size:30px; line-height: 30px; margin-bottom: 20px;}
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width:1590px) {
  .container {
    width: 1590px;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.xz{padding-top: 60px;}
.about_img video{width:100%;height:auto;margin-top:172px;}
@media (max-width: 768px) {.xz{padding-top: 30px;}.about_img video{margin-top:10px;}}
.xz * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.xz .clearfix{*zoom:1;}
.xz .clearfix:before,.clearfix:after{line-height:0; display:taFble; content:"";}
.xz .clearfix:after{clear:both;}

.xz .container:before{display: table;content: " ";}
.xz .container:after{display: table;content: " ";}

.xz a,img, a:hover{transition: 0.6s all;-webkit-transition: 0.6s all;-o-transition: 0.6s all; -moz-transition: 0.6s all;-ms-transition: 0.6s all;}