/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -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: #c42c3b;
	color: #fff;
}

::-moz-selection {
	background-color: #c42c3b;
	color: #fff;
}

::-webkit-selection {
	background-color: #c42c3b;
	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 {
    max-width: 1920px !important;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    margin: 0 auto !important;
    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;}



@media (min-width: 1200px){
    .container,dl-container {
        width: 1200px  !important;
    }
}

.clear{
    clear: both;
}


/*top*/
.top_bg{
    width: 100%;
    margin: 0 auto;
    height: 95px;
    position: relative;
    z-index: 9;
    background: url(../images/top_bg.jpg) no-repeat center;
}

.top_bg .top_con{
    width: 1280px;
    height: 95px;
    margin: 0 auto;
    position: relative;
}

.top_bg .logo{
    position: absolute;
    left: -40px;
    top: 0px;
    background: url(../images/logo_bg.jpg) no-repeat center;
    width: 200px;
    height: 200px;
}

.top_bg .logo img{
    width: 130px;
    height: 130px;
    display: block;
    margin: 35px auto 0 auto;

}


.top_bg .t_nav{
    float: left;
    width: 1000px;
    margin-left: 230px;
} 

.top_bg .t_nav>ul>li.nav_li{
    width: 110px;
    height: 95px;
    line-height: 95px;
    position: relative;
    z-index: 5;
    float: left;
    text-align: center;
    
}

.top_bg .t_nav>ul>li.nav_li>a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top_bg .t_nav>ul>li.nav_li>a>span{
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top_bg .t_nav>ul>li.nav_li::after{
    position: absolute;
    left: 24px;
    bottom: 0px;
    content: "";
    width: 0%;
    height: 4px;
    background: #c42c3b;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top_bg .t_nav>ul>li.nav_li:hover::after{
    width: 62px;
}

.top_bg .t_nav>ul>li.nav_li:hover>a>span{
    color: #c42c3b;
}

.top_bg .t_nav>ul>li.nav_li.another::after{
    width: 62px;
}

.top_bg .t_nav>ul>li.nav_li.another>a>span{
    color: #c42c3b;
}

.t_nav ul li .submenu {
    display: none;
    position: absolute;
    top: 95px;
    left: 0px;
    background: #c42c3b;
    width: 140px;
    z-index: 999;
}

.t_nav ul li .submenu li {
    float: left;
    padding: 0;
    background: none;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.t_nav ul li .submenu>li>a {
    float: none;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    background: none;
    color: #fff;
    width: 140px;
    font-weight: normal;
    display: block;
}

.t_nav ul li .submenu li a:hover {
    background: #b82735;
    text-decoration: none;
}

.top_bg .zx{
    float: right;
    margin-top: 25px;
    margin-right: -40px;
}

.top_bg .zx a{
    display: block;
    background: url(../images/zx.png) no-repeat center;
    width: 45px;
    height: 45px;
}


/*footer*/

.footer_bg{
    width: 100%;
    height: 335px;
    margin: 0 auto;
    background: url(../images/footer_bg.jpg) no-repeat center;
}

.footer_bg .footer{
    width: 1280px;
    margin: 0 auto;
}

.footer_bg .footer .f_l{
    float: left;
    width: 260px;
    height: 335px;
    background: #353434;

}

.footer_bg .footer .f_l img{
    width: 163px;
    height: 167px;
    display: block;
    margin: 84px auto 0 auto;

}

.footer_bg .footer .f_r{
    float: right;
    width: 950px;
} 

.footer_bg .footer .f_r .f_nav{
    border-bottom: 1px solid #484646;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
}

.footer_bg .footer .f_r .f_nav ul li{
    float: left;
    width: 135px;
    text-align: center;
    position: relative;

}

.footer_bg .footer .f_r .f_nav ul li a{
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer_bg .footer .f_r .f_nav ul li::after{
    position: absolute;
    left: 33px;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer_bg .footer .f_r .f_nav ul li.on::after{
    width: 80px;
}

.footer_bg .footer .f_r .f_nav ul li:hover::after{
    width: 80px;
}

.footer_bg .footer .f_r  .f_cont{
    margin-top: 30px;
}

.footer_bg .footer .f_r  .f_cont .f_nr{
    float: left;
    width: 400px;
    margin-right: 70px;
}
 
.footer_bg .footer .f_r  .f_cont .f_nr p{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.footer_bg .footer .f_r  .f_cont .ewm{
    float: left;
    margin-top: 10px;
}

.footer_bg .footer .f_r  .f_cont .ewm ul li{
    float: left;
    margin-left: 20px;
    height: 120px;
    width: 170px;
}

.footer_bg .footer .f_r  .f_cont .ewm ul li p{
    float: left;
    font-size: 14px;
    color: #fff;
    writing-mode: tb-rl;
    letter-spacing: 2px;
    text-align: center;
    height: 120px;
}

.footer_bg .footer .f_r  .f_cont .ewm ul li img{
    float: left;
    width: 120px;
    height: 120px;
	margin-left: 10px;
}

.footer_bg .footer .f_r  .f_cont .zx{
    float: right;
    width: 60px;
    height: 120px;
    background: #c42c3b;
    line-height: 60px;
    text-align: center;
    margin-top: 10px;

}

.footer_bg .footer .f_r  .f_cont .zx a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    writing-mode: tb-rl;
    letter-spacing: 2px;
    height: 120px;
}

.end_bg{
    width: 100%;
    margin: 0 auto;
    background: #272424;
    height: 70px;
}

.end_bg .end{
    width: 1280px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
 
.end_bg .end a{
    font-size: 14px;
    color: #fff;
}

.end_bg .end img{
    vertical-align: middle;
}