﻿.phonesearch {
    display: none;
    font-size: 15px;
    line-height: 50px;
    width: 100%;
    z-index: 100000;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 50px;
    background: #ff6600;
}

    .phonesearch input {
        padding-left: 5%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 20px;
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .phonesearch i {
        vertical-align: middle;
        font-size: 30px;
        color: #ff6600;
        position: absolute;
        right: 5%;
        top: 45%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
/* index.html自适应 */
@media (max-width: 765px) {
}



/* 首页searching */
.searching {
    display: none;
    height: 50px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .searching .container {
        padding: 0px;
        position: relative;
    }

        .searching .container i {
            font-size: 30px;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        .searching .container button {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border: none;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

    .searching input {
        padding-left: 49px;
        line-height: 49px;
        font-size: 20px;
        width: 100%;
    }


.mobile-foot {
    background: #2ca9e8;
    padding: 8px 0;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .mobile-foot a {
        color: #fff;
        height: 35px;
        line-height: 33px;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        width: 22%;
        padding: 0 15px;
        margin: 0 5px;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        padding: 0px;
    }

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nav.navbar-nav li {
    position: relative;
}

    .nav.navbar-nav li .language {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY( -50%);
        -moz-transform: translateY( -50%);
        -ms-transform: translateY( -50%);
        -o-transform: translateY( -50%);
    }

        .nav.navbar-nav li .language a {
            display: inline-block;
            color: #fff;
            font-size: 13px;
            margin: 0px 5px;
        }

@media(max-width:480px) {
    .mobile-foot {
        display: block;
    }
}

/* 百度地图css */
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
/* 插件中的样式 */
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 14px;
}

.navcon {
    padding: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header.clearfix {
    padding: 10px 0px;
    position: relative;
}

.navbar-header {
    position: relative;
}

    .navbar-header > a:last-child {
        display: inline-block;
        position: absolute;
        top: 55%;
        right: 15px;
        -webkit-transform: translateY( -50%);
        -moz-transform: translateY( -50%);
        -ms-transform: translateY( -50%);
        -o-transform: translateY( -50%);
    }

        .navbar-header > a:last-child i {
            font-size: 20px;
            color: #ff6600;
        }

    .navbar-header a:nth-child(2) {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        .navbar-header a:nth-child(2) img {
            width: 68%;
        }

@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
//img {
    // width: 100%;
    //height: auto;
    // width: auto\9; /* ie8 */
    // display: block;
    // -ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/
    //;
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 'Source Han Sans CN', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #F7F7F7;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style-type: none;
}
/*strong {
  font-weight: normal;
}*/
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.ke-insertfile-a {
    display: inline-block;
    width: 200px;
    height: 40px;
    background-color: rgba(255, 87, 34, 0.8);
    color: #FFF;
    line-height: 40px;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

    a:hover {
        text-decoration: none;
    }

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}
/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.txt-cutf {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w60 {
    width: 60%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}



/* index.html */
body {
    height: 100%;
    font-size: 0px;
    /* background: #292929; */
    /* background: #efeeec; */
}

.sidebar {
    z-index: 100;
    position: fixed;
    /* background: #292929; */
    background: #efeeec;
    width: 5.5%;
    top: 0px;
    left: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #424242;
}

    .sidebar .caidan {
        cursor: pointer;
        width: 100%;
        height: 110px;
        background: #ff6600;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        .sidebar .caidan .box {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

            .sidebar .caidan .box p {
                font-size: 18px;
                color: rgb( 255, 255, 255 );
                line-height: 2;
            }


        .sidebar .caidan i {
            cursor: pointer;
            font-size: 30px;
            color: #fff;
        }

    .sidebar .inner {
        height: 100%;
    }




    .sidebar .first {
        display: none;
        width: 210px;
        height: 1080px;
        position: absolute;
        z-index: 100000000;
        top: 0px;
        left: 100%;
        background: #262626;
        padding-top: 90px;
    }

        .sidebar .first > ul {
        }

            /*.sidebar .first ul li {
            cursor: pointer;
            border-top: 1px solid #434343;
            height: 60px;
            line-height: 60px;
            padding: 0px 10px 0px 35px;
        }

            .sidebar .first ul li a {
                font-size: 16px;
                color: rgb( 255, 255, 255 );
            }

                .sidebar .first ul li a i {
                    font-size: 24px;
                    color: #8a8a8a;
                    float: right;
                    margin-right: 10px;
                    padding:0px 10px;
                }

    .sidebar .second p.titling {
        padding-left: 15px;
        font-size: 30px;
       
        height: 90px;
        line-height: 1.5;
        color: rgba( 255, 255, 255, 0.11 );
    }

    .sidebar .second .back {
        text-align: right;
        padding-right: 20px;
        border-top: 1px solid #434343;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: rgb( 92, 92, 92 );
    }
     .sidebar .second p.back a{
  float: right;
  font-size: 16px;
  color: rgb( 92, 92, 92 );
} 


    .sidebar .second ul li {
        cursor: pointer;
        border-top: 1px solid #434343;
        height: 60px;
        line-height: 60px;
        padding: 0px 10px 0px 15px;
    }

        .sidebar .second ul li a {
            font-size: 16px;
            color: rgb( 255, 255, 255 );
        }

            .sidebar .second ul li a i {
                font-size: 24px;
                color: #8a8a8a;
                float: right;
                margin-right: 10px;
            }*/

            .sidebar .first > ul > li {
                cursor: pointer;
                border-top: 1px solid #434343;
                height: 50px;
                line-height: 50px;
                padding: 0px 20px;
            }

                .sidebar .first > ul > li:hover > ul {
                    display: block;
                }

                .sidebar .first > ul > li > ul {
                    display: none;
                    width: 210px;
                    position: absolute;
                    left: 210px;
                    top: -1px;
                    z-index: 100000;
                    background: #343434;
                    height: 100%;
                    padding-top: 30px;
                }

                    .sidebar .first > ul > li > ul > li {
                        padding: 0px 0px 0px 5px;
                        line-height: 46px;
                        border-top: 1px solid #434343;
                        position: relative;
                        padding: 0px 20px;
                    }

                        .sidebar .first > ul > li > ul > li:first-child {
                            border: none;
                        }

                        .sidebar .first > ul > li > ul > li:last-child {
                            position: static;
                        }


                            .sidebar .first > ul > li > ul > li:last-child ul {
                                top: 500px;
                            }

                        .sidebar .first > ul > li > ul > li:nth-child(10),
                        .sidebar .first > ul > li > ul > li:nth-child(11) {
                            position: static;
                        }

                            .sidebar .first > ul > li > ul > li:nth-child(10) ul {
                                top: 280px;
                            }

                            .sidebar .first > ul > li > ul > li:nth-child(11) ul {
                                top: 400px;
                            }

                        .sidebar .first > ul > li > ul > li a {
                            color: #c0bfbf;
                            font-size: 14px;
                        }

                        .sidebar .first > ul > li > ul > li:hover > ul {
                            display: block;
                        }

                        .sidebar .first > ul > li > ul > li > ul {
                            padding: 0px 15px;
                            display: none;
                            width: 250px;
                            position: absolute;
                            left: 210px;
                            top: 0px;
                            z-index: 100000;
                            background: #525252;
                        }

        .sidebar .first a:hover {
            color: #fff;
        }

        .sidebar .first > ul > li > ul > li:nth-child(1) > ul {
            /*display: block;*/
        }

        .sidebar .first > ul > li > ul > li > ul > li {
            line-height: 40px;
            border-top: 1px solid #434343;
        }

            .sidebar .first > ul > li > ul > li > ul > li a {
                color: #9d9b9b;
                font-size: 14px;
            }

        .sidebar .first > ul > li a {
            font-size: 16px;
            color: rgb( 255, 255, 255 );
        }

            .sidebar .first > ul > li a i {
                font-size: 24px;
                color: #8a8a8a;
                float: right;
                margin-right: 0px;
            }

/* .sidebar .first ul li:hover .second{
  display: block;
} */

    .sidebar .second {
        display: none;
        /* display:block !important; */
        width: 245px;
        height: 1080px;
        position: absolute;
        z-index: 100000000000000;
        top: 0px;
        left: 0px;
        padding-left: 35px;
        /* right:-210%; */
        background: #343434;
    }

        .sidebar .second.display {
            display: block;
        }

#main {
    width: 94.5%;
    float: right;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
}

    #main .navs {
        height: 90px;
        z-index: 10;
        background: #ffffff;
        position: fixed;
        width: 95%;
    }

        #main .navs .right {
            position: fixed;
            top: 0px;
            right: 575px;
            font-size: 20px;
            color: rgb( 136, 135, 135 );
            line-height: 90px;
        }

            #main .navs .right a {
                color: rgb( 136, 135, 135 );
            }

                #main .navs .right a:hover {
                    color: #ff6600;
                }

        #main .navs form {
            position: absolute;
            right: 222px;
            top: 0px;
            /* width: 555px; */
            width: 333px;
            height: 100%;
        }

            #main .navs form input {
                font-size: 16px;
                color: rgb( 136, 135, 135 );
                padding-left: 80px;
                width: 100%;
                height: 100%;
                background: #f7f7f7;
            }

            #main .navs form button {
                position: absolute;
                left: 40px;
                top: 50%;
                -webkit-transform: translateY( -50%);
                -moz-transform: translateY( -50%);
                -ms-transform: translateY( -50%);
                -o-transform: translateY( -50%);
                background: transparent;
                border: none;
            }

                #main .navs form button i {
                    background: transparent;
                    font-size: 30px;
                }

    #main .person {
        width: 222px;
        /* z-index: 10000; */
        z-index: 1000;
        position: fixed;
        /* right: 105px; */
        right: 0px;
        top: 0px;
        height: 90px;
    }

        #main .person > div {
            vertical-align: middle;
            display: inline-block;
            width: 85px;
            height: 90px;
            position: absolute;
        }

            #main .person > div:nth-child(1) {
                text-align: center;
                line-height: 90px;
                width: 136px;
                /* padding: 0px 10px; */
                font-size: 16px;
                color: rgb( 136, 135, 135 );
                left: 0px;
                top: 0px;
                background: #f0f0f0;
            }

                #main .person > div:nth-child(1) a {
                    font-size: 16px;
                    color: rgb( 136, 135, 135 );
                }

                    #main .person > div:nth-child(1) a:focus {
                        outline: none;
                    }

                    #main .person > div:nth-child(1) a:hover {
                        color: #ff6600;
                    }

                #main .person > div:nth-child(1) i {
                    vertical-align: middle;
                    font-size: 24px;
                    margin-right: 10px;
                }

            #main .person > div:nth-child(2) {
                right: 0px;
                top: 0px;
                background: #e6e5e5;
            }

            #main .person > div:nth-child(2) {
                font-size: 16px;
                /* line-height: 90px; */
                /* text-align: center; */
                color: rgb( 136, 135, 135 );
            }

                #main .person > div:nth-child(2) .show {
                    height: 100%;
                    width: 100%;
                    text-align: center;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                }

                    #main .person > div:nth-child(2) .show a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        font-size: 16px;
                        color: rgb( 136, 135, 135 );
                        line-height: 90px;
                    }

                        #main .person > div:nth-child(2) .show a:hover {
                            color: #ff6600;
                        }

                #main .person > div:nth-child(2) .hid {
                    display: none;
                    position: absolute;
                    top: 90px;
                    left: -165px;
                    background: #fff;
                }

                    #main .person > div:nth-child(2) .hid ul {
                        padding: 10px 0px;
                    }

                        #main .person > div:nth-child(2) .hid ul li {
                            color: #858585;
                            text-decoration: none;
                            font-size: 16px;
                            line-height: 20px;
                            width: 250px;
                            display: block;
                            font-family: Arial;
                            text-align: left;
                        }

                            #main .person > div:nth-child(2) .hid ul li a {
                                width: 100%;
                                height: 100%;
                                line-height: 20px;
                                display: inline-block;
                                padding: 10px 20px;
                            }

                                #main .person > div:nth-child(2) .hid ul li a:hover {
                                    background: #f7f7f7;
                                }

                #main .person > div:nth-child(2) .show:hover .hid {
                    display: block;
                }


input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgb( 136, 135, 135 );
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: rgb( 136, 135, 135 );
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: rgb( 136, 135, 135 );
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    color: rgb( 136, 135, 135 );
}

#main .navs .container {
    position: relative;
    height: 90px;
}

#main .navs .left {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    -o-transform: translateY( -50%);
}

.banner {
    /* z-index: -1; */
    position: relative;
    margin-top: 90px;
}

    .banner .mouse {
        text-align: center;
        z-index: 1000;
        left: 50%;
        -webkit-transform: translateX( -50%);
        -moz-transform: translateX( -50%);
        -ms-transform: translateX( -50%);
        -o-transform: translateX( -50%);
        position: absolute;
        bottom: 20px;
        animation: myfirst 2.5s infinite;
        animation: myfirst 2.5s ease-in-out infinite;
        -moz-animation: myfirst 2.5s ease-in-out infinite;
        -webkit-animation: myfirst 2.5s ease-in-out infinite;
        -o-animation: myfirst 2.5s ease-in-out infinite;
    }

        .banner .mouse p {
            margin-top: 15px;
            font-size: 12px;
            color: rgb( 255, 255, 255 );
            line-height: 2.5;
        }

    .banner .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
        display: inline-block;
        border-radius: 3px;
        background: #fff;
        opacity: 1;
        text-align: center;
        line-height: 22px;
        color: #b2b2b2;
        font-size: 14px;
    }

    .banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ff6600;
    }

    .banner .swiper-pagination-bullet-active {
        text-align: center;
        line-height: 22px;
        color: #fff;
        font-size: 14px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction {
        text-align: right;
        bottom: 30px;
        left: auto;
        right: 35px;
        width: 100%;
    }

    .banner .swiper-container {
        position: relative;
    }

        .banner .swiper-container .swiper-slide:nth-child(1) {
            position: relative;
        }

            .banner .swiper-container .swiper-slide:nth-child(1) .container {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
            }

                .banner .swiper-container .swiper-slide:nth-child(1) .container .left {
                    display: inline-block;
                    vertical-align: top;
                    position: absolute;
                    left: 0px;
                    top: 50%;
                    -webkit-transform: translateY( -50%);
                    -moz-transform: translateY( -50%);
                    -ms-transform: translateY( -50%);
                    -o-transform: translateY( -50%);
                }

                .banner .swiper-container .swiper-slide:nth-child(1) .container .right {
                    display: inline-block;
                    vertical-align: top;
                    position: absolute;
                    right: -125px;
                    top: 50%;
                    -webkit-transform: translateY( -50%);
                    -moz-transform: translateY( -50%);
                    -ms-transform: translateY( -50%);
                    -o-transform: translateY( -50%);
                }

                .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border {
                    display: inline-block;
                    width: 545px;
                    height: 334px;
                    background: rgba(225,102,0,.5);
                    border-radius: 20px;
                }

                    .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner {
                        position: absolute;
                        padding: 40px;
                        width: 100%;
                        height: 100%;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(1) {
                            font-size: 48px;
                            color: rgb( 255, 255, 255 );
                            line-height: 1.25;
                        }

                        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(2) {
                            font-size: 31px;
                            color: #fff;
                        }

                        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(3),
                        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(4) {
                            font-size: 40px;
                            color: #fff;
                            /*line-height: 1.6;*/
                        }


        .banner .swiper-container .swiper-slide:nth-child(2) {
            position: relative;
        }

            .banner .swiper-container .swiper-slide:nth-child(2) .container {
                position: absolute;
                left: 50%;
                top: 0px;
                -webkit-transform: translateX( -50%);
                -moz-transform: translateX( -50%);
                -ms-transform: translateX( -50%);
                -o-transform: translateX( -50%);
            }

            .banner .swiper-container .swiper-slide:nth-child(2) .container {
                /* padding-top: 200px; */
                padding: 100px 0px 0px;
            }

                .banner .swiper-container .swiper-slide:nth-child(2) .container p {
                    width: 53%;
                }

                    .banner .swiper-container .swiper-slide:nth-child(2) .container p.title {
                        font-size: 48px;
                        color: rgb( 255, 255, 255 );
                        line-height: 1.3;
                    }

                    .banner .swiper-container .swiper-slide:nth-child(2) .container p.sec {
                        font-size: 16px;
                        color: rgb( 255, 255, 255 );
                        line-height: 1.875;
                    }

        .banner .swiper-container .swiper-slide:nth-child(3) {
            position: relative;
        }

            .banner .swiper-container .swiper-slide:nth-child(3) .container {
                position: absolute;
                left: 50%;
                top: 0px;
                -webkit-transform: translateX( -50%);
                -moz-transform: translateX( -50%);
                -ms-transform: translateX( -50%);
                -o-transform: translateX( -50%);
            }

            .banner .swiper-container .swiper-slide:nth-child(3) .container {
                padding: 100px 0px 0px;
            }

                .banner .swiper-container .swiper-slide:nth-child(3) .container p {
                    width: 53%;
                }

                    .banner .swiper-container .swiper-slide:nth-child(3) .container p.title {
                        font-size: 48px;
                        color: rgb( 255, 255, 255 );
                        line-height: 1.6;
                    }

                    .banner .swiper-container .swiper-slide:nth-child(3) .container p.sec {
                        font-size: 16px;
                        color: rgb( 255, 255, 255 );
                        line-height: 1.875;
                    }

        .banner .swiper-container .swiper-slide:nth-child(4) {
            position: relative;
        }

            .banner .swiper-container .swiper-slide:nth-child(4) .container {
                position: absolute;
                left: 50%;
                top: 0px;
                -webkit-transform: translateX( -50%);
                -moz-transform: translateX( -50%);
                -ms-transform: translateX( -50%);
                -o-transform: translateX( -50%);
            }

                .banner .swiper-container .swiper-slide:nth-child(4) .container .box {
                    width: 500px;
                    height: 215px;
                    background: #fa873b;
                    border-radius: 20px;
                    display: inline-block;
                    float: right;
                    margin-top: 225px;
                    position: relative;
                }

                    .banner .swiper-container .swiper-slide:nth-child(4) .container .box .inner {
                        width: 100%;
                        text-align: center;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                    .banner .swiper-container .swiper-slide:nth-child(4) .container .box p {
                        font-size: 48px;
                        color: rgb( 255, 255, 255 );
                        line-height: 1.25;
                    }




.centering {
    height: 925px;
    background: #fff;
    position: relative;
}

    .centering .container {
        padding: 0px;
    }

        .centering .container .product {
            padding-left: 0px;
            padding-right: 55px;
        }

            .centering .container .product .inner:last-child {
                border-bottom: none;
            }

    .centering .aboutus {
        border-bottom: 15px solid #ff6600;
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        width: 50%;
        float: right;
        background: #efeeed;
        height: 925px;
    }
        /* .centering .aboutus img{
  transition:all 1s ease 0s;-webkit-transition: all 1s ease 0s;-moz-transition:all 1s ease 0s; -o-transition:all 1s ease 0s;
}
.centering .aboutus img:hover{
  -moz-transition: all 1s ease 0s;
  width: 110% !important;
  height: 110% !important;
} */

        .centering .aboutus img {
            transition: 1s;
        }

            .centering .aboutus img:hover {
                transition: 1s;
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

        .centering .aboutus .top {
            font-size: 0px;
        }

            .centering .aboutus .top > div {
                overflow: hidden;
                /* padding: 0px; */
                display: inline-block;
            }

                .centering .aboutus .top > div img {
                    /* width: 100%; */
                }

                .centering .aboutus .top > div .top {
                    font-size: 0px;
                }

            .centering .aboutus .top > .w60 {
                width: 62%;
                display: inline-block;
                vertical-align: top;
            }

            .centering .aboutus .top > .w40 {
                overflow: hidden;
                width: 38%;
                display: inline-block;
                vertical-align: top;
            }

                .centering .aboutus .top > .w40 .bottomer div {
                    overflow: hidden;
                }

                .centering .aboutus .top > .w40 img {
                    width: 100%;
                }

                .centering .aboutus .top > .w40 .bottomer > div {
                    padding: 0px;
                }

        .centering .aboutus .guwei {
            position: relative;
            width: 62%;
            padding: 33px 0px 0px 93px;
        }

            .centering .aboutus .guwei .rotate {
                font-size: 26px;
                color: #dfdfde;
                position: absolute;
                left: -65px;
                top: 145px;
                transform: rotate(90deg);
            }

            .centering .aboutus .guwei p.title {
                font-size: 30px;
                line-height: 1;
                color: rgb( 255, 102, 0 );
            }

            .centering .aboutus .guwei p.detail {
                font-size: 14px;
                color: rgb( 102, 101, 100 );
                line-height: 2.143;
            }

            .centering .aboutus .guwei a {
                text-align: center;
                line-height: 40px;
                display: inline-block;
                margin-top: 55px;
                width: 128px;
                height: 40px;
                background: #e3e3e3;
                font-size: 14px;
                color: rgb( 102, 101, 100 );
            }

                .centering .aboutus .guwei a:hover {
                    transition: 1s;
                    background: #ff6600;
                    color: #fff;
                }


    .centering .container .inner {
        border-bottom: 1px solid #e5e5e5;
        padding: 33px 0px 30px;
    }

        .centering .container .inner:nth-child(2) UL {
            width: 50%;
        }

        .centering .container .inner p.title {
            font-size: 30px;
            color: #ff6600;
            margin-bottom: 15px;
        }

        .centering .container .inner ul {
            vertical-align: top;
            display: inline-block;
            width: 33.3%;
        }

            .centering .container .inner ul li {
                margin-bottom: 0px;
            }

                .centering .container .inner ul li a {
                    font-size: 16px;
                    color: #666564;
                }

                    .centering .container .inner ul li a:hover {
                        color: #ff6600;
                    }

        .centering .container .inner .series {
            margin-bottom: 25px;
        }

            .centering .container .inner .series .left {
                overflow: hidden;
                padding: 0px;
                border: 1px solid #e5e5e5;
                position: relative;
                height: 134px;
            }

                .centering .container .inner .series .left img {
                    width: 100%;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                }

                    .centering .container .inner .series .left img:hover {
                        transition: 1s;
                    }

            .centering .container .inner .series .right p.top {
                font-size: 16px;
                color: rgb( 102, 101, 100 );
                font-weight: bold;
                margin-bottom: 5px;
            }

                .centering .container .inner .series .right p.top a {
                    font-size: 16px;
                    color: rgb( 102, 101, 100 );
                }

                    .centering .container .inner .series .right p.top a:hover {
                        color: #ff6600;
                    }

            .centering .container .inner .series .right p.mid {
                font-size: 14px;
                color: rgb( 102, 101, 100 );
                line-height: 1.714;
            }

            .centering .container .inner .series .right > a {
                font-size: 14px;
                color: rgb( 164, 164, 164 );
                line-height: 2.143;
            }

                .centering .container .inner .series .right > a:hover {
                    color: #ff6600;
                }

.recent {
    background: #fff;
    padding-bottom: 45px;
}

    .recent .container {
        padding: 0px;
    }

        .recent .container > .bottom {
        }

        .recent .container > .top {
        }

            .recent .container > .top > div {
                padding: 0px;
            }

            .recent .container > .top > .left {
                padding: 3px 0px;
            }

                .recent .container > .top > .left img {
                    width: 100%;
                    margin-top: -82px;
                }

                .recent .container > .top > .left > a {
                    display: none;
                }

                    .recent .container > .top > .left > a:nth-child(1) {
                        display: block;
                    }

            .recent .container > .top > .right {
                height: 408px;
                padding: 65px 0px 0px 25px;
            }

                .recent .container > .top > .right p.title {
                    font-size: 30px;
                    color: rgb( 255, 102, 0 );
                    margin-bottom: 15px;
                }

                    .recent .container > .top > .right p.title a:hover {
                        color: #ff6600;
                    }

                .recent .container > .top > .right p.detail {
                    margin-bottom: 5px;
                    font-size: 16px;
                    color: rgb( 102, 101, 100 );
                    line-height: 1.5;
                }

                .recent .container > .top > .right p.time {
                    font-size: 14px;
                    color: rgba( 144, 142, 141, 0.678 );
                    line-height: 1.714;
                    margin-bottom: 20px;
                }

                .recent .container > .top > .right p.miaoshu {
                    font-size: 14px;
                    color: rgb( 129, 128, 127 );
                    line-height: 1.714;
                }

    .recent .swiper-containerX {
        overflow: hidden;
        padding-bottom: 85px;
    }

        .recent .swiper-containerX .swiper-slide {
            overflow: hidden;
        }

    .recent .swiper-button-prev, .recent .swiper-container-rtl .swiper-button-next {
        /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
        background-image: none;
        left: 30px;
        right: auto;
    }

    .recent .swiper-button-next, .recent .swiper-container-rtl .swiper-button-prev {
        /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
        background-image: none;
        left: 80px;
        right: auto;
    }

    .recent .swiper-button-next, .recent .swiper-button-prev {
        background: #e3e3e3;
        position: absolute;
        bottom: 85px;
        top: auto;
        width: 40px;
        height: 40px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }

        .recent .swiper-button-next i, .recent .swiper-button-prev i {
            font-size: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }


    .recent .container > .bottom .box {
        position: absolute;
        width: 99.5%;
        height: 100%;
        padding-left: 30px;
        padding-top: 45px;
        /* padding:45px 30px; */
    }

    .recent .container > .bottom > div {
        vertical-align: top;
        height: 292px;
        position: relative;
        padding: 0px 3px;
    }

    .recent .container > .bottom > .left {
        background: #efeeed;
    }

        .recent .container > .bottom > .left .box {
            /* background: #efeeed; */
        }

            .recent .container > .bottom > .left .box img {
                position: absolute;
                bottom: 30px;
                right: 0px;
            }

    .recent .container > .bottom > .mid {
        /* background: #999999; */
    }

        .recent .container > .bottom > .mid .box {
            /* width: 100%; */
            /* height: 100%; */
            /* background: #999999; */
            background: #b7b7b7;
        }

    .recent .container > .bottom > .right {
    }

        .recent .container > .bottom > .right img {
            height: 100%;
            width: 100%;
        }

        .recent .container > .bottom > .right .box {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

            .recent .container > .bottom > .right .box ul {
            }

                .recent .container > .bottom > .right .box ul li {
                    display: inline-block;
                    width: 50%;
                }

                    .recent .container > .bottom > .right .box ul li a {
                        font-size: 14px;
                        color: rgb( 255, 255, 255 );
                        line-height: 2.143;
                    }

                        .recent .container > .bottom > .right .box ul li a:hover {
                            color: #000;
                        }

    .recent .container > .bottom .left p.list {
        font-size: 30px;
        color: rgb( 136, 135, 135 );
    }

    .recent .container > .bottom .left p.descrip {
        margin-bottom: 10px;
        font-size: 14px;
        color: rgb( 136, 135, 135 );
        line-height: 1.714;
    }

    .recent .container > .bottom .left {
    }

        .recent .container > .bottom .left ul {
        }

            .recent .container > .bottom .left ul li {
                width: 100%;
                font-size: 14px;
                color: rgb( 136, 135, 135 );
                line-height: 2.143;
            }

                .recent .container > .bottom .left ul li a {
                    font-size: 14px;
                    color: rgb( 136, 135, 135 );
                }

                    .recent .container > .bottom .left ul li a:hover {
                        color: #ff6600;
                    }

    .recent .container > .bottom .mid p.list,
    .recent .container > .bottom .right p.list {
        font-size: 30px;
        color: #fff;
    }

    .recent .container > .bottom .mid p.descrip,
    .recent .container > .bottom .right p.descrip {
        margin-bottom: 10px;
        font-size: 14px;
        color: #fff;
        line-height: 1.714;
    }

    .recent .container > .bottom .mid ul {
    }

        .recent .container > .bottom .mid ul li {
            display: inline-block;
            /*width: 50%;*/
            width: 49%;
        }

            .recent .container > .bottom .mid ul li a {
                font-size: 14px;
                color: rgb( 255, 255, 255 );
                line-height: 2.143;
            }

                .recent .container > .bottom .mid ul li a:hover {
                    color: #ff6600;
                }


footer {
}

    footer .top > div {
        cursor: pointer;
        padding: 0px;
        height: 183px;
        /* background: #434343; */
        background: #c2c2c2;
    }

    footer .top > .left .box {
        width: 100%;
        height: 100%;
        padding: 10px 10px 10px 0px;
        /* background: #434343; */
    }

        footer .top > .left .box:hover .inner {
            display: block;
        }


    footer .top > .left:hover i {
        display: none;
    }

    footer .top > .left .box .inner {
        display: none;
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 35px 55px;
    }

        footer .top > .left .box .inner p.hotline {
            font-size: 18px;
            color: rgb( 26, 26, 26 );
            line-height: 1.667;
        }

        footer .top > .left .box .inner p.tel {
            font-size: 18px;
            color: rgb( 255, 102, 0 );
            line-height: 1.667;
        }

        footer .top > .left .box .inner p.time {
            font-size: 14px;
            color: rgb( 26, 26, 26 );
            line-height: 2.143;
        }




    footer .top > div > i {
        font-size: 50px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    footer .top > div > a {
        width: 100%;
        height: 100%;
        display: inline-block;
        font-size: 50px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        footer .top > div > a > i {
            font-size: 50px;
            color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

    footer .top > div.fad {
        /* background: #656464; */
        background: #b7b7b7;
        position: relative;
    }

        footer .top > div.fad:hover .box {
            display: block;
        }

        footer .top > div.fad .box {
            display: none;
            width: 167px;
            height: 164px;
            background: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

            footer .top > div.fad .box img {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
            }

    footer .bottom {
        height: 129px;
        /* background: #1e1e1e; */
        background: #989898;
    }

        footer .bottom .container {
            height: 129px;
            position: relative;
        }

            footer .bottom .container > .left {
                position: absolute;
                left: 0px;
                top: 50%;
                -webkit-transform: translateY( -50%);
                -moz-transform: translateY( -50%);
                -ms-transform: translateY( -50%);
                -o-transform: translateY( -50%);
            }

                footer .bottom .container > .left p.power {
                    font-size: 14px;
                    /* color: rgb( 76, 76, 76 ); */
                    margin-bottom: 5px;
                    color: #e1e1e1;
                }



                footer .bottom .container > .left p.use {
                }

                    footer .bottom .container > .left p.use a {
                        display: inline-block;
                        font-size: 14px;
                        /* color: #ff6600; */
                        margin-right: 32px;
                        color: #e1e1e1;
                    }

                        footer .bottom .container > .left p.use a:hover {
                            color: #ff6600;
                        }

                    footer .bottom .container > .left p.use span {
                        font-size: 14px;
                        /* color: #fff; */
                        color: #e1e1e1;
                    }

                        footer .bottom .container > .left p.use span i {
                            vertical-align: middle;
                            color: #ee840e;
                        }


            footer .bottom .container > .middle {
                position: absolute;
                bottom: 0px;
                left: 50%;
                -webkit-transform: translateX( -50%);
                -moz-transform: translateX( -50%);
                -ms-transform: translateX( -50%);
                -o-transform: translateX( -50%);
            }

                footer .bottom .container > .middle span {
                    cursor: pointer;
                    font-size: 20px;
                    color: rgb( 255, 255, 255 );
                    position: absolute;
                    top: 10px;
                    left: 50%;
                    -webkit-transform: translateX( -50%);
                    -moz-transform: translateX( -50%);
                    -ms-transform: translateX( -50%);
                    -o-transform: translateX( -50%);
                }

            footer .bottom .container > .right {
                padding-top: 45px;
                float: right;
                /* width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%); */
            }

                footer .bottom .container > .right .company {
                    position: relative;
                    display: inline-block;
                    height: 40px;
                    padding: 0px 13px 0px 25px;
                    font-size: 14px;
                    line-height: 40px;
                    /* color: rgb( 255, 102, 0 ); */
                    /* border: 1px solid #414040; */
                    border: 1px solid #e0e0e0;
                    color: #dfdfdf;
                }

                    footer .bottom .container > .right .company:hover ul {
                        display: block;
                    }

                    footer .bottom .container > .right .company ul {
                        display: none;
                        z-index: 10000;
                        width: 100%;
                        background: #fff;
                        position: absolute;
                        bottom: 40px;
                        left: 0;
                    }

                        footer .bottom .container > .right .company ul li {
                            padding-left: 25px;
                        }

                            footer .bottom .container > .right .company ul li a {
                                color: #989898;
                            }

                                footer .bottom .container > .right .company ul li a:hover {
                                    color: #ff6600;
                                }

                footer .bottom .container > .right i {
                    margin-left: 25px;
                }

                footer .bottom .container > .right .business {
                    position: relative;
                    margin-left: 23px;
                    /* border: 1px solid #414040; */
                    line-height: 40px;
                    height: 40px;
                    padding: 0px 13px 0px 58px;
                    display: inline-block;
                    font-size: 14px;
                    line-height: 40px;
                    /* color: rgb( 255, 102, 0 ); */
                    border: 1px solid #e0e0e0;
                    color: #dfdfdf;
                }

                    footer .bottom .container > .right .business:hover ul {
                        display: block;
                    }

                    footer .bottom .container > .right .business ul {
                        display: none;
                        z-index: 10000;
                        width: 100%;
                        background: #fff;
                        position: absolute;
                        bottom: 40px;
                        left: 0;
                    }

                        footer .bottom .container > .right .business ul li {
                            padding-left: 25px;
                        }

                            footer .bottom .container > .right .business ul li a {
                                color: #989898;
                            }

                                footer .bottom .container > .right .business ul li a:hover {
                                    color: #ff6600;
                                }

.go_top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 30px;
    background-color: rgba(255, 87, 34, 0.8);
    z-index: 9999;
    font-size: 21px;
    font-weight: bolder;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    display: none;
}

    .go_top:hover {
        background-color: rgba(255, 87, 34, 1);
    }

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.ban {
    margin-top: 90px;
    position: relative;
}

    .ban .container {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        .ban .container .box {
            padding: 35px;
            border-radius: 10px;
            background: rgba(255,102,0,.5);
            position: absolute;
            left: 0px;
            top: 45%;
            -webkit-transform: translateY( -50%);
            -moz-transform: translateY( -50%);
            -ms-transform: translateY( -50%);
            -o-transform: translateY( -50%);
        }

            .ban .container .box h2 {
                margin-bottom: 10px;
                font-size: 36px;
                color: rgb( 255, 255, 255 );
            }

            .ban .container .box p {
                font-size: 20px;
                color: rgb( 255, 255, 255 );
                line-height: 1.25;
            }


.innertitle {
    background: #fff;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    color: rgb( 104, 104, 104 );
}

    .innertitle a {
        font-size: 14px;
        color: rgb( 104, 104, 104 );
    }

        .innertitle a:hover {
            color: #ff8633;
        }


.innertitling {
    border-top: 2px solid #ccc;
    margin-top: 90px;
    background: #fff;
    height: 57px;
    line-height: 54px;
    font-size: 14px;
    color: rgb( 104, 104, 104 );
}

    .innertitling .container {
        padding: 0px;
    }

    .innertitling a {
        font-size: 14px;
        color: rgb( 104, 104, 104 );
    }

        .innertitling a:hover {
            color: #ff8633;
        }

    .innertitling .container .left {
        float: left;
    }

    .innertitling .container .right {
        margin-top: 3px;
        float: right;
    }

        .innertitling .container .right > div {
            cursor: pointer;
            vertical-align: top;
            text-align: center;
            line-height: 30px;
            color: #fff;
            display: inline-block;
            width: 80px;
            height: 30px;
            background: #999999;
            position: relative;
        }

            .innertitling .container .right > div > a {
                color: #fff;
            }

            .innertitling .container .right > div:last-child {
            }

                .innertitling .container .right > div:last-child:hover > div {
                    display: block;
                }

                .innertitling .container .right > div:last-child > div {
                    display: none;
                    width: 200px;
                    top: 29px;
                    position: absolute;
                }

            .innertitling .container .right > div i {
                margin-right: 5px;
            }

.topimage {
    background: #fff;
}

    .topimage .container {
        position: relative;
        padding: 0px;
    }

        .topimage .container label {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 14px;
            color: rgb( 79, 80, 79 );
            line-height: 1.857;
        }

.勾选比较 {
    font-size: 14px;
    font-family: "PingFang";
    color: rgb( 79, 80, 79 );
    line-height: 1.857;
    position: absolute;
    left: 1505.391px;
    top: 185.453px;
    z-index: 115;
}


.topimage .container label input {
    margin-right: 5px;
}

.topimage .container > div {
    /* padding: 0px; */
}

.topimage .container .left {
    padding-left: 0px;
}

    .topimage .container .left .bottom {
        display: none;
    }

        .topimage .container .left .bottom span {
            display: inline-block;
            width: 23.2%;
            margin-right: 10px;
            height: 50px;
            background: #808080;
            border-radius: 10px;
            font-size: 14px;
            text-align: center;
            line-height: 50px;
            color: rgb( 255, 255, 255 );
        }

            .topimage .container .left .bottom span:last-child {
                margin-right: 0px;
            }

.topimage .container .right {
    /* padding-left: 30px; */
    padding-right: 0px;
}

    .topimage .container .right p.cate {
        font-size: 24px;
        color: rgb( 42, 37, 37 );
        line-height: 1;
    }

    .topimage .container .right p.price {
        font-size: 18px;
        color: rgb( 255, 102, 0 );
        line-height: 1.444;
        margin: 10px 0px;
    }

    .topimage .container .right ul {
    }

        .topimage .container .right ul li {
            font-size: 14px;
            color: #686868;
            line-height: 1.65;
        }

            .topimage .container .right ul li:nth-child(1n + 11) {
                display: none;
            }

            .topimage .container .right ul li i {
                color: rgb( 255, 102, 0 );
                margin-right: 5px;
            }

    .topimage .container .right .clickmoring {
        text-align: center;
        font-size: 14px;
        color: #ff5500;
        text-align: center;
        cursor: pointer;
        width: 130px;
        margin: auto;
        padding: 5px;
    }


.relatedseries {
    background: #fff;
}

    .relatedseries .container > p {
        height: 47px;
        line-height: 47px;
        background: #eeeeee;
    }

        .relatedseries .container > p .left {
            float: left;
            display: inline-block;
            padding-left: 25px;
            font-size: 16px;
            color: rgb( 104, 104, 104 );
        }

        .relatedseries .container > p .right {
            float: right;
            padding-right: 30px;
        }

            .relatedseries .container > p .right a {
                font-size: 14px;
                color: rgb( 104, 104, 104 );
            }

                .relatedseries .container > p .right a:hover {
                    color: #ff6600;
                }

    .relatedseries .container .bottom {
        padding: 25px;
        border-bottom: 1px solid #dad8d9;
    }

        .relatedseries .container .bottom ul {
        }

            .relatedseries .container .bottom ul li {
                width: 22.3%;
                margin-right: 36px;
                display: inline-block;
            }

                .relatedseries .container .bottom ul li:nth-child(4) {
                    margin-right: 0px;
                }

                .relatedseries .container .bottom ul li .top {
                    position: relative;
                    height: 188px;
                    border: 1px solid #e4e4e4;
                    overflow: hidden;
                }

                    .relatedseries .container .bottom ul li .top img:hover {
                        transition: 1.2s;
                        transform: scale(1.1) translate(-50%, -50%);
                        -webkit-transform: scale(1.1) translate(-50%, -50%);
                        -moz-transform: scale(1.1) translate(-50%, -50%);
                        -ms-transform: scale(1.1) translate(-50%, -50%);
                        -o-transform: scale(1.1) translate(-50%, -50%);
                    }

                    .relatedseries .container .bottom ul li .top img {
                        transition: 1.2s;
                        width: 100%;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                .relatedseries .container .bottom ul li p {
                    margin-top: 15px;
                    font-size: 16px;
                    text-align: center;
                    color: rgb( 104, 104, 104 );
                    line-height: 1.5;
                }

                    .relatedseries .container .bottom ul li p a {
                        font-size: 16px;
                        color: rgb( 104, 104, 104 );
                    }

                        .relatedseries .container .bottom ul li p a:hover {
                            color: #ff6600;
                        }

.prodescrip {
    background: #fff;
    padding-top: 35px;
}

    .prodescrip .container {
    }

        .prodescrip .container p.tis {
        }

            .prodescrip .container p.tis span {
                cursor: pointer;
                text-align: center;
                line-height: 45px;
                width: 19.6%;
                display: inline-block;
                margin-right: 2px;
                background: #eeeeee;
                height: 45px;
                font-size: 16px;
                color: rgb( 255, 255, 255 );
                color: #686868;
            }

                .prodescrip .container p.tis span:last-child {
                    margin-right: 0px;
                }

                .prodescrip .container p.tis span.active {
                    background: #ff6600;
                    color: rgb( 255, 255, 255 );
                }

        .prodescrip .container .bottom {
        }

            .prodescrip .container .bottom table td {
                border: 1px solid #666;
                padding-left: 10px;
                word-break: break-word;
            }

            .prodescrip .container .bottom > div {
                padding: 40px 25px;
                color: #686868;
                font-size: 14px;
            }

                .prodescrip .container .bottom > div:nth-child(2),
                .prodescrip .container .bottom > div:nth-child(3),
                .prodescrip .container .bottom > div:nth-child(4),
                .prodescrip .container .bottom > div:nth-child(5) {
                    display: none;
                }

                    .prodescrip .container .bottom > div:nth-child(2) table {
                        width: 98.5% !important;
                    }

.titlingx {
    text-align: right;
    /*border-bottom: 2px solid #eeeeee;*/
}

    .titlingx span {
        margin-bottom: 2px;
        margin-right: 2px;
        display: inline-block;
        background: #eeeeee;
        height: 47px;
        line-height: 47px;
        /* padding: 0px 18px; */
        text-align: center;
        font-size: 16px;
        color: rgb( 104, 104, 104 );
        padding: 0px 15px;
    }

        .titlingx span.active {
            background-color: #ff6600;
        }

            .titlingx span.active a {
                color: #fff;
            }

        .titlingx span a {
            font-size: 16px;
            color: rgb( 104, 104, 104 );
        }

            .titlingx span a:hover {
            }

.inner_history {
    background: #fff;
}

    .inner_history .clearfix {
        font-size: 0px;
        /* font-size: 14px; */
        color: #000;
        /* height: 100px; */
        padding: 15px 0px;
    }
        /* .inner_history .clearfix>div span{
  position: absolute;
} */
        .inner_history .clearfix > span {
            font-size: 14px;
            vertical-align: middle;
            display: inline-block;
        }

        .inner_history .clearfix .left {
            padding-right: 15px;
            width: 30%;
            text-align: right;
            /* height: 100%; */
            position: relative;
            vertical-align: middle;
            display: inline-block;
            border-right: 1px solid #000;
            color: #ff6600;
        }

        .inner_history .clearfix .right {
            padding-left: 15px;
            padding-right: 20px;
            width: 70%;
            position: relative;
            /* height: 100%; */
            vertical-align: middle;
            display: inline-block;
        }

        .inner_history .clearfix .left span {
            font-size: 18px;
            font-weight: bold;
            /* position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%); */
        }

        .inner_history .clearfix .right span {
            /* position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%); */
        }

    .inner_history .bottom {
        padding: 45px 0px 105px;
    }





.inner_solve {
    background: #fff;
}

    .inner_solve .container .bottom {
        padding-top: 40px;
        padding-bottom: 90px;
    }

.inner_service {
    background: #fff;
}

    .inner_service .container .bottom {
        padding-top: 40px;
        padding-bottom: 90px;
        font-size: 14px;
        color: rgb( 128, 127, 127 );
        line-height: 1.714;
    }

        .inner_service .container .bottom .tt {
            font-size: 14px;
            color: rgb( 128, 127, 127 );
            line-height: 1.714;
        }

        .inner_service .container .bottom .bb {
            text-align: center;
        }

            .inner_service .container .bottom .bb a {
                cursor: pointer;
                margin-top: 50px;
                display: inline-block;
                width: 220px;
                height: 40px;
                background: #ff6600;
                text-align: center;
                line-height: 40px;
                color: #fff;
                font-size: 14px;
            }


.inner_solving {
    background: #fff;
}
    /* .inner_solving .container{
  padding: 40px 0px 75px;
} */


    .inner_solving .bottom {
        padding: 40px 0px 75px;
    }

        .inner_solving .bottom p.fir {
            font-size: 14px;
            color: rgb( 104, 104, 104 );
            line-height: 1.714;
        }

        .inner_solving .bottom > .mid {
            margin: 50px 0px;
        }

        .inner_solving .bottom p.second {
            font-size: 14px;
            color: rgb( 104, 104, 104 );
            line-height: 1.714;
        }

        .inner_solving .bottom p {
               font-size: 14px;
            color: rgb( 104, 104, 104 );
            line-height: 1.714;
        }

    .inner_solving table {
        width: 100% !important;
        table-layout: fixed;
        word-wrap: break-word !important;
        word-break: break-all !important;
    }

        .inner_solving table thead tr {
            padding: 0px !important;
            height: 45px;
            line-height: 45px;
            min-width: 100% !important;
        }

        .inner_solving table thead {
            /* width: 100%; */
            border-bottom: none !important;
        }

            .inner_solving table thead tr th {
                /* padding: 0px !important; */
                width: 100% !important;
                line-height: 45px !important;
                font-size: 14px !important;
                color: rgb( 255, 255, 255 ) !important;
                background: #ff6600 !important;
            }

    .inner_solving .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: none;
        padding-left: 40px !important;
        font-size: 14px !important;
    }

    .inner_solving .table > tbody tr td {
        border-top: none !important;
        padding-left: 40px !important;
        height: 45px !important;
        line-height: 45px !important;
        /* width: 45px !important; */
    }

        .inner_solving .table > tbody tr td:nth-child(1) {
            background: #dddddd !important;
            width: 33% !important;
            height: 45px;
            line-height: 45px;
        }

        .inner_solving .table > tbody tr td.col-md-9 {
            background: #f5f5f5 !important;
        }

.pro_intro {
    margin-top: 30px;
}




    .pro_intro .tb_pro {
        padding-left: 40px;
        height: 45px;
        line-height: 45px;
        background: #ff6600;
        font-size: 14px;
        color: rgb( 255, 255, 255 );
    }

    .pro_intro .clearfix {
        border-bottom: 1px solid #e3e1e2;
    }

        .pro_intro .clearfix > div {
            padding: 0px;
            height: 45px;
            line-height: 45px;
        }

        .pro_intro .clearfix .col-md-3 {
            background: #dddddd;
            font-size: 14px;
            color: #000;
            padding-left: 40px;
        }

        .pro_intro .clearfix .col-md-9 {
            background: #f5f5f5;
            font-size: 14px;
            color: #000;
            padding-left: 40px;
        }

.inner_link {
    background: #fff;
}

    .inner_link .container .bottom {
        padding-top: 40px;
        padding-bottom: 90px;
        font-size: 14px;
        color: rgb( 128, 127, 127 );
        line-height: 1.714;
    }

        .inner_link .container .bottom .category {
            padding-bottom: 65px;
            border-bottom: 1px solid #eeeeee;
            font-size: 0px;
        }

            .inner_link .container .bottom .category dl {
                margin-bottom: 25px;
            }

            .inner_link .container .bottom .category dt {
                font-size: 16px;
                color: rgb( 255, 102, 0 );
                margin-bottom: 15px;
            }

            .inner_link .container .bottom .category dd.tit {
                font-size: 14px;
                color: rgb( 104, 104, 104 );
                line-height: 1.857;
                font-weight: bold;
            }

            .inner_link .container .bottom .category dd {
                font-size: 14px;
                color: rgb( 104, 104, 104 );
                line-height: 1.857;
            }

                .inner_link .container .bottom .category dd a {
                    color: #0175da;
                    font-size: 14px;
                }

                .inner_link .container .bottom .category dd span {
                    color: #0175da;
                    font-size: 14px;
                }

            .inner_link .container .bottom .category .w35 {
                vertical-align: top;
                width: 35%;
                display: inline-block;
            }

            .inner_link .container .bottom .category .w28 {
                vertical-align: top;
                width: 28%;
                display: inline-block;
            }

            .inner_link .container .bottom .category .w37 {
                vertical-align: top;
                width: 37%;
                display: inline-block;
            }

                .inner_link .container .bottom .category .w37 > div {
                    display: inline-block;
                }

                .inner_link .container .bottom .category .w37 > .left {
                    float: left;
                }

                .inner_link .container .bottom .category .w37 > .right {
                    float: right;
                    padding-top: 40px;
                }

        .inner_link .container .bottom .maping {
            margin-top: 130px;
        }

            .inner_link .container .bottom .maping img {
                z-index: -1;
            }

            .inner_link .container .bottom .maping .container {
                padding: 0px;
                position: relative;
            }

                .inner_link .container .bottom .maping .container > div {
                    padding: 55px 10px 10px 40px;
                    width: 387px;
                    height: 238px;
                    border: 1px solid #edebec;
                    position: absolute;
                    background: rgba(255, 255, 255, .5);
                }

                .inner_link .container .bottom .maping .container ul li {
                    font-size: 14px;
                    color: rgb( 97, 98, 99 );
                    line-height: 1.714;
                }

                    .inner_link .container .bottom .maping .container ul li a {
                        color: #0175da;
                    }

                    .inner_link .container .bottom .maping .container ul li span {
                        color: #0175da;
                    }

                .inner_link .container .bottom .maping .container > div a {
                }

                .inner_link .container .bottom .maping .container > div > span {
                    position: absolute;
                    left: 35px;
                    top: -15px;
                    font-size: 14px;
                    font-family: "PingFang";
                    color: rgb( 255, 102, 0 );
                }


                .inner_link .container .bottom .maping .container > span {
                    position: absolute;
                    display: inline-block;
                    background: #ff6600;
                    width: 18px;
                    height: 18px;
                    border-radius: 100%;
                    cursor: pointer;
                }

                .inner_link .container .bottom .maping .container > .ame {
                    left: 315px;
                    top: 175px;
                }

                .inner_link .container .bottom .maping .container > .jap {
                    right: 194px;
                    top: 179px;
                    background: #a3d9e3;
                }

                .inner_link .container .bottom .maping .container > .lor {
                    right: 262px;
                    top: 196px;
                    background: #a3d9e3;
                }

                .inner_link .container .bottom .maping .container > .mal {
                    right: 314px;
                    top: 305px;
                    background: #a2d7a9;
                }


                .inner_link .container .bottom .maping .container > .one {
                    top: -72px;
                    left: 168px;
                    display: none;
                }

                .inner_link .container .bottom .maping .container > .two {
                    top: -72px;
                    right: 0px;
                    display: none;
                }

                .inner_link .container .bottom .maping .container > .three {
                    top: -50px;
                    right: 75px;
                    display: none;
                }

                .inner_link .container .bottom .maping .container > .four {
                    top: 53px;
                    right: 94px;
                    display: none;
                }

.phonemap {
}

    .phonemap > div {
        padding: 10px;
        border: 1px solid #edebec;
        margin-bottom: 20px;
    }

        .phonemap > div a {
            color: #0175da;
        }

        .phonemap > div span {
            color: #0175da;
        }

        .phonemap > div p {
            font-size: 14px;
            color: rgb( 255, 102, 0 );
            line-height: 1.714;
        }




.inner_video {
    background: #fff;
}

    .inner_video .bottom > .viding {
        padding: 30px 0px 35px;
    }

        .inner_video .bottom > .viding ul {
            font-size: 0px;
        }

            .inner_video .bottom > .viding ul li {
                vertical-align: top;
                width: 31.5%;
                display: inline-block;
                margin-right: 32px;
                margin-bottom: 40px;
            }

                .inner_video .bottom > .viding ul li:nth-child(3),
                .inner_video .bottom > .viding ul li:nth-child(6),
                .inner_video .bottom > .viding ul li:nth-child(9) {
                    margin-right: 0px;
                }

                .inner_video .bottom > .viding ul li .top {
                    background-image: url(../banner.png);
                }

                .inner_video .bottom > .viding ul li .bottom {
                    padding: 45px 15px;
                    background: #f5f5f5;
                    border-bottom: 8px solid #999898;
                }

                    .inner_video .bottom > .viding ul li .bottom p.time {
                        font-size: 16px;
                        color: rgb( 133, 131, 131 );
                        line-height: 1.625;
                        margin-bottom: 10px;
                    }

                    .inner_video .bottom > .viding ul li .bottom p.desc {
                        font-size: 14px;
                        color: rgb( 133, 131, 131 );
                        line-height: 1.857;
                    }

.inner_download {
    background: #fff;
}

.inner_download .container{
	overflow: hidden;
}

.inner_download .catelist span:last-child{
	display: none !important;
}
.first ul li:nth-child(5) ul li:last-child{
	display: none !important;
}
.sidebar .first ul li:nth-child(2) ul li:nth-child(5) ul li:last-child{
	display: block !important
}

    .inner_download .container > .bottom {
        padding-top: 50px;
    }

        .inner_download .container > .bottom .inner_dt {
            padding: 30px 15px;
            background: #eeeeee;
        }

            .inner_download .container > .bottom .inner_dt .left {
                text-align: center;
            }

                .inner_download .container > .bottom .inner_dt .left img {
                    display: inline-block;
                }

            .inner_download .container > .bottom .inner_dt .right {
            }

                .inner_download .container > .bottom .inner_dt .right form {
                    z-index: 1000000;
                }

                    .inner_download .container > .bottom .inner_dt .right form .top {
                        margin-bottom: 15px;
                    }

                        .inner_download .container > .bottom .inner_dt .right form .top > div {
                            padding: 0px 11px;
                        }

                        .inner_download .container > .bottom .inner_dt .right form .top select {
                            /* appearance: none; */
                            appearance: none;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            height: 50px;
                            width: 100%;
                            font-size: 14px;
                            color: rgb( 160, 159, 159 );
                            padding-left: 25px;
                            border: 1px solid #dedbdb;
                            background: #fff url(../img/xiala.png) 265px center no-repeat;
                        }

                    .inner_download .container > .bottom .inner_dt .right form .bottom {
                        position: relative;
                    }

                        .inner_download .container > .bottom .inner_dt .right form .bottom > div {
                            padding: 0px 11px;
                            position: relative;
                        }

                        .inner_download .container > .bottom .inner_dt .right form .bottom input {
                            width: 100%;
                            height: 50px;
                            border: 1px solid #dedbdb;
                            z-index: 100000;
                            font-size: 14px;
                            color: rgb( 160, 159, 159 );
                            padding-left: 25px;
                        }

                    .inner_download .container > .bottom .inner_dt .right form input::-webkit-input-placeholder {
                        color: rgb( 160, 159, 159 );
                    }

                    .inner_download .container > .bottom .inner_dt .right form input::-moz-placeholder { /* Mozilla Firefox 19+ */
                        color: rgb( 160, 159, 159 );
                    }

                    .inner_download .container > .bottom .inner_dt .right form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                        color: rgb( 160, 159, 159 );
                    }

                    .inner_download .container > .bottom .inner_dt .right form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                        color: rgb( 160, 159, 159 );
                    }

                    .inner_download .container > .bottom .inner_dt .right form .bottom button {
                        position: absolute;
                        background: transparent;
                        right: 20px;
                        border: none;
                        top: 50%;
                        -webkit-transform: translateY( -50%);
                        -moz-transform: translateY( -50%);
                        -ms-transform: translateY( -50%);
                        -o-transform: translateY( -50%);
                    }

                        .inner_download .container > .bottom .inner_dt .right form .bottom button i {
                            font-size: 23px;
                        }

        .inner_download .container > .bottom .inner_db {
            margin-top: 20px;
        }

            .inner_download .container > .bottom .inner_db .content {
            }

                .inner_download .container > .bottom .inner_db .content .clearfix {
                    font-size: 0px;
                    border: 1px solid #dedbdb;
                    margin-bottom: 25px;
                }

                .inner_download .container > .bottom .inner_db .content p.tit {
                    font-size: 14px;
                    color: rgb( 255, 102, 0 );
                    line-height: 1.857;
                    margin-bottom: 10px;
                }

                .inner_download .container > .bottom .inner_db .content .clearfix .w75 {
                    vertical-align: top;
                    width: 75%;
                    display: inline-block;
                }

                .inner_download .container > .bottom .inner_db .content .clearfix .w25 {
                    vertical-align: top;
                    width: 25%;
                    display: inline-block;
                    position: relative;
                    height: 100px;
                    border-left: 1px solid #dedbdb;
                }

                .inner_download .container > .bottom .inner_db .content .clearfix .w75 .firstt {
                    height: 50px;
                    line-height: 50px;
                    font-size: 14px;
                    color: rgb( 102, 101, 100 );
                    background: #fff;
                    text-align: center;
                    border-bottom: 1px solid #dedbdb;
                }

                .inner_download .container > .bottom .inner_db .content .clearfix .w75 .second {
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    background: #eeeeee;
                    font-size: 14px;
                    font-family: "PingFang";
                    color: rgb( 160, 159, 159 );
                }

                .inner_download .container > .bottom .inner_db .content .clearfix .w25 .box {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                }

                    .inner_download .container > .bottom .inner_db .content .clearfix .w25 .box a img {
                        display: inline-block;
                        vertical-align: bottom;
                        margin-right: 10px;
                    }

                    .inner_download .container > .bottom .inner_db .content .clearfix .w25 .box a {
                        font-size: 14px;
                        color: rgb( 160, 159, 159 );
                    }

                        .inner_download .container > .bottom .inner_db .content .clearfix .w25 .box a:hover {
                            color: #ff6600;
                        }


.inner_message {
    background: #fff;
    padding-bottom: 70px;
}

    .inner_message .container > .bottom {
        padding-top: 80px;
    }

        .inner_message .container > .bottom > p {
            font-size: 14px;
            color: rgb( 104, 104, 104 );
            line-height: 1.714;
            padding-left: 165px;
            margin-bottom: 20px;
        }

        .inner_message .container > .bottom .clearfix {
            margin-bottom: 23px;
        }

            .inner_message .container > .bottom .clearfix .w20 {
                width: 20%;
                display: inline-block;
                vertical-align: top;
                color: #686868;
                font-size: 14px;
                line-height: 50px;
                text-align: right;
                padding-right: 22px;
            }

                .inner_message .container > .bottom .clearfix .w20 span {
                    vertical-align: middle;
                    margin-right: 5px;
                    color: red;
                }

            .inner_message .container > .bottom .clearfix .w80 {
                width: 79%;
                display: inline-block;
                vertical-align: top;
            }

                .inner_message .container > .bottom .clearfix .w80 input[type="text"] {
                    height: 50px;
                    width: 677px;
                    border: 1px solid #dcd9da;
                    font-size: 14px;
                    color: rgb( 160, 159, 159 );
                    padding-left: 25px;
                }

                .inner_message .container > .bottom .clearfix .w80 select {
                    height: 50px;
                    width: 327px;
                    margin-right: 23px;
                    border: 1px solid #dcd9da;
                    background: #fff url(/images/orange.png) 96% center no-repeat;
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    font-size: 14px;
                    color: rgb( 104, 104, 104 );
                    padding-left: 25px;
                    padding-right: 10px;
                }

                    .inner_message .container > .bottom .clearfix .w80 select.w100 {
                        width: 677px;
                    }

            .inner_message .container > .bottom .clearfix.pro .w80 select {
                width: 677px;
                background: #fff url(../img/orange.png) 98% center no-repeat;
            }

            .inner_message .container > .bottom .clearfix .w80 textarea {
                width: 677px;
                height: 170px;
                border: 1px solid #dcd9da;
                font-size: 14px;
                color: rgb( 160, 159, 159 );
                padding: 10px 15px;
            }

            .inner_message .container > .bottom .clearfix .w80 .mid {
                font-size: 14px;
                color: rgb( 104, 104, 104 );
                line-height: 1.714;
                padding: 18px 0px;
            }

                .inner_message .container > .bottom .clearfix .w80 .mid p {
                    width: 677px;
                    margin: 20px 0px 10px;
                }

                    .inner_message .container > .bottom .clearfix .w80 .mid p a {
                        color: #ff5401;
                        font-size: 14px;
                    }

            .inner_message .container > .bottom .clearfix.code {
            }

                .inner_message .container > .bottom .clearfix.code .w80 {
                }

                    .inner_message .container > .bottom .clearfix.code .w80 input {
                        height: 50px;
                        width: 238px;
                        margin-right: 10px;
                    }

        .inner_message .container > .bottom .submiting {
            text-align: center;
        }

            .inner_message .container > .bottom .submiting button {
                width: 155px;
                height: 50px;
                border: none;
                font-size: 14px;
                color: rgb( 255, 255, 255 );
            }


                .inner_message .container > .bottom .submiting button[type="submit"] {
                    background: #ff6600;
                    margin-right: 12px;
                }

            .inner_message .container > .bottom .submiting .submit {
                background: #ff6600;
                margin-right: 12px;
                width: 155px;
                height: 50px;
                border: none;
                font-size: 14px;
                color: rgb( 255, 255, 255 );
            }

            .inner_message .container > .bottom .submiting button[type="reset"] {
                background: #999898;
            }


.inner_about {
    background: #fff;
}

    .inner_about .container > .bottom {
        padding: 40px 0px 30px;
        font-size: 12px;
    }

    .inner_about .bottom .descrip {
        margin-bottom: 50px;
    }

        .inner_about .bottom .descrip .left {
            font-size: 14px;
            color: rgb( 104, 104, 104 );
            line-height: 1.857;
        }


        .inner_about .bottom .descrip .right {
        }

    .inner_about .bottom .number {
        position: relative;
    }

        .inner_about .bottom .number > ul {
            position: relative;
        }

            .inner_about .bottom .number > ul li {
                position: relative;
                width: 24.3%;
                background: #efeeed;
                height: 170px;
                float: left;
                vertical-align: top;
                margin-right: 10px;
            }

                .inner_about .bottom .number > ul li:last-child {
                    margin-right: 0px;
                }

        .inner_about .bottom .number .box {
            text-align: center;
            width: 100%;
            position: absolute;
            left: 46%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

            .inner_about .bottom .number .box span {
                font-size: 30px;
                color: rgb( 255, 102, 0 );
            }

            .inner_about .bottom .number .box p {
                font-size: 14px;
                color: rgb( 104, 104, 104 );
                line-height: 1.857;
            }

    .inner_about .bottom .future {
        margin-top: 20px;
    }

        .inner_about .bottom .future p.ti {
            font-size: 16px;
            color: rgb( 255, 102, 0 );
            line-height: 1.625;
        }

        .inner_about .bottom .future .top {
        }

            .inner_about .bottom .future .top .detail {
                color: #686868;
                font-size: 14px;
                line-height: 2;
            }

        .inner_about .bottom .future .mid {
            margin-top: 20px;
            margin-bottom: 40px;
        }

            .inner_about .bottom .future .mid .detail {
            }

                .inner_about .bottom .future .mid .detail .clearfix {
                    margin-top: 10px;
                }

                    .inner_about .bottom .future .mid .detail .clearfix .border {
                        margin-top: 5px;
                        vertical-align: top;
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        border: 1px solid #ff6600;
                        border-radius: 100%;
                    }

                    .inner_about .bottom .future .mid .detail .clearfix .right {
                        padding-left: 10px;
                        vertical-align: top;
                        display: inline-block;
                        font-size: 16px;
                        color: #686868;
                        line-height: 1.625;
                    }

        .inner_about .bottom .future .bottom {
        }

            .inner_about .bottom .future .bottom ul li {
                font-size: 16px;
                color: #686868;
                line-height: 1.625;
            }

    .inner_about .bottom .picimage {
        margin-top: 15px;
    }

        .inner_about .bottom .picimage > ul {
        }

            .inner_about .bottom .picimage > ul > li {
                vertical-align: top;
                text-align: center;
                display: inline-block;
                width: 32.9%;
                margin-right: 4px;
                height: 330px;
                background: #efeeed;
                padding-top: 30px;
                margin-bottom: 7px;
                float:left;
            }

                .inner_about .bottom .picimage > ul > li:nth-child(3),
                .inner_about .bottom .picimage > ul > li:nth-child(6) {
                    margin-right: 0px;
                }

                .inner_about .bottom .picimage > ul > li ul {
                }

                    .inner_about .bottom .picimage > ul > li ul li {
                        font-size: 14px;
                        color: #686868;
                        padding: 0px 55px;
                        line-height: 1.8;
                    }

                .inner_about .bottom .picimage > ul > li p {
                    font-size: 16px;
                    color: rgb( 255, 102, 0 );
                    line-height: 1.625;
                    margin-top: 15px;
                }

        .inner_about .bottom .picimage ul li .border {
            display: inline-block;
            text-align: center;
            width: 93px;
            height: 93px;
            position: relative;
            background: #fff;
            border-radius: 100%;
        }

            .inner_about .bottom .picimage ul li .border img {
                border-radius: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
            }


.proone {
    background: #fff;
    padding-bottom: 45px;
}

    .proone .container {
        padding: 0px;
        border-top: 1px solid #eeeeee;
        padding-top: 30px;
    }

        .proone .container > ul.firsting {
            font-size: 0px;
        }

            .proone .container > ul.firsting > li {
                vertical-align: top;
                margin-bottom: 30px;
                position: relative;
                /* padding: 20px 30px 0px; */
                border: 1px solid #eee;
                margin-right: 25px;
                width: 23.4%;
                display: inline-block;
            }

                .proone .container > ul.firsting > li .top {
                    padding: 20px 0px;
                    position: relative;
                }

                    .proone .container > ul.firsting > li .top > a {
                        display: block;
                    }

                    .proone .container > ul.firsting > li .top:hover .dark {
                        display: block;
                        opacity: 1;
                        filter: alpha(opacity=100);
                        -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                        background-color: rgba(0,0,0,0.4);
                    }

                    .proone .container > ul.firsting > li .top .dark {
                        transform: scale(0,1);
                        transition: all 0.35s;
                        /* display: none; */
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 100%;
                        height: 100%;
                        background: rgba(0,0,0,.6);
                    }


                        .proone .container > ul.firsting > li .top .dark .darking {
                            display: inline-block;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            border-radius: 50%;
                            width: 80px;
                            height: 80px;
                            background-color: #000;
                            display: block;
                            padding: 12px;
                            font-size: 14px;
                        }

                            .proone .container > ul.firsting > li .top .dark .darking p {
                                color: #fff;
                                font-size: 14px;
                            }

                                .proone .container > ul.firsting > li .top .dark .darking p a {
                                    color: #fff;
                                }

                                    .proone .container > ul.firsting > li .top .dark .darking p a:hover {
                                        color: #ff6600;
                                    }

                .proone .container > ul.firsting > li .bottom {
                    padding: 0px 30px;
                }


                .proone .container > ul.firsting > li .pro_list {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    height: 43px;
                    line-height: 43px;
                    text-align: center;
                    background: #999898;
                    width: 100%;
                }

                    .proone .container > ul.firsting > li .pro_list:hover {
                        background: #ff8633;
                    }

                    .proone .container > ul.firsting > li .pro_list a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        font-size: 14px;
                        color: rgb( 255, 255, 255 );
                    }
                /* .proone .container>ul.first>li .pro_list a:hover{
  color: #ff8633;
} */



                .proone .container > ul.firsting > li:nth-child(4n + 0) {
                    margin-right: 0px;
                }
                /* .proone .container>ul.firsting>li:nth-child(4),
.proone .container>ul.firsting>li:nth-child(8){
  margin-right: 0px;
} */
                .proone .container > ul.firsting > li .top {
                    text-align: center;
                }

                    .proone .container > ul.firsting > li .top img {
                        display: inline-block;
                    }

                .proone .container > ul.firsting > li .bottom {
                    padding-top: 20px;
                }

                    .proone .container > ul.firsting > li .bottom p {
                        font-size: 18px;
                        color: rgb( 113, 111, 111 );
                        line-height: 1.333;
                    }

                    .proone .container > ul.firsting > li .bottom ul {
                        padding-top: 10px;
                        height: 255px;
                    }

                        .proone .container > ul.firsting > li .bottom ul li {
                            font-size: 14px;
                            color: rgb( 113, 111, 111 );
                            line-height: 2.143;
                        }

                            .proone .container > ul.firsting > li .bottom ul li a {
                                font-size: 14px;
                                color: rgb( 113, 111, 111 );
                            }

                                .proone .container > ul.firsting > li .bottom ul li a:hover {
                                    color: #ff6600;
                                }

                            .proone .container > ul.firsting > li .bottom ul li i {
                                color: #fb8c00;
                            }

.prolist {
    background: #fff;
}

    .prolist .descripts {
        padding-top: 30px;
        display: none;
    }

        .prolist .descripts .ins {
            padding-bottom: 2%;
        }

            .prolist .descripts .ins.active {
                height: auto;
            }

            .prolist .descripts .ins .list_t {
                font-size: 14px;
                color: #2a2a2a;
                line-height: 1.857;
            }

            .prolist .descripts .ins .list_d {
                color: #686868;
                font-size: 14px;
                line-height: 1.857;
            }


        .prolist .descripts .lasting {
            text-align: right;
            font-size: 14px;
            color: rgb( 255, 102, 0 );
            margin: 10px 0px 15px;
        }



        .prolist .descripts .chocing {
            background: #e5e5e5;
        }

        .prolist .descripts .cho_inner > p {
            font-size: 18px;
            color: rgb( 0, 0, 0 );
            line-height: 1.444;
            margin-bottom: 15px;
        }

        .prolist .descripts .chocing .cho_inner {
            padding: 15px 30px 50px;
            position: relative;
        }

            .prolist .descripts .chocing .cho_inner .cho_bottom {
                border-bottom: 2px solid #888888;
                position: relative;
            }

                .prolist .descripts .chocing .cho_inner .cho_bottom .clickmore {
                    cursor: pointer;
                    position: absolute;
                    bottom: -32px;
                    right: 0px;
                    background: #888888;
                    width: 160px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    font-size: 14px;
                    color: rgb( 255, 255, 255 );
                }

                    .prolist .descripts .chocing .cho_inner .cho_bottom .clickmore i {
                        color: #fff;
                        margin-right: 10px;
                    }

.suspension {
    z-index: 100000000;
    width: 125px;
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    -o-transform: translateY( -50%);
}

    .suspension .top {
        cursor: pointer;
        height: 35px;
        width: 100%;
        background: #727272;
        position: relative;
    }

        .suspension .top i {
            font-size: 27px;
            color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

    .suspension .middle {
        background: #999898;
        padding: 12px;
    }

        .suspension .middle .clearfix {
            width: 100%;
            position: relative;
            padding-bottom: 10px;
        }

            .suspension .middle .clearfix p {
                font-size: 12px;
                color: rgb( 255, 255, 255 );
                line-height: 1.857;
                margin-top: 3px;
                text-align: center;
            }


            .suspension .middle .clearfix .top {
                height: 95px;
                position: relative;
                background: #fff;
                cursor: pointer;
            }

                .suspension .middle .clearfix .top img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    width: 95px;
                }

            .suspension .middle .clearfix .closs {
                border-radius: 100%;
                width: 20px;
                height: 20px;
                background: #ff6600;
                position: absolute;
                right: -5px;
                top: -10px;
                cursor: pointer;
            }

                .suspension .middle .clearfix .closs i {
                    color: #fff;
                    font-size: 16px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                }

    .suspension .bottom {
        cursor: pointer;
        background: #ff7433;
        text-align: center;
        line-height: 50px;
        height: 50px;
        width: 100%;
        font-size: 14px;
        color: rgb( 255, 255, 255 );
    }

        .suspension .bottom a {
            font-size: 14px;
            color: rgb( 255, 255, 255 );
        }

.procompare {
    background: #fff;
}

    .procompare table {
        margin-top: 30px;
    }

    .procompare ul {
        padding-left: 40px;
    }

    .procompare li {
        list-style: disc;
    }

.procompare {
    padding: 0px 0 100px 0;
    line-height: 30px;
}
    /*設定表格*/

    .procompare tr:nth-child(odd) > td:first-child {
        color: #212121;
        background-color: #e5e5e5;
        line-height: 50px;
        font-size: 14px;
        width: 205px;
        padding: 0px 20px;
        border-right: 15px solid #ffffff;
        vertical-align: top;
    }
    /* 設定單數行深灰色格子 */

    .procompare tr:nth-child(even) > td:first-child {
        color: #212121;
        background-color: #f5f5f5;
        /*    line-height: 50px;*/
        font-size: 14px;
        width: 205px;
        padding: 10px 20px;
        border-right: 15px solid #ffffff;
        vertical-align: top;
    }
    /*設定雙數行的淺黑色標題格子*/

    .procompare tr:nth-child(even) > td {
        width: 205px;
        padding: 10px 0 0 0;
        border-right: 15px solid #ffffff;
        font-size: 14px;
        color: #606060;
        vertical-align: top;
    }
    /* 設定雙數行 */

    .procompare tr:nth-child(odd) > td {
        width: 205px;
        padding: 10px 0 0 0;
        border-right: 15px solid #ffffff;
        font-size: 14px;
        color: #606060;
        background-color: #fff3dd;
        vertical-align: top;
    }
    /* 設定單數行 */

    .procompare tr:nth-child(2) td {
        height: 285px;
        text-align: center;
        vertical-align: middle;
        padding: 0;
    }
    /*設定第二行*/

    .procompare tr:nth-child(2) > td:first-child {
        text-align: left;
        padding-top: 0;
        vertical-align: middle;
    }
    /*設定第二行標題格*/


    .procompare tr:first-child td {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        color: #ffffff;
        background-color: #ff8633;
        line-height: 45px;
        /*font-weight: bold;*/
        line-height: 50px;
        width: 335px;
        border-right: 15px solid #ffffff;
        height: 50px;
    }

.personer select {
    font-size: 14px;
    color: rgb( 66, 66, 66 );
    width: 677px;
    height: 50px;
    border: 1px solid #dcd9da;
    padding-left: 15px;
}
/*設定第一行的橘色標題格子*/

.procompare tr:first-child td a {
    color: #ffffff;
}

.procompare tr:nth-child(9) > td:first-child {
    line-height: 25px;
    padding: 10px 20px;
}
/*設定第九行的深灰色標題格子*/

.procompare tr > td:last-child {
    border-right: none;
}
/*設定每行最後一格不要border*/


.prolist .descripts .chocing .cho_inner .cho_bottom table {
}

    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody {
    }

        .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr {
        }

            .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr:nth-child(1n + 6) {
                display: none;
            }

            /* .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr:nth-child(n + 6).active{
  display: block;
} */

            .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td {
                background-color: #f5f5f5;
                border-bottom: 1px solid #e5e5e5;
                font-size: 16px;
                line-height: 35px;
                color: #888888;
                padding: 5px;
                padding-left: 15px;
                position: relative;
                text-align: left;
            }

                .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:nth-child(1) {
                    width: 265px;
                    height: auto;
                    background-color: #d5d5d5;
                    font-size: 16px;
                    color: #424242;
                    vertical-align: top;
                }

                .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:nth-child(2) {
                    height: auto;
                    vertical-align: top;
                    font-size: 20px;
                    font-weight: lighter;
                    text-align: center;
                    padding-left: 20px;
                    padding-right: 15px;
                    color: #adadad;
                    width: 55px;
                }

                .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:last-child {
                    width: 830px;
                }

                    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:last-child .checkbox {
                        margin: 0;
                        display: inline-block;
                    }
                    /* .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr.thishide{
  display: none;
} */
                    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:last-child input {
                        vertical-align: middle;
                    }

                    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:last-child label {
                        font-weight: lighter;
                        margin-right: 8px;
                        line-height: 20px;
                    }

                    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:last-child span {
                        color: #888888;
                        font-size: 14px;
                    }

.phonebar {
    height: 65px;
    width: auto;
    width: 100%;
    text-align: center;
    margin-left: 0;
    background-color: #e05616;
}

    .phonebar .top {
        height: 65px;
        position: relative;
    }

        .phonebar .top > div {
            position: absolute;
        }

        .phonebar .top .left {
            left: 15px;
            top: 50%;
            -webkit-transform: translateY( -50%);
            -moz-transform: translateY( -50%);
            -ms-transform: translateY( -50%);
            -o-transform: translateY( -50%);
        }

        .phonebar .top i {
            color: #fff;
            font-size: 30px;
        }

        .phonebar .top .mid {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

        .phonebar .top .right {
            right: 15px;
            top: 50%;
            -webkit-transform: translateY( -50%);
            -moz-transform: translateY( -50%);
            -ms-transform: translateY( -50%);
            -o-transform: translateY( -50%);
        }

    .phonebar > ul {
        background: #fff;
        z-index: 1000;
    }

        .phonebar > ul > li {
            position: relative;
            text-align: left;
            padding: 10px 15px;
            font-size: 15px;
            line-height: 1.5em;
        }

            .phonebar > ul > li > i {
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY( -50%);
                -moz-transform: translateY( -50%);
                -ms-transform: translateY( -50%);
                -o-transform: translateY( -50%);
            }

                .phonebar > ul > li > i:last-child {
                    display: none;
                }

            .phonebar > ul > li > a {
                font-size: 15px;
                color: #858585;
            }

            .phonebar > ul > li > ul {
                display: none;
            }





.pro_listing {
    margin-top: 35px;
}

    .pro_listing .clearfix {
        /* padding: 30px; */
        border-top: 1px solid #e4e3e3;
    }

        .pro_listing .clearfix:nth-child(even) {
            /*background: #f9f8f7;*/
        }

        .pro_listing .clearfix .container {
            height: 288px;
            position: relative;
            padding: 0px;
        }

            .pro_listing .clearfix .container label {
                position: absolute;
                right: 0px;
                top: 30px;
                font-size: 14px;
                color: rgb( 79, 80, 79 );
            }

                .pro_listing .clearfix .container label input {
                    margin-right: 5px;
                }

            .pro_listing .clearfix .container > div {
                height: 100%;
                position: relative;
            }

            .pro_listing .clearfix .container .left {
            }

                .pro_listing .clearfix .container .left .box {
                    position: absolute;
                    left: 0px;
                    top: 50%;
                    -webkit-transform: translateY( -50%);
                    -moz-transform: translateY( -50%);
                    -ms-transform: translateY( -50%);
                    -o-transform: translateY( -50%);
                    text-align: center;
                }

                    .pro_listing .clearfix .container .left .box img {
                        width: 70%;
                    }

                    .pro_listing .clearfix .container .left .box p {
                        font-size: 16px;
                        color: rgb( 255, 102, 0 );
                        line-height: 1.5;
                        text-align: center;
                    }

            .pro_listing .clearfix .container .right {
                position: relative;
            }

                .pro_listing .clearfix .container .right ul {
                    position: absolute;
                    left: 0px;
                    top: 50%;
                    -webkit-transform: translateY( -50%);
                    -moz-transform: translateY( -50%);
                    -ms-transform: translateY( -50%);
                    -o-transform: translateY( -50%);
                    width: 100%;
                }

                    .pro_listing .clearfix .container .right ul li {
                        font-size: 14px;
                        color: #686868;
                        line-height: 1.857;
                        overflow: hidden;
                    }

                        .pro_listing .clearfix .container .right ul li i {
                            color: rgb( 255, 102, 0 );
                            margin-right: 5px;
                        }





.proregister {
    background: #fff;
    padding-bottom: 50px;
}

    .proregister .bottom {
        padding: 45px 0px 120px;
        margin-top: 30px;
    }

    .proregister .bottom {
        background: #f5f5f5;
    }

        .proregister .bottom .naming {
            padding-left: 30px;
            font-size: 16px;
            color: rgb( 66, 66, 66 );
            line-height: 2.938;
        }

            .proregister .bottom .naming span {
                color: #ff6600;
            }

        .proregister .bottom .regis_detail {
            padding-top: 40px;
        }

            .proregister .bottom .regis_detail > p {
                text-align: center;
                font-size: 14px;
                color: rgb( 66, 66, 66 );
                line-height: 2.071;
                margin-bottom: 40px;
            }

            .proregister .bottom .regis_detail .clearfix {
                margin-bottom: 20px;
            }

                .proregister .bottom .regis_detail .clearfix .left {
                    text-align: right;
                    font-size: 14px;
                    color: #424242;
                    vertical-align: middle;
                    line-height: 50px;
                }

                    .proregister .bottom .regis_detail .clearfix .left span {
                        /* font-size: 20px;
  vertical-align: middle; */
                        margin-right: 5px;
                        color: rgb( 255, 102, 0 );
                    }

            .proregister .bottom .regis_detail input[type="text"] {
                vertical-align: middle;
                width: 677px;
                height: 50px;
                border: 1px solid #dcd9da;
                font-size: 14px;
                color: rgb( 66, 66, 66 );
                padding-left: 15px;
            }

            .proregister .bottom .regis_detail input[type="radio"] {
            }

            .proregister .bottom .regis_detail select {
                width: 147px;
                height: 50px;
                border: 1px solid #dcd9da;
                font-size: 14px;
                color: rgb( 66, 66, 66 );
                padding-left: 15px;
            }

            .proregister .bottom .regis_detail .clearfix .right {
                vertical-align: middle;
            }

                .proregister .bottom .regis_detail .clearfix .right span {
                    font-size: 14px;
                    color: rgb( 66, 66, 66 );
                    margin-left: 20px;
                }

                .proregister .bottom .regis_detail .clearfix .right i {
                    font-size: 14px;
                    color: rgb( 66, 66, 66 );
                    margin-left: 5px;
                }

                    .proregister .bottom .regis_detail .clearfix .right i a {
                        display: inline-block;
                        margin: 0px 5px;
                        color: #ff6600;
                    }

                .proregister .bottom .regis_detail .clearfix .right p {
                    line-height: 50px;
                }

                    .proregister .bottom .regis_detail .clearfix .right p label {
                        font-size: 14px;
                        color: rgb( 66, 66, 66 );
                        font-weight: normal;
                        margin: 0px 20px 0px 3px;
                    }

                .proregister .bottom .regis_detail .clearfix .right img {
                    vertical-align: middle;
                    margin-left: 10px;
                }

            .proregister .bottom .regis_detail .repro {
                text-align: center;
                font-size: 14px;
                color: rgb( 66, 66, 66 );
                line-height: 3.929;
            }

            .proregister .bottom .regis_detail .sure {
                text-align: center;
                margin-top: 10px;
            }

                .proregister .bottom .regis_detail .sure button {
                    width: 155px;
                    height: 50px;
                    border: none;
                    color: #fff;
                    font-size: 14px;
                }

                .proregister .bottom .regis_detail .sure .btnsubmit {
                    width: 155px;
                    height: 50px;
                    border: none;
                    color: #fff;
                    font-size: 14px;
                    background: #ff6600;
                    margin-right: 10px;
                }

                .proregister .bottom .regis_detail .sure button[type="submit"] {
                    background: #ff6600;
                    margin-right: 10px;
                }

                .proregister .bottom .regis_detail .sure button[type="reset"] {
                    background: #999898;
                }

.prorelist {
    background: #fff;
    padding-bottom: 50px;
}

    .prorelist .container {
    }

        .prorelist .container .bottom {
            margin-top: 30px;
            background: #f5f5f5;
            padding: 45px 25px 95px;
        }

            .prorelist .container .bottom p {
                /* padding-left: 30px; */
                font-size: 16px;
                color: rgb( 66, 66, 66 );
                line-height: 2.938;
                margin-bottom: 10px;
            }

                .prorelist .container .bottom p span {
                    color: #ff6600;
                }

            .prorelist .container .bottom .tit {
                background: #999898;
                height: 45px;
                line-height: 45px;
                font-size: 14px;
                text-align: center;
                color: rgb( 255, 255, 255 );
            }

            .prorelist .container .bottom .clearfix {
                height: 45px;
                line-height: 45px;
                border-bottom: 1px solid #dcd9da;
                border-right: 1px solid #dcd9da;
                background: #fff;
            }

                .prorelist .container .bottom .clearfix > div {
                    border-left: 1px solid #dcd9da;
                    font-size: 14px;
                    text-align: center;
                    color: rgb( 98, 98, 98 );
                }

                    .prorelist .container .bottom .clearfix > div a {
                        font-size: 14px;
                        color: #459ae4;
                    }

.personer {
    background: #fff;
}

    .personer .bottom {
        padding: 10px 0px 50px;
        background: #f5f5f5;
        margin-top: 30px;
    }

        .personer .bottom > p {
            margin-bottom: 35px;
            padding-left: 30px;
            font-size: 16px;
            color: rgb( 66, 66, 66 );
            line-height: 2.938;
        }

            .personer .bottom > p span {
                color: #ff6600;
            }

        .personer .bottom .clearfix {
            margin-bottom: 17px;
        }

            .personer .bottom .clearfix .left {
                text-align: right;
                font-size: 14px;
                color: rgb( 66, 66, 66 );
                line-height: 50px;
            }

                .personer .bottom .clearfix .left span {
                    color: red;
                    font-size: 20px;
                    vertical-align: middle;
                    margin-right: 3px;
                }

            .personer .bottom .clearfix .right {
                position: relative;
                width: 677px;
                font-size: 14px;
                color: rgb( 79, 80, 79 );
                line-height: 50px;
            }

                .personer .bottom .clearfix .right i {
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    color: #b4b4b4;
                    font-size: 24px;
                }

                .personer .bottom .clearfix .right label {
                    font-size: 14px;
                    color: rgb( 66, 66, 66 );
                    font-weight: normal;
                    margin-right: 10px;
                }

                .personer .bottom .clearfix .right > div {
                    line-height: 1;
                    margin-top: 10px;
                }

                    .personer .bottom .clearfix .right > div a {
                        color: #ff6600;
                    }

.personer {
    padding-bottom: 50px;
}

    .personer input[type="text"] {
        font-size: 14px;
        color: rgb( 66, 66, 66 );
        width: 677px;
        height: 50px;
        border: 1px solid #dcd9da;
        padding-left: 15px;
    }

    .personer input[type="password"] {
        font-size: 14px;
        color: rgb( 66, 66, 66 );
        width: 677px;
        height: 50px;
        border: 1px solid #dcd9da;
        padding-left: 15px;
    }

    .personer .bottom .clearfix:first-child {
        margin-bottom: 0px;
    }

    .personer .bottom .clearfix:nth-child(2) {
        margin-bottom: 0px;
    }
    /* .personer .bottom .clearfix:nth-child(2) .left{
  vertical-align: middle;
  padding-top: 5px;
  line-height: 1;
}
.personer .bottom .clearfix:nth-child(2) .right{
  vertical-align: middle;
  line-height: 1;
} */
    .personer .bottom .clearfix textarea {
        font-size: 14px;
        color: rgb( 66, 66, 66 );
        font-size: 14px;
        /* color: #dcd9da; */
        padding: 10px 15px;
        width: 677px;
        height: 138px;
        border: 1px solid #dcd9da;
    }

    .personer .bottom .codes {
    }

        .personer .bottom .codes input {
            width: 155px;
        }

        .personer .bottom .codes img {
            margin-left: 10px;
        }

    .personer .bottom .sure {
        text-align: center;
        margin-top: 10px;
    }

        .personer .bottom .sure button {
            width: 155px;
            height: 50px;
            border: none;
            color: #fff;
            font-size: 14px;
        }

        .personer .bottom .sure .btnsubmit {
            background: #ff6600;
            margin-right: 10px;
            width: 155px;
            height: 50px;
            border: none;
            color: #fff;
            font-size: 14px;
        }

        .personer .bottom .sure button[type="reset"] {
            background: #999898;
        }


.perdown {
    background: #fff;
    padding-bottom: 50px;
}

    .perdown .bottom {
        padding: 10px 20px 50px;
        background: #f5f5f5;
        margin-top: 30px;
    }

        .perdown .bottom > p {
            margin-bottom: 10px;
            font-size: 16px;
            color: rgb( 66, 66, 66 );
            line-height: 2.938;
        }

            .perdown .bottom > p span {
                color: #ff6600;
            }

        .perdown .bottom .downloadlist {
        }

            .perdown .bottom .downloadlist ul {
            }

                .perdown .bottom .downloadlist ul li {
                    position: relative;
                    height: 220px;
                    width: 24%;
                    display: inline-block;
                    vertical-align: top;
                    background: #fff;
                    margin-right: 11px;
                    border: 1px solid #dcd9da;
                    margin-bottom: 15px;
                }

                    .perdown .bottom .downloadlist ul li:nth-child(4n + 0) {
                        margin-right: 0px;
                    }

                    .perdown .bottom .downloadlist ul li .box {
                        text-align: center;
                        width: 100%;
                        padding: 0px 30px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                    .perdown .bottom .downloadlist ul li:hover .fadeinner {
                        display: block;
                    }

                    .perdown .bottom .downloadlist ul li .fadeinner {
                        display: none;
                        width: 100%;
                        height: 100%;
                        background: #999898;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                        .perdown .bottom .downloadlist ul li .fadeinner .inner {
                            text-align: center;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                        }

                            .perdown .bottom .downloadlist ul li .fadeinner .inner p.ti {
                                font-size: 18px;
                                color: #fff;
                                line-height: 1;
                                margin-bottom: 20px;
                                margin-bottom: 30px;
                            }

                            .perdown .bottom .downloadlist ul li .fadeinner .inner p.big {
                                font-size: 14px;
                                color: rgb( 255, 255, 255 );
                                line-height: 1.286;
                                margin-bottom: 25px;
                            }




                            .perdown .bottom .downloadlist ul li .fadeinner .inner a {
                                font-size: 14px;
                                color: rgb( 255, 255, 255 );
                                width: 160px;
                                height: 42px;
                                line-height: 42px;
                                text-align: center;
                                background: #ff6600;
                                display: inline-block;
                            }

                    .perdown .bottom .downloadlist ul li .box p.tit {
                        font-size: 18px;
                        color: rgb( 111, 110, 110 );
                        line-height: 1;
                        margin-bottom: 20px;
                    }

                    .perdown .bottom .downloadlist ul li .box p.mid {
                        font-size: 14px;
                        color: rgb( 111, 110, 110 );
                        line-height: 1.286;
                    }

                    .perdown .bottom .downloadlist ul li .box p.time {
                        font-size: 14px;
                        color: rgb( 111, 110, 110 );
                        line-height: 1.286;
                        margin-top: 30px;
                    }


/* .guwei_news{

}
.guwei_news .container{

}
.guwei_news .container ul{

}
.guwei_news .container ul li{
  
}
.guwei_news .container ul li .top{

} */

.guwei_news {
    background: #fff;
}

.guwei_newsin {
    background: #fff;
}

.whitepart {
    background: #fff;
    margin: auto;
    font-size: 0;
    overflow: hidden;
}
/*設定中間白色區塊*/

.top_block {
    padding-top: 40px;
    padding-bottom: 10px;
}
/*設定上方select區塊*/


/*設定上方select start*/
.selectionbar {
    width: auto;
    /*padding-left:10px; */
    /*margin-bottom: 10px;*/
    display: inline-block;
}

    .selectionbar select {
        padding-left: 10px;
        font-size: 14px;
        color: #888888;
        height: 40px;
        width: 245px;
        -webkit-appearance: none; /*chrome*/
        -moz-appearance: none; /*firefox*/
        text-indent: 0.01px;
        text-overflow: ' ';
        appearance: none;
        background-image: url('../img/downbtn.png');
        background-position: right center;
        background-repeat: no-repeat;
        border-color: #d4d2d2;
    }
        /*設定select隱藏箭頭符號+橘色箭頭背景*/

        .selectionbar select::-ms-expand { /*IE*/
            display: none;
        }
/*設定select隱藏箭頭符號*/

/*設定上方select end*/

.news_part {
    width: 1200px;
    margin: auto;
    height: auto;
}
/*設定放置新聞格區塊*/

/*設定新聞格 start*/
.news_block {
    font-size: 0;
    width: 285px;
    height: auto;
    border-bottom: 10px solid #343434;
    margin: 10px 0px 10px 20px;
    float: left;
}

.news_part div:nth-child(4) {
    margin-left: 0;
}

.img_block {
    width: 100%;
    height: 180px;
    border: 1px solid #F1F1F1;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.news {
    width: 100%;
    height: 290px;
    padding: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.date {
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
}

.news .title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #212121;
    margin-bottom: 30px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
}

    .news .title h6 {
        line-height: 26px;
    }

    .news .title:hover {
        color: #ff5500;
        text-decoration: underline;
    }

/* .content{
    font-size:14px; 
    color:#888888;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
} */

.news_part > div:first-child {
    width: 590px;
    height: auto;
    margin-left: 0;
}

    .news_part > div:first-child > .news {
        width: 100%;
        height: 215px;
        overflow: hidden;
    }

    .news_part > div:first-child .img_block {
        width: 100%;
        height: 255px;
        overflow: hidden;
        font-size: 0;
    }

.img_block img {
    /*width: auto;*/
    max-width: 100%;
}

.news_part > div:first-child .date {
    font-size: 16px;
    margin-bottom: 10px;
}


.news_part > div:first-child .title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.news_part > div:first-child .content,
.news_part > div:first-child .content h6 {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}



.page_part {
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 90px;
    margin: auto;
}

.pagebar {
    width: 100%;
    margin: auto;
    color: #888888;
    text-align: center;
    font-size: 14px;
    padding: 50px 0px;
    overflow: hidden;
}

    .pagebar i {
        font-size: 22px;
    }

.pageborder {
    width: 45px;
    height: 45px;
    border: 1px solid #CFD8DC;
    display: inline-block;
    line-height: 46px;
}

.pagebar a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 70px;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgb(238, 238, 238);
    font-family: 微软雅黑, 宋体;
    font-size: 12px;
}

.pagebar span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 70px;
    text-align: center;
    color: #ffffff;
    background-color: #ff5500;
}

.pagebar a:hover {
    color: #ffffff;
    background-color: #ff5500;
    text-decoration: none;
}

.pageborder a i {
    font-size: 22px;
    line-height: 40px;
}

.pagetext {
    width: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
}

.pageinput {
    box-shadow: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #ff5500;
    border: 1px solid #CFD8DC;
    display: inline-block;
}

.part1 {
    width: 1200px;
    margin: auto;
    position: relative;
    font-size: 0;
    padding-bottom: 100px;
}

/*設定白底第一部分區塊*/

.part1_content {
    width: 100%;
}

.top1_icon {
    text-align: right;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.addthis_block {
    left: 0px;
    bottom: -32px;
    text-align: right;
}

.html_edit {
    width: 950px;
    margin: auto;
    margin-bottom: 50px;
}

guwei_newsin .title_date {
    width: 100%;
    padding-top: 50px;
}

.date {
    font-size: 14px;
    color: #888888;
    line-height: 25px;
}

guwei_newsin .title {
    font-size: 26px;
    color: #212121;
}

.back_btn {
    opacity: 0.5;
    display: block;
    font-size: 14px;
    height: 50px;
    width: 250px;
    margin: auto;
    color: #ffffff;
    line-height: 50px;
    background-color: #888888;
    text-align: center;
    /* margin-bottom: 100px; */
}

    .back_btn:hover {
        opacity: 1;
        color: #ffffff;
        background-color: #888888;
        text-decoration: none;
    }

    .back_btn:link,
    .back_btn:visited,
    .back_btn:focus {
        color: #ffffff;
    }


.file_block {
    width: 260px;
    /*height: 255px;*/
    height: 279px;
    background-color: #f5f5f5;
    margin: 18px;
    display: inline-block;
    text-align: center;
    color: #272727;
    padding: 30px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
}

    .file_block span {
        display: block;
    }

        .file_block span.file_block_title {
            height: 81px;
            overflow: hidden;
        }

        .file_block span:first-child {
            font-size: 18px;
        }

    .file_block i {
        display: block;
        font-size: 63px;
        color: #888888;
        /*margin: 30px 0;*/
        margin: 15px 0;
    }

    .file_block:hover {
        color: #ff5500;
    }


#tabs-4 .whitepart_content,
#tabs-5 .whitepart_content {
    padding-left: 35px;
}

.ordering_info_block {
    width: 260px;
    height: 255px;
    background-color: #f5f5f5;
    margin: 10px;
    display: block;
    text-align: center;
    color: #272727;
    cursor: pointer;
    padding: 0;
    float: left;
}

/*.ordering_info_block:after{
    content: '';
    display: block;
    clear: both;
}*/

.ordering_info_nohoverblock {
    padding: 80px 15px;
    display: inline-block;
    font-size: 14px;
}

    .ordering_info_nohoverblock span {
        display: block;
    }

        .ordering_info_nohoverblock span:first-child {
            font-size: 18px;
            margin-bottom: 20px;
        }

.ordering_info_block:hover {
    background-color: #343434;
    padding: 35px 15px 0 15px;
}

    .ordering_info_block:hover .ordering_info_nohoverblock {
        display: none;
    }

    .ordering_info_block:hover .ordering_info_hoverblock {
        display: inline-block;
    }

.ordering_info_hoverblock {
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    display: none;
    margin: 0;
}

    .ordering_info_hoverblock span {
        display: block;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 14px;
    }

        .ordering_info_hoverblock span:first-child {
            font-size: 18px;
            margin-bottom: 20px;
            color: #ff5500;
        }

        .ordering_info_hoverblock span:nth-child(2) {
            margin-bottom: 0px;
        }

.ordering_info_hoverblock {
    font-size: 16px;
    color: #ffffff;
}

    .ordering_info_hoverblock a {
        display: block;
        width: 170px;
        height: 40px;
        background-color: #ff5500;
        margin: auto;
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        margin-top: 20px;
    }

.selectionbar {
    display: block;
    width: 250px;
    padding-left: 10px;
    margin-bottom: 10px;
}

    .selectionbar select {
        padding-left: 10px;
        font-size: 14px;
        color: #888888;
        height: 40px;
        width: 100%;
        -webkit-appearance: none; /*chrome*/
        -moz-appearance: none; /*firefox*/
        text-indent: 0.01px;
        text-overflow: ' ';
        appearance: none;
        /* background-image: url('../../img/downbtn.png'); */
        background-image: url('../img/downbtn.png');
        background-position: right center;
        background-repeat: no-repeat;
    }
        /*è¨­å®šselectéš±è—ç®­é ­ç¬¦è™Ÿ+æ©˜è‰²ç®­é ­èƒŒæ™¯*/

        .selectionbar select::-ms-expand { /*IE*/
            display: none;
        }
/*è¨­å®šselectéš±è—ç®­é ­ç¬¦è™Ÿ*/

/*------------------------------*/
.download_block {
    width: 260px;
    height: 255px;
    background-color: #f5f5f5;
    margin: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0;
    float: left;
}

    .download_block:after {
        content: '';
        display: block;
        clear: both;
    }

.download_nohoverblock {
    /*padding: 60px 30px;*/
    padding: 45px 30px;
    display: block;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}

    .download_nohoverblock span {
        display: block;
    }

        .download_nohoverblock span:first-child {
            font-size: 16px;
            margin-bottom: 20px;
            color: #212121;
        }

        .download_nohoverblock span:last-child {
            color: #212121;
            /*margin-top: 35px;*/
            margin-top: 20px;
        }

.download_content_block {
    max-height: 84px;
    overflow: hidden;
}

.download_block:hover {
    background-color: #343434;
    padding: 25px 15px;
}

    .download_block:hover .download_nohoverblock {
        display: none;
    }

    .download_block:hover .download_hoverblock {
        display: block;
    }

.download_hoverblock {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    margin: 0;
}

    .download_hoverblock span {
        display: block;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 14px;
    }

        .download_hoverblock span:first-child {
            font-size: 16px;
            margin-top: 10px;
            color: #ff5500;
        }

.download_hoverblock {
    font-size: 16px;
    color: #ffffff;
}

    .download_hoverblock a {
        display: block;
        width: 170px;
        height: 40px;
        background-color: #ff5500;
        margin: auto;
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        margin-top: 20px;
        font-size: 14px;
    }

#one {
    margin-top: 137px;
}

    #one .close {
        opacity: 1;
    }

    #one .modal-dialog {
        width: 495px;
    }

    #one .modal-content {
        width: 495px;
    }

    #one .modal-header .close i {
        font-size: 26px;
        color: #000;
        opacity: 1;
    }

    #one .modal-header {
        border-bottom: none;
        padding: 40px 40px 0px;
    }

        #one .modal-header h4 {
            color: #717174;
            font-size: 24px;
        }

        #one .modal-header p {
            font-size: 14px;
            color: #717174;
        }

            #one .modal-header p a {
                color: #ff6600;
            }

    #one .modal-body {
        padding: 20px 40px 40px;
    }

        #one .modal-body .retable {
            margin-bottom: 15px;
        }

            #one .modal-body .retable span {
                cursor: pointer;
                width: 120px;
                text-align: center;
                height: 45px;
                line-height: 45px;
                /* padding: 0px 18px; */
                display: inline-block;
                font-size: 18px;
                color: rgb( 113, 113, 116 );
            }

                #one .modal-body .retable span:first-child {
                    margin-right: 20px;
                }

                #one .modal-body .retable span.active {
                    border-bottom: 4px solid #717174;
                }

        #one .modal-body p {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: rgb( 80, 79, 79 );
        }

        #one .modal-body form > input {
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #one .modal-body form > select {
            color: #000;
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #one .modal-body form > input.submits {
            color: #FFF;
            background-color: #ff6600;
        }

        #one .modal-body form .ccode input {
            vertical-align: middle;
            width: 230px;
            height: 50px;
            border: 1px solid #cbc9c9;
        }

        #one .modal-body form .ccode span {
            cursor: pointer;
            vertical-align: middle;
            display: inline-block;
            margin-left: 5px;
            width: 170px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            text-align: center;
            color: rgb( 80, 79, 79 );
        }

        #one .modal-body .create input {
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #one .modal-body form label {
            margin: 20px 0px;
            font-size: 14px;
            color: rgb( 80, 79, 79 );
            line-height: 1.714;
        }

            #one .modal-body form label input {
                margin-right: 5px;
            }

            #one .modal-body form label a {
                font-weight: bold;
                color: #000;
            }

        #one .modal-body form button {
            width: 405px;
            height: 50px;
            border: none;
            background: #717174;
            font-size: 18px;
            color: rgb( 255, 255, 255 );
        }

    #one .emailreg {
        display: none;
    }

#two {
    margin-top: 137px;
}

    #two .close {
        opacity: 1;
    }

    #two .modal-dialog {
        width: 495px;
    }

    #two .modal-content {
        width: 495px;
    }

    #two .modal-header .close i {
        font-size: 26px;
        color: #000;
        opacity: 1;
    }

    #two .modal-header {
        border-bottom: none;
        padding: 40px 40px 0px;
    }

        #two .modal-header h4 {
            color: #717174;
            font-size: 24px;
        }

        #two .modal-header p {
            font-size: 14px;
            color: #717174;
        }

            #two .modal-header p a {
                color: #ff6600;
            }

    #two .modal-body {
        padding: 20px 40px 40px;
    }

        #two .modal-body .retable {
            margin-bottom: 15px;
        }

            #two .modal-body .retable span {
                cursor: pointer;
                width: 120px;
                text-align: center;
                height: 45px;
                line-height: 45px;
                /* padding: 0px 18px; */
                display: inline-block;
                font-size: 18px;
                color: rgb( 113, 113, 116 );
            }

                #two .modal-body .retable span:first-child {
                    margin-right: 20px;
                }

                #two .modal-body .retable span.active {
                    border-bottom: 4px solid #717174;
                }

        #two .modal-body p {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: rgb( 80, 79, 79 );
        }

        #two .modal-body form > input {
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #two .modal-body form .ccode input {
            vertical-align: middle;
            width: 230px;
            height: 50px;
            border: 1px solid #cbc9c9;
        }

        #two .modal-body form .ccode span {
            cursor: pointer;
            vertical-align: middle;
            display: inline-block;
            margin-left: 5px;
            width: 170px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            text-align: center;
            color: rgb( 80, 79, 79 );
        }

        #two .modal-body .create input {
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #two .modal-body form label {
            margin: 20px 0px;
            font-size: 14px;
            color: rgb( 80, 79, 79 );
            line-height: 1.714;
        }

            #two .modal-body form label span:last-child {
                cursor: pointer;
                margin-left: 278px;
            }

            #two .modal-body form label input {
                margin-right: 5px;
            }

            #two .modal-body form label a {
                font-weight: bold;
                color: #000;
            }

        #two .modal-body form button {
            width: 405px;
            height: 50px;
            border: none;
            background: #717174;
            font-size: 18px;
            color: rgb( 255, 255, 255 );
        }


#three {
    margin-top: 137px;
}

    #three .close {
        opacity: 1;
    }

    #three .modal-dialog {
        width: 495px;
    }

    #three .modal-content {
        width: 495px;
    }

    #three .modal-header .close i {
        font-size: 26px;
        color: #000;
        opacity: 1;
    }

    #three .modal-header {
        border-bottom: none;
        padding: 40px 40px 0px;
    }

        #three .modal-header h4 {
            color: #717174;
            font-size: 24px;
        }

        #three .modal-header p {
            font-size: 14px;
            color: #717174;
        }

            #three .modal-header p a {
                color: #ff6600;
            }

    #three .modal-body {
        padding: 20px 40px 40px;
    }

        #three .modal-body .retable {
            margin-bottom: 15px;
        }

            #three .modal-body .retable span {
                cursor: pointer;
                width: 120px;
                text-align: center;
                height: 45px;
                line-height: 45px;
                /* padding: 0px 18px; */
                display: inline-block;
                font-size: 18px;
                color: rgb( 113, 113, 116 );
            }

                #three .modal-body .retable span:first-child {
                    margin-right: 20px;
                }

                #three .modal-body .retable span.active {
                    border-bottom: 4px solid #717174;
                }

        #three .modal-body p {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: rgb( 80, 79, 79 );
        }

        #three .modal-body form > input {
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #three .modal-body form .ccode input {
            vertical-align: middle;
            width: 230px;
            height: 50px;
            border: 1px solid #cbc9c9;
        }

        #three .modal-body form .ccode span {
            cursor: pointer;
            vertical-align: middle;
            display: inline-block;
            margin-left: 5px;
            width: 170px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            text-align: center;
            color: rgb( 80, 79, 79 );
        }

        #three .modal-body .create input {
            padding-left: 15px;
            width: 405px;
            height: 50px;
            border: 1px solid #cbc9c9;
            font-size: 14px;
            color: rgb( 183, 182, 182 );
        }

        #three .modal-body form label {
            margin: 20px 0px;
            font-size: 14px;
            color: rgb( 80, 79, 79 );
            line-height: 1.714;
        }

            #three .modal-body form label span:last-child {
                margin-left: 278px;
            }

            #three .modal-body form label input {
                margin-right: 5px;
            }

            #three .modal-body form label a {
                font-weight: bold;
                color: #000;
            }

        #three .modal-body form button {
            width: 405px;
            height: 50px;
            border: none;
            background: #717174;
            font-size: 18px;
            color: rgb( 255, 255, 255 );
            margin-top: 15px;
        }


@media (max-width: 1616px) {
}

@media (max-width: 1600px) {
    .banner .swiper-container .swiper-slide:nth-child(2) .container {
        /* padding-top: 200px; */
        padding: 50px 0px 0px;
    }

    .banner .swiper-container .swiper-slide:nth-child(3) .container {
        padding: 50px 0px 0px;
    }

    .banner .swiper-container .swiper-slide:nth-child(4) .container .box {
        width: 500px;
        height: 215px;
        background: #fa873b;
        border-radius: 20px;
        display: inline-block;
        float: right;
        margin-top: 165px;
        position: relative;
    }
}

@media (max-width: 1400px) {
    .banner .swiper-container .swiper-slide:nth-child(2) .container p.title {
        font-size: 38px;
        color: rgb( 255, 255, 255 );
    }

    .banner .swiper-container .swiper-slide:nth-child(3) .container p.title {
        font-size: 38px;
        color: rgb( 255, 255, 255 );
    }

    .banner .swiper-container .swiper-slide:nth-child(2) .container p.sec {
        font-size: 13px;
        color: rgb( 255, 255, 255 );
        line-height: 1.6;
    }

    .banner .swiper-container .swiper-slide:nth-child(3) .container p.sec {
        font-size: 13px;
        color: rgb( 255, 255, 255 );
        line-height: 1.6;
    }

    p.title {
        font-size: 24px !important;
    }

    .recent .container > .bottom .mid p.list, .recent .container > .bottom .right p.list {
        font-size: 24px;
        color: #fff;
    }

    .recent .container > .bottom .left p.list {
        font-size: 24px;
        color: rgb( 136, 135, 135 );
    }
}



@media (max-width: 765px) {


    /* .demo.hidden-sm.hidden-md.hidden-lg .row{
    margin: 0px;
  } */
    .personer .bottom .clearfix .right > div {
        line-height: 1.5;
    }

    .inner_message {
        background: #fff;
        padding-bottom: 30px;
    }

    .prolist .descripts .chocing .cho_inner {
        padding: 15px 15px 45px;
        position: relative;
    }

    .innertitling .container .right > div:last-child > div {
        right: 0px;
    }

    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:nth-child(2) {
        display: none;
    }

    .prolist .descripts .chocing .cho_inner .cho_bottom table tbody tr td:nth-child(1) {
        font-size: 12px;
    }

    .proone .container > ul.firsting {
        padding: 0px 10px;
    }

        .proone .container > ul.firsting > li {
            width: 100%;
            margin-right: 0px !important;
        }

            .proone .container > ul.firsting > li:nth-child(even) {
                float: right;
            }

            .proone .container > ul.firsting > li .top img {
                /* width: 100%; */
            }

    .pro_listing .clearfix .container .left .box {
        position: static;
        transform: none !important;
    }

    .pro_listing .clearfix .container .right ul {
        position: static;
        transform: none !important;
    }

    .pro_listing .clearfix .container {
        height: auto !important;
        padding: 10px 0px;
    }

        .pro_listing .clearfix .container .right {
            margin-top: 10px;
        }

        .pro_listing .clearfix .container label {
            margin-left: 5px;
            position: static;
        }

    .sidebar {
        display: none;
    }

        .sidebar .inner {
            display: none;
        }

    #main {
        width: 100%;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .personer .container {
        /* padding: 0px; */
    }

    #main .navs {
        display: none;
    }

    .ban {
        margin-top: 0px;
    }

    .personer .bottom .clearfix {
        padding: 0px 15px;
    }

        .personer .bottom .clearfix:nth-child(2) .right {
            width: 100% !important;
        }

        .personer .bottom .clearfix .left {
            height: auto;
            text-align: left !important;
            padding: 0px;
            line-height: 30px;
        }

        .personer .bottom .clearfix .right {
            width: 100%;
            padding-right: 15px;
            padding: 0px;
        }

    .personer input[type="password"] {
        width: 100% !important;
    }

    .personer input[type="text"] {
        width: 100% !important;
    }

    .personer .bottom .clearfix .right i {
        position: absolute;
        right: 10px;
        top: 0px;
        color: #b4b4b4;
        font-size: 18px;
    }

    .personer .bottom .clearfix {
        margin-bottom: 5px;
    }

    .personer .bottom form .clearfix:nth-child(1) .right {
        width: 100% !important;
    }

    .personer .bottom .codes img {
        margin-top: 5px;
        margin-left: 0px;
    }

    .personer .bottom .clearfix textarea {
        width: 100% !important;
    }

    .personer {
        padding-bottom: 0px;
    }

        .personer .bottom > p {
            margin-bottom: 15px;
            padding-left: 15px;
            font-size: 14px;
            color: rgb( 66, 66, 66 );
            line-height: 2.5;
        }

    .titlingx span {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

        .titlingx span a {
            font-size: 14px;
            color: rgb( 104, 104, 104 );
        }

    .inner_about .bottom .number > ul li {
        width: 48%;
        margin-bottom: 5px;
        float:left;
    }

        .inner_about .bottom .number > ul li:nth-child(even) {
            margin-right: 0px;
        }

    .inner_about .bottom .picimage > ul > li {
        width: 100%;
    }

        .inner_about .bottom .picimage > ul > li ul li {
            padding: 0px 15px;
        }

    .inner_download .container > .bottom .inner_dt {
        padding: 15px 15px;
        background: #eeeeee;
    }

        .inner_download .container > .bottom .inner_dt > div {
            padding: 0px;
        }

        .inner_download .container > .bottom .inner_dt .left img {
            width: 60px;
            margin-bottom: 5px;
        }

        .inner_download .container > .bottom .inner_dt .right form .top > div {
            padding: 0px;
            margin-bottom: 10px;
        }

        .inner_download .container > .bottom .inner_dt .right form .bottom > div {
            padding: 0px;
        }

    .inner_download .container > .bottom .inner_db .content .clearfix .w75 {
        width: 100%;
    }

    .inner_download .container > .bottom .inner_db .content .clearfix .w25 {
        width: 100%;
        border-left: none;
        height: 80px;
        border-top: 1px solid #dedbdb;
    }

    .inner_download .container > .bottom .inner_db .content .clearfix .w75 .first {
        font-size: 12px;
    }

    .inner_download .container > .bottom .inner_db .content .clearfix .w75 .second {
        height: auto;
        line-height: 2;
        /* height: 60px; */
    }

        .inner_download .container > .bottom .inner_db .content .clearfix .w75 .second > div {
            padding: 0px 5px;
        }

    .inner_download .container > .bottom {
        padding-top: 20px;
    }

    .inner_message .container > .bottom {
        padding-top: 20px;
    }

        .inner_message .container > .bottom > p {
            font-size: 14px;
            color: rgb( 104, 104, 104 );
            line-height: 1.5;
            padding-left: 15px;
            margin-bottom: 20px;
        }

        .inner_message .container > .bottom .clearfix .w20 {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            color: #686868;
            font-size: 13px;
            line-height: 30px;
            text-align: left;
            padding-right: 22px;
        }

        .inner_message .container > .bottom .clearfix .w80 input[type="text"] {
            height: 50px;
            width: 100%;
            border: 1px solid #dcd9da;
            font-size: 14px;
            color: rgb( 160, 159, 159 );
            padding-left: 25px;
        }

        .inner_message .container > .bottom .clearfix .w80 {
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }

            .inner_message .container > .bottom .clearfix .w80 select {
                height: 50px;
                width: 100%;
                margin-right: 23px;
                border: 1px solid #dcd9da;
                background: #fff url(../img/orange.png) 96% center no-repeat;
                font-size: 14px;
                color: rgb( 104, 104, 104 );
                padding-left: 25px;
                padding-right: 10px;
                margin-bottom: 15px;
            }

        .inner_message .container > .bottom .clearfix.pro .w80 select {
            width: 100%;
        }

        .inner_message .container > .bottom .clearfix .w80 textarea {
            width: 100%;
            height: 170px;
            border: 1px solid #dcd9da;
            font-size: 14px;
            color: rgb( 160, 159, 159 );
            padding: 10px 15px;
        }

        .inner_message .container > .bottom .clearfix .w80 .mid p {
            width: 100%;
            margin: 20px 0px 10px;
        }

        .inner_message .container > .bottom .clearfix .w80 .mid {
            font-size: 12px;
            color: rgb( 104, 104, 104 );
            line-height: 1.714;
            padding: 10px 0px;
        }

    .perdown .bottom .downloadlist ul li {
        position: relative;
        height: 220px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        margin-right: 15px;
        border: 1px solid #dcd9da;
        margin-bottom: 10px;
    }
    /* .perdown .container{
    padding: 0px;
  } */
    .proone .container > ul.first > li {
        margin-bottom: 30px;
        position: relative;
        padding: 20px 30px 0px;
        border: 1px solid #eee;
        margin-right: 25px;
        width: 100%;
        display: inline-block;
    }

    .proone .container > ul.first {
        font-size: 0px;
        padding: 0px 10px;
    }

    .proregister .bottom {
        padding: 25px 0px 30px;
        margin-top: 20px;
    }

        .proregister .bottom .naming {
            padding-left: 15px;
            font-size: 16px;
            color: rgb( 66, 66, 66 );
            line-height: 2.938;
        }

        .proregister .bottom .regis_detail {
            padding-top: 20px;
        }

            .proregister .bottom .regis_detail input[type="text"] {
                vertical-align: middle;
                width: 100%;
                height: 50px;
                border: 1px solid #dcd9da;
                font-size: 14px;
                color: rgb( 66, 66, 66 );
                padding-left: 15px;
            }

            .proregister .bottom .regis_detail .clearfix .left {
                text-align: left;
                font-size: 14px;
                color: #424242;
                vertical-align: middle;
                line-height: 50px;
            }

            .proregister .bottom .regis_detail .clearfix .right img {
                vertical-align: middle;
                margin-left: 0px;
                margin-top: 5px;
            }

            .proregister .bottom .regis_detail .repro {
                text-align: center;
                font-size: 13px;
                color: rgb( 66, 66, 66 );
                line-height: 1;
            }

            .proregister .bottom .regis_detail .clearfix {
                margin-bottom: 10px;
            }

    .prorelist .container .bottom .tit {
        background: #999898;
        height: 55px;
        line-height: 2;
        font-size: 14px;
        text-align: center;
        color: rgb( 255, 255, 255 );
    }

    .prorelist .container .bottom .clearfix {
        height: auto;
        line-height: 2;
        border-bottom: 1px solid #dcd9da;
        border-right: 1px solid #dcd9da;
        background: #fff;
    }

        .prorelist .container .bottom .clearfix > div {
            border-left: none;
            font-size: 14px;
            text-align: center;
            color: rgb( 98, 98, 98 );
        }

        .prorelist .container .bottom .clearfix > div {
            padding: 0px;
        }

    .prorelist .container .bottom .tit > div {
        padding: 0px;
    }

    .prorelist .container .bottom {
        margin-top: 20px;
        background: #f5f5f5;
        padding: 25px 15px 45px;
    }

    .titlingx {
        text-align: left;
    }

    .inner_service .container .bottom {
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 13px;
        color: rgb( 128, 127, 127 );
        line-height: 1.5;
    }

    .inner_solving img {
        width: 100%;
    }

    .pro_intro .tb_pro {
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        background: #ff6600;
        font-size: 13px;
        color: rgb( 255, 255, 255 );
    }

    .pro_intro .clearfix .col-md-3 {
        background: #dddddd;
        font-size: 13px;
        color: #000;
        padding-left: 15px;
    }

    .pro_intro .clearfix .col-md-9 {
        background: #f5f5f5;
        font-size: 13px;
        color: #000;
        padding-left: 15px;
    }

    .inner_solve .container .bottom {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .inner_video .bottom > .viding ul li {
        width: 100%;
        display: inline-block;
        margin-right: 32px;
        margin-bottom: 40px;
    }

        .inner_video .bottom > .viding ul li .bottom {
            padding: 25px 10px;
            background: #f5f5f5;
            border-bottom: 8px solid #999898;
        }

    .inner_history .clearfix .left {
        padding-right: 15px;
        width: 100%;
        text-align: left;
        /* height: 100%; */
        position: relative;
        vertical-align: middle;
        display: inline-block;
        border-right: none;
        color: #ff6600;
        margin-bottom: 10px;
    }

    .inner_history .clearfix .right {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        position: relative;
        /* height: 100%; */
        vertical-align: middle;
        display: inline-block;
    }

    .inner_history .clearfix {
        font-size: 0px;
        /* font-size: 14px; */
        color: #000;
        /* height: 100px; */
        padding: 10px 0px;
    }

    .inner_history .bottom {
        padding: 25px 0px 50px;
    }

    .banner {
        z-index: 0;
        position: relative;
        margin-top: 50px;
    }

        .banner .swiper-slide img {
            width: 100%;
        }

        .banner .mouse {
            display: none;
            left: 40%;
            bottom: 0px;
        }

            .banner .mouse img {
                width: 30px;
            }

            .banner .mouse p {
                margin-top: 0px;
                font-size: 12px;
                color: rgb( 255, 255, 255 );
                line-height: 1.5;
            }

    .centering .aboutus {
        border-bottom: 15px solid #ff6600;
        position: static;
        right: 0px;
        top: 0px;
        display: inline-block;
        width: 100%;
        float: left;
        background: #efeeed;
        height: auto;
    }

    .centering .container .product {
        padding-left: 15px;
        padding-right: 15px;
    }

    .centering .container .inner ul li a {
        font-size: 12px;
        color: #666564;
    }

    .centering .container .inner .series .left img {
        width: 60%;
    }

    .centering .aboutus .guwei {
        position: relative;
        width: 90%;
        padding: 33px 0px 0px 93px;
    }

    .centering .aboutus .top > .w60 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .centering .aboutus .top > .w40 {
        overflow: hidden;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        display: none;
    }

    /* .recent .container>.top>.right img{
    width: 50% !important;
} */



    .recent .container > .bottom > div {
        vertical-align: top;
        height: 242px;
        position: relative;
        padding: 0px;
    }

    .recent .container > .bottom .box {
        position: absolute;
        width: 99.5%;
        height: 100%;
        padding-left: 15px;
        padding-top: 15px;
        /* padding: 45px 30px; */
    }

    footer .bottom {
        height: 360px;
    }

        footer .bottom .container {
            height: 360px;
            position: relative;
        }

            footer .bottom .container > .left {
                position: absolute;
                left: 15px;
                top: 15px;
                -webkit-transform: translateY( -50%);
                -moz-transform: translateY( -50%);
                -ms-transform: translateY( -50%);
                -o-transform: translateY( -50%);
                transform: none !important;
            }

            footer .bottom .container > .right {
                width: 100%;
                padding-top: 125px;
                float: left;
            }

                footer .bottom .container > .right .company {
                    width: 100%;
                }

                footer .bottom .container > .right .business {
                    margin-top: 20px;
                    width: 100%;
                    position: relative;
                    margin-left: 0px;
                    /* border: 1px solid #414040; */
                    line-height: 40px;
                    height: 40px;
                    padding: 0px 13px 0px 25px;
                    display: inline-block;
                    font-size: 14px;
                    line-height: 40px;
                    /* color: rgb( 255, 102, 0 ); */
                    border: 1px solid #e0e0e0;
                    color: #dfdfdf;
                }

                footer .bottom .container > .right i {
                    float: right;
                }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction {
        text-align: center;
        bottom: 10px;
        left: auto;
        right: auto;
        width: 100%;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 20px;
        background: #fff;
        opacity: 1;
        text-align: center;
        line-height: 22px;
        color: #b2b2b2;
        font-size: 0px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ff6600;
    }


    .inner_link .container .bottom .category .w35 {
        vertical-align: top;
        width: 100%;
        display: inline-block;
    }

    .inner_link .container .bottom .category .w28 {
        vertical-align: top;
        width: 100%;
        display: inline-block;
    }

    .inner_link .container .bottom .category .w37 {
        vertical-align: top;
        width: 100%;
        display: inline-block;
    }

        .inner_link .container .bottom .category .w37 > .left {
            padding: 0px 5px;
        }

        .inner_link .container .bottom .category .w37 > .right {
            float: none;
        }

    .inner_link .container .bottom {
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 14px;
        color: rgb( 128, 127, 127 );
        line-height: 1.714;
    }

    .inner_download .container > .bottom .inner_db .content .clearfix .w75 .firstt {
        font-size: 12px;
    }

    .inner_about .bottom .descrip .left {
        font-size: 13px;
        color: rgb( 104, 104, 104 );
        line-height: 1.6;
    }

    .inner_about .container > .bottom {
        padding: 20px 0px 10px;
    }

    footer .top > div {
        padding: 0px;
        height: 140px;
        /* background: #434343; */
        background: #c2c2c2;
    }

    footer .top > .left .box .inner {
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
    }

        footer .top > .left .box .inner p.hotline {
            font-size: 16px;
            color: rgb( 26, 26, 26 );
            line-height: 1.4;
        }

        footer .top > .left .box .inner p.tel {
            font-size: 16px;
            color: rgb( 255, 102, 0 );
            line-height: 1.5;
        }

        footer .top > .left .box .inner p.time {
            font-size: 13px;
            color: rgb( 26, 26, 26 );
            line-height: 1.6;
        }

    footer .top > div.fad .box img {
        width: 100px;
    }

    footer .top > div.fad .box {
        display: none;
        width: 167px;
        height: 115px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .inner_link .container .bottom .category dt {
        font-size: 14px;
        color: rgb( 255, 102, 0 );
        margin-bottom: 10px;
    }

    .inner_link .container .bottom .category dd.tit {
        font-size: 13px;
        color: rgb( 104, 104, 104 );
        line-height: 1.6;
        font-weight: bold;
    }

    .inner_link .container .bottom .category dd {
        font-size: 12px;
        color: rgb( 104, 104, 104 );
        line-height: 1.6;
    }

    .phonemap > div {
        font-size: 12px;
    }

    .recent .container > .top > .right {
        height: 378px;
        padding: 35px 0px 0px 15px;
    }

    .centering .container .inner {
        border-bottom: 1px solid #e5e5e5;
        padding: 23px 0px 20px;
    }

        .centering .container .inner p.title {
            font-size: 26px;
            color: #ff6600;
            margin-bottom: 10px;
        }

        .centering .container .inner .series .right {
            padding: 10px 0px;
        }

    .banner .swiper-container .swiper-slide .container {
        position: static;
        transform: none !important;
        background: #ff6600;
        /* height: 166px !important; */
        height: 200px !important;
    }

    .banner .swiper-container .swiper-slide:nth-child(1) .container {
        width: 100%;
        position: static;
        left: 15px;
        top: 50%;
        transform: none;
        /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
    }

        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(1) {
            font-size: 28px;
            color: rgb( 255, 255, 255 );
            line-height: 1.25;
        }

        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(2) {
            font-size: 26px;
            color: #fff;
        }

        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(3), .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner p:nth-child(4) {
            font-size: 20px;
            color: #fff;
        }

        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner {
            position: absolute;
            padding: 15px;
            width: 100%;
            height: 40%;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border {
            display: inline-block;
            width: 80%;
            height: 134px;
            background: transparent;
            border-radius: 20px;
        }

    .banner .swiper-container .swiper-slide:nth-child(2) .container,
    .banner .swiper-container .swiper-slide:nth-child(3) .container {
        padding: 10px;
        width: 100%;
        position: static;
        left: 50%;
        top: 50%;
        transform: none;
    }

        .banner .swiper-container .swiper-slide:nth-child(2) .container p,
        .banner .swiper-container .swiper-slide:nth-child(3) .container p {
            width: 100%;
            font-size: 25px;
        }

    .banner .swiper-container .swiper-slide:nth-child(4) .container .box {
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 20px;
        display: inline-block;
        float: right;
        margin-top: 0px;
        position: relative;
    }

    .banner .swiper-container .swiper-slide:nth-child(4) .container {
        width: 100%;
        height: 100%;
        position: static;
        left: 50%;
        top: 0px;
        /* -webkit-transform: translateX( -50%);
    -moz-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
    -o-transform: translateX( -50%);*/
        transform: none;
    }

        .banner .swiper-container .swiper-slide:nth-child(4) .container .box p {
            font-size: 20px;
            color: rgb( 255, 255, 255 );
            line-height: 1.25;
        }

    .banner .swiper-container .swiper-slide:nth-child(1) .container .left {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: static;
        left: 0px;
        top: 50%;
        transform: none;
    }

        .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner {
            position: static;
            padding: 15px;
            height: 80%;
            left: 50%;
            top: 50%;
            /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);*/
            transform: none;
        }

            .banner .swiper-container .swiper-slide:nth-child(1) .container .left .border .inner > p {
                width: 100%;
                font-size: 18px !important;
            }

    .banner .swiper-container .swiper-slide:nth-child(4) .container .box .inner {
        width: 100%;
        text-align: left;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #000;
    }

    .ban .container .box {
        padding: 25px;
        border-radius: 0px;
        background: #ff6600;
        position: static;
        left: 0px;
        top: 45%;
        transform: none;
    }

    .ban img {
        height: 160px;
    }

    .ban .container {
        padding: 0px;
        height: 100%;
        position: static;
        left: 50%;
        top: 50%;
        transform: none;
    }

        .ban .container .box h2 {
            margin-bottom: 5px;
            font-size: 26px;
            color: rgb( 255, 255, 255 );
        }

        .ban .container .box p {
            font-size: 18px;
            color: rgb( 255, 255, 255 );
            line-height: 1.1;
        }

    .relatedseries .container .bottom {
        padding: 15px;
        border-bottom: 1px solid #dad8d9;
    }

        .relatedseries .container .bottom ul li {
            width: 100%;
        }

    .prodescrip .container p.tis span {
        vertical-align: top;
        width: 48%;
        margin-bottom: 3px;
    }

    #DB_gallery .DB_imgSet .DB_imgWin {
        position: relative;
        background-image: none !important;
    }

        #DB_gallery .DB_imgSet .DB_imgWin img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

    /* #DB_gallery .DB_thumSet .DB_thumMove li img{
    width: 100%;
  }
  #DB_gallery .DB_imgSet .DB_imgWin img{
    width: 100%;
  } */
    .innertitling {
        font-size: 12px;
        margin-top: 0px;
    }

        .innertitling .container .right > div {
            width: 65px;
        }

        .innertitling a {
            font-size: 12px;
        }

        .innertitling .container {
            padding: 0px 15px;
        }

    .topimage .container {
        padding: 0px 15px;
    }

        .topimage .container .left {
            padding-top: 30px;
        }

        .topimage .container label {
            right: 10px;
        }

        .topimage .container .right {
            padding-top: 15px;
        }

    .prodescrip .container .bottom > div {
        padding: 15px 0px;
    }

    #one .modal-content {
        width: 100%;
    }

    #one .modal-dialog {
        width: 100%;
        margin: 0px;
    }

    #one .modal-header {
        border-bottom: none;
        padding: 15px 15px 0px;
    }

    #one .modal-body {
        padding: 20px 15px 15px;
    }

        #one .modal-body form > input {
            width: 100%;
        }

        #one .modal-body form .ccode input {
            width: 100%;
        }

        #one .modal-body form .ccode span {
            margin-left: 0px;
            margin-top: 5px;
        }

        #one .modal-body form button {
            width: 100%;
        }

    #one {
        margin-top: 55px;
    }

    #two .modal-dialog {
        width: 100%;
        margin: 0px;
    }

    #two .modal-content {
        width: 100%;
    }

    #two {
        margin-top: 15px;
    }

        #two .modal-header {
            border-bottom: none;
            padding: 15px 15px 0px;
        }

        #two .modal-body {
            padding: 15px 15px 15px;
        }

            #two .modal-body form > input {
                width: 100%;
            }

            #two .modal-body form label span:last-child {
                margin-left: 50px;
            }

            #two .modal-body form button {
                width: 100%;
            }



    #three .modal-dialog {
        width: 100%;
        margin: 0px;
    }

    #three .modal-content {
        width: 100%;
    }

    #three {
        margin-top: 55px;
    }

        #three .modal-header {
            border-bottom: none;
            padding: 15px 15px 0px;
        }

        #three .modal-body {
            padding: 15px 15px 15px;
        }

            #three .modal-body form > input {
                width: 100%;
            }

            #three .modal-body form label span:last-child {
                margin-left: 50px;
            }

            #three .modal-body form button {
                width: 100%;
            }
}


@media (max-width: 800px) {
    .headblackbar {
        width: 100%;
        min-width: auto;
    }

    .headblackbar_text {
        line-height: 80px;
    }

    .headblackbar_text_right {
        display: none;
    }

    .container {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .part1 {
        min-width: 100%;
        padding: 0px;
    }

    .part1_content {
        min-width: 100%;
        width: 100%;
    }

    .product_album {
        display: block;
        padding-right: 0;
        margin: auto;
        width: 100%;
    }

    .product_features {
        width: 100%;
        display: block;
        padding: 60px 25px;
        margin-top: 40px;
        min-height: auto;
    }

    .album {
        width: 100%;
    }

    .carousel,
    .carousel-inner {
        height: auto;
        width: 100%;
        margin: auto;
    }

    .top1_icon {
        width: 100%;
        text-align: left;
    }

    .email_btn,
    .email_btn:link,
    .email_btn:active,
    .print_btn,
    .print_btn:link,
    .print_btn:active,
    .share_btn,
    .share_btn:link,
    .share_btn:active {
        padding: 8px;
        text-align: center;
        display: inline-block;
    }

    .top1_icon .email_btn {
        width: 44%;
    }

    .top1_icon .print_btn {
        width: 26%;
    }

    .top1_icon .share_btn {
        width: 29%;
        border-right: 0;
        margin-right: 0;
    }

    .addthis_block {
        left: 1px;
        bottom: -45px;
    }

    .blackline {
        display: none;
    }

    .blackline_content {
        min-width: 100%;
        margin-top: 0;
    }

        .blackline_content > ul,
        .blackline_content > ul > li {
            width: 100%;
            text-align: center;
            background-color: #212121;
        }

    .blackline_btn {
        width: 100%;
        display: block;
    }

    .downpart {
        min-width: 100%;
    }

    .text_html_edit {
        width: 100%;
        padding: 15px;
    }

    .whitepart {
        width: 100%;
        min-width: 100%;
        padding: 15px;
    }

    .whitepart_content {
        width: 100%;
    }

    .block01 {
        width: 100%;
    }

    .titlepart {
        width: 100%;
    }

        .titlepart tr td {
            padding: 13px;
        }

            .titlepart tr td:first-child {
                vertical-align: top;
            }

            .titlepart tr td:nth-child(2) {
                padding: 13px 0;
                vertical-align: top;
            }

            .titlepart tr td:last-child {
                vertical-align: top;
            }

    .content_html_edit {
        width: 100%;
        padding: 15px;
    }

    #tabs-4 .whitepart_content,
    #tabs-5 .whitepart_content {
        padding-left: 0;
    }

    .image_list_block > div {
        margin: 0 20px;
        width: 87%;
    }

    .image_list_block .swiper-button-next,
    .image_list_block .swiper-button-prev {
        top: 50%;
    }

    .col-md-6 {
        width: 100%;
    }

    .file_block {
        width: 100%;
        margin: 15px 0;
        display: block;
    }

    .ordering_info_block {
        width: 100%;
        margin: 10px 0;
        display: block;
    }

    .download_block {
        width: 100%;
        margin: 10px 0;
        display: block;
    }

    .selectionbar {
        width: 100%;
        padding-left: 0px;
    }
}



.competitive_advantagess td {
    padding: 30px 30px 0 30px;
}

.competitive_advantagess tr:first-child td:first-child {
    font-size: 26px;
    color: #ff5722;
    text-align: left;
    padding: 30px 30px 0 30px;
}

.competitive_advantagess tr td:first-child {
    vertical-align: middle;
    text-align: center;
}

.competitive_advantagess td p {
    font-size: 14px;
    color: #888888;
}

    .competitive_advantagess td p:first-child {
        font-size: 16px;
        color: #555555;
        padding-bottom: 10px;
    }

.competitive_advantagess td .darktext {
    font-size: 14px;
    color: #606060;
}

.competitive_advantagess {
    margin-bottom: 100px;
}

@media (max-width: 768px) {

    .prodescrip .container .bottom > div:nth-child(2) {
        /* display: none !important;*/
    }

    #tabs .nav-tabs li {
        width: 100%;
        margin: 0;
    }

    #tabs .nav-tabs a {
        height: 40px;
    }

    .nav > li > a {
        padding: 0;
    }

    .competitive_advantagess td {
        display: block;
        width: 100%;
        padding: 0;
    }

        .competitive_advantagess td p:first-child {
            padding-top: 10px;
        }

    .competitive_advantagess {
        margin-bottom: 20px;
    }
}



@media (max-width: 800px) {


    .whitepart {
        width: 100%;
        margin: auto;
        padding-left: 0;
        padding: 15px;
    }

    .top_block {
        padding-top: 0;
    }

    .selectionbar {
        padding-left: 0;
        width: 100%;
        display: block;
        padding-top: 10px;
    }

        .selectionbar select {
            width: 100%;
        }

    .news_part {
        width: 100%;
        margin: auto;
    }

        .news_part > div:first-child {
            width: 100%;
            height: auto;
        }

            .news_part > div:first-child .title {
                width: 100%;
                height: auto;
                max-height: 120px;
            }

            .news_part > div:first-child .content {
                max-height: 150px;
            }

            .news_part > div:first-child .img_block {
                width: 100%;
                height: auto;
            }

            .news_part > div:first-child > .news {
                height: auto;
            }

    .img_block {
        height: auto;
        width: 100%;
        padding: 20px;
    }

        .img_block img {
            width: 100%;
            max-width: 100%;
        }

    .news {
        height: auto;
    }

    .noleft {
        margin-left: auto;
    }

    .noright {
        margin-right: auto;
    }

    .news_block {
        margin: 10px auto 20px auto;
        float: none;
        display: block;
        width: 100%;
    }

    .page_part {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}



@media (max-width: 800px) {

    .part1 {
        width: 100%;
        padding: 15px;
    }

    .top1_icon {
        width: 100%;
    }

    .html_edit {
        width: 100%;
    }

    .competitive_advantagess tr:first-child td:first-child {
        padding: 0px;
    }
}

.nodata {
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
}

.no_data {
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    padding: 40px 0px 60px 0px;
}

.down_search {
    width: 100%;
    height: 50px;
    border: 1px solid #dedbdb;
    z-index: 100000;
    font-size: 14px;
    color: rgb( 160, 159, 159 );
    padding-left: 25px;
}

.downs {
    position: relative;
}

.btnsearch {
    position: absolute;
    top: 1px;
    right: 16px;
    width: 16%;
    height: 48px;
    color: #FFF;
    font-size: 14px;
    background-color: #ff6600;
}

.down_select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: rgb( 160, 159, 159 );
    padding-left: 25px;
    border: 1px solid #dedbdb;
    background: #fff url(/images/xiala.png) 248px center no-repeat;
}

.down_select {
    margin-bottom: 15px;
}

.inner_linkx {
    font-size: 14px;
    padding: 20px 0px;
}

    .inner_linkx ul li {
        line-height: 40px;
    }

.no-data {
    font-size: 16px;
    text-align: center;
    padding-top: 80px;
}

.facktable {
    display: table;
    width: 100%;
    height: 100%;
}

.facktd {
    display: table-cell;
    vertical-align: middle;
}

.facktable .facktd img {
    max-width: 100%;
}



.inner_download .container > .bottom .inner_dt .left i {
    font-size: 77px;
    color: rgb( 160, 159, 159 );
}

.inner_download .container > .bottom .inner_db ul {
    margin-bottom: 50px;
}

    .inner_download .container > .bottom .inner_db ul li {
        border-bottom: 1px dashed #dedbdb;
        padding: 15px 0px;
    }

        .inner_download .container > .bottom .inner_db ul li p.ti {
            font-size: 16px;
            color: #ff6600;
            line-height: 2;
        }

            .inner_download .container > .bottom .inner_db ul li p.ti a {
                font-size: 16px;
                color: #ff6600;
            }

        .inner_download .container > .bottom .inner_db ul li p.det {
            font-size: 14px;
            color: #000;
            line-height: 2;
        }

.qa_select select {
    background: #fff url(/images/xiala.png) 400px center no-repeat;
}

.logo {
    width: 56%;
}

.demo {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100000;
}

/*.demo.active {
        left: 278px;
    }*/
#videoiframe {
    width: 80%;
    height: 600px;
}

.video-box {
    margin: 5% 0px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

.goback {
    margin-bottom: 5%;
    text-align: center;
}

    .goback a {
        font-size: 14px;
        background-color: #ff6600;
        color: #FFF;
        padding: 1% 6%;
    }

.video-title h1 {
    text-align: center;
    font-size: 22px;
    padding-top: 30px;
}

.phone-show {
    display: none;
}

.pc-show {
    display: block;
}
.partner {
  overflow: hidden;
}

    .partner ul li {
        width: calc(35% - 30px);
        float: left;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
        text-align: center;
           background-color: #eeeeee;
        color: rgb( 104, 104, 104 );
        margin-right: 15px;
    }


           .partner ul li:nth-of-type(3n+3) {
            margin-right:0px;
        }


    .partner ul li:hover {
      background-color:#ff6600;
      color:#FFF;
    }

@media (max-width: 765px) {
    .partner ul li {
        width: 100%;
        margin-right:0px;
    }


    #videoiframe {
        width: 100%;
        height: 260px;
    }

    .video-title h1 {
        font-size: 16px;
        padding-top: 10px;
    }

    .phone-show {
        display: block;
    }

    .pc-show {
        display: none;
    }
}

        .inner_solving .bottom img {
        
         max-width:100%;

        }