.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: #0c7058;
    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 #0c7058;
    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: #0c7058;
    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;
}


/*banner*/

.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 30px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .hd ul {
    margin-left: 500px;
}

.fullSlide .hd ul li {
    float: left;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
}

.fullSlide .hd ul li {
    width: 62px;
    height: 6px;
    background: #000;
}

.fullSlide .hd ul .on {
    background: #015198;
}

.search {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
}

.search p {
    float: left;
    font-size: 14px;
    color: #333;
    width: 908px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.search p a {
    font-size: 14px;
    color: #333;
    padding: 0 10px 0 0;
}

.search p a:hover {
    color: #0c7058;
}

.search .ser_inp {
    background: url(../image/s_inp.gif) no-repeat;
    width: 230px;
    padding-left: 13px;
    height: 38px;
    border: none;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
    line-height: 38px;
    outline: none;
    margin-top: 20px;
}

.search .ser_so {
    cursor: pointer;
    float: left;
    background: url(../image/s_so.gif) no-repeat;
    border: none;
    width: 49px;
    height: 38px;
    margin-top: 20px;
}

input::-webkit-input-placeholder {
    color: #666;
}

.pro_r dl dd span {
    width: 500px;
}

.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;
}