body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
i{
    font-style: normal;
}
p{
    margin: 0;
    padding: 0;
}
.header{
    width:100%;
    height:175px;
    /* background-color: #F9F6F1;*/
}
.top-header{
    width:1200px;
    height:28px;
    margin: 0 auto;
}
.top-header span{
    font-size: 12px;
    color: #575757;
    display: inline-block;

    margin-top: 2px;
}
.top-header ul{
    width:395px;
    float:right;

}
.top-header li{
    float:left;
    margin-top: 2px;
}
.top-header li a{
    font-size: 12px;
    color:#575757;
    margin-top: 2px;
    display: inline-block;
}
.top-header li a:hover{
    color: #e4393c;
}
.topbox{
    width:100%;
    height:144px;
    background-color:#fff;
}
.lives{
    width:1200px;
    height:144px;
    margin: 0 auto;

}
.lives .lives-u1{
    width:356px;
    height:120px;
    float:left;
    text-align:center;
    margin-top: 12px;
}
.lives .jt_li{
    width:355px;
    height:106px;
    float:left;
    margin-top:38px;
}

.lives .advice{
    width:271px;
    height:120px;
    float:right;
    margin-right: 55px;
    margin-top: 24px;
}
.lives .advice img{
    float:right;
    width: 141px;
    height:48px;

}

.lives .advice .advice-l1{
    width:295px;
    height:41px;
    font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ";
    font-weight:bold;
    font-size:32px;
    float:right;
    line-height:120%;
    margin-top:5px;
    text-align:right;
    color:#007F3C;
}
.lives .advice-l2{
    float:left;
    width:315px;
    text-align:center;
    line-height:26px;
    font-family:SimSun;
    color:#ff0000;
    font-size:15px;
}
.lives .advice-l2 a{
    color:#ff0000;
}

#box {
	margin:0 auto;
    position: relative;
    /*width: 100%;*/
	width:1200px;
	height:408px;
    /*height: 624px;*/
    background: #fff;
}

#box .list {
    /*position: relative;*/
    /*width: 100%;*/
	width:1200px;
	height:408px;
    /*height: 624px;*/
    /*overflow: hidden;*/
}

#box .list li {
    /*position: absolute;
    top: 0;
    left: 0;*/
    /*width: 100%;*/
	width:1200px;
	height:408px;
    /*height: 624px;
    opacity: 1;
    transition: opacity 0.5s linear*/
}

#box .list li.current {
    opacity: 1;
}

#box .count {
    width:100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
    z-index: 11;
}

#box .count li {
    display: inline-block;
    color: #333;
    float: none;
    width: 12px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    overflow: hidden;
    background-color: #fff;
    font-size: 12px;
    font-family: Arial,"??????";
    zoom: 1;
}

#box .count li.current {
    color: #fff;
    background: #00982A;
    text-align: center;
}
#box .count li:hover{
    color:#fff;
    background-color: #00982A;
}

.nav{
    width:100%;
    /* background-color: #F9F6F1;*/
    height:58px;
    border-top: 1px solid #BFBFBF;
}
.nav .top-nav{
    width:1200px;
    height:58px;
    margin: 0 auto;
}
.nav .top-nav ul li{
    margin-top: 12px;
    width:137px;
    height:35px;
    float:left;
}
.nav .top-nav ul li a{
    font-size: 14px;
}
.nav .top-nav ul .nav-l1{
    width:118px;
    height:33px;
    background-color: #00982A;
    border: 1px solid #00982A;
    border-radius: 10px;
    margin-right: 18px;

}
.nav .top-nav ul .nav-l1 a{
    color: #ffffff;
    line-height: 35px;
    margin-left: 17px;
    font-family: SimSun ;
}
.nav .top-nav ul .nav-l2{
    width:118px;
    height:33px;
    margin-right: 18px;

}
.nav .top-nav ul .nav-l2 a{
    color:#636362;
    line-height: 35px;
    margin-left: 17px;
    font-family: SimSun ;
}
.nav .top-nav ul .nav-l2:hover{
    background-color: #00982A;
    border: 1px solid #00982A;
    border-radius: 10px;
}
.nav .top-nav ul .nav-l2 a:hover{
    color: #ffffff;
}

.main{
    width:100%;
    /*height:2150px;*/
    border-top: 17px solid #87C946;
    /* background-color: #F9F6F1;*/
   /* margin-top: -5px;*/
}
.top-main{
    width:1200px;
   /* height:2150px;*/
    margin: 0 auto;
    background-color: #ffffff;
}
.main-nav{
    width:1200px;
    height:50px;
}
.main-nav ul li{
    font-size: 14px;
    margin-top: 19px;
    float:left;
    margin-left: 25px;
}
.main-nav ul li a{
    color: #494949;
}
.main-nav ul li a:hover{
    color: #e4393c;
}
.hd_form{
    margin-right: 105px;
    float: right;
    margin-top: 19px;
    height: 35px;
}
.hd_form .text{
    width:192px;
    outline: none;
    height: 25px;
    border-radius: 5px;
    border: 0;
    background-color: #D5D1D0;

}
.hd_form .but{
    width:61px;
    height:27px;
    padding: 0;
    border-radius: 5px;
    border: 0;
    outline: none;
    color: #ffffff;
    background-color: #A7A2A1;
}

.product{
    width:1200px;
   /* height:1900px;*/

}
.product .product-nav{
    width:1174px;
    height:30px;
    background-color: #87C946;
    margin-left: 27px;
    margin-top: 10px;
    margin-bottom: 22px;
}
.product .product-nav ul{
    float:right;
    margin-right:42px;
}
.product .product-nav ul li{
    float:left;
    margin-left: 5px;
    line-height: 30px;
    color: #ffffff;
    font-size: 13px;
}
.product .product-nav ul li a{
    color: #ffffff;
    font-size: 13px;
}
.product .product-nav ul li a:hover{
    color: #e4393c;
}





.product .entry{
    width:247px;
    /*height:1580px;*/
    float:left;
    margin-top: 5px;
    margin-left: 25px;
}
.product .entry .information{
    width:246px;
   /* height:300px;*/
    float:left;
    border: 1px solid #D4D4D4;
}
.product .entry .information ul li a{
    color: #464646;
}
.product .entry .information ul li a:hover{
    color: #e4393c;
}
.product .entry .information ul .information-l1{
    width:246px;
    height:35px;
    border-bottom: 1px solid #D4D4D4;
}
.product .entry .information ul .information-l1 a{
    font-size: 16px;
    margin-left: 14px;
    margin-top: 8px;
    display: inline-block;
}
.product .entry .information ul .information-l2{
    width:227px;
    height:60px;
    float:left;
    margin-left: 10px;
    border-bottom: 1px dashed #C1C1C1;
}
.product .entry .information ul .information-l2 ul li{
    float:left;

}
.product .entry .information ul .information-l2 ul li a{
    color: #464646;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
}
.product .entry .information ul .information-l3{
    width:227px;
    height:44px;
    float:left;
    margin-left: 10px;
    border-bottom: 1px dashed #C1C1C1;
}
.product .entry .information ul .information-l3 ul li{
    float:left;

}
.product .entry .information ul .information-l3 ul li a{
    color: #464646;
    font-size: 14px;
    margin-top: 17px;
    display: inline-block;
}

.product .entry .push{
    width:246px;
    /*height:754px;*/
    float:left;
    margin-top: 12px;
    border: 1px solid #D4D4D4;
}
.product .entry .push ul li a{
    color: #464646;
}
.product .entry .push ul li a:hover{
    color: #e4393c;
}
.product .entry .push ul .push-l1{
    width:246px;
    height:35px;
    border-bottom: 1px solid #D4D4D4;
}
.product .entry .push ul .push-l1 a{
    font-size: 16px;
    margin-left: 14px;
    margin-top: 8px;
    display: inline-block;
}
.product .entry .push ul .push-l2{
    width:198px;
    height:218px;
    float:left;
    margin-left: 23px;
    margin-top: 22px;
}
.product .entry .push ul .push-l2 ul li{
    border:1px solid #D4D4D4;
    width:195px;
    height:183px;
}
.product .entry .push ul .push-l2 ul li img{
    width:195px;
    height:183px;
}
.product>.entry>.push>ul>.push-l2>a{
    font-size: 12px;
    color: #464646;
    display: block;
    text-align:center;
    margin-top: 10px;
    width:195px;
}


.product .entry .contact{
    width:246px;
    height:480px;
    float:left;
    margin-top: 12px;
    border: 1px solid #D4D4D4;
}
.product .entry .contact ul li a{
    color: #464646;
}
.product .entry .contact ul li a:hover{
    color: #e4393c;
}
.product .entry .contact ul .contact-l1{
    width:246px;
    height:35px;
    border-bottom: 1px solid #D4D4D4;
}
.product .entry .contact ul .contact-l1 a{
    font-size: 16px;
    margin-left: 14px;
    margin-top: 8px;
    display: inline-block;
}
.product .entry .contact ul .contact-l2{
    width:246px;
    height:35px;
    margin-top: 30px;
}
.product .entry .contact ul .contact-l2 a{
    font-size: 18px;
    margin-left: 14px;
    margin-top: 8px;
    display: inline-block;
}
.product .entry .contact ul .contact-l3{
    width:246px;
    height:15px;
    margin-top: 22px;
    margin-bottom: 10px;
}
.product .entry .contact ul .contact-l3 a{
    font-size: 13px;
    margin-left: 14px;
    margin-top: 8px;
    display: inline-block;
}


.product .product-print{
    width:879px;
  /*  height:1800px;*/
    float:left;
    margin-left: 30px;
    margin-top: 18px;
}


.product-list{
    width:879px;
  /*  height:1800px;*/
    float:left;

}
.product-list>p{
    margin-bottom: 25px;
    font-weight: bold;
    font-family: Microsoft YaHei;
}

.main-right .means{
    height:330px;
    margin-top: 30px;
    width:780px;
    float:left;
    margin-left: 30px;
}
.means ul li{
    margin-bottom: 10px;
}
.main-right .means>ul>li>span{
    color:#4d4d4d;


}
.means ul li .new_text{
    width:232px;
    height:25px;
    outline: none;
}

.means ul li .new_text1{
    width:440px;
    height:25px;
    outline: none;
}
.means ul li .new_text2{
    height:112px;
    width:628px;
    outline: none;
}
.means_li{
    width:70px;
    height:25px;

    margin-left: 330px;
}
.means_li a.new_text3{
    width:64px;
    height:25px;
    background-color: #87C946;
    display: inline-block;

}
.means_li a.new_text3 span{
    display: inline-block;
    margin-left: 15px;
    margin-top: 3px;
}

.interact{
    width:870px;
   /* height:1400px;*/
    float:left;
    margin-top: 23px;
}
.interact ul{
    /*height:1400px;*/
}
.interact ul li{
    margin-bottom: 18px;
}
.interact ul li span{
    margin-right: 40px;
    font-size: 12px;
    color:#848484;
    margin-left: 20px;
}
.interact ul li a{
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color:#848484;
    margin-top: 5px;
}

.interact ul li a img{
    margin-left: 12px;
    margin-right: 6px;

}
.interact ul li a:hover{
    color:#ff0000;
}

.interact ul .interact-l1{
    width:858px;
    height:75px;
    border: 1px solid #ddd;
}
.interact ul .interact-l1 p{
    margin-bottom: 0;
    color: #464646;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    margin-top: 16px;
    margin-left: 20px;
}


.interact ul .interact-l2{
    width:858px;
    height:120px;
    border: 1px solid #ddd;
    margin-top: 18px;
}
.interact ul .interact-l2 p{
    margin-bottom: 0;
    color: #464646;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    margin-left: 20px;
    margin-top: 10px;
}

.interact ul .interact-l4{
    width:858px;
    height:130px;
    border: 1px solid #ddd;
    margin-top: 18px;
}
.interact ul .interact-l5{
    width:858px;
    height:100px;
    border: 1px solid #ddd;
    margin-top: 18px;
}

.pages{
    width:1200px;
    height:85px;
    margin: 45px auto;
}
.pages-number{
    height:50px;
    width:500px;
    float:right;
    margin-right: 200px;
}

.pages-number li{
    float:left;
}
.pages-number li.name-1{
    width:55px;
    height:30px;
    border:1px solid #ddd;
}
.pages-number li.name-1 a{
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    margin-left: 8px;
    color:#676767;

}
.pages-number .name-2{
    width:30px;
    height:30px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;

}
.pages-number li.name-3{
    background-color: #87C946;
}
.pages-number li.name-2 a{
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    margin-left: 12px;
    color:#676767;
}
.pages-number li.name-2:hover{
    background-color: #87C946;
}
.pages-number li.name-2 a:hover{
    color:#fff;
}



.footer{
    width:100%;
    height:69px;
    background-color: #87C946;
    text-align: center;
    float:left;
}
.footer span {
    color: #ffffff;
    font-size: 14px;
    line-height: 69px;
    text-align: center;
    display: inline-block;
    margin-right: 24px;
}