/*-----------------------------------------------------------*/

/*copyright by 动力无限  www.btoe.cn*/

/*邮箱 btoe@btoe.cn*/

/*合作电话 400-0599-360*/

/*版权所有违者必究*/

/*-----------------------------------------------------------*/





/*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: #eac195;

    color: #fff;

}



::-moz-selection {

    background-color: #eac195;

    color: #fff;

}



::-webkit-selection {

    background-color: #eac195;

    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;

}



*:before, *:after {

    box-sizing: content-box;

}



: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;

    resize: none;

}



.wjdh-ico1, .wjdh-ico2 {

    vertical-align: middle;

}





h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}



.fixedNav {

    position: fixed !important;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);

}





html {

    cursor: url(../images/cur.png),

    default;

}



a {

    cursor: url(../images/Acur.png),

    default;

}



textarea {

    animation: animated 1s infinite;

    -moz-animation: animated 1s infinite;

    -webkit-animation: animated 1s infinite;

    -o-animation: animated 1s infinite;



}



input[type="text"] {

    animation: animated 1s infinite;

    -moz-animation: animated 1s infinite;

    -webkit-animation: animated 1s infinite;

    -o-animation: animated 1s infinite;

}



input[type="button"] {

    cursor: url(../images/Acur.png),

    default !important;

}



@keyframes animated {

    0% {

        cursor: url('../images/Pcuro1.png'),

        auto;

    }



    8.8% {

        cursor: url('../images/Pcuro2.png'),

        auto;

    }



    17.6% {

        cursor: url('../images/Pcuro3.png'),

        auto;

    }



    26.4% {

        cursor: url('../images/Pcuro4.png'),

        auto;

    }



    35.2% {

        cursor: url('../images/Pcuro5.png'),

        auto;

    }



    44% {

        cursor: url('../images/Pcuro6.png'),

        auto;

    }



    52.8% {

        cursor: url('../images/Pcuro7.png'),

        auto;

    }



    61.6% {

        cursor: url('../images/Pcuro8.png'),

        auto;

    }



    70.4% {

        cursor: url('../images/Pcuro9.png'),

        auto;

    }



    79.2% {

        cursor: url('../images/Pcuro10.png'),

        auto;

    }



    88% {

        cursor: url('../images/Pcuro11.png'),

        auto;

    }



    100% {

        cursor: url('../images/Pcuro12.png'),

        auto;

    }





}



.clear {

    clear: both;

}



.left {

    float: left;

}



.right {

    float: right;

}



.between {

    width: 1200px;

    margin: 0 auto;

}



.between-1 {

    width: 1200px;

    margin: 0 auto;

    position: relative;

}

.header-top{

    width: 100%;

    height: 1px;

}

    /*header*/

.header {

    position: absolute;

    top: 0;

    height: 100px;

    width: 100%;

    left: 0;

    background: rgba(20, 20, 20, .5);

    cursor: auto;

	z-index:2;

}



.logo {

    margin-top: 14px;

}





/*nav*/

.nav_box {

    float: right;

    margin-top: 25px;

}



.menubox {

    position: relative;

    height: 40px;

    margin: 0 auto;

}



.menubox ul .nav-item {

    z-index: 1;

    position: relative;

    float: left;

    max-width: 200px;

    height: 40px;

    padding: 0 19px;

    line-height: 40px;

    text-align: center;

    font-size: 16px;

}



.menubox ul .nav-item::before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -32px;

    width: 64px;

    height: 1px;

    background: #eac195;

    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.another a {

    color: #eac195;

}



.menubox ul li:hover a {

    color: #eac195 !important;

}





.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);

}



.menubox ul .nav-item a {

    display: block;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 16px;

    color: #fff;

    overflow: hidden;

}



.menubox ul .nav-item a:hover {

    color: #fff;

}



.menubox ul .nav-item > ul {

    position: absolute;

    top: 40px;

    left: 50%;

    width: 130px !important;

    height: 0;

    visibility: hidden;

    transform: translateX(-50%);

    perspective: 500px;

    z-index: 999;

}



.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: #333;

}



.menubox ul .nav-item > ul li a {

    color: #fff !important;

}



.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: #eac195;

    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: #fff;

}



.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: 120px center !important;

    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: 130px !important;

    top: 0;

    width: 215px !important;

    height: 0;

    visibility: hidden;

    perspective: 500px;

}



.menubox ul .nav-item > ul li > dl dd {

    position: relative;

    width: 100%;

    background-color: #333;

    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: #eac195;

    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: #fff;

}



.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;

}



/*foot*/





.footer {

    width: 100%;

    background: #272727;

    height: 514px;

    padding-top: 52px;

    box-sizing: border-box;

    cursor: auto!important;

}



.footer .content {

    width: 100%;

    height: 100%;

    overflow: hidden;

}



.footer .center {

    width: 1200px;

    margin: 0 auto;

}



.footer .center .bottom {

    overflow: hidden;

}



.footer .center .bottom .txt {

    overflow: hidden;

    width: 68%;

    float: left;

}



.footer .center .bottom .txt li {

    float: left;

    padding: 0 60px;

    border-left: 1px solid #373737;

    box-sizing: border-box;

    height: 235px;

}



.footer .center .bottom .txt li:last-child {

    margin-right: 0;

    border-right: 1px solid #373737;

}



.footer .center .bottom .txt li p {

    font-size: 16px;

    line-height: 16px;

    margin-bottom: 32px;

    color: #fff;

    font-weight: bold;

}



.footer .center .bottom .txt li a {

    display: block;

    font-size: 14px;

    color: #676767;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    transition: .6s;

}



.footer .center .bottom .txt li a:hover {

    color: #fff;

}



.footer .center .bottom .ewm {

    width: 168px;

    height: 168px;

    float: left;

    margin-left: 13%;

}



.footer .center .bottom .ewm li {

    width: 168px;

    height: 168px;

    padding: 20px;

    background: url(../images/kuang.png) no-repeat center;

    box-sizing: border-box;

}



.footer .center .bottom .ewm li img {

    width: 100%;

    height: 100%;

    vertical-align: top;

}



.footer .qp {

    width: 100%;

    margin-top: 23px;

}



.footer .qp .infro {

    width: 1200px;

    height: 65px;

    margin: 0 auto;

    overflow: hidden;

}



.footer .qp .infro li {

    height: 65px;

    padding-left: 46px;

    position: relative;

    float: left;

    margin-right: 120px;

}



.footer .qp .infro li:last-child {

    margin-right: 0;

}



.footer .qp .infro li p {

    font-size: 14px;

    color: #676767;

    line-height: 22px;

}



.footer .qp .infro li p:nth-of-type(1) {

    line-height: 15px;

    color: #fff;

}



.footer .qp .infro li p:nth-of-type(2) {

    margin-top: 5px;

}



.footer .qp .infro li:nth-of-type(1) {

    background: url(../images/ft_icon_01.png) left top no-repeat;

}



.footer .qp .infro li:nth-of-type(2) {

    background: url(../images/ft_icon_02.png) left top no-repeat;

}



.footer .qp .infro li:nth-of-type(3) {

    background: url(../images/ft_icon_03.png) left top no-repeat;

}



.footer .qp .infro li:nth-of-type(4) {

    background: url(../images/ft_icon_04.png) left top no-repeat;

}



.footer .qp .infro li::before {

    content: '';

    width: 1px;

    height: 26px;

    background: #5a5754;

    position: absolute;

    top: 7px;

    right: -80px;

}



.footer .qp .infro li:last-child::before {

    content: '';

    width: 1px;

    height: 26px;

    background: rgba(0, 0, 0, 0);

}

.copy-x{

    line-height: 50px;

    height: 50px;

    border-top: 1px solid #373737;

    margin-top: 34px;

    text-align: center;

}

.copy-x span,

.copy-x span a{

    color: #676767;

}



.topxunpan {

    height: 50px;

    z-index: 9;

    padding-left: 25px;

    display: inline-block;

}



.topxunpan .xp {

    position: relative;

    line-height: 50px;

    color: #676767;

    font-size: 14px;

    cursor: pointer;

    text-align: center;

}

.topxunpan .xp i {

    color: #fff;

    font-size: 16px;

    border-radius: 10px;

    background: #eac195;

    padding: 1px 5px;

}



.topxunpan .xp #xunpantip {

    z-index: 999;

    position: absolute;

    top: 35px;

    left: 50%;

    width: 180px;

    height: 30px;

    line-height: 30px;

    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: #eac195;

    border-radius: 4px;

    opacity: 0;

    font-weight: bold;

    box-shadow: 5px 5px 2px #dfdfdf;

}



.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: #eac195;

}



.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;

}









.copy {

    height: 55px;

    line-height: 55px;

    color: #676767;

    text-align: center;

    border-top: 1px solid #373737;

}



.copy span img {

    vertical-align: middle;

}



.copy span {

    display: inline-block;

    height: 30px;

    line-height: 30px;

    text-align: center;

    color: #676767;

   

}



.copy span a {

    display: inline-block;

    margin-right: 10px;

    color: #676767;

    

}



.copy span a:hover {

    text-decoration: underline;

}

.copy img{

    padding: 0 5px;

	vertical-align: middle;

}





































