/*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: #da251d;

	color: #fff;

}



::-moz-selection {

	background-color: #da251d;

	color: #fff;

}



::-webkit-selection {

	background-color: #da251d;

	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: #da251d;

}

.container {

    width: 1180px;

    height: auto;

    margin: 0 auto;

}



/* header start */

.topbar {

    width: 100%;

    height: 32px;

    background-color: #fafafa;

}

.topbar .xp {

    float: right;

    line-height: 32px;

    color: #808080;

}

.topbar .xp i {

    font-weight: bold;

    color: #619606;

}

.navbox {

    width: 100%;

    min-width: 1180px;

    margin-top: 0.1px;

    height: 129px;

    background-color: #fff;

  }

  .navbox .leftlogo {

    width: 175px;

    height: 90px;

    float: left;

    margin-top: 28px;

  }

  .menubox {

    position: relative;

    width: 970px;

    height: 129px;

    float: left;

    margin-left: 30px;

  }

  .menubox ul {

    width: 100%;

    height: 129px;

    margin: 0 auto;

  }

  .menubox ul .nav-item {

    z-index: 1;

    position: relative;

    float: left;

    max-width: 200px;

    height: 129px;

    padding: 0 28px;

    line-height: 129px;

    text-align: center;

    font-size: 16px;

  }

  .menubox ul .nav-item::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #262626;

    z-index: -1;

    opacity: 0;

    -webkit-transform: scale3d(0.1, 1, 1);

    transform: scale3d(0.1, 1, 1);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

    transition: transform 0.4s, opacity 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  }

  .menubox ul .nav-item:hover a,

  .menubox ul .nav-item.another a {

    color: #fff;

  }

  .menubox ul .nav-item:hover::before,

  .menubox ul .nav-item.another::before {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    background-color: #da251d;

  }

  .menubox ul .nav-item:hover > a span,

  .menubox ul .nav-item.another > a span {

    color: #fff;

  }

  .menubox ul .nav-item a {

    display: block;

    height: 89px;

    line-height: 129px;

    text-align: center;

    font-size: 16px;

    color: #333;

    overflow: hidden;

  }

  .menubox ul .nav-item a:hover {

    color: #fff;

  }

  .menubox ul .nav-item > a {

    padding-top: 40px;

    line-height: 27px;

    text-transform: uppercase;

  }

  .menubox ul .nav-item > a span {

    font-size: 12px;

    color: #999;

  }

  .menubox ul .nav-item > ul {

    position: absolute;

    top: 129px;

    left: 50%;

    width: 100%;

    height: 0;

    visibility: hidden;

    transform: translateX(-50%);

    perspective: 500px;

  }

  .menubox ul .nav-item > ul li {

    position: relative;

    width: 100%;

    height: 50px;

    box-sizing: border-box;

    transform: rotateY(90deg);

    transition: transform .4s, opacity .5s;

    opacity: 0;

    background-color: #da251d;

  }

  .menubox ul .nav-item > ul li:nth-child(1) {

    transition-delay: 0ms;

  }

  .menubox ul .nav-item > ul li:nth-child(2) {

    transition-delay: 100ms;

  }

  .menubox ul .nav-item > ul li:nth-child(3) {

    transition-delay: 200ms;

  }

  .menubox ul .nav-item > ul li:nth-child(4) {

    transition-delay: 300ms;

  }

  .menubox ul .nav-item > ul li:nth-child(5) {

    transition-delay: 400ms;

  }

  .menubox ul .nav-item > ul li:nth-child(6) {

    transition-delay: 500ms;

  }

  .menubox ul .nav-item > ul li:nth-child(7) {

    transition-delay: 600ms;

  }

  .menubox ul .nav-item > ul li:nth-child(8) {

    transition-delay: 700ms;

  }

  .menubox ul .nav-item > ul li:nth-child(9) {

    transition-delay: 800ms;

  }

  .menubox ul .nav-item > ul li:nth-child(10) {

    transition-delay: 900ms;

  }

  .menubox ul .nav-item > ul li:nth-child(11) {

    transition-delay: 1000ms;

  }

  .menubox ul .nav-item > ul li:nth-child(12) {

    transition-delay: 1200ms;

  }

  .menubox ul .nav-item > ul li::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #262626;

    z-index: -1;

    opacity: 0;

    -webkit-transform: scale3d(1, 0.1, 1);

    transform: scale3d(1, 0.1, 1);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

    transition: transform 0.4s, opacity 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  }

  .menubox ul .nav-item > ul li:hover::before {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  .menubox ul .nav-item > ul li a {

    position: relative;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #333;

  }

  .menubox ul .nav-item > ul li.drop > a {

    padding-right: 10px;

    padding-left: 0px;

    background-image: url('../images/drop.png');

    background-repeat: no-repeat;

    background-position: 96px center;

    box-sizing: border-box;

  }

  .menubox ul .nav-item > ul li:hover > a:link::after,

  .menubox ul .nav-item > ul li:hover > a:visited::after {

    height: 248%;

  }

  .menubox ul .nav-item > ul li > dl {

    position: absolute;

    left: 107px;

    top: 0;

    width: 100%;

    height: 0;

    visibility: hidden;

    perspective: 500px;

  }

  .menubox ul .nav-item > ul li > dl dd {

    position: relative;

    width: 100%;

    background-color: #da251d;

    height: 50px;

    transform: rotateY(90deg);

    transition: transform .4s, opacity .5s;

    opacity: 0;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(1) {

    transition-delay: 0ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(2) {

    transition-delay: 100ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(3) {

    transition-delay: 200ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(4) {

    transition-delay: 300ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(5) {

    transition-delay: 400ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(6) {

    transition-delay: 500ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(7) {

    transition-delay: 600ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(8) {

    transition-delay: 700ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(9) {

    transition-delay: 800ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(10) {

    transition-delay: 900ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(11) {

    transition-delay: 1000ms;

  }

  .menubox ul .nav-item > ul li > dl dd:nth-child(12) {

    transition-delay: 1200ms;

  }

  .menubox ul .nav-item > ul li > dl dd::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #262626;

    z-index: -1;

    opacity: 0;

    -webkit-transform: scale3d(1, 0.1, 1);

    transform: scale3d(1, 0.1, 1);

    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

    transition: transform 0.4s, opacity 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  }

  .menubox ul .nav-item > ul li > dl dd:hover::before {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

  .menubox ul .nav-item > ul li > dl dd a {

    position: relative;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #333;

  }

  .menubox ul .nav-item > ul li:hover > dl {

    height: auto;

    visibility: visible;

    opacity: 1;

  }

  .menubox ul .nav-item > ul li:hover > dl dd {

    transform: rotateY(0);

    opacity: 1;

  }

  .menubox ul .nav-item:hover > ul {

    height: auto;

    visibility: visible;

  }

  .menubox ul .nav-item:hover > ul li {

    transform: rotateY(0);

    opacity: 1;

  }

/* header end */



/* footer start */

.footer {

    width: 100%;

    min-width: 1180px;

    height: 290px;

    overflow: hidden;

    background: url('../images/footer_bg.jpg') center center no-repeat;

  }

  .footer .footerlogo {

    margin-top: 20px;

    text-align: center;

  }

  .footer .copyright {

    margin-top: 14px;

    text-align: center;

    font-size: 14px;

    color: #a4a4a4;

    line-height: 14px;

  }

  .footer .copyright a {

    color: #a4a4a4;

  }

  .footer .copyright a:hover {

    color: #da251d;

  }

  .footer .wjdh {

    display: block;

    margin: 0 auto;

    margin-top: 16px;

    margin-bottom: 16px;

    text-align: center;

    line-height: 20px;

    color: #a4a4a4;

  }

  .footer .wjdh img {

      vertical-align: top;

  }

  .footer .wjdh a {

      color: #a4a4a4;

  }

  .footer .wjdh a:hover {

      color: #da251d;

  }

  .footer .infobox {

    margin-top: 6px;

    height: 111px;

  }

  .footer .infobox .telbox {

    float: left;

    margin-top: 16px;

    width: 163px;

  }

  .footer .infobox .telbox img {

    display: block;

    float: left;

  }

  .footer .infobox .telbox .textbox {

    float: left;

    margin-left: 8px;

    color: #a4a4a4;

  }

  .footer .infobox .telbox .textbox .text {

    line-height: 14px;

    font-size: 14px;

  }

  .footer .infobox .telbox .textbox .num {

    margin-top: 4px;

    line-height: 17px;

    font-size: 17px;

  }

  .footer .infobox .faxbox {

    float: left;

    margin-top: 16px;

    width: 163px;

    margin-left: 56px;

  }

  .footer .infobox .faxbox img {

    display: block;

    float: left;

  }

  .footer .infobox .faxbox .textbox {

    float: left;

    margin-left: 8px;

    color: #a4a4a4;

  }

  .footer .infobox .faxbox .textbox .text {

    line-height: 14px;

    font-size: 14px;

  }

  .footer .infobox .faxbox .textbox .num {

    margin-top: 4px;

    line-height: 17px;

    font-size: 17px;

  }

  .footer .infobox .sitebox {

    float: left;

    margin-top: 16px;

    float: right;

    width: 394px;

  }

  .footer .infobox .sitebox img {

    display: block;

    float: left;

  }

  .footer .infobox .sitebox .textbox {

    float: left;

    margin-left: 8px;

    color: #a4a4a4;

  }

  .footer .infobox .sitebox .textbox .text {

    line-height: 14px;

    font-size: 14px;

  }

  .footer .infobox .sitebox .textbox .num {

    margin-top: 4px;

    line-height: 17px;

    font-size: 17px;

  }

  .footer .infobox .wechatbox {

    width: 111px;

    height: 111px;

    float: left;

    margin-left: 152px;

  }

  .footer .infobox .wechatbox img {

    width: 111px;

    height: 111px;

  }

/* footer end */

