@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: #0d0d0d;
	color: #fff;
}

::-moz-selection {
	background-color: #0d0d0d;
	color: #fff;
}

::-webkit-selection {
	background-color: #0d0d0d;
	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;
}



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));
   box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}



html{
        cursor: url(../../images/img/cur.png),
        default;
}

a{
   cursor: url(../../images/img/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/img/Acur.png),
   default  !important;
}

input,button{
        outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../../images/img/Pcuro1.png'),
        auto;
    }

    8.8% {
        cursor: url('../../images/img/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../../images/img/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../../images/img/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../../images/img/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../../images/img/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../../images/img/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../../images/img/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../../images/img/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../../images/img/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../../images/img/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../../images/img/Pcuro12.png'),
            auto;
    }

    
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}




/* 询盘信息 */
.topxunpan {width: 100%;height:50px;}
.topxunpan .center{width:990px;padding-left:310px;height:49px;margin:0 auto;display:flex;justify-content: space-between;border-bottom:solid 1px #ccc;position:relative;box-sizing:content-box;}
.topxunpan .center p{font-size:12px;color:#808080;height: 49px;line-height: 49px;}
.topxunpan .center p a{display:inline-block;color:#808080;padding-right:5px;line-height:49px;padding-left:44px;box-sizing:content-box;}
.topxunpan .center p a:nth-of-type(1){background:url(../../images/img/t_icon_01.png) 20px center no-repeat;margin-right:10px;position:relative;}
.topxunpan .center p a:nth-of-type(1)::after{content:'';width:1px;height:19px;background:#bbb;position:absolute;top:15px;left:0;}
.topxunpan .center p a:hover{color:#0d0d0d;}
.topxunpan .center p:nth-of-type(1){width:auto;box-sizing:content-box;}
.topxunpan .center p:nth-of-type(1) span{color:#0d0d0d;}
.topxunpan .center p:nth-of-type(2){width:auto;float:right;text-align:right;}
.topxunpan .center .search{width:300px;height:35px;margin:7px 0;float:right;overflow:hidden;margin-left:200px;}
.topxunpan .center .search .input{width:220px;height:34px;line-height:34px;color:#9b9b9b;display:block;background:rgba(0,0,0,0);padding-left:20px;float:left;font-size:14px;box-sizing:content-box;}
.topxunpan .center .search .button{width:60px;height:34px;line-height:34px;display:inline-block;background:url(../../images/img/search.png) center center no-repeat #fff;cursor:pointer;border:none;float:right;}
.thisxp{width:170px;height: auto;}
.topxunpan .xp {position: relative;float: right;line-height: 49px;color: #808080;font-size: 12px;cursor: pointer;}
.topxunpan .xp img {position: relative;top: 2px;margin-right: 2px;}
.topxunpan .xp i {display:inline-block;margin:2px;background:#0d0d0d;color:#fff;width:20px;height:20px;line-height:20px;text-align:center;border-radius:5px;box-sizing: border-box;}
.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: 12px;-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: #0d0d0d;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: (-50%); transform: translateX(-50%); border: 8px solid transparent;border-bottom-color: #0d0d0d;}
.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 i {font-weight: normal;font-style: normal;}

.topxunpan .center h1{position:absolute;left:0;top:0;width:188px;height:93px;padding-top:17px;text-align:center;background:#9b0a0a;outline:1px solid #424242;outline-offset: -10px;}

.topxunpan .center h1 .logo{width:137px;height:76px;vertical-align:top;}




/*导航开始*/

.nav_xiala_aa{width:100%; height:110px;}
.nav_xiala_xx{width:100%; height:60px;}

.nav_xiala{ width:1300px; height:60px; margin: 0 auto;}
.nav_xiala ul{width:990px; height:60px;padding-left:310px;box-sizing:content-box;}
.nav_xiala ul li{ float:left; width:auto;margin-right:50px;height:60px;line-height:60px;text-align:center;position:relative;-webkit-transition: all .5s; transition: all .5s;}

.nav_xiala ul li:last-child{margin-right:0;}
.fixedNav .nav_xiala ul li{width:auto;}



.nav_xiala > ul > li > a{font-size:14px;display:block; color:#2b2b2b; height:60px; line-height:60px;background-size: 100% 0%;-webkit-transition: all .5s; transition: all .5s;}


.nav_xiala ul li:hover{ color:#fff;
    background-size: 100% 100%;
}

.nav_xiala ul li:hover > a{ color:#0d0d0d;background:url(../../images/img/line.png) center 40px no-repeat;}

.nav_xiala > ul > li > a:hover{background-size: 100% 100%;background:url(../../images/img/line.png) center 40px no-repeat;color:#0d0d0d;-webkit-transition: all .5s; transition: all .5s;}


.sb_txt{ width:400px; height:40px; border:1px solid #CCC; margin-top:20px;}
.sb_cont{ width:400px; height:100px; border:1px solid #CCC; margin-top:20px;}
.sb_sub{ margin-top:20px; width:100px; height:40px; background:#000; color:#FFF; cursor:pointer;}






.nav_xiala .erji_xiala{  position:absolute; top:60px; left: -20px; z-index:20;  height:0px; visibility: hidden; width: 160px; /*和一级栏目一样宽度*/ }
.nav_xiala .erji_xiala i{ display: block; opacity: 0; border-bottom:1px solid rgba(255,255,255,0.35); background:#2a3036;  position:relative;  }
.nav_xiala .erji_xiala i a{ height: 40px; line-height: 40px;  font-size:14px; display: block; color:#FFF; padding: 0 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.nav_xiala .erji_xiala i a:hover{  color:#FFF;  }
.nav_xiala .erji_xiala i:hover{background:#2a3036; }

.nav_xiala .erji_xiala i a{
     -webkit-transition: all .5s; transition: all .5s;
	background: -webkit-linear-gradient(left, #0d0d0d, #0d0d0d) no-repeat;
    background: linear-gradient(to right, #0d0d0d, #0d0d0d) no-repeat;
	background-size: 0% 100%;
}

.nav_xiala .erji_xiala i a:hover{
    background: -webkit-linear-gradient(left, #0d0d0d, #0d0d0d) no-repeat;color:#fff;
    background: linear-gradient(to right, #0d0d0d, #0d0d0d) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala ul li:hover .erji_xiala{ height:auto; visibility: visible; }

.nav_xiala .erji_xiala i{ opacity: 0; transform: rotateY(90deg); transition:.5s;}

.nav_xiala ul li:hover .erji_xiala i{ opacity: 1;  transform: rotateY(0); }

.nav_xiala ul li:hover .erji_xiala i:nth-child(1){ transition-delay: 50ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(2){ transition-delay: 100ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(3){ transition-delay: 150ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(4){ transition-delay: 200ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(5){ transition-delay: 250ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(6){ transition-delay: 300ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(7){ transition-delay: 350ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(8){ transition-delay: 400ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(9){ transition-delay: 450ms;}
.nav_xiala ul li:hover .erji_xiala i:nth-child(10){ transition-delay: 500ms;}

.nav_xiala  .erji_xiala i:nth-child(1){ transition-delay: 500ms;}
.nav_xiala  .erji_xiala i:nth-child(2){ transition-delay: 450ms;}
.nav_xiala  .erji_xiala i:nth-child(3){ transition-delay: 400ms;}
.nav_xiala  .erji_xiala i:nth-child(4){ transition-delay: 350ms;}
.nav_xiala  .erji_xiala i:nth-child(5){ transition-delay: 300ms;}
.nav_xiala  .erji_xiala i:nth-child(6){ transition-delay: 250ms;}
.nav_xiala  .erji_xiala i:nth-child(7){ transition-delay: 200ms;}
.nav_xiala  .erji_xiala i:nth-child(8){ transition-delay: 150ms;}
.nav_xiala  .erji_xiala i:nth-child(9){ transition-delay: 100ms;}
.nav_xiala  .erji_xiala i:nth-child(10){ transition-delay: 50ms;}


.nav_xiala .sanji_xiala {  width: 165px; height:0px; visibility: hidden; position: absolute; top: 0px; left:160px; /*和一级栏目一样left*/  }
.nav_xiala .sanji_xiala span{ border-bottom:1px dashed rgba(255,255,255,0.35); display: block; background:#2a3036; text-align: left; opacity: 0; }
.nav_xiala .sanji_xiala span a { height: 40px; line-height: 40px; display: block; color:#FFF; font-size:14px; padding-left: 10px; padding: 0 8px 0 15px;
    overflow: hidden;   white-space: nowrap; text-overflow: ellipsis; }
.nav_xiala .sanji_xiala span a:hover{  color:#FFF; padding-left: 25px; }


.nav_xiala .sanji_xiala span a{
    background: -webkit-linear-gradient(left, #0d0d0d, #0d0d0d) no-repeat;
    background: linear-gradient(to right, #0d0d0d, #0d0d0d) no-repeat;
    background-size: 100% 0%; -webkit-transition: all .5s; transition: all .5s;
}

.nav_xiala .sanji_xiala span a:hover{
    background: -webkit-linear-gradient(left, #0d0d0d, #0d0d0d) no-repeat;color:#fff;
    background: linear-gradient(to right, #0d0d0d, #0d0d0d) no-repeat;
    background-size: 100% 100%;
}


.nav_xiala .sanji_xiala_di{ background:url(../../images/img/liqsub_ss.png) no-repeat center; width: 7px; height: 11px; position: absolute; top: 14px; right: 5px;}

.nav_xiala .erji_xiala i:hover .sanji_xiala{ height:auto; visibility: visible; }

.nav_xiala .sanji_xiala span{ opacity: 0; transform: rotateY(90deg); transition:.5s;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span{ opacity: 1;  transform: rotateY(0); }
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1){ transition-delay: 50ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2){ transition-delay: 100ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3){ transition-delay: 150ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4){ transition-delay: 200ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5){ transition-delay: 250ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6){ transition-delay: 300ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7){ transition-delay: 350ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8){ transition-delay: 400ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9){ transition-delay: 450ms;}
.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10){ transition-delay: 500ms;}


.nav_xiala > ul > li.another{color:#0d0d0d;}
.nav_xiala > ul > li.another > a{color:#0d0d0d;background:url(../../images/img/line.png) center 40px no-repeat;position:relative;}




.fixedNav {
    position: fixed; background:#fff;
    top: 0px;
    left: 0px;
    z-index:99999;
    _position: absolute;-webkit-transition:all .5s;transition:all .5s;
    _top: expression(eval(document.documentElement.scrollTop));  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
}







/* banner 开始 */

.banner {width: 100%;height:650px;position: relative;display: block;overflow: hidden;}
.banner .nivoSlider {position: relative;width:1920px;height: 100%;text-align: center;left: 50%;margin-left: -960px;}
.banner .nivoSlider img {display: block;width: auto;margin: 0 auto;height: auto;}
.banner .nivoSlider a {border: 0;display: block;margin: 0 auto;text-align: center;width: 100%;height: 100%;}
.banner .nivo-controlNav-bg {position: absolute;
left: 0;bottom: -15px;width: 100%;height: 44px;z-index: 100;}
.banner .nivo-controlNav {position: absolute;width: 100%;bottom:20px;z-index: 101;text-align: center;}
.banner .nivo-directionNav a {position: absolute;top: 45%;z-index: 9;cursor: pointer;}
.banner .nivo-prevNav {left: 0px;}
.banner .nivo-nextNav {right: 0px;}
.banner .nivo-controlNav a {display: inline-block;width: 15px;height:15px;text-indent: -9999px;border: 0;margin: 0 8px;border-radius: 50%;cursor: pointer;background: #fff;}
.banner .nivo-controlNav a.active {background: #0d0d0d;}
.banner .nivo-directionNav a {display: block;width:36px;height:80px;background: url(../../images/img/arrows.png) no-repeat 0% 50% rgba(0,0,0,0.5);border-radius:3px;top: 50%;margin-top: -27px;}
.banner a.nivo-nextNav {background-position: 100% 50%;right: 50%;margin-right: -600px;}
.banner a.nivo-prevNav {left: 50%;margin-left: -600px;}
.banner .nivo-caption {display: none;}
.banner .nivo-caption a {color: #fff;border-bottom: 1px dotted #fff;}
.banner .nivo-caption a:hover {color: #fff;}
/*.banner .ribbon {width: 111px;height: 111px;position: absolute;top: -4px;left: -5px;z-index: 300;}*/
.banner .nivoSlider {position: relative;}
.banner .nivoSlider img {position: absolute;top: 0px;left: 0px;margin: 0 auto;}
.banner .nivoSlider a.nivo-imageLink {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;border: 0;padding: 0;margin: 0;z-index: 6;display: none;text-align: center;}
.banner .nivo-slice {display: block;position: absolute;z-index: 5;height: 100%;}
.banner .nivo-box {display: block;position: absolute;z-index: 5;}
.banner .nivo-caption {position: absolute;left: 0px;bottom: 0px;background: #000;color: #fff;opacity: 0.8;width: 100%;z-index: 8;}
.banner .nivo-caption p {padding: 5px;margin: 0;}
.banner .nivo-caption a {display: inline !important;}
.banner .nivo-html-caption {display: none;}

/* banner 结束 */








/* 底部信息 */
.footer {width: 100%;height:389px;background: url(../../images/img/ft_back.jpg) center top no-repeat;color: #fff;cursor: auto !important;overflow:hidden;}

.footer * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.footer .footerBox {width: 1200px;margin: 0 auto;}

.footer .footerBox:after {content: "";display: block;clear: both;font-size: 0;line-height: 0;}

.footer .footerBox .fontnNav {float: right;padding-top:40px;}

.footer .footerBox .fontnNav dl {float: left;height: 232px; background:url(../../images/img/ft_xian.png) left top no-repeat;padding: 2px 15px 0 45px;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 195px;overflow: hidden;}

.footer .footerBox .fontnNav dl.dl4 {width: 120px;padding-right: 0;}

.footer .footerBox .fontnNav dl dt {font-size: 16px;line-height: 36px;color: #fff;}

.footer .footerBox .fontnNav dl dt:after {content: "";display: block;width: 30px;height: 2px;background-color: #fff;margin-top: 8px;}

.footer .footerBox .fontnNav dl dd {margin-top: 5px;}

.footer .footerBox .fontnNav dl dd a {display: block;color: #808080;line-height: 36px;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:all .5s;transition:all .5s;}
  
.footer .footerBox .fontnNav dl dd a:hover {color: #fff;-webkit-transform: translateX(5px);transform: translateX(5px);-webkit-transition:all .5s;transition:all .5s;}

.footer .footerBox .footerText {width: 400px;float: left;margin: 49px 0 0 0;}

.footer .footerBox .footerText .text1 {position: relative;padding-bottom: 16px;height: 110px;}

.footer .footerBox .footerText .text1:after {content: "";display: block;clear: both;font-size: 0;line-height: 0;}

.footer .footerBox .footerText .text1:after {content: "";width: 100%;height: 1px;background-color: #272727;display: block;position: absolute;bottom: 0;left: 0;}

.footer .footerBox .footerText .text1 .ewm {float: left;margin-right: 20px;}

.footer .footerBox .footerText .text1 .ewm img {width: 110px;height: 110px;vertical-align: top;}

.footer .footerBox .footerText .text1 .t1 {font-size: 24px;font-weight: bold;line-height: 1;padding-top: 23px;}

.footer .footerBox .footerText .text1 .t2 {line-height: 1;margin-top: 23px;font-size:16px;}

.footer .footerBox .footerText .text1 .t2 i {font-size:24px;color: #fff;font-weight: bold;}

.footer .footerBox .footerText .text2 {color: #626262;line-height: 34px;margin-top: 8px;}

.footer .footerBox .footerText .text2 p:nth-of-type(1),
.footer .footerBox .footerText .text2 p:nth-of-type(2){display:none;}

.footer .copyright {height: 30px;line-height: 30px;text-align: center;color: #626262;padding: 19px 0;margin-top:34px;border-top:solid 1px #2d2d2d;}

.footer .copyright span{margin:0 5px;}

.footer .copyright a {color: #626262;}

.footer .copyright a:hover {color: #fff;}

.footer .copyright img {vertical-align: middle;max-height: 24px;margin-left: 5px;}
