@charset "UTF-8";

/*basic css*/

html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    /* font-test*/
    font-family: CODE_BOLD;
    src: url('../font/CODE_BOLD/iconfont.woff'),
    url('../font/CODE_BOLD/iconfont.ttf'),
    url('../font/CODE_BOLD/iconfont.eot'); /* IE9 */
}

body {
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
    background-color: #fff;
    color: #222222;
}

input, textarea, button {
    padding: 0;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
}

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: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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: 4;
    -webkit-box-orient: vertical;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.box {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    min-width: 1100px;
}

input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

/*news.html*/
.news_list1 {
    padding-bottom: 50px;
}

.news_list1 a {
    display: block;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-bottom: 2%;
}

.news_list1 .lans:after {
    content: '';
    width: 0%;
    left: 0;
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: -webkit-linear-gradient(right,#fc636e, #339dd1);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list1 a:hover .lans:after {
    left: 0;
    width: 100%;
}
.index5 .news_list1 .lans:after{
    display:none;
}

.news_list1 .imgs {
    width: 28.5%;
    float: left;

    min-width: 350px;
}

.news_list1 a:hover .imgs {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news_list1 .lans {
    width: 57%;
    float: left;
    box-sizing: border-box;
    margin-left: 4.3%;
    margin-top: 10px;
}

.news_list1 .l1 {
    font-size: 26px;
    line-height: 30px;
    height: 60px;
    color: #222;
}

.news_list1 .l2 {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    margin-top: 20px;
}

.news_list1 .l3 {
    color: #666666;
    font-size: 14px;
    margin-top: 8%;
    line-height: 30px;
}

.news_list1 .l3 i{margin-left:10px;}
.news_list1 .times {
    width: 120px;
    text-align: right;
    color: #222;
    float: right;
    margin-top: 10px;
    font-family: "CODE_BOLD";
}

.news_list1 .t1 {
    font-size: 40px;
}

.news_list1 .t2 {
    font-size: 20px;
    margin-top: 5px;
}

.news_list1 a:hover .l1, .news_list1 a:hover .times, .news_list1 a:hover .l3 {
    color: #fc4c02;
}

.news_list1 a:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.news_list1 a:hover dd:last-child img:last-child {
    display: inline-block;
}

.news_list1 a:hover dd:last-child img:first-child {
    display: none;
}

.news_list1 .l3 dd:last-child {
    margin: 0;
}

.news_list1 .arrow {
    height: 30px;
    background: url('../images/arrow.png') center center no-repeat;
    width: 42px;
    display: inline-block;
    vertical-align: top;
}

.news_list1 a:hover .arrow {
    background: url('../images/arrow_on.png') center center no-repeat;
}

.neiye_banner {
 
}
.neiye_banner {

    background-size: cover;
    overflow: hidden;
    clear: both;
}

.neiye_banner .t1 {
    padding-top: 170px;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    width: 100%;
}
.neiye_banner .t1 b{padding:0 6px;}

.pagetion {
    text-align: center;
    line-height: 30px;
    padding: 30px 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.pagetion a {
    margin: 0 5px;
    color: #222;
}



.pagetion a.ico,.pagetion a{
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding: 5px;
    vertical-align: top;
    background:#fff;

}

.pagetion a.on, .pagetion a:hover {
    background: -webkit-linear-gradient(top,#f8da4e, #fc4c02);
    color: #fff;
}



.neiye_nav {
    line-height: 70px;
    background:#ffffff;
    overflow: hidden;
}

.neiye_nav a {
    color: #222222;
    padding: 0 30px;
    font-size: 16px;
    position: relative;
}

/*.neiye_nav a:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 2px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background:#ff4c00;*/
/*    transition: all .4s;*/
/*    -webkit-transition: all .4s;*/
/*    width: 100%;*/
/*    opacity: 0;*/
/*}*/

.neiye_nav img {
    margin-right: 15px;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-top: 20px;
}

.neiye_nav a:hover img, .neiye_nav a.on img {
    opacity: 1;
    margin-top: 0;
}

.neiye_nav a:hover, .neiye_nav a.on {
   color: #fff;
  background: -webkit-linear-gradient(right,#fc636e, #339dd1);
}

.neiye_nav a:hover:after, .neiye_nav a.on:after {
    width: 100%;
    opacity: 1;
}

.news_nav {
    text-align: center;
    padding: 70px 0 50px 0;
}

.news_nav a {
    width: calc(20% - 2px);
    /* float: left; */
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 20px;
    color: #222222;
}

.news_nav a:first-child {
    border-left: 0;
}

.news_nav a img {
    margin-right: 20px
}

.news_nav a img:last-child {
    display: none;
}

.news_nav a:hover img:first-child, .news_nav a.on img:first-child {
    display: none;
}

.news_nav a:hover img:last-child, .news_nav a.on img:last-child {
    display: inline-block;
}

.news_nav a:hover, .news_nav a.on {
    color: #fc4c02;
}

@media screen and (max-width: 1500px) {

    .news_list1 .times {
        width: 90px;
    }

    .news_list1 .l1 {
        font-size: 22px;
        line-height: 28px;
        height: 56px;
    }

    .news_list1 .l3 dd {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .news_list1 a {
        padding: 0 0 10px 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

    .news_list1 a:nth-child(even) {
        margin-left: calc(4% - 8px);
    }

    .news_list1 .imgs {
        width: 100%;
        min-width: 100%;
    }

    .news_list1 .lans {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0;
    }

    .news_list1 .times {
        box-sizing: border-box;
        padding: 0;
        width: 50%;
        position: absolute;
        bottom: 32px;
        right: 5%;
    }

    .news_list1 .l3 dd {
        line-height: 2.5;
    }

    .news_list1 .l3 {
        padding: 0 0%;
        box-sizing: border-box;
        width: 50%;
        float: left;
        margin-top: 40px;
    }

    .news_list1 .l3 dd:nth-child(3), .news_list1 .l3 dd:nth-child(4) {
        margin-left: 0px;
    }

    .news_list1 .l3 dd:nth-child(4) {
        margin-left: -10px
    }

    .news_list1 .l2 {
        font-size: 12px;
        margin-top: 12px;
        line-height: 20px;
        height: 40px;
    }

    .news_top {
        padding: 30px 0 100px 0;
    }

    .news_list1 .t1 {
        font-size: 20px;
    }

    .news_list1 .l1 {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
    }

    .news_list1 .t2 {
        font-size: 12px;
    }

    .news_list1 {
        padding-bottom: 0;
    }

    .box {
        min-width: 0;
        width: 93%;
    }

    .neiye_nav {
        line-height: 50px;
        background: #eff0f1;
        text-align: center;
        text-align: left;
    }

    .neiye_nav a {
        padding: 0 15px;
        font-size: 14px;
    }

    .neiye_nav img {
        margin-right: 10px;
        margin-top: 0px;
        display: none;
    }

    .neiye_nav a:after {
        display: none;
    }

    .neiye_banner .t1 {
        font-size: 32px;
        width: 100%;
    }

    .pagetion {
        padding: 40px 0;
    }

    .pagetion a {
        font-size: 16px;
    }

    .news_nav a {
        font-size: 15px;
        width: calc(33% - 1px);
        margin: 7px 0;
    }

    .news_nav a img {
        width: 25px;
    }

    .news_nav a img {
        margin-right: 10px
    }

    .news_nav {
        padding: 50px 0 30px 0;
    }
  
}

@media screen and (max-width: 980px) {
    .news_list1 a, .news_list1 a:nth-child(even) {
        margin: 30px 0 0 0;
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .news_list1 .l3 {
        margin-top: 30px;
        font-size: 13px;
    }

    .neiye_banner {
        height: 300px;
    }

    .neiye_banner .t1 {
        padding-top: 100px;
        font-size: 28px;
        width: 100%;
        line-height: 1.5;
    }

    .neiye_nav a {
        padding: 0px 5px;
        font-size: 14px;
    }

    .pagetion {
        padding: 30px 0;
    }

    .pagetion a {
        margin: 0 10px;
        padding: 0 2px;
        font-size: 14px;
    }

    .news_nav a {
        font-size: 12px;
    }

    .news_nav a img {
        width: 14px;
        margin-right: 3px;
    }

    .news_nav {
        padding: 20px 0 0px 0;
    }
    .neiye_nav{
        line-height:30px;
        padding:12px 0;
    }
    

}


/*end news.html*/
/*header*/
.header {
    background:#FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    line-height: 80px;
    z-index: 60;
}

.header_wrapper {
    width: 90%;
    margin: auto;
}

.header_wrapper .logo {
    float: left;
}
.header_wrapper .logo img{max-height: 60px;}
.header.ons {
    background: rgb(0 0 0 / 45%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 0%);
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.header.ons.ont{
    background: rgba(0, 0, 0, .89);
}

.ons .header_wrapper img:first-child {
    display: none;
}

.ons .header_nav li > a,.ons .header_nav .n2 {
    color: #ffffff;
}

.header_wrapper .header_nav {
    float: right;
    display: block;
}

.header_nav li {
    float: left;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
}

.header_nav li > a {
    font-size: 18px;
    color:#000000;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}

.header_nav li .nav2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 60;
    display: none;
    box-sizing: border-box;
}

.header_nav li .nav2 a {
    font-size: 16px;
    line-height: 45px;
    color: #333;
    text-align: center;
    display: block;
    padding: 5px 10px;
}

.header_nav li .nav2 a:hover{
    background: -webkit-linear-gradient(to right,#fc636e, #339dd1);
    background: -o-linear-gradient(to right,#fc636e, #339dd1);
    background: -moz-linear-gradient(to #339dd1,blue, #fc636e);
    background: linear-gradient(to right,#fc636e, #339dd1);
    color:#fff;
}

.header_nav li > a:hover,
.header_nav li > a.on {
    color:#000000;
    border-bottom: 2px solid #000000;
}
.ons .header_nav li > a:hover,.ons  .header_nav li > a.on{
    color:#ffffff;
    border-color:#fff;
}

.header_nav .ico_n1 {
    transform: rotate(-90deg);
    opacity: .2;
}

.header_nav img {
    margin: 0 10px;
}

.header_nav .n2 {
    font-size: 18px;
    cursor: pointer;
    color: #000000;
}
@media screen and (max-width: 780px) {
    .neiye_banner {
        height: auto;
        background-size: cover;
    }
    .header.ons{background:rgb(0 0 0 / 82%);}

    .neiye_banner .t1 {
        padding-top: 55px;
        font-size: 14px;
    }
}


@media screen and (max-width: 1199px) {
    .header_nav li {
        padding: 15px;
        width: 100%;
        display: block;
        float: none;
        border-bottom:1px solid #2b2b2b;
        box-sizing: border-box;
    }

    .header_wrapper .header_nav {
        display: none;
        width: 100%;
        height: calc(100vh - 40px);
    }
    .header_nav .banner_sj span{float:right;}
    .header_wrapper .logo {
        width: 80px;
    }
.index1 video{
    position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.01);
            z-index: 2;
}
    .header {
        line-height: 50px;
    }
    .header_nav li .nav2{
        text-align: left;
        width: 100%;
        left: 0;
        position: static;
        background:none;
    }
.header_nav li .nav2 a{color:#fff;}
    .header_nav li > a:hover,
    .header_nav li > a.on {
        border-bottom: 0px solid transparent;
    }
}


/*newd*/
.newd, .newd_list {
    padding: 65px 0 0 0;
    max-width: 1240px;
}

.newd .title {
    font-size: 28px;
    line-height: 40px;
    color: #222222;
    font-weight: bold;
}

.newd .times {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    padding: 25px 0;
    border-bottom: 1px solid #000000;
}

.newd .editor {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    padding: 40px 0;
}

.newd_list .t1 {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    margin: 15px 0;
}

.newd_list .title {
    font-size: 20px;
    margin-bottom: 25px;
}

.newd_list .t2 {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.newd_list_item {
    margin-bottom: 150px;
}

.newd_list_item a {
    width: calc(29.33% - 23.4px);
    float: left;
    padding:2%;
    background: #f8f8f8;
}

.newd_list_item a:nth-child(2) {
    margin: 0 35px;
}

.fix_btn {
    width: 100px;
    position: fixed;
    top: 138px;
    left: 6%;
    background: rgba(255, 255, 255, .7);
}

.fix_btn a {
    display: block;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
}

.fix_btn a img {
    margin: 0 10px;
}
.fix_btn a i{width:15px;padding-right: 10px; font-weight: normal;}



.fix_btn a:hover{text-align: center;color: #fff;background: -webkit-linear-gradient(right,#fc636e, #339dd1);}
.banner_sj {
    display: none !important;
}

.banner_pc {
    display: block !important;
}

.banner_sj780 {
    display: none !important;
}

.banner_pc780 {
    display: block !important;
}

@media screen and (max-width: 1650px) {
    .fix_btn {
        left: 2%;
    }
}

@media screen and (max-width: 1300px) {
    .fix_btn {
        left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .banner_sj {
        display: block !important;
    }

    .banner_pc {
        display: none !important;
    }

    .menus {
        width: 50px;
        height: 50px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
        background: #fff;
        line-height: 1;
        padding: 10px 0;
        box-sizing: border-box;
        cursor: pointer;
    }

    .menus img {
        width: 15px;
        margin-right: 5px;
        display: block;
        margin: auto;
    }

    .fix_btn {
        width: 60px;
        background: transparent;
        left: 2%;
        bottom: 20px;
        top: auto;
    }

    .fix_btn a {
        display: none;
    }

    .newd, .newd_list {
        padding: 30px 0 0 0;
    }

    .main {
        padding-top: 50px;
    }

    .newd .title {
        font-size: 22px;
        line-height: 30px;
    }

    .newd .times {
        font-size: 16px;
        line-height: 1.5;
        padding: 15px 0;
    }

    .newd_list .t1 {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }

    .newd .editor {
        font-size: 14px;
        line-height:28px;
        padding: 20px 0;
    }

    .newd_list .t2 {
        font-size: 13px;
        line-height: 1.5;
    }

    .newd_list_item a:nth-child(2), .newd_list_item a {
        margin: 10px 0;
        width: 100%;
    }

    .fix_btn_container {
        position: relative;
    }

    .fix_btn_wrapper {
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: 10;
        background: #fff;
        width: 100px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    }

    .fix_btn a {
        line-height: 3;
        font-size: 12px;
        width: 100%;
    }

    .fix_btn a img {
        width: 20px
    }

}

@media screen and (max-width: 980px) {
    .newd .title {
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
    }
}

/*end newd*/
/*.contact*/
.map {
    padding: 20px 0 30px 0;
    overflow: hidden;
}

.contact {
    padding: 80px 0 20px;
    position: relative;
    overflow: hidden;
}

.contact .left {
    width: 54%;
    float: left;
}

.contact .left li {
    border-bottom: 1px solid #dddddd;
    padding-top: 25px;
}

.contact .title {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    padding-right: 80px;
    cursor: pointer;
}

.contact .con {

}

.contact .c1 {
    font-size: 16px;
    color: #666666;
}

.contact .c2 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 15px;
}

.contact .right {
    width: 45%;
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
    background-size: 30px auto;
}

.contact .r1 {
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
}

.contact .r2 {
    font-size: 30px;
    color: #222222;
    margin-bottom: 50px;
}

.contact .r3 {
    font-size: 16px;
    text-align: center;
}

.contact .r3 li {
    width: 21%;
    float: left;
}

.contact .r3 li:nth-child(2) {
    margin: 0 18.5%;
}

.contact .r3 img {
    display: block;
    margin: 0 auto 10px auto;
}

.contact_form {

}

.contact_form .title {
    font-size: 50px;
    color: #222222;
    font-weight: bold;
    padding: 90px 0 25px 0;
}

.table_contact {
    /* border:1px solid #222222; */
}

.table_contact table {
    width: 100%;
    border: 2px solid #222222;
    /* box-sizing: border-box; */
    border-collapse: collapse;
    /* display: block; */
    min-width: 0;
}

.table_contact table td {
    border: 1px solid #222222;
    border-collapse: collapse;
    position: relative;
}

.table_contact table input.t1{
    border: 0;
    font-size: 18px;
    line-height: 90px;
    padding: 0 40px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.table_contact .t2 {
    border: 0;
    height: 270px;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    font-size: 18px;
}

.table_contact .place {
    background-color: #fff;
    border: 0;
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    padding-bottom: 5px;
    border-bottom: 4px solid #fc4c02;
}

.contact_form .tips {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    margin: 20px 0 80px 0;
    font-weight: 100;
}

@media screen and (max-width: 1199px) {
    .map {
        padding: 50px 0 30px 0;
    }

    .contact .left, .contact .right {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .contact .right {
        background: url('../images/e.png') 2% 9% no-repeat;
        background-size: 25px auto;
    }
    .contact .title {
        font-size: 18px;
    }

    .contact .c2 {
        font-size: 13px;
        line-height: 1.5;
    }

    .contact .c1 {
        font-size: 12px;
        line-height: 1.6;
    }

    .contact .r1 {
        font-size: 14px;
    }

    .contact .r2 {
        font-size: 20px;
        color: #222222;
        margin-bottom: 30px;
    }

    .contact .r3 {
        font-size: 12px;
    }

    .contact .r3 li:nth-child(2) {
        margin: 0 5%;
    }

    .contact .r3 li {
        width: 30%;
    }

    .contact_form .title {
        font-size: 24px;
        color: #222222;
        font-weight: bold;
        padding: 20px 0 10px 0;
    }

    .table_contact .t2, .table_contact .t1 {
        padding: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .contact_form .tips {
        font-size: 14px;
        margin: 10px 0 50px 0;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1199px) {
    .map {
        padding: 15px 0 0px 0;
    }

    .contact .r2 {
        margin-bottom: 20px;
    }

    .table_contact .t2, .table_contact .t1 {
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}

/*prosum*/
.prosum .title {
    font-size: 30px;
    color: #333333;
    padding: 100px 0 35px 0;
}

.pro_list {

}

.pro_list li {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 10px;
}

.pro_list .right {
    width: 57.3%;
    float: right;
}

.pro_list .left {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 3;
}

.pro_list .left_lans {
    position: relative;
    padding-top: 34%;
    width: 34.3%;
}

.pro_list .lans {
    position: absolute;
    top: 20%;
    left: 0;
}

.pro_list .btns {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 125px;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #313639;
    color: #ffffff;
    font-size: 16px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro_list i.arrow {
    background: url('../images/ico_page_on.png') center center no-repeat;
    width: 30px;
    line-height: 50px;
    height: 50px;
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.pro_list .btns:hover {
    background: #fc4c02;
    color: #ffffff;
}

.pro_list .btns:hover i.arrow {
    background: url('../images/ico_page_on1.png') center center no-repeat;
}

.pro_list .left_lans .t1 {
    font-size: 30px;
    color: #222222;
}

.pro_list .left_lans .t2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    color: #666666;
}

@media screen and (max-width: 1440px) {
    .pro_list .lans {
        top: 10%;
    }

    .pro_list .btns {
        bottom: 10%;
    }

    .pro_list .left_lans .t1 {
        font-size: 26px;
    }

    .pro_list .left_lans .t2 {
        font-size: 16px;
        line-height: 27px;
        margin-top: 20px;
    }

    .prosum .title {
        padding: 70px 0 25px 0;
        font-size: 27px;
    }
}

@media screen and (max-width: 1440px) {

    .pro_list .btns {
        bottom: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .pro_list .right {
        width: 100%;
        float: none;
    }

    .pro_list .left {
        position: static;
        transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
    }

    .pro_list .left_lans {
        position: static;
        padding: 40px 0;
        width: 100%;
    }

    .pro_list .lans {
        position: static;
    }

    .pro_list .btns {
        position: static;
        margin-top: 40px;
        line-height: 45px;
        font-size: 13px;
        width: 110px;
        height: 45px;
    }

    .pro_list i.arrow {
        height: 25px;
        margin-top: 10px;
        width: 25px;
        background-size: 100% 100%;
    }

    .pro_list .left_lans .t1 {
        font-size: 22px;
    }

    .pro_list .left_lans .t2 {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 20px;
    }

    .prosum .title {
        padding: 50px 0 15px 0;
        font-size: 22px;
    }
}

.anlisum {

}

.anlisum .anli_list {
    padding-top: 20px;
}

.anli_list li {
    padding-top: 70px;
}

.anli_list a {
    display: block;
    position: relative;
    width: 100%;
}

.anli_list .right {
    width: 46.5%;
    float: left;
}

.anli_list .left {
    width: 36.8%;
    position: absolute;
    height: 95%;
    top: 5%;
    right: 7%;
}

.anli_list .left_lans {

    position: relative;

    padding-top: 80%;
}

.anli_list .lans {

    top: 0;

    position: absolute;

    left: 0;
}

.anli_list .t1 {
    font-size: 30px;
    line-height: 1.5;
    color: #222222;
}

.anli_list .t2 {

    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    color: #666666;
}

.anli_list .btns:hover {
    background: #fc4c02;
    color: #ffffff;
}

.anli_list i.arrow {
    background: url('../images/open.png') center center no-repeat;
    width: 30px;
    line-height: 50px;
    height: 50px;
    /* transform: rotate(180deg); */
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.anli_list .btns {
    position: absolute;
    bottom: 1%;
    left: 0;
    width: 140px;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #313639;
    color: #ffffff;
    font-size: 16px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

@media screen and (max-width: 1440px) {

    .anli_list .btns {
        bottom: 15%;
    }

    .anli_list .left {
        width: 45%;
        right: 0;
    }

    .anli_list .left_lans .t1 {
        font-size: 26px;
    }

    .anli_list .left_lans .t2 {
        font-size: 16px;
        line-height: 1.8;
    }

    .anli_list li {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .anli_list .right {
        width: 100%;
        float: none;
    }

    .anli_list .left {
        position: static;
        transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
        width: 100%;
    }

    .anli_list .left_lans {
        position: static;
        padding: 30px 0;
        width: 100%;
    }

    .anli_list .lans {
        position: static;
    }

    .anli_list .btns {
        position: static;
        margin-top: 40px;
        line-height: 45px;
        font-size: 13px;
        width: 110px;
        height: 45px;
    }

    .anli_list i.arrow {
        height: 25px;
        margin-top: 10px;
        width: 25px;
        background-size: 100% 100%;
    }

    .anli_list .left_lans .t1 {
        font-size: 22px;
    }

    .anli_list .left_lans .t2 {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 20px;
    }

    .anli_list li {
        padding-top: 20px;
    }

}

.anli_d {
    margin: 100px auto;
    position: relative;
}

.anli_d .left {
    width: 64.3%;
    float: left;
}

.anli_d .right {
    position: absolute;
    width: 31%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border: 2px solid #222222;
    height: 100%;
}

.anli_d .right_wrapper {
    width: 86%;
    margin: auto;
    padding-top: 15%;
}

.anli_d .r1 {
    font-size: 30px;
    color: #222222;
}

.anli_d .r2 {
    font-size: 16px;
    color: #222222;
    line-height: 1.6;
    padding-top: 22px;
}

.anli_d .r3 {
    position: absolute;
    bottom: 25px;
    width: 82%;
}

.anli_d .r3_1 {
    font-size: 16px;
    padding: 15px 0;
    color: #222222;
    font-weight: bold;
    border-top: 1px solid #313131;
}

.anli_d .r3_2 {
    font-size: 16px;
    color: #222222;
}

.anli_d .r3_2 a {
    color: #222222;
    margin: 0 15px;
    line-height: 30px;
}

.anli_d .r3_2 a:hover {
    color: #fc4c02;
    border-bottom: 1px solid #fc4c02;
}

.anli_d .r3_2 a:first-child {
    margin-left: 0;
}

.anli_pagetion {
    line-height: 70px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    margin-bottom: 100px;
    text-align: center;
}

.anli_pagetion a {
    width: 33.3%;
    float: left;
    font-size: 20px;
    color: #222222;
}

.anli_pagetion i {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

.anli_pagetion i.prev {
    background: url('../images/arrow.png') center center no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.anli_pagetion i.next {
    background: url('../images/arrow.png') center center no-repeat;
}

.anli_pagetion i.list {
    background: url('../images/ico_n2.png') center center no-repeat;
}

.anli_pagetion a:hover i.prev, .anli_pagetion a:hover i.next {
    background: url('../images/arrow_on.png') center center no-repeat;
}

.anli_pagetion a:hover {
    color: #fc4c02;
}

@media screen and (max-width: 1780px) {
    .anli_d .r2 {
        font-size: 14px;
        padding-top: 12px;
    }

    .anli_d .r1 {
        font-size: 25px;
    }

    .anli_d .right_wrapper {
        width: 90%;
        padding-top: 8%;
    }

    .anli_d .r3_2 {
        font-size: 13px;
        color: #222222;
    }
}

@media screen and (max-width: 1580px) {
    .anli_d .left {
        width: 60%;
        float: left;
    }

    .anli_d .right {
        width: 38%;
    }

    .anli_d {
        margin: 50px auto;
    }

    .anli_d .r3 {
        bottom: 10px;
    }

    .anli_d .r3_1 {
        font-size: 15px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 1199px) {
    .anli_d .left {
        width: 100%;
        float: none;
    }

    .anli_d .right {
        width: 100%;
        margin-top: 20px;
        position: static;
    }

    .anli_d .r3 {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .anli_d .right_wrapper {
        padding-top: 3%;
    }

    .anli_pagetion {
        line-height: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .anli_pagetion i {
        width: 40px;
        height: 40px;
        background-size: 70% 70% !important;
    }

    .anli_pagetion a {
        font-size: 16px;
    }

    .anli_d {
        margin: 20px auto;
    }

    .anli_d .r1 {
        font-size: 22px;
    }
}

/*pro2_title*/
.pro2_title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.pro2_list {
    padding-top: 60px;
}

.pro2_list li {
    width: calc(25% - 18.75px);
    float: left;
    background: #f9f9f9;
    margin: 0 25px 25px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro2_list li:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.pro2_list li:hover .t1{
    color: #fc4c02;
}
.pro2_list li:nth-child(4n) {
    margin-right: 0;
}

.pro2_list a {
    display: block;
}

.pro2_list .picture {
    width: 100%;
    position: relative;
}


.pro2_list .lans {
    padding: 0 25px 15px 25px;
}

.pro2_list .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    margin: 14px 0 8px 0;
    text-align: center;
}

.pro2_list .t2 {
    font-size: 18px;
    color: #666666;
}

.nypartner{padding-top:60px}
.nypartner li{width:calc(33% - 18.75px);float:left;background:#f9f9f9;margin:0 25px 25px 0;transition:all .4s;-webkit-transition:all .4s}
.nypartner li:hover{box-shadow:0 0 5px 0 rgba(0,0,0,.1)}
.nypartner li:hover .t1{color:#fc4c02}
.nypartner li:nth-child(3n){margin-right:0}
.nypartner a{display:block}
.nypartner .picture{width:100%;position:relative;}
.nypartner .picture img{max-height: 260px;}

.nypartner .t1{font-size:16px;line-height:30px;color:#222;margin:15px 0;text-align:center}
.nypartner .t2{font-size:18px;color:#666}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    display: none;
}
.tanchu {
    width: 1380px;
    margin:30px auto;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */

}

.tanchu .left {
    width: 50%;
    float: left;
}

.tanchu .tanchu_wrapper {
    position: relative;
}

.tanchu .tanchu_wrapper .close {
    right: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.tanchu_pagetion {

}
.tanchu .swiperdots{margin-top:20px;}
.tanchu_pagetion a {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding: 50px 0 30px 0;
}
.tanchu_pagetion .next{text-align:right;}

.tanchu_pagetion i {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}


.tanchu_pagetion a:hover {
    color: #fc4c02;
}

.tanchu .right {
    width: 46%;
    float: right;
    margin-top: 40px;
    margin-right: 1%;
}

.tanchu .r1 {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
}

.tanchu .r2 {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    padding: 40px 0 10px 0;
}

.tanchu .r3 {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    padding: 20px 0;
}
.tanchu .r3 p{line-height:30px;}

.tanchu .r3 table {
    width: 100%;
}

.tanchu .r4 {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.tanchu .r4_title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.tanchu .r4_content {

}

.tanchu .r4_content a {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    background: #f4f4f4;
    padding: 2px 15px;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tanchu .r4_content a.on {
    color: #ffffff;
    background: #fc4c02;
}

.tanchu .r4_content .r1 {
    display: none;
}


.tanchu .sub {
    width: 100%;
    line-height: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    margin-top: 40px;
    border: 0;

}
.tanchu .sub a{ color:#ffffff;width:45%; text-align:center; border-radius: 30px;background: -webkit-linear-gradient(to right,#fc636e, #339dd1);
    background: -o-linear-gradient(to right,#fc636e, #339dd1);
    background: -moz-linear-gradient(to #339dd1,blue, #fc636e);
    background: linear-gradient(to right,#fc636e, #339dd1);}
    .tanchu .sub .fl{float:left;}
    .tanchu .sub .fr{float:right;}

.tanchu .sub a:hover{
    background: #000;
}
@media screen and (max-width: 1600px) {
    .tanchu .left{
        width:38%;
    }
    .tanchu .right{
        width:53%;
    }
}
@media screen and (max-width: 1550px) {
    .tanchu .left{
        width:33%;
    }
    .tanchu .right{
        width:60%;
    }
}
    @media screen and (max-width: 1440px) {
    .tanchu {
        width: 90%;
        background: #ffffff;
        max-height: 90vh;
        left: 5%;
        min-height: 600px;
    }

    .tanchu .r1 {
        font-size: 30px;
    }

    .tanchu .r2 {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0 5px 0;
    }

    .tanchu .r3 {
        font-size: 12px;
        line-height: 22px;
        padding: 15px 0;
    }

    .tanchu .r4_content a {
        font-size: 14px;
        line-height: 30px;
        padding: 2px 10px;
        margin-right: 5px;
        margin-bottom: 7px;
    }

    .tanchu .right {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .tanchu .left, .tanchu .right {
        width: 100%;
        float: none;
    }

    .pro2_list li, .pro2_list li:nth-child(4n) {
        width: 31.5%;
        background: #f9f9f9;
        margin: 0 25px 2% 0;
    }

    .pro2_list li:nth-child(3n) {
        margin-right: 0;
    }

    .pro2_list .t1 {
        font-size: 18px;
        line-height: 25px;
    }

    .pro2_list .t2 {
        font-size: 14px;
    }

    .pro2_list .lans {
        padding: 0 15px 10px 15px;
    }

    .tanchu {
        width: 92%;
        max-height: 80%;
        overflow: scroll;
        overflow-x: hidden;
        left: 50%;
        max-width: 400px;
        top: 12%;
        min-height: 0;
    }

    .tanchu .r1 {
        font-size: 24px;
    }

    .tanchu .r2 {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 5px 0;
    }

    .tanchu .sub {
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        margin-top: 20px;
        border: 0;
    }

    .tanchu .tanchu_wrapper {
        padding-top: 30px;
    }

    .tanchu_pagetion a {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 15px;
        line-height: 30px;
        color: #222222;
        padding: 30px 0 10px 0;
    }

}

@media screen and (max-width: 1030px) {
    .pro2_list li, .pro2_list li:nth-child(4n), .pro2_list li:nth-child(3n) {
        width: 48%;
        display: block;
        margin: 0 0 20px 0;
    }

    .pro2_list li:nth-child(2n) {
        margin-left: 4%;
    }

    .pro2_list .t1 {
        font-size: 16px;
    }

    .pro2_list .t2 {
        font-size: 12px;
    }

    .pro2_title {
        font-size: 14px;
        line-height: 24px;
    }

    .pro2_list {
        padding-top: 30px;
    }
}

/*zhaopin*/
.zhaopin {
    padding-bottom: 100px;
}

.zhaopin .title {
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    padding: 90px 0 20px 0;
    /*border-bottom: 1px solid #dddddd;*/
}

.table_zp {
    border-top: 1px solid #ddd;
}

.table_zp .t1 {
    width: 35%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp .t2 {
    width: 25%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp .t3 {
    width: 40%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp li {
    font-size: 18px;
    line-height: 1.2;
    color: #999999;
}

.table_zp .tz1 {
    padding: 0 5%;
    box-sizing: border-box;
}

.table_zp .tz2 {
    font-size: 20px;
    line-height: 1.5;
    color: #222;
    background: #f4f4f4;
    margin-bottom: 10px;
    position: relative;
}

.table_zp .tz2:after {
    content: '';
    position: absolute;
    right: 3%;
    top: 30px;
    height: 30px;
    width: 30px;
    transform: rotate(-90deg);
    transition: all .3s;
    background: url('../images/ico_page.png') center center no-repeat;
}

.table_zp .tz2.on:after {
    transform: rotate(90deg);
    background: url('../images/ico_page_on.png') center center no-repeat;
}

.table_zp .top {
    padding: 0 5%;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
}

.table_zp .hide {
    display: none;
}

.table_zp .bottom {
    margin: 0 5%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding: 3% 0;
    border-top: 1px solid #ddd;
}

.table_zp .top .t2, .table_zp .top .t3 {
    color: #666666;
}

.table_zp .email {
    font-size: 18px;
    line-height: 30px;
    padding: 7px 15px;
    color: #ffffff;
    background: #444444;
    margin: 0 5% 3% 5%;
}

.table_zp .tz2.on .top {
    border-top: 1px solid #fc4c02;
}

.table_zp .tz2.on .top .t1 {
    color: #fc4c02;
}

@media screen and (max-width: 1450px) {
    .table_zp .top {
        padding: 0 3%;
    }

    .table_zp .tz1 {
        padding: 0 3%;
        font-size: 16px;
    }

    .table_zp .t1, .table_zp .t2, .table_zp .t3 {
        padding: 20px 0%;
    }

    .table_zp .tz2 {
        font-size: 16px;
    }

    .table_zp .bottom {
        font-size: 14px;
        line-height: 1.8;
    }

    .table_zp .tz2:after {
        content: '';
        position: absolute;
        right: 1%;
        top: 12px;
    }

    .table_zp .email {
        font-size: 15px;
        line-height: 1.6;
        padding: 10px 9px;
        margin: 0 3% 2% 3%;
    }

    .zhaopin .title {
        font-size: 40px;
        padding: 50px 0 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .table_zp .t1 {
        width: 50%;
    }

    .table_zp .t2 {
        width: 20%;
    }

    .table_zp .t3 {
        width: 30%;
    }

    .table_zp .t1, .table_zp .t2, .table_zp .t3 {
        padding: 10px 0%;
    }

    .table_zp .tz2 {
        font-size: 14px;
    }

    .zhaopin {
        padding-bottom: 50px;
    }

    .zhaopin .title {
        font-size: 30px;
        padding: 30px 0 10px 0;
    }
}

@media screen and (max-width: 980px) {

    .zhaopin .title {
        font-size: 25px;
    }
}

/*about1*/
.about1 {

}

.about1 .title {
    font-size: 60px;
    line-height: 1;
    margin: 70px 0 50px 0;
    font-weight: bold;
}

.about1 .editor {
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    padding-bottom: 115px;
}


.about2 {
    padding: 90px 0 130px 0;
}

.about2 .title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

.about2_list {
    margin-top: 70px;
}

.about2_list li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background:rgb(72 70 70 / 50%);
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    height: 400px;
    cursor: crosshair;
}
.about2_list li:nth-child(3n+0){margin-right:0%;}
.about2_list li:before{
    width:100%;
    content:'';
    background:-webkit-linear-gradient(top,#339dd1,#fc636e);
    position:absolute;
    top:0;
    left:0;
    height:0px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.about2_list li:hover:before{
    height:100%;
}

.about2_list li:nth-child(4n) {
    margin-right: 0;
}
.about2_list li a{display:block;}

.about2_list .ico {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: 80px;
}

.about2_list .ico i{font-size:38px; color:#fff;}
.about2_list .lans {
    position: absolute;
    bottom: 140px;
    left: 30px;
    width: calc(100% - 60px);
}

.about2_list .n1 {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.about2_list .n2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.about2_list .n3 {display:none;font-size: 16px;line-height: 24px;color: #ffffff;}

.about2 {
    background: #f5f5f5;
    background-size: cover;
}

.about3 {
    padding: 100px 0;
}

.about3 .left {
    width: 45%;
    float: left;
}

.about3 .right {
    width: 42%;
    float: right;
}

.about_news {
}

.about_news a {
    line-height: 1.5;
    padding: 35px 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: block;
}

.about_news a:hover .n1 {
    color: #fc4c02;
}

.about_news a:hover .n2 {
    color: #fc4c02;
}

.about_news a:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fc4c02;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about_news a:hover:after {
    width: 100%;
}

.about_news .n1 {
font-size: 24px;
    color: #444444;
    font-weight: bold;
}

.about_news .n2 {
    margin-top: 10px;
    font-size: 16px;
    color: #444444;
}

.about_news .num {
    position: absolute;
    right: 0;
    font-size: 100px;
    color: #f3f3f3;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about_news a:hover .num {
    opacity: 1;
}

.about3 .title {
    font-size: 60px;
    color: #222222;
    margin: 10px 0 60px 0;
    font-weight: bold;
}

.about4_list {
    position: relative;
    padding-bottom: 100px;
}

.about4 .title {
    font-size: 60px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 40px;
}

.about4 .swiper-slide {
    border: 10px solid #eeeeee;
    box-sizing: border-box;
}

.swiper-button-next {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #1d1d1d;
    text-align: center;

}

.swiper-button-prev {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #1d1d1d;
    top: -50px;
    left: auto;
    right: 60px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: url('../images/arrow_on.png') center center no-repeat;
    border: 1px solid #fc4c02;
}

.logo_other {
    padding-bottom: 100px;
}

.logo_other a {
    width: calc(16.6% - 16.7px);
    padding-top: calc(8.3% - 17px);
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 20px 20px 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden;
    filter: gray;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.logo_other a:nth-child(6n) {
    margin-right: 0;
}

.logo_other a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo_other a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width: 1550px) {
    .about2_list .n1 {
        font-size: 50px;
    }

    .about2_list li {
        height: 350px;
    }

    .about1 .title, .about2 .title, .about3 .title, .about4 .title {
        font-size: 50px;
    }

    .about3 .title, .about4 .title {
        margin-bottom: 30px;
    }

    .about2_list {
        margin-top: 50px;
    }

    .about2 {
        padding: 80px 0 100px 0;
    }

    .about4 .swiper-slide {
        border: 5px solid #eeeeee
    }

    .about3 .right {
        width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .about1 .title, .about2 .title {
        font-size: 45px;
        margin: 50px 0 20px 0;
    }

    .about_news {
        margin-bottom: 50px;
    }

    .about3 .title, .about4 .title {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .about1 .editor {
        font-size: 17px;
        line-height: 1.5;
        padding-bottom: 60px;
    }

    .about2 {
        padding: 40px 0 80px 0;
    }

    .about2_list li, .about2_list li:nth-child(4n) {
        width: 48%;
        margin: 10px 0;
        height: 250px;
    }

    .about2_list li:nth-child(odd) {
        margin-right: 4%;
    }
    .about2_list li:nth-child(3){width:100%;margin-right:0;}

    .about2_list .ico img {
        width: 35px;
    }

    .about2_list .n1 {
        font-size: 45px;
    }

    .about2_list {
        margin-top: 30px;
    }

    .about3 .left, .about3 .right {
        width: 100%;
        float: none;
    }

    .about_news a {
        padding: 25px 0;
    }

    .about_news .n1 {
        font-size: 22px;
    }

    .about_news .n2 {
        font-size: 16px;
    }
    .about_news .num{
        font-size:70px
    }

    .about3 {
        padding: 50px 0;
    }

    .about4_list {
        padding-bottom: 80px;
    }

    .logo_other a:nth-child(6n), .logo_other a {
        width: calc(33.3% - 15px);
        padding-top: calc(17.3% - 15px);
    }

    .logo_other a:nth-child(3n) {
        margin-right: 0;
    }

    .logo_other {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 980px) {
    .about1 .title, .about2 .title {
        font-size: 32px;
        margin: 30px 0 10px 0;
    }

    .about3 .title, .about4 .title {
        font-size: 32px;
    }

    .about2_list li, .about2_list li:nth-child(4n) {
        padding: 5%;
        height: 210px;
    }

    .about_news a {
        padding: 15px 0;
    }

    .about_news .n1 {
        font-size: 18px;
    }
    .about_news .num{
        font-size:50px
    }

    .about_news .n2 {
        font-size: 14px;
    }

    .about2_list .ico img {
        width: 50px;
    }

    .about2_list .lans {
        position: absolute;
        bottom: 60px;
        left: 5%;
        width: calc(100% - 10%);
    }
    .about2_list .ico{
        margin-top: 20px;
    }
    .about2_list .n2 {
        font-size: 12px;
        line-height: 18px;
    }

    .about2_list {
        margin-top: 15px;
    }

    .about1 .title, .about2 .title {
        font-size: 27px;
    }

    .about2_list .n1 {
        font-size: 18px;
    }

    .about2 {
        padding: 20px 0 50px 0;
    }

    .about1 .editor {
        font-size: 14px;
        padding-bottom: 40px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: -30px;
    }

    .swiper-button-prev {
        right: 40px;
    }

    .about4_list {
        padding-bottom: 50px;
    }

    .logo_other {
        padding-bottom: 30px;
    }
}

/*footer*/
.footer {

}

.footer .footer_wrapper {
    background: #000;
}

.footer .footer_top {

    padding: 30px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .f_logo {
    width: 180px;
    float: left;
}

.footer .f_link {
    float: right;
}

.footer .f_link a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    position: relative;
}

.footer .f_link a img:first-child, .footer .f_link a:hover img:nth-child(2) {
    display: none;
}

.footer .f_link a:hover img:first-child, .footer .f_link a img:nth-child(2) {
    display: block;
    vertical-align: top;
}

.footer .weixin_code{
    display: none;
    position: absolute;
    top: -110px;
    left:50%;
    width: 90px;
    transform: translate(-50%,0);
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.footer .c_look:hover .weixin_code{
    display: block;
}


.footer .footer_center {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .f_center1 {

    float: left;

    padding-bottom: 40px;
}

.f_center1 li {
    float: left;
    width: 250px;
}

.f_center1 h4 {
    font-size: 20px;
    color: #ffffff;
}

.f_center1 span,.f_center2 span {
    display: block;
    width: 15px;
    height: 1px;
    background: #fc4c02;
    margin: 10px 0;
}

.f_center1 a {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
}

.footer .f_center2 {
    float: right;
    width: 400px;
    text-align: left;
}

.footer .c1 {
    font-size: 20px;
    color: #ffffff;
}

.footer .lxfs p{font-size: 16px;
    line-height: 30px;margin-bottom: 5px;
    color: #666666; padding-left:40px;}
.footer .lxfs .name{background: url(../images/name_ico.png) no-repeat left;}
.footer .lxfs .tel{background: url(../images/tel_ico.png) no-repeat left;}
.footer .lxfs .add{background: url(../images/add_ico.png) no-repeat left;}
.footer .ewm {
    padding-top: 20px;
}

.footer .ewm li {
    position: relative;
    width: 60px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.footer .ewm li:last-child {
    margin-right: 0;
}

.footer .ewm .ico {opacity: 0.8;cursor: pointer;color: #666666;}
.footer .ewm .ico p{line-height:26px;}

.footer .ewm li:hover .ico {
    opacity: 1;
}

.footer .ewm li:hover .ewms {
    display: block;
}

.footer .ewm li .ewms:before {
    content: url('../images/jiao.png');
    bottom: -20px;
    position: absolute;
    left: calc(50% - 10px);
}

.footer .ewms {
    position: absolute;
    width: 150px;
    background: #fff;
    text-align: center;
    padding: 13px 0 6px 0;
    border-radius: 10px;
    left: -45px;
    bottom: 120%;
    display: none;
    font-size: 12px;
    line-height: 30px;

}

.footer .ewms img {
    width: 105px;
}

.footer_bottom {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    padding: 12px 0;
}
.footer_bottom .links a{color: #666666;margin-right:5px;}
.footer_bottom .links a:hover{color:#ececec;}
.footer_bottom .left {
    float: left;
}

.footer_bottom .right {
    float: right;
}

@media screen and (max-width: 1650px) {
    .f_center1 li {
        width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .footer_bottom {
        font-size: 12px;
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
  .footer .f_center1{display:none;}
  .footer .f_center2{width:100%;text-align:left;}
  .footer .f_link{margin-top: 15px;}
  .footer .ewms{left:0px;}
  .f_center1 a{font-size:14px;}
  .footer .f_link a{padding:10px 5px;}
  .f_center1 li{width:33%;float:left;min-height:180px;}
  .footer_bottom .left,.footer_bottom .right{width:100%;text-align:center;}
}
@media screen and (max-width: 500px) {
    .footer .ewms{left:0px;}
}
/*index1*/
.index1 {
    overflow: hidden;
}
.index1 .swiper-slide:before{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#0a2840;
    opacity:.5;

}

.index1 .swiper-slide {
    height: 100vh;
    min-height: 450px;
    background: url(./) center center no-repeat;

}

.index1 .box {
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 6;
}

.index1 .lans {
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.index1 .t1 h1{
    font-size: 62px;
    line-height: 70px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.index1 .t1 p{font-size: 24px;line-height: 70px; text-transform:uppercase;font-weight: normal;}
.index1 .t2 {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
    border: 1px solid #ffffff;
    padding: 6px 40px;
    border-radius: 30px;
}
.index1 .t2 i{padding-left:8px;}
.index1 .t2:hover{background: -webkit-linear-gradient(to right, #339dd1, #fc636e));
    background: -o-linear-gradient(to right, #339dd1, #fc636e));
    background: -moz-linear-gradient(to #339dd1, #fc636e);
    background: linear-gradient(to right,#339dd1, #fc636e); color:#fff; border:none;}

.index1 .swiper-button-next, .index1 .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    right: 10px;
    border: 0;
    background: url(../images/a1.png) no-repeat center;
    overflow: initial;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.index1 .swiper-button-next:hover, .index1 .swiper-button-prev:hover {
    background-position: 8px center;
}

.index1 .swiper-button-prev {
    left: 10px;
}
.jt{position:absolute;bottom:2vw;left:0px;right:0px;margin:0 auto;text-align:center;z-index:999;}
.shake1 {animation:shake1 5s infinite;-mzoanimation:shake1 5s infinite;-webkit-animation:shake1 5s infinite;-o-animation:shake1 5s infinite;}
@keyframes shake1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.circleProgress {
    bottom: 0;
    width: 200%;
    border: 1px solid #eee;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg)
}

.rightcircle {
    border-top: 1px solid rgba(255, 255, 255, .4);
    border-right: 1px solid rgba(255, 255, 255, .4);
    right: 0
}

.leftcircle {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    border-left: 1px solid rgba(255, 255, 255, .4);
    left: 0
}

.index1 .arrow {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index1 .arrow:after {
    content: '';
    width: 43px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 49%;
    right: 23px;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.index1 .swiper-button-next:hover .arrow:after, .index1 .swiper-button-prev:hover .arrow:after {
    right: 18px;
    opacity: 1;
}

.wrapper.right {
    right: 0;
}

.wrapper.left {
    left: 0;
}

.wrapper {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.swiper-button:hover .rightcircle,
.swiper-button:hover .rightcircle {
    -webkit-animation: circleProgressLoad_right .5s linear forwards
}

.swiper-button:hover .leftcircle,
.swiper-button:hover .leftcircle {
    -webkit-animation: circleProgressLoad_left .5s linear forwards
}

@-webkit-keyframes circleProgressLoad_right {
    0% {
        border-top: 1px solid rgba(255, 255, 255, .4);
        border-right: 1px solid rgba(255, 255, 255, .4);
        -webkit-transform: rotate(45deg)
    }
    50% {
        -webkit-transform: rotate(225deg)
    }
    100% {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(225deg)
    }
}

@-webkit-keyframes circleProgressLoad_left {
    0% {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        border-left: 1px solid rgba(255, 255, 255, .4);
        -webkit-transform: rotate(45deg)
    }
    50% {
        -webkit-transform: rotate(45deg)
    }
    100% {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(225deg)
    }
}




.index_about {padding: 110px 0 150px 0;}
.index_about .box {position: relative;}
.index_about .left {width: 70%;position: relative;z-index: 2;float: left;margin-right: -30%;}
.index_about .index_title {padding: 0 0 65px 30px;}
.index_title .t1 {font-size: 40px;line-height: 1;color: #222222;font-weight: bold;}
.index_title .t2 {font-size: 24px;line-height: 1;color: #222222;font-weight: bold;padding: 15px 0;}
.index_title .heng {}
.index_about .left_editor {padding: 40px 200px 40px 40px;box-sizing: border-box;background: rgba(255, 255, 255, .36);font-size: 16px;line-height: 30px;color: #444;}
.index_about .left_editor p{text-indent: 2em;}
.index_about .look {width: 160px;height: 45px;line-height: 45px;text-align: center;background-image: linear-gradient(right,#fc636e, #339dd1);background-image: -webkit-linear-gradient(left,rgb(51 156 209 / 90%),rgb(252 99 110 / 90%) );color: #ffffff;font-size: 14px;display: block;border-radius: 30px;margin-top: 40px;transition: all .3s;ba(0,	0,	0,	.35);box-sizing: border-box;-webkit-transition: all .3s;}
.index_about .look img {transition: all .3s;-webkit-transition: all .3s;}
.index_about .look:hover {box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .3);padding-left: 5px;}
.index_about .look:hover img {margin-left: 5px}
.index_about .right {width: 42%;position: relative;top: 0;right: 0;cursor: pointer;float: right;}
.index_about .zindex{z-index: 3;}
.index_about .video1 {position: relative;}
.index_about .pic {}
.index_about .play {position: absolute;top: calc(50% - 40px);left: calc(50% - 40px);}
.index_about .video2 {display: none;}


@media screen and (max-width: 1199px){
.index_about {padding: 50px 0 60px 0;}
.index_about .left {width: 100%;margin-right: 0;float: none;}
.index_about .right {width: 100%;float: none;}
.index_title .t1 {font-size: 27px;}
.index_title .t2 {font-size: 18px;padding: 13px 0;}
.index_about .index_title {padding: 0 0 35px 20px;}
.index_about .left_editor {padding: 20px;margin-bottom: 35px;font-size: 14px;line-height: 2;}
.index_about .look {width: 120px;line-height: 40px;height: 40px;font-size: 12px;}
}
/*index2*/
.index2 {
    padding: 80px 0 20px;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

.index2 .htitle {
    font-size: 40px;
    line-height: 1;
    color:#000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.hongren_list li {background: #ffffff;display: inline-block;margin-bottom: 30px;vertical-align: top;}
.hongren_list .img {box-sizing: border-box;position: relative;overflow: hidden;}
.hongren_list img {transition: all .36s ease;}
.hongren_list li:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08)}
.hongren_list li a:before {content: '';position: absolute;width: 10%;height:100%;top: 0px;display: block;left: 45%;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;opacity: 0;}
.hongren_list li:hover a:before {width: 100%;left: 0;opacity: 1;z-index: 2;background:-webkit-linear-gradient(top,rgb(51 156 209 / 90%),rgb(252 99 110 / 90%) );}
.hongren_list .img:after {content: '';position: absolute;width: calc(100% - 8px);height: 10%;left: 0px;display: block;top: 45%;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;opacity: 0;}
.hongren_list .img .more{width:100%;text-align: center;}
.hongren_list .img span{position: absolute;z-index:3;color:#fff;opacity:1;top:45%;font-size:14px;left:calc(50% - 72px);    border: 1px solid #ffffff;padding: 8px 30px;border-radius: 30px;opacity:0;}
.hongren_list .img span i{padding-left:8px;}
.hongren_list li:hover a span{opacity: 1;}
.hongren_list .img .more:hover span{background:#222222;border-color:#222222;}
.hongren_list .lans {padding: 0 25px;box-sizing: border-box;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.hongren_list li:hover .lans {position: relative;background: none;z-index: 3;}
.hongren_list .l1 {font-size: 18px;line-height: 50px;font-weight: bold;color: #222222;border-bottom: 1px solid #eeeeee;text-align: center;}
.hongren_list .l2 {line-height: 55px;}
.hongren_list .l2_1 {font-size: 14px;color: #8f8c8c;line-height:25px;padding:20px 0px;}
.hongren_list li:hover .l1,.hongren_list li:hover .l2_1,.hongren_list li:hover .l2_1 span {color: #ffffff;}
.hongren_list .l2_1 span {color: #ec3f4e;}
.hongren_list .l2_2 {width: 25px;float: right;overflow: hidden;}
.hongren_list .l2_2 img {max-width: 33px;width: 33px;margin-left: -10px;}
.nylist li{width:23.2%;margin-right:2%;position:relative;}
.nylist li:nth-child(4n+0){margin-right:0%;}
.listpro li{width:32%;margin-right:2%;position:relative;float: left;overflow: hidden;}
.listpro li:nth-child(3n+0){margin-right:0%;}

.about_l{ float: left; background:#fff;width:20%; padding:0px 20px;overflow:hidden;margin-bottom:5%; position:relative;/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/ }
.about_l .search_form{  height:42px; width:auto; border-radius:5px; margin-top:35px; }
.about_l .search_form .input_shurk{  float:left;width:calc(100% - 62px);width:-webkit-calc(100% - 62px);width:-moz-calc(100% - 62px); height:42px; line-height:42px;padding-left: 20px; background:#fafafa;border:none;outline:medium; color:#999999; font-size:14px;border-radius:8px;}
.about_l .search_form .s_btns{ float:right; width:42px; height:42px;background:url(../images/search_pro.png) right 15px center no-repeat, linear-gradient(to right, #fc636e, #339dd1);  font-size:15px; color:#fff;  border:none;cursor:pointer; outline:none;border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
.about_l .search_form .s_btns:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.about_l .i_left_ul2{ overflow:hidden;  /*background-color:#f4f8f9;*//* border:1px solid #dddddd; border-top:0;*/ margin-bottom:10px; background:#fff;}
.about_l .i_left_ul2 .borders{ padding-top:10px;}
.about_l .i_left_ul2 li h2{ font-weight:normal; overflow:hidden; padding-right:30px; height:48px;font-size:18px; color:#333333; position:relative;background:url(../images/product_pic2.png) #f8f8f8 right 15px center no-repeat; background-size:11px 7px;transition:all 0.3s;-webkit-tap-highlight-color:transparent; font-weight: bold;border-radius:5px;margin-bottom: 10px;}
.about_l .i_left_ul2 li h2 span{ display:block; width:100%; line-height:22px;color:#333333;padding-left: 20px; }
.about_l .i_left_ul2 .left_sel h2 span,.about_l .i_left_ul2 li:hover h2 span{color:#fff;}
.about_l .i_left_ul2 li h2 span em{ font-style:normal; display:block; overflow:hidden; height:18px; line-height:18px;  font-family:Arial;}

.about_l .i_left_ul2 li h2 a{color:#333333; text-decoration:none; width:100%; display:block;transition:all 0.3s;height:100%; width:100%; line-height:80px;font-size: 16px;display: flex; align-items: center; justify-content: left;}
.about_l .i_left_ul2 .prolistnav a:last-child{ border-bottom:0;}
.about_l .i_left_ul2 li:hover h2,.about_l .i_left_ul2 li.left_sel h2{color:#fff;  background: 
    url(../images/listpros_on.png) right 15px center no-repeat,
    linear-gradient(to right, #fc636e, #339dd1);
  padding-right: 50px; /* 为图标留出空间 */}
.about_l .i_left_ul2 li:hover h2 a{color:#fff;}
.about_l .i_left_ul2 li:hover h2{ background: 
    url(../images/listpros_on.png) right 15px center no-repeat,
    linear-gradient(to right, #fc636e, #339dd1);
  padding-right: 50px; /* 为图标留出空间 */}
.about_l .i_left_ul2 li.left_sel h2{ color:#fff;  }



.about_l .i_left_ul2 li{display:block;/* width:100%;*/ position:relative;}
.about_l .i_left_ul2 li:last-child h2 a{border-bottom:none; }
.about_l .i_left_ul2 li:last-child h1 a{ border-bottom:none; margin-bottom:0;}
.about_l .i_left_ul2 li h1{ font-weight:normal; overflow:hidden;padding-left:30px; padding-right:27px;  height:40px;line-height:40px;font-size:18px; color:#333; cursor:pointer; position:relative;background:url(../images/product_pic2.png) right 25px center no-repeat; background-size:10px 10px;transition:all 0.3s;-webkit-tap-highlight-color:transparent;}
.about_l .i_left_ul2 li h1 a{ color:#666666; text-decoration:none;display:block; transition:all 0.3s;}
.about_l .i_left_ul2 li h1:hover a{color:#01b4ed;margin-left:3px;}
.about_l .i_left_ul2 li.left_sel h1{ color:#01b4ed;background:url(../images/product_pic3.png) right 20px center no-repeat;}
.about_l .i_left_ul2 li.left_sel h1 a{ color:#01b4ed;}
.about_l .i_left_ul2 li div{ display:none; margin-bottom:4px; }
.about_l .i_left_ul2 li.left_sel div{ display:block;}
.about_l .i_left_ul2 li div a{font-size:14px;line-height: 38px;padding-left: 30px;overflow:hidden;display:block;color:#555555;transition:all 0.3s;border-bottom: 1px solid #f9f9f9;border-radius:5px;}
.about_l .i_left_ul2 li div a.left_sel{color:#fff; background: -webkit-linear-gradient(right,#fc636e, #339dd1);}
.about_l .i_left_ul2 li div a i{float:right;padding-right:15px;line-height:38px;color:#ffffff;font-size: 12px;}
.about_l .i_left_ul2 li div a:hover,.about_l .i_left_ul2 .left_sel .prolistnav .on{color:#fff;background: -webkit-linear-gradient(right,#fc636e, #339dd1);}
.about_l .i_left_ul2 li div a:hover i{color:#fff;}
.about_l .i_left_ul2 li div dl{overflow:hidden;}
.about_l .i_left_ul2 li div dl dd{overflow:hidden; display:none; padding-bottom:1px;}
.about_l .i_left_ul2 li div dl dd p{ height:30px; line-height:30px; overflow:hidden; padding-left:37px; padding-right:10px; }
.about_l .i_left_ul2 li div dl dd p a{ height:30px; line-height:30px; overflow:hidden; display:block; padding-left:9px; padding-right:8px; color:#666666;background:url(../images/product_bg4.png) left center no-repeat;transition:all 0.3s;}
.about_l .i_left_ul2 li div dl dd p a:hover{color:#e94001;background-image:url(../images/product_bg4_on.png); margin-left:4px;}
.about_l .i_left_ul2 li div dl dd p.on a{ color:#e94001;background-image:url(../images/product_bg4_on.png);}
.about_l .i_left_ul2 li div dl span{ padding-left:23px; padding-right:8px; overflow:hidden; display:block; line-height:34px;  height:34px;font-size:14px; color:#333;cursor:pointer;background:url(../images/product_bg3.png) 16px center no-repeat; transition:all 0.3s;}
.about_l .i_left_ul2 li div dl span:hover{margin-left:4px;}
.about_l .i_left_ul2 li div dl span a{ color:#666666; text-decoration:none; display:inline;}
.about_l .i_left_ul2 li div dl span a:hover{color:#e94001; }
.about_l .i_left_ul2 li div dl span.left_sel{color:#e94001; background-image:url(../images/product_bg3_on.png);}
.about_l .i_left_ul2 li div dl span.left_sel a{color:#e94001;}
.about_l .i_left_ul2 li div dl span i{ float:right; margin-right:4px; width:8px; height:4px; background:url(../images/product_bg5.png) no-repeat; margin-top:15px; display:none;}
.about_l .i_left_ul2 li div dl span.left_sel i{ display:block;}
.about_r{ float:right;width:75%; }
/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}
.postions{display:none;}
.postions .fl{float:left;}
.postions .fr{float:right;}
.postions .rclass{background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent;}

@media screen and (max-width: 992px) {
.postions{display:block;}
.neiye_nav{padding:10px 0px;}
/*分类弹窗*/
.about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;/* display: none;*/transition: all 0.3s;}
.postions_b.lws .about_tc{ width:80%;}
.postions_b.lws{ display:block;}
.about_l.lws .about_tc{ width:100%;}
.about_tc .about_divs{ position:absolute; right:0; width:90%; background-color:#fff; top:0; overflow:hidden; height:100%;-webkit-overflow-scrolling: touch;overflow-y: auto;}
.about_tc .closed2{ right:90%; position:absolute; top:150px; cursor:pointer; width:25px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
.about_l{ float:none; width:0%; padding-left:0; padding-right:0; background:none; margin-right:0; z-index: 19891025; right: 0%; position:fixed; overflow: hidden; top:0; height:100%; margin-bottom:0;-webkit-overflow-scrolling: touch; overflow-y: auto;}
.about_l.lws{ width:90%; max-width:410px;border-radius: 0px;}
/*.about_l .i_left_ul2 li:after{ top:16px; height:22px;}*/
.about_l .i_left_ul2{ padding-left:3%; padding-right:3%;}
.about_l .i_left_ul2 li h1{ padding-right:12px;font-size:16px;}
.about_l .i_left_ul2 li h2{padding-right:12px; font-size:16px; background-position:right 7px center;}
.about_l .i_left_ul2 li div{   margin-bottom:2px; }
.about_l .i_left_ul2 li div a{ font-size:14px;}
.about_r{width:100%;}
.listpro li{width:49%;margin-bottom: 2%;}
.listpro li:nth-child(3n+0){margin-right:2%;}
.listpro li:nth-child(2n+0){margin-right:0;}
.hongren_list .l1{line-height:35px;}
.hongren_list .lans{padding:0px 10px;}
.hongren_list .l2_1{font-size:12px;padding:10px 0px;}
}
/*hongren_details*/
.shebeinny,.listnews{padding: 80px 0 20px; position: relative;background: #f5f5f5;overflow: hidden;}

.shebeinny .swiper-button-prev{
    left: 10px;
}
.shebeinny .swiper-button-next{
    right:10px;
}
.shebeinny .swiper-button-prev,.shebeinny .swiper-button-next{
    top:55%;
    border:none;
    background: #000;
    color: #fff;
}
.hongren_details .return {font-size: 14px;line-height: 28px;color: #222222;}
.hongren_details .return img {padding-right: 15px;}
.hongren_details_container {margin-bottom:30px;background: #ffffff;}
.shebeinny .videosb{margin-bottom:30px;}
.hongren_details .left {width:52%;float: left;}
.hongren_details_container .number {position: absolute;right: 30px;bottom: 19px;color: #ffffff;font-size: 16px;/* font-weight: bold; */z-index: 10;}
.hongren_details_container .now {font-style: normal;font-size: 20px;margin-right: 6px;}
.hongren_details_container .sum {font-style: normal;margin-left: 6px;}
.hongren_details_container .right {width: 40%;float: right;padding: 2% 4%;}
.hongren_details_container .r_top {border-bottom: 1px solid #eeeeee;padding-bottom: 10px;position: relative;    margin-bottom: 30px;}
.hongren_details_container .r_top .r_top_one {width: 100%;}
.hongren_details_container .r_top_one .t1 {font-size: 38px;color: #222;padding: 10px 0 25px 0;font-weight: bold;float: left;line-height:60px;}
.hongren_details_container .r_top_one .fr{float:right;margin-top:15px;text-align: right;}
.hongren_details_container .r_top_one .t2,.hongren_details_container .r_top_one .t5 {font-size: 14px;line-height: 2;color: #fff;background: -webkit-linear-gradient(right,#fc636e, #339dd1);padding: 10px 20px;border-radius: 10px;}
.hongren_details_container .r_top_one .t3 {font-size: 26px;color: #ec3f4e;font-weight: bold;padding: 8px 0px;}
.hongren_details_container .r_top_two {max-width: 100%;border-bottom: 1px solid #eeeeee;padding-bottom: 30px;    margin-bottom: 30px;}
.hongren_details_container .r_top_two .t1 {font-size: 14px;line-height: 2;color: #666666;}
.hongren_details_container .r_top_two .t2 {margin-left: -10px;margin-top: 5px;}
.hongren_details_container .r_top_two .t2 li {float: left;margin-left: 10px;position: relative;width: 100px;}
.hongren_details_container .r_top_two .t2 .name {position: absolute;bottom: 0;width: 98%;overflow: hidden;height: 24px;line-height: 24px;padding: 0 10px;color: #ffffff;font-size: 12px;text-align: center;background: rgba(0, 0, 0, .5);box-sizing: border-box;}
.hongren_details_container .r_bottom {padding: 10px 0;}
.hongren_details_container .r_bottom .t1 {font-size: 18px;line-height: 2;color: #000;font-weight: bold;}
.hongren_details_container .r_bottom .t2 {font-size: 16px;line-height: 30px;color: #444444;}
.wenhua_pagetion {line-height: 21px;font-size: 16px;}
.wenhua_pagetion img {margin: 0 10px;padding-right: 0 !important;vertical-align: text-bottom;}
.wenhua_pagetion .left1 {width: auto;color: #222222}
.wenhua_pagetion a:hover {color: #ec3f4e;}
.wenhua_pagetion a img:last-child {display: none}
.wenhua_pagetion a:hover img:first-child {display: none}
.wenhua_pagetion a:hover img:last-child {display: inline-block}
.wenhua_pagetion .right1 {width: auto;line-height: 0;height: auto;box-sizing: border-box;border: 0;text-align: center;font-size: 16px;color: #444444;}
.wenhua_pagetion .return1 {margin-left: 150px;}
.wenhua_pagetion .left1 img {transform: rotate(180deg);transform: rotate(180deg)}

.related {
    padding-bottom:80px;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

.related .htitle {
    font-size: 40px;
    line-height: 1;
    color:#000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.related .swiper-container{padding-bottom:20px;}
.related .swiper-pagination{bottom:10px;}
.related  .swiper-pagination-bullet{background: #fc4c02;}
@media screen and (max-width: 1199px) {.hongren_pagetion .return1 {margin-left: 0;}
    .hongren_details .left {width: 100%;float: none;}
    .hongren_pagetion .left1 {width: auto;}
    .hongren_details_container .right {float: none;width: 100%;}
    .hongren_details_container .r_top_l .t1 {font-size: 24px;padding-top: 30px;}
    .hongren_details_container {padding-bottom: 30px;}
    .hongren_details,	.hongren_details1 {background-size: 30% auto;}}

@media screen and (max-width: 780px) {.hongren_details_container .r_top .r_top_l {width: 100%;}
    .hongren_details_container .r_top_one .t1{font-size:28px;}
    .hongren_details_container .r_top_r {position: static;max-width: 100%;width: 100%;margin-top: 20px;}
    .hongren_details_container .r_center li {width: 33.3%;}
    .hongren_details_container .r_top_l .t1 {font-size: 21px;padding: 25px 0 15px 0;}}

.index2 a.swiper-slide {
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    padding: 70px 30px;
    position: relative;
}
.index2 .swiper-container{padding-bottom: 60px;}
.index2 .swiper-button-prev{
    left:  100px;
}
.index2 .swiper-button-next{
    right:100px;
}
.index2 .swiper-button-prev, .index2  .swiper-button-next{
    top:55%;
    border: 1px #fff solid ;
    background: #000;
    color: #fff;
}

.index2 .swiper-button-prev:hover, .index2  .swiper-button-next:hover{background-color: #fc4c02;}
.index2 .swiper-pagination{top: 30px;  position: relative;display:none;}
.index2 .swiper-pagination-bullet{background: #000;}
.index2 .swiper-pagination-bullet-active{background: #000;}
.index2 a .bg1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    height: 100%;
}

.index2 a:hover .bg1 {
    opacity: 1;
    top: 0%;
}

.index2 a .t1 img:last-child, .index2 a:hover .t1 img:first-child {
    display: none;
}

.index2 a .t1 img:first-child, .index2 a:hover .t1 img:last-child {
    display: block;
}

.index2 .t1 {
    position: relative;
    z-index: 2;
}

.index2 .t2 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin: 40px 0 25px 0;
    position: relative;
    z-index: 2;
}

.index2 .t3 {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 7;
    height: 140px;
    color: #666666;
    position: relative;
    z-index: 2;
}

.index2 .t4 {
    width: 45px;
    height: 45px;
    background: url("../images/arrow.png") center center no-repeat #ffffff;
    border: 1px solid #222222;
    border-radius: 50%;
    opacity: .3;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.index2 a:hover .t4 {
    background: url("../images/arrow_on.png") center center no-repeat #ffffff;
    border: 2px solid #fc4c02;
    opacity: 1;
}

.index2 a:hover .t2, .index2 a:hover .t3 {
    color: #ffffff;
}

@media screen and (max-width: 780px) {
    .jt{bottom:20%;}
    .index1 .box{top:40%;}
    .index2 .htitle{font-size:24px; margin:30px 0px 50px;}
    .index2 .swiper-button-prev, .index2  .swiper-button-next{display:none;}
    .index2 .swiper-pagination{display:block;}
    .index2 .swiper-container-horizontal>.swiper-pagination-bullets{display:block;}
}



.indexsum .title {
    font-size: 40px;
    line-height: 1;
    color:#fff;
    font-weight: bold;
    text-align: center;
}

.index3 {
    padding: 100px 0;
}

.index3 .box {
    position: relative;
}

.index3 .t2 {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    height200px;
    overflow-y:scroll;
    padding-right:10px
}

.index3 .left {
    font-size: 20px;
    color: #444;
    padding-top: 60px;
    width: 30%;
    float: left;
}

.index3 .t2 {
    margin: 50px 0 30px 0;
}
.index3 .t2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.index3 .t2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
.index3 .t2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
.index3 .t3 {

}

.index3 .t3_ico {
    background: url('../images/arrow.png') center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

.index3 .right {
    width: 61%;
    float: right;
}

.index3 .lans {
    padding: 30px;
    background: #f4f4f4;
}

.index3 .time {
    width: 85px;
    float: left;
}

.index3 .ts1 {
    font-size: 20px;
    font-family: CODE_BOLD;
    font-weight: bold;
    color: #222222;
    margin-bottom: 10px;
}

.index3 .ts2 {

    font-size: 16px;
    font-family: CODE_BOLD;
    color: #999999;
}

.index3 .lans1 {
    width: calc(100% - 85px);
    float: left;
}

.index3 .l1 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 10px;
}

.index3 .l2 {

    font-size: 16px;
    color: #999999;
}

.index3 .swiper-button-next {
    top: auto;
    right: auto;
    bottom: 0;
    left: 60px;
}

.index3 .swiper-button-prev {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.index4 {

}

.index4 .title {
    float: left;
    color: #222222;
    font-weight: bold;
}

.index4 .link {
    float: right;
    font-size: 20px;
    color: #222;
    line-height: 60px;
}

.index4_list {
    margin-top: 50px;
}

.index4_list a {
    width: 50%;
    height: 800px;
    float: left;
    position: relative;
}
.index4_list a:before{
    content: '';
    background: url('../images/i_bg4.png') center center no-repeat rgba(33,33,33,.9);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
}
.index4_list .l1 {
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 25px;
}

.index4_list .l2 {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 25px;
}

.index4_list .lans {
    width: 44%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index4_list a:hover .lans {
    opacity: 1;
    top:50%;
}
.index4_list a:hover:before{
    opacity: 1;
}
.index4_list .pic {
    border: 4px solid #fc4c02;
    margin-bottom: 25px;
}



.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.6); }
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; top: 5%; left: 5%; text-align: center; width: 90%; height: 90%; display: flex; justify-content: center;align-items: center; }
.rebox-contents .rebox-content {  border-radius: 1px; max-width: 100%; max-height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption {  opacity: 1; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: rgba(0,0,0,0.7); }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; font-size: 12px; line-height: 18px; }

.rebox-button { position: absolute; z-index: 9999; min-width: 40px; height: 40px; line-height: 40px; background: rgb(0, 0, 0); 
    text-decoration: none; font-size: 16px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.rebox-button:hover,
.rebox-button:focus { opacity: 1; background:#fc4c02;}
.rebox-close { right: 10px; top: 10px;  font-size: 30px; }
.rebox-next { right: 10px; top: 48%; }
.rebox-prev { left: 10px; top: 48%; }
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}


.index5 {
    padding: 90px 0px;
    position: relative;
    background: #f5f5f5;
}
.index5 .title{
    font-size: 60px;
    font-weight: bold;
    color: #222222;
    text-align: left;
}
.index5 .tops .swiper-button-prev,.index5 .tops  .swiper-button-next{
    top: 20px;
}
.index5 .left {
    width: calc(95% - 420px);
    float: left;
    position: relative;
}

.index5 .right {
    width: 420px;
    float: right;
}

.index5 .news_list1 .times {
    float: left;
    text-align: left;

}

.index5 .news_list1 .lans {
    float: right;
    width: calc(100% - 200px);
    margin: auto;
}

.index5 .news_list1 .l1 {
    height: auto;
}

.index5 .news_list1 .l3 {
    margin-top: 20px;
}

.index5 .news_list1 a:last-child {
    border-bottom: 1px solid #eeeeee;
}
.index5 .bottom{position: relative;width: 95%;}
.index5 .bottom .swiper-button-prev,.index5 .bottom  .swiper-button-next{
    top: 40%;
    border: 0;
    background-image: url('../images/ico_pages.png');
}
.index5 .bottom .swiper-button-prev{
    left: -50px;
}
.index5 .bottom .swiper-button-next{
    right: -50px;
}
.news_list2 a{
    display: block;
    color: #222222;
}
.news_list2 .t1{
    font-family: "Code Bold";
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 5px 0;
}
.news_list2 .t2{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 1440px) {
    .indexsum .title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom:10px;
    }
    .index5 .left{
        width: 100%;
    }
    .index5 .bottom {
        width: calc(100% - 70px);
        margin: auto;
    }
    .index5 .news_list1 .times{
        text-align: right;
        bottom: 15px;
    }
    .index5 .news_list1 .lans{
        width: 100%;
    }
    .index5 .news_list1{
        padding-bottom: 20px;
    }
    .indexsum .title {
        font-size: 42px;
    }

    .index2 .t2 {
        font-size: 17px;
        margin: 30px 0 20px 0;
    }

    .index2 .t3 {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 5;
        height: 100px;
    }

    .index3 .t2 {
        margin: 30px 0;
        font-size: 14px;
        line-height: 1.5;
        color: #444;
    }

    .index3 .t3 {
        font-size: 13px;
    }

    .index3 .t3_ico {
        width: 20px;
        height: 20px;
        margin-left: 15px;
    }

    .index3 .lans {
        padding: 20px;
    }

    .index2, .index3 {
        padding: 60px 0;
    }

    .index4_list {
        margin-top: 20px;
    }

    .index4_list .l1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .index4_list .l2 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .index4_list a {
        height: 600px;
    }

    .index1 .t1 {
        font-size: 35px;
        line-height: 1.4;
    }

    .index1 .lans {
        width: 90%;
        margin: auto;
    }

    .index1 .t2 {
        font-size: 17px;
        padding-top: 35px;
    }

    .index2 a.swiper-slide {
        height: 400px;
        padding: 35px 15px;
    }
}

@media screen and (max-width: 1000px) {.index5 .news_list1 a{
    padding-bottom: 30px;
}
    .index5 {
        margin: 40px auto;
    }
    .index3 .left,
    .index3 .right {
        padding-top: 30px;
        width: 100%;
        float: none;
    }
    .news_list2 .t2{
        font-size: 16px;
    }
    .index3 .lans {
        padding: 15px;
        padding-bottom: 60px;
    }

    .index5 .bottom .swiper-button-prev{
        left: -30px;
        width: 30px;
        height: 30px;
    }
    .index5 .bottom .swiper-button-next{
        right: -30px;
        width: 30px;
        height: 30px;
    }
    .index3 .swiper-button-next, .index3 .swiper-button-prev {
        bottom: 15px;
    }

    .index3 .swiper-button-prev {
        left: 10px;
    }

    .index2 .t4 {
        width: 30px;
        height: 30px;
        margin-top: 15px;
    }

    .index2 a.swiper-slide {
        height: 350px;
        padding: 30px 10px;
    }

    .index2, .index3 {
        padding: 20px 0;
    }

    .indexsum .title {
        font-size: 30px;
    }

    .index3 .t2 {
        margin: 15px 0;
        font-size: 14px;
        height: auto;
        overflow: auto;
    }

    .index3 .time {
        width: 40px;
    }

    .index3 .ts1, .index3 .ts2, .index3 .l1, .index3 .l2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .index1 .t1 {
        font-size: 30px;
    }

    .index1 .swiper-button-next, .index1 .swiper-button-prev, .index1 .arrow {
        width: 30px;
        height: 30px;
    }

    .index4 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 780px) {

    .indexsum .title {
        font-size: 24px;
    }

    .index4 .link {
        line-height: 24px;
        font-size: 15px;
    }

    .index4_list a {
        width: 100%;
        float: none;
        height: 400px;
        margin: 0;
        display: block;
    }

    .index4_list .lans {
        width: 60%;
        opacity: 1;
        top: 55%;
    }

    .index4_list .pic, .index4_list .l1, .index4_list .l2, .index4_list .l3 {
        margin-bottom: 10px;
    }

    .index4_list .l1 {
        font-size: 16px;
    }

    .index4_list .l2 {
        font-size: 12px;
    }

    .index4_list .l3 {
        margin-left: -10px;
    }

    .index1 .t1 {
        font-size: 22px;
    }

    .index2 .t2 {
        font-size: 15px;
        margin: 20px 0 10px 0;
    }

    .index2 .t3 {
        font-size: 12px;
        line-height: 15px;
        -webkit-line-clamp: 5;
        height: 75px;
    }

    .index2 a.swiper-slide {
        height: 280px
    }

    .index1 .swiper-slide {
        height:100vh;
        min-height: 400px;
    }

    .index1 .t1 h1{font-size:26px;}
    .index1 .t2 {
        font-size: 15px;
        padding-top: 8px;
    }
    .index1 .t1 p{font-size:18px; line-height:30px;}
    .index3 .t2 {
        font-size: 12px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{display:none;}
}

/*join_sum*/
.join_sum {

}

.join_sum .title {

    font-size: 40px;

    line-height: 40px;

    font-weight: bold;
}

.join_sum1 {
    height: 500px;
    background: url(.) center center no-repeat;
    margin: 100px 0 20px 0;
}

.join_sum1 .t1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

.join_sum1 .t2 {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}

.join_sum1 .lans {
    padding: 100px 50px 0 50px;
    box-sizing: border-box;
    width: 100%;
}

.join_sum2 {

}

.join_list2 {
    width: calc(100% + 10px);
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.join_list2 .swiper-slide {
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.join_list2 .t1 {

}

.join_list2 .t1 img:last-child, .join_list2 .swiper-slide:hover .t1 img:first-child {
    display: none;
}

.join_list2 .t1 img:first-child, .join_list2 .swiper-slide:hover .t1 img:last-child {
    display: block;
}

.join_list2 .t2 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    margin: 30px 0 20px 0;
}

.join_list2 .t3 {
    font-size: 16px;
    line-height: 24px;
    height: 96px;
    color: #666666;
    margin-bottom: 40px;
}

.join_list2 .t4 {
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    color: #666666;
    font-size: 12px;
    background: url('../images/add.png');
}

.join_list2 .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
}

.join_list2 .swiper-slide:hover .bgs {
    opacity: 1;
}

.join_list2 .swiper-slide:hover .t2, .join_list2 .swiper-slide:hover .t3, .join_list2 .swiper-slide:hover .t4 {
    color: #ffffff;
}

.join_sum2 {
    position: relative;
}

.join_sum2 .swiper-button-next {
    top: 50%;
    right: -60px;
}

.join_sum2 .swiper-button-prev {
    top: 50%;
    left: -60px;
}

.join_sum3 {

}

.join_sum3 .title {

}

.join_sum3 .editor {
    font-size: 20px;
    line-height: 1.5;
    color: #444444;
    padding: 40px 0;
}

.div1 {
    position: relative;
    width: 100px;
    height: 100px;
}

.div1:before, .div1:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    box-sizing: border-box;
    position: absolute;
}

.div1:before {
    top: 0;
    left: 0;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.div1:after {
    right: 0;
    bottom: 0;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.div1:hover:before {
    width: 100%;
    height: 100%;
    transition: width 0.2s ease-in, height 0.2s ease-in 0.2s;
    border-top-color: #fc4c02;
    border-right-color: #fc4c02;
}

.div1:hover:after {
    width: 100%;
    height: 100%;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.4s, height 0.3s ease-in 0.6s;
    border-bottom-color: #fc4c02;
    border-left-color: #fc4c02;
}

.join_list3 li {
    position: relative;
    width: 33.3%;
    overflow: hidden;
    height: 600px;
    float: left;
}

.join_list3 li .bgs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: -1;
}

.join_list3 .zm1 {
    font-size: 200px;
    color: rgba(255, 255, 255, .2);
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 50px;
    transition: all .4s;
    -webkit-transition: all .4s;
    text-transform: capitalize;
}

.join_list3 li:hover .zm1 {
    color: #fc4c02;
}

.join_list3 .t1 {
    font-size: 24px;
    color: #fc4c02;
    font-weight: bold;
}

.join_list3 .t2 {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.join_list3 .lans {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 50px;
    width: 100%;
    box-sizing: border-box;
}

.join_sum4 {
    padding: 100px 0 0 0;
}

.join_list4 {
    text-align: center;
    padding: 150px 0 60px 0;
    background: url(.) top center no-repeat;
    background-size: 100% auto;
}

.join_list4 li {
    width: 25%;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}

.join_list4 li:nth-child(2) {
    margin: 0 8%;
}

.join_list4 .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

.join_list4 .t2 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 100;
    margin-top: 10px;
    font-family: "Microsoft YaHei", '微软雅黑';
}

.join_sum5 .zi {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    padding-bottom: 80px;
}

.join_sum5 .zi span {
    font-size: 30px;
    line-height: 1;
    color: #222222;
    border-bottom: 2px solid #fc4c02;
}

@media screen and (max-width: 1400px) {
    .join_list2 .swiper-slide {
        padding: 25px;
    }

    .join_list2 .t1 img {
        width: 30px;
    }

    .join_list2 .t2 {
        font-size: 20px;
        line-height: 1.3;
        margin: 20px 0 12px 0;
    }

    .join_list2 .t3 {
        font-size: 14px;
        line-height: 20px;
        height: 80px;
        margin-bottom: 30px;
    }

    .join_sum .title {
        font-size: 32px;
        line-height: 1.2;
    }

    .join_sum3 .editor {
        font-size: 17px;
        line-height: 1.5;
        padding: 25px 0;
    }

    .join_list3 .zm1 {
        font-size: 130px;
        top: 35px;
        left: 20px;
    }

    .join_list3 li {
        height: 400px;
    }

    .join_list3 .lans {
        padding: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .join_list2 {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .join_sum2 .swiper-button-next {
        right: 0;
    }

    .join_sum2 .swiper-button-prev {
        left: 0;
    }

    .join_list2 .swiper-slide {
        padding: 15px;
    }

    .join_list2 .t2 {
        font-size: 17px;
    }

    .join_list2 .t3 {
        margin-bottom: 20px;
    }

    .join_sum1 {
        height: 350px;
        margin: 50px 0 10px 0;
    }

    .join_sum1 .lans {
        padding: 50px 20px 0 20px;
        width: 100%;
    }

    .join_sum1 .t1 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .join_sum1 .t2 {
        font-size: 16px;
    }

    .join_sum .title {
        font-size: 28px;
    }

    .join_sum3 .editor {
        font-size: 15px;
        padding: 15px 0;
    }

    .join_list3 .zm1 {
        font-size: 50px;
        top: 20px;
        left: 10px;
    }

    .join_list3 .t2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .join_list3 .t1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .join_list3 .lans {
        padding: 20px 10px;
    }

    .join_list3 li {
        height: 250px
    }

    .join_list4 {
        padding: 60px 0 40px 0;
    }

    .join_list4 .t1 {
        font-size: 17px;
    }

    .join_list4 .t2 {
        font-size: 13px;
        line-height: 1.4;
    }

    .join_sum4 {
        padding: 50px 0 0 0;
    }
    .index4_list a:before{
        opacity: 1;
    }
}

@media screen and (max-width: 780px) {
    .join_sum1 {
        height: 250px;
        background-size: cover;
        margin: 30px 0 10px 0;
    }

    .join_sum1 .lans {
        padding: 30px 10px 0 10px;
    }

    .join_sum1 .t1 {
        font-size: 26px;
    }

    .join_sum1 .t2 {
        font-size: 14px;
    }

    .join_sum5 .zi {
        font-size: 15px;
        padding-bottom: 40px;
    }

    .join_sum5 .zi span {
        font-size: 20px;
        margin-top: 10px;
        display: inline-block;
    }

    .join_sum5 .title {
        padding-bottom: 10px;
        font-size: 24px;
    }

    .join_list4 li {
        width: 27%;
    }

    .banner_sj780 {
        display: block !important;
    }

    .banner_pc780 {
        display: none !important;
    }
    .index4_list a{
        height: 600px;
    }
}

@media screen and (max-width: 600px) {

    .index4_list a{
        height: 400px;
    }
}
.menu_ico {
    float: right;
    margin-top: 5px;
}
.header.ons .menu_ico span{
    background:#fff
}
.menu_ico span {
    width: 28px;
    height: 2px;
    background:#000000;
    display: block;
    margin-top: 8px;
}

.menu_ico span:nth-child(2) {
    width: 20px;
    margin-left: 7px;
}

.ont .menu_ico {
    margin-top: 15px;
}

.menu_ico span {
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
}

.ont .menu_ico span:nth-child(2) {
    display: none;
}

.ont .menu_ico span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: -5px;
}

.ont .menu_ico span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 3px;
}
.tanchu_wrapper .l2 a{
    margin: 6px;
    display: block;
    box-sizing: border-box;
    border:1px solid transparent;
}
.tanchu_wrapper .l2 a.on{
    border:1px solid #f00;
    box-sizing: border-box;
}
.tanchu_wrapper .l2{
    width: calc(100% + 12px);
    margin-left: -6px;
}

.case{background: #1c1c1c;padding:40px 0px;}
.case .htitle {
    font-size: 40px;
    line-height: 1;
    color:#fff;
    font-weight: bold;
    text-align: center;
    margin-top:30px;
}

.case .column{justify-content:space-between;flex-wrap:wrap}
.case .l-case{float:left;width:40%}
.case .r-case{float:left;width:58%}
.zoom-img {overflow: hidden;}
.case .case-list{justify-content:space-between;align-items:center;flex-wrap:wrap;}
.case .flex{display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;}
.case .case-column{position:relative;width:48%;margin-bottom:4%; float:left;}
.case .l-case .case-column{width:100%}
.case .case-column:hover{background:#000;}
.case .case-column:hover img{opacity:0.6}
.case .l-case .img{padding-bottom:.5%}
.case .case-column .img{position:relative}
.case .case-column .suspen-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;transition:all .5s;background-size:cover;background-position:center center}
.case .suspen{position:absolute;bottom:50px;left:0;width:auto;padding:0 70px;transition:all .3s;overflow:hidden;opacity:0;z-index:3}
.case .case-column:hover .suspen-img{transform:scale(1.04);-ms-transform:scale(1.04);-webkit-transform:scale(1.04);-o-transform:scale(1.04);-moz-transform:scale(1.04)}
.case .r-case .suspen{bottom:30px;padding:0 30px}
.case .column:nth-child(2n) .l-case .suspen{bottom:30px;padding:0 30px}
.case .column:nth-child(2n) .r-case .suspen{bottom:50px;padding:0 70px}
.case .icon{display:inline-block;width:20px;height:10px;background-image:url(../images/more_ico.png);background-size:cover;margin-bottom:12px}
.case .name{font-size:26px;color:#fff;margin-bottom:5px}
.case .text{font-size:14px;color:#fff;line-height:25px}
.case .case-column:hover .suspen{opacity:1}
.case .column:nth-child(2n) .l-case .case-column{width:49.5%}
.case .column:nth-child(2n) .l-case .img{padding-bottom:0}
.case .column:nth-child(2n) .l-case .case-column:nth-child(2n){width:49.5%}
.case .column:nth-child(2n) .r-case .case-column{width:100%}
.case .column:nth-child(2n) .r-case .img{padding-bottom:.5%}
.case .btn-more{margin:50px auto;}
.case .btn-more a{position:relative;display:inline-block;width:308px;height:52px;font-size:16px;color: #fff;line-height:50px;text-align:center;border: 1px solid #ffffff;transition:all .3s;border-radius: 30px;display:block;}
.case .btn-more a i{padding-left:8px;}
.case .btn-more a:hover{ color: #ffffff;background:-webkit-linear-gradient(left, #339dd1, #fc636e);border: none;}
@media only screen and (max-width:1199px){.case .suspen{opacity:1}
.case .r-case .suspen{bottom:15px;padding:0 15px}
.case .column:nth-child(2n) .l-case .suspen{bottom:15px;padding:0 15px}
.case .icon{margin-bottom:5px}
.case .name{font-size:14px}
.case .text{font-size:12px;line-height:20px}
.case-more .suspen{opacity:1}
}
@media only screen and (max-width:768px){
.case .column{width:93%;margin:0 auto;}
.case{margin-bottom:50px}
.sort-nav{margin:30px 0}
.sort-nav .container-fluid{width:100%;padding:0 15px}
.sort-nav a{font-size:14px;margin-right:15px}
.case .l-case{width:100%}
.case .r-case{width:100%}
.case .case-column{margin-bottom:10px}
.case .suspen{bottom:15px;padding:0 15px}
.case .name{font-size:18px;font-weight:700}
.case .text{font-size:14px}
.case-more .title{margin-bottom:18px}
.case-more .title .cn{font-size:18px;margin-bottom:15px}
.case-more .title .en{margin-bottom:15px}
.case-more .suspen{bottom:15px;padding:0 15px}
.case .case-column{width:100%!important}
.case .case-column img{width:100%}
}
.serve1 .video_title{ font-size: 18px; font-weight: bold; }
.serve1{ padding: 80px 0px; background: #fff;overflow: hidden;}
.serve1 .box{ display: flex; align-items: center; flex-direction: row; justify-content: space-between; padding-right: 70px;}
.serve1 .serve1_right{ margin-left: 65px;max-width: 650px;}
.serve1 .serve1_right dd{ color: #444444; font-size: 32px; position: relative; padding-bottom: 25px; margin-bottom: 20px;    }
.serve1 .serve1_right dd::before{ content: ""; position: absolute; display: inline-block; width: 238px; height: 2px; background: url(../images/serve_ico.png) no-repeat 50% 50%; bottom: 0;}
.serve1 .serve1_right dd span{ font-size: 16px; text-transform: uppercase; margin-left: 25px;}
.serve1 .serve1_right dt{ line-height: 30px; color: #666666; font-size: 14px; text-align: justify;}
.serve2{ background: #f5f5f5;}
.serve2 .serve1_right{ margin-right: 65px; margin-left: 0px;}
.serve2 .serve1_right .zilanm a{color: #ffffff; background:#fe6d00;  padding:5px 10px; margin-top:10px;margin-right:10px;border-radius:5px;}
.serve2 .serve1_right .zilanm a:hover{background:#000;}
@media screen and (max-width:1200px){
.serve1{ padding:35px 0px;}
.serve1 .box{ padding-right:0px; display:block;}
.serve1 .box .serve1_left,.system .box .serve1_right{ width:100%;}
.serve1 .serve1_right{ margin-left:0px; padding:25px;}
.serve1 .serve1_right dd{ font-size:18px; margin-bottom:25px;}
.serve1 .serve1_right dd span{ font-size:14px;}
.system2 .serve1_right{ margin-right:0px;}
}



.index_shebei {padding: 110px 0 150px 0;}
.index_shebei .box {position: relative;}
.index_shebei .left {width: 50%;position: relative;z-index: 2;float: left;}
.index_shebei .index_title {padding: 0 0 30px 30px;}
.text-right{text-align: right;}
.text-right .heng img{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.index_title .t1 {font-size: 40px;line-height: 1;color: #222222;font-weight: bold;}
.index_title .t2 {font-size: 24px;line-height: 1;color: #222222;font-weight: bold;padding: 15px 0;}
.index_title .heng {}
.index_shebei .left_editor {padding:40px;box-sizing: border-box;background: rgba(255, 255, 255, .36);font-size: 16px;line-height: 30px;color: #444;}
.index_shebei .left_editor p{text-indent: 2em;}
.index_shebei .look {width: 160px;height: 45px;line-height: 45px;text-align: center;background-image: linear-gradient(right,#fc636e, #339dd1);background-image: -webkit-linear-gradient(left,rgb(51 156 209 / 90%),rgb(252 99 110 / 90%) );color: #ffffff;font-size: 14px;display: block;border-radius: 30px;margin-top: 40px;transition: all .3s;ba(0,	0,	0,	.35);box-sizing: border-box;-webkit-transition: all .3s;}
.index_shebei .look img {transition: all .3s;-webkit-transition: all .3s;}
.index_shebei .look:hover {box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .3);padding-left: 5px;}
.index_shebei .look:hover img {margin-left: 5px}
.index_shebei .right {width: 42%;position: relative;top: 0;right: 0;cursor: pointer;float: right;}
.index_shebei .video1 {position: relative;}
.index_shebei .pic {}
.index_shebei .play {position: absolute;top: calc(50% - 40px);left: calc(50% - 40px);}
.index_shebei .video2 {display: none;}
.swiper_shebei .swiper-pagination{width: 100%;position:absolute;bottom:20px;text-align:center;}
.swiper_shebei .swiper-pagination span{margin:0px 5px;}


.about{ padding-top: 84px;}
.about .about_title{ text-align: center; margin-bottom: 85px;}
.about .about_title dd{color: #282828;font-size:38px;font-weight: bold;}
.about .about_title dt{ font-size: 16px; color: #a8a8a8;opacity:.7; text-transform: uppercase;}
.History{ position: relative;padding: 50px 0;background:#ffffff;}
.History::before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 1px; background: #d4d4d4; position: absolute; top: 59.5%; transform: translateY(-50%);}
.History .History_content{background:url(../images/his_map.png) no-repeat center;}
.History .History_content .History_content_list{ outline: none;}
.History .History_content .History_content_list .content_list_title{background: #f8f8f8;padding: 22px 40px;margin-bottom: 130px;position: relative;}
.History .History_content .History_content_list .content_list_title::before{content: "";display: inline-block;width: 19px;height: 76px;background: url(../images/his_xian.png) no-repeat 50% 50%;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: -82px;}
.History .History_content .History_content_list:nth-child(2n) .content_list_title::before{bottom: inherit;top: -122px;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.History .History_content .History_content_list .content_list_title dd{ font-size: 24px; color:#fc4c02; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dcdcdc; position: relative; padding-left: 24px;}
.History .History_content .History_content_list .content_list_title dd::before{ content: ""; position: absolute; display: inline-block; width: 5px; height: 28px; background:#fc4c02;left: 0; top: 2px;z-index:1;}
.History .History_content .History_content_list .content_list_title .desc{width:100%;overflow:hidden;}
.History .History_content .History_content_list .content_list_title .desc img{width:30%;float:left;}
.History .History_content .History_content_list .content_list_title .desc .p{width:65%;float:right;}
.History .History_content .History_content_list .content_list_title .p{ font-size: 16px; color: #777777; line-height: 30px;}
.History .History_content .History_content_list .content_list_icon{ font-size: 18px; color: #555555; text-align: center;}
.History .History_content .History_content_list .content_list_icon dt{font-size:38px; margin-top: 32px;}
.History .History_content .History_content_list:nth-child(2n) .content_list_title{margin-bottom: 0px;margin-top: 218px;}
.History .History_content .History_content_list:nth-child(2n){margin-top: 65px;}
.History .slick-prev::before,.History .slick-next::before{ display: none;}
.History .slick-prev,.History .slick-next{ width: 45px; height: 45px; top:43.5%; border-radius:100%; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.History .slick-prev{ background: #1E46C8 url(../images/his_l.png) no-repeat 50% 50%;}
.History .slick-next{ background: #1E46C8 url(../images/his_r.png) no-repeat 50% 50%;}
.slick-prev.slick-disabled, .slick-next.slick-disabled{ opacity:.7; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.History .slick-prev:hover,.History .slick-next:hover{background-color:#1fc23b}


.honor_list li {background: #ffffff;display: inline-block;margin-bottom: 30px;vertical-align: top;}
.honor_list .img {box-sizing: border-box;position: relative;overflow: hidden;}
.honor_list img {transition: all .36s ease;}
.honor_list li:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08)}
@media screen and (max-width: 1199px){
.index_shebei {padding: 50px 0 60px 0;}
.index_shebei .left {width: 100%;margin-right: 0;float: none;}
.index_shebei .right {width: 100%;float: none;}
.index_title .t1 {font-size: 27px;}
.index_title .t2 {font-size: 18px;padding: 13px 0;}
.index_shebei .index_title {padding: 0 0 35px 20px;}
.index_shebei .left_editor {padding: 20px;margin-bottom: 35px;font-size: 14px;line-height: 2;}
.index_shebei .look {width: 120px;line-height: 40px;height: 40px;font-size: 12px;}
}
