/*-----------------------------------------------------------*/
/*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: #ff8916;
	color: #fff;
}

::-moz-selection {
	background-color: #ff8916;
	color: #fff;
}

::-webkit-selection {
	background-color: #ff8916;
	color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img{
    box-sizing: content-box;
}
* {
    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;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm{box-sizing: content-box;}


.fixedNav {
    position: fixed;
    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;
}

input,button{
        outline: none;
}

@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;
    }

    
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}

.clear{
    clear: both;
}


/*top*/

.top_bg {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background: #353535;
    border-bottom: 1px solid #898989;
}

.top_bg .top_con{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.top_bg .top_con .wel{
    float: left;
}

.top_bg .top_con .wel a.wei{
    display: none;
}

.top_bg .top_con .wel a{
    float: left;
    width: 70px;
   height: 50px;
    display: block;
    border-right: 1px solid #dddddd;
}

.top_bg .top_con .wel a img{
    display: block;
    margin: 15px auto 0 auto;
}

.top_bg .top_con .wel .tel{
    float: left;
    padding: 0 20px;
    border-right: 1px solid #dddddd;
    font-size: 16px;
    color: #ff7022;
    background: url(../images/tel.png) no-repeat 20px  center;
    padding-left: 50px;
    box-sizing: content-box;
}

.top_bg .top_con .t_button{
    float: right;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #898989;
    border-left: 1px solid #898989;
    padding: 0 1.5%;

}

.top_bg .top_con .t_button a{
    color: #fff;
    font-size: 14px;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    height: 50px;
    position: relative;
    float: right;
    margin: 0 2% 0 1% ;
}


.topxunpan .xp {
    position: relative;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

.topxunpan .xp i {
    padding: 1px 6px;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    background: #ff7022;
    border-radius: 50%;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 40px;
    line-height: 40px;
    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: #ff7022;
    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: #ff7022;
}

.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;
}


/* pagetop*/

.pagetop_bg {
    width: 100%;
    margin: 0 auto;
    height: 105px;
    background: #353535;
    position: relative;
}

.pagetop{
    width: 94%;
    margin: 0 auto;
    height: 105px;
}

.pagetop .logo{
    float: left;
    margin: 21px 0 0 0;
}

.pagetop .logo img{
    width: 429px;
    height: 62px;
}


/*导航栏样式*/

.nav_bg {
    width: 60%;
    height: 105px;
    float: left;
    margin-left: 14%;
}

.menu {
    margin: 0 auto;
    height: 105px;
    position: relative;
}

.nav {
    height: 105px;
}

.nav>li {
    height: 105px;
    text-align: center;
    padding: 0 3.2%;
    float: left;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/nav_l.jpg) no-repeat right center;
}


.nav>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 105px;
}


.nav>li:hover>a{
    font-weight: bold;
}


.nav>li.another>a{
    font-weight: bold;
}

.nav .sec {
    height: 0;
    width: 130px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 105px;
    left: 0px;
    background: #ff7022;
    text-align: center;
}

.nav .sec a {
    color: #fff;
    font: 100 14px/24px "Microsoft YaHei";
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding: 0;
    margin: 0;
}

.secleft {
    width: 130px;
}

.secleft a {
    color: #000;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.secleft a:hover {
    background: #353535;
    text-decoration: none;
    color: #fff;
}


/*.nav_line {
    width: 980px;
    height: 4px;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    bottom: 4px;
}*/

.nav li.pro.non {
    background: #ff7022;
}

.nav .secs {
    height: 0;
    background: #fff;
    width: 1200px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 105px;
    left: -450px;
}


.nav .secs li.nlayer1 .nav_img {
    width: 268px;
    height: 155px;
    margin: 10px auto 0 auto;
}

.nav .secs li.nlayer1 img {
    width: 268px;
    height: 155px;
}

.nav .secs li.nlayer1 {
    float: left;
    width: 298px;
    background: none;
    margin-top: 12px;
    border-right: 1px solid #cccccc;
    height: 400px;
    overflow: hidden;
}

.nav .secs li.nlayer1:nth-child(4) {
    border-right: none;
}

.nav .secs li.nlayer1>a {
    text-align: center;
    width: 268px;
    line-height: 34px;
    height: 34px;
    background: #f2f2f2;
    margin-left: 15px;
    color: #333;
}

.nav .secs li.nlayer1 a.a {
    background: #d9d9d9;
    margin: 10px auto 0 auto;
    display: block;
}

.nav .secs .nlayer2 {
    width: 268px;
    margin-left: 15px;
    position: relative;
}

.nav .secs .nlayer2 a {
    margin-top: 7px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #f2f2f2;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 14px;
    width: 268px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.nav .secs .nlayer2 span {
width: 0;
height: 30px;
background: #ff7022;
position: absolute;
left: 0;
bottom: 0;
display: block;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
z-index: -1;
}

.nav .secs .nlayer2 a:hover span{
    width: 100%;
}

.nav .secs .nlayer2 a:hover{
    color: #fff;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


.sou {
    overflow: hidden;
    position: absolute;
    right: 2%;
    top: 0px;
    width: auto;
    height: 80px;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    z-index: 999;
  }
  .nav__cb {
    z-index:1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
  .nav__content {
    position: relative;
    width: 100px;
    height: 100%;
    -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
    transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
  }
  .nav__content  input{
    display: none;
    margin-top: 35px;
  }
  .nav__content button{
    width: 0;
    height: 45px;
    background: #fff url(../images/sou.png) center no-repeat;
    position: absolute;
    right: 110px;
    top: 27%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    border: 0;
  }
  
  .nav__cb:checked ~ .nav__content {
    -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
    width: 360px;
  }
  .nav__cb:checked ~ .nav__content input{
    width: 98%;
    height: 50px;
    display: block;
    padding-left: 2%;
    font-size: 14px;
    color: #444;
  }
  .nav__cb:checked ~ .nav__content button{
    width: 50px;
  }
  .nav__items {
    position: relative;
    width: 280px;
    height: 100%;
    padding-left: 20px;
    padding-right: 110px;
    list-style-type: none;
    font-size: 0;
  }
  .nav__item {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    text-align: center;
    color: #6C7784;
    font-size: 14px;
    line-height: 90px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
  .nav__item:hover {
    color: #00bdea;
  }
  .nav__item-text {
    display: block;
    height: 100%;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
  }
  .nav__cb:checked ~ .nav__content .nav__item-text {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
    transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
  }
  .nav__item:nth-child(1) .nav__item-text {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .nav__cb:checked ~ .nav__content .nav__item:nth-child(1) .nav__item-text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav__item:nth-child(2) .nav__item-text {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .nav__cb:checked ~ .nav__content .nav__item:nth-child(2) .nav__item-text {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .nav__item:nth-child(3) .nav__item-text {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .nav__cb:checked ~ .nav__content .nav__item:nth-child(3) .nav__item-text {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .nav__item:nth-child(4) .nav__item-text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav__cb:checked ~ .nav__content .nav__item:nth-child(4) .nav__item-text {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .nav__btn {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background:  url(../images/sou.png) center no-repeat;

  }

  @media (max-width: 1660px) {
    .nav_bg {
        margin-left: 4%;
    }
    .nav > li {
        padding: 0 2.5%;;
    }
  }

/*******平板********/
@media (max-width: 1400px) {
    .nav_bg {
        margin-left: 4%;
    }
    .nav > li {
        padding: 0 2.2%;
    }

}

@media (max-width: 1300px) {
    .nav_bg {
        margin-left: 4%;
    }
    .nav > li {
        padding: 0 2%;
    }
}



/*footer*/

.footer_bg{
    width: 100%;
    height: 287px;
    margin: 0 auto;
    background: url(../images/footer_bg.jpg) no-repeat center;
    overflow: hidden;
}

.footer_bg .footer{
   width: 1200px;
   margin: 0 auto;
   padding-top: 40px;
}

.footer_bg .footer .f_l{
    float: left;
    width: 670px;
}

.footer_bg .footer .f_l dl{
    float: left;
    width: 146px;
    margin-right: 20px;
}

.footer_bg .footer .f_l dl dt{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;

}

.footer_bg .footer .f_l dl dt span{
    font-size: 24px;
}

.footer_bg .footer .f_l dl dd a{
    font-size: 14px;
    color: #999899;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.footer_bg .footer .f_r{
    float: right;
    width: 420px;
}

.footer_bg .footer .f_r p{
    font-size: 14px;
    color: #999899;
    line-height: 36px;
}

.footer_bg .footer .f_r p a{
    font-size: 14px;
    color: #999899;
}

.footer_bg .footer .f_r p img{
    vertical-align: middle;
    margin: 0 2px;
}
.footer_bg .footer .f_r p.f_img{
    margin-top: 20px;
}