﻿/*---------- base ---------*/

* {

    padding: 0px;

    margin: 0px;

}

html {

}

body {

    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;

    font-size: 14px; /*16px字体*/

}

a {

    color: #000;

    text-decoration: none;

}

a:hover {

    color: #02a851;

    text-decoration: none;

}

ul, li {

    list-style: none;

}

input, select, button {

    font-size: 14px;

    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;

    vertical-align: middle;

}

img {

    border: none;
    max-width: 100%;
}


.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden

}
.blank10 {

    width: 100%;

    height: 10px;

    display: block;

    overflow: hidden;

    clear: both;

}

.blank20 {

    width: 100%;

    height: 20px;

    display: block;

    overflow: hidden;

    clear: both;

}

.blank30 {

    width: 100%;

    height: 30px;

    display: block;

    overflow: hidden;

    clear: both;

}

.clear {

    width: 100%;

    clear: both;

}

.main {

    width: 1175px;

    margin: 0px auto;

    overflow: hidden;

}

.content {

    font: 14px Arial, Tahoma;

    line-height: 30px;

    color: #333;

    margin-top: 45px;

}

h1 {

    width: 100%;

    margin-top: 45px;

    text-align: center;

    font-size: 18px;

    overflow: hidden;

    color: #333;

}

.wzinfo {

    width: 100%;

    text-align: center;

    color: #999;

    margin-top: 20px;

    font-size: 14px;

}

.time {

    display: inline-block;

    *display: inline;

    *zoom: 1;

    line-height: 20px;

    padding-left: 25px;

    background: url(../images/time.png) left center no-repeat;

}

.author {

    display: inline-block;

    *display: inline;

    *zoom: 1;

    line-height: 20px;

    padding-left: 25px;

    margin: 0 30px;

    background: url(../images/author.png) left center no-repeat;

}

.click {

    display: inline-block;

    *display: inline;

    *zoom: 1;

    line-height: 20px;

    padding-left: 25px;

    background: url(../images/click.png) left center no-repeat;

}

.content img {

    max-width: 100%;

    height: auto;

    margin: 0px auto;

    clear: both;

}

.pages {

    width: 100%;

    padding: 20px 0px;

    text-align: center;

    clear: both;

}

.pages li {

    list-style-type: none;

    display: inline;

}

.pages a {

    padding: 5px 10px;

    border: 1px solid #c8c8c8;

    font-weight: bold;

    margin-right: 10px;

}

.pages #fenye {

    background: #00c15c;

    border-color: #00c15c;

    color: #FFF;

    font-weight: 700;

}

dl.tuwenlist {

    width: 100%;

    padding-bottom: 10px;

    margin-bottom: 10px;

    overflow: Hidden;

    border-bottom: 1px dashed #c8c8c8;

}

dl.tuwenlist dt {

    float: left;

}

dl.tuwenlist dt img {

    width: 250px;

    height: 250px;

    padding: 2px;

    border: 1px solid #c8c8c8;

}

dl.tuwenlist dd {

    width: 710px;

    float: right;

}

dl.tuwenlist dd h2 {

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 15px;

}

dl.tuwenlist dd h2 a {

    color: #000;

}

dl.tuwenlist dd h2 a:hover {

    color: #000;

}

dl.tuwenlist dd .info {

    font-size: 14px;

    font-family: Verdana, "宋体";

    line-height: 25px;

    color: #666;

}

dl.tuwenlist dd span {

    margin-top: 10px;

    float: right;

}

dl.tuwenlist dd span a {

    padding: 10px 20px;

    background-color: #666;

    text-align: center;

    color: #fff;

}

dl.tuwenlist dd span a:hover {

    background-color: #3B9B15;

}

ul.wzlist {

    width: auto;

    margin-top: 25px;

}

ul.wzlist li {

    line-height: 35px;

    padding-left: 25px;

    border-bottom: 1px dotted #d8d8d8;

    background: url(../images/wz_list_ico.jpg) 10px center no-repeat;

}

ul.wzlist li a {

    color: #333;

    font-size: 16px;

}

ul.wzlist li span {

    float: right;

    color: #999;

    font-size: 14px;

}

ul.wzlist li:hover a {

    color: #ff6600

}

ul.tulist {

    width: 950px;

    overflow: hidden;

    margin-top: 25px;

}

ul.tulist li {

    list-style-type: none;

    float: left;

    margin: 0 35px 20px 0;

    text-align: center;

    width: 275px;

}

ul.tulist li img {

    width: 273px;

    border: 1px solid #fff;

    height: auto;

}

ul.tulist li h3 {

    margin-top: 15px;

    font-weight: normal;

}

ul.tulist li h3 a {

    color: #333;

    font-size: 16px;

}

ul.tulist li:hover img {

    border-color: #ff6600;

}

ul.tulist li:hover h3 a {

    color: #ff6600;

}

/*---------- stock ---------*/

.header_zone {

    width: 100%;

    height: 143px;
    z-index: 9999999;

}

.header_blank {

    width: 100%;

    height: 143px;

    overflow: hidden;

    display: block;

}

.header_bg {

    width: 100%;

    background: url(../images/header_bg.jpg) repeat-x;

}

.header {

    width: 1175px;

    margin: 0px auto;

    height: 95px;

    background: url(../images/header_bg.jpg) repeat-x;

}

.logo {

    float: left;

    margin-top: 13px;

}
.logo img{
    float: left;
}
.logo h3{
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
}
.header_r {

    width: 270px;

    float: right;

    overflow: hidden;

}

.header_ewm {

    width: 78px;

    float: left;

    margin-top: 10px;

}

.header_ewm img {

    width: 78px;

    height: auto;

}

.header_lx {

    float: right;

    overflow: hidden;

    margin-top: 10px;

}

#zixun {

    display: block;

    padding-right: 30px;

    background: url(../images/zixun.png) right center no-repeat;

    line-height: 25px;

}

#dianhua {

    display: block;

    padding-left: 25px;

    background: url(../images/dianhua.png) left center no-repeat;

    font-size: 21px;

    color: #039a49;

    font-family: impact;

    line-height: 25px;

}

#qq {

    display: block;

    padding-left: 25px;

    background: url(../images/phone2.png) left center no-repeat;

    font-size: 21px;

    color: #039a49;

    font-family: impact;

    line-height: 25px;

}

/*---------nav--------------*/

.menu {

    width: 100%;

    min-width: 1175px;

    height: 48px;

    background-color: #01A04C;

}

.menu .nav {

    width: 1175px;

    height: 48px;

    margin: 0px auto;

}

.menu .nav li {

    float: left;

    list-style: none;
    position: relative;

}

.menu .nav li .zhu {

    display: block;

    height: 48px;

    padding: 0 25px;

    text-align: center;

    line-height: 48px;

    text-decoration: none;

    overflow: hidden;

    color: #fff;

    font-size: 18px;

    background: url(../images/nav_li.jpg) right center no-repeat;

}

.menu .nav li a.active {
    background: #F6BC10;
}

.menu .nav li .zhu:hover, .menu .nav #on {

    background: #F6BC10;

}

.menu .nav li .box {

    width: 100%;

    position: absolute;

    top: 48px;

    left: 0;

    display: none;

    background-color: #01a04d;

    z-index: 9997;

}

.menu .nav li .box p {

    text-align: center;

    display: block;

    line-height: 40px;

    border-bottom: 1px solid #01ad53;

}

.menu .nav li .box p a {

    color: #fff;

    width: 100%;

    height: 40px;

    display: block;

    font-size: 12px;

}

.menu .nav li .box p:hover {

    background-color: #F6BC10;

}

.menu .nav li .box p:hover a {

    color: #fff;

}

.sub_nav {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 200px;
    background: #F6BC10;
    z-index: 111;
}

.sub_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

.sub_nav a:hover {
    color: #02a851
}

.menu .nav li:hover .sub_nav {
    display: block;
}

#so {

    float: right;

    margin-top: 40px;

}

.search {

    width: 250px;

    border: 1px solid #494949;

    height: 30px;

    overflow: hidden;

    position: absolute;

    right: 0;

    top: 35px;

    z-index: 9998;

    background-color: #333;

    -moz-border-radius: 25px; /* Gecko browsers */

    -webkit-border-radius: 25px; /* Webkit browsers */

    border-radius: 25px; /* W3C syntax */

}

.search .key_text {

    float: left;

    width: 200px;

    overflow: hidden;

    text-indent: 20px;

    line-height: 30px;

    color: #a2a2a2;

    font-size: 12px;

    border: none;

    outline: none;

    background: none;

    font-family: Arial, "微软雅黑";

}

.search .search_btn {

    margin: 7px 10px 0 0;

    float: right;

    display: block;

    background: none;

    font-size: 0;

    line-height: 0;

    cursor: pointer;

    border: none;

    outline: none;

    text-indent: -999em;

}

.main_a{
    background: url(../images/grey_zone.jpg);

}
.about {

    width: auto;

    text-align: center;

    overflow: Hidden;

    margin-top: 10px;

}

.about_l {

    width: 530px;

    float: left;

    overflow: hidden;

}

.about_r {

    width: 620px;

    float: right;

    overflow: Hidden;

    color: #333;

    line-height: 30px;

    text-align: left;
    max-height: 360px;

}

.index_title {

    text-align: center;
    margin: 30px 0;
}

.index_title h2 {
    margin-bottom: 5px;
    font-size: 28px;
    color: #333;
}

.index_title span {
    display: block;
    width: 20px;
    height: 2px;
    background: #01A04C;
    margin: 0 auto;
}

.index_title p {
    margin-top: 5px;
    color: #666;
}

.subtitle{
    text-align: center;
    margin-bottom: 20px;
}
.subtitle li{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #999;
}
.subtitle li a{
    font-size: 16px;
    color: #666;
}
.subtitle li:hover{
    background: #01A04C;
    border-color:#01A04C;
}
.subtitle li:hover a{
    color: #fff;
}
.prolist {

    overflow: hidden;

}

.prolist li {

    width: 270px;

    float: left;

    list-style-type: none;

    position: relative;

    margin-right: 25px;

}

.prolist li img {

    width: 275px;
    display: block;
}

.prolist li .txt {

    text-align: center;

}

.prolist li .txt h3 {

    font-size: 16px;

    color: #333;

    font-weight: normal;

    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;

}

.prolist li .txt p {

    margin-top: 5px;

    font-size: 12px;

    color: #666;

}

.prolist li a {

    width: 100%;

    height: 100%;

    display: block;
    position: absolute;
    top:0;
    left:0;
}

.more_btn {

    display: block;

    margin: 25px auto;

    border: 1px solid #999;

    color: #333;

    width: 120px;

    height: 40px;

    text-align: center;

    line-height: 40px;

}

.more_btn:hover {
    color: #02a851;
}

.brief {

    margin-top: 30px;

    font-size: 12px;

    color: #999;

    text-align: center;

}

.text {

    font-size: 14px;

    color: #333;

    line-height: 30px;

    margin-top: 20px;

}

.btn {

    height: 40px;

    display: inline-block;

    *display: inline;

    *zoom: 1;

    line-height: 40px;

    margin-top: 45px;

    padding: 0 20px;

    color: #ff6600;

    font-size: 16px;

    border: 1px solid #ff6600;

    -moz-border-radius: 25px; /* Gecko browsers */

    -webkit-border-radius: 25px; /* Webkit browsers */

    border-radius: 25px; /* W3C syntax */

}

.grey_zone {

    width: 100%;

    overflow: hidden;

    min-width: 1175px;

    background: url(../images/grey_zone.jpg);

    padding: 40px 0 30px 0;

    margin-top: 40px;

}

ul.index_prolist {

    width: 1250px;

    overflow: hidden;

    margin-top: 45px;

}

ul.index_prolist li {

    list-style-type: none;

    float: left;

    margin: 0 40px 20px 0;

    text-align: center;

    width: 265px;

}

ul.index_prolist li img {

    width: 263px;

    border: 1px solid #fff;

    height: auto;

}

ul.index_prolist li h3 {

    margin-top: 15px;

    font-weight: normal;

}

ul.index_prolist li h3 a {

    color: #fff;

    font-size: 16px;

}

ul.index_prolist li:hover img {

    border-color: #ff6600;

}

ul.index_prolist li:hover h3 a {

    color: #ff6600;

}

.footer_zone {

    width: 100%;

    min-width: 1200px;

    overflow: hidden;

    background: url(../images/ind_foot_bg.jpg) repeat-x;
    margin-top: 20px;
    line-height: 2;
    color: #fff;

}

.footer {

    width: 1170px;

    overflow: hidden;

    margin: 0px auto;

}

.footer dl {

    height: 260px;

    text-align: center;

    float: left;

    padding: 0 65px;

    background: url(../images/index_foot_fg.jpg) no-repeat right 63px;

}

.footer dl dt {

    background: url(../images/index_foot_fg1.jpg) no-repeat center bottom;

    display: block;

    padding-bottom: 14px;

    margin-bottom: 20px;

}

.footer dl dt a {

    font-size: 15px;

    font-weight: bold;

    color: #fff;

    text-align: center;

}

.footer dl a:hover {

    text-decoration: underline;

}

.footer dl dd {

    line-height: 30px;

    color: #fff;

    font-size: 14px;

}

.footer dl dd a {

    font-size: 14px;

    color: #fff;

}

.footer dl.footer_lxxx {

    background: none;

    text-align: center;

    float: left;

    padding: 0 65px;

}

.copy_zone {

    width: 100%;

    min-width: 1200px;

    background-color: #333;

    border-top: 1px solid #454545;

    padding-top: 30px;

}

.index_lj {

    width: 1170px;

    margin: 10px auto 0;

    border-top: 1px solid #35bc75;

    border-bottom: 1px dashed #4ec386;

    color: #77ecaf;

    padding: 10px;

}

.index_lj a {
    color: #77ecaf;

    padding: 10px;

}

.index_foot_lx {

    width: 1170px;

    margin: 10px auto 10px;

    text-align: center;

}

.copy {

    width: 1200px;

    overflow: hidden;

    margin: 0px auto;

    text-align: center;

    min-height: 115px;

    position: relative;

    font-size: 14px;

    color: #fff;

}

.index_foot_lx a {

    color: #fff;

}

/*returnTop*/

p#back-to-top {

    position: absolute;

    display: none;

    bottom: 0px;

    left: 48%;

}

.zone1 {

    width: 100%;

    height: 576px;

    min-width: 1175px;

    overflow: hidden;

    margin-top: 30px;

    background: url(../images/zone1.jpg) center center no-repeat;

}

.zone2 {

    width: 100%;

    height: 463px;

    min-width: 1175px;

    overflow: hidden;

    background: url(../images/zone2.jpg) center center no-repeat;

}

.zone3 {

    width: 100%;

    height: 454px;

    min-width: 1175px;

    overflow: hidden;

    background: url(../images/zone3.jpg) center center no-repeat;

}

.zone4 {

    width: 100%;

    height: 487px;

    min-width: 1175px;

    overflow: hidden;

    background: url(../images/zone4.jpg) center center no-repeat;

}

.zone5 {

    width: 100%;

    height: 171px;

    min-width: 1175px;

    overflow: hidden;

    background: url(../images/zone5.jpg) center center no-repeat;

}

#xinwen_box {

    width: 353px;

    height: 424px;

    overflow: hidden;

    float: left;

    background: url(../images/xinwen_bg.png) center center no-repeat;

}

#video_box {

    width: 446px;

    height: 424px;

    overflow: hidden;

    float: left;

    margin-left: 12px;

    background: url(../images/video_bg.png) center center no-repeat;

}

#zixun_box {

    width: 353px;

    height: 424px;

    overflow: hidden;

    float: right;

    background: url(../images/zixun_bg.png) center center no-repeat;

}

.index_news {
}

.index_news li {
    width:534px ;
    float: left;
    margin-bottom: 20px;
    margin-right: 45px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 12px;


}

.index_news .ind_img {
    width: 200px;
    float: left;
    display: inline;
}

.index_news img {
    width: 100%;
    height: 150px;
}


.ind_text {
    width:314px ;
    float: left;
    margin-left: 20px;
    border-left:0
}

.ind_text a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 3px;
}

.index_news li:hover a {
    color: #01a04d;
}

.index_news span {
    display: block;
    color: #999;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    clear: both;
}

.index_news p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 5px;
}
.index_news a.more{
    float: right;
    font-size: 12px;
    color: #02a851;
}
.lmmc {

    width: auto;

    margin-top: 20px;

    overflow: hidden;

}

.lmmc h2 {

    float: left;

    font-size: 18px;

    color: #01a04d;

    text-indent: 15px;

}

.lmmc span {

    float: right;

    margin-right: 15px;

    margin-top: 5px;

}

.lmmc span a {

    color: #999;

    font-size: 12px;

}

.lmmc span a:hover {
    color: #02a851;
}

.ind_video {
    width: 438px;
    height: 274px;
    margin: 11px auto 0;
}

.ind_video1 {
    margin-top: 13px;
}

.ind_video_left {
    width: 10px;
    height: 12px;
    display: block;
    float: left;
    margin: 27px 5px 0 7px;
    background: url(../images/index_video_l.jpg) no-repeat;
}

.ind_video1 ul {
    width: 402px;
    float: left;
    display: inline;
}

.ind_video1 li {
    float: left;
    margin: 0 3px;
    width: 127px;
}

.ind_video1 li img {
    width: 100%;
    height: auto;
}

.ind_video_rignt {
    width: 10px;
    height: 12px;
    display: block;
    float: left;
    margin: 27px 0 0 5px;
    background: url(../images/index_video_r.jpg) no-repeat;
}

.ny_banner {
    width: 100%;
    height: 265px;
    border-bottom: 1px solid #dadada;
}

.ny_dqwz {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}

.ny_dqwz1 {
    margin: 15px auto 10px;
    color: #666;
}
.ny_dqwz1 h2{
    float: left;
}
.ny_dqwz1 p{
    float: right;
}
.ny_dqwz1 a {
    color: #666;
}

.ny_dqwz1 a:hover {
    color: #02a851;
}

.ny_con {
    width: 1170px;
    margin: 50px auto 0;
}

.ny_left {
    width: 240px;
    margin-right: 30px;
    float: left;
    display: inline;
}

.ny_left dt {
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #00c15c;
    background: -moz-linear-gradient(top, #00c15c 0%, #02a851 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c15c), color-stop(100%, #02a851));
    background: -webkit-linear-gradient(top, #00c15c 0%, #02a851 100%);
    background: -o-linear-gradient(top, #00c15c 0%, #02a851 100%);
    background: -ms-linear-gradient(top, #00c15c 0%, #02a851 100%);
    background: linear-gradient(to bottom, #00c15c 0%, #02a851 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c15c', endColorstr='#02a851', GradientType=0);
}

:root .ny_left dt {
    filter: none;
}

.ny_left dd {
    height: 45px;
    height: 45px;
    text-align: center;
}

.ny_left dd a {
    display: block;
    line-height: 45px;
    color: #333;
    border-bottom: 1px solid #eae9e9;
}

.ny_left dd a:hover, .ny_left dd a.on {
    color: #02a851;
    border-bottom: 1px solid #02a851;
}

.ny_left_pro {
    margin-top: 30px;
}

.ny_left_tit {
    background: #02a851;
    height: 47px;
    text-align: center;
    color: #fff;
    line-height: 47px;
    font-size: 16px;
    font-weight: bold;
}

.ny_left_pro_con {

    border: 1px solid #ccc;
    border-top: 0;
    padding: 5px 6px;

}

.ny_left_pro_con li {
    border: 1px solid #fff;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0;
}

.ny_left_pro_con li img {
    width: 205px;
    height: 175px;
}

.ny_left_pro_con a {
    font-size: 14px;
    padding-left: 10px;
    display: block;
    line-height: 24px;
    margin-top: 10px;
}

.ny_left_pro_con span {
    font-size: 12px;
    padding-left: 10px;
    line-height: 24px;
    display: block;
    color: #999;
    padding-bottom: 5px;
}

.ny_left_pro_con li:hover {
    border: 1px solid #ccc;
}

.ny_left_pro_con li:hover a {
    color: #00c15c;
    font-weight: bold;
}

.ny_left_con {
    border: 1px solid #d0d0d0;
    padding: 2px;
    margin-top: 30px;
}

.ny_left_con1 {
    line-height: 30px;
    margin: 10px;
}

.ny_right {
}

.ny_right_tit {
    border-bottom: 1px solid #ccc;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: url(../images/ny_right_tit.jpg) no-repeat center center;
    font-size: 24px;
    font-weight: bold;
}

.ny_right_con {
    color: #333;
    line-height: 25px;
}

.ny_par_con li {
    float: left;
    margin: 0 30px 30px 0;
    position: relative;
    overflow: hidden;
}

.ny_par_con li:nth-child(4n) {
    margin: 0 0 30px 0;
}

.ny_right_par_bg {
    position: absolute;
    left: 0;
    top: -76px;
    width: 202px;
    height: 58px;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/ny_right_par_bg.png) no-repeat;
}

.ny_par_con li:hover .ny_right_par_bg {
    top: 0;
}

.ny_right_con .h2 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #01a04d;
    text-align: center;
}

.ny_right1 dl {
    margin-top: 37px;
}

.ny_right1 dt {
    float: left;
    margin-left: 84px;
    line-height: 32px;
    margin-bottom: 24px;
}

.ny_right1 dd {
    float: left;
    margin-bottom: 24px;
}

.ny_inp_txt {
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 230px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.ny_mes_text textarea {
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 635px;
    padding: 10px;
    height: 90px;
    line-height: 30px;
}

.ny_mes_btn {
    margin-left: 154px;
}

.ny_news_con li {
    border-bottom: 1px dashed #ccc;
}

.ny_news_con1 {
    padding: 15px;
    border: 1px solid #fff;
}

.ny_news_img {
    width: 200px;
    float: left;
}

.ny_news_img img {
    width: 200px;
    height: 150px;
}

.ny_news_text {
    width: 600px;
    margin-left: 20px;
    float: right;
}

.ny_news_text h2 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.ny_news_text h2 a{
    display: inline-block;
    max-width: 750px;
    overflow: hidden;
}
.ny_news_text span {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.ny_news_text p {
    color: #666;
    margin-top: 10px;
    text-indent: 2em;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;

}
.ny_news_text a.more{
    display: block;
    text-align: right;
    color: #02a851;
}
.ny_news_con li:hover .ny_news_con1 {
    border: 1px solid #02a851;
}

.ny_news_con li:hover h2 {
    color: #02a851
}

.ny_news_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.ny_news_zz {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.ny_news_zz dl {
    width: 680px;
    margin: 0 auto;
    height: 30px;
    margin-top: 30px;
    text-align: center;
}

.ny_news_zz dd {
    font-size: 14px;
    color: #999;
}
.detail_pic{
    text-align: center;
    margin-top: 20px;
}
.ny_news_show_con {
    padding: 15px 0 0;
}

.ny_news_show_x {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
    font-size: 16px;
}

.ny_news_show_x span.ny_news_show_x_l {
    float: left;
    display: inline;
    line-height: 30px;
    color: #666;
    background: url(../images/ny_news_show2.jpg) no-repeat left center;
    padding-left: 35px;
}

.ny_news_show_x span.ny_news_show_x_r {
    float: right;
    display: inline;
    line-height: 30px;
    color: #666;
    background: url(../images/ny_news_show3.jpg) no-repeat right center;
    padding-right: 35px;
}
.ny_news_show_x a.b{
    font-weight: bold;
}
.ny_news_show_case {
    margin-top: 55px;
}

.ny_news_show_case_tit {
    border-bottom: 1px solid #ccc;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: url(../images/ny_news_show_case_tit.jpg) no-repeat center center;
    font-size: 18px;
    font-weight: bold;
}

ny_news_show_case_con {
    width: 900px;
    overflow: hidden;
    position: relative;
}

ny_news_show_case_con ul {
    width: 920px;
}

.ny_news_show_case_con .hd {
    overflow: hidden;
    width: 900px;
    height: 55px;
    position: absolute;
    margin-top: 102px;
    z-index: 10;
}

.ny_news_show_case_con .hd .prev {
    display: block;
    width: 55px;
    height: 55px;
    float: left;

    cursor: pointer;
    background: url("../images/arr_l.png") no-repeat;
}

.ny_news_show_case_con .hd .next {
    display: block;
    width: 55px;
    height: 55px;
    float: right;

    cursor: pointer;
    background: url("../images/arr_r.png") no-repeat;
}

.ny_news_show_case_con .bd {
}

.ny_news_show_case_con .bd ul {
    overflow: hidden;
    zoom: 1;
}

.ny_news_show_case_con .bd ul li {
    margin: 24px 20px 24px 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.ny_news_show_case_con .bd ul li .pic {
    text-align: center;
}

.ny_news_show_case_con .bd ul li .pic img {
    width: 208px;
    height: 208px;
    display: block;
}

.ny_news_show_case_con .bd ul li .title {
    line-height: 24px;
    padding: 10px;
    background: #f3f3f3;
    margin-top: 9px;
}

.ny_news_show_case_con .bd ul li:hover {
    border: 1px solid #02a851;
}

.ny_news_show_case_con .bd ul li:hover .title {
    background: #02a851;
}

.ny_news_show_case_con .bd ul li:hover .title a {
    color: #FFF;
}

.ny_pro_fl {
    width: 100%;
    margin-bottom: 30px;
}

.ny_pro_fl ul {
    text-align: center;
}

.ny_pro_fl ul li {
    padding: 2px;
    border: 1px solid #02a851;
    display: block;
    margin-bottom: 5px;
}

.ny_pro_fl ul li a {
    display: block;
    height: 40px;
    text-align: center;
    background: #02a851;
    font: normal 16px/40px "微软雅黑";
    color: #FFF;
}

.ny_pro_fl ul li:hover, .ny_pro_fl ul li.on {
    border: 1px solid #F6BC10;
}

.ny_pro_fl ul li:hover a, .ny_pro_fl ul li.on a {
    background: #F6BC10;
    color: #ffffff;
}

.ny_pro_tj {
    width: 1170px;
    margin: 0 auto;
}

.ny_pro_tjcp {
    width: 898px;
    border: 1px solid #ccc;
    margin-right: 30px;
    float: left;
    display: inline;
}

.ny_pro_tj {
    margin-top: 55px;
}

.ny_pro_tjcp_tit {
    border-bottom: 1px solid #ccc;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: url(../images/ny_news_show_case_tit.jpg) no-repeat center center;
    font-size: 18px;
    font-weight: bold;
}

.ny_pro_tjcp_con {
    width: 900px;
    overflow: hidden;
    position: relative;
}

.ny_pro_tjcp_con ul {
    width: 920px;
}

.ny_pro_tjcp_con .hd {
    overflow: hidden;
    width: 900px;
    height: 55px;
    position: absolute;
    margin-top: 102px;
    z-index: 10;
}

.ny_pro_tjcp_con .hd .prev {
    display: block;
    width: 55px;
    height: 55px;
    float: left;

    cursor: pointer;
    background: url("../images/arr_l.png") no-repeat;
}

.ny_pro_tjcp_con .hd .next {
    display: block;
    width: 55px;
    height: 55px;
    float: right;

    cursor: pointer;
    background: url("../images/arr_r.png") no-repeat;
}

.ny_pro_tjcp_con .bd {
    width: 866px;
    margin: 0 auto;
}

.ny_pro_tjcp_con .bd ul {
    overflow: hidden;
    zoom: 1;
}

.ny_pro_tjcp_con .bd ul li {
    margin: 15px 3px;
    width: 205px;
    float: left;
    _display: inline;
    overflow: hidden;
    padding: 1px;
    border: 2px solid #fff;
}

.ny_pro_tjcp_con .bd ul li:hover {
    border: 2px solid #01a04d;
}

.ny_pro_tjcp_con .bd ul li:hover a {
    color: #01a04d;
}

.ny_pro_tjcp_con .bd ul li .pic {
    text-align: center;
}

.ny_pro_tjcp_con .bd ul li .pic img {
    width: 205px;
    height: 205px;
    display: block;
}

.ny_pro_tjcp_con .bd ul li .pic a:hover img {
    border-color: #02a851;
}

.ny_pro_tjcp_con .bd ul li .title {
    line-height: 24px;
}

.ny_pro_tjcp_con .bd ul li .title p {
    color: #999;
    font-size: 12px;
}

.ny_pro_news_con {
    width: 240px;
    float: right;
}

.ny_pro_news_con1 {
    padding: 8px;
    border: 1px solid #ccc;
    height: 298px;
    border-top: 0;
    background: url(../images/ny_pro_news_con_bg.jpg) no-repeat left 10px;
}

.ny_pro_news_con1 li {
    border-bottom: 1px dashed #ccc;
    padding: 2px 0 10px 28px;
}

.ny_pro_news_con1 .ny_pro_news_img {
    width: 58px;
    height: 40px;
    border: 1px solid #ccc;
    float: left;
    display: inline;
}

.ny_pro_news_con1 .ny_pro_news_img img {
    width: 56px;
    height: 38px;
    border: 1px solid #ccc;
}

.ny_pro_news_con1 .ny_pro_news_text {
    width: 120px;
    margin-left: 5px;
    float: left;
    display: inline;
}

.ny_pro_news_con1 .ny_pro_news_text h2 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.ny_pro_news_con1 .ny_pro_news_text span {
    font-size: 12px;
    color: #999;
}

.ny_pro_news_con1 .ny_pro_news_text p {
    color: #666;
    font-size: 12px;
    margin-top: 3px;
}

.ny_pro_news_con1 .ny_pro_news_con li:hover .ny_pro_news_con1 {
    border: 1px solid #02a851;
}

.ny_pro_news_con1 .ny_pro_news_con li:hover h2 {
    color: #02a851
}

.ny_pro_con_img {
    text-align: center;
}

.ny_pro_con_img img {
    border: 5px solid #ebebeb;
}

.ny_pro_con_tit {
    margin-top: 20px;
    margin-bottom: 15px;
}

.ny_pro_con_xq {
    margin-top: 33px;
}

.ny_pro_con_cq_tit {
    background: url(../images/ny_pro_con_cq_tit.jpg) no-repeat bottom left;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.ny_pro_con_xgcp_tit {
    width: 900px;
    height: 47px;
    background: url(../images/ny_pro_con_xgcp_tit.jpg) no-repeat;
    margin-top: 50px;
}

.ny_pro_con_xgcp_con {
    width: 900px;
    overflow: hidden;
}

.ny_pro_con_xgcp_con ul {
    width: 918px;
}

.ny_pro_con_xgcp_con ul li {
    width: 277px;
    margin: 15px 16px 15px 0;
    float: left;
    _display: inline;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ebebeb;
}

.ny_pro_con_xgcp_con ul li:hover {
    border: 1px solid #01a04d;
}

.ny_pro_con_xgcp_con ul li:hover a {
    color: #01a04d;
}

.ny_pro_con_xgcp_con ul li .pic {
    text-align: center;
}

.ny_pro_con_xgcp_con ul li .pic img {
    width: 275px;
    height: 230px;
    display: block;
}

.ny_pro_con_xgcp_con ul li .pic a:hover img {
    border-color: #02a851;
}

.ny_pro_con_xgcp_con ul li .title {
    line-height: 24px;
    margin: 10PX 0;
}

.ny_pro_con_xgcp_con ul li .title a {
    display: block;
}

.ny_pro_con_xgcp_con ul li .title span {
    color: #999;
}

.ny_service_con li {
    border-bottom: 1px dashed #ccc;
    padding: 3px 15px 20px 15px;
    cursor: pointer;
}

.ny_service_text {
    margin-left: 15px;
}

.ny_service_text h2 {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    font-weight: normal;
}

.ny_service_con li:hover h2 {
    color: #01a04d;
}

.ny_service_text span {
    font-size: 12px;
    color: #999;
}

.ny_service_text p {
    color: #818181;
    margin-top: 15px;
}

.ny_case {
    width: 900px;
    overflow: hidden;
}

.ny_case ul {
    width: 920px;
}

.ny_case ul li {
    margin: 0 20px 24px 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.ny_case ul li .pic {
    text-align: center;
}

.ny_case ul li .pic img {
    width: 208px;
    height: 208px;
    display: block;
}

.ny_case ul li .title {
    line-height: 24px;
    padding: 10px;
    background: #f3f3f3;
    margin-top: 9px;
}

.ny_case ul li:hover {
    border-color: #02a851;
}

.ny_case ul li:hover .title {
    background: #02a851;
}

.ny_case ul li:hover .title a {
    color: #FFF;
}

.maplist {

}

.maplist dl {

    overflow: hidden;

    margin-top: 15px;

    padding-bottom: 15px;

    border-bottom: 1px dashed #ccc;

}

.maplist dl dt {

    display: block;

    margin-bottom: 10px;

}

.maplist dl dt a {

    font-size: 20px;

    color: #000;

}

.maplist dl dd {

    padding: 0 15px;

    float: left;

    margin-bottom: 10px;

}

.maplist dl dd a {

    font-size: 14px;

    color: #666;

}

.content_des {
    width: 1145px;
    border: 1px dotted #e5e5e5;
    text-indent: 24px;
    padding: 10px;
    margin: 20px 0 20px 0px;
}

.content_des p {
    font-size: 14px;
    color: #868686;
    line-height: 24px
}

.area {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.area h3 {
    width: 100%;
    height: 47px;
    background: #ededed;
    color: #FFF;
    line-height: 47px;
}

.area h3 span {
    width: 112px;
    height: 47px;
    background: url(../images/areabg.jpg) no-repeat;
    text-align: center;
    display: block;
}

.area ul {
    padding-top: 15px;
    height: auto;
    overflow: hidden;
}

.area ul li {
    float: left;
    margin-left: 20px
}

.area ul li a {
    font-size: 14px;
    line-height: 28px;
}

.area ul li a:hover {
    color: #01ab52
}

.area1 {
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: 15px auto 0;
    margin-bottom: 15px;
}

.area1 h3 {
    width: 100%;
    height: 47px;
    background: #ededed;
    color: #FFF;
    line-height: 47px;
}

.area1 h3 span {
    width: 112px;
    height: 47px;
    background: url(../images/areabg.jpg) no-repeat;
    text-align: center;
    display: block;
}

.area1 ul {
    padding-top: 15px;
    height: auto;
    overflow: hidden;
}

.area1 ul li {
    float: left;
    margin-right: 28px
}

.area1 ul li a {
    font-size: 14px;
    line-height: 28px;
}

.area1 ul li a:hover {
    color: #01ab52;
}

.xgxw {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.xgxw h3 {
    width: 100%;
    height: 47px;
    background: #ededed;
    color: #FFF;
    line-height: 47px;
}

.xgxw h3 span {
    width: 112px;
    height: 47px;
    background: url(../images/areabg.jpg) no-repeat;
    text-align: center;
    display: block;
}

.xgxw ul {
    padding-top: 15px;
    height: auto;
    overflow: hidden;
}

.xgxw dl {
    padding-top: 15px;
    height: auto;
    overflow: hidden;
}

.xgxw ul li {
    float: left;
    display: inline;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    line-height: 30px;
}

.xgxw ul li span {
    float: right;
    color: #5a5a5a
}

.xgxw dl dt {
    float: left;
    display: inline;
    margin-right: 2%;
    text-align: center;
}

.xgxw dl dt img {
    border: 1px solid #ccc;
}

.link {
    width: 1170px;
    height: auto;
    margin: 15px auto 0px;
    overflow: hidden;
}

.link span {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    background: #01ab52;
    color: #FFF;
    display: block;
    float: left;
    width: 125px;
    text-align: center;
    margin-left: 0px
}

.link ul li {
    float: left;
    margin-left: 28px;
    line-height: 40px;
}
.pagination-box {
    margin-top:20px;
    margin-bottom: 30px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}


.pagination-inner li.active {
    background: #F6BC10 none repeat scroll 0 0;
    border-color: #F6BC10;
    color: #fff;
}

.pagination-inner li:hover {
    background: #F6BC10 none repeat scroll 0 0;
    border-color: #F6BC10;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.pagination-inner li img{
}
.pagination-inner {
    text-align: center;
}

/*list_nav*/
.list_nav{
    width: 250px;
    float: left;
}
.list_nav h3{
    font-size: 22px;
    height: 80px;
    line-height: 80px;
    background: #02a851;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;

}
.list_cont{
    width: 860px;
    float: right;
}

.lam_box .ow_links span{
    background: #01A04C;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#01A04C;
}
.lam_box .ow_links h2 i{
    color: #000;
}

.hot{
    width: 1175px;
    margin: 0 auto;
}
.hotlist li{
    float: left;
    position: relative;
}
.hotlist li img{
    display: block;
}
.hotlist .li1{
    width: 50%;
}
.hotlist .li2{
    width: 24%;
    margin-left: 1%;
    margin-bottom: 18px;
}
.hotlist li .txt{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url("../images/black_60.png");
    position: absolute;
    bottom:0;
    left:0;
    text-align: center;
}
.hotlist li .txt h3{
    color: #fff;
}