<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Generated by wjdhcms 3.0 */

@charset "utf-8";



::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: #E2E2E2;

}



::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}



 ::selection {

	background-color: #a00711;

	color: #fff;

}



::-moz-selection {

	background-color: #a00711;

	color: #fff;

}



::-webkit-selection {

	background-color: #a00711;

	color: #fff;

}

* {

    padding: 0;

    margin: 0;

    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

}



body {

    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

    color: #333;

    margin: 0;

    line-height: 1.5;

}



:focus {

    outline: 1;

}



article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary {

    display: block;

}



a {

    color: #333;

    text-decoration: none;

}



a:link,

a:hover,

a:active,

a:visited {

    text-decoration: none;

}



ins {

    background-color: #ff9;

    color: #000;

    text-decoration: none;

}



mark {

    background-color: #ff9;

    color: #000;

    font-style: italic;

    font-weight: bold;

}



del {

    text-decoration: line-through;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #cccccc;

    margin: 1em 0;

    padding: 0;

}



input,

select {

    vertical-align: middle;

}



li,

ul {

    list-style-type: none;

}



img {

    border: none;

}



input,

textarea {

    outline: 0;

    border: 0;

}



textarea {

    resize: none;

}



h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}

.fixedNav {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

}



.ellipsis {

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.clear::after {

    content: '';

    display: block;

    width: 0;

    height: 0;

    clear: both;

    overflow: hidden;

}

a {

    transition: all .2s;

}

a:hover {

    color: #a00711;

}

.container {

    width: 1200px;

    height: auto;

    margin: 0 auto;

}



/* header start */

.topxunpan {

    width: 100%;

    height: 50px;

    box-sizing: border-box;

    background-color: #fff;

    border-bottom: 1px solid #f5f5f5;

  }

  .topxunpan .leftwelcome {

    width: 360px;

    height: 49px;

    float: left;

    line-height: 49px;

    color: #b3b3b3;

    font-size: 14px;

  }

  .topxunpan .leftwelcome img {

    margin-right: 8px;

  }

  .topxunpan .leftwelcome span {

    color: #a00711;

  }

  .topxunpan .xp {

    position: relative;

    width: auto;

    float: right;

    line-height: 42px;

    color: #b3b3b3;

    font-size: 14px;

    cursor: pointer;

  }

  .topxunpan .xp img {

    position: relative;

    top: 2px;

    margin-right: 2px;

  }

  .topxunpan .xp i {

    position: relative;

    top: 2px;

    display: inline-block;

    width: 20px;

    height: 20px;

    line-height: 18px;

    color: #fff;

    text-align: center;

    font-size: 20px;

    box-sizing: border-box;

    border-radius: 4px;

    background-color: #a00711;

  }

  .topxunpan .xp #xunpantip {

    z-index: 999;

    position: absolute;

    top: 35px;

    left: 50%;

    width: 180px;

    height: 49px;

    line-height: 49px;

    text-align: center;

    color: #fff;

    font-size: 14px;

    -webkit-transform: translateX(-50%) scale(0);

    -moz-transform: translateX(-50%) scale(0);

    -o-transform: translateX(-50%) scale(0);

    -ms-transform: translateX(-50%) scale(0);

    transform: translateX(-50%) scale(0);

    -webkit-transition: transform .4s, opacity .4s;

    -moz-transition: transform .4s, opacity .4s;

    -o-transition: transform .4s, opacity .4s;

    -ms-transition: transform .4s, opacity .4s;

    transition: transform .4s, opacity .4s;

    background-color: #6f050c;

    border-radius: 4px;

    opacity: 0;

    font-weight: bold;

    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);

  }

  .topxunpan .xp #xunpantip::after {

    content: '';

    position: absolute;

    top: -16px;

    left: 50%;

    width: 0;

    height: 0;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    border: 8px solid transparent;

    border-bottom-color: #6f050c;

  }

  .topxunpan .xp #xunpantip.xunpantextactive {

    -webkit-transform: translateX(-50%) scale(1);

    -moz-transform: translateX(-50%) scale(1);

    -o-transform: translateX(-50%) scale(1);

    -ms-transform: translateX(-50%) scale(1);

    transform: translateX(-50%) scale(1);

    opacity: 1;

  }

  .topxunpan .rightmess {

    width: 435px;

    height: 49px;

    float: right;

  }

  .topxunpan .rightmess .topcontact {

    width: 280px;

    line-height: 49px;

  }

  .topxunpan .rightmess .topcontact img {

    position: relative;

    top: -1px;

    vertical-align: middle;

  }

  .topxunpan .rightmess .topcontact a {

    margin-right: 10px;

    color: #b3b3b3;

  }

  .topxunpan .rightmess .topcontact a:hover {

    color: #a00711;

  }

  .header .topbar {

    position: relative;

    height: 140px;

  }

  .header .topbar .leftlogo {

    width: 852px;

    float: left;

    margin-top: 32px;

  }

  .header .topbar .leftlogo h1 {

    width: 240px;

    float: left;

    margin-top: 4px;

  }

  .header .topbar .leftlogo .slogan {

    width: 360px;

    float: left;

    margin-top: 10px;

    margin-left: 18px;

    padding-left: 20px;

    box-sizing: border-box;

    background: url('../images/slogan_bg.png') 0 0 no-repeat;

  }

  .header .topbar .leftlogo .slogan .first {

    font-weight: bold;

    font-size: 22px;

    line-height: 22px;

    color: #a00711;

  }

  .header .topbar .leftlogo .slogan .second {

    color: #4d4d4d;

    font-size: 18px;

    line-height: 18px;

    margin-top: 12px;

  }

  .header .topbar .leftlogo .slogan .second span {

    margin-right: 14px;

  }

  .header .topbar .leftlogo .slogan .second span img {

    position: relative;

    top: 2px;

    margin-right: 4px;

  }

  .header .topbar .righttel {

    width: 245px;

    height: 140px;

    float: right;

  }

  .header .topbar .righttel .icontoptel {

    display: block;

    float: left;

    margin-top: 46px;

  }

  .header .topbar .righttel .righttelnum {

    width: 176px;

    float: left;

    margin-top: 48px;

    margin-left: 20px;

  }

  .header .topbar .righttel .righttelnum .text {

    font-size: 16px;

    line-height: 16px;

    color: #4d4d4d;

    position: relative;

  }

  .header .topbar .righttel .righttelnum .num {

    margin-top: 8px;

    font-size: 24px;

    font-weight: bold;

    line-height: 24px;

    color: #1a1a1a;

  }

  .header .navbox {

    width: 100%;

    min-width: 1200px;

    height: 50px;

    box-sizing: border-box;

    background-color: #a00711;

  }

  .header .menubox {

    position: relative;

    width: 1200px;

    height: 50px;

    margin: 0 auto;

    box-sizing: border-box;

  }

  .header .menubox ul {

    height: 50px;

  }

  .header .menubox ul .nav-item {

    z-index: 1;

    position: relative;

    float: left;

    width: 133px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    font-size: 16px;

    background: url('../images/nav_line.png') right center no-repeat;

  }

  .header .menubox ul .nav-item:last-child {

    background: none;

  }

  .header .menubox ul .nav-item a {

    display: block;

    height: 50px;

    line-height: 50px;

    text-align: center;

    font-size: 16px;

    color: #fff;

    overflow: hidden;

  }

  .header .menubox ul .nav-item a:hover {

    color: #fff;

  }

  .header .menubox ul .nav-item.another,

  .header .menubox ul .nav-item:hover {

    background: none;

  }

  .header .menubox ul .nav-item.another a,

  .header .menubox ul .nav-item:hover a {

    color: #fff;

  }

  .header .menubox ul .nav-item &gt; ul {

    position: absolute;

    top: 50px;

    width: 100%;

    height: 0;

    visibility: hidden;

    perspective: 500px;

  }

  .header .menubox ul .nav-item &gt; ul li {

    position: relative;

    width: 100%;

    height: 50px;

    box-sizing: border-box;

    transform: translateY(100px);

    transition: transform .4s, opacity .5s;

    opacity: 0;

    background-color: #a00711;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(1) {

    transition-delay: 0ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(2) {

    transition-delay: 100ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(3) {

    transition-delay: 200ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(4) {

    transition-delay: 300ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(5) {

    transition-delay: 400ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(6) {

    transition-delay: 500ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(7) {

    transition-delay: 600ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(8) {

    transition-delay: 700ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(9) {

    transition-delay: 800ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(10) {

    transition-delay: 900ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(11) {

    transition-delay: 1000ms;

  }

  .header .menubox ul .nav-item &gt; ul li:nth-child(12) {

    transition-delay: 1200ms;

  }

  .header .menubox ul .nav-item &gt; ul li a {

    position: relative;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #fff;

  }

  .header .menubox ul .nav-item &gt; ul li a:link,

  .header .menubox ul .nav-item &gt; ul li a:visited {

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

  }

  .header .menubox ul .nav-item &gt; ul li a:link::after,

  .header .menubox ul .nav-item &gt; ul li a:visited::after {

    content: '';

    position: absolute;

    background: none repeat scroll 0 0 #1a1a1a;

    height: 0%;

    left: 50%;

    top: 50%;

    width: 130%;

    z-index: -1;

    -webkit-transition: all .3s ease 0s;

    -moz-transition: all .3s ease 0s;

    -o-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

    transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

  }

  .header .menubox ul .nav-item &gt; ul li.drop &gt; a {

    padding-right: 18px;

    padding-left: 12px;

    background-image: url('../images/drop.png');

    background-repeat: no-repeat;

    background-position: calc(95%) center;

    box-sizing: border-box;

  }

  .header .menubox ul .nav-item &gt; ul li:hover &gt; a:link::after,

  .header .menubox ul .nav-item &gt; ul li:hover &gt; a:visited::after {

    height: 266%;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl {

    position: absolute;

    left: 196px;

    top: 0;

    width: 100%;

    height: 0;

    visibility: hidden;

    perspective: 500px;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd {

    position: relative;

    width: 100%;

    background-color: #a00711;

    height: 50px;

    transform: translateY(100px);

    transition: transform .4s, opacity .5s;

    opacity: 0;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(1) {

    transition-delay: 0ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(2) {

    transition-delay: 100ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(3) {

    transition-delay: 200ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(4) {

    transition-delay: 300ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(5) {

    transition-delay: 400ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(6) {

    transition-delay: 500ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(7) {

    transition-delay: 600ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(8) {

    transition-delay: 700ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(9) {

    transition-delay: 800ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(10) {

    transition-delay: 900ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(11) {

    transition-delay: 1000ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:nth-child(12) {

    transition-delay: 1200ms;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd a {

    position: relative;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #fff;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd a:link,

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd a:visited {

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd a:link::after,

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd a:visited::after {

    content: '';

    position: absolute;

    background: none repeat scroll 0 0 #1a1a1a;

    height: 0%;

    left: 50%;

    top: 50%;

    width: 130%;

    z-index: -1;

    -webkit-transition: all .3s ease 0s;

    -moz-transition: all .3s ease 0s;

    -o-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

    transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);

  }

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:hover &gt; a:link::after,

  .header .menubox ul .nav-item &gt; ul li &gt; dl dd:hover &gt; a:visited::after {

    height: 266%;

  }

  .header .menubox ul .nav-item &gt; ul li:hover &gt; dl {

    height: auto;

    visibility: visible;

    opacity: 1;

  }

  .header .menubox ul .nav-item &gt; ul li:hover &gt; dl dd {

    transform: translateY(0);

    opacity: 1;

  }

  .header .menubox ul .nav-item:hover &gt; ul {

    height: auto;

    visibility: visible;

  }

  .header .menubox ul .nav-item:hover &gt; ul li {

    transform: translateY(0);

    opacity: 1;

  }

  .header .menubox .move-bg {

    display: none;

    position: absolute;

    left: 0;

    top: 0;

    width: 133px;

    height: 50px;

    background-color: #1a1a1a;

    z-index: 0;

  }

  .header .menubox .move-bg::before {

    content: '';

    position: absolute;

    top: 0;

    left: 50%;

    width: 0;

    height: 0;

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

    border: 8px solid transparent;

    border-top-color: #fff;

  }

  /* header end */



/* footer start */

.footerbox {

    width: 100%;

    height: 310px;

    margin-top: 60px;

    overflow: hidden;

    background: url('../images/footer_bg.jpg') center center no-repeat;

    background-size: cover;

  }

  .footerbox .leftftnav {

    width: 656px;

    height: auto;

    float: left;

    margin-top: 60px;

  }

  .footerbox .leftftnav dl {

    width: 112px;

    height: auto;

    float: left;

    margin-right: 50px;

  }

  .footerbox .leftftnav dl dt {

    display: block;

    font-size: 18px;

    line-height: 18px;

    font-weight: bold;

    color: #fafafa;

    margin-bottom: 18px;

  }

  .footerbox .leftftnav dl dd {

    display: block;

    line-height: 14px;

    font-size: 14px;

    margin-bottom: 10px;

  }

  .footerbox .leftftnav dl dd a {

    color: #fff;

  }

  .footerbox .leftftnav dl dd a:hover {

    color: #a00711;

  }

  .footerbox .wechatbox {

    position: relative;

    width: 152px;

    height: 152px;

    float: left;

    margin-left: 20px;

    margin-top: 60px;

    background: url('../images/wechat_bg.png') center center no-repeat;

  }

  .footerbox .wechatbox img {

    position: absolute;

    width: 118px;

    height: 118px;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

  }

  .footerbox .rightinfo {

    width: 160px;

    height: auto;

    float: right;

    margin-right: 60px;

    margin-top: 60px;

  }

  .footerbox .rightinfo p {

    line-height: 32px;

    color: #fafafa;

    font-size: 14px;

  }

  .footerbox .copyright {

    height: 14px;

    margin-top: 42px;

    text-align: center;

    line-height: 14px;

    color: #f5f5f5;

  }

  .footerbox .copyright a {

    color: #f5f5f5;

  }

  .footerbox .copyright a:hover {

    color: #a00711;

  }

  .footerbox .copyright img {

    position: relative;

    top: 4px;

    margin-left: 10px;

  }

  /* footer end */



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