* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

html {
    font-size: 100px;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

@media (min-width:1025px) {
    a:hover {
        color: #983E3D;
    }
}

button {
    user-select: none;
}

img:not([src]),
img[src=""] {
    opacity: 0;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;max-width:100%;margin:0 auto;
}

input,
select,
button,
textarea {
    font-size: 100%;
    font: inherit;
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

body {
    width: 100%;
    overflow-x: hidden;
    color: #333;
    position: relative;
    font-size: .16rem;
    font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans CN", "PingFang SC", Microsoft YaHei, Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}



i,
em {
    font-style: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

select::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

::-webkit-input-placeholder {
    color: #999;
    font-size: inherit
}



.clear {
    clear: both;
}




@font-face {
    font-family: "Cochin";
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "PingFang SC";font-weight: normal;");
    font-display: swap;
  }

  @font-face {
    font-family: "sys";font-weight: normal;src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
    font-display: swap;
  }
  
  @font-face {
    font-family: "Open Sans";font-weight: normal;src: url("../fonts/Open-Sans.ttf") format("woff");
    font-display: swap;
  }

  @font-face {
    font-family: "Source Han Sans CN";font-weight: normal;src: url("../fonts/SourceHanSansCN.ttf") format("woff");
    font-display: swap;
  }

.Cochin{font-family:"Cochin" }

.PingFangSC{font-family:"PingFang SC" }

.sys{font-family:"sys" }

.OpenSans{font-family:"Open Sans" }

.syh{font-family:"Source Han Sans CN" }




.pagecontainer {
    width: 80%;
    margin: 0 auto;
    max-width: 1510px;

}

.page_container{
    width: 78%;
    margin: 0 auto;
    max-width: 1480px;
  }


@media (max-width: 980px) {
    .pagecontainer {
        width: 94%;

    }

    .page_container{
        width: 94%;
    }

}







/*top*/


.top_bg{
    margin: 0 auto;
    width: 100%;
    height: 1.5rem;
    position: relative;
    z-index: 99;
    background: #983E3D;
}


.top_bg .top_con{
    margin: 0 auto;
    width: 95%;
    height: 0.9rem;
}


.top_bg .top_con .logo{
    float: left;
    margin-top: 0.18rem;
    width: 16.3%;
}

.top_bg .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
}


.top_bg .top_con .top_r{
    float: right;
    margin-top: 0.3rem;
}


.top_bg .top_con .top_r .search{
    float: right;
    width: 1.8rem;
    height: 0.3rem;
    border: 1px solid #d8b493;
    border-radius: 45px;
    margin: 0rem 0rem 0 0.28rem;
    position: relative;
    z-index: 10;
}

.top_bg .top_con .top_r .search .searchInp{
    float: left;
    width: 70%;
    height: 0.28rem;
    padding-left: 0.15rem;
    font-size: 0.12rem;
    color: #E8CCB3;
}

.top_bg .top_con .top_r .search .searchInp::placeholder{
    color: #E8CCB3;
}

.top_bg .top_con .top_r .search .submitBtn{
    float: right;
    background: url(../images/sou.png) no-repeat  center;
    width: 0.18rem;
    height: 0.16rem;
    background-size: 100%;
    margin: 0.06rem 0.15rem 0 0;
}


.top_bg .top_con .top_r .yuyan{
    float: right;
    margin-top: 0.05rem;
    height: 0.2rem;
} 

.top_bg .top_con .top_r .yuyan ul li{
    float: left;
    margin-left: 0.1rem;
    border-right: 1px solid #b77877;
    height: 0.2rem;
    line-height: 0.18rem;
    padding: 0 0.25rem;
}

.top_bg .top_con .top_r .yuyan ul li a{
    display: block;
    text-align: center;
}


.top_bg .top_con .top_r .yuyan ul li a i{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




/*nav*/

.nav_bg{
    width: 100%;
    margin: 0rem auto 0 auto;
    height: 0.6rem;
    position: relative;
    z-index: 9;
}



.nav_bg .t_nav{
    margin: 0 auto;
    width: 100%;

}

.navShow .nav_bg .t_nav{
    opacity: 0;
}

.nav_bg .t_nav>ul{
    width: 100%;
    text-align: center;
}

.nav_bg .t_nav>ul>li{
    display: inline-block;
    height: 0.6rem;
    text-align: center;
    position: relative;
    z-index: 5;
    padding: 0 1.08%;
    box-sizing: content-box;
}



.nav_bg .t_nav>ul>li>a{
    display: block;
}

.nav_bg .t_nav>ul>li>a>span{
    display: inline-block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #fff;
    font-family: "sys";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
}

.nav_bg .t_nav>ul>li>a>span::after{
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 0;
    height: 2px;
    content: "";
    background: #F6EBD0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .t_nav>ul>li:hover>a>span::after{
    width: 80%;
    
}

.nav_bg .t_nav>ul>li:hover>a>span{
    color: #F6EBD0;
    
}


.nav_bg .t_nav>ul>li.another>a>span::after{
    width: 80%;
}

.nav_bg .t_nav>ul>li.another>a>span{
    color: #F6EBD0;
    
}

.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 0.6rem;

    left: 0px;

    background: #983e3d;

    width: 100%;

    z-index: 999;
    overflow: hidden;

}



.t_nav ul li .submenu li {

    padding: 0;

    background: none;

    height: 45px;

    line-height: 45px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}



.t_nav ul li .submenu>li>a {

    float: none;

    text-align: center;

    font-size: 14px;

    height: 45px;

    line-height: 45px;

    background: none;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;

    width: 96%;

    font-weight: normal;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
    padding: 0 2%;
    box-sizing: content-box;
    position: relative;
    z-index: 5;

}


.t_nav ul li .submenu>li>a:hover {

    background: #ab4644;
    color: #fff !important;
    text-decoration: none;

}



.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);
    background: #983e3d;
}




/* phone_header*/

.phone_header {
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #983e3d;
    position: fixed;
    z-index: 20;
}

.headerTop {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 1rem;

}

.headerTop .headerTel {
    float: left;
    margin-top: 0.15rem;
    margin-left: 0.2rem;
}

.headerTop .headerTel a {
    display: block;
}

.headerTop .headerTel a img {
    width: auto;
    height: 0.7rem;
    float: left;
    display: block;
}


.headerTop .headerTel a span {
    display: block;
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    float: left;
    line-height: 0.4rem;
}


.headerTop .headerMenu {
    position: relative;
    width: 0.47rem;
    height: 0.43rem;
    top: 0.3rem;
    right: 0.2rem;
    float: right;
}

.headerTop .headerMenu span {
    width: 0.5rem;
    height: 0.46rem;
    background: url(../images/menu.png) no-repeat center;
    display: block;
    background-size: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    background: rgba(152, 62, 61, 0.9);
    display: none;
    overflow-x: hidden;
}

.Nav .navBox .close {
    height: auto;
    width: 0.5rem;
    position: absolute;
    top: 3%;
    right: 3%;
}

.Nav .navBox .close img {
    width: 100%;
}

.Nav .search {
    margin: 1.5rem auto 0 auto;
    width: 70%;
    height: 0.65rem;
    border-radius: 45px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.33);
}

.Nav .search .searchInp {
    float: left;
    width: 70%;
    height: 0.65rem;
    background: none;
    font-family: "Source Han Sans CN CN";
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.51);
    padding-left: 0.15rem;
}

.Nav .search .searchInp::placeholder {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.51);
}

.Nav .search .submitBtn {
    float: right;
    background: url(../images/sou.png) no-repeat center;
    width: 0.24rem;
    height: 0.24rem;
    background-size: 100%;
    margin: 0.2rem 0.2rem 0 0;
    display: block;
}


.Nav .navBox h4 a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
    margin-top: 0.5rem;
    font-weight: bold;
}

.navBox ul {
    padding-top: 0.5rem;
}

.navBox ul li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    position: relative;
}

.navBox ul li a.navTop {
    line-height: 1rem;
    height: 1rem;
    position: relative;
    display: block;
    color: #fff;
    font-size: 0.3rem;
}

.navBox ul li a.navTop:hover{
    color: #fff !important;
}

.navBox ul li .navCenter {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    color: #fff;
    padding-bottom: 0.1rem;
    padding-top: 0;
    display: none;
}

.navBox ul li .navCenter p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 0.4rem;
    width: 90%;
    margin: 0 auto;
}

.navBox ul li .navCenter p a {
    line-height: 0.5rem;
    display: block;
    text-align: left;
    font-size: 0.24rem;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.1rem;
}


.navBox ul li .navCenter p a:hover{
    color: #fff !important;
}

.navBox ul li::after {
    content: ">";
    position: absolute;
    top: 0;
    line-height: 1rem;
    font-size: 0.36rem;
    right: 0.2rem;
    color: #fff;
}


body.navShow .top_bg .top_con .top_r .search{
    display: none;
}

body.navShow .top_bg .top_con .top_r .yuyan{
    transform: translateY(0.5rem);
}

.navShow .top_bg .top_con .top_r .top_ico .navbtns {
    width: 0.41rem;
    height: 0.2rem;
    margin: 0.04rem -0.9rem 0 0rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 100%;
  }


  
@media (max-width: 1660px){
    .nav_bg .t_nav>ul>li {
        padding: 0 1%;

    }

    .nav_bg .t_nav > ul > li > a > span{
        font-size: 0.23rem;
    }

}

@media (max-width: 980px){

    .top_bg{
        display: none;
    }

    .nav_bg{
        display: none;
    }

    .big-nav{
        display: none;
    }

    .phone_header{
        display: block;
    }
}







/*footer*/

.footerbg{
    width: 100%;
    margin: -1.5rem auto 0 auto;
    background: url(../images/footerbg.png) no-repeat top center;
    height: 3.46rem;
    background-size: cover;
}

.footerbg .footer{
    padding-top: 1.23rem;
    margin: 0 auto;
    height: 2.73rem;
}

.footerbg .footer .f_cont{
    float: left;
    width: 61.5%;
}

.footerbg .footer .footer_l{
    float: left;
    margin-top: 0.18rem;
    width: 50%;
    margin-right: 5%;
}

.footerbg .footer .footer_l .tel{
    overflow: hidden;

}

.footerbg .footer .footer_l .tel img{
    display: block;
    float: left;
    width: 0.39rem;
    height: 0.39rem;
    margin-right: 0.1rem;
    margin-top: 0.05rem;


}

.footerbg .footer .footer_l .tel span{
    display: block;
    float: left;
}

.footerbg .footer .footer_l .tel span i{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    font-family: "PingFang SC";
}

.footerbg .footer .footer_l .tel span em{
    display: block;
    font-size: 0.24rem;
    color: #fff;
    font-family: "PingFang SC";
    font-weight: bold;
    line-height: 0.26rem;
}

.footerbg .footer .footer_l ul {
    margin-top: 0.15rem;

}

.footerbg .footer .footer_l ul li{
    font-size: 0.14rem;
    color: #fff;
    font-family: "PingFang SC";
    margin-bottom: 0.13rem;
}

.footerbg .footer .footer_l ul li img{
    display: inline-block;
    width: 0.23rem;
    height: 0.23rem;
    margin-right: 0.07rem;
}


.footerbg .footer .flogo{
    float: right;
    width: 42.8%;
    margin-top: 0.42rem;

}

.footerbg .footer .flogo img{
    display: block;
    width: 100%;
    height: auto;
}



.footerbg .footer .ewm{
    float: right;

}

.footerbg .footer .ewm ul li{
    float: left;
    margin-left: 0.3rem;
    width: 1.1rem;

}

.footerbg .footer .ewm ul li img{
    display: block;
    width: 1.1rem;
    height: 1.1rem;

}

.footerbg .endbg{
    width: 100%;
    margin: 0 auto;
    height: 0.72rem;
    line-height: 0.72rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footerbg .endbg .end{
    margin: 0 auto;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    font-family: "PingFang SC";
}

.footerbg .endbg .end a{
    font-size: 0.14rem;
    color: #fff;
    font-family: "PingFang SC";
    display: inline-block;
}



@media (max-width: 980px){
    .footerbg{
        width: 100%;
        margin: 0rem auto 0 auto;
        background: #983e3d;
        height: auto;
        background-size: cover;
        position: relative;
    }

    .footerbg::after{
        position: absolute;
        left: 0;
        top: -0.6rem;
        width: 100%;
        height: 0.8rem;
        content: "";
        background:  url(../images/footerbg1.png) no-repeat top center;
        background-size: 100%;
    }
    
    .footerbg .footer{
        padding-top: 0.5rem;
        margin: 0 auto;
        height: auto;
    }

    .footerbg .footer .f_cont{
        float: none;
        width: 100%;
    }
    
    .footerbg .footer .footer_l{
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    
    
    .footerbg .footer .footer_l .tel img{
        display: block;
        float: left;
        width: 0.39rem;
        height: 0.39rem;
        margin-right: 0.1rem;
        margin-top: 0.05rem;
    
    
    }
    
    .footerbg .footer .footer_l .tel span{
        display: block;
        float: left;
    }
    
    .footerbg .footer .footer_l .tel span i{
        display: block;
        font-size: 0.24rem;
    }
    
    .footerbg .footer .footer_l .tel span em{
        display: block;
        font-size: 0.24rem;
    }
    
    .footerbg .footer .footer_l ul {
        margin-top: 0.15rem;
    
    }
    
    .footerbg .footer .footer_l ul li{
        font-size: 0.24rem;
        margin-bottom: 0.13rem;
    }
    
    .footerbg .footer .footer_l ul li img{
        display: inline-block;
        width: 0.33rem;
        height: 0.33rem;
        margin-right: 0.07rem;
    }


    .footerbg .footer .flogo{
        float: none;
        width: 52%;
        margin: 0.1rem auto 0.2rem auto;
    }
    
    .footerbg .footer .ewm{
        float: none;
        margin: 0.15rem auto 0.15rem  auto;
        text-align: center;
    
    }
    
    .footerbg .footer .ewm ul li{
        float: none;
        display: inline-block;
        margin: 0 0.3rem;
        width:  1rem;
    
    }
    
    .footerbg .footer .ewm ul li img{
        display: block;
        width:  1rem;
        height:  1rem;
    
    }
    
    .footerbg .endbg{
        width: 100%;
        margin: 0 auto;
        padding: 0.1rem 0;
        height: auto;
        line-height: 0.36rem;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .footerbg .endbg .end{
        margin: 0 auto;
        text-align: center;
        font-size: 0.24rem;
    }
    
    .footerbg .endbg .end a{
        font-size: 0.24rem;
    }

}



@media (min-width: 1921px){
  
    .footerbg {
      margin: -1.8rem auto 0 auto;
    }
  }

.xqtxt img{max-width:100%;    display: block;margin:0 auto;
    padding: 6px 0;}






@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}