/* CSS Document */

* {
    margin: 0;
    padding: 0;
}


#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%;
    display: block !important;
}

.baguetteBox-button#previous-button {
    left: 2%;
    display: block !important;
}

.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)
    }
}


input[type="submit"] {
    cursor: pointer;
}


input[type="checkbox"] {
    cursor: pointer;
}


input[type="radio"] {
    cursor: pointer;
}


img.imgyzm {
    cursor: pointer;
}


.disnone {
    display: none;
}


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


@font-face {
    font-family: 'VerlagBold';
    src: url("fonts/VerlagBold.eot");
    src: url("fonts/VerlagBold.eot") format("embedded-opentype"), url("fonts/VerlagBold.woff2") format("woff2"), url("fonts/VerlagBold.woff") format("woff"), url("fonts/VerlagBold.ttf") format("truetype"), url("fonts/VerlagBold.svg#VerlagBold") format("svg");
}


.ziti {
    font-family: 'VerlagBold';
    font-size: 30px;
    font-size: 3rem;
}


html {
    font-size: 62.5%;
    height: 100%;
    background-color: #fff;
}


body {
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 1920px;
    position: relative;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


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;
}


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


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


.clear {
    clear: both;
}


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


input, textarea {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    border: none;
    outline: none;
}


.l {
    float: left;
}


.r {
    float: right;
}


/*.fix { *zoom: 1; line-height: 30px;font-size: 1.5rem;}*/

.fix {
    *zoom: 1;
}


.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


.wp {
    position: relative;
}


.box {
    position: relative;
}


.mln {
    margin-left: 0 !important;
}


.mbn {
    margin-bottom: 0 !important;
}


.mtn {
    margin-top: 0 !important;
}


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


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


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


::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}


:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}


::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}


:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}


/*.container*/

/*

.container1 { width: 5px; height: 100%; position: absolute; right: 0px; -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: 0px; right: 0; display: block; }



.container1 .nav { width: 250px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; }



.container1 .nav > ul { display: none; margin-top: 10px; margin-bottom: 20px; }



.container1 .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; }



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



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



.container1 .nav > ul > li .c-show .c-s1 > a { text-indent: 20px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }



.container1 .nav > ul > li .c-show .c-s1 .c-s2 { display: none; }



.container1 .nav > ul > li .c-show .c-s1 .c-s2 a { text-indent: 30px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }



.container1 .menubtn { width: 35px; height: 30px; position: absolute; top: 15px; right: 15px; -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; }



.container1 .menubtn span { display: block; width: 100%; height: 5px; margin-bottom: 5px; background-color: #e62129; }

@media screen and (min-width: 768px) { .container1, .nav { display: none; } }*/


/*container*/

.container1 {
    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;
    display: none \0;
}


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


.container1 .nav span {
    font-family: arial, helvetica, sans-serif;
}


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


.container1 .nav form .iptc {
    -webkit-box-sizing: border-box;
    -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;
}


.container1 .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #fff;
}


.container1 .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.container1 .nav > ul > li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 20px;
    position: relative;
}


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


.container1 .nav > ul > li .addition.active {

    background-image: url("../img/yizi.png");

}


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


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


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


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


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


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


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


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


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


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


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


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


.container1 .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
    margin-right: 40px;
    text-indent: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}


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


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


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


.container1 .menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 24px;
    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;
    display: none \0;
}


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


@media screen and (min-width: 1000px) {
    .container1, .menubtn {
        display: none;
    }
}


@media screen and (max-width: 999px) {
    .wap-hd-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f3cc29;
    }

    .wap-hd-nav-item {
        width: 25%;
    }

    .wap-hd-nav-item a {
        display: block;
        padding: 5px 0;
        line-height: 20px;
        font-size: 14px;
        color: white;
        text-align: center;
        background-color: #363636;
    }

    .wap-hd-nav-item a.active {
        color: white;
        background-color: #f3cc29;
    }
}


/* .head */

.head .head-top {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
}


.head .shejiao ul li {
    float: left;
    margin-left: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}


.head .shejiao ul li:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


.head .shejiao ul li a {
    display: block;
    width: 30px;
}


.head .shejiao ul li a img {
    display: block;
    width: 100%;
}


.head form {
    display: block;
    width: 230px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    top: -5px;
}


.head .r1 {
    margin-right: 32px;
}


.head .r2 {
    cursor: pointer;
    margin-top: -5px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    line-height: 34px;
    padding-left: 54px;
    background: url(../img/mail.png) no-repeat left center;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}


.head .r2 a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}


.head .r2 a:hover {
    color: #e62129;
}


.head form .ipt {
    float: left;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    display: block;
    height: 33px;
    line-height: 33px;
    text-indent: 5px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
}


.head form .ips {
    cursor: pointer;
    float: right;
    width: 24px;
    display: block;
    height: 33px;
    background: url(../img/suosou.jpg) no-repeat center center;
}


.head-bot {
    padding-top: 26px;
    padding-bottom: 19px;
    z-index: 9999;
    border-top: 2px solid #e62129;
    background: url(../img/hd-botbg.png) repeat center center;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
}


.head-bot .nav1 {
    margin-top: 13px;
}


.head-bot .nav1 ul {
    margin-left: 0;
}


.head-bot .nav1 > ul > li {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    float: left;
    margin-left: 37px;
    padding: 15px 0 16px 21px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}


.head-bot .nav1 > ul > li {
    position: relative;
}


.head-bot .nav1 ul li > a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    text-transform: uppercase;
}


/*.head-bot .nav1 ul li:hover>a { color: #e62129; }*/


.head-bot .nav1 ul li.hover > a, .head-bot .nav1 > ul > li > a:hover {
    color: #e62129;
}


.head-bot .nav1 ul li.li1 { /* background: url(../img/li1.png) no-repeat left center; */
}


.head-bot .nav1 ul li.li1:hover { /* background: url(../img/li1on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li1.hover { /* background: url(../img/li1on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li2 { /*  background: url(../img/li2.png) no-repeat left center; */
}


.head-bot .nav1 ul li.li2:hover { /*  background: url(../img/li2on.png) no-repeat left center,  */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li2.hover { /* background: url(../img/li2on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li3 { /* background: url(../img/li3.png) no-repeat left center; */
}


.head-bot .nav1 ul li.li3:hover { /* background: url(../img/li3on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li3.hover { /* background: url(../img/li3on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li4 { /* background: url(../img/li4.png) no-repeat left center; */
}


.head-bot .nav1 ul li.li4:hover { /* background: url(../img/li4on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li4.hover { /* background: url(../img/li4on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li5 { /* background: url(../img/li5.png) no-repeat left center; */
}


.head-bot .nav1 ul li.li5:hover { /* background: url(../img/li5on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li5.hover { /* background: url(../img/li5on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li6 { /* background: url(../img/li6.png) no-repeat left center; */
}


.head-bot .nav1 ul li.li6:hover { /* background: url(../img/li6on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li6.hover { /* background: url(../img/li6on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li7 { /* background: url(../img/li7.png) no-repeat left center;  */
}


.head-bot .nav1 ul li.li7:hover { /* background: url(../img/li7on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul li.li7.hover { /* background: url(../img/li7on.png) no-repeat left center, */
url(../img/hongxian.png) repeat-x 0 top, url(../img/hongxian.png) repeat-x 0 bottom;
}


.head-bot .nav1 ul > li .divshow {
    text-transform: capitalize;
    font-weight: normal;
    background-color: #eee;
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 999;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/navbg.png) repeat center center;
    padding-bottom: 5px;
}


.head-bot .nav1 ul > li .divshow .show1 {
    width: 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


.head-bot .nav1 ul > li .divshow .show1 > a {
    background: #eee url(../img/navbg.png) no-repeat 96% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}


.head-bot .nav1 ul > li .divshow .show1 dl {
    background: #eeeeee;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.head-bot .nav1 ul > li .divshow .show1 dl dd {
    background: #eeeeee;
    width: 270px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


.head-bot .nav1 ul > li .divshow .show1 dl dd a {
    background: #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    color: #333;
    padding-left: 37px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}


.head-bot .nav1 ul > li .divshow .show1 dl dd:hover > a {
    color: #e62129;
}


.head-bot .nav1 ul > li .divshow .show1 dl dd:last-child a {
    border-bottom: 0;
}


.head-bot .nav1 ul > li .divshow .show1:hover > a {
    color: #fff;
    background: #e62129 url(../img/navbgon.png) no-repeat 96% center;
}


.head-bot .nav1 ul > li .divshow .show1:hover dl {
    display: block;
}


.head-bot .nav1 ul > li .divshow .show1:last-child > a {
    border-bottom: 0;
}


.head-bot .nav1 ul > li .divshow:hover > a {
    color: #fff;
}


.head-bot .nav1 ul > li:hover .divshow {
    display: block;
}


.head-bot .nav1 ul > li:hover .dan_header {
    display: block;
}


.dan_header {
    display: none;
    width: 266px;
    position: absolute;
    left: -65px;
    top: 100%;
    background: #fff;
    z-index: 999999;
}

.dan_header > ul > li {
    line-height: 30px;
    position: relative;
    left: 0px;
    text-align: left;
}

.dan_header > ul > li > a {
    padding: 5px 0px;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    font-weight: normal;
}

.dan_header > ul > li:hover > a {
    color: #fff;
    background: #e62129;
}

.dan_header > ul > li:hover .dan_sanheader {
    display: block;
}

.dan_sanheader {
    display: none;
    width: 203px;
    padding-left: 2px;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999999;
}

.dan_sanheader > ul {
    background: #fff;
}

.dan_sanheader > ul > li {
    line-height: 24px;
    position: relative;
}

.dan_sanheader > ul > li > a {
    padding: 7px 0px;
    padding-left: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    font-weight: normal;
}


.dan_sanheader > ul > li:hover > a {
    color: #fff;
    background: #e62129;
}

.dan_sanheader > ul > li:hover .dan_sanheader2 {
    display: block;
}


.dan_sanheader2 {
    display: none;
    width: 203px;
    padding-left: 2px;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999999;
}


.dan_sanheader2 > ul {
    background: #fff;
}


.dan_sanheader2 > ul > li {
    line-height: 24px;
    position: relative;
}


.dan_sanheader2 > ul > li > a {
    padding: 7px 0px;
    padding-left: 18px;
    color: #333;
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}


.dan_sanheader2 > ul > li:hover > a {
    color: #fff;
    background: #e62129;
}


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

    .dan_header {
        width: 220px;
    }

    .dan_sanheader2 {
        width: 220px;
    }

    .dan_sanheader2 {
        width: 220px;
    }

}


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

    .dan_header {
        display: none !important;
    }

    .head .shejiao ul li {
        width: 20px;
        margin-left: 2px;
        margin-top: 3px;
    }

    .head .shejiao ul li a {
        width: 100%;
    }
}


.product .xiangqing .list .navContent li.on > a {
    color: #e62129;
}

.prol-subnav1-item {
    padding-left: 30px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

.prol-subnav1-item a {
    color: #333;
}

.prol-subnav1-item a:hover {
    color: #e62129;
}


.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;
}


.head-bot .logo {
    width: 145px;
    margin: -26px 0 -19px;
    line-height: 110px
}

.head-bot .logo a {
    display: block;
}

.head-bot .logo a img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle
}

.nav3 {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e62129;
}

.nav3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav3 ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

.nav3 ul li.on a {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1219px) {
    .head-bot .nav1 > ul > li {
        margin-left: 15px;
    }
}

@media screen and (max-width: 999px) {
    .head-bot {
        padding: 4px 0;
    }

    .head-bot .logo {
        float: none;
        clear: both;
        margin: auto;
    }

    .head-bot .nav1 {
        display: none;
        margin-top: 0;
    }

    .head-bot .nav1 ul li a {
        font-size: 14px !important;
        font-size: 1.4rem !important;
    }

    .head-bot .nav1 ul li {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 16px
    }

    .head-bot .nav1 {
        margin-right: 0px;
        float: none;
        clear: both
    }

}

@media screen and (max-width: 999px) {
    .head .r2 {
        width: 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .head .shejiao ul li {
        margin-left: 5px;
    }

    .head form {
        width: 150px;
    }

    .head .r2 {
        padding-left: 40px;
        margin-right: 40px;
    }

    .nav1 {
        display: none;
    }

    .head-bot {
        position: static;
    }

    .head .logo {
        width: 116px;
    }

    .head-bot .logo a img {
        display: block;
        margin: 0 auto;
    }

    .nav-arrows a:last-child, .nav-arrows a:first-child {
        width: 20px;
        height: 25px;
        background-size: 100% 100%;
    }

    .head .r2 {
        width: 0;
        overflow: hidden;
    }

}

@media screen and (max-width: 640px) {
    .head .r1 {
        width: 100%;
        margin-right: 0;
    }

    .head form {
        width: 100%;
        top: 5px;
    }

    .head-bot {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* main1 */

.main1 {
    background: url(../img/m1bg.jpg) no-repeat top center;
    padding-top: 95px;
}


.main1 img {
    display: block;
}


.main1 .wenzi {
    width: 580px;
}


.main1 .wenzi p {
    width: 186px;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-right: 20px;
    background: url(../img/abg.png) no-repeat right center;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
}


.main1 .wenzi p a {
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    text-transform: uppercase;
    margin-left: 0;
    background: #e62129 no-repeat 118px center;
    display: block;
    min-width: 167px;
    line-height: 51px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    text-align: center;
}


.main1 .wenzi p:hover {
    width: 156px;
}

.main1 .wenzi p:hover a {
    width: 156px;
    text-decoration: underline;
}


.main1 .wenzi .wz-1 {
    margin-bottom: 20px;
}


.main1 .wenzi .wz-1 a {
    display: block;
}


.main1 .wenzi .wz-1 a img {
    display: block;
    max-width: 100%;
}


.main1 .wenzi .wz-2 {
    margin-bottom: 11px;
}


.main1 .wenzi .wz-2 a {
    display: block;
    font-size: 36px;
    font-size: 3.6rem
}


.main1 .wenzi .wz-2 a img {
    display: block;
    max-width: 100%;
}


.main1 .wenzi .wz-3 {
    margin-bottom: 23px;
}


.main1 .wenzi .wz-3 a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #333;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.main1 .wenzi .wz-3 a:hover {
    color: #e62129;
}


.main1 .wenzi .wz-4 {
    margin-bottom: 31px;
}


.main1 .wenzi .wz-4 a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #333;
}


.main1 .wenzi .wz-4 a:hover {
    color: #e62129;
}


.main1 .img {
    width: 604px;
    margin-top: 1px;
    background: url(../img/m1bg1.png) no-repeat left bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.main1 .img a {
    display: block;
}


.main1 .img img {
    padding-left: 27px;
    padding-bottom: 29px;
    max-width: 100%;
    display: block;
}


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

    .main1 .img {
        width: 480px;
        background-size: 90% 90%;
    }

    .main1 .wenzi {
        width: 480px;
    }

}

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

    .main1 .img {
        width: 460px;
        background-size: 90% 90%;
    }

    .main1 .wenzi {
        width: 460px;
    }

    .main1 .wenzi .wz-1 a img {
        width: 100px;
    }

    .main1 .wenzi .wz-2 a img {
        width: 200px;
    }

}

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

    .main1 .img {
        width: 100%;
        background: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }

    .main1 .wenzi {
        width: 100%;
    }

    .main1 .img img {
        padding-left: 0;
    }

    .main1 {
        padding-top: 20px;
    }

    .main1 .wenzi .wz-3 {
        margin-bottom: 10px;
    }


}

/* main2 */

.main2 {
    padding-bottom: 80px;
    background: url(../img/m2bg.jpg) no-repeat top center;
    margin-top: 74px;
    padding-top: 90px;
}


.main2 .m2top img {
    display: block;
}


.main2 .m2bot img {
    display: block;
}


.main2 ul li img.img4 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}


.main2 ul li:hover img.img4 {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}


.main2 .m2top .img {
    width: 541px;
}


.main2 .m2top .img a {
    display: block;
}


.main2 .m2top .img a img {
    display: block;
    max-width: 100%;
}


.main2 .m2bot .img {
    width: 541px;
}


.main2 .m2bot .img a {
    display: block;
}


.main2 .m2bot .img a img {
    display: block;
    max-width: 100%;
}


.main2 .txt {
    background-color: #fff;
    padding-bottom: 19px;
}


.main2 .txt ul li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 14px;
}


.main2 .txt ul li .lidi a {
    display: block;
}


.main2 .txt ul li .lidi a img {
    display: block;
    max-width: 100%;
}


.main2 .txt ul li .lizz1 {
    position: absolute;
    bottom: 39px;
    left: 0;
    width: 100%;
}


.main2 .txt ul li .lizz1 a {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: url(../img/huise.png) repeat center center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.main2 .txt ul li .lizz2 {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    display: none;
    text-align: center
}


.main2 .txt ul li .lizz2 a {
    background: url(../img/hongse.png) repeat center center;
    display: block;
    padding-top: 6px;
    padding-bottom: 19px;
}


.main2 .txt ul li .lizz2 a .sp1 {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.main2 .txt ul li .lizz2 a .sp2 {
    margin: 5px auto 0;
    border-radius: 13px;
    display: inline-block;
    text-align: center;
    min-width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    color: #e62129;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}


.main2 .txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    width: 659px;
    padding-left: 24px;
}


.main2 .txt .m2-2 {
    margin-bottom: 24px;
}


.main2 .txt .m2-2 a {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    color: #000;
    text-transform: uppercase;
    padding-left: 10px;
}


.main2 .txt .m2-2 a:hover {
    color: #e62129;
}


.main2 .txt .m2-3 {
    margin-bottom: 51px;
}


.main2 .txt .m2-3 a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 26px;
    padding-left: 15px;
}


.main2 .txt .m2-3 a:hover {
    color: #e62129;
}


.main2 .btn {
    margin-top: 37px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: block;
    min-width: 139px;
    line-height: 47px;
    background-color: #e62129;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    outline: none;
    border: none;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}

.main2 .btn1 {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 36px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: block;
    min-width: 139px;
    line-height: 47px;
    background-color: #e62129;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    outline: none;
    border: none;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}


.main2 .btn:hover {
    border-radius: 10px;
}

.main2 .btn1:hover {
    border-radius: 10px;
}


.main2 .m2bot {
    margin-top: 96px;
    background: #fff
}


.main2 .m2bot .txt {
    padding-right: 24px;
    background-color: #fff;
    padding-bottom: 19px;
}

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

    .main2 .m2top .img {
        width: 45%;
    }

    .main2 .m2bot .img {
        width: 45%;
    }

    .main2 .txt {
        width: 55%;
        padding-left: 3%;
        padding-top: 20px;
    }

    .main2 .txt .m2-2 {
        margin-bottom: 5px;
    }

    .main2 .txt .m2-3 {
        margin-bottom: 10px;
    }

    .main2 .txt ul li {
        width: 31%;
        margin: 1% !important;
    }

    /* .main2 .btn{margin-top: 16px;} */
    .main2 .m2bot .txt {
        padding-bottom: 25px;
    }


    /* .main2 .btn1{margintop} */

}

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


    .main2 {
        margin-top: 20px;
        padding-top: 20px;
        background-attachment: fixed;
        padding-bottom: 20px;
    }

    .main2 .m2top .img {
        width: 100%;
    }

    .main2 .m2bot .img {
        width: 100%;
    }

    .main2 .txt {
        width: 100%;
        padding-left: 3%;
        padding-top: 20px;
    }

    .main2 .anniu {
        padding-left: 8px;
    }

    .main2 .txt ul li {
        max-width: 194px;
    }

    .main2 .anniu .btn {
        float: left;
    }

    .main2 .anniu .btn1 {
        float: left;
    }

}

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

    .main2 .txt ul li .lizz1 {
        display: none !important;
        position: static;
    }

    .main2 .txt ul li:hover .lizz1 {
        display: none !important;
    }

    .main2 .txt ul li .lizz2 {
        display: none !important;
    }

}

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

    .main2 .anniu .btn {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .main2 .anniu .btn1 {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

}

.main2 .m2top {
    background: #fff
}

/* main3 */

.main3 {
    margin-top: 56px;
}


.main3 img {
    display: block;
    max-width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}


.main3 .zuo {
    position: relative;
    overflow: hidden;
    width: 49%;
    background: url(../img/m3-1.jpg) no-repeat center;
    background-size: 100%;
}


.main3 .you {
    position: relative;
    overflow: hidden;
    width: 49%;
    background: url(../img/m3-2.jpg) no-repeat center;
    background-size: 100%;
}


.main3 .zuo .m3zz, .main3 .you .m3zz {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
}


.main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {
    margin-top: 102px;
}


.main3 .zuo .m3zz .m3top a, .main3 .you .m3zz .m3top a {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #e62129;
}


.main3 .zuo .m3zz .m3mid, .main3 .you .m3zz .m3mid {
    margin-top: 20px;
}


.main3 .zuo .m3zz .m3mid a, .main3 .you .m3zz .m3mid a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    line-height: 30px;
}


.main3 .zuo .m3zz .m3bot, .main3 .you .m3zz .m3bot {
    margin-top: 25px;
    text-align: center
}


.main3 .zuo .m3zz .m3bot a, .main3 .you .m3zz .m3bot a {
    margin: 0 auto;
    min-width: 166px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    line-height: 49px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border: 1px solid #333;
    display: inline-block
}


.main3 .zuo:hover .m3top a, .main3 .you:hover .m3top a {
    color: #e62129;
}


.main3 .zuo:hover .m3mid a, .main3 .you:hover .m3mid a {
    color: #e62129;
}


.main3 .zuo:hover .m3bot a, .main3 .you:hover .m3bot a {
    color: #fff;
    background-color: #e62129;
    border: 1px solid #e62129;
}


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

    .main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {

        margin-top: 70px;

    }

}

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

    .main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {

        margin-top: 30px;

    }

}

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

    .main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {

        margin-top: 30px;

    }

    .main3 .zuo .m3zz .m3mid, .main3 .you .m3zz .m3mid {

        width: 90%;
        margin: 0 auto;
        max-height: 60px;
        overflow: hidden;

    }

    .main3 .zuo .m3zz .m3top a, .main3 .you .m3zz .m3top a {

        font-size: 24px;
        font-size: 2.4rem;

    }

    .main3 .zuo .m3zz .m3bot a, .main3 .you .m3zz .m3bot a {

        height: 36px;
        line-height: 36px;

    }

}

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

    .main3 .zuo, .main3 .you {
        width: 95%;
        margin: 0 auto 15px;
        float: none;
        background-size: 100% 100% !important
    }

    .main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {
        margin-top: 14%;
    }

}

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

    .main3 {
        margin-top: 20px;
    }

    .main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {
        margin-top: 10%;
    }

}

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

    .main3 .zuo .m3zz .m3top, .main3 .you .m3zz .m3top {
        margin-top: 8%;
    }

    .main3 .zuo .m3zz, .main3 .you .m3zz {
        position: static;
        margin-bottom: 15px;
    }

    .main3 .zuo:hover .m3top a, .main3 .you:hover .m3top a {
        color: #e62129;
    }

    .main3 .zuo:hover .m3mid a, .main3 .you:hover .m3mid a {
        color: #333;
    }

    .main3 .zuo:hover .m3bot a, .main3 .you:hover .m3bot a {
        color: #333;
        background-color: transparent;
        border: 1px solid #333;
    }

    .main3 img {
        display: none !important
    }

}

/* main4 */

.main4 {
    margin-top: 51px;
    background: url(../img/m4bg.jpg) no-repeat top center;
    padding-top: 78px;
    padding-bottom: 60px;
}


.main4 .title a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
}


.main4 .title a:hover {
    color: #e62129;
}


.main4 ul {
    margin-top: 87px;
}


.main4 ul li {
    width: 180px;
    margin-left: 74.5px;
    float: left;
}


.main4 ul li img {
    margin: 0 auto;
    display: block;
}


.main4 ul li .litop {
    margin-bottom: 24px;
}


.main4 ul li .litop img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 0;
}


.main4 ul li .libot {
    padding-top: 17px;
    background: url(../img/hengxian.jpg) no-repeat top center;
}


.main4 ul li .libot a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #fff;
    text-align: center;
}


.main4 ul li .libot a:hover {
    color: #e62129;
}


.main4 ul li:hover .litop img {
    top: -30px;
}


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

    .main4 ul li {
        width: 19%;
        margin: 0.5% !important;
    }

}

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

    .main4 ul li .litop img {
        max-width: 90%;
    }

    .main4 {
        background-attachment: fixed;
    }

    .main4 ul li {
        width: 32%;
        margin: 0.5% !important;
        height: 300px;
    }

}

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

    .main4 {
        background-attachment: fixed;
    }

    .main4 ul li {
        width: 49%;
        margin: 0.5% !important;
        height: 300px;
    }

}

/* main5 */

.main5 {
    padding-top: 44px;
    margin-bottom: 66px;
}


.main5 .title a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
}


.main5 .title a:hover {
    color: #e62129;
}


.main5 .more1 a {
    position: absolute;
    right: 0;
    top: 2px;
    min-width: 87px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    line-height: 37px;
    text-align: center;
    border: 1px solid #333;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
}


.main5 .more1 a:hover {
    color: #fff;
    background-color: #e62129;
    border: 1px solid #e62129;
}


.main5 .slideBox {
    margin-top: 67px;
}


.main5 .slideBox ul li dl dd {
    padding-bottom: 11px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 578px;

    height: 244px;
    margin-left: 44px;
    float: left;
    margin-bottom: 39px;
    background: url(../img/ddbg.png) no-repeat bottom center;
}


.main5 .slideBox ul li dl dd .kuai1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
    position: relative;
    background: #333333;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 9px;
}

.main5 .slideBox ul li dl dd .kuai1 span {
    display: block;
    color: #fff;
}

.main5 .slideBox ul li dl dd .kuai1 .sp1 {
    margin-bottom: 1px;
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
}


.main5 .slideBox ul li dl dd .kuai1 .sp2 {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}


.main5 .slideBox ul li dl dd .kuai2 {
    margin-top: 7px;
}


.main5 .slideBox ul li dl dd .kuai2 a {
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    display: block;
    text-align: center;
}


.main5 .slideBox ul li dl dd .kuai3 {
    margin-top: 15px;
}


.main5 .slideBox ul li dl dd .kuai3 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a;
    display: block;
    text-align: center;
    line-height: 24px;
}


.main5 .slideBox ul li dl dd:hover .kuai2 a {
    color: #fff;
}


.main5 .slideBox ul li dl dd:hover .kuai3 a {
    color: #fff;
}


.main5 .slideBox ul li dl dd .kuai4 {
    margin-top: 37px;
}


.main5 .slideBox ul li dl dd .kuai4 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a;
    display: block;
    line-height: 24px;
    padding-right: 30px;
    background: url(../img/more.png) no-repeat right center;
}


.main5 .slideBox ul li dl dd:hover .kuai4 a {
    color: #fff;
    background: url(../img/moreon.png) no-repeat right center;
}


.main5 .slideBox ul li dl dd:hover {
    background: url(../img/ddbgon.png) no-repeat bottom center;
}


.main5 .slideBox {
    width: 100%;
    height: 624px;
    overflow: hidden;
    position: relative;
}


.main5 .slideBox .hd {
    height: 28px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}


.main5 .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}


.main5 .slideBox .hd ul li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    width: 7px;
    height: 28px;
    line-height: 84px;
    overflow: hidden;
    background: url(../img/circle.png) no-repeat center center;
    cursor: pointer;
}


.main5 .slideBox .hd ul li.on {
    background: url(../img/circleon.png) no-repeat center center;
}


.main5 .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}


.main5 .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

@media screen and (max-width: 1219px) {
    .main5 .slideBox ul li dl dd .kuai1 .sp1 {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 999px) {
    .main5 .slideBox ul li dl dd .kuai1 .sp1 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .main5 .title a {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .main5 .slideBox ul li dl dd .kuai1 .sp1 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

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

    .main5 .slideBox ul li dl dd {
        width: 465px;
    }

    .main5 .slideBox ul li dl dd .kuai3 a {
        max-height: 48px;
        overflow: hidden;
    }


}

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

    .main5 .slideBox ul li dl dd {
        width: 440px;
    }

}

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

    .main5 .slideBox ul li dl dd {
        width: 47%;
    }

    .main5 .slideBox ul li dl dd {
        margin-left: 5%;
    }

}

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

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

    .main5 .slideBox ul li dl dd {
        width: 100%;
        margin-left: 0;
        float: none;
        background: #f4f4f4;
    }

    .main5 .slideBox ul li dl dd:hover {
        background: #e62129;
    }

    .main5 .slideBox {
        height: auto;
        padding-bottom: 30px;
    }

    .main5 .more1 a {
        position: relative;
    }

}

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

    .main5 .more1 a {
        position: static;
        margin: 15px auto 0;
    }

    .main5 .slideBox {
        margin-top: 20px;
    }

}

/* foot */

.foot {
    background: url(../img/ftbg.jpg) no-repeat top center;
    padding-top: 25px;
    padding-bottom: 8px;
    background-size: 100% 100%;
}

.foot.foot1 .wp1 {
    margin-top: 54px;
}


.foot .ft {
    float: left;
}


.foot .ft .title {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.foot .ft .title a {
    font-size: 20px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.foot .ft .title a:hover {
    color: #e62129;
}

.foot .ft .title1 {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.foot .ft .title1 a {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.foot .ft .title1 a:hover {
    color: #e62129;
}


.foot .ft ul li {
    font-size: 14px;
    font-size: 1.4rem;;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 25px
}

.foot .ft ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.foot .ft ul li a:hover {
    color: #e62129;
}

.foot .ft ul li span {
    color: #fff;
}


.foot .ft.ft3 ul li img {
    margin-right: 2px;
    position: relative;
    top: 5px;
}

.foot .ft.ft4 ul li img {
    margin-right: 2px;
    position: relative;
    top: 5px;
}


.foot .ft dl {
    margin-top: 36px;
}

.foot .ft dl dd {
    float: left;
    margin-left: 2px;
    width: 45px;
    height: 45px;
    margin: 10px 20px 10px 0;
    border-radius: 5px;
    border: solid 1px #FFFFFF;
}

.foot .ft dl dd a {

    width: 45px;

    height: 45px;

    display: table-cell;

    vertical-align: middle;

}

.foot .ft dl dd a img {

    display: block;
    max-width: 100%;
    margin: 0 auto;

    transition: all 1s;

    -webkit-transition: all .5s;

}

.foot .ft dl dd a img:hover {


    transform: rotate(360deg);

    -ms-transform: rotate(360deg); /* IE 9 */

    -moz-transform: rotate(360deg); /* Firefox */

    -webkit-transform: rotate(360deg); /* Safari å’Œ Chrome */

    -o-transform: rotate(360deg); /* Opera */

}

.foot .ft {
    width: 250px;
}


.foot .ft.ft1 {
    margin-right: 109px;
}

.foot .ft.ft2 {
    margin-right: 45px;
}

.foot .ft.ft3 {
    margin-right: 40px;
}


.links {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.links a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 15px;
    text-align: left;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.links a:hover {
    color: #e62129;
}


.foot .wp1 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
}

.foot .wp1 p a {
    color: #fff;
}

.foot .wp1 p a:hover {
    color: #e62129;
}


.foot .ft {
    width: 250px;
    margin-right: 0;
}

.foot .ft.ft2 {
    margin-right: 0;
}

.foot .ft4 {
    float: right;
}

.foot .ft.ft1 {
    width: 377px;
    margin-right: 0;
}


.ft1 ul {
}

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

.ft1 ::-webkit-input-placeholder {
    color: #666;
}

/* WebKit browsers */

.ft1 :-o-placeholder {
    color: #666;
}

/* Mozilla Firefox 4 to 18 */

.ft1 ::-moz-placeholder {
    color: #666;
}

/* Mozilla Firefox 19+ */

.ft1 :-ms-input-placeholder {
    color: #666
}

/* Internet Explorer 10+ */

.ft1 input {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0 8px;
    font-size: 12px;
    line-height: 34px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ft1 textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 8px 8px;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Arial;
}

.ft1 .codeli {
    position: relative;
}

.codeli:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 34px;;
    left: -15px;
}

.codeli .f-codeinput {
    width: 220px;
    float: left;
    font-size: 12px;
}

.codeli .f-codeimg {
    float: right;
    cursor: pointer;
    width: 122px;
}

.codeli .f-btn {
    width: 100%;
    background: transparent;
    border: solid 1px #FFFFFF;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 10px
}


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

    .foot .ft dl dd {
        margin-left: 0;
        margin-right: 10px;
    }

    .foot .ft {
        width: 18%;
        margin-right: 1% !important;
    }

}

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

    .foot {
        background: url(../img/ftbg.jpg) no-repeat top center #333;
    }

    .foot .ft dl {
        margin-top: 10px;
    }

    .zidivnds {
        font-size: 0;
        letter-spacing: 0
    }

    .foot .ft {
        width: 47%;
        margin-right: 1.5% !important;
        margin-left: 1.5%;
        margin-bottom: 15px;
        float: none;
        display: inline-block;
        vertical-align: top
    }


}

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


    .foot .wp {
        display: none;
    }

    .foot .wp1 {
        display: block;
    }

    .links {
        display: none;
    }

    .foot {
        padding: 5px 0;
        padding-bottom: 76px;
    }

}

/* @media screen and (max-width:539px) {

    .foot .ft{width: 99%;}

} */


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

    .foot {
        padding: 5px 0;
        padding-bottom: 68px;
    }

}


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

    .foot {
        padding: 5px 0;
        padding-bottom: 45px;
    }

}


/* ======================================== product ======================================== */

.banner img {
    display: block;
    max-width: 100%;
}

/* bread */

.bread {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
}

.bread a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
}

.bread a:hover, .bread a.a2 {
    color: #e62129;
}


/*goods*/

.product {
    padding-top: 21px;
}

.product .xiangqing .goods {
    width: 870px;
}

.product .xiangqing .goods .box1 {
    width: 100%;
}

.product .xiangqing .goods .box1 ul {
    width: 100%;
}

.product .xiangqing .goods .box1 ul li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 27px;
    width: 272px;
    margin-bottom: 40px;
}


.product .xiangqing .goods .box1 ul li input {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999999;
}

.product .xiangqing .goods .box1 ul li .lidi a {
    display: block;
}


.product .xiangqing .goods .box1 ul li .lidi a img {
    display: block;
    max-width: 100%;
}


.product .xiangqing .goods .box1 ul li .lizz1 {
    overflow: hidden;
    position: absolute;
    bottom: 41px;
    left: 0;
    width: 100%;
    height: 45px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.product .xiangqing .goods .box1 ul li .lizz1 a {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: url(../img/huise.png) repeat center center;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product .xiangqing .goods .box1 ul li .lizz2 {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-align: center;
}


.product .xiangqing .goods .box1 ul li .lizz2 a {
    background: url(../img/hongse.png) repeat center center;
    display: block;
    padding-top: 6px;
    padding-bottom: 19px;
}


.product .xiangqing .goods .box1 ul li .lizz2 a .sp1 {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
}


.product .xiangqing .goods .box1 ul li .lizz2 a .sp2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px auto 0;
    display: inline-block;
    border-radius: 13px;
    text-align: center;
    min-width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    color: #e62129;
    padding: 0 5px;
}


.product .xiangqing .goods .box1 ul li:hover .lizz1 {
    height: 0;
}

.product .xiangqing .goods .box1 ul li:hover .lizz2 {
    height: 86px;
}


/*page*/

.page {
    position: relative;
    margin: 40px auto 82px;
}

.page {
    text-align: left;
}

.page .pages-btn a {
    display: inline-block;
    background-color: #fff;
    color: #333;
    margin-left: 6px;
    min-width: 33px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0px;
}


.page .none {
    pointer-events: none;
}


.page a.on, .page a:hover {
    color: #fff;
    border: 1px solid #e62129;
    background-color: #e62129;
}

.page a.first {
    min-width: 59px;
    margin-left: 0;
}

.page a.last {
    min-width: 59px;
}

.page span {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    position: relative;
    top: 3px;
}

/* .page img{display: inline-block;position: relative;top: 5px;margin-left: 7px;} */

/* .ins{width: 148px;display: inline-block;height: 30px; line-height: 28px;text-align: center; border: none; outline: none;background-color: #e62129;color: #fff;font-size: 12px;font-size: 1.2rem;cursor: pointer;font-family: Arial, Helvetica, sans-serif;} */


/*list*/

.product .xiangqing .list {
    width: 270px;
    margin-bottom: 30px;
}

.product .xiangqing .list .title1 {
    width: 100%;
    margin-bottom: 8px;
}

.product .xiangqing .list .title1 a {
    display: block;
    width: 100%;;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: #e62129;
}

.product .xiangqing .list .title1 a:hover {
    color: #333
}

.product .xiangqing .list .subNavBox {
    width: 100%;
}

.product .xiangqing .list .subNav {
    cursor: pointer;
    background: #fff;
    margin-top: 7px;
}

.product .xiangqing .list .subNav.div1 {
    margin-top: 0px;
    padding-top: 4px;
}

.product .xiangqing .list .subNav a {
    display: block;
    line-height: 25px;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 25px;
    background: #eeeeee url(../img/parrow.png) no-repeat 97.5% 14px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    transition: 0s;
}


.product .xiangqing .list .subNav:hover a {
    background: #e62129 url(../img/parrowon.png) no-repeat 97.5% 14px;
    color: #fff;
}

.product .xiangqing .list .currentDd a {
    background: #e62129 url(../img/parrowon.png) no-repeat 97.5% 14px;
    color: #fff;
}


.product .xiangqing .list .navContent {
    margin-bottom: 7px;
    background-color: #eeeeee;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    position: relative;
    top: 0px;
}

.product .xiangqing .list .navContent > li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666666;
    padding-left: 38px;
}

.product .xiangqing .list .navContent > li a:hover {
    color: #e62129;
}

.product .xiangqing .list .navContent .on {
    color: #e62129;
}


.product .xiangqing .list .lastest {
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    margin-top: 69px;
}

.product .xiangqing .list .title2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
}

.product .xiangqing .list .title2 a {
    display: block;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    height: auto;
    line-height: 40px;
    color: #e62129;
    text-transform: uppercase;
}

.product .xiangqing .list .title2 a:hover {
    color: #333
}

.product .xiangqing .list .lastest dl dd {
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;

    padding-left: 17px;
    padding-right: 17px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    margin-bottom: 35px;
    background: url(../img/ddbg1.jpg) no-repeat bottom center;
}


.product .xiangqing .list .lastest dl dd.dd2 {
    margin-bottom: 30px;
}


.product .xiangqing .list .lastest dl dd .kuai1 {
    left: -14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
    width: 90px;
    height: 70px;
    position: relative;
    background: #333333;
}


.product .xiangqing .list .lastest dl dd .kuai1 span {
    display: block;
    color: #fff;
}


.product .xiangqing .list .lastest dl dd .kuai1 .sp1 {
    margin-bottom: 1px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
}


.product .xiangqing .list .lastest dl dd .kuai1 .sp2 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}


.product .xiangqing .list .lastest dl dd .kuai2 {
    margin-top: 8px;
}


.product .xiangqing .list .lastest dl dd .kuai2 a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    display: block;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .xiangqing .list .lastest dl dd .kuai2 a:hover {
    color: #e62129;
}

.product .xiangqing .list .lastest dl dd .kuai3 {
    margin-top: 2px;
    height: 50px;
    overflow: hidden
}


.product .xiangqing .list .lastest dl dd .kuai3 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a;
    display: block;
    line-height: 24px;
}

.product .xiangqing .list .lastest dl dd .kuai3 a:hover {
    color: #e62129;
}


.product .xiangqing .list .lastest dl dd .kuai4 {
    margin-top: 10px;
}


.product .xiangqing .list .lastest dl dd .kuai4 a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    display: block;
    line-height: 24px;
    padding-right: 30px;
    background: url(../img/more.png) no-repeat right center;
}

.product .xiangqing .list .lastest dl dd .kuai4 a:hover {
    color: #e62129;
}


/*goods1*/

.product .xiangqing .goods1 {
    width: 870px;
}


/*mouse hands*/

#tsShopContainer li, #tsShopContainer img {
    vertical-align: top;
}

#tsShopContainer {
    position: relative;
    float: left;
    margin-top: 0px;

    width: 427px;
}

#tsShopContainer #tsImgS {
    text-align: center;
    width: 100%;
    position: relative;
}

#tsShopContainer #tsImgS a {
    display: block;
    text-align: center;
    margin: 0px auto;
}

#tsShopContainer #tsImgS img {
    border: 1px;
}

#tsShopContainer #tsPicContainer {
    width: 100%;
    position: relative;

    height: 118px;

    margin-top: 19px;

}

#tsShopContainer #tsPicContainer #tsImgSArrL {
    width: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;

    height: 118px;
    background: url(../img/prleft.png) no-repeat left center;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
    width: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;

    height: 118px;
    background: url(../img/prright.png) no-repeat right center;
}

#tsShopContainer #tsPicContainer #tsImgSArrL:hover {
    background: url(../img/prlefth.png) no-repeat left center;
}

#tsShopContainer #tsPicContainer #tsImgSArrR:hover {
    background: url(../img/prrighth.png) no-repeat right center;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
    position: absolute;
    top: 1px;
    left: 22px;
    width: 1px;
    overflow: hidden;

    height: 118px;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
    width: 100%;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
    width: 120px;
    float: left;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0;

    padding: 0 4px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li a {
    display: block;

    width: 120px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
    display: block;

    width: 115px;

    height: 118px;
}


.MagicZoomBigImageCont {
    border: 1px solid #ccc;
    background: #FFF;
}

.MagicZoomPup {
    border: 0px solid #aaa;
    background: #ffffff;
}

.MagicZoomMain {
    text-align: center !important;
    width: 92px;
}


.goods1 .content {
    width: 383px;
}

.goods1 .content .title {
    margin-top: 25px;
    margin-bottom: 9px;
}

.goods1 .content .title h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}


.goods1 .content .btn {
    width: 100%;
    min-width: 307px \9;
    max-width: 307px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.goods1 .content .btn a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    min-width: 126px;
    border-radius: 17px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    margin-bottom: 5px;
    margin-right: 5px;
}

.goods1 .content .btn a:hover {
    background-color: #e62129;
}


.goods1 .content .btn a.none:hover {
    background-color: #333 !important;
}


.goods1 .content .share1 {
    min-width: 256px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    display: inline-block
}

.goods1 .content .share1 .span {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
}


.goods1 .content p {
    line-height: 26px;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
}


.at-resp-share-element .at-icon {
    width: 26px !important;
    height: 26px !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: 26px !important;
    height: 26px !important;
}

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


.protitle1 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 36px;
}

.protitle1 a {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 6px;
    color: #e62129;
    display: block;
    background: url(../img/xian1.png) repeat-x bottom center;
    font-weight: bold;
}


.goods1 .wenzi p {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.goods1 .wenzi b {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.goods1 .wenzi span {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.goods1 .wenzi p img {
    display: block;
    max-width: 100%;
}

.goods1 .wenzi a {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #e62129;
}


.goods1 .wenzi table {
    width: 97%;
    border-collapse: collapse;
    line-height: 24px;
    margin-bottom: 30px;
}

.goods1 .wenzi tr td {
    line-height: 24px;
    padding: 2px;
    border: 1px solid #ccc;
    white-space: nowrap;
}


ul.rel-pro {
    margin-bottom: 115px;
}

ul.rel-pro li {
    float: left;
    margin-left: 12px;
    width: 270px;
}


/* ul.rel-pro li .libox{} */

ul.rel-pro li .img {
    border: 1px solid #dadada;
}

ul.rel-pro li .img > a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

ul.rel-pro li .img > a img {
    display: block;
    width: 100%;
    height: 100%;
}


ul.rel-pro li .img > a .przz {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

ul.rel-pro li .img > a .przz span {
    display: block;
    width: 113px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    background-color: #fff;
    text-align: center;
    margin: 89px auto 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

ul.rel-pro li .img > a .przz span:hover {
    color: #e62129;
}

ul.rel-pro li .img > a:hover .przz {
    top: 0;
}


ul.rel-pro li .wenzi1 {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 18px;
    border-top: 1px solid #dadada;
}

ul.rel-pro li .wenzi1 a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

ul.rel-pro li .wenzi1 a:hover {
    color: #e62129;
}


.img980 {
    display: none;
}

.img980 ul li {
    width: 23%;
    margin: 1%;
    float: left;
}

.img980 ul li a {
    display: block;
    width: 100%;
}

.img980 ul li a img {
    display: block;
    width: 100%;
}


/*pro media zhuyemian*/

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

    .product .xiangqing .goods {
        width: 700px;
    }

    .product .xiangqing .goods .box1 ul li {
        width: 31%;
        margin: 0 1% 2% 1% !important;
    }

    .goods1 .wenzi .table {
        overflow: scroll
    }
}

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

    .product .xiangqing .goods {
        width: 650px;
    }

}

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

    .product .xiangqing .list .lastest dl dd {
        background: #f4f4f4;
    }

    .page {
        margin-bottom: 30px;
    }

    .page a {
        margin-bottom: 5px;
        margin-bottom: 5px
    }

    .product .xiangqing .goods .box1 ul li .lizz1 {
        bottom: 20px;
    }

    .product .xiangqing .goods .box1 ul li .lizz2 {
        bottom: 10px;
    }

    .product .xiangqing .goods {
        width: 100%;
    }

    .product .xiangqing .goods .box1 ul li {
        width: 23%;
        margin: 0 1% 2% 1% !important;
    }

    .product .xiangqing .list {
        width: 100%;
        margin-top: 20px
    }

    .product .xiangqing .list .lastest dl dd .kuai3 {
        height: auto !important;
    }

}

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

    .product .xiangqing .goods .box1 ul li {
        width: 31%;
        margin: 0 1% 2% 1% !important;
    }

}

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

    .product .xiangqing .goods .box1 ul li {
        width: 48%;
        margin: 0 1% 2% 1% !important;
    }

    .page input {
        margin-bottom: 10px
    }

}

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

    .product .xiangqing .goods .box1 ul li {
        width: 100%;
        margin: 0 0% 2% 0% !important;
    }

}


/*pro media xiangqingyemian*/

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

    .product .xiangqing .goods1 {
        width: 700px;
    }

    .MagicZoomPup, .MagicZoomBigImageCont {
        display: none !important;
    }

    .MagicZoom {
        cursor: auto !important;
    }

    .left-pro {
        float: none;
        margin: 0 auto;
    }

    .product .xiangqing .goods1 .content {
        width: 255px;
    }

    .protitle1, .protitle2 {
        background: none;
    }

    .rel-pro li {
        width: 23%;
        margin: 1% !important;
    }

}

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

    .product .xiangqing .goods1 .content {
        width: 100%;
    }

    .product .xiangqing .goods1 {
        width: 650px;
    }

}

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

    .img980 {
        display: block;
    }

    .left-pro {
        display: none;
    }

    .product .xiangqing .goods1 {
        width: 100%;
    }

    #tsShopContainer {
        display: none;
    }

}


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

    .product .xiangqing .goods1 .img980 ul li {
        width: 48%;
        margin: 0 1% 2% 1% !important;
    }

    .goods1 .content .btn a {
        float: none;
        margin: 15px auto 0;
        width: 100%;
    }
}

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

    .product .xiangqing .goods1 .img980 ul li {
        width: 100%;
        margin: 0 0% 2% 0% !important;
    }


}

/* ======================================== about ======================================== */

.about {
    margin-top: 21px;
}


.about .ab-1 .wenzi {
    width: 100%;
}


.about .ab-1 .wenzi p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;
}


.about .ab-1 .wenzi .wz-1 {
    margin-bottom: 10px;
}


.about .ab-1 .wenzi .wz-1 a {
    display: block;
}


.about .ab-1 .wenzi .wz-1 a img {
    display: block;
    max-width: 100%;
}


.about .ab-1 .img {
    margin-top: 64px;
    width: 604px;
    margin: 0 auto;
    background: url(../img/m1bg1.png) no-repeat left bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.about .ab-1 .img a {
    display: block;
}


.about .ab-1 .img img {
    padding-left: 27px;
    padding-bottom: 29px;
    max-width: 100%;
    display: block;
}


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

    .about .ab-1 .img {
        width: 480px;
        background-size: 90% 90%;
    }

    .about .ab-1 .wenzi {
        width: 480px;
    }

}

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

    .about .ab-1 .img {
        width: 460px;
        background-size: 90% 90%;
    }

    .about .ab-1 .wenzi {
        width: 460px;
    }

}

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

    .about .ab-1 .img {
        width: 100%;
        background: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }

    .about .ab-1 .wenzi {
        width: 100%;
    }

    .about .ab-1 .img img {
        padding-left: 0;
    }

    .about .ab-1 {
        padding-top: 20px;
    }

}

.ab-2 {
    background: url(../img/ab2.jpg) no-repeat top center;
}

.ab-2 ul {
    padding-top: 102px;
    padding-bottom: 57px;
    margin-top: 34px;
}


.ab-2 ul li {
    width: 180px;
    margin-left: 74.5px;
    float: left;
}


.ab-2 ul li img {
    margin: 0 auto;
    display: block;
}


.ab-2 ul li .litop {
    margin-bottom: 24px;
}


.ab-2 ul li .litop img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 0;
}


.ab-2 ul li .libot {
    padding-top: 17px;
    background: url(../img/hengxian.jpg) no-repeat top center;
}


.ab-2 ul li .libot a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #fff;
    text-align: center;
}


.ab-2 ul li .libot a:hover {
    color: #e62129;
}


.ab-2 ul li:hover .litop img {
    top: -30px;
}


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

    .ab-2 ul li {
        width: 19%;
        margin: 0.5% !important;
    }

}

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

    .ab-2 ul li .litop img {
        max-width: 90%;
    }

    .ab-2 {
        background-attachment: fixed;
    }

    .ab-2 ul li {
        width: 32%;
        margin: 0.5% !important;
        height: 300px;
    }

}

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

    .ab-2 ul li {
        width: 49%;
        margin: 0.5% !important;
        height: 300px;
    }

}


.ab-3 {
    margin-top: 58px;
}

.img-scroll3 {
    position: relative;
    z-index: 9;
    padding-top: 9px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.img-scroll3 .prev3, .img-scroll3 .next3 {
    position: absolute;
    display: block;
    width: 14px;
    height: 23px;
    top: 50%;
    margin-top: -20px;
    z-index: 999;
}

.img-scroll3 .prev3 {
    left: 0px;
    cursor: pointer;
}

.img-scroll3 .next3 {
    right: 0px;
    cursor: pointer;
}

.img-list3 {
    position: relative;
    overflow: hidden;
    z-index: 99;
    width: 1150px;
    margin: 0 auto;
}

.img-list3 ul {
    width: 9999px;
}

.img-list3 li {
    float: left;
    display: inline;
    width: 272px;
    margin-right: 20px;
}

.zhengshu {
    padding: 5px;
    border: 1px solid #cdcdcd;


}

.zhengshun {
    position: relative;
    overflow: hidden;
    max-width: 260px;
    margin: auto;
}

.zhegntu {
    width: 100%;
    max-width: 260px;
    display: block;
}

.zhengfangda {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 100%;
    background: #e62129;
    background: rgba(230, 33, 41, 0.4);
}

.zhengfangda img {
    width: 37px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -19px;
}

.img-list3 li:hover .zhengfangda {
    top: 0px;
}

.zhengzi {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
}

.mat {
    padding-top: 43px;
}


.ab-4 {
    margin-top: 58px;
    margin-bottom: 71px;
}


.ab-4 .title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    color: #333;
    margin-bottom: 27px;
}


.ab-4 ul li {
    float: left;
    width: 235px;
    margin-left: 86.66px;
}

.ab-4 ul li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 26px;
    overflow: hidden;
}

.ab-4 ul li a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.ab-4 ul li a .a4zz {
    position: absolute;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fangda3.png) no-repeat center center;
}

.ab-4 ul li a:hover .a4zz {
    top: 0;
}

.ab-4 ul li .libot {
    margin-top: 12px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 26px;
}


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

    .img-list3 {
        width: 856px;
    }

    .ab-4 ul li {
        width: 23% !important;
        margin: 1% !important;
    }

}

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

    .zhengfangda {
        background: none;
        top: 0 !important;
    }

    .ab-4 ul li a .a4zz {
        top: 0 !important;
    }

}

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

    .img-list3 ul {
        width: 1000%;
    }

    .img-list3 {
        width: 100%;
    }

    .img-list3 li {
        width: 3.2%;
        margin-right: 0.2%;
    }

}

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

    .ab-4 ul li {
        width: 48% !important;
        margin: 1% !important;
    }

}

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

    .img-list3 ul {
        width: 1000%;
    }

    .img-list3 {
        width: 100%;
    }

    .img-list3 li {
        width: 4.8%;
        margin-right: 0.4%;
    }

}


/* news */

.news {
    margin-top: 22px;
}

.news dl dd {
    padding-bottom: 11px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 578px;
    height: 251px;
    margin-left: 44px;
    float: left;
    margin-bottom: 92px;
    background: url(../img/ddbg.png) no-repeat bottom center;
}


.news dl dd .kuai1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
    width: 100px;
    height: 86px;
    position: relative;
    background: #333333;
}


.news dl dd .kuai1 span {
    display: block;
    color: #fff;
}


.news dl dd .kuai1 .sp1 {
    margin-bottom: 1px;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
}


.news dl dd .kuai1 .sp2 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}


.news dl dd .kuai2 {
    margin-top: 7px;
}


.news dl dd .kuai2 a {
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news dl dd .kuai3 {
    margin-top: 15px;
}


.news dl dd .kuai3 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a;
    display: block;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    max-width: 90%;
}


.news dl dd:hover .kuai2 a {
    color: #fff;
}


.news dl dd:hover .kuai3 a {
    color: #fff;
}


.news dl dd .kuai4 {
    margin-top: 13px;
}


.news dl dd .kuai4 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a;
    display: block;
    line-height: 24px;
    padding-right: 30px;
    background: url(../img/more.png) no-repeat right center;
}


.news dl dd:hover .kuai4 a {
    color: #fff;
    background: url(../img/moreon.png) no-repeat right center;
}


.news dl dd:hover {
    background: url(../img/ddbgon.png) no-repeat bottom center;
}


.news .page {
    margin-top: 0;
}


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

    .news dl dd {
        width: 465px;
        margin-bottom: 30px;
    }

    .news dl dd .kuai3 a {
        max-height: 48px;
        overflow: hidden;
    }

}

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

    .news dl dd {
        width: 440px;
    }

}

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

    .news dl dd {
        width: 47%;
    }

    .news dl dd {
        margin-left: 5%;
    }

}

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

    .news dl dd {
        width: 100%;
        margin-left: 0;
        float: none;
        background: #f4f4f4;
    }

    .news dl dd:hover {
        background: #e62129;
    }

}


/* ======================================== news1 ======================================== */

.news1 {
    padding-bottom: 73px;
    padding-top: 15px;
}


.news1 .wenzi1 {
    width: 850px;
}


.news1 .wenzi1 .title {
    margin-bottom: 18px;
    margin-top: 0px;
}


.news1 .wenzi1 .title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 13px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}


.news1 .wenzi1 .title .riqi span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    padding-left: 25px;
    background: url(../img/rili.png) no-repeat left center;
}


.news1 .cont p {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 30px;
}


.news1 .cont span {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
}


.news1 .cont p img {
    display: block;
    max-width: 100%;
}


.news1 .cont a {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #e62129;
}


.news1 .cont table {
    width: 97%;
    border-collapse: collapse;
    line-height: 24px;
    margin-bottom: 30px;
}


.news1 .cont tr td {
    line-height: 24px;
    padding: 2px;
    border: 1px solid #ccc;
    white-space: nowrap;
}


.news1 .updown {
    padding-top: 20px;
    border-top: 1px dashed #ccc;
    margin-bottom: 73px;
}


.news1 .updown .up {
    margin-top: 0px;
    margin-bottom: 8px;
}


.news1 .updown .up p {
    padding-left: 23px;
    background: url(../img/xiangzuo.png) no-repeat left 5px;
}


.news1 .updown .down p {
    padding-left: 23px;
    background: url(../img/xiangyou.png) no-repeat left 5px;
}


.news1 .updown p {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}


.news1 .updown p a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}


.news1 .updown p span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}


.news1 .updown p a:hover {
    color: #e62129;
}

.news1 .updown p a.none:hover {
    color: #666 !important;
}

.news1 .dui2 {
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.news1 .dui2 .d-top {
    margin-top: 5px;
}


.news1 .dui2 .d-top a {
    border-radius: 10px;
    display: block;
    width: 222px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #e62129;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto;
}


.news1 .dui2 .d-mid {
    width: 250px;
    margin: 34px auto 25px;
}


.news1 .dui2 .d-mid .fen1 {
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #e62129;
}


.news1 .dui2 .d-bot {
    padding-top: 13px;
    background-color: #fff;
}


.news1 .dui2 .d-bot .title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 13px;
}


.news1 .dui2 .d-bot .title a {
    color: #e62129;
    display: block;
    padding-left: 17px;
}


.news1 .dui2 .d-bot .cont1 dl {
    padding-bottom: 7px;
}


.news1 .dui2 .d-bot .cont1 dl dd {
    margin-bottom: 10px;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddtop a {
    display: block;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddtop a img {
    display: block;
    max-width: 100%;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddmid {
    margin-top: 12px;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddmid a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddmid a:hover {
    color: #e62129;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddmid1 {
    margin-top: 6px;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddmid1 a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddmid1 a:hover {
    color: #e62129;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddbot {
    margin-top: 1px;
    padding-left: 26px;
}


.news1 .dui2 .d-bot .cont1 dl dd .ddbot span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    line-height: 30px;
}


.news1 .dui2 .d-bot .cont1 dl .dd2 {
    margin-top: 23px;
}


.news1 .d-bot .lastest {
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    margin-top: -12px;
}

.news1 .d-bot .title2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
}

.news1 .d-bot .title2 a {
    width: auto;
    display: inline-block !important;
    display: inline;
    padding: 0px 10px;
    display: block;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
    color: #e62129;
    text-transform: uppercase;
    padding-left: 10px;
    background: url(../img/list1.jpg) no-repeat left center;
}


.news1 .d-bot .lastest dl dd {
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;

    padding-left: 17px;
    padding-right: 17px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    margin-bottom: 35px;
    background: url(../img/ddbg2.jpg) no-repeat bottom center;

}


.news1 .d-bot .lastest dl dd.dd2 {
    margin-bottom: 30px;
}


.news1 .d-bot .lastest dl dd .kuai1 {
    left: -14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
    width: 66px;
    height: 70px;
    position: relative;
    background: #333333;
}


.news1 .d-bot .lastest dl dd .kuai1 span {
    display: block;
    color: #fff;
}


.news1 .d-bot .lastest dl dd .kuai1 .sp1 {
    margin-bottom: 1px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
}


.news1 .d-bot .lastest dl dd .kuai1 .sp2 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}


.news1 .d-bot .lastest dl dd .kuai2 {
    margin-top: 8px;
}


.news1 .d-bot .lastest dl dd .kuai2 a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    display: block;
    line-height: 35px;
}

.news1 .d-bot .lastest dl dd .kuai2 a:hover {
    color: #e62129;
}

.news1 .d-bot .lastest dl dd .kuai3 {
    margin-top: 2px;
}


.news1 .d-bot .lastest dl dd .kuai3 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a;
    display: block;
    line-height: 24px;
}

.news1 .d-bot .lastest dl dd .kuai3 a:hover {
    color: #e62129;
}


.news1 .d-bot .lastest dl dd .kuai4 {
    margin-top: 10px;
}


.news1 .d-bot .lastest dl dd .kuai4 a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    display: block;
    line-height: 24px;
    padding-right: 30px;
    background: url(../img/more.png) no-repeat right center;
}

.news1 .d-bot .lastest dl dd .kuai4 a:hover {
    color: #e62129;
}


.news1 .wp .n-box .wenzi1 .updown .news dl dd .kuai2 a.none {
    color: #666;
}


@media screen and (max-width: 1219px) {
    .news1 .wenzi1 {
        width: 640px;
    }
}


@media screen and (max-width: 999px) {
    .news1 .wenzi1 {
        width: 600px;
    }
}


@media screen and (max-width: 979px) {
    .news1 .wenzi1 {
        width: -webkit-calc(100% - 330px);
        width: -moz-calc(100% - 330px);
        width: calc(100% - 330px);
    }
}


@media screen and (max-width: 639px) {
    .news1 .wenzi1 {
        width: 100%;
        float: none;
    }

    .news1 .dui2 {
        width: 100%;
    }

    .news1 .d-bot .lastest dl dd {
        background-color: #f4f4f4;
    }

}

/* ======================================== project ======================================== */

.project {
    margin-top: 22px;
}

.project ul {
    font-size: 0;
}

.project ul li {
    width: 366px;
    margin-left: 51px;
    margin-bottom: 41px;
    display: inline-block;
    vertical-align: top;
}

.project ul li a {
    display: block;
    text-align: center;
}

.project ul li a img {
    display: block;
    max-width: 100%;
}


.project ul li .libot .div1 {
    margin-top: 11px;
    margin-bottom: 11px;
}


.project ul li .libot .div1 a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #252525;
    font-weight: bold;
}

.project ul li .libot .div1 a:hover {
    color: #e62129;
}

.project ul li .libot .div2 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #252525;
    line-height: 26px;
}

.project ul li .libot .div2 a:hover {
    color: #e62129;
}


.project .page {
    margin-top: 31px;
}


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

    .project ul li {
        width: 31%;
        margin: 1% !important;
    }

}

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

    .project ul li {
        width: 48%;
        margin: 1% !important;
    }

}

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

    .project ul li {
        width: 98%;
        margin: 1% !important;
    }

}

/* ======================================== project 1======================================== */

.project1 {
    margin-top: 15px;
}

.project1 .xqy {
    position: relative;
}

.project1 .xqy .top1 {
    margin-bottom: 17px;
}


.project1 .xqy .top1 .title1 {
    text-align: center;
}

.project1 .xqy .top1 .title1 h1 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}


.project1 .newsx p {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.project1 .newsx span {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.project1 .newsx p img {
    display: block;
    max-width: 100%;
}

.project1 .newsx a {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #e62129;
}


.project1 .newsx table {
    width: 97%;
    border-collapse: collapse;
    line-height: 24px;
    margin-bottom: 30px;
}

.project1 .newsx tr td {
    line-height: 24px;
    padding: 2px;
    border: 1px solid #ccc;
    white-space: nowrap;
}


.project1 .updown {
    padding-top: 22px;
    border-top: 1px dashed #ccc;
    margin-bottom: 73px;
}

.project1 .updown .up {
    margin-top: 0px;
    margin-bottom: 9px;
}

.project1 .updown p {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.project1 .updown p a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.project1 .updown p span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.project1 .updown p a:hover {
    color: #e62129;
}

.project1 .updown .up p {
    padding-left: 23px;
    background: url(../img/xiangzuo.png) no-repeat left 5px;
}

.project1 .updown .down p {
    padding-left: 23px;
    background: url(../img/xiangyou.png) no-repeat left 5px;
}

/* ======================================== download ======================================== */


/*.download {*/
/*    margin-top: 23px;*/
/*}*/

.download ul {
    padding-top: 1px;
}


.download ul li.fix {
    padding-bottom: 15px;
    margin-bottom: 34px;
    border-bottom: 1px dashed #d1d1d1;
}


.download ul .lileft {
    width: 1000px;
    padding-left: 28px;
    background: url(../img/lileft.png) no-repeat left 4px;
}


.download ul .lileft a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #333;
}


.download ul .lileft:hover a {
    color: #e62129;
}

.download ul .lileft:hover {
    background: url(../img/lilefton.png) no-repeat left 4px;
}


.download ul .liright a {
    display: block;
    background: url(../img/yun.png) no-repeat 10px center;
    min-width: 136px;
    line-height: 34px;
    text-indent: 52px;
    border: 1px solid #e62129;
    color: #e62129;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 5px;
    box-sizing: border-box
}


.download ul .liright a:hover {
    color: #fff;
    background-color: #e62129;
    background: url(../img/yunon.png) no-repeat 10px center;
    background-color: #e62129;
}


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

    .download ul .lileft {
        width: 750px;
    }

}


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

    .download ul .lileft {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }

}

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

    .download ul .lileft {
        width: 100%;
        margin-bottom: 15px;
    }

}


/* ==========================================contact========================================= */

.contact {
    margin-bottom: 80px;
    margin-top: 7px;
}

.c_bottom {
    margin-top: 0px;
    margin: 0 auto;
    max-width: 660px;
}


.c_top {
    float: right;
    max-width: 450px;
    width: 450px;
    margin-top: 47px;
}

.c_top ul li.li2 {
    margin-top: 57px;
}

.c_top ul li .title {
    font-size: 20px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 9px;
}


.c_top ul li .div dl {
    float: left;
    width: 165px;
}

.c_top ul li .div dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 36px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c_top ul li .div dl dd a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 36px;
}

.c_top ul li .div dl dd a:hover {
    color: #e62129;
}

.c_top ul li .div dl.dl2 {
    margin-left: 120px;
}


.c_xp {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 90px;
}

.c_xp_title {
    margin-top: 8px;
    font-size: 30px;
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}


.c_xp_msg {
    padding-left: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 30px;
    margin: 9px auto 20px;
    max-width: 660px;
    text-align: center;
}


/*.c_div1{ padding-bottom:23px; }

.c_div2{ padding-bottom:23px; }

.c_div3{ padding-bottom:26px; }*/

.c_nr1 {
    padding-bottom: 23px;
}


.c_bt1 {
    text-indent: -1px;
    color: #ff0000;
    font-size: 20px;
    font-size: 2rem;
    width: 14px;
    padding-left: 0px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 17px;
}

.c_div3 .c_bt1 {
    margin-top: 11px;
}


.c_input, .c_input2, .c_textarea, .c_captcha {
    text-indent: 12px;
    float: left;
    border: solid 1px #d2d2d2;
    color: #a6a6a6;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
}

.c_input, .c_input2, .c_captcha {
    height: 52px;
    line-height: 50px;
}


.c_input {
    width: 309px;
}

.c_input2 {
    width: 638px;
}

.c_textarea {
    width: 644px;
    float: left;
    line-height: 26px;
    height: 104px;
    padding-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 26px;
}


.c_captcha {
    width: 380px;
}

.c_yzm {
    float: left;
    cursor: pointer;
    margin-left: 22px;
}

.c_send {
    cursor: pointer; /*margin-left:34px;*/
    font-family: Arial, Helvetica, sans-serif;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #e62129;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 1px;
    box-sizing: border-box;
    margin-top: 23px;
    float: none;
    width: 100%;
}

/* .c_send:hover{ background:#aaaaaa; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s; } */


.c_top ul li .div dl dd {
    padding-left: 19px;
}

.c_top ul li .div .dl1 .dd1 {
    background: url(../img/c1-1.png) no-repeat left center;
}

.c_top ul li .div .dl1 .dd2 {
    background: url(../img/c1-2.png) no-repeat left center;
}

.c_top ul li .div .dl1 .dd3 {
    background: url(../img/c1-3.png) no-repeat left center;
}

.c_top ul li .div .dl2 .dd1 {
    background: url(../img/c1-4.png) no-repeat left center;
}

.c_top ul li .div .dl2 .dd2 {
    background: url(../img/c1-5.png) no-repeat left center;
}

.c_top ul li .div .dl2 .dd3 {
    background: url(../img/c1-6.png) no-repeat left center;
}


.contact .map {
    margin-top: 59px;
}

.contact .map img {
    display: block;
    max-width: 100%;
}


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

    .c_top ul li .div dl.dl2 {
        margin-left: 0;
    }

    .c_xp {
        width: 100%;
    }

    .c_nr1 {
        width: 48%;
    }

    .c_input {
        width: 90%;
    }

    .c_top {
        width: 300px;
    }

    .c_input2, .c_textarea {
        width: 95%;
    }

    .c_send {
        margin-left: 15px;
        float: left;
        margin-top: 20px;
        width: 95%;
    }

}

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

    .contact {
        margin-bottom: 30px;
    }

    .contact .map {
        margin-top: 20px;
    }

    .c_xp {
        margin: 0 auto;
    }

    .c_top {
        margin: 0 auto;
    }

    .c_top ul li .div dl.dl2 {
        margin-left: 120px;
    }

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

    .c_top {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .c_lx1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .c_lx2, .c_lx3 {
        width: 50%;
    }

    .c_lx1 .c_lx_right {
        width: 85% !important;
    }


    .c_map {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .c_xp {
        float: none;
        width: 100%;
        max-width: 800px;
        margin-top: 0px;
    }

    .c_xp_title {
        text-align: center;
    }

    .c_captcha {
        width: 250px;
    }

    .c_send {
        float: left;
        margin-left: 14px;
    }

}

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

    .c_send {
        margin-left: 15px;
        width: 95%;
        margin-top: 20px;
    }

    .c_lx {
        margin-top: 30px;
    }

}

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

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

    .c_lx_right, .c_lx1 .c_lx_right {
        width: 80% !important;
    }


    .c_lx1 .c_lx_pic, .c_lx2 .c_lx_pic, .c_lx3 .c_lx_pic {
        width: 90px;
    }

}

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


    .c_div1 {
        padding-bottom: 0px;
    }

    .c_div2, .c_div3 {
        padding-bottom: 15px;
    }

    .c_nr1 {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }

    .c_input, .c_input2, .c_textarea, .c_captcha, .c_send {
        width: 90%;
    }

    .c_yzm {
        margin-top: 15px;
        margin-left: 15px;
    }

    .c_input, .c_input2, .c_captcha, .c_send {
        height: 40px;
        line-height: 38px;
    }

    .c_bt1 {
        margin-top: 0px;
        line-height: 40px;
        height: 40px;
    }


    .c_title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 38px;
    }

    .c_msg {
        margin-top: 10px;
    }

}

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

    .c_lx_right, .c_lx1 .c_lx_right {
        width: 75% !important;
    }

    .c_top ul li .div dl.dl2 {
        margin-left: 0px;
        float: right;
    }

    .c_top ul li .div dl {
        float: left;
    }

}

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

    .c_top ul li .div dl.dl2 {
        margin-left: 0px;
    }

    .c_top ul li .div dl {
        float: none !important;;
    }

}

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

    .c_lx_pic {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .c_lx_right, .c_lx1 .c_lx_right {
        float: none;
        width: 100% !important;
        text-align: center;
    }

}


.slang {
    float: right;
    position: relative;
    z-index: 99999;
    margin-top: -3px;
    margin-right: 15px;
    cursor: pointer
}

.slang .slang-title {

    background: url(../img/nav4.png) no-repeat right center;

    padding: 0 30px 0 15px;

    position: relative;

    line-height: 30px;

    text-transform: uppercase;

    font-size: 14px;

    font-size: 1.4rem;

}

.slang .slang-title:hover > ul {
    top: 100%;
}

.slang .slang-title a {
    color: #333;
}

.slang .slang-title a:hover {
    color: #e62129;
}

.slang .slang-title ul {
    position: absolute;
    top: -999px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #FFFFFF;
    padding-top: 0;
}

.slang .slang-title ul li {
    padding: 0 15px;
    line-height: 24px;
    margin: 0;
}

.slang .slang-title ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: arial;
    color: #999999;
}

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

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

    .head form {
        width: 180px;
    }
}

@media only screen and (max-width: 640px ) {
    .slang {
        font-size: 12px;
        font-size: 1.2rem;
        position: absolute;
        top: 40px;
        right: 0;
        margin-right: 0px;
    }
}


.downbtn {
    width: 100% !Important;
    margin-top: 10px;
}


.page_content p {
    font-size: 1.4rem;
    line-height: 30px;
    color: #333;
}


.returntop {
    position: fixed;
    *position: absolute;
    z-index: 9;
    right: 6px;
    bottom: 120px !Important;
    width: 60px;
    height: 60px;
    background: url("../img/gotop.png") no-repeat center;
    background-color: #e62129;
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
    display: none;
}


@media screen and (max-width: 999px) {
    .returntop {
        right: 0;
        bottom: 120px;
        width: 36px;
        height: 36px;
    }
}


/* slide-tags start*/

.slide-tags {
    margin: 50px 0 0;
}


.slide-tags.slide-tagspro2 {
    margin: 30px 0 30px;
}


.slide-tags .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
}


.slide-tags .box-list a {
    float: left;
    line-height: 30px;
    margin-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px
}


.slide-tags .box-list a:hover {
    color: #e62129;
}

/* slide-tags start*/


/* sousuoye */

.pro1-top {
    margin-bottom: 20px;
}


.pro1-top .item-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: solid 1px #ccc;
    color: #e62129;
    line-height: 30px;
    padding: 0 0 10px;
    text-transform: uppercase;
}


.pro1-top .item-desc {
    line-height: 30px;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
}


@media only screen and (max-width: 767px) {
    .pro1-top .item-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

    .pro1-top .item-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.neiyegag ol {
    text-align: center;
    position: absolute;

    width: 100%;

    bottom: 20px;

    text-align: center;
}

.neiyegag ol li {
    width: 10px;
    height: 10px;
    background: #7e7e7e;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}

.neiyegag ol li.cur {
    background: #333;
}

@media screen and (min-width: 1220px) and (max-width: 1820px) {
    .neiyegag {
        margin-top: 120px
    }
}

@media screen and (min-width: 1220px) and (max-width: 1440px) {
    .shouyebaa {
        margin-top: 120px
    }
}

@media screen and (max-width: 1219px) {
    .neiyegag {
        margin-top: 0px
    }

    .head-bot {
        top: 54px;
        position: inherit;
        left: 0;
    }
}

@media screen and (max-width: 1219px) {
    .shouyebaa {
        margin-top: 0px
    }
}


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

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

@media screen and (max-width: 999px) {
    .listcart a {
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

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

@media screen and (max-width: 500px) {
    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

@media only screen and (max-width: 1199px) {
    .gaodeditu .iframe {
        overflow: scroll
    }
}

.xunpanc a:hover {
    color: #e62129;
}

.xunpanc {
    margin-top: 25px;
    margin-bottom: 14px;
}

.xunpanc table {
    border: 1px solid #e62129;
}

.xunpanc table tr:first-child {
    height: 40px;
    color: #fff;
    background-color: #e62129;
}

.xunpanc table tr .td1 {
    width: 50%;
}

.xunpanc table tr .td2 {
    width: 30%;
}

.xunpanc table tr .td3 {
    width: 20%;
}

.xunpanc table tr td {
    padding: 11px;
    border-top: 1px solid #e62129;
    border-bottom: 1px solid #e62129;
}

.xunpanc table tr .td2 {
    font-size: 0;
    line-height: 0;
}


/*  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 !important;
    margin-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;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.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: 40px;
    padding-bottom: 0px;
}

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

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

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

.attribute .name i {
    color: #999999;
    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: #e62129;
}

.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: 20px 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;
}

.vitu {
    display: block;
    width: 375px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    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;
    padding-right: 10px;
}

.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;
    max-height: 120px;
    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;
        transform: translate(0);
        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;
        max-height: 72px;
        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;
        max-height: 44px;
    }

    .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;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-right: 10px;
}

.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;
}

.about .coxin .attachment.xing {
    background: url(../images/xing3.jpg) no-repeat left 24px !important;
    padding-left: 20px;
}

.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% - 22px);
    height: 45px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background-color: #e62129;
    border: 1px solid #e62129;
    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;
    font-size: 0;
}

.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;
    align-items: flex-end;
    line-height: 34px
}

.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: calc(100% - 15px);
    }
}


/******************************************************************  FAQ  *****************************************************/
.famain {
    padding-bottom: 77px;
    padding-top: 45px;
}

.subNav2 {
    cursor: pointer;
    position: relative;
    background: #eee;
    line-height: 24px;
    padding: 10px;
    border-left: 5px solid #e62129;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #e62129;
}

.subNav2 i {
    display: block;
    position: absolute;
    width: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #e62129;
    font-size: 16px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.subNav2 span {
    color: #e62129;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
}

.subNav2:hover {
}

.currentDd2 {
    background: #e62129;
    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 #e62129;
    background: #fff;
    margin-bottom: 30px;
}

.navContent2 p, .navContent2 strong {
    color: #333;
}

.navContent2 em {
    color: #e62129;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
}

.navContent2 a {
    color: #e62129;
}

.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;
}

.prtbiao {
    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;
    }

    .prtbiao {
        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: absolute;
    width: 32px;
    padding-bottom: 10px;
    z-index: 9999;
    top: -16px;
    right: 0px;
    cursor: pointer;
}

.yvnava {
    width: 32px;
    height: 28px;
    background: #e62129;
    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: #e62129;
    color: #fff !important;
}

.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: #e62129;
    color: #fff !important;
}

.honen {
    padding-top: 50px;
}

@media screen and (max-width: 1219px) {
    .ynav {
        top: -16px;
    }
}

@media screen and (max-width: 999px) {
    .ynav {
        margin-top: 10px;
        top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .ynav {
        display: none
    }

    .honen {
        padding-top: 30px;
    }
}

.appmain {
    padding: 50px 0;
    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: #e62129;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

.cemain2 {
    position: relative;
}

.cemain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e62129;
    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: #e62129;
}

.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: #e62129;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 5%;
    padding-bottom: 60px;
    border-top: 5px solid #e62129;
    border-bottom: 5px solid #e62129;
    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 #e62129;
        border-top: 2px solid #e62129
    }

    .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;
}

.prrbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: bold;
}

.przhan {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
}

.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;
    color: #e62129;
    font-size: 14px;
    font-size: 1.4rem;
    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: #e62129;
}

.slideItem {
    overflow: hidden;
}

.slideItem img {
    width: 100%;
}

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

.slideItem video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}


.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; /*opacity:0.5; */
    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 #ccc;
    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;
}

.prob-pic {
    width: 430px;
    float: left;
    margin-top: 6px;
}

.prob-pic .prob-pic-big {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prob-pic .prob-pic-big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    border-radius: 10px;
}

.prob-pic .prob-pic-big-img .img {
    border-radius: 10px;
}

.prob-pic .prob-pic-big-img .zoomPad {
    float: none;
    z-index: 8;
    border-radius: 10px;
}

.prob-pic .zoomWrapperImage img {
    max-width: 1200px;
    border-radius: 10px;
}

.prob-pic .prob-pic-small {
    position: relative;
    margin-top: 14px;
    overflow: hidden;
}

.prob-pic .prob-pic-btn {
    position: absolute;
    width: 20px;
    height: 60px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    display: block;
    line-height: 60px;
    font-size: 14px;
    color: #000000;
}

.prob-pic .prob-pic-btn:hover {
    color: #f8a641;
}

.prob-pic .prob-pic-btn.prev {
    left: 0px;
    background: url(../img/prleft.png) no-repeat right center;
}

.prob-pic .prob-pic-btn.next {
    right: 0px;
    background: url(../img/prright.png) no-repeat right center;
}

.prob-pic .prob-pic-btn.prev:hover {
    background: url(../img/prlefth.png) no-repeat right center;
}

.prob-pic .prob-pic-btn.next:hover {
    background: url(../img/prrighth.png) no-repeat right center;
}

.prob-pic .prob-pic-list {
    overflow: hidden;
    margin: 0 30px;
}

.prob-pic .prob-pic-list ul {
    width: 1000%;
    overflow: hidden;
}

.prob-pic .prob-pic-list ul li {
    position: relative;
    float: left;
    margin-right: 0.15%;
    width: 3.2%;
    overflow: hidden;
    border-radius: 6px;
}

.prob-pic .prob-pic-item .item-pic {
    display: block;
    overflow: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}

.prob-pic .prob-pic-item .item-pic img {
    display: block;
    width: 100%;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.prob-pic .prob-pic-item .item-pic:hover 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);
}

.prob-pic .prob-pic-item .item-pic, .prob-pic .prob-pic-item .item-video {
    display: block;
    overflow: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ddd;
}

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

.prob-pic .prob-pic-item .item-pic.active, .prob-pic .prob-pic-item .item-video.active {
    border-color: #e62129;
}

.prob-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 8;
    display: none;
}

.prob-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.prob-video.show {
    display: block;
}


@media screen and (max-width: 1219px) {
    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }
}

@media screen and (max-width: 999px) {
    .prob-pic {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .prob-pic {
        width: 100%;
        max-width: 430px;
        margin: auto;
    }


    .prob-pic .prob-pic-list ul li {
        margin-right: .2%;
        width: 3.2%;
    }

    .prob-pic .prob-pic-item .item-pic {
        display: block;
        overflow: inherit;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    .prob-pic .prob-pic-item .item-pic:before {
        display: none !important;
    }

    .prob-pic .prob-pic-btn {
        font-size: 14px;
    }

    .prob-pic .prob-pic-btn.prev {
        left: 0px;
    }

    .prob-pic .prob-pic-btn.next {
        right: 0px;
    }

}

.hon {
    margin-top: 20px;
}

.product .xiangqing .goods .box1 .hon li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin: auto !important;
    margin-left: 1.333% !important;
    margin-top: 20px !important;
}

.product .xiangqing .goods .box1 .hon li:nth-child(4n-3) {
    margin-left: 0px !important;
}

@media screen and (max-width: 999px) {
    .product .xiangqing .goods .box1 .hon li {
        width: 49%;
        margin-left: 2% !important;
    }

    .product .xiangqing .goods .box1 .hon li:nth-child(2n-1) {
        margin-left: 0px !important;
    }
}


.comain2 form {
}

.co2a {
    display: block;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    color: #000000;
    line-height: 40px;
}

.comain2 .xing {
    background: url(../img/xing.jpg) no-repeat left 20px;
}

.comain2 .int1 {
    padding-left: 24px;
    margin-bottom: 14px;
    width: 49%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comain2 .int1 input {
    width: 100%;
    height: 41px;
    line-height: 41px;
    border: 1px solid #cccccc;
    background: none;
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999999;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comain2 .int2 {
    padding-left: 24px;
    margin-bottom: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comain2 .int2 textarea {
    width: 100%;
    line-height: 31px;
    padding-top: 5px;
    height: 200px;
    border: 1px solid #c7c5c4;
    background: none;
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999999;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comain2 .int2.xing {
    background: url(../img/xing.jpg) no-repeat left 18px;
}

.comain2 .int3 {
    padding-left: 24px;
    margin-bottom: 20px;
    float: left;
    width: 49%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comain2 .int3 input {
    width: 100%;
    height: 41px;
    padding-left: 15px;
    line-height: 41px;
    border: 1px solid #c7c5c4;
    background: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999999;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comain2 .yanzheng {
    width: 150px;
    height: 44px;
    margin-left: 69px;
    float: left;
    cursor: pointer;
    margin-bottom: 20px;
}

.comain2 .int4 {
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    margin-left: 15px;
    height: 44px;
    background: #e62129;
    padding: 0 5px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 5px;
}

.comain2 .int4:hover {
    background: #333
}

.ditu {
    margin-bottom: 40px;
}

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

.comain2 .int1:nth-child(2n-1) {
    float: left
}

.comain2 .int1:nth-child(2n) {
    float: right
}


.comain {
    padding-top: 14px;
}

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

.coul {
}

.coul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 6px;
}

.coul li i {
    font-size: 22px;
    font-size: 2.2rem;
    padding-right: 10px;
}

.coul li a:hover {
    color: #2059a6;
}

.comain3 {
    padding-top: 34px;
    padding-bottom: 110px;
}

@media screen and (max-width: 1359px) {
    .comain2 form {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 21px;
    }
}

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

    .xunbiao {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
    }

    .comain2 form {
        margin: auto;
        padding-top: 16px;
    }

    .comain2 .int1 {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        float: none !important;
        padding-left: 15px;
    }

    .comain2 .int1 input {
        width: 100%;
        padding-left: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .comain2 .int2 {
        margin-bottom: 10px;
        width: 100%;
        padding-left: 15px;
    }

    .comain2 .int2 textarea {
        width: 100%;
        padding-left: 5px;
        height: 100px;
    }

    .comain2 .int3 {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        padding-left: 15px;
    }

    .comain2 .int3 input {
        margin-left: auto;
        width: 100%;
        padding-left: 5px;
    }

    .comain2 .yanzheng {
        margin-left: 15px;
    }
}

@media screen and (max-width: 399px) {
    .comain2 .int3 .yanzheng {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 10px;
        float: none;
    }

    .comain2 .int4 {
        float: none;
        width: calc(100% - 15px);
        margin-top: 10px;
    }
}

.fa {
    color: #fff;
}

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

@media screen and (min-width: 1000px) {
    .xnav {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 24px;
        background: #fff;
        right: 2.5%;
        top: 13px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 999999999
    }

    .nav span {
        display: block;
        width: 20px;
        height: 2px;
        background: #e62129;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        transition: 0.8s;
        z-index: 99999991
    }

    .nav .nav1 {
        margin-top: -1px;
    }

    .nav .nav2 {
        margin-top: -8px;
    }

    .nav .nav3 {
        margin-top: 6px;
        padding: 0px;
    }

    .nav:hover .nav1 {
        width: 25px;
    }

    .navh .nav1 {
        transform: rotate(45deg)
    }

    .navh .nav2 {
        transform: rotate(-45deg);
        width: 10px;
        margin-left: -1px;
        margin-top: -5px;
    }

    .navh .nav3 {
        transform: rotate(-45deg);
        width: 9px;
        margin-top: 3px;
        margin-left: -8px;
    }

    .navh:hover .nav2 {
        margin-top: -8px;
        margin-left: 7px;
    }

    .navh:hover .nav3 {
        margin-top: 5px;
        margin-left: -12px;
    }

    .smdaohang {
        position: fixed;
        width: 300px;
        height: 0px;
        overflow: auto;
        top: 0px;
        right: 0px;
        background: #000;
        background: rgba(0, 0, 0, 0.96);
        z-index: 9999999;
        transition: 0.8s;
        text-align: center;
    }

    .smdaohangh {
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .topnav {
        margin: auto;
        margin-top: 30px;
        padding: 20px;
    }

    ul.topnav li {
        text-align: left;
        position: relative;
    }

    ul.topnav li a {
        padding: 5px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-right: 50px;
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    }

    ul.topnav ul {
        display: none;
    }

    ul.topnav ul li {
        clear: both;
    }

    ul.topnav ul li a {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        outline: 0;
    }

    ul.topnav ul li a:hover {
    }

    ul.topnav ul ul li a {
        padding-left: 40px;
    }

    ul.topnav ul ul ul li a {
        padding-left: 60px;
    }

    ul.topnav span {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 20px;
        height: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        border-radius: 50%;
        transition: 0.5s;
    }

    ul.topnav span:before {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: 0px;
        transform: rotate(45deg);
        transform-origin: right center
    }

    ul.topnav span:after {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: -1px;
        transform: rotate(-45deg);
        transform-origin: right center;
        transition: 0.5s;
    }

    ul.topnav span.yizi {
        transform: rotate(90deg)
    }

    .smdaohang form {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
        border-radius: 13px;
    }

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

    .smdaohang form .ipsc {
        width: 20%;
        height: 24px;
        line-height: 24px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .smdaohang form i {
        position: absolute;
        right: 10px;
        top: 2px;
    }
}

.self-ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.self-ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.self-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.self-ellipsis6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.project1 .wp .xqy .d-mid .fen1 {
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.foot .ft .title span {
    color: #fff;
}

.vimain .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
}

.vimain .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.86034%;
    height: 0;
}

.vimain .item-videobox .item-video iframe, .video-list .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.vimain .item-videobox .item-video iframe body {
    margin: 0px !important;
}

.pages-btn {
    display: inline-block;
}

.prtag {
    padding-top: 48px;
    padding-bottom: 118px;
}

.prtag span {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 18px;
    font-size: 1.8rem;
}

.prtag a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    color: #999999;
}

.attribute .prbiao {
    display: block;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    height: auto;
    line-height: 40px;
    color: #e62129;
    text-transform: uppercase;
}

.product-tags .box-title {
    display: block;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    height: auto;
    line-height: 40px;
    color: #e62129;
    text-transform: uppercase;
}

.cart-list .cart-operate .cart-delate {
    color: #e62129 !important;
}

.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;
    cursor: pointer;
    color: #666;
    border: #666 solid 1px;
    line-height: 34px;
    background: none;
}

.listcart2 a:hover, .listcart2 button:hover {
    background: #fff;
    color: #e62129;
}

@media screen and (max-width: 640px) {
    .listcart2 a, .listcart2 button {
        width: 100%;
        display: block
    }
}

.xunpanlb {
    padding-top: 30px;
    clear: both;
    padding-bottom: 30px
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #e62129;
}

.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: #e62129;
}

@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;
    }
}

.inquiry-success {
    text-align: center;
    margin-bottom: 10%;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #e62129;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #e62129;
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.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%;
    }
}

.m6n .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
}

.m6n .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.86034%;
    height: 0;
}

.m6n .item-videobox .item-video iframe, .video-list .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m6n .item-videobox .item-video iframe body {
    margin: 0px !important;
}

.product .xiangqing .list .navContent .prol-subnav1 .prol-subnav1-item.on {
    color: #e62129;
}

@keyframes top {
    0% {
        line-height: 60px;
    }
    100% {
        line-height: 30px;
    }
}

.top {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: auto;
    background: #e62129;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -100px;
    color: #333;
    font-size: 20px !important;
    text-align: center;
    line-height: 46px;
    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;
}

.top img {
    width: 60%;
}

@media screen and (max-width: 767px) {
    .top {
        width: 30px;
        border-radius: 0px;
        right: 10px;
        bottom: 10px;
    }
}
.goods1 .wenzi a:hover{
    color: #666;
}
.news1 .cont a:hover{
    color: #666;
}
.project1 .newsx a:hover{
    color: #666;
}
.m-kf5 .kf-item .icon span{
    font-family: Arial, Helvetica, sans-serif !important;
}
