@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;
}

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

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

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

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

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

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

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

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

textarea {
    -webkit-appearance: none;
}

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

input::placeholder {
    color: #f5f5f5;
}

input::-webkit-input-placeholder {
    color: #f5f5f5;
}
textarea::-webkit-input-placeholder {
    color: #f5f5f5;
}

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

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

.news_list1 .lans:after {
    content: '';
    width: 0%;
    left: 0;
    position: absolute;
    bottom: 0px;
    height: 3px;
    background:#C00;
    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;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    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: 68%;
    float: right;
    box-sizing: border-box;
    margin-left: 3%;
    margin-top: 10px;
}

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

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

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

.news_list1 .times {
    width: 0;
    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: #C00;
}

.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('/static/default/assets/img/arrow.png') center center no-repeat;
    width: 42px;
    display: inline-block;
    vertical-align: top;
}

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

/*-----------------nei---------*/

.in_banner{width:100%;height:480px;overflow:hidden;position:relative;}
.banimg{width:100%;height:auto;overflow:hidden;}
.banimg img{animation: abopicdong 15s linear infinite;}
.in_banner .bt1{position:absolute;top:48%;left:14%; }
.in_banner .bt1 h1{font-size:30px;color:#fff;background:url('/static/default/assets/img/hon2.png') left bottom no-repeat;padding-bottom:5px;}
.in_banner .bt1 p{font-size:13px;color:#fff;padding-top:12px; opacity:0.8;}

@keyframes abopicdong {
0% { transform:translateY(0px)}
50% { transform:translateY(-100px)}
100%{transform:translateY(0px)}
}



.neiye_banner {
    height: 409px;
    background-size: cover;
    background: url(.) center center no-repeat;
}

.neiye_banner .t1 {
    padding-top: 170px;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    width: 400px;
}

.pagetion {
    text-align: center;
    line-height: 30px;
    padding: 70px 0;
}

.pagetion a {
    margin: 0 15px;
    padding: 0 2px;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #222;
}

.pagetion a.on, .pagetion a:hover {
    border-bottom: 1px solid #d82023;
    color: #d82023;
}

.pagetion a.ico {
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: url('/static/default/assets/img/ico_page.png');
}

.pagetion a.next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagetion a.ico.on, .pagetion a.ico:hover {
    background: url('/static/default/assets/img/ico_page_on.png');
    border-bottom: 1px solid transparent;
}

.neiye_nav {
    line-height: 80px;
    background: #eff0f1;
    overflow: hidden;
}

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

.neiye_nav a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #00ac94;
    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: #00ac94;
}

.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: #d82023;
}

@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: 70%;
        line-height: 1.5;
    }

    .neiye_nav a {
        padding: 0px 12px;
        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;
    }
}

@media screen and (max-width: 780px) {
    .neiye_banner {
        height: 200px;
        background-size: cover;
    }

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

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

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

.header_wrapper .logo {
    float: left;
    width: 147px;
}

.header.ons {
    background: transparent;
    box-shadow: 0 2px 10px 0 rgba(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: #fff; height:40px;line-height:40px;margin-top:25px;padding:0 20px;border-radius:20px;
}

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

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

.header_nav li > a {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;padding:0 20px; 
}

.header_nav li .nav2 {
    position: absolute;
    top: 100%;
    left: calc(50% - 80px);
    width: 160px;
    background: rgba(255, 255, 255, 1);
    z-index: 60;
    display: none;
    padding: 20px;
    box-sizing: border-box;
}

.header_nav li .navv2 {
    left: calc(50% - 100px);
    width: 220px;
}

.header_nav li .nav2 a {
    font-size: 16px;
    line-height: 2;
    color: #333;
    text-align: left;
    display: block;
}

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

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

.header_nav img {
    margin: 0 10px;
}

.header_nav .n2 {
    font-size: 16px;
    cursor: pointer;
}

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

    .header_wrapper .header_nav {
        display: none;
        width: 100%;
        height: calc(100vh - 40px);
    }

    .header_wrapper .logo {
        width: 120px;
    }

    .header {
        line-height: 50px;
    }
    .header_nav li .nav2{
        text-align: left;
        width: 100%;
        left: 0;
        position: static;
    }
    .header_nav li .navv2 {
    }
    .header_nav li > a:hover,
    .header_nav li > a.on {
        border-bottom: 0px solid transparent;
    }
}

.main {
    padding-top: 90px;
}

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

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

.newd .times {
    font-family: 'CODE_BOLD';
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
    padding: 15px 0;
    border-bottom: 1px solid #000000;
}

.newd .editor {
    font-size: 17px;
    line-height: 28px;
    color: #444444;
    padding: 40px 0 60px 0; min-height:360px;
}

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

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

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

.newd_list_item {
    margin-bottom: 150px;
}

.newd_list_item a {
    width: calc(33.33% - 23.4px);
    float: left;
}

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

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

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

.fix_btn a img {
    margin: 0 10px;
}

.fix_btn a.next img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.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: 13px;
        line-height: 1.5;
        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;
    }
}

/*end newd*/

/*sheji*/

.shji{font-size:24px;color:#fff;line-height:34px;overflow:hidden;padding:60px 30px;text-align:center;background:#333;}


/*sheji end*/

/*fuwu*/
.fuwu{font-size:17px;color:#666;line-height:28px;overflow:hidden;padding:60px 0;}

/*changjianwenti*/
.wenti{overflow:hidden;padding:50px 0;}

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

.wenti li .title {
    font-size: 24px;
    color: #222;
  
    padding-bottom: 20px;
    position: relative;
    padding-right: 80px;
    cursor: pointer;
}

.wenti li .title:after {
    content: '+';
    color: #222222;
    position: absolute;
    right: 20px;
    top: 0;    font-size: 30px;
}

.wenti  li.on .title:after {
    content: '×';
}

.wenti  li .con {font-size:16px;line-height:24px;color:#666;width:950%;

}

.wenti li .neirong {
    display: none;font-size:16px;line-height:24px;color:#666;width:100%;overflow:hidden;padding:20px;background:#f7f7f7;
}

.wenti li .neirong {
    display: none;
}

/*changjianwenti end*/

/*.contact*/
.map {
    padding: 80px 0 40px 0;
}
.lxwm{font-size:18px;color:#333;line-height:30px; min-height:300px;}

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

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

}

/*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('/static/default/assets/img/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: #d82023;
    color: #ffffff;
}

.pro_list .btns:hover i.arrow {
    background: url('/static/default/assets/img/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: 1750px) {
    .pro_list .lans {
        top: 10%;
    }

    .pro_list .btns {
        bottom: 18%;
        width: 100px;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }
    .pro_list i.arrow{
        margin-left:10px;
        line-height: 40px;
        height: 40px;
        width:20px;
        background-size:100%;

    }
    .pro_list .left_lans .t2{
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .pro_list .lans {
        top: 10%;
    }

    .pro_list .btns {
        /* bottom: 5%; */
    }

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


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

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

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

@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: 30px 0 50px;}
.anli_list li {padding-top:50px;}
.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: 16px;line-height: 24px;margin-top: 30px;color: #666666;}
.anli_list .btns:hover {background: #d82023;color: #ffffff;}
.anli_list i.arrow {
    background: url('/static/default/assets/img/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: #d82023;
    border-bottom: 1px solid #00ac94;
}

.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('/static/default/assets/img/arrow.png') center center no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

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

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

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

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

@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: #d82023;
}
.pro2_list li:nth-child(4n) {
    margin-right: 0;
}

.pro2_list a {
    display: block;
}

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

.pro2_list .picture img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

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

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

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

.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;
    background: #ffffff;
    z-index: 11;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    left: calc(50% - 690px);
    top: 120px;
    max-height: 80vh;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    display: none;
    min-height: 700px;
}

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

.tanchu .tanchu_wrapper {
    position: relative;
}

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

.tanchu_pagetion {

}

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

.tanchu_pagetion i {
    background: url('/static/default/assets/img/arrow.png') center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.tanchu_pagetion a.prev i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tanchu_pagetion a:hover i {
    background: url('/static/default/assets/img/arrow_on.png') center center no-repeat;
}

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

.tanchu .right {
    width: 53%;
    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 #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    padding: 20px 0;
}

.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: #d82023;
}

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

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

}
.tanchu .sub:hover{
    background: #d82023;
}

@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%;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%, 0%);
        min-height: 0;
    }

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

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

    .tanchu .sub {
        width: 140px;
        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: center;
        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('/static/default/assets/img/ico_page.png') center center no-repeat;
}

.table_zp .tz2.on:after {
    transform: rotate(90deg);
    background: url('/static/default/assets/img/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 #d82023;
}

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

@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 .editor {
    font-size: 17px;
    line-height: 1.5;
    color: #666666;
    padding: 80px 0 30px;
}

.about2 { padding: 0px 0 50px 0;}
.about2 ul{display:grid;grid-template-columns: repeat(3,1fr);gap:15px}
.about2 li{ overflow:hidden;}
.about2 li .pro_pic{ width:100%; height:auto; overflow:hidden;}
.about2 li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}



.about3 {
    padding: 100px 0;
}

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

.about3 .right {
    width: 550px;
    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: #d82023;
}

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

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

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

.about_news .n1 {
    font-size: 26px;
    color: #444444;
}

.about_news .n2 {
    font-size: 20px;
    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 {
    background: url('/static/default/assets/img/arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #1d1d1d;
    top: -50px;
    right: 0;
}

.swiper-button-prev {
    background: url('/static/default/assets/img/arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border: 1px solid #1d1d1d;
    top: -50px;
    left: auto;
    right: 60px;
}

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

.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 .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: 30px;
    }

    .about2_list .lans {
        position: absolute;
        bottom: 15px;
        left: 5%;
        width: calc(100% - 10%);
    }

    .about2_list .n2 {
        font-size: 13px;
        line-height: 18px;
    }

    .about2_list {
        margin-top: 15px;
    }

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

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

    .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 {background: #2d2c2c;}

.footer .footer_wrapper {padding:80px 0;overflow:hidden;}

.footer .footer_lxfs{float:left;overflow:hidden;width:55%;}
.footer .footer_lxfs h4 {font-size: 20px;color: #ffffff;}
.footer .footer_lxfs span {display: block;width: 15px;height: 1px;background: #ffffff;margin: 10px 0;}
.footer .footer_lxfs p{color:#a6a6a6;line-height:26px;font-size:14px;padding-top:3px;}

.footer .footer_cpfl{float:left;overflow:hidden;width:30%;}
.footer .footer_cpfl h4 {font-size: 20px;color: #ffffff;}
.footer .footer_cpfl span {display: block;width: 15px;height: 1px;background: #ffffff;margin: 10px 0;}
.footer .footer_cpfl ul{display:grid;grid-template-columns: repeat(1,1fr);gap:10px;padding-top:10px;}
.footer .footer_cpfl li{overflow:hidden;height:18px;}
.footer .footer_cpfl li a{color:#a6a6a6;font-size:15px;}
.footer .footer_cpfl li a:hover{color:#fff;}

.footer .footer_emw{float:right;overflow:hidden;width:15%;}
.footer .footer_emw h4 {font-size: 20px;color: #ffffff;}
.footer .footer_emw span {display: block;width: 15px;height: 1px;background: #ffffff;margin: 10px 0;}
.footer .footer_emw ul{display:grid;grid-template-columns: repeat(2,1fr);gap:10px;padding-top:10px;}
.footer .footer_emw li{overflow:hidden;}
.footer .footer_emw li a{color:#a6a6a6;font-size:15px;}
.footer .footer_emw li a:hover{color:#fff;}


.footer_bottom {
    color: #a6a6a6;overflow:hidden;text-align:center;
    font-size: 14px;
    line-height: 30px;
    padding: 12px 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer_bottom a {color:#a6a6a6;}


@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
    }
}

/*index1*/
.index1 {

}

.index1 .swiper-slide {
    height: calc(100vh - 78px);
    background: url(.) center center no-repeat;
    background-size: cover;
    min-height: 400px;

}

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

.index1 .lans {
    color: #ffffff;
    width: 700px;
}

.index1 .t1 {
    font-size: 50px;
    line-height: 70px;
    color: #ffffff;
    /*font-weight: bold;*/
}

.index1 .t1 span{
    color: #000000;
}

.index1 .t2 {
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    padding-top: 55px;
    border-bottom: 1px solid #ffffff;
}

.index1 .swiper-button-next, .index1 .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    right: 10px;
    border: 0;
    background: url(/static/default/assets/img/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;
}

.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)
    }
}

/*index2*/
.index2 {
    padding: 100px 0;
    border-bottom: 3px solid #77a8a1;
}

.index2 .in_2_title{font-size:48px;color:#222;text-align:center;font-weight:600;}
.index2 .in_2_title1{font-size:20px;color:#555;line-height:28px;text-align:center;padding:15px 0 60px;}

.index2 a.swiper-slide {
    width: 100%;
    height: 450px;
    background: url(.) center center no-repeat !important;
    box-sizing: border-box;
    padding: 70px 30px;
    position: relative;
}

.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: 15px;
    line-height: 23px;
    -webkit-line-clamp: 7;
    height: 120px;
    color: #666666;
    position: relative;
    z-index: 2;
}

.index2 .t4 {
    width: 45px;
    height: 45px;
    background: url("/static/default/assets/img/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("/static/default/assets/img/arrow_on1.png") center center no-repeat #00ac94;
    border: 2px solid #00ac94;
    opacity: 1;
}

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

.index2 a.swiper-slide:hover {
    background: url(.) center center no-repeat;
}

.indexsum .title {font-size: 48px;color: #333;font-weight: bold;}

.indexsum .title1 {font-size: 24px;color: #00ac94;}
.indexsum .title2 {font-size: 38px;color: #00ac94;font-weight: bold;}

.index3 {
    padding: 100px 0;
}

.index3 .box {
    position: relative;
}

.index3 .t2 {
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    height: 200px;padding-right:10px;
    overflow-y: scroll;
}

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

.index3 .t2 {
    margin: 30px 0 20px 0;
}
.index3 .t2::-webkit-scrollbar {
  width : 5px;
  height: 1px;
  }
.index3 .t2::-webkit-scrollbar-thumb {
  border-radius   : 10px;
  background-color: #54ab9f;
  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 2px rgba(0, 0, 0, 0.1);
  background   : #f4f4f4;
  border-radius: 10px;
  }
.index3 .t3 {

}

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

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

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

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

.index4 {

}

.index4 .title {
    float: left;
}

.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('/static/default/assets/img/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 #00ac94;
    margin-bottom: 25px;
}


.index5 {
    margin: 50px auto;
    position: relative;
}
.index5 .title{font-size: 48px; font-weight: bold;color: #222222;padding-bottom:10px;}
.index5 .title1{
    font-size: 14px;
    color: #777;border-bottom:1px solid #ddd;padding:5px 0 20px;line-height:22px;
}
.index5 .tops .swiper-button-prev,.index5 .tops  .swiper-button-next{
    top: 20px;
}


.cnfenlei {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    border-top: 0px solid #b5140a;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    height:100%;
    cursor: crosshair;
}
.cnfenlei img{width:100%;height:auto;}
.cnfenlei:before{
    width:100%;
    content:'';
	background: rgba(147, 19, 11, .9);
    position:absolute;
    top:0;
    left:0;
    height:0px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.cnfenlei:hover:before{
    height:100%;
}
.cnfenlei:hover .ico{color:rgba(255,255,255,1)}
.cnfenlei .ico {position: absolute;top: 30px;left: 30px;font-size:150px;color:rgba(255,255,255,0.1);transition: all .5s; -webkit-transition: all .5s;}

.cnfenlei .lans {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.cnfenlei .n1 {
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
}

.cnfenlei .n2 {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 5px;
}

.cnfenlei {
    background: url(.) center center no-repeat;
    background-size: cover;
}




.index6 {
  padding-top: 180px;
  color: #fff;
  position: relative;
  width: 100%;
  background:url(/static/default/assets/img/libox.jpg) no-repeat;
  font-size: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;height:400px; text-align:center
}

.lini_title{font-size:50px;color:#fff;}
.lini_con{font-size:15px;color:rgba(255,255,255,0.8);width:40%;margin:30px auto 0 auto;line-height:22px;}





.index7 {margin: 80px auto;position: relative;}
.index7 .pbox{}
.index7 .pbox .lt{float:left;width:calc(100% - 450px);overflow:hidden;}
.index7 .pbox .rt{float:right;overflow:hidden;border:1px solid #666;width:400px;height:625px;}
.index7 .pbox .rt .box2{overflow:hidden;padding:60px 30px 0 30px;}
.index7 .pbox .rt .title{font-size:30px;}
.index7 .pbox .rt .conn{padding-top:20px;}
.index7 .pbox .rt .conn p{font-size:15px;line-height:24px;color:#666;}

.index7 .tbox{overflow:hidden;height:60px;line-height:40px; border-top:1px solid #666;border-bottom:1px solid #666;margin:30px 0 0 0;}
.index7 .tbox .swiper-button-next {top: auto;right: auto;bottom: 10px;right: 0px;
 background: url('/static/default/assets/img/arrow.png') right center no-repeat;border:none;padding:0 40px 0;font-size:18px;}
 
.index7 .tbox .swiper-button-prev {top: auto;right: auto;bottom: 10px;left: 0px;
    background: url('/static/default/assets/img/arrow1.png') left center no-repeat;border:none;padding-left:40px;font-size:18px;
	    transform: rotate(0deg);-webkit-transform: rotate(0deg);
}


.index7 .tbox .swiper-button-next:hover{background: url('/static/default/assets/img/arrow_on.png') right center no-repeat;}
 .index7 .tbox .swiper-button-prev:hover { background: url('/static/default/assets/img/arrow_on1.png') left center no-repeat;}



@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: 17px;
        line-height: 1.5;
        color: #444;
        height: auto;
        overflow: auto;
    }

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

    .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: 80%;
        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;
    }

    .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: 400px;
        min-height: 400px;
    }

    .index1 .t2 {
        font-size: 15px;
        padding-top: 20px;
    }

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

/*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 {

}
.cult_title{font-size:48px;color:#222;text-align:center;font-weight:600;padding:60px 0 0px;}

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



.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('/static/default/assets/img/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: -70px;
}

.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: #d82023;
    border-right-color: #d82023;
}

.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: #d82023;
    border-left-color: #d82023;
}

.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: #d82023;
}

.join_list3 .t1 {
    font-size: 24px;
    color: #d82023;
    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 #d82023;
}

@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: #222;
    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;
}


/*--page--*/
.vh100{height:60px;overflow:hidden;}
 .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;padding:25px 0 0 0;}
 
 .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
 .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
 .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
 .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1}
 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1}
 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
 .clean-block.clean-catalog .pagination{-ms-flex-pack:center;justify-content:center}
/*--page--*/


/*
.colnav{  margin:40px auto 40px auto; overflow: hidden;text-align:center;}
.colnav  li{width: 10%; height: 55px; line-height: 55px; font-size: 18px; margin-right:2px; text-align: center; position: relative; cursor:pointer;display:inline-block;}
.colnav  li a{ color: #fff; position: relative; z-index: 2;}
.colnav  li::after{ content: ""; display: block; transform: skew(-25deg); position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #444; z-index: 1;}
.colnav  li.on a{ color: #FFF;}
.colnav  li.on::after{ background-color: #db0000;}
.colnav  li:hover::after{ background-color: #db0000;}
.colnav  li:first-child{ margin-left: 10px;}
.colnav  li:last-child{ margin-right: 0;}
*/

/*---------------------------------------------------------------------------product--------------------------------------------------*/

.colnav-wh{height:100px;overflow:hidden;}
.colnav{overflow: hidden;margin-top:30px;height:40px;}
.colnav a{ display:inline-block;font-size:19px;padding-right:20px;color:#333;}
.colnav a:hover{color:#C00;}
.colnav .on{ color:#C00;}

.nav_ss{overflow: hidden;background:#fff;border:1px solid #e0e1e1;padding:20px 20px;}
.nav_ss ul{display:grid;grid-template-columns: repeat(12,1fr);gap:30px}
.nav_ss li{overflow:hidden;height:auto;}
.nav_ss li .picimg{padding:6px;overflow:hidden;}
.nav_ss li .picimg img{width:100%;height:auto;}
.nav_ss li .title{text-align:center;font-size:15px;}
.nav_ss li a{color:#666}

/*pronav list*/
.pronav_list{ width:auto; height:auto;margin:50px 0 30px;overflow:hidden;padding:10px 10px; min-height:400px;}
.pronav_list ul{display:grid;grid-template-columns: repeat(2,1fr);gap:30px}
.pronav_list li{overflow:hidden;height:auto;background:#fff;}
.pronav_list li .boxs{overflow:hidden;height:auto;padding:10px 10px;}
.pro_nav_pic{float:left;width:50%;overflow:hidden;}
.pro_nav_pic img{width:100%;height:auto;}
.pro_nav_conn{float:rgiht;width:50%;overflow:hidden;}
.pro_nav_conn .box1_con{padding:20px 20px;overflow:hidden;}
.pro_nav_title{font-size:26px;color:#333;font-weight:600;border-bottom:1px solid #e0e1e1;padding-bottom:12px;}
.pro_nav_title a{color:#333;}

.pro_nav_small{overflow:hidden;margin-top:20px;}
.pro_nav_small dl{display:grid;grid-template-columns: repeat(2,1fr);gap:5px}
.pro_nav_small dd{overflow:hidden;overflow:hidden;height:auto;}
.pro_nav_small dd a{font-size:15px;color:#666;height:24px;line-height:24px;}
.pro_nav_small dd a:hover{color:#C00;}

/*pronav list*/


/*----------------inner------------*/
.probox{background:#f7f7f7;}
.inner{overflow:hidden;margin:50px 0;}
.inlt{float:left;width:250px;overflow:hidden;height:auto;}
.inlt .box1{background:#9b1b12;overflow:hidden;padding:15px 15px; border-radius:8px;}
.inlt_title{font-size:18px;line-height:48px;overflow:hidden;padding-left:5px;border-bottom:1px solid  rgba(255,255,255,0.4);}
.inlt_title a{color:#fff;}
.inlt_title .on{color:#fff;font-weight:600;}
.inlt_nav{overflow:hidden;}
.inlt_nav a{color:#666;font-size:15px; padding-left:20px;display:block;background:#fff;line-height:28px;}
.inlt_nav  a:hover{color:#cf0000;}
.inlt_nav .a1{color:#cf0000;font-weight:600}
.inlt_nav a:first-child {padding-top:10px;}
.inlt_nav a:last-child {padding-bottom:10px;}

.inrt{float:right;width:calc(100% - 290px);overflow:hidden;height:auto; min-height:500px;}
.inrt .prod_name{font-size:24px;color:#333;border-bottom:1px solid #dadada;padding-bottom:15px;}
/*----------------inner------------*/


/*ProList*/
.probox{background:#f7f7f7;}
.ProList{ width:auto; height:auto;overflow:hidden;padding:10px 10px; min-height:400px;}
.ProList ul{display:grid;grid-template-columns: repeat(5,1fr);gap:20px}
.ProList li{overflow:hidden;height:auto; position: relative;border:1px solid #e0e1e1;background:#fff;}
.ProList li .pro_pic{width:100%; height:auto; overflow:hidden;}
.ProList li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.ProList li .box1{padding:0 25px 20px;}
.ProList li .con1{font-size:16px;padding-top:10px;line-height:26px;}
.ProList li .title{font-size:18px;padding-top:10px;text-align:center;}
.ProList li:hover{box-shadow:0px 0px 6px rgba(0,0,0,0.10);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.10);-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.10);}
.ProList li a:hover .title{color:#C00;}
.ProList li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.ProList li:after {width: 0px;height: 2px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#C00 ;transition: all .3s linear;}
.ProList li:hover:after{width: 100%;}
.ProList li a{color:#666;}
/*ProList*/

/*prod_main*/
.pro_main{overflow:hidden;background:#fff; border-radius:12px;width:100%;border:1px solid #e0e1e1;padding:60px 0 50px 30px;margin-top:20px;}
.pro_main .lt{float:left;width:400px;height:auto;overflow:hidden;text-align:center;}
.pro_main .lt img{width:400px;height:auto;}
.pro_main .ce{float:left;width:33%;height:auto;overflow:hidden;text-align:center;}
.pro_main .ce img{height:400px;}
.pro_main .rt{float:rgiht;width:33%;height:auto;overflow:hidden;}
.pro_main .rt .box1{overflow:hidden;padding:0 20px 0 30px;}
.pro_m_rt_nav{font-size:16px;color:#666;border-bottom:1px solid #e0e1e1;padding-bottom:12px;}
.pro_m_rt_nav a{color:#666;}
.pro_m_rt_title{font-size:24px;overflow:hidden;border-bottom:1px solid #e0e1e1;padding:12px 0 12px;font-weight:600;color:#C00;}
.pro_m_rt_title p{font-size:18px;color:#666;font-weight:normal;padding-top:5px;}
.pro_m_rt_conn{font-size:16px;overflow:hidden;line-height:160%;color:#666;padding:12px 0; min-height:220px;}
.pro_m_rt_tedian{}

.pro_m_rt_tedian img{max-height:57px; height:57px;}
/*prod_main*/

/*related_product*/
.pro_info_txt{width:auto;font-size:20px;color:#333;margin-top:25px;background:#fff;line-height:45px;font-weight:600;}
.pro_info_txt i{float:left;width:6px;height:20px;background:#cd0000;margin:13px 10px 0 10px;}

.related_product{ width:auto; height:auto;margin-top:20px;overflow:hidden;padding:0 0 30px 0; }
.related_product ul{display:grid;grid-template-columns: repeat(7,1fr);gap:10px}
.related_product li{ overflow:hidden;border:1px solid #ededed;position: relative;background:#fff;}
.related_product li .pro_pic{ width:100%; height:auto; overflow:hidden;}
.related_product li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.related_product li .pro_txt{color:#666;font-size:15px;padding:0px 10px 15px 10px;text-align:center;}
.related_product li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.related_product li:after {width: 0px;height: 2px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#cd0000 ;transition: all .3s linear;}
.related_product li:hover:after{width: 100%;}
/*related_product*/

/*products nextup*/
.shop-nextup-box{overflow:hidden;margin-top:20px;}
.shop-nextup{width:auto;height:auto;overflow:hidden;float:right;font-size:14px;color:#fff;}
.shop-nextup ul{display:grid;grid-template-columns: repeat(4,1fr);gap:2px}
.shop-nextup li{line-height:40px;overflow:hidden;text-align:center;background:#999;}
.shop-nextup li a{display:block;font-size:14px;color:#fff;background:#555;padding:0 20px;}
.shop-nextup li a:hover{background:#333;}
/*products nextup*/

/*new product*/
.xinprobox{background:#fff; border-radius:12px;margin:50px 0 30px;padding:40px 50px;}
.xinpro_title{font-size:26px;color:#333;padding-bottom:20px;text-align:center;}
.xinpro_pic{text-align:center;width:960px;margin:0 auto;}
.xinpro_pic img{width:100%;height:auto;}
.xinpro_detail{font-size:15px;color:#666;line-height:24px;padding-top:20px; min-height:300px;}
.xinpro_more{width:260px;border:1px solid #e0e1e1;text-align:center;line-height:40px;height:40px;margin:0 auto;font-size:15px; border-radius:40px;}
.xinpro_more a{display:block;color:#666;}
/*new product*/


/*duojiaodu product*/
.data-group{float:left;width:33%;box-sizing: border-box;display: flex;flex-wrap:wrap;text-align:center;}

.goods-img{width:100%;height:auto;}

.data-group .item-group .img-group{width:400px;overflow: hidden;height:400px;text-align:center;}
.data-group .item-group .img-group img{width:100%;height:auto;}

.data-group .item-group .desc-group {display: flex;justify-content: space-between;align-items: center;}

.color-group{display: flex;margin:15px auto 0 auto;}

.color-group .img-grooup{margin-left:0.3em;cursor: pointer;	}
	
.color-group img{
	width:50px;
	height:50px;
	box-sizing: border-box; border:1px solid #e0e1e1;border-radius: 4px;
	padding:0.1em;
}
.img-grooup.self img{
	border:1px solid #d70000;
	border-radius: 4px;
}



@media screen and (max-width: 680px){
	.data-group .item-group{
		max-width: calc((100%));
		width: calc((100%));
		position: relative;
		margin: 1.5rem 1rem 0px;
	}
}

/*duojiaodu product*/

/*---------------------------------------------------------------------------product--------------------------------------------------*/
