/*
=== File Name:inpage.css       ===
=== Website:www.xinhaoxuan.com ===
=== Date:OCT.25,2017	       ===
*/

@charset "utf-8";
/*---------Public styles----------*/

/*@import"../bootstrap/css/bootstrap.min.css";
@import"../bootstrap/fonts/css/font-awesome.min.css";
@import"jquery.fullPage.css";
@import"../swiper/swiper-3.4.2.min.css";
@import"animate.min.css";
@import"banner.css";
@import"public.css";*/

/*---------Pages styles----------*/

@media screen and (max-width: 991px) {
    .wrapper {
        padding-bottom: 50px;
    }
}

.layout2 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .layout2 {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .layout2 {
        padding: 0px 10px;
    }
}

/*==å¤´éƒ¨==*/

/*==å†…é¡µbanner==*/

.nbanner-box {
    position: relative;
}

.nbanner {
    height: 520px;
}

.nbanner-tit {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-top: -38px;
    background: rgba(255, 255, 255, .5);
    text-align: center;
}

.nbanner-tit h3 {
    margin: 0px;
    line-height: 48px;
    font-size: 30px;
    color: #232323;
    letter-spacing: 2px;
}

.nbanner-tit h6 {
    margin: 0px;
    line-height: 30px;
    font-size: 24px;
    color: #616161;
    font-family: "Arial";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, .7);
}

.hot-keywords {
    display: inline-block;
    max-width: 398px;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
}

.hot-keywords span {
    font-size: 14px;
    color: #b8b7b7;
}

.hot-keywords a {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.hot-keywords a:hover {
    color: #b8b7b7;
}

.banner-search {
    position: relative;
    float: right;
    width: 400px;
    height: 30px;
    margin-top: 9px;
}

.banner-search input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0px 40px 0px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    outline: none;
    background: transparent;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    transition: .3s;
}

.banner-search input:focus {
    box-shadow: 0px 0px 10px #bfbfbf
}

.banner-search button {
    position: absolute;
    top: 7.5px;
    right: 10px;
    width: 15px;
    height: 16px;
    border: none;
    background: url(../images/bannersearch.png) no-repeat center;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .nbanner {
        height: 390px;
    }
    .banner-search {
        width: 300px;
    }
    .nbanner-tit {
        margin-top: -34px;
    }
    .nbanner-tit h3 {
        line-height: 40px;
        font-size: 26px;
    }
    .nbanner-tit h6 {
        line-height: 28px;
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .banner-search {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .nbanner-tit {
        margin-top: -60px;
    }
    .nbanner-tit h3 {
        line-height: 30px;
        font-size: 20px;
    }
    .nbanner-tit h6 {
        line-height: 24px;
        font-size: 16px;
    }
    .banner-bottom {
        position: static;
        height: 93px;
        background: #1b1b1b;
    }
    .hot-keywords {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .banner-search {
        float: none;
        width: 80%;
        /*min-width: 280px;*/
        margin: auto;
    }
}

/*==location==*/

.location {
    border-bottom: 1px solid #e5e5e5;
    line-height: 48px;
}

.goback {
    display: inline-block;
    font-size: 14px;
    color: #706f6f;
}

.goback i {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 16.5px;
    margin-right: 5px;
    background: url(../images/goback.png) no-repeat;
    transition: .3s;
}

.goback:hover {
    color: #e76f30;
}

.goback:hover i {
    background: url(../images/gobackh.png) no-repeat;
}

.crumbs {
    float: right;
    font-size: 14px;
    color: #706f6f;
}

.crumbs a,
.crumbs span {
    margin: 0px 5px;
}

.crumbs a:hover {
    color: #e76f30
}

@media screen and (max-width: 767px) {
    .location {
        line-height: 40px;
    }
    .goback {
        display: none
    }
    .crumbs {
        float: none;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/*==znav==*/

.znav {
    max-width: 1200px;
    margin: 10px auto 0px auto;
    background: #f5f5f5;
}

.znav ul {
    margin-bottom: 0px
}

.znav ul li {
    float: left;
    box-sizing: border-box;
    border-right: 2px solid #fff;
}

.znav ul li.slideDown {
    float: right;
    border-right: 0px;
}

.znav ul li a {
    display: block;
    padding: 0px 20px;
    line-height: 52px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
}

.znav ul li a:hover,
.znav ul li a.active {
    color: #e76f30;
}

.znav ul li h2,
.znav ul li h3,
.znav ul li h4,
.znav ul li h5,
.znav ul li h6 {
    margin: 0px
}

.more-nav-table {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #e5e5e5;
    font-size: 14px;
}

.more-nav-table tr {}

.more-nav-table tr td {
    padding: 6px;
    border-top: 1px solid #fff;
    color: #7b7b7b;
}

.more-nav-table tr td a {
    display: inline-block;
    margin: 8px 10px;
    color: #7b7b7b;
}

.more-nav-table tr td a:hover,
.more-nav-table tr td a.active {
    color: #e76f30;
}

.more-nav-table tr td.tit {
    width: 101px;
    border-right: 2px solid #fff;
    font-size: 16px;
    color: #464646;
    text-align: center;
}

.more-nav-table tr td h3 {
    display: inline;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .znav ul li {
        display: none;
        border-right-width: 1px;
    }
    .znav2 {
        background: #f5f5f5 url(../images/znav2_46.png) top
    }
    .znav2 ul li {
        display: block;
        width: 25%;
    }
    .znav2 ul li a {
        padding: 0px;
        height: 46px;
        overflow: hidden;
        line-height: 46px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .znav ul li.allPro,
    .znav ul li.slideDown {
        display: block;
    }
    .znav ul li.allPro a {
        color: #e76f30
    }
    .more-nav-table tr td {
        padding: 3px 6px;
    }
    .more-nav-table tr td.tit {
        width: 80px;
        border-right: 1px solid #fff;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .znav2 ul li {
        width: 33.33%;
    }
}

/*==äº§å“åˆ—è¡¨==*/

.product {
    margin: 20px auto;
}

.product ul {
    margin-bottom: 0px
}

.product ul li {
    position: relative;
    float: left;
    width: 23.5%;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 2%;
}

.product ul li:nth-of-type(4n+1) {
    margin-left: 0px;
}

.product ul li .pic {
    position: relative;
    padding: 40.5% 0px;
}

.product ul li.hot .pic:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
    width: 37px;
    height: 37px;
    background: url(../images/hot.png) no-repeat center;
}

.product ul li .pic:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5%;
    background: url(../images/bg16_03.png) no-repeat center;
    background-size: 60%;
    opacity: 0;
    transition: .2s linear;
}

.product ul li:hover .pic:after {
    opacity: 1
}

.product ul li .pic-flex {
    position: absolute;
    top: 5%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #ccc;
    transition: .2s linear;
}

.product ul li:hover .pic-flex {
    top: 0px;
}

.product ul li .pic-flex img {
    max-width: 100%;
    max-height: 100%;
}

.product ul li h6 {
    border-bottom: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    padding: 0px 15px;
    margin: 0px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s linear;
}

.product ul li p {
    height: 24px;
    overflow: hidden;
    padding: 0px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s linear;
}

.product ul li:hover h6,
.product ul li:hover p {
    color: #e76f30;
}

@media screen and (max-width: 991px) {
    .product ul li {
        width: 30.33%;
        margin-left: 4.5%;
        margin-bottom: 4.5%;
    }
    .product ul li:nth-of-type(4n+1) {
        margin-left: 4.5%;
    }
    .product ul li:nth-of-type(3n+1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .product ul li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
    }
    .product ul li:nth-of-type(3n+1) {
        margin-left: 4%;
    }
    .product ul li:nth-of-type(2n+1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 348px) {
    .product ul li {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
    }
    .product ul li:nth-of-type(3n+1) {
        margin-left: 0px;
    }
    .product ul li:nth-of-type(2n+1) {
        margin-left: 0px;
    }
}

/*==lhjm==*/

.lhjm {
    position: relative;
    margin: 4% 0px;
}

.lhjm-nav {
    float: right;
    width: 29%;
    padding-left: 8px;
}

.lhjm-nav h3 {
    margin: auto;
    background: #1b1b1b;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.lhjm-nav h3 b {
    color: #ff8443;
    font-weight: normal;
}

.lhjm-nav ul {
    margin-bottom: 0px;
}

.lhjm-nav ul li {
    position: relative;
}

.lhjm-nav ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 0px;
    height: 0px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 8px solid #eb7334;
    border-bottom: 10px solid transparent;
    opacity: 0;
    transition: .3s;
}

.lhjm-nav ul li span {
    display: block;
    height: 54px;
    overflow: hidden;
    margin-bottom: 1px;
    background: #f6f6f6;
    line-height: 54px;
    font-size: 14px;
    color: #757575;
    text-align: center;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s;
}

.lhjm-nav ul li:hover span,
.lhjm-nav ul li.active span {
    background: #eb7334;
    color: #fff;
}

.lhjm-nav ul li:hover::after,
.lhjm-nav ul li.active::after {
    opacity: 1;
}

.lhjm-content {
    float: left;
    box-sizing: border-box;
    width: 68%;
    margin: auto;
    border: 1px solid #e5e5e5;
}

.lhjm-content .swiper-slide:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.lhjm-content .swiper-slide .pic {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 63%;
    height: 386px;
    border-right: 1px solid #e5e5e5;
}

.lhjm-content .swiper-slide .pic-flex {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lhjm-content .swiper-slide .pic-flex img {
    max-width: 100%;
    max-height: 100%;
}

.lhjm-content .swiper-slide .summary-flex {
    float: right;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 37%;
    padding: 5% 10px 0px 10px;
    line-height: 36px;
    font-size: 14px;
    color: #757575;
    letter-spacing: 1px;
}

.lhjm-content .swiper-slide .summary {}

.lhjm-content .swiper-slide .summary b {
    color: #3a3a3a
}

.lhjm-content .swiper-slide .summary i {
    color: #eb7334
}

.lhjm-content .swiper-slide .summary .more {
    display: block;
    width: 136px;
    height: 30px;
    margin-top: 20px;
    border: 1px solid #eb7334;
    line-height: 28px;
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
}

.lhjm-content .swiper-slide .summary .more:hover {
    background: #eb7334;
    color: #fff;
}

.lhjm-btn {
    position: absolute;
    bottom: -3px;
    left: -1px;
    z-index: 9;
}

.lhjm-btn span {
    display: inline-block;
    width: 38px;
    height: 42px;
    margin: 0px 2px;
    cursor: pointer;
    transition: .3s;
}

.lhjm-btn span.prev {
    background: #b6b6b7 url(../images/prev2.png) no-repeat center
}

.lhjm-btn span.next {
    background: #b6b6b7 url(../images/next2.png) no-repeat center
}

.lhjm-btn span.prev:hover {
    background: #eb7334 url(../images/prev2.png) no-repeat center
}

.lhjm-btn span.next:hover {
    background: #eb7334 url(../images/next2.png) no-repeat center
}

@media screen and (max-width: 991px) {
    .lhjm-nav {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
    .lhjm-nav h3 {
        line-height: 46px;
    }
    .lhjm-nav ul li:after {
        display: none;
    }
    .lhjm-nav ul li {
        float: left;
        width: 30.33%;
        margin-left: 4.5%;
        margin-top: 2.5%;
    }
    .lhjm-nav ul li:nth-of-type(3n+1) {
        margin-left: 0px
    }
    .lhjm-nav ul li span {
        height: 46px;
        margin-bottom: 0px;
        line-height: 46px;
    }
    .lhjm-content {
        float: none;
        width: 100%;
        margin: 30px auto;
        border: 1px solid #e5e5e5;
    }
    .lhjm-content .swiper-slide .pic {
        height: 310px
    }
    .lhjm-btn {
        bottom: 27px;
        left: -1px;
    }
}

@media screen and (max-width: 767px) {
    .lhjm-nav h3 {
        line-height: 40px;
        font-size: 16px;
    }
    .lhjm-nav ul li span {
        height: 40px;
        line-height: 40px;
    }
    .lhjm-content {
        margin-top: 20px;
    }
    .lhjm-content .swiper-slide .summary {
        line-height: 30px;
    }
}

@media screen and (max-width: 640px) {
    .lhjm-nav ul li {
        float: left;
        width: 48%;
        margin-left: 4%;
        margin-top: 4%;
    }
    .lhjm-nav ul li:nth-of-type(3n+1) {
        margin-left: 4%
    }
    .lhjm-nav ul li:nth-of-type(2n+1) {
        margin-left: 0px
    }
    .lhjm-content .swiper-slide .summary-flex {
        position: relative;
        height: 310px;
    }
    .lhjm-content .swiper-slide .summary .more {
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-top: 0px;
        margin-left: -68px;
    }
}

@media screen and (max-width: 514px) {
    .lhjm-content .swiper-slide .pic {
        float: none;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        border-right: none;
    }
    .lhjm-content .swiper-slide .summary-flex {
        float: none;
        width: 100%;
        height: auto;
        padding: 10px 15px;
        justify-content: flex-start;
    }
    .lhjm-content .swiper-slide .summary {
        width: 100%
    }
    .lhjm-content .swiper-slide .summary .more {
        position: static;
        float: right;
        margin-top: 0px;
        margin-left: 0px;
    }
    .lhjm-btn {
        display: none
    }
}

/*==ç”¨æˆ·å…³å¿ƒé—®é¢˜==*/

.focus-que {}

.focus-que-left {
    float: left;
    width: 48%;
}

.focus-que-right {
    float: right;
    width: 48%;
}

@media screen and (max-width: 991px) {
    .focus-que-left,
    .focus-que-right {
        float: none;
        width: 100%;
    }
}

/*==æ–°é—»åˆ—è¡¨==*/

.news {
    margin: 20px 0px
}

.news3 {
    margin: 0px
}

.news ul {}

.news ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.news2 ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.news3 ul li {
    padding: 0px;
    margin-bottom: 15px;
    border-bottom: none;
}

.news ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news ul li time {
    display: block;
    box-sizing: border-box;
    width: 110px;
    height: 100px;
    padding-top: 20px;
    margin-right: 30px;
    background: #f5f5f5;
    font-size: 12px;
    color: #666666;
    text-align: center;
    vertical-align: middle;
}

.news ul li time b {
    display: block;
    line-height: 40px;
    font-size: 32px;
    color: #ff8a00;
}

.news ul li img {
    width: 140px;
    height: 100px;
}

.news ul li .summary {
    width: 72.5%;
    margin-left: 30px;
}

.news2 ul li .summary,
.news3 ul li .summary {
    width: 65%;
}

.news ul li .summary h6 {
    height: 18px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 16px;
    color: #181818;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.news ul li:hover .summary h6 {
    color: #ff8a00
}

.news ul li .summary p {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li .summary span {
    float: right;
    margin-top: 14px;
    font-size: 14px;
    color: #bf0000;
    transition: .3s;
}

.news ul li .summary span:hover {
    color: #ff8a00
}

@media screen and (max-width: 1200px) {
    .news ul li .summary {
        width: 82.5%;
        margin-left: 15px;
    }
    .news2 ul li time {
        margin-right: 15px
    }
    .news2 ul li .summary {
        width: 63.5%;
        margin-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .news ul li .summary {
        width: 78%;
    }
    .news2 ul li .summary {
        width: 65%
    }
}

@media screen and (max-width: 767px) {
    .news ul li img {
        width: 100px;
        height: 72px;
    }
    .news ul li .summary h6 {
        height: 48px;
        line-height: 24px;
        white-space: normal;
    }
    .news ul li .summary p {
        display: none
    }
    .news ul li .summary span {
        margin-top: 0px;
    }
    .news2 ul li .summary {
        width: 80%
    }
    .news2 ul li time {
        display: none;
        height: 72px;
        padding-top: 5px;
    }
}

/*==fixed-right==*/

.fixed-right {
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 9;
    display: none;
    width: 60px;
}

.fixed-right ul {}

.fixed-right ul li {
    position: relative;
    height: 50px;
}

.fixed-right ul li i {
    float: right;
    display: block;
    width: 50px;
    height: 100%;
    border-bottom: 1px solid #fff;
    background-color: #eb7334;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.sonLink {
    position: absolute;
    top: 0px;
    right: 100%;
    box-sizing: border-box;
    width: 120px;
    padding-bottom: 10px;
    border: 1px solid #eb7334;
    background: #fff;
    pointer-events: none;
    opacity: 0;
}

.sonLink:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -7px;
    width: 0px;
    height: 0px;
    margin-top: -7px;
    border-top: 6px solid transparent;
    border-left: 6px solid #eb7334;
    border-bottom: 6px solid transparent;
}

.fixed-right ul li:hover .sonLink {
    pointer-events: auto;
    opacity: 1;
}

.sonLink p {
    padding: 7px 0px;
    background: #eb7334;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.sonLink p span {
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sonLink a {
    display: block;
    width: 90%;
    margin: 12px auto 0px auto;
    border: 1px solid #ededed;
    border-radius: 5px;
    background: #efefef;
    line-height: 30px;
    font-size: 14px;
    color: #7a7a80;
    text-align: center;
    cursor: pointer;
}

.sonLink a:hover {
    color: #eb7334
}

.fixed-ewmbox {
    position: absolute;
    top: 0px;
    left: -132px;
    box-sizing: border-box;
    width: 132px;
    height: 132px;
    padding: 10px;
    border: 1px solid #eb7334;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}

.fixed-ewmbox:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -7px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 6px solid #eb7334;
    border-bottom: 6px solid transparent;
}

.fixed-right ul li:hover .fixed-ewmbox {
    pointer-events: auto;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .fixed-right {
        right: -200px
    }
}

/*==fixed-footer==*/

.fixed-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    display: none;
    width: 100%;
    background-color: rgba(27, 27, 27, .8);
}

.fixed-footer ul {}

.fixed-footer ul li {
    position: relative;
    z-index: 1;
    float: left;
    box-sizing: border-box;
    width: 25%;
    border-right: 1px solid #fff;
}

.fixed-footer ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff8a00;
    transform: scale(0, 1);
    transition: .3s;
}

.fixed-footer ul li:hover::before {
    transform: scale(1)
}

.fixed-footer ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 21px;
    font-size: 14px;
    color: #f3f2f2;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .fixed-footer {
        display: block
    }
}

/*==feedback-box==*/

.feedback-box {
    width: 100%;
    margin: 20px 0px;
}

.feedback-box-left {
    float: left;
    width: 48%;
}

.feedback-box-right {
    float: right;
    width: 48%;
}

.feedback-box-p {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
    color: #3f3f3f;
    letter-spacing: 2px;
}

.feedback-box-p span {
    display: block;
    text-indent: 2em;
}

@media screen and (max-width: 767px) {
    .feedback-box-left {
        display: none
    }
    .feedback-box-right {
        width: 100%
    }
}

/*==äº§å“è¯¦æƒ…é¡µ==*/

.proview {
    margin: 20px 0px 30px 0px
}

/*==proview-left==*/

.proview-left {
    float: left;
    width: 49%;
}

.proview-bpic {
    box-sizing: border-box;
    float: left;
    width: 78%;
    height: 344px;
    overflow: hidden;
    border: 1px solid #cecdcd;
}

.proview-bpic .swiper-slide {
    width: 100%;
    height: 342px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proview-bpic .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.proview-bpic .swiper-pagination {
    display: none
}

.proview-spic {
    position: relative;
    float: right;
    width: 20%;
    height: 344px;
}

.proview-spic .swiper-container {
    height: 288px
}

.proview-spic .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    margin-bottom: 18px;
    border: 1px solid #cecdcd;
    cursor: pointer;
    transition: .3s;
}

.proview-spic .swiper-slide-active {
    border-color: #e76f30
}

.proview-spic .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.proview-spic .prev {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 46%;
    height: 34px;
    background: #999 url(../images/prev2.png) no-repeat center;
}

.proview-spic .prev:hover {
    background: #e76f30 url(../images/prev2.png) no-repeat center
}

.proview-spic .next {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 46%;
    height: 34px;
    background: #999 url(../images/next2.png) no-repeat center;
}

.proview-spic .next:hover {
    background: #e76f30 url(../images/next2.png) no-repeat center
}

.swiper-button-disabled {
    opacity: .4
}

.proview-left-link {
    margin-top: 15px
}

.proview-left-link a,
.proview-left-link h6 {
    float: left;
    display: block;
    border: 1px solid #b5b5b5;
    line-height: 36px;
    padding: 0px 12px;
    margin: 0px 12px 0px 0px;
    font-size: 14px;
    color: #494949;
}

.proview-left-link h6 span {
    color: #e76f30
}

.proview-left-link a:hover {
    border-color: #e76f30;
    background: #e76f30;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .proview-left {
        width: 55%
    }
    .proview-bpic {
        float: none;
        width: 100%;
    }
    .proview-spic {
        float: none;
        width: 100%;
        height: auto;
        padding: 0px 40px;
        margin: 20px 0px;
    }
    .proview-spic .swiper-container {
        height: auto;
    }
    .proview-spic .swiper-slide {
        margin-bottom: 0px
    }
    .proview-spic .prev,
    .proview-spic .next {
        top: 50%;
        width: 30px;
        margin-top: -17px;
    }
}

@media screen and (max-width: 991px) {
    .proview-left {
        float: none;
        width: 100%;
    }
    .proview-spic {
        display: none
    }
    .proview-bpic .swiper-pagination {
        display: block;
        text-align: right;
    }
    .proview-bpic .swiper-pagination-bullet-active {
        background: #e76f30
    }
}

/*==proview-right==*/

.proview-right {
    float: right;
    box-sizing: border-box;
    width: 49%;
    min-height: 397px;
    padding: 10px 20px;
    background: #fafafa;
}

.pro-tit {
    margin: 0px;
    font-size: 18px;
    color: #464545;
    font-weight: bold;
}

.pro-space {
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    color: #676666;
}

.pro-info {
    width: 100%;
}

.pro-info tr td {
    padding: 8px 2% 8px 0px;
    font-size: 14px;
    color: #8e8e8e;
}

.pro-info tr td.td1 {
    width: 88px;
    color: #545454;
    text-align: right;
    font-weight: bold;
}

.four-canshu {
    margin: 20px 0px;
    text-align: center;
}

.four-canshu ul {}

.four-canshu ul li {
    float: left;
    width: 25%;
    padding-top: 65px;
    background-repeat: no-repeat;
    background-position: top;
    line-height: 24px;
    font-size: 14px;
    color: #404040;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .proview-right {
        width: 42%
    }
    .four-canshu {
        margin: 20px 0px
    }
    .four-canshu ul li {
        width: 50%;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 991px) {
    .proview-right {
        float: none;
        width: 100%;
        min-height: auto;
        margin-top: 20px;
    }
    .four-canshu ul li {
        width: 25%;
        margin: 0px;
    }
    .bdsharebuttonbox {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .four-canshu {
        margin: 20px 0px
    }
    .four-canshu ul li {
        width: 50%;
        margin: 10px 0px;
    }
}

/*==proview-left2==*/

.proview-left2 {
    float: left;
    width: 68.8%;
}

@media screen and (max-width: 991px) {
    .proview-left2 {
        width: 100%
    }
}

.info-nav {
    position: relative;
    z-index: 1;
    border-left: 1px solid #cecdcd;
}

.info-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #cecdcd;
}

.info-nav ul {
    margin-bottom: 0px
}

.info-nav ul li {
    float: left;
    border: 1px solid #cecdcd;
    border-left: none;
    border-bottom: 1px solid transparent;
    line-height: 36px;
    padding: 0px 25px;
    font-size: 14px;
    color: #8e8e8e;
    cursor: pointer;
    transition: .3s;
}

.info-nav ul li:hover,
.info-nav ul li.active {
    border-bottom: 1px solid #f6f6f6;
    background: #f6f6f6;
    color: #e76f30;
}

@media screen and (max-width: 640px) {
    .info-nav {
        border-top: 1px solid #cecdcd;
    }
    .info-nav ul li {
        width: 33.33%;
        padding: 0px;
        border-top: none;
        border-bottom: 1px solid #cecdcd;
        text-align: center;
    }
    .info-nav ul li:hover,
    .info-nav ul li.active {
        border-bottom: 1px solid #cecdcd;
    }
}

.info-nav2 {
    position: fixed;
    top: 72px;
    right: 0px;
    z-index: 9;
    display: none;
    width: 100%;
    background: #fff;
}

.info-nav2 ul {
    margin-bottom: 0px
}

.info-nav2 ul li {
    float: left;
    box-sizing: border-box;
    width: 20%;
    height: 38px;
    overflow: hidden;
    border-right: 1px solid #cecdcd;
    border-bottom: 1px solid #cecdcd;
    line-height: 38px;
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.info-nav2 ul li:hover,
.info-nav2 ul li.active {
    background: #f6f6f6;
    color: #e76f30;
}

@media screen and (max-width: 1200px) {
    .info-nav2 {
        top: 50px
    }
}

@media screen and (max-width: 767px) {
    .info-nav2 {
        top: 45px
    }
    .info-nav2 ul li {
        width: 33.33%
    }
}

.pro-word {
    margin: 15px 0px;
}

.pro-word .swiper-slide {
    min-height: 510px;
    background: #fff;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.network-order {}

.network-order-tit {
    margin-bottom: 20px;
    font-size: 26px;
    color: #56463d;
    text-align: center;
    font-weight: bold;
}

.network-order-dl {}

.network-order-dl dd {
    position: relative;
    float: left;
    display: block;
    width: 23.5%;
    padding: 10px 0px;
    margin-left: 2%;
    margin-bottom: 2%;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.network-order-dl dd:nth-of-type(4n+1) {
    margin-left: 0px
}

.warm-prompt {
    width: 90%;
    padding: 8px 0px;
    margin: 25px auto;
    border: 1px solid #69615f;
    border-radius: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #69615f;
    text-align: center;
    font-weight: bold;
}

.warm-prompt span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: normal;
}

.warm-prompt span.youneed:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #5b493f;
}

.warm-prompt span.weneed:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #887765;
}

.network-order-word {
    font-size: 16px;
    color: #56463d;
}

.network-order-word dt {
    margin: 15px 0px 6px 0px
}

.network-order-word dd {
    line-height: 28px
}

#network-order-btn {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 20px auto;
    border-radius: 20px;
    border: 1px solid #b5b5b5;
    line-height: 30px;
    font-size: 16px;
    color: #494949;
    text-align: center;
}

#network-order-btn:hover {
    border-color: #e76f30;
    background: #e76f30;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .network-order-tit {
        font-size: 20px
    }
    .network-order-dl dd {
        width: 48.5%;
        margin-left: 3%;
        margin-bottom: 3%;
    }
    .network-order-dl dd:nth-of-type(4n+1) {
        margin-left: 3%
    }
    .network-order-dl dd:nth-of-type(2n+1) {
        margin-left: 0%
    }
}

.feedcan-btn {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 20px auto;
    border-radius: 20px;
    border: 1px solid #b5b5b5;
    line-height: 30px;
    font-size: 16px;
    color: #494949;
    text-align: center;
}

.feedcan-btn:hover {
    border-color: #e76f30;
    background: #e76f30;
    color: #fff;
}

.prev-next {}

.prev-next a {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    box-sizing: border-box;
    width: 50%;
    height: 52px;
    overflow: hidden;
    background: #1b1b1b;
    line-height: 52px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prev-next a.next {
    border-left: 1px solid #fff
}

.prev-next a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
    width: 0px;
    background: #eb7334;
    transition: .5s ease;
}

.prev-next a:hover::before {
    width: 100%
}

@media screen and (max-width: 991px) {
    .prev-next a {
        height: 36px;
        line-height: 36px;
    }
}

/*==proview-right2==*/

.proview-right2 {
    float: right;
    width: 22.8%;
}

@media screen and (max-width: 991px) {
    .proview-right2 {
        display: none
    }
}

.leftloop-pro {
    position: relative;
    margin-bottom: 25px;
}

.leftloop-pro .swiper-slide {
    border: 1px solid #e9e9e9;
}

.leftloop-pro .swiper-slide .pic {
    position: relative;
    padding: 40.5% 0px;
    border-bottom: 1px solid #e9e9e9;
}

.leftloop-pro .swiper-slide .pic-flex {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.leftloop-pro .swiper-slide .pic-flex img {
    max-width: 100%;
    max-height: 100%;
}

.leftloop-pro .swiper-slide h6 {
    height: 46px;
    overflow: hidden;
    margin: 0px;
    line-height: 46px;
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.leftloop-pro .swiper-slide:hover h6 {
    color: #e76f30
}

.leftloop-pro .prev {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 40px;
    margin-top: -40px;
    background: #999 url(../images/prev2.png) no-repeat center;
}

.leftloop-pro .prev:hover {
    background: #eb7334 url(../images/prev2.png) no-repeat center
}

.leftloop-pro .next {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 40px;
    margin-top: -40px;
    background: #999 url(../images/next2.png) no-repeat center;
}

.leftloop-pro .next:hover {
    background: #eb7334 url(../images/next2.png) no-repeat center
}

.chose-pro {}

.chose-pro ul {}

.chose-pro ul li {
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
}

.chose-pro ul li .pic {
    position: relative;
    padding: 40.5% 0px;
    border-bottom: 1px solid #e9e9e9;
}

.chose-pro ul li .pic-flex {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.chose-pro ul li .summary {
    padding: 0px 10px 10px 10px
}

.chose-pro ul li h6 {
    height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 16px;
    color: #464646;
    transition: .3s;
}

.chose-pro ul li p {
    line-height: 24px;
    font-size: 14px;
    color: #6f6f6f;
    transition: .3s;
}

.chose-pro ul li p i {
    color: #ff762e
}

.chose-pro ul li:hover h6,
.chose-pro ul li:hover p {
    color: #e76f30
}

/*==newslist-left==*/

.newslist-left {
    float: left;
    width: 75%;
}

@media screen and (max-width: 991px) {
    .newslist-left {
        width: 100%
    }
}

/*==newslist-right==*/

.newslist-right {
    float: right;
    width: 20.8%;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .newslist-right {
        display: none
    }
}

.tjnews-box {
    margin-bottom: 30px;
    background: url(../images/newslistr_03.jpg);
}

.tjnews-box h3,
.tjnews-box h4 {
    padding-left: 45px;
    margin: 0px;
    border-top: 2px solid #eb7334;
    border-bottom: 1px solid #dddddd;
    line-height: 46px;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}

.tjnews-box ul {
    padding: 12px;
    margin-bottom: 0px;
}

.tjnews-box ul li {
    height: 37px;
    overflow: hidden;
    line-height: 37px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tjnews-box ul li a {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    color: #737171;
}

.tjnews-box ul li a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #737171;
}

.tjnews-box ul li a i {
    margin-right: 10px;
    color: #5c5c5c;
    font-weight: bold;
}

.tjnews-box ul li:nth-of-type(1) a i {
    color: #b30000
}

.tjnews-box ul li:nth-of-type(2) a i {
    color: #da0000
}

.tjnews-box ul li:nth-of-type(3) a i {
    color: #ff3636
}

.tjnews-box ul li a:hover {
    color: #ff8a00
}

.tjnews-box ul.order-ul li a {
    padding-left: 0px;
}

.tjnews-box ul.order-ul li a:before {
    display: none
}

/*==è¡Œä¸šé«˜åº¦å…³æ³¨å†…å®¹æŽ¨è==*/

.focus-content {
    padding: 25px 20px;
    background: url(../images/newslistr_03.jpg);
}

.focus-content-left {
    position: relative;
    float: left;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20.5%;
    height: 222px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.focus-content-left img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 246px;
    max-width: 1000px;
    height: 220px;
    margin-top: -110px;
    margin-left: -123px;
}

.focus-content-left h6 {
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 10px;
    height: 30px;
    overflow: hidden;
    margin: 0px;
    background: rgba(0, 0, 0, .6);
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.focus-content-left:hover h6 {
    bottom: 0px
}

.focus-content-center {
    float: left;
    width: 30%;
    margin-left: 25px;
    margin-bottom: 0px;
}

.focus-content-right {
    float: right;
    width: 44%;
}

/*==æ–°é—»è¯¦æƒ…é¡µ==*/

.news-tit {
    margin-top: 35px;
    font-size: 18px;
    color: #181818;
    text-align: center;
}

.news-time {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.news-word {
    padding: 15px 0px;
    margin: 15px 0px;
    border-top: 1px solid #ddd;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.news-word a {
    text-decoration: underline;
    color: #111;
}

.news-word a:hover {
    text-decoration: underline;
    color: #666;
}

/*==newsbox==*/

.newsbox {
    padding: 15px 20px;
    background: url(../images/newslistr_03.jpg);
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.tag-label span {
    margin: 0px 5px;
}

/*==prev-next2==*/

.prev-next2 {
    margin: 15px 0px
}

.prev-next2 ul {}

.prev-next2 ul li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 40px;
    overflow: hidden;
    padding: 0px 2%;
    background: #f5f5f5;
    line-height: 40px;
    font-size: 14px;
    color: #181818;
}

.prev-next2 ul li.next {
    text-align: right
}

.prev-next2 ul li a {
    color: #666666
}

.prev-next2 ul li a:hover {
    color: #eb7334
}

@media screen and (max-width: 991px) {
    .prev-next2 ul li {
        float: none;
        width: 100%;
    }
    .prev-next2 ul li.next {
        text-align: left
    }
}

/*==browse==*/

.browse {
    border: 1px solid #ddd;
}

.browse-left {
    float: left;
    box-sizing: border-box;
    width: 54%;
    padding: 25px;
    margin-top: 40px;
}

.browse-left .swiper-slide {}

.browse-left .swiper-slide .pic {
    position: relative;
    padding: 40% 0px;
    border: 1px solid #ddd;
}

.browse-left .swiper-slide .pic-flex {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.browse-left .swiper-slide .pic-flex img {
    max-width: 100%;
    max-height: 100%;
    transition: .6s;
}

.browse-left .swiper-slide:hover .pic-flex img {
    transform: scale(1.03)
}

.browse-left .swiper-slide h6 {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #181818;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.browse-left .swiper-slide:hover h6 {
    color: #eb7334
}

.browse-right {
    float: right;
    box-sizing: border-box;
    width: 46%;
    padding: 25px;
    border-left: 1px solid #ddd;
}

@media screen and (max-width: 1200px) {
    .browse-left {
        float: none;
        width: 100%;
        padding: 10px;
        margin-top: 0px;
    }
    .browse-right {
        float: none;
        width: 100%;
        padding: 10px;
        border-left: none;
        border-top: 1px solid #ddd;
    }
}

/*==å•é¡µ==*/

.page {
    margin: 20px 0px;
    line-height: 28px;
    font-size: 14px;
    color: #414141;
}

.page a {
    text-decoration: underline;
    color: #222;
}

/*==å…³äºŽæˆ‘ä»¬==*/

.about {
    padding: 0px 52% 35px 0px;
    margin-top: 20px;
    /*background: url(../images/linxinru.png) no-repeat 680px top;*/
    background: url(../images/joan2.jpg) no-repeat 20% 0;
    background-size: 580px 370px;
    background-position: 100% 40%;
}

.about-tit {}

.about-tit h5 {
    line-height: 36px;
    font-size: 30px;
    color: #323232;
    font-family: "Arial";
    text-transform: uppercase;
}

.about-tit h5 span {
    display: block;
    color: #eb7334;
}

.about-tit h4 {
    margin: 15px 0px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.about p {
    line-height: 28px;
    font-size: 14px;
    color: #414141;
    text-indent: 2em;
}

@media screen and (max-width: 1200px) {
    .about {
        background: none;
        padding: 3%;
    }
}

@media screen and (max-width: 767px) {
    .about {
        padding: 0px 0px 20px 0px;
        background: none;
    }
}

.ppys {
    margin-top: 35px
}

.ppys-pic {
    float: left;
    max-width: 320px;
    margin-right: 20px;
}

.ppys-tit {}

.ppys-tit hr {
    width: 60px;
    height: 2px;
    margin: 8px 0px 25px 0px;
    background: #eb7334;
}

.ppys-tit h5 {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
    font-family: "Arial";
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ppys-tit h4 {
    margin: 15px 0px 25px 0px;
    font-size: 16px;
    color: #3f3f3f;
    font-weight: bold;
}

.ppys-tit h4 span {
    margin-left: 15px;
    font-size: 14px;
    color: #ca0000;
}

.ppys p {
    line-height: 28px;
    font-size: 14px;
    color: #5a5a5a;
    letter-spacing: 1px;
}

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

/*==å‘å±•åŽ†ç¨‹==*/

.historyBox {
    padding: 30px 0px 70px 0px;
    background: url(../images/comBox2Bg.jpg) no-repeat center;
}

.historyBd {}

.historyBd .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    height: 180px;
    padding: 10px;
    background: #fff;
}

.historyBd .swiper-slide img {
    max-height: 100%
}

.historyBd .swiper-slide .word {
    margin-left: 40px
}

.historyBd .swiper-slide .word-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.historyBd .swiper-slide .word-flex i {
    font-size: 70px;
    color: #cb103b;
    white-space: nowrap;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.historyBd .swiper-slide .word-flex p {
    margin-left: 10px;
    font-size: 16px;
    color: #787878;
    line-height: 28px;
    font-weight: bold;
}

.historyHd {
    position: relative;
    padding: 0px 30px;
    margin-top: 20px;
}

.historyHd .swiper-container {
    background: url(../images/comBox2BotBg.png) repeat-x center 8px;
}

.historyHd .swiper-slide {
    position: relative;
    padding-top: 30px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.historyHd .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.historyHd .swiper-slide:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    z-index: 1;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    border-radius: 50%;
    background: #fff;
}

.historyHd .swiper-slide-active {
    color: #cb103b
}

.historyHd .swiper-slide-active:before {
    border-color: #cb103b
}

.historyHd .swiper-slide-active:after {
    background: #cb103b
}

.historyBox-leftbtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    display: block;
    width: 30px;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.historyBox-rightbtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    display: block;
    width: 30px;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.historyBox-leftbtn.swiper-button-disabled,
.historyBox-rightbtn.swiper-button-disabled {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .historyBd .swiper-slide .word-flex i {
        font-size: 40px
    }
}

@media screen and (max-width: 767px) {
    .historyBd .swiper-slide {
        display: block;
        height: auto;
    }
    .historyHd .swiper-slide {
        font-size: 20px
    }
    .historyBd .swiper-slide img {
        display: block;
        margin: auto;
    }
    .historyBd .swiper-slide .word {
        margin-top: 15px;
        margin-left: 0px;
    }
    .historyBd .swiper-slide .word-flex {
        justify-content: center
    }
    .historyBd .swiper-slide .word-flex i {
        font-size: 20px
    }
    .historyBd .swiper-slide .word-flex p {
        font-size: 14px
    }
}

/*==æ€»è£å¯„è¯­==*/

.president {
    margin: 25px 0px
}

.president img {
    float: left;
    width: 260px;
    margin-right: 20px;
}

.president p {
    line-height: 28px;
    font-size: 14px;
    color: #414141;
    text-indent: 2em;
}

@media screen and (max-width: 414px) {
    .president img {
        float: none;
        display: block;
        width: 100%;
        margin: 0px auto 15px auto;
    }
}

/*==eight-adv==*/

.eight-adv {
    margin-top: 30px;
    margin-left: -8px;
}

.eight-adv ul {
    background: url(../images/eightadv.jpg) no-repeat right;
    background-size: 100% 100%;
}

.eight-adv ul li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 436px;
    overflow: hidden;
    padding: 25px 21px;
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
    background: rgba(0, 0, 0, .3);
}

.eight-adv ul li:nth-of-type(4n+1) {
    border-left-color: #fff
}

.eight-adv ul li span {
    display: block;
    margin-bottom: 100px;
    line-height: 52px;
    font-size: 52px;
    color: #fff;
    font-family: "Times New Roman";
}

.eight-adv ul li .tit {
    position: relative;
    display: table-cell;
    width: 252px;
    height: 88px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: .3s;
}

.eight-adv ul li:hover .tit {
    opacity: 0
}

.eight-adv ul li .tit:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 1px;
    background: #fff;
}

.eight-adv ul li .tit:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 1px;
    background: #fff;
}

.eight-adv ul li .fade {
    position: absolute;
    top: 100%;
    left: 21px;
    right: 21px;
    opacity: 0;
    transition: .3s;
}

.eight-adv ul li:hover .fade {
    top: 90px;
    opacity: 1;
}

.eight-adv ul li .fade h6 {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.eight-adv ul li .fade hr {
    width: 40px;
    height: 1px;
    margin: 25px auto;
    border: none;
    background: #fff;
}

.eight-adv ul li .fade p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

@media screen and (max-width: 1200px) {
    .eight-adv ul li:hover .fade {
        top: 90px;
    }
}

@media screen and (max-width: 991px) {
    .eight-adv {
        padding: 0px 20px;
        margin-left: 0px;
        background: #f5f5f5;
    }
    .eight-adv ul {
        background: none
    }
    .eight-adv ul li {
        float: none;
        width: 100%;
        height: auto;
        padding: 0px 0px 25px 0px;
        margin-top: 25px;
        border: none;
        border-bottom: 1px dashed #eb7334;
        background: none;
    }
    .eight-adv ul li span,
    .eight-adv ul li .tit {
        display: none;
    }
    .eight-adv ul li .fade {
        position: static;
        opacity: 1;
    }
    .eight-adv ul li .fade h6 {
        font-size: 16px;
        color: #252525;
        text-align: left;
    }
    .eight-adv ul li .fade hr {
        display: none;
    }
    .eight-adv ul li .fade p {
        font-size: 14px;
        color: #7b7b7b;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .eight-adv {
        padding: 0px 10px;
    }
}

/*==honor==*/

.honor {}

.honor .swiper-container {
    padding-bottom: 35px
}

.honor .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px
}

.honor .swiper-pagination-bullet-active {
    background: #ca0000
}

.honor .swiper-slide {
    background: #ddd;
}

.honor .swiper-slide .pic {
    position: relative;
    padding: 40% 0px;
}

.honor .swiper-slide .pic-flex {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.honor .swiper-slide .pic-flex img {
    max-width: 100%;
    max-height: 100%;
    transition: .6s;
}

.honor .swiper-slide:hover .pic-flex img {
    transform: scale(1.03)
}

.honor .swiper-slide h6 {
    height: 50px;
    overflow: hidden;
    margin: 0px;
    border-top: 1px solid #fff;
    line-height: 50px;
    font-size: 14px;
    color: #3f3f3f;
    text-align: center;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.honor .swiper-slide:hover h6 {
    color: #eb7334
}

.shop .swiper-slide {
    background: transparent
}

.shop .swiper-slide .pic {
    border: 1px solid #f1f1f1
}

.joinbox {
    margin-top: 30px;
    border: 12px solid #1d1d1d;
    border-top: none;
    background: url(../images/newslistr_03.jpg);
}

.joinbox-tit {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0px;
    line-height: 96px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
}

.joinbox-tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: -1;
    width: 0px;
    height: 0px;
    margin-left: -719px;
    border-top: 96px solid #1d1d1d;
    border-left: 720px solid transparent;
}

.joinbox-tit:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0px;
    z-index: -1;
    width: 0px;
    height: 0px;
    margin-right: -719px;
    border-top: 96px solid #1d1d1d;
    border-right: 720px solid transparent;
}

.joinbox-left {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 20px 86px;
}

.joinbox-left h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ca0000;
    font-weight: bold;
    letter-spacing: 2px;
}

.joinbox-left p {
    line-height: 28px;
    font-size: 14px;
    color: #595959;
}

.joinbox-right {
    float: right;
    box-sizing: border-box;
    width: 50%;
    padding: 20px 86px;
}

@media screen and (max-width: 1200px) {
    .joinbox-left {
        float: none;
        width: 100%;
    }
    .joinbox-right {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .joinbox {
        border-width: 6px
    }
    .joinbox-left,
    .joinbox-right {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .joinbox-left,
    .joinbox-right {
        padding: 10px;
    }
}

/*==pic-list==*/

.pic-list {
    margin: 20px 0px
}

.pic-list ul {}

.pic-list ul li {
    float: left;
    box-sizing: border-box;
    width: 30.33%;
    padding: 10px;
    margin-left: 4.5%;
    margin-bottom: 4.5%;
    border: 1px solid #eee;
    transition: .3s;
}

.pic-list ul li:hover {
    box-shadow: 0px 0px 10px #eee
}

.pic-list ul li:nth-of-type(3n+1) {
    margin-left: 0px
}

.pic-list ul li .pic {
    position: relative;
    padding: 33.5% 0px;
    border: 1px solid #eee;
}

.pic-list ul li .pic-flex {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pic-list ul li .pic-flex img {
    max-width: 100%;
    max-height: 100%;
}

.pic-list ul li h6 {
    height: 26px;
    overflow: hidden;
    padding: 0px 15px;
    line-height: 26px;
    font-size: 16px;
    color: #1a1a1a;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-list ul li p {
    height: 26px;
    overflow: hidden;
    padding: 0px 15px;
    line-height: 26px;
    font-size: 14px;
    color: #706f6f;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .pic-list ul li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
    }
    .pic-list ul li:nth-of-type(3n+1) {
        margin-left: 4%
    }
    .pic-list ul li:nth-of-type(2n+1) {
        margin-left: 0px
    }
}

@media screen and (max-width: 460px) {
    .pic-list ul li {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 4%;
    }
    .pic-list ul li:nth-of-type(3n+1) {
        margin-left: 0px
    }
}

/*==network-box==*/

.network-box {
    margin: 30px 0px
}

.cityList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px #ccc;
}

.cityList-l {
    position: relative;
    width: 25%;
    height: 30px;
    margin-left: 30px;
    border: 1px solid #dcdcdc;
}

.cityList-l input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0px 30px 0px 5px;
    border: none;
    outline: none;
    line-height: 28px;
    font-size: 1.4rem;
    color: #d7d7d7;
    transition: .3s;
}

.cityList-l input:focus {
    box-shadow: 0px 0px 10px #ccc
}

.cityList-l button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    background: transparent;
    line-height: 28px;
    font-size: 1.4rem;
    color: #d7d7d7;
    text-align: center;
    cursor: pointer;
}

.cityList-r {
    width: 56.8%
}

.cityList-r form {
    display: inline-block;
    width: 32.33%;
}

.cityList-r form select {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0px 15px;
    border: none;
    border-left: 1px solid #eee;
    outline: none;
    font-size: 1.4rem;
    color: #656565;
    cursor: pointer;
}

.networkMap {
    float: left;
    width: 66%;
}

.mapChose {
    float: right;
    box-sizing: border-box;
    width: 34%;
    height: 800px;
    overflow: hidden;
    padding: 0px 20px 0px 10px;
}

.mapChose .swiper-slide {
    position: relative;
    height: auto;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: .3s;
}

.mapChose .swiper-slide:hover,
.mapChose .swiper-slide.active {
    background: #fafafa
}
.mapChose .swiper-slide .store-name::after, .mapChose .swiper-slide .store-info::after{
    content: '';
    display: block;
    clear: both;
}
.mapChose .swiper-slide .store-name{
    margin-bottom: 15px;
}
.store-info .info-left{
    float: left;
	width: 130px;
	padding-right: 10px;
}
.info-left img{
	width: 100%;
	height: 90px;
}
.info-left .enterStoreBtn{
    display: block;
    width: 70%;
    height: 28px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background-color: #FF5722;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    margin-top: 5px;
}
.store-info .info-right{
    float: left;
    width: 60%;
}
.mapChose .swiper-slide i {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #e76f30;
    line-height: 40px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    font-style: normal;
}

.mapChose .swiper-slide h6 {
    float: left;
    height: 40px;
    overflow: hidden;
    margin: 0px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #2c2c2c;
    padding-left: 10px;
}

.mapChose .swiper-slide p {
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 1.4rem;
    color: #a4a4a4;
}

.mapChose .swiper-scrollbar {
    width: 10px
}

.mapChose .swiper-scrollbar-drag {
    background: #e76f30
}

@media screen and (max-width: 991px) {
    .network-box {
        width: 95%;
        margin: 30px auto;
    }
    .networkMap {
        display: none
    }
    .mapChose {
        float: none;
        width: 100%;
        height: 310px;
        overflow: hidden;
        padding: 0px 20px 0px 0px;
        margin-top: 15px;
    }
    .mapChose .swiper-slide {
        padding-top: 10px;
        padding-left: 45px;
    }
    .mapChose .swiper-slide i {
        top: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .cityList {
        box-sizing: border-box;
        display: block;
        box-shadow: none;
    }
    .cityList-l {
        width: 100%;
        height: 38px;
        margin: 10px 0px;
    }
    .cityList-r {
        width: 100%
    }
    .cityList-r form {
        display: block;
        width: 100%;
        margin: 10px 0px;
    }
    .cityList-r form select {
        height: 38px;
        padding: 0px 10px;
        border: 1px solid #eee;
    }
}

/*==åˆä½œæµç¨‹==*/

.process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.process-left {}

.process-right {
    width: 700px;
    margin-left: 50px;
}

.process-right ul {}

.process-right ul li {
    float: left;
    width: 46%;
    margin: 12px 2%;
    background: rgba(0, 0, 0, .4);
    line-height: 48px;
    font-size: 14px;
    color: #fff;
}

.process-right ul li i {
    position: relative;
    float: left;
    display: block;
    width: 65px;
    height: 48px;
    margin-right: 15px;
    background: #e76f30;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
}

.process-right ul li i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 0px;
    height: 0px;
    margin-top: -6px;
    border-right: 6px solid #e76f30;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@media screen and (max-width: 991px) {
    .process {
        display: block
    }
    .process-right {
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 640px) {
    .process-right {
        margin-top: 20px
    }
    .process-right ul li {
        float: none;
        width: 100%;
        margin: 12px 0px;
    }
}

/*==åˆ†é¡µ==*/

.fenye {
    padding: 1% 0px;
    margin: 15px 0px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye ul {
    width: 116px;
    margin: 0px 4%;
}

.fenye ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 9px;
    line-height: 30px;
    background: #b6b6b7;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.fenye ul li:hover a,
.fenye ul li.active a {
    color: #fff;
    background: #eb7334;
}

.fenye ul li a {
    display: block;
    border-radius: 5px;
}

.fenye ul .fenye-p,
.fenye ul .fenye-n {
    font-size: 16px;
}

.fenye select {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #5a5a5a;
}

/*==æ ‡é¢˜==*/

.title1 {
    padding-left: 24px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/title1.png) no-repeat left;
    line-height: 36px;
    font-size: 16px;
    color: #464646;
}

.title1 .more {
    float: right;
    font-size: 14px;
    color: #eb7334;
}

.title1 .more:hover {
    text-decoration: underline
}

.title2 {
    border-bottom: 1px solid #1b1b1b
}

.title2 span {
    display: inline-block;
    padding: 0px 46px;
    background: #1b1b1b;
    line-height: 42px;
    font-size: 14px;
    color: #e76f30;
    font-weight: bold;
    letter-spacing: 4px;
}

.title3 {
    margin: 0px;
    background: #1b1b1b;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.title4 {
    margin-top: 30px;
    background: #1b1b1b;
    text-align: center;
}

.title4 h3,
.title4 h4 {
    position: relative;
    display: inline-block;
    padding: 0px 18px;
    margin: 0px;
    line-height: 57px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}

.title4 h3:before,
.title4 h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 1px;
    background: #959595;
}

.title4 h3:after,
.title4 h4:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 1px;
    background: #959595;
}

@media screen and (max-width: 991px) {
    .title4 h3,
    .title4 h4 {
        line-height: 47px;
        font-size: 16px;
    }
}

.title5 {
    padding: 40px 0px;
    margin-bottom: 35px;
    background: url(../images/title5.png) no-repeat bottom;
    font-size: 30px;
    color: #3f3f3f;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
    .title5 {
        font-size: 24px
    }
}

@media screen and (max-width: 991px) {
    .title5 {
        font-size: 18px
    }
}

.title6 {
    margin: 30px 0px;
    text-align: center;
}

.title6 h4 {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    font-size: 30px;
    color: #3f3f3f;
    letter-spacing: 2px;
}

.title6 h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/title6.png) no-repeat center;
}

.title6 h4:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/title6.png) no-repeat center;
}

.title6 h5 {
    line-height: 24px;
    font-size: 14px;
    color: #3f3f3f;
}

@media screen and (max-width: 1200px) {
    .title6 h4 {
        font-size: 24px
    }
}

@media screen and (max-width: 991px) {
    .title6 h4 {
        font-size: 18px
    }
}