@charset "utf-8"; /* CSS Document */

html {
    font-size: 62.5%;
    height: 100%
}

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    max-width: 1920px;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}

img {
    display: inline-block
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


* {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */

    color: #333;
    opacity: 1
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #333;
    opacity: 1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #333;
    opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #333;
    opacity: 1
}


.sousuo input::-webkit-input-placeholder { /* WebKit browsers */

    color: #999999;
    opacity: 1
}

.sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #999999;
    opacity: 1
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #999999;
    opacity: 1
}

.sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #999999;
    opacity: 1
}


.foot input::-webkit-input-placeholder { /* WebKit browsers */

    color: #a6a6a6;
    opacity: 1
}

.foot input:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #a6a6a6;
    opacity: 1
}

.foot input::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #a6a6a6;
    opacity: 1
}

.foot input:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #a6a6a6;
    opacity: 1
}


.foot textarea::-webkit-input-placeholder { /* WebKit browsers */

    color: #a6a6a6;
    opacity: 1
}

.foot textarea:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #a6a6a6;
    opacity: 1
}

.foot textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #a6a6a6;
    opacity: 1
}

.foot textarea:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #a6a6a6;
    opacity: 1
}


@media screen and (min-width: 1220px) {
    .zong {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .zong {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .zong {
        width: 95%;
        margin: auto;
    }
}


.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .sb-cube-grid {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.preloader .sb-cube-grid .sb-cube {
    width: 33%;
    height: 33%;
    background-color: #ef8200;
    float: left;
    -webkit-animation: sb-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sb-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .sb-cube-grid .sb-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .sb-cube-grid .sb-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sb-cube-grid .sb-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .sb-cube-grid .sb-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .sb-cube-grid .sb-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .sb-cube-grid .sb-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sb-cube-grid .sb-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader .sb-cube-grid .sb-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .sb-cube-grid .sb-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sb-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }

}

@keyframes sb-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }

}

.site-welcome {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.site-welcome.active {
    display: flex;
}


/*  head  */

.head {
}

.head .zong {
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
}

.logo {
    display: block;
    float: left; /* width:225px; */
    line-height: 100px;
    text-align: center;
}

.logo img { /* display:block; *//* margin:auto; *//* width:100%; *//* max-width:225px; */
    max-height: 100px;
    vertical-align: middle;
    display: inline;
}


.her {
    float: right;
    padding-top: 7px;
}

.yvn {
    float: right;
    position: relative;
    z-index: 9999
}

.yvzhonga {
    display: block;
    background: url(../images/yvzhong.png) no-repeat right center;
    padding-right: 38px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
    border-radius: 15px;
    padding-left: 24px;
    cursor: pointer;
    z-index: 99999
}

.yvul {
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 14px;
    display: none;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #a0a0a0;
    border-radius: 14px;
}


.htag {
    float: right;
    margin-right: 54px;
    color: #999999;
    line-height: 18px;
    padding: 6px 0;
    max-width: 770px;
}

.htag p {
    float: left;
    color: #999999;
}

.htag a {
    display: block;
    float: left;
    margin-left: 3px;
    color: #999999;
}

.htag span {
    color: #999999;
    margin-left: 3px;
    float: left;
}

.htag i {
    float: left;
}


.sousuo {
    float: right;
    margin-top: 9px;
}

.sousuo form {
    width: 201px;
    height: 28px;
    border: 1px solid #a0a0a0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sou {
    width: 160px;
    height: 26px;
    float: left;
    line-height: 26px;
    float: left;
    padding-left: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    border-radius: 15px;
}

.suo {
    width: 25px;
    height: 28px;
    float: right;
    cursor: pointer;
    background: none;
    position: relative;
    z-index: 3;
}

.sousuo form i {
    display: block;
    width: 25px;
    line-height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ef8200;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 2;
}


.shejiao {
    float: right;
    margin-right: 17px;
    margin-top: 9px;
}

.shejiao a {
    display: block;
    color: #c7c7c7;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    float: left;
    margin-right: 6px;
}

.shejiao a:hover {
    background: #ef8200;
    color: #fff;
    font-size: 14px;
}


.hlianxi {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 30px;
    margin-top: 9px;
    margin-right: 8px;
}

.hlianxi li {
    float: left;
    padding-left: 28px;
    position: relative;
    min-width: 190px;
    color: #666;
    margin-left: 47px;
}

.hlianxi li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ef8200;
    font-size: 20px;
}

.hlianxi li a {
    color: #666;
}

.yvul a:hover, .htag a:hover, .hlianxi li a:hover {
    color: #ef8200;
}


.daoz {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 97px;
}

.daohang {
    background: #ef8200;
    text-align: center;
    display: -webkit-flex;
    ã€€display: -moz-flex;
    ã€€display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 999;
    padding: 6px 0;
    ã€€-ms-flex: 1;
    ã€€-webkit-flex: 1;
    flex: 1;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    width: 14.28% \9 \0;
}

.daohang > li > a {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.daohang > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: -100%;
    bottom: 0px;
    transition: 0.5s;
}

.daohang > li:hover > a:before {
    left: 0px;
}

.dangqiandao > a:before {
    left: 0px !important;
}


.yijiw {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 220px;
    top: -9999px;
    left: 0px;
    text-align: left
}

.yiji {
}

.yiji li {
    position: relative;
    transition: 0.5s;
}

.yiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 0px;
    padding: 5px 25px;
}

.yiji li:hover {
    background: #ef8200;
}

.yiji li:hover > a {
    color: #fff;
}

.erji {
    position: absolute;
    width: 220px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    top: -9999px;
    left: 220px;
}

.sanji {
    position: absolute;
    width: 220px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    top: -9999px;
    left: 220px;
}

.daohang > li:hover .yijiw {
    top: 52px;
}

.daohang > li:hover .yiji > li > a {
    line-height: 29px;
}

.yiji > li:hover .erji {
    top: 0px;
}

.yiji > li:hover .erji > li > a {
    line-height: 29px;
}

.erji > li:hover .sanji {
    top: 0px;
}

.erji > li:hover .sanji > li > a {
    line-height: 29px;
}

.matn {
    margin-top: auto !important;
}


.container {
    display: none
}


/*  banner  */

.slideshow {
    position: relative;
    z-index: 1
}

.slideshow .wp {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.slick-dots {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 23px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    background: #ffffff;
    font-size: 0px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 50%;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    border: 2px solid #0093dd;
}

.slick-dots li.slick-active button {
    background: #ef8200;
}


.slick-prev, .slick-next {
    width: 64px;
    height: 64px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    display: none !important
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 79px;
    z-index: 999;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 79px;
    z-index: 999;
}

.slick-prev:hover {
}

.slick-next:hover {
}


.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl]
.slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


@media screen and (max-width: 1219px) {

    .logo {
        width: 200px;
    }

    .htag {
        margin-right: 10px;
        max-width: 600px;
    }

    .hlianxi li {
        min-width: inherit;
        margin-left: 17px;
        padding-left: 15px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .hlianxi li i {
        font-size: 12px;
    }

    .shejiao {
        margin-right: 7px;
    }

    .shejiao a {
        width: 20px;
        line-height: 20px;
        margin-top: 5px;
        font-size: 18px;
        float: left;
        margin-right: 2px;
    }

    .shejiao a:hover {
        background: #ef8200;
        color: #fff;
        font-size: 12px;
    }

    .sousuo form {
        width: 181px;
    }

    .sou {
        width: 140px;
    }

}

@media screen and (min-width: 1000px) {
    .carousel, .nav, .clear3 {
        display: none
    }
}

@media screen and (max-width: 999px) {

    .head .zong {
        padding-bottom: 0px;
    }

    .her {
        float: none;
    }

    .htag {
        padding-left: 190px;
        margin-top: 30px;
        max-width: none;
    }

    .yvn {
        position: absolute;
        right: 0px;
        top: 7px;
    }

    .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 180px;
    }

    .daoz {
        position: relative;
        top: auto;
        margin-top: 10px;
        display: none;
    }

    .yijiw, .yiji2 {
        display: none
    }

    .daohang > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
    }

    .sousuo, .shejiao, .hlianxi {
        margin-top: 10px;
    }

    .clear3 {
        clear: both;
    }

}

@media screen and (max-width: 999px) {

    .head .zong {
        padding-bottom: 0;
    }

    .logo {
        width: 100%;
        left: 0;
        margin-left: 0;
        bottom: 0px;
        top: auto;
        position: relative;
    }


    .daohang, .daohang1, .htag, .hlianxi, .sousuo {
        display: none
    }

    .search {
        right: 40px;
        top: 15px;
    }

    .yvn {
        position: absolute;
        right: auto;
        left: 0;
        top: 0;
    }

    .yvzhonga {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .shejiao {
        position: absolute;
        left: 0px;
        top: 7px;
        margin-top: 0px;
        display: none;
    }


    .jian {
        display: none
    }


    .slick-dots {
        right: 20px;
    }

    .container {
        width: 5px;
        height: 100%;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 999999999999999;
        cursor: pointer;
        position: fixed;
        top: -5px;
        right: 0;
        display: block;
    }

    .container .nav {
        overflow: hidden;
        width: 300px;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: auto;
        overflow: scroll;
    }

    .container .nav form {
        margin: 15px auto;
        width: 258px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
    }

    .container .nav form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: left;
    }

    .container .nav form .ipsc {
        width: 20%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
        cursor: pointer;
    }

    .container .nav form i {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .container .nav > ul {
        display: none;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: scroll;
        padding-top: 45px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container .nav > ul > li {
        line-height: 40px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 10px;
        position: relative;
    }

    .container .nav > ul > li .addition {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 10px;
        background: url(../images/shizi.png) no-repeat center center;
    }

    .container .nav > ul > li .addition.fa:before {
        margin-right: 5px;
        color: #fff;
        text-indent: 0;
    }

    .container .nav > ul > li > a {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        display: block;
        margin-right: 40px;
    }

    .container .nav > ul > li > a span {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .container .nav > ul > li .c-show {
        display: none;
        width: 100%;
    }

    .container .nav > ul > li .c-show1 .c-s1 {
        position: relative;
        padding-left: 15px;
    }

    .container .nav > ul > li .c-show1 .c-s1 > a {
        position: relative;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
        margin-right: 40px;
    }

    .container .nav > ul > li .c-show1 .c-s1 > a span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 {
        position: relative;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
        position: relative;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
        padding-left: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
        margin-right: 40px;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
    }

    .container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
        position: relative;
    }

    .container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
        padding-left: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
    }

    .container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
    }

    .container .nav > ul > dl {
        padding: 20px;
    }

    .container .nav > ul > dl dd {
        float: left;
        margin: 0 2px;
    }

    .container .menubtn {
        width: 23px;
        height: 18px;
        position: absolute;
        top: 19px;
        right: 12px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 9999;
    }

    .container .menubtn span {
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 3px;
        background-color: #ef8200;
    }


    .carousel {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .carousel ul {
        width: 100%;
        height: 100%;
    }

    .carousel ul li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel ul li img {
        width: 100%;
        vertical-align: middle;
    }

    .carousel ol {
        position: absolute;
        z-index: 2;
        height: 10px;
        bottom: 0px;
        left: 50%;
        margin-left: -80px;
    }

    .carousel ol li {
        float: left;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }

    .carousel ol li.cur {
        width: 10px;
        background: #046eb8;
    }

    .carousel ol li:last-child {
        margin: 0;
    }


    .slick-dots {
        bottom: 5px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 2px solid #0093dd;
    }

}


/*  main1  */

@keyframes mor {

    0% {
        left: 50%;
        margin-left: -140px;
    }

    50% {
        left: 50%;
        margin-left: 108px;
    }

    100% {
        left: 50%;
        margin-left: -140px;
    }

}


.main1 {
    padding-top: 68px;
    padding-bottom: 55px;
}

.m1biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    text-align: center;
    font-family: "Impact";
    position: relative;
    padding-top: 11px;
}

.m1biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -123px;
    top: 0px;
    width: 40px;
    height: 3px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.m1lie {
    width: 285px;
    float: left;
    margin-left: 20px;
    margin-top: 61px;
    height: 337px;
}

.m1tu {
    display: block;
    width: 155px;
    margin: auto;
    border: 15px solid #f4efec;
    border-radius: 50%;
    background: #f4efec;
    position: relative;
}

.m1tu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.m1tu span {
    display: block;
    border-radius: 50%;
}


.m1a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ef8200;
    font-weight: bold;
    line-height: 24px;
    margin-top: 23px;
}

.m1lie p {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m1lie p a {
    display: block;
}


@keyframes m1tu {

    0% {
        transform: rotate(0deg);
        border: 2px dashed #ef8200
    }

    50% {
        transform: rotate(180deg);
        border: 2px dashed #ef8200
    }

    100% {
        transform: rotate(360deg);
        border: 2px dashed #ef8200
    }

}

.m1lie:hover .m1tu:before {
    -webkit-animation-name: m1tu;
    animation-name: m1tu;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.m1lie:hover a.m1a {
    color: #0093dd;
}

a.m1lie:hover p a, a.m1biao:hover {
    color: #ef8200;
}

a.m1biao:hover:before {
    margin-left: -20px;
}

@media screen and (max-width: 1219px) {

    .m1lie {
        width: 241px;
        margin-left: 5px;
    }

}

@media screen and (max-width: 999px) {

    @keyframes m1tu {

        0% {
            transform: rotate(0deg);
            border: 1px dashed #ef8200
        }

        50% {
            transform: rotate(180deg);
            border: 1px dashed #ef8200
        }

        100% {
            transform: rotate(360deg);
            border: 1px dashed #ef8200
        }

    }



    .main1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m1biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 5px;
    }

    .m1biao:before {
        margin-left: -90px;
    }

    .m1lie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-top: 21px;
        height: 272px;
    }

    .m1tu {
        width: 100px;
        border: 10px solid #f4efec;
    }

}

@media screen and (max-width: 489px) {

    .m1tu {
        width: 80px;
        border: 8px solid #f4efec;
    }

    .m1tu:before {
        left: -1px;
        top: -1px;
    }

    .m1a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m1lie {
        height: 248px;
    }

    .m1lie p {
        font-size: 12px;
        font-size: 1.2rem;
    }

}


/*  main2  */

.main2 {
    background: url(../images/m2bei.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
    padding-top: 62px;
    padding-bottom: 78px;
    overflow: hidden;
}

.main2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/m2bei.jpg) no-repeat center;
    background-size: cover;
    z-index: -1
}

.main2 .zong {
    background: #fff;
}

.m2n {
    padding: 68px 37px;
    padding-bottom: 85px;
}

.m2tu {
    display: block;
    float: left;
    width: 520px;
    position: relative;
    z-index: 0
}

.m2tu img {
    width: 100%;
    max-width: 520px;
    max-height: 390px;
    margin: auto;
    position: relative;
    z-index: 2
}

.m2tu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 24px;
    top: 24px;
    background: url(../images/m2xiegang.png);
    z-index: 1
}

.m2zi {
    width: 548px;
    float: right;
    padding-top: 21px;
}

.m2a {
    display: block;
    position: relative;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    font-family: "Impact";
    padding-top: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.m2a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
}

.m2zi p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 30px;
}

.m2zi p a {
    display: block
}

.m2mor {
    display: inline-block;
    background: #ef8200;
    border-radius: 17px;
    margin-top: 34px;
    position: relative;
}

.m2mor i {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.m2mor span {
    display: none;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
}

.m2mor:hover {
    padding-right: 9px;
    padding-left: 25px;
    height: 34px;
}

.m2mor:hover i {
    margin-left: 7px;
}

.m2mor:hover span {
    display: inline-block;
}

a.m2a:hover, .m2zi p a:hover {
    color: #ef8200;
}

a.m2a:hover:before {
    left: 22px;
}

@media screen and (max-width: 1219px) {

    .m2n {
        padding: 30px 10px;
    }

    .m2zi {
        width: 448px;
    }

    .m2tu {
        width: 480px;
    }

    .m2tu:before {
        left: 10px;
        top: 10px;
    }

}

@media screen and (max-width: 999px) {

    .main2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m2n {
        padding: 20px 10px;
    }

    .m2a {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 8px;
        margin-top: 10px;
    }

    .m2zi {
        width: 100%;
        float: none
    }

    .m2tu {
        width: 100%;
        float: none
    }

    .m2tu:before {
        display: none
    }

    .m2zi p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: auto;
        margin-top: 10px;
    }

    .m2mor {
        margin-top: 10px;
    }

}


/*  main3  */

.main3 {
    padding-top: 77px;
    padding-bottom: 114px;
}

.m3biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    text-align: center;
    font-family: "Impact";
    position: relative;
    text-transform: uppercase;
    padding-top: 18px;
}

.m3biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -118px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.img-scroll {
    position: relative;
    margin-top: 53px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    display: block;
    color: #999999;
    text-align: center;
    font-size: 26px;
    line-height: 20px;
    color: #ef8200;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    top: 50%;
    margin-top: -52px;
}

.img-scroll .prev {
    left: 0px;
    cursor: pointer;
}

.img-scroll .next {
    right: 0px;
    cursor: pointer;
}

.img-scroll .prev:hover, .img-scroll .next:hover {
    color: #0093dd
}

.img-list {
    position: relative;
    overflow: hidden;
    margin-left: 67px;
    margin-right: 73px;
}

.img-list ul {
    width: 10000%;
}

.img-list li {
    float: left;
    display: inline;
    position: relative;
    width: 244px;
    margin-right: 27px;
    cursor: pointer;
    text-align: center;
}


.m3tu {
    position: relative;
}

.m3tun {
    display: block;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.m3tun img {
    max-width: 100%;
    transition: 0.5s;
    display: block;
}

.m3fu {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    background: #ef8200;
    background: rgba(239, 130, 0, 0.8);
    transition: 0.5s;
}

.m3fu p a {
    display: block;
    position: absolute;
    width: 96%;
    left: 2%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #ffffff;
    height: 112px;
    overflow: hidden;
    top: 50%;
    margin-top: -56px;
    text-align: center;
}

.img-list li:hover .m3fu {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.img-list li:hover .m3tun img {
    transform: scale(1.2);
}

.m3a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 11px;
}

.main3 .m2mor {
    margin: auto;
    margin-top: 10px;
}

.m3a:hover {
    color: #ef8200;
}

.m3fu p a:hover {
    color: #333;
}

a.m3biao:hover {
    color: #ef8200;
}

a.m3biao:hover:before {
    left: 50%;
    margin-left: -22px
}

@media screen and (max-width: 1219px) {

    .img-list {
        margin-left: 30px;
        margin-right: 30px;
    }

    .img-list li {
        width: 222px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 999px) {

    .main3 {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .m3biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 10px;
    }

    .m3biao:before {
        margin-left: -80px;
    }

    .img-scroll {
        margin-top: 23px;
    }

    .img-list li {
        width: 0.32%;
        margin-right: 0.015%;
    }

    .m3fu {
        position: relative;
        width: auto;
        height: auto;
        padding: 10px;
        left: auto;
        top: auto;
    }

    .m3fu p a {
        position: relative;
        height: auto;
        width: auto;
        left: auto;
        top: auto;
        margin: auto;
        max-height: 112px;
    }

    .img-list li:hover .m3fu {
        width: auto;
        height: auto;
        left: 0px;
        top: 0px;
    }

}

@media screen and (max-width: 699px) {

    .m3fu p a, .m3a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .img-list li {
        width: 0.49%;
        margin-right: 0.015%;
    }

}

@media screen and (max-width: 449px) {

    .img-list li {
        width: 1%;
        margin-right: 0.015%;
    }

}


/*  main4  */

.main4 {
    padding-top: 93px;
    background: url(../images/m4bei.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
}


.m4n {
    background: url(../images/m4nbei.jpg) repeat-x bottom;
}


.m4biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    color: #ef8200;
    text-align: center;
    font-family: "Impact";
    position: relative;
    text-transform: uppercase;
    padding-top: 18px;
}

.m4biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.m4p {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    margin-top: 23px;
    padding: 0 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m4p a {
    display: block;
    color: #ffffff;
}
.m4p .m4p-span {
    display: block;
    color: #ffffff;
}


.m4n2 {
    background: #f2f2f2;
    margin-top: 40px;
}

.m4t .m4lie {
    width: 33.3333%;
    float: left;
}

.m4b .m4lie {
    width: 50%;
    float: left;
}

.m4lien {
    margin: 1px;
    position: relative;
    overflow: hidden;
}

.m4tu {
    display: block;
    overflow: hidden;
}

.m4tu img {
    width: 100%;
    max-width: 600px;
    max-height: 450px;
    margin: auto;
    transition: 0.5s;
}

.m4fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    background: #ef8200;
    background: rgba(239, 130, 0, 0.8);
    transition: 0.5s;
}

.m4fun {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -100px;
}

.m4fun > a {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m4fun p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    margin-top: 48px;
    height: 112px;
    overflow: hidden
}

.m4fun a:hover {
    color: #333;
}

.m4lie:hover .m4fu {
    left: 0px;
}

.m4lie:hover .m4tu img {
    transform: scale(1.1);
}

a.m4biao:hover {
    color: #fff;
}

a.m4biao:hover:before {
    left: 50%;
    margin-left: -22px
}

.m4p a:hover {
    color: #ef8200;
}

@media screen and (max-width: 999px) {

    .main4 {
        padding-top: 23px;
    }

    .m4biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 10px;
    }

    .m4biao:before {
        margin-left: -75px;
    }

    .m4fu, .m4fun {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
        width: auto;
    }

    .m4fun {
        padding: 10px;
    }

    .m4fun > a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .m4fun p a {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 20px;
        height: 80px;
    }

    .m4p a {
        padding: 0px;
    }

}

@media screen and (max-width: 559px) {

    .m4lie {
        width: 100% !important
    }

    .m4fun p a {
        height: auto;
    }

}


/*  main5  */

.main5 {
    padding-top: 91px;
    padding-bottom: 80px;
}

.m5biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    text-align: center;
    font-family: "Impact";
    position: relative;
    text-transform: uppercase;
    padding-top: 18px;
}

.m5biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -135px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

a.m5biao:hover {
    color: #ef8200;
}

a.m5biao:hover:before {
    left: 50%;
    margin-left: -22px
}


.m5lie {
    width: 347px;
    float: left;
    margin-left: 79px;
    margin-top: 25px;
}

.m5tu {
    display: block;
    overflow: hidden;
}

.m5tu img {
    width: 100%;
    max-width: 605px;
    max-height: 454px;
    margin: auto;
    transition: 0.5s;
}

.m5a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m5lie span {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #c7c7c7;
}

.m5lie span i {
    display: block;
    color: #c7c7c7;
    line-height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.m5lie p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 9px;
}

.m5lie p a {
    display: block;
}

.m5mor {
    display: inline-block;
    min-width: 155px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    background: #666666;
    margin-top: 24px;
}

.m5lie a:hover {
    color: #ef8200;
}

.m5mor:hover {
    background: #ef8200;
    color: #fff !important
}

.m5lie:hover .m5tu {
    border-radius: 70px;
}

.m5lie:hover .m5tu img {
    transform: scale(1.1);
}

@media screen and (max-width: 1219px) {

    .m5lie {
        width: 320px;
        margin-left: 10px;
    }

}

@media screen and (max-width: 999px) {

    .main5 {
        padding-top: 21px;
        padding-bottom: 20px;
    }

    .m5lie {
        width: 32.333%;
        margin-left: 0.5% !important;
        margin-right: 0.5%;
    }

    .m5biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 10px;
    }

    .m5biao:before {
        margin-left: -90px;
    }

}

@media screen and (max-width: 699px) {

    .m5lie {
        width: auto;
        float: none;
        margin-left: 0% !important;
        margin-right: 0%;
        position: relative;
    }

    .m5tu {
        width: 200px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .m5lie {
        padding-left: 220px;
    }

    .m5a {
        margin-top: 0px;
    }

    .m5mor {
        margin-top: 10px;
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 449px) {

    .m5tu {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    .m5lie {
        padding-left: 0px;
    }

    .m5a {
        margin-top: 10px;
    }

}


/*  foot  */

.foot {
    background: #2e2e2e;
    padding-top: 131px;
    padding-bottom: 17px;
}

.fbiao {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #fbfbfb;
    line-height: 35px;
    font-family: "Impact";
}

.fo1 {
    width: 240px;
    float: left;
}

.fo2 {
    width: 350px;
    float: left;
    margin-left: 74px;
}

.fo3 {
    width: 498px;
    float: right;
}


.ful1 {
    margin-top: 31px;
}

.ful1 li {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #ffffff;
    margin-top: 6px;
}

.ful1 li a {
    color: #fff;
}


.ful2 {
    margin-top: 31px;
}

.ful2 li {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #bfbfbf;
    margin-top: 6px;
}

.ful2 li a, .ful2 li span {
    color: #bfbfbf;
}

.ful2 li a:hover, .ful1 li a:hover, a.fbiao:hover {
    color: #ef8200;
}


.fo3 form {
    padding-top: 22px;
}

.fo3 .int1 {
    width: 220px;
    margin-top: 19px;
}

.fo3 .xing {
    padding-left: 14px;
    background: url(../images/xing1.png) no-repeat left 17px;
}

.fo3 .int1 input {
    width: 205px;
    line-height: 38px;
    padding-left: 13px;
    border: 1px solid #bfbfbf;
    background: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a6a6a6
}

.fo3 .int2, .fo3 .int3 {
    margin-top: 19px;
}

.fo3 .int2 textarea {
    width: 469px;
    height: 85px;
    line-height: 38px;
    padding-left: 13px;
    border: 1px solid #bfbfbf;
    background: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a6a6a6
}

.fo3 .int4 {
    width: 144px;
    line-height: 38px;
    padding-left: 13px;
    border: 1px solid #bfbfbf;
    background: none;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a6a6a6;
    margin-bottom: 19px;
}

.fo3 .yanzheng {
    max-height: 40px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 19px;
    cursor: pointer;
}

.fo3 .int5 {
    float: left;
    min-width: 145px;
    height: 40px;
    padding: 0 5px;
    background: #ef8200;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 19px;
    transition: 0.5s;
}

.fo3 .int5:hover {
    background: #0093dd;
}


.shejiao2 {
    text-align: center;
    margin-top: 17px;
}

.shejiao2 a {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    margin: 5px 17px;
}

.shejiao2 a:hover {
    color: #ef8200;
}


.foot2 {
    background: #252525;
    padding-top: 20px;
    padding-bottom: 23px;
}

.youlian {
    font-size: 16px;
    font-size: 1.6rem;
    color: #e5e5e5;
    line-height: 30px;
}

.youlian p {
    color: #e5e5e5;
    float: left;
}

.youlian a {
    color: #e5e5e5;
    float: left;
    margin: 0 10px;
}

.fp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #e5e5e5;
    margin-top: 1px;
}

.fp a {
    color: #e5e5e5;
}

.fp img {
    display: inline-block;
    vertical-align: middle
}

.foot2 a:hover {
    color: #ef8200;
}

.foot3 {
    border-top: 1px solid #fff;
    padding-top: 33px;
    padding-bottom: 40px;
}


@keyframes top {

    0% {
        background-position: bottom center
    }

    100% {
        background-position: top center
    }

}


.top {
    width: 46px;
    height: 54px;
    border: 2px solid #535353;
    margin: auto;
    background: url(../images/top.png) no-repeat center;
    cursor: pointer;
    position: fixed;
    right: 128px;
    bottom: -100px;
    transition: 0.9s;
    z-index: 999;
    -webkit-animation-name: top;
    animation-name: top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bottom {
    bottom: 80px;
}


@media screen and (max-width: 1219px) {

    .fbiao {
        font-size: 20px;
        font-size: 2rem;
    }

    .fo1 {
        width: 200px;
        float: left;
    }

    .fo2 {
        width: 260px;
        float: left;
        margin-left: 10px;
    }

    .fo3 {
        width: 498px;
        float: right;
    }

}

@media screen and (max-width: 999px) {

    .foot {
        padding-top: 30px;
        padding-bottom: 17px;
    }

    .fo1 {
        width: 40%;
        float: left;
    }

    .fo2 {
        width: 55%;
        float: right;
        margin-left: auto;
    }

    .fo3 {
        width: 100%;
        float: none;
    }

    .fo3 .int1, .fo3 .int2 {
        width: 100%;
        float: none;
        margin-top: 19px;
    }

    .fo3 .int1 input, .fo3 .int2 textarea {
        width: 93%;
    }

}

@media screen and (max-width: 767px) {

    .foot {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .youlian {
        display: none
    }

    .shejiao2 {
        margin-top: 0px;
    }

    .foot2 {
        padding-bottom: 70px;
    }

    .fo1,.fo2,.fo3{position: relative;width: 100%; float: none;margin-bottom: 16px}

    .top {
        width: 30px;
        height: 35px;
        right: 60px;
        bottom: 80px;
    }

    .shejiao2 a {
        font-size: 20px;
        color: #ffffff;
        margin: 5px;
    }

}


/**************************************  product  *************************************/

.fenbanner {
    position: relative;
}

.fentu {
    display: block;
    overflow: hidden
}

.fentu img {
    width: 100%;
    max-width: 1920px;
    max-height: 304px;
}

.fenzi {
    position: absolute;
    left: 50%;
    min-width: 272px;
    top: 50%;
    margin-top: -10px;
    font-size: 34px;
    font-size: 3.4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    text-align: center;

    transform: translate(-50%, 0);

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);
}

.fenzi:before {
    content: "";
    width: 48px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: -48px;
    top: 50%;
    margin-top: -1px;
}

.fenzi:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: -48px;
    top: 50%;
    margin-top: -1px;
}


.mtop30 {
    margin-top: 30px
}

.mianbao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 21px;
}

.mianbao a:hover {
    color: #ef8200;
}

.coef {
    color: #ef8200 !important;
}

@media screen and (max-width: 767px) {
    .mtop30 {
        margin-top: 10px
    }

}

.prmain {
    padding-top: 39px;
    padding-bottom: 116px;
}

.prl {
    width: 245px;
    float: left;
}

.prr {
    width: 900px;
    float: right;
}

.prtbiao {
    display: block;
    background: #333333;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    padding: 15px 10px;
}

.prtbiao:hover {
    color: #ef8200
}

.fenlei {
}

.fenlei > li {
    margin-bottom: 8px;
    margin-top: 5px;
}

.fenlei > li > a {
    display: block;
    background: #ef8200;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 30px;
    padding: 5px;
    padding-left: 16px;
}

.pryiji {
    padding-left: 33px;
    padding-bottom: 17px;
    display: none;
}

.pryiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
}

.prerji {
    padding-left: 36px;
    display: none;
}

.pryiji li:hover > a {
    color: #ef8200
}

.dangqianpr > a {
    color: #ef8200 !important
}

.fenlei > li > a:hover {
    background: #333
}

.dangqianfen > a {
    background: #333 !important
}


.slide-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    background-color: #1f968f;
    margin-bottom: 3px;
    position: relative;
    margin-top: 20px;
}

.slide-title, .slide-title a {
    color: #fff;
}

.slide-title a {
    display: block;
}

.slide-title:hover, .slide-title:hover a {
    color: #fff;
}

.slide-title.slide-title1 {
    display: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
}

.slide-title.slide-title1:hover {
    background-color: #333;
}

.slide-title.slide-title1:hover, .slide-title.slide-title1:hover a {
    color: #fff;
}

.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
}


.prlb {
    margin-top: 79px;
}

.prlbbiao {
    display: block;
    line-height: 36px;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    background: #333;
    text-align: center;
}

.taul {
    padding-top: 9px;
    max-height: 500px;
    overflow: auto;
}

.taul li {
    border-top: 1px solid #a9a9a9;
}

.taul li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    line-height: 24px;
    padding: 23px 0 22px 0;
}

.bon {
    border: none !important
}

.taul li a:hover {
    color: #ef8200
}

.prlbbiao:hover {
    background: #333;
    color: #fffl;
}


.tagd {
    padding-bottom: 33px;
}

.taa {
    display: inline-block;
    min-width: 165px;
    line-height: 32px;
    padding: 5px;
    border: 2px solid #ef8200;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ef8200;
}

.tagn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    padding-top: 13px;
}

.tagn p, .tagn span, .tagn li {
    color: #666666;
}


.prlie {
    position: relative;
    min-height: 282px;
    margin-bottom: 30px;
}

.prtu {
    display: block;
    width: 280px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.prtu img {
    width: 100%;
    max-width: 473px;
    max-height: 473px;
    transition: 0.5s;
    display: block
}

.przi {
    margin-left: 324px;
    position: relative;
    padding-top: 15px;
}

.przi input {
    position: absolute;
    left: 0px;
    top: 23px;
    cursor: pointer
}

.pra {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-left: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.przi p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 16px;
}

.przi p a {
    display: block;
}

.prmor {
    display: inline-block;
    min-width: 219px;
    border: 1px solid #666666;
    line-height: 28px;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 29px;
}

.przi a:hover {
    color: #ef8200
}

.prmor:hover {
    border: 1px solid #ef8200;
    background: #ef8200;
    color: #fff !important
}

.prtu:hover img {
    transform: scale(1.1, 1.1)
}

.gwc .pra {
    padding-left: 0px;
}


.fenye {
    padding-top: 102px;
}

.fenyen {
    float: left;
    margin-top: 3px;
}

.fenyen a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 1px solid #191919;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0a0a0a;
    margin-bottom: 10px;
    background: #fff
}

.fenyen .pageEllipsis {
    border: none;
}

.sx {
    border: none !important;
    color: #666666 !important;
    background: none !important
}

.dangfen, .fenyen a:hover {
    background: #ef8200 !important;
    border: 1px solid #ef8200 !important;
    color: #fff !important;
}

.fenyen .sx:hover {
    border: none !important;
    background: none !important;
    color: #ef8200 !important
}

.fuxuan {
    float: right;
    background: url(../images/fuxuan.png) no-repeat left center;
    padding-left: 31px;
    margin-bottom: 10px;
}

.fuxuan span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #4b4b4b;
    margin-right: 15px;
    font-family: Verdana, Geneva, sans-serif;
}

.fuxuan input {
    min-width: 170px;
    line-height: 22px;
    padding: 5px;
    background: #ef8200;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
}

.add-form {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.add-form button {
    min-width: 120px;
    line-height: 22px;
    padding: 5px;
    background: #ef8200;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
    border: none;
}

.fuxuan input:hover, .add-form button:hover {
    background: #0093dd
}

.fenyen a.none:hover {
    color: #666666 !important;
}

.fenyen span {
    float: left;
}


@media screen and (max-width: 1219px) {

    .prr {
        width: 700px;
        float: right;
    }

}

@media screen and (max-width: 999px) {

    .prmain {
        padding-top: 20px;
        padding-bottom: 26px;
    }

    .prl {
        width: 30%;
        float: left;
    }

    .prr {
        width: 65%;
        float: right;
    }

    .prtu {
        position: relative;
        margin: auto;
        left: auto;
    }

    .przi {
        margin-left: auto;
        text-align: center;
    }

    .fenye {
        padding-top: 22px;
    }


    .fenzi {
        min-width: auto;
        width: 100%;
        left: 0px;
        margin-top: -15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        transform: translate(0, 0);

        -webkit-transform: translate(0, 0);

        -moz-transform: translate(0, 0);

        -o-transform: translate(0, 0);

        -ms-transform: translate(0, 0);
    }

    .fenzi:before {
        display: none
    }

    .fenzi:after {
        display: none
    }

}

@media screen and (max-width: 767px) {

    .prl {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .prr {
        width: 100%;
        float: none;
    }

    .slide-title.slide-title1, .proslide_menubtn {
        display: block;
    }

    .proslide_menubtn {
        top: 21px;
    }

    .prlb {
        margin-top: 19px;
    }

    .fentu {
        height: auto !important;
        padding-bottom: 0px !important;
    }

    .fentu img {
        width: 180% !important;
        margin-left: -40%;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    .prtbiao {
        display: none
    }

}


/********************************************  product2  ***********************************************/

.prmain2 {
    padding-top: 48px;
}


.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}


.m-propic {
    margin: 0 auto 0;
    width: 629px;
    margin: auto;
}

.m-propic .pic-big {
    position: relative;
    float: left;
    width: 475px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    border: 1px solid #eaeaea;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .zoomWrapperImage img {
    max-width: 1200px;
}

.m-propic .pic-small {
    position: relative;
    float: right;
    width: 129px;
    padding-top: 32px;
    padding-bottom: 33px;
    overflow: hidden;
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 2px solid #333333;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #333;
}

.m-propic .pic-btn.prev {
    top: 0;
}

.m-propic .pic-btn.next {
    bottom: 0;
}

.m-propic .pic-btn.prev:hover, .m-propic .pic-btn.next:hover {
    color: #ef8200;
    border: 2px solid #ef8200;
}

.m-propic .pic-list {
    height: 410px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .list-item {
    margin-bottom: 11px;
}

.m-propic .item-pic, .m-propic .pic-list .item-video {
    display: block;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.m-propic .item-pic img, .m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.m-propic .item-pic:hover {
    border-color: #ef8200;
}

.m-propic .item-pic:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.m-propic .item-pic.zoomThumbActive {
    border-color: #ef8200;
}

.m-propic2 {
    display: none;
}

.m-propic .provideo-box {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.m-propic .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m-propic .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.m-propic .item-pic:hover, .m-propic .item-pics.active,
.m-propic .item-video:hover, .m-propic .item-video.active {
    border-color: #ef8200;
}

.item-pic {
    position: relative;
}

.item-pic video, .item-pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.jianjie {
    text-align: center;
    padding: 27px 200px 0 100px;
}

.jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    text-align: center;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-top: 13px;
}

.jiann p, .jiann span, .jiann li {
    color: #333;
}

.jiann a {
    color: #ef8200;
}

.share {
    text-align: center;
    margin-top: 25px;
}

.share1 {
    display: inline-block;
    *float: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #666666;
    vertical-align: middle
}

.share2 {
    display: inline-block;
    *float: left;
    margin-left: 8px;
    vertical-align: middle
}

.inno {
    text-align: center;
    margin-top: 29px;
}

.inno a {
    display: inline-block;
    min-width: 154px;
    line-height: 35px;
    padding: 5px;
    text-align: center;
    border: 2px solid #78787a;
    margin: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.prdo {
    border: 2px solid #666666 !important;
    background: #666666 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.inno a:hover {
    background: #ef8200 !important;
    color: #fff;
    border: 2px solid #ef8200 !important;
}

.inno a.none:hover {
    border: 2px solid #78787a !important;
    background: #fff !important;
    color: #333 !important;
}


#outer .current {
    background: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    color: #ef8200;
    display: block;
    box-sizing: border-box;
    border-bottom: #ef8200 solid 2px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;

}

#tab {
    overflow: hidden;
    zoom: 1;
}

#tab li {
    width: 20%;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid #949494;
    height: 58px;
    background: #f8f8f8;
    text-align: center;
    transition: 0.5s;
}

#tab li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    height: 58px;
    border-left: 1px solid #949494;

    display: -moz-box;

    -moz-box-pack: center;

    -moz-box-align: center;


    display: -webkit-box;

    -webkit-box-pack: center;

    -webkit-box-align: center;


    display: box;

    box-pack: center;

    box-align: center;
}

#tab li:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}

#tab li:hover a {
    color: #ef8200;
}

#tab li.current {
    background: #fff;
    border-bottom: 1px solid #fff;
}

#tab li.current a {
    color: #ef8200
}

#content {
}


.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
}

.table table tr td {
    padding: 10px;
    border: 1px solid #949494;
    font-size: 14px;
    font-size: 1.6rem;
}

.tabul p, .tabul span, .tabul li {
    color: #333;
}

.tabul a{color: #ef8200;}
.tabul a:hover{color: #333;}

.tabul img {
    max-width: 100%;
}


@media screen and (max-width: 767px) {
    #outer .current {
        background: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        color: #ef8200;
        display: block;
        box-sizing: border-box;
        border-bottom: #ef8200 solid 2px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}


.prtag {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    margin-top: 26px;
    max-height: 150px;
    overflow: hidden;
}
.prtag.prtagh{
    max-height: none !important;
}
.prtag a {
    display: block;
    float: left;
    position: relative;
    line-height: 28px;
    color: #666666;
    min-width: 189px;
    padding: 5px;
    margin-right: 30px;
    margin-top: 10px;
    border: 1px solid #b7b7b7;
    text-align: center;
}

.prtag a:hover {
    background: #ef8200;
    color: #fff;
    border: 1px solid #ef8200;
}
.tag .mores{
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.tag .mores .zhankais{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid #b7b7b7;
}
.tag .mores .zhankais:hover {
    background: #ef8200;
    color: #fff;
    border-color: #ef8200;
}

.homain {
    padding-top: 83px;
    padding-bottom: 62px;
    font-size: 0;
    letter-spacing: 0;
}

.holie {
    width: 244px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    margin-top: 47px;
}

.holie:hover .m3fu {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.holie .m2mor {
    margin-top: 9px !important;
}

.holie:hover .m3tun img {
    transform: scale(1.2);
}


@media screen and (max-width: 1219px) {

    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .holie {
        width: 223px;
        float: left;
        margin: 5px;
        margin-top: 47px;
    }

    .jianjie {
        text-align: center;
        padding: 27px 0px 0 0px;
    }

}

@media screen and (max-width: 999px) {

    .m-propic1 {
        display: none;
    }

    .m-propic2 {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .m-propic2 .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 17px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .m-propic2 .box-btn.prev {
        left: 0;
    }

    .m-propic2 .box-btn.next {
        right: 0;
    }


    .m-propic2 .box-list {
        overflow: hidden;
    }

    .m-propic2 .box-list ul {
        width: 1000%;
    }

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 3.13%;
    }


    .inno a {
        min-width: 100px;
        font-size: 14px !important;
        font-size: 1.4rem !important;
        margin: 5px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 0px;
        padding-top: 13px;
    }

    .tabul {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
    }

    #tab li a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prtag {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prtag a {
        min-width: 100px;
        margin-right: 10px;
    }

    .m3fu {
        width: auto !important
    }

    .homain {
        padding-top: 23px;
        text-align: center;
        padding-bottom: 12px;
    }

    .holie {
        width: 49%;
        margin: 10px 0.5%;
        margin-top: 17px;
    }


    .table table {
        width: 500px;
    }

}

@media screen and (max-width: 767px) {

    .holie {
        width: 32.333%;
        margin: 10px 0.5%;
        margin-top: 17px;
    }

    #tab {
        width: 30%;
        float: left;
        height: auto;
    }

    #tab li {
        float: none;
        width: 100%;
        height: auto;
        border: none !important
    }

    #content {
        width: 70%;
        float: right;
    }

    #tab li a {
        border: none;
        border-top: 1px solid #949494;
    }

    #tab li:hover {
        border: none
    }

    .m2mor:hover {
        padding-left: 10px;
        padding-right: 5px;
    }

}

@media only screen and (max-width: 500px ) {

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }

    .holie {
        width: 49%;
        margin: 10px 0.5%;
        margin-top: 17px;
    }

}

@media only screen and (max-width: 350px ) {

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }

}


/********************************************  news  ***********************************************/

.nemain {
    padding-top: 40px;
    padding-bottom: 135px;
}

.nelie {
    position: relative;
    min-height: 341px;
    margin-bottom: 55px;
}

.netu {
    display: block;
    width: 605px;
}

.netu img {
    width: 100%;
    max-width: 605px;
    max-height: 454px;
    margin: auto;
}

.nezi {
    width: 702px;
    position: absolute;
    top: 50%;
    margin-top: -170px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.nezin {
    padding: 30px 35px 37px 49px;
}

.nea {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.nezi span {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #c7c7c7;
    line-height: 24px;
    margin-top: 9px;
}

.nezi span i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    color: #c7c7c7;
}

.nezi p {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 30px;
}

.nezi p a {
    display: block;
    color: #666666;
}

.nemor {
    display: inline-block;
    min-width: 155px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    background: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 55px;
}


.nelie1 .netu {
    float: left;
}

.nelie2 .netu {
    float: right;
}

.nelie1 .nezi {
    right: 0px;
}

.nelie2 .nezi {
    left: 0px;
}

.nea:hover, .nezi p a:hover {
    color: #ef8200;
}

.nemor:hover {
    background: #ef8200;
}


.nemain .fenye {
    padding-top: 43px;
}

.nemain .fenyen {
    text-align: center;
    padding-top: 0px;
    float: none;
}

.nemain .fenyen a {
    float: none;
    display: inline-block;
    *float: left;
}

@media screen and (max-width: 1219px) {

    .nezi {
        width: 500px;
    }

}

@media screen and (max-width: 999px) {

    .nemain {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .nelie {
        margin-bottom: 20px;
    }

    .nezi {
        width: auto;
        position: relative;
        left: auto !important;
        top: auto;
        margin: auto;
        right: auto !important;
    }

    .nezin {
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

    .nezi span {
        display: inline-block
    }

    .netu {
        float: none !important;
        text-align: center;
        width: auto;
    }

    .nezi p {
        font-size: 14px;
        font-size: 1.4rem;
        height: auto;
        margin-top: 10px;
    }

    .nemor {
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .nemain .fenye {
        padding-top: 10px;
    }

}


/*****************************************  news2  ********************************************/

.nemain2 {
    padding-top: 37px;
    padding-bottom: 13px;
}

.nemain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ef8200;
    line-height: 28px;
    text-align: center;
}

.net {
    padding-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    padding-top: 8px;
}

.net > p {
    *float: left;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #c7c7c7;
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    padding-left: 23px;
}

.net > p i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    color: #c7c7c7;
}

.net .share {
    *float: left;
    display: inline-block;
    margin-left: 8px;
    line-height: 26px;
    margin-top: auto;
}

.net .share1 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ef8200;
}

.net .share1, .net .share2 {
    float: none;
    *float: left;
    display: inline-block;
    vertical-align: middle
}

.net .share2 {
    margin-left: 0px;
}

.nexiang {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-top: 40px;
}

.nexiang a {
    color: #ef8200;
}

.nexiang p, .nexiang span, .nexiang li {
    color: #333;
}

.nexiang img {
    max-width: 100%;
}

.fanpian {
    padding-top: 24px;
    margin-top: 11px;
}

.fanpian li {
    position: relative;
    margin-top: 14px;
    padding-left: 102px;
}

.fanpian li .span {
    display: block;
    min-width: 84px;
    line-height: 28px;
    border: 1px solid #ef8200;
    color: #ef8200;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
}

.fanpian li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 5px 0;
    color: #666666
}

.fanpian li p a {
    display: block;
    color: #666666
}

.fanpian li p a:hover {
    color: #ef8200;
}

.fanpian li p a.none:hover {
    color: #666666 !important;
}

.neho {
    padding-bottom: 50px;
}


.nen {
    margin-top: 50px;
}


@media only screen and (max-width: 767px ) {

    .neho {
        padding-bottom: 30px;
    }

    .nemain2 {
        padding-top: 23px;
    }

    .nemain2 h1 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .net span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nexiang {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-top: 26px;
    }

    .fanpian {
        padding-top: 4px;
        margin-top: 7px;
    }

    .fanpian li .span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .fanpian li p {
        font-size: 12px;
        font-size: 1.2rem;
    }

}


/*****************************************  application  ********************************************/

.appmain {
    padding-bottom: 135px;
}

.applie {
    padding-bottom: 63px;
    margin-top: 39px;
}

.apptu {
    display: block;
    width: 461px;
    padding: 0 34px;
    position: relative;
    z-index: 1
}

.apptu img {
    width: 100%;
    max-width: 600px;
    max-height: 450px;
    margin: auto;
    position: relative;
    z-index: 3
}

.apptu:before {
    content: "";
    position: absolute;
    height: 107px;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -53px;
    background: #ef8200;
    z-index: 2
}

.appzi {
    width: 611px;
}

.appa {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.appzi p {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 58px;
}

.appzi p a {
    display: block
}

.appmor {
    display: inline-block;
    min-width: 155px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    background: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 55px;
}


.applie1 .apptu {
    float: left;
}

.applie2 .apptu {
    float: right;
}

.applie1 .appzi {
    float: right;
}

.applie2 .appzi {
    float: left;
}

.appa:hover, .appzi p a:hover {
    color: #ef8200;
}

.appmor:hover {
    background: #ef8200;
    color: #fff !important;
}


.appmain .fenye {
    padding-top: 25px;
}

.appmain .fenyen {
    text-align: center;
    padding-top: 0px;
    float: none;
}

.appmain .fenyen a {
    float: none;
    display: inline-block;
    *float: left;
}

@media only screen and (max-width: 1219px ) {

    .applie {
        padding-bottom: 23px;
        margin-top: 39px;
    }

    .apptu {
        width: 400px;
        padding: 0 14px;
    }

    .appzi {
        width: 520px;
    }

    .appa {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 999px ) {

    .appmain {
        padding-bottom: 35px;
    }

    .applie {
        padding-bottom: 15px;
        margin-top: 20px;
    }

    .apptu {
        width: auto;
        padding: 0px;
        float: none !important
    }

    .apptu:before {
        display: none
    }

    .appzi {
        width: auto;
        float: none !important;
        text-align: center;
    }

    .appa {
        margin-top: 20px;
    }

    .appzi p a {
        margin: auto;
        height: auto;
        margin-top: 10px;
    }

    .appmor {
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

}


/*****************************************  application2  ********************************************/

.appmain2 {
    padding-top: 37px;
    padding-bottom: 39px;
}

.appmain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ef8200;
    text-align: center;
    line-height: 30px;
}

.appn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 55px;
}

.appn a {
    color: #ef8200;
}

.appn p, .appn span, .appn li {
    color: #333;
}

.appn img {
    max-width: 100%;
}


@media only screen and (max-width: 999px ) {

    .appmain2 {
        padding-top: 27px;
        padding-bottom: 29px;
    }

    .appmain2 h1 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .appn {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 25px;
    }

}


/*****************************************  about  ********************************************/

.abmain {
    padding-top: 35px;
    background: url(../images/abbei.jpg) no-repeat bottom center;
    padding-bottom: 88px;
}

.abbiao {
    display: block;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    color: #ef8200;
    line-height: 40px;
    position: relative;
    padding-bottom: 14px;
}

.abbiao:before {
    content: "";
    position: absolute;
    width: 78px;
    height: 2px;
    background: #ef8200;
    bottom: 0px;
    left: 50%;
    margin-left: -39px;
}

.abmain .zong p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #333;
}

.abn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-top: 75px;
}

.abn a {
    color: #ef8200;
}

.abn p, .abn span, .abn li {
    color: #333;
}

.abn img, .abcont img {
    max-width: 100%;
}

.abmain .abcont {
    padding-bottom: 95px;
}

.abcont a:hover {
    color: #ef8200;
}

/*.abxun{ padding-top:90px;}*/

.abxuna {
    display: block;
    font-size: 41px;
    font-size: 4.1rem;
    color: #ef8200;
    line-height: 50px;
    text-align: center;
}

.abxun form {
    width: 519px;
    margin: auto;
    margin-top: 38px;
}

.abxun form a, .abxun form .span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

.abxun .int1 {
    width: 509px;
    height: 30px;
    line-height: 30px;
    background: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 10px;
}

.abxun textarea {
    width: 509px;
    height: 96px;
    line-height: 30px;
    background: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 10px;
}

.abxun .int2 {
    width: 189px;
    height: 30px;
    line-height: 30px;
    background: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}

.coyanzheng {
    float: left;
    margin-bottom: 10px;
    max-height: 30px;
    cursor: pointer;
    margin-right: 12px;
}

.abxun .int3 {
    min-width: 181px;
    line-height: 20px;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    float: left;
    background: #ef8200;
    cursor: pointer;
    transition: 0.5s;
}

.abxun .int3:hover {
    background: #0093dd;
}

.ditu {
    max-width: 100%;
}

@media only screen and (max-width: 999px ) {

    .abmain {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .abbiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 32px;
    }

    .abn {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 25px;
    }

    .abxun {
        padding-top: 20px;
    }

    .abxuna {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .abxun form {
        width: 519px;
        margin-top: 20px;
    }

    .abxun form a, .abxun form .span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .abxun .int3 {
        font-size: 14px;
        font-size: 1.4rem;
    }

}

@media only screen and (max-width: 579px ) {

    .abxun form {
        width: 100%;
        margin-top: 20px;
    }

    .abxun .int1, .abxun .int2, .abxun textarea {
        width: 90%;
        margin-right: auto;
    }

    .abxun .int3 {
        min-width: 100px;
    }

}

.abxun form a:hover {
    color: #ef8200;
}

/*****************************************  download  ********************************************/

.domain {
    background: url(../images/abbei.jpg) no-repeat bottom center;
    padding-bottom: 23px;
}

.dolie {
    width: 575px;
    height: 325px;
    background: #f7f7f7;
    margin-top: 28px;
}

.dolien {
    border-left: 2px solid #ef8200;
    height: 325px;
    padding-left: 38px;
    padding-right: 25px;
}

.doa {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 30px;
}

.dolien p a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 26px;
    max-height: 130px;
    overflow: hidden;
    margin-top: 15px;
}

.domor {
    display: inline-block;
    line-height: 26px;
    padding: 5px;
    padding-left: 52px;
    padding-right: 27px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    background: #a3a3a3;
    border-radius: 7px;
    margin-top: 53px;
}

.domor i {
    position: absolute;
    left: 21px;
    top: 0px;
    line-height: 36px;
}

.doa:hover, .dolien p a:hover {
    color: #ef8200;
    cursor: pointer;
}

.domor:hover {
    background: #ef8200;
    cursor: pointer;
}


.domain .fenye {
    padding-top: 75px;
}

.domain .fenyen {
    text-align: center;
    padding-top: 0px;
    float: none;
}

.domain .fenyen a {
    float: none;
    display: inline-block;
    *float: left;
}

@media screen and (max-width: 1219px) {

    .dolie {
        width: 475px;
    }

}

@media screen and (max-width: 999px) {

    .domain {
        padding-bottom: 25px;
    }

    .dolie {
        width: 49%;
    }

    .dolien {
        padding-left: 10px;
        padding-right: 10px;
    }

    .domain .fenye {
        padding-top: 25px;
    }

}

@media screen and (max-width: 759px) {

    .dolie {
        width: 100%;
        float: none;
    }

}


/*****************************************  contact  ********************************************/

.con { /*padding-left:144px;*/
    font-family: Verdana, Geneva, sans-serif;
    padding-top: 90px;
}

.coul {
    width: 468px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #333;
}

.coul li { /*margin-bottom:51px;*/
    margin-bottom: 10px;
}

.con p {
    font-size: 16px;
    font-size: 1.7rem;
    line-height: 24px;
    color: #333;
}

.coul li a:hover {
    color: #ef8200;
}

@media screen and (max-width: 1219px) {

    .con {
        padding-left: 0px;
    }

}

@media screen and (max-width: 999px) {

    .coul {
        width: auto;
        float: none;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .coul li {
        margin-bottom: 10px;
    }

    .con p {
        font-size: 14px;
        font-size: 1.4rem;
    }

}

/*
.con{ font-family:Verdana, Geneva, sans-serif; padding-bottom:23px;}
.coul{ width:100%; font-size:16px; font-size:1.6rem; line-height:24px; color:#333;}
.coul li{ margin-bottom:10px;}
.con p{ font-size:16px; font-size:1.7rem; line-height:24px; color:#333;}
.coul li a:hover{ color:#ef8200;}
@media screen and (max-width:1219px) {
.con{ padding-left:0px;}
}
@media screen and (max-width:999px) {
.coul{ width:auto; float:none; font-size:14px; font-size:1.4rem;}
.coul li{ margin-bottom:10px;}
.con p{ font-size:14px; font-size:1.4rem;}
}
*/


@font-face {

    font-family: "Impact";
    font-display: swap;
    src: url("../fonts/Impact.woff2") format("woff2"),
    url("../fonts/Impact.woff") format("woff"),
    url("../fonts/Impact.ttf") format("truetype"),
    url("../fonts/Impact.eot") format("embedded-opentype"),
    url("../fonts/Impact.svg") format("svg");

    font-weight: normal;

    font-style: normal;

}

@font-face {
    font-family: "iconfont";
    font-display: swap;
    src: url('../fonts/iconfont.eot?t=1574068123157'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1574068123157#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAqQAAsAAAAAEogAAApCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqUIJBIATYCJANMCygABCAFhG0HgV0bvQ8jEXaUk0Ii+4vE4Bg4e4ZBgSzRW71fmrlT3W61oeKZfIo/8+3fDdkDmBw0vX/KSZWQGk4BJamZSV0qJSyFEMcSG0pkfwHAWq31CUJMtu+6tgECCO5C1U49LcB+AtMEdv/AamvZvhXVxq+mfGuW5qvfkr3Plc1NNvfAeJxGKYRESP7//VydYRaabt6Wylr8mz/jcFGxRIUSCWkueBVL0Mh4ycRKLAAhshlXNn9JMc/E5HggAKTwQRRIrqWkFsRgEEyY0ql92+YQl8rBxuQRiEuESlBGyFQIIObGcTYAU+K3J29gImKAg4BCTlTRJq8VeLvIuYFaXVY0oiMxfXm1ADqhAAogCgADiF2tfwKaoqiYSLXRDDsB+NmfiAF2kd3PHmZPtRfYbzkCHYWORY5ljlMOm+O545Nzg8s1VjPAUSD6uHEIWcsKNAMQdDUhAESg4EAggBBiSCCFDHIooIQKamig3ZdfnhBC5CQ5B7SAXeRjxNQPAIWGAeCgqQAItACAAHoLFQgBRwBADA0EIIEWAJBCCwHIoIsAyKHLACigpwAooTYAKuhzAGroRwAa6CdUoAWcG4x3E9GFQUIAmADqCTBvCJsZE3LF9BNQyDDYWgbON9Zj8/KQG7OYxqgR64VyP7FO6y2NFYqsWq5TB7iLHMg9tVrGfKTuzLGu0VThT1hLP9ZFIvmgtjC2buxPoD9nJN00nDVIP7nl8CqpMqmS94mpdoU10G7yQwuvyJ7AqP0TIHkGADOIQ+4IYkg0TE89OPGcoT0y0WSN6BqKJZrTekoRTHz5lqk+Z2yzlmizdrWhFRh7/s2TMhgitWNL5XuVSm11VrgTWCTAXMvYX8ykf3o8vX1zUbobGd8RJerpkZ04c7TbuGcAhrVTmuxLmmuDkMR0qVlmACm6kyc0DiySIWuEEAMp3IBpLsRuCPZktNwCCBL6ZagEszyuVehzvnfOVewfYpaJ7PsYOt6xW65Iw4/vJ7o00q92Ct2ad5EcY4yBGJgXJ8s6osxIzrmQOwbdmEZb4lgECdNYE8TAEmYO65BzrJt10dhumm0B4EhIjoAmTH9urOnlxJ191MwO7M6OHlCU6rUBDiiMVASlO4AyDvat//88idifL4Wr4tPrT8Qbgu6aTmBEHftR5IWn3M+gFZK8GpVTwetJ9W5Sn54QC8fc546KgBboztoXqD2iNkgCD60dCMldax/djTHtBP1PeF2Mp63gqNUimVsQcgt2RxeBdtSoaA9zxwf3fxudgONNo52OMGZHzxnBGV3d4+EfRRMOpuH3RJ0BMOmbMcLTFCm8D4qR7uJ4lEhe0D8waaxChP6kfrdYg3JFyyVF5uTltP17q19LtWnlowpr6MkYU2OtKq9Xa7xVGWmgokuN6f2IgIG/8CUipraWcKCMYpOOHMR5OA7Lg8ePEz2dR9/NHShI3v6ogmEQtHVnYiAZqAnCQCC1tjMbt3ZG30TA0OUzfI65LzQGna6bzMlZTzukbKGTzpOcj1ntLM1tys8Ru2RfPHjOTDIMS6Y8qFgf8TY7PTBuffh6/VJgRHbGu4j1IQ/6XBQV0qzSZcvscSNQgPK0Kd27T0lf6nFwGVnajyqtIrt/WNKKlRcCxgbEN9/Bjdy2bWTQw23dRkda2LqV/59u24q4Gf2WN0ssjuq1s8auhVcPXl24e+HoHkMHdWhgRH8NStP73JsZ5nE4Jb5PfppPemTb6ooOodP7kiEDW2B46621aEW3beNynQGd3dRb+r3VEL4K2aqM4pq6LpqubFqgpXZQ+w7/tZYRxcFbp3EbH5ItZPS5ExvZdeGNZ3ja7Kz1bLvy5od93WM9Mg93/zw+MtM4/nNK1eXnxVlJZVP5edsLCxs4rE9a3+qQfKMTJk3iZuILQou/RbeI/lpcgpKvyf1/K1acD40X9hHGh07jS3wemi9piadUJbpldjf7Xttq3VfTw+QRYgqO0uvSQ2cEz0jLeTwvZV6/TpXd/+hLRQu4hR4XxcJk3Rezli1oq83dZbREtJAuXOhgqvBaJdqyXJzBp/DpiVvm9DL5XE1smSF7YLaRVfwxN0yHjwkrFvt4TvY09TYNHOLls6RCcIhvFR/qoU2gPmaxqIZ6Yml5w6/RzaNeNCot+RqV9jG3b4hRblt3QW5E5rNDc2/T1ztPFCh0Y428/+eUwar8EaKHPcqaHkXX+Pob/fdQFDfsVqR+4zTw7ctyyMCR0fnuwwuil8fWCZDGd8E9hfzBFrhGu+4tP7nUdi+Hq1/23U8j+fqrFn149+vPIhsU1q6VFLMVzSz5RhiD3GboliuEcMbuxLqkZ1dSy+XC5rqkTh7FzRDg6Ef/o+XqczHc8B2bRnOGM1zqMOZcqdqq1CitCo3C1/5eHBlH3efyNmZiFw1tlINue94erDRfMF0wV9gibcY2hovqk7Hp+o0y2KJshpF81t/mNsHl6TO+uBvez517WWBr/hek6a3+8XQpi/dtX5pdKtOLUgWZfgLGUoX6Ulm/5kt5vjJvQItaqloBl7wEHumblV0btepYt39Ro2M9k+seuFSd37jMWJHSlk8s1wiaZCuGjEpYGzdQIDr0v01aPVMX3sIrOjh3jlPO5hZ/lbNa0Lfs5bE9O1tb1LFc827+g7XaPYJ/DZ6p2zJx34mI2thIglgaNW7Us0dji2LwYIUlJlrYuJtZ5BCZu+W2baBnDp2nz9XPo6fF7vIJdF5cY4vUprdJp03r1GlE3Dy6b29jGeVq3Kix07k0cDQq8ZcjS2wVk4f0G5qXtj611vrtrbe0rN9WO3VDWh66WZW2oa4nEJsMXCvAdZzuojXdouFUSq3ChQVLGEcrCybR5XTI4GNGaPg8O8Yi55pIS2nfgsm0hPavH8rYvLE7qIu6AwD9xz1wXXJ1ob/oCMBl1dBIUzCCetOB/FFs8Be4M8wan1HeVJXxTSz7rOi6+9NqM7r5tcslI797GPdNQfF1Dcx9DO+/+dckFTo23CJ/p3t+gLgu6folF+mwA7JeDoDU7gO+qpu1eLR+ZphaZ5C4ZOiIOYjgjaiWFIQYSVFiAWRIQEvqkJQpHoj0FHpIhzWRSYDalW/EhNqPmKN0BFGSfhEj6U8sYPRvEZJVUyxVp0mUMiHh4I5BCzhlvhRaCt6rkkEy9RmSKtdsTC1378ARKajlbPE/9AQBeBk+4iVZiXjlmQr16HiBPCdVMqVgZXZmsDzN577nc2apqA3kYECTUN5RjC91ZJHAHy4Gtdd/BhKVnMZj1vxRfwdYhEdXlmYWU/CfSJhqzW2ZHV0kVsTUesrvZaRI2aNbC3LbT5RSd5QClpg5z9FbOpmbvfy0ZLZ+Vlz+pHbxrStxTGoQShgRECERETGRkM/bZyYnCqIkKqJu1LhJU8MDGtQkuFl0IlWxop7XFgxR1i8xCDBE6eUYMnAYul9USWWgKx8oeszNqtx3DYlQse/k4GW56zIm5/hCfQxRdMK66Dv6CDlpt+pAoTFfNs+mk77VOQSneTtP0qJuUasBAA==') format('woff2'),
    url('../fonts/iconfont.woff?t=1574068123157') format('woff'),
    url('../fonts/iconfont.ttf?t=1574068123157') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1574068123157#iconfont') format('svg'); /* iOS 4.1- */

}


.iconfont {

    font-family: "iconfont" !important;

    font-size: 16px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}


.icon-weibiaoti40:before {

    content: "\e639";

}


.icon-sousuo:before {

    content: "\e628";

}


.icon-facebook:before {

    content: "\e620";

}


.icon-pinterest:before {

    content: "\e8ab";

}


.icon-linkedin:before {

    content: "\e648";

}


.icon-youtube:before {

    content: "\e6d6";

}


.icon-twitter:before {

    content: "\e607";

}


.icon-up7:before {

    content: "\e722";

}


.icon-bottom7:before {

    content: "\e723";

}


.icon-left16:before {

    content: "\e748";

}


.icon-right16:before {

    content: "\e749";

}


.icon-instagram:before {

    content: "\e79d";

}


.icon-download2:before {

    content: "\e7a1";

}


.icon-email1:before {

    content: "\e7c5";

}


.icon-tel:before {

    content: "\e7cc";

}


.icon-calendar5:before {

    content: "\e7e3";

}


.icon-left10:before {

    content: "\e7f0";

}


.icon-right10:before {

    content: "\e7f1";

}

@font-face {
    font-family: "iconfont1"; /* Project id 2700880 */
    src: url('../fonts/iconfont1.woff2?t=1630121968750') format('woff2'),
    url('../fonts/iconfont1.woff?t=1630121968750') format('woff'),
    url('../fonts/iconfont1.ttf?t=1630121968750') format('truetype');
}

.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-vk-circle:before {
    content: "\e923";
}

.icon-VK-copy:before {
    content: "\e736";
}

.icon-vk:before {
    content: "\e735";
}


.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.xunpanc {

    margin-top: 25px;

    margin-bottom: 14px;

}


.xunpanc table {

    border: 1px solid #ef8200;

}


.xunpanc table tr:first-child td {
    color: #fff !important;
}

.xunpanc table tr:first-child {

    height: 40px;

    color: #fff !important;

    background-color: #ef8200;

}


.xunpanc table tr .td1 {

    width: 50%;

}

.xunpanc table tr .td1 a:hover, .xunpanc table tr .td3:hover {
    color: #ef8200 !important;
}


.xunpanc table tr .td2 {

    width: 30%;

}


.xunpanc table tr .td3 {

    width: 20%;

}


.xunpanc table tr td {

    padding: 11px;

    border-top: 1px solid #ef8200;

}


.xunpanc table tr .td2 {

    font-size: 0;

    line-height: 0;

}

.listcart {
    margin-top: 60px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: left;
}

.listcart a {
    background: #ef8200;
    display: inline-block;
    height: 34px;
    min-width: 200px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ef8200;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover {
    border: #ef8200 solid 1px;
    background: #fff;
    color: #ef8200 !important;
}

@media screen and (max-width: 999px) {

    .listcart a {
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }

}

@media screen and (max-width: 640px) {

    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
    }

}


.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}


@media screen and (max-width: 999px) {
    .main4 .vilie p {
        color: #fff;
    }
}

/*  main6  */
.main6 {
    padding-bottom: 85px;
    padding-top: 50px;
    margin-top: 60px;
    background: #e0e0e0;
}

.main6 .m2a {
    text-align: center;
}

.m6n {
    font-size: 0px;
    padding-top: 20px;
}

.m6n:after {
    content: "";
    clear: both;
    display: block;
}

.m6lie {
    width: 22.66%;
    display: inline-block;
    vertical-align: top;
    *float: left;
    margin-left: 2.78%;
    margin-bottom: 25px;
}

.m6tu {
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.m6tu img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main6 a:hover {
    color: #f8921b;
}

@media screen and (max-width: 1269px) {
    .m6n {
        margin-left: 0px;
    }
}

@media screen and (max-width: 999px) {
    .main6 {
        padding-bottom: 35px;
    }

    .m6zi {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 669px) {
    .main6 {
        padding-top: 33px;
        padding-bottom: 35px;
    }

    .m6lie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
    }

    .m6zi {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        margin-top: 6px;
    }
}


.main12 {
}

.main12 .m1tu {
    float: right;
}

.main12 .m1zi {
    float: left;
}

.m1tun {
    position: relative;
}

.m1tun iframe, .m1tun video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.attribute {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.attribute .box {
    margin-top: 10px;
}

.attribute .name span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    transition: 0.5s;
}

.attribute .name {
    line-height: 26px;
    padding: 10px;
    padding-right: 30px;
    background: #ef8200;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    transition: 0.5s;
}

.attribute .name i {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    transition: 0.5s;
}

.attribute .name.active {
    background: #ef8200;
}

.attribute .name.active span {
    color: #fff;
}

.attribute .name.active i {
    transform: rotate(180deg);
    color: #fff;
}

.attribute .item-box {
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
    display: none;
    cursor: pointer;
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
}

.attribute .item-box label {
    display: block;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.attribute .item-box > div {
    color: #666f66;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.attribute .item-box p input {
    display: inline-block;
    vertical-align: middle;
}

.attribute .item-box div span {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #1f1e19;
    display: inline-block;
    vertical-align: middle;
}

.attribute .check-box-div {
    display: inline-block;
    vertical-align: middle;
}

.attribute .check-box-div .icon {
    font-size: 18px
}

.attribute .item-box.active {
    display: block
}


/********************************************  video  ***********************************************/
.vimain {
    padding-bottom: 90px;
    padding-top: 60px;
}

.vin {
    margin-top: 40px;
}

.vilie {
    position: relative;
    background: #fff;
    border: solid 1px #e5e5e5;
    min-height: 296px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vilie .shipin {
    position: relative;
    padding-bottom: 74.93%;
    overflow: hidden
}

.vitu {
    display: block;
    width: 375px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.vitu img {
    width: 100%;
}

.vitu iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.vizi {
    margin-left: 400px;
    line-height: 271px;
}

.vizin {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.via {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.vip {
    display: block;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    margin-top: 20px;
}

.vip p {
    color: #666;
}

.tankaung {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}

.tankaungn2 iframe, .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

.tankaung:before {
    content: "x";
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 50%;
    border: #fff solid 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px
}


@media screen and (max-width: 999px) {
    .vimain {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .vilie {
        border: none;
        background: none;
        min-height: 109px;
        padding: 0px;
    }

    .vitu {
        left: 0px;
        top: 0px;
        width: 150px;
    }

    .vizi {
        margin-left: 160px;
        line-height: none;
    }

    .vizin {
        display: block;
    }

    .via {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
    }

    .vip {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        overflow: hidden;
        margin-top: 10px;
    }

    .tankaung:before {
        left: 1% !important;
        top: 1%;
    }
}

@media screen and (max-width: 767px) {
    .vimain {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .vilie {
        min-height: 87px;
    }

    .vitu {
        width: 120px;
    }

    .vizi {
        margin-left: 130px;
    }

    .via {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    .vip {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
    }

    .tankaungn2 {
        position: fixed;
        left: 5%;
        top: 15%;
        right: 5%;
        bottom: 15%;
    }
}

/********************************************  certificate  ***********************************************/
.maln {
    margin-left: auto !important;
}

.cemain {
    padding-top: 50px;
    padding-bottom: 80px;
    font-size: 0px;
    font-size: 0rem;
}

.cemain .m6lie {
    width: 22.7%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.066%;
}

.cemain .m-page {
    margin-top: 50px;
}

.m6fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.5s;
}

.m6fu i {
    display: block;
    position: absolute;
    color: #ffffff;
    width: 30px;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 24px;
}

.m6lie:hover .m6fu {
    opacity: 1;
}

@media screen and (max-width: 999px) {
    .cemain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m6fu {
        display: none
    }

    .cemain .m6lie {
        width: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
    }

    .cemain .m6zi {
        color: #333
    }

    .cemain .m-page {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cemain .m6lie {
        width: 31.33%;
    }
}

@media screen and (max-width: 499px) {
    .cemain .m6lie {
        width: 48%;
    }
}

.hop a {
    display: block;
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-top: 8px;
}

.horiqi {
    display: block;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px;
}

/*  product2  */
.prat {
    margin-top: 53px;
}

.atbiao {
    color: #202020;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    text-transform: uppercase;
}

.atn {
    position: relative;
    margin-top: 8px;
}

.atsp {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.atn label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    cursor: pointer;
}

.atn span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px
}


/*  news2  */
.nefor {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.nefor p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin: 0 10px;
}

.nefor p strong {
}

.nefor p em {
    color: #999
}

/*  about  */
.attachment {
    margin-bottom: 20px;
    margin-top: 20px;
}

.attachment.xing {
    position: relative;
}

.attachment.xing:before {
    content: "*";
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.attachment span {
    float: left;
}

.attachment #file-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment .file-group {
    float: right;
    margin: 0px 0 0 0px;
    width: calc(100% - 16px);
    height: 30px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background-color: #ef8200;
    border: 1px solid #ef8200;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    transition: 0.5s;
}

.attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.attachment .file-group .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.attachment .file-name-p {
    height: 34px;
    display: flex;
    align-items: flex-end;
    line-height: 34px;
    float: none;
    width: 100%;
}

.attachment .file-name-p i {
    cursor: pointer;
}

.attachment .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.attachment .file-group:hover .file-btn {
    background-color: #333;
    border-color: #333;
}

@media screen and (max-width: 999px) {
    .attachment .file-group {
        width: 100%;
    }
}


/******************************************************************  FAQ  *****************************************************/
.famain {
    padding-bottom: 77px;
    padding-top: 45px;
}

.subNav2 {
    cursor: pointer;
    white-space: pre-wrap;
    position: relative;
    background: #eee;
    line-height: 24px;
    padding: 10px;
    border-left: 5px solid #ef8200;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #ef8200;
}

.subNav2 i {
    display: block;
    position: absolute;
    width: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ef8200;
    font-size: 16px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.subNav2 span {
    color: #ef8200;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
}

.subNav2:hover {
}

.currentDd2 {
    background: #ef8200;
    color: #fff;
    margin-bottom: 0px;
}

.currentDd2 span {
    color: #fff;
}

.currentDd2 i {
    transform: rotate(90deg);
    color: #fff
}

.navContent2 {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    border: 1px solid #ef8200;
    margin-bottom: 30px;
}

.navContent2 p, .navContent2 strong {
    color: #333;
}

.navContent2 p {
    white-space: pre-wrap;
}

.navContent2 em {
    color: #ef8200;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
}

.navContent2 a {
    color: #ef8200;
}

.navContent2 img {
    max-width: 100%;
}

.navContent2 table {
    width: 97%;
    border-collapse: collapse;
    line-height: 24px;
}

.navContent2 tr td {
    line-height: 24px;
    padding: 2px;
}

.navContent2 tr td a {
    color: #333;
}

.famain .fenye {
    padding-top: 58px;
}

@media screen and (max-width: 999px) {
    .famain {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .subNav2 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .navContent2 {
        margin-bottom: 10px;
    }

    .famain .fenye {
        padding-top: 28px;
    }
}

.prt {
    padding-bottom: 30px;
}

.prtbiao2 {
    color: #202020;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
}

.prtp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 25px;
}

@media screen and (max-width: 999px) {
    .prt {
        padding-top: 20px;
    }

    .prtbiao2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    .prtp {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 15px;
    }
}


.left-pro .t2 {
    position: relative;
}

.provideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.provideo iframe, .provideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.m3lien {
    position: relative;
}

.m3lien iframe, .m3lien video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ynav {
    position: relative;
    float: right;
    width: 32px;
    padding-bottom: 10px;
    z-index: 9999;
    margin-top: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.yvnava {
    width: 32px;
    height: 28px;
    background: #ef8200;
    position: relative;
    border-radius: 5px;
}

.ysp1 {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
}

.ysp2 {
    display: block;
    width: 13px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -1px;
}

.ysp3 {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: 6px;
}

.yyiji {
    position: absolute;
    right: 0px;
    top: 34px;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    display: none
}

.yyiji li {
    position: relative;
}

.yyiji li a {
    display: block;
    border-bottom: solid 1px #d9d9d9;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 9px;
}

.yyiji li a:hover {
    background: #ef8200;
    color: #fff;
}

.yerji {
    position: absolute;
    right: 100%;
    top: 0px;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    display: none
}

.ynav:hover .yyiji {
    display: block;
}

.yyiji li:hover .yerji {
    display: block;
}

.ynav .dangqiandao a {
    background: #ef8200;
    color: #fff !important;
}

.honen {
    padding-top: 50px;
}

@media screen and (max-width: 1219px) {
    .ynav {
        top: 0px;
    }
}

@media screen and (max-width: 999px) {
    .ynav {
        margin-top: 10px;
        display: none
    }
}

@media screen and (max-width: 767px) {
    .ynav {
        display: none
    }

    .honen {
        padding-top: 30px;
    }
}


.domain {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.famain2 {
    padding: 30px 0;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.famain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ef8200;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

.cemain2 {
    position: relative;
}

.cemain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ef8200;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

@media screen and (max-width: 999px) {
    .appmain, .domain {
        padding: 30px 0;
    }

    .famain2 {
        padding: 30px 0;
    }
}

.appmain a:hover {
    color: #ef8200;
}

.m1tu {
    position: relative;
    overflow: hidden;
}

.m1tu iframe, .m1tu video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.m1vi {
}

.m1vi .m1tu {
    float: right;
}

.m1vi .m1zi {
    float: left;
}

.m1ap {
    background: #ef8200;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 5%;
    padding-bottom: 60px;
    border-top: 5px solid #ef8200;
    border-bottom: 5px solid #ef8200;
    position: relative;
}

.m1ap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    opacity: 1;
    z-index: -1
}

.m1ap .m2biao {
    color: #fff;
    margin-bottom: 40px;
}

.m1ap a {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .m1ap {
        padding: 0 2.5%;
        padding-top: 20px;
        padding-bottom: 40px;
        border-bottom: 2px solid #ef8200;
        border-top: 2px solid #ef8200
    }

    .m1ap .m2biao {
        color: #fff;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .m1vi .m1tu {
        float: none;
    }

    .m1vi .m1zi {
        float: none;
    }
}

.vimain .fenye, .cemain .fenye, .famain .fenye {
    text-align: center;
}

.vimain .fenyen, .cemain .fenyen, .famain .fenyen {
    display: inline-block;
    float: none;
}


.przhan {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.przhanh {
    height: auto !important;
}

.fuc {
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.zhankai {
    background: #fff;
    height: 30px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #ef8200;
    margin-top: 10px;
}

.zhankai i {
    display: block;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    transition: 0.5s;
}

.zhankaih i {
    transform: rotate(180deg)
}

.fuch {
    display: none !important;
}

::selection {
    color: #fff;
    background: #ef8200;
}


.slideshow iframe, .slideshow video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    border: none;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #ef8200
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #ef8200;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #ef8200
}

.listcart2 {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart2 a, .listcart2 button {
    display: inline-block;
    min-width: 200px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer;
    color: #666;
    border: #666 solid 1px;
    line-height: 34px;
    line-height: 34px;
    background: #fff;
}

.listcart2 a:hover, .listcart2 button:hover {
    background: #ef8200;
    color: #fff;
    border: #ef8200 solid 1px;
}

@media screen and (max-width: 640px) {
    .listcart2 a, .listcart2 button {
        width: 100%;
        display: block
    }


}


/*xun pan tijiao*/

.xunpanlb {
    clear: both;
    margin: 20px auto;
    background: #fff;
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #ef8200;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
    font-size: 0;
    letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
    height: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.xunpanlb .table .tbody .td a {
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #ef8200;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

@charset "utf-8"; /* CSS Document */

html {
    font-size: 62.5%;
    height: 100%
}

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    max-width: 1920px;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}

img {
    display: inline-block
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


* {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */

    color: #333;
    opacity: 1
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #333;
    opacity: 1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #333;
    opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #333;
    opacity: 1
}


.sousuo input::-webkit-input-placeholder { /* WebKit browsers */

    color: #999999;
    opacity: 1
}

.sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #999999;
    opacity: 1
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #999999;
    opacity: 1
}

.sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #999999;
    opacity: 1
}


.foot input::-webkit-input-placeholder { /* WebKit browsers */

    color: #a6a6a6;
    opacity: 1
}

.foot input:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #a6a6a6;
    opacity: 1
}

.foot input::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #a6a6a6;
    opacity: 1
}

.foot input:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #a6a6a6;
    opacity: 1
}


.foot textarea::-webkit-input-placeholder { /* WebKit browsers */

    color: #a6a6a6;
    opacity: 1
}

.foot textarea:-o-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #a6a6a6;
    opacity: 1
}

.foot textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #a6a6a6;
    opacity: 1
}

.foot textarea:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #a6a6a6;
    opacity: 1
}


@media screen and (min-width: 1220px) {
    .zong {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .zong {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .zong {
        width: 95%;
        margin: auto;
    }
}


.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .sb-cube-grid {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.preloader .sb-cube-grid .sb-cube {
    width: 33%;
    height: 33%;
    background-color: #ef8200;
    float: left;
    -webkit-animation: sb-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sb-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .sb-cube-grid .sb-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .sb-cube-grid .sb-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sb-cube-grid .sb-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .sb-cube-grid .sb-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .sb-cube-grid .sb-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .sb-cube-grid .sb-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .sb-cube-grid .sb-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader .sb-cube-grid .sb-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader .sb-cube-grid .sb-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sb-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }

}

@keyframes sb-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }

}

.site-welcome {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.site-welcome.active {
    display: flex;
}


/*  head  */

.head {
}

.head .zong {
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
}

.logo {
    display: block;
    float: left;
    width: 225px;
    line-height: 100px;
    text-align: center;
}

.logo img { /* display:block; *//* margin:auto; *//* width:100%; *//* max-width:225px; */
    max-height: 100px;
    vertical-align: middle;
    display: inline;
}


.her {
    float: right;
    padding-top: 7px;
}

.yvn {
    float: right;
    position: relative;
    z-index: 9999
}

.yvzhonga {
    display: block;
    background: url(../images/yvzhong.png) no-repeat right center;
    padding-right: 38px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
    border-radius: 15px;
    padding-left: 24px;
    cursor: pointer;
    z-index: 99999
}

.yvul {
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 14px;
    display: none;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #a0a0a0;
    border-radius: 14px;
}


.htag {
    float: right;
    margin-right: 54px;
    color: #999999;
    line-height: 18px;
    padding: 6px 0;
    max-width: 770px;
}

.htag p {
    float: left;
    color: #999999;
}

.htag a {
    display: block;
    float: left;
    margin-left: 3px;
    color: #999999;
}

.htag span {
    color: #999999;
    margin-left: 3px;
    float: left;
}

.htag i {
    float: left;
}


.sousuo {
    float: right;
    margin-top: 9px;
}

.sousuo form {
    width: 201px;
    height: 28px;
    border: 1px solid #a0a0a0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sou {
    width: 160px;
    height: 26px;
    float: left;
    line-height: 26px;
    float: left;
    padding-left: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    border-radius: 15px;
}

.suo {
    width: 25px;
    height: 28px;
    float: right;
    cursor: pointer;
    background: none;
    position: relative;
    z-index: 3;
}

.sousuo form i {
    display: block;
    width: 25px;
    line-height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ef8200;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 2;
}


.shejiao {
    float: right;
    margin-right: 17px;
    margin-top: 9px;
}

.shejiao a {
    display: block;
    color: #c7c7c7;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    float: left;
    margin-right: 2px;
}

.shejiao a:hover {
    background: #ef8200;
    color: #fff;
    font-size: 14px;
}


.hlianxi {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 30px;
    margin-top: 9px;
    margin-right: 8px;
}

.hlianxi li {
    float: left;
    padding-left: 28px;
    position: relative;
    min-width: 190px;
    color: #666;
    margin-left: 47px;
}

.hlianxi li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ef8200;
    font-size: 20px;
}

.hlianxi li a {
    color: #666;
}

.yvul a:hover, .htag a:hover, .hlianxi li a:hover {
    color: #ef8200;
}


.daoz {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 97px;
}

.daohang {
    background: #ef8200;
    text-align: center;
    display: -webkit-flex;
    ã€€display: -moz-flex;
    ã€€display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 999;
    padding: 6px 0;
    ã€€-ms-flex: 1;
    ã€€-webkit-flex: 1;
    flex: 1;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    width: 14.28% \9 \0;
}

.daohang > li > a {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.daohang > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: -100%;
    bottom: 0px;
    transition: 0.5s;
}

.daohang > li:hover > a:before {
    left: 0px;
}

.dangqiandao > a:before {
    left: 0px !important;
}


.yijiw {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 220px;
    top: -9999px;
    left: 0px;
    text-align: left
}

.yiji {
}

.yiji li {
    position: relative;
    transition: 0.5s;
}

.yiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 0px;
    padding: 5px 25px;
}

.yiji li:hover {
    background: #ef8200;
}

.yiji li:hover > a {
    color: #fff;
}

.erji {
    position: absolute;
    width: 220px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    top: -9999px;
    left: 220px;
}

.sanji {
    position: absolute;
    width: 220px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    top: -9999px;
    left: 220px;
}

.daohang > li:hover .yijiw {
    top: 52px;
}

.daohang > li:hover .yiji > li > a {
    line-height: 29px;
}

.yiji > li:hover .erji {
    top: 0px;
}

.yiji > li:hover .erji > li > a {
    line-height: 29px;
}

.erji > li:hover .sanji {
    top: 0px;
}

.erji > li:hover .sanji > li > a {
    line-height: 29px;
}

.matn {
    margin-top: auto !important;
}


.container {
    display: none
}


/*  banner  */

.slideshow {
    position: relative;
    z-index: 1
}

.slideshow .wp {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.slick-dots {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 23px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    background: #ffffff;
    font-size: 0px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 50%;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    border: 2px solid #0093dd;
}

.slick-dots li.slick-active button {
    background: #ef8200;
}


.slick-prev, .slick-next {
    width: 64px;
    height: 64px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    display: none !important
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 79px;
    z-index: 999;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 79px;
    z-index: 999;
}

.slick-prev:hover {
}

.slick-next:hover {
}


.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl]
.slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


@media screen and (max-width: 1219px) {

    .logo {
        width: 200px;
    }

    .htag {
        margin-right: 10px;
        max-width: 600px;
    }

    .hlianxi li {
        min-width: inherit;
        margin-left: 17px;
        padding-left: 15px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .hlianxi li i {
        font-size: 12px;
    }

    .shejiao {
        margin-right: 7px;
    }

    .shejiao a {
        width: 20px;
        line-height: 20px;
        margin-top: 5px;
        font-size: 18px;
        float: left;
        margin-right: 2px;
    }

    .shejiao a:hover {
        background: #ef8200;
        color: #fff;
        font-size: 12px;
    }

    .sousuo form {
        width: 181px;
    }

    .sou {
        width: 140px;
    }

}

@media screen and (min-width: 1000px) {
    .carousel, .nav, .clear3 {
        display: none
    }
}

@media screen and (max-width: 999px) {

    .head .zong {
        padding-bottom: 0px;
    }

    .her {
        float: none;
    }

    .htag {
        padding-left: 190px;
        margin-top: 30px;
        max-width: none;
    }

    .yvn {
        position: absolute;
        right: 0px;
        top: 7px;
    }

    .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 180px;
    }

    .daoz {
        position: relative;
        top: auto;
        margin-top: 10px;
        display: none;
    }

    .yijiw, .yiji2 {
        display: none
    }

    .daohang > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
    }

    .sousuo, .shejiao, .hlianxi {
        margin-top: 10px;
    }

    .clear3 {
        clear: both;
    }

}

@media screen and (max-width: 999px) {

    .head .zong {
        padding-bottom: 0;
    }

    .logo {
        width: 225px;
        left: 0;
        margin: 0 auto;
        bottom: 0px;
        top: auto;
        position: relative;
        float: none;
    }


    .daohang, .daohang1, .htag, .hlianxi, .sousuo {
        display: none
    }

    .search {
        right: 40px;
        top: 15px;
    }

    .yvn {
        position: absolute;
        right: auto;
        left: 0;
        top: 0;
    }

    .yvzhonga {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .shejiao {
        position: absolute;
        left: 0px;
        top: 7px;
        margin-top: 0px;
        display: none;
    }


    .jian {
        display: none
    }


    .slick-dots {
        right: 20px;
    }

    .container {
        width: 5px;
        height: 100%;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 999999999999999;
        cursor: pointer;
        position: fixed;
        top: -5px;
        right: 0;
        display: block;
    }

    .container .nav {
        overflow: hidden;
        width: 300px;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: auto;
        overflow: scroll;
    }

    .container .nav form {
        margin: 15px auto;
        width: 258px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
    }

    .container .nav form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: left;
    }

    .container .nav form .ipsc {
        width: 20%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
        cursor: pointer;
    }

    .container .nav form i {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .container .nav > ul {
        display: none;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: scroll;
        padding-top: 45px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container .nav > ul > li {
        line-height: 40px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 10px;
        position: relative;
    }

    .container .nav > ul > li .addition {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 10px;
        background: url(../images/shizi.png) no-repeat center center;
    }

    .container .nav > ul > li .addition.fa:before {
        margin-right: 5px;
        color: #fff;
        text-indent: 0;
    }

    .container .nav > ul > li > a {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        display: block;
        margin-right: 40px;
    }

    .container .nav > ul > li > a span {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .container .nav > ul > li .c-show {
        display: none;
        width: 100%;
    }

    .container .nav > ul > li .c-show1 .c-s1 {
        position: relative;
        padding-left: 15px;
    }

    .container .nav > ul > li .c-show1 .c-s1 > a {
        position: relative;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
        margin-right: 40px;
    }

    .container .nav > ul > li .c-show1 .c-s1 > a span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 {
        position: relative;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
        position: relative;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
        padding-left: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
        margin-right: 40px;
    }

    .container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
    }

    .container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
        position: relative;
    }

    .container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
        padding-left: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
    }

    .container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
    }

    .container .nav > ul > dl {
        padding: 20px;
    }

    .container .nav > ul > dl dd {
        float: left;
        margin: 0 2px;
    }

    .container .menubtn {
        width: 23px;
        height: 18px;
        position: absolute;
        top: 19px;
        right: 12px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 9999;
    }

    .container .menubtn span {
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 3px;
        background-color: #ef8200;
    }


    .carousel {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .carousel ul {
        width: 100%;
        height: 100%;
    }

    .carousel ul li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel ul li img {
        width: 100%;
        vertical-align: middle;
    }

    .carousel ol {
        position: absolute;
        z-index: 2;
        height: 10px;
        bottom: 0px;
        left: 50%;
        margin-left: -80px;
    }

    .carousel ol li {
        float: left;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }

    .carousel ol li.cur {
        width: 10px;
        background: #046eb8;
    }

    .carousel ol li:last-child {
        margin: 0;
    }


    .slick-dots {
        bottom: 5px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 2px solid #0093dd;
    }

}


/*  main1  */

@keyframes mor {

    0% {
        left: 50%;
        margin-left: -140px;
    }

    50% {
        left: 50%;
        margin-left: 108px;
    }

    100% {
        left: 50%;
        margin-left: -140px;
    }

}


.main1 {
    padding-top: 68px;
    padding-bottom: 55px;
}

.m1biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    text-align: center;
    font-family: "Impact";
    position: relative;
    padding-top: 11px;
}

.m1biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -123px;
    top: 0px;
    width: 40px;
    height: 3px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.m1lie {
    width: 285px;
    float: left;
    margin-left: 20px;
    margin-top: 61px;
    height: 337px;
}

.m1tu {
    display: block;
    width: 155px;
    margin: auto;
    border: 15px solid #f4efec;
    border-radius: 50%;
    background: #f4efec;
    position: relative;
}

.m1tu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.m1tu span {
    display: block;
    border-radius: 50%;
}

.m1tu span img {
    width: 100%;
    max-width: 152px;
    max-height: 152px;
    border-radius: 50%;
}

.m1a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ef8200;
    font-weight: bold;
    line-height: 24px;
    margin-top: 23px;
}

.m1lie p {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m1lie p a {
    display: block;
}


@keyframes m1tu {

    0% {
        transform: rotate(0deg);
        border: 2px dashed #ef8200
    }

    50% {
        transform: rotate(180deg);
        border: 2px dashed #ef8200
    }

    100% {
        transform: rotate(360deg);
        border: 2px dashed #ef8200
    }

}

.m1lie:hover .m1tu:before {
    -webkit-animation-name: m1tu;
    animation-name: m1tu;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.m1lie:hover a.m1a {
    color: #0093dd;
}

.m1lie:hover p a, a.m1biao:hover {
    color: #ef8200;
}

a.m1biao:hover:before {
    margin-left: -20px;
}

@media screen and (max-width: 1219px) {

    .m1lie {
        width: 241px;
        margin-left: 5px;
    }

}

@media screen and (max-width: 999px) {

    @keyframes m1tu {

        0% {
            transform: rotate(0deg);
            border: 1px dashed #ef8200
        }

        50% {
            transform: rotate(180deg);
            border: 1px dashed #ef8200
        }

        100% {
            transform: rotate(360deg);
            border: 1px dashed #ef8200
        }

    }



    .main1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m1biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 5px;
    }

    .m1biao:before {
        margin-left: -90px;
    }

    .m1lie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-top: 21px;
        height: 272px;
    }

    .m1tu {
        width: 100px;
        border: 10px solid #f4efec;
    }

}

@media screen and (max-width: 489px) {

    .m1tu {
        width: 80px;
        border: 8px solid #f4efec;
    }

    .m1tu:before {
        left: -1px;
        top: -1px;
    }

    .m1a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m1lie {
        height: 248px;
    }

    .m1lie p {
        font-size: 12px;
        font-size: 1.2rem;
    }

}


/*  main2  */

.main2 {
    background: url(../images/m2bei.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
    padding-top: 62px;
    padding-bottom: 78px;
    overflow: hidden;
}

.main2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/m2bei.jpg) no-repeat center;
    background-size: cover;
    z-index: -1
}

.main2 .zong {
    background: #fff;
}

.m2n {
    padding: 68px 37px;
    padding-bottom: 85px;
}

.m2tu {
    display: block;
    float: left;
    width: 520px;
    position: relative;
    z-index: 0
}

.m2tu img {
    width: 100%;
    max-width: 520px;
    max-height: 390px;
    margin: auto;
    position: relative;
    z-index: 2
}

.m2tu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 24px;
    top: 24px;
    background: url(../images/m2xiegang.png);
    z-index: 1
}

.m2zi {
    width: 548px;
    float: right;
    padding-top: 21px;
}

.m2a {
    display: block;
    position: relative;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    font-family: "Impact";
    padding-top: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.m2a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
}

.m2zi p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 30px;
}

.m2zi p a {
    display: block
}

.m2mor {
    display: inline-block;
    background: #ef8200;
    border-radius: 17px;
    margin-top: 34px;
    position: relative;
}

.m2mor i {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.m2mor span {
    display: none;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
}

.m2mor:hover {
    padding-right: 9px;
    padding-left: 25px;
    height: 34px;
}

.m2mor:hover i {
    margin-left: 7px;
}

.m2mor:hover span {
    display: inline-block;
}

a.m2a:hover, .m2zi p a:hover {
    color: #ef8200;
}

a.m2a:hover:before {
    left: 22px;
}

@media screen and (max-width: 1219px) {

    .m2n {
        padding: 30px 10px;
    }

    .m2zi {
        width: 448px;
    }

    .m2tu {
        width: 480px;
    }

    .m2tu:before {
        left: 10px;
        top: 10px;
    }

}

@media screen and (max-width: 999px) {

    .main2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m2n {
        padding: 20px 10px;
    }

    .m2a {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 8px;
        margin-top: 10px;
    }

    .m2zi {
        width: 100%;
        float: none
    }

    .m2tu {
        width: 100%;
        float: none
    }

    .m2tu:before {
        display: none
    }

    .m2zi p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: auto;
        margin-top: 10px;
    }

    .m2mor {
        margin-top: 10px;
    }

}


/*  main3  */

.main3 {
    padding-top: 77px;
    padding-bottom: 114px;
}

.m3biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    text-align: center;
    font-family: "Impact";
    position: relative;
    text-transform: uppercase;
    padding-top: 18px;
}

.m3biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -118px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.img-scroll {
    position: relative;
    margin-top: 53px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    display: block;
    color: #999999;
    text-align: center;
    font-size: 26px;
    line-height: 20px;
    color: #ef8200;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    top: 50%;
    margin-top: -52px;
}

.img-scroll .prev {
    left: 0px;
    cursor: pointer;
}

.img-scroll .next {
    right: 0px;
    cursor: pointer;
}

.img-scroll .prev:hover, .img-scroll .next:hover {
    color: #0093dd
}

.img-list {
    position: relative;
    overflow: hidden;
    margin-left: 67px;
    margin-right: 73px;
}

.img-list ul {
    width: 10000%;
}

.img-list li {
    float: left;
    display: inline;
    position: relative;
    width: 244px;
    margin-right: 27px;
    cursor: pointer;
    text-align: center;
}


.m3tu {
    position: relative;
}

.m3tun {
    display: block;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.m3tun img {
    width: 100%;
    max-width: 473px;
    max-height: 473px;
    transition: 0.5s;
}

.m3fu {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    background: #ef8200;
    background: rgba(239, 130, 0, 0.8);
    transition: 0.5s;
}

.m3fu p a {
    display: block;
    position: absolute;
    width: 96%;
    left: 2%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #ffffff;
    height: 112px;
    overflow: hidden;
    top: 50%;
    margin-top: -56px;
    text-align: center;
}

.img-list li:hover .m3fu {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.img-list li:hover .m3tun img {
    transform: scale(1.2);
}

.m3a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 11px;
}

.main3 .m2mor {
    margin: auto;
    margin-top: 10px;
}

.m3a:hover {
    color: #ef8200;
}

.m3fu p a:hover {
    color: #333;
}

a.m3biao:hover {
    color: #ef8200;
}

a.m3biao:hover:before {
    left: 50%;
    margin-left: -22px
}

@media screen and (max-width: 1219px) {

    .img-list {
        margin-left: 30px;
        margin-right: 30px;
    }

    .img-list li {
        width: 222px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 999px) {

    .main3 {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .m3biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 10px;
    }

    .m3biao:before {
        margin-left: -80px;
    }

    .img-scroll {
        margin-top: 23px;
    }

    .img-list li {
        width: 0.32%;
        margin-right: 0.015%;
    }

    .m3fu {
        position: relative;
        width: auto;
        height: auto;
        padding: 10px;
        left: auto;
        top: auto;
    }

    .m3fu p a {
        position: relative;
        height: auto;
        width: auto;
        left: auto;
        top: auto;
        margin: auto;
        max-height: 112px;
    }

    .img-list li:hover .m3fu {
        width: auto;
        height: auto;
        left: 0px;
        top: 0px;
    }

}

@media screen and (max-width: 699px) {

    .m3fu p a, .m3a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .img-list li {
        width: 0.49%;
        margin-right: 0.015%;
    }

}

@media screen and (max-width: 449px) {

    .img-list li {
        width: 1%;
        margin-right: 0.015%;
    }

}


/*  main4  */


.m4n {
    background: url(../images/m4nbei.jpg) repeat-x bottom;
}


.m4biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    color: #ef8200;
    text-align: center;
    font-family: "Impact";
    position: relative;
    text-transform: uppercase;
    padding-top: 18px;
}

.m4biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.m4p {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    margin-top: 23px;
    padding: 0 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m4p a {
    display: block;
    color: #ffffff;
}


.m4n2 {
    background: #f2f2f2;
    margin-top: 40px;
}

.m4t .m4lie {
    width: 33.3333%;
    float: left;
}

.m4b .m4lie {
    width: 50%;
    float: left;
}

.m4lien {
    margin: 1px;
    position: relative;
    overflow: hidden;
}

.m4tu {
    display: block;
    overflow: hidden;
}

.m4tu img {
    width: 100%;
    max-width: 600px;
    max-height: 450px;
    margin: auto;
    transition: 0.5s;
}

.m4fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    background: #ef8200;
    background: rgba(239, 130, 0, 0.8);
    transition: 0.5s;
}

.m4fun {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -100px;
}

.m4fun > a {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m4fun p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    margin-top: 48px;
    height: 112px;
    overflow: hidden
}

.m4fun a:hover {
    color: #333;
}

.m4lie:hover .m4fu {
    left: 0px;
}

.m4lie:hover .m4tu img {
    transform: scale(1.1);
}

a.m4biao:hover {
    color: #fff;
}

a.m4biao:hover:before {
    left: 50%;
    margin-left: -22px
}

.m4p a:hover {
    color: #ef8200;
}

@media screen and (max-width: 999px) {

    .main4 {
        padding-top: 23px;
    }

    .m4biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 10px;
    }

    .m4biao:before {
        margin-left: -75px;
    }

    .m4fu, .m4fun {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
        width: auto;
    }

    .m4fun {
        padding: 10px;
    }

    .m4fun > a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .m4fun p a {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 20px;
        height: 80px;
    }

    .m4p a {
        padding: 0px;
    }

}

@media screen and (max-width: 559px) {

    .m4lie {
        width: 100% !important
    }

    .m4fun p a {
        height: auto;
    }

}


/*  main5  */

.main5 {
    padding-top: 91px;
    padding-bottom: 80px;
}

.m5biao {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    text-align: center;
    font-family: "Impact";
    position: relative;
    text-transform: uppercase;
    padding-top: 18px;
}

.m5biao:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -135px;
    top: 0px;
    width: 44px;
    height: 4px;
    background: #ef8200;
    transition: 0.5s;
    -webkit-animation-name: mor;
    animation-name: mor;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

a.m5biao:hover {
    color: #ef8200;
}

a.m5biao:hover:before {
    left: 50%;
    margin-left: -22px
}


.m5lie {
    width: 347px;
    float: left;
    margin-left: 79px;
    margin-top: 25px;
}

.m5tu {
    display: block;
    overflow: hidden;
}

.m5tu img {
    width: 100%;
    max-width: 605px;
    max-height: 454px;
    margin: auto;
    transition: 0.5s;
}

.m5a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m5lie span {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #c7c7c7;
}

.m5lie span i {
    display: block;
    color: #c7c7c7;
    line-height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}


.m5mor {
    display: inline-block;
    min-width: 155px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    background: #666666;
    margin-top: 24px;
}

.m5lie a:hover {
    color: #ef8200;
}

.m5mor:hover {
    background: #ef8200;
    color: #fff !important
}

.m5lie:hover .m5tu {
    border-radius: 70px;
}

.m5lie:hover .m5tu img {
    transform: scale(1.1);
}

@media screen and (max-width: 1219px) {

    .m5lie {
        width: 320px;
        margin-left: 10px;
    }

}

@media screen and (max-width: 999px) {

    .main5 {
        padding-top: 21px;
        padding-bottom: 20px;
    }

    .m5lie {
        width: 32.333%;
        margin-left: 0.5% !important;
        margin-right: 0.5%;
    }

    .m5biao {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 10px;
    }

    .m5biao:before {
        margin-left: -90px;
    }

}

@media screen and (max-width: 699px) {

    .m5lie {
        width: auto;
        float: none;
        margin-left: 0% !important;
        margin-right: 0%;
        position: relative;
    }

    .m5tu {
        width: 200px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .m5lie {
        padding-left: 220px;
    }

    .m5a {
        margin-top: 0px;
    }

    .m5mor {
        margin-top: 10px;
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 449px) {

    .m5tu {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    .m5lie {
        padding-left: 0px;
    }

    .m5a {
        margin-top: 10px;
    }

}


/*  foot  */

.foot {
    background: #2e2e2e;
    padding-top: 131px;
    padding-bottom: 17px;
}

.fbiao {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #fbfbfb;
    line-height: 35px;
    font-family: "Impact";
}

.fo1 {
    width: 240px;
    float: left;
}

.fo2 {
    width: 350px;
    float: left;
    margin-left: 74px;
}

.fo3 {
    width: 498px;
    float: right;
}


.ful1 {
    margin-top: 31px;
}

.ful1 li {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #ffffff;
    margin-top: 6px;
}

.ful1 li a {
    color: #fff;
}


.ful2 {
    margin-top: 31px;
}

.ful2 li {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #bfbfbf;
    margin-top: 6px;
}

.ful2 li a, .ful2 li span {
    color: #bfbfbf;
}

.ful2 li a:hover, .ful1 li a:hover, a.fbiao:hover {
    color: #ef8200;
}


.fo3 form {
    padding-top: 22px;
}

.fo3 .int1 {
    width: 220px;
    margin-top: 19px;
}

.fo3 .xing {
    padding-left: 14px;
    background: url(../images/xing1.png) no-repeat left 17px;
}

.fo3 .int1 input {
    width: 205px;
    line-height: 38px;
    padding-left: 13px;
    border: 1px solid #bfbfbf;
    background: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a6a6a6
}

.fo3 .int2, .fo3 .int3 {
    margin-top: 19px;
}

.fo3 .int2 textarea {
    width: 469px;
    height: 85px;
    line-height: 38px;
    padding-left: 13px;
    border: 1px solid #bfbfbf;
    background: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a6a6a6
}

.fo3 .int4 {
    width: 144px;
    line-height: 38px;
    padding-left: 13px;
    border: 1px solid #bfbfbf;
    background: none;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a6a6a6;
    margin-bottom: 19px;
}

.fo3 .yanzheng {
    max-height: 40px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 19px;
    cursor: pointer;
}

.fo3 .int5 {
    float: left;
    min-width: 145px;
    height: 40px;
    padding: 0 5px;
    background: #ef8200;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 19px;
    transition: 0.5s;
}

.fo3 .int5:hover {
    background: #0093dd;
}


.shejiao2 {
    text-align: center;
    margin-top: 17px;
}

.shejiao2 a {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    margin: 5px 17px;
}

.shejiao2 a:hover {
    color: #ef8200;
}


.foot2 {
    background: #252525;
    padding-top: 20px;
    padding-bottom: 23px;
}

.youlian {
    font-size: 16px;
    font-size: 1.6rem;
    color: #e5e5e5;
    line-height: 30px;
}

.youlian p {
    color: #e5e5e5;
    float: left;
}

.youlian a {
    color: #e5e5e5;
    float: left;
    margin: 0 10px;
}

.fp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #e5e5e5;
    margin-top: 1px;
}

.fp a {
    color: #e5e5e5;
}

.fp img {
    display: inline-block;
    vertical-align: middle
}

.foot2 a:hover {
    color: #ef8200;
}

.foot3 {
    border-top: 1px solid #fff;
    padding-top: 33px;
    padding-bottom: 40px;
}


@keyframes top {

    0% {
        background-position: bottom center
    }

    100% {
        background-position: top center
    }

}


.top {
    width: 46px;
    height: 54px;
    border: 2px solid #535353;
    margin: auto;
    background: url(../images/top.png) no-repeat center;
    cursor: pointer;
    position: fixed;
    right: 128px;
    bottom: -100px;
    transition: 0.9s;
    z-index: 999;
    -webkit-animation-name: top;
    animation-name: top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bottom {
    bottom: 80px;
}


@media screen and (max-width: 1219px) {

    .fbiao {
        font-size: 20px;
        font-size: 2rem;
    }

    .fo1 {
        width: 200px;
        float: left;
    }

    .fo2 {
        width: 260px;
        float: left;
        margin-left: 10px;
    }

    .fo3 {
        width: 498px;
        float: right;
    }

}

@media screen and (max-width: 999px) {

    .foot {
        padding-top: 30px;
        padding-bottom: 17px;
    }

    .fo1 {
        width: 40%;
        float: left;
    }

    .fo2 {
        width: 55%;
        float: right;
        margin-left: auto;
    }

    .fo3 {
        width: 100%;
        float: none;
    }

    .fo3 .int1, .fo3 .int2 {
        width: 100%;
        float: none;
        margin-top: 19px;
    }

    .fo3 .int1 input, .fo3 .int2 textarea {
        width: 93%;
    }

}

@media screen and (max-width: 767px) {

    .foot {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .youlian {
        display: none
    }

    .shejiao2 {
        margin-top: 0px;
    }

    .foot2 {
        padding-bottom: 70px;
    }

    .fo1,.fo2,.fo3{position: relative;width: 100%; float: none;margin-bottom: 16px}
    .fo1 .ful1, .fo2 .ful2, .fo3 form{display: none}
    .fbiao{position: relative;width: 100%;;padding-right: 20px;box-sizing: border-box;}
    .fbiao::before{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-family: "iconfont";content: "\e74f";line-height: 30px;
        font-size: 14px;color: #fff;}

    .top {
        width: 30px;
        height: 35px;
        right: 10px;
        bottom: 80px;
    }

    .shejiao2 a {
        font-size: 20px;
        color: #ffffff;
        margin: 5px;
    }

}


/**************************************  product  *************************************/

.fenbanner {
    position: relative;
}

.fentu {
    display: block;
    overflow: hidden
}

.fentu img {
    width: 100%;
    max-width: 1920px;
    max-height: 304px;
}

.fenzi {
    position: absolute;
    left: 50%;
    min-width: 272px;
    top: 50%;
    margin-top: -10px;
    font-size: 34px;
    font-size: 3.4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fenzi:before {
    content: "";
    width: 48px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: -48px;
    top: 50%;
    margin-top: -1px;
}

.fenzi:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: -48px;
    top: 50%;
    margin-top: -1px;
}


.mtop30 {
    margin-top: 30px
}

.mianbao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 21px;
}

.mianbao a:hover {
    color: #ef8200;
}

.coef {
    color: #ef8200 !important;
}

@media screen and (max-width: 767px) {
    .mtop30 {
        margin-top: 10px
    }

}

.prmain {
    padding-top: 39px;
    padding-bottom: 116px;
}

.prl {
    width: 245px;
    float: left;
}

.prr {
    width: 900px;
    float: right;
}

.prtbiao {
    display: block;
    background: #333333;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    padding: 15px 10px;
}

.prtbiao:hover {
    color: #ef8200
}

.fenlei {
}

.fenlei > li {
    margin-bottom: 8px;
    margin-top: 5px;
}

.fenlei > li > a {
    display: block;
    background: #ef8200;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 30px;
    padding: 5px;
    padding-left: 16px;
}

.pryiji {
    padding-left: 33px;
    padding-bottom: 17px;
    display: none;
}

.pryiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
}

.prerji {
    padding-left: 36px;
    display: none;
}

.pryiji li:hover > a {
    color: #ef8200
}

.dangqianpr > a {
    color: #ef8200 !important
}

.fenlei > li > a:hover {
    background: #333
}

.dangqianfen > a {
    background: #333 !important
}


.slide-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    background-color: #1f968f;
    margin-bottom: 3px;
    position: relative;
    margin-top: 20px;
}

.slide-title, .slide-title a {
    color: #fff;
}

.slide-title a {
    display: block;
}

.slide-title:hover, .slide-title:hover a {
    color: #fff;
}

.slide-title.slide-title1 {
    display: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
}

.slide-title.slide-title1:hover {
    background-color: #333;
}

.slide-title.slide-title1:hover, .slide-title.slide-title1:hover a {
    color: #fff;
}

.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
}


.prlb {
    margin-top: 79px;
}

.prlbbiao {
    display: block;
    line-height: 36px;
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    background: #333;
    text-align: center;
}

.taul {
    padding-top: 9px;
}

.taul li {
    border-top: 1px solid #a9a9a9;
}

.taul li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    line-height: 24px;
    padding: 23px 0 22px 0;
}

.bon {
    border: none !important
}

.taul li a:hover {
    color: #ef8200
}

.prlbbiao:hover {
    background: #333;
    color: #fffl;
}


.tagd {
    padding-bottom: 33px;
}

.taa {
    display: inline-block;
    min-width: 165px;
    line-height: 32px;
    padding: 5px;
    border: 2px solid #ef8200;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ef8200;
}

.tagn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    padding-top: 13px;
}

.tagn p, .tagn span, .tagn li {
    color: #666666;
}


.prlie {
    position: relative;
    min-height: 282px;
    margin-bottom: 30px;
}

.prtu {
    display: block;
    width: 280px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.prtu img {
    width: 100%;
    max-width: 473px;
    max-height: 473px;
    transition: 0.5s;
    display: block
}

.przi {
    margin-left: 324px;
    position: relative;
    padding-top: 15px;
}

.przi input {
    position: absolute;
    left: 0px;
    top: 23px;
    cursor: pointer
}

.pra {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-left: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.przi p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 16px;
}

.przi p a {
    display: block;
}

.prmor {
    display: inline-block;
    min-width: 219px;
    border: 1px solid #666666;
    line-height: 28px;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 29px;
}

.przi a:hover {
    color: #ef8200
}

.prmor:hover {
    border: 1px solid #ef8200;
    background: #ef8200;
    color: #fff !important
}

.prtu:hover img {
    transform: scale(1.1, 1.1)
}

.gwc .pra {
    padding-left: 0px;
}


.fenye {
    padding-top: 102px;
}

.fenyen {
    float: left;
    margin-top: 3px;
}

.fenyen a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 1px solid #191919;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0a0a0a;
    margin-bottom: 10px;
    background: #fff
}

.sx {
    border: none !important;
    color: #666666 !important;
    background: none !important
}

.dangfen, .fenyen a:hover {
    background: #ef8200 !important;
    border: 1px solid #ef8200 !important;
    color: #fff !important;
}

.fenyen .sx:hover {
    border: none !important;
    background: none !important;
    color: #ef8200 !important
}

.fuxuan {
    float: right;
    background: url(../images/fuxuan.png) no-repeat left center;
    padding-left: 31px;
    margin-bottom: 10px;
}

.fuxuan span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #4b4b4b;
    margin-right: 15px;
    font-family: Verdana, Geneva, sans-serif;
}

.fuxuan input {
    min-width: 170px;
    line-height: 22px;
    padding: 5px;
    background: #ef8200;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
}

.add-form {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.add-form button {
    min-width: 120px;
    line-height: 22px;
    padding: 5px;
    background: #ef8200;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
    border: none;
}

.fuxuan input:hover, .add-form button:hover {
    background: #0093dd
}

.fenyen a.none:hover {
    color: #666666 !important;
}

.fenyen span {
    float: left;
}


@media screen and (max-width: 1219px) {

    .prr {
        width: 700px;
        float: right;
    }

}

@media screen and (max-width: 999px) {

    .prmain {
        padding-top: 20px;
        padding-bottom: 26px;
    }

    .prl {
        width: 30%;
        float: left;
    }

    .prr {
        width: 65%;
        float: right;
    }

    .prtu {
        position: relative;
        margin: auto;
        left: auto;
    }

    .przi {
        margin-left: auto;
        text-align: center;
    }

    .fenye {
        padding-top: 22px;
    }


    .fenzi {
        min-width: auto;
        width: 100%;
        left: 0px;
        margin-top: -15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        transform: translate(0, 0);

        -webkit-transform: translate(0, 0);

        -moz-transform: translate(0, 0);

        -o-transform: translate(0, 0);

        -ms-transform: translate(0, 0);
    }

    .fenzi:before {
        display: none
    }

    .fenzi:after {
        display: none
    }

}

@media screen and (max-width: 767px) {

    .prl {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .prr {
        width: 100%;
        float: none;
    }

    .slide-title.slide-title1, .proslide_menubtn {
        display: block;
    }

    .proslide_menubtn {
        top: 21px;
    }

    .prlb {
        margin-top: 19px;
    }

    .fentu {
        height: auto !important;
        padding-bottom: 0px !important;
    }

    .fentu img {
        width: 180% !important;
        margin-left: -40%;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    .prtbiao {
        display: none
    }

}


/********************************************  product2  ***********************************************/

.prmain2 {
    padding-top: 48px;
}


.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}


.m-propic {
    margin: 0 auto 0;
    width: 629px;
    margin: auto;
}

.m-propic .pic-big {
    position: relative;
    float: left;
    width: 475px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    border: 1px solid #eaeaea;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .zoomWrapperImage img {
    max-width: 1200px;
}

.m-propic .pic-small {
    position: relative;
    float: right;
    width: 129px;
    padding-top: 32px;
    padding-bottom: 33px;
    overflow: hidden;
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 2px solid #333333;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #333;
}

.m-propic .pic-btn.prev {
    top: 0;
}

.m-propic .pic-btn.next {
    bottom: 0;
}

.m-propic .pic-btn.prev:hover, .m-propic .pic-btn.next:hover {
    color: #ef8200;
    border: 2px solid #ef8200;
}

.m-propic .pic-list {
    height: 410px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .list-item {
    margin-bottom: 11px;
}

.m-propic .item-pic, .m-propic .pic-list .item-video {
    display: block;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.m-propic .item-pic img, .m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.m-propic .item-pic:hover {
    border-color: #ef8200;
}

.m-propic .item-pic:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.m-propic .item-pic.zoomThumbActive {
    border-color: #ef8200;
}

.m-propic2 {
    display: none;
}

.m-propic .provideo-box {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.m-propic .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m-propic .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.m-propic .item-pic:hover, .m-propic .item-pics.active,
.m-propic .item-video:hover, .m-propic .item-video.active {
    border-color: #ef8200;
}

.item-pic {
    position: relative;
}

.item-pic video, .item-pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.jianjie {
    text-align: center;
    padding: 27px 200px 0 100px;
}

.jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    text-align: center;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-top: 13px;
}

.jiann p, .jiann span, .jiann li {
    color: #333;
}

.jiann a {
    color: #ef8200;
}

.share {
    text-align: center;
    margin-top: 25px;
}

.share1 {
    display: inline-block;
    *float: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #666666;
    vertical-align: middle
}

.share2 {
    display: inline-block;
    *float: left;
    margin-left: 8px;
    vertical-align: middle
}

.inno {
    text-align: center;
    margin-top: 29px;
}

.inno a {
    display: inline-block;
    min-width: 154px;
    line-height: 35px;
    padding: 5px;
    text-align: center;
    border: 2px solid #78787a;
    margin: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.prdo {
    border: 2px solid #666666 !important;
    background: #666666 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.inno a:hover {
    background: #ef8200 !important;
    color: #fff;
    border: 2px solid #ef8200 !important;
}

.inno a.none:hover {
    border: 2px solid #78787a !important;
    background: #fff !important;
    color: #333 !important;
}


.tabul {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
}

.table table tr td {
    padding: 10px;
    border: 1px solid #949494;
    font-size: 14px;
    font-size: 1.6rem;
}

.tabul p, .tabul span, .tabul li {
    color: #333;
}

.tabul a {
    color: #ef8200;
}

.tabul img {
    max-width: 100%;
}


.prtag {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    margin-top: 26px;
}

.prtag a {
    display: block;
    float: left;
    position: relative;
    line-height: 28px;
    color: #666666;
    min-width: 189px;
    padding: 5px;
    margin-right: 30px;
    margin-top: 10px;
    border: 1px solid #b7b7b7;
    text-align: center;
}

.prtag a:hover {
    background: #ef8200;
    color: #fff;
    border: 1px solid #ef8200;
}


.homain {
    padding-top: 83px;
    padding-bottom: 62px;
    font-size: 0;
    letter-spacing: 0;
}

.holie {
    width: 244px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    margin-top: 47px;
}

.holie:hover .m3fu {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.holie .m2mor {
    margin-top: 9px !important;
}

.holie:hover .m3tun img {
    transform: scale(1.2);
}


@media screen and (max-width: 1219px) {

    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .holie {
        width: 223px;
        float: left;
        margin: 5px;
        margin-top: 47px;
    }

    .jianjie {
        text-align: center;
        padding: 27px 0px 0 0px;
    }

}

@media screen and (max-width: 999px) {

    .m-propic1 {
        display: none;
    }

    .m-propic2 {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .m-propic2 .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 17px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .m-propic2 .box-btn.prev {
        left: 0;
    }

    .m-propic2 .box-btn.next {
        right: 0;
    }


    .m-propic2 .box-list {
        overflow: hidden;
    }

    .m-propic2 .box-list ul {
        width: 1000%;
    }

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 3.13%;
    }


    .inno a {
        min-width: 100px;
        font-size: 14px !important;
        font-size: 1.4rem !important;
        margin: 5px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 0px;
        padding-top: 13px;
    }


    #tab li a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prtag {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prtag a {
        min-width: 100px;
        margin-right: 10px;
    }

    .m3fu {
        width: auto !important
    }

    .homain {
        padding-top: 23px;
        text-align: center;
        padding-bottom: 12px;
    }

    .holie {
        width: 49%;
        margin: 10px 0.5%;
        margin-top: 17px;
    }

    .table {
        width: 100%;
        overflow: scroll;
    }

    .table table {
        width: 500px;
    }

}

@media screen and (max-width: 767px) {

    .holie {
        width: 32.333%;
        margin: 10px 0.5%;
        margin-top: 17px;
    }

    #tab {
        width: 30%;
        float: left;
        height: auto;
    }

    #tab li {
        float: none;
        width: 100%;
        height: auto;
        border: none !important
    }

    #content {
        width: 70%;
        float: right;
    }

    #tab li a {
        border: none;
        border-top: 1px solid #949494;
    }

    #tab li:hover {
        border: none
    }

    .m2mor:hover {
        padding-left: 10px;
        padding-right: 5px;
    }

}

@media only screen and (max-width: 500px ) {

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }

    .holie {
        width: 49%;
        margin: 10px 0.5%;
        margin-top: 17px;
    }

}

@media only screen and (max-width: 350px ) {

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }

}


/********************************************  news  ***********************************************/

.nemain {
    padding-top: 40px;
    padding-bottom: 135px;
}

.nelie {
    position: relative;
    min-height: 341px;
    margin-bottom: 55px;
}

.netu {
    display: block;
    width: 605px;
}

.netu img {
    width: 100%;
    max-width: 605px;
    max-height: 454px;
    margin: auto;
}

.nezi {
    width: 702px;
    position: absolute;
    top: 50%;
    margin-top: -170px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.nezin {
    padding: 30px 35px 37px 49px;
}

.nea {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.nezi span {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #c7c7c7;
    line-height: 24px;
    margin-top: 9px;
}

.nezi span i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    color: #c7c7c7;
}

.nezi p {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 30px;
}

.nezi p a {
    display: block;
    color: #666666;
}

.nemor {
    display: inline-block;
    min-width: 155px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    background: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 55px;
}


.nelie1 .netu {
    float: left;
}

.nelie2 .netu {
    float: right;
}

.nelie1 .nezi {
    right: 0px;
}

.nelie2 .nezi {
    left: 0px;
}

.nea:hover, .nezi p a:hover {
    color: #ef8200;
}

.nemor:hover {
    background: #ef8200;
}


.nemain .fenye {
    padding-top: 43px;
}

.nemain .fenyen {
    text-align: center;
    padding-top: 0px;
    float: none;
}

.nemain .fenyen a {
    float: none;
    display: inline-block;
    *float: left;
}

@media screen and (max-width: 1219px) {

    .nezi {
        width: 500px;
    }

}

@media screen and (max-width: 999px) {

    .nemain {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .nelie {
        margin-bottom: 20px;
    }

    .nezi {
        width: auto;
        position: relative;
        left: auto !important;
        top: auto;
        margin: auto;
        right: auto !important;
    }

    .nezin {
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

    .nezi span {
        display: inline-block
    }

    .netu {
        float: none !important;
        text-align: center;
        width: auto;
    }

    .nezi p {
        font-size: 14px;
        font-size: 1.4rem;
        height: auto;
        margin-top: 10px;
    }

    .nemor {
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .nemain .fenye {
        padding-top: 10px;
    }

}


/*****************************************  news2  ********************************************/

.nemain2 {
    padding-top: 37px;
    padding-bottom: 13px;
}

.nemain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ef8200;
    line-height: 28px;
    text-align: center;
}

.net {
    padding-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    padding-top: 8px;
}

.net > p {
    *float: left;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #c7c7c7;
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    padding-left: 23px;
}

.net > p i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    color: #c7c7c7;
}

.net .share {
    *float: left;
    display: inline-block;
    margin-left: 8px;
    line-height: 26px;
    margin-top: auto;
}

.net .share1 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ef8200;
}

.net .share1, .net .share2 {
    float: none;
    *float: left;
    display: inline-block;
    vertical-align: middle
}

.net .share2 {
    margin-left: 0px;
}

.nexiang {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-top: 40px;
}

.nexiang a {
    color: #ef8200;
}

.nexiang p, .nexiang span, .nexiang li {
    color: #333;
}

.nexiang img {
    max-width: 100%;
}

.fanpian {
    padding-top: 24px;
    margin-top: 11px;
}

.fanpian li {
    position: relative;
    margin-top: 14px;
    padding-left: 102px;
}

.fanpian li .span {
    display: block;
    min-width: 84px;
    line-height: 28px;
    border: 1px solid #ef8200;
    color: #ef8200;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
}

.fanpian li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 5px 0;
    color: #666666
}

.fanpian li p a {
    display: block;
    color: #666666
}

.fanpian li p a:hover {
    color: #ef8200;
}

.fanpian li p a.none:hover {
    color: #666666 !important;
}

.neho {
    padding-bottom: 50px;
}


.nen {
    margin-top: 50px;
}


@media only screen and (max-width: 767px ) {

    .neho {
        padding-bottom: 30px;
    }

    .nemain2 {
        padding-top: 23px;
    }

    .nemain2 h1 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .net span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nexiang {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-top: 26px;
    }

    .fanpian {
        padding-top: 4px;
        margin-top: 7px;
    }

    .fanpian li .span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .fanpian li p {
        font-size: 12px;
        font-size: 1.2rem;
    }

}


/*****************************************  application  ********************************************/

.appmain {
    padding-bottom: 135px;
}

.applie {
    padding-bottom: 63px;
    margin-top: 39px;
}

.apptu {
    display: block;
    width: 461px;
    padding: 0 34px;
    position: relative;
    z-index: 1
}

.apptu img {
    width: 100%;
    max-width: 600px;
    max-height: 450px;
    margin: auto;
    position: relative;
    z-index: 3
}

.apptu:before {
    content: "";
    position: absolute;
    height: 107px;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -53px;
    background: #ef8200;
    z-index: 2
}

.appzi {
    width: 611px;
}

.appa {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.appzi p {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 58px;
}

.appzi p a {
    display: block
}

.appmor {
    display: inline-block;
    min-width: 155px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    background: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 55px;
}


.applie1 .apptu {
    float: left;
}

.applie2 .apptu {
    float: right;
}

.applie1 .appzi {
    float: right;
}

.applie2 .appzi {
    float: left;
}

.appa:hover, .appzi p a:hover {
    color: #ef8200;
}

.appmor:hover {
    background: #ef8200;
    color: #fff !important;
}


.appmain .fenye {
    padding-top: 25px;
}

.appmain .fenyen {
    text-align: center;
    padding-top: 0px;
    float: none;
}

.appmain .fenyen a {
    float: none;
    display: inline-block;
    *float: left;
}

@media only screen and (max-width: 1219px ) {

    .applie {
        padding-bottom: 23px;
        margin-top: 39px;
    }

    .apptu {
        width: 400px;
        padding: 0 14px;
    }

    .appzi {
        width: 520px;
    }

    .appa {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 999px ) {

    .appmain {
        padding-bottom: 35px;
    }

    .applie {
        padding-bottom: 15px;
        margin-top: 20px;
    }

    .apptu {
        width: auto;
        padding: 0px;
        float: none !important
    }

    .apptu:before {
        display: none
    }

    .appzi {
        width: auto;
        float: none !important;
        text-align: center;
    }

    .appa {
        margin-top: 20px;
    }

    .appzi p a {
        margin: auto;
        height: auto;
        margin-top: 10px;
    }

    .appmor {
        min-width: 100px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

}


/*****************************************  application2  ********************************************/

.appmain2 {
    padding-top: 37px;
    padding-bottom: 39px;
}

.appmain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ef8200;
    text-align: center;
    line-height: 30px;
}

.appn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 55px;
}

.appn a {
    color: #ef8200;
}

.appn p, .appn span, .appn li {
    color: #333;
}

.appn img {
    max-width: 100%;
}


@media only screen and (max-width: 999px ) {

    .appmain2 {
        padding-top: 27px;
        padding-bottom: 29px;
    }

    .appmain2 h1 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .appn {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 25px;
    }

}


/*****************************************  about  ********************************************/

.abmain {
    padding-top: 35px;
    background: url(../images/abbei.jpg) no-repeat bottom center;
    padding-bottom: 88px;
}

.abbiao {
    display: block;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    color: #ef8200;
    line-height: 40px;
    position: relative;
    padding-bottom: 14px;
}

.abbiao:before {
    content: "";
    position: absolute;
    width: 78px;
    height: 2px;
    background: #ef8200;
    bottom: 0px;
    left: 50%;
    margin-left: -39px;
}

.abmain .zong p {
    font-size: 16px;
    font-size: 1.7rem;
    line-height: 30px;
    color: #333;
}

.abn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-top: 75px;
}

.abn a {
    color: #ef8200;
}

.abn p, .abn span, .abn li {
    color: #333;
}

.abn img, .abcont img {
    max-width: 100%;
}

.abmain .abcont {
    padding-bottom: 95px;
}

.abcont a:hover {
    color: #ef8200;
}

/*.abxun{ padding-top:90px;}*/

.abxuna {
    display: block;
    font-size: 41px;
    font-size: 4.1rem;
    color: #ef8200;
    line-height: 50px;
    text-align: center;
}

.abxun form {
    width: 519px;
    margin: auto;
    margin-top: 38px;
}


.abxun .int1 {
    width: 509px;
    height: 30px;
    line-height: 30px;
    background: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 10px;
}

.abxun textarea {
    width: 509px;
    height: 96px;
    line-height: 30px;
    background: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 10px;
}

.abxun .int2 {
    width: 189px;
    height: 30px;
    line-height: 30px;
    background: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}

.coyanzheng {
    float: left;
    margin-bottom: 10px;
    max-height: 30px;
    cursor: pointer;
    margin-right: 12px;
}

.abxun .int3 {
    min-width: 181px;
    line-height: 20px;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    float: left;
    background: #ef8200;
    cursor: pointer;
    transition: 0.5s;
}

.abxun .int3:hover {
    background: #0093dd;
}

.ditu {
    max-width: 100%;
}

@media only screen and (max-width: 999px ) {

    .abmain {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .abbiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 32px;
    }

    .abn {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 25px;
    }

    .abxun {
        padding-top: 20px;
    }

    .abxuna {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .abxun form {
        width: 519px;
        margin-top: 20px;
    }

    .abxun form a, .abxun form .span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .abxun .int3 {
        font-size: 14px;
        font-size: 1.4rem;
    }

}

@media only screen and (max-width: 579px ) {

    .abxun form {
        width: 100%;
        margin-top: 20px;
    }

    .abxun .int1, .abxun .int2, .abxun textarea {
        width: 90%;
        margin-right: auto;
    }

    .abxun .int3 {
        min-width: 100px;
    }

}

.abxun form a:hover {
    color: #ef8200;
}

/*****************************************  download  ********************************************/

.domain {
    background: url(../images/abbei.jpg) no-repeat bottom center;
    padding-bottom: 23px;
}

.dolie {
    width: 575px;
    height: 325px;
    background: #f7f7f7;
    margin-top: 28px;
}

.dolien {
    border-left: 2px solid #ef8200;
    height: 325px;
    padding-left: 38px;
    padding-right: 25px;
}

.doa {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 30px;
}

.dolien p a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 26px;
    max-height: 130px;
    overflow: hidden;
    margin-top: 15px;
}

.domor {
    display: inline-block;
    line-height: 26px;
    padding: 5px;
    padding-left: 52px;
    padding-right: 27px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    background: #a3a3a3;
    border-radius: 7px;
    margin-top: 53px;
}

.domor i {
    position: absolute;
    left: 21px;
    top: 0px;
    line-height: 36px;
}

.doa:hover, .dolien p a:hover {
    color: #ef8200;
    cursor: pointer;
}

.domor:hover {
    background: #ef8200;
    cursor: pointer;
}


.domain .fenye {
    padding-top: 75px;
}

.domain .fenyen {
    text-align: center;
    padding-top: 0px;
    float: none;
}

.domain .fenyen a {
    float: none;
    display: inline-block;
    *float: left;
}

@media screen and (max-width: 1219px) {

    .dolie {
        width: 475px;
    }

}

@media screen and (max-width: 999px) {

    .domain {
        padding-bottom: 25px;
    }

    .dolie {
        width: 49%;
    }

    .dolien {
        padding-left: 10px;
        padding-right: 10px;
    }

    .domain .fenye {
        padding-top: 25px;
    }

}

@media screen and (max-width: 759px) {

    .dolie {
        width: 100%;
        float: none;
    }

}


/*****************************************  contact  ********************************************/

.con { /*padding-left:144px;*/
    font-family: Verdana, Geneva, sans-serif;
    padding-top: 90px;
}

.coul {
    width: 468px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #333;
}

.coul li { /*margin-bottom:51px;*/
    margin-bottom: 10px;
}

.con p {
    font-size: 16px;
    font-size: 1.7rem;
    line-height: 24px;
    color: #333;
}

.coul li a:hover {
    color: #ef8200;
}

@media screen and (max-width: 1219px) {

    .con {
        padding-left: 0px;
    }

}

@media screen and (max-width: 999px) {

    .coul {
        width: auto;
        float: none;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .coul li {
        margin-bottom: 10px;
    }

    .con p {
        font-size: 14px;
        font-size: 1.4rem;
    }

}

/*
.con{ font-family:Verdana, Geneva, sans-serif; padding-bottom:23px;}
.coul{ width:100%; font-size:16px; font-size:1.6rem; line-height:24px; color:#333;}
.coul li{ margin-bottom:10px;}
.con p{ font-size:16px; font-size:1.7rem; line-height:24px; color:#333;}
.coul li a:hover{ color:#ef8200;}
@media screen and (max-width:1219px) {
.con{ padding-left:0px;}
}
@media screen and (max-width:999px) {
.coul{ width:auto; float:none; font-size:14px; font-size:1.4rem;}
.coul li{ margin-bottom:10px;}
.con p{ font-size:14px; font-size:1.4rem;}
}
*/


@font-face {

    font-family: "Impact";
    font-display: swap;
    src: url("../fonts/Impact.woff2") format("woff2"),
    url("../fonts/Impact.woff") format("woff"),
    url("../fonts/Impact.ttf") format("truetype"),
    url("../fonts/Impact.eot") format("embedded-opentype"),
    url("../fonts/Impact.svg") format("svg");

    font-weight: normal;

    font-style: normal;

}

@font-face {
    font-family: "iconfont";
    font-display: swap;
    src: url('../fonts/iconfont.eot?t=1574068123157'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1574068123157#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAqQAAsAAAAAEogAAApCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqUIJBIATYCJANMCygABCAFhG0HgV0bvQ8jEXaUk0Ii+4vE4Bg4e4ZBgSzRW71fmrlT3W61oeKZfIo/8+3fDdkDmBw0vX/KSZWQGk4BJamZSV0qJSyFEMcSG0pkfwHAWq31CUJMtu+6tgECCO5C1U49LcB+AtMEdv/AamvZvhXVxq+mfGuW5qvfkr3Plc1NNvfAeJxGKYRESP7//VydYRaabt6Wylr8mz/jcFGxRIUSCWkueBVL0Mh4ycRKLAAhshlXNn9JMc/E5HggAKTwQRRIrqWkFsRgEEyY0ql92+YQl8rBxuQRiEuESlBGyFQIIObGcTYAU+K3J29gImKAg4BCTlTRJq8VeLvIuYFaXVY0oiMxfXm1ADqhAAogCgADiF2tfwKaoqiYSLXRDDsB+NmfiAF2kd3PHmZPtRfYbzkCHYWORY5ljlMOm+O545Nzg8s1VjPAUSD6uHEIWcsKNAMQdDUhAESg4EAggBBiSCCFDHIooIQKamig3ZdfnhBC5CQ5B7SAXeRjxNQPAIWGAeCgqQAItACAAHoLFQgBRwBADA0EIIEWAJBCCwHIoIsAyKHLACigpwAooTYAKuhzAGroRwAa6CdUoAWcG4x3E9GFQUIAmADqCTBvCJsZE3LF9BNQyDDYWgbON9Zj8/KQG7OYxqgR64VyP7FO6y2NFYqsWq5TB7iLHMg9tVrGfKTuzLGu0VThT1hLP9ZFIvmgtjC2buxPoD9nJN00nDVIP7nl8CqpMqmS94mpdoU10G7yQwuvyJ7AqP0TIHkGADOIQ+4IYkg0TE89OPGcoT0y0WSN6BqKJZrTekoRTHz5lqk+Z2yzlmizdrWhFRh7/s2TMhgitWNL5XuVSm11VrgTWCTAXMvYX8ykf3o8vX1zUbobGd8RJerpkZ04c7TbuGcAhrVTmuxLmmuDkMR0qVlmACm6kyc0DiySIWuEEAMp3IBpLsRuCPZktNwCCBL6ZagEszyuVehzvnfOVewfYpaJ7PsYOt6xW65Iw4/vJ7o00q92Ct2ad5EcY4yBGJgXJ8s6osxIzrmQOwbdmEZb4lgECdNYE8TAEmYO65BzrJt10dhumm0B4EhIjoAmTH9urOnlxJ191MwO7M6OHlCU6rUBDiiMVASlO4AyDvat//88idifL4Wr4tPrT8Qbgu6aTmBEHftR5IWn3M+gFZK8GpVTwetJ9W5Sn54QC8fc546KgBboztoXqD2iNkgCD60dCMldax/djTHtBP1PeF2Mp63gqNUimVsQcgt2RxeBdtSoaA9zxwf3fxudgONNo52OMGZHzxnBGV3d4+EfRRMOpuH3RJ0BMOmbMcLTFCm8D4qR7uJ4lEhe0D8waaxChP6kfrdYg3JFyyVF5uTltP17q19LtWnlowpr6MkYU2OtKq9Xa7xVGWmgokuN6f2IgIG/8CUipraWcKCMYpOOHMR5OA7Lg8ePEz2dR9/NHShI3v6ogmEQtHVnYiAZqAnCQCC1tjMbt3ZG30TA0OUzfI65LzQGna6bzMlZTzukbKGTzpOcj1ntLM1tys8Ru2RfPHjOTDIMS6Y8qFgf8TY7PTBuffh6/VJgRHbGu4j1IQ/6XBQV0qzSZcvscSNQgPK0Kd27T0lf6nFwGVnajyqtIrt/WNKKlRcCxgbEN9/Bjdy2bWTQw23dRkda2LqV/59u24q4Gf2WN0ssjuq1s8auhVcPXl24e+HoHkMHdWhgRH8NStP73JsZ5nE4Jb5PfppPemTb6ooOodP7kiEDW2B46621aEW3beNynQGd3dRb+r3VEL4K2aqM4pq6LpqubFqgpXZQ+w7/tZYRxcFbp3EbH5ItZPS5ExvZdeGNZ3ja7Kz1bLvy5od93WM9Mg93/zw+MtM4/nNK1eXnxVlJZVP5edsLCxs4rE9a3+qQfKMTJk3iZuILQou/RbeI/lpcgpKvyf1/K1acD40X9hHGh07jS3wemi9piadUJbpldjf7Xttq3VfTw+QRYgqO0uvSQ2cEz0jLeTwvZV6/TpXd/+hLRQu4hR4XxcJk3Rezli1oq83dZbREtJAuXOhgqvBaJdqyXJzBp/DpiVvm9DL5XE1smSF7YLaRVfwxN0yHjwkrFvt4TvY09TYNHOLls6RCcIhvFR/qoU2gPmaxqIZ6Yml5w6/RzaNeNCot+RqV9jG3b4hRblt3QW5E5rNDc2/T1ztPFCh0Y428/+eUwar8EaKHPcqaHkXX+Pob/fdQFDfsVqR+4zTw7ctyyMCR0fnuwwuil8fWCZDGd8E9hfzBFrhGu+4tP7nUdi+Hq1/23U8j+fqrFn149+vPIhsU1q6VFLMVzSz5RhiD3GboliuEcMbuxLqkZ1dSy+XC5rqkTh7FzRDg6Ef/o+XqczHc8B2bRnOGM1zqMOZcqdqq1CitCo3C1/5eHBlH3efyNmZiFw1tlINue94erDRfMF0wV9gibcY2hovqk7Hp+o0y2KJshpF81t/mNsHl6TO+uBvez517WWBr/hek6a3+8XQpi/dtX5pdKtOLUgWZfgLGUoX6Ulm/5kt5vjJvQItaqloBl7wEHumblV0btepYt39Ro2M9k+seuFSd37jMWJHSlk8s1wiaZCuGjEpYGzdQIDr0v01aPVMX3sIrOjh3jlPO5hZ/lbNa0Lfs5bE9O1tb1LFc827+g7XaPYJ/DZ6p2zJx34mI2thIglgaNW7Us0dji2LwYIUlJlrYuJtZ5BCZu+W2baBnDp2nz9XPo6fF7vIJdF5cY4vUprdJp03r1GlE3Dy6b29jGeVq3Kix07k0cDQq8ZcjS2wVk4f0G5qXtj611vrtrbe0rN9WO3VDWh66WZW2oa4nEJsMXCvAdZzuojXdouFUSq3ChQVLGEcrCybR5XTI4GNGaPg8O8Yi55pIS2nfgsm0hPavH8rYvLE7qIu6AwD9xz1wXXJ1ob/oCMBl1dBIUzCCetOB/FFs8Be4M8wan1HeVJXxTSz7rOi6+9NqM7r5tcslI797GPdNQfF1Dcx9DO+/+dckFTo23CJ/p3t+gLgu6folF+mwA7JeDoDU7gO+qpu1eLR+ZphaZ5C4ZOiIOYjgjaiWFIQYSVFiAWRIQEvqkJQpHoj0FHpIhzWRSYDalW/EhNqPmKN0BFGSfhEj6U8sYPRvEZJVUyxVp0mUMiHh4I5BCzhlvhRaCt6rkkEy9RmSKtdsTC1378ARKajlbPE/9AQBeBk+4iVZiXjlmQr16HiBPCdVMqVgZXZmsDzN577nc2apqA3kYECTUN5RjC91ZJHAHy4Gtdd/BhKVnMZj1vxRfwdYhEdXlmYWU/CfSJhqzW2ZHV0kVsTUesrvZaRI2aNbC3LbT5RSd5QClpg5z9FbOpmbvfy0ZLZ+Vlz+pHbxrStxTGoQShgRECERETGRkM/bZyYnCqIkKqJu1LhJU8MDGtQkuFl0IlWxop7XFgxR1i8xCDBE6eUYMnAYul9USWWgKx8oeszNqtx3DYlQse/k4GW56zIm5/hCfQxRdMK66Dv6CDlpt+pAoTFfNs+mk77VOQSneTtP0qJuUasBAA==') format('woff2'),
    url('../fonts/iconfont.woff?t=1574068123157') format('woff'),
    url('../fonts/iconfont.ttf?t=1574068123157') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1574068123157#iconfont') format('svg'); /* iOS 4.1- */

}


.iconfont {

    font-family: "iconfont" !important;

    font-size: 16px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}


.icon-weibiaoti40:before {

    content: "\e639";

}


.icon-sousuo:before {

    content: "\e628";

}


.icon-facebook:before {

    content: "\e620";

}


.icon-pinterest:before {

    content: "\e8ab";

}


.icon-linkedin:before {

    content: "\e648";

}


.icon-youtube:before {

    content: "\e6d6";

}


.icon-twitter:before {

    content: "\e607";

}


.icon-up7:before {

    content: "\e722";

}


.icon-bottom7:before {

    content: "\e723";

}


.icon-left16:before {

    content: "\e748";

}


.icon-right16:before {

    content: "\e749";

}


.icon-instagram:before {

    content: "\e79d";

}


.icon-download2:before {

    content: "\e7a1";

}


.icon-email1:before {

    content: "\e7c5";

}


.icon-tel:before {

    content: "\e7cc";

}


.icon-calendar5:before {

    content: "\e7e3";

}


.icon-left10:before {

    content: "\e7f0";

}


.icon-right10:before {

    content: "\e7f1";

}

@font-face {
    font-family: "iconfont1"; /* Project id 2700880 */
    src: url('../fonts/iconfont1.woff2?t=1630121968750') format('woff2'),
    url('../fonts/iconfont1.woff?t=1630121968750') format('woff'),
    url('../fonts/iconfont1.ttf?t=1630121968750') format('truetype');
}

.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-vk-circle:before {
    content: "\e923";
}

.icon-VK-copy:before {
    content: "\e736";
}

.icon-vk:before {
    content: "\e735";
}


.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.xunpanc {

    margin-top: 25px;

    margin-bottom: 14px;

}


.xunpanc table {

    border: 1px solid #ef8200;

}


.xunpanc table tr:first-child td {
    color: #fff !important;
}

.xunpanc table tr:first-child {

    height: 40px;

    color: #fff !important;

    background-color: #ef8200;

}


.xunpanc table tr .td1 {

    width: 50%;

}

.xunpanc table tr .td1 a:hover, .xunpanc table tr .td3:hover {
    color: #ef8200 !important;
}


.xunpanc table tr .td2 {

    width: 30%;

}


.xunpanc table tr .td3 {

    width: 20%;

}


.xunpanc table tr td {

    padding: 11px;

    border-top: 1px solid #ef8200;

}


.xunpanc table tr .td2 {

    font-size: 0;

    line-height: 0;

}

.listcart {
    margin-top: 60px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: left;
}

.listcart a {
    background: #ef8200;
    display: inline-block;
    height: 34px;
    min-width: 200px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ef8200;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover {
    border: #ef8200 solid 1px;
    background: #fff;
    color: #ef8200 !important;
}

@media screen and (max-width: 999px) {

    .listcart a {
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }

}

@media screen and (max-width: 640px) {

    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
    }

}


.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}


@media screen and (max-width: 999px) {
    .main4 .vilie p {
        color: #fff;
    }
}

/*  main6  */
.main6 {
    padding-bottom: 85px;
    padding-top: 50px;
    margin-top: 60px;
    background: #e0e0e0;
}

.main6 .m2a {
    text-align: center;
}

.m6n {
    font-size: 0px;
    padding-top: 20px;
}

.m6n:after {
    content: "";
    clear: both;
    display: block;
}

.m6lie {
    width: 22.66%;
    display: inline-block;
    vertical-align: top;
    *float: left;
    margin-left: 2.78%;
    margin-bottom: 25px;
}

.m6tu {
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.m6tu img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m6zi {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
    margin-top: 11px;
}

.main6 a:hover {
    color: #f8921b;
}

@media screen and (max-width: 1269px) {
    .m6n {
        margin-left: 0px;
    }
}

@media screen and (max-width: 999px) {
    .main6 {
        padding-bottom: 35px;
    }

    .m6zi {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 669px) {
    .main6 {
        padding-top: 33px;
        padding-bottom: 35px;
    }

    .m6lie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
    }

    .m6zi {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        margin-top: 6px;
    }
}


.main12 {
}

.main12 .m1tu {
    float: right;
}

.main12 .m1zi {
    float: left;
}

.m1tun {
    position: relative;
}

.m1tun iframe, .m1tun video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.attribute {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.attribute .box {
    margin-top: 10px;
}

.attribute .name span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    transition: 0.5s;
}

.attribute .name {
    line-height: 26px;
    padding: 10px;
    padding-right: 30px;
    background: #ef8200;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    transition: 0.5s;
}

.attribute .name i {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    transition: 0.5s;
}

.attribute .name.active {
    background: #ef8200;
}

.attribute .name.active span {
    color: #fff;
}

.attribute .name.active i {
    transform: rotate(180deg);
    color: #fff;
}

.attribute .item-box {
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
    display: none;
    cursor: pointer;
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
}

.attribute .item-box label {
    display: block;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.attribute .item-box > div {
    color: #666f66;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.attribute .item-box p input {
    display: inline-block;
    vertical-align: middle;
}

.attribute .item-box div span {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #1f1e19;
    display: inline-block;
    vertical-align: middle;
}

.attribute .check-box-div {
    display: inline-block;
    vertical-align: middle;
}

.attribute .check-box-div .icon {
    font-size: 18px
}

.attribute .item-box.active {
    display: block
}


/********************************************  video  ***********************************************/
.vimain {
    padding-bottom: 90px;
    padding-top: 60px;
}

.vin {
    margin-top: 40px;
}

.vilie {
    position: relative;
    background: #fff;
    border: solid 1px #e5e5e5;
    min-height: 296px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vilie .shipin {
    position: relative;
    padding-bottom: 74.93%;
    overflow: hidden
}

.vitu {
    display: block;
    width: 375px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.vitu img {
    width: 100%;
}

.vitu iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.vizi {
    margin-left: 400px;
    line-height: 271px;
}

.vizin {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.via {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.vip {
    display: block;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    margin-top: 20px;
}

.vip p {
    color: #666;
}

.tankaung {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}

.tankaungn2 iframe, .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}


@media screen and (max-width: 999px) {
    .vimain {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .vilie {
        border: none;
        background: none;
        min-height: 109px;
        padding: 0px;
    }

    .vitu {
        left: 0px;
        top: 0px;
        width: 150px;
    }

    .vizi {
        margin-left: 160px;
        line-height: none;
    }

    .vizin {
        display: block;
    }

    .via {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
    }

    .vip {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        overflow: hidden;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .vimain {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .vilie {
        min-height: 87px;
    }

    .vitu {
        width: 120px;
    }

    .vizi {
        margin-left: 130px;
    }

    .via {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    .vip {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
    }

    .tankaungn2 {
        position: fixed;
        left: 5%;
        top: 15%;
        right: 5%;
        bottom: 15%;
    }
}

/********************************************  certificate  ***********************************************/
.maln {
    margin-left: auto !important;
}

.cemain {
    padding-top: 50px;
    padding-bottom: 80px;
    font-size: 0px;
    font-size: 0rem;
}

.cemain .m6lie {
    width: 22.7%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.066%;
}

.cemain .m-page {
    margin-top: 50px;
}

.m6fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.5s;
}

.m6fu i {
    display: block;
    position: absolute;
    color: #ffffff;
    width: 30px;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 24px;
}

.m6lie:hover .m6fu {
    opacity: 1;
}

@media screen and (max-width: 999px) {
    .cemain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m6fu {
        display: none
    }

    .cemain .m6lie {
        width: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
    }

    .cemain .m6zi {
        color: #333
    }

    .cemain .m-page {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cemain .m6lie {
        width: 31.33%;
    }
}

@media screen and (max-width: 499px) {
    .cemain .m6lie {
        width: 48%;
    }
}

.hop a {
    display: block;
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-top: 8px;
}

.horiqi {
    display: block;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px;
}

/*  product2  */
.prat {
    margin-top: 53px;
}

.atbiao {
    color: #202020;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    text-transform: uppercase;
}

.atn {
    position: relative;
    margin-top: 8px;
}

.atsp {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.atn label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    cursor: pointer;
}

.atn span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px
}


/*  news2  */
.nefor {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.nefor p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin: 0 10px;
}

.nefor p strong {
}

.nefor p em {
    color: #999
}

/*  about  */
.attachment {
    margin-bottom: 20px;
    margin-top: 20px;
}

.attachment.xing {
    position: relative;
}

.attachment.xing:before {
    content: "*";
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.attachment span {
    float: left;
}

.attachment #file-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment .file-group {
    float: right;
    margin: 0px 0 0 0px;
    width: calc(100% - 16px);
    height: 30px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background-color: #ef8200;
    border: 1px solid #ef8200;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    transition: 0.5s;
}

.attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.attachment .file-group .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.attachment .file-name-p {
    height: 34px;
    display: flex;
    align-items: flex-end;
    line-height: 34px;
    float: none;
    width: 100%;
}

.attachment .file-name-p i {
    cursor: pointer;
}

.attachment .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.attachment .file-group:hover .file-btn {
    background-color: #333;
    border-color: #333;
}

@media screen and (max-width: 999px) {
    .attachment .file-group {
        width: 100%;
    }
}


/******************************************************************  FAQ  *****************************************************/
.famain {
    padding-bottom: 77px;
    padding-top: 45px;
}

.subNav2 {
    cursor: pointer;
    white-space: pre-wrap;
    position: relative;
    background: #eee;
    line-height: 24px;
    padding: 10px;
    border-left: 5px solid #ef8200;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #ef8200;
}

.subNav2 i {
    display: block;
    position: absolute;
    width: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ef8200;
    font-size: 16px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.subNav2 span {
    color: #ef8200;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
}

.subNav2:hover {
}

.currentDd2 {
    background: #ef8200;
    color: #fff;
    margin-bottom: 0px;
}

.currentDd2 span {
    color: #fff;
}

.currentDd2 i {
    transform: rotate(90deg);
    color: #fff
}

.navContent2 {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    border: 1px solid #ef8200;
    margin-bottom: 30px;
}

.navContent2 p, .navContent2 strong {
    color: #333;
}

.navContent2 p {
    white-space: pre-wrap;
}

.navContent2 em {
    color: #ef8200;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
}

.navContent2 a {
    color: #ef8200;
}

.navContent2 img {
    max-width: 100%;
}

.navContent2 table {
    width: 97%;
    border-collapse: collapse;
    line-height: 24px;
}

.navContent2 tr td {
    line-height: 24px;
    padding: 2px;
}

.navContent2 tr td a {
    color: #333;
}

.famain .fenye {
    padding-top: 58px;
}

@media screen and (max-width: 999px) {
    .famain {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .subNav2 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .navContent2 {
        margin-bottom: 10px;
    }

    .famain .fenye {
        padding-top: 28px;
    }
}

.prt {
    padding-bottom: 30px;
}

.prtbiao2 {
    color: #202020;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
}

.prtp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 25px;
}

@media screen and (max-width: 999px) {
    .prt {
        padding-top: 20px;
    }

    .prtbiao2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    .prtp {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 15px;
    }
}


.left-pro .t2 {
    position: relative;
}

.provideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.provideo iframe, .provideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.m3lien {
    position: relative;
}

.m3lien iframe, .m3lien video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ynav {
    position: relative;
    float: right;
    width: 32px;
    padding-bottom: 10px;
    z-index: 9999;
    margin-top: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.yvnava {
    width: 32px;
    height: 28px;
    background: #ef8200;
    position: relative;
    border-radius: 5px;
}

.ysp1 {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
}

.ysp2 {
    display: block;
    width: 13px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -1px;
}

.ysp3 {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: 6px;
}

.yyiji {
    position: absolute;
    right: 0px;
    top: 34px;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    display: none
}

.yyiji li {
    position: relative;
}

.yyiji li a {
    display: block;
    border-bottom: solid 1px #d9d9d9;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 26px;
    padding: 6px 9px;
    text-transform: uppercase;
}

.yyiji li a:hover {
    background: #ef8200;
    color: #fff;
}

.yerji {
    position: absolute;
    right: 100%;
    top: 0px;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    display: none
}

.ynav:hover .yyiji {
    display: block;
}

.yyiji li:hover .yerji {
    display: block;
}

.ynav .dangqiandao a {
    background: #ef8200;
    color: #fff !important;
}

.honen {
    padding-top: 50px;
}

@media screen and (max-width: 1219px) {
    .ynav {
        top: 0px;
    }
}

@media screen and (max-width: 999px) {
    .ynav {
        margin-top: 10px;
        display: none
    }
}

@media screen and (max-width: 767px) {
    .ynav {
        display: none
    }

    .honen {
        padding-top: 30px;
    }
}

.appmain {
    padding-bottom: 135px;
    overflow: hidden;
}

.domain {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.domain:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #edf1fa;
    opacity: 1;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1
}

.famain2 {
    padding: 30px 0;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.famain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ef8200;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

.cemain2 {
    position: relative;
}

.cemain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ef8200;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

@media screen and (max-width: 999px) {
    .appmain, .domain {
        padding: 30px 0;
    }

    .famain2 {
        padding: 30px 0;
    }
}

.appmain a:hover {
    color: #ef8200;
}

.m1tu {
    position: relative;
    overflow: hidden;
}

.m1tu iframe, .m1tu video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.m1vi {
}

.m1vi .m1tu {
    float: right;
}

.m1vi .m1zi {
    float: left;
}

.m1ap {
    background: #ef8200;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 5%;
    padding-bottom: 60px;
    border-top: 5px solid #ef8200;
    border-bottom: 5px solid #ef8200;
    position: relative;
}

.m1ap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/beijing.jpg) no-repeat center bottom;
    background-size: cover;
    opacity: 1;
    z-index: -1
}

.m1ap .m2biao {
    color: #fff;
    margin-bottom: 40px;
}

.m1ap a {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .m1ap {
        padding: 0 2.5%;
        padding-top: 20px;
        padding-bottom: 40px;
        border-bottom: 2px solid #ef8200;
        border-top: 2px solid #ef8200
    }

    .m1ap .m2biao {
        color: #fff;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .m1vi .m1tu {
        float: none;
    }

    .m1vi .m1zi {
        float: none;
    }
}

.vimain .fenye, .cemain .fenye, .famain .fenye {
    text-align: center;
}

.vimain .fenyen, .cemain .fenyen, .famain .fenyen {
    display: inline-block;
    float: none;
}


.przhan {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.przhanh {
    height: auto !important;
}

.przhan a{color: #ef8200;}
.przhan a:hover{color: #333;}

.fuc {
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.zhankai {
    background: #fff;
    height: 30px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #ef8200;
    margin-top: 10px;
}

.zhankai i {
    display: block;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    transition: 0.5s;
}

.zhankaih i {
    transform: rotate(180deg)
}

.fuch {
    display: none !important;
}

::selection {
    color: #fff;
    background: #ef8200;
}


.slideshow iframe, .slideshow video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    border: none;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #ef8200
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #ef8200;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #ef8200
}

.listcart2 {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart2 a, .listcart2 button {
    display: inline-block;
    min-width: 200px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer;
    color: #666;
    border: #666 solid 1px;
    line-height: 34px;
    line-height: 34px;
    background: #fff;
}

.listcart2 a:hover, .listcart2 button:hover {
    background: #ef8200;
    color: #fff;
    border: #ef8200 solid 1px;
}

@media screen and (max-width: 640px) {
    .listcart2 a, .listcart2 button {
        width: 100%;
        display: block
    }


}


/*xun pan tijiao*/

.xunpanlb {
    clear: both;
    margin: 20px auto;
    background: #fff;
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #ef8200;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
    font-size: 0;
    letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
    height: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.xunpanlb .table .tbody .td a {
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #ef8200;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}

.tankaungn2 iframe, .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

@media screen and (max-width: 767px) {
    .tankaungn2 {
        position: fixed;
        left: 5%;
        top: 10%;
        right: 5%;
        bottom: 10%;
    }
}

.cart-list .cart-quantity .simulate-select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
