@charset "utf-8"; /* CSS Document */
html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0 auto;
    font-family: "opensans";
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
}

img {
    border: none;
}

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

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

img {
    display: block;
}

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

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

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input, textarea, select {
    font-family: "opensans";
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr-float {
    float: right;
}

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

* {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
    opacity: 1
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity: 1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
    opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
    opacity: 1
}

.sousuo input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    opacity: 1
}

.sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1
}

.sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    opacity: 1
}

.main5 input::-webkit-input-placeholder { /* WebKit browsers */
    color: #666666;
    opacity: 1
}

.main5 input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1
}

.main5 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1
}

.main5 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666666;
    opacity: 1
}

.main5 textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #666666;
    opacity: 1
}

.main5 textarea:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1
}

.main5 textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1
}

.main5 textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666666;
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*  head  */
.head {
    /*background: url(../images/hebei.png);*/
}

.head .zong {
    position: relative;
    z-index: 99;
}

.logo {
    display: block;
    float: left;
    width: 309px;
}

.logo img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 309px;
    max-height: 123px;
}

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

.yvn {
    float: right;
    position: relative;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif
}

.yvzhonga {
    display: block;
    background: url(../images/yvzhong.png) no-repeat right center;
    padding-right: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 24px;
    padding-left: 15px;
    cursor: pointer;
    z-index: 99999;
    position: relative;
    padding-right: 43px;
}

.yvzhonga:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #bcbcbc;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}

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

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

.yvul a:hover {
    color: #dc2c14;
}

.shejiao {
    float: right;
    margin-right: 0px;
    margin-top: 3px;
    position: relative;
    padding-left: 19px;
}

.shejiao:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #bcbcbc;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}

.shejiao a {
    display: block;
    color: #c7c7c7;
    line-height: 24px;
    font-size: 16px;
    float: left;
    margin-right: 14px;
}

.shejiao a:hover {
    color: #dc2c14;
}

/*  sousuo  */
.search {
    width: 24px;
    z-index: 9999999;
    background: none;
    float: right;
    margin-right: 15px;
    position: relative;
}

.sb-icon-search {
    color: #fff;
    z-index: 99;
    width: 24px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #dc2c14;
}

.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 99999999;
}

.search_1000 {
}

.sb-search {
    position: relative;
    width: 0%;
    min-width: 24px;
    height: 28px;
    float: right;
    display: inline;
    overflow: hidden;
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    transition: width 0s;
    -webkit-backface-visibility: hidden;
    z-index: 99;
    border: none;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0px;
    outline: none;
    width: 236px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    border: none;
    margin: 0;
    z-index: 190;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    border-radius: 18px;
    background: none;
}

.sb-icon-search, .sb-search-submit {
    width: 24px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 14px;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 236px;
    height: 28px;
    line-height: 28px;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 999999;
    background: #fff;
    border-radius: 14px;
    color: #333;
}

.no-js .sb-search .sb-icon-search {
    position: absolute;
    z-index: 15;
    right: 0px;
    top: 0px;
}

.no-js .sb-search .sb-search-submit {
    z-index: 91;
}

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

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

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

.hlianxi li a {
    color: #666;
}

.daoz {
    float: right;
    width: 820px;
    margin-top: 20px;
}

.daohang {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 999;
    padding: 6px 6px;
    text-align: right;
    padding-bottom: 19px;
}

.daohang > li > a {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    font-family: "Roboto-Bold";
}

.daohang > li:hover > a {
    color: #dc2c14;
}

.dangqiandao > a {
    color: #dc2c14 !important;
}

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

.yiji {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    display: none
}

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

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

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

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

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

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    text-align: center;
}

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

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
    border: none;
    outline: none;
    width: 21px;
    height: 21px;
    background: url(../images/dian.png) no-repeat center
}

.slick-dots li.slick-active button {
    background: url(../images/dianh.png) no-repeat center
}

.slick-prev, .slick-next {
    width: 48px;
    height: 68px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 0px;
    z-index: 999;
    background: rgba(220, 44, 20, 0.5) url(../images/bal.png) no-repeat center;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    right: 0px;
    z-index: 999;
    background: rgba(220, 44, 20, 0.5) url(../images/bar.png) no-repeat center;
}

.slick-prev:hover {
}

.slick-next:hover {
}

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

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

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

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

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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


@media screen and (max-width: 1219px) {
    .logo {
        width: 210px;
    }

    .daoz {
        width: 740px;
        margin-top: 0px;
    }

    .daohang > li {
        padding-bottom: 0;
    }

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

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

    .yijiw {
        width: 200px;
    }

    .erji {
        width: 200px;
        left: 200px;
    }

    .sanji {
        width: 200px;
        left: 200px;
    }
}

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

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

    .her {
        float: none;
    }

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

    .daoz {
        position: relative;
        top: auto;
        margin-top: 25px;
        width: 100%;
    }

    .yijiw, .yiji2 {
        display: none
    }

    .daohang > li {
        text-align: center;
        padding: 3px 0;
    }

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

    .clear3 {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .head .zong {
        padding-bottom: 55px;
    }

    .logo {
        width: 160px;
        left: 50%;
        margin-left: -80px;
        bottom: 10px;
        top: auto;
    }

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

    .search {
        margin-right: 5px;
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 166px;
    }

    .sb-search-input {
        width: 166px;
    }

    .yvn {
        margin-right: 30px;
        margin-top: 2px;
    }

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

    .shejiao {
        position: absolute;
        left: 0px;
        top: 7px;
        margin-top: 5px;
        padding-left: 0px;
    }

    .shejiao:before {
        display: none
    }

    .shejiao a {
        margin-right: 5px;
    }

    .fix {
        display: none
    }

    .slick-dots {
        right: 20px;
    }

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

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

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

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

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

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

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

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

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

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

    .container .nav > ul > li .active {
        background: url(../images/yizi.png) no-repeat center center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

    .slick-dots {
        bottom: 5px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .slick-prev, .slick-next {
        width: 28px;
        height: 44px;
        margin-top: -22px;
        background-size: 100%;
    }
}


/*  main1  */
@keyframes mor {
    0% {
        width: 90px;
    }
    50% {
        width: 0px;
    }
    100% {
        width: 90px;
    }
}

.main1 {
    padding-top: 95px;
    padding-bottom: 126px;
}

.m1tu {
    display: block;
    float: right;
    width: 50%;
}

.m1tu img {
    width: 100%;
    max-width: 960px;
    max-height: 527px;
}

.m1zi {
    width: 50%;
    float: left;
}

.m1zin {
    width: 540px;
    float: right;
    margin-right: 60px;
}

.m1biao {
    display: block;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    position: relative;
    padding-top: 15px;
    margin-top: 6px;
}

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

.m1zi p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
    max-height: 300px;
    overflow: hidden;
}

.m1mor {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 52px;
}

.m1mor span {
    display: inline-block;
    min-width: 184px;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    font-family: "OpenSans-Bold";
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    z-index: 3
}

.m1mor:before {
    content: '';
    position: absolute;
    width: 88%;
    height: 50px;
    background: #dc2c14;
    left: 11px;
    top: 0px;
    transform: skewX(-25deg);
    transition: 0.5s;
    z-index: 2
}

.m1mor:hover:before {
    width: 100%;
    left: 0px;
    transform: skewX(0deg);
}

.m1biao:hover, .m1zi p a:hover {
    color: #dc2c14;
}

@media screen and (max-width: 1599px) {
    .m1zi p a {
        max-height: 210px;
        margin-top: 10px;
    }

    .m1mor {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1219px) {
    .main1 {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .m1zin {
        width: 440px;
        float: right;
        margin-right: 40px;
    }

    .m1biao {
        font-size: 30px;
        font-size: 3rem;
        line-height: 40px;
    }

    .m1zi p a {
        max-height: 210px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m1mor {
        margin-top: 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

    .m1zi {
        width: 95%;
        float: none;
        margin: auto;
    }

    .m1zin {
        width: auto;
        margin: auto;
        margin-top: 20px;
        float: none;
    }

    .m1biao {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 34px;
    }

    .m1zi p a {
        max-height: none;
        line-height: 24px;
    }
}

/*  main2  */
.main2 {
    background: url(../images/m2bei.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
    padding-top: 98px;
    padding-bottom: 92px;
}

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

.main2:after {
    content: "";
    position: absolute;
    width: 281px;
    height: 53px;
    background: url(../images/sanbian.png) no-repeat center;
    right: 274px;
    bottom: 0px;
}

.m2t {
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1
}

.main2 .zong {
    position: relative;
    z-index: 2;
}

.m2biao {
    display: block;
    text-align: center;
    font-size: 46px;
    font-size: 4.6rem;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
}

.m2p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999999;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.m2biao:hover, .m2p a:hover {
    color: #dc2c14;
}

.slide {
    position: relative;
    padding-bottom: 80px;
    margin-top: 57px;
}

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

.slide .carouse .slideItem {
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.slide .carouse .slideItem .banner-img {
    width: 100%;
    display: block;
}

.slide .console {
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}

.slide .carousel-control {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 999;
    margin-top: -24px;
    text-align: center;
    line-height: 48px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}

.slide .carousel-control .iconfont {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}

.slide .carousel-control:hover {
    background: #F8691B;
    background: rgba(248, 105, 27, 0.6);
}

.slide .carousel-control:hover .iconfont {
    color: #fff;
}

.slide .carousel-control.left {
    left: 130px;
    cursor: pointer;
    background: #fff;
}

.slide .carousel-control.right {
    right: 130px;
    cursor: pointer;
    background: #fff;
}

.slide .dotList {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    line-height: 0;
}

.slide .dotList li {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    margin: 0 8px;
    outline: none;
    transform: rotate(45deg);
}

.slide .dotList li.active {
    border: 2px solid #dc2c14;
    background-size: contain;
}

.img-scroll {
    position: relative;
    z-index: 9;
    margin-top: 30px;
    display: none
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    text-align: center;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: #dc2c14;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    z-index: 99;
    color: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

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

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

.img-scroll .prev:hover, .img-scroll .next:hover {
    background: #dc2c14;
}

.img-list {
    position: relative;
    overflow: hidden;
    z-index: 90;
    margin-left: 40px;
    margin-right: 40px;
}

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

.img-list li {
    float: left;
    display: inline;
    width: 0.3233%;
    margin-right: 0.015%;
    position: relative;
}


.m2lie {
    width: 275px;
    float: left;
    margin-left: 33px;
}

.m2tu {
    display: block;
}

.m2tu img {
    width: 100%;
    max-width: 418px;
    max-height: 418px;
}

.m2zi {
    background: #222222;
    margin-top: 2px;
    padding: 9px 14px;
    transition: 0.5s;
}

.m2zi > a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-family: "OpenSans-Bold";
}

.m2zi p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 6px;
}

.m2lie:hover .m2zi {
    background: #dc2c14;
}

@media screen and (max-width: 1219px) {
    .m2lie {
        width: 237px;
        margin-left: 10px;
    }
}

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

    .slide {
        display: none
    }

    .img-scroll {
        display: block;
    }

    .m2lie {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .m2biao {
        font-size: 30px;
        font-size: 3rem;
        line-height: 40px;
    }

    .m2p a {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .main2:after {
        display: none
    }

    .m2zi {
        padding: 5px 8px;
    }

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

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

@media screen and (max-width: 699px) {
    .m2biao {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 40px;
    }

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

@media screen and (max-width: 499px) {
    .img-list li {
        width: 1%;
        margin-right: 0%;
        position: relative;
    }
}

/*  main3  */
.main3 {
    padding-top: 106px;
    padding-bottom: 107px;
}

.main3 .m1biao {
    text-transform: none;
}

.m3lie {
    width: 567px;
    position: relative;
    min-height: 190px;
    margin-bottom: 15px;
    margin-top: 50px;
}

.m3tu {
    display: block;
    width: 255px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.m3tu img {
    width: 100%;
    max-width: 255px;
    max-height: 190px;
    margin: auto;
}

.m3zi {
    padding-left: 275px;
}

.m3a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-family: "OpenSans-Bold";
    margin-top: 4px;
}

.m3zi p a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    color: #666666;
    max-height: 56px;
    overflow: hidden;
    margin-top: 14px;
    min-height: 58px
}

.m3zi span {
    display: block;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
    margin-top: 14px;
}

.m3zi span i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #666666;
}

.nemor {
    line-height: 24px;
    padding-right: 15px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

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

.nemor a {
    display: block;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #dc2c14;
    background: #f5f5f5;
    float: left;
    padding-right: 10px;
    position: relative;
    z-index: 9
}

.nemor span {
    display: block;
    background: #dc2c14;
    height: 4px;
    transform: skewX(-60deg);
    width: 90%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    z-index: 8
}

.m3zi a:hover {
    color: #dc2c14;
}

.nemor:hover a {
    color: #333
}

@media screen and (max-width: 1219px) {
    .m3lie {
        width: 467px;
        margin-bottom: 15px;
        margin-top: 20px;
        min-height: 150px;
    }

    .m3tu {
        width: 200px;
    }

    .m3zi {
        padding-left: 215px;
    }

    .m3a {
        margin-top: 0px;
    }

    .m3zi p a {
        margin-top: 4px;
    }

    .m3zi span {
        margin-top: 4px;
    }

    .nemor {
        margin-top: 10px;
    }

    .nemor span {
        margin-top: 12px;
    }
}

@media screen and (max-width: 999px) {
    .main3 {
        padding-top: 26px;
        padding-bottom: 20px;
    }

    .m3lie {
        width: 100%;
    }

    .nemor span {
        display: none
    }
}

@media screen and (max-width: 459px) {
    .m3lie {
        width: 49%;
        margin-bottom: auto;
    }

    .m3tu {
        position: relative;
        left: auto;
        margin: auto;
        width: auto;
    }

    .m3zi {
        padding: 10px 0;
    }

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

    .m3zi p a {
        line-height: 24px;
        max-height: 48px;
    }

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

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

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

.main4:after {
    content: "";
    position: absolute;
    width: 281px;
    height: 53px;
    background: url(../images/sanbian.png) no-repeat center;
    right: 274px;
    bottom: 0px;
}

.main4 .zong {
    position: relative;
    z-index: 2;
}

.slide2 {
    position: relative;
    padding-bottom: 92px;
    margin-top: 70px;
}

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

.slide2 .carouse .slideItem {
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.slide2 .carouse .slideItem .banner-img {
    width: 100%;
    display: block;
}

.slide2 .console {
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}

.slide2 .carousel-control {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 999;
    margin-top: -24px;
    text-align: center;
    line-height: 48px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}

.slide2 .carousel-control .iconfont {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}

.slide2 .carousel-control:hover {
    background: #F8691B;
    background: rgba(248, 105, 27, 0.6);
}

.slide2 .carousel-control:hover .iconfont {
    color: #fff;
}

.slide2 .carousel-control.left {
    left: 130px;
    cursor: pointer;
    background: #fff;
}

.slide2 .carousel-control.right {
    right: 130px;
    cursor: pointer;
    background: #fff;
}

.slide2 .dotList {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    line-height: 0;
}

.slide2 .dotList li {
    display: inline-block;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    margin: 0 8px;
    outline: none;
    transform: rotate(45deg);
}

.slide2 .dotList li.active {
    border: 2px solid #dc2c14;
    background-size: contain;
}

.img-scroll2 {
    position: relative;
    z-index: 9;
    margin-top: 30px;
    display: none
}

.img-scroll2 .prev2, .img-scroll2 .next2 {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    text-align: center;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: #dc2c14;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    z-index: 99;
    color: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.img-scroll2 .prev2 {
    left: 0;
    cursor: pointer;
}

.img-scroll2 .next2 {
    right: 0;
    cursor: pointer;
}

.img-scroll2 .prev2:hover, .img-scroll2 .next2:hover {
    background: #dc2c14;
}

.img-list2 {
    position: relative;
    overflow: hidden;
    z-index: 90;
    margin-left: 40px;
    margin-right: 40px;
}

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

.img-list2 li {
    float: left;
    display: inline;
    width: 0.3233%;
    margin-right: 0.015%;
    position: relative;
}

.m4lie {
    width: 375px;
    float: left;
    margin-left: 37px;
}

.m4tu {
    display: block;
}

.m4tu img {
    width: 100%;
    max-width: 375px;
    max-height: 280px;
    margin: auto;
}

.m4zi {
    display: block;
    line-height: 35px;
    padding: 5px;
    background: #222222;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    font-family: "OpenSans-Bold";
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m4lie:hover .m4zi {
    background: #dc2c14;
}

@media screen and (max-width: 1219px) {
    .m4lie {
        width: 320px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 999px) {
    .main4 {
        padding-top: 38px;
        padding-bottom: 26px;
    }

    .main4:after {
        display: none
    }

    .slide2 {
        display: none
    }

    .img-scroll2 {
        display: block;
    }

    .m4lie {
        width: 100%;
        float: none;
        margin: auto;
    }

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

@media screen and (max-width: 699px) {
    .img-list2 li {
        width: 0.49%;
        margin-right: 0.015%;
        position: relative;
    }
}

@media screen and (max-width: 499px) {
    .img-list2 li {
        width: 1%;
        margin-right: 0%;
        position: relative;
    }
}

/*  main5  */
@keyframes mor2 {
    0% {
        width: 119px;
        margin-left: -60px
    }
    50% {
        width: 0px;
        margin-left: 0px
    }
    100% {
        width: 119px;
        margin-left: -60px
    }
}

.main5 {
    padding-top: 68px;
    padding-bottom: 77px;
}

.m5biao {
    display: block;
    font-size: 46px;
    font-size: 4.6rem;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    text-align: center;
    position: relative;
    padding-bottom: 23px;
}

.m5biao:before {
    content: "";
    width: 119px;
    height: 4px;
    background: #dc2c14;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0px;
    transition: 0.5s;
    -webkit-animation-name: mor2;
    animation-name: mor2;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.main5 form {
    width: 1092px;
    margin: auto;
    padding-top: 17px;
}

.main5 .int1 {
    width: 515px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    padding-left: 10px;
    margin-top: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
}

.main5 textarea {
    width: 1081px;
    height: 113px;
    line-height: 28px;
    padding-top: 6px;
    background: #ffffff;
    padding-left: 10px;
    margin-top: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
}

.main5 .int2 {
    width: 293px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    padding-left: 10px;
    margin-top: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    margin-right: 19px;
}

.main5 .yanzheng {
    width: 202px;
    height: 47px;
    float: left;
    margin-top: 23px;
    margin-right: 43px;
    cursor: pointer
}

.main5 .int3 {
    min-width: 524px;
    height: 48px;
    line-height: 48px;
    padding: 0 5px;
    background: #dc2c14;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    margin-top: 23px;
    font-family: "OpenSans-Bold";
    cursor: pointer;
    transition: 0.5s;
}

.main5 .int3:hover {
    background: #333;
}

input:focus {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

textarea:focus {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.main5 .int1:nth-child(2n-1) {
    float: left
}

.main5 .int1:nth-child(2n) {
    float: right
}

@media screen and (max-width: 1219px) {
    .main5 form {
        width: 892px;
    }

    .main5 .int1 {
        width: 415px;
    }

    .main5 textarea {
        width: 881px;
    }

    .main5 .int3 {
        min-width: 324px;
    }
}

@media screen and (max-width: 999px) {
    .main5 {
        padding-top: 28px;
        padding-bottom: 22px;
    }

    .m5biao {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }

    .main5 form {
        width: 100%;
    }

    .main5 .int1, .main5 .int2 {
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        float: none !important;
        margin-top: 10px;
        height: 35px;
        line-height: 35px;
        margin-right: auto;
    }

    .main5 textarea {
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-top: 10px;
        height: 100px;
    }

    .main5 .yanzheng {
        margin-right: 10px;
        margin-top: 10px;
    }

    .main5 .int3 {
        min-width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 499px) {
    .main5 .int3 {
        min-width: 97%;
        margin-top: 10px;
    }
}

/*  foot  */
.foot {
    background: url(../images/footbei.webp) no-repeat center;
    background-attachment: fixed;
    position: relative;
    padding-top: 98px;
    padding-bottom: 122px;
}

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

.foot:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 103px;
    background: url(../images/fob.png) no-repeat center;
    left: 0px;
    bottom: 0px;
}

.foot .zong {
    position: relative;
    z-index: 2;
}

.fobiao {
    cursor: unset;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 35px;
    font-family: "OpenSans-Bold";
}

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

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

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

.ful1 {
    margin-top: 25px;
}

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

.ful1 li a, .ful1 li span {
    color: #fff;
}

.ful2 {
    margin-top: 31px;
}

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

.ful2 li a {
    color: #bfbfbf;
}

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

.shejiao2 {
    margin-top: 33px;
    margin-bottom: 7px;
}

.shejiao2 a {
    display: block;
    float: left;
    font-size: 20px;
    color: #ffffff;
    margin-right:10px;margin-bottom: 10px}
.shejiao2 a:last-child{margin-right: 0 }
.shejiao2 a:hover {
    color: #dc2c14;
}

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

.fo3 p a {
    color: #fff;
}

.fo3 p a:hover {
    color: #dc2c14;
}

.fo3 p img {
    display: inline-block
}

.foot2 {
}

.youlian {
    font-size: 14px;
    font-size: 1.4rem;
    color: #e5e5e5;
    line-height: 30px;
    margin-top: 115px;
}

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

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

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

.fp a {
    color: #e5e5e5;
}

.fp img {
    display: inline-block;
}

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

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


@keyframes top {
    0% {
        background-position: bottom center
    }
    100% {
        background-position: top center
    }
}

.top {
    width: 49px;
    line-height: 20px;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    margin: auto;
    background: url(../images/top.png) no-repeat top center;
    padding-top: 30px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -100px;
    transition: 0.9s;
    z-index: 999;
    -webkit-animation-name: ;
    animation-name: ;
    -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: 52px;
    right: 50%;
    margin-right: -25px;
}

.bottom2 {
    bottom: 52px;
}

@media screen and (max-width: 1219px) {
    .fbiao {
        font-size: 20px;
        font-size: 2rem;
    }

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

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

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

@media screen and (max-width: 999px) {
    .foot {
        padding-top: 60px;
    }

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

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

    .fo3 {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

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

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

    .youlian {
        margin-top: 20px;
    }

    /*.pab{ padding-bottom:150px;}*/
}

@media screen and (max-width: 767px) {
    .foot {
        padding-top: 10px;
        padding-bottom: 90px;
    }

    .foot:after {
        display: none
    }

    .youlian {
        display: none
    }

    .fo3 {
        float: none;
    }

    .fo1, .fo2 {
        display: none
    }

    .top {
        right: 10px;
        margin-right: auto;
        bottom: 10px;
    }
}

/**************************************  product  *******************************/
.fenbanner {
    position: relative;
}

.fenbanner > a {
    display: block;
    overflow: hidden;
}

.fenbanner > a img {
    width: 100%;
    max-width: 1920px;
    max-height: 240px;
}

.babiao {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -45px;
    text-align: center;
}

.babiaoa {
    display: block;
    font-size: 32px;
    font-size: 3.2rem;
    color: #ffffff;
    font-family: "OpenSans-Bold";
    cursor: unset;
}

/*  mianbao  */
.mianbao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 14px;
    text-align: center;
    color: #ffffff;
}

.mianbao a {
    color: #ffffff;
}

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

.coef {
    color: #dc2c14 !important;
    cursor: unset;
}

.prmain {
    padding-top: 64px;
    padding-bottom: 56px;
}

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

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

.prtbiao {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    font-family: "OpenSans-Bold";
    border-bottom: 1px solid #999999;
    padding-bottom: 7px;
}

.fenlei {
}

.fenlei > li {
    margin-bottom: 2px;
}

.fenlei > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "OpenSans-Bold";
    line-height: 30px;
    border-bottom: 1px solid #d5d5d5;
    padding: 11px 0;
    padding-right: 20px;
    background: url(../images/jian.png) no-repeat right 19px;
}

.pryiji {
    padding-left: 24px;
}

.pryiji li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    padding-right: 20px;
    line-height: 30px;
    padding: 2px 0;
}

.prerji {
    padding-left: 24px;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

.prerji li a {
    color: #999999;
}

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

.dangqianpr > a {
    color: #dc2c14;
    background: url(../images/jianh.png) no-repeat right 22px !important;
}

.pryiji .dangqianpr > a {
    color: #dc2c14;
    background: url(../images/jianh.png) no-repeat right 13px !important;
}

.prerji .dangqianpr > a {
    color: #dc2c14;
    background: none !important;
}

.fenlei > li > a:hover {
    color: #dc2c14;
}

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

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

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

.slide-title a {
    display: block;
}

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

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

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

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

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

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

.prlb {
    margin-top: 48px;
}

.prlbbiao {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    font-family: "OpenSans-Bold";
    border-bottom: 1px solid #999999;
    padding-bottom: 12px;
}

.taul {
    padding-top: 12px;
}

.taul a {
    display: block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-right: 15px;
}

.taul a:hover {
    color: #dc2c14
}

.prtbiao:hover {
    color: #dc2c14;
}

.tagd {
    padding-bottom: 3px;
}

.taa {
    line-height: 32px;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "OpenSans-Bold";
}

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

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

.prlie {
    position: relative;
    width: 275px;
    float: left;
    margin-left: 33px;
    margin-top: 30px;
    margin-bottom: 25px;
}

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

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

.przi {
    background: #222222;
    position: relative;
    padding: 14px;
    padding-top: 6px;
    padding-bottom: 19px;
    transition: 0.5s;
}

.przi input {
    position: absolute;
    left: 14px;
    bottom: 27px;
    cursor: pointer
}

.pra {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 30px;
    font-family: "OpenSans-Bold";
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.przi p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 4px;
}

.prmor {
    display: inline-block;
    min-width: 110px;
    line-height: 30px;
    background: #dc2c14;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 25px;
    margin-top: 13px;
}

/*.prlie:hover .prtu img{ transform:scale(1.1,1.1)}*/
.prlie:hover .przi {
    background: #dc2c14
}

.prlie:hover .prmor {
    background: #222
}

.fenye {
    padding-top: 28px;
    text-align: center;
}

.fenyen {
    display: inline-block;
    *float: left;
    margin-top: 3px;
}

.fenyen a {
    display: inline-block;
    *float: left;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #888888;
    margin: 0 13px;
    margin-bottom: 10px;
    font-family: "OpenSans-Bold";
}

.sx {
    margin: 0 27px !important;
}

.dangfen, .fenyen a:hover {
    color: #dc2c14 !important;
}

.fenyen .sx:hover {
    color: #dc2c14 !important
}

.fuxuan {
    display: inline-block;
    *float: right;
    margin-bottom: 10px;
}

.fuxuan input {
    line-height: 22px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #dc2c14;
    cursor: pointer;
    transition: 0.5s;
    font-family: "OpenSans-Bold";
}

.fuxuan input:hover {
}

@media screen and (max-width: 1219px) {
    .prr {
        width: 700px;
        float: right;
    }

    .prlie {
        width: 226px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 999px) {
    .fenbanner a img {
        width: 160%;
        margin-left: -30%;
    }

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

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

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

    .prlie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 0px;
    }

    .fenye {
        padding-top: 22px;
    }

    .pra {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
    }

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

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

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

@media screen and (max-width: 767px) {
    .prl {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

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

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

    .prlb {
        margin-top: 19px;
    }

    .prt > .prtbiao {
        display: none
    }

    .prtbiao {
        border: none
    }

    .fenlei {
        display: none
    }

    .przi {
        padding: 5px;
        padding-top: 6px;
        padding-bottom: 19px;
    }

    .przi input {
        left: 5px;
    }

    .babiao {
        position: relative;
        margin: auto;
        margin-top: 10px;
    }

    .babiao a {
        color: #333
    }

    .babiaoa {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .mianbao {
        color: #333
    }
}

@media screen and (max-width: 429px) {
    .pra {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
    }

    .przi p a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        height: 44px;
    }

    .prmor {
        font-size: 12px;
        font-size: 1.2rem;
        min-width: 90px;
        margin-left: 18px;
        line-height: 24px;
    }

    .przi input {
        bottom: 25px;
    }
}

/**********************************  product2  **************************************/
#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, 0.8);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-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, 0.6);
    box-shadow: 0 0 8px rgba(0, 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, 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, -webkit-transform .4s ease;
    -o-transition: left .4s ease, -o-transform .4s ease;
    -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    -moz-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    -moz-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.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: -webkit-calc(2% + 6px);
    right: -moz-calc(2% + 6px);
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 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: 420px;
    float: left;
}

.prob-pic .prob-pic-big {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}

.prob-pic .prob-pic-big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}

.prob-pic .prob-pic-big-img .zoomPad {
    float: none;
    z-index: 8;
}

.prob-pic .zoomWrapperImage img {
    max-width: 1200px;
}

.prob-pic .prob-pic-small {
    position: relative;
    margin-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
}

.prob-pic .prob-pic-btn {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    font-size: 26px;
    color: #2d3d48;
}

.prob-pic .prob-pic-btn.prev {
    left: 0px;
    /*background: url(../images/prl.png);*/
}

.prob-pic .prob-pic-btn.next {
    right: 0px;
    /*background: url(../images/prr.png);*/
}

.prob-pic .prob-pic-btn:hover {
    color: #dc2c14;
}

.prob-pic .prob-pic-list {
    overflow: hidden;
}

.prob-pic .prob-pic-list ul {
    width: 1000%;
    overflow: hidden;
}

.prob-pic .prob-pic-list ul li {
    position: relative;
    float: left;
    margin-right: 0.6%;
    width: 2.88%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}

.prob-pic .prob-pic-item .item-pic {
    overflow: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.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: #eb919d
}

.prob-video {
    position: absolute;
    left: 1px;
    top: 1px;
    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;
}

.prob-pic-item .prob-video {
    display: none
}

.jianjie {
    width: 440px;
    float: right;
}

.jianjie h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-family: "OpenSans-Bold";
    padding-bottom: 25px;
    position: relative;
}

.jianjie h1:before {
    content: "";
    position: absolute;
    width: 85px;
    height: 3px;
    background: #dc2c14;
    left: 0px;
    bottom: 0px;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    padding-top: 21px;
    min-height: 252px;
}

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

.jiann a {
    color: #dc2c14;
}

.prdo {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #dc2c14;
    text-decoration: underline;
    padding-left: 35px;
    position: relative;
    font-family: "OpenSans-Bold";
    margin-top: 0px;
}

.prdo i {
    display: block;
    position: absolute;
    line-height: 30px;
    left: 0px;
    top: 0px;
    color: #dc2c14;
    font-size: 26px;
    transition: 0.5s;
}

.prdo:hover {
    color: #333;
}

.prdo:hover i {
    color: #333;
}

.share {
    margin-top: 37px;
}

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

.share2 {
    float: left;
    margin-left: 8px;
    vertical-align: middle
}

.inno {
    margin-top: 20px;
    padding-right: 22px;
}

.inno a {
    display: inline-block;
    min-width: 163px;
    line-height: 33px;
    padding: 5px;
    text-align: center;
    margin: 10px 0;
    background: #222222;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    font-family: "OpenSans-Bold";
}

.inno a:hover {
    background: #dc2c14;
    color: #fff;
}

.prxt {
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}

.prxt a {
    display: inline-block;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #dc2c14;
    font-family: "OpenSans-Bold";
    background: #f5f5f5;
    position: relative;
    z-index: 9;
    padding-right: 10px;
}

.prxt span {
    display: block;
    background: #dc2c14;
    height: 4px;
    transform: skewX(-60deg);
    position: absolute;
    width: 96%;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    z-index: 6
}

.chanxiang {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #333333;
    padding-top: 10px;
}

.chanxiang a {
    color: #dc2c14;
}

.chanxiang p, .chanxiang span, .chanxiang li {
    color: #333333;
}

.chanxiang img {
    max-width: 100%;
    /*margin: auto;*/
    display: inline-block;
}

.chanxiang table {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
}

.chanxiang tr td {
    line-height: 24px;
    padding: 7px 2px;
    border: 1px solid #bfbfbf;
    text-align: center;
    color: #333;
}

.tag2 {
    border-top: 1px solid #cdcdcd;
    margin-top: 38px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tag2 a {
    display: block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    line-height: 32px;
    padding: 0 18px;
    border: 1px solid #cccccc;
    border-radius: 16px;
    margin-top: 15px;
    margin-right: 12px;
}

.tag2 a:hover {
    color: #dc2c14;
}

@media screen and (max-width: 1219px) {
    .jianjie {
        width: 260px;
        float: right;
    }

    .inno a {
        float: none;
        margin-top: 5px;
        margin-bottom: auto;
    }

    .share {
        margin-top: 17px;
    }
}

@media screen and (max-width: 999px) {
    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .prob-pic {
        float: none;
        margin: 0 auto;
    }

    .jianjie {
        width: 100%;
        float: none;
        padding-top: 22px;
    }

    .jiann {
        min-height: inherit;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .prmain2 {
        padding-top: 20px;
    }

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

    .chanxiang table {
        width: 92%;
    }

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

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

    .table table {
        width: 885px;
    }

    .prdo {
        margin-top: 10px;
    }

    .tag2 a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .prob-pic .prob-pic {
        width: 100%;
    }

    .prob-pic .prob-pic-big {
        display: none;
    }

    .prob-pic .prob-pic-small {
        margin-top: 0;
    }

    .prob-pic .prob-pic-list ul li {
        margin-right: 0.14%;
        width: 3.2%;
    }

    .prob-pic .prob-pic-item .item-pic:before {
        display: none !important;
    }

    .prob-pic-item .prob-video {
        display: block
    }

    .jianjie h1 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .inno a {
        min-width: 103px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 24px;
    }

    .chanxbiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        padding-top: 20px;
    }

    .hobiao {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        color: #1f968f;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 2px;
    }

    .prob-pic {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .prob-pic .prob-pic-list ul li {
        margin-right: 0.1%;
        width: 4.9%;
    }

    .inno a {
        width: 90px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .prob-pic .prob-pic-list ul li {
        margin-right: 1%;
        width: 9.8%;
    }
}

/**********************************  news  **************************************/
.nemain {
    padding-top: 20px;
}

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

.homain {
    padding-bottom: 63px;
}

.hobiao {
    margin-top: 33px;
    position: relative;
    overflow: hidden;
}

.hobiao a {
    display: inline-block;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    color: #dc2c14;
    font-family: "OpenSans-Bold";
    position: relative;
    z-index: 9;
    padding-right: 10px;
    background: #f5f5f5;
}

.hobiao span {
    display: block;
    background: #dc2c14;
    height: 4px;
    transform: skewX(-60deg);
    position: absolute;
    width: 99%;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    z-index: 6
}

.holie {
    width: 275px;
    float: left;
    margin-left: 33px;
    margin-top: 35px;
}

.hotu {
    display: block;
    max-width: 418px;
    margin: auto;
    overflow: hidden;
}

.hotu img {
    width: 100%;
    max-width: 418px;
    max-height: 418px;
    transition: 0.5s;
}

.hozi {
    background: #222222;
    padding: 8px 14px;
    transition: 0.5s;
}

.hozi > a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 26px;
    font-family: "OpenSans-Bold";
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.hozi p a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 26px;
    margin-top: 6px;
    height: 52px;
    overflow: hidden;
}

.holie:hover .hozi {
    background: #dc2c14;
}

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

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

@media screen and (max-width: 1219px) {
    .holie {
        width: 237px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 999px) {
    .holie {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-top: 20px;
    }

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

    .hobiao {
        margin-top: 20px;
    }

    .hobiao a {
        font-size: 2.2px;
        font-size: 2.2rem;
    }

    .hobiao span {
        margin-top: 18px;
    }
}

@media screen and (max-width: 499px) {
    .homain {
        padding-bottom: 33px;
    }

    .hozi {
        padding: 5px;
    }

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

    .hozi p a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 48px;
    }
}

/**********************************  news2  **************************************/
.nemain2 {
    padding-top: 64px;
    padding-bottom: 22px;
}

.nel {
    width: 890px;
    float: left;
}

.ner {
    width: 280px;
    float: right;
}

.net h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    font-family: "OpenSans-Bold";
}

.riqi {
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #666666;
    padding-left: 26px;
    margin-top: 16px;
}

.riqi i {
    color: #999999;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 17px;
    font-weight: bold;
}

.net .share {
    float: left;
    margin-top: 16px;
    margin-left: 24px;
}

.nexiang {
    border-top: 1px solid #dcdcdc;
    margin-top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding-top: 20px;
}

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

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

.nexiang table {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
}

.nexiang tr td {
    line-height: 24px;
    padding: 7px 2px;
    border: 1px solid #bfbfbf;
    text-align: center;
    color: #333;
}

.fanpian {
    margin-top: 55px;
    position: relative;
}

.fanpian li {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 24px;
    padding: 4px 0;
    padding-left: 23px;
}

.fanpian li i {
    position: absolute;
    left: 0px;
    top: 7px;
    background: #999999;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.fanpian li a {
    color: #666666;
}

.fanpian li a:hover {
    color: #dc2c14;
}

.nebiao {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    color: #dc2c14;
    font-family: "OpenSans-Bold";
    position: relative;
    padding-left: 12px;
}

.nebiao:before {
    content: "";
    width: 4px;
    height: 20px;
    background: #dc2c14;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}

.nern {
    border: 1px solid #dcdcdc;
    padding: 12px;
}

.nerlie {
    margin-top: 15px;
    padding-bottom: 13px;
}

.nertu {
    display: block;
}

.nertu img {
    width: 100%;
    max-width: 255px;
    max-height: 190px;
    margin: auto;
}

.nea {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
}

.nerlie p a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #666666;
    height: 60px;
    overflow: hidden;
    margin-top: 3px;
}

.nerlie a:hover {
    color: #dc2c14;
}

.nebiao:hover {
    color: #333;
}

@media screen and (max-width: 1219px) {
    .nel {
        width: 690px;
        float: left;
    }

    .ner {
        width: 260px;
        float: right;
    }
}

@media screen and (max-width: 999px) {
    .nemain2 {
        padding-top: 21px;
        padding-bottom: 2px;
    }

    .nel {
        width: 63%;
        float: left;
    }

    .ner {
        width: 33%;
        float: right;
    }

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

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

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

    .nerlie p a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px;
        height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .nel {
        width: 100%;
        float: none;
    }

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

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

    .nern {
        border: none;
        padding: 0px;
    }

    .nerlie {
        width: 48%;
        float: left;
        margin: 10px 1%;
        text-align: center;
    }
}

/**********************************  application  **************************************/
.appmain {
    padding-top: 3px;
}

.applie {
    width: 375px;
    float: left;
    margin-left: 37px;
    margin-top: 67px;
}

.apptu {
    display: block;
    max-width: 375px;
    margin: auto;
    overflow: hidden;
}

.apptu img {
    width: 100%;
    max-width: 375px;
    max-height: 280px;
    transition: 0.5s;
}

.appzi {
    background: #4c4c4c;
    padding: 13px 14px;
    padding-bottom: 21px;
    transition: 0.5s;
}

.appzi > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-family: "OpenSans-Bold";
}

.appzi p a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    color: #ffffff;
    margin-top: 9px;
    height: 56px;
    overflow: hidden;
}

.applie:hover .appzi {
    background: #dc2c14
}

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

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

@media screen and (max-width: 1219px) {
    .applie {
        width: 320px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 999px) {
    .applie {
        width: 32.3333%;
        margin-left: 0.5% !important;
        margin-right: 0.5%;
        margin-top: 20px;
    }

    .appzi {
        padding: 10px 5px;
    }

    .appzi p a {
        line-height: 24px;
        height: 48px;
    }

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

@media screen and (max-width: 599px) {
    .applie {
        width: 49%;
    }

    .appzi > a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .appzi p a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
        height: 44px;
    }
}

/**********************************  application2  **************************************/
.appmain2 {
    padding-top: 66px;
}

.appmain2 h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    text-align: center;
    font-family: "OpenSans-Bold";
}

.appmain2 .share {
    margin: auto;
    text-align: center;
    float: none;
    margin-top: 23px;
}

.appmain2 .share1, .appmain2 .share2 {
    float: none;
    display: inline-block;
    *float: left;
}

.appmain2 .nexiang {
    border: none;
    padding-top: 5px;
}

@media screen and (max-width: 999px) {
    .appmain2 {
        padding-top: 20px;
    }

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

/**********************************  download  **************************************/
.domain {
    padding-top: 73px;
    padding-bottom: 56px;
}

.dolie {
    padding: 22px 31px 23px 23px;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
}

.dolie1 {
    background: #fff;
}

.dolie2 {
    background: #f5f5f5;
}

.shuzi {
    display: block;
    float: left;
    line-height: 25px;
    padding: 5px 0;
    position: absolute;
    left: 23px;
    top: 22px;
}

.doa {
    display: block;
    float: left;
    margin-left: 109px;
    line-height: 25px;
    padding: 5px 0;
    padding-right: 20px;
}

.domor {
    display: block;
    float: right;
    min-width: 110px;
    line-height: 25px;
    padding: 5px;
    text-align: center;
    background: #dc2c14;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
}

.doriqi {
    display: block;
    float: right;
    line-height: 25px;
    padding: 5px 0;
    margin-right: 174px;
}

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

.doa:hover {
    color: #dc2c14;
}

.domor:hover {
    background: #333;
}

@media screen and (max-width: 1219px) {
    .doriqi {
        margin-right: 10px;
    }

    .doa {
        margin-left: 35px;
    }
}

@media screen and (max-width: 999px) {
    .domain {
        padding-top: 23px;
        padding-bottom: 26px;
    }

    .dolie {
        padding: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .shuzi {
        left: 10px;
        top: 10px;
    }

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

/**********************************  about  **************************************/
.abmain {
    padding-top: 63px;
}

.abbiao {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    color: #dc2c14;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    text-align: center;
}

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

.abn p, .abn span, .abn strong, .abn li {
}

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

.abn table {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
}

.abn tr td {
    line-height: 24px;
    padding: 7px 2px;
    border: 1px solid #bfbfbf;
    text-align: center;
    color: #333;
}

.ditu {
    max-width: 100%;
    margin-top: 69px;
}

.m5biao2 {
    font-size: 36px;
    font-size: 3.6rem;
}

.m5biao2:hover {
    color: #333
}

.main52 {
    padding-bottom: 69px;
}

@media screen and (max-width: 999px) {
    .abmain {
        padding-top: 23px;
    }

    .abbiao {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .abn {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .ditu {
        margin-top: 19px;
    }

    .main52 {
        padding-bottom: 19px;
    }
}

/**********************************  comain  **************************************/
.comain {
    padding-top: 62px;
}

.cobiao {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    line-height: 45px;
    text-align: center;
}

.cop {
    padding: 0 140px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
}

.coul {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding-top: 3px;
}

.coul li {
    margin-top: 25px;
}

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

@media screen and (max-width: 999px) {
    .comain {
        padding-top: 22px;
    }

    .cobiao {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .cop {
        padding: 0px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 5px;
    }

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

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

    .m5biao2 {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

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

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

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

@font-face {
    font-family: "iconfont";
    font-display: swap;
    src: url('../fonts/iconfont.eot?t=1574500461791'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1574500461791#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAkgAAsAAAAAECgAAAjQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFGgqQFI1MATYCJANECyQABCAFhG0HgUsb8w0jklBWOdlfHdjB8PGOqg7bswW8+qq9MME4WsS2Ali5/UlFJUCuJvy/pYoEcfeDx9hPX1IClPUoTFmqdsByShOcn1E/M27z4aZ/l2A/gRYqVFxfR10CE6uIrRY2h5nVZAYzkSRMXH9BW+oJ+Ru0THOI8HaPyUmLZjOhNCko2vzcDP3VXO5zQbE+oUpAOrSXv9BmLpuCYyMrFKAwFabjWbgqdj/ffq5OLKJ9dujhvdyfiN0wl8gjETIhTcTh9VVChVLonVRgMa8mJxWTMuN3zQ0BQVVjMmKWtoDHjSsENsxi1wReyMidUSv8Gi8Rs4k8wOYvl3oRinv7++XDHz8oT4WHXG3aAQnuL1Dyn2SiaUbenB24xgMXGAM35JL4B+jKx7YySO2MRwBF8diPvhLBURzmhV3p9b4YePHoxaerR0eBbrQpjfbxLPy5KIrGqvrqJvDS5bB7+K7eA4JCwiKiYsP45SEdrgwD/VcR3wCRgvDCsYRQOI4QAicOwg2HgfDAbCB8MFsIP8yOACeWBhBBWDpECNYLEYYNQERgjyCisI8QMdgniDj+1EZcQE34b4IWdAHg2ox+3K2EcAnZEsRuenBTk2ko8sXhLJFYxNPj8C15ujpmmAeHu+JyhXxd4X+efIGItWqRntDIGJaCYpF0NXGlJpVYoVTLp2k0MpomKCqLYVoAdnUQQO0OQzAUgziUa3Bl9BSKjl+xzsBiVZdYtd1ErmHD0TQNclc+sn9zn8mwxqK7S7UWO0ll9biNpYgVKww0sm4b2SY6QNOeCylFERgbl47s/qYt33Jgj926c8fIo2ftmzFUzsTsvGi62gjJ+gRghyZaQxOlSpduCOXGKsZxNYBDow0yudIUnCsgsRJCHJD6K3ClC8QRDG60HxkHMJErG7Z744QMzwrM9FX3HfafnjyrSXnPFOOb9V7yo2mlRrbnikW/Rs6UjUo+ruo+hfFKY4iD1fW1JHoNV2MK57JcOFDjSqNOUwIDJK40WQVx0Km3Wm+9wrmrX+WaqJVOnQB2AIkpxHAVrmw5G3XghMXFrOtM1kWKGO3yrTQddDoYzKh+p7+hu0iB3H62Qzx5IZOLr0TmFmTmF6ZPkEvz8tNa8jIKg1OVApSPnqdK+YgAgcQtwpOUJWeQjhad0dhwh5i8lfEo1WiKe/21RiBK9NRMLKwbubkMkusxTKEaRFQ1jis3AEIxRJpGyDImzLs8SxLFMA6x0mMyPB5utRMk4rViDOBb5D+beS7VvJDRzwjqqWzVBOX0mvF1uiHX62ErVWJ0lbr+NNxCtfywwjFvPemUv0F5RO5c69kPKV2S2M4FKsXBVIJJbHDwuecMMAdSgxdVVy8KGZDIQiflwCOl4LSIZkf/4ZEL1nOtvbJ3IDO3bZtpTCFbt6EzhX7rVvj/0W1bQduypqGpfomudTsNdvVcO3itZ3fP7JqO1pLxYnAgAsshDbeXOxofDvRqiA02D3EpzEwrcVjaCNtbcsD0/K1ZaFrVtnlRL63LDYVbmt6KoCQDRGiHJobpVogqWUtsYgjb4pL/dWJmJNptXYJsvAe3wNnnTmxk3eBQj8GjqWfJs0Wp2YctjDyMxxyu/qwwGCNWfA7MuPIkMdw/ZbGkc3t8/PgX5MN8piSAKgMLFiDLwRdwSPzmluP2NTEJJH11qv8tUXDewYvTwPFyWCJJMr/nc1kHmmDaXMbHyMfi+lZyX5ixt7G9t52rnm6IwzK7ZcGRDzoDO5vK0qv/6CVzu5Eeiax0WHh1Hys3B83bXI2jSdwetKeHKVCClJdtbiovVBIoCfHbsqrO2/yaX24oftfnImzjj6G8Dx/jpPWZmyw08a73bmk3Ne9PYx+S5Hk5GOv4ouY+PK6BcH5y6oSvbtmuTycmJ311Df4Y1Wgv5l/ccIEvBqOPD63WoK93nogT6M4VS6w+B7Zpx87g3qtJmXIUVHqN22i1BwWJE6oShG9e6kuKUyJhy0y3WKPpcW5DHlJrzKsC3Bbw724BlabR20MnB8S2IfDfcXvUecBvdgZt1eSWzNMPxQ/jP/dhkH9RTxeBPiQwYmLFoNmomQqqajiAs2W3nwzWVsIsROagDEr9FGh7AI8frY6mCs+5I9N3bJqNIELkenU/lywktURapEAkUMTHFXAO6ZR2ZmcfOHtGVOPA6keiisGF1bAGDi/UqpjMa5oOJyPZM2flQAkhCQfpGVACw9PTwyHrUByc0NA4ATJkIqNb3CFWOExPh9OS9IxwkDOFHDhzFpINJzdNB5XWmyxzcxbIbp4IkPpusg+2taIH0cO/f4MMPQlw+Nfvw6jwuPeBQGQiOjp6VMQPc11rgYXtTR3RwaqgLNV26ztjVNuIIHVwNKgiCbcdo2QBVI6ju9AwmzddDCWpPZz+IGg6Z4FDaLv7ByyIOgEAyINcfDApr4gEeYP+cgr1N+5gsRB3BgBvhv9sqzVDW8iz1G0anS/QkhY3OkU79BsP//N79TxqVI6SZmagCgTuzAC0tUMsIwCV/8O6SdBUx3pdkLqlEBc2yKsL5oHQtIKgeAKa2mDSR7fqTGGRbqrO+ED5VICLX5vspo+BR8gEePlNQdDIbPyQFC1H2ioYOmNAxN0AFfUOXOKeyG76O/DI+gRe8eRA0CENKYZ0o2omNZqMjrAOhLIpktLCNc7GDXTTwNRBic3eQZ2oCdHe0hZdmMUIdRNhkl23g1kKqSkUMyw/DAISsSYPbW4pM8cDra2SCttiUwg1ljRkYrO1Q7Ac9FVsJCJfZjWxr9+AXKmASWec+O67A2kJ9XahXYu2AuRZZVToxKFsT+xydWC0S0JNayR01TMnOwrELBFi2psH2ViLcoXp2IBWvEkWVbZ0rw73vZLddyrPIJEsEhqdwWShiZW/OVweX+pSr3goTVKqkqaNFpFfHatlLkNjwlWBinx0VFQ6oJRTC0u8p5hOp2QRM4W9hQAl9xa1csuWIIDb+0oXZH+wWkUJm642w2qH9qKATKe92jYDjBxTd+aktznaAAAAAAA=') format('woff2'),
    url('../fonts/iconfont.woff?t=1574500461791') format('woff'),
    url('../fonts/iconfont.ttf?t=1574500461791') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1574500461791#iconfont') format('svg'); /* iOS 4.1- */
}

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

.icon-sousuo:before {
    content: "\e628";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left18:before {
    content: "\e750";
}

.icon-right18:before {
    content: "\e751";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-download1:before {
    content: "\e7a0";
}

.icon-calendar3:before {
    content: "\e7e1";
}

.icon-left10:before {
    content: "\e7f0";
}

.icon-right10:before {
    content: "\e7f1";
}

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

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

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

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

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


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

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

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

.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: #dc2c14;
    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: #dc2c14;
}

.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: 0px;
    top: 0px;
    cursor: pointer;
}

.vitu img {
    width: 100%;
}

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

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

.vizin {
    display: inline-block;
    width: 98%;
    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;
        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;
}

.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;
    margin-top: 16px;
}

.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-top: 20px;
}

.attachment.xing { /*background: url(../images/xing3.jpg) no-repeat left 24px !important;*/
    position: relative;
}

.attachment.xing:before {
    content: "*";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 45px;
    color: #f00
}

.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: #dc2c14;
    border: 1px solid #dc2c14;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    transition: 0.5s;
}

.attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.attachment .file-group .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.attachment .file-name-p {
    height: 34px;
    display: flex;
    align-items: flex-end;
    line-height: 34px;
    display: inline-block;
}

.attachment .file-name-p i {
    cursor: pointer;
}

.attachment .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.attachment .file-group:hover .file-btn {
    background-color: #333;
    border-color: #333;
}

@media screen and (max-width: 999px) {
    .attachment .file-group {
        width: 100%;
    }

    .attachment.xing {
        padding-left: 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 #dc2c14;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #dc2c14;
}

.subNav2 i {
    display: block;
    position: absolute;
    width: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #dc2c14;
    font-size: 16px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.subNav2 span {
    color: #dc2c14;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
}

.subNav2:hover {
}

.currentDd2 {
    background: #dc2c14;
    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 #dc2c14;
    margin-bottom: 30px;
    background: #fff;
}

.navContent2 p, .navContent2 strong {
    color: #333;
}

.navContent2 em {
    color: #dc2c14;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
}

.navContent2 a {
    color: #dc2c14;
}

.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: relative;
    width: 32px;
    padding-bottom: 10px;
    z-index: 9999;
    margin-top: 0px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.yvnava {
    width: 32px;
    height: 24px;
    background: #dc2c14;
    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: #dc2c14;
    color: #fff;
}

.yerji {
    position: absolute;
    right: 100%;
    top: 0px;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    display: none
}

.ynav:hover .yyiji {
    display: block;
}

.yyiji li:hover .yerji {
    display: block;
}

.ynav .dangqiandao a {
    background: #dc2c14;
    color: #fff !important;
}

.honen {
    padding-top: 50px;
}

@media screen and (max-width: 1219px) {
    .ynav {
        top: 0px;
    }
}

@media screen and (max-width: 999px) {
    .ynav {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .ynav {
        display: none
    }

    .honen {
        padding-top: 30px;
    }
}

.appmain {
    padding: 50px 0;
    overflow: hidden;
}

.famain2 {
    padding: 30px 0;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.famain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #dc2c14;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

.cemain2 {
    position: relative;
}

.cemain2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #dc2c14;
    opacity: 0.1;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: -1
}

@media screen and (max-width: 999px) {
    .appmain {
        padding: 30px 0;
    }

    .famain2 {
        padding: 30px 0;
    }
}

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

.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: #dc2c14;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 5%;
    padding-bottom: 60px;
    border-top: 5px solid #dc2c14;
    border-bottom: 5px solid #dc2c14;
    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 #dc2c14;
        border-top: 2px solid #dc2c14
    }

    .m1ap .m2biao {
        color: #fff;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .m1vi .m1tu {
        float: none;
    }

    .m1vi .m1zi {
        float: none;
    }
}

.vimain .fenye, .cemain .fenye, .famain .fenye {
    text-align: center;
}

.vimain .fenyen, .cemain .fenyen, .famain .fenyen {
    display: inline-block;
    float: none;
}


.przhan {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.przhanh {
    height: auto !important;
}

.fuc {
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 1) 100%);
    background: -o-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 1) 100%);
    background: -ms-linear-gradient(top, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 1) 100%);
}

.zhankai {
    background: #ddd;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.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: #dc2c14;
}

.slider .item {
    position: relative;
}

.slider iframe, .slider video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    border: none;
}

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #dc2c14
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #dc2c14;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #dc2c14
}

.listcart2 {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart2 a, .listcart2 button {
    display: inline-block;
    min-width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer;
    color: #666666;
    border: #666666 solid 1px;
    line-height: 30px;
    background: none;
    border-radius: 15px;
}

.listcart2 a:hover, .listcart2 button:hover {
    background: #dc2c14;
    color: #fff;
    border: #dc2c14 solid 1px;
}

@media screen and (max-width: 640px) {
    .listcart2 a, .listcart2 button {
        width: 100%;
        display: block
    }
}

/*xun pan tijiao*/

.xunpanlb {
    padding-top: 30px;
    clear: both;
    padding-bottom: 30px
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #dc2c14;
}

.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: #dc2c14;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}

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

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

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

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

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

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

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

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

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

.pages-btn {
    display: inline-block
}

.sel-7 {
    background-color: #dc2c14;
    color: #fff !important;
}

.form-btn {
    margin-left: 10px;
}

.car a {
    color: #dc2c14;
}

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

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

.fanpian li:first-child {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.tagn table {
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
}

.tagn table tr td {
    line-height: 24px;
    padding: 7px 2px;
    border: 1px solid #bfbfbf;
    text-align: center;
    color: #333;
}

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