.top_bg {
    height: 196px;
    background: url(../image/top_bg.gif) repeat-x;
    position: relative;
    z-index: 5;
}

.header,
.nav_main {
    width: 1200px;
    margin: 0 auto;
}

.h_con {
    height: 136px;
    overflow: hidden;
}

.logo {
    float: left;
    width: 105px;
    padding: 26px 30px 0 0;
}

.logo img {
    width: 105px;
    height: 72px;
}

.h_dw {
    float: left;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    height: 60px;
    overflow: hidden;
    padding: 30px 0 0 25px;
    position: relative;
}

.h_dw:before {
    content: "";
    width: 2px;
    height: 40px;
    background: #eaeaea;
    position: absolute;
    top: 44px;
    left: 0;
}

.h_dw i {
    display: block;
    font-size: 24px;
    color: #0b7057;
}

.h_tel {
    height: 70px;
    padding: 33px 0 0 72px;
    position: relative;
    margin-left: 129px;
    float: left;
}

.h_tel .nextpage {
    position: absolute;
    width: 51px;
    height: 95px;
    top: 0;
    left: 0;
    animation: plateRotate 1s linear infinite alternate;
    -webkit-animation: plateRotate 1s linear infinite alternate;
    transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
}

.h_tel .nextpage em,
.h_tel .nextpage a {
    display: block;
}

.h_tel .nextpage .line {
    width: 1px;
    height: 40px;
    background: #006C41;
    margin-left: 25px;
}

.h_tel .nextpage .mouse {
    width: 51px;
    height: 51px;
    background: url(../image/tel.png);
}

.h_tel p {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.h_tel p b {
    display: block;
    font-size: 32px;
    color: #000;
}

.h_nav {
    height: 60px;
}

.h_nav li {
    height: 60px;
    line-height: 60px;
    float: left;
}

.h_nav li a {
    font-size: 16px;
    color: #e9e9e9;
    padding: 0 40px;
    display: block;
    float: left;
    position: relative;
    z-index: 4;
    text-decoration: none;
    height: 60px;
}

.h_nav li a:hover {
    background: #48B2E4;
}


/* IE6、IE7、IE8支持 */

.h_nav li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: #48B2E4;
    bottom: 0;
    left: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
    z-index: -1;
}

.h_nav li:hover a:after,
.h_nav li.cur a:after {
    height: 100%;
}

.h_nav li.cur a {
    font-weight: bold;
}

em,
i {
    font-style: normal;
}

.li02_nav,
.li03_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 196px;
    z-index: 10;
    padding: 35px 0 50px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.nav_main {
    background: #fff;
    position: relative;
}

.nav_main:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -13px;
    left: 175px;
    border-bottom: 20px solid #006C41;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.nav_list {
    padding: 45px 0 0 30px;
    height: 72px;
    width: 860px;
}

.h_nav li .nav_list p {
    width: 286px;
    float: left;
    height: 36px;
    overflow: hidden;
}

.h_nav li .nav_list p a,
.h_nav li .li03_nav p span {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    padding: 0 0 0 26px;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../image/nav02_ico01.png) no-repeat 0 center;
    text-transform: uppercase;
}

.h_nav li .nav_list p a:hover,
.h_nav li .li03_nav p:hover span {
    color: #006C41;
    font-weight: normal;
    background: url(../image/nav02_ico02.png) no-repeat 0 center;
}

.h_nav li.cur .nav_list p a,
.h_nav li.cur .nav_main p a {
    font-weight: normal;
}

.li02_r {
    width: 263px;
    height: 140px;
    padding: 35px 0 30px;
    line-height: 0;
    overflow: hidden;
}

.li02_r img {
    width: 263px;
    height: 140px;
}

.li03_nav .nav_main:before {
    left: 325px;
}

.h_nav li .li03_nav p {
    width: 300px;
    float: left;
    line-height: 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.h_nav li .li03_nav p:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.h_nav li .li03_nav p img {
    width: 300px;
    height: 150px;
}

.h_nav li .li03_nav p a {
    padding: 0;
    color: #666;
    height: 100%;
}

.h_nav li .li03_nav p span {
    display: block;
    width: 224px;
    margin-left: 50px;
}

.h_nav li .li03_nav p:nth-child(3) span,
.h_nav li .li03_nav p:nth-child(4) span {
    width: 250px;
    margin-left: 24px;
}

.h_nav li .nav_list p a:after,
.h_nav li.cur .nav_list p a:after,
.h_nav li .li03_nav p a:after,
.h_nav li.cur .li03_nav p a:after,
.h_nav li.cur .nav_main .li02_r a:after,
.h_nav li .nav_main .li02_r a:after {
    display: none;
}

@-webkit-keyframes plateRotate {
    0% {
        -webkit-transform: rotateZ(-10deg);
    }
    100% {
        -webkit-transform: rotateZ(10deg);
    }
}

@keyframes plateRotate {
    0% {
        transform: rotateZ(-10deg);
    }
    100% {
        transform: rotateZ(10deg);
    }
}

.yyy {
    float: right;
    padding: 3px 0 0 3px;
    background: #f2f2f2;
    margin-top: 15px;
    border-radius: 9px;
    width: 134px;
    height: 110px;
    font-size: 16px;
}

.yyy img {
    width: 100px;
    margin: 4px 1px 0px 6px;
}

.yyy span {
    writing-mode: tb;
    margin: 1px -4px 16px -2px;
    font: inherit;
}

.ty-banner-1 {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}


/* .ty-banner-1 img {
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
} */

.p1-search-1 {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}

.p1-search-1 p {
    color: #444;
    line-height: 82px;
}

.p1-search-1 a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}

.p1-search-1-inp {
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}

.p1-search-1-inp input {
    border: 0;
}

.p1-search-1-inp1 {
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
}

.p1-search-1-inp2 {
    width: 30px;
    height: 30px;
    background: url(../image/VISkins-p1.png) no-repeat -258px -936px;
    float: right;
    cursor: pointer;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 50px;
}

.p12-curblock {
    display: none;
}

.p12-curmbs-1 b {
    border-left: 10px solid #d6140c;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}

.p14-left-nav-1-tit {
    background: #0c7056;
    height: 80px;
}

.p14-left-nav-1-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.p14-left-nav-1-tit h3 span {
    font-size: 14px;
    text-transform: uppercase;
}

.p14-left-nav-1-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #0c7056;
    margin-bottom: 2px;
}

.p14-left-nav-1-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #fff;
}

.p14-left-nav-1-nav-one h3.sidenavcur,
.p14-left-nav-1-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #d6140c;
}

.p14-left-nav-1-nav dl {
    padding: 2px 0 4px;
}

.p14-left-nav-1-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
}

.p14-left-nav-1-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p14-left-nav-1-nav dt.sidenavcur:after,
.p14-left-nav-1-nav dt:hover:after {
    border-color: #0c7056;
}

.p14-left-nav-1-nav dt.sidenavcur a,
.p14-left-nav-1-nav dt:hover a {
    color: #0c7056;
}

.p14-left-nav-1-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.p14-left-nav-1-nav p {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
}


/*.p14-left-nav-1-nav p:after{content: ""; width: 3px; height: 3px; border-radius: 100%;background: #666; position: absolute; left: 58px; top: 50%;}*/

.p14-left-nav-1-nav p.sidenavcur a,
.p14-left-nav-1-nav p:hover a {
    color: #0c7056;
}

.p14-left-nav-1-nav p.sidenavcur:after,
.p14-left-nav-1-nav p:hover:after {
    background: #d6140c;
}

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-z1 {
    height: 140px;
    background: url("../image/contact-z1.jpg") no-repeat;
    color: #333;
    margin-bottom: 30px;
}

.contact-z1 p {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    background: url(../image/contact-z1_tel.png) no-repeat 74px 44px;
}

.contact-z1 span {
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
}

.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.p14-infolist-1-list dl:hover {
    border-color: #0c7056;
}

.p14-infolist-1-list dt {
    width: 42%;
    float: left;
    margin-right: 5%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}

.p14-infolist-1-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-infolist-1-list dl:hover h4 a {
    color: #0c7056;
}

.p14-infolist-1-list-desc {
    max-height: 96px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 15px;
    overflow: hidden;
}

.p14-infolist-1-list-deta {
    float: right;
    width: 134px;
    height: 40px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #0c7056;
    border-color: #0c7056;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}

.f_bg {
    background: #0b7057;
    padding: 30px 0 0;
    height: 230px;
    overflow: hidden;
}

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

.footer h2 {
    width: 125px;
    float: left;
    padding: 20px 60px 0 30px;
}

.footer h2 img {
    width: 125px;
    height: 85px;
}

.f_ban {
    padding: 5px 0 0 60px;
    height: 153px;
    background: url(../image/f_line.gif) no-repeat;
}

.f_ban p {
    font-size: 14px;
    color: #ccdbd6;
    line-height: 25px;
}

.f_ban p span {
    padding: 0 18px;
}

.f_ban a {
    font-size: 14px;
    color: #ccdbd6;
}

.f_er {
    padding: 5px 5px 0 30px;
    height: 145px;
    width: 272px;
    background: url(../image/f_line.gif) no-repeat;
}

.f_er img {
    width: 94px;
    height: 94px;
}

.f_er p {
    padding: 0 0 0 30px;
    width: 106px;
    float: left;
    text-align: center;
}

.f_er p em {
    display: block;
    width: 94px;
    height: 94px;
    border: #afafaf 1px dashed;
    padding: 5px;
    line-height: 0;
}

.f_er p span {
    display: block;
    font-size: 14px;
    color: #ccdbd6;
    padding: 5px 0 0;
}

.f_nav {
    height: 44px;
    line-height: 44px;
    border-bottom: #4f967e 1px solid;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -18px;
}

.f_nav a {
    font-size: 14px;
    color: #ccdbd6;
    padding: 0 20px;
}

em,
i {
    font-style: normal;
}

.f_bg .gswj {
    padding-left: 222px;
}

.kefu {
    display: none;
    width: 140px;
    padding: 15px;
    position: fixed;
    top: 40px;
    right: 10px;
    z-index: 20;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #d0d0d0;
    border: #d5d5d5 1px solid;
    background: #fff;
}

.kefu .close {
    background: url(../image/b89626b907b147e2b469f73d18659f29_2.png);
    background-position: -278px -86px;
    height: 20px;
    width: 20px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.ke_close {
    background: url(../image/1ea735ac31424e0bb7b2093cc478b330_2.jpg);
    height: 124px;
    width: 48px;
    display: block;
    float: right;
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 10px;
    z-index: 20;
    overflow: hidden;
}

.kefu h3 {
    display: block;
    padding: 0 0 20px;
}

.kefu h3 img {
    width: 140px;
    height: auto;
}

.kefu_m ul li {
    background: #0b7057;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 1px;
}

.kefu_m ul li a {
    font-size: 12px;
    color: #fff;
    display: block;
}

.kefu p {
    font-size: 12px;
    color: #333;
    padding: 12px 0;
    text-align: center;
}

.kefu p b {
    display: block;
    font-size: 16px;
    color: #0b7057;
    padding: 5px 0 0;
}