/*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: #2cda90;
	color: #fff;
}

::-moz-selection {
	background-color: #2cda90;
	color: #fff;
}

::-webkit-selection {
	background-color: #2cda90;
	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;
}
textarea {
    outline: 0;
    border: 0;
	    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}




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;
}

/* pagetop*/

.top_bg{
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background: #2cda90;
}

.top_bg .top{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.pagetop{
    width: 100%;
    margin: 0 auto;
    height: 162px;
    background: #f3fffc;
}

.pagetop .top_nr{
    width: 1200px;
    margin: 0 auto;
    height: 162px;
}


/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    height: 40px;
    position: relative;
    margin: 63px auto 0 auto;
    float: left;
}


.topxunpan .xp {
    position: relative;
    float: right;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    letter-spacing: 1px;
}

.topxunpan .xp img {
    position: relative;
    top: 4px;
    margin-right: 2px;
    vertical-align:inherit;
}

.topxunpan .xp i {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}

.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: #2cda90;
    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: #2cda90;
}

.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;
}


.top_nr .top_c{
    float: left;
    margin: 50px 0 0 250px;
    position: relative;
}

.top_nr .top_c .logo{
    float: left;
    width: 84px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.top_nr .top_c .logo img{
    width: 84px;
    height: 52px;
    vertical-align:inherit;
}

.top_nr .top_c .name{
    float: left;
    margin: 8px 0 0 110px;
}

.top_nr .top_c .name a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    letter-spacing: 4px;
}

.top_nr .top_c .name span{
    font-size: 12px;
    color: #333;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    display: block; 
    text-transform: uppercase;
}

.top_nr .tel{
    float: right;
    margin-top: 60px;
}

.top_nr .tel span{
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    background: url(../images/tel.png) no-repeat 10px center;
    padding-left: 50px;
    display: block;
}

.top_nr .tel p{
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    line-height: 35px;
}

/*导航栏样式*/

.nav_bg {
    height: 50px;
    margin: 0 auto;
    width: 100%;
    background: #2cda90;
}

.menu {
    width: 1200px;
    margin:0 auto;
    height: 50px;
    position: relative;
}

.nav {
    height: 50px;
}

.nav>li {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 133px;
    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

}


.nav li a {
    display: block;
    line-height: 50px;
    color: #333;
    height: 50px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}


.nav>li:hover {
    background: #f49309;
}

.nav>li:hover>a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.nav>li.another {
    background: #f49309;
}

.nav>li.another>a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.nav .sec {
    height: 0;
    width: 133px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 50px;
    left: 0px;
    background: #2cda90;
    text-align: center;
}

.nav .sec a {
    color: #fff;
    font: 100 14px/24px "Microsoft YaHei";
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
}

.secleft {
    width: 133px;
}

.secleft a {
    color: #000;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.secleft a:hover {
    background: #f49309;
    text-decoration: none;
    color: #fff;
}


/*.nav_line {
    width: 980px;
    height: 4px;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    bottom: 4px;
}*/

.nav li.pro.non {
    background: #2cda90;
}

.nav .secs {
    height: 0;
    background: #fff;
    width: 1200px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 50px;
    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;
    min-height: 650px;
}

.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;
}

.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;
}

.nav .secs .nlayer2 a:hover {
    background: #2cda90;
    color: #fff;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}



/* footer*/

.footer_bg{
    width: 100%;
    margin: 0 auto;
    height: 320px;
    background: #333;
}

.footer_bg .footer{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    margin-bottom: 77px;
}

.footer_bg .footer .f_l{
   width: 132px;
   height: 103px;
   float: left;
   background: #fff; 
   margin-top: 10px;
}

.footer_bg .footer .f_l p{
    float: left;
    width: 20px;
    height: 98px;
    text-align: center;
    line-height: 30px;
    padding: 5px 0 0 5px;
}

.footer_bg .footer .f_l img{
    width: 89px;
    height: 89px;
    margin: 7px;
    display: block;
    float: right;
}

.footer_bg .footer .f_c{
    float: left;
    margin-left: 25px;
}

.footer_bg .footer .f_c p{
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
}

.footer_bg .footer .f_c p a{
    font-size: 14px;
    color: #ccc; 
    margin: 0 5px;
}

.footer_bg .footer .f_c p img{
    margin: 0 5px;
}

.footer_bg .footer .f_c p i{
    font-size: 12px;
}

.footer_bg .footer .f_c p span{
    font-weight: bold;
}

.footer_bg .footer .f_r{
    width: 680px;
    float: right;
}

.footer_bg .footer .f_r dl {
    width: 120px;
    float: left;
    margin: 0px 0px 0 50px;
    padding: 0px;

}

.footer_bg .footer .f_r dl dt {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer_bg .footer .f_r dl dd a {
    font-size: 12px;
    color: #ccc;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.footer_bg .end_bg{
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background: #000;

}

.footer_bg .end_bg .end{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.footer_bg .end_bg .end a{
    font-size: 14px;
    color: #ccc;
}