﻿body {
    max-height: 999999px;
    margin: 0;
    padding: 0;
    font: normal 125% "Microsoft Yahei","Arial","Helvetica";
    background: #fff;
}
.bg1{background: #F4F4F4;}
img,ul,ol,li,dl,dd,dt,span,h1,h2,h3,h4,h5,h6,button,input {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

ul,ol,li,dl,dd,dt {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    text-decoration: none;
}





/*===header===*/

header {
    width: 100%;
    padding: 30px 0;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

header.scroll {
    height: 51px;
}

.nav-box {
    /*padding:0 80px;*/
    position: relative;
    background: url(../images/line.png)no-repeat bottom center;
}

.nav-box:after {
    content: "";
    display: block;
    clear: both;
}

.logo-box {
    display: block;
    width: 228px;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    height: 71px;
}

.logo-box img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
 margin: 5% auto;
}

.scroll .logo-box {
    top: -32px;
}

.scroll .logo-box img {
    /*height:80%;*/
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin: 5% auto;
}

.top-nav {
    width: 1200px;
    margin: 0 auto;
}

.top-nav ul {
    text-align: center;
}

.top-nav ul li {
    display: inline-block;
    width: 162px;
    padding-top: 20px;
    margin: 0 -3px;
    position: relative;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.scroll .top-nav ul>li {
    padding-top: 0;
}

.top-nav ul li button {
    display: none;
}

/*@media(max-width:1200px){*/

    /*.top-nav ul li*/

/*}*/

.top-nav ul>li ol {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 71px;
    height: 60px;
    z-index: 6;
}

.scroll .top-nav ul>li ol {
    top: 51px;
}

.top-nav ol>li {
    float: left;
    width: 131px;
}

.top-nav ol>li a {
    display: block;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
}

.top-nav ol>li:last-child a {
    border: none;
}

.top-nav ol>li a:active {
    font-weight: bold;
}

.sub_nav_bg {
    display: none;
    position: absolute;
    top: 71px;
    height: 60px;
    width: 100%;
    background: #009b74;
}

.scroll .sub_nav_bg {
    top: 51px;
}
.top-nav ul>li:nth-child(3) {
    width: 260px;
}


.top-nav ul>li>a {
    font-size: 14px;
    color: #7a7a7a;
    display: block;
    margin: 16px auto;
}

.top-nav ul>li span {
    position: absolute;
    display: block;
    height: 4px;
    width: 75px;
    bottom: -0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #98D708;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.top-nav ul>li:hover>a {
    color: #98D708;
}

.top-nav ul>li:hover span {
    bottom: -4px;
    opacity: 1;
}

.top-nav ul>li.active span {
    bottom: -4px;
    opacity: 1;
}

.menu_button {
    display: none;
    float: right;
    position: relative;
    width: 38px;
    margin-top: 18px;
}

.menu_button span {
    display: block;
    width: 60px;
    height: 5px;
    background: #169b75;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.order span:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

.order span:nth-child(2) {
    top: 17px;
    left: 0;
}

.order span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 33px;
}

.closed span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.closed span:nth-child(2) {
    display: none;
    top: 10px;
    left: 0;
}

.closed span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}



.bottom-nav {
    padding: 36px 0;
 
    margin-top: 40px;
}

.bottom-nav:after {
    content: "";
    display: block;
    clear: both;
}

.bottom-nav li {
    float: left;
}

footer{border-top: 2px solid #95D600;margin-top: 50px;background: #F5F5F5;}
.bottom-nav .foot_l{width: 370px;}
.bottom-nav .foot_r{float: right;}
.bottom-nav li b {
    display: block;
    height: 160px;
    width: 1px;
    background: rgba(0,0,0,0.1);
    border-right: 1px solid rgba(255,255,255,0.3);
}

.bottom-logo {
    text-align: center;
}

.bottom-logo a,.bottom-logo span {
    display: inline-block;
    padding: 0 10px;
    vertical-align: bottom;
}

.bottom-logo span {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 20px
}

.web-link a {
    display: block;
    color: #009b74;
    font-size: 14px;

    line-height: 28px;
}

.web-link span {
    max-width: 280px;
    line-height: 20px;
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 70px;
    margin-bottom: 20px
}

.web-link a:hover {
    text-decoration: underline;
}
.web-link2{float: right;}
.web-link2 span{margin-left: 10px;}
.store-link {
    text-align: center;
}

.store-link a {
    display: inline-block;
    margin: 7px 10px;
}

.bottom-content {
    height: 47px;
    background: #e4e4e4;
    border-bottom: 4px solid #009b74;
}

.bottom-content span {
    line-height: 47px;
    font-size: 14px;
    color: #009b74;
    letter-spacing: 3px;
}

.bottom-content ul {
    overflow: hidden;
}

.bottom-content ul li {
    float: left;
}

.bottom-content ul li a {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 47px;
}

.bottom-content ul li a:hover {
    color: #009b74;
}

.bottom-content ul li b {
    display: block;
    background: #009b74;
    width: 1px;
    height: 14px;
    margin: 18px 20px;
}

.fl{float: left;}
.fr{float: right;}

.title{text-align: center;margin-top: 60px;}
.title h3{font-size: 18px;color: #959595;font-weight: bold;}
.title span{font-size: 36px;font-weight: normal;color: #333;line-height: 30px;padding: 10px 20px;border: 2px solid #95D600;position: relative;display: inline-block;}
.title span img{position: absolute;right: -10px;top: -10px;padding: 5px;background: #fff;}
.ppjj .ppjj_b{padding: 40px 0 50px; font-size: 14px;line-height: 34px;color: #434343;margin-top: 00px;text-align: center;}
.bg1{width: 100%;height: 350px;background: url(../images/bg1.jpg) no-repeat center;}
.pro1{width: 385px;height: 420px;float: left;margin-top: 60px;margin-bottom: 60px  }
.pro1_m{margin: 0 22px ;margin-top: 60px }
.pro1 p{font-size: 18px;color: #434343;font-weight: bold;text-align: center;height: 60px;line-height: 60px;}
.bg2{width: 100%;height: 350px;background: url(../images/bg2.jpg) no-repeat center;}
.w600{width: 600px;float: left;}
.w600 .pro2{width: 385px;height: 420px;margin-top: 60px}
.w600 .pro2 p{font-size: 18px;color: #434343;font-weight: bold;text-align: center;height: 60px;line-height: 60px;}
.w600 .fr{margin-right: 20px;}
.w600 .fl{margin-left: 20px;}
/*about页面  */

.about1{padding: 40px 0 50px;}

.title2{text-align: center;margin-top: 50px;}
.title2 h3{font-size: 18px;color: #959595;font-weight: bold;}
.title2 span{font-size: 36px;font-weight: normal;color: #333;line-height: 72px;height: 72px; padding: 0px 20px;border: 2px solid #95D600;position: relative;display: inline-block;margin: 25px auto 0px}
.title2 span img{position: absolute;right: -10px;top: -10px;padding: 5px;background: #fff;}

.about_p{text-align: center;font-size: 14px;color: #434343;line-height: 34px;margin-top: 50px;margin-bottom: 0px}
.pinpai1{padding-bottom: 50px}
.pinpai_b{color: #434343;text-align: center;margin-top: 45px}
.pinpai_b h1{font-size: 24px;font-weight: bold;margin-bottom: 10px}
.pinpai_b p{font-size: 14px;line-height: 34px;}
.pinpai_b img{margin-top: 20px}
.pinpai_b2 img{margin-top: 0px}







/*prolist*/
.pronav{text-align: center;margin: 60px auto 10px}
.pronav a{font-size: 18px;color: #959595;margin: 0 10px}
.pronav .active{color: #95d600;font-weight: bold;border-bottom: 2px solid #95d600;padding-bottom: 10px;}
.prolist1{padding-top: 40px;}
.prolist1 .prolist1_b{text-align: center;width: 100%;color: #434343}
.prolist1 .prolist1_b h4{font-size: 18px;font-weight: bold;margin: 50px auto 10px}
.prolist1 .prolist1_b p{font-size: 14px;line-height: 34px;margin-bottom: 00px}
/*index*/


.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;  margin-top: 130px}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:49%; bottom:35px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:15px; height:3px; line-height:14px; text-align:center; background:#D0ED8F; cursor:pointer; }
.slideBox .hd ul li.on{ background:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:auto; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }




















