.left {
    float: left;
}
.news_content img {
    width: 80%;
}


.right {
    float: right;
}

.main {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.bgc {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.w1650 {
    width: 92%;
    max-width: 1650px;
    height: auto;
    margin: 0 auto;
}

.w1590 {
    width: 92%;
    max-width: 1590px;
    height: auto;
    margin: 0 auto;
}

.w1440 {
    width: 92%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}

.w1670 {
    width: 92%;
    max-width: 1690px;
    height: auto;
    margin: 0 auto;
}

.w1000 {
    width: 92%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}

.w1770 {
    width: 92%;
    max-width: 1770px;
    height: auto;
    margin: 0 auto;
}

.fz36 {
    font-size: 28px;
    line-height: 28px;
}

.fz48 {
    font-size: 38px;
    line-height: 38px;
}

@media (max-width: 1620px) {
    .fz36 {
        font-size: 26px;
        line-height: 26px;
    }

    .fz48 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 1366px) {
    .fz36 {
        font-size: 22px;
        line-height: 22px;
    }

    .fz48 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .fz36 {
        font-size: 20px;
        line-height: 20px;
    }

    .fz48 {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .news_content_box{
        width:90% !important;
    }
    .news_content img {
        width: 100%;
    }
    .fz36 {
        font-size: 16px;
        line-height: 16px;
    }

    .fz48 {
        font-size: 20px;
        line-height: 20px;
    }
}

.headerBox {
    width: 100%;
    height: 80px;
}

.headerBox.on {
    height: auto;
}

@media (max-width: 1024px) {
    .headerBox {
        height: 50px;
    }
}

.header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
    transition: 0.3s;
    border-bottom: 2px solid #fe0000;
}
.header.nav-up{
    top: -80px;
}
.header.nav-down{
    top: 0;
}

.header .logo {
    width: 165px;
    height: auto;
    display: block;
    float: left;
    margin-top: 10px;
}

.header .search {
    display: none;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    float: right;
    margin-top: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/search.png')
}

.header .searchBox {
    width: 100%;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
    display: none;
    transition: .2s;
}
.header .searchBox.on{
    display: block;
    z-index: 10000;
}

.header .searchBox .search-new {
    width: 240px;
    height: 40px;
    float: right;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.header .searchBox .search-new .text {
    width: 190px;
    background-color: #fff;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 10px 0 10px 10px;
    border: none;
    float: left;
}

.header .searchBox .search-new .submit {
    width: 40px;
    height: 40px;
    float: left;
    border: none;
    background: none;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url('../image/searchh.png')*/
}

.header .nav {
    float: right;
    width: calc(100% - 205px);
}
.header .nav .closeClick{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 30px;
    right: 9%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/close2.png');
    display: none;
}
.header .nav p{
    position: absolute;
    bottom: 3%;
    font-size: 14px;
    line-height: 14px;
    color: #929292;
    left: 9%;
    display: none;
}
.header .nav ul{
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-left: 5%;
}
.header .nav ul li {
    margin: 0 2.5%;
    position: relative;
    display: inline-block;
}

.header .nav ul li:last-child {
    margin-right: 0;
}

.header .nav ul li .tits {
    font-size: 16px;
    line-height: 80px;
    color: #333333;
}

.header .nav ul li .tits span {
    color: #afafaf;
    /*margin-left: 5px;*/
}
.header .nav ul li .sbwy {
    line-height: 30px;
    padding-top: 10px;
    display: block;
    font-weight:bold;
}
.header .nav ul li .sbwy span{
    display: block;
    padding-bottom: 10px;
}
.header .sbwy.shead_tel{
    float: right;
    font-size: 22px!important;
    margin-top: -45px;
}
.header .nav ul li.on .tits {
    color: #fe0000
}

.header .nav ul li.on .tits span {
    color: #fe0000;
}

.header .nav ul li dl {
    width: 182px;
    height: auto;
    background-color: rgba(0,0,0,0.5);
    border-top: 2px solid #fe0000;
    top: 80px;
    left: 50%;
    margin-left: -91px;
    position: absolute;
    padding: 15px 0;
    display: none;
}
.header .nav ul li dl:before{
    content: "";
    position: absolute;
    left: 46%;
    top: -10px;
    border-width: 0px 5px 8px;
    border-style: solid;
    border-color: transparent transparent #fe0000;
}
.header .nav ul li dl dd {
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}

.header .nav ul li dl dd a {
    color: #ffffff;
    width: 100%;
    height: auto;
    display: block;
}
.header .nav ul li dl dd a span{
    display: none;
    color: #d2d2d2;
    margin-left: 5px;
    text-transform: uppercase;
}

.header .navLine {
    width: 22px;
    height: 20px;
    margin-left: 5px;
    float: left;
    margin-top: 18px;
    display: block;
    float: right;
    display: none;
    position: relative;
}

.header .navLine span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333333;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}

.header .navLine span:nth-child(2) {
    margin-top: 5px;
}

.header .navLine span:nth-child(3) {
    margin-top: 5px;
}

.header .navLine.on span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
}

.header .navLine.on span:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 0;
}

.header .navLine.on span:nth-child(3) {
    display: none;
}
.header .shead_tel {
    font-size: 16px!important;
    font-weight: bold!important;
}
@media (min-width: 1024px) {

    .header .nav ul li:hover .tits {
        color: #fe0000
    }

    .header .nav ul li:hover .tits span {
        color: #fe0000;
    }

    .header .nav ul li:hover dl {
        display: block;
    }

    .header .nav ul li dl dd a:hover {
        color: #fe0000;
    }
}

@media (max-width: 1600px) {
    /*.header .nav ul li {
        margin-right: 50px;
    }*/
}

@media (max-width: 1500px) {
    /*.header .nav {
        margin-right: 4%;
    }*/
}

@media (max-width: 1366px) {
    .header .nav ul li {
        margin: 0 2.5%;
    }
}

@media (max-width: 1260px) {

    .header .nav{
        width: calc(100% - 165px);
    }
    .header .nav ul li .tits {
        font-size: 12px;
        text-align: center;
    }

    .header .nav ul li dl {
        width: 120px;
        margin-left: -60px;
        border-width: 2px;
        padding: 10px 0;
    }

    .header .nav ul li dl dd {
        font-size: 14px;
        line-height: 36px;

    }
}
@media (max-width: 1100px) {
    .header .shead_tel {
        font-size: 12px!important;
    }
}
@media (max-width: 1024px) {
    .header {
        height: 50px;
    }
    .header .nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 100vh;
        background-color: #000;
    }
    .header .nav .closeClick{
        display: block;
        top: 20px;
        width: 20px;
        height: 20px;
    }
    .header .nav p{
        display: block;
    }
    .header .nav ul {
        width: 82%;
        left: 9%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 40px;
    }
    .header .nav ul.oo{
        padding-top: 0;
    }

    .header .nav ul li {
        float: none;
        display: block;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .header .nav ul li .tits {
        width: 100%;
        display: block;
        line-height: 70px;
        box-sizing: border-box;
        border-bottom: none;
        color: #fff !important;
        text-align: left;
        border-bottom: 1px solid #535353;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url('../image/right1.png');
        margin-top: 0;
        font-size: 16px!important;
    }
    .header .nav ul li.cur .tits{
        color: #fe0000 !important;
        background: none;
        border-bottom: none;
    }
    .header .nav ul li.cur .tits span{
        color: #fe0000 !important;
    }
    .header .nav ul li.cur dl{
        display: block;
    }

    .header .nav ul li .tits span {
        display: inline-block;
        margin-left: 5px;
        color: #fff !important;
        opacity: 0.52;
    }

    .header .nav ul li dl {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        margin-left: 0;
        padding: 0;
        display: none;
        border: none;
        background: none;
        padding-top: 5px;
    }

    .header .nav ul li dl dd {
        width: 100%;
        font-size: 14px;
        line-height: 60px;
        border-bottom: 1px solid #535353;
        margin-bottom: 10px;
        text-align: left;
        background-repeat: no-repeat;
        background-position: right center;
        /*background-image: url('../image/right1.png');*/
        background-size: auto 12px;
    }

    .header .nav ul li dl dd a {
        width: 100%;
        height: auto;
        display: block;
        color: #999;
    }
    .header .nav ul li dl dd a span{
        display: inline-block;
    }

    .header .logo {
        width: 88px;
        margin-top: 10px;
    }

    .header .search {
        display: none;
    }

    .header .navLine {
        display: block;
    }
    .header .searchBox{
        width: 82%;
        height: 40px;
        top: 16vh;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        left: 9%;
    }
    .header .searchBox .w1650{
        width: 100%;
        max-width: 100%;
    }
    .header .searchBox .search-new{
        width: 100%;
        background: none;
        float: none;
    }
    .header .searchBox .search-new .text{
        width: calc(100% - 50px);
        background: none;
    }
    .header .searchBox .search-new .submit{
        background-image: url('../image/search.png')
    }

}


.section {
    width: 100%;
}

/*.gray img,.gray .img {
    filter: grayscale(100%);
    transition: all .5s;
}

.gray:hover img,.gray:hover .img {
    filter: grayscale(0);
}
@media (max-width: 1024px) {
    .gray img,.gray .img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        filter: gray;
    }
}*/

.bannerBox {
    width: 100%;
    display: block !important;
}

.bannerBox .fp-tableCell {
    display: block !important;
}

.index-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-banner ul {
    width: 100%;
    height: 100%;
}

.index-banner ul li {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-banner ul li .con {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 30%;
}

.index-banner ul li .con .tits {
    color: #fe0000;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.index-banner ul li .con .tit {
    color: #e9e9e9;
    margin-top: 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s .2s;
    font-size: 24px;
    line-height: 24px;
}

.index-banner ul li .con .line {
    width: 186px;
    height: 2px;
    background-color: #939393;
    margin-top: 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s .4s;
}

.index-banner ul li .con .tit1 {
    color: #dedede;
    font-weight: bold;
    margin-top: 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s .6s;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}

.index-banner ul li .con .tit2 {
    font-size: 20px;
    line-height: 28px;
    color: #dedede;
    margin-top: 10px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s .8s;
    text-transform: uppercase;
}

.index-banner ul li.swiper-slide-active .con .tits, .index-banner ul li.swiper-slide-active .con .tit, .index-banner ul li.swiper-slide-active .con .line, .index-banner ul li.swiper-slide-active .con .tit1, .index-banner ul li.swiper-slide-active .con .tit2 {
    transform: translateY(0);
    opacity: 1;
}

.index-banner .btns {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 18.5%;
    left: 0;
    z-index: 10;
}

.index-banner .btns .w1650 span {
    width: 13px;
    height: 20px;
    display: block;
    float: left;
    background: none;
    background-image: url('../image/banner_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
    cursor: pointer;
    margin-right: 8px;
    transition: width .5s;
}

.index-banner .btns .w1650 span.swiper-pagination-bullet-active {
    width: 20px;
    background-image: url('../image/banner_icon_h.png');
}

/*@media (max-width: 1620px){
    .index-banner ul li .con .tits {
        font-size: 32px;
        line-height: 32px;
    }

    .index-banner ul li .con .tit {
        font-size: 26px;
        line-height: 26px;
    }

    .index-banner ul li .con .tit1 {
        font-size: 26px;
        line-height: 26px;
    }
}*/

@media (max-width: 1366px) {
    /*.index-banner ul li .con .tits {
        font-size: 30px;
        line-height: 32px;
    }

    .index-banner ul li .con .tit {
        font-size: 22px;
        line-height: 24px;
    }

    .index-banner ul li .con .tit1 {
        font-size: 22px;
        line-height: 24px;
    }*/

    .index-banner ul li .con .tit2 {
        font-size: 18px;
        line-height: 24px;
    }

    .index-banner ul li .con .line {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    .index-banner ul li .con .tits {
        font-size: 26px;
        line-height: 26px;
    }

    .index-banner ul li .con .tit {
        font-size: 20px;
        line-height: 20px;
    }

    .index-banner ul li .con .tit1 {
        font-size: 20px;
        line-height: 20px;
    }

    .index-banner ul li .con .tit2 {
        font-size: 16px;
        line-height: 22px;
    }

    .index-banner ul li .con .line {
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
    .index-banner ul li .con .tits {
        font-size: 20px;
        line-height: 20px;
    }
    .index-banner ul li .con .tit {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }

    .index-banner ul li .con .tit1 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }

    .index-banner ul li .con .tit2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .index-banner ul li .con .line {
        width: 120px;
        margin-top: 10px;
    }
}

.index-about {
    width: 100%;
    background-color: #f4f4f4;
}

.index-about .content {
    width: 100%;
    height: auto;
    position: relative;
    /*margin-top: 80px;*/
}


.index-about .content .w1590 {
    position: relative;
}

.index-about .content .pic {
    width: 64.4%;
    float: right;
    position: relative;
    z-index: 4;
    transform: translate(0, 80px);
    opacity: 0;
}

.index-about .content .conBox {
    width: 45.3%;
    height: auto;
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    z-index: 5;
    opacity: 0;
}

.index-about.on .content .pic {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1s;
}

.index-about.on .content .conBox {
    top: 50%;
    opacity: 1;
    transition: 1s 0.5s;
}

.index-about .content .conBox .con {
    width: 64.2%;
    height: auto;
    margin: 0 auto;
    padding-top: 10.4%;
    padding-bottom: 11%;
}

.index-about .content .conBox .con .title {
    width: 100%;
    position: relative;
}

.index-about .content .conBox .con .title .en {
    color: #b9b9b9;
}

.index-about .content .conBox .con .title .cn {
    color: #0d0d0d;
    margin-top: 2px;
}

.index-about .content .conBox .con .title .icon {
    width: 59px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-about .content .conBox .con .txt {
    font-size: 16px !important;
    line-height: 28px;
    color: #787878;
    margin-top: 28px;
}
.index-about .content .conBox .con .txt span{
    font-size: 16px !important;
}

.index-about .content .conBox .con .tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 47px;
}

.index-about .content .conBox .con .tit .t {
    float: left;
    margin-right: 68px;
}

.index-about .content .conBox .con .tit .t .num {
    color: #fe0000;
    letter-spacing: -1.5px;
    text-align: center;
}

.index-about .content .conBox .con .tit .t .tt {
    font-size: 16px;
    line-height: 16px;
    color: #323232;
    margin-top: 8px;
}

@media (max-width: 1366px) {
    .index-about .content .conBox .con .txt {
        font-size: 16px !important;
        line-height: 26px;
    }
    .index-about .content .conBox .con .txt span{
        font-size: 16px !important;
    }

    .index-about .content .conBox .con .tit .t .tt {
        font-size: 16px;
        line-height: 16px;
    }

    .index-about .content .conBox .con {
        width: 80%;
    }

    .index-about .content .conBox .con .tit .t {
        margin-right: 40px;
    }
}

/*@media (max-width: 1260px) {
    .index-about .content {
        margin-top: 90px;
    }
}*/

@media (max-width: 1200px) {
    .index-about .content .conBox .con {
        padding-top: 7.5%;
        padding-bottom: 8%;
    }

    .index-about .content .conBox .con .txt {
        margin-top: 20px;
    }

    .index-about .content .conBox .con .tit {
        margin-top: 25px;
    }

    .index-about .content .conBox .con .title .icon {
        width: 40px;
    }
}

@media (max-width: 1024px) {
    .index-about .content {
        margin-top: 50px;
    }
}

@media (max-width: 860px) {
    .index-about .content {
        margin-top: 0;
    }

    .index-about .content .pic {
        width: 100%;
        float: none;
    }

    .index-about .content .conBox {
        width: 100%;
        position: relative;
        top: auto;
        top: auto;
        transform: translateY(0);
    }

    .index-about .content .conBox .con .txt {
        font-size: 14px !important;
        line-height: 24px;
    }
    .index-about .content .conBox .con .txt span{
        font-size: 14px !important;
    }

    .index-about .content .conBox .con {
        width: 90%;
    }

    .index-about .content .conBox .con .tit .t .tt {
        font-size: 14px;
        line-height: 14px;
    }

    .index-about .content .conBox .con .tit {
        margin-top: 18px;
    }
}

.more {
    width: 50px;
    height: 33px;
    display: block;
    position: relative;
}

.more i {
    width: 100%;
    height: 100%;
    display: block;
    content: '>>';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: left .5s;
}

.more:after {
    width: 55px;
    height: 33px;
    line-height: 33px;
    content: '>>';
    text-align: center;
    color: #ffffff;
    background-color: #252525;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.more:hover:after {
    background-color: #fe0000;
}
@media (min-width: 1024px) {
    .more:hover i {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .more {
        height: 24px;
        width: 34px;
    }

    .more i {
        background-size: 80%;
    }

    .more:after {
        width: 30px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}

.index-about .content .conBox .con .tit .more {
    position: absolute;
    bottom: 0;
    right: 0;
}


.index-project .bg {
    width: 46%;
    height: 100%;
    background-color: #252525;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../image/index_bg3.jpg');
    position: absolute;
    top: 0;
    left: 0;
}

.index-project .content {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 80px;
}

.index-project .content .conRight {
    width: calc(61.5% - 7px);
    margin-right: 7px;
    float: right;
    position: relative;
    z-index: 6;
    transform: translate(0, 80px);
    opacity: 0;
}

.index-project .content .conRight .tabs {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.index-project .content .conRight .tabs a {
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 3%;
}
@media (max-width: 1600px) {
    .index-project .content .conRight .tabs a {
        font-size: 16px;
        margin: 0 3%;
    }


}
.index-project .content .conRight .tabs a:after {
    width: 0;
    height: 1px;
    background-color: #fe0000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: left .5s, width .5s;
}

.index-project .content .conRight .tabs a:before {
    /* width: 10px; */
    /* height: 10px; */
    /* background-image: url(../image/index_icon2.png); */
    /* background-repeat: no-repeat; */
    content: '';
    left: 45%;
    /* margin-left: -5px; */
    bottom: -9px;
    display: block;
    position: absolute;
    opacity: 0;
    /* top: 28px; */
    border-width: 0px 5px 10px;
    border-style: solid;
    border-color: transparent transparent #fe0000;

}

.index-project .content .conRight .tabs a.on {
    color: #fe0000;
}

.index-project .content .conRight .tabs a.on:after {
    width: 100%;
    left: 0;
}

.index-project .content .conRight .tabs a.on:before {
    opacity: 1;
}

@media (min-width: 1024px) {
    .index-project .content .conRight .tabs a:hover {
        color: #fe0000;
    }

    .index-project .content .conRight .tabs a:hover:after {
        width: 100%;
        left: 0;
    }

    .index-project .content .conRight .tabs a:hover:before {
        opacity: 1;
    }
}

.index-project .content .conRight .listBox {
    width: 100%;
    height: auto;
    margin-top: 48px;
}

.index-project .content .conRight .listBox .list {
    width: 100%;
    height: auto;
    display: none;
}

.index-project .content .conRight .listBox .list ul li {
    width: 24.3%;
    height: auto;
    float: left;
    margin-right: 0.93%;
    position: relative;
}

.index-project .content .conRight .listBox .list ul li:last-child {
    margin-right: 0;
}

.index-project .content .conRight .listBox .list ul li a {
    width: 100%;
    height: auto;
    display: block;
}
.index-project .content .conRight .listBox .list ul li a .img{
    width: 100%;
    height: auto;
    padding-top: 148%;
    background-size: cover;
    background-position: center top;
}

.index-project .content .conRight .listBox .list ul li a .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    background-image: url('../image/index_bg2.png');
    background-size: 100% auto;
    background-position: center bottom;
    opacity: 0;
}

.index-project .content .conRight .listBox .list ul li a .tits {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    bottom: 5px;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: bottom .5s, opacity .5s;
}

@media (min-width: 1024px) {
    .index-project .content .conRight .listBox .list ul li:hover a .bg {
        opacity: 1;
    }

    .index-project .content .conRight .listBox .list ul li:hover a .tits {
        bottom: 25px;
        opacity: 1;
    }
}

.index-project .content .conRight .list .btns {
    margin-left: 67.8%;
    margin-top: 64px;
}

.index-project .content .conRight .list .btns a {
    width: 50px;
    height: 33px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.index-project .content .conRight .list .btns a i {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../image/left.png');
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: left .5s;
}

.index-project .content .conRight .list .btns a.prev i {
    background-image: url('../image/left.png');
    background-position: right center;
}

.index-project .content .conRight .list .btns a.next i {
    background-image: url('../image/right.png');
}

.index-project .content .conRight .list .btns a:after {
    width: 55px;
    height: 33px;
    line-height: 33px;
    content: '<<';
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 18px;
    background-color: #252525;
}
.index-project .content .conRight .list .btns a:hover:after {
    background-color: #fe0000;
}
.index-project .content .conRight .list .btns a.prev:after {
    content: '<<';
    left: 0;

}

.index-project .content .conRight .list .btns a.next:after {
    content: '>>';
    right: 0;
}

@media (min-width: 1024px) {
    .index-project .content .conRight .list .btns a.prev:hover i {
        left: -10px;
    }

    .index-project .content .conRight .list .btns a.next:hover i {
        left: 10px;
    }
}

.index-project .content .conLeft {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    transform: translate(0, 80px);
    opacity: 0;
}

.index-project.on .content .conLeft {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1s 0.5s;
}

.index-project.on .content .conRight {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1s;
}

.index-project .content .conLeft .conNew {
    width: 32%;
    height: auto;
    color: #fff;
}

.index-project .content .conLeft .conNew .icon {
    width: 50px;
    height: auto;
}

.index-project .content .conLeft .conNew .en {
    color: #cfcfcf;
    margin-top: 12px;
}

.index-project .content .conLeft .conNew .cn {
    margin-top: 7px;
}

.index-project .content .conLeft .conNew .con {
    margin-top: 27px;
}

.index-project .content .conLeft .conNew .con .item {
    display: none;
}

.index-project .content .conLeft .conNew .con .tits {
    font-size: 20px;
    line-height: 26px;
}

.index-project .content .conLeft .conNew .con .tit {
    font-size: 16px;
    line-height: 28px;
    min-height: 90px;
    margin-top: 3px;
}

.index-project .content .conLeft .conNew .con .tit1 {
    width: 100%;
    margin-top: 50px;
}

.index-project .content .conLeft .conNew .con .tit1 a {
    width: 158px;
    height: 30px;
    border: 1px solid #fe0000;
    display: block;
    float: left;
    margin-right: 16px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.index-project .content .conLeft .conNew .con .tit1 a:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fe0000;
    content: '>>';
    z-index: 4;
}

.index-project .content .conLeft .conNew .con .tit1 a span {
    margin-left: 14px;
}

.index-project .content .conLeft .conNew .con .tit1 a i {

}

@media (min-width: 1024px) {
    .index-project .content .conLeft .conNew .con .tit1 a:hover i {
        margin-right: 2px;
    }
}

@media (max-width: 1366px) {
    /*.index-project .content .conRight .tabs a {
        font-size: 22px;
        line-height: 24px;
    }*/

    /*.index-project .content .conLeft .conNew .con .tits {
        font-size: 22px;
        line-height: 26px;
    }*/

    .index-project .content .conLeft .conNew .con .tit {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1260px) {

    .index-project .content .conLeft .conNew .con .tits {
        font-size: 20px;
    }

    .index-project .content .conLeft .conNew .con .tit1 {
        margin-top: 30px;
    }

    .index-project .content .conLeft .conNew .con .tit1 a {
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .index-project .content .conLeft .conNew .icon {
        width: 40px;
    }

    .index-project .content .conRight .tabs a {
        font-size: 18px;
        line-height: 20px;
        margin: 0 15px;
    }

    .index-project .content .conRight .listBox {
        margin-top: 30px;
    }

    .index-project .content .conRight .list .btns {
        margin-top: 35px;
    }

    .index-project .content .conLeft .conNew .con .tit {
        min-height: 0;
    }

    .index-project .content .conLeft .conNew .con .tits {
        font-size: 16px;
        line-height: 24px;
    }

    .index-project .content .conLeft .conNew .con {
        margin-top: 15px;
    }

    .index-project .content .conLeft .conNew .con .tit {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1024px) {
    .index-project .content {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .index-project .content .conRight {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .index-project .content .conLeft {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .index-project .bg {
        width: 100%;
    }

    .index-project .content {
        margin-top: 50px;
    }

    .index-project .content .conRight .tabs a {
        color: #fff;
    }

    .index-project .content .conRight .list .btns a.next i {
        background-image: url('../image/index_icon4.png');
    }

    .index-project .content .conRight .list .btns a.prev i {
        background-image: url('../image/index_icon4_h.png');
    }

    .index-project .content .conRight .list .btns {
        width: 108px;
        margin: 20px auto 0;
    }

    .index-project .content .conRight .list .btns a {
        width: 34px;
        height: 24px;
        margin: 0 10px;
    }

    .index-project .content .conRight .list .btns a:after {
        width: 30px;
        height: 24px;
        line-height: 24px;
    }

    .index-project .content .conRight .list .btns a i {
        background-size: 80%;
    }

    .index-project .content .conRight .tabs a {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 6px;
        margin: 0 10px;
    }

    .index-project .content .conRight .listBox {
        margin-top: 20px;
    }

    .index-project .content .conLeft .conNew {
        width: 100%;
        margin-top: 20px;
    }

    .index-project .content .conRight .listBox .list ul li {
        width: 36%;
        margin-right: 2%;
    }

    .index-project .content .conLeft .conNew .con .tit1 a {
        width: 138px;
        font-size: 12px;
    }

    .index-project .content .conLeft .conNew .con .tit1 a span {
        margin-left: 10px;
    }

    .index-project .content .conLeft .conNew .con .tit1 a i {
        width: 26px;
        background-size: 100% auto;
    }

    .index-project .content .conLeft .conNew .icon {
        width: 32px;
    }
}

.index-news {
    background-color: #f4f4f4;
    display: block !important;
}

.index-news .fp-tableCell {
    display: block !important;
}

.index-news .content {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-55%);
    padding-top: 0px;
}
.index-news .content .title {
    text-align: center;
    background: url(../image/inews_logo.png)no-repeat right;
}

.index-news .content .title .en {
    color: #c7c7c7;
    transform: translate(0, 30px);
    opacity: 0;
}

.index-news .content .title .cn {
    color: #000;
    margin-top: 5px;
    transform: translate(0, 50px);
    opacity: 0;
}

.index-news .content .list {
    margin-top: 37px;
    width: 100%;
    transform: translate(0, 80px);
    opacity: 0;
}

.index-news.on .content .title .en {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1s;
    text-align: left;
    margin-bottom: 1%;
}

.index-news.on .content .title .cn {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1s;
    text-align: left;
    margin-bottom: 2%;
}

.index-news.on .content .list {
    transform: translate(0, 0px);
    opacity: 1;
    transition: 1s;
}

.index-news .content .list ul li {
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 2px solid #e1e1e1;
    float: left;
}

.index-news .content .list ul li:last-child {
    margin-right: 0;
}

.index-news .content .list ul li a {
    padding: 28px 25px 64px;
    display: block;
}

.index-news .content .list ul li a .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index-news .content .list ul li a .pic .img {
    transition: transform 1.5s;
    width: 100%;
    padding-top: 40.4%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-news .content .list ul li a .con {
    width: 540px;
    max-width: 90%;
    margin: 28px auto 0;
    text-align: center;
}

.index-news .content .list ul li a .con .time {
    font-size: 14px;
    line-height: 18px;
    color: #646464;
    font-family: Arial;
}

.index-news .content .list ul li a .con .tits {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #464646;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
}

.index-news .content .list ul li a .con .more {
    margin: 45px auto 0;
}

@media (min-width: 1024px) {
    .index-news .content .list ul li:hover {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    }

    .index-news .content .list ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .index-news .content .list ul li:hover a .con .more i {
        left: 10px;
    }
}

.index-news .content .list .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.index-news .content .list .btns span {
    width: 12px;
    height: 12px;
    background-color: #cfcfcf;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.index-news .content .list .btns span.swiper-pagination-bullet-active {
    background-color: #fe0000;
}

@media (max-width: 1366px) {
    .index-news .content .list ul li a {
        padding: 15px 15px 30px;
    }

    .index-news .content .list ul li a .con .tits {
        /*font-size: 18px;*/
        line-height: 22px;
        height: 44px;
    }

    .index-news .content .list ul li a .con .more {
        margin: 25px auto 0;
    }

    .index-news .content .list {
        margin-top: 25px;
    }

    .index-news .content .list ul li a .con {
        margin: 15px auto 0;
    }

    .index-news .content .w1590 {
        width: 80%;
    }
}

@media (max-width: 1260px) {
    .index-news .content {
        padding-top: 20px;
    }
}

@media (max-width: 1200px) {
    .index-news .content .list ul li a .con .tits {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .index-news .content .list ul li a {
        padding: 15px 15px 25px;
    }

    .index-news .content .list ul li a .con {
        margin: 15px auto 0;
    }
}

@media (max-width: 1024px) {
    .index-news .content .w1590 {
        width: 92%;
    }
}

@media (max-width: 768px) {
    .index-news .content .list ul li {
        width: 100%;
        border-width: 1px;
    }

    .index-news .content .list ul li a {
        padding: 10px 10px 15px;
    }

    .index-news .content .list ul li a .con .tits {
        font-size: 14px;
        line-height: 24px;
        height: auto;
        -webkit-line-clamp: unset;
    }

    .index-news .content .list .btns {
        margin-top: 20px;
    }

    .index-news .content .list .btns span {
        width: 8px;
        height: 8px;
    }
}

.footerBox {
    display: block !important;
}

.footerBox .fp-tableCell {
    display: block !important;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #323232;
    padding-top: 76px;
}

.footer .logo {
    width: 136px;
    height: auto;
    margin: 0 auto;
}

.footer .nav {
    width: 80%;
    text-align: center;
    font-size: 0;
    margin-top: 35px;
    padding: 0 10%;
}
.foot_list{
    width: 20%;
    float: left;
    text-align: left;
}
.foot_list .tit{
    font-size: 16px;
    color: #ffffff;
}
.foot_list .line{
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    display: inline-block;
    margin: 20px 0;
}
.foot_list ul li{
    line-height: 30px;
}
.foot_list ul li a{
    font-size: 14px;
    display: block;
    color: #cccccc;
}



@media (max-width: 1024px) {
    .foot_list{
        display: none;
    }
}

.footer .share {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.footer .share a {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0;
    margin: 0 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: none;
}

.footer .share a.bds_weixin {
    background-image: url('../image/wx.png')
}

.footer .share a.bds_tsina {
    background-image: url('../image/wb.png')
}

.foot {
    width: 100%;
    height: auto;
    border-top: 1px solid #787878;
    text-align: center;
    font-size: 0;
    padding: 18px 0;
    margin-top: 37px;
}

.foot .foo {
    font-size: 14px;
    line-height: 26px;
    color: #929292;
    margin: 0 23px;
    display: inline-block;
}

.foot .link {
    font-size: 14px;
    line-height: 26px;
    color: #929292;

}

.foot .link a {
    color: #929292;
    margin-right: 15px;
}

@media (min-width: 1024px) {
    .foot .link a:hover {
        color: #fff;
    }
}

@media (max-width: 1500px) {
    .footer {
        padding-top: 50px;
    }
}

@media (max-width: 1260px) {


    .footer .logo {
        width: 125px;
    }

    .footer .share a {
        width: 45px;
        height: 45px;
    }

    .footer {
        padding-top: 35px;
    }
}

@media (max-width: 1024px) {
    .footer .share {
        margin-top: 25px;
    }

    .footer .share a {
        width: 35px;
        height: 35px;
        margin: 0 10px;
    }

    .foot {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 15px;
    }

    .footer .share {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer .share a {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }

    .foot {
        margin-top: 0;
        padding: 9px 0 10px;
    }

    .foot .link {
        font-size: 12px;
        line-height: 24px;
    }

    .foot .link a {
        margin-right: 5px;
    }

    .foot .foo {
        font-size: 12px;
        line-height: 24px;
    }

    .foot .t span {
        display: block;
    }
    .footer .nav a{
        font-size: 12px;
        line-height: 18px;
        margin: 0 5px;
    }
    .footer .nav{
        margin-top: 15px;
    }
}

.banner {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}

.banner .con {
    width: 630px;
    height: auto;
    margin: 0 auto;
    padding-top: 16.5%;
}

.banner .con.con1 {
    padding-top: 21%;
}

.banner .con .title {
    text-align: center;
}

.banner .con .title .en {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.banner .con .title .cn {
    font-size: 24px;
    line-height: 24px;
    color: #e0e0e0;
    margin-top: 7px;
}

.banner .con .nav {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    margin-top: 64px;
    text-align: center;
}

.banner .con .nav a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 49px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.banner .con .nav a:last-child {
    margin-right: 0;
}

.banner .con .nav a.on {
    padding-left: 30px;
    background-image: url('../image/banner_icon1.png');
    color: #fe0000;
}

.banner .down {
    width: 43px;
    height: 23px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../image/down.png');
    z-index: 10;
    animation: myfirst 1.5s infinite linear;
}

@media (max-width: 1366px) {
    .banner .con {
        width: 590px;
    }

    /*.banner .con .title .en {
        font-size: 48px;
        line-height: 48px;
    }*/

    .banner .con .title .cn {
        font-size: 24px;
        line-height: 24px;
    }

    .banner .con .nav {
        padding: 15px 0;
    }

    .banner .con .nav a {
        font-size: 18px;
        line-height: 32px;
    }

    .banner .down {
        width: 30px;
        height: 15px;
        margin-left: -15px;
    }
}

/*@media (max-width: 1260px) {
    .banner {
        height: calc(100vh - 90px);
    }
}*/

@media (max-width: 1200px) {
    .banner .con .title .en {
        font-size: 28px;
        line-height: 28px;
    }

    .banner .con .title .cn {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .banner {
        height: calc(40vh - 50px);
    }

    .banner .con .nav {
        display: none;
    }

    .banner .con {
        width: 100%;
    }

    .banner .con .title .en {
        font-size: 24px;
        line-height: 24px;
    }

    .banner .con .title .cn {
        font-size: 16px;
        line-height: 16px;
    }

    .banner .down {
        width: 18px;
        height: 10px;
        margin-left: -9px;
    }
}


.jtjj {
    width: 100%;
    height: auto;
    position: relative;
    padding: 6% 0;
}

.jtjj .pic {
    width: 50%;
    height: auto;
    float: left;
}

.jtjj .con {
    width: 50%;
    height: auto;
    float: left;
    padding-top: 3%;
}

.jtjj .con .con-new {
    width: 70%;
    height: auto;
    margin: 0 auto 0;
}

.jtjj .con .con-new .en {
    color: #b9b9b9;
}

.jtjj .con .con-new .cn {
    color: #0d0d0d;
    margin-top: 10px;
}

.jtjj .con .con-new .txt {
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    min-height: 170px;
    letter-spacing: -0.5px;
    margin-top: 34px;
}
.jtjj .con .con-new .txt span{

}

.jtjj .con .con-new .tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
}

.jtjj .con .con-new .tit .t {
    float: left;
    margin-right: 68px;
}

.jtjj .con .con-new .tit .t .t1 {
    color: #fe0000;
    letter-spacing: -1.5px;
    text-align: center;
}

.jtjj .con .con-new .tit .t .t2 {
    font-size: 16px;
    line-height: 16px;
    color: #323232;
    margin-top: 8px;
}

@media (max-width: 1600px) {
    .jtjj .con {
        padding-top: 0%;
    }
    .jtjj .con .con-new {
        width: 80%;
    }
}

@media (max-width: 1400px) {
    .jtjj .con .con-new .txt {
        font-size: 14px;
        line-height: 26px;
        min-height: 130px;
    }

    .jtjj .con .con-new .tit {
        margin-top: 25px;
    }

    .jtjj .con .con-new {
        width: 90%;
    }

    .jtjj .con .con-new .tit .t .t2 {
        font-size: 16px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1200px) {
    .jtjj .con .con-new .txt {
        font-size: 3vw!important;
        line-height: 2!important;
    }
    .jtjj .con .con-new .txt *{
        font-size: 14px!important;
        line-height: 2!important;
    }
}
@media (max-width: 1024px) {
    .jtjj .con {
        padding-top: 2%;
    }

    .jtjj .con .con-new .txt {
        margin-top: 18px;
    }
}

@media (max-width: 860px) {
    .jtjj {
        padding-top: 20px;
    }

    .jtjj .pic {
        width: 92%;
        margin: 0 auto;
        float: none;
    }

    .jtjj .con {
        width: 100%;
        float: none;
        padding-top: 15px;
    }

    .jtjj .con .con-new {
        width: 92%;
    }

    .jtjj .con .con-new .txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        min-height: 0;
    }
    .jtjj .con .con-new .txt span{
        font-size: 14px !important;
    }
    .jtjj .con .con-new .tit .t {
        margin-right: 35px;
    }

    .jtjj .con .con-new .tit .t .t2 {
        font-size: 14px;
        line-height: 14px;
    }
}

.ywjs {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding-top: 10%;
    padding-bottom: 8.5%;
    position: relative;
}

.ywjs .bg {
    width: 38.3%;
    position: absolute;
    bottom: 0;
    left: 6.5%;
}

.ywjs .conLeft {
    width: 33.6%;
    height: auto;
    float: left;
    position: relative;
}

.ywjs .conLeft .tabs {
    width: 100%;
    height: auto;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: 40px;
    font-size: 20px;
    font-family: Arial;
}

.ywjs .conLeft .tabs a {
    color: #8c8c8c;
    margin-right: 40px;
}

.ywjs .conLeft .tabs a.on {
    color: #fe0000;
}

.ywjs .conLeft .conBox {
    width: 100%;
    height: auto;
    margin-top: 22px;
}

.ywjs .conLeft .conBox .item {
    width: 100%;
    height: auto;
    display: none;
}

.ywjs .conLeft .conBox .item .tits {
    width: 120%;
    font-size: 20px;
    line-height: 30px;
    color: #0d0d0d;
}

.ywjs .conLeft .conBox .item .txt {
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    min-height: 250px;
    letter-spacing: -0.5px;
    margin-top: 20px;
}

.ywjs .conLeft .conBox .item .more {
    margin-top: 58px;
}

.ywjs .conRight {
    width: 56.25%;
    height: auto;
    float: right;
}

.ywjs .conRight ul li {
    cursor: pointer;
    float: left;
    width: 23.8%;
    margin-right: 1.6%;
}

.ywjs .conRight ul li:last-child {
    margin-right: 0;
}

.ywjs .conRight ul li p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: Arial;
    color: #545454;
    margin-top: 20px;
}

.ywjs .conRight ul li:nth-child(odd) {
    margin-top: 16%;
}

.ywjs .conRight ul li.on img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray
}

/*@media (max-width: 1024px) {
    .ywjs .conRight ul li img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        filter: gray
    }
}*/


@media (max-width: 1366px) {
    .ywjs .conLeft .conBox .item .txt {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
        min-height: 180px;
    }

    .ywjs .conLeft .conBox {
        margin-top: 25px;
    }

    /*.ywjs .conLeft .conBox .item .tits {
        line-height: 44px;
    }*/
}

@media (max-width: 1200px) {
    /*.ywjs .conLeft .conBox .item .tits {
        line-height: 34px;
    }*/

    .ywjs .conLeft .tabs {
        font-size: 20px;
        line-height: 40px;
    }

    .ywjs .conLeft .tabs a {
        margin-right: 30px;
    }

    .ywjs .conLeft .conBox .item .more {
        margin-top: 30px;
    }
}

@media (max-width: 980px) {
    .ywjs .conLeft .tabs {
        font-size: 18px;
        line-height: 36px;
    }

    .ywjs .conLeft .tabs a {
        margin-right: 20px;
    }
}

@media (max-width: 860px) {
    .ywjs .conRight {
        width: 100%;
        float: none;
    }
    .ywjs .conRight ul li:nth-child(odd){
        margin-top: 0;
    }
    .ywjs .conRight ul li p{
        display: none;
    }

    .ywjs .conLeft {
        width: 100%;
        float: none;
        margin-top: 25px;
    }

    .ywjs .conLeft .conBox {
        margin-top: 15px;
    }

    .ywjs .conLeft .conBox .item .txt {
        font-size: 14px;
        line-height: 24px;
        min-height: 0;
        margin-top: 10px;
    }

    .ywjs .conLeft .conBox .item .more {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .ywjs .conLeft .conBox .item .tits {
        line-height: 28px;
        width: 100%;
    }
}

.team {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
}

.team.culture {
    background-color: #fff;
}

.team .content {
    width: 850px;
    height: auto;
    max-width: 92%;
    margin: 0 auto;
    text-align: center;
    padding: 4.5% 0 5%;
}

.team.culture .content {
    padding-bottom: 3.8%;
}

.team .content .en {
    color: #b4b4b4;
}

.team .content .cn {
    color: #0d0d0d;
    margin-top: 10px;
}

.team .content .txt {
    font-size: 16px;
    line-height: 26px;
    color: #787878;
    text-align: left;
    margin-top: 32px;
}

.team .box {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 100px;
}

.team .box .listBox {
    position: relative;
}

.team .box .listBox .list {
    width: 100%;
}

.team .box .listBox .list ul {
    width: 100%;
    height: auto;
    position: relative;
}

.team .box .listBox .list ul li {
    width: 25%;
    height: auto;
    float: left;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    overflow: visible !important;
}

.team .box .listBox .list ul li .pic {
    width: 100%;
    height: auto;
    position: relative;
}

.team .box .listBox .list ul li .pic img {
    position: relative;
    z-index: 6
}

.team .box .listBox .list ul li .pic .bg {
    width: 100%;
    height: 100%;
    background-color: #fe0000;
    position: absolute;
    top: 18px;
    left: 18px;
    opacity: 0;
    z-index: 4;
    transition: opacity .5s;
}

.team .box .listBox .list ul li .con {
    width: 100%;
    height: auto;
    text-align: center;
    color: #333;
    margin-top: 55px;
    opacity: 0;
    cursor: default;
}

.team .box .listBox .list ul li .con .tit {
    font-size: 16px;
    line-height: 16px;
    color: #737373;
    margin-top: 14px;
}

.team .box .listBox .list ul li .con .tit1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 34px;
}

.team .box .listBox .list ul li .con .tit2 {
    font-size: 16px;
    line-height: 26px;
    color: #737373;
    max-width: 100%;
    width: 100%;
    margin: 12px auto 0;
}

.team .box .listBox .list ul li.on .con {
    opacity: 1;
}

.team .box .listBox .list ul li.on .pic .bg {
    opacity: 1;
}

.team .box .listBox .a {
    width: 50px;
    height: 33px;
    position: absolute;
    top: 35%;
    z-index: 80;
}

.team .box .listBox .a i {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../image/left.png');
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: left .5s;
}

.team .box .listBox .a.prev {
    left: -10px;
}

.team .box .listBox .a.next {
    right: -10px;
}

.team .box .listBox .a.prev i {
    background-image: url('../image/left.png');
    background-position: right center;
}

.team .box .listBox .a.next i {
    background-image: url('../image/right.png');
}

.team .box .listBox .a:after {
    width: 33px;
    height: 33px;
    content: '';
    background-color: #fe0000;
    position: absolute;
    top: 0;
    z-index: 1;
}

.team .box .listBox .a.prev:after {
    left: 0;
}

.team .box .listBox .a.next:after {
    right: 0;
}

@media (min-width: 1024px) {
    .team .box .listBox .a.prev:hover i {
        left: -10px;
    }

    .team .box .listBox .a.next:hover i {
        left: 10px;
    }
}

@media (max-width: 1366px) {
    .team .box .listBox .list ul li .con .tit {
        font-size: 16px;
        line-height: 16px;
    }

    .team .box .listBox .list ul li .con .tit1 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }

    .team .box .listBox .list ul li .con .tit2 {
        font-size: 15px;
        line-height: 23px;
    }

    .team .box {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .team .box .listBox .list ul li .con {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .team .box .listBox .list ul li .con .tit {
        font-size: 14px;
        line-height: 14px;
        margin-top: 8px;
    }

    .team .box .listBox .list ul li .con .tit1 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
    }

    .team .box .listBox .list ul li .con .tit2 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
    }

    .team .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .team .box .listBox .list {
        width: 150%;
        margin-left: -25%;
    }

    .team .box .listBox .list ul li.on .pic .bg {
        opacity: 0 !important;
    }

    .team .box .listBox .list ul li .con {
        margin-top: 15px;
    }

    .team .box .listBox .a.prev {
        left: 26px;
    }

    .team .box .listBox .a.next {
        right: -33px;
    }

    .team .box {
        padding-bottom: 60px;
    }

    .team .box .listBox .a {
        height: 24px;
        width: 34px;
        margin-right: 15px;
    }

    .team .box .listBox .a i {
        background-size: 80%;
    }

    .team .box .listBox .a:after {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 500px) {
    .team .box .listBox .list {
        width: 80%;
        margin: 0 auto;
        /*min-height: 400px;*/
    }

    .team .box .listBox .list ul li {
        width: 100%;
        margin: 0 auto;
    }

    .team .box .listBox .a.next {
        right: 10px;
    }
}

.contact .box {
    width: 100%;
    position: relative;
}

.contact .box .map {
    width: 50%;
    height: 925px;
    float: right;
    position: relative;
    z-index: 5;
    background: url(../image/Lx_Map.png)no-repeat right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.anchorBL {
    display: none !important;
}

.contact .box .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 13%;
    left: 0;
    z-index: 4;
}

.contact .box .con .conBox {
    width: 33.7%;
}

.contact .box .con .conBox .en {
    color: #b8b8b8;
}

.contact .box .con .conBox .cn {
    margin-top: 3px;
    color: #000;
}

.contact .box .con .conBox .itemBox {
    margin-top: 90px;
}

.contact .box .con .conBox .itemBox .item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 28px;
    padding-bottom: 28px;
    position: relative;
}

.contact .box .con .conBox .itemBox .item .icon {
    width: 40px;
    height: auto;
}

.contact .box .con .conBox .itemBox .item .t {
    color: #000;
    margin-top: 13px;
}

.contact .box .con .conBox .itemBox .item .t1 {
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    margin-top: 7px;
}

.contact .box .con .conBox .itemBox .item .t1 a {
    color: #fe0000;
}


.gwmly {
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 96px;
}

.gwmly .icon {
    width: 69px;
    height: auto;
    margin: 0 auto;
}

.gwmly .tits {
    color: #fff;
    text-align: center;
    margin-top: 23px;
}

.gwmly .tableBox {
    width: 100%;
    height: auto;
    margin-top: 23px;
}

.gwmly .tableBox .t .text {
    width: calc(49.3% - 21px);
    height: 54px;
    padding-left: 19px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 54px;
    color: #6e6e6e;
}

.gwmly .tableBox .txt {
    width: calc(100% - 40px);
    padding: 3px 19px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    height: 134px;
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
    margin-top: 20px;
}

.gwmly .tableBox .submit {
    width: 197px;
    height: 56px;
    background-color: #fe0000;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    margin: 27px auto 0;
    display: block;
    border: none;
}

@media (max-width: 1366px) {
    .contact .box .map {
        height: 680px;
    }

    .contact .box .con .conBox .itemBox {
        margin-top: 50px;
    }

    .contact .box .con .conBox .itemBox .item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact .box .con .conBox .itemBox .item .t1 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 1200px) {
    .contact .box .con .conBox {
        width: 44%;
    }

    .contact .box .con {
        top: 9%;
    }

    .contact .box .con .conBox .itemBox .item .icon {
        height: 30px;
        width: 30px;
    }

    .contact .box .map {
        height: 580px;
    }

    .contact .box .con .conBox .itemBox {
        margin-top: 35px;
    }

    .contact .box .con .conBox .itemBox .item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .gwmly .icon {
        width: 50px;
    }

    .gwmly {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .gwmly .tits {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .contact .box .con .conBox .itemBox .item .t1 {
        font-size: 14px;
    }

    .contact .box .map {
        width: 100%;
        float: none;
        height: 340px;
    }

    .contact .box .con {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact .box .con .conBox {
        width: 100%;
    }

    .contact .box .con .conBox .itemBox {
        margin-top: 15px;
    }

    .contact .box .con .conBox .itemBox .item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: calc(100% - 40px);
        padding-left: 40px;
    }

    .contact .box .con .conBox .itemBox .item .icon {
        position: absolute;
        left: 0;
        top: 4px;
    }

    .contact .box .con .conBox .itemBox .item .t {
        margin-top: 5px;
    }

    .contact .box .con .conBox .itemBox .item .t1 {
        margin-top: 3px;
    }

    .gwmly .icon {
        width: 36px;
    }

    .gwmly {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .gwmly .tits {
        margin-top: 5px;
    }

    .gwmly .tableBox {
        margin-top: 15px;
    }

    .gwmly .tableBox .t .text {
        width: calc(100% - 21px);
        font-size: 14px;
        line-height: 38px;
        height: 38px;
        margin-bottom: 10px;
    }

    .gwmly .tableBox .txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0px;
    }

    .gwmly .tableBox .submit {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
        margin: 10px auto 0;
    }
}


.newsTop {
    width: 100%;
    height: auto;
    background-color: #181818;
    border-top: 1px solid #727272;
    padding: 6% 0 6%;
}

.newsTop .list ul li {
    background-color: #181818;
}
.newsTop .list ul li:not(.swiper-slide-active){
    opacity: 0 !important;
}

.newsTop .list ul li .pic {
    width: 47.8%;
    height: auto;
    float: right;
    position: relative;
}

.newsTop .list ul li .pic a {
    width: 100%;
    height: auto;
    display: block;
}
.newsTop .list ul li .pic a .img{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 75%;
}

.newsTop .list ul li .pic a .tag {
    width: 44px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 32px;
    background-color: #fe0000;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}

.newsTop .list ul li .con {
    width: 37.5%;
    height: auto;
    float: left;
    padding-top: 7.5%;
}

.newsTop .list ul li .con .time {
    font-size: 14px;
    line-height: 14px;
    font-family: Arial;
    color: #737373;
}

.newsTop .list ul li .con .tits {
    display: block;
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    color: #efefef;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

@media (min-width: 1024px) {
    .newsTop .list ul li .con .tits:hover {
        color: #fe0000;
    }
}

.newsTop .list ul li .con .tit {
    font-size: 16px;
    line-height: 24px;
    color: #cdcdcd;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 25px;
}

.newsTop .list ul li .con .more {
    margin-top: 20%;
}

.newsTop .list ul li .con .more i {
    background-image: url('../image/index_icon4.png')
}

.newsTop .list .btns {
    width: 32.2%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    z-index: 10;
    background-color: #181818;
}

.newsTop .list .btns span {
    font-size: 20px;
    line-height: 40px;
    display: block;
    float: left;
    margin-right: 40px;
    color: #8c8c8c;
    cursor: pointer;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
}

.newsTop .list .btns span.swiper-pagination-bullet-active {
    color: #fe0000;
}

.news {
    padding-top: 4.2%;
}

.news .tabs {
    width: 560px;
    height: auto;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    padding: 15px 0;
}

.news .tabs a {
    font-size: 20px;
    line-height: 30px;
    color: #787878;
    display: inline-block;
    margin: 0 27px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.news .tabs a.on {
    background-image: url('../image/banner_icon1.png');
    padding-left: 30px;
    color: #fe0000;
}

.listNews {
    margin-top: 45px;
}
.listNews_list{
    padding-bottom: 7.6%;
}
.listNews ul li {
    width: 22.6%;
    height: auto;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 1%;
}

.listNews ul li:nth-child(4n) {
    margin-right: 0;
}


.listNews ul li a {
    width: 100%;
    height: auto;
    display: block;
}

.listNews ul li a .pic {
    overflow: hidden;
}


.listNews ul li a .pic .img {
    transition: transform 1.5s;
    width: 100%;
    padding-top: 66%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.listNews ul li a .time {
    font-size: 28px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 26px;
}
.listNews ul li a .time span{
    font-size: 16px;
    margin-left: 20px;
}
.listNews ul li a .tits {
    width: 400px;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    /*color: #464646;*/
    /*margin-top: 12px;*/
    margin-top: -40px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #ffff;
}
.listNews ul li a .cots{
    font-size: 14px;
    line-height: 2;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.listNews ul li a .more {
    margin-top: 30px;
}

.listNews ul li:hover a .pic img {
    transform: scale(1.1);
}

.listNews ul li:hover a .tits {
    color: #fe0000;
}


.listNews .moreClick {
    width: 115px;
    display: block;
    margin: 0 auto 0;
    color: #242424;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

.listNews .moreClick:after {
    width: 100%;
    height: 5px;
    background-color: #fe0000;
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    z-index: 3;
}

.moreClick span {
    padding-left: 36px;
    background-image: url('../image/jz.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 4;
}

@media (max-width: 1366px) {
    /*.newsTop .list ul li .con .tits {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }*/

    /*.newsTop .list ul li .con .tit {
        font-size: 16px;
        line-height: 26px;
        height: 78px;
    }*/

    .newsTop .list ul li .con {
        padding-top: 7%;
    }

    .newsTop .list ul li .con .more {
        margin-top: 10%;
    }

    .newsTop .list .btns span {
        margin-right: 30px;
        font-size: 20px;
    }

    /*.listNews ul li a .tits {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
    }*/

    .news .tabs a {
        font-size: 20px;
    }

    .news .tabs {
        padding: 10px 0;
    }

    .listNews ul li {
        margin-bottom: 45px;
    }

    .listNews .moreClick {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .newsTop .list .btns span {
        margin-right: 20px;
    }

    .newsTop .list ul li .con .tits {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }
    /*
        .listNews ul li a .tits {
            font-size: 18px;
        }*/

    .listNews ul li {
        margin-bottom: 30px;
    }

    .news .tabs a {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .newsTop .list ul li .con .tits {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .newsTop .list ul li .con .tit {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
        margin-top: 10px;
    }

    .newsTop .list ul li .con {
        width: 49%;
    }

    .listNews {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .newsTop .list ul li .pic {
        width: 100%;
        float: none;
    }

    .newsTop .list ul li .con {
        width: 100%;
        float: none;
        padding-top: 15px;
    }

    .newsTop .list .btns {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    .newsTop .list .btns span {
        font-size: 14px;
        line-height: 32px;
        float: none;
        margin: 0 10px;
        display: inline-block;
    }

    .newsTop .list ul li .con .more {
        margin-top: 20px;
    }

    .newsTop .list ul li .pic a .tag {
        width: 45px;
        line-height: 36px;
        font-size: 12px;
        height: 36px;
        left: 10px;
    }

    .news .tabs a {
        font-size: 14px;
        line-height: 24px;
        background-size: 16px;
    }

    .news .tabs a.on {
        padding-left: 24px;
    }

    .news .tabs {
        width: 80%;
        padding: 5px 0;
    }

    .listNews ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

    .listNews ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .listNews ul li:nth-child(2n) {
        margin-right: 0;
    }

    .listNews ul li a .time {
        margin-top: 10px;
        font-size: 16px;
        line-height: 12px;
    }
    .listNews ul li a .time span{
        font-size: 14px;
    }
    .listNews ul li a .tits {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .listNews ul li a .more {
        margin-top: 15px;
    }

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

    .moreClick span {
        background-size: auto 100%;
    }

    .listNews .moreClick:after {
        height: 2px;
    }
    .listNews ul li a .cots{
        font-size: 12px;
    }
}


.infoBottom {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding-top: 4.5%;
}

.infoBottom .title {
    width: 100%;
    position: relative;
    text-align: center;
}

.infoBottom .title span {
    color: #000;
    position: relative;
}

.infoBottom .title span:after {
    width: 65px;
    height: 1px;
    background-color: #b3b3b3;
    position: absolute;
    left: -100px;
    top: 32px;
    content: '';
}

.infoBottom .title span:before {
    width: 65px;
    height: 1px;
    background-color: #b3b3b3;
    position: absolute;
    right: -100px;
    top: 32px;
    content: '';
}

.infoBottom .title a {
    width: 106px;
    height: 42px;
    background-color: #fe0000;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
}

.infoBottom .listNews {
    margin-top: 40px;
    padding-bottom: 30px;
}

.info .infoTop {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding-top: 28px;
    padding-bottom: 45px;
}

.info .infoTop .tits {
    width: 665px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f30;
    text-align: center;
}

.info .infoTop .tags {
    width: 100%;
    height: auto;
    margin: 25px auto 0;
    text-align: center;
}
.info .infoTop .cpintro{
    width: 100%;
    height: auto;
    margin: 25px auto 0;
    text-align: center;
    color: #737373;
    font-size: 14px;
}

.info .infoTop .tags .t {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    margin: 0 20px;
    display: inline-block;
}

.info .infoTop .tags .t:last-child {
    /*margin-right: 0;*/
}

.info .infoTop .tags .t span {
    color: #666;
}

.info .infoTop .tags .t i {
    float: left;
}

.info .infoTop .tags .t a {
    width: 30px;
    height: 30px;
    opacity: 1;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info .infoTop .tags .t a.bds_weixin {
    background-image: url('../image/wx1.png');
}

.info .infoTop .tags .t a.bds_tsina {
    background-image: url('../image/wb1.png');
    margin-right: 7px;
}

.info .content {
    padding-bottom: 100px;
}

.info .content .con {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding-top: 52px;
    padding-bottom: 48px;
    border-bottom: 1px solid #eaeaea;
}

.info .content .con img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.info .content .share {
    width: 195px;
    height: auto;
    margin: 33px auto 0;
}

.info .content .share i {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-right: 10px;
}

.info .content .share a {
    float: left;
    width: 30px;
    height: 30px;
    opacity: 1;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info .content .share a.bds_weixin {
    background-image: url('../image/wx1.png');
}

.info .content .share a.bds_tsina {
    background-image: url('../image/wb1.png');
    margin-right: 15px;
}

@media (max-width: 1620px) {
    /*.info .infoTop .tits {
        line-height: 40px;
    }*/

    .infoBottom .title span:before {
        top: 26px;
    }

    .infoBottom .title span:after {
        top: 26px;
    }
}

@media (max-width: 1366px) {
    /*.info .infoTop .tits {
        line-height: 40px;
    }*/

    .info .content .con {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .info .content {
        padding-bottom: 80px;
    }

    .infoBottom .listNews {
        margin-top: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .info .infoTop .tags .t {
        font-size: 14px;
    }

    .info .infoTop .tits {
        line-height: 30px;
    }

    .info .content .share a {
        width: 36px;
        height: 36px;
    }

    .info .content .share a.bds_tsina {
        margin-right: 20px;
    }

    .info .content .share i {
        line-height: 36px;
    }

    .info .content .share {
        width: 159px;
    }

    .info .content {
        padding-bottom: 60px;
    }

    .infoBottom .title span:before {
        top: 18px;
        right: -75px;
    }

    .infoBottom .title span:after {
        top: 18px;
        left: -75px;
    }

    .infoBottom .title a {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .info .content .con {
        font-size: 14px !important;
        line-height: 24px;
    }

    .info .content .con p {
        font-size: 14px !important;
    }

    .info .content .con {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .info .infoTop .tits{
        font-size: 16px;
    }
    .info .infoTop .tags .t {
        font-size: 12px;
        line-height: 20px;
        margin: 0 10px;
    }

    .info .infoTop .tags .t a {
        width: 20px;
        height: 20px;
    }

    .info .infoTop .tags {
        width: 336px;
        margin: 10px auto 0;
    }

    .info .infoTop .tits {
        line-height: 22px;
    }

    .info .infoTop {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .info .content .share {
        margin: 15px auto 0;
    }

    .info .content {
        padding-bottom: 20px;
    }

    .info .content .share a {
        width: 30px;
        height: 30px;
    }

    .info .content .share a.bds_tsina {
        margin-right: 10px;
    }

    .info .content .share i {
        line-height: 30px;
        font-size: 12px;
    }

    .info .content .share {
        width: 128px;
    }

    .infoBottom .listNews ul li:last-child {
        display: none;
    }

    .infoBottom .listNews {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .infoBottom .title span:before {
        top: 11px;
        right: -40px;
        width: 30px;
    }

    .infoBottom .title span:after {
        top: 11px;
        width: 30px;
        left: -40px;
    }

    .infoBottom .title a {
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        bottom: -6px;
    }
    .infoBottom .title span{
        font-size: 16px;
        line-height: 18px;
    }
}

.team.culture .box {
    padding-top: 0;
    padding-bottom: 4.5%;
}

.culture .box .boxLeft {
    float: left;
}

.culture .box .boxLeft.item {
    width: 32.2%;
    height: 795px;
}

.culture .box .item {
    background-color: #f7f7f7;
    text-align: center;
}

.culture .box .item .itemNew .icon {
    width: 100%;
    height: auto;
    position: relative;
}

.culture .box .boxLeft.item .itemNew {
    padding-top: 40%;
}

.culture .box .boxLeft.item .itemNew .icon {
    height: 63px;
}

.culture .box .item .itemNew .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.culture .box .item .itemNew .icon img.img1 {
    display: block;
}

.culture .box .item .itemNew .icon img.img2 {
    display: none;
}

.culture .box .item .itemNew .line {
    width: 188px;
    height: 1px;
    background-color: #b4b4b4;
    margin: 29px auto 0;
}

.culture .box .item .itemNew .tits {
    margin-top: 15px;
    transition: font .5s;
}

.culture .box .item .itemNew .en {
    font-size: 20px;
    line-height: 22px;
    color: #a2a2a2;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 13px;
    transition: all .5s;
}

.culture .box .item .itemNew .line1 {
    width: 107px;
    height: 1px;
    margin: 24px auto 0;
    background-color: #fff;
    opacity: 0.4;
    display: none;
}

.culture .box .item .itemNew .tit {
    width: 80%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: none;
}
.culture .box .item .itemNew .tit1{
    width: 80%;
    margin: 25px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: none;
}
.culture .box .item .itemNew .tit1 .t{
    margin-bottom: 25px;
}
.culture .box .item .itemNew .tit1 .t .tt1{
    font-size: 32px;
    line-height: 32px;
}
.culture .box .item .itemNew .tit1 .t .line2{
    width: 107px;
    height: 1px;
    margin: 15px auto;
    opacity: 0.4;
    background-color: #fff;
}

.culture .box .boxRight {
    width: 67.8%;
    float: left;
}

.culture .box .boxRight .item {
    width: calc(50% - 20px);
    margin-left: 20px;
    float: left;
    margin-bottom: 25px;
    height: 385px;
}

.culture .box .boxRight .item .itemNew {
    padding-top: 19.8%;
}

.culture .box .boxRight .item .itemNew .icon {
    height: 45px;
}


@media (min-width: 1024px) {
    .culture .box .item:hover {
        background-color: #fe0000;
    }

    .culture .box .item:hover .itemNew .icon img.img1 {
        display: none;
    }

    .culture .box .item:hover .itemNew .icon img.img2 {
        display: block;
    }

    .culture .box .item:hover .itemNew .tits {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        margin-top: 20px;
    }
    .culture .box .item.boxLeft:hover .itemNew .tits{
        display: none;
    }

    .culture .box .item:hover .itemNew .tit {
        display: block;
    }

    .culture .box .item:hover .itemNew .line {
        display: none;
    }

    .culture .box .item:hover .itemNew .line1 {
        display: block;
    }
    .culture .box .item.boxLeft:hover .itemNew .line1{
        display: none;
    }
    .culture .box .item:hover .itemNew .tit1{
        display: block;
    }
    .culture .box .item:hover .itemNew .en {
        display: none;
    }
}

@media (max-width: 1620px) {
    .culture .box .item:hover .itemNew .tits {
        font-size: 28px;
        line-height: 28px;
    }
    .culture .box .item .itemNew .tit1 .t .tt1{
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 1366px) {
    .culture .box .item:hover .itemNew .tits {
        font-size: 26px;
        line-height: 26px;
    }
    .culture .box .item .itemNew .tit1 .t .tt1{
        font-size: 26px;
        line-height: 26px;
    }
    .culture .box .boxRight .item {
        height: 330px;
    }

    .culture .box .item .itemNew .en {
        font-size: 20px;
        line-height: 20px;
    }

    .culture .box .boxLeft.item {
        height: 685px;
    }

    .team .content .txt {
        font-size: 16px;
        line-height: 26px;
    }

    .culture .box .item .itemNew .tit {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1200px) {
    .culture .box .item:hover .itemNew .tits {
        font-size: 26px;
        line-height: 26px;
    }
    .culture .box .item .itemNew .tit1 .t .tt1{
        font-size: 26px;
        line-height: 26px;
    }

    .culture .box .boxRight .item {
        height: 260px;
    }

    .culture .box .boxLeft.item {
        height: 545px;
    }

    .culture .box .boxRight .item .itemNew {
        padding-top: 13%;
    }

    .culture .box .item .itemNew .en {
        font-size: 18px;
        line-height: 18px;
    }

    .team .content .txt {
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .culture .box .item .itemNew .line {
        max-width: 70%;
        margin: 20px auto 0;
    }

    .culture .box .item .itemNew .tit {
        display: block;
        color: #666;
    }

    .culture .box .item:hover .itemNew .tits {
        font-size: 20px;
        line-height: 20px;
    }
    .culture .box .item .itemNew .tit1 .t .tt1{
        font-size: 20px;
        line-height: 20px;
    }

    .culture .box .item .itemNew .en {
        font-size: 16px;
        line-height: 16px;
    }
    .culture .box .item .itemNew .tit1{
        display: block;
        color: #666;
    }
    .culture .box .item .itemNew .tit1 .t .line2{
        display: none;
    }
}

@media (max-width: 768px) {
    .culture .box .item:hover .itemNew .tits {
        font-size: 16px;
        line-height: 16px;
    }
    .culture .box .item .itemNew .tit1{
        width: 100%;
        height: auto;
    }
    .culture .box .item .itemNew .tit1 .t{
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }
    .culture .box .item .itemNew .tit1 .t .tt1{
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
        color: #000;
    }
    .culture .box .item .itemNew .tit1 .t .tt2{
        font-size: 14px;
        line-height: 25px;
        color: #666;
        margin-top: 5px;
    }

    .team .content .txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }

    .culture .box .item .itemNew .en {
        font-size: 14px;
        line-height: 14px;
    }

    .culture .box .item .itemNew .tit {
        font-size: 14px;
        line-height: 14px;
    }

    .culture .box .boxLeft.item {
        width: 100%;
        float: none;
        height: auto;
    }

    .culture .box .boxLeft.item .itemNew {
        padding-top: 5%;
        padding-bottom: 8%;
    }

    .culture .box .boxLeft.item .itemNew .icon {
        height: 35px;
    }

    .culture .box .item .itemNew .line {
        margin: 10px auto 0;
    }

    .culture .box .item .itemNew .tits {
        margin-top: 10px;
    }
    .culture .box .item.boxLeft .itemNew .tits{
        display: none;
    }

    .culture .box .boxRight {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .culture .box .boxRight .item {
        height: auto;
        padding-bottom: 8%;
        margin-bottom: 10px;
        width: 48.5%;
        margin-right: 3%;
        margin-left: 0;
    }

    .culture .box .boxRight .item:nth-child(2n) {
        margin-right: 0;
    }

    .culture .box .boxRight .item .itemNew .icon {
        height: 26px;
    }

    .culture .box .item .itemNew .tit {
        margin: 5px auto 0;
    }

    .culture .box .item .itemNew .en {
        margin-top: 5px;
    }
    .culture .box .item .itemNew .tit1 .t{
        font-size: 14px;
        line-height: 20px;
    }
}


.join .title {
    text-align: center;
}

.join .title .en {
    color: #b6b6b6;
    text-transform: uppercase;
}

.join .title .cn {
    color: #0d0d0d;
    margin-top: 3px;
}

.jzg {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding-top: 4.3%;
    padding-bottom: 4.4%;
}

.jzg .list {
    margin-top: 68px;
}

.jzg .list ul li {
    width: 22.8%;
    float: left;
    margin-right: 2.9%;
    text-align: center;
}

.jzg .list ul li:last-child {
    margin-right: 0;
}

.jzg .list ul li .tits {
    color: #000;
    margin-top: 42px;
}

.jzg .list ul li .line {
    width: 107px;
    height: 1px;
    margin: 25px auto 0;
    background-color: #c2c2c2;
}

.jzg .list ul li .tit {
    font-size: 16px;
    line-height: 20px;
    color: #787878;
    margin-top: 16px;
}

@media (max-width: 1366px) {
    .jzg .list {
        margin-top: 45px;
    }

    .jzg .list ul li .tits {
        margin-top: 35px;
    }

    .jzg .list ul li .line {
        margin: 18px auto 0;
    }
}

@media (max-width: 1200px) {
    .jzg .list {
        margin-top: 30px;
    }

    .jzg .list ul li .tits {
        margin-top: 20px;
    }

    .jzg .list ul li .line {
        margin: 10px auto 0;
    }

    .jzg .list ul li .tit {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .jzg .list ul li .tit {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 680px) {
    .jzg .list ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

    .jzg .list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .jzg .list ul li .tits {
        margin-top: 10px;
    }

    .jzg .list ul li .tit {
        font-size: 12px;
        line-height: 14px;
    }

    .jzg .list {
        margin-top: 20px;
    }
}

.gsfl {
    padding-top: 4%;
    padding-bottom: 4.2%;
}

.gsfl .listBox {
    margin-top: 38px;
}

.gsfl .listBox .listBig {
    position: relative;
}

.gsfl .listBox .listBig .gallery-top ul li {
    float: left;
}

.gsfl .listBox .gallery-thumbs {
    width: 100%;
    margin-top: 20px;
}

.gsfl .listBox .gallery-thumbs ul li {
    width: 11.9%;
    margin-right: 0.68%;
    float: left;
    position: relative;
    cursor: pointer;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 9.2%;
}

.gsfl .listBox .gallery-thumbs ul li:last-child {
    margin-right: 0;
}

.gsfl .listBox .gallery-thumbs ul li img {
    opacity: 0.4;
    transition: opacity .5s;
}

.gsfl .listBox .gallery-thumbs ul li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.6);
}

.gsfl .listBox .gallery-thumbs ul li .tits {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    bottom: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    transform: translateY(30px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
    color: #fff;
}

.gsfl .listBox .gallery-thumbs ul li.swiper-slide-thumb-active .tits {
    transform: translateY(0);
    opacity: 1;
}

.gsfl .listBox .gallery-thumbs ul li.swiper-slide-thumb-active img {
    opacity: 1;
}

.gsfl .listBox .gallery-thumbs ul li.swiper-slide-thumb-active .bg {
    background: none;
    /*background-image: url('../image/join_bg1.png');*/
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media (min-width: 1024px) {
    .gsfl .listBox .gallery-thumbs ul li:hover .tits {
        transform: translateY(0);
        opacity: 1;
    }

    .gsfl .listBox .gallery-thumbs ul li:hover img {
        opacity: 1;
    }

    .gsfl .listBox .gallery-thumbs ul li:hover .bg {
        background: none;
        /*background-image: url('../image/join_bg1.png');*/
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

.listBig {
    position: relative;
}

.listBig .a {
    width: 50px;
    height: 33px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

.listBig .a i {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../image/left.png');
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: left .5s;
}

.listBig .a.prev {
    left: -83px;
}

.listBig .a.next {
    right: -83px;
}

.listBig .a.prev i {
    background-image: url('../image/left.png');
    background-position: right center;
}

.listBig .a.next i {
    background-image: url('../image/right.png');
}

.listBig .a:after {
    width: 33px;
    height: 33px;
    content: '';
    background-color: #fe0000;
    position: absolute;
    top: 0;
    z-index: 1;
}

.listBig .a.prev:after {
    left: 0;
}

.listBig .a.next:after {
    right: 0;
}

@media (min-width: 1024px) {
    .listBig .a.prev:hover i {
        left: -10px;
    }

    .listBig .a.next:hover i {
        left: 10px;
    }
}

@media (max-width: 1620px) {
    .listBig .a.prev {
        left: -50px;
    }

    .listBig .a.next {
        right: -50px;
    }
}

@media (max-width: 1260px) {
    .listBig .a.prev {
        left: -10px;
    }

    .listBig .a.next {
        right: -10px;
    }

    .gsfl .listBox .gallery-thumbs ul li .tits {
        font-size: 14px;
        line-height: 16px;
    }

    .gsfl .listBox {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .gsfl .listBox .gallery-thumbs {
        margin-top: 10px;
    }

    .gsfl .listBox .gallery-thumbs ul li .tits {
        font-size: 12px;
        line-height: 14px;
        bottom: 5px;
    }
    .gsfl .listBox .gallery-thumbs ul li .bg{
        background: none;
        /*background-image: url('../image/join_bg1.png');*/
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .listBig .a {
        height: 24px;
        width: 34px;
        margin-right: 15px;
    }

    .listBig .a i {
        background-size: 80%;
    }

    .listBig .a:after {
        width: 24px;
        height: 24px;
    }

    .listBig .a.next {
        right: -26px;
    }
}

.gg {
    width: 100%;
    height: auto;
    position: relative;
}

.gg .tits {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hr {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding-top: 65px;
    padding-bottom: 30px;
}

.hr ul li {
    width: 48.6%;
    float: left;
    margin-right: 2.8%;
    margin-bottom: 2.8%;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 8%;
}

.hr ul li:nth-child(2n) {
    margin-right: 0;
}

.hr ul li .tags {
    font-size: 16px;
    line-height: 22px;
    color: #787878;
    margin-top: 10px;
}

.hr ul li .tags span {
    margin: 0 10px;
}

.hr ul li .tags span i {
    color: #1a1a1a;
}

.hr ul li .tags span .img1 {
    display: inline-block;
}

.hr ul li .tags span .img2 {
    display: none;
}

@media (min-width: 1024px) {
    .hr ul li:hover {
        background-color: #fe0000;
    }

    .hr ul li:hover .tits {
        color: #fff;
    }

    .hr ul li:hover .tags {
        color: #fff;
    }

    .hr ul li:hover .tags span i {
        color: #fff;
    }

    .hr ul li:hover .tags span .img2 {
        display: inline-block;
    }

    .hr ul li:hover .tags span .img1 {
        display: none;
    }
}

@media (max-width: 1366px) {
    .hr ul li {
        padding: ;
    }
}

@media (max-width: 1200px) {
    .hr ul li .tags {
        font-size: 14px;
    }

    .hr {
        padding-top: 30px;
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .hr ul li .tags {
        font-size: 12px;
        line-height: 18px;
    }

    .hr ul li .tags span {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .hr {
        padding-top: 10px;
    }
}

.tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.tk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

.tk .box {
    width: 1200px;
    max-width: 92%;
    height: 540px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tk .box .close {
    width: 50px;
    height: 50px;
    background-color: #fe0000;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/close.png')
}

.tk .box .box-new {
    padding: 60px 30px 0;
}

.tk .box .box-new .conLeft {
    width: 40%;
    float: left;
}

.tk .box .box-new .conLeft .tits {
    color: #fe0000;
}

.tk .box .box-new .conLeft .tags {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    margin-top: 17px;
}

.tk .box .box-new .conLeft .tags span {
    margin-right: 20px;
}

.tk .box .box-new .conLeft a {
    width: 126px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    display: block;
    background-color: #fe0000;
    margin-top: 110px;
}

.tk .box .box-new .conRight {
    width: 55%;
    float: right;
    height: 430px;
    overflow: hidden;
}

.tk .box .box-new .conRight .t {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 8px;
}

.tk .box .box-new .conRight .t1 {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 32px;
}

.tk .box .box-new .conRight .t1:last-child {
    margin-bottom: 0;
}

@media (max-width: 1366px) {
    .tk .box {
        height: 480px;
    }

    .tk .box .box-new {
        padding: 40px 30px 0;
    }

    .tk .box .box-new .conRight {
        height: 380px;
    }

    .tk .box .box-new .conLeft .tags {
        font-size: 14px;
        line-height: 16px;
    }

    .tk .box .box-new .conRight .t {
        font-size: 18px;
        line-height: 18px;
    }

    .tk .box .box-new .conRight .t1 {
        font-size: 14px;
        line-height: 24px;
    }

    .tk .box .box-new .conLeft a {
        width: 110px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-top: 60px;
    }
}

@media (max-width: 900px) {
    .tk .box {
        height: 490px;
    }

    .tk .box .box-new .conLeft {
        width: 100%;
        float: none;
        position: relative;
    }

    .tk .box .box-new .conLeft .tags {
        font-size: 12px;
        line-height: 14px;
    }

    .tk .box .box-new .conRight {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .tk .box .box-new {
        padding: 20px 15px 0;
    }

    .tk .box .box-new .conLeft a {
        position: absolute;
        top: -10px;
        right: 0;
        width: 75px;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        margin-top: 0px;
    }

    .tk .box .close {
        width: 30px;
        height: 30px;
        top: -30px;
    }

    .tk .box .box-new .conRight .t {
        font-size: 16px;
        line-height: 16px;
    }

    .tk .box .box-new .conRight .t1 {
        font-size: 12px;
        line-height: 22px;
    }

    .tk .box .box-new .conLeft .tags span {
        margin-right: 5px;
    }
}


.project {
    width: 100%;
    height: auto;
}

.project ul li {
    width: 100%;
    height: 353px;
    border-bottom: 1px solid #fff;
    position: relative;
    transition: height 1s;
    overflow: hidden;
    cursor: pointer;
}

.project ul li:last-child {
    border-bottom: none;
}

.project ul li .logo {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #ffffff;
}

.project ul li.on {
    height: calc(100vh - 80px);
}

.project ul li.on .logo {
    display: none
}

.project ul li.on .con {
    bottom: 5%;
    opacity: 1;
    z-index: 2;
    transition: bottom .5s 0.5s, opacity 0.5s 0.5s;
}

.project ul li .con {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 1%;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.project ul li .con .tits {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.project ul li .con .tit {
    font-size: 16px;
    width: 940px;
    text-align: center;
    max-width: 92%;
    margin: 30px auto 0;
    color: #d5d5d5;
}

.project ul li .con .tabs {
    width: 720px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    margin: 4% auto 0;
    max-width: 80%;
}

.project ul li .con .tabs a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin: 0 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.project ul li .con .tabs a.on {
    padding-left: 20px;
    background-image: url('../image/banner_icon1.png');
    color: #fe0000;
}

.project ul li .con .list {
    width: 100%;
    height: auto;
    margin-top: 3%;
}

.project ul li .con .list .item {
    display: none;
}

.project ul li .con .list .item.show {
    display: block;
}

.project ul li .con .list .item dl dd {
    width: 18%;
    float: left;
    margin-right: 1%;
    position: relative;
}

.project ul li .con .list .item dl dd:last-child {
    margin-right: 0;
}
.project ul li .con .list .item dl dd a .img{
    width: 100%;
    height: auto;
    padding-top: 75%;
    background-position: center top;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%!important;
}
.project ul li .con .list .item dl dd a .more {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.project ul li .con .list .item dl dd a .more i {
    /*background-image: url('../image/index_icon4.png');*/
}

.project ul li .con .list .item dl dd:hover a .more {
    opacity: 1;
}

.project ul li .con .tit1 {
    text-align: center;
}

.project ul li .con .tit1 .more {
    margin: 2.5% auto 0;
}

.project ul li .con .tit1 .more i {
    /*background-image: url('../image/index_icon4.png');*/
}

.project ul li .con .tit1 p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-top: 14px;
}

/*@media (max-width: 1620px) {
    .project ul li .con .tits {
        font-size: 52px;
        line-height: 52px;
    }
}*/

@media (max-width: 1366px) {
    /*.project ul li .con .tits {
        font-size: 40px;
        line-height: 40px;
    }*/

    .project ul li .con .tabs {
        padding: 15px 0;
    }

    .project ul li .con .tabs a {
        font-size: 20px;
    }
}

/*@media (max-width: 1260px) {
    .project ul li.on {
        height: calc(100vh - 90px);
    }
}*/

@media (max-width: 1200px) {
    .project ul li .con .tit {
        margin: 20px auto 0;
        font-size: 16px;
    }

    .project ul li .con .tabs {
        padding: 10px 0;
        margin: 3% auto 0;
    }

    .project ul li .con .tabs a {
        font-size: 18px;
    }

    .project ul li .con .tit1 p {
        font-size: 16px;
        line-height: 18px;
    }

    .project ul li .con .tits {
        font-size: 28px;
        line-height: 28px;
    }

    .project ul li {
        height: 280px;
    }
}

@media (max-width: 1024px) {
    .project ul li.on {
        height: calc(100vh - 50px);
    }
}

@media (max-width: 768px) {
    .project ul li .con .tabs {
        padding: 5px 0;
    }

    .project ul li .con .tabs a {
        font-size: 13px;
        line-height: 24px;
        background-size: 16px;
        margin: 0 10px;
    }

    .project ul li .con .tabs a.on {
        padding-left: 20px;
    }

    .project ul li .con .tits {
        font-size: 20px;
        line-height: 20px;
    }

    .project ul li .con .tit {
        font-size: 12px;
        margin: 15px auto 0;
    }

    .project ul li .con .tit1 p {
        font-size: 12px;
        margin-top: 5px;
    }

    .project ul li {
        height: 180px;
    }

    .project ul li .logo img {
        width: 180px;
    }

    .project ul li:nth-child(3) .logo img {
        width: 120px;
    }
}

.projectInfo {
    width: 100%;
    height: 100vh;
    background-color: #000;
}

.projectInfo .content{
    width: 100%;
    height: 68vh;
    padding: 65px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.projectInfo .content .bg{
    width: 63%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #212121;
}
.projectInfo .content .gallery-top{
    width: 48.125%;
    height: 68vh;
    float: right;
    margin-right: 13%;
}
.projectInfo .content .gallery-top ul{
    width: 100%;
    height: 100%;
    position: relative;
}
.projectInfo .content .gallery-top ul li{
    width: 68%;
    height: 68%;
    position: absolute;
    z-index: 1;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
    right: 0;
    transition: width 0.5s,opacity .5s,transform .5s,height .5s;
    opacity: 0;
}
/*.projectInfo .content .gallery-top ul li:after{
    width: 50%;
    height: 100%;
    background-color: #212121;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.projectInfo .content .gallery-top ul li:before{
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}*/
.projectInfo .content .gallery-top ul li .icon{
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-size: cover;
    background-position: center;
    background-image: url('../img/fa.png');
    z-index: 5;
    display: none;
}
.projectInfo .content .gallery-top ul li img{
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    margin: auto;
    height: 100%;
    z-index: 2;
}
.projectInfo .content .gallery-top ul li:nth-child(1){
    z-index: 2;
}
.projectInfo .content .gallery-top ul li.on{
    width: 100%;
    height: 100%;
    z-index: 6;
    opacity: 1;
    cursor: pointer;
    background: none;
}
.projectInfo .content .gallery-top ul li.on .icon{
    display: block;
}
.projectInfo .content .gallery-top ul li.pre{
    width: 80.5%;
    height: 80.5%;
    opacity: 0.2;
    right: 7%;
    z-index: 3;
    background: none;
}
.projectInfo .content .gallery-top ul li.nex{
    width: 80.5%;
    height: 80.5%;
    opacity: 0.5;
    right: -7%;
    z-index: 5;
    background: none;
}
.projectInfo .content .gallery-top ul li.nex img{
    transform: translate(0);
    right: 0;
}
.projectInfo .content .gallery-top ul li.nNext{
    width: 68%;
    height: 68%;
    opacity: 0.2;
    right: -13.4%;
    z-index: 4;
    background: none;
}
.projectInfo .content .gallery-top ul li.nNext img{
    transform: translate(0);
    right: 0;
}

.projectInfo .content .con {
    width: 26%;
    height: auto;
    position: absolute;
    left: 6.8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.projectInfo .content .con .tits {
    color: #fff;
    /*line-height: 53px;*/
    font-size: 26px;
    line-height: 32px;
}

.projectInfo .content .con .txt {
    font-size: 16px;
    line-height: 26px;
    min-height: 150px;
    color: #fff;
    opacity: 0.8;
    margin-top: 40px;
}

.projectInfo .content .con .btns {
    margin-top: 25px;
}

.projectInfo .content .con .btns a {
    width: 50px;
    height: 33px;
    float: left;
    margin-right: 40px;
    position: relative;
}

.projectInfo .content .con .btns a i {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../image/index_icon4.png');
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: left .5s;
}

.projectInfo .content .con .btns a.prev i {
    transform: rotateY(-180deg);
}

.projectInfo .content .con .btns a:after {
    width: 33px;
    height: 33px;
    content: '';
    background-color: #fe0000;
    position: absolute;
    top: 0;
    z-index: 1;
}

.projectInfo .content .con .btns a.prev:after {
    left: 0;
}

.projectInfo .content .con .btns a.next:after {
    right: 0;
}

@media (min-width: 1024px) {
    .projectInfo .content .con .btns a.prev:hover i {
        left: -10px;
    }

    .projectInfo .content .con .btns a.next:hover i {
        left: 10px;
    }
}

@media (max-width: 1366px) {
    /*.projectInfo .content .con .tits {
        line-height: 42px;
    }*/

    .projectInfo .content .con .txt {
        font-size: 16px;
        line-height: 26px;
        margin-top: 30px;
        min-height: 120px;
    }
}

@media (max-width: 1024px) {
    .projectInfo .content .con .txt {
        font-size: 14px;
        line-height: 24px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .projectInfo .content .con .tits {
        line-height: 24px;
        font-size: 18px;
    }

    .projectInfo .content .con {
        width: 90%;
        position: relative;
        margin: 0 auto 0;
        top: auto;
        left: auto;
        transform: translate(0);
        padding: 5% 0;
    }

    .projectInfo .content .con .txt {
        opacity: 1;
        margin-top: 15px;
    }

    .projectInfo .content .con .btns a {
        height: 24px;
        width: 34px;
        margin-right: 15px;
    }

    .projectInfo .content .con .btns a i {
        background-size: 80%;
    }

    .projectInfo .content .con .btns a:after {
        width: 24px;
        height: 24px;
    }
    .projectInfo{
        height: auto;
        min-height: 100vh;
    }
    .projectInfo .content{
        height: auto;
        padding: 0;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .projectInfo .content .gallery-top{
        width: 100%;
        height: 50vh;
        float: none;
    }
    .projectInfo .content .bg{
        display: none;
    }
    .projectInfo .content .gallery-top ul li:after{
        background-color: #000;
    }
}

.return {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 11.2%;
    background-color: #fe0000;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/close1.png');
    z-index: 40;
}

@media (max-width: 1366px) {
    .return {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 1200px) {
    .return {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1024px) {
    .return {
        width: 35px;
        height: 35px;
        right: 0;
        background-size: 12px;
    }
}

@keyframes myfirst {
    0% {
        opacity: 1;
        bottom: 40px;
    }
    50% {
        opacity: 0;
        bottom: 20px;
    }
    100% {
        opacity: 1;
        bottom: 40px;
    }
}

@-moz-keyframes myfirst {
    0% {
        opacity: 1;
        bottom: 40px;
    }
    50% {
        opacity: 0;
        bottom: 20px;
    }
    100% {
        opacity: 1;
        bottom: 40px;
    }
}

@-webkit-keyframes myfirst {
    0% {
        opacity: 1;
        bottom: 40px;
    }
    50% {
        opacity: 0;
        bottom: 20px;
    }
    100% {
        opacity: 1;
        bottom: 40px;
    }
}

@-o-keyframes myfirst {
    0% {
        opacity: 1;
        bottom: 40px;
    }
    50% {
        opacity: 0;
        bottom: 20px;
    }
    100% {
        opacity: 1;
        bottom: 40px;
    }
}


.partner {
    width: 100%;
    height: auto;
    padding-top: 4%;
    padding-bottom: 60px;
}

.partner .con {
    text-align: center;
}

.partner .con .en {
    color: #b9b9b9;
}

.partner .con .cn {
    color: #0d0d0d;
    margin-top: 3px;
}

.partner .con .txt {
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    margin-top: 34px;
}

.partner .list {
    position: relative;
    margin-top: 5%;
}

.partner .list .list-new {
    width: 100%;
    height: auto;
}

.partner .list .list-new ul li dl dd {
    height: 195px;
    width: calc(24.2% - 2px);
    float: left;
    margin-right: 1.06%;
    margin-bottom: 16px;
    border: 1px solid #dedede;
    position: relative;
    margin-top: 0 !important;
}

.partner .list .list-new ul li dl dd img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.partner .list .list-new ul li dl dd:nth-child(4n) {
    margin-right: 0;
}

.partner .list .list-new .btns {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    margin-top: 25px;
}

.partner .list .list-new .btns span {
    width: 13px;
    height: 20px;
    background: none;
    background-image: url('../image/icon1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
    cursor: pointer;
    margin: 0 6px;
    transition: width .5s;
}

.partner .list .list-new .btns span.swiper-pagination-bullet-active {
    width: 20px;
    background-image: url('../image/banner_icon_h.png');
}

.partner .list .a {
    width: 50px;
    height: 33px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
}

.partner .list a i {
    width: 100%;
    height: 100%;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: left .5s;
}

.partner .list .a.prev i {
    background-image: url('../image/left.png');
    left: 12px;
}

.partner .list .a.next i {
    background-image: url('../image/right.png');
}

.partner .list .a.prev {
    left: -90px;
}

.partner .list .a.next {
    right: -90px;
}

.partner .list .a:after {
    width: 33px;
    height: 33px;
    content: '';
    background-color: #fe0000;
    position: absolute;
    top: 0;
    z-index: 1;
}

.partner .list a.prev:after {
    left: 0;
}

.partner .list a.next:after {
    right: 0;
}

@media (min-width: 1024px) {
    .partner .list .a.prev:hover i {
        left: 2px;
    }

    .partner .list .a.next:hover i {
        left: 10px;
    }
}

@media (max-width: 1650px) {
    .partner .list .a.prev {
        left: -50px;
    }

    .partner .list .a.next {
        right: -50px;
    }
}

@media (max-width: 1200px) {
    .partner .con .txt {
        font-size: 16px;
        line-height: 26px;
    }

    .partner .list .a.prev {
        left: -10px;
    }

    .partner .list .a.next {
        right: -10px;
    }

    .partner .con .txt {
        margin-top: 25px;
    }

    .partner {
        padding-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .partner .list .list-new ul li dl dd {
        height: 145px;
    }

    .partner .list .list-new .btns span {
        height: 28px;
    }

    .partner .list .list-new .btns span.swiper-pagination-bullet-active {
        width: 28px;
        background-size: cover;
    }

    .partner .con .txt {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .partner .list .list-new .btns {
        margin-top: 7px;
    }
}

@media (max-width: 768px) {
    .partner .list .list-new ul li dl dd {
        width: calc(48.4% - 2px);
        margin-right: 3%;
        height: 90px;
        margin-bottom: 10px;
    }

    .partner .list .list-new ul li dl dd img {
        max-width: 60%;
    }

    .partner .list .list-new ul li dl dd:nth-child(4n) {
        margin-right: 3%;
    }

    .partner .list .list-new ul li dl dd:nth-child(2n) {
        margin-right: 0%;
    }

    .partner {
        padding-bottom: 20px;
    }

    .partner .list .list-new .btns span {
        height: 20px;
    }

    .partner .list .list-new .btns span.swiper-pagination-bullet-active {
        width: 20px;
    }

    .partner .list .a {
        height: 24px;
        width: 34px;
        margin-right: 15px;
    }

    .partner .list .a i {
        background-size: 80%;
    }

    .partner .list .a:after {
        width: 24px;
        height: 24px;
    }

    .partner .list .a.next {
        right: -25px;
    }
}


.imgTk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.9);
    display: none;
}
.imgTk img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.imgTk .close {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fe0000;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/close1.png');
    z-index: 10;
}
@media (max-width: 1200px){
    .imgTk .close{
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 1024px){
    .imgTk .close{
        width: 35px;
        height: 35px;
    }
}

.ewmTk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}
.ewmTk-new{
    width: 262px;
    height: 270px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border: solid 1px #d8d8d8;
}
.ewmTk .box{
    padding: 10px;
}
.ewmTk .box .tits{
    text-align: center;
}
.ewmTk .box .tits span{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    color: #000;
}
.ewmTk .box .tits a{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
@media (max-width: 768px){
    .ewmTk{
        width: 198px;
        height: 210px;
    }
}


.load_more{
    text-align: center;
    padding-top: 2%;
}
.load_more .loads{
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    padding-left: 36px;
    background-image: url(../image/jz.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 4;
    line-height: 35px;
}
.load_more .loadend{
    display: none;
    font-size: 16px;
    color: #555555;
    letter-spacing: 1px;
    line-height: 40px;
    position: relative;
}
.load_more .block{
    display: inline-block;
}

.load_more .loads:after{
    width: 100%;
    height: 3px;
    background-color: #fe0000;
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    z-index: 3;
}
.load_more .loadend:after{
    width: 100%;
    height: 3px;
    background-color: #fe0000;
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    z-index: 3;
}



.branch_office{
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 96px;
}
.dy_list{
    padding: 70px 0;
}
.tit_ny{
    text-align: center;
    margin-bottom: 5%;
}
.tit_ny .tit_en{
    color: #b4b4b4;
    text-transform: uppercase;
}
.tit_ny .tit_cn{
    color: #0d0d0d;
    margin-top: 10px;
}
.ny_content{

}
.ny_content_list{

}
.ny_content img{
    max-width: 100%;
}



.honorbox{
    width: 21%;
    margin-right: 5%;
    margin-bottom: 5%;
    height: 24.5vw;
    float: left;
    position: relative;
    overflow: hidden;
}
.honorbox:nth-child(4n){
    margin-right: 0px;
}
.honorbox .honor_cot{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 5px;
    display: none;
}
.honorbox .honor_cot .tit{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 3%;
    padding: 0 3%;
    line-height: 1.5;
}
.honorbox .honor_cot .view{
    width: 25%;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    color: #0a347f;
    border-radius: 5px;
    padding: 2% 0;
    margin-left: 38%;
    font-size: 14px;
}
.honorbox:hover .honor_cot{
    top: 0;
}

.product_main{
    padding: 50px 0;
}
.category{
    text-align: center;
    padding-bottom: 50px;
}
.lmca{
    padding-top: 50px;
}
.category .tits{
    font-size: 32px;
    line-height: 32px;
    color: #333333;
}
.category .tit_intro{
    font-size: 16px;
    text-align: center;
    margin: 30px auto 30px;
    color: #555555;
    width: 98%;
}
.category .tabs{
    height: auto;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
}
.category .tabs a {
    font-size: 20px;
    line-height: 30px;
    color: #787878;
    display: inline-block;
    margin: 0 27px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.category .tabs a.on {
    background-image: url(../image/banner_icon1.png);
    padding-left: 30px;
    color: #fe0000;
}


.product_list{

}

.probox{
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    position: relative;
}
.probox:nth-child(5n){
    margin-right: 0;
}
.probox .img{
    width: 100%;
    overflow: hidden;
}
.probox .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    background-image: url(../image/index_bg2.png);
    opacity: 0;
}
.probox .tit{
    width: 96%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    bottom: 5px;
    left: 2%;
    position: absolute;
    opacity: 0;
    transition: bottom .5s, opacity .5s;
}
.probox:hover .img img{
    transform: scale(1.1);
}
.probox:hover .bg{
    opacity: 1;
}
.probox:hover .tit{
    opacity: 1;
    bottom: 25px;
}

@media (max-width: 1024px){
    .branch_office{
        padding: 8% 0;
    }
    .dy_list{
        padding: 5% 0;
    }
    .ny_content{
        font-size: 3.5vw;
        line-height: 2;
    }
    .ny_content *{
        font-size: 3.5vw;
        line-height: 2;
    }
    .ny_content img{
        width: 100% !important;
        height: 100% !important;
        display: block;
    }


    .honorbox{
        width: 48%;
        height: 60vw;
        margin-right: 4%;
        margin-bottom: 5%;
    }
    .honorbox:nth-child(2n){
        margin-right: 0%;
    }

    .honorbox .honor_cot{
        position: relative;
        opacity: 1;
    }
    .honorbox .honor_cot .tit{
        font-size: 3.5vw;
        color: #ffffff;
        margin-bottom: 0%;
        line-height: 2.5;
    }
    .honorbox .honor_cot .view{
        display: none;
    }

    .product_main {
        padding: 5% 0;
    }
    .lmca{
        padding-top: 5%;
    }
    .category{
        padding-bottom: 5%;
    }
    .category .tits {
        font-size: 20px;
        line-height: 20px;
    }
    .category .tit_intro{
        font-size: 12px;
        margin: 15px auto 15px;
    }
    .category .tabs{
        padding: 5px 0;
    }
    .category .tabs a{
        font-size: 13px;
        line-height: 24px;
        background-size: 16px;
        margin: 0 10px;
    }

    .probox{
        width: 48%;
        margin-right: 4%;
    }
    .probox:nth-child(5n){
        margin-right: 4%;
    }
    .probox:nth-child(2n){
        margin-right: 0;
    }
    .probox .bg{
        opacity: 1;
        background-position: center bottom;
    }
    .probox .tit{
        font-size: 3.5vw;
        opacity: 1;
        bottom: 5%;
    }
    .info .infoTop .cpintro{
        font-size: 12px;
        margin: 10px auto 0;
    }
    .nyrmprobox:nth-child(n+3){
        display: none;
    }
    .load_more .loads{
        font-size: 3.5vw;
    }
    .load_more .loadend{
        font-size: 3.5vw;
    }
    .project ul li .logo{
        font-size: 18px;
    }



    .index-news .content .title{
        background-size: 7%;
    }
    .listNews_index ul li:nth-child(3n){
        /*display: none;*/
    }
    .listNews_index ul li:nth-child(n+5){
        display: none;
    }
}




.rangeik2 {
    position: relative;
    width: 23.5%;
    height: 50%;
    background-color: #ffffff;
    float: left;
    box-shadow: none;
    transition: all 0.3s;
    margin: 0 2% 2% 0;
}
.rangeik2:nth-child(4n) {
    margin: 0 0 2% 0;
}
.rangeik2 .dnr1 {
    font-size: 16px;
    color: #ffffff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    background-color: #202328;
    padding: 3% 5%;
    transition: all .5s;
    display: block;
}
.rangeik2 .dnr2 {
    font-size: 14px;
    color: #999999;
    margin: 5.5% 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.rangeik2 .dnrimg{
    width: 100%;
    overflow: hidden;
}
.rangeik2:hover{
    z-index: 2;
    box-shadow: 1px 2px 6px #cccccc;
}
.rangeik2:hover .dnrimg img{
    transform: scale(1.1);
    transition: all .5s;
}
.rangeik2:hover .dnr1 {
    background-color: #fe0000;
}


.news .tabs2 {
    width: 100%;
    height: auto;
    /*border-top: 1px solid #e3e3e3;*/
    /*border-bottom: 1px solid #e3e3e3;*/
    margin: 0 auto;
    font-size: 0;
    text-align: left;
    padding: 15px 0;
}

.news .tabs2 a {
    font-size: 18px;
    line-height: 30px;
    color: #787878;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    /*width: 22%;*/
    overflow: hidden;
    margin-right: 2%;
    transition: all .3s;
    text-align: center;
    background-color: #eeeeee;
    padding: 1% 2%;
    margin-bottom: 10px;
}

.news .tabs2 a.on {
    /*background-image: url('../image/banner_icon1.png');*/
    /*padding-left: 30px;*/
    color: #fe0000;
}











.nyall_left{
    width: 100%;
}

.nyal_list{
    background-color: #ffffff;
}
.nyal_list .nyalimg{
    width: 30%;
    float: left;
}
.nyal_list .nyalcot{
    width: 60%;
    float: right;
}
.nyall_right .inpro_left {
    width: 100%;
}
.nyall_right .inpro_right {
    float: right;
    width: 20%;
    margin-top: 7%;
}
.nyal_list .nyalcot .tit{
    font-size: 30px;
    color: #000000;
    margin: 2% 0 2% 0;
    line-height: 1.5;
}

.nyal_list .nyalcot .intro {
    line-height: 2em;
}
.nyal_list .nyalcot .purchase{
    margin-top: 20px;
}
.nyal_list .nyalcot .purchase .buy{
    width: 25%;
    padding: 2% 0%;
    background-color: #fe0000;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    float: left;
    margin-right: 5%;
    font-size: 18px;
    letter-spacing: 5px;
}
.hotline{
    font-size: 24px;
    color: #333333;
    float: left;
    margin-top: 5%;
}
.nyal_detail{
    background-color: #ffffff;
    margin: 5% 0;
}
.nyal_detail .detail_tit{
    font-size: 24px;
    color: #fe0000;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 2px solid #a0a0a0;
    position: relative;
}
.nyal_detail .detail_tit .line{
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #fe0000;
    left: 0;
    bottom: -2px;
}
.nyal_detail .allnr{
    width: 100%;
    overflow: hidden;
}
.nyal_detail .allnr img{
    max-width: 100%!important;
}

.nyall_right .nyar_tit {
    background-color: #fe0000;
    padding: 3.9% 5%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
}
.upperandlower{
    padding: 1% 0 0;
    position: relative;
}
.pad0{
    padding: 0;
}
.upperandlower .next{
    width: 30%;
    background-color: #626262;
    padding: 0% 2%;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.upperandlower .next .arrow{
    margin: 0 10%;
}
.upperandlower .next *{
    color: #ffffff!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .next:hover{
    background-color: #fe0000;
}



@media (max-width: 1200px){
    .news .tabs2 a{
        width: auto;
        font-size: 4vw;
        padding: 1% 5%;
    }

    .rangeik2{
        width: 100%;
    }
    .rangeik2 .dnr1{
        font-size: 3.5vw;
    }

    .nyal_list .nyalimg,.nyal_list .nyalcot{
        width: 100%;
    }
    .nyal_list .nyalcot .purchase .buy{
        font-size: 4vw;
        width: 100%;
    }
    .hotline{
        font-size: 4.5vw;
    }
    .upperandlower{
        display: none;
    }


}