@charset "utf-8";

@font-face {
    font-family: "DINPro-Light_0";
    src: url("./font/dinpro-light_0.woff2.html") format("woff2"),url("./font/dinpro-light_0.woff.html") format("woff"),url("./font/dinpro-light_0.ttf.html") format("truetype"),url("./font/dinpro-light_0.eot.html") format("embedded-opentype"),url("./dinpro-light_0.svg.html") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "avgr45w";
    src: url("avgr45w.html") format("woff2"),url("./font/avgr45w.woff.html") format("woff"),url("./font/avgr45w.ttf.html") format("truetype"),url("./font/avgr45w.eot.html") format("embedded-opentype"),url("./avgr45w.svg.html") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "times";
    src: url("times.html") format("woff2"),url("times-2.html") format("woff"),url("times-3.html") format("truetype"),url("times-4.html") format("embedded-opentype"),url("times-5.html") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "../fonts/HelveticaLTStd-Roman";
    src: url("./font/helveticaltstd-roman.woff2.html") format("woff2"),url("./font/helveticaltstd-roman.woff.html") format("woff"),url("./font/helveticaltstd-roman.ttf.html") format("truetype"),url("./font/helveticaltstd-roman.eot.html") format("embedded-opentype"),url("./helveticaltstd-roman.svg.html") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN-BOLD";
    src: url("./font/din-bold.woff2.html") format("woff2"),url("./font/din-bold.woff.html") format("woff"),url("./font/din-bold.ttf.html") format("truetype"),url("./font/din-bold.eot.html") format("embedded-opentype"),url("./din-bold.svg.html") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINCond-Regular";
    src: url("./font/dincond-regular.woff2.html") format("woff2"),url("./font/dincond-regular.woff.html") format("woff"),url("./font/dincond-regular.ttf.html") format("truetype"),url("./font/dincond-regular.eot.html") format("embedded-opentype"),url("./dincond-regular.svg.html") format("svg");
}

@font-face {
    font-family: "DIN-MEDIUM(1)";
    src: url("din-medium(1.html).woff2.html") format("woff2"),url("din-medium(1.html).woff.html") format("woff"),url("din-medium(1.html).ttf.html") format("truetype"),url("din-medium(1.html).eot.html") format("embedded-opentype"),url("din-medium(1.html).svg.html") format("svg");
}

input, textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

img {
    vertical-align: top;
}

input, textarea {
    -webkit-appearance: none;
}

.container {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1260px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width:1260px) {
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        box-shadow: 0 0 10px #eee;
        background: rgba(255,255,255,0.98);
    }
}

.header .logo {
    float: left;
    padding-left: 25px;
    display: inline-block;
}

    .header .logo img {
        max-height: 65px;
        margin-top: 10px;
    }

@media (max-width:1460px) {
    .header .logo img {
        max-height: 50px;
        margin-top: 15px;
    }
}

@media (max-width:1260px) {
    .header .logo img {
        max-height: 30px;
        margin-top: 10px;
    }
}

.header .tel {
    font-size: 22px;
    line-height: 87px;
    float: right;
    padding-left: 20px;
    margin-right: 30px;
    position: relative;
    font-family: "DIN-MEDIUM(1)";
    color: #0072ce;
}

    .header .tel:before {
        content: "";
        width: 1px;
        height: 20px;
        left: 0;
        top: 50%;
        margin-top: -10px;
        position: absolute;
        background: #d6d6d6;
    }

    .header .tel img {
        margin: -4px 5px 0 0;
        vertical-align: middle;
    }

@media (max-width:1260px) {
    .header .tel {
        display: none;
    }
}

.nav {
    float: right;
}

    .nav li {
        float: left;
        padding: 0 33px;
        line-height: 87px;
        position: relative;
    }

@media (max-width:1650px) {
    .nav li {
        padding: 0 20px;
    }
}

@media (max-width:1380px) {
    .nav li {
        padding: 0 10px;
    }
}

.nav li > a {
    color: #000;
    display: block;
    font-size: 18px;
    position: relative;
}

.nav li i {
    width: 9px;
    height: 6px;
    margin-left: 5px;
    display: inline-block;
    background: url(./bot1.png) no-repeat right bottom;
}

.nav li > a:hover {
    color: #0072ce;
}

    .nav li > a:hover i {
        background: url(./bot2.png) no-repeat right bottom;
    }

.nav li .subnav {
    top: 87px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0;
    visibility: hidden;
    position: absolute;
}

    .nav li .subnav:before {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: #0072ce;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease;
    }

    .nav li .subnav:after {
        top: -10px;
        left: 64px;
        content: "";
        opacity: 0;
        display: none\9;
        position: absolute;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        border-bottom: solid 12px #0072ce;
    }

    .nav li .subnav > a {
        color: #fff;
        z-index: 9;
        text-align: center;
        position: relative;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        display: block;
        -webkit-transition: 0s;
        transition: 0s;
    }

        .nav li .subnav > a:hover {
            color: #0072ce;
            background: #fff;
        }

.nav li:hover > a {
    color: #0072ce;
}

.nav li:hover a:after {
    opacity: 1;
    width: 100%;
}

.nav li:hover .subnav {
    visibility: inherit;
}

    .nav li:hover .subnav:after {
        opacity: 1;
        display: block\9;
    }

.nav .active > a {
    color: #0072ce;
}

    .nav .active > a i {
        background: url(./bot2.png) no-repeat;
    }

    .nav .active > a:after {
        opacity: 1;
        width: 100%;
    }

@media (max-width:1260px) {
    .nav {
        display: none;
    }
}

.phone-nav {
    position: relative;
    float: right;
    width: 78px;
    height: 87px;
    display: none;
    border-right: solid 1px rgba(255,255,255,0.5);
    background: url("./menu.png") no-repeat center;
    background-size: 40px 36px;
    margin: 0 0 0 5px;
}

@media (max-width:1260px) {
    .phone-nav {
        display: block;
    }
}

@media (max-width:1260px) {
    .phone-nav {
        height: 50px;
        width: 50px;
    }
}

.phone-subnav {
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.98);
    z-index: 99999;
    margin: 0 auto;
    display: none;
}

    .phone-subnav .close {
        padding: 20px 40px;
        display: block;
    }

        .phone-subnav .close img {
            max-height: 40px;
        }

    .phone-subnav ul {
        height: 90%;
        overflow-y: scroll;
        margin: 0 30px;
    }

@media (max-width:360px) {
    .phone-subnav ul {
        height: 410px;
    }
}

.phone-subnav ul li {
    position: relative;
    border-top: 1px solid #dadada;
}

    .phone-subnav ul li i {
        position: absolute;
        right: 10px;
        top: 5px;
        text-align: center;
        line-height: 30px;
        display: block;
        border-radius: 100%;
        font-style: inherit;
        cursor: pointer;
    }

        .phone-subnav ul li i:after {
            content: "+";
            color: #666;
            font-size: 24px;
            cursor: pointer;
            text-align: center;
        }

    .phone-subnav ul li .menu {
        color: #333;
        font-size: 16px;
        line-height: 40px;
        overflow: hidden;
        padding: 0 40px 0 20px;
        display: block;
        cursor: pointer;
        text-align: left;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

        .phone-subnav ul li .menu > a {
            display: block;
            color: #333;
        }

    .phone-subnav ul li .menu02 > a {
        color: #0072ce;
    }

    .phone-subnav ul li .menu03 {
        display: block;
        padding: 10px 0;
    }

        .phone-subnav ul li .menu03 a {
            color: #888;
            font-size: 13px;
            line-height: 20px;
            padding-top: 0;
        }

    .phone-subnav ul li div {
        display: none;
        padding-bottom: 15px;
    }

        .phone-subnav ul li div a {
            color: #666;
            line-height: 20px;
            padding: 5px 10px 5px 20px;
            display: block;
            height: auto;
            font-weight: 100;
            position: relative;
        }

        .phone-subnav ul li div em {
            display: block;
            font-style: inherit;
        }

            .phone-subnav ul li div em > a {
                color: #666;
                font-size: 12px;
                display: block;
                padding: 5px 5px 5px 48px;
                line-height: 18px;
            }

.phone-subnav ul .active i:after {
    content: "-";
}

.searchz {
    float: right;
    cursor: pointer;
    background: #0072ce;
    height: 87px;
    width: 67px;
    line-height: 87px;
}

    .searchz .iconfont {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 20px;
    }

@media (max-width:1440px) {
    .searchz {
        width: 80px;
    }
}

@media (max-width:1260px) {
    .searchz {
        display: none;
    }
}

@media (max-width:1024px) {
    .searchz {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
    }

        .searchz .iconfont {
            padding-left: 0;
        }
}

.search-box {
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background: url("./maskz.png");
}

    .search-box .search-main {
        position: relative;
    }

    .search-box .top-right1 {
        background: #0072ce;
        z-index: 99;
        right: 65px;
        top: 60px;
        top: 0;
        position: absolute;
        float: right;
        width: 60%;
        height: 87px;
    }

@media (max-width:1600px) {
    .search-box .top-right1 {
        right: 170px;
    }
}

@media (max-width:1440px) {
    .search-box .top-right1 {
        right: 70px;
    }
}

@media (max-width:1024px) {
    .search-box .top-right1 {
        height: 50px;
        right: 40px;
    }
}

.search-box .search-select {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #8e2424;
    z-index: 50;
    border-right: 1px solid #b06666;
    height: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 100px;
}

.search-box .container {
    width: 100%;
}

.search-box .search-select span {
    display: inline-block;
    margin: 0 8px 0 0;
}

.search-box .search-select em {
    font-style: inherit;
    display: inline-block;
}

.search-box .search-select .icon-xiajiantou {
    font-size: 13px;
}

.search-box .search-right {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0 28% 0 120px;
    z-index: 5;
}

@media (max-width:1024px) {
    .search-box .search-right {
        height: 50px;
        padding: 0 5% 0 0;
    }
}

.search-box .search-right .search-input {
    position: relative;
    z-index: 5;
    height: 100px;
    width: 100%;
    padding: 28px 50px 0 75px;
}

@media (max-width:1024px) {
    .search-box .search-right .search-input {
        height: 50px;
        padding-top: 5px;
    }
}

.search-box .search-right .search-input input {
    width: 100%;
    height: 42px;
    border: 1px solid #cdcdcd;
    font-family: "microsoft yahei";
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    background: none;
    border: none;
}

    .search-box .search-right .search-input input::-webkit-input-placeholder {
        color: #fff;
    }

.search-box .search-right span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

@media (max-width:1024px) {
    .search-box .search-right span {
        height: 50px;
        line-height: 50px;
        padding-top: 0;
    }
}

.search-box .search-right span a {
    display: block;
    color: #fff;
}

.search-box .search-right b {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 45px;
    font-weight: bold;
    height: 100px;
    line-height: 96px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

@media (max-width:1024px) {
    .search-box .search-right b {
        height: 50px;
        line-height: 50px;
        padding-top: 0;
    }
}

.search-box .search-right .icon-sousuo {
    color: #fff;
    font-size: 20px;
}

.search-box .search-right .icon-error {
    color: #fff;
    font-size: 16px;
}

.search-box .top1 {
    display: block;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.search-box .top2 {
    display: block;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.search-box .search-hide {
    position: absolute;
    left: 0;
    top: 100px;
    width: 50%;
    background: #fff;
    padding: 20px 0 40px;
    display: none;
}

    .search-box .search-hide li {
        cursor: pointer;
        color: #666;
        font-size: 14px;
        padding: 8px 55px;
        line-height: 22px;
    }

        .search-box .search-hide li:hover {
            background: #8e2424;
            color: #fff;
        }

.banner .box {
    position: relative;
}

    .banner .box p {
        left: 0;
        height: 50px;
        bottom: 28%;
        left: 17.5%;
        position: absolute;
    }

@media (max-width:1260px) {
    .banner .box p {
        bottom: 18%;
        height: 30px;
    }
}

@media (max-width:414px) {
    .banner .box p {
        bottom: 10%;
        height: 30px;
    }
}

.banner .box span {
    color: #fff;
    padding: 0 25px;
    line-height: 48px;
    font-size: 16px;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    display: inline-block;
    border: solid 1px #fff;
    position: relative;
}

    .banner .box span:before {
        content: "";
        bottom: 7px;
        left: 25px;
        width: 141px;
        height: 10px;
        z-index: 9;
        position: absolute;
    }

@media (max-width:1260px) {
    .banner .box span {
        color: #eee;
        font-size: 9px;
        line-height: 18px;
        padding: 0 5px;
        border: 1px solid #f8f8f8;
    }

        .banner .box span:before {
            background: none;
        }
}

.banner .box a:hover p span {
    background: #0072ce;
    border-color: #0072ce;
}

.banner .slick-dots {
    bottom: 35px;
}

    .banner .slick-dots li button {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }

    .banner .slick-dots li.slick-active button {
        width: 23px;
        height: 7px;
        background: #fff;
    }

@media (max-width:1260px) {
    .banner {
        margin-top: 50px;
    }
}

@media(max-width:640px) {
    .banner .slick-dots

{
    bottom: 15px;
}

}

.footer {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #393939;
}

    .footer .container {
        position: relative;
    }

    .footer ul {
        width: 63%;
        float: left;
        border-right: solid 1px #4c4c4c;
    }

@media (max-width:1200px) {
    .footer ul {
        display: none;
    }
}

.footer li {
    width: 25%;
    float: left;
    line-height: 30px;
}

    .footer li h3 {
        font-weight: normal;
    }

        .footer li h3 a {
            color: #e2e2e2;
            font-size: 16px;
        }

    .footer li a {
        color: #b0b0b0;
        display: block;
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        overflow: hidden;
    }

        .footer li a:hover {
            color: #fff;
        }

.footer .copy {
    color: #bfbfbf;
    margin-top: 50px;
    padding-top: 20px;
    font-size: 15px;
    border-top: solid 1px #4d4d4d;
}

    .footer .copy span {
        float: right;
    }

    .footer .copy a {
        color: #bfbfbf;
        padding: 0 5px;
    }

        .footer .copy a:hover {
            color: #fff;
        }

.footer .address {
    width: 37%;
    text-align: center;
    color: #adadaf;
    float: right;
    line-height: 28px;
    font-size: 16px;
}

    .footer .address a {
        color: #adadaf;
        font-size: 16px;
    }

        .footer .address a:hover {
            color: #fff;
        }

    .footer .address .wechat {
        margin: 0 auto;
        display: inline-block;
    }

    .footer .address .addtext {
        float: right;
        text-align: left;
    }

    .footer .address .button {
        color: #fff;
        border-radius: 3px;
        line-height: 43px;
        padding: 0 25px;
        font-size: 16px;
        margin-bottom: 25px;
        background: #0072ce;
        display: inline-block;
    }

        .footer .address .button img {
            margin: 10px 10px 0 0;
        }

@media (max-width:1200px) {
    .footer .address {
        display: none;
    }
}

@media (max-width:1000px) {
    .footer {
        padding: 0;
    }

        .footer ul, .footer .tel {
            display: none;
        }

        .footer .copy {
            margin-top: 0;
            border: 0;
            font-size: 12px;
            padding: 5px;
            line-height: 20px;
        }
}

.index-title {
    height: 126px;
    margin-bottom: 50px;
    position: relative;
}

    .index-title:before {
        top: 0;
        left: 35px;
        content: "";
        width: 346px;
        height: 126px;
        position: absolute;
        -webkit-transition: all 334ms ease-in;
        transition: all 334ms ease-in;
        border: solid 8px #efefef;
    }

    .index-title .en, .index-title .cn {
        z-index: 1;
        position: relative;
    }

    .index-title .en {
        color: #888;
        font-size: 17px;
        padding-top: 25px;
        padding-bottom: 12px;
        font-family: arial;
    }

    .index-title .cn {
        color: #666;
        font-size: 20px;
    }

        .index-title .cn span {
            color: #222;
            font-size: 44px;
            line-height: 44px;
            font-family: arial;
            padding-right: 5px;
        }

@media (max-width:1269px) {
    .index-title {
        height: auto;
        margin-bottom: 30px;
    }

        .index-title:before {
            display: none;
        }

        .index-title .en {
            display: none;
        }

        .index-title .cn span {
            font-size: 24px;
            line-height: 30px;
        }
}

.index-title:hover:before {
    border-color: #e3e4e5;
}

.index-about {
    padding: 100px 0;
    position: relative;
}

    .index-about .img01 {
        right: 0;
        top: 0;
        position: absolute;
    }

    .index-about .img02 {
        left: 0;
        bottom: 100px;
        position: absolute;
    }

    .index-about .img03 {
        z-index: 1;
        float: right;
        margin-top: 0;
        position: relative;
        -webkit-transition: all 700ms ease-in;
        transition: all 700ms ease-in;
    }

        .index-about .img03:hover {
            -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
            transform: scale(1.02);
        }

    .index-about .textbox {
        z-index: 2;
        width: 47%;
        position: relative;
    }

        .index-about .textbox .tit-01 a {
            padding: 0 20px;
            line-height: 38px;
            display: inline-block;
            border: solid 1px #eee;
            margin-right: 3px;
        }

            .index-about .textbox .tit-01 a:hover {
                color: #fff;
                border-color: #0072ce;
                background: #0072ce;
            }

        .index-about .textbox .tit-02 {
            color: #333;
            font-size: 28px;
            line-height: 30px;
            padding: 40px 0;
            position: relative;
        }

            .index-about .textbox .tit-02:before {
                content: "";
                width: 75px;
                height: 2px;
                bottom: 0;
                left: 0;
                position: absolute;
                background: #0072ce;
            }

        .index-about .textbox .tit-03 {
            margin-top: 35px;
        }

        .index-about .textbox .more {
            color: #0072ce;
            display: block;
            margin-top: 50px;
        }

            .index-about .textbox .more img {
                margin: 8px 0 0 10px;
                -webkit-transition: all 334ms ease-in;
                transition: all 334ms ease-in;
            }

            .index-about .textbox .more:hover img {
                margin-left: 25px;
            }

@media (max-width:1000px) {
    .index-about {
        padding: 40px 0;
    }

        .index-about .img03, .index-about .img01, .index-about .img02 {
            display: none;
        }

        .index-about .textbox {
            width: 100%;
        }

            .index-about .textbox .tit-01 {
                display: none;
            }

            .index-about .textbox .tit-02 {
                display: none;
            }

            .index-about .textbox .more {
                margin-top: 20px;
            }
}

.index-product {
    padding: 60px 0;
    background: #fafafa;
    position: relative;
}

    .index-product .pic {
        top: 0;
        right: 0;
        position: absolute;
    }

    .index-product .list-roll {
        padding: 0 4px;
    }

    .index-product .item {
        padding-top: 70px;
        position: relative;
        background: url(./bg2.jpg) no-repeat center bottom;
    }

    .index-product .box-01 {
        text-align: center;
    }

        .index-product .box-01 .en {
            color: #4B4B4B;
            font-size: 30px;
            line-height: 32px;
            height: 32px;
            overflow: hidden;
            font-family: arial;
        }

@media (max-width:1800px) {
    .index-product .box-01 .en {
        font-size: 20px;
        line-height: 24px;
        height: 24px;
    }
}

.index-product .box-01 .cn {
    color: #333;
    line-height: 28px;
    height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    font-size: 24px;
}

.index-product .box-01 .pic {
    position: relative;
}

    .index-product .box-01 .pic:after {
        content: "";
        display: block;
        padding-bottom: 65%;
    }

.index-product .box-02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 50px;
    padding-top: 30px;
    opacity: 0;
    display: none\9;
    position: absolute;
    background: #0072ce;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
}

    .index-product .box-02 .tit {
        height: 90px;
        font-weight: bold;
        font-size: 24px;
        overflow: hidden;
        line-height: 90px;
        position: relative;
    }

        .index-product .box-02 .tit:before {
            content: "";
            width: 54px;
            height: 4px;
            bottom: 0;
            left: 0;
            position: absolute;
            background: #80b9e7;
        }

    .index-product .box-02 .txt {
        height: 72px;
        overflow: hidden;
        font-size: 16px;
        margin-top: 40px;
        -webkit-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
    }

    .index-product .box-02 .more {
        bottom: 20px;
        position: absolute;
        -webkit-transition: all 500ms ease-in;
        transition: all 500ms ease-in;
    }

        .index-product .box-02 .more img {
            margin: 10px 0 0 5px;
            -webkit-transition: all 334ms ease-in;
            transition: all 334ms ease-in;
        }

.index-product .item:hover .box-02 {
    opacity: 1;
    padding-top: 40px;
}

    .index-product .item:hover .box-02 .txt {
        margin-top: 50px;
    }

    .index-product .item:hover .box-02 .more {
        bottom: 50px;
    }

.index-product .slick-prev, .index-product .slick-next {
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-top: -25px;
}


.banner .slick-prev, .banner .slick-next {
    border: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    border-radius: 100%;
    margin-top: -35px;
    transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
}

.banner:hover .slick-prev {
    opacity: 1;
}

.banner:hover .slick-next {
    opacity: 1;
}

/*@media (max-width:600px) {
    .banner .slick-prev, .banner .slick-next {
        width: 24px;
        height: 40px;
        margin-top: -30px;
    }

}*/


.banner .slick-prev:hover, .banner .slick-next:hover {
    background-color: rgba(0,0,0,0.5);
}

.banner .slick-prev {
    left: 6px;
    background: url(./arr1.png) no-repeat center center;
    background-color: rgba(0,0,0,0.3);
}

.banner .slick-next {
    right: 5px;
    transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    background: url(./arr2.png) no-repeat center center;
    background-color: rgba(0,0,0,0.3);
}



@media(max-width:640px) {
    .banner .slick-prev,.banner .slick-next

{
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.banner .slick-prev:hover {
    /*background-color:rgba;*/
}

.banner .slick-next:hover {
    /*background-color:rgba;*/
}

.banner .slick-prev {
    background-size: 36px 36px;
    background-image: url(./arr1.png);
}

.banner .slick-next {
    background-size: 36px 36px;
    background-image: url(./arr2.png);
}

}

.index-product .slick-prev {
    left: 6px;
    opacity: 0;
    transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    background: url(./arr1.png) no-repeat center center rgba(0,0,0,0.2);
}

.index-product:hover .slick-prev,
.index-product:hover .slick-next {
    opacity: 1;
}

.index-product .slick-next {
    right: 5px;
    opacity: 0;
    background: url(./arr2.png) no-repeat center center rgba(0,0,0,0.2);
}

.index-product .slick-prev:hover {
    background: url(./arr1.png) no-repeat center center rgba(0,0,0,0.3);
}

.index-product .slick-next:hover {
    background: url(./arr2.png) no-repeat center center rgba(0,0,0,0.3);
}


/*
@media (max-width:600px) {
    .banner .slick-prev {
        background:url("./../index-prev.png") no-repeat scroll -10px -15px;
		background-color: rgba(0,0,0,0.5);
    }

    .banner .slick-next{
        background:url("./../index-next.png") no-repeat scroll -10px -15px;
		background-color: rgba(0,0,0,0.5);
    }
}*/

@media (max-width:1000px) {
    .index-product {
        padding: 30px 0;
    }
}

.index-case {
    position: relative;
    padding: 80px 0 80px 0;
}

@media (max-width:1000px) {
    .index-case {
        padding: 30px 0;
    }
}

.index-case .img01 {
    right: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width:1000px) {
    .index-case .img01 {
        display: none;
    }
}

.index-case dt {

}

@media (max-width:600px) {
    .index-case dt {
        width: 100%;
        float: none;
        padding-right: 0;
        display: none;
    }
}

.index-case dt .box {
    width: 50%;
    float: left;
    padding-right: 20px;
	padding-bottom:10px;
}

    .index-case dt .box .pic {
        overflow: hidden;
        position: relative;
    }

        .index-case dt .box .pic img {
            -webkit-transition: all 500ms ease-in;
            transition: all 500ms ease-in;
        }

        .index-case dt .box .pic:after {
            content: "";
            display: block;
            padding-bottom: 68%;
        }

    .index-case dt .box .tit {
        color: #222;
        height: 24px;
        overflow: hidden;
        font-size: 22px;
        margin: 25px 0 15px 0;
    }

    .index-case dt .box .txt {
        height: 40px;
        overflow: hidden;
        line-height: 20px;
        color: #7a7a7a;
    }

    .index-case dt .box .more {
        color: #555;
        margin-top: 30px;
        font-size: 13px;
        display: block;
        font-family: "寰粺姝ｉ粦楂�";
    }

.index-case .box:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index-case .box:hover .tit {
    color: #0072ce;
}

.index-case dd {
    width: 47.3%;
    float: right;
    position: relative;
}

@media (max-width:600px) {
    .index-case dd {
        width: 100%;
        float: none;
    }
}

.index-case dd .pic {
    overflow: hidden;
    display: block;
}

    .index-case dd .pic img {
        -webkit-transition: all 500ms ease-in;
        transition: all 500ms ease-in;
    }

.index-case dd .textbox {
    bottom: 0;
    right: -65px;
    width: 450px;
    color: #fff;
    padding: 40px 65px 0 0;
    position: absolute;
    background: #0072ce;
}

@media (max-width:1000px) {
    .index-case dd .textbox {
        width: 100%;
        padding: 20px 20px 0 0;
    }
}

@media (max-width:590px) {
    .index-case dd .textbox {
        position: relative;
        bottom: auto;
    }
}

.index-case dd .textbox .tit, .index-case dd .textbox .txt {
    padding-left: 50px;
}

@media (max-width:1000px) {
    .index-case dd .textbox .tit, .index-case dd .textbox .txt {
        padding-left: 20px;
    }
}

.index-case dd .textbox .tit {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

@media (max-width:1000px) {
    .index-case dd .textbox .tit {
        font-size: 20px;
        line-height: 24px;
        height: 24px;
    }
}

.index-case dd .textbox .txt {
    font-size: 15px;
    height: 48px;
    margin-top: 10px;
    overflow: hidden;
}

.index-case dd .textbox .more {
    margin-top: 35px;
    line-height: 48px;
    padding-left: 50px;
    background: #005ba5;
    font-size: 13px;
    font-family: "寰粺姝ｉ粦楂�";
}

    .index-case dd .textbox .more:hover {
        background: #0065b7;
    }

@media (max-width:1000px) {
    .index-case dd .textbox .more {
        padding-left: 20px;
        margin-top: 20px;
        line-height: 28px;
    }
}

@media (max-width:1259px) {
    .index-case dd .textbox {
        right: 0;
    }
}

.index-case dd:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index-case .menu {
    z-index: 2;
    position: relative;
    padding-top: 80px;
    text-align: center;
}

    .index-case .menu a {
        padding: 0 25px;
        line-height: 38px;
        font-size: 16px;
        margin: 0 2px;
        background: #fff;
        display: inline-block;
        border: solid 2px #c9c9c9;
    }

        .index-case .menu a:hover {
            color: #fff;
            background: #0072ce;
            border-color: #0072ce;
        }

@media (max-width:1000px) {
    .index-case .menu {
        display: none;
    }
}

.index-service {
    height: 730px;
    padding-top: 100px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(./bg.jpg);
}

@media (max-width:1000px) {
    .index-service {
        height: auto;
        background: none;
        padding-top: 0;
    }
}

.index-service .index-title:before {
    color: #fff;
    border-color: #4595ca;
}

.index-service .index-title .en, .index-service .index-title .cn, .index-service .index-title .cn span {
    color: #fff;
}

@media (max-width:1000px) {
    .index-service .index-title .en, .index-service .index-title .cn, .index-service .index-title .cn span {
        color: #666;
    }

        .index-service .index-title .cn span {
            color: #333;
        }
}

.index-service .textbox {
    z-index: 2;
    width: 30%;
    color: #fff;
    float: left;
    position: relative;
}

    .index-service .textbox .tit-02 {
        color: #fff;
        font-size: 28px;
        line-height: 30px;
        padding: 40px 0;
        padding-top: 10px;
        position: relative;
    }

        .index-service .textbox .tit-02:before {
            content: "";
            width: 60px;
            height: 2px;
            bottom: 0;
            left: 0;
            position: absolute;
            background: #fff;
        }

@media (max-width:1000px) {
    .index-service .textbox .tit-02 {
        display: none;
    }
}

.index-service .textbox .tit-03 {
    margin-top: 35px;
    font-size: 16px;
}

@media (max-width:1000px) {
    .index-service .textbox .tit-03 {
        display: none;
    }
}

.index-service .textbox .more {
    color: #fff;
    display: block;
    margin-top: 80px;
}

    .index-service .textbox .more img {
        margin: 8px 0 0 10px;
        -webkit-transition: all 334ms ease-in;
        transition: all 334ms ease-in;
    }

    .index-service .textbox .more:hover img {
        margin-left: 25px;
    }

@media (max-width:1000px) {
    .index-service .textbox .more {
        display: none;
    }
}

@media (max-width:1000px) {
    .index-service .textbox {
        width: 100%;
        float: none;
    }
}

.index-service .list-roll {
    width: 63%;
    float: right;
    background: #fff;
    height: 500px;
    padding-top: 40px;
    padding: 0 60px 0 40px;
}

@media (max-width:1000px) {
    .index-service .list-roll {
        width: 100%;
        float: none;
        padding: 0;
        height: auto;
    }
}

.index-service .list-roll dl {
    width: 50%;
    float: left;
    padding: 35px;
}

@media (max-width:640px) {
    .index-service .list-roll dl {
        padding: 15px 10px;
    }
}

.index-service .list-roll dl:hover dt img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.index-service .list-roll dt img {
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    max-width: 60px;
}


.index-service .list-roll dd {
    color: #666;
}

    .index-service .list-roll dd p:first-child {
        color: #333;
        font-size: 20px;
        margin: 10px 0 5px 0;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
    }

    .index-service .list-roll dd p {
        color: #333;
        margin: 10px 0 5px 0;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

@media (max-width:1000px) {
    .index-service .list-roll dd {
        font-size: 12px;
        line-height: 20px;
    }

        .index-service .list-roll dd p:first-child {
            font-size: 14px;
        }
}

.index-service .list-roll .slick-dots {
    top: 50%;
    width: 12px;
    right: 30px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    bottom: auto;
}

    .index-service .list-roll .slick-dots li {
        display: block;
    }

        .index-service .list-roll .slick-dots li button {
            margin-top: 5px;
            height: 6px;
            width: 6px;
            margin-left: 3px;
            background: #999;
        }

        .index-service .list-roll .slick-dots li.slick-active button {
            background: none;
            width: 12px;
            height: 12px;
            margin-left: 0;
            border: solid 3px #999;
        }

.index-news {
    position: relative;
    padding: 70px 0 130px 0;
}

@media (max-width:1000px) {
    .index-news {
        padding: 30px 0;
    }
}

.index-news .img01 {
    bottom: 0;
    right: 0;
    position: absolute;
}

@media (max-width:1000px) {
    .index-news .img01 {
        display: none;
    }
}

.index-news .list-roll {
    height: 405px;
}

@media (max-width:480px) {
    .index-news .list-roll {
        height: auto;
    }
}

.index-news .item {
    margin: 0 25px;
    position: relative;
}

@media (max-width:1000px) {
    .index-news .item {
        margin: 0 5px;
    }
}

@media (max-width:500px) {
    .index-news .item {
        margin: 0;
    }
}

.index-news .item a {
    display: block;
}

.index-news .pic {
    z-index: 1;
    position: relative;
}

    .index-news .pic:after {
        content: "";
        display: block;
        padding-bottom: 62%;
    }

.index-news .textbox {
    padding: 0 25px;
    background: #fff;
    border-top: 5px;
    box-shadow: 0 0 5px #e9e9e9;
    border: solid 1px #efefef;
}

@media (max-width:480px) {
    .index-news .textbox {
        box-shadow: none;
    }
}

.index-news .textbox .t1 {
    text-align: center;
    position: relative;
    margin-top: -14px;
    z-index: 1;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

    .index-news .textbox .t1 span {
        color: #fff;
        padding: 0 25px;
        border-radius: 3px;
        background: #0072ce;
        display: inline-block;
    }

.index-news .textbox .t2 {
    font-size: 18px;
    color: #1c1c1c;
    height: 24px;
    overflow: hidden;
    margin: 25px 0 5px 0;
}

.index-news .textbox .t3 {
    color: #777;
    margin: 20px 0;
    display: none;
    font-family: arial;
    text-align: center;
}

.index-news .textbox .t4 {
    color: #777;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    -webkit-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.index-news .textbox .t5 {
    color: #777;
    margin-top: 20px;
    font-family: arial;
}

.index-news .textbox .more {
    color: #666;
    padding: 0 15px;
    border-radius: 1px;
    font-size: 12px;
    font-family: arial;
    display: inline-block;
    visibility: hidden;
    border: solid 1px #bfbfbf;
}

.index-news .slick-prev, .index-news .slick-next {
    width: 24px;
    height: 24px;
    border-width: 2px;
    margin-top: -12px;
    border-color: #d4d4d4;
}

    .index-news .slick-prev:hover, .index-news .slick-next:hover {
        border-color: #0072ce;
    }

.index-news .slick-prev {
    left: -50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-news .slick-next {
    right: -50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index-news a:hover .pic:after {
    padding-bottom: 109.5%;
}

@media (max-width:480px) {
    .index-news a:hover .pic:after {
        padding-bottom: 62%;
    }
}

.index-news a:hover .textbox {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    padding: 40px 25px;
    padding-top: 50px;
    padding-bottom: 0;
    position: absolute;
}

    .index-news a:hover .textbox .t1 {
        margin-top: 0;
    }

    .index-news a:hover .textbox .t4 {
        height: 100px;
        line-height: 24px;
    }

    .index-news a:hover .textbox .t3 {
        display: block;
    }

    .index-news a:hover .textbox .t5 {
        display: none;
    }

    .index-news a:hover .textbox .more {
        margin-top: 40px;
        visibility: inherit;
    }

@media (max-width:480px) {
    .index-news a:hover .textbox .more {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .index-news a:hover .textbox {
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        padding: 0 25px;
        position: relative;
    }

        .index-news a:hover .textbox .t1 {
            text-align: center;
            position: relative;
            margin-top: -14px;
            z-index: 1;
            -webkit-transition: all 0ms ease-in;
            transition: all 0ms ease-in;
        }

            .index-news a:hover .textbox .t1 span {
                color: #fff;
                padding: 0 25px;
                border-radius: 3px;
                background: #0072ce;
                display: inline-block;
            }

        .index-news a:hover .textbox .t2 {
            font-size: 18px;
            color: #1c1c1c;
            height: 24px;
            text-align: left;
            overflow: hidden;
            margin: 25px 0 5px 0;
        }

        .index-news a:hover .textbox .t4 {
            color: #777;
            height: 40px;
            line-height: 20px;
            overflow: hidden;
            text-align: left;
            -webkit-transition: all 0ms ease-in;
            transition: all 0ms ease-in;
        }

        .index-news a:hover .textbox .t3 {
            display: none;
        }

        .index-news a:hover .textbox .t5 {
            display: block;
            text-align: left;
            padding-bottom: 25px;
        }

        .index-news a:hover .textbox .more {
            display: none;
        }
}

.inside-banner {
    text-align: center;
}

@media (max-width:1260px) {
    .inside-banner {
        margin-top: 50px;
    }
}

.inside-menu {
    background: #f4f4f4;
}

    .inside-menu li {
        height: 60px;
        float: left;
        font-size: 16px;
        text-align: center;
        line-height: 60px;
        overflow: hidden;
    }

        .inside-menu li a {
            color: #333;
            display: block;
            line-height: 60px;
            height: 60px;
            overflow: hidden;
        }

        .inside-menu li:hover a, .inside-menu .active a {
            color: #fff;
            background: #0072ce;
        }

@media (max-width:767px) {
    .inside-menu li {
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }

        .inside-menu li a {
            line-height: 40px;
            height: 40px;
        }
}

.inside-submenu {
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    background: #f7f7f7;
}

    .inside-submenu a {
        line-height: 45px;
        padding: 0 30px;
        margin: 0 50px;
        display: inline-block;
    }

        .inside-submenu a:hover, .inside-submenu .active {
            color: #fff;
            background: #0072ce;
        }

@media (max-width:640px) {
    .inside-submenu {
        margin-top: 10px;
    }

        .inside-submenu a {
            margin: 0 10px;
            line-height: 30px;
        }
}

.inside-submenu-two li {
    width: 50%;
}

.inside-submenu-three li {
    width: 33.3333%;
}

.inside-submenu-four li {
    width: 25%;
}

@media (max-width:480px) {
    .inside-submenu-four li {
        width: 50%;
    }
}

.inside-submenu-five li {
    width: 20%;
}

.inside-title {
    padding-top: 50px;
    text-align: center;
}

    .inside-title .cn {
        color: #333;
        font-size: 35px;
        line-height: 35px;
    }

    .inside-title .en {
        color: #b5b5b5;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        font-family: arial;
    }

    .inside-title .tit {
        margin-top: 5px;
        font-size: 15px;
    }

@media (max-width:767px) {
    .inside-title {
        padding-bottom: 15px;
    }

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

.inside-product li {
    float: left;
    width: 33.333%;
    padding: 0 7px;
    margin-top: 30px;
}

@media (max-width:500px) {
    .inside-product li {
        width: 50%;
        padding: 0 5px;
        margin-top: 15px;
    }
}

@media (max-width:380px) {
    .inside-product li {
        width: 100%;
        padding: 0;
    }
}

.inside-product li .box {
    display: block;
    padding: 20px;
    padding-top: 0;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    border: solid 1px #ebebeb;
}

    .inside-product li .box .pic {
        position: relative;
    }

        .inside-product li .box .pic:after {
            content: "";
            display: block;
            padding-bottom: 85%;
        }

    .inside-product li .box .tit {
        color: #333;
        font-size: 18px;
        height: 24px;
        overflow: hidden;
    }

    .inside-product li .box .txt {
        height: 24px;
        color: #666;
        overflow: hidden;
    }

    .inside-product li .box .more {
        color: #666;
        margin-top: 15px;
        padding-top: 10px;
        display: block;
        border-top: solid 1px #ebebeb;
    }

        .inside-product li .box .more img {
            margin: 10px 0 0 5px;
        }

.inside-product li:hover .box {
    outline: solid 1px #0072ce;
    border-color: #0072ce;
}

.inside-product-show {
    padding-bottom: 70px;
}

    .inside-product-show .box-1 .leftbox {
        width: 40%;
        float: left;
        padding-top: 30px;
    }

        .inside-product-show .box-1 .leftbox .pic {
            position: relative;
        }

            .inside-product-show .box-1 .leftbox .pic:after {
                content: "";
                display: block;
                padding-bottom: 75%;
            }

        .inside-product-show .box-1 .leftbox .slick-dots {
            bottom: -20px;
        }

            .inside-product-show .box-1 .leftbox .slick-dots li button {
                width: 19px;
                height: 19px;
                background: url(./proshow-./arrow.png) no-repeat top center;
            }

            .inside-product-show .box-1 .leftbox .slick-dots li.slick-active button {
                background: url(./proshow-arrow2.png) no-repeat top center;
            }

@media (max-width:1000px) {
    .inside-product-show .box-1 .leftbox {
        width: 55%;
    }
}

@media (max-width:700px) {
    .inside-product-show .box-1 .leftbox {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

.inside-product-show .box-1 .rightbox {
    width: 60%;
    float: left;
    padding-left: 40px;
    padding-top: 80px;
}

@media (max-width:1000px) {
    .inside-product-show .box-1 .rightbox {
        width: 45%;
        padding-left: 20px;
    }
}

@media (max-width:700px) {
    .inside-product-show .box-1 .rightbox {
        width: 100%;
        float: none;
        padding-top: 30px;
        padding-left: 0;
    }
}

.inside-product-show .box-1 .rightbox h1 {
    color: #333;
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    padding-bottom: 10px;
}

@media (max-width:700px) {
    .inside-product-show .box-1 .rightbox h1 {
        font-size: 18px;
        line-height: 24px;
    }
}

.inside-product-show .box-1 .rightbox .text {
    padding-bottom: 50px;
    border-bottom: solid 1px #d7d7d7;
}

.inside-product-show .box-1 .rightbox .button {
    color: #fff;
    font-size: 20px;
    padding: 0 35px;
    margin-top: 30px;
    line-height: 60px;
    border-radius: 5px;
    display: inline-block;
    background: #0072ce;
}

    .inside-product-show .box-1 .rightbox .button img {
        max-height: 25px;
        margin-top: 18px;
        margin-right: 10px;
    }

    .inside-product-show .box-1 .rightbox .button span {
        font-family: "avgr45w";
    }

    .inside-product-show .box-1 .rightbox .button:hover {
        background: #0068bb;
    }

@media (max-width:700px) {
    .inside-product-show .box-1 .rightbox .button {
        width: 100%;
        line-height: 46px;
        text-align: center;
        padding: 0 10px;
        font-size: 16px;
    }

        .inside-product-show .box-1 .rightbox .button img {
            margin-top: 10px;
        }
}

.inside-product-show .box-2 {
    margin-top: 120px;
    border-top: solid 2px #0072ce;
}

    .inside-product-show .box-2 li {
        width: 50%;
        float: left;
        font-size: 16px;
        line-height: 55px;
        text-align: center;
        background: #0072ce;
        border-left: solid 1px #569acd;
    }

        .inside-product-show .box-2 li a {
            color: #fff;
            display: block;
        }

        .inside-product-show .box-2 li:first-child {
            border-left: 0;
        }

    .inside-product-show .box-2 .active {
        background: none;
    }

        .inside-product-show .box-2 .active > a {
            color: #0072ce;
        }

@media (max-width:1000px) {
    .inside-product-show .box-2 {
        margin-top: 40px;
    }

        .inside-product-show .box-2 li {
            font-size: 14px;
            line-height: 40px;
        }
}

.inside-product-show .box-3 dl {
    width: 50%;
    float: left;
    margin: 40px 0;
}

@media (max-width:767px) {
    .inside-product-show .box-3 dl {
        width: 100%;
        float: none;
        margin: 0;
        padding: 20px 0;
        border-bottom: solid 1px #ddd;
    }

        .inside-product-show .box-3 dl:first-child {
            border-top: 0;
        }
}

.inside-product-show .box-3 dt {
    width: 20%;
    float: left;
}

    .inside-product-show .box-3 dt img {
        background: url(./proshow-bg2.jpg) no-repeat;
    }

@media (max-width:1100px) {
    .inside-product-show .box-3 dt img {
        width: auto;
        height: auto;
        background: none;
        background: #0072ce;
    }
}

@media (max-width:767px) {
    .inside-product-show .box-3 dt {
        display: none;
    }
}

.inside-product-show .box-3 dd {
    width: 80%;
    float: left;
    padding-right: 50px;
    padding-left: 15px;
}

    .inside-product-show .box-3 dd .t1 {
        color: #333;
        font-size: 20px;
    }

    .inside-product-show .box-3 dd .t2 {
        line-height: 20px;
        margin-top: 10px;
    }

@media (max-width:767px) {
    .inside-product-show .box-3 dd {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

        .inside-product-show .box-3 dd .t1 {
            font-size: 16px;
        }
}

.inside-product-show .box-4 {
    margin-top: 50px;
    padding-bottom: 70px;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
}

@media (max-width:767px) {
    .inside-product-show .box-4 {
        border-top: 0;
        margin-top: 0;
        padding-bottom: 30px;
    }
}

.inside-product-show .box-4 .tit2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .inside-product-show .box-4 .tit2 {
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 0;
    }
}

.inside-product-show .box-4 .tit3 {
    color: #333;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:767px) {
    .inside-product-show .box-4 .tit3 {
        font-size: 15px;
    }
}

.inside-product-show .box-4 .table {
    text-align: center;
    border: solid 1px #d2d2d2;
}

    .inside-product-show .box-4 .table tr, .inside-product-show .box-4 .table td, .inside-product-show .box-4 .table th {
        padding: 12px 5px;
        background: #f5f6f6;
        width: 10%;
        border: solid 1px #d2d2d2;
    }

    .inside-product-show .box-4 .table th {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        background: #0072ce;
    }

    .inside-product-show .box-4 .table .bg td {
        background: #fff;
    }

    .inside-product-show .box-4 .table .bg2, .inside-product-show .box-4 .table .bg2 td {
        color: #fff;
        background: #0072ce;
    }

@media (max-width:767px) {
    .inside-product-show .box-4 .table {
        font-size: 12px;
    }

        .inside-product-show .box-4 .table tr, .inside-product-show .box-4 .table td {
            padding: 5px;
        }
}

.inside-product-show .box-5 {
    margin-top: 50px;
}

@media (max-width:767px) {
    .inside-product-show .box-5 {
        margin-top: 20px;
    }
}

.inside-product-show .box-5 ul {
    width: 103%;
    margin-left: -20px;
}

@media (max-width:1260px) {
    .inside-product-show .box-5 ul {
        width: 100%;
        margin-left: 0;
    }
}

.inside-product-show .box-5 li {
    width: 50%;
    float: left;
    padding: 0 20px;
}

@media (max-width:767px) {
    .inside-product-show .box-5 li {
        width: 100%;
        padding: 0;
    }
}

.inside-product-show .box-5 table, .inside-product-show .box-5 tr, .inside-product-show .box-5 td, .inside-product-show .box-5 th {
    border: 0;
    padding: 12px 0;
    text-align: center;
}

.inside-product-show .box-5 th {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: #0072ce;
}

.inside-product-show .box-5 td {
    width: 20%;
}

.inside-product-show .box-5 .bg {
    background: #f5f6f6;
}

.inside-product-show .box-5 .table02 td {
    width: 12.5%;
}

.inside-product-show .box-6 li:nth-child(1) {
    width: 40%;
}

@media (max-width:767px) {
    .inside-product-show .box-6 li:nth-child(1) {
        width: 100%;
    }
}

.inside-product-show .box-6 li:nth-child(2) {
    width: 25%;
}

@media (max-width:767px) {
    .inside-product-show .box-6 li:nth-child(2) {
        width: 100%;
    }
}

.inside-product-show .box-6 li:nth-child(2) td {
    width: 25%;
}

.inside-product-show .box-6 li:nth-child(3) {
    width: 35%;
}

@media (max-width:767px) {
    .inside-product-show .box-6 li:nth-child(3) {
        width: 100%;
        padding: 0;
    }
}

.inside-product-show .box-6 .tt {
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
    background: #0072ce;
}

.inside-product-show .box-6 .tt2 {
    line-height: 20px;
    padding-left: 20px;
    margin-top: 3px;
}

.inside-product-show .box-6 .bg2 {
    padding: 4px 10px;
    background: #ddecf9;
}

    .inside-product-show .box-6 .bg2 span {
        color: #333;
        margin: 0 10px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }

    .inside-product-show .box-6 .bg2 em, .inside-product-show .box-6 .bg2 i {
        display: block;
        padding: 0 10px;
        font-style: normal;
    }

    .inside-product-show .box-6 .bg2 em {
        border-bottom: solid 1px #6d7176;
    }

.inside-product-show .tit2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 35px;
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .inside-product-show .tit2 {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.inside-product-show .box-3, .inside-product-show .box-4, .inside-product-show .box-5 {
    position: relative;
}

.inside-product-show .dw {
    top: -90px;
    z-index: -1;
    height: 1px;
    position: absolute;
}

.inside-service {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 15px;
}

@media (max-width:767px) {
    .inside-service {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.inside-case-top {
    padding: 80px 0;
}

@media (max-width:640px) {
    .inside-case-top {
        padding: 30px 0;
    }
}

.inside-case-top .leftbox {
    width: 41.5%;
    float: left;
    position: relative;
}

    .inside-case-top .leftbox .pic {
        position: relative;
    }

        .inside-case-top .leftbox .pic:after {
            content: "";
            display: block;
            padding-bottom: 94.5%;
        }

    .inside-case-top .leftbox .textbox {
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        position: absolute;
        background: #000;
        padding: 10px 30px;
        -webkit-transition: all 334ms ease-in;
        transition: all 334ms ease-in;
        background: rgba(0,0,0,0.5);
    }

        .inside-case-top .leftbox .textbox .t1 {
            font-size: 20px;
            height: 24px;
            overflow: hidden;
        }

        .inside-case-top .leftbox .textbox .t2 {
            height: 24px;
            overflow: hidden;
        }

@media (max-width:600px) {
    .inside-case-top .leftbox {
        width: 100%;
        float: none;
        display: none;
    }
}

.inside-case-top .leftbox:hover .textbox {
    background: rgba(0,0,0,0.7);
    padding: 15px 30px;
}

.inside-case-top .rightbox {
    width: 58.5%;
    float: left;
}

@media (max-width:600px) {
    .inside-case-top .rightbox {
        width: 100%;
    }
}

.inside-case-top .rightbox .title {
    padding: 49px 0 49px 40px;
    line-height: 20px;
}

@media (max-width:800px) {
    .inside-case-top .rightbox .title {
        padding: 0 15px;
    }
}

@media (max-width:600px) {
    .inside-case-top .rightbox .title {
        padding-bottom: 20px;
    }
}

.inside-case-top .rightbox .cn {
    font-size: 26px;
    line-height: 26px;
    color: #0072ce;
}

.inside-case-top .rightbox .en {
    color: #e5e5e5;
    font-size: 18px;
    font-family: arial;
    margin-bottom: 10px;
}

.inside-case-top .rightbox li {
    width: 50%;
    float: left;
    padding-left: 14px;
}

    .inside-case-top .rightbox li .pic {
        position: relative;
    }

        .inside-case-top .rightbox li .pic:after {
            content: "";
            display: block;
            padding-bottom: 67.5%;
        }

    .inside-case-top .rightbox li .tit {
        height: 60px;
        font-size: 16px;
        overflow: hidden;
        line-height: 60px;
        text-align: center;
        -webkit-transition: 334ms ease-in;
        transition: 334ms ease-in;
        box-shadow: 0 0 10px #eee;
    }

@media (max-width:600px) {
    .inside-case-top .rightbox li {
        padding: 0 10px;
    }
}

.inside-case-top .rightbox li:hover .tit {
    box-shadow: 0;
    color: #fff;
    background: #0072ce;
}

.inside-case-bg {
    min-height: 340px;
    background: url(./bg.jpg) no-repeat top center;
}

    .inside-case-bg .inside-title {
        color: #fff;
        padding-bottom: 20px;
    }

        .inside-case-bg .inside-title .cn, .inside-case-bg .inside-title .en {
            color: #fff;
        }

.inside-case ul {
    width: 101.5%;
    margin-left: -12px;
}

@media (max-width:1200px) {
    .inside-case ul {
        width: 100%;
        margin-left: 0;
    }
}

.inside-case li {
    width: 33.33333333%;
    float: left;
    margin-top: 35px;
    padding: 0 12px;
}

    .inside-case li .box {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        background: #fcfcfc;
        padding: 5px;
        padding-bottom: 0;
    }

    .inside-case li .pic {
        overflow: hidden;
        position: relative;
    }

        .inside-case li .pic img {
            -webkit-transition: all 600ms ease-in;
            transition: all 600ms ease-in;
        }

        .inside-case li .pic:after {
            content: "";
            display: block;
            padding-bottom: 67.5%;
        }

    .inside-case li .title3 {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        text-align: center;
        box-shadow: 0 0 10px #eee;
    }

@media (max-width:640px) {
    .inside-case li {
        width: 50%;
        padding: 5px;
        margin-top: 10px;
    }
}

@media (max-width:418px) {
    .inside-case li {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}

.inside-case li:hover .box {
    background: #0072ce;
}

    .inside-case li:hover .box .title3 {
        color: #fff;
        box-shadow: none;
    }

    .inside-case li:hover .box .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.inside-case-show {
    padding-bottom: 70px;
}

    .inside-case-show h1 {
        color: #333;
        font-size: 24px;
        text-align: center;
        font-weight: normal;
        padding: 30px 0;
        border-bottom: solid 1px #d2d2d2;
    }

    .inside-case-show .font22 {
        color: #333;
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

        .inside-case-show .font22 img {
            margin-top: 5px;
        }

    .inside-case-show .tit {
        color: #333;
        font-size: 24px;
        font-weight: bold;
        padding-top: 35px;
        text-align: center;
        margin-top: 50px;
        border-top: solid 1px #d2d2d2;
    }

@media (max-width:767px) {
    .inside-case-show .tit {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.inside-message {
    padding-bottom: 60px;
    margin-top: 40px;
}

@media (max-width:767px) {
    .inside-message {
        margin-top: 20px;
        padding-bottom: 30px;
    }
}

.inside-message .tit {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-top: solid 1px #d7d7d7;
}

@media (max-width:767px) {
    .inside-message .tit {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.inside-message ul {
    width: 102.5%;
    margin-left: -15px;
}

@media (max-width:1199px) {
    .inside-message ul {
        width: 100%;
        margin-left: 0;
    }
}

.inside-message li {
    margin-top: 25px;
}

    .inside-message li p {
        padding: 0 15px;
        width: 33.333%;
        float: left;
        position: relative;
    }

    .inside-message li .code font {
        right: 70%;
    }

    .inside-message li p font {
        right: 4%;
        top: -20px;
        color: #f00;
        font-size: 12px;
        display: none;
        position: absolute;
    }

    .inside-message li label {
        top: 13px;
        left: 24px;
        color: #f30;
        position: absolute;
    }

    .inside-message li input, .inside-message li textarea {
        padding: 10px;
        width: 100%;
        color: #000;
        font-size: 14px;
        padding-left: 20px;
        font-family: "寰蒋闆呴粦";
        color: #a9a9a9;
        border: solid 1px #c9c9c9;
    }

        .inside-message li input:focus, .inside-message li textarea:focus {
            border-color: #0072ce;
            border-right-width: 2px;
            border-bottom-width: 2px;
            padding-bottom: 9px;
        }

    .inside-message li .code {
        width: 100%;
    }

        .inside-message li .code input {
            width: 30%;
        }

        .inside-message li .code img {
            margin: 0 5px;
        }

    .inside-message li .textarea {
        width: 100%;
    }

        .inside-message li .textarea textarea {
            height: 250px;
        }

    .inside-message li .button-01 {
        width: 100%;
    }

        .inside-message li .button-01 input[type="button"] {
            border: 0;
            color: #fff;
            font-size: 16px;
            background: #0072ce;
        }

            .inside-message li .button-01 input[type="button"]:hover {
                background: #0068bb;
            }

@media (max-width:767px) {
    .inside-message li {
        margin-top: 0;
    }

        .inside-message li p {
            padding: 0;
            width: 100%;
            margin-top: 15px;
        }

        .inside-message li .textarea textarea {
            height: 80px;
        }

        .inside-message li label {
            left: 10px;
        }
}

.inside-page {
    text-align: center;
    padding: 50px 0 80px 0;
}

    .inside-page a {
        padding: 0 10px;
        line-height: 28px;
        display: inline-block;
        font-family: arial;
        border: solid 1px #ccc;
    }

        .inside-page a:hover, .inside-page .cur {
            color: #fff;
            background: #0072ce;
            border-color: #0072ce;
        }

@media (max-width:640px) {
    .inside-page {
        padding-bottom: 50px;
    }
}

.inside-about {
    padding-top: 90px;
    padding-bottom: 90px;
}

    .inside-about .en {
        color: #d8eeff;
        font-size: 160px;
        line-height: 160px;
        font-family: "DINCond-Regular";
    }

@media (max-width:1199px) {
    .inside-about .en {
        font-size: 60px;
        line-height: 60px;
    }
}

.inside-about .en span:nth-child(2) {
    font-size: 114px;
}

@media (max-width:1000px) {
    .inside-about .en span:nth-child(2) {
        font-size: 60px;
    }
}

.inside-about .title {
    font-size: 27px;
    color: #0072ce;
    margin-left: 3px;
    margin-top: -65px;
    position: relative;
    margin-bottom: 40px;
}

    .inside-about .title span {
        background: #fafbfd;
        display: inline-block;
    }

@media (max-width:1199px) {
    .inside-about .title {
        margin-top: 0;
    }
}

@media (max-width:1000px) {
    .inside-about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.inside-news ul {
    width: 102%;
    margin-left: -15px;
}

@media (max-width:1199px) {
    .inside-news ul {
        width: 100%;
        margin-left: 0;
    }
}

.inside-news li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-top: 40px;
}

    .inside-news li .pic {
        overflow: hidden;
        position: relative;
    }

        .inside-news li .pic:after {
            content: "";
            display: block;
            padding-bottom: 68.5%;
        }

        .inside-news li .pic img {
            -webkit-transition: all 600ms ease-in;
            transition: all 600ms ease-in;
        }

    .inside-news li .box {
        display: block;
        width: 100%;
        height: 100%;
        background: #fafafa;
        position: relative;
    }

    .inside-news li .txtbox {
        padding: 20px;
        padding-top: 10px;
    }

    .inside-news li .tit {
        margin-top: 10px;
        color: #1c1c1c;
        font-size: 18px;
        height: 24px;
        overflow: hidden;
        font-weight: normal;
    }

    .inside-news li .txt {
        color: #777;
        height: 40px;
        margin-top: 10px;
        overflow: hidden;
        line-height: 20px;
    }

    .inside-news li .more {
        opacity: 0;
        color: #fff;
        padding: 0 14px;
        line-height: 30px;
        margin: 15px 0 20px 0;
        background: #0072ce;
        display: inline-block;
        -webkit-transition: all 600ms ease-in;
        transition: all 600ms ease-in;
    }

        .inside-news li .more img {
            margin-top: 3px;
        }

    .inside-news li .date {
        color: #777;
        padding-top: 20px;
        border-top: solid 1px #ececec;
    }

        .inside-news li .date img {
            float: right;
            margin-top: 5px;
        }

@media (max-width:640px) {
    .inside-news li {
        width: 50%;
        padding: 0 5px;
        margin-top: 15px;
    }

        .inside-news li .more {
            opacity: 1;
            display: none;
        }

        .inside-news li .txtbox {
            padding: 10px 15px;
        }

        .inside-news li .tit {
            margin-top: 0;
            font-size: 16px;
        }

        .inside-news li .date {
            padding-top: 5px;
            margin-top: 15px;
        }
}

@media (max-width:380px) {
    .inside-news li {
        width: 100%;
        padding: 0;
    }
}

.inside-news li:hover .more {
    opacity: 1;
}

.inside-news li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-news-top {
    margin-top: 60px;
    padding-bottom: 70px;
    overflow: hidden;
}

@media (max-width:767px) {
    .inside-news-top {
        padding-bottom: 0;
        margin-top: 20px;
    }
}

.inside-news-top dt {
    width: 46.5%;
    float: left;
    overflow: hidden;
    position: relative;
}

    .inside-news-top dt:after {
        content: "";
        display: block;
        padding-bottom: 69%;
    }

    .inside-news-top dt img {
        -webkit-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }

@media (max-width:510px) {
    .inside-news-top dt {
        width: 100%;
        float: none;
    }
}

.inside-news-top dd {
    width: 53.5%;
    float: left;
    padding-top: 50px;
    padding-left: 50px;
}

    .inside-news-top dd .time {
        font-size: 48px;
        line-height: 48px;
        color: #0072ce;
    }

        .inside-news-top dd .time span {
            font-size: 14px;
        }

    .inside-news-top dd .tit {
        font-size: 18px;
        height: 24px;
        overflow: hidden;
    }

        .inside-news-top dd .tit a {
            color: #333;
        }

    .inside-news-top dd .txt {
        height: 72px;
        line-height: 24px;
        overflow: hidden;
        margin-top: 10px;
    }

    .inside-news-top dd .more {
        color: #fff;
        padding: 0 35px;
        line-height: 44px;
        margin-top: 40px;
        background: #0072ce;
        display: inline-block;
    }

@media (max-width:767px) {
    .inside-news-top dd .more {
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (max-width:1100px) {
    .inside-news-top dd {
        padding-top: 0;
    }
}

@media (max-width:900px) {
    .inside-news-top dd .time {
        display: none;
    }
}

@media (max-width:767px) {
    .inside-news-top dd {
        padding-left: 20px;
    }
}

@media (max-width:510px) {
    .inside-news-top dd {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-left: 0;
    }
}

.inside-news-top dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-news-top dl:hover dd .tit a {
    color: #0072ce;
}

.inside-news-top dl:hover dd .more {
    background: #005fac;
}

@media (max-width:767px) {
    .inside-news-top .slick-dots {
        opacity: 0;
    }
}

.inside-news-top .slick-prev, .inside-news-top .slick-next {
    width: 29px;
    height: 29px;
    border: 0;
    top: auto;
    z-index: 9;
    margin-top: auto;
    bottom: 6px;
}

@media (max-width:767px) {
    .inside-news-top .slick-prev, .inside-news-top .slick-next {
        opacity: 0;
    }
}

.inside-news-top .slick-prev {
    left: 140px;
    background: url(./news-./arrow.png) no-repeat #fff;
}

@media (max-width:1199px) {
    .inside-news-top .slick-prev {
        left: 10px;
    }
}

.inside-news-top .slick-next {
    right: 140px;
    background: url(./news-arrow-2.png) no-repeat #fff;
}

@media (max-width:1199px) {
    .inside-news-top .slick-next {
        right: 10px;
    }
}

.inside-news-top .slick-dots li button {
    width: 400px;
    height: 2px;
    margin: 0;
    margin-left: -6px;
    background: #dbdbdb;
}

.inside-news-top .slick-dots li.slick-active button {
    background: #0072ce;
}

.inside-news-show {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .inside-news-show h1 {
        color: #333;
        font-size: 22px;
        text-align: center;
        font-weight: normal;
    }

    .inside-news-show .info {
        text-align: center;
        padding: 20px 10px;
        border-bottom: solid 1px #dcdcdc;
    }

    .inside-news-show .boxcot {
        font-size: 15px;
        margin-top: 30px;
    }

    .inside-news-show .tit3 {
        color: #333;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding-top: 60px;
    }

@media (max-width:1000px) {
    .inside-news-show {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .inside-news-show h1 {
            font-size: 16px;
        }

        .inside-news-show .info {
            font-size: 12px;
            line-height: 20px;
        }

        .inside-news-show .tit3 {
            font-size: 16px;
            padding-top: 30px;
        }
}

.inside-current {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    border-bottom: solid 1px #d7d7d7;
}

    .inside-current span {
        color: #0072ce;
    }

.inside-page-2 {
    margin-top: 50px;
    background: #bdbdbd;
}

@media (max-width:1000px) {
    .inside-page-2 {
        margin-top: 0;
    }
}

.inside-page-2 li {
    color: #fff;
    width: 33.333%;
    float: left;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border-left: solid 1px #fff;
    text-align: center;
}

    .inside-page-2 li a {
        color: #fff;
    }

    .inside-page-2 li img {
        margin-top: 5px;
        margin-top: 12px;
    }

@media (max-width:767px) {
    .inside-page-2 li {
        width: 100%;
        border: 0;
        border-bottom: solid 1px #fff;
    }
}

.inside-page-2 li:hover {
    background: #0072ce;
}

.inside-page-2 li:first-child {
    border-left: 0;
}

.inside-contact {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width:1000px) {
    .inside-contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.inside-contact .box-1 .list-roll {
    width: 46%;
    float: left;
}

@media (max-width:640px) {
    .inside-contact .box-1 .list-roll {
        width: 100%;
        float: none;
    }
}

.inside-contact .box-1 .slick-dots li button {
    width: 8px;
    height: 8px;
}

.inside-contact .box-1 .slick-dots li.slick-active button {
    width: 11px;
    height: 11px;
    background: #0072ce;
}

.inside-contact .box-1 .pic {
    position: relative;
}

    .inside-contact .box-1 .pic:after {
        content: "";
        display: block;
        padding-bottom: 75%;
    }

.inside-contact .textadd {
    width: 47%;
    float: right;
}

@media (max-width:640px) {
    .inside-contact .textadd {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

.inside-contact .titbox {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d7d7d7;
}

    .inside-contact .titbox .cn {
        font-size: 24px;
        margin-bottom: 10px;
        color: #0072ce;
        font-weight: bold;
    }

    .inside-contact .titbox .en {
        font-size: 16px;
        font-family: arial;
    }

@media (max-width:640px) {
    .inside-contact .titbox .cn {
        font-size: 16px;
        margin-bottom: 0;
    }

    .inside-contact .titbox .en {
        font-size: 12px;
    }
}

.inside-contact .box-2 .tabnav {
    margin: 60px auto 30px auto;
    text-align: center;
}

    .inside-contact .box-2 .tabnav li {
        font-size: 16px;
        margin-left: -1px;
        min-width: 200px;
        line-height: 48px;
        cursor: pointer;
        display: inline-block;
        border: solid 1px #dcdcdc;
    }

@media (max-width:640px) {
    .inside-contact .box-2 .tabnav li {
        min-width: auto;
        padding: 0 20px;
        line-height: 38px;
    }
}

.inside-contact .box-2 .tabnav .active {
    color: #fff;
    border-color: #0072ce;
    background: #0072ce;
}

.inside-contact .box-2 .tabcontent {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    position: absolute;
}

.inside-contact .box-2 .tabcontent-map {
    height: 400px;
    position: relative;
}

@media (max-width:767px) {
    .inside-contact .box-2 .tabcontent-map {
        height: 240px;
    }
}

.inside-contact .box-2 .active1 {
    z-index: 99;
    background: #fff;
    position: relative;
}

.inside-contact .box-2 .mapbox {
    width: 100%;
    height: 400px;
    background: #fff;
    overflow: hidden;
}

@media (max-width:767px) {
    .inside-contact .box-2 .mapbox {
        height: 240px;
        padding: 0 15px;
    }
}

.inside-contact .box-2 .mapbox .ditubox {
    width: 100%;
    height: 100%;
}

.inside-contact .box-2 .mapbox .ditu {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    height: 100%;
}

    .inside-contact .box-2 .mapbox .ditu #l-map {
        width: 100%;
        height: 100%;
    }

    .inside-contact .box-2 .mapbox .ditu #l-map2 {
        width: 100%;
        height: 100%;
    }

.inside-contact .box-3 {
    margin-top: 60px;
}

    .inside-contact .box-3 .font16 {
        color: #333;
        font-size: 16px;
    }

.inside-contact .box-4 {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 1px #e6e6e6;
}

    .inside-contact .box-4 .leftbox {
        width: 50%;
        float: left;
        padding: 0 40px;
    }

@media (max-width:670px) {
    .inside-contact .box-4 .leftbox {
        width: 100%;
        padding: 0 15px;
    }
}

.inside-contact .box-4 .leftbox li {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

    .inside-contact .box-4 .leftbox li font {
        position: absolute;
        right: 35px;
        top: 0;
        font-size: 12px;
        display: none;
        color: #f00;
    }

.inside-contact .box-4 .leftbox label {
    width: 15%;
    float: left;
    line-height: 30px;
}

@media (max-width:1170px) {
    .inside-contact .box-4 .leftbox label {
        width: 20%;
    }
}

@media (max-width:900px) {
    .inside-contact .box-4 .leftbox label {
        width: 30%;
    }
}

.inside-contact .box-4 .leftbox select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 50px;
    padding: 5px 10px 4px 10px;
    width: 85%;
    float: left;
    color: #666;
    font-family: "寰蒋闆呴粦";
    font-size: 14px;
    border: solid 1px #e6e6e6;
    background: url("./arrow.png") no-repeat scroll right center #fff;
    background: white\9;
}

@media (max-width:1170px) {
    .inside-contact .box-4 .leftbox select {
        width: 80%;
    }
}

@media (max-width:900px) {
    .inside-contact .box-4 .leftbox select {
        width: 70%;
    }
}

.inside-contact .box-4 .leftbox input[type="button"] {
    color: #fff;
    border: 0;
    width: 120px;
    padding: 5px 0;
    background: #0072ce;
}

.inside-contact .box-4 .rightbox {
    width: 50%;
    float: left;
    line-height: 26px;
    border-left: solid 1px #e6e6e6;
    padding-left: 40px;
}

    .inside-contact .box-4 .rightbox p:first-child {
        color: #333;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .inside-contact .box-4 .rightbox img {
        margin-top: 6px;
        margin-right: 10px;
        vertical-align: top;
    }

@media (max-width:670px) {
    .inside-contact .box-4 .rightbox {
        border-left: 0;
        padding-top: 30px;
        margin-top: 30px;
        width: 100%;
        padding-left: 15px;
        border-top: solid 1px #e6e6e6;
    }
}

.inside-contact .box-5 {
    margin-top: 30px;
}

    .inside-contact .box-5 .leftbox, .inside-contact .box-5 .rightbox {
        height: 160px;
    }

    .inside-contact .box-5 .leftbox {
        width: 50%;
        float: left;
        color: #fff;
        padding: 40px;
        font-size: 18px;
        position: relative;
        background: #0072ce;
    }

@media (max-width:480px) {
    .inside-contact .box-5 .leftbox {
        font-size: 15px;
        padding: 40px 10px;
    }
}

.inside-contact .box-5 .leftbox img {
    float: left;
    margin-right: 25px;
}

.inside-contact .box-5 .leftbox .img {
    right: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width:1200px) {
    .inside-contact .box-5 .leftbox .img {
        display: none;
    }
}

.inside-contact .box-5 .leftbox .t1 {
    padding-top: 10px;
    z-index: 2;
    position: relative;
    font-size: 24px;
}

.inside-contact .box-5 .leftbox .t2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    z-index: 2;
    position: relative;
    font-family: "DINPro-Light_0";
    font-size: 34px;
}

    .inside-contact .box-5 .leftbox .t2 a {
        color: #fff;
    }

@media (max-width:480px) {
    .inside-contact .box-5 .leftbox .t2 {
        font-size: 15px;
    }
}

@media (max-width:780px) {
    .inside-contact .box-5 .leftbox {
        width: 100%;
        float: none;
    }
}

.inside-contact .box-5 .rightbox {
    width: 50%;
    float: left;
    font-size: 18px;
    background: #eee;
    padding: 25px 40px 0 60px;
}

@media (max-width:480px) {
    .inside-contact .box-5 .rightbox {
        font-size: 12px;
        padding: 15px 10px;
    }
}

.inside-contact .box-5 .rightbox img {
    float: left;
    margin-right: 40px;
}

@media (max-width:480px) {
    .inside-contact .box-5 .rightbox img {
        margin-right: 20px;
    }
}

.inside-contact .box-5 .rightbox .t1 {
    color: #333;
    font-size: 22px;
    padding: 25px 0 10px 0;
}

@media (max-width:480px) {
    .inside-contact .box-5 .rightbox .t1 {
        font-size: 16px;
    }
}

@media (max-width:780px) {
    .inside-contact .box-5 .rightbox {
        width: 100%;
        float: none;
    }
}

.inside-history {
    padding: 40px 0 0 0;
    background: url(./bg.jpg) no-repeat center center;
}

    .inside-history .list-roll {
        text-align: center;
        position: relative;
    }

        .inside-history .list-roll:before {
            content: "";
            width: 100%;
            height: 2px;
            top: 33%;
            left: 0;
            margin-top: -1px;
            position: absolute;
            background: #adadad;
        }

        .inside-history .list-roll:after {
            content: "";
            right: -1px;
            top: 33%;
            margin-top: -13px;
            position: absolute;
            border-left: solid 13px #adadad;
            border-top: solid 13px transparent;
            border-bottom: solid 13px transparent;
        }

        .inside-history .list-roll dl {
            padding: 0 20px;
            height: 640px;
            position: relative;
        }

            .inside-history .list-roll dl:before {
                left: 50%;
                width: 30px;
                height: 30px;
                top: 33%;
                content: "";
                margin-top: -15px;
                margin-left: -15px;
                position: absolute;
                background: url(./tu-5.png) no-repeat top center;
            }

        .inside-history .list-roll .slick-current dl:before {
            background: url(./tu4.png) no-repeat top center;
        }

        .inside-history .list-roll .slick-current dd {
            color: #0072ce;
        }

        .inside-history .list-roll .slick-prev, .inside-history .list-roll .slick-next {
            width: 230px;
            height: 35px;
            border: 0;
            bottom: 60px;
            top: auto;
            margin-top: auto;
        }

@media (max-width:480px) {
    .inside-history .list-roll .slick-prev, .inside-history .list-roll .slick-next {
        width: 150px;
    }
}

.inside-history .list-roll .slick-prev:hover, .inside-history .list-roll .slick-next:hover {
    background-color: #0072ce;
}

.inside-history .list-roll .slick-prev {
    left: 31.7%;
    background: url(./tu-6.png) no-repeat top center #c5c5c5;
}

@media (max-width:640px) {
    .inside-history .list-roll .slick-prev {
        left: 10px;
    }
}

.inside-history .list-roll .slick-next {
    right: 31.7%;
    background: url(./tu-7.png) no-repeat top center #c5c5c5;
}

@media (max-width:640px) {
    .inside-history .list-roll .slick-next {
        right: 10px;
    }
}

.inside-history .list-roll dt {
    line-height: 20px;
}

    .inside-history .list-roll dt .t1 {
        margin-top: 10px;
    }

.inside-history .list-roll dd {
    font-size: 65px;
    line-height: 70px;
    font-family: "DIN-BOLD";
}

.inside-history .list-roll .pic img {
    padding: 3px;
    border: solid 1px #ddd;
    max-height: 121px;
}

.inside-history .list-roll img {
    display: inline-block;
}

.inside-history .list-roll .dl01 dd {
    margin-top: 100px;
}

.inside-history .list-roll .dl02 dd {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 100px;
}

.inside-history .list-roll .dl02 .t1 {
    margin-bottom: 15px;
}

.inside-history .list-roll .dl02 dt {
    padding-top: 40px;
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong;
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.map {
    margin-top: -20px;
    padding-bottom: 60px;
}

    .map li {
        padding: 20px 0;
        border-top: solid 1px #ddd;
    }

        .map li h3 {
            margin-bottom: 10px;
        }

        .map li a {
            padding-right: 15px;
            display: inline-block;
        }

        .map li:first-child {
            border-top: 0;
        }


/*鎼滅储寮瑰嚭灞�*/
.search_mask {
    background: url(./search_mask.png);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

    .search_mask .s_box {
        width: 350px;
        height: 136px;
        padding: 25px;
        top: 50%;
        left: 50%;
        margin-left: -175px;
        position: absolute;
        margin-top: -68px;
        background: #fff;
    }

        .search_mask .s_box .text1 {
            text-align: center;
            line-height: 24px;
            color: #666;
            font-size: 16px;
        }

        .search_mask .s_box .sure {
            width: 140px;
            height: 36px;
            display: block;
            margin: 20px auto 0;
            background: #00a0e9;
            border-radius: 2px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 36px;
            letter-spacing: 5px;
        }

/**********IE8***********/

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(./ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}

    .prompt span {
        position: absolute;
        font-size: 14px;
        font-family: 'Microsoft YaHei';
        top: 55%;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        display: block;
        line-height: 24px;
        color: #666;
    }

        .prompt span a {
            text-decoration: underline;
        }

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(./closed.png) no-repeat center center;
    cursor: pointer;
}


@media (max-width:1280px) {
    .index-case dd .textbox {
        right: 0;
    }

    .index-news .list-roll {
        padding: 0 30px;
    }

    .index-news .slick-prev {
        left: 10px;
    }

    .index-news .slick-next {
        right: 10px;
    }

    .inside-news ul,
    .inside-case ul {
        width: 100%;
        margin-left: 0;
    }

    .inside-message ul {
        width: 100%;
        margin-left: 0;
    }
}


.contmap {
    position: relative;
    z-index: 5;
    padding: 80px 0 0 0;
}

    .contmap .amap {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .contmap .ditu {
        overflow: hidden;
        position: relative;
        width: 100%;
        background: #fff;
        height: 450px;
    }

        .contmap .ditu #l-map {
            width: 100%;
            height: 100%;
        }

        .contmap .ditu #l-map2 {
            width: 100%;
            height: 100%;
        }

.mapt {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .mapt span {
        font-size: 16px;
        width: 200px;
        line-height: 48px;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border: solid 1px #dcdcdc;
    }

    .mapt .slick-current span {
        background: #0072ce;
        color: #fff;
        border: solid 1px #0072ce;
    }

.contmap .slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
}

@media(max-width:480px ) {
    .contmap

{
    padding-top: 40px;
}

.contmap .amap {
    height: 300px;
}

.contmap .ditu {
    height: 300px;
}

.mapt {
    width: 280px;
}

    .mapt span {
        width: 140px;
    }

.inside-contact .box-3 {
    margin-top: 30px;
}



/****************新增********************/

.cookie {
	background: #0072ce;
	color: #fff;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.cookie .left {
	width: 67%;
	float: left;
	height: 150px;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 45px;
}

.cookie .left img {
	float: left;
	margin-right: 20px;
}

.cookie .left h4 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	font-family: "Source Sans Pro", helvetica, arial, sans-serif;
}

.cookie .left p {
	font-size: 16px;
}

.cookie .right {
	height: 150px;
	width: 33%;
	float: right;
	background: #d3d3d4;
	border-left: 2px #fff solid;
	text-align: center;
	padding-top: 55px;
}

.cookie .a-01 {
	line-height: 38px;
	display: inline-block;
	padding-left: .7rem;
	padding-right: .8rem;
	color: #fff;
	border: 1px #FFF solid;
	border-radius: 3px;
	background: transparent;
	transition: all .5s;
}

.cookie .a-01:hover {
	background: #fff;
	color: #0078a1;
}

.cookie .a-02 {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}}


@media(max-width: 1279px) {
	.cookie .left {
		padding-left: 2%;
		padding-right: 2%;
	}
	.cookie .left h4 {
		font-size: 20px;
	}
	.cookie .left p {
		font-size: 14px;
	}
}

@media(max-width: 1199px) {
	.cookie {
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 999999;
	    width: 100%;
	}
}

@media(max-width: 991px) {
	.cookie .left {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.5;
	}
	.cookie .left h4 {
		margin-bottom: 0;
		font-size: 14px;
	}
	.cookie .left p {
		font-size: 12px;
	}
	.cookie .left img {
		display: none;
	}
	.cookie .right {
		width: 100%;
		height: auto;
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.cookie .a-01 {
		line-height: 30px;
	}
}

.hidden {
	display: none;
}

.u-pr-gamma {
	padding-right: 1rem;
}

.c-button {
	-moz-appearance: none;
	background-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	outline: 0 none;
	padding: 0.6rem 1rem 0.8rem;
	text-align: center;
	transition-duration: 0.2s;
	transition-property: background, color, border;
	transition-timing-function: ease-in-out;
	vertical-align: middle;
}

.c-button:hover,
.c-button:focus {
	text-decoration: none;
}

.c-button:active {
	background-image: none;
	outline: 0 none;
}

.c-button:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.c-button--sm {
	font-size: 0.88889rem;
	padding: 0.45rem 0.8rem 0.5rem 0.7rem;
}

.c-button--block {
	display: block;
	width: 100%;
}

.c-button--alpha {
	background-color: #0078a1;
	border-color: #0078a1;
}

.c-button--alpha,
.c-button--alpha:visited {
	color: #fff;
}

.c-button--alpha:hover,
.c-button--alpha:focus {
	background-color: #008bbb;
	color: #fff;
}

.c-button--alpha:active {
	background-color: #0078a1;
}

.c-button--alpha:disabled:hover {
	background-color: #0078a1;
	border-color: #0078a1;
}

.c-button--beta {
	background-color: #5a646a;
	border-color: #5a646a;
	color: #fff;
}

.c-button--beta,
.c-button--beta:visited {
	color: #fff;
}

.c-button--beta:hover,
.c-button--beta:focus {
	background-color: #717e86;
	border-color: #717e86;
	color: #fff;
}

.c-button--beta:active {
	background-color: #5a5d60;
}

.c-button--beta:disabled:hover {
	background-color: #5a646a;
	border-color: #5a646a;
	color: #fff;
}

.c-alert--cookie {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	align-items: center;
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	justify-content: center;
}

.cookie-action-buttons .hidden {
	display: none;
}
