* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

a {
    text-decoration: none !important;
}

input {
    outline: none;
}

.phone-block {
    display: none;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #689c2a;
    position: relative;
    z-index: 999;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
}



.hover-ul {
    display: none;
}



.banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}



header ul>.li-red {
    background-color: #568d0d;
}

header>.header-flex>.wrap>ul>li:hover {
    background-color: #568d0d;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}


.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li>a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 3px;
}

.phone-text {
    color: #689c2a;
    font-size: 22px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
}

.phone-ul li:hover {
    background-color: #689c2a;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #689c2a;
}

.banner1 {
    padding-top: 26%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.mobile-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    display: none;
}

.mobile-header ul {
    margin-left: 71%;
    display: none;
}

.mobile-header:hover .mobile-header-ul {
    display: block;
}

.mobile-header-ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #242424;
    line-height: 50px;
    color: #eee;
}

.mobile-header-ul li a {
    color: #eee;
}

.mobile-header-ul li:hover {
    background-color: rgb(154, 6, 6);
    color: #000;
}

.mobile-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #689c2a;
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}

.mobile-buttom:hover {
    background-color: #689c2a;
    color: #fff;
}

.mobile-buttom a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.mobile-buttom a:hover {
    color: #FFFFFF
}

.mobile-buttom a img {
    display: block;
    height: 25px;
    margin: 3px auto;
}

.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}







.anoce {
    PADDING-BOTTOM: 15px;
    MARGIN-TOP: 0px;
    PADDING-LEFT: 88px;
    PADDING-RIGHT: 10px;
    BACKGROUND: url(fq.png) no-repeat 8px center;
    HEIGHT: 58px;
    PADDING-TOP: 5px
}

.anoce A.gg_more {
    LINE-HEIGHT: 24px;
    FLOAT: right;
    PADDING-TOP: 15px
}

.anoce UL {
    HEIGHT: 60px;
    OVERFLOW: hidden;
    padding-top: 10px
}

.anoce UL LI {
    LINE-HEIGHT: 24px;
    HEIGHT: 60px;
    OVERFLOW: hidden;
    font-size: 12px;
}

.anoce UL LI a {
    font-size: 12px;
    color: #333;
}

#dhooo1 {
    LINE-HEIGHT: 24px;
    HEIGHT: 60px;
    color: #333;
    FONT-SIZE: 12px;
    OVERFLOW: visible;
    FONT-WEIGHT: normal;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif
}

#dhooo1 a {
    LINE-HEIGHT: 24px;
    HEIGHT: 60px;
    color: #333;
    FONT-SIZE: 12px;
    OVERFLOW: visible;
    FONT-WEIGHT: normal;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif
}

#dhooo1 a:hover {
    LINE-HEIGHT: 24px;
    HEIGHT: 60px;
    color: #333;
    FONT-SIZE: 12px;
    OVERFLOW: visible;
    FONT-WEIGHT: normal;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif
}



.page_p_recom {

    text-align: center;
}

.page_p_recom .ban {
    width: 100%;
}

.page_p_recom .ban img {
    width: 100%;
}

.page_p_recom .list-block {
    /* margin: 1.2rem 1.5rem 0; */
    margin: 0% 5% 5% 5%;
    padding: 1% 1%;
    border-radius: 0.2rem;
    border: 0px solid #ff9571;
    position: relative;
    z-index: 3;
    border-radius: 1rem;
    /* background: #fbcd7b; */
}

.page_p_recom .list-block input,
.page_p_recom .list-block select {
    font-size: 0.7rem;
}

.page_p_recom .list-block ul {
    background: none;
    position: static;

}

.page_p_recom .list-block ul:before {
    display: none;
}

.page_p_recom .list-block .item-title {
    text-align: left;
    color: #000;
    margin-right: 4px;
    float: left;
    line-height: 36px;

}

.page_p_recom .list-block .item-content {
    margin: 0.5rem 0.75rem 0.5rem 0;
    border-color: #f5d2b4;
    line-height: 30px;
}

.page_p_recom .list-block .input_select {
    position: relative;
}

.page_p_recom .list-block .input_select:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 0.4rem solid transparent;
    border-top: 0.4rem solid #1e82d2;
    position: absolute;
    right: 0;
    top: 0.9rem;
}

.page_p_recom .btn_submit {
    font-size: 0.8rem;
    display: inline-block;
    /* padding: 0.6rem 8rem; */
    width: 340px;
    padding: 9px 0px;
    border-radius: 0.3rem;
    margin: 0rem auto;
    height: auto;
    color: #af3d2a;
    background: #04be02;
    /* box-shadow: 0 0.1rem 0 #e29e23; */
}

.page_p_recom .btn_submit1 {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0.1rem 1%;
    border-radius: 0.3rem;
    margin: 1rem 0.5rem;
    height: auto;
    color: #af3d2a;
    background: #04be02;
    /* box-shadow: 0 0.1rem 0 #e29e23; */
}

.page_p_recom .btn_submit:active {
    background: #ffd281;
}




.baoming span {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 16px;

    padding: 0 5%;
}

.baoming p {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20%;
}

.baoming .text {
    font-size: 16px;
}

.baoming ul {
    margin-top: 10px;
}

.baoming ul li {
    padding: 0 15%;
    padding-bottom: 10px;
}

.baoming ul li a {
    width: 54px;
    height: 28px;
    background: #fd1a1a;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 10px;
}

@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:768px) {
    header {
        display: none;
    }

    .phone-block {
        display: block;
    }

    .phone-none {
        display: none;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 40%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 20px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }









    footer {
        background-color: #fff;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(153, 153, 153);
        font-size: 10px;
        padding: 10px;
        width: 100%;
        line-height: 32px
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }



}

.pagin {
    /*position:relative;*/
    margin: 20px;
    font-size: 14px;
}

.pagin .blue {
    color: #056dae;
    font-style: normal;
}

.pagin .paginList {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList .paginItem {
    float: left;
}

.pagin .paginList .paginItem a {
    float: left;
    width: 31px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
}

.pagin .paginList .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList .paginItem.current,
.pagin .paginList .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList .paginItem.more,
.pagin .paginList .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList .paginItem.more a {
    color: #737373;
}

/*.message{ float:left; width:30%;margin-top:15px;}*/
.jlfanye {
    /*float:right;*/
    width: 100%;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}