body {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0px;
    padding: 0px;
}

.header {
    margin: 0px auto;
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: url(../images/xhlp_bj.jpg) no-repeat center;
}

.nav {
    margin: 0px auto;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    background: #96c553;
}

.nav ul.dropdown {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}

.nav ul.dropdown li {
    font-weight: bold;
    float: left;
    width: 120px;
    position: relative;
    text-align: center;
}

.nav ul.dropdown a:hover {
    color: #ff0;
    background: #25ab38;
    width: 120px;
    opacity: 1;
}

.nav ul.dropdown li a {
    display: block;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2000;
    text-align: center;
    text-decoration: none;
}

.nav ul.dropdown li a:hover,
.nav ul.dropdown li a.hover {
    position: relative;
    color: #ff0;
    font-weight: bold;
}

.nav ul.dropdown ul {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1000;
    text-align: center;
    white-space: nowrap
}

.nav ul.dropdown ul li {
    font-weight: normal;
    color: #000;
    width: 120px;
    border-bottom: 0px solid #ff0000;
    float: left;
    text-align: center;
    background: #25ab38;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.nav ul.dropdown ul li a {
    display: block;
    color: #fff !important;
    background: #25ab38 !important;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.nav ul.dropdown ul li a:hover {
    display: block;
    background: #fff !important;
    color: #23ac38 !important;
    font-weight: bold;
}


/*.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 45%;
  border-left: 5px solid transparent;
  border-top: 5px solid #686868;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #ff0000;
  border-right: 5px solid transparent;
}
html,
body {
    width: 100%;
    font-family: "Microsoft Yahei", "����";
}

.clear {
    clear: both;
}

.submit {
    border: 1px solid #999;
    color: #000;
    height: 32px;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

h1:hover,
a:hover,
p:hover {
    color: #666;
}


/* for IE */

:focus {
    -moz-outline-style: none;
}


/* for Firefox */

ul,
li,
p,
h1,
img,
h2,
ol,
em {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
}


/*header*/

.header_box {
    width: 1000px;
    margin: auto;
    padding: 10px 0px;
}


/**/

.header_top {
    height: 25px;
    background: #3A3A3A;
}

.header_top a,
.header_top span {
    color: #afafaf;
    font-size: 12px;
    line-height: 2em;
}


/**/

.header_topl {
    width: 1000px;
    margin: auto;
    overflow: hidden;
}

.header_topl span {
    float: left;
    width: 615px;
    display: block;
}

.header_topl ul {
    width: 380px;
    float: right;
    overflow: hidden;
}

.header_topl ul li {
    float: left;
    width: 85px;
    border-right: 1px dashed #b0b0b0;
    margin-right: 10px;
    box-sizing: border-box;
}

.header_topl ul li:last-child {
    border: none;
}

.header_topl ul li a {
    text-align: center;
    display: block;
    width: 85px;
    padding-left: 5px;
}

.header_topl .top1 {
    background: url("../images/top1.png") no-repeat 0px 3px;
}

.header_topl .top2 {
    background: url("../images/top2.png") no-repeat 0px 3px;
}

.header_topl .top3 {
    background: url("../images/top3.png") no-repeat 0px 3px;
}

.header_topl ul li a:hover {
    color: #FF8A02;
}


/*logo*/

.header .logo {
    width: 680px;
    overflow: hidden;
    height: 120px;
    float: left;
}

.header .logo img {
    width: 680px;
    height: 120px;
    overflow: hidden;
    margin-top: 2px;
}


/*电话*/

.header_right {
    width: 240px;
    float: right;
    overflow: hidden;
    background: url("../images/pho.png") no-repeat;
    height: 70px;
    margin-top: 30px;
    padding-left: 60px;
}

.header_right span {
    font-size: 13px;
    color #555;
}

.header_right a {
    color: #ed5f01;
    font-size: 20px;
    font-weight: normal;
    font-family: 'arial';
}

.banner_bottom ul li a:hover {
    color: #FF8A02;
}


/*导航*/

.header .navbox {
    font-family: "微软雅黑", "黑体";
    background: url("../images/top_bg_02.png") repeat-x;
    height: 45px;
    clear: both;
}

.header .navbox>ul {
    width: 1000px;
    margin: auto;
}

.header .navbox>ul>li {
    float: left;
    display: block;
    height: 45px;
    width: 106px;
    position: relative;
    background: url("../images/nav_line.gif") no-repeat right 0;
}

.navbox>ul>li>a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 110px;
    display: block;
    line-height: 3.3em;
    font-weight: bold;
}

.navbox>ul>li:hover {
    background: #ff9800;
}


/**/

.subMen {
    display: none;
    background: #009C53;
    position: absolute;
    top: 44px;
    z-index: 999;
    font-family: "微软雅黑", "黑体";
    font-size: 12px;
    width: 106px;
}

.subMen>li {
    width: 106px;
    height: 40px;
    font-family: "微软雅黑", "黑体";
    font-size: 12px;
    float: left;
}

.subMen>li>a {
    width: 106px;
    height: 40px;
    color: #000;
    font-family: "微软雅黑", "黑体";
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 3em;
}

.navbox>ul>li:hover .subMen {
    display: block;
}

.subMen>li>a:hover {
    color: #fff;
}


/*banner*/

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
    border: 1px solid #4aa44d;
}

.slides_container {
    width: 100%;
    height: 500px !important;
}

.slides_control,
.slides_control a,
.slides_control a img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    display: block;
}

.banner .btns {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.banner .btns .current {
    background: #96c553;
}

.banner .btns li {
    background: #fff;
    border: 1px solid #4aa44d;
    pointer;
    display: inline-block;
    zoom: 1;
    width: 100px;
    height: 5px;
    margin: 5px;
    overflow: hidden;
}

.banner .btns li a {
    color: transparent;
    width: 100px;
    height: 5px;
}


/**/

.banner_bottom {
    height: 52px;
    overflow: hidden;
    background: #f1f1f1;
}

.banner_bottom ul {
    margin: 18px auto 0px;
    width: 1000px;
}

.banner_bottom ul li {
    color: #666;
    float: left;
}

.banner_bottom ul li a {
    padding: 0 6px;
    color: #555;
}

.banner_bottom ul li a:hover {
    color: #FF8A02;
}

.banner span.prev {
    background: url("../images/left1s.png") no-repeat;
    left: 50px;
}

.banner span.next {
    background: url("../images/right1s.png") no-repeat;
    right: 50px;
}

.banner span {
    position: absolute;
    top: 48%;
    height: 80px;
    width: 80px;
    display: block;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
}


/*one*/

.one {
    width: 1000px;
    margin: 30px auto 0px;
    overflow: hidden;
    position: relative;
}


/**/

.one_nav li a:hover {
    color: #4aa44d;
}

.one_top {
    height: 78px;
    overflow: hidden;
}

.one_top h1 {
    width: 275px;
    margin: auto;
    display: block;
    margin-top: 50px;
    text-align: center;
    height: 40px;
    font-size: 18px;
    color: #555;
}

.one_top h1:after {
    content: "";
    border-top: 1px solid #ccc;
    width: 360px;
    display: block;
    position: absolute;
    left: 0px;
    top: 60px;
}

.one_top h1:before {
    content: "";
    border-top: 1px solid #ccc;
    width: 360px;
    display: block;
    position: absolute;
    right: 0px;
    top: 60px;
}

.one_top h2 {
    position: absolute;
    top: 20px;
    left: 348px;
    color: #96c553;
    width: 300px;
    overflow: hidden;
    text-align: center;
    height: 30px;
    font-size: 20px;
}


/**/

.one_ul {
    width: 1000px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 10px auto 0px;
}

#hzhu {
    width: 950px;
    height: 316px;
    overflow: hidden;
    margin: auto;
}

#hzhu li {
    width: 330px;
    margin-right: 10px;
    float: left;
}

#hzhu li img {
    width: 100%;
    display: block;
    height: 250px;
    padding: 3px;
    /* background: url("../images/par_imgbg.gif") repeat; */
}

#hzhu li span {
    display: block;
    text-align: center;
    padding: 7px 0;
    height: 15px;
    overflow: hidden;
}

#hzhu li span a {
    color: #555;
}

.one_ul .one_a {
    position: absolute;
    top: 28px;
    display: block;
    width: 25px;
    height: 55px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/lop1.gif") no-repeat;
}

.one_ul .one_c {
    position: absolute;
    top: 28px;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 55px;
    overflow: hidden;
    background: url("../images/lop2.gif") no-repeat;
    right: -0px;
}


/* #hzhu li span a:hover,
.one_top h1:hover,
.one_top h2:hover {
    color: #ff9800;
}

.one_ul .one_a:hover {
    background: url("../images/icobox.png") no-repeat;
    background-position: -786px 0;
}

.one_ul .one_c:hover {
    background: url("../images/icobox.png") no-repeat;
    background-position: -738px 0;
} */


/**/


/*two*/

.offer {
    background: url(../images/offer.jpg) center center;
    height: 177px;
}

.offer .container {}

.offer .cont {
    margin-top: 40px;
}

.offer a {
    display: block;
    height: 54px;
    color: #f58221;
    font-size: 30px;
    font-weight: bold;
    margin-left: 140px;
}

.offer p {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 8px;
}

.offer p span {
    color: #f58221;
}

.offer ul {
    margin-left: 200px;
}

.offer ul li {
    float: left;
    margin-right: 73px;
    color: #fff;
    margin-top: 0px;
    font-size: 22px;
}

.advantage {
    overflow: hidden;
}

.advantage .advan-title {
    height: 213px;
    background: url(../images/advan-title.jpg) center center;
}

.advantage .cont {
    padding-top: 33px;
}

.advantage .cont .title {
    padding-left: 90px;
    margin-bottom: 25px;
}

.advantage .cont .title h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.advantage .cont .title span {
    color: #579a03;
}

.advantage .cont .title em {
    color: #999;
}

.advantage p {
    color: #333;
    margin-bottom: 20px;
    padding-left: 0px;
    line-height: 20px;
    font-size: 15px;
}

.advantage p span {
    color: #579a03;
}

.advantage .advan-btn {
    padding-left: 50px;
}

.advantage a {
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: url(../images/advan-btn.jpg) bottom center;
    color: #fff;
    margin-left: 50px;
    margin-top: 20px;
    float: left;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.advantage .btn-2 {
    background: #666 url(../images/advan-btn.jpg) top center;
    border: 1px solid #333;
    color: #fff;
}

.advantage .advan-1 {
    height: 366px;
    background: url(../images/advan-1.jpg) top center;
}

.advantage .advan-2 {
    height: 390px;
    background: url(../images/advan-2.jpg) top center;
}

.advantage .advan-3 {
    height: 390px;
    background: url(../images/advan-3.jpg) top center;
}

.advantage .advan-4 {
    height: 370px;
    background: url(../images/advan-4.jpg) top center;
}

.advantage .advan-3 .cont {
    padding-top: 34px;
}

.advantage .advan-2 .cont {
    float: right;
    width: 520px;
    clear: both;
    padding-top: 28px;
}

.advantage .advan-2 .title {
    padding-left: 65px;
}

.advantage .advan-4 .cont {
    float: right;
    width: 520px;
    clear: both;
    padding-top: 34px;
}

.advantage .advan-4 .title {
    padding-left: 65px;
}


/*case*/

.case {
    margin-top: 10px;
}

.case .title {
    height: 60px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    background: #fff url(../images/title-bg.png);
}

.case .title .title-b {
    font-size: 16px;
    float: left;
    margin-right: 20px;
    color: #579a03;
}

.case .title .title-s {
    color: #579a03;
    float: left;
}

.case .title a {
    float: right;
    font-size: 12px;
    padding: 0px 10px;
    display: block;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
}

.case1 {
    width: 540px;
    position: absolute;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.case1 .hd {
    width: 290px;
    overflow: hidden;
    float: left;
}

.case1 .hd ul {
    overflow: hidden;
    zoom: 1;
}

.case1 .hd ul li {
    text-align: center;
    float: left;
}

.case1 .hd ul li img {
    width: 138px;
    height: 180px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
}

.case1 .hd ul li.on {}

.case1 .hd ul li.on img {
    border-color: #559604;
}

.case1 .bd {
    float: right;
    width: 250px;
}

.case1 .bd li {
    vertical-align: middle;
    border: 1px dashed #559604;
    padding: 2px;
}

.case1 .bd li span {
    text-align: center;
    display: block;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding: 8px 0;
}

.case1 .bd img {
    width: 244px;
    height: 316px;
    display: block;
}

.case2 {
    width: 540px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    float: right;
}

.case2 .hd {
    width: 290px;
    overflow: hidden;
    float: right;
}

.case2 .hd ul {
    overflow: hidden;
    zoom: 1;
}

.case2 .hd ul li {
    text-align: center;
    float: left;
}

.case2 .hd ul li img {
    width: 138px;
    height: 180px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
}

.case2 .hd ul li.on {}

.case2 .hd ul li.on img {
    border-color: #559604;
}

.case2 .bd {
    float: left;
    width: 250px;
}

.case2 .bd li {
    vertical-align: middle;
    border: 1px dashed #559604;
    padding: 2px;
}

.case2 .bd li span {
    text-align: center;
    display: block;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding: 8px 0;
}

.case2 .bd img {
    width: 244px;
    height: 316px;
    display: block;
}

.cases {
    clear: both;
    padding: 20px 0;
    margin-top: 20px;
}

.cases .container {
    background: #f6f6f6;
}

.cases .title {
    height: 60px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    background: #fff url(../images/title-bg.png);
}

.cases .title .title-b {
    font-size: 16px;
    float: left;
    margin-right: 20px;
    color: #579a03;
}

.cases .title .title-s {
    color: #579a03;
    float: left;
}

.cases .title a {
    float: right;
    font-size: 12px;
    padding: 0px 10px;
    display: block;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
}

.cases .cont {
    padding-top: 10px;
}

.cases .cont .cases-img {
    overflow: hidden;
    position: relative;
}

.cases .cont .cases-img .bd .prev,
.case .cont .case-img .bd .next {
    display: block;
    top: 60px;
    cursor: pointer;
    position: relative;
    z-index: 20;
    height: 60px;
    text-align: center;
    width: 30px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    background: #2DB5D9;
}

.cases .cont .cases-img .bd .prev {
    float: right;
    right: 0px;
}

.cases .cont .cases-img .bd .next {
    float: left;
    left: 0px;
}

.cases .cont .cases-img .bd .tempWrap {}

.cases .cont .cases-img .bd ul {
    overflow: hidden;
    zoom: 1;
}

.cases .cont .cases-img .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

.cases .cont .cases-img .bd ul li .pic {
    text-align: center;
    padding: 0px;
    float: left;
}

.cases .cont .cases-img .bd ul li .pic img {
    width: 265px;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
}

.cases .cont .cases-img .bd ul li span {
    color: #000;
    margin: 5px 0;
    display: block;
}

.yqlj {}

.yqlj .container {
    height: 130px;
    background: url(yqlj.png);
}

.yqlj ul {
    padding-top: 75px;
    padding-left: 130px;
}

.yqlj li {
    font-size: 12px;
    margin-right: 10px;
    float: left;
}

.yqlj li a {
    color: #aaa;
}

.two {
    margin: 30px auto 0px;
    width: 1000px;
}

.two_left {
    float: left;
    width: 247px;
    border: 1px solid #96c553;
    border-bottom-width: 5px;
    overflow: hidden;
}

.two_left .two_t {
    width: 247px;
    height: 100px;
    background: url("../images/pro_lhimg.jpg") no-repeat;
}

.two_left .two_t h1 {
    height: 40px;
    font-size: 25px;
    width: 247px;
    text-align: center;
    line-height: 4em;
    color: #fff;
}

.advantage .cont .title h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.container {
    width: 1100px !important;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}


/**/

.two_left>ul {
    margin-top: 10px;
}

.two_left>ul>li {
    margin: 0 auto 17px;
    padding-left: 25px;
    width: 205px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    overflow: hidden;
    background: url("../images/icobox.png") no-repeat -200px -48px;
}

.two_left>ul>li>a {
    color: #333;
}


/**/

.two_left>ul>li>ul {
    margin: 10px auto 0px;
    width: 180px;
}

.two_left>ul>li>ul>li {
    padding-left: 25px;
    overflow: hidden;
    border-bottom: 1px dashed #696969;
    background: url("../images/pro-ico1.gif") no-repeat 0 center;
    width: 160px;
    overflow: hidden;
}

.two_left>ul>li>ul>li>a {
    color: #333;
}

.two_left>ul>li:hover {
    background: url("../images/icobox.png") no-repeat;
    background-position: -760px -44px;
}

.two_left a:hover,
.two_left h1:hover,
.two_left h2:hover {
    color: #ff9800;
}


/**/

.two_right {
    float: right;
    width: 730px;
    overflow: hidden;
}

.two_right1 {
    margin-bottom: 30px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    background: #f6f6f6;
    width: 715px;
}

.two_right1 li {
    width: 143px;
    height: 56px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url("../images/pro_rh.gif") no-repeat;
    float: left;
}

.two_right1 li a {
    color: #fff;
}


/**/

.two_right2 {
    overflow: hidden;
    clear: both;
}

.two_right2 span {
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    color: #555;
    display: block;
}

.two_right2 li {
    float: left;
    margin-right: 10px;
    width: 232px;
    height: 250px;
    overflow: hidden;
}

.two_right2 li img {
    width: 230px;
    height: 200px;
    border: 1px solid #ddd;
    padding: 1px;
    box-sizing: border-box;
}

.two_right .now>a {
    color: #ff9800;
}

.two_right2 span:hover {
    color: #ff9800;
}

.two_right2 li img:hover {
    border: 1px solid #4aa44d;
}


/**/

.three {
    margin: 30px auto 0px;
}

.three_t {
    height: 230px;
    overflow: hidden;
}

.three .one_top {
    position: relative;
    width: 1000px;
    margin: 50px auto 0px;
}


/**/

.three_nav {
    width: 1000px;
    margin: 20px auto 0px;
}

.three_nav li {
    float: left;
    margin: 0px 12px;
    width: 226px;
    height: 46px;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    overflow: hidden;
}

.three_nav li a {
    display: block;
    color: #fff;
    background: url("../images/icobox.png") no-repeat;
}


/**/

.three_c {
    width: 1000px;
    overflow: hidden;
    height: 440px;
    margin: 0px auto 0px;
    clear: both;
    padding-top: 40px;
}

.three_c li {
    float: left;
    width: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.three_c li img {
    float: left;
    width: 230px;
    height: 200px;
    overflow: hidden;
    padding: 1px;
    box-sizing: border-box;
}

.three_cr {
    float: left;
    width: 230px;
    line-height: 24px;
    margin-left: 15px;
}

.three_cr h1 {
    font-size: 16px;
    color: #96c553;
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.three_cr p {
    height: 168px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #555;
}

.three_c li p:hover,
.three_c li h1:hover {
    color: #ff9800;
}

.three .now>a {
    background: url("../images/icobox.png") no-repeat;
    background-position: -228px 0;
}

.three_c li img:hover {
    border: 1px solid #4aa44d;
}


/**/


/*fore*/

.fore {
    margin: 30px auto 0px;
    overflow: hidden;
}

.fore .fore_2 {
    width: 1000px;
    margin: auto;
    display: block;
    height: 1440px;
    margin-top: 40px;
}

.fore_1 {
    height: 230px;
    width: 100%;
}


/**/


/*five*/

.five {
    margin: 30px auto 0px;
    width: 1000px;
    overflow: hidden;
    position: relative;
}

.five ul {
    margin-top: 30px;
}

.five li {
    float: left;
    margin: 0px 12px;
    width: 223px;
    height: 400px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.five li img {
    padding: 1px;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
    width: 223px;
}

.five li h1 {
    height: 24px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box;
}

.five li p {
    height: 158px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    padding: 5px 10px 0px;
}

.five li img:hover {
    border: 1px solid #96c553;
}

.five li:hover,
.five li:hover p,
.five li:hover h1 {
    background: #96c553;
    color: #fff;
}

.five li .more {
    background: url("../images/icobox.png") no-repeat;
    background-position: -1145px 0;
    display: block;
    position: absolute;
    width: 41px;
    height: 41px;
    bottom: 0px;
    right: 0px;
}

.five li:hover .more {
    background: url("../images/icobox.png") no-repeat;
    background-position: -1188px 0;
}


/**/

.five h1:hover,
.five p:hover {
    color: #4aa44d;
}


/*six*/

.six {
    margin: 30px auto 0px;
    overflow: hidden;
    width: 1000px;
}

.six_t {
    width: 130px;
    overflow: hidden;
    float: left;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.six_t span {
    background: url("../images/icobox.png") no-repeat;
    background-position: 0 -48px;
    display: block;
    width: 38px;
    height: 55px;
    float: left;
    margin-right: 5px;
}

.six_t h1 {
    font-size: 20px;
    color: #333;
}

.six_t h2 {
    font-size: 18px;
    color: #dcdcdc;
    font-weight: bold;
}

.six_a {
    width: 850px;
    overflow: hidden;
    float: right;
    background: url("../images/par_imgbg.gif") repeat-x;
    height: 60px;
    background-position-y: 35px;
    background-size: 10px;
}

.six_a .more {
    width: 55px;
    float: right;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}


/**/

.six_t h1:hover,
.six_a a:hover,
.six_t h2:hover {
    color: #ff9800;
}


/**/

.six_c {
    clear: both;
    padding-top: 20px;
}

.six_c img {
    width: 500px;
    height: 285px;
    float: left;
}

.six_c h1 {
    width: 480px;
    float: right;
    height: 40px;
    font-size: 18px;
    color: #333;
    background: url("../images/company_line.gif") no-repeat 0 bottom;
}

.six_c p {
    width: 480px;
    float: right;
    margin-top: 15px;
    height: 168px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}

.six_c p:hover,
.six_c h1:hover {
    color: #ff9800;
}

.six_ca {
    width: 480px;
    float: right;
    margin-top: 20px;
}

.six_ca a {
    margin-right: 15px;
    display: inline-block;
    width: 127px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    background: url("../images/icobox.png") no-repeat -456px 0;
}

.six_ca a:hover {
    background-position: -585px 0;
}


/**/


/*seven*/

.seven {
    width: 1000px;
    margin: 30px auto 0px;
    overflow: hidden;
}


/**/

.seven_nav {
    height: 50px;
    overflow: inherit;
}

.seven_nav li {
    float: left;
    width: 154px;
}

.seven_nav li a {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 2em;
}

.seven_nav ul {
    width: 110px;
    float: left;
}

.seven_a {
    width: 800px;
    overflow: hidden;
    float: right;
    background: url("../images/par_imgbg.gif") repeat-x;
    height: 60px;
    background-position-y: 35px;
    background-size: 10px;
}

.seven_a .more {
    width: 55px;
    float: right;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.seven_c img:hover {
    border: 1px solid #4aa44d;
}

.seven_nav .now:hover>i {
    background-position: -84px -48px;
}


/**/

.seven_c {
    clear: both;
    width: 1000px;
    height: 215px;
    overflow: hidden;
    margin-top: 10px;
}

.seven_c li {
    float: left;
    margin-right: 24px;
    width: 233px;
    position: relative !important;
}

.seven_c li img {
    float: left;
    margin-right: 24px;
    width: 230px;
    border: 1px solid #ccc;
    padding: 1px;
    box-sizing: border-box;
    height: 147px;
    overflow: hidden;
}

.seven_c li span {
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    display: block;
    width: 232px;
    color: #555;
}


/**/


/**/

.eight {
    width: 1000px;
    margin: 30px auto 0px;
    overflow: hidden;
}

.eight .case {
    width: 655px;
    ;
    float: left;
}

.eight .tabTop {
    height: 46px;
}

.eight .tabTop span {
    display: block;
    color: #fff;
    background: url("../images/icobox.png") no-repeat -456px -44px;
    width: 111px;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    float: left;
}

.eight .tabTop span a {
    color: #fff;
}

.case .eight_a {
    width: 537px;
    overflow: hidden;
    float: right;
    background: url("../images/par_imgbg.gif") repeat-x;
    height: 60px;
    background-position-y: 35px;
    background-size: 10px;
}

.eight_a .more {
    width: 55px;
    float: right;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.eight .tabTop span:hover {
    background-position: -569px -44px;
}

.eight_a .more:hover {
    color: #f28100;
}

.eight .layout_content {
    margin: 25px 0px 0px 0px;
}

.eight .layout_content .first1 {
    border-bottom: 1px dashed #a0a0a0;
    line-height: 32px;
    padding-left: 24px;
    background: url("../images/news_ico.gif") no-repeat 2px center;
}

.eight .first {
    height: 150px;
    overflow: hidden;
    font-family: "宋体";
    font-weight: bold;
    margin-bottom: 20px;
}

.eight .first img {
    float: left;
    margin-right: 20px;
    width: 260px;
    height: 150px;
    border: 1px solid #ccc;
    padding: 3px;
    box-sizing: border-box;
}

.eight .first .info_title {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.eight .first .info_desc {
    line-height: 2em;
    ;
    color: #555;
    font-size: 14px;
    height: 120px;
    overflow: hidden;
    padding-top: 10px;
}

.eight .first1 a:hover,
.eight .info_desc:hover,
.eight .info_title:hover {
    color: #f28100;
}

.eight .layout_content li .time {
    float: right;
    color: #666;
}

.eight li img:hover {
    border: 1px solid #4aa44d;
}

.first1 a {
    color: #555;
}


/**/

.eight_right {
    float: right;
    width: 320px;
    overflow: hidden;
}

.eight_right1 {
    height: 46px;
}

.eight_right1 a {
    display: inline-block;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 10px;
    text-transform: uppercase;
    margin-top: 22px;
    float: right;
}

.eight_right h1 {
    padding-left: 23px;
    background: url("../images/w.gif") no-repeat left 5px;
    line-height: 24px;
    font-size: 12px;
}

.eight_right h2 {
    padding-left: 23px;
    background: url("../images/d.gif") no-repeat left 5px;
    line-height: 24px;
    font-size: 12px;
    color: #838383;
}

.eight_right li {
    border-bottom: 1px dashed #b3b3b3;
    padding: 20px 0;
}

.eight_right1 .eight_a {
    width: 190px;
    overflow: hidden;
    float: right;
    background: url("../images/par_imgbg.gif") repeat-x;
    height: 60px;
    background-position-y: 35px;
    background-size: 10px;
}

.eight_a .more {
    width: 55px;
    float: right;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.eight_right1 span {
    display: inline-block;
    width: 127px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background: url("../images/icobox.png") no-repeat -456px 0;
}

.gdgd {
    height: 364px;
    overflow: hidden;
    width: 100%;
}

.eight_right span:hover,
.eight_right h1:hover,
.eight_right h2:hover {
    color: #ff9800;
}


/*nine*/

.nine {
    margin: 30px auto 0px;
    overflow: hidden;
    width: 1000px;
}

.nine_t {
    width: 160px;
    overflow: hidden;
    float: left;
    height: 60px;
}

.nine_t span {
    background: url("../images/icobox.png") no-repeat;
    background-position: -682px -44px;
    display: block;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 5px;
}

.nine_t h1 {
    font-size: 20px;
    color: #333;
}

.nine_t h2 {
    font-size: 18px;
    color: #dcdcdc;
    font-weight: bold;
}

.nine_a {
    width: 820px;
    overflow: hidden;
    float: right;
    background: url("../images/par_imgbg.gif") repeat-x;
    height: 60px;
    background-position-y: 35px;
    background-size: 10px;
}

.nine_a .more {
    width: 55px;
    float: right;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.nine_t h1:hover,
.nine_a a:hover,
.nine_t h2:hover {
    color: #ff9800;
}

.nine li {
    width: 145px;
    float: left;
    margin: 0 8px 15px 10px;
    height: 50px;
    overflow: hidden;
}

.nine li img {
    width: 144px;
    height: 49px;
    overflow: hidden;
    padding: 1px;
    box-sizing: border-box;
}

.nine ul {
    padding-top: 20px;
    clear: both;
}

.nine li img:hover {
    border: 1px solid #4aa44d;
}


/*article*/

.main {
    width: 1000px;
    overflow: hidden;
    margin: auto;
}

.main_left {
    width: 1000px;
    overflow: hidden;
    margin: auto;
}

.article_top {
    border-bottom: 1px solid #96c553;
    ;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    color: #666;
    overflow: hidden;
    padding: 10px 0px;
}


/**/

.article_topl {
    float: left;
    color: #666;
    font-size: 15px;
    background: url("../images/top3.png") no-repeat;
}

.article_top2 {
    float: left;
    color: #666;
    font-size: 15px;
}

.article_top2 a {
    color: #666;
    font-size: 15px;
}

.article_topl span {
    padding-left: 20px;
    color: #96c553;
}


/**/

.article_left {
    width: 998px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.article_i {
    margin: 10px 0px;
}

.article_i img {
    width: 1000px;
    height: 364px;
    overflow: hidden;
}

.article_left ul {
    overflow: hidden;
    font-size: 14px;
}

.article_left ul li {
    padding: 25px 0;
    border-bottom: #c2c2c2 1px dotted;
    overflow: hidden;
    position: relative;
    width: 995px;
}

.article_pt img {
    margin-left: 10px;
    width: 200px;
    height: 137px;
    padding: 6px;
    border: 1px solid #dfdfdf;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.three_pc h1 {
    font-size: 14px;
    overflow: hidden;
    margin-left: 25px;
    color: #96c553;
    width: 750px;
    height: 20px;
}

.three_pc {
    float: left;
}

.three_pc p {
    display: block;
    margin-left: 25px;
    line-height: 2em;
    height: 90px;
    overflow: hidden;
    width: 750px;
    color: #333;
    margin-top: 5px;
}

.three_pc .three_span {
    position: absolute;
    left: 235px;
    bottom: 28px;
    color: #ccc;
    font-size: 12px;
}

.article_left h1:hover,
.article_left p:hover {
    color: #96c553;
}

.article_left ul li:hover {
    border: 2px solid #96c553;
}


/**/

.article_nav {
    margin: 20px 0px 0px;
}

.article_nav>ul>li {
    float: left;
    text-align: center;
    width: 140px;
    font-size: 14px;
    border: 1px solid #ccc;
    position: relative;
}


/**/

.article_nav>ul>li>a {
    display: block;
    line-height: 40px;
    color: #666;
}

.article_nav li a:hover {
    background-color: #96c553;
    color: #fff;
}


/**/

.article_nav>ul>li>ul {
    width: 140px;
    display: none;
    position: absolute;
    top: 40px;
    background: #ccc;
    z-index: 1111;
}

.article_nav>ul>li>ul>li {
    height: auto;
}

.article_nav>ul>li>ul>li>a {
    width: 140px;
    color: #000;
    display: block;
    border: 1px solid #ccc;
    padding: 10px 0px;
    box-sizing: border-box;
}


/**/

.article_nav>ul>li:hover .article_u {
    display: block;
}

.article_img {
    overflow: hidden;
}

.article_img img {
    width: 100%;
    display: block;
}

.pading .current {
    padding: 5px 8px;
    background: #96c553;
    color: #fff;
    border-radius: 5px 10px 10px 5px;
}

.pading a {
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 10px;
}

.pading {
    width: 400px;
    margin-left: 45%;
    padding: 5px 8px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.pading .prev {
    padding: 5px 8px;
    color: #000;
    border-radius: 5px 15px 15px 5px;
}

.pading .next {
    padding: 5px 8px;
    color: #000;
    border-radius: 15px 5px 5px 15px;
}


/*content*/

.article_leftcc {
    width: 1000px;
    overflow: hidden;
}

.article_c h1 {
    margin-top: 20px;
    border-bottom: 1px dashed #CCC;
    color: #333;
    font-family: "宋体";
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.info span {
    font-family: "宋体";
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: #BCBBBB;
    display: block;
}

.detail {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    word-spacing: 10px;
    text-align: left;
}

.article_leftccr {
    float: right;
    width: 275px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.article_tt {
    background: #333;
    line-height: 28px;
    text-indent: 15px;
}

.article_tt a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.article_leftccr1 ul {
    width: 250px;
    overflow: hidden;
    margin: 10px auto 0px;
}

.article_leftccr1 ul li {
    margin-bottom: 5px;
    border-bottom: 1px dashed #aaa;
}

.article_leftccr1 ul .article_litt a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    width: 240px;
    height: 20px;
    overflow: hidden;
    display: block;
}

.article_liimg {
    width: 245px;
    height: 85px;
    overflow: hidden;
    display: none;
}

.article_liimg img {
    width: 120px;
    height: 83px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.article_liimg p {
    float: right;
    width: 110px;
    height: 85px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.article_leftccr1 ul li:hover .article_liimg {
    display: block;
}


/**/


/*Product*/

.product_right {
    width: 740px;
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.caseul_1 {
    margin-top: 10px;
}

.caseul_ul {
    width: 740px;
    margin-top: 10px;
}

.caseul_1 li img {
    width: 218px;
    overflow: hidden;
    height: 162px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.caseul_1 li {
    float: left;
    display: inline;
    width: 218px;
    border-bottom: none;
    padding: 5px 5px 0px 22px;
}

.caseul_1 li .casetxt {
    width: 218px;
    height: 30px;
    overflow: hidden;
}

.caseul_1 li .casetxt h2 {
    text-align: center;
    font-size: 14px;
    display: block;
    height: 20px;
    overflow: hidden;
    color: #666;
    font-weight: bold;
}

.caseul_1 li img:hover {
    border: 1px solid #96c553;
    border-radius: 5px;
}

.caseul_1 li .casetxt h2:hover {
    color: #96c553;
}

#a1 {
    margin-top: 20px;
}


/**/

.two_left2 {
    width: 245px;
    border: 1px solid #96c553;
    border-bottom-width: 5px;
    overflow: hidden;
}

.two_left2 .two_t2 {
    width: 245px;
    height: 100px;
    background: url("../images/pro_lhimg.jpg") no-repeat;
}

.two_left2 .two_t2 h1 {
    height: 40px;
    font-size: 25px;
    width: 247px;
    text-align: center;
    line-height: 4em;
    color: #fff;
}


/**/

.two_left2>ul {
    margin-top: 10px;
}

.two_left2>ul>li {
    margin: 0 auto 17px;
    padding-left: 25px;
    width: 205px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    overflow: hidden;
    background: url("../images/icobox.png") no-repeat -200px -48px;
}

.two_left2>ul>li>a {
    color: #333;
}


/**/

.two_left2>ul>li>ul {
    margin: 10px auto 0px;
    width: 180px;
    display: none;
}

.two_left2>ul>li>ul>li {
    padding-left: 25px;
    overflow: hidden;
    border-bottom: 1px dashed #696969;
    background: url("../images/pro-ico1.gif") no-repeat 0 center;
    width: 160px;
    overflow: hidden;
}

.two_left2>ul>li>ul>li>a {
    color: #333;
}

.two_left2>ul>li:hover {
    background: url("../images/icobox.png") no-repeat;
    background-position: -760px -44px;
}

.two_left2>ul>li:hover .subMenu {
    display: block;
}

.two_left2 a:hover,
.two_left2 h1:hover,
.two_left2 h2:hover {
    color: #ff9800;
}

.product_1 {
    float: left;
    width: 247px;
    overflow: hidden;
}

.two_t3 {
    width: 245px;
    overflow: hidden;
    border: 1px solid #96c553;
    margin-top: 20px;
}

.two_t3 h1 {
    height: 40px;
    padding-top: 5px;
    background: url("../images/pro_lhimg.jpg") no-repeat;
    color: #fff;
    font: 24px/36px "Microsoft YaHei", 微软雅黑, arial, 宋体;
    text-align: center;
    overflow: hidden;
    width: 247px;
}


/**/

.two_t2d {
    background: url("../images/Teln (1).gif") no-repeat scroll 10px 20px rgba(0, 0, 0, 0);
    color: #666;
    line-height: 20px;
    padding: 10px 0 10px 55px;
}

.two_t2d p {
    padding: 0px 0px 0px 50px;
    display: block;
}

.two_t2d span {
    display: block;
    font: 18px "Impact";
    color: #96c553;
}

.two_t3 p {
    font-size: 13px;
    padding: 0px 0px 0px 20px;
    color: #555;
    line-height: 2em;
}


/*content*/

.Product1_left {
    width: 1000px;
    overflow: hidden;
}

.Product1_left .desc_content {
    text-align: left;
    border-top: 3px solid #f28100;
}

.shortdesc {
    float: right;
    width: 400px;
    margin-top: 30px;
    overflow: hidden;
}

.shortdesc h2 {
    width: 400px;
    height: 40px;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.shortdesc p {
    border-top: 1px dashed #ccc;
    font-size: 14px;
    padding-top: 10px;
}


/*滚动*/

#preview {
    margin-top: 15px;
    position: relative;
    width: 600px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #666;
    height: 450px;
}

.page_desc {
    width: 1000px;
    border: 1px solid #ccc;
    margin: 70px auto 70px;
}

#preview .prev {
    background: url(../images/left.gif) no-repeat 0 center;
    ;
    left: 40px;
}

#preview .next,
#preview .prev {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 43px;
    position: absolute;
    top: 390px;
    width: 24px;
    z-index: 101;
}

a {
    text-decoration: none;
}

#preview .slides_container {
    margin-top: 20px;
    border: 2px solid #CCC;
    float: left;
    height: 300px !important;
    margin-left: 15%;
    overflow: hidden;
    width: 400px;
    margin-bottom: 20px;
}

#preview .next {
    background: url(../images/right.gif) no-repeat right center;
    ;
    left: 525px;
}

#preview .paging {
    ;
    left: 50px;
    padding: 5px;
    width: 475px;
    position: absolute;
    top: 350px;
}

#preview .paging li {
    float: left;
    height: 60px;
    list-style-type: none;
    margin: 3px;
    width: 60px;
    border: 1px solid #ccc;
}

#preview .paging {
    margin-top: 25px;
}

#preview .paging a {
    width: 100%;
    height: 100%;
}

#preview .product-info {
    width: 660px;
    overflow: hidden;
}

.content_desc {
    padding: 10px;
}

.content_desc img {
    max-width: 100%;
}

.desc_bottom {
    margin-top: 20px;
}

.slides_control {
    width: 100% !important;
    height: 100% !important;
}

.slides_control img {
    left: 0px !important;
    width: 400px;
    height: 300px;
}


/*page*/

.main_page {
    width: 1000px;
    overflow: hidden;
    margin: 20px auto 0px;
}

.page_right {
    width: 1000px;
    overflow: hidden;
    margin: auto;
}

.page_c {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5em;
}

.page_c img {
    max-width: 100%;
    display: block;
}


/**/


/**/

.footer {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.footer_c {
    padding-bottom: 10px;
    text-align: center;
    display: block;
    color: #666;
}

.footer_nav a {
    color: #fff;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0 15px;
    line-height: 3.5em;
}

.footer_nav {
    margin-bottom: 10px;
    height: 45px;
    color: #96c553;
    background-color: #96c553;
    overflow: hidden;
    /* background: url("../images/top_bg_02.png") repeat-x; */
}

.footer_nav a:hover {
    color: #ff9800;
}


/*相关产品相关文章开始*/

.relevant {
    width: 1000px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.relevant .rel_title {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1D1C1C;
    text-indent: 10px;
}

.relevant .rel_content {
    padding: 10px;
    overflow: hidden;
}


/*相关产品*/

.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
    width: 100%;
    height: 90px;
}

.relevant_product .rel_item .rel_item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}


/*相关文章*/

.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
    float: right;
    color: #999;
}

#dituContent img {
    max-width: inherit;
}

.div2 {
    width: 960px;
    min-height: 660px;
    padding-top: 12px;
    overflow: hidden;
    background: url(../images/div2_bj.jpg) no-repeat;
}

.box2 {
    width: 210px;
}

.title1 {
    height: 62px;
    background: #589a04;
}

.title1 h3 {
    line-height: 62px;
    text-align: center;
}

.title1 h3 a {
    color: #fff;
}

.xm {
    border: 1px solid #ededed;
    border-top: none;
}

.title2 {
    height: 30px;
    background: url(../images/img3.jpg) no-repeat 42px center #ededed;
}

.title2 p {
    text-indent: 56px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
}

.xm_xq {
    background: #fff;
    padding-bottom: 9px;
}

.xm_xq ul {
    width: 180px;
    margin: 0 auto;
}

.xm_xq ul li {
    width: 180px;
    height: 29px;
    border-bottom: 1px dotted #e9e9e9;
    background: url(../images/img4.jpg) no-repeat 24px center;
    text-indent: 46px;
    line-height: 29px;
}

.xm_xq ul li a {
    color: #666;
}

.box3 {
    width: 730px;
    padding-top: 10px;
}

.huajingylcom {
    width: 730px;
}

.huajingylcom .hd {
    height: 39px;
    overflow: hidden;
    background: url(../images/bj_2.jpg) bottom repeat-x;
}

.jz {
    margin: 0 auto;
}

.huajingylcom .hd ul {
    float: left;
}

.huajingylcom .hd .more {
    float: right;
    margin-top: 10px;
}

.huajingylcom .hd .more a {
    color: #666;
}

.huajingylcom .hd li {
    position: relative;
    margin-left: -1px;
    height: 39px;
    line-height: 39px;
    width: 89px;
    float: left;
    cursor: default;
}

.huajingylcom .hd li strong {
    margin: 0 17px;
}

.huajingylcom .hd li.on {
    width: 89px;
    background: url(../images/bj_3.jpg) no-repeat bottom;
    color: #38ab2c;
}

.huajingylcom .bd {
    height: 596px;
    padding-top: 16px;
}

.huajingylcom .lh {
    overflow: hidden;
}

.box4 p {
    line-height: 22px;
    text-align: center;
}

.box4 p a {
    color: #666;
}

.box5 {
    margin-top: 10px;
    overflow: hidden;
}

.box6 {
    float: left;
}

.box6 p {
    line-height: 22px;
    text-align: center;
}

.box6 p a {
    color: #666;
}

.mar {
    margin: 0 9px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.huajingylcom .bd ul {
    display: none;
}

.huajingylcom .bd ul.active {
    display: block;
}