/* Banner Begin============================================ */

.index-slide-text {
    top: 15%!important;
    padding: 10px 285px!important;
}

.index-slide-text>p {
    line-height: 32px!important;
    font-size: 16px!important;
    margin-bottom: 12px!important;
}

.inbanner-box h1 {
    font-size: 60px!important;
    font-family: "Arial"!important;
    margin-bottom: 5px!important;
}

.index-slide-text>a {
    border-radius: 5px!important;
    width: 12%!important;
    border: 1px solid #fff!important;
    color: white!important;
    padding: 8px 30px!important;
    margin-top: 10px;
}

.index-slide-text>a:hover {
    border: none!important;
    color: #ffffff!important;
    background: #ffca31!important;
}

.btn-defaultt {
    animation-delay: 1.5s;
}


/* Fast Begin============================================ */

.caption {
    position: relative;
}

.fast-t {
    position: absolute;
    font-size: 22px;
    top: 14px;
}

.fast-t-en {
    font-size: 22px;
    text-align: center;
    margin: 25px 0 10px 0;
}

.fast-p {
    position: absolute;
    top: 10px;
    left: 40px;
}

.fast-p-en {
    top: 10px;
}

.fast-p p {
    line-height: 22px;
    font-size: 14px!important;
    text-align: left!important;
}

.fast-p-en p {
    font-size: 14px!important;
}

.thumbnail .caption {
    margin-bottom: 25px;
    margin-top: 2px;
}

.thumbnail .caption-en {
    margin-bottom: 1px;
    margin-top: 2px;
}

.thumbnail-left3 .fast-t {
    left: 50%;
    margin-left: -35px;
}

.thumbnail-left3 .fast-p {
    left: 50%;
}

.thumbnail-right .fast-t {
    left: 56%;
    margin-left: -35px;
}

.thumbnail-right .fast-p {
    left: 55%;
}

.indextop h2 {
    text-align: center;
    margin: 68px auto;
    font-size: 24px;
}

.mb50 {
    margin-bottom: 50px;
}

.index-box {
    transition: all 1s ease 0s;
    /*border: none!important;*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);*/
    border: 1px solid #f1f1f1!important;
}

.index-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
}

.index-box h3 {
    text-align: center;
    font-size: 20px;
    color: #434343;
}

.index-box img {
    padding-top: 10%;
}

.index-box p {
    padding: 7% 0;
    color: #898a8a;
    width: 70%;
    margin: 0 auto;
}

.indextop p {
    /*font-size: 16px;
    color: #555454;
    text-align: center;*/
}

.thumbnail-indextop {
    margin-top: 25px;
    border: none;
}

.thumbnail-indextop h3 {
    text-align: center;
}

.thumbnail-indextop p {
    font-size: 16px;
    line-height: 22px;
}

.thumbnail-left>img {
    margin-left: 0;
}

.thumbnail-left2>img {
    margin-left: 10px;
}

.thumbnail-right>img {
    margin-right: 0;
}

.thumbnail-indexbig,
.thumbnail-indexbig2 {
    border: none;
    text-align: center;
    padding: 0;
}

.thumbnail-indexbig img {
    position: relative;
}

.thumbnail-indexbig h4 {
    position: absolute;
    top: 32%;
    color: white;
    font-size: 28px;
    left: 50%;
    margin-left: -100px;
}

.thumbnail-indexbig-en h4 {
    margin-left: -81px;
}

.thumbnail-indexbig2 h4 {
    position: absolute;
    top: 32%;
    color: white;
    font-size: 28px;
    left: 50%;
    margin-left: -84px;
}

.thumbnail-indexbig .buttons {
    position: absolute;
    bottom: 25%;
    left: 24%;
    width: 100%;
    text-align: left;
}

.thumbnail-indexbig2 .buttons2 {
    position: absolute;
    bottom: 25%;
    left: 12.5%;
    width: 100%;
    text-align: left;
}

.thumbnail-indexbig .buttons a,
.thumbnail-indexbig2 .buttons2 a:hover {
    color: white;
    text-decoration: none;
}

.buttons a,
.buttons2 a {
    border: 1px solid transparent;
    border-color: white;
    -webkit-font-smoothing: antialiased;
}

.c-btn {
    color: white;
    width: 110px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    height: 100%;
    margin-left: 25px;
}

.btns-width {
    left: 2.5%!important;
}

.btn-width {
    width: 150px!important;
}

.c-btn:after {
    content: '';
    display: block;
    position: absolute;
}

.c-btn:before {
    content: '';
    display: block;
    position: absolute;
}

.c-btn--border-line {
    background: none;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0px transparent;
}

.c-btn--border-line:after,
.c-btn--border-line:before {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.c-btn--border-line:after {
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.c-btn--border-line:before {
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.c-btn--border-line:hover:after,
.c-btn--border-line:hover:before {
    width: 100%;
    height: 100%;
}

.c-btn--border-line:hover:after {
    border-top-color: white;
    border-right-color: white;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.c-btn--border-line:hover:before {
    border-bottom-color: white;
    border-left-color: white;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.c-btn--line:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    bottom: 0;
    background-color: #367dff;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-btn--line:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}


/* news  begin
------------------------------ */

.title {
    text-align: center;
    margin: 40px 0;
}

.title h3 {
    color: #434343;
    font-size: 24px !important;
    line-height: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffca31;
    display: inline-block;
}

.title h4 {
    margin-bottom: 60px;
}

#news {
    color: #898a8a;
    margin-bottom: 40px;
    margin-top: -20px;
}

#news li {
    width: 98%;
    line-height: 25px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news a {
    font-size: 15px;
    color: #505050;
}

#news a:hover {
    text-decoration: none;
    color: #333;
}

.news-more a {
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff!important;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px!important;
    line-height: 40px;
    padding: 4px 23px;
    outline: none;
    cursor: pointer;
    background-color: #ff6831;
    /*border-radius: 6px;*/
}

.news-more a:hover {
    color: #fff;
    background: #b60005;
    border-color: #fff;
    text-decoration: none;
}


/* 展会活动  begin
------------------------------ */

#wrap ul li .a1 img {
    width: 100%;
    height: 190px;
}

#wrap ul li {
    /*width: 474px;
    height: 267px;*/
    list-style: none;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px;
}

#wrap ul li .a1 .divA {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    padding: 7px;
    background: #f6f6f6;
}

#wrap ul li .a1 .divA>.p1 {
    width: 96%;
    height: 12px;
    font-size: 15px;
    line-height: 15px;
    color: #434343;
}

#wrap ul li .a1 .divA>.p2 {
    width: 96%;
    height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wrap ul li .a1 .divA>.p3 {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 90%;
    height: 28px;
    color: #f60;
}

#wrap ul li .a1 .divA>.p3>span {
    font-size: 24px;
    font-weight: 800;
}


/*遮罩*/

#wrap ul li .a2 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
}

#wrap ul li .a2 .p4 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    left: -474px;
    color: #ff6831;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out;
}

#wrap ul li .a2 .p5 {
    width: 90%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 60px;
    left: -474px;
    margin: 30px 0 10px;
    font-size: 16px;
    color: white;
    transition: all 0.2s 0.2s ease-out;
}

#wrap ul li .a2 .p6 {
    position: absolute;
    top: 140px;
    left: 175px;
    transform: scale(1.4);
    transition: all 0.3s 0.2s;
}

#wrap ul li .a2 .p6 span {
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    color: white;
}

#wrap ul li .a2 .p7 {
    position: absolute;
    bottom: -50px;
    left: 128px;
    width: 100px;
    height: 28px;
    line-height: 26px;
    border-radius: 6px;
    margin: 10px auto;
    border: 1px solid;
    transition: all 0.2s 0.5s;
    font-size: 12px;
}


/* cooperate Begin============================================ */

#cooperate {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.thumbnailhover:hover {
    border: 1px solid #39a1eb;
    transition: all 0.5s ease-in-out;
}

.thumbnailnobg {
    border: none!important;
    background-color: #f6f6f6;
    text-align: center;
}

.thumbnaila a {
    line-height: 108px;
    color: #666;
}

.mb1 {
    margin-bottom: 1px!important;
}

.LogoMoreBox {
    display: none;
    padding: 1px 0;
    margin-left: -15px;
}

.flip {
    margin: 0px;
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    color: #ff6831;
}

.thumbnail a>img {
    max-width: 135%;
}


/* video Begin============================================ */

.video-thumb p {
    position: absolute;
    left: 50%;
    top: 23%;
    color: #fff;
    z-index: 2;
    font-size: 24px;
    margin-left: -216px;
}

.fp-fullscreen {
    background-image: url(../../img/white.png)!important;
    background-size: 20px 20px!important;
    width: 20px!important;
    height: 20px!important;
    background-position: 0!important;
    top: 15px!important;
    right: 15px!important;
}

.is-fullscreen .fp-fullscreen {
    background-image: url(../../img/white1.png)!important;
    background-size: 20px 20px!important;
    width: 20px!important;
    height: 20px!important;
    background-position: 0!important;
    top: 15px!important;
    right: 15px!important;
}

.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
    background: transparent url("../../img/play_white.png") no-repeat scroll center center / 12% auto!important;
    background: url("../../img/play_white.png") no-repeat scroll center center!important;
    background: url("../../img/play_white.png") no-repeat scroll center center/9!important;
}

.huawei-player a[href="http://flowplayer.org"] {
    visibility: hidden!important;
}

.index-slide-text1 {
    margin-top: 38%;
    margin-left: 43%;
    width: 89%;
}

.item.itemstar2 a {}

.btn {
    border: none!important;
}

.index-slide-text1>a {
    border-radius: 5px !important;
    width: 10% !important;
    /*border: 1px solid #fff !important;*/
    color: white !important;
    padding: 10px 30px !important;
    margin-top: 10px;
    height: auto!important;
    color: #000!important;
    background-color: #ffca31;
    position: absolute;
    top: 72%;
}

.index-slide-text1>a:hover {
    border: none!important;
    color: #fff!important;
    background: #990000!important;
    padding: 10px 30px !important;
    transition: all 0.5s;
}

.btn-defaultt1 {
    animation-delay: 0.1s;
}

.more-right a {
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff!important;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px!important;
    line-height: 22px;
    padding: 4px 23px;
    outline: none;
    cursor: pointer;
    background-color: #ff6831;
    float: right;
    margin-right: 3px;
    /*border-radius: 6px;*/
}

.more-right a:hover {
    color: #fff;
    background: #b60005;
    border-color: #fff;
    text-decoration: none;
}

.mixitup {
    margin-bottom: 20px;
}


/* cloud Begin============================================ */

.cloud {
    background: url(../../img/cloud.png) no-repeat scroll center center;
    height: 436px;
}

.cloud h3 {
    position: relative;
    color: #fff;
    left: 50%;
    top: 40%;
    font-size: 24px;
    margin-left: -180px;
}

.cloud-en h3 {
    margin-left: -350px;
}

.cloud p {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -69px;
}

.cloud-en p {
    margin-left: -78px;
}

.cloud a {
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px!important;
    line-height: 36px;
    padding: 8px 40px;
    height: 36px;
    outline: none;
    cursor: pointer;
    /*background-color: #ff6831;*/
    border-radius: 6px;
}

.cloud a:hover {
    color: #563d7c;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

.hd-tit {
    color: #fff !important;
    font-size: 20px !important;
    position: absolute;
    left: 12%;
    margin-left: 0;
    top: 48%;
    line-height: 40px;
    letter-spacing: 4px;
}

.hd-p a {
    border-radius: 5px !important;
    border: 1px solid #fff !important;
    color: white !important;
    padding: 8px 30px !important;
    margin-top: 10px;
}

.hd-p a:hover {
    border: none!important;
    color: #333!important;
    background: #ffca31!important;
    transition: all 0.5s ease-in-out;
}

.hd-tit1 {
    color: #ffca31!important;
}

.hd-tit2 {
    color: #048bd1!important;
    font-size: 48px!important;
    position: absolute;
    top: 25%;
    font-family: "Arial";
}

.hd-p {
    position: absolute;
    left: 12%;
    top: 78%;
}

.hd-p2 {
    font-size: 56px!important;
    color: #c71500!important;
    position: absolute;
    top: 41%;
}

.hd-p3 {
    font-size: 30px!important;
    color: #474545;
    position: absolute;
    top: 60%;
}


/* 适配 Begin ============================================ */

@media only screen and (max-width: 320px) {}

@media(min-width: 320px) and (max-width:767px) {
    /* Mobile phone ============================================ */
    .mb50 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .flowplayer {
        width: 100%!important;
        margin: 0!important;
    }
    .h-title a {
        font-size: 15px !important;
        padding-left: 12px;
    }
    #news {
        margin-bottom: 10px;
    }
    #news li {
        line-height: 20px;
        font-size: 12px;
        width: 100%;
        margin: 15px auto;
    }
    #news li:nth-child(2),
    #news li:nth-child(4) {
        background-color: #f3f3f3;
        padding: 2px;
        border-radius: 4px;
    }
    #news h3 {
        margin-top: 3%;
        margin-bottom: 0;
    }
    #zhanh h3 {
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .news-more {
        line-height: 16px;
        padding-right: 5%;
    }
    #news a,
    #zhanh a {
        font-size: 12px!important;
    }
    .news-more a {
        padding: 5px 18px;
    }
    .more-right a {
        line-height: 16px;
        padding: 5px 18px;
        height: 28px;
    }
    figure.effect-goliath {
        margin-top: -1%;
    }
    .title h3 {
        font-size: 16px !important;
        line-height: 15px;
        padding-bottom: 6px;
    }
    #wrap ul li .a1 img {
        height: 162px;
    }
    #cooperate h3 {
        font-size: 18px;
    }
    #wrap ul li {
        margin: 10px 0;
    }
    .mt-op {
        margin-top: 37px;
    }
    .carousel {
        margin-top: 0;
    }
    .index-slide-text {
        top: 15px!important;
        left: 15px!important;
        padding: 1px 10px!important;
    }
    .inbanner-box h1 {
        font-size: 14px!important;
        margin-top: 0!important;
    }
    .inbanner-box-en h1 {
        font-size: 18px!important;
        margin-top: 5%!important;
    }
    .slide-text h1 {
        line-height: 1px!important;
    }
    .htmleaf-container {
        width: 100% !important;
    }
    .index-slide-text>p {
        font-size: 12px !important;
        line-height: 6px!important;
        margin-top: 6px!important;
    }
    .index-slide-text-en>p {
        letter-spacing: 0.1px!important;
    }
    .item>img {
        height: 105px!important;
    }
    .index-slide-text>a {
        margin-top: 1px!important;
        padding: 1px 8px!important;
        font-size: 12px!important;
        width: 22%!important;
        border-radius: 2px!important;
        display: none!important;
    }
    .indextop h2 {
        margin: 13px auto;
        font-size: 13px;
        line-height: 14px;
    }
    .indextop-en h2 {
        margin: 20px auto;
        font-size: 14px;
        line-height: 26px;
    }
    .indextop p {
        font-size: 12px;
    }
    .thumbnail-indextop {
        margin-top: 1px;
    }
    .thumbnail {
        margin-bottom: 8px;
    }
    .thumbnail-indexbig h4 {
        top: 22%;
        font-size: 12px;
        left: 50%;
        margin-left: -42px;
    }
    .thumbnail-indexbig2 h4 {
        top: 22%;
        font-size: 12px;
        left: 50%;
        margin-left: -36px;
    }
    .cp {
        margin-top: 10px;
    }
    .c-btn {
        width: 80px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px;
        margin-left: 12px;
    }
    .c-btn-en {
        margin-left: 8px;
    }
    .fast-t-en {
        font-size: 12px;
    }
    .img-en {
        /*display: none;*/
    }
    .thumbnail-indextop img {
        height: 40px;
    }
    .fast-t-en-ls {
        margin-left: -20px;
    }
    .thumbnail-indexbig .buttons {
        left: 50%;
        margin-left: -100px;
        display: none;
    }
    .thumbnail-indexbig2 .buttons2 {
        left: 50%!important;
        margin-left: -148px;
        display: none;
    }
    .btn-width {
        width: 86px!important;
    }
    #cooperate h3 {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    #cooperate {
        padding-bottom: 8px;
    }
    .fast-p {
        display: none;
    }
    .fast-t {
        font-size: 14px;
    }
    .thumbnail-left2 .fast-t {
        left: 17px;
    }
    .thumbnail .caption {
        margin-bottom: 12px;
        margin-top: -5px;
    }
    .thumbnail-left2>img {
        margin-left: 0;
    }
    .thumbnail-left3 .fast-t {
        margin-left: -6px;
    }
    .thumbnail-right .fast-t {
        margin-left: -17px;
    }
    .indextop p {
        display: none;
    }
    #wrap ul li .a2 .p7 {
        display: none;
    }
    .fade .item.itemstar img {
        margin-top: -29%!important;
    }
    .fade .item.itemstar2 img {
        margin-top: 2.5%!important;
    }
    .fade .item.itemstar2 a {
        display: block;
        width: 100%;
    }
    #video {
        height: 214px;
    }
    .video_box a.js_video_icon,
    .video_box a.js_video_player,
    .video_box .video_player_btn {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../../img/play_iphone.png) center center no-repeat!important;
        background-image: url(../../img/play_iphone.png)!important;
    }
    .index-slide-text1 {
        margin-top: 0;
        margin-left: 23%;
        width: 127%;
        display: none!important;
    }
    .index-slide-text1>a {
        border-radius: 5px !important;
        width: 21% !important;
        color: white !important;
        padding: 2px 10px !important;
        margin-top: 10px;
        height: auto!important;
        color: #000!important;
        background-color: #ffca31;
        position: absolute;
        top: 62%;
        font-size: 12px;
    }
    #wrap ul li .a1 .divA>.p1 {
        font-size: 14px;
    }
    .more-right {
        float: left;
    }
    .mixitup h2 {
        margin: 20px auto!important;
        font-size: 14px!important;
        line-height: 22px!important;
    }
    #filters li span {
        padding: 5px 16px!important;
        font-size: 12px!important;
    }
    #filters {
        margin-bottom: 15px!important;
    }
    .portfolio-tit a {
        font-size: 12px!important;
        line-height: 28px!important;
    }
    .portfolio-titp {
        display: none;
    }
    .cloud h3 {
        font-size: 14px!important;
        margin-left: -106px;
        top: 28%;
    }
    .cloud-en h3 {
        font-size: 12px!important;
        margin-left: -176px;
    }
    .cloud {
        height: 140px;
    }
    .cloud a {
        font-size: 12px!important;
        padding: 5px 18px;
        border-radius: 3px;
        line-height: 0;
    }
    .cloud p {
        position: relative;
        left: 50%;
        top: 36%;
        margin-left: -45px;
    }
    .news-more {
        padding: 1px!important;
    }
    .title {
        text-align: center;
        margin: 30px 0 0 0;
    }
    .hd-tit {
        color: #ffffff!important;
        font-size: 12px!important;
        position: absolute;
        left: 12%;
        top: 40%;
        line-height: 18px;
    }
    .hd-tit1 {
        color: #ffca31!important;
    }
    .hd-tit2 {
        color: #048bd1!important;
        font-size: 14px!important;
        position: absolute;
        top: 25%;
        font-family: "Arial";
    }
    .hd-p {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -82px;
        top: 80%;
        font-size: 12px!important;
        color: #fff;
    }
    .hd-p2 {
        font-size: 12px!important;
        color: #c71500!important;
        position: absolute;
        top: 44%;
    }
    .hd-p3 {
        font-size: 12px!important;
        color: #474545;
        position: absolute;
        top: 60%;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    /* 平板pad ============================================ */
    .inbanner-box h1 {
        font-size: 30px!important;
    }
    .index-slide-text {
        top: 1%!important;
        padding: 1px 45px!important;
    }
    .index-slide-text>p {
        line-height: 20px!important;
        font-size: 14px!important;
        margin-bottom: 12px!important;
    }
    .index-slide-text>a {
        border-radius: 4px!important;
        width: 15%!important;
        color: white!important;
        padding: 5px 20px!important;
        margin-top: 5px;
    }
    .indextop h2 {
        font-size: 18px;
    }
    .fast-t {
        font-size: 18px;
    }
    .mb50 {
        margin-bottom: 5px;
    }
    .indextop p {
        font-size: 13px;
    }
    .fast-p {
        display: none;
    }
    .thumbnail-indextop {
        margin-top: 12px;
    }
    .thumbnail-left .fast-t {
        left: 27px;
    }
    .thumbnail-left2 .fast-t {
        left: 51px;
    }
    .thumbnail-left3 .fast-t {
        margin-left: 0;
    }
    .thumbnail-right .fast-t {
        margin-left: -5px;
    }
    .thumbnail-indexbig h4 {
        top: 28%;
        font-size: 18px;
        margin-left: -63px;
    }
    .c-btn {
        width: 92px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 14px;
        margin-left: 18px;
    }
    .thumbnail-indexbig .buttons {
        bottom: 31%;
        left: 50%;
        margin-left: -122px;
    }
    .thumbnail-indexbig2 h4 {
        top: 28%;
        font-size: 18px;
        left: 50%;
        margin-left: -54px;
    }
    .thumbnail-indexbig2 .buttons2 {
        bottom: 31%;
        left: 50%!important;
        text-align: left;
        margin-left: -178px;
    }
    .btn-width {
        width: 105px!important;
    }
    .c-btn-en {
        margin-left: 2px;
    }
    .fade .item.itemstar img {
        margin-top: 0!important;
    }
    .fade .item.itemstar2 img {
        margin-top: 0!important;
    }
    .fade .item.itemstar2 a {
        display: block;
        width: 100%;
    }
    #video {
        height: 404px;
    }
    .index-video .index-video-play {
        width: 90%!important;
        margin-left: 4%;
    }
    .index-video a.close {
        right: 4px!important;
    }
    #particles-js {
        position: absolute;
    }
    .index-slide-text1 {
        margin-top: 17%;
        margin-left: 43%;
        width: 127%
    }
    .index-slide-text1>a {
        border-radius: 5px !important;
        width: 12% !important;
        color: white !important;
        padding: 3px 10px !important;
        margin-top: 10px;
        height: auto!important;
        color: #000!important;
        background-color: #ffca31;
        position: absolute;
        top: 69%;
        font-size: 12px;
    }
    .video-thumb p {
        left: 50%;
        top: 23%;
        font-size: 18px;
        margin-left: -162px;
    }
    .video-thumb a {
        top: 60%!important;
    }
    .cloud {
        height: 256px;
    }
    .cloud h3 {
        top: 32%;
        font-size: 18px;
        margin-left: -135px;
    }
    .cloud a {
        padding: 6px 28px;
    }
    .cloud p {
        top: 40%;
        margin-left: -57px;
    }
    .title {
        margin: 30px 0 0 0;
    }
    .title h3 {
        font-size: 18px!important;
    }
    .tb30 {
        margin-bottom: 0;
    }
    .fast-t-en {
        font-size: 14px!important;
        margin-top: 20px;
    }
    .fast-p-en {
        display: none;
    }
    .portfolio-titp {
        display: none;
    }
    .cloud-en h3 {
        top: 32%;
        font-size: 16px;
        margin-left: -232px;
    }
    .cloud-en p {
        margin-left: -65px;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
    .navbar-right-en {
        margin-right: 1px;
    }
    .hd-tit {
        color: #fff !important;
        font-size: 14px !important;
        position: absolute;
        left: 12%;
        margin-left: 0;
        top: 45%;
        line-height: 28px;
        letter-spacing: 3px;
    }
    .hd-tit1 {
        color: #ffca31!important;
    }
    .hd-tit2 {
        color: #048bd1!important;
        font-size: 24px!important;
        position: absolute;
        top: 25%;
        font-family: "Arial";
        left: 5%;
    }
    .hd-p {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -82px;
        top: 75%;
        font-size: 12px!important;
        color: #fff;
    }
    .hd-p2 {
        font-size: 24px!important;
        color: #c71500!important;
        position: absolute;
        top: 44%;
        left: 5%;
    }
    .hd-p3 {
        font-size: 14px!important;
        color: #474545;
        position: absolute;
        top: 62%;
        left: 5%;
    }
}

@media(min-width: 992px) and (max-width:1279px) {
    /* 17桌面小屏显示器 ============================================ */
    .index-slide-text {
        top: 1%!important;
        padding: 2px 35px!important;
    }
    .inbanner-box h1 {
        font-size: 46px!important;
    }
    .index-slide-text>p {
        line-height: 24px!important;
        font-size: 16px!important;
    }
    .index-slide-text>a {
        border-radius: 4px!important;
        width: 13%!important;
        padding: 6px 25px!important;
        margin-top: 7px;
    }
    .thumbnail-right .fast-t {
        margin-left: -60px;
    }
    .thumbnail-right .fast-p {
        margin-left: -23px;
    }
    .thumbnail-indexbig h4 {
        top: 30%;
        font-size: 24px;
        margin-left: -84px;
    }
    .thumbnail-indexbig .buttons {
        bottom: 30%;
        left: 50%;
        margin-left: -153px;
    }
    .c-btn {
        font-size: 14px;
    }
    .thumbnail-indexbig2 h4 {
        top: 30%;
        font-size: 24px;
        margin-left: -72px;
    }
    .thumbnail-indexbig2 .buttons2 {
        bottom: 30%;
        left: 50%;
        margin-left: -218px;
    }
    .fade .item.itemstar2 img {
        /*display: none;*/
    }
    .fade .item.itemstar {
        /*background: url(../../img/index-banner.png) 100% 577px;
        height: 577px;*/
    }
    .fade .item.itemstar2 {
        /*background: url(../../img/2.png) no-repeat scroll center center!important;
        height: 577px;*/
    }
    /*.fade .item.itemstar img {
        margin-top: 0!important;
    }
    .fade .item.itemstar2 a {
        display: block;
        width: 100%;
    }*/
    #video {
        height: 529px;
    }
    .nav>li>a {
        padding: 21px 10px 18px 10px!important;
    }
    #particles-js {
        position: absolute;
    }
    .index-video a.close {
        right: 1px!important;
    }
    .index-video .index-video-play {
        width: 94%!important;
        margin-left: 2%!important;
    }
    .index-slide-text1 {
        margin-top: 0%;
        margin-left: 43%;
        width: 89%;
    }
    .index-slide-text1>a {
        border-radius: 5px !important;
        width: 11% !important;
        /* border: 1px solid #fff !important; */
        color: white !important;
        padding: 8px 30px !important;
        margin-top: 10px;
        height: auto!important;
        color: #000!important;
        background-color: #ffca31;
        position: absolute;
        top: 70%;
    }
    .label-text a {
        display: none;
    }
    .portfolio .label-text {
        padding: 9px 8px!important;
    }
    .portfolio .label1 {
        height: 35px!important;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    /* 19寸的液晶显示器(普屏/正屏)：1280×1024 ============================================ */
    .item>img {
        height: 577px!important;
    }
    .index-slide-text {
        padding: 10px 85px!important;
    }
    .index-slide-text {
        top: 4%!important;
    }
    .hd-tit {
        color: #fff !important;
        font-size: 20px !important;
        position: absolute;
        left: 12%;
        margin-left: 0;
        top: 48%;
        line-height: 40px;
        letter-spacing: 4px;
    }
    .hd-p {
        position: absolute;
        left: 12%;
        top: 78%;
    }
    .inbanner-box h1 {
        font-size: 38px!important;
    }
    .hd-tit2 {
        font-size: 38px!important;
    }
    .hd-p2 {
        font-size: 38px!important;
    }
    .hd-p3 {
        font-size: 24px!important;
        top: 58%;
    }
    /*.fade .item.active img {
        display: none;
    }
    .fade .item.itemstar2 img,
    .fade .item.itemstar3 img {
        display: none;
    }
    .fade .item.itemstar {
        background: url(../../img/7.jpg) center;
        height: 577px;
    }
    .fade .item.itemstar.itemstar-en {
        background: url(../../img/index-banner.jpg) center;
        height: 577px;
    }
    .index-slide-text-en a {
        height: auto!important;
    }
    .fade .item.itemstar2 {
        background: url(../../img/index-banner.jpg) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar3 {
        background: url(../../img/3.png) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar a,
    .fade .item.itemstar3 a {
        display: block;
        width: 100%;
        height: 577px;
    }*/
    #video {
        height: 640px;
    }
    .index-video .index-video-play {
        width: 96%!important;
    }
    .index-video a.close {
        right: 14px!important;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
}

@media (min-width:1440px) and (max-width:1599px) {
    /* 19寸液晶显示器(宽屏)：1440×900 ============================================ */
    .item>img {
        height: 577px!important;
    }
    .index-slide-text {
        padding: 10px 164px!important;
    }
    /*.fade .item.active img {
        display: none;
    }
    .fade .item.itemstar2 img,
    .fade .item.itemstar3 img {
        display: none;
    }
    .fade .item.itemstar {
        background: url(../../img/7.jpg) center;
        height: 577px;
    }
    .fade .item.itemstar.itemstar-en {
        background: url(../../img/index-banner.jpg) center;
        height: 577px;
    }
    .index-slide-text-en a {
        height: auto!important;
    }
    .fade .item.itemstar2 {
        background: url(../../img/index-banner.jpg) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar3 {
        background: url(../../img/3.png) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar a,
    .fade .item.itemstar3 a {
        display: block;
        width: 100%;
        height: 577px;
    }*/
    #video {
        height: 640px;
    }
    .index-video .index-video-play {
        width: 96%!important;
    }
    .index-video a.close {
        right: 14px!important;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
}

@media (min-width:1600px) and (max-width:1679px) {
    /* 20寸液晶显示器(宽屏)：1600×900 ============================================ */
    .item>img {
        height: 577px!important;
    }
    .index-slide-text {
        padding: 10px 270px!important;
    }
    /*.fade .item.active img {
        display: none;
    }
    .fade .item.itemstar2 img,
    .fade .item.itemstar3 img {
        display: none;
    }
    .fade .item.itemstar {
        background: url(../../img/7.jpg) center;
        height: 577px;
    }
    .fade .item.itemstar.itemstar-en {
        background: url(../../img/index-banner.jpg) center;
        height: 577px;
    }
    .index-slide-text-en a {
        height: auto!important;
    }
    .fade .item.itemstar2 {
        background: url(../../img/index-banner.jpg) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar3 {
        background: url(../../img/3.png) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar a,
    .fade .item.itemstar3 a {
        display: block;
        width: 100%;
        height: 577px;
    }*/
    #video {
        height: 640px;
    }
    .index-video .index-video-play {
        width: 96%!important;
    }
    .index-video a.close {
        right: 14px!important;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
}

@media (min-width:1680px) and (max-width:1919px) {
    /* 22寸液晶显示器(宽屏)：1680×1050 ============================================ */
    .item>img {
        height: 577px!important;
    }
    .index-slide-text {
        padding: 10px 270px!important;
    }
    /*.fade .item.active img {
        display: none;
    }
    .fade .item.itemstar2 img,
    .fade .item.itemstar3 img {
        display: none;
    }
    .fade .item.itemstar {
        background: url(../../img/7.jpg) center;
        height: 577px;
    }
    .fade .item.itemstar.itemstar-en {
        background: url(../../img/index-banner.jpg) center;
        height: 577px;
    }
    .index-slide-text-en a {
        height: auto!important;
    }
    .fade .item.itemstar2 {
        background: url(../../img/index-banner.jpg) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar3 {
        background: url(../../img/3.png) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar a,
    .fade .item.itemstar3 a {
        display: block;
        width: 100%;
        height: 577px;
    }*/
    #video {
        height: 640px;
    }
    .index-video .index-video-play {
        width: 96%!important;
    }
    .index-video a.close {
        right: 14px!important;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
}

@media (min-width:1920px) {
    /* 24寸液晶显示器(宽屏)：1920×1200 ============================================ */
    .item>img {
        height: 577px;
    }
    .indextop h2 {
        margin: 48px auto;
    }
    .thumbnail-indextop {
        margin-top: 30px;
    }
    .index-slide-text {
        padding: 10px 405px!important;
    }
    .index-slide-text>p {
        line-height: 40px!important;
    }
    .index-slide-text>a {
        margin-top: 20px;
    }
    /*.fade .item.active img {
        display: none;
    }
    .fade .item.itemstar2 img,
    .fade .item.itemstar3 img {
        display: none;
    }
    .fade .item.itemstar {
        background: url(../../img/7.jpg) center;
        height: 577px;
    }
    .fade .item.itemstar.itemstar-en {
        background: url(../../img/index-banner.jpg) center;
        height: 577px;
    }
    .index-slide-text-en a {
        height: auto!important;
    }
    .fade .item.itemstar2 {
        background: url(../../img/index-banner.jpg) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar3 {
        background: url(../../img/3.png) no-repeat scroll center center!important;
        height: 577px;
    }
    .fade .item.itemstar a,
    .fade .item.itemstar3 a {
        display: block;
        width: 100%;
        height: 577px;
    }*/
    #video {
        height: 640px;
    }
    .index-video .index-video-play {
        width: 96%!important;
    }
    .index-video a.close {
        right: 14px!important;
    }
    .nav-en>li>a {
        padding: 21px 16px 18px 16px!important;
    }
}
