﻿dl{
    margin-bottom: 20px!important;

}

.section .container {
    max-width: 1200px;
    padding: 0;
}

.font-42 {
    font-size: 42px;
}

.font-12 {
    font-size: 12px;
}

.font-25 {
    font-size: 25px;
}

@media screen and (max-width: 1280px) {
    .section .container {
        max-width: none;
        padding: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .section .container {
        max-width: none;
        padding: 0 20px;
    }
}

.banner-aboutus {
    position: relative;
    overflow: hidden;
}

.banner-aboutus .banner-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-aboutus .banner-video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.banner-aboutus .banner-video #banner-video {
    width: 100%;
    height: 100%;
}

.banner-aboutus .banner-video .banner-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.banner-aboutus .banner-cont {
    position: absolute;
    left: 0;
    top: 31%;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.banner-aboutus .banner-cont h2 {
    font-size: 67px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 6%;
    font-weight: normal;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.banner-aboutus .banner-cont .btn {
    display: inline-block;
    width: 318px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #d20032;
    border-radius: 25px;
    margin: 0 10px;
    font-size: 16px;
}

@media screen and (max-width: 1366px) {
    .banner-aboutus .banner-cont h2 {
        font-size: 44px;
    }

    .banner-aboutus .banner-cont .btn {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-aboutus .banner-cont h2 {
        font-size: 34px;
    }

    .banner-aboutus .banner-cont .btn {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .banner-aboutus .banner-cont h2 {
        font-size: 24px;
    }

    .banner-aboutus .banner-cont .btn {
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 480px) {
    .banner-aboutus {
        height: 250px;
    }

    .banner-aboutus .banner-cont {
        top: 25%;
        padding: 0 5%;
        width: 90%;
    }

    .banner-aboutus .banner-pic img {
        position: relative;
        left: 50%;
        margin-left: -320px;
        width: 640px;
    }

    .banner-aboutus .banner-cont .btn {
        display: block;
        margin: 10px auto;
    }

}

.section {
    padding: 4% 0;
}

.section .section-tit {
    padding: 0 5%;
    color: #fff;
    text-align: center;
}

.section .section-tit span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.section .section-tit em {
    color: #d20032;
}

.section .section-tit sup {
    color: #d20032;
}

.section .section-tit strong {
    display: inline-block;
    padding-bottom: 15px;
    /*letter-spacing: 0.1em;*/
    border-bottom: 5px solid #fff;
}

.section-feature2 .section-tit {
    padding: 0 1%;
    color: #000000;
    text-align: center;
}

.section-feature2 .section-tit strong {
    display: inline-block;
    /*letter-spacing: 0.1em;*/
    border-bottom: none;
}

@media screen and (max-width: 1366px) {
    .section .section-tit span {
        font-size: 26px;
    }

    .section .section-tit strong {
        font-size: 34px;
    }
}

@media screen and (max-width: 1024px) {
    .section .section-tit span {
        font-size: 22px;
    }

    .section .section-tit strong {
        font-size: 28px;
        padding-bottom: 10px;
        border-bottom-width: 3px;
    }
}

@media screen and (max-width: 768px) {
    .section .section-tit span {
        font-size: 18px;
    }

    .section .section-tit strong {
        font-size: 20px;
        padding-bottom: 5px;
        border-bottom-width: 2px;
    }
}

@media screen and (max-width: 480px) {
    .section .section-tit strong {
        border-bottom: 0;
    }
}

.section-feature1 {
    background: #f7f7f7;
}

.section-feature1 .section1-tit {
    font-size: 36px;
    line-height: 1.2;
    color: #2d5082;
    text-align: center;
    font-weight: normal;
}

.section-feature1 .section1-detail {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
}

.section-feature1 .section1-detail a {
    white-space: nowrap;
    color: #d20032;
}

.section-feature1 .section1-line {
    margin: 2.5% auto;
    width: 30px;
    height: 2px;
    background: #e6e6e6;
}

.section-feature1 .feature1-list {
    padding-top: 4%;
    font-size: 0;
}

.section-feature1 .feature1-list li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

.section-feature1 .feature1-list .feature1-list-pic {
    background: url('../images/icon-bg.png') center no-repeat;
    transition: all .3s linear;
}

.section-feature1 .feature1-list .feature1-list-pic img {
    display: none;
    margin: 0 auto;
    max-width: 100%;
}

.section-feature1 .feature1-list .feature1-list-pic img:first-child {
    display: block;
}

.section-feature1 .feature1-list .box-num {
    padding-top: 15px;
    color: #141414;
    font-size: 40px;
    transition: all .3s linear;
}

.section-feature1 .feature1-list .box-num .num {
    font-weight: normal;
}

.section-feature1 .feature1-list li p {
    font-size: 16px;
    color: #141414;
}

.section-feature1 .feature1-list .active .box-num {
    color: #fc0528;
}

.section-feature1 .feature1-list .active .feature1-list-pic {
    background-image: url('../images/icon-bg2.png');
}

.section-feature1 .feature1-list .active .feature1-list-pic img {
    display: block;
}

.section-feature1 .feature1-list .active .feature1-list-pic img:first-child {
    display: none;
}

@media screen and (max-width: 1366px) {
    .section-feature1 .section1-tit {
        font-size: 30px;
    }

    .section-feature1 .section1-detail {
        font-size: 16px;
    }

    .section-feature1 .feature1-list .box-num {
        font-size: 34px;
    }
}

@media screen and (max-width: 1024px) {
    .section-feature1 .section1-tit {
        font-size: 24px;
    }

    .section-feature1 .section1-detail {
        font-size: 14px;
    }

    .section-feature1 .feature1-list .box-num {
        font-size: 28px;
    }

    .section-feature1 .feature1-list li p {
        font-size: 14px;
    }

    .section-feature1 .feature1-list .feature1-list-pic {
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .section-feature1 .feature1-list .feature1-list-pic img {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .section-feature1 .section1-tit {
        font-size: 20px;
    }

    .section-feature1 .feature1-list {
        text-align: center;
    }

    .section-feature1 .feature1-list .box-num {
        font-size: 20px;
        padding-top: 10px;
    }

    .section-feature1 .feature1-list .special {
        margin: 10px 0;
        width: 50%;
    }

    .section-feature1 .feature1-list .special .feature1-list-pic img {
        width: 27%;
    }

    .section-feature1 .feature1-list li {
        margin: 10px 0;
        width: 33.33%;
    }

    .section-feature1 .feature1-list li p {
        height: 2.4em;
        line-height: 1.2;
    }

    .section-feature1 .feature1-list .feature1-list-pic img {
        width: 40%;
    }

}

.section-feature2 {
    background: url('../images/section2-bg.png') center no-repeat;
    /*padding: 0px;*/
}

.section-feature2 .dev-boxs {
    margin-top: 5%;
}

.section-feature2 .devbox {
    float: left;
    width: 33.33%;
    background: #fff;
    padding: 4.5% 0;
    transition: all .3s;
}

.section-feature2 .devbox:hover {
    box-shadow: 0 0 15px 5px #ccc;
    position: relative;
    z-index: 2;
}

.section-feature2 .devbox .tp {
    text-align: center;
}

.section-feature2 .devbox .text {
    font-size: 18px;
    line-height: 1.6;
    height: 8em;
    color: #333;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 3%;
    padding: 0 8%;
}

.section-feature2 .devbox .from {
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.section-feature2 .devbox .rank {
    color: #e60039;
    font-size:20px;
    font-weight:bold;
}

.section-feature2 .grey {
    background: #f2f2f2;
}

.section-feature2 .red {
    background: #d20032;
}

.section-feature2 .red .text {
    color: #fff;
}

.section-feature2 .red .rank {
    color: #fff;
}

.section-feature2 .red .from {
    color: #fff;
}

.section-feature2 .dark {
    background: #363a3d;
}

.section-feature2 .dark .text {
    color: #fff;
}

@media screen and (max-width: 1366px) {
    .section-feature2 .devbox .from {
        padding: 0 5%;
        line-height: 1.2;
        height: 2.4em;
    }
}

@media screen and (max-width: 1024px) {
    .section-feature2 {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .section-feature2 .devbox {
        width: 50%;
    }

    .section-feature2 .devbox .text {
        font-size: 12px;
        height: 6.4em;
    }

    .section-feature2 .devbox .tp img {
        width: 75px;
    }
}

@media screen and (max-width: 768px) {
    .section-feature2 .devbox .text {
        padding: 0 5%;
        line-height: 1.4;
        height: 8.4em;
    }

    .section-feature2 .devbox .tp img {
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .section-feature2 .devbox {
        width: auto;
        float: none;
    }

    .section-feature2 .devbox .text {
        height: auto;
    }
}

.section-feature3 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 3%;
    background: url('../images/section3-bg.png') center top no-repeat;
}

.section-feature3 .feature3-tab {
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 2%;
}

.section-feature3 .feature3-tab li {
    display: inline-block;
    padding: 1.8% 5%;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.section-feature3 .feature3-tab li.active {
    color: #d20032;
    border-bottom-color: #d20032;
}

.section-feature3 .container {
    position: relative;
}

.section-feature3 .swiper-container {
    background: url("../images/slide-bg.png") left top repeat;
    padding: 4% 0 3%;
}

.section-feature3 .swiper-slide {
    display: block;
}

.section-feature3 .swiper-next, .section-feature3 .swiper-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 25px;
}

.section-feature3 .swiper-next {
    left: 110%;
    background-image: url("../images/swiper-r-r.png");
}

.section-feature3 .swiper-prev {
    right: 110%;
    background-image: url("../images/swiper-l-r.png");
}

.section-feature3 .swiper-next.swiper-disabled {
    background-image: url("../images/swiper-r-g.png");
}

.section-feature3 .swiper-prev.swiper-disabled {
    background-image: url("../images/swiper-l-g.png");
}

/*.section-feature3 .slide-box1 p{*/
/*text-align: center;*/
/*font-size: 14px;*/
/*max-width: 750px;*/
/*margin:2% auto 0;*/
/*line-height: 24px;*/
/*}*/
.section-feature3 .slide-box1 {
    padding: 4% 5% 0;
}

.section-feature3 .slide-box1 .slide-box1-pic {
    float: left;
    width: 400px;
}

.section-feature3 .slide-box1 ul {
    padding-left: 4.5%;
    margin-left: 400px;
}

.section-feature3 .slide-box1 li {
    margin: 5.5% 0;
    padding-left: 25px;
    font-size: 14px;
    background: url("../images/point.png") left 5px no-repeat;
}

.section-feature3 .slide-box1 li .leader-box {
    background: #fff;
    margin: 0 10px;
}

.section-feature3 .slide-box1 li .leader-pic {
    overflow: hidden;
}

.section-feature3 .slide-box1 li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.section-feature3 .slide-box1 .leader-name {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
}

.section-feature3 .slide-box1 .leader-job {
    padding: 0 10px 10px;
    font-size: 14px;
    color: #666;
}

.section-feature3 .slide-box1 li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section-feature3 .slide-box1 dl {
    padding: 0 5%;
    max-width: 70%;
    margin: 2% auto 0;
    text-align: center;
}

.section-feature3 .slide-box1 dd {
    display: inline;
    white-space: nowrap;
    padding-left: 12px;
    background: url("../images/point.png") left 8px no-repeat;
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.8;
}

.section-feature3 .slide-box2 {
    margin-top: 7%;
}

.section-feature3 .slide-box2 ul {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.section-feature3 .slide-box2 li {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    vertical-align: top;
}

.section-feature3 .slide-box2 .slide-box2-txt {
    max-width: 85%;
    margin: 20px auto 0;
    line-height: 1.4;
    color: #131313;
}

.section-feature3 .slide-box3 ul {
    max-width: 1000px;
    margin: 8% auto 0;
    font-size: 0;
    text-align: center;
}

.section-feature3 .slide-box3 li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
    width: 33.33%;
}

.section-feature3 .slide-box3 li .slide-box3-pic {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.section-feature3 .slide-box3 li .slide-box3-pic img {
    max-width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.section-feature3 .slide-box3 li p {
    margin-top: 15px;
    padding: 0 5%;
}

.section-feature3 .slide-box3 .link-more {
    display: block;
    width: 260px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #d20032;
}

.section-feature3 .slide-box3 li:hover .slide-box3-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1600px) {
    .section-feature3 .swiper-prev {
        right: 103%;
    }

    .section-feature3 .swiper-next {
        left: 103%;
    }
}

@media screen and (max-width: 1366px) {
    .section-feature3 .slide-box2 ul {
        max-width: 900px;
    }

    .section-feature3 .slide-box3 li {
        font-size: 18px;
    }

    .section-feature3 .slide-box3 .link-more {
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .section-feature3 .swiper-prev {
        left: 5px;
        right: auto;
        z-index: 2;
    }

    .section-feature3 .swiper-next {
        left: auto;
        right: 5px;
        z-index: 2;
    }

}

@media screen and (max-width: 1024px) {
    .section-feature3 {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .section-feature3 .slide-box1 .slide-box1-pic {
        width: 40%;
    }

    .section-feature3 .slide-box1 .slide-box1-pic img {
        display: block;
        width: 100%;
    }

    .section-feature3 .slide-box1 ul {
        margin-left: 40%;
        padding-right: 0;
    }

    .section-feature3 .slide-box1 li {
        margin: 4% 0;
        /*margin:0 5px;*/
    }

    .section-feature3 .slide-box2 {
        padding: 0 5%;
    }

    .section-feature3 .slide-box2 li {
        font-size: 14px;
    }

    .section-feature3 .slide-box2 li img {
        width: 60%;
    }

    .section-feature3 .slide-box2 .slide-box2-txt {
        max-width: 100%;
        padding: 0 5%;
    }

    .section-feature3 .slide-box3 ul {
        margin-top: 4%;
    }

    .section-feature3 .slide-box3 li {
        font-size: 16px;
    }

    .section-feature3 .slide-box3 li img {
        width: 50%;
    }

    .section-feature3 .slide-box3 li p {
        margin-top: 5px;
    }

    .section-feature3 .slide-box3 .link-more {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }

    .section-feature3 .swiper-slide {
        display: none;
        float: none;
        margin: 0 auto;
    }

    .section-feature3 .swiper-slide:first-child {
        display: block;
    }

    .section-feature3 .swiper-prev {
        display: none;
        left: 7%;
    }

    .section-feature3 .swiper-next {
        display: none;
        right: 7%;
    }

}

@media screen and (max-width: 768px) {
    .section-feature3 .feature3-tab {
        border: 0;
    }

    .section-feature3 .feature3-tab li {
        font-size: 14px;
        padding-left: 3%;
        padding-right: 3%;
        border-bottom-color: #fff;
    }

    .section-feature3 .slide-box1 .slide-box1-pic {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        float: none;
    }

    .section-feature3 .slide-box1 ul {
        padding: 20px 5% 0;
        margin-left: 0;
    }

    .section-feature3 .slide-box1 li {
        width: auto;
        margin: 10px 0;
    }

    /*.section-feature3 .slide-box1 .leader-name{*/
    /*font-size: 14px;*/
    /*}*/
    .section-feature3 .slide-box2 li {
        width: 50%;
        margin: 20px 0;
    }

    .section-feature3 .slide-box2 li img {
        width: 100px;
    }

    .section-feature3 .slide-box3 li {
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
    }

    .section-feature3 .slide-box3 li img {
        width: 100px;
    }

    .section-feature3 .swiper-prev {
        left: 5%;
    }

    .section-feature3 .swiper-next {
        right: 5%;
    }
}

@media screen and (max-width: 480px) {
    .section-feature3 .slide-box1 ul {
        padding: 10px 10px 0;
    }

    /*.section-feature3 .slide-box1 li{*/
    /*width: 50%;*/
    /*}*/
    /*.section-feature3 .slide-box1 li .leader-box{*/
    /*margin:0 5px;*/
    /*}*/
    .section-feature3 .slide-box2 {
        padding: 0 10px;
    }

    .section-feature3 .slide-box2 li {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .section-feature3 .slide-box2 li img {
        width: 80px;
    }

}

.section-feature4 {
    overflow: hidden;
    background: url("../images/section4-bg.png") left 57.5% repeat-x;
}

.section-feature4 .container {
    position: relative;
}

.section-feature4 .swiper-container {
    margin-top: 5%;
}

.section-feature4 .swiper-wrapper {
    white-space: nowrap;
}

.section-feature4 dl {
    padding: 257px 0;
}

.section-feature4 .item-year {
    padding-top: 140px;
    width: 315px;
    display: inline-block;
    font-size: 65px;
    color: #e20732;
    font-weight: bold;
    font-family: Arial;
    vertical-align: middle;
    text-align: center;
}

.section-feature4 .item-year strong {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
}

.section-feature4 dd {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 315px;
    /*min-width: 250px;*/
    white-space: normal;
    font-size: 19px;
    line-height: 1.25;
    color: #333;
    letter-spacing: 1px;
}

.section-feature4 dd .item-product {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-feature4 dd .icon-circle {
    position: absolute;
    left: -38px;
    top: 0;
    width: 25px;
    height: 20px;
    background: #fff url("../images/circle.png") center bottom no-repeat;
}

.section-feature4 dd p {
    position: relative;
}

.section-feature4 dd .item-pic {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
}

.section-feature4 dd img {
    max-width: 100%;
}

.section-feature4 dd.top .item-product {
    bottom: 100%;
    border-left: 1px solid #ccc;
}

.section-feature4 dd.bottom .item-product {
    top: 100%;
    background: url("../images/section4-line2.png") left top no-repeat;
}

.section-feature4 .swiper-next, .section-feature4 .swiper-prev {
    position: absolute;
    top: 55%;
    z-index: 3;
    margin-top: 40px;
    width: 50px;
    height: 50px;
    background: center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 25px;
}

.section-feature4 .swiper-next {
    left: 110%;
    background-image: url("../images/swiper-r-r.png");
}

.section-feature4 .swiper-prev {
    right: 110%;
    background-image: url("../images/swiper-l-r.png");
}

.section-feature4 .swiper-next.swiper-disabled {
    background-image: url("../images/swiper-r-g.png");
}

.section-feature4 .swiper-prev.swiper-disabled {
    background-image: url("../images/swiper-l-g.png");
}

@media screen and (max-width: 1600px) {
    .section-feature4 .swiper-next {
        left: 103%;
    }

    .section-feature4 .swiper-prev {
        right: 103%;
    }
}

@media screen and (max-width: 1366px) {
    .section-feature4 .swiper-next, .section-feature4 .swiper-prev {
        margin-top: 38px;
    }

    .section-feature4 .swiper-next {
        left: auto;
        right: 0;
    }

    .section-feature4 .swiper-prev {
        right: auto;
        left: 0;
    }

    .section-feature4 .item-year {
        padding-top: 258px;
        font-size: 34px;
        width: 280px;
    }

    .section-feature4 dd {
        font-size: 16px;
        width: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .section-feature4 {
        background: none;
    }

    .section-feature4 .swiper-container {
        background: url("../images/section4-bg.png") left 49% repeat-x;
        overflow-x: auto;
    }

    .section-feature4 .swiper-wrapper {
        display: table;
    }

    .section-feature4 .swiper-slide {
        float: none;
        display: table-cell;
    }

    .section-feature4 .swiper-prev {
        display: none;
    }

    .section-feature4 .swiper-next {
        display: none;
    }

    .section-feature4 dl {
        padding: 257px 0;
    }

    .section-feature4 .item-year {
        padding: 0 10px;
        margin-right: 30px;
        margin-left: 30px;
        font-size: 28px;
        width: auto;
    }

    .section-feature4 dd {
        width: 220px;
        font-size: 14px;
    }

    .section-feature4 dd .item-pic {
        height: 120px;
    }

    .section-feature4 dd img {
        width: auto;
        max-height: 100%;
    }

    .section-feature4 dd .item-product {
        padding-left: 15px;
    }

    .section-feature4 dd .icon-circle {
        left: -28px;
    }
}

.section-feature5 {
    background: url("../images/section5-bg.png") center no-repeat;
}

.industry-list {
    position: relative;
    margin-top: 5%;
    padding: 155px 0;
}

.industry-list ul {
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.industry-list .first {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -777px;
}

.industry-list .third {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -466px;
}

.industry-list li {
    display: inline-block;
    position: relative;
    width: 287px;
    height: 287px;
    margin: 0 12px;
    font-size: 14px;
    /*background: url("../images/industry-bg.png") center no-repeat;*/
    vertical-align: middle;

}

.industry-list li:after {
    content: "";
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.industry-list .industry-pic {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.industry-list li a {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 140px;
    margin-left: -70px;
    margin-top: -45px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: default;
}

.industry-list .industry-icon {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: center no-repeat;
}

.industry-list .industry-name {
    font-size: 18px;
    line-height: 1.2;
    /*font-weight: bold;*/
    color: #000;
}

.industry-list .industry-detail {
    opacity: 0;
    visibility: hidden;
    max-width: 120px;
    line-height: 1.2;
    margin: 5px auto 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.industry-list .industry-detail sup {
    font-size: 11px;
}

.industry-list .long .industry-detail {
    text-indent: -2em;
}

.industry-list li:hover:after {
    box-shadow: 2px 2px 20px 2px #333;
}

.industry-list .xs-hidden:hover:after {
    box-shadow: none;
}

.industry-list li a:hover {
    /*top:-55px;*/
    margin-top: -75px;
}

.industry-list a:hover .industry-detail {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*.industry-list li:hover .industry-pic{*/
/*opacity: .7;*/
/*}*/
.industry-list .industry-01 {
    background-image: url("../images/industry-01.png");
}

.industry-list a:hover .industry-01 {
    background-image: url("../images/industry-01-hover.png");
}

.industry-list .industry-02 {
    background-image: url("../images/industry-02.png");
}

.industry-list a:hover .industry-02 {
    background-image: url("../images/industry-02-hover.png");
}

.industry-list .industry-03 {
    background-image: url("../images/industry-03.png");
}

.industry-list a:hover .industry-03 {
    background-image: url("../images/industry-03-hover.png");
}

.industry-list .industry-04 {
    background-image: url("../images/industry-04.png");
}

.industry-list a:hover .industry-04 {
    background-image: url("../images/industry-04-hover.png");
}

.industry-list .industry-05 {
    background-image: url("../images/industry-05.png");
}

.industry-list a:hover .industry-05 {
    background-image: url("../images/industry-05-hover.png");
}

.industry-list .industry-06 {
    background-image: url("../images/industry-06.png");
}

.industry-list a:hover .industry-06 {
    background-image: url("../images/industry-06-hover.png");
}

.industry-list .industry-07 {
    background-image: url("../images/industry-07.png");
}

.industry-list a:hover .industry-07 {
    background-image: url("../images/industry-07-hover.png");
}

.industry-list .industry-08 {
    background-image: url("../images/industry-08.png");
}

.industry-list a:hover .industry-08 {
    background-image: url("../images/industry-08-hover.png");
}

.industry-list .industry-09 {
    background-image: url("../images/industry-09.png");
}

.industry-list a:hover .industry-09 {
    background-image: url("../images/industry-09-hover.png");
}

.industry-list .industry-10 {
    background-image: url("../images/industry-10.png");
}

.industry-list a:hover .industry-10 {
    background-image: url("../images/industry-10-hover.png");
}

.industry-list .industry-11 {
    background-image: url("../images/industry-11.png");
}

.industry-list a:hover .industry-11 {
    background-image: url("../images/industry-11-hover.png");
}

.industry-list .industry-12 {
    background-image: url("../images/industry-12.png");
}

.industry-list a:hover .industry-12 {
    background-image: url("../images/industry-12-hover.png");
}

.section-feature5 .link-more {
    display: block;
    margin: 3% auto 0;
    width: 218px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #d20032;
    border-radius: 25px;
}

@media screen and (max-width: 1600px) {
    .industry-list {
        padding: 135px 0;
    }

    .industry-list .first {
        margin-left: -660px;
    }

    .industry-list .third {
        margin-left: -396px;
    }

    .industry-list li {
        width: 240px;
        height: 240px;
    }

    .industry-list li a {
        width: 120px;
        margin-left: -60px;
    }

    .industry-list .industry-name {
        font-size: 16px;
    }

    .industry-list li a:hover {
        margin-top: -85px;
    }
}

@media screen and (max-width: 1366px) {
    .industry-list {
        padding: 100px 0;
    }

    .industry-list .first {
        margin-left: -500px;
    }

    .industry-list .third {
        margin-left: -300px;
    }

    .industry-list li {
        width: 190px;
        height: 190px;
        margin: 0 5px;
    }

    .industry-list li a {
        width: 120px;
        margin-left: -60px;
    }

    .industry-list .industry-name {
        font-size: 14px;
    }

    .industry-list .industry-detail {
        font-size: 12px;
        max-width: 100px;
        margin-top: 0;
    }

    .industry-list li a:hover {
        margin-top: -75px;
    }

    .section-feature5 .link-more {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .section-feature5 {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .section-feature5 .link-more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .industry-list {
        padding: 0;
        width: 390px;
        margin: 30px auto 0;
    }

    .industry-list .first {
        margin-left: 0;
        position: static;
        overflow: hidden;
    }

    .industry-list li.xs-hidden {
        display: none;
    }

    /*.industry-list .first li:first-child{*/
    /*position: absolute;*/
    /*left:100px;*/
    /*top:-98px;*/
    /*}*/
    .industry-list li a:hover {
        margin-top: -65px;
    }

    .industry-list .long a:hover {
        margin-top: -55px;
    }

    .industry-list .second {
        position: absolute;
        left: 200px;
        top: 0;
    }

    .industry-list .third {
        margin-left: 0;
        left: 100px;
        top: 97px;
        bottom: auto;
    }

    .industry-list li {
        display: block;
        margin: 5px 0;
    }
}

@media screen and (max-width: 768px) {
    .section-feature5 .link-more {
        width: 120px;
        height: 36px;
        line-height: 36px;
    }

    .industry-list {
        position: relative;
        left: 50%;
        margin-left: -175px;
        width: 350px;
    }

    /*.industry-list .first li:first-child{*/
    /*left: 90px;*/
    /*top: -88px;*/
    /*}*/
    .industry-list .third {
        top: 88px;
        left: 90px;
    }

    .industry-list .second {
        left: 180px;
    }

    .industry-list li {
        width: 170px;
        height: 170px;
    }

    .industry-list li a {
        margin-top: -35px;
    }

    .industry-list .industry-icon {
        width: 35px;
        height: 35px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .industry-list .industry-name {
        font-size: 14px;
    }
}

.section-feature6 dl {
    font-size: 0;
}

.section-feature6 .cloumn-focus {
    float: left;
    width: 27.3%;
    /*width: 312px;*/
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-feature6 .cloumn-box {
    display: inline-block;
    width: 33.33%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-feature6 dl a {
    display: block;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.section-feature6 dl a img {
    width: 100%;
}

.section-feature6 dl .cloumn-cont {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.section-feature6 dl .cloumn-txt {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.section-feature6 .cloumn-txt h4 {
    padding: 0 3%;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
}

.section-feature6 .cloumn-txt p {
    margin: 5px 4% 15px;
}

.section-feature6 .cloumn-txt .link-more {
    opacity: 0;
    visibility: hidden;
    width: 164px;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);

}

.section-feature6 dl a:hover .cloumn-txt {
    margin-top: -50px;
}

.section-feature6 dl a:hover .cloumn-txt .link-more {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 1366px) {
    .section-feature6 .cloumn-txt h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .section-feature6 .cloumn-txt h4 {
        font-size: 20px;
    }

    /*.section-feature6 dl .cloumn-txt{*/
    /*margin-top: -32px;*/
    /*}*/
    .section-feature6 .cloumn-txt p {
        margin-bottom: 5px;
    }

    .section-feature6 dl a:hover .cloumn-cont {
        background: none;
    }

    .section-feature6 dl a:hover .cloumn-txt {
        margin-top: -20px;
    }

    .section-feature6 dl a .cloumn-txt .link-more {
        display: none;
        width: 120px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

}

@media screen and (max-width: 768px) {
    .section-feature6 .cloumn-focus {
        width: 50%;
    }

    .section-feature6 .cloumn-box {
        width: 50%;
    }

    .section-feature6 .cloumn-txt h4 {
        font-size: 18px;
    }

    .section-feature6 dl a img {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .section-feature6 .cloumn-focus {
        width: 100%;
    }

    .section-feature6 .cloumn-box {
        width: 100%;
    }
}

.about-news p.tit {
    font-size: 28px;
    color: #1a1a1a;
    margin: 0 8% 20px;
    line-height: 30px;
    position: relative;
    text-align: center;
    color: #2d5082;
}

.about-news p.tit a {
    display: block;
    color: #e10032;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-news ul, .news-more {
    padding: 0 8%;
}

.about-news ul li {
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 20px;
    background: url("../images/icon-li-point.png") no-repeat 0 10px;
}

.about-news ul li a {
    display: block;
    position: relative;
    color: #333333;
}

.about-news ul li p {
    display: block;
    padding-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.about-news ul li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    font-size: 17px;
    text-align: right;
    color: #888;
}

.about-news ul li a:hover {
    color: #d20032;
}

.about-news .news-left {
    border: 1px solid #e6e6e6;
    padding: 3% 0px;
    width: 48%;
    float: left;
    position: relative;
    height: 280px;
}

.about-news .news-right {
    border: 1px solid #e6e6e6;
    padding: 3% 0px;
    width: 48%;
    float: right;
    position: relative;
    height: 280px;
}

.news-more {
    margin-top: 40px;
}

.news-more a {
    color: #d20032;
    font-size: 20px;
}

.section-feature7 {
    padding-top: 0px;
}

@media screen and (max-width: 1366px) {
    .about-news p.tit {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .about-news p.tit {
        font-size: 22px;
    }

    .about-news p.tit a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .about-news p.tit {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 18px;
    }

    .about-news .news-left {
        float: none;
        width: auto;
        height: auto;
    }

    .about-news .news-right {
        margin-top: 20px;
        float: none;
        width: auto;
        height: auto;
    }

    .about-news ul, .news-more {
        padding: 0 5%;
    }
}

@media screen and (max-width: 480px) {
    .about-news ul li p {
        padding-right: 0px;
    }

    .about-news ul li span {
        display: none;
        /*position: static;*/
        /*text-align: left;*/
        /*width: auto;*/
        /*padding-left: 15px;*/
    }

    .about-news .news-focus img {
        width: 120px;
    }
}

#video-box {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 800px;
    left: 50%;
    top: 20%;
    margin-left: -400px;
}

#video-box .box-title {
    line-height: 45px;
    padding: 0 10px;
    font-size: 22px;
    color: #333;
    position: relative;
}

#video-box .box-title .close-button {
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: url("../images/close.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
}

#mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}

.close-button-internet {
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
    background: url("../images/close.png") no-repeat center !important;
    background-size: 100% !important;
}

@media screen and (max-width: 768px) {
    #video-box {
        width: 90%;
        margin: 0 auto;
        margin-left: -45%;
    }
}

@media screen and (max-width: 480px) {
    .section-feature1 {
        padding: 6% 0;
    }

    #video-box {
        width: 95%;
        margin: 0 auto;
        margin-left: -47.5%;
    }
}





