﻿    .wap-no-pc-initial {
        display: none;
    }

.rightnav-goback {
    z-index: 100000;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display:block;
    color: #fff;
    cursor:pointer;
    text-align: center;
    text-decoration: none;
    border-radius:50%;
    background:rgba(9, 208, 116, 0.6);
    }

.rightnav-goback:hover {
    background:rgba(9, 208, 116, 1);
    color: #fff;
}

.header {
    background:rgba(9,208,116,0.75);
    height: 50px;
    z-index:999;
    width:100%;
    top:0;
}

.navbar {
    margin-bottom:0;
    z-index:30;
    /*height:110px;*/
}

.navbar-inverse {
    background: none;
}

.navbar-collapse { background: #fff; padding: 0; width: 100%;}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}

    .navbar-header {
        /*width:100%;*/
        z-index:19;
    }

.navbar-inverse .navbar-toggle {
    /*background-color: rgba(11, 36, 64, 0.25);*/
    border-color:transparent;
    margin-right: 5px;
    border-radius: 4px;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color:#fff;
    }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 196, 139, 0.5);
}

.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-brand {
    padding: 10px 15px;
    display: block;
    height: 50px;
}

    .navbar-brand img {
        height:30px;
    }
    
    .navbar-inverse .navbar-nav {
        border-bottom: solid 1px #fff;
        margin: 0;
    }
     
    .navbar-inverse .navbar-nav > li {
        border-top:solid 1px #fff;
    }
     
    .navbar-inverse .navbar-nav > li:first-child {
        border-top:none;
    }
     
    .navbar-inverse .navbar-nav > li > a {
        background:rgba(9,208,116,0.75);
        text-align:center;
        display:block;
        padding: 0 10px;
        line-height:42px;
        font-size:16px;
        color:#fff;
    }

.header .dropdown-menu {
    background:rgba(9,208,116,0.75);
    -webkit-box-shadow: none;
    left: calc(50% - 100px);
    padding: 8px 0 12px;
    box-shadow: none;
    width: 200px;
    /*width:25vw;
    left: calc(50% - 12.5vw);*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
}

.header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding: 0px 10px !important;
    text-align:center;
    line-height:42px;
    font-size:16px;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
}

        .header .dropdown-menu > li {
            border-top:solid 1px #fff;
        }

        .header .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li {
            /*border-top:solid 1px #fff;
            border-bottom: none;*/
        }

.header .navbar-nav ul.dropdown-menu > li > a {
    text-transform:uppercase;
    text-align:center;
    padding:0 15px;
    color:#fff;
}

.header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgba(1,56,61,0.75);
    text-decoration: none;
    color: #fff;
}

.header .navbar-nav .open .dropdown-menu {
    background: rgba(1,56,61,0.75);
}

.dropdown-submenu > a:after {
    display:none !important;
}

.header .dropdown-submenu a:hover + .dropdown-menu, .header .dropdown-submenu > .dropdown-menu {
    background:#efefef;
    margin-left:0 !important;
    margin-top:0 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav .dropdown:hover > a {
    background:#01383d;
    font-weight: bold;
    color:#fff;
}

        .header .dropdown-menu > li > a {
            /* background:url(../img/nav_arrow.png) no-repeat 440px center; */
            white-space: normal;
            line-height: 42px;
            font-size: 16px;
            /*height:66px;*/
        }

    .header .dropdown-menu ul {
        top: 0;
        left: 100%;
        padding: 0;
        width:25vw;
        margin-left: -1px;
        position: absolute;
        /*background-color: #da323999;*/
        -webkit-box-shadow: none; 
        /* box-shadow: 0 6px 12px rgba(0,0,0,0.175); */
    }

        .header .dropdown-menu ul > li > a {
            line-height:19px;
            /*height:67px;*/
        }

.header .navbar-nav ul.dropdown-menu ul > li > a {
    text-transform:uppercase;
    padding:24px 40px 24px 20px;
    color:#909090;
    /*color:rgba(0,0,0,0.5);*/
}

/**********  首页轮播  **********/

.banner {
    position:relative;
}

#imgBanner {
    position:relative;
    height:calc(100vw * 600 / 750);
    z-index:1;
}

.banner_img {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size:cover;
    position: absolute;
    width: 100vw;
    height: 100%; 
    left: 50%;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 2.5vw;
    /*right: auto;
    left: 5vw; 
    width: auto;*/ 
}

.swiper-pagination-bullet {
    /*background:url(../img/banner_dot.png) no-repeat center;
    background-size:contain;*/
    background:none;
    width: 12px;
    height: 12px;
    border:solid 1px #fff;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    /*background:url(../img/banner_dot-02.png) no-repeat center;
    background-size:contain;*/
    background:#fff;
}

.swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 42px;
    margin-top: 10px;
    -moz-background-size: 24px 42px;
    -webkit-background-size: 24px 42px;
    background-size: 24px 42px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/banner_arrow-02.png);
    margin-right:-585px;
    right: 50%;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/banner_arrow-01.png);
    margin-left:-585px;
    left: 50%;
    right: auto;
}

    .ind_1st_floor {
        position: relative;
    }

    .ind_2nd_floor {
        background-position:center top;
        background-repeat:no-repeat;
        background-size:cover;
        position: relative;
        padding:45px 0 0;
    }

    .ind_3rd_floor, .ind_4th_floor {
        background-position:center top;
        background-repeat:no-repeat;
        background-size:cover;
        position: relative;
        padding:45px 0 0;
    }

    .ind_2nd_floor_topimg, .ind_4th_floor_topimg {
        display:none;
    }

    .ind_1st_floor .bgimg {
        position:absolute;
        width: 150vw;
        z-index:1;
        bottom:0;
        right:0;
    }

    .ind_1st_floor .container {
        position:absolute;
        z-index:19;
        top:45px;
    }

.ind_1st_floor .ind_about {
    position:relative;
    padding:0 20px;
    z-index:29;
}

    .ind_1st_floor .ind_about .title {
        line-height:50px;
        font-size:30px;
        color:#09d074;
    }

    .ind_1st_floor .ind_about .sectitle {
        line-height:40px;
        font-size:20px;
        color:#000;
    }
    
    .ind_1st_floor .ind_text {
        text-align:justify;
        margin-top:8px;
        clear:both;
    }

    .ind_1st_floor .ind_text .content_title {
        padding-top:8px;
        line-height:34px;
        font-size:20px;
        color:#444;
    }

    .ind_1st_floor .ind_text .content_text {
        color:#777;
    }

    .ind_1st_floor .honorlist {
        width: calc(100% + 10px);
        margin: 36px -10px 0;
    }

    .ind_1st_floor .honorlist li {
        position: relative;
        padding:0 10px;
        width: 33.33%;
        float:left;
    }

    .ind_1st_floor .honorlist li .dataline {
        position: relative;
        color:#09d074;
        height:20px;
        float: left;
    }

    .ind_1st_floor .honorlist li .dataline .data {
        line-height:20px;
        font-size:28px;
        float:left;
    }

    .ind_1st_floor .honorlist li .dataline .unit {
        text-transform:uppercase;
        line-height:30px;
        font-size:12px;
        float:left;
    }

    .ind_1st_floor .honorlist li .title {
        line-height:18px;
        padding-top:5px;
        font-size:14px;
        color:#707070;
        clear: both;
    }

.titline {
    text-align:center;
}

.titline .title {
    line-height:34px;
    font-size:20px;
    color:#09d074;
}

.titline .border {
    background:#09d074;
    margin:5px auto;
    clear: both;
    height:2px;
    width:26px;
}

.titline .entitle {
    text-transform:uppercase;
    line-height:18px;
    font-size:12px;
    color:#737373;
}

.titline .sectitle {
    text-transform:uppercase;
    line-height:46px;
    font-size:26px;
}

.ind_2nd_floor ul li {
    padding:20px 20px 0;
}

.ind_2nd_floor ul li:nth-child(2n) .imgblock {
    padding-left:30px;
    padding-right:0;
}

.ind_2nd_floor ul li a .img {
    height:calc((100vw - 40px) * 398 / 707);
    position:relative;
    overflow:hidden;
    z-index:1;
}

.ind_2nd_floor ul ul li .img {
    height:calc((50vw - 25px) * 398 / 707);
}

.ind_2nd_floor ul li a .img img {
    animation:imgxfy 2s;
    animation-iteration-count:1;
}

.ind_2nd_floor ul li a:hover .img img {
    transform:scale(1.1);
    animation:imgxfd 2s;
    animation-iteration-count:1;
}

.ind_2nd_floor ul ul {
    width:calc(100% + 10px);
    padding-top:0;
    margin:0 -5px;
}

.ind_2nd_floor ul ul li {
    padding:10px 5px;
}

.ind_2nd_floor ul li .textblock {
    height:30px;
    color:#fff;
}

    /*.ind_2nd_floor a.textblock:hover, .ind_2nd_floor .gray_textmain a.textblock:hover {
        background:#6667ab;
    }*/

.ind_2nd_floor ul li .textblock .title {
    width:calc(100% - 90px);
    text-overflow:ellipsis;
    white-space:nowrap;
    background:#072525;
    line-height:30px;
    overflow:hidden;
    padding:0 15px;
    height:30px;
    float:left;
}

    .ind_2nd_floor ul li a:hover .textblock .title, .ind_2nd_floor ul li a.textblock:hover .title {
        background:#019c96;
    }

.ind_2nd_floor .textblock .more {
    text-transform:uppercase;
    text-align:center;
    background:#09d075;
    line-height:30px;
    width:80px;
    float:right;
}

    .ind_2nd_floor ul > li:first-child .imgblock a {
        position:relative;
        cursor:pointer;
        display:block;
        height:100%;
    }

    .ind_2nd_floor ul > li:first-child .imgblock a .video_icon {
        transform:translate(-50%,-50%);
        position:absolute;
        width:50px;
        z-index:19;
        left:50%;
        top:50%;
    }

    .ind_2nd_floor ul > li:first-child .imgblock .title {
        background: rgba(0,0,0,0.75);
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        position: absolute;
        line-height: 64px;
        font-size: 28px;
        overflow: hidden;
        padding: 0 15px;
        height: 64px;
        z-index: 19;
        width: 100%;
        color: #fff;
        bottom: 0;
    }

    .ind_2nd_floor .readmore {
        margin:60px auto;
        border-radius:30px;
        background:#09d074;
        text-align:center;
        line-height:30px;
        font-size:14px;
        display:block;
        width:120px;
        height:30px;
        color:#fff;
    }

    .ind_3rd_floor_main {
        width: calc(100% - 40px);
        margin:0 auto;
    }

    .ind_3rd_floor .titline .title {
        color:#fff;
    }

    .ind_3rd_floor .titline .entitle {
        color:rgba(255,255,255,0.4);
    }

    .ind_3rd_floor .titline .text {
        /*text-align:center;*/
        text-indent:2em;
        text-align:left;
        margin-top:24px;
        color:#fff;
    }

    .ind_3rd_floor .more {
        margin:30px auto 60px;
        border-radius:30px;
        background:#fff;
        text-align:center;
        line-height:30px;
        font-size:14px;
        display:block;
        width:120px;
        height:30px;
        color:#09d074;
    }

    .ind_3rd_floor .btnlist {
        width:calc(100vw - 20px);
        position:relative;
        margin:10px auto 0;
    }

    .ind_3rd_floor .btnlist li {
        padding:10px;
    }

    .ind_3rd_floor .btnlist li a {
        border:solid 1px #fff;
        padding:12px 15px;
        position:relative;
        display:block;
    }

    .ind_3rd_floor .btnlist li a .pds {
        position:absolute;
        line-height:20px;
        font-size:12px;
        color:#fff;
        left: 5px;
        top: 1px;
    }

    .ind_3rd_floor .btnlist li a .title {
        text-align:center;
        line-height:36px;
        font-size:16px;
        color:#fff;
    }

    .ind_4th_floor .titline .title {
        color:#000;
    }

    .ind_4th_floor .more {
        margin:20px auto 60px;
        border-radius:30px;
        background:#fff;
        text-align:center;
        line-height:30px;
        font-size:14px;
        display:block;
        width:120px;
        height:30px;
        color:#09d074;
    }

.ind_news {
    padding:28px 20px 0;
}

a.ind_1st_news {
    background:#fff;
    display:block;
}

a.ind_1st_news .textmain {
    padding:15px 20px;
}

a.ind_1st_news .textmain .date {
    color:#aaa;
}

a.ind_1st_news .textmain .textinfo .title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height:26px;
    font-size:16px;
    color:#09d074;
    height:26px;
}

a.ind_1st_news .textmain .textinfo .text {
    line-height:24px;
    font-size:14px;
    color:#808080;
}

a.ind_1st_news .textmain .textinfo .text .details {
    text-transform:uppercase;
    color:#09d074;
}

.ind_news ul li {
    border-top:dashed 2px #dedede;
    padding:14px 0 15px;
}

.ind_news ul li:first-child {
    border-top:none;
}

.ind_news ul li a .img {
    overflow:hidden;
    height:105px;
    width:150px;
    float:left;
}

.ind_news ul li a .img img {
    animation-iteration-count:1;
    animation:imgfy 2s ;
    transform:scale(1);
}

.ind_news ul li a:hover .img img {
        transform:scale(1.2);
        animation:imgfd 2s ;
        animation-iteration-count:1;
}

.ind_news ul li a .title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height:26px;
    font-size:16px;
    height:26px;
    color:#333;
}

.ind_news ul li a .text {
    text-align:justify;
    overflow: hidden;
    line-height:24px;
    font-size:14px;
    color:#808080;
    height: 72px;
}

.ind_news ul li a .textmain .date {
    margin:9px 18px 0 0;
    background:#09d074;
    text-align:center;
    padding-top:12px;
    float:left;
    width:72px;
    height:82px;
    color:#fff;
}

.ind_news ul li a .textmain .day {
    font-weight:bold;
    line-height:40px;
    font-size:38px;
}

.ind_news ul li a .textmain .month {
    line-height:20px;
    font-size:12px;
}

.ind_news ul li a .textmain .textinfo {
    width:calc(100% - 90px);
    float:left;
}

.ind_news ul li a .details {
    text-transform:uppercase;
    color:#09d074;
}

    .ind_news ul li a:hover .textmain .title {
        color:#09d074;
    }

/**********  内页导航  **********/

.inner_banner {
    height:calc(100vw * 450 / 750); 
    position:relative;
}

.banner_img_only {
    /* height:calc(100vw * 800 / 1920); */
}

.inner_banner .banner_img {
    /* height:100%; */
}

.about_main {
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    margin-left:-960px;
    padding-top:33px;
    height:1145px;
    width:1920px;
    left:50%;
}

.about_main_list {
    position: absolute;
    width: 1920px;
    height: 692px;
    bottom: 0;
}

.about_main_list li {
    width:calc(50% + 164px);
    height:100%;
    float:left;
}

.about_main_list li:first-child {
    width:calc(50% - 164px);
}

.about_main_list li a {
    cursor:pointer;
}

.about_main_list li .img {
    overflow:hidden;
    height: 100%;
    width:376px;
    float:left;
}

.about_main_list li a .img img {
    animation-iteration-count:1;
    animation:imgfy 2s ;
    transform:scale(1);
}

.about_main_list li a:hover .img img {
        transform:scale(1.2);
        animation:imgfd 2s ;
        animation-iteration-count:1;
}

.about_main_list li:first-child .img {
    height: 347px;
    float:none;
    width:100%;
}

.about_main_list li .about_main_text {
    padding:52px 420px 52px 60px;
    width:calc(100% - 376px);
    background:#6667ab;
    text-align:justify;
    line-height:30px;
    font-size:16px;
    float: left;
    color:#fff;
}

.about_main_list li:first-child .about_main_text {
    padding:42px 60px 0 calc(50% + 60px);
    height:calc(100% - 347px);
    text-align:justify;
    background:#2e2e2e;
    line-height:30px;
    font-size:16px;
    float:none;
    color:#fff;
    width:100%;
}

.about_honor {
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    margin-left:-960px;
    height:740px;
    width:1920px;
    left:50%;
}

.about_honor_main {
    position:relative;
    margin-top:86px;
}

.about_honor_prev, .about_honor_next {
    position:absolute;
    cursor:pointer;
    display:block;
    height:56px;
    width:56px;
    top:120px;
}

.about_honor_prev {
    background:url(../img/about_arrow.png) no-repeat center;
    left:-82px;
}

.about_honor_prev:hover {
    background:url(../img/about_arrow_h.png) no-repeat center;
}

.about_honor_next {
    background:url(../img/about_arrow-02.png) no-repeat center;
    right:-82px;
}

.about_honor_next:hover {
    background:url(../img/about_arrow-02_h.png) no-repeat center;
}

.about_honor_list {
    overflow:hidden;
    margin:0 -7.5px;
    width:1185px;
}

.about_honor_list li {
    padding:0 7px;
    float:left;
}

.about_honor_list li a {
    border:solid 1px #b5b5b5;
    display:block;
    width:223px
}

.about_honor_list li a:hover, .about_honor_list li.active a {
    border:solid 1px #2e2e2e;
}

.about_other {
    position:relative;
    margin-left:-960px;
    width:1920px;
    left:50%;
}

.about_network {
    position:relative;
    margin-left:-960px;
    width:1920px;
    left:50%;
}

.about_network .about_other_main, .about_other .about_other_main {
    background-position:center top;
    background-repeat:no-repeat;
    height:790px;
}

.about_network .about_other_main:first-child {
    height:900px;
}

.about_network .about_other_main .ind_titline {
    padding-right: 30px;
    padding-left: 30px;
}

.probody {
    /*margin-bottom:25px;
    margin-top:30px;*/
}

/**********  产品中心  **********/

.pronav {
    position:relative;
    margin: 20px 20px 0;
    width: calc(100vw - 40px);
}

    .pronav_border {
        background:#909ba7;
        position:absolute;
        bottom:2px;
        width:100%;
        height:1px;
        z-index:1;
}

    .pronav_boback {
        position: absolute;
        line-height: 36px;
        display: block;
        font-size:12px;
        color:#939393;
        left:0;
        top:0;
    }

.pronav_boback:hover {
    color:#3d3d3d;
}

    .pronav ul {
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        transform:translateX(-50%);
        position:relative;
        border-bottom:none;
        clear:both;
        float:left;
        left:50%;
    }

.pronav ul > li {
    
}

.pronav ul > li > a .border {
    background:#09d074;
    position:absolute;
    margin-left:-22px; 
    display:none;
    width:44px;
    height:5px;
    left:50%;
    bottom:0;
}

    .pronav ul > li > a {
        position:relative;
        text-align:center;
        color:#b9b9b9;
        display: block;
        line-height:30px;
        font-size:16px;
        height: 38px;
        border: none;
    }

    .pronav ul > li > a > p {
        transform:translateY(-50%);
        position:relative;
        line-height:30px;
        padding:0 30px;
        font-size:16px;
        top:50%;
    }

    .pronav ul > li > a:hover, .pronav ul > li.active > a {
        color:#09d074;
    }

.pronav ul > li > a:hover .border, .pronav ul > li.active > a .border {
    display:block;
}

.prosortlist {
    min-height: calc(100vw + 36px);
    width:calc(100vw - 20px);
    padding:36px 0;
    position:relative;
    margin:0 auto;
    z-index:19;
}

.prosort_bg {
    width:calc(100% - 20px);
    position:relative;
    display:none;
    margin:0 auto;
    z-index:1;
}

.prosort_bg.active {
    display:block;
}

.prosortlist ul {
    position:absolute;
    width:100%;
    z-index:19;
    top:16px;
}

.prosortlist li {
    padding: 20px 10px 0; 
}

.prosortlist li a {
    height: calc(50vw - 30px);
    position:relative;
    display:block;
}

    .prosortlist li .info {
        background:rgba(0,0,0,0.5);
        position:absolute;
        padding: 20px;
        height: 100%;
        z-index:19;
        top:0;
    }

    .prosortlist li a:hover .info {
        display:block;
    }

.prosortlist li .proimg {
    /*padding:0 0 0 5px;*/
}

.prosortlist li a .infomain {
    /*-webkit-transform:translateY(-18px);
    -moz-transform:translateY(-18px);
    transform:translateY(-18px);
    position:relative;
    top:50%;*/
}

.prosortlist li a .info_title {
    text-transform:uppercase;
    font-weight:bold;
    line-height:26px;
    font-size:16px;
    color:#fff;
}

.prosortlist li a .info_entitle {
    text-transform:uppercase;
    line-height:18px;
    font-size:12px;
    color:#fff;
}

.prolist {
    margin:0 10px;
    padding:18px 0;
    position:relative;
    width:calc(100vw - 20px);
}

.prolist li {
    padding: 20px 10px 0; 
}

.prolist li a {
    position:relative;
    display:block;
}

.prolist li a .img {
    height: calc(50vw - 30px);
    width: calc(50vw - 30px);
    position:relative;
    overflow:hidden;
    z-index:1;
}

.prolist li a .img img {
    transform:translateY(-50%) scale(1);
    animation-iteration-count:1;
    animation:imgjzfy 2s ;
    transform:translateY(-50%);
    position:absolute;
    top:50%;
}

.prolist li a:hover .img img {
        transform:translateY(-50%) scale(1.2);
        animation:imgjzfd 2s ;
        animation-iteration-count:1;
}

    .prolist li .info {
        background:rgba(9,208,116,0.7);
        position:absolute;
        padding: 5px 10px;
        z-index:19;
        bottom:0;
    }

    .prolist li a:hover .info {
        display:block;
    }

.prolist li a .info_title {
    text-transform:uppercase;
    position:relative;
    line-height:20px;
    text-align:center;
    font-size:14px;
    color:#fff;
}

.prolist li .proimg {
    /*padding:0 0 0 5px;*/
}

.prolist li a .info_entitle {
    text-transform:uppercase;
    margin-top:26px;
    line-height:28px;
    font-size:26px;
    color:#0b2440;
}

    .prolist li .info_text {
        /*text-align:justify;*/
        text-transform:uppercase;
        line-height:22px;
        margin-top:36px;
        color:#969696;
    }

    .prolist li .probtn a {
        border:solid 1px #6667ab;
        text-transform:uppercase;
        text-decoration:none;
        text-align:center;
        margin:50px 0 0;
        display:block;
        border-radius:18px;
        line-height:36px;
        font-size:16px;
        height:38px;
        width:152px;
        color:#6667ab;
    }   

.probody .pager {
    margin-top:25px;
}

.showpro_nav {
    border-bottom:solid 1px #dcdcdc;
    background: #f5f6f7;
    padding:3px 0 0;
    height:76px;
    width:100vw;
}

.showpro_nav ul {
    transform:translateX(-50%);
    position:relative;
    float:left;
    left:50%;
}

.showpro_nav ul li {
    padding:0 16px;
    float:left;
}

.showpro_nav ul li a {
    line-height:72px;
    font-size:20px;
    display:block;
    padding:0 2px;
    cursor:pointer;
    color:#000;
}

.showpro_nav ul li.active a {
    border-bottom:solid 1px #09d074;
    color:#09d074;
}

.showpro_main {
    /*min-height:780px;*/
    padding:50px 0;
    display:none;
}

.showpro_main img {
    display:block;
    margin:0 auto;
}

.showpro_main.active {
    display:block;
}

.newsnav {
    margin-bottom:15px;
}

.newsnav ul > li.active > a, .newsnav ul > li.active > a:hover, .newsnav ul > li.active > a:focus {

}

    .newsnav ul > li {
        padding-top:20px;
        padding-left:5px;
        float:right;
    }

    .newsnav ul > li > a {
        display: block;
        text-align:center;
        padding: 0 10px;
        border-radius: 0;
        line-height: 28px;
        color:#969696;
    }

    .newsnav ul > li > a:hover,.newsnav ul > li.active > a {
        background:#6667ab;
        border-radius:14px;
        color:#fff;
    }

.newsnav ul > li.dropdown > a {
    background-image: url(../img/prolist-02.jpg);
    background-repeat: no-repeat; 
    background-position: 341px 26px;
}

.newsnav ul > li.open > a {
    border-bottom-color: #d5d5d5;
    border-left-color: #da3239;
}

/*.nav-tabs > li.proleft_On > a, .newsnav ul > li.active > a, .newsnav ul > li.active > a:hover, .newsnav ul > li.active > a:focus {
    border: none;
    color: #fff;
    background-color: #da3239;
    background-image: url(../img/nav_arrow_w2.png) !important;
    background-repeat: no-repeat; 
    background-position: 165px 22px;
    cursor: pointer;
}*/

 .newsnav ul > li ul.dropdown-menu {
    border: none;
    border-bottom: solid 1px #d5d5d5;
    position: relative;
    /*top: 100%;
    left: 0;*/
    width: 100%;
    z-index: 1000;
    /*display: none;*/
    float: none;
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0;
}

 .newsnav ul > li ul.dropdown-menu > li ul.dropdown-menu {
     position:absolute;
}

 .newsnav ul > li.open ul.dropdown-menu {
     display: block;
}

 .newsnav ul > li ul.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    white-space: normal;
    padding: 20px 70px 16px 12px;
    line-height: 20px;
    padding: 20px 27px 16px;
    border-bottom: none;
    color: #444;
    background-color: #efefef;
    /*border-bottom-color: transparent;*/
    cursor: pointer;
}

.newsnav .dropdown-submenu > a:after {
    margin-top: 0 !important;
    margin-right: -10px !important;
}

.newsnav ul > li ul.dropdown-menu > li > a:hover, .newsnav ul > li ul.dropdown-menu > li > a:focus {
    font-weight:bold;
    color: #da3239;
}

    .newslist {
        padding:0 20px 10px;
    }

.newslist li {
    padding:26px 0 0;
}

    .newslist li .border {
        height:5px;
    }

    .newslist li .gray_block {
        background:#797979;
        position:relative;
        width:70px;
        height:5px;
        z-index:19;
}

    .newslist li .border_line {
        background:#797979;
        position:absolute;
        height:1px;
        z-index:1;
        top:2px;
}

    .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat 26px center;
        line-height:26px;
        font-size:14px;
        color:#797979;
        height:26px;
    }

    .casebody .newslist li .info_date, .probody .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat right 5px;
        padding-right:25px;
        line-height:26px;
        font-size:14px;
        color:#09d074;
        float:left;
    }

    .newslist li .latest_news {
        background:url(../img/news_top.png) no-repeat left top;
    }

    .newslist li .info_date .info_day {
        float:left;
    }

    .newslist li .info_date .info_year {
        padding-left:22px;
        float:left;
    }

.newslist li a {
    position:relative;
    margin-top:26px;
    cursor:pointer;
    display:block;
}

.newslist li a img {
    display:block;
}

.newslist li a .img {
    display:block;
}

.newslist li a .video_icon {
    transform:translate(-50%,-50%);
    position:absolute;
    z-index:19;
    left:50%;
    top:50%;
}

.newslist li a .info {
    padding:0 0 20px;
}

.newslist li a .info_title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-top:10px;
    line-height:36px;
    font-size:18px;
    color:#5c5c5c;
    height:36px;
}

    .newslist li a .info_text {
        text-align:justify;
        line-height:24px;
        font-size:14px;
        overflow:hidden;
        max-height:72px;
        color:#8f8f8f;
    }

.newslist li a:hover .info_title, .newslist li a:hover .info_text, .newslist li a:hover .info_date {
    color:#09d074;
}

.newsbody .pager {
    margin-bottom:26px;
}
    
.article-metas .metas-body {
    margin: 20px auto;
}

.article-action-btn {
    margin-top:20px; 
}

    .article-text {
        text-align:justify;
        line-height:24px;
        font-size:14px;
    }

    .article-text p {
        line-height:24px;
        margin-bottom:0;
        text-indent:2em;
    }

    .article-text .con, .article-text section {
        width:100% !important;
    }

.article-prevnext {
    margin: 10px 0 50px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #dedede;
}

/**********  操作视频  **********/

.videolist {
    padding:0 7px;
}

.videolist li {
    padding:0 7px 28px;
}

.videolist li a {
    position:relative;
    display:block;
}

.videolist li a img {
    height:calc((50vw - 21px) / 4 * 3);
    display:block;
}

.videolist li a p {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    text-align:center;
    line-height:24px;
    padding:12px 10px;
    font-size:14px;
    height:48px;
    color:#333;
}

.videolist li a img.video_icon {
    margin:-45px 0 0 -45px;
    position:absolute;
    border:none;
    height:90px;
    width:90px;
    z-index:10;
    left:50%;
    top:50%;
}

/**********  优秀案例  **********/

.casebody {
    width:calc(100% - 40px);
    margin:26px auto;
}

.caselist li {
    padding: 32px 0 0;
}

.caselist li .proimg {
    
}

.caselist li .proimg a {
    display:block;
}

.caselist li a.info_title {
    margin-top:20px;
    line-height:30px;
    font-size:20px;
    color:#6667ab;
}

.caselist li a.info_entitle {
    margin-top:8px;
    line-height:20px;
    font-size:16px;
    color:#6667ab;
}

    .caselist li .info_text {
        /*text-align:justify;*/
        text-transform:uppercase;
        line-height:22px;
        font-size:14px;
        margin-top:10px;
        color:#969696;
    }

    .caselist li .probtn a {
        border:solid 1px #6667ab;
        text-transform:uppercase;
        text-decoration:none;
        text-align:center;
        margin:18px 0 0;
        display:block;
        border-radius:18px;
        line-height:26px;
        font-size:12px;
        height:28px;
        width:100px;
        color:#6667ab;
        float:right;
    }

    .caselist li .probtn a:hover {
        border:solid 1px #003350;
        background:#003350;
        color:#fff;
    }   

    .ind_ctac_input {
        border-radius:0;
        padding:0 18px;
        line-height:36px;
        font-size:16px;
        width:100%;
        height:36px;
        border:none;
    }

    .ind_ctac_textarea {
        border:none;
        margin-bottom:20px;
        padding:6px 18px;
        line-height:26px;
        font-size:16px;
        height:78px !important;
        width:100%;
    }

    .ind_ctac_subline .ind_ctac_ask {
        float:left;
        width:188px;
        font-size:14px;
    }

    .ind_ctac_subline .ind_ctac_answer {
        width: calc(33% - 10px);
        border:solid 1px #09d074;
        background: #09d074;
        margin-left: 25px;
        line-height: 24px;
        font-size: 16px;
        float: right;
        height: 36px;
    }

    .ind_ctac_input[type='submit'] {
        background: #09d074;
        color:#fff;
    }

.contact_feedback {
    border:solid 1px #eee;
    position:relative;
    background:#f9f9f9;
    margin-top: 20px;
    padding:0 20px 30px;
    z-index:19;
}

.contact_maintitle {
    color: rgba(0,0,0,0.65);
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
    font-size: 20px;
}

.contact_hl_title {
    line-height:22px;
    margin-top:8px;
    font-size:12px;
    color:#151515;
}

.contact_hl_text {
    line-height:24px;
    font-size:24px;
    color:#09d074;
}

.contact_feedback .ind_ctac_item, .contact_booking .ind_ctac_item {
    margin-bottom:0;
    margin-top:14px;
    /*float:none;
    width:100%;*/
}

.contact_feedback .ind_ctac_item:nth-child(2n) {
    text-align:left;
    padding-left:0;
}

.contact_feedback .ind_ctac_input, .contact_booking .ind_ctac_input {
    border:solid 1px #eee;
    font-size:14px;
    box-shadow:none;
    line-height:30px;
    height: 30px;
    color:#ababab;
}

.contact_feedback .ind_ctac_textarea, .contact_booking .ind_ctac_textarea {
    border:solid 1px #eee;
    box-shadow:none;
    margin-top:13px;
    padding:9px 18px;
    line-height:22px;
    font-size:14px;
    height:86px !important;
    width:100%;
}

.contact_feedback .ind_ctac_subline .ind_ctac_ask {
    float:left;
    width: 226px;
    margin-top: 8px;
}

.contact_feedback .ind_ctac_subline .ind_ctac_answer, .contact_booking .ind_ctac_subline .ind_ctac_answer {
    background:#09d074;
    line-height:26px;
    font-size:14px;
    margin:0 auto;
    display: block;
    float:none;
    border:none;
}

.contact_feedback .ind_ctac_subline .ind_ctac_answer {
    margin-left:0;
    float:left;
    width:100%;
}

.contact_feedback .ind_ctac_subline .ind_ctac_answer:hover, .contact_feedback .ind_ctac_subline .ind_ctac_answer:focus, .contact_booking .ind_ctac_subline .ind_ctac_answer:hover, .contact_booking .ind_ctac_subline .ind_ctac_answer:focus {
    border-color: #09d074;
    background:#09d074;
}
    
    .contact_map {
        height:50vh;
        border:none;
        font-size:12px;
    }

    .serve_ctatus {
        padding:45px 20px;
    }

    .serve_ctatus_main {
        position:relative;
    }

    .serve_ctatinfo li {
        padding-top:13px;
    }

    .serve_ctatinfo li p, .serve_ctatinfo li p a {
        text-transform:uppercase;
        line-height:30px;
        font-size:14px;
        color:#000;
    }

    .serve_ctatinfo li p:first-child {
        line-height:30px;
        font-size:14px;
        color:#acacac;
    }

    .serve_qrcode {
        position:absolute;
        width:100px;
        bottom:0;
        right:0;
    }

    .serve_qrcode li {
        padding:0;
        float:left;
        width:100px;
    }

    .serve_qrcode li p {
        padding-top:5px;
        text-align:center;
        line-height:30px;
        font-size:14px;
        color:#000;
    }

footer a:hover, footer a:active, footer a:focus {
    color: #09d074;
}

.footer {
    background:#01383d;
    padding:52px 0 0;
}

.footer .container {
    margin: 0 auto;
}

    .footer_logo {
        display:block;
    }

    .footer_logo img {
        margin:0 auto;
        display:block;
    }

.footer_main {
    width:calc(100vw - 40px);
    margin: 24px auto;
}

    .footer_info_main {
        padding-bottom: 50px;
        position:relative;
    }

    .foot_qrcode {
        /*padding: 18px 0 0 0;*/
        position: absolute;
        width: 80px;
        bottom: 12px;
        right: 0;
    }

    .foot_qrcode p {
        text-align:center;
        margin-top:12px;
        line-height:26px;
        font-size:16px;
        color:#fff;
    }

    .footer_info p {
        padding:15px 0;
        color:#fff;
    }

    .footer_copyright {
        position:relative;
        background:#002224;
        text-align: center;
        padding: 10px 0;
        line-height:24px;
    }

    .footer_copyright_main {
        transform:translateX(-50%);
        position:relative;
        float:left;
        left:50%;
    }

@media (min-width: 768px) {

    .wap-no-pc-initial {
        display: initial;
    }

    .header {
        position: fixed;
        height: 100px;
    }

    /*.navbar-header {
        width:25%;
    }*/

    .navbar-collapse { background: transparent;}

    .navbar-inverse .navbar-collapse {
        /*padding: 44px 0 34px;*/
    }

    .navbar-inverse .navbar-toggle {  
        margin-top: 31px;
    }

    .navbar-collapse.collapse.in {
        max-height:calc(100vw * 933 / 1920) !important;
        display:block !important;
    }

    .navbar-brand {
        margin: 0 auto;
        font-size: 15px;
        line-height: 17px;
        height: auto;
    }

    .navbar-brand img {
        height: auto;
        float:left;
    }
     
    .navbar-inverse .navbar-nav {
        margin-right: 4px;
        border-bottom:none;
        float:right;
    }
     
    .navbar-inverse .navbar-nav > li {
        margin-left:8px;
        border-top:none;
    }
     
    .navbar-inverse .navbar-nav > li:first-child {
        margin-left:0;
    }
     
    .navbar-inverse .navbar-nav > li > a {
        border-bottom:solid 2px transparent;
        padding: 4px 10px 0;
        line-height:94px;
        font-size:20px;
        background:none;
        color:#fff;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        border-bottom:solid 2px #fff;
        font-weight: bold;
        background:none;
        /*color:#003350;*/
    }

    .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav .dropdown:hover > a {
        border-bottom:solid 2px #fff;
        font-weight: bold;
        background:none;
        /*color:#003350;*/
    }

    .top_controller {
        padding:21px 0 0;
    }

    .top_search {
        padding-top:22px;
    }

    .top_search input[type=text] {
        width:100%;
    }

    .top_search.active {
        position: relative;
        padding: 0;
    }

    .top_lang {
        margin-left: 50px;
        margin-top:0;
        float:right;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        opacity: 1;
    }

    .header .dropdown-submenu a:hover + .dropdown-menu, .header .dropdown-submenu > .dropdown-menu {
        background:#fff;
    }

    .header .navbar-nav .open .dropdown-menu {
        background: rgba(9,208,116,0.75);
    }

        .header .dropdown-menu > li {
            border-top:none;
        }

        /*.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus, .header .dropdown-menu > li.active > a {
            color:#09d074 !important;
            font-weight:bold;
        }*/

        .header .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li {
            border-top:none;
        }

    #imgBanner {
        height:758px;
    }

    .banner_info {
        margin-left:18.72vw;
        margin-right:0;
        width:auto;
    }

    .banner_title {
        line-height:3vw;
        font-size:2.4vw;
    }

    .banner_textline {
        padding:2.5vw 0 0 7.29vw;
    }

    .banner_textline .title {
        line-height:1.67vw;
        font-size:1.35vw;
    }

    .banner_textline .text {
        margin-top:28px;
        line-height:1.25vw;
        font-size:0.7vw;
    }

    .banner_textline .more {
        margin-top: 28px;
        line-height:2vw;
        font-size:0.7vw;
        width:120px;
    }

    .titline .title {
        line-height:66px;
        font-size:40px;
    }

    .titline .border {
        margin:5px auto;
        height:3px;
        width:52px;
    }

    .titline .entitle {
        line-height:34px;
        font-size:16px;
    }

    .ind_2nd_floor .readmore {
        margin:40px auto 0;
        border-radius:42px;
        line-height:42px;
        font-size:16px;
        width:200px;
        height:42px;
    }

    .ind_3rd_floor {
        margin-left: -960px;
        padding:225px 0 0;
        width: 1920px;
        height:934px;
        left: 50%;
    }

    .ind_3rd_floor .more {
        margin:80px 0 0;
        border-radius:42px;
        line-height:42px;
        font-size:16px;
        width:200px;
        height:42px;
    }

    .ind_3rd_floor .more:hover {
        background:#09d074;
        color:#fff;
    }

    .ind_4th_floor {
        margin-left: -960px;
        padding:86px 0 0;
        width: 1920px;
        height:964px;
        left: 50%;
    }

    .ind_4th_floor .more {
        margin:40px auto 0;
        border-radius:42px;
        line-height:42px;
        font-size:16px;
        width:200px;
        height:42px;
    }

    .ind_4th_floor .more:hover {
        background:#09d074;
        color:#fff;
    }

    .ind_news {
        padding:56px 0 0;
    }

    a.ind_1st_news .img img {
        animation-iteration-count:1;
        animation:imgfy 2s ;
        transform:scale(1);
    }

    a.ind_1st_news:hover .img img {
            transform:scale(1.2);
            animation:imgfd 2s ;
            animation-iteration-count:1;
    }

    a.ind_1st_news .textmain {
        padding:21px 25px;
    }

    a.ind_1st_news .textmain .date {
        background:#09d074;
        text-align:center;
        padding-top:12px;
        height:90px;
        color:#fff;
    }

    a.ind_1st_news .textmain .day {
        font-weight:bold;
        line-height:44px;
        font-size:42px;
    }

    a.ind_1st_news .textmain .month {
        line-height:24px;
        font-size:16px;
    }

    a.ind_1st_news .textmain .textinfo {
        padding-left:18px;
    }

    a.ind_1st_news .textmain .textinfo .title {
        line-height:30px;
        font-size:18px;
        height:30px;
    }

    a.ind_1st_news .textmain .textinfo .text {
        line-height:28px;
        font-size:16px;
    }

    .ind_news ul {
        padding-left:40px;
    }

    .ind_news ul li:first-child {
        padding-top:0;
    }

    .ind_news ul li a .textmain {
        padding:0 18px;
        float:left;
    }

    .ind_news ul li a .title {
        line-height:28px;
        font-size:18px;
        height:28px;
    }

    .ind_news ul li a .text {
        line-height:28px;
        font-size:16px;
        height: 84px;
    }

    .ind_news ul li a .textmain .date {
        margin:11px 18px 0 0;
        width:92px;
        height:90px;
    }

    .ind_news ul li a .textmain .day {
        line-height:44px;
        font-size:42px;
    }

    .ind_news ul li a .textmain .month {
        line-height:24px;
        font-size:16px;
    }

    .ind_news ul li a .textmain .textinfo {
        width:calc(100% - 120px);
    }

    .inner_banner {
        /* height:calc(100vw * 800 / 1920); */
        height:380px;
    }

    .probody {
        /*margin:60px auto 0;*/
    }
    
    .probody .navlist{
        padding-right:50px;
    }

    .probody .navlist li{
        
    }

    .probody .navlist li a{
        border-radius:8px;
        background:#f5f6f8;
        padding:13px 20px;
        line-height:30px;
        display:block;
        font-size:18px;
        color:#909ba7;
    }

    .probody .navlist li a:hover, .probody .navlist li.active a{
        background:#003350;
        color:#fff;
    }

    .prolist {
        padding:36px 0 0;
    }

    .prolist li {
        padding: 28px 12px 0;
    }

    .prolist li a .img {
        height:275px;
        width:275px;
    }

    .prolist li .info {
        background:rgba(9,208,116,0.7);
        /*width:calc(50vw - 15px);*/
        position:absolute;
        max-height:48px;
        display:block;
        z-index:19;
        left:0;
        bottom:0;
    }

    .prolist li a.info_entitle {
        margin-top:46px;
        line-height:38px;
        font-size:36px;
    }

    .prolist li a .info_title {
        /*-webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        transform:translateY(-50%);*/
        text-transform:uppercase;
        position:relative;
        line-height:20px;
        text-align:center;
        font-size:14px;
        color:#fff;
        /*top:50%;*/
    }

    .prolist li .info_text {
        /*text-align:justify;*/
        line-height:24px;
        font-size:16px;
        margin-top:36px;
    }
    
/**********  产品详情  **********/

    .newsbody {
        
    }

    .newsnav {
        margin-bottom:0;
        padding:0;
    }

    .newsnav ul {
        padding-right:30px;
    }

    .newsnav ul > li {
        padding-top:0;
    }

    .newsnav ul > li > a {
        line-height: 30px;
        font-size:16px;
        padding:0 15px;
    }

    .newsnav ul > li > a:hover,.newsnav ul > li.active > a {
        background:#6667ab;
        border-radius:12px;
        color:#fff;
    }

    .newslist {
        margin:0 0 30px;
        padding:0;
    }

    .newslist li {
        padding:30px 0 0;
    }

    .newslist li .border {
        height:7px;
    }

    .newslist li .gray_block {
        width:210px;
        height:7px;
    }

    .newslist li .border_line {
        top:3px;
    }

    .newslist li a {
        margin-top:30px;
    }

    .newslist li a .info {
        padding:16px 35px 0 5px;
    }

    .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat 38px center;
        font-size:18px;
    }

    .newslist li a .info_text {
        margin-top:10px;
    }

    .newsbody .pager {
        padding-top: 20px;
        margin-bottom:30px;
        margin-top: 0;
    }

    .newsmain {
        padding:68px 0 96px;
    }

    .newsmain .article-prevnext {
        margin: 10px 0 50px 0;
        padding: 10px 0 0 0;
    }

    .newsmain .article-prevnext .pagebtn {
        margin-top:0;
    }

    .news_header .titline .title {
        font-size:20px;
    }

    .news_header .titline .border {
        margin:21px 0 14px;
    }

    .news_header .titline .sectitle {
        line-height:38px;
        font-size:14px;
    }

    .newsmain .article-content {
        padding:60px 15px 0;
        margin-bottom: 17px;
    }

    .videolist {
        margin:0 -15px;
        padding:0;
    }

    .videolist li {
        padding:0 15px 57px;
    }

    .videolist li a img {
        height:167px;
    }

    .videolist li a p {
        /*margin-top:25px;*/
    }

    /********** 合作案例 **********/

    .casebody {
        margin:50px auto;
    }

    .caselist li .item {
        position: relative;
    }

    .caselist li .info {
        transform: translateY(-50%);
        padding-left:78px;
        position: absolute;
        top: 50%;
        right: 0;
    }

    .caselist li a.info_title {
        line-height:40px;
        margin-top:12px;
        font-size:20px;
        overflow:hidden;
    }

    .caselist li a.info_entitle {
        margin-top:8px;
        line-height:24px;
        font-size:20px;
    }

    .caselist li .info_text {
        line-height:24px;
        font-size:16px;
        margin-top:20px;
    }

    .caselist li .probtn a {
        margin:25px 0 0;
        border-radius:18px;
        line-height:36px;
        font-size:16px;
        height:38px;
        width:152px;
        float:left;
    }   

    .caselist_arrow {
        width:100%;
        height:38px;
        display:block;
        cursor:pointer;
        background-size:22px;
        background-color:#da3239;
        background-position:center;
        background-repeat:no-repeat;
    }

    .caselist_arrow:first-child {
        background-image:url(../img/case_arrow_t.png);
    }

    .caselist_arrow:last-child {
        background-image:url(../img/case_arrow_d.png);
    }

    .showcase_main .imglist {
        position:relative;
        overflow:hidden;
        margin:27px 0;
        height:328px;
        padding:0;
    }

    .showcase_main .imglist ul {
        position:absolute;
        overflow-y:hidden;
        display: block;
        width:120px;
        top:0;
        /*height:100%;*/
    }

    .showcase_main .imglist ul li, .showcase_main .imglist ul li:first-child {
        padding:0;
    }

    .showcase_main .imglist ul li:nth-child(n+2) {
        padding-top:29px;
    }

    .showcase_main .imglist ul li a img {
        width:100%;
        height:90px;
    }

    .showcase_video {
        padding:45px 0;
        height:653px;
    }

    .footer_nav {
        border-bottom:solid 1px #184f54;
        padding:0 0 20px;
        position:relative;
        margin:0 auto;
    }

    .footer_nav .border {
        background:#fff;
        position:absolute;
        width:100%;
        height:1px;
        top:112px;
        left:0;
    }

    .footer_main {
        width:auto;
    }

    .foot_qrcode {
        width: 92px;
        right: -60px;
    }

    .foot_qrcode p {
        margin-top:12px;
        line-height:26px;
        font-size:16px;
    }

    .footer_info p {
        line-height:28px;
        font-size:18px;
        padding:13px 0;
    }

    .footer_feedback {
        
    }

    .footer_feedback_title {
        line-height:28px;
        font-size:18px;
        color:#fff;
    }

    .footer_feedback .ind_ctac_item {
        padding-bottom:20px;
        padding-top:15px;
        width:33.33%;
        float:left;
    }

    .footer_feedback .ind_ctac_item:nth-child(2) {
        padding-right:10px;
    }

    .footer_feedback .ind_ctac_item:nth-child(3) {
        padding-left:5px;
        padding-right:5px;
    }

    .footer_feedback .ind_ctac_item:nth-child(4) {
        padding-left:10px;
    }

    .footer_nav ul {
        position:relative;
        padding-top:18px;
    }

    .footer_nav ul li {
        padding:0 0 0 60px;
        float:left;
    }

    .footer_nav ul li:first-child {
        padding:0;
    }

    .footer_nav ul li a {
        text-align:center;
        line-height:30px;
        font-size:20px;
        display:block;
        color: #fff;
    }

    .footer_nav ul > ul {
        position:relative;
        margin-top:40px;
    }

    .footer_nav ul > ul > li {
    }

    .footer_nav ul > ul > li > a {
        color: rgba(255,255,255,0.7);
        text-align:center;
        line-height:36px;
        font-size:16px;
        display:block;
    }

    .footer_logo {
        float:right;
    }

    .footer_logo img {
        width:100%;
    }

    .foor_signal {
        text-align:justify;
        padding-right:28px;
        line-height:30px;
        margin-top:-3px;
    }

    .foot_contant {
        /*padding:0 20px 0 22px;*/
    }

    .foot_contant:nth-child(2) {
        padding:0 30px 0 0;
    }

    .foot_contant:nth-child(2) ul {
        border-right:solid 1px #625b97;
        padding:0 30px 0 0;
    }

    .foot_contant li {
        padding-left:36px;
        line-height:24px;
        margin-top:10px;
    }

    .foot_contant li:first-child {
        margin-top:0;
    }

    .foot_qrcode {
    }

    .foot_qrcode li {
        padding-left:30px;
        float:left;
    }

    .foot_qrcode li p {
        text-align:center;
        padding:21px 5px 0;
    }

    .footer_copyright {
        line-height:52px;
        height:52px;
        padding:0;
    }

    .footer_copyright a:hover, .footer_copyright a:focus, .footer_copyright a:active {
        color:#09d074;
    }
    
    .footer_copyright_main {
        /*float: right;*/
    }

    .footer_copyright_main p {
        float:left;
    }
}

@media (min-width: 992px) {
    
    .probody {
        /*margin:0 auto;
        width:970px;*/
    }

    .prosortlist {
        margin:0 0 0 -495px;
        width:990px;
        z-index:19;
        left:50%;
    }

    .prosort_bg {
        height:347.6px;
        width: 970px;
    }

    .pronav {
        margin:0 auto;
        /*width: 970px;*/
        padding: 0;
        width:auto;
    }

    .pronav_boback {
        position: absolute;
        line-height: 56px;
        font-size:12px;
        left:0;
        top:0;
    }

    .pronav ul > li {
        padding: 0 27px;
    }

    .pronav ul > li > a {
        line-height: 56px;
        font-size:24px;
    }

    .pronav_main {
        background:#f9f9f9;
        height:100%;
    }

    .pronav .titline {
        border-bottom:solid 1px #fff;
        background:#09d074;
        /*padding-left:38px;*/
        text-align:center;
        height:78px;
        color:#fff;
    }

    .pronav .title {
        line-height:46px;
        padding-top:6px;
        font-size:30px;
        /*float:left;*/
        color:#fff;
    }

    .pronav .entitle {
        text-transform:uppercase;
        /*padding:37px 0 0 20px;*/
        line-height:16px;
        font-size:16px;
        /*float:left;*/
        color:#fff;
    }

    .pronav ul > li {
        /*padding: 0 27px;*/
    }

    .pronav ul > li > a {
        height: 56px;
    }

    .pronav ul > li > a > p {
        line-height:30px;
        padding:0 30px;
        font-size:20px;
    }

    .prolist {
        margin:0 -12px;
        width:902px;
    }

    .prolist li .info_text {
        padding-top:24px;
        height:96px;
    }

    .newsmain {
        padding:135px 0 96px;
    }

    .newsbody {
        
    }

    .newslist li a .info {
        padding:0 48px;
    }

    .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat 60px 3px;
        margin-top:15px;
        line-height:26px;
        font-size:24px;
        height:68px;
    }

    .casebody .newslist li .info_date, .probody .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat right 5px;
        padding-right:50px;
        line-height:68px;
        font-size:40px;
    }

    .newslist li .info_date .info_day {
        float:none;
    }

    .newslist li .info_date .info_year {
        padding-left:0;
        float:none;
    }

    .videobody {
        padding:100px 0;
    }

    .videolist {
        margin:0 -30px;
    }

    .videolist li {
        padding:0 30px 30px;
    }

    .videolist li a img {
        height:212px;
    }

    .casebody {
        margin:75px auto;
        width:970px;
    }

    .casebody .inner_nav{
        border-left: solid 4px #003350;
        margin-bottom: 26px;
        padding-left: 10px;
        line-height: 20px;
        font-size: 18px;
        color: #000;
    }

    .logolist {
        margin:0 -15px;
        width:1200px;
    }

    .logolist li {
        padding:15px;
    }

    .logolist li a {
        position:relative;
        display:block;
        height:170px;
    }

    .logolist li a img {
        transform:translateY(-50%);
        position:absolute;
        top:50%;
    }

    .caselist li {
        padding: 50px 0 0;
    }

    .caselist li a.info_title {
        margin-top:36px;
        font-size:36px;
    }

    .caselist li a.info_entitle {
        margin-top:25px;
        font-size:26px;
    }

    .caselist li .info_text {
        margin-top: 25px;
        overflow: hidden;
        max-height: 96px;
    }

    .caselist li .probtn a {
        margin:50px 0 0;
    }   

    .showcase_body {
        width:970px;
    }
    
}

@media (min-width: 1200px) {

    .navbar-header {
        height: 100%;
    }

    .navbar-brand {
        padding: 26px 0 20px;
        height: 100%;
    }

    .navbar-inverse {
        width:1170px;
        margin:0 auto;
    }
    
    .navbar-inverse .navbar-nav {
        margin: 0 20px 0 0;
    }

    .navbar-inverse .navbar-nav > li {
        margin-left:30px;
    }

    .top_controller {
        left: 91.66666667%;
        position: absolute;
    }

    .navbar-main {
        width: 91.66666667%;
    }
    
    .top_lang {
        margin-left: 50px;
    }

    .top_search {
        padding-top:43px;
    }

    #imgBanner {
        height: calc(100vw * 900 / 1920);
    }

    .ind_1st_floor .container, .ind_2nd_floor .container, .ind_3rd_floor .container, .ind_4th_floor .container {
        position:relative;
        width:1170px;
        top:auto;
    }

    .ind_1st_floor {
        background-position:center top;
        background-repeat:no-repeat;
        background-size:cover;
        padding:108px 0 0;
        margin-left:-720px;
        height:675px;
        width:1440px;
        left: 50%;
    }

    .ind_1st_floor .bgimg {
        bottom:auto;
        right:auto;
        width:100%;
        left:0;
        top:0;
    }

    .ind_1st_floor .ind_about {
        padding:0;
    }

    .ind_1st_floor .ind_about .title {
        line-height:54px;
        font-size:34px;
    }

    .ind_1st_floor .ind_about .sectitle {
        line-height:50px;
        font-size:28px;
    }
    
    .ind_1st_floor .ind_text {
        padding-left:124px;
        margin-top:15px;
    }

    .ind_1st_floor .ind_text .content_title {
        padding-top:15px;
        line-height:40px;
        font-size:26px;
    }

    .ind_1st_floor .ind_text .content_text {
        line-height:26px;
        font-size:18px;
    }

    .ind_1st_floor .honorlist {
        margin:72px 0 0;
        width: auto;
    }

    .ind_1st_floor .honorlist li {
        padding:0 0 0 56px;
        width: auto;
    }

    .ind_1st_floor .honorlist li:first-child {
        padding-left:0;
    }

    .ind_1st_floor .honorlist li .dataline {
        height:34px;
    }

    .ind_1st_floor .honorlist li .dataline .data {
        line-height:34px;
        font-size:46px;
    }

    .ind_1st_floor .honorlist li .dataline .unit {
        line-height:44px;
        font-size:26px;
    }

    .ind_1st_floor .honorlist li .title {
        padding-top:9px;
    }

    .ind_2nd_floor_topimg, .ind_4th_floor_topimg {
        position: relative;
        margin-left: -50vw;
        display: block;
        width: 100vw;
        left: 50%;
    }

    .ind_2nd_floor {
        margin-left: -720px;
        padding:46px 0 0;
        width: 1440px;
        height:1460px;
        left: 50%;
    }

    .ind_2nd_floor ul {
        padding-top:17px;
        width:1170px;
        margin:0;
    }

    .ind_2nd_floor ul > li:first-child{
        border-bottom:solid 2px #e9e9e9;
        padding:30px 0;
    }

    .ind_2nd_floor ul li:nth-child(2) {
        border-right:solid 1px #e9e9e9;
        padding:30px 30px 0 0;
    }

    .ind_2nd_floor ul li:nth-child(3) {
        border-left:solid 1px #e9e9e9;
        padding:30px 0 0 30px;
    }

    .ind_2nd_floor ul ul > li:first-child{
        border-bottom:none;
        padding:10px 5px;
    }

    .ind_2nd_floor ul ul li:nth-child(2) {
        border-right:none;
        padding:10px 5px;
    }

    .ind_2nd_floor ul li .textblock {
        height:64px;
    }

    .ind_2nd_floor ul li .textblock .title {
        width:calc(100% - 160px);
        line-height:60px;
        font-size:24px;
        padding:0 15px;
        height:60px;
    }

    .ind_2nd_floor .textblock .more {
        line-height:60px;
        font-size:20px;
        width:150px;
    }

    .ind_2nd_floor ul li a .img {
        height:321px;
    }

    .ind_2nd_floor ul ul li .img {
        height:158px;
    }

    .ind_2nd_floor ul > li:first-child > a .img {
        height:540px;
    }

    .ind_2nd_floor ul > li:first-child ul, .ind_2nd_floor ul > li:first-child > a.hasvideo_case {
        margin: 0 -5px 0 5px;
        width:33.33%;
    }

    .ind_2nd_floor ul > li:first-child .imgblock {
        height:441px;
    }

    .ind_2nd_floor ul > li:first-child .imgblock .img {
        height: 441px;
    }

    .ind_2nd_floor ul > li:first-child .imgblock a .video_icon {
        width:auto;
    }

    .ind_2nd_floor ul > li:first-child .textblock .title {
        /*background: rgba(0,0,0,0.75);
        text-align:center;*/
        width: 66.67%;
    }

    .ind_2nd_floor ul > li:first-child .textblock .more {
        /*background: rgba(9,208,117,0.75);*/
        width: calc(33.33% - 10px);
    }

    .ind_2nd_floor ul > li:first-child > a.hasvideo_case .textblock .more {
        width: calc(100% - 10px);
        margin: 0 5px;
    }

    .ind_2nd_floor ul > li:first-child > a.hasvideo_case ul {
        width:100%;
        margin: 0;
    }

    .ind_2nd_floor ul > li:first-child ul li {
        padding:12px 5px 0;
    }

    .ind_2nd_floor ul > li:first-child ul li:first-child {
        padding-top:0;
    }

    .ind_2nd_floor ul > li:first-child ul li .img {
        height:214px;
    }

    .ind_2nd_floor ul > li:first-child .textblock {
        position:relative;
        margin-top:10px;
        z-index:19;
    }

    .ind_3rd_floor_main {
        float: left;
        width: 50%;
        margin:0;
    }

    .ind_3rd_floor .titline {
        padding-right:50px;
    }

    .ind_3rd_floor .titline .title {
        text-align:left;
        color:#fff;
    }

    .ind_3rd_floor .titline .entitle {
        color:rgba(255,255,255,0.4);
        text-align:left;
    }

    .ind_3rd_floor .titline .border {
        margin:5px 0;
    }

    .ind_3rd_floor .titline .text {
        margin-top:48px;
        text-align:left;
        line-height:30px;
        font-size:16px;
    }

    .ind_3rd_floor .btnlist {
        float:left;
        width:50%;
        margin:0;
    }

    .ind_3rd_floor .btnlist li {
        padding:15px 13px;
        float:left;
    }

    .ind_3rd_floor .btnlist li a {
        padding:26px 65px;
    }

    .ind_3rd_floor .btnlist li a:hover {
        border:solid 1px #09d074;
        background:#09d074;
    }

    .ind_3rd_floor .btnlist li a .pds {
        line-height:30px;
        font-size:16px;
        left:23px;
        top:18px;
    }

    .ind_3rd_floor .btnlist li a .title {
        text-align:left;
        line-height:42px;
        font-size:22px;
    }

    .ind_1st_news_block {
        width:50%;
    }

    a.ind_1st_news .img {
        overflow:hidden;
        height:396px;
        width:100%;
    }

    .ind_news ul {
        width:50%;
    }

    .inner_banner {
        height: calc(100vw * 600 / 1920);
    }

    .about_body {
    }

    .about_body .ind_titline {
        padding:68px 0 0;
    }

    .about_body .ind_titline .title, .about_body .ind_titline .entitle, .service_body .ind_titline .title, .service_body .ind_titline .entitle, .casebody .ind_titline .title, .casebody .ind_titline .entitle, .contact_body .ind_titline .title, .contact_body .ind_titline .entitle {
        text-align:center;
        color:#6667ab;
    }

    .about_body .ind_titline .title, .service_body .ind_titline .title, .casebody .ind_titline .title, .contact_body .ind_titline .title {
        line-height:40px;
        font-size:30px;
    }

    .about_body .ind_titline .border, .service_body .ind_titline .border, .casebody .ind_titline .border, .contact_body .ind_titline .border {
        background:url(../img/abo_border.png) no-repeat center 6px;
        margin:0 auto;
        clear:both;
        height:20px;
        width:70px;
    }

    .about_body .ind_titline .entitle, .service_body .ind_titline .entitle, .casebody .ind_titline .entitle, .contact_body .ind_titline .entitle {
        text-transform:uppercase;
        text-align:center;
        padding-top:6px;
        line-height:16px;
        font-size:16px;
        color:#acacac;
    }

    .about_body .ind_titline .text, .service_body .ind_titline .text, .contact_body .ind_titline .text {
        text-align:center;
        padding-top:32px;
        line-height:30px;
        font-size:16px;
        color:#000;
    }

    .about_other .about_other_main .container {
        height:100%;
    }

    .about_other .about_other_main .ind_titline {
        transform:translateY(-50%);
        position:relative;
        padding: 0 30px;
        top:50%;
    }

    .about_other .about_other_main .ind_titline .more {
        border:solid 1px #6667ab;
        border-radius:48px;
        text-align:center;
        margin-top:35px;
        line-height:46px;
        font-size:16px;
        display:block;
        width:200px;
        height:48px;
        color:#6667ab;
    }

    .about_other .about_other_main .ind_titline .more:hover {
        background:#6667ab;
        color:#fff;
    }

    .about_main .ind_titline .text {
        padding:52px 180px 0;
        color:#707070;
    }

    .about_other .about_other_main .ind_titline .title, .about_other .about_other_main .entitle, .about_other .about_other_main .text {
        text-align:justify;
    }
    
    .about_other .about_other_main:nth-child(3n+2) .text, .about_other .about_other_main:nth-child(3n) .text {
        padding-top:46px;
    }

    .about_network .about_other_main:first-child .ind_titline .title, .about_network .about_other_main:first-child .entitle, .about_network .about_other_main:first-child .text {
        text-align:center;
    }

    .about_other .about_other_main .ind_titline .border {
        margin:0;
    }

    .about_network .about_other_main:first-child .ind_titline .border {
        margin:0 auto;
    }

    .serve_commit {
        background-position:center top;
        background-repeat:no-repeat;
        height:900px;
    }
    
    .serve_commit .ind_titline {
        padding:106px 0 0;
    }

    .serve_commit .ind_titline .text {
        padding:50px 150px 0;
    }

    .serve_commit ul {
        border-right:solid 1px #d3d3d3;
        margin-top:94px;
        width:1170px;
    }

    .serve_commit ul li {
        border-left:solid 1px #d3d3d3;
        width:389.66px;
        float:left;
    }

    .serve_commit ul li a {
        padding:40px 35.66px 0 35px;
        display:block;
        height:368px;
    }

    .serve_commit ul li a:hover {
        background:#f6f6ff;
    }

    .serve_commit ul li a .titline {
        background-position:left 7px;
        background-repeat:no-repeat;
        padding:0 0 0 91px;
        display:block;
        height:60px;
    }

    .serve_commit ul li:first-child a .titline {
        padding:0 0 0 75px;
    }

    .serve_commit ul li a .title {
        line-height:44px;
        font-size:24px;
        color:#000;
    }

    .serve_commit ul li a .entitle {
        text-transform:uppercase;
        line-height:16px;
        font-size:16px;
        color:#acacac;
    }

    .serve_commit ul li a .text {
        text-align:justify;
        margin-top:45px;
        line-height:30px;
        font-size:16px;
        color:#000;
    }

    .serve_items {
        background-position:center top;
        background-repeat:no-repeat;
        height:900px;
    }
    
    .serve_items .ind_titline {
        padding:110px 0 0;
    }
    
    .serve_items ul {
        padding:113px 0 0;
    }
    
    .serve_items ul li {
        height:445px;
        width:126px;
        float:left;
    }
    
    .serve_items ul li a {
        border-right:solid 1px #eee;
        background-position:center 308px;
        background-repeat:no-repeat;
        background-color:#fff;
        padding:40px 20px 0;
        cursor:pointer;
        display:block;
        height:100%;
        width:100%;
    }
    
    .serve_items ul li:nth-child(6) a {
        border-right:none;
    }
    
    .serve_items ul li a .title {
        line-height:30px;
        font-size:20px;
        color:#000;
    }
    
    .serve_items ul li a .border {
        margin:37px 0 40px -3px;
        border-radius:4px;
        background:#fff;
        display:none;
        height:4px;
        width:42px;
    }
    
    .serve_items ul li a .text {
        line-height:30px;
        font-size:16px;
        display:none;
        color:#fff;
    }
    
    .serve_items ul li.active {
        width:540px;
    }
    
    .serve_items ul li.active a {
        padding:40px 58.66px 0 45px;
        background-position:center;
        border-right:none;
    }
    
    .serve_items ul li.active a .title {
        color:#fff;
    }
    
    .serve_items ul li.active a .border, .serve_items ul li.active a .text {
        display:block;
    }

    .serve_ctatus {
        padding:105px 0 130px;
    }

    .serve_ctatus_main .titline .title, .serve_ctatus_main .titline .entitle {
        text-align:left;
    }

    .serve_ctatus_main .titline .border {
        margin:5px 0;
    }

    .serve_ctatinfo {
        padding-top:42px;
    }

    .serve_ctatinfo li {
        padding-top:13px;
    }

    .serve_ctatinfo li p, .serve_ctatinfo li p a {
        line-height:36px;
        font-size:20px;
    }

    .serve_ctatinfo li p:first-child {
        line-height:32px;
        font-size:16px;
    }

    .serve_qrcode {
        width:140px;
        right:15px;
    }

    .serve_qrcode li {
        padding:0 15px;
        width:140px;
    }

    .serve_qrcode li p {
        padding-top:12px;
        line-height:24px;
    }

    .serve_ctatus_map {
        height:442px;
    }

    .probody {
        margin:60px auto;
        width:1170px;
    }

    .pronav {
        /*width: 1170px;*/
    }

    .prolist {
        width:1194px;
    }

    .prosortlist {
        margin:0 0 0 -595px;
        width:1190px;
    }

    .prosort_bg {
        width:1170px;
        height:419px;
    }

    .prosortlist li a {
        height:230px;
    }

    .prosortlist li a .info_entitle {
        font-size:16px;
    }

    .newsbody {
        width:1170px;
    }

    .casebody {
        width:1170px;
    }

    .shownewsbody {
        margin:105px auto 110px;
        width:1170px;
    }

    .article-text {
        line-height:2;
        font-size:18px;
    }

    .article-text p {
        line-height:2;
    }

    .article-text .con, .article-text section {
        width:1220px !important;
    }

    .videolist li a img {
        height:263px;
    }

    .casebody {
        width:1170px;
    }

    .caselist li a.info_title {
        max-height: 72px;
        line-height:36px;
        font-size:26px;
        margin: 0;
    }

    .showcase_body {
        width:1170px;
    }

.contact_feedback {
    padding:0 25px;
    height:476px;
}

.contact_maintitle {
    line-height:40px;
    margin-top:21px;
    font-size:26px;
}

.contact_hl_title {
    line-height:22px;
    margin-top:15px;
    font-size:14px;
}

.contact_hl_text {
    line-height:48px;
    font-size:46px;
}

.contact_feedback .ind_ctac_item, .contact_booking .ind_ctac_item {
    margin-bottom:0;
    margin-top:14px;
    /*float:none;
    width:100%;*/
}

.contact_feedback .ind_ctac_item:nth-child(2n) {
    text-align:left;
    padding-left:0;
}

.contact_feedback .ind_ctac_input, .contact_booking .ind_ctac_input {
    font-size:14px;
    line-height:30px;
    height: 30px;
}

.contact_BG {
    background:url(../edimg/index_one-18.jpg) no-repeat center top;
    height:1041px;
}

.contact_title {
    margin-top:46px;
    text-align:center;
    line-height:26px;
    font-size:16px;
    color:#000;
}

.contact_sectitle {
    font-family:arial;
    text-align:center;
    line-height:110px;
    font-size:62px;
    color:#09d074;
}

.contact_item {
    padding-right:12px;
    margin-bottom:25px;
    width:352px;
    float:left;
}

.contact_tel,.contact_feedback .ind_ctac_tel {
    margin-top:14px;
    line-height:26px;
    margin-bottom:20px;
    font-size:18px;
    color:#a2a2a2;
}

.contact_tel:nth-child(2n), .contact_item:nth-child(2n) {
    padding-left:12px;
    padding-right:0;
    text-align:right;
}

.contact_input {
    padding:0 18px;
    line-height:46px;
    font-size:14px;
    width:100%;
}

.contact_feedback .ind_ctac_textarea, .contact_booking .ind_ctac_textarea {
    height:86px !important;
    line-height:22px;
    font-size:14px;
}

.prolist_video_BG {
    background:rgba(255,255,255,0.4);
    position:fixed;
    height:100vh;
    width:100vw;
    z-index:999;
    display:none;
    left:0;
    top:0;
    }

.prolist_video {
    transform:translate(-50%,-50%);
    border:solid 1px #ccc;
    position:absolute;
    background:#fff;
    width:1200px;
    height:720px;
    left:50%;
    top:50%;
    }

.prolist_video_close {
    background:url(../img/contrast.png) no-repeat center;
    position:absolute;
    cursor:pointer;
    display:block;
    float:right;
    z-index:19;
    height:25px;
    width:25px;
    right:5px;
    top:5px;
    }

.prolist_video_title {
    border-left:solid 5px #09d074;
    margin:60px 0 30px 100px;
    padding-left:5px;
    line-height:18px;
    font-size:16px;
    color:#000;
    width:75%;
}

.prolist_video video {
    margin:0 auto;
    display:block;
    width:1000px;
    height:562px;
}

    .footer .container {
        width:1170px;
    }

    .footer_info_main {
        width:50%;
    }

    .foot_qrcode {
        right: 50px;
    }

    .footer_feedback {
        /*padding-left:55px;*/
        left: 0;
    }

}

@media (min-width: 1440px) {

    .navbar-inverse {
        width:1440px;
        margin:0 auto;
    }
    
    .navbar-inverse .navbar-nav {
        padding-right: 55px;
        margin: 0;
    }

    .navbar-inverse .navbar-nav > li {
        margin:0 50px 0 0;
    }

    .ind_1st_floor .container, .ind_2nd_floor .container, .ind_3rd_floor .container, .ind_4th_floor .container {
        width:1440px;
    }

    .ind_1st_floor {
        padding:144px 0 0;
        margin-left:-960px;
        height:900px;
        width:1920px;
    }

    .ind_1st_floor .ind_about .title {
        line-height:72px;
        font-size:44px;
    }

    .ind_1st_floor .ind_about .sectitle {
        line-height:66px;
        font-size:36px;
    }

    .ind_1st_floor .ind_text {
        padding-left:165px;
        margin-top:20px;
    }

    .ind_1st_floor .ind_text .content_title {
        padding-top:20px;
        line-height:50px;
        font-size:30px;
    }

    .ind_1st_floor .ind_text .content_text {
        line-height:30px;
        font-size:20px;
    }

    .ind_1st_floor .honorlist {
        margin-top:96px;
    }

    .ind_1st_floor .honorlist li {
        padding:0 0 0 75px;
    }

    .ind_1st_floor .honorlist li .dataline {
        height:46px;
    }

    .ind_1st_floor .honorlist li .dataline .data {
        line-height:46px;
        font-size:60px;
    }

    .ind_1st_floor .honorlist li .dataline .unit {
        line-height:58px;
        font-size:34px;
    }

    .ind_1st_floor .honorlist li .title {
        line-height:24px;
        padding-top:12px;
        font-size:16px;
    }

    .ind_2nd_floor_topimg, .ind_4th_floor_topimg {
        margin-left: -50vw;
        width: 100vw;
    }

    .ind_2nd_floor {
        margin-left: -960px;
        padding:62px 0 0;
        width: 1920px;
        height:1680px;
    }

    .ind_2nd_floor ul {
        padding-top:22px;
        width:1440px;
    }

    .ind_2nd_floor ul li a .img {
        height:388px;
    }

    .ind_2nd_floor ul ul li .img {
        height:191px;
    }

    .ind_2nd_floor ul > li:first-child .imgblock {
        height:540px;
    }

    .ind_2nd_floor ul > li:first-child .imgblock .img {
        height: 540px;
    }

    .ind_2nd_floor ul > li:first-child ul li .img {
        height:264px;
    }

    .ind_3rd_floor_main {
        width: 41.66666667%;
    }

    .ind_3rd_floor .titline {
        padding-right:60px;
    }

    .ind_3rd_floor .btnlist {
        padding:0 65px 0 70px;
        left:8.33333333%;
    }

    .ind_1st_news_block {
        width:41.67%;
    }

    a.ind_1st_news .img {
        height:406px;
    }

    .ind_news ul {
        width:58.33%;
    }

    .footer .container {
        width:1440px;
    }

    .footer_info_main {
        width:33.33333333%;
    }

    .footer_feedback {
        padding-left:55px;
        left: 16.66666667%;
    }

    .foot_qrcode {
        right: -60px;
    }

}

@media (min-width: 1600px) {

}

@media (min-width: 1921px) {

    html, body {
        max-width: initial;
    }

    .container {
        width: 60.9375vw;
    }

    .header {
        height: calc(100vw * 100 / 1920);
    }

    .navbar-inverse {
        width: 75vw;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-inverse .navbar-nav > li {
        margin: 0 2.6042vw 0 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        border-bottom: solid 0.1vw transparent;
        padding: 0.2083vw 0.5208vw 0;
        line-height: 4.8958vw;
        font-size: 1.0417vw;
    }

    .header .dropdown-menu {
        left: calc(50% - 5.2083vw);
        padding: 0.4167vw 0 0.625vw;
        width: 10.4167vw;
    }

    .header .dropdown-menu > li > a {
        line-height: 2.1875vw;
        font-size: 0.8333vw;
    }

    .header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 0px 0.5208vw !important;
        line-height: 2.1875vw;
        font-size: 0.8333vw;
    }

    .ind_1st_floor .container, .ind_2nd_floor .container, .ind_3rd_floor .container, .ind_4th_floor .container {
        width:75vw;
    }

    .ind_1st_floor {
        height:calc(100vw * 900 / 1920);
        padding:7.5vw 0 0;
        margin-left:-50vw;
        width:100vw;
    }

    .ind_1st_floor .ind_about .title {
        line-height:3.75vw;
        font-size:2.2917vw;
    }

    .ind_1st_floor .ind_about .sectitle {
        line-height:3.4375vw;
        font-size:1.875vw;
    }

    .ind_1st_floor .ind_text {
        padding-left:8.5938vw;
        margin-top:1.0417vw;
    }

    .ind_1st_floor .ind_text .content_title {
        padding-top:1.0417vw;
        line-height:2.8125vw;
        font-size:1.7708vw;
    }

    .ind_1st_floor .ind_text .content_text {
        line-height:1.7708vw;
        font-size:1.25vw;
    }

    .ind_1st_floor .honorlist {
        margin-top:5vw;
    }

    .ind_1st_floor .honorlist li {
        padding:0 0 0 3.9063vw;
    }

    .ind_1st_floor .honorlist li .dataline {
        height:2.3958vw;
    }

    .ind_1st_floor .honorlist li .dataline .data {
        line-height:2.3958vw;
        font-size:3.125vw;
    }

    .ind_1st_floor .honorlist li .dataline .unit {
        line-height:3.0208vw;
        font-size:1.7708vw;
    }

    .ind_1st_floor .honorlist li .title {
        line-height:1.25vw;
        padding-top:0.625vw;
        font-size:0.8333vw;
    }

    .ind_2nd_floor_topimg, .ind_4th_floor_topimg {
        margin-left: -50vw;
        width: 100vw;
    }

    .titline .title {
        line-height:3.4375vw;
        font-size:2.0833vw;
    }

    .titline .border {
        margin:0.2604vw auto;
        height:0.1563vw;
        width:2.7083vw;
    }

    .titline .entitle {
        line-height:1.7708vw;
        font-size:0.8333vw;
    }

    .ind_3rd_floor {
        height:calc(100vw * 934 / 1920);
        margin-left: -50vw;
        padding:11.7182vw 0 0;
        width: 100vw;
    }

    .ind_2nd_floor {
        margin-left: -50vw;
        padding: 3.2292vw 0 0;
        width: 100vw;
        height: 87.5vw;
    }

    .ind_2nd_floor ul {
        padding-top: 1.1458vw;
        margin: 0 -0.7813vw;
        width: 76.5625vw;
    }

    .ind_2nd_floor ul ul {
        width: calc(100% + 0.5208vw);
        margin: 0 -0.2604vw;
    }

    .ind_2nd_floor ul ul li {
        padding:0.5208vw 0.2604vw;
    }

    .ind_2nd_floor ul li a .img {
        height:20.6771vw;
    }

    .ind_2nd_floor ul ul li .img {
        height:9.7396vw;
    }

    .ind_2nd_floor ul > li:first-child .imgblock {
        height:28.125vw;
    }

    .ind_2nd_floor ul > li:first-child .imgblock .img {
        height: 28.125vw;
    }

    .ind_2nd_floor ul > li:first-child ul, .ind_2nd_floor ul > li:first-child > a.hasvideo_case {
        margin: 0 -0.2604vw 0 0.2604vw;
    }

    .ind_2nd_floor ul > li:first-child ul li {
        padding:0.625vw 0.2604vw 0;
    }

    .ind_2nd_floor ul > li:first-child ul li .img {
        height:13.75vw;
    }

    .ind_2nd_floor ul > li:first-child .imgblock .title {
        line-height: 3.3333vw;
        font-size: 1.4583vw;
        padding: 0 0.7813vw;
        height: 3.3333vw;
    }

    .ind_2nd_floor ul > li:first-child .imgblock a .video_icon {
        width: 6.9792vw;
    }

    .ind_2nd_floor ul li .textblock {
        height: 3.3333vw;
    }

    .ind_2nd_floor .textblock .more {
        line-height: 3.3333vw;
        font-size: 1.25vw;
        width: 7.8125vw;
    }

    .ind_2nd_floor ul > li:first-child .textblock {
        margin-top: 0.5208vw;
    }

    .ind_2nd_floor ul li .textblock .title {
        width: calc(100% - 8.3333vw);
        line-height: 3.3333vw;
        font-size: 1.4583vw;
        padding: 0 0.7813vw;
        height: 3.3333vw;
    }

    .ind_2nd_floor ul > li:first-child > a.hasvideo_case .textblock .more {
        width: calc(100% - 0.5208vw);
        margin: 0 0.2604vw;
    }

    .ind_2nd_floor .readmore {
        margin: 2.0833vw auto 0;
        border-radius:2.1875vw;
        line-height:2.1875vw;
        font-size:0.8333vw;
        width:10.4167vw;
        height:2.1875vw;
    }

    .ind_3rd_floor .more {
        margin: 4.1667vw 0 0;
        border-radius:2.1875vw;
        line-height:2.1875vw;
        font-size:0.8333vw;
        width:10.4167vw;
        height:2.1875vw;
    }

    .ind_3rd_floor .titline {
        padding-right:3.125vw;
    }

    .ind_3rd_floor .titline .text {
        margin-top: 2.5vw;
        line-height: 1.5625vw;
        font-size: 0.8333vw;
    }

    .ind_3rd_floor .btnlist {
        padding:0 3.3854vw 0 3.6458vw;
    }

    .ind_3rd_floor .btnlist li {
        padding:0.7813vw 0.6771vw;
        float:left;
    }

    .ind_3rd_floor .btnlist li a {
        padding:1.3542vw 3.3854vw;
    }

    .ind_3rd_floor .btnlist li a .pds {
        line-height:1.5625vw;
        font-size:0.8333vw;
        left:1.1979vw;
        top:0.9375vw;
    }

    .ind_3rd_floor .btnlist li a .title {
        line-height:2.1875vw;
        font-size:1.1458vw;
    }

    .ind_4th_floor {
        height: calc(100vw * 964 / 1920);
        padding: 4.4792vw 0 0;
        margin-left: -50vw;
        width: 100vw;
    }

    .ind_4th_floor .more {
        margin: 2.0833vw auto 0;
        border-radius:2.1875vw;
        line-height:2.1875vw;
        font-size:0.8333vw;
        width:10.4167vw;
        height:2.1875vw;
    }

    a.ind_1st_news .img {
        height:calc(100vw * 406 / 1920);
    }

    a.ind_1st_news .textmain {
        padding:1.0938vw 1.3021vw;
    }

    a.ind_1st_news .textmain .date {
        padding-top:0.625vw;
        height:4.6875vw;
    }

    a.ind_1st_news .textmain .day {
        line-height:2.2917vw;
        font-size:2.1875vw;
    }

    a.ind_1st_news .textmain .month {
        line-height:1.25vw;
        font-size:0.8333vw;
    }

    a.ind_1st_news .textmain .textinfo {
        padding-left:0.9375vw;
    }

    a.ind_1st_news .textmain .textinfo .title {
        line-height:1.5625vw;
        font-size:0.9375vw;
        height:1.5625vw;
    }

    a.ind_1st_news .textmain .textinfo .text {
        line-height:1.4583vw;
        font-size:0.8333vw;
    }

    .ind_news ul {
        padding-left:2.0833vw;
    }

    .ind_news ul li {
        border-top: dashed 0.1042vw #dedede;
        padding: 0.7813vw 0;
    }

    .ind_news ul li a .textmain {
        padding:0 0.9375vw;
    }

    .ind_news ul li a .title {
        line-height:1.4583vw;
        font-size:0.9375vw;
        height:1.4583vw;
    }

    .ind_news ul li a .text {
        line-height:1.4583vw;
        font-size:0.8333vw;
        height: 4.375vw;
    }

    .ind_news ul li a .textmain .date {
        margin:0.5729vw 0.9375vw 0 0;
        width:4.7917vw;
        height:4.6875vw;
    }

    .ind_news ul li a .textmain .day {
        line-height:2.2917vw;
        font-size:2.1875vw;
    }

    .ind_news ul li a .textmain .month {
        line-height:1.25vw;
        font-size:0.8333vw;
    }

    .ind_news ul li a .textmain .textinfo {
        width:calc(100% - 6.25vw);
    }

    .ind_ctac_input {
        padding: 0 0.9375vw;
        line-height: 1.875vw;
        font-size: 0.8333vw;
        height: 1.875vw;
    }

    .ind_ctac_textarea {
        margin-bottom: 1.0417vw;
        padding: 0.3125vw 0.9375vw;
        line-height: 1.3542vw;
        font-size: 0.8333vw;
        height: 4.0625vw !important;
    }

    .ind_ctac_subline .ind_ctac_answer {
        width: calc(33% - 0.5208vw);
        margin-left: 1.25vw;
        line-height: 1.25vw;
        font-size: 0.8333vw;
        height: 1.875vw;
    }

    .shownewsbody {
        margin: 5.4688vw auto 5.7292vw;
        width: 60.9375vw;
    }

    .newsbody {
        width: 60.9375vw;
    }

    .newslist {
        margin: 0 0 1.5625vw;
    }

    .newslist li {
        padding: 1.5625vw 0 0;
    }

    .newslist li .border {
        height: 0.3646vw;
    }

    .newslist li .gray_block {
        width: 10.9375vw;
        height: 0.3646vw;
    }

    .newslist li a {
        margin-top: 1.5625vw;
    }

    .newslist li a .info {
        padding: 0 2.5vw;
    }

    .newslist li .info_date {
        background: url(../img/news-03.jpg) no-repeat 3.125vw 0.1563vw;
        background-size:2.6042vw 3.3854vw;
        margin-top: 0.7813vw;
        line-height: 1.3542vw;
        font-size: 1.25vw;
        height: 3.5417vw;
    }

    .newslist li a .info_title {
        margin-top: 0.5208vw;
        line-height: 1.875vw;
        font-size: 0.9375vw;
        height: 1.875vw;
    }

    .newslist li a .info_text {
        margin-top: 0.5208vw;
        line-height: 1.25vw;
        font-size: 0.7292vw;
        max-height: 3.75vw;
    }

    .newslist li a .video_icon {
        width:3.9063vw;
    }

    .probody {
        margin: 3.125vw auto;
        width: 60.9375vw;
    }

    .pronav_boback {
        line-height: 2.9167vw;
        font-size: 0.625vw;
    }

    .pronav ul > li > a {
        line-height: 2.9167vw;
        font-size: 1.25vw;
        height: 2.9167vw;
    }

    .pronav ul > li > a > p {
        line-height: 1.5625vw;
        padding: 0 1.5625vw;
        font-size: 1.0417vw;
    }

    .pronav ul > li > a .border {
        margin-left: -1.1458vw;
        width: 2.2917vw;
        height: 0.2604vw;
    }

    .prolist {
        margin: 0 -0.625vw;
        width: 62.1875vw;
    }

    .prolist li {
        padding: 1.4583vw 0.625vw 0;
    }

    .prolist li .info {
        padding: 0.2604vw 0.5208vw;
        max-height: 2.5vw;
    }

    .prolist li a .img {
        height: 14.3229vw;
        width: 14.3229vw;
    }

    .prolist li a .info_title {
        line-height: 1.0417vw;
        font-size: 0.7292vw;
    }

    .showpro_nav {
        padding: 0.1563vw 0 0;
        height: 3.9583vw;
    }

    .showpro_nav ul li a {
        line-height: 3.75vw;
        font-size: 1.0417vw;
        padding: 0 0.1042vw;
    }

    .serve_ctatinfo {
        padding-top: 2.1875vw;
    }

    .serve_ctatinfo li p, .serve_ctatinfo li p a {
        line-height: 1.875vw;
        font-size: 1.0417vw;
    }

    .serve_ctatinfo li p:first-child {
        line-height: 1.6667vw;
        font-size: 0.8333vw;
    }

    .serve_qrcode {
        width: 7.2917vw;
        right: 0.7813vw;
    }

    .serve_qrcode li {
        padding: 0 0.7813vw;
        width: 7.2917vw;
    }

    .serve_qrcode li p {
        padding-top: 0.625vw;
        line-height: 1.25vw;
        font-size:0.7292vw;
    }

.contact_feedback {
    padding:0 1.3021vw;
    height:24.7917vw;
}

.contact_maintitle {
    line-height:2.0833vw;
    margin-top:1.0934vw;
    font-size:1.3542vw;
}

.contact_hl_title {
    line-height:1.1458vw;
    margin-top:0.7813vw;
    font-size:0.7292vw;
}

.contact_hl_text {
    line-height:2.5vw;
    font-size:2.3958vw;
}

.contact_feedback .ind_ctac_item, .contact_booking .ind_ctac_item {
    margin-top:0.7292vw;
}

.contact_feedback .ind_ctac_input, .contact_booking .ind_ctac_input {
    font-size:0.7292vw;
    line-height:1.5625vw;
    height: 1.5625vw;
}

.contact_feedback .ind_ctac_textarea, .contact_booking .ind_ctac_textarea {
    height: 4.4792vw !important;
    padding: 0.4688vw 0.9375vw;
    line-height: 1.1458vw;
    font-size: 0.7292vw;
    margin-top: 0.6771vw;
}

.contact_feedback .ind_ctac_subline .ind_ctac_answer, .contact_booking .ind_ctac_subline .ind_ctac_answer {
    line-height: 1.3542vw;
    font-size: 0.7292vw;
}

    .footer .container {
        width: 75vw;
    }

    .footer_nav {
        padding: 0 0 1.0417vw;
    }

    .footer_nav ul li a {
        line-height: 1.5625vw;
        font-size: 1.0417vw;
    }

    .footer_logo {
        width:10.4167vw;
    }

    .footer_main {
        margin: 1.25vw auto;
    }

    .footer_info p {
        line-height: 1.4583vw;
        font-size: 0.9375vw;
        padding: 0.6771vw 0;
    }

    .foot_qrcode {
        right: -3.125vw;
        bottom: 0.625vw;
        width: 4.7917vw;
    }

    .foot_qrcode p {
        margin-top: 0.625vw;
        line-height: 1.3542vw;
        font-size: 0.8333vw;
    }

    .footer_feedback_title {
        line-height: 1.4583vw;
        font-size: 0.9375vw;
    }

    .footer_copyright {
        line-height: 2.7083vw;
        height: 2.7083vw;
        font-size:0.7292vw;
    }
}

    @keyframes imgfy{
        0%{transform:scale(1.2)}
        100%{transform:scale(1)}
    }

    @keyframes imgfd{
        0%{transform:scale(1)}
        100%{transform:scale(1.2)}
    }

    @keyframes imgxfy{
        0%{transform:scale(1.1)}
        100%{transform:scale(1)}
    }

    @keyframes imgxfd{
        0%{transform:scale(1)}
        100%{transform:scale(1.1)}
    }

    @keyframes imgjzfy{
        0%{transform:translateY(-50%) scale(1.2)}
        100%{transform:translateY(-50%) scale(1)}
    }

    @keyframes imgjzfd{
        0%{transform:translateY(-50%) scale(1)}
        100%{transform:translateY(-50%) scale(1.2)}
    }