/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：pcwl888a（推荐添加微信）
*/

* {
    margin: 0px;
    padding: 0px;
    border-width: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
}

a,
a:visited {
    text-decoration: none;
    color: #555;
}

a:hover,
a:active {
    text-decoration: none;
    color: #555;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

*html .clearfix {
    zoom: 1;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.positionimg img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.positionimg img.img_way {
    object-fit: contain;
}

.scale_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pb_btn {
    display: block;
    position: relative;
    z-index: 1;
}

.pb_btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
}

.pb_btn:hover:before {
    width: 100%;
}

.font_inline {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.de3,
.de3:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.de5,
.de5:before {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.de7,
.de7:before {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tlx {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tly {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tl {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*top*/

.topbg {
    height: 135px;
}

.top {
    width: 100%;
    z-index: 999;
    position: relative;
    background: -moz-linear-gradient(left, #fff 50%, #054BAA 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #054BAA));
    background: -webkit-linear-gradient(left, #fff 50%, #EDC227 50%);
    background: -o-linear-gradient(left, #fff 50%, #EDC227 50%);
    background: -ms-linear-gradient(left, #fff 50%, #EDC227 50%);
    background: linear-gradient(to right, #fff 50%, #EDC227 50%);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.68);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.68);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.68);
}

.top .container {
    width: calc(100% - 30px);
    max-width: 1640px;
    background: #FFF;
}

.top .logo {
    height: 135px;
    float: left;
    display: block;
    outline: none;
}

.top .logo a {
    display: block;
    overflow: hidden;
    height: 100%;
    margin: 20px 0
}

.top .logo a img {
    height: 91px
}

.top .t_right {
    float: right;
    position: relative;
}


/*nav*/

.pcnav {
    float: left;
    padding-top: 7px;
}

.pcnav .f_nav {
    width: 100%;
}

.pcnav .f_nav .f_li {
    float: left;
    position: relative;
    margin-left: 25px;
}

.pcnav .f_nav .f_li .f_n {
    position: relative;
    overflow: hidden;
}

.pcnav .f_nav .f_li .f_n:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 4px;
    opacity: 0;
    background: #EDC227;
}

.pcnav .f_nav .f_li .f_n a {
    display: inline-block;
    height: 128px;
    line-height: 128px;
    width: 100%;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.pcnav .f_nav .f_li .f_n a:after {
    content: attr(data-title);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    color: #EDC227;
}

.pcnav .s_nav {
    position: absolute;
    left: 0;
    min-width: 100%;
    background: #FFF;
    display: none;
    z-index: 10;
}

.pcnav .s_nav a {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #76838F;
    border-bottom: 1px solid #CCC;
    white-space: nowrap;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 25px;
    text-align: left;
}

.pcnav .s_nav a:hover {
    background: #DDD;
}

.pcnav .f_nav .f_li:hover .f_n:before,
.pcnav .f_nav .f_li.on .f_n:before {
    width: 100%;
    opacity: 1;
}

.pcnav .f_nav .f_li:hover .f_n a,
.pcnav .f_nav .f_li.on .f_n a {
    transform: translateY(100%);
}

.pcnav .f_nav .f_li:hover .s_nav {
    height: auto;
    opacity: 1;
    background: #F2F2F2;
}

.top .t_right .t_r {
    float: right;
    position: relative;
    margin-left: 12px;
    background: #EDC227;
    padding: 39px 0 33px 30px;
}

.top .t_right .t_r span {
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    padding-left: 30px;
    background: url(../images/ico3.png) no-repeat left center;
    display: block;
    margin-bottom: 13px;
}

.top .t_right .t_r p {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    font-family: Impact;
}

.topfix {
    position: fixed;
    left: 0;
    top: 0;
}


/*mobilehead*/

.top .mobilehead {
    display: none;
}

.top .nav {
    float: right;
}

.top .nav_bg {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 989;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(0, 0, 0, 0.6);
    animation: fade-in .43s ease 0s;
    -webkit-animation: fade-in .43s ease 0s;
}

.top .nav .nav_box {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 991;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

.top .nav .nav_one>li {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}

.top .nav .nav_one>li>span {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
}

.top .nav .nav_one>li>span>a {
    display: block;
    position: relative;
    width: calc(100% - 150px);
    height: 42px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 42px;
    float: left;
}

.top .nav .nav_one>li>span>i {
    float: right;
    display: block;
    width: 150px;
    height: 42px;
}

.top .nav .nav_one>li>span>i>em {
    float: right;
    width: 42px;
    height: 42px;
    background: url(../images/+.png) no-repeat center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    display: block;
}

.top .nav .nav_one>li>span>i>em.on {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top .nav .nav_one>li .mob_tit {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.top .nav .nav_one>li>ul {
    display: none;
    padding: 5px 0 10px;
}

.top .nav .nav_one>li>ul>li {
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
}

.top .nav .nav_one>li>ul>li.li1 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 15px;
}

.top .nav .nav_one>li>ul>li.li2 {
    margin-top: 0;
}

.top .nav .nav_one>li>ul>li>a {
    font-size: 15px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}

.top .nav .nav_one>li>ul>li.li1>a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

.top .nav .push-nav {
    display: block;
    position: relative;
    z-index: 998;
    width: 54px;
    height: 50px;
    font-size: 0;
    margin-right: 8px;
    margin-top: 10px;
    border-radius: 5px;
}

.top .nav .push-nav .nav-toggle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top .nav .push-nav.on .nav-toggle {
    margin-left: -4px;
}

.top .nav .push-nav .nav-toggle span {
    display: block;
    position: relative;
    z-index: 1;
    width: 37px;
    height: 2px;
    margin: 0 0 10px auto;
    background: #EDC227;
    border-radius: 3px;
    -webkit-transform-origin: 35px;
    transform-origin: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.top .nav .push-nav .nav-toggle span:last-child {
    margin-bottom: 0;
}

.top .nav .push-nav.on .nav-toggle span {
    opacity: 1;
}

.top .nav .push-nav.on .nav-toggle span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top .nav .push-nav.on .nav-toggle span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.top .nav .push-nav.on .nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top .nav .nav_contact {
    position: relative;
    border-top: 1px solid #eee;
    color: #666;
}

.top .nav .nav_contact .nav_txt {
    width: 100%;
}

.top .nav .nav_contact .nav_txt span {
    height: 42px;
    line-height: 42px;
    display: block;
    float: left;
    position: relative;
    text-indent: 15px;
    margin-left: 10px;
    font-size: 15px;
}

.top .nav .nav_contact .nav_txt span a {
    color: #666;
}

.top .nav .nav_contact .nav_txt span.sitemapicon {
    background: url(../images/mobilesitemap.png) no-repeat left center;
    background-size: auto 15px;
}

.top .nav .nav_contact .nav_txt span.topphoneicon {
    background: url(../images/mobilephone.png) no-repeat left center;
    background-size: auto 15px;
}

.top .nav .nav_contact .nav_txt span.topemailicon {
    background: url(../images/mobileemail.png) no-repeat left center;
    background-size: auto 15px;
    text-indent: 25px;
}


/*flash*/

.index_banner {
    width: 100%;
    height: 0;
    padding-bottom: 763px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.index_banner .swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.index_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner.swiper-container-horizontal .swiper-pagination {
    bottom: 52px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.index_banner .swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 13px;
    margin: 0 9px!important;
    position: relative;
    background: #FFF;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
}


/*pb_title*/

.pb_title {
    text-align: center;
    position: relative;
}

.pb_title .h_t {
    font-size: 40px;
    color: #333;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight: bold;
}

.pb_title p {
    font-size: 17px;
    line-height: 30px;
    margin-top: 18px;
    color: #666;
}

.fwxm {
    overflow: hidden;
    padding: 2.55vw 0 4.17vw;
}

.ul-list1 {
    overflow: hidden;
    margin: 0 -1.56vw;
    padding-top: 2.81vw;
}

.ul-list1 li {
    float: left;
    width: 25%;
}

.ul-list1 .con {
    margin: 0 1.56vw;
}

.ul-list1 .box {
    height: 11.35vw;
    width: 11.35vw;
    margin: 0 auto 2.6vw;
    border-radius: 50%;
    position: relative;
    background: #EDC227;
    color: #fff;
    text-align: center;
    padding-top: 3.13vw;
}

.ul-list1 .box::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.57);
}

.ul-list1 .ico {
    height: 2.4vw;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.ul-list1 .ico.i1 {
    background-image: url(../images/ico4.png);
}

.ul-list1 .ico.i2 {
    background-image: url(../images/ico5.png);
}

.ul-list1 .ico.i3 {
    background-image: url(../images/ico6.png);
}

.ul-list1 .ico.i4 {
    background-image: url(../images/ico7.png);
}

.ul-list1 .box .cn {
    font-size: 1.15vw;
}

.ul-list1 .box .en {
    font-size: 14px;
}

.ul-list1 .desc {
    font-size: 16px;
    color: #333333;
    line-height: 1.88;
    text-align: center;
    margin-bottom: 2.75vw;
}

.ul-list1 a {
    display: block;
    width: 123px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #EDC227;
}

.bmlc {
    overflow: hidden;
    background: url(../images/pic1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0.57vw 0 2.66vw;
}

.bmlc .txt {
    float: left;
    padding-top: 2.4vw;
}

.bmlc .txt .img {
    width: 28.59vw;
    height: 9.38vw;
    background: url(../images/ico9.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 1.3vw;
}

.bmlc .txt .desc {
    font-size: 1.09vw;
    color: #fff;
}

.bmlc .lc {
    float: right;
    padding-top: 38px;
}

.bmlc .lc a {
    display: block;
    width: 9.58vw;
    line-height: 2.66vw;
    background: #FDC236;
    color: #fff;
    font-size: 0.94vw;
    font-weight: bold;
    text-align: center;
    border-radius: 1.56vw;
    float: right;
    margin-bottom: 1.82vw;
}

.ul-list {
    overflow: hidden;
    clear: right;
}

.ul-list li {
    float: left;
    margin-left: 1.98vw;
    position: relative;
}

.ul-list li .ico {
    width: 5.52vw;
    height: 5.52vw;
    border: 1px solid rgba(255, 255, 255, 0.59);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
    margin: 0 auto 1.04vw;
}

.ul-list li .ico.i1 {
    background-image: url(../images/ico11.png);
}

.ul-list li .ico.i2 {
    background-image: url(../images/ico12.png);
}

.ul-list li .ico.i3 {
    background-image: url(../images/ico10.png);
}

.ul-list li .ico.i4 {
    background-image: url(../images/ico13.png);
}

.ul-list li .ico.i5 {
    background-image: url(../images/ico14.png);
}

.ul-list .tit {
    font-size: 0.94vw;
    color: #fff;
    text-align: center;
}

.ul-list li::after {
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    top: 48px;
    width: 16px;
    height: 13px;
    background: url(../images/ico21.png) no-repeat;
}

.ul-list li:first-child::after {
    display: none;
}

@media screen and (max-width: 1599px) {
    .ul-list1 .desc {
        font-size: 14px;
    }
    .ul-list1 .ico {
        -webkit-background-size: auto 80%;
        background-size: auto 80%;
    }
}

@media screen and (max-width: 1299px) {
    .ul-list1 .ico {
        height: 30px;
    }
    .ul-list1 .box {
        padding-top: 35px;
    }
    .ul-list1 .box {
        width: 130px;
        height: 130px;
    }
    .ul-list1 .box .en {
        display: none;
    }
    .ul-list1 .box .cn {
        font-size: 18px;
    }
    .ul-list li::after {
        display: none;
    }
    .ul-list li .ico {
        width: 80px;
        height: 80px;
    }
    .bmlc .lc a {
        width: 130px;
        line-height: 40px;
        font-size: 14px;
    }
    .ul-list1 li {
        width: 50%;
        margin-bottom: 15px;
    }
    .ul-list1 .box {
        margin-bottom: 10px;
    }
    .ul-list1 .desc {
        margin-bottom: 10px;
    }
    .fwxm {
        padding: 30px 0 15px;
    }
}

@media screen and (max-width: 1023px) {
    .bmlc {
        background-image: url(../images/pic7.jpg);
    }
    .bmlc .txt {
        float: none;
        text-align: center;
    }
    .bmlc .txt .img {
        width: auto;
        height: 20vw;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: center;
    }
    .bmlc .lc {
        float: none;
        padding-top: 15px;
    }
    .bmlc .lc a {
        margin: 0 auto 15px;
        float: none;
        width: 140px;
    }
    .bmlc .txt .desc {
        font-size: 16px;
    }
    .ul-list li {
        width: 20%;
        margin: 0;
        text-align: center;
    }
    .ul-list1 .desc {
        font-size: 12px;
    }
    .ul-list1 .desc {
        height: 9.4em;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .ul-list1 .desc {
        height: auto;
        margin-bottom: 10px;
    }
    .ul-list li .ico {
        width: 50px;
        height: 50px;
    }
    .ul-list li .tit {
        font-size: 14px;
    }
}


/*xuanze*/

.xuanze {
    padding: 58px 0 82px;
    background: #F9F9F9;
}

.xuanze .xz_span {
    margin-top: 33px;
    text-align: center;
    position: relative;
}

.xuanze .xz_span .swiper-pagination {
    position: relative;
    text-align: left;
}

.xuanze .xz_span .swiper-pagination-bullet {
    width: 230px;
    height: auto;
    opacity: 1;
    background: transparent;
    margin-left: 4px;
    outline: none;
    margin-top: 10px;
}

.xuanze .xz_span .swiper-pagination-bullet:nth-child(6n+1) {
    margin-left: 0;
}

.xuanze .xz_span p {
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    color: #666;
    border: 1px solid #bdbdbd;
    width: 100%;
    background: #FFF;
    text-align: center;
}


/*.xuanze .xz_span em{display:inline-block;border-top:8px solid #0046A3;border-left:8px solid transparent;border-right:8px solid transparent;margin-top:8px;opacity:0;}*/

.xuanze .xz_span .swiper-pagination-bullet.swiper-pagination-bullet-active p {
    background: #0046A3;
    border-color: #0046A3;
    color: #FFF;
}

.xuanze .xz_span a {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    background: #FFF;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #bdbdbd;
    text-align: center;
    z-index: 11;
}

.xuanze .xz_span a:hover {
    background: #0046A3;
    border-color: #0046A3;
    color: #FFF;
}

.xuanze .xz_ul {
    margin-top: 23px;
    position: relative;
    overflow: hidden;
    padding: 0 calc(50% - 700px);
}

.xuanze .xz_ul .swiper-slide {
    padding: 10px 0;
}

.xuanze .xz_ul .xz_li {
    position: relative;
    background: #FFF;
}

.xuanze .xz_ul .xz_li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.xuanze .xz_ul .xz_left {
    width: 50%;
    float: left;
}

.xuanze .xz_ul .xz_img {
    width: 100%;
    padding-bottom: 73.1429%;
    position: relative;
    z-index: 1;
}

.xuanze .xz_ul .xz_right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.xuanze .xz_ul .xz_right .xz_txt {
    padding: 101px 40px 0 78px;
}

.xuanze .xz_ul .xz_right .xz_txt p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.xuanze .xz_ul .xz_right .xz_txt p:first-of-type {
    font-size: 32px;
    height: 57px;
    line-height: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 19px;
    padding-top: 9px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10% auto;
    padding-left: 78px;
    background-size: auto 100%;
}

.xuanze .xz_ul .xz_right .xz_txt p.icon1 {
    background-image: url(../images/ico22.png);
}

.xuanze .xz_ul .xz_right .xz_txt p:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 84px;
}

.xuanze .xz_ul .xz_right .xz_txt em {
    height: 1em;
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #D8D8D8;
    font-style: normal;
    line-height: 1em;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.xuanze .xz_ul .xz_right .xz_txt i {
    display: block;
    width: 43px;
    height: 2px;
    background: #EDC227;
    margin-bottom: 33px;
}

.xuanze .xz_ul .xz_right .xz_txt a {
    display: block;
    margin-top: 18px;
    width: 157px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.xuanze .xz_ul .xz_right .xz_txt a:hover {
    border-color: #FDC236;
    color: #FFF;
}

.xuanze .xz_ul .xz_right .xz_txt a:hover:before {
    width: 100%;
    background: #FDC236;
}

.xuanze .xz_ul .xz_right .xz_txt .num {
    height: 75px;
    display: block;
    font-size: 103px;
    font-weight: bold;
    font-family: Arial;
    color: #d7e2f3;
    line-height: 75px;
    position: absolute;
    right: 40px;
    bottom: 75px;
}

.xuanze .xz_ul .swiper-slide.swiper-slide-active .xz_li {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.xuanze .xz_ul .swiper-slide.swiper-slide-active .xz_li:before {
    content: none;
}

.xuanze .xz_ul .swiper-slide.swiper-slide-active .xz_right .xz_img {
    display: none;
}

.xuanze .xz_ul .swiper-button-prev,
.xuanze .xz_ul .swiper-button-next {
    width: 36px;
    height: 36px;
    background-image: url(../images/yy_r.png);
    background-size: auto 100%;
    margin-top: -18px;
}

.xuanze .xz_ul .swiper-button-prev {
    left: calc(50% - 825px);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.xuanze .xz_ul .swiper-button-next {
    right: calc(50% - 825px);
}

.xz_case {
    margin-top: 54px;
    overflow: hidden;
}

.xz_case .xc_ul {
    padding-top: 10px;
}

.xz_case .xc_ul .xc_li {
    width: 23.8%;
    margin-left: 1.6%;
    margin-top: 20px;
    float: left;
    display: block;
}

.xz_case .xc_ul .xc_li:nth-child(4n+1) {
    margin-left: 0;
}

.xz_case .xc_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    cursor: pointer;
}

.xz_case .xc_img.xc_img1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/v_icon.png) no-repeat center center rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 1;
}

.xz_case .swiper-slide {
    padding-bottom: 4px;
}

.xz_case p {
    font-size: 16px;
    color: #333;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
}

.xuanze .case .swiper-button-prev,
.xuanze .case .swiper-button-next {
    width: 84px;
    height: 57px;
    background-image: url(../images/case_r.png);
    background-size: auto auto;
    margin-top: -28px;
    background-color: #CC2A1F;
    opacity: 1;
}

.xuanze .case .swiper-button-prev {
    left: -108px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.xuanze .case .swiper-button-next {
    right: -108px;
}

.xuanze .case .swiper-button-prev.swiper-button-disabled,
.xuanze .case .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background-color: #fdc236;
}

.xuanze .xz_ul {
    margin-bottom: 2.6vw;
}


/*youshi*/

.youshi {
    position: relative;
    padding-top: 51px;
}

.youshi .ys_ul {
    margin-top: 31px;
    position: relative;
}

.youshi .ys_ul .ys_left {
    width: 50%;
    float: left;
}

.youshi .ys_ul .ys_left .ys_img {
    width: 100%;
    padding-bottom: 65.4167%;
    position: relative;
}

.youshi .ys_ul .ys_right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #F00;
}

.youshi .ys_ul .ys_right .ys_li {
    width: 100%;
    height: 33.33%;
    position: relative;
    background: #f0f0f0;
}

.youshi .ys_ul .ys_right .ys_li:nth-child(even) {
    background: #FFF;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt {
    padding: 0 9% 0 5%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon {
    width: 56px;
    height: 58px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: block;
    margin-top: 18px;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon.icon1 {
    background-image: url(../images/ico18.png);
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon.icon2 {
    background-image: url(../images/ico16.png);
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon.icon3 {
    background-image: url(../images/ico17.png);
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp {
    width: calc(100% - 56px);
    padding-left: 95px;
    float: right;
    position: relative;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before,
.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
    content: '';
    width: 1px;
    height: 110px;
    position: absolute;
    top: 4px;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before {
    left: 44px;
    background: #dbdbdb;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
    left: 45px;
    background: #e8e8e8;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p b {
    color: #cc0004;
}

.youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p:first-child {
    font-size: 25px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    margin-bottom: 17px;
}

.youshi .ys_ul .ys_right .ys_li.on {
    background: #fdc236;
}

.youshi .ys_ul .ys_right .ys_li.on .ys_txt .ys_icon.icon1 {
    background-image: url(../images/ico15.png);
}

.youshi .ys_ul .ys_right .ys_li.on .ys_txt .ys_icon.icon2 {
    background-image: url(../images/ico19.png);
}

.youshi .ys_ul .ys_right .ys_li.on .ys_txt .ys_icon.icon3 {
    background-image: url(../images/ico20.png);
}

.youshi .ys_ul .ys_right .ys_li.on .ys_txt .ys_pp p {
    color: #FFF;
}

.youshi .ys_ul .ys_right .ys_li.on .ys_txt .ys_pp p b {
    color: #FFF;
}


/*info*/

.info {
    padding: 80px 0 70px;
    position: relative;
}

.info .pb_title {
    text-align: left;
    padding-top: 44px;
}

.info .pb_title em {
    position: absolute;
    width: 100%;
    display: block;
    font-size: 48px;
    height: 1em;
    line-height: 1em;
    color: #e6e5e5;
    font-family: Impact;
    text-transform: uppercase;
    left: 0;
    top: 0;
    font-style: normal;
}

.info .pb_title i {
    display: block;
    width: 48px;
    height: 6px;
    margin-top: 11px;
    background: #fdc236;
}

.info .in_left {
    width: calc(100% - 725px);
    float: left;
    padding-right: 68px;
}

.info .in_left .in_txt {
    margin-top: 22px;
}

.info .in_left .in_txt p {
    color: #666;
    line-height: 31px;
    font-size: 15px;
}

.info .in_left .in_txt a {
    display: block;
    margin-top: 20px;
    width: 152px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #fdc236;
}

.info .in_left .in_ul {
    margin-top: 27px;
}

.info .in_left .in_ul a {
    display: inline-block;
    margin-left: 25px;
    padding: 32px 0 36px 30px;
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    width: 250px;
}

.info .in_left .in_ul a:first-child {
    margin-left: 0;
}

.info .in_left .in_ul a i {
    width: 53px;
    height: 47px;
    line-height: 47px;
    font-size: 47px;
    font-family: Arial;
    color: #8e8e8e;
    float: left;
    font-style: normal;
}

.info .in_left .in_ul a .a_p {
    width: calc(100% - 53px);
    float: right;
}

.info .in_left .in_ul a .a_p p {
    font-size: 21px;
    height: 31px;
    line-height: 31px;
    color: #333;
    margin-bottom: 4px;
    font-weight: bold;
}

.info .in_left .in_ul a .a_p span {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    color: #333;
    font-family: Arial;
    text-transform: uppercase;
}

.info .in_left .in_ul a:hover {
    background: url(../images/pic4.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-color: transparent;
}

.info .in_left .in_ul a:hover i {
    color: #FFF;
}

.info .in_left .in_ul a:hover .a_p p {
    color: #FFF;
}

.info .in_left .in_ul a:hover .a_p span {
    color: #FFF;
}

.info .in_right {
    width: 725px;
    padding: 0 60px 40px 0;
    background: url(../images/pic6.jpg) no-repeat right bottom;
    background-size: 95.3103% 95.9335%;
    float: right;
    margin-top: 9px;
}

.info .in_right .in_img {
    width: 100%;
    padding-bottom: 496px;
    position: relative;
}


/*news*/

.news {
    padding: 57px 0 54px;
    background: #f4f4f4;
}

.news .pb_title {
    text-align: left;
}

.news .pb_title i {
    display: block;
    width: 37px;
    height: 4px;
    margin-top: 12px;
    background: #fdc236;
}

.news .pb_title a {
    display: block;
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}

.news .n_span {
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
}

.news .n_span .span_a {
    width: 155px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin-left: 17px;
    color: #333;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background: #dfdfdf;
    border-radius: 19px;
}

.news .n_span .span_a:first-child {
    margin-left: 0;
}

.news .n_span .span_a:hover,
.news .n_span .span_a.on {
    background: #054BAA;
    color: #FFF;
}

.news .n_ul {
    margin-top: 33px;
    overflow: hidden;
    width: 100%;
}

.news .n_ul .swiper-slide {
    background: #ebebeb;
}

.news .n_ul .n_img {
    width: 100%;
    padding-bottom: 54.2411%;
    position: relative;
}

.news .n_ul .n_txt {
    padding: 29px 38px 35px 28px;
}

.news .n_ul .n_txt span {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #666;
    margin-bottom: 16px;
}

.news .n_ul .n_txt p {
    font-size: 14px;
    line-height: 29px;
    color: #666;
}

.news .n_ul .n_txt p:first-of-type {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 17px;
}

.news .n_ul .n_txt p:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .n_ul .n_txt .n_p {
    margin-top: 16px;
    padding-top: 25px;
    border-top: 1px solid #cbccce;
}

.news .n_ul .n_txt .n_p em {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #333;
    font-style: normal;
    background: url(../images/news_icon.png) no-repeat right center;
}


/*friendlink*/

.friendlink {
    background: #3F3F3F;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.friendlink span {
    width: 75px;
    float: left;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #999;
    font-weight: bold;
    position: relative;
    margin-top: 8px;
}

.friendlink .fl_right {
    width: calc(100% - 75px);
    float: right;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.friendlink .fl_right a {
    color: #999;
    white-space: nowrap;
    display: inline-block;
    font-size: 15px;
    position: relative;
    height: 25px;
    line-height: 25px;
    margin-right: 25px;
    margin-top: 8px;
}


/*foot*/

.foot {
    background: #3F3F3F;
    padding: 45px 0 20px;
}

.foot .f_tit {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    color: #cfcfcf;
    font-weight: bold;
}

.foot .f_tit span {
    font-size: 21px;
    display: inline-block;
    color: #FFF;
    margin-left: 15px;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: normal;
}

.foot .f_left {
    width: calc(100% - 575px);
    float: left;
    padding-top: 10px;
    position: relative;
}

.foot .f_left i {
    display: block;
    height: 57px;
}

.foot .f_left .fl_pp {
    margin-top: 33px;
    padding-left: 55px;
}

.foot .f_left .fl_pp.icon1 {
    background: url(../images/foot_icon1.png) no-repeat 7px 4px;
}

.foot .f_left .fl_pp.icon2 {
    background: url(../images/foot_icon2.png) no-repeat 7px 9px;
}

.foot .f_left .fl_pp.icon3 {
    background: url(../images/foot_icon3.png) no-repeat 7px 5px;
}

.foot .f_left .fl_pp p,
.foot .f_left .fl_pp a {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
}

.foot .f_left .fl_pp p em {
    font-size: 24px;
    font-style: normal;
    font-family: Impact;
    display: inline-block;
    vertical-align: top;
}

.foot .f_left .fl_pp span {
    display: block;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: bold;
    letter-spacing: 0.75px;
}

.foot .f_left .f_ewm {
    position: absolute;
    right: 60px;
    top: 133px;
    width: 299px;
}

.foot .f_left .f_ewm .f_img {
    width: 134px;
    float: left;
    margin-left: 31px;
}

.foot .f_left .f_ewm .f_img:first-child {
    margin-left: 0;
}

.foot .f_left .f_ewm .f_img img {
    width: 100%;
    height: auto;
    display: block;
}

.foot .f_left .f_ewm .f_img p {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.foot .f_right {
    width: 575px;
    float: right;
}

.foot .f_right .fr_tit {}

.foot .f_right .fr_tit span {
    display: block;
    font-size: 34px;
    height: 1em;
    line-height: 1em;
    font-family: Impact;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

.foot .f_right .fr_tit p {
    font-size: 29px;
    height: 39px;
    line-height: 39px;
    color: #FFF;
    font-weight: bold;
    margin-top: 6px;
}

.foot .f_right .fr_from {
    padding-top: 25px;
}

.foot .f_right .fr_from input {
    height: 52px;
    line-height: 50px;
    background: #FFF;
    border: 1px solid #8a8a8a;
    padding: 0 10px;
    width: calc(50% - 5px);
    margin-left: 10px;
    float: left;
    outline: none;
    color: #666;
}

.foot .f_right .fr_from input:nth-child(1) {
    margin-left: 0;
}

.foot .f_right .fr_from textarea {
    height: 86px;
    line-height: 33px;
    background: #FFF;
    border: 1px solid #8a8a8a;
    padding: 10px;
    width: 100%;
    float: left;
    margin-top: 16px;
    outline: none;
    color: #666;
}

.foot .f_right .fr_from .foot_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #FDC236;
    margin-top: 17px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-left: 0;
    cursor: pointer;
    border: 0
}

.foot .f_bottom {
    margin-top: 46px;
    color: rgba(255, 255, 255, .6)
}

.foot .f_bottom span {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, .6);
}

.foot .f_bottom a {
    color: rgba(255, 255, 255, .6);
}


/*stylepbulic*/

#stylesubnav {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    background: #eff0f1;
}

#stylesubnav .xq_c {
    padding: 0;
    position: relative;
}

#stylesubnav .xq_crumbs {
    background: url(../images/position.png) no-repeat left 18px;
    background-size: auto 12px;
    line-height: 29px;
    padding: 10px 0 10px 20px;
    color: #999;
}

#stylesubnav .xq_crumbs a {
    color: #999;
}


/*px*/

.px_banner {
    width: 100%;
    padding-bottom: 400px;
    position: relative;
    z-index: 9;
}


/*sub_nav*/

#sub_navbg {
    width: 100%;
    background: #F4F4F4;
}

.sub_nav {}

.sub_nav a {
    border-right: 1px solid #FFF;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 186px;
    display: block;
    position: relative;
    float: left;
    font-size: 15px;
}

.sub_nav a:before {
    content: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #0071bd;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -9px;
}

.sub_nav a.on {
    background: #cc0004;
    color: #FFF;
}

.sub_nav a.on:before {
    content: '';
}


/*sub_cnav*/

.sub_cnav {
    margin-top: 20px;
    background: #eee;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sub_cnav a {
    border-right: 1px solid #FFF;
    height: 49px;
    line-height: 49px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.sub_cnav a.on {
    background: #054BAA;
    color: #FFF;
}


/*sub_title*/

.sub_title {
    text-align: center;
    position: relative;
}

.sub_title .s_t {
    margin: 0;
    font-size: 36px;
    color: #313131;
    height: 46px;
    line-height: 46px;
    position: relative;
    font-weight: bold;
}

.sub_title .s_t span {
    font-weight: bold;
    color: #0894d1;
}

.sub_title i {
    display: block;
    width: 41px;
    height: 4px;
    background: #EDC227;
    margin: 19px auto 0;
}

.sub_title p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 6px;
}

.h_space {
    height: 40px;
}


/*page*/

.manu {
    text-align: center;
    margin-top: 30px;
}

.manu a {
    border: 1px solid #D9D9D9;
    padding: 9px 15px;
    text-decoration: none;
    margin: 0 2px;
    display: inline-block;
}

.manu a:hover {
    border: 1px solid #D9D9D9;
}

.manu a:active {
    border: 1px solid #D9D9D9;
}

.manu .current {
    border: 1px solid #DB1B23;
    padding: 9px 15px;
    background: #DB1B23;
    font-weight: bold;
    margin: 0 2px;
    color: #FFF;
    display: inline-block;
}

.manu .disabled {
    border: 1px solid #D9D9D9;
    padding: 9px 15px;
    color: #D9D9D9;
    margin: 0 2px;
    display: inline-block;
}


/*å…¬ç”¨å³ä¾§*/

.newscow_right {
    width: 25%;
    float: right;
}

.newscow_right .news_product {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.newscow_right .news_product .np_title {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 12px;
    padding: 10px 0;
    border-bottom: 2px solid #2a2a2a;
}

.newscow_right .news_product .np_title span {
    font-size: 22px;
    line-height: 32px;
}

.newscow_right .news_product .bd {
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
}

.newscow_right .news_product .bd ul li {}

.newscow_right .news_product .bd ul li .r_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    border: 1px solid #ccc;
}

.newscow_right .news_product .bd ul li .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newscow_right .news_product .bd ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newscow_right .news_product .bd ul li .title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.newscow_right .news_product .bd ul li .title a {
    color: #666
}

.newscow_right .news_nlist {
    padding-bottom: 5px;
    overflow: hidden
}

.newscow_right .news_nlist ul {
    padding-top: 5px
}

.newscow_right .news_nlist ul li {
    line-height: 36px;
    background: url(../images/zys_42.jpg) no-repeat 2px center;
    text-indent: 0.3cm;
    margin: 0 auto;
    border-bottom: 1px dashed #d5d5d5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*å…¬ç”¨åˆ†é¡µ*/

.fanye {
    list-style: none;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #c2a9a4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.fanye ul li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fanye ul li a {
    color: #333;
}


/*è§†é¢‘å¼¹å‡º*/

#tan_box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.tan_box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_box .box {
    position: relative;
    background: #fff url(../images/loading.gif) center center no-repeat;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 5px 0 5px 5px;
}

.tan_box .box video {
    max-width: 1000px;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.tan_box .v_close {
    width: 36px;
    height: 36px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -36px;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px 5px 0 0;
    background: url(../images/closeicon.png) no-repeat center center #FFF;
}


/*scroll-top*/

.scroll-top {
    background: url(../images/scroll_top_icon.png) no-repeat center center #cc0004;
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    opacity: 0;
    right: 10px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
}

.scroll-top.pop_class {
    opacity: 1;
    visibility: visible;
}

.pop_class {
    -webkit-animation: pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pop {
    0% {
        transform: scale(0.8)
    }
    100% {
        transform: scale(1)
    }
}


/*izl-rmenu*/

.izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 999;
    width: 72px;
}

.izl-rmenu .iz_btn {
    width: 72px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    padding: 12px 0 7px;
    background: #EDC227;
    display: block;
}

.izl-rmenu .iz_btn i {
    display: block;
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
}

.izl-rmenu .iz_btn i.icon1 {
    background-image: url(../images/r_qq.png);
}

.izl-rmenu .iz_btn i.icon2 {
    background-image: url(../images/r_wx.png);
}

.izl-rmenu .iz_btn i.icon3 {
    background-image: url(../images/r_phone.png);
}

.izl-rmenu .btn-qq {}

.izl-rmenu .btn-wx {}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: 0;
    top: 0px;
    background: #FFF;
    padding: 10px;
    width: 160px;
    height: 160px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.izl-rmenu .btn-wx:hover .pic {
    left: -160px;
    opacity: 1;
}

.izl-rmenu .btn-phone {
    position: relative;
}

.izl-rmenu .btn-phone .phone {
    background-color: #EDC227;
    position: absolute;
    width: 160px;
    left: 0;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.izl-rmenu .btn-phone:hover .phone {
    left: -160px;
    opacity: 1;
}

.izl-rmenu .iz_btn span {
    display: block;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    text-align: center;
}

.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    padding: 16px 0 15px;
    height: 73px;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}


/*floatBottom*/

#floatBottom {
    width: 100%;
    height: 53px;
    background: #8a8a8a;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

#floatBottom a {
    width: 33.33%;
    height: 53px;
    line-height: 53px;
    display: block;
    float: left;
    position: relative;
}

#floatBottom a.kf1 {
    background: url(../images/kf1.png) no-repeat center center;
}

#floatBottom a.kf2 {
    background: url(../images/kf2.png) no-repeat center center;
}

#floatBottom a.kf3 {
    background: url(../images/kf3.png) no-repeat center center;
}

#floatBottom a.kf4 {
    background: url(../images/kf4.png) no-repeat center center;
}

#floatBottom .ewm {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -45px;
    display: none;
}

#floatBottom .ewm img {
    width: 100%;
    height: 100%;
    display: block;
}


/*videobg*/

#videobg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    text-align: center;
}

#videobg .container {
    position: relative;
    height: 100%;
}

.video {
    padding: 10px;
    width: 700px;
    height: auto;
    background: #FFF;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    transform: translateY(-50%);
}

.video .videoc {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
}

.video video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video p {
    margin: 0;
    height: 60px;
    line-height: 60px;
    color: #000;
}

.video span {
    width: 40px;
    height: 40px;
    background: #000;
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    outline: none;
    top: 0px;
    right: -40px;
    cursor: pointer;
    display: block;
    font-family: Arial;
}


/*ztlist*/

.ztlist {
    padding: 15px 0;
}

.ztlist span {
    color: #fff;
    height: 26px;
    line-height: 26px;
}

.ztlist a {
    color: #FFF;
    margin-right: 15px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
}

@media screen and (max-width:1699px) {
    .xuanze .xz_ul .swiper-button-prev {
        left: calc(50% - 790px);
    }
    .xuanze .xz_ul .swiper-button-next {
        right: calc(50% - 790px);
    }
    .xuanze .case .swiper-button-prev {
        left: -90px;
    }
    .xuanze .case .swiper-button-next {
        right: -90px;
    }
}

@media screen and (max-width:1599px) {
    .container {
        width: 1200px;
    }
    .topbg {
        height: 106px;
    }
    .top .logo {
        height: 65px;
        margin: 20px 0;
    }
    .top .logo a img {
        height: 65px;
    }
    .top .logo a {
        margin: 0
    }
    .pcnav {
        padding-top: 5px;
    }
    .pcnav .f_nav .f_li {
        margin-left: 14px;
    }
    .pcnav .f_nav .f_li .f_n a {
        height: 101px;
        line-height: 101px;
        padding: 0 10px;
        font-size: 15px;
    }
    .top .t_right .t_r {
        margin-left: 6px;
        padding: 29px 0 23px 20px;
    }
    .top .t_right .t_r span {
        font-size: 15px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        background-size: auto 100%;
        padding-left: 23px;
    }
    .top .t_right .t_r p {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }
    .index_banner {
        padding-bottom: 654px;
    }
    .index_banner.swiper-container-horizontal .swiper-pagination {
        bottom: 40px;
    }
    .index_banner .swiper-pagination-bullet {
        margin: 0 7px!important;
    }
    .pb_title .h_t {
        font-size: 34px;
        height: 44px;
        line-height: 44px;
    }
    .pb_title p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px;
    }
    .product {
        padding: 30px 0 40px;
    }
    .product .p_nav {
        margin-top: 18px;
    }
    .product .p_nav .pn_c .pn_a .a_span {
        font-size: 17px;
        height: 76px;
        line-height: 76px;
        background-size: auto 32px;
    }
    .product .p_nav .pn_li {
        height: 64px;
    }
    .product .p_nav .pn_li a {
        padding: 0 20px;
    }
    .product .p_nav .pn_li a span {
        font-size: 14px;
        height: 64px;
        line-height: 64px;
        padding-left: 18px;
    }
    .product .p_ul {
        padding-top: 3px;
    }
    .product .p_ul .p_li {
        width: calc(25% - 9px);
        margin-left: 12px;
        margin-top: 26px;
    }
    .product .p_ul .p_li .p_txt {
        padding: 15px 20px;
    }
    .product .p_ul .p_li .p_txt p {
        font-size: 17px;
        height: 27px;
        line-height: 27px;
    }
    .product .p_ul .p_li .p_txt span {
        margin-top: 12px;
    }
    .fenge {
        padding: 25px 0;
    }
    .fenge .fg_left {
        padding-top: 18px;
    }
    .fenge .fg_left p {
        font-size: 18px;
        height: 28px;
        line-height: 28px;
    }
    .fenge .fg_left p:nth-child(2) {
        font-size: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: 8px;
    }
    .fenge .fg_left span {
        margin-top: 26px;
        font-size: 15px;
        width: 300px;
        background-size: auto 21px;
    }
    .fenge .fg_left span em {
        font-size: 22px;
    }
    .fenge .fg_right {
        width: 515px;
    }
    .fenge .fg_right input {
        height: 51px;
        line-height: 50px;
    }
    .fenge .fg_right .fg_btn {
        margin-top: 25px;
    }
    .xuanze {
        padding: 40px 0 50px;
    }
    .xuanze .xz_span {
        margin-top: 25px;
    }
    .xuanze .xz_span .swiper-pagination-bullet {
        margin-left: 3px;
        width: 197.5px;
        margin-top: 7px;
    }
    .xuanze .xz_span p {
        font-size: 15px;
        height: 44px;
        line-height: 42px;
    }
    .xuanze .xz_span em {
        margin-top: 5px;
    }
    .xuanze .xz_span a {
        width: 197.5px;
        height: 44px;
        line-height: 42px;
        font-size: 15px;
    }
    .xuanze .xz_ul {
        margin-top: 15px;
        padding: 0 calc(50% - 600px);
    }
    .xuanze .xz_ul .xz_right .xz_txt {
        padding: 90px 30px 0 70px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p {
        font-size: 16px;
        line-height: 26px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p:first-of-type {
        font-size: 24px;
        height: 41px;
        line-height: 34px;
        padding-top: 7px;
        padding-left: 55px;
        margin-bottom: 13px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p:nth-of-type(2) {
        height: 78px;
    }
    .xuanze .xz_ul .xz_right .xz_txt em {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .xuanze .xz_ul .xz_right .xz_txt i {
        margin-bottom: 23px;
    }
    .xuanze .xz_ul .xz_right .xz_txt a {
        margin-top: 12px;
        height: 52px;
        line-height: 50px;
        width: 150px;
        font-size: 15px;
    }
    .xuanze .xz_ul .xz_right .xz_txt .num {
        font-size: 90px;
        height: 66px;
        line-height: 69px;
        right: 30px;
    }
    .xuanze .xz_ul .swiper-button-prev {
        left: calc(50% - 657px);
    }
    .xuanze .xz_ul .swiper-button-next {
        right: calc(50% - 657px);
    }
    .xz_case {
        margin-top: 35px;
    }
    .xz_case .xc_ul {
        padding-top: 8px;
    }
    .xz_case .xc_ul .xc_li {
        margin-top: 15px;
    }
    .xz_case .xc_img.xc_img1:before {
        background-size: 58px;
    }
    .xz_case p {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    .xuanze .case .swiper-button-prev,
    .xuanze .case .swiper-button-next {
        width: 60px;
        height: 41px;
        margin-top: -20px;
        background-size: auto 12px;
    }
    .xuanze .case .swiper-button-prev {
        left: -40px;
    }
    .xuanze .case .swiper-button-next {
        right: -40px;
    }
    .youshi {
        padding-top: 30px;
    }
    .youshi .ys_ul {
        margin-top: 25px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt {
        padding: 0 5% 0 3%;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon {
        width: 48px;
        height: 50px;
        margin-top: 13px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp {
        width: calc(100% - 48px);
        padding-left: 66px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before,
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
        height: 90px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before {
        left: 29px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
        left: 30px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p {
        font-size: 14px;
        line-height: 1.6;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p:first-child {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .info {
        padding: 40px 0;
    }
    .info .pb_title {
        padding-top: 36px;
    }
    .info .pb_title em {
        font-size: 40px;
    }
    .info .pb_title i {
        width: 44px;
        height: 4px;
        margin-top: 8px;
    }
    .info .in_left {
        width: calc(100% - 621px);
        padding-right: 40px;
    }
    .info .in_left .in_txt {
        margin-top: 15px;
    }
    .info .in_left .in_txt p {
        font-size: 14px;
        line-height: 28px;
    }
    .info .in_left .in_txt a {
        margin-top: 15px;
    }
    .info .in_left .in_ul {
        margin-top: 18px;
    }
    .info .in_left .in_ul a {
        padding: 25px 0 27px 25px;
        margin-left: 20px;
        width: 240px;
    }
    .info .in_left .in_ul a i {
        font-size: 44px;
        height: 44px;
        line-height: 44px;
    }
    .info .in_left .in_ul a .a_p p {
        font-size: 18px;
        height: 28px;
        line-height: 28px;
    }
    .info .in_right {
        width: 621px;
        padding: 0 40px 30px 0;
    }
    .info .in_right .in_img {
        padding-bottom: 434px;
    }
    .news {
        padding: 40px 0;
    }
    .news .n_span {
        top: 11px;
    }
    .news .n_ul {
        margin-top: 25px;
    }
    .news .n_ul .n_txt {
        padding: 20px 30px 25px 20px;
    }
    .news .n_ul .n_txt span {
        margin-bottom: 11px;
    }
    .news .n_ul .n_txt p {
        line-height: 26px;
    }
    .news .n_ul .n_txt p:first-of-type {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .news .n_ul .n_txt .n_p {
        margin-top: 10px;
        padding-top: 18px;
    }
    .foot {
        padding: 30px 0 20px;
    }
    .foot .f_left {
        width: calc(100% - 520px);
        padding-top: 5px;
    }
    .foot .f_left i {
        height: 50px;
    }
    .foot .f_left .fl_pp {
        margin-top: 25px;
        padding-left: 45px;
    }
    .foot .f_left .fl_pp p em {
        font-size: 20px;
    }
    .foot .f_left .f_ewm {
        right: 15px;
        top: 100px;
        width: 272px;
    }
    .foot .f_left .f_ewm .f_img {
        width: 126px;
        margin-left: 20px;
    }
    .foot .f_left .f_ewm .f_img p {
        margin-top: 10px;
    }
    .foot .f_right {
        width: 520px;
    }
    .foot .f_right .fr_tit span {
        font-size: 28px;
        height: 28px;
        line-height: 28px;
    }
    .foot .f_right .fr_tit p {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        margin-top: 4px;
    }
    .foot .f_right .fr_from {
        padding-top: 18px;
    }
    .foot .f_right .fr_from input {
        height: 44px;
        line-height: 42px;
    }
    .foot .f_right .fr_from textarea {
        margin-top: 10px;
    }
    .foot .f_right .fr_from .foot_btn {
        margin-top: 10px;
        height: 44px;
        line-height: 44px;
    }
    .foot .f_bottom {
        margin-top: 30px;
    }
    .friendlink {
        padding: 12px 0;
    }
    .px_banner {
        padding-bottom: 300px;
    }
    .px_banner .px_txt {
        padding-top: 100px;
    }
    .px_banner .px_txt p {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
    }
    .px_banner .px_txt p:first-child {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .sub_nav .sn_left a {
        height: 66px;
        line-height: 66px;
    }
    .sub_nav .sn_right {
        height: 66px;
        line-height: 66px;
    }
    .sub_cnav a {
        height: 42px;
        line-height: 42px;
    }
    .sub_title .s_t {
        font-size: 32px;
        height: 42px;
        line-height: 42px;
    }
    .sub_title p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 7px;
    }
    .sub_title i {
        height: 3px;
        margin: 15px auto 0;
    }
    .h_space {
        height: 30px;
    }
}

@media screen and (max-width:1299px) {
    .container {
        width: 994px;
    }
    .topbg {
        height: 70px;
    }
    .top {
        background: #FFF;
    }
    .top .logo {
        height: 40px;
        margin: 15px 0 15px;
    }
    .top .logo a img {
        height: 40px
    }
    .pcnav {
        padding-top: 0;
    }
    .pcnav .f_nav .f_li {
        margin-left: 14px;
    }
    .pcnav .f_nav .f_li .f_n a {
        height: 70px;
        line-height: 70px;
        padding: 0 10px;
        font-size: 14px;
    }
    .top .t_right .t_r {
        display: none;
    }
    .index_banner {
        padding-bottom: 542px;
    }
    .index_banner.swiper-container-horizontal .swiper-pagination {
        bottom: 30px;
    }
    .index_banner .swiper-pagination-bullet {
        margin: 0 5px!important;
        width: 10px;
        height: 10px;
    }
    .pb_title .h_t {
        font-size: 28px;
        height: 38px;
        line-height: 38px;
    }
    .pb_title p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 7px;
    }
    .product {
        padding: 20px 0 30px;
    }
    .product .p_nav {
        margin-top: 13px;
    }
    .product .p_nav .pn_c .pn_a .a_span {
        font-size: 15px;
        height: 62px;
        line-height: 62px;
        background-size: auto 27px;
        padding-left: 48px;
    }
    .product .p_nav .pn_li {
        height: 50px;
    }
    .product .p_nav .pn_li a {
        padding: 0 15px;
    }
    .product .p_nav .pn_li a span {
        padding-left: 15px;
        height: 50px;
        line-height: 50px;
    }
    .product .p_ul {
        padding-top: 0;
    }
    .product .p_ul .p_li {
        margin-top: 18px;
        width: calc(25% - 6px);
        margin-left: 8px;
    }
    .product .p_ul .p_li .p_txt {
        padding: 10px 12px;
        background-size: auto 20px;
        background-position: right 12px bottom 10px;
    }
    .product .p_ul .p_li .p_txt p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }
    .product .p_ul .p_li .p_txt span {
        margin-top: 8px;
        font-size: 13px;
        height: 15px;
        line-height: 15px;
    }
    .fenge {
        padding: 20px 0;
    }
    .fenge .fg_left {
        padding-top: 5px;
    }
    .fenge .fg_left p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }
    .fenge .fg_left p:nth-child(2) {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
    }
    .fenge .fg_left span {
        margin-top: 26px;
        font-size: 15px;
        width: 300px;
        background-size: auto 21px;
    }
    .fenge .fg_left span em {
        font-size: 22px;
    }
    .fenge .fg_right {
        width: 430px;
    }
    .fenge .fg_right input {
        height: 43px;
        line-height: 42px;
    }
    .fenge .fg_right .fg_btn {
        margin-top: 20px;
        height: 39px;
        line-height: 37px;
        font-size: 14px;
    }
    .xuanze {
        padding: 30px 0;
    }
    .xuanze .xz_span {
        margin-top: 15px;
    }
    .xuanze .xz_span .swiper-pagination-bullet {
        margin-left: 2px;
        width: 164px;
        margin-top: 5px;
    }
    .xuanze .xz_span p {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
    .xuanze .xz_span em {
        margin-top: 5px;
    }
    .xuanze .xz_span a {
        width: 164px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .xuanze .xz_ul {
        margin-top: 5px;
        padding: 0 calc(50% - 497px);
    }
    .xuanze .xz_ul .xz_right .xz_txt {
        padding: 60px 20px 0 40px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p:first-of-type {
        font-size: 20px;
        height: 36px;
        line-height: 30px;
        padding-top: 6px;
        padding-left: 46px;
        margin-bottom: 10px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p:nth-of-type(2) {
        height: 72px;
    }
    .xuanze .xz_ul .xz_right .xz_txt em {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .xuanze .xz_ul .xz_right .xz_txt i {
        margin-bottom: 15px;
    }
    .xuanze .xz_ul .xz_right .xz_txt a {
        margin-top: 10px;
        height: 46px;
        line-height: 44px;
        width: 130px;
        font-size: 14px;
    }
    .xuanze .xz_ul .xz_right .xz_txt .num {
        font-size: 70px;
        height: 51px;
        line-height: 53px;
        right: 20px;
    }
    .xuanze .xz_ul .swiper-button-prev,
    .xuanze .xz_ul .swiper-button-next {
        background-color: rgba(0, 0, 0, .4);
        background-size: auto 70%;
    }
    .xuanze .xz_ul .swiper-button-prev {
        left: 10px;
    }
    .xuanze .xz_ul .swiper-button-next {
        right: 10px;
    }
    .xz_case {
        margin-top: 20px;
    }
    .xz_case .xc_ul {
        padding-top: 5px;
    }
    .xz_case .xc_ul .xc_li {
        margin-top: 10px;
    }
    .xz_case .xc_img.xc_img1:before {
        background-size: 60px;
    }
    .xz_case p {
        font-size: 14px;
        height: 44px;
        line-height: 44px;
    }
    .xuanze .case .swiper-button-prev {
        display: none;
    }
    .xuanze .case .swiper-button-next {
        display: none;
    }
    .youshi {
        padding-top: 20px;
    }
    .youshi .ys_ul {
        margin-top: 15px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt {
        padding: 0 15px 0 10px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon {
        width: 40px;
        height: 41px;
        margin-top: 10px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp {
        width: calc(100% - 40px);
        padding-left: 30px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before,
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
        height: 70px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before {
        left: 14px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
        left: 15px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p {
        font-size: 13px;
        line-height: 22px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p:first-child {
        font-size: 17px;
        height: 26px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .info {
        padding: 30px 0;
    }
    .info .pb_title {
        padding-top: 28px;
    }
    .info .pb_title em {
        font-size: 30px;
    }
    .info .pb_title i {
        width: 40px;
        height: 3px;
        margin-top: 5px;
    }
    .info .in_left {
        width: calc(100% - 515px);
        padding-right: 20px;
    }
    .info .in_left .in_txt {
        margin-top: 10px;
    }
    .info .in_left .in_txt p {
        font-size: 13px;
        line-height: 26px;
    }
    .info .in_left .in_txt a {
        margin-top: 10px;
        height: 38px;
        line-height: 38px;
        width: 132px;
    }
    .info .in_left .in_ul {
        margin-top: 18px;
    }
    .info .in_left .in_ul a {
        padding: 16px 0 16px 15px;
        margin-left: 10px;
        width: 220px;
    }
    .info .in_left .in_ul a i {
        font-size: 44px;
        height: 44px;
        line-height: 44px;
    }
    .info .in_left .in_ul a .a_p p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        margin-bottom: 2px;
    }
    .info .in_right {
        width: 515px;
        padding: 0 20px 15px 0;
    }
    .info .in_right .in_img {
        padding-bottom: 370px;
    }
    .news {
        padding: 20px 0;
    }
    .news .n_span {
        top: 8px;
    }
    .news .n_ul {
        margin-top: 15px;
    }
    .news .n_ul .n_txt {
        padding: 12px 20px 15px 12px;
    }
    .news .n_ul .n_txt span {
        margin-bottom: 7px;
        font-size: 14px;
        height: 14px;
        line-height: 14px;
    }
    .news .n_ul .n_txt p {
        line-height: 24px;
    }
    .news .n_ul .n_txt p:first-of-type {
        font-size: 17px;
        height: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .news .n_ul .n_txt .n_p {
        margin-top: 7px;
        padding-top: 12px;
    }
    .foot {
        padding: 20px 0 15px;
    }
    .foot .f_left {
        width: calc(100% - 460px);
        padding-top: 0;
    }
    .foot .f_left .f_ewm {
        display: none;
    }
    .foot .f_right {
        width: 460px;
    }
    .foot .f_bottom {
        margin-top: 20px;
    }
    .friendlink {
        padding: 10px 0;
    }
    .friendlink span {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }
    .friendlink .fl_right a {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    .izl-rmenu {
        display: none;
    }
    .px_banner {
        padding-bottom: 220px;
    }
    .px_banner .px_txt {
        padding-top: 80px;
    }
    .px_banner .px_txt p {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    .px_banner .px_txt p:first-child {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .sub_nav .sn_left a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 25px;
    }
    .sub_nav .sn_left a:before {
        height: 14px;
        margin-top: -7px;
    }
    .sub_nav .sn_right {
        height: 50px;
        line-height: 50px;
        background-size: auto 18px;
        font-size: 13px;
        padding-left: 18px;
    }
    .sub_title .s_t {
        font-size: 26px;
        height: 34px;
        line-height: 34px;
    }
    .sub_title p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    .manu {
        margin-top: 20px;
    }
}


/*992ä»¥ä¸‹å±å¹•*/

@media screen and (max-width:1023px) {
    .container {
        width: 738px;
    }
    .top .container {
        width: 100%;
    }
    .top .logo {
        margin-left: 15px;
    }
    .t_right {
        display: none;
    }
    .top .mobilehead {
        display: block;
    }
    #mobilehead {
        background: #FFF;
        position: fixed;
        z-index: 9999;
        top: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    }
    #mobilehead .nav_bg.nav_bg1 {
        height: 70px;
        height: calc(100% - 70px);
    }
    #mobilehead .nav .nav_box.nav_box1 {
        top: 70px;
    }
    .index_banner {
        padding-bottom: 360px;
    }
    .index_banner.swiper-container-horizontal .swiper-pagination {
        bottom: 20px;
    }
    .index_banner .swiper-pagination-bullet {
        margin: 0 4px!important;
        width: 8px;
        height: 8px;
    }
    .pb_title .h_t {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    .pb_title p {
        margin-top: 5px;
    }
    .pb_title p br {
        display: none;
    }
    .ul-list1 .desc p br {
        display: none;
    }
    .product {
        padding: 20px 0;
    }
    .product .p_nav {
        margin-top: 13px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .product .p_nav .pn_c .pn_a .a_span {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        background-size: auto 18px;
        padding-left: 30px;
    }
    .product .p_nav .pn_c .pn_a .a_span i {
        display: none;
    }
    .product .p_nav .pn_c .pn_a.on:before {
        content: none;
    }
    .product .p_nav .pn_item {
        display: none;
    }
    .product .p_nav .pn_li {
        height: 44px;
    }
    .product .p_nav .pn_li a {
        padding: 0 10px;
    }
    .product .p_nav .pn_li a span {
        height: 44px;
        line-height: 44px;
    }
    .product .p_ul {
        padding-top: 0;
    }
    .product .p_ul .p_li {
        margin-top: 15px;
        width: calc(50% - 5px);
        margin-left: 10px;
    }
    .product .p_ul .p_li:nth-child(4n+1) {
        margin-left: 10px;
    }
    .product .p_ul .p_li:nth-child(odd) {
        margin-left: 0;
    }
    .product .p_ul .p_li .p_txt {
        padding: 10px 12px;
        background-size: auto 20px;
        background-position: right 12px bottom 10px;
    }
    .product .p_ul .p_li .p_txt p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }
    .product .p_ul .p_li .p_txt span {
        margin-top: 8px;
        font-size: 13px;
        height: 15px;
        line-height: 15px;
    }
    .fenge {
        padding: 15px 0;
    }
    .fenge .fg_left {
        padding-top: 0;
    }
    .fenge .fg_left p {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }
    .fenge .fg_left p:nth-child(2) {
        font-size: 20px;
        height: 28px;
        line-height: 28px;
        margin-top: 3px;
    }
    .fenge .fg_left span {
        margin-top: 15px;
        font-size: 14px;
        width: 260px;
        background-size: auto 18px;
        padding-left: 43px;
    }
    .fenge .fg_left span em {
        font-size: 18px;
    }
    .fenge .fg_right {
        width: 300px;
    }
    .fenge .fg_right input {
        height: 40px;
        line-height: 39px;
        width: 100%;
    }
    .fenge .fg_right input.ml {
        margin-left: 0;
    }
    .fenge .fg_right input.mt {
        margin-top: 0;
    }
    .fenge .fg_right .fg_btn {
        margin-top: 10px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
        width: 110px;
    }
    .xuanze {
        padding: 20px 0;
    }
    .xuanze .xz_span {
        margin-top: 10px;
    }
    .xuanze .xz_span .swiper-pagination-bullet {
        margin-left: 2%;
        width: 32%;
    }
    .xuanze .xz_span .swiper-pagination-bullet:nth-child(6n+1) {
        margin-left: 2%;
    }
    .xuanze .xz_span .swiper-pagination-bullet:nth-child(3n+1) {
        margin-left: 0;
    }
    .xuanze .xz_span em {
        margin-top: 5px;
    }
    .xuanze .xz_span a {
        width: 32%;
    }
    .xuanze .xz_ul {
        margin-top: 0;
        padding: 0 15px;
    }
    .xuanze .xz_ul .xz_right .xz_txt {
        padding: 30px 20px 0 20px;
    }
    .xuanze .xz_ul .xz_right .xz_txt p:first-of-type {
        font-size: 17px;
        height: 31px;
        line-height: 26px;
        padding-top: 5px;
        padding-left: 40px;
        margin-bottom: 6px;
    }
    .xuanze .xz_ul .xz_right .xz_txt em {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .xuanze .xz_ul .xz_right .xz_txt i {
        margin-bottom: 10px;
    }
    .xuanze .xz_ul .xz_right .xz_txt a {
        margin-top: 6px;
        height: 40px;
        line-height: 38px;
        width: 110px;
        font-size: 13px;
    }
    .xuanze .xz_ul .xz_right .xz_txt .num {
        font-size: 50px;
        height: 36px;
        line-height: 39px;
        right: 20px;
        bottom: 50px;
    }
    .xuanze .xz_ul .swiper-button-prev,
    .xuanze .xz_ul .swiper-button-next {
        background-color: rgba(0, 0, 0, .4);
        background-size: auto 70%;
    }
    .xuanze .xz_ul .swiper-button-prev {
        left: 0;
    }
    .xuanze .xz_ul .swiper-button-next {
        right: 0;
    }
    .xz_case {
        margin-top: 10px;
    }
    .xz_case .xc_ul .xc_li {
        width: 32%;
        margin-left: 2%;
    }
    .xz_case .xc_ul .xc_li:nth-child(4n+1) {
        margin-left: 2%;
    }
    .xz_case .xc_ul .xc_li:nth-child(3n+1) {
        margin-left: 0;
    }
    .xz_case .xc_img.xc_img1:before {
        background-size: 50px;
    }
    .youshi {
        padding-top: 20px;
    }
    .youshi .ys_ul {
        margin-top: 15px;
    }
    .youshi .ys_ul .ys_left {
        display: none;
    }
    .youshi .ys_ul .ys_right {
        width: 100%;
        position: relative;
    }
    .youshi .ys_ul .ys_right .ys_li {
        height: auto;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt {
        padding: 20px 15px;
        position: relative;
        top: 0;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt.tly {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .info {
        padding: 20px 0;
    }
    .info .pb_title {
        padding-top: 22px;
        text-align: center;
    }
    .info .pb_title em {
        font-size: 24px;
    }
    .info .pb_title i {
        width: 30px;
        height: 2px;
        margin: 5px auto 0;
    }
    .info .in_left {
        width: 100%;
        padding-right: 0;
        float: none;
    }
    .info .in_left .in_txt {
        margin-top: 10px;
    }
    .info .in_left .in_txt p {
        font-size: 13px;
        line-height: 26px;
    }
    .info .in_left .in_txt a {
        margin-top: 10px;
        height: 38px;
        line-height: 38px;
        width: 132px;
    }
    .info .in_left .in_ul {
        margin-top: 18px;
    }
    .info .in_left .in_ul a {
        padding: 16px 0 16px 15px;
        margin-left: 10px;
        width: 220px;
    }
    .info .in_left .in_ul a i {
        font-size: 44px;
        height: 44px;
        line-height: 44px;
    }
    .info .in_left .in_ul a .a_p p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        margin-bottom: 2px;
    }
    .info .in_right {
        display: none;
    }
    .news .n_span {
        top: 4px;
    }
    .foot {
        padding: 15px 0 60px;
    }
    .foot .f_left {
        width: 100%;
        padding-top: 0;
        float: none;
    }
    .foot .f_left .f_ewm {
        display: none;
    }
    .foot .f_right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .foot .f_bottom {
        margin-top: 20px;
    }
    .friendlink {
        padding: 10px 0 66px;
    }
    .friendlink span {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    .friendlink .fl_right {
        width: 100%;
        float: none;
    }
    .scroll-top {
        display: none;
    }
    #floatBottom {
        display: block;
    }
    .video {
        width: calc(100% - 30px);
        padding: 5px;
        left: 50%;
        margin-left: 0;
        max-width: 400px;
        transform: translate(-50%, -50%);
    }
    .video span {
        left: 50%;
        top: 100%;
        margin-left: -20px;
    }
    .sub_nav {
        background: none;
        position: relative;
        z-index: 1;
    }
    .sub_nav:before {
        content: '';
        width: 100%;
        height: 50px;
        background: #eef2f5;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .sub_nav .sn_right {
        width: 100%;
        float: none;
    }
    .sub_nav .sn_left {
        width: 100%;
        float: none;
        margin-top: 20px;
        background: #EEE;
    }
    .sub_title .s_t {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    .sub_cnav a {
        padding: 0 20px;
    }
    .sub_title p {
        font-size: 13px;
        line-height: 22px;
    }
    .newscow_right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .newscow_right .news_product .bd ul li {
        width: 32%;
        float: left;
        margin-left: 2%;
    }
    .newscow_right .news_product .bd ul li:first-child {
        margin-left: 0;
    }
    .newscow_right .news_nlist ul li {
        width: 48%;
        margin-left: 4%;
        float: left;
    }
    .newscow_right .news_nlist ul li:nth-child(odd) {
        margin-left: 0;
    }
}


/*768ä»¥ä¸‹å±å¹•*/

@media screen and (max-width:767px) {
    .container {
        width: calc(100% - 30px);
    }
    #mobileheadbg {
        position: relative;
    }
    .index_banner {
        padding-bottom: 50%;
    }
    .index_banner.swiper-container-horizontal .swiper-pagination {
        bottom: 10px;
    }
    /*.product .p_nav{display:none;}*/
    .product .p_nav {
        border-right: none;
        border-bottom: none;
    }
    .product .p_nav .pn_c {
        display: block;
    }
    .product .p_nav .pn_c .pn_a {
        display: block;
        width: 50%;
        float: left;
        background: none;
        border-right: 1px solid #D3D3D3;
        border-bottom: 1px solid #D3D3D3;
    }
    .product .p_nav .pn_c .pn_a .a_span {
        background: none!important;
        padding: 0 0;
    }
    .product .p_nav .pn_c .pn_a.on:before {
        content: none;
    }
    .product .p_nav .pn_li {
        display: none;
    }
    .product .p_ul .p_li {
        margin-top: 12px;
    }
    .product .p_ul .p_li .p_txt {
        padding: 10px 8px;
        background: none;
    }
    .product .p_ul .p_li .p_txt p {
        text-align: center;
    }
    .product .p_ul .p_li .p_txt span {
        display: none;
    }
    .fenge {
        background-position: left center;
    }
    .fenge .fg_left {
        width: 100%;
        float: none;
    }
    .fenge .fg_left p {
        text-align: center;
    }
    .fenge .fg_left span {
        margin: 10px auto 0;
        height: 42px;
        line-height: 42px;
    }
    .fenge .fg_right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .xuanze .xz_span .swiper-pagination-bullet {
        margin-left: 2%;
        width: 49%;
    }
    .xuanze .xz_span .swiper-pagination-bullet:nth-child(6n+1) {
        margin-left: 2%;
    }
    .xuanze .xz_span .swiper-pagination-bullet:nth-child(3n+1) {
        margin-left: 2%;
    }
    .xuanze .xz_span .swiper-pagination-bullet:nth-child(odd) {
        margin-left: 0;
    }
    .xuanze .xz_span a {
        width: 49%;
    }
    .xuanze .xz_span .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ed2200;
    }
    .xuanze .xz_span .swiper-pagination-bullet.swiper-pagination-bullet-active p {
        color: #FFF;
    }
    .xuanze .xz_ul .xz_li:before {
        content: none;
    }
    .xuanze .xz_ul .xz_left {
        width: 100%;
        float: none;
    }
    .xuanze .xz_ul .xz_img {
        padding-bottom: 83.8667%;
    }
    .xuanze .xz_ul .xz_right {
        width: 100%;
        position: relative;
        height: auto;
    }
    .xuanze .xz_ul .swiper-slide .xz_right .xz_img {
        display: none;
    }
    .xuanze .xz_ul .xz_right .xz_txt {
        padding: 10px 10px;
        height: 213px;
    }
    .xuanze .xz_ul .xz_right .xz_txt .num {
        font-size: 30px;
        height: 22px;
        line-height: 23px;
        bottom: 20px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt {
        padding: 15px 10px
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_icon {
        width: 100%;
        float: none;
        background-size: auto 100%;
        margin-top: 0;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 10px;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:before,
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp:after {
        content: none;
    }
    .youshi .ys_ul .ys_right .ys_li .ys_txt .ys_pp p:first-child {
        text-align: center;
    }
    .xz_case .xc_ul .xc_li {
        width: 49%;
    }
    .xz_case .xc_ul .xc_li:nth-child(3n+1) {
        margin-left: 2%;
    }
    .xz_case .xc_ul .xc_li:nth-child(odd) {
        margin-left: 0;
    }
    .info .in_left .in_ul {
        margin-top: 10px;
    }
    .info .in_left .in_ul a {
        padding: 10px 0 10px 10px;
        width: 49%;
        margin-left: 5px;
    }
    .info .in_left .in_ul a i {
        font-size: 36px;
        height: 36px;
        line-height: 36px;
        width: 40px;
    }
    .info .in_left .in_ul a .a_p {
        width: calc(100% - 40px);
    }
    .info .in_left .in_ul a .a_p p {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .info .in_left .in_ul a .a_p span {
        letter-spacing: -0.7px;
        font-size: 10px;
    }
    .news .pb_title i {
        margin-top: 5px;
        width: 30px;
        height: 2px;
    }
    .news .n_span {
        position: relative;
        top: 0;
        margin-top: 10px;
    }
    .foot .f_left i {
        height: 40px;
    }
    .foot .f_right .fr_from input {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .product .p_nav {
        background-color: #fff;
    }
    .product .p_nav .pn_c .pn_a .a_span,
    .product .p_nav .pn_c .pn_a.on .a_span {
        color: #333;
    }
    #stylesubnav .xq_crumbs {
        font-size: 13px;
    }
    #stylesubnav .xq_crumbs a {
        margin: 0 5px;
    }
    .px_banner {
        padding-bottom: 45%;
    }
    .sub_nav .sn_left {
        margin-top: 15px;
    }
    .sub_nav .sn_left a {
        width: calc(100%/3);
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        float: left;
        padding: 0 0;
        height: 40px;
        line-height: 40px;
    }
    .sub_nav .sn_left a:before {
        content: none;
    }
    .sub_cnav a {
        display: block;
        width: 50%;
        float: left;
        padding: 0 0;
        text-align: center;
        height: 42px;
        line-height: 42px;
        border-bottom: 1px solid #FFF;
    }
    .sub_cnav a {
        display: block;
        width: 50%;
        float: left;
        padding: 0 0;
        text-align: center;
        height: 42px;
        line-height: 42px;
        border-bottom: 1px solid #FFF;
    }
    .sub_title p br {
        display: none;
    }
}


/*668ä»¥ä¸‹å±å¹•*/

@media screen and (max-width:667px) {
    #stylesubnav .xq_nav {
        display: block;
    }
    #stylesubnav .xq_nav a {
        height: 38px;
        line-height: 38px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        padding: 0 15px;
        display: inline-block;
    }
}

@media screen and (max-width:499px) {
    .newscow_right .news_product .bd ul li {
        width: 100%;
        margin-left: 0;
    }
    .newscow_right .news_nlist ul li {
        width: 100%;
        margin-left: 0;
    }
}

.ban {
    overflow: hidden;
}

.ban img {
    display: block;
    max-width: 100%;
}

.con-tab {
    overflow: hidden;
    margin: 20px 0;
}

.con-tab table {
    border: none!important;
    border-top: 1px solid #e1e2e1!important;
    border-left: 1px solid #e1e2e1!important;
    margin: 0 auto;
    width: 100%!important;
    padding: 0;
    border-collapse: collapse!important;
    border-spacing: 0!important;
}

.con-tab table td {
    border: none!important;
    border-right: 1px solid #e1e2e1!important;
    border-bottom: 1px solid #e1e2e1!important;
    padding: 0 15px;
}

.con-tab table td p {
    margin-top: 0;
    line-height: 1.8;
}

.con-tab table tr:nth-child(even) {
    background: #F1F1F1;
}

.con-tab table tr {
    line-height: 44px;
}

.b-links {
    overflow: hidden;
    margin-top: 2.6vw;
    text-align: center;
}

.b-links a {
    display: inline-block;
    width: 185px;
    line-height: 44px;
    background: #EDC227;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 14px;
    border-radius: 30px;
}

.b-links a:last-child {
    background: #7f7f7f;
}

.b-links a i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 9px;
    margin-left: 15px;
    background: url(../images/ico11.png) no-repeat;
}

@media only screen and (max-width: 767px) {
    .b-links a {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
    }
}

.ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.ab_img p {
    text-wrap: inherit !important;
}

.ab_img p span {
    text-wrap: inherit !important;
}


/* AB模板网新增分页样式 www.admibnuy.cn */

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}