/*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: #1a1a1a;
	color: #fff;
}

::-moz-selection {
	background-color: #1a1a1a;
	color: #fff;
}

::-webkit-selection {
	background-color: #1a1a1a;
	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: #1a1a1a;
}
.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/* header start */
.headerbox {
    width: 100%;
    height: 204px;
    background: url('../images/header_bg.jpg') center top no-repeat;
  }
  .topxunpan {
    width: 100%;
    height: 41px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
  }
  .topxunpan .leftwelcome {
    width: 360px;
    height: 41px;
    float: left;
    line-height: 49px;
    color: #808080;
    font-size: 14px;
  }
  .topxunpan .leftwelcome img {
    margin-right: 8px;
  }
  .topxunpan .xp {
    position: relative;
    width: auto;
    float: right;
    line-height: 40px;
    color: #808080;
    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: #1a1a1a;
  }
  .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: #000000;
    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: #000000;
  }
  .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: 330px;
    height: 40px;
    float: right;
  }
  .topxunpan .rightmess .topcontact {
    width: 180px;
    line-height: 40px;
  }
  .topxunpan .rightmess .topcontact img {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  .topxunpan .rightmess .topcontact a {
    margin-right: 10px;
    color: #808080;
  }
  .topxunpan .rightmess .topcontact a:hover {
    color: #1a1a1a;
  }
  .header .topbar {
    position: relative;
    height: 114px;
  }
  .header .topbar .centerlogobox {
    z-index: 3;
    position: absolute;
    left: 50%;
    bottom: -69px;
    width: 153px;
    height: 232px;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url('../images/logo_bg.png') center center no-repeat;
  }
  .header .topbar .centerlogobox img {
    display: block;
    margin: 0 auto;
    margin-top: 58px;
  }
  .header .topbar .leftlogo {
    width: 852px;
    float: left;
    margin-top: 32px;
  }
  .header .topbar .leftlogo .slogan {
    width: 530px;
    float: left;
    margin-top: 14px;
    box-sizing: border-box;
  }
  .header .topbar .leftlogo .slogan p {
    font-size: 20px;
    line-height: 20px;
    color: #666;
  }
  .header .topbar .leftlogo .slogan p span {
    font-weight: bold;
    color: #333;
  }
  .header .topbar .righttel {
    width: 245px;
    height: 114px;
    float: right;
  }
  .header .topbar .righttel .icontoptel {
    display: block;
    float: left;
    margin-top: 30px;
  }
  .header .topbar .righttel .righttelnum {
    width: 166px;
    float: left;
    margin-top: 38px;
    margin-left: 10px;
  }
  .header .topbar .righttel .righttelnum .text {
    font-size: 14px;
    line-height: 14px;
    color: #4c4c4c;
  }
  .header .topbar .righttel .righttelnum .num {
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #1a1a1a;
  }
  .header .navbox {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    box-sizing: border-box;
    background-color: #1a1a1a;
  }
  .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: 130px;
    max-width: 200px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
  }
  .header .menubox ul .nav-item.navli5 {
    margin-left: 160px;
  }
  .header .menubox ul .nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    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);
  }
  .header .menubox ul .nav-item:hover > a,
  .header .menubox ul .nav-item.another > a {
    color: #1a1a1a;
  }
  .header .menubox ul .nav-item:hover::before,
  .header .menubox ul .nav-item.another::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #fff;
  }
  .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:hover > a {
    color: #1a1a1a;
  }
  .header .menubox ul .nav-item > ul {
    position: absolute;
    top: 49px;
    left: 50%;
    width: 100%;
    height: 0;
    visibility: hidden;
    transform: translateX(-50%);
    perspective: 500px;
  }
  .header .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: #1a1a1a;
  }
  .header .menubox ul .nav-item > ul li:nth-child(1) {
    transition-delay: 0ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(2) {
    transition-delay: 100ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(3) {
    transition-delay: 200ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(4) {
    transition-delay: 300ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(5) {
    transition-delay: 400ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(6) {
    transition-delay: 500ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(7) {
    transition-delay: 600ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(8) {
    transition-delay: 700ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(9) {
    transition-delay: 800ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(10) {
    transition-delay: 900ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(11) {
    transition-delay: 1000ms;
  }
  .header .menubox ul .nav-item > ul li:nth-child(12) {
    transition-delay: 1200ms;
  }
  .header .menubox ul .nav-item > ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    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);
  }
  .header .menubox ul .nav-item > ul li:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header .menubox ul .nav-item > ul li a {
    position: relative;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .header .menubox ul .nav-item > ul li:hover > a {
    color: #1a1a1a;
  }
  .header .menubox ul .nav-item > ul li.drop > a {
    padding-right: 18px;
    padding-left: 12px;
    background-image: url('../images/drop.png');
    background-repeat: no-repeat;
    background-position: 96px center;
    box-sizing: border-box;
  }
  .header .menubox ul .nav-item > ul li:hover > a:link::after,
  .header .menubox ul .nav-item > ul li:hover > a:visited::after {
    height: 248%;
  }
  .header .menubox ul .nav-item > ul li > dl {
    position: absolute;
    left: 91px;
    top: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    perspective: 500px;
  }
  .header .menubox ul .nav-item > ul li > dl dd {
    position: relative;
    width: 100%;
    background-color: #1a1a1a;
    height: 50px;
    transform: rotateY(90deg);
    transition: transform .4s, opacity .5s;
    opacity: 0;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(1) {
    transition-delay: 0ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(2) {
    transition-delay: 100ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(3) {
    transition-delay: 200ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(4) {
    transition-delay: 300ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(5) {
    transition-delay: 400ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(6) {
    transition-delay: 500ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(7) {
    transition-delay: 600ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(8) {
    transition-delay: 700ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(9) {
    transition-delay: 800ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(10) {
    transition-delay: 900ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(11) {
    transition-delay: 1000ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd:nth-child(12) {
    transition-delay: 1200ms;
  }
  .header .menubox ul .nav-item > ul li > dl dd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    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);
  }
  .header .menubox ul .nav-item > ul li > dl dd:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header .menubox ul .nav-item > ul li > dl dd a {
    position: relative;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .header .menubox ul .nav-item > ul li > dl dd:hover > a {
    color: #1a1a1a;
  }
  .header .menubox ul .nav-item > ul li:hover > dl {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .header .menubox ul .nav-item > ul li:hover > dl dd {
    transform: rotateY(0);
    opacity: 1;
  }
  .header .menubox ul .nav-item:hover > ul {
    height: auto;
    visibility: visible;
  }
  .header .menubox ul .nav-item:hover > ul li {
    transform: rotateY(0);
    opacity: 1;
  }
  .header .menubox .move-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 50px;
    background: #fff;
    z-index: 0;
  }
  /* header end */

.header .fixedNav .menubox ul .nav-item.navli5 {
    margin-left: 0;
}
.header .fixedNav .menubox ul .nav-item {
    width: 150px;
}

/* footer start */
.footer {
    width: 100%;
    height: 470px;
    margin-top: 60px;
    overflow: hidden;
    background: url('../images/footer_bg.jpg') center center no-repeat;
  }
  .footer .container {
    width: 1200px;
  }
  .footer .contactlist {
    width: 100%;
    height: 120px;
    margin-top: 65px;
  }
  .footer .contactlist li {
    width: 384px;
    height: 120px;
    float: left;
    margin-right: 24px;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .footer .contactlist li:last-child {
    margin-right: 0;
  }
  .footer .contactlist li .iconbox {
    display: block;
    float: left;
    margin-top: 32px;
    margin-left: 18px;
  }
  .footer .contactlist li .righttxt {
    width: 277px;
    height: auto;
    float: left;
    margin-left: 18px;
    margin-top: 32px;
  }
  .footer .contactlist li .righttxt p {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
  }
  .footer .bottomftbox {
    width: 100%;
    height: 152px;
    margin-top: 80px;
  }
  .footer .bottomftbox .leftnav {
    width: 615px;
    height: 152px;
    float: left;
    background: url('../images/footer_line.png') right center no-repeat;
  }
  .footer .bottomftbox .leftnav dl {
    width: 84px;
    height: auto;
    float: left;
    margin-right: 66px;
  }
  .footer .bottomftbox .leftnav dl dt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: bold;
  }
  .footer .bottomftbox .leftnav dl dd {
    display: block;
    line-height: 26px;
    font-size: 14px;
  }
  .footer .bottomftbox .leftnav dl dd a {
    color: #fff;
  }
  .footer .bottomftbox .rightinfobox {
    width: 512px;
    height: auto;
    float: right;
  }
  .footer .bottomftbox .rightinfobox .leftinfo {
    width: 290px;
    height: auto;
    float: left;
  }
  .footer .bottomftbox .rightinfobox .leftinfo p {
    line-height: 30px;
    color: #f5f5f5;
  }
  .footer .bottomftbox .rightinfobox .leftinfo p a {
    color: #f5f5f5;
  }
  .footer .bottomftbox .rightinfobox .leftinfo p img {
    position: relative;
    top: 2px;
  }
  .footer .bottomftbox .rightinfobox .rightwehat {
    width: 133px;
    height: 133px;
    float: right;
    position: relative;
    background: url('../images/wechat_bg.png') center center no-repeat;
  }
  .footer .bottomftbox .rightinfobox .rightwehat img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 111px;
    height: 111px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
/* footer end */