<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    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: #ba1c3e;
    }
}

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

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, "PingFangSC", 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;
    src: url("../fonts/Cochin-LT-Bold.ttf") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "PingFangSC";font-weight: normal;src: url("../fonts/pingfangheiti-zhun-jian.ttf") format("woff");
    font-display: swap;
  }

.Cochin{font-family:"Cochin" }

.PingFangSC{font-family:"PingFangSC" }










.pagecontainer {
    width: 79%;
    margin: 0 auto;
    max-width: 1500px;

}

.page_container{
    width: 88%;
    margin: 0 auto;
    max-width: 1680px;
}


@media (max-width: 980px) {
    .pagecontainer {
        width: 94%;

    }

    .page_container{
        width: 94%;
    }

}







/*top*/


.top_bg{
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0px;
}


.top_bg .top_con{
    margin: 0 auto;
}


.top_bg .top_con .logo{
    float: left;
    margin-top: 0.2rem;
    width: 18.9%;
}

.top_bg .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
}


.top_bg .top_con .top_r{
    float: right;
    width: 70%;
}

.top_bg {
    background: url(../images/headbg.png);
    background-size: 100% 100%;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 291px;
}
.top_bg .top_con .top_r .top_sou{
    margin-top: 0.2rem;
    height: 0.32rem;
}

.top_bg .top_con .top_r .search{
    float: right;
    width: 2.3rem;
    height: 0.3rem;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0rem 0rem 0 0.05rem;
}

.top_bg .top_con .top_r .search .searchInp{
    float: left;
    width: 80%;
    height: 0.3rem;
    background: none;
    font-size: 0.15rem;
    color: #fff;
    padding-left: 0.05rem;
}

.top_bg .top_con .top_r .search .searchInp::placeholder{
    font-size: 0.15rem;
    color: #fff;
}

.top_bg .top_con .top_r .search .submitBtn{
    float: right;
    background: url(../images/search.png) no-repeat  center;
    width: 0.14rem;
    height: 0.14rem;
    background-size: 100%;
    margin: 0.07rem 0.18rem 0 0;
} 

.top_bg .top_con .top_r .yuyan{
    float: right;
    line-height: 0.32rem;
    font-size: 0.16rem;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.top_bg .top_con .top_r .yuyan a{
    font-size: 0.16rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.15rem;
}


/*nav*/

.nav_bg{
    width: 100%;
    margin: 0.2rem auto 0 auto;
    height: 0.3rem;
    position: relative;
    z-index: 9;
}



.nav_bg .t_nav{
    margin: 0 auto;

}

.navShow .nav_bg .t_nav{
    opacity: 0;
}


.nav_bg .t_nav&gt;ul&gt;li{
    float: left;
    height: 0.3rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 12.2%;
    box-sizing: content-box;
}


.nav_bg .t_nav&gt;ul&gt;li&gt;a{
    display: block;
}

.nav_bg .t_nav&gt;ul&gt;li&gt;a&gt;span{
    display: block;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #fff;
    -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&gt;ul&gt;li:hover&gt;a&gt;span{
    font-weight: bold;
}


.nav_bg .t_nav&gt;ul&gt;li.another&gt;a&gt;span{
    font-weight: bold;
}

.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 0.3rem;

    left: 0px;

    background: #982522;

    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&gt;li&gt;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&gt;li&gt;a:hover {

    background: #c29063;
    color: #fff !important;
    text-decoration: none;

}


.top_ico{
    position: absolute;
    right: 0px;
    top: 0.02rem;

}


.top_ico .navbtns{
    position: relative;
    width: 0.41rem;
    height: 0.29rem;
    background: url(../images/navico.png) no-repeat center;
    background-size: 100%;
}

.big-nav {
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/navbg.jpg) no-repeat center;
    background-size: cover;
    visibility: hidden;
    transition: .3s;
    width: 100%;
    height: 100%;

}


.big-nav .search{
    margin: 1.6rem auto 0 auto;
    width: 7rem;
    height: 0.6rem;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0;
}



body.navShow .big-nav .search {
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.big-nav .search .searchInp {
    float: left;
    width: 90%;
    height: 0.6rem;
    background: none;
    font-size: 0.16rem;
    color: #fff;
    padding-left: 0.1rem;
  }


  .big-nav .search .submitBtn {
    float: right;
    background: url(../images/sou1.png) no-repeat center;
      background-size: auto;
    width: 0.27rem;
    height: 0.27rem;
    background-size: 100%;
    margin: 0.17rem 0.3rem 0 0;
  }


.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: .3rem
}

.big-nav .scroll::-webkit-scrollbar {
    display: none
}

.big-nav .scroll dl {
    width: 12%;
    margin-bottom: .3rem;
    transform: translateY(1rem);
    opacity: 0;
    text-align: center;
}

.big-nav .scroll dl dt {
    font-size: .3rem;
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    position: relative;
}

.big-nav .scroll dl dt a{
    font-size: .3rem;
}

.big-nav .scroll dl dt a:hover{
    color: #fff !important;
}

.big-nav .scroll dl dt:after {
    content: '';
    height: 0.11rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/navico1.png) no-repeat center;
}

.big-nav .scroll dl dt a {
    color: #fff;
}



.big-nav .scroll dl dd ul li {
    margin-bottom: .15rem;
    font-size: .18rem;
    line-height: 1.4em
}

.big-nav .scroll dl dd ul li a {
    color: #fff;
    font-size: .2rem;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.big-nav .scroll dl dd ul li a:hover{
    color: #fff !important;
    margin-left: 0.1rem;

}

.big-nav .scroll .wp:after {
    width: 31.333%;
    display: inline-block;
    content: ''
}


body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
  }

body.navShow .big-nav .scroll dl {
    transform: translateY(0);
    opacity: 1;
}

body.navShow .big-nav .scroll dl dt:after {
    width: 100%;
    transition: width .6s 1s linear
}

body.navShow .big-nav .scroll .wp dl:nth-child(1) {
    transition: .8s .2s
}

body.navShow .big-nav .scroll .wp dl:nth-child(2) {
    transition: .8s .3s
}

body.navShow .big-nav .scroll .wp dl:nth-child(3) {
    transition: .8s .4s
}

body.navShow .big-nav .scroll .wp dl:nth-child(4) {
    transition: .8s .5s
}

body.navShow .big-nav .scroll .wp dl:nth-child(5) {
    transition: .8s .6s
}

body.navShow .big-nav .scroll .wp dl:nth-child(6) {
    transition: .8s .7s
}

body.navShow .big-nav .scroll .wp dl:nth-child(7) {
    transition: .8s .8s
}

body.navShow .big-nav .scroll .wp dl:nth-child(8) {
    transition: .8s .9s
}

body.navShow .big-nav .scroll .wp dl:nth-child(9) {
    transition: .8s 1s
}

body.navShow .big-nav .scroll .wp dl:nth-child(10) {
    transition: .8s 1.1s
}

body.navShow .big-nav .btn-link {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .8s .2s
}

.navShow{
    overflow: hidden !important;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #982522;
    padding-bottom: 0.2rem;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);
    height: auto;
}


.fixedok #fixedNav {
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #982522;
    padding-bottom: 0.2rem;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);

}

/* phone_header*/

.phone_header {
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #982522;
    position: fixed;
    z-index: 10;
}

.headerTop {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 1rem;

}

.headerTop .headerTel {
    float: left;
    margin-top: 0.1rem;
    margin-left: 0.2rem;
}

.headerTop .headerTel a {
    display: block;
}

.headerTop .headerTel a img {
    width: auto;
    height: 0.8rem;
    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/navico.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, 37, 34, 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";
    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/sou1.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: f;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.5rem;
    font-weight: bold;
    flex: auto;
}

.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: "&gt;";
    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: 980px){

    .top_bg{
        display: none;
    }

    .nav_bg{
        display: none;
    }

    .big-nav{
        display: none;
    }

    .phone_header{
        display: block;
    }
}







/*footer*/

.footerbg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/footerbg.png) no-repeat top center;
    height: 4.05rem;
    background-size: cover;
}

.footerbg .footer{
    padding-top: 1.5rem;
    margin: 0 auto;
    height: 3.2rem;
    overflow: hidden;
}

.footerbg .footer .flogo{
    float: left;
    width: 24.5%;
}

.footerbg .footer .flogo img{
    display: block;
    width: 100%;
    height: auto;
}

.footerbg .footer .f_cont{
    float: left;
    margin-left: 5%;
    width: 60%;
} 

.footerbg .footer .f_cont ul li{
    line-height: 0.55rem;
    font-size: 0.2rem;
    color: #fff;

}

.footerbg .footer .f_cont ul li a{
    font-size: 0.2rem;
    color: #fff;
}

.footerbg .footer .ewm{
    float: right;
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.2);
} 

.footerbg .footer .ewm img{
    width: 1rem;
    height: 1rem;
    margin: 0.1rem;

}

.footerbg .endbg{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
} 

.footerbg .endbg .end{
    margin: 0 auto;
    line-height: 0.8rem;
    font-size: 0.16rem;
    color: #c27d7c;
    text-align: center;
}

.footerbg .endbg .end a{
    font-size: 0.16rem;
    color: #c27d7c;
}

.footerbg .endbg .end img{
    vertical-align: middle;
}



@media (max-width: 980px){


    .footerbg{
        height: auto;
        background: url(../images/footerbg1.png) no-repeat top center;
        background-size: cover;
    }
    
    .footerbg .footer{
        height: auto;
    }
    
    .footerbg .footer .flogo{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    
    .footerbg .footer .flogo img{
        display: block;
        width: 100%;
        height: auto;
    }
    
    .footerbg .footer .f_cont{
        float: none;
        margin-left: 0%;
        margin-top: 0.2rem;
        width: 100%;
    } 
    
    .footerbg .footer .f_cont ul li{
        line-height: 0.5rem;
        font-size: 0.26rem;
        color: #fff;
        text-align: center;
    
    }
    
    .footerbg .footer .f_cont ul li a{
        font-size: 0.24rem;
        color: #fff;
    }
    
    .footerbg .footer .ewm{
        float: none;
        width: 1.2rem;
        height: 1.2rem;
        background: rgba(255, 255, 255, 0.2);
        margin: 0.2rem  auto;
    } 
    
    .footerbg .footer .ewm img{
        width: 1rem;
        height: 1rem;
        margin: 0.1rem;
    
    }
    
    .footerbg .endbg{
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    } 
    
    .footerbg .endbg .end{
        margin: 0 auto;
        line-height: 0.4rem;
        font-size: 0.24rem;
        color: #c27d7c;
        text-align: center;
        padding: 0.2rem 0;
    }
    
    .footerbg .endbg .end a{
        font-size: 0.24rem;
        color: #c27d7c;
    }
    
    .footerbg .endbg .end img{
        vertical-align: middle;
    }


}</pre></body></html>