body {
    background: #fff;
    color: #333;
    position: relative;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.10s linear 0.01s;
    -moz-transition: all 0.10s linear 0.01s;
    -ms-transition: all 0.10s linear 0.01s;
    -o-transition: all 0.10s linear 0.01s;
    transition: all 0.10s linear 0.01s;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #1C8437;
}

li,
img {
    -webkit-transition: all 0.20s linear 0.01s;
    -moz-transition: all 0.20s linear 0.01s;
    -ms-transition: all 0.20s linear 0.01s;
    -o-transition: all 0.20s linear 0.01s;
    transition: all 0.20s linear 0.01s;
}

li,
img {
    display: block;
    /*margin:0 auto;*/
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

@font-face {
    font-family: fzzdh;
    src: url("../image/fzzdh.ttf");
}

em {
    font-style: normal;
}

.container {
    width: 1100px !important;
    padding: 0;
}

.head {
    position: relative;
    z-index: 10;
}

.head .head-top {
    height: 30px;
    line-height: 30px;
    background: #fff url(../image/head-top-bg.png);
    border-bottom: 1px solid #d0d0d0;
}

.head .head-top .left {
    float: left;
    color: #666;
}

.head .head-top .right {
    float: right;
    color: #666;
}

.head .head-top .right .bdsharebuttonbox {
    float: left;
    padding-top: 5px;
}

.head .head-top .right a {
    color: #666;
}

.head .head-top .right span {
    color: #aaa;
}

.head .head-center {
    height: 120px;
    background: url(../image/head-bg.png) left top repeat-x;
    clear: both;
}

.head .head-center h1 {
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
}

.head .head-center .introduce {
    float: left;
    width: 500px;
}

.head .head-center .introduce img {
    float: left;
    margin-right: 18px;
}

.head .head-center .introduce h2 {
    margin-top: 26px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 26px;
    color: #1C8437;
    line-height: 36px;
}

.head .head-center .introduce h2 span {}

.head .head-center .introduce em {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
}

.head .head-center .phone {
    float: right;
    font-size: 28px;
    margin-top: 30px;
    line-height: 32px;
}

.head .head-center .phone img {
    margin-right: 10px;
    float: left;
}

.head .head-center .phone .phone-num {
    float: left;
    margin-top: 3px;
}

.head .head-center .phone small {
    font-size: 16px;
    display: block;
    margin-left: 3px;
    color: #333;
}

.head .head-center .phone span {
    display: block;
    color: #1C8437;
    font-weight: bold;
}

.nav {
    height: 45px;
    background-color: #1C8437;
    border-bottom: 2px solid #FF7400;
    clear: both;
    position: relative;
    z-index: 10;
}

.nav .menu {}

.nav .menu {
    position: relative;
    z-index: 1;
}

.nav .menu a {
    color: #fff;
}

.nav .menu li {
    float: left;
    position: relative;
    display: inline;
    height: 45px;
}

.nav .menu li a {
    display: block;
    font-size: 14px;
    width: 136px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-right: 1px solid #0e6e27;
    border-left: 1px solid #33974d;
    margin-top: 8px;
}

.nav .menu li:hover {
    background-color: #FF7400;
}

.nav .menu .index {
    background-color: #FF7400;
}

.nav .menu .index a {
    color: #fff;
}

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.banner .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 47%;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 100px;
    margin: 0 2px;
}

.banner .hd ul li.on {
    background: #1C8437;
    color: #1C8437;
}

.banner .bd {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.banner .bd ul {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.banner .bd li {
    float: left;
    width: 100%;
    height: 500px;
}

.banner .bd li span {
    display: block;
    width: 100%;
    height: 500px
}

.banner .bd li a {
    display: block;
    width: 100%;
    height: 500px
}

.banner .bd li .img_1 {
    background: url("../image/banner1.jpg") center top no-repeat
}

.banner .bd li .img_2 {
    background: url("../image/banner2.jpg") center top no-repeat
}

.banner .bd li .img_3 {
    background: url("../image/banner3.jpg") center top no-repeat
}

.banner .bd li .img_4 {
    background: url("../image/banner4.jpg") center top no-repeat
}

.banner .prev,
.banner .next {
    height: 75px;
    background: #fff;
    position: absolute;
    left: 8%;
    top: 45%;
    margin-top: -25px;
    display: block;
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: 60px;
    color: #000;
    border-radius: 5px;
}

.banner .next {
    left: auto;
    right: 8%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

.search {
    padding: 10px 0;
    display: block;
    background: #eee;
    border-bottom: 1px solid #ccc;
}

.search .container {}

.search .tags {
    float: left;
    line-height: 40px;
    font-size: 12px;
    width: 700px;
}

.search .tags a {
    padding: 0 20px 0 0;
}

.search .tags a:hover {
    font-weight: bold;
}

.search .tags h4 {
    float: left;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    font-weight: bold;
    color: #20171a;
}

.search .tags ul li {
    float: left;
}

.search .tags ul li a {
    margin-right: 10px;
    border-right: 1px solid #8C7B50;
    padding-right: 10px;
}

.search .form {
    float: right;
    height: 35px;
    margin-right: 0px;
    margin-top: 0px;
}

.search .form .search-keyword {
    width: 280px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #aaa;
    padding-left: 28px;
    font-size: 12px;
    float: left;
    margin-top: 2px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    border-right: 0;
}

.search .form .search-submit {
    width: 49px;
    height: 30px;
    background: #1C8437;
    border: none;
    margin-top: 2px;
    top: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.navbar-example {
    position: fixed;
    top: 20%;
    left: 0;
    width: 50px;
    z-index: 0;
}

.navbar-example .nav {
    background: none;
}

.navbar-example .navbar-collapse {
    padding: 0;
}

.navbar-example .navbar-nav>li {
    display: block;
    float: none;
    height: 40px;
    width: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 40px;
    background: #1C8437;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-example .navbar-nav>li>a {
    padding: 0;
    line-height: 40px;
    color: #fff;
}

.navbar-example .navbar-nav>li>a:hover {
    background: #fff;
    color: #1C8437;
}

.navbar-example .navbar-nav>li.active>a {
    color: #1C8437;
    cursor: default;
    background-color: #fff;
    border: 0;
    line-height: 40px;
}

.partner {
    clear: both;
    padding: 20px 0;
}

.partner .container {
    background: #eee;
}

.partner .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.partner .title h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.partner .title h2 a {
    color: #333;
}

.partner .title h2 a:hover {
    color: #fff;
}

.partner .title h2 span {
    color: #fff;
}

.partner .title em {
    width: 1100px;
    display: block;
    margin-top: 3px;
}

.partner .cont {
    padding-top: 10px;
}

.partner .cont .partner-img {
    overflow: hidden;
    position: relative;
}

.partner .cont .partner-img .bd .prev,
.partner .cont .partner-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;
}

.partner .cont .partner-img .bd .prev {
    float: right;
    right: 0px;
}

.partner .cont .partner-img .bd .next {
    float: left;
    left: 0px;
}

.partner .cont .partner-img .bd .tempWrap {}

.partner .cont .partner-img .bd ul {
    overflow: hidden;
    zoom: 1;
}

.partner .cont .partner-img .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

.partner .cont .partner-img .bd ul li .pic {
    text-align: center;
    padding: 0px;
    display: block;
}

.partner .cont .partner-img .bd ul li .pic img {
    width: 162px;
    height: 122px;
    display: block;
    border: 1px solid #ccc;
}

.partner .cont .partner-img .bd ul li span {
    color: #000;
    margin: 5px 0;
    display: block;
}

.about {
    height: 380px;
    background: url(../image/about-bg.jpg) top center;
    padding: 20px 0;
    overflow: hidden;
}

.about .container {}

.about .about-cont {
    padding: 15px 25px 0 25px;
    overflow: hidden;
}

.about .about-cont .about-img {
    float: left;
    margin-right: 20px;
    display: block;
    margin-top: 5px;
    height: 330px;
}

.about .about-cont .about-img img {
    border: 1px solid #ccc;
    padding: 3px;
    width: 440px;
    height: 310px;
    background: #fff;
}

.about .about-cont .about-title {
    font-size: 16px;
    font-weight: bold;
    color: #1C8437;
    padding-top: 5px;
    padding-bottom: 10px;
}

.about .about-cont .about-title span {
    color: #292c30;
    margin-left: 10px;
    font-size: 14px;
}

.about .about-cont .about-title small {
    display: block;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.about .about-cont .about-dis {
    line-height: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.about .about-cont .about-dis p {
    margin: 0;
    color: #000;
    line-height: 22px;
}

.about .about-cont .about-btn {
    margin-top: 20px;
}

.about .about-cont .about-btn a {
    padding: 10px 30px;
    margin: 0 35px;
    background: #D6E1E7;
    color: rgba(28, 132, 55, 1);
}

.about .about-cont .about-btn a:hover {
    background: #1C8437;
    color: #fff;
}

.about .factory-img {
    overflow: hidden;
    position: relative;
    clear: both;
    margin-top: 30px;
    padding-bottom: 30px;
}

.about .factory-img .bd .prev,
.about .factory-img .bd .next {
    display: block;
    background: #1C8437;
    line-height: 70px;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 70px;
    text-align: center;
    top: 45px;
}

.about .factory-img .bd .prev {
    float: right;
    margin-right: 10px;
}

.about .factory-img .bd .next {
    float: left;
    margin-left: 9px;
}

.about .factory-img .bd a span {
    font-size: 16px;
    color: #fff;
}

.about .factory-img .bd .picList {}

.about .factory-img .bd ul {
    overflow: hidden;
    zoom: 1;
}

.about .factory-img .bd ul li {
    margin: 0 9px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 236px;
}

.about .factory-img .bd ul li .pic {
    text-align: center;
    width: 236px;
    background: #eee;
    padding: 7px;
}

.about .factory-img .bd ul li .pic img {
    width: 100%;
    display: block;
}

.product {
    clear: both;
    overflow: hidden;
    background: #fafafa;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 15px;
}

.product .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.product .title h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.product .title h2 a {
    color: #333;
}

/*.product .title h2 a:hover { color: #1C8437; }*/
.product .title h2 span {
    color: #fff;
}

.product .title em {
    width: 1100px;
    display: block;
    margin-top: 3px;
}

.product .pro-nav {
    float: left;
    width: 260px;
    background: #1C8437;
    padding: 0px 7px 3px 7px;
}

.product .pro-nav .pro-nav-t {
    height: 99px;
    background: url("../image/pro-left-title.png") top center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 24px;
}

.product .pro-nav .pro-nav-t span {
    display: block;
    font-size: 12px;
    font-weight: 500px;
}

.product .pro-nav .pro-nav-menu {
    background: #f3f3f3;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product .pro-nav .on strong {
    background: #1C8437 !important;
    border: 1px solid #1C8437 !important;
}

.product .pro-nav .on strong a {
    color: #fff !important;
}

.product .pro-nav .menu {
    overflow: hidden;
    padding: 8px 10px;
}

.product .pro-nav .menu strong {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 15px;
    display: block;
    border: 1px solid #7f7f7f;
}

.product .pro-nav .menu strong span {
    float: right;
    margin-right: 10px;
    line-height: 48px;
    font-size: 22px;
}

.product .pro-nav .menu strong a {
    font-size: 16px;
    font-weight: bold;
    color: #1C8437;
    margin-left: 14px;
    display: block;
}

.product .pro-nav .menu strong:hover {
    background: #1C8437;
    border: 1px solid #1C8437;
}

.product .pro-nav .menu strong:hover a {
    color: #fff;
}

.product .pro-nav ul {
    overflow: hidden;
}

.product .pro-nav ul li {
    background: url("../image/pro-nav2.png") left no-repeat;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
}

.product .pro-nav ul li a {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    display: block;
}

.product .pro-nav ul li a:hover {
    color: #ff7e00;
}

.product .pro-nav ul li a span {
    margin-right: 10px;
    color: #00601d;
}

.product .pro-nav .phone {
    clear: both;
    margin-top: 10px;
}

.product .pro-nav .phone span {
    font-size: 18px;
    margin-right: 10px;
}

.product .pro-nav .phone strong {
    font-size: 18px;
    font-weight: 500;
}

.product .pro-nav .phone li {
    line-height: 30px;
    color: #fff;
    border: 0;
    padding-left: 15px;
}

.product .pro-nav img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.product .pro-img {
    overflow: hidden;
    float: right;
    width: 830px;
}

.product .pro-img ul li {
    width: 265px;
    float: left;
    margin: 0 5px 15px 5px;
    position: relative;
}

.product .pro-img ul li:hover {}

.product .pro-img ul li img {
    width: 100%;
    width: 265px;
    height: 200px;
    border: 1px solid #ccc;
}

.product .pro-img ul li .text {
    overflow: hidden;
    background: #D6E1E7;
    height: 30px;
    line-height: 30px;
}

.product .pro-img ul li #title {
    margin-top: 0px;
    color: #128132;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.product .pro-img ul li .text a {
    color: #128132 !important;
}

.product .pro-img ul li .text a:hover {
    color: #fff;
}

.hovereffect {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 70%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offer {
    background: url(../image/programme-top.gif) repeat-x;
    height: 177px;
}

.offer .container {
    background: url(../image/offer.png) center center no-repeat;
    height: 177px;
}

.offer .cont {
    margin-top: 40px;
}

.offer a {
    display: block;
    height: 54px;
    color: #1C8437;
    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: #1C8437;
}

.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(../image/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: #1C8437;
}

.advantage .cont .title em {
    color: #ccc;
}

.advantage p {
    color: #333;
    margin-bottom: 20px;
    padding-left: 0px;
    line-height: 20px;
    font-size: 15px;
}

.advantage p span {
    color: #FF8D00;
}

.advantage .advan-btn {
    padding-left: 50px;
}

.advantage a {
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: url(../image/advan-btn.png) bottom center;
    color: #fff;
    margin-left: 50px;
    margin-top: 20px;
    float: left;
    border-radius: 8px;
}

.advantage .btn-2 {
    background: #666 url(../image/advan-btn.png) top center;
    border: 1px solid #333;
    color: #fff;
}

.advantage .advan-1 {
    height: 366px;
    background: url(../image/advan-1.png) top center;
}

.advantage .advan-2 {
    height: 390px;
    background: url(../image/advan-2.png) top center;
}

.advantage .advan-3 {
    height: 390px;
    background: url(../image/advan-3.png) top center;
}

.advantage .advan-4 {
    height: 370px;
    background: url(../image/advan-4.png) top center;
}

.advantage .advan-3 .cont {
    padding-top: 12px;
}

.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: 10px;
}

.advantage .advan-4 .title {
    padding-left: 65px;
}

.programme {
    overflow: hidden;
}

.programme .top2 {
    height: 200px;
    background: url(../image/programme-top.gif) repeat-x;
}

.programme .top2 .container {}

.programme .top2 .container .left {
    float: left;
}

.programme .top2 .container .left h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 50px;
    margin-left: 95px;
    font-weight: bold;
}

.programme .top2 .container .left p {
    color: #fff;
    font-size: 26px;
    margin-top: 25px;
    margin-left: 95px;
}

.programme .top2 .container .left p strong {
    font-size: 32px;
    color: #1C8437;
    margin-right: 44px;
}

.programme .top2 .container .left ul {}

.programme .top2 .container .left ul li {
    float: left;
    color: #333;
    font-size: 18px;
    margin-right: 88px;
}

.programme .top2 .container .right {
    width: 300px;
    float: right;
    margin-top: 40px;
    margin-right: 70px;
}

.programme .top2 .container .right .title {
    clear: both;
    overflow: hidden;
}

.programme .top2 .container .right .title span {
    font-size: 45px;
    color: #fff;
    float: left;
    margin-left: 40px;
    margin-top: 3px;
}

.programme .top2 .container .right .title p {
    float: right;
    color: #fff;
    font-size: 18px;
    margin-right: 40px;
}

.programme .top2 .container .right .title p strong {
    display: block;
    font-size: 24px;
    color: #FF8D00;
}

.programme .top2 .container .right a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 10px 15px;
    color: #fff;
    float: left;
    background: #999;
    border-radius: 5px;
}

.programme .top2 .container .right a:hover {
    background: #1C8437;
    color: #fff;
}

.programme .center {
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.programme .center .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.programme .center .title h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    width: 360px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.programme .center .title h2 a {
    color: #fff;
}

.programme .center .title h2 span {
    color: #fff;
}

.programme .center .title em {
    width: 1100px;
    display: block;
    margin-top: 3px;
}

.programme .center .hd {
    height: 54px;
    padding: 0;
    top: 0;
    margin: 30px auto;
    text-align: center
}

.programme .center .hd ul {
    display: inline-block;
    margin: 0 auto;
    clear: both;
}

.programme .center .hd ul li {
    float: left;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 160px;
    text-align: center;
    background: #1C8437;
    margin: 1px;
}

.programme .center .hd ul li.on {
    background: #FF8D00;
    color: #fff;
}

.programme .center .bd {
    background: #eee;
    overflow: hidden;
}

.programme .center .bd .left {
    float: left;
}

.programme .center .bd .left img {
    width: 530px;
    height: 371px;
}

.programme .center .bd .right {
    float: right;
    width: 530px;
}

.programme .center .bd .right .programme-title {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}

.programme .center .bd .right .programme-title .programme-t {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background: #1C8437;
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
}

.programme .center .bd .right .programme-title strong {
    font-size: 24px;
    display: block;
}

.programme .center .bd .right .programme-title span {
    font-size: 16px;
}

.programme .center .bd .right .cont {
    background: #D6E1E7;
    width: 500px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    color: #1C8437;
}

.programme .center .bd .right .programme-cont {
    overflow: hidden;
    margin-top: 0px;
}

.programme .center .bd .right .programme-cont span {
    float: left;
    height: 24px;
    margin-right: 10px;
}

.programme .center .bd .right .programme-cont p {
    margin: 0;
    line-height: 24px;
}

.programme .center .bd .right ul li {
    float: left;
    width: 240px;
    margin-top: 10px;
    text-align: center;
    margin-right: 20px;
}

.programme .center .bd .right ul li img {
    width: 100%;
}

.flows {
    background: #eaeaea;
    overflow: hidden;
}

.flows .container {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.flows .container .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.flows .container .title h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    width: 360px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.flows .container .title h2 a {
    color: #333;
}

.flows .container .title h2 a:hover {
    color: #fff;
}

.flows .container .title h2 span {
    color: #fff;
}

.flows .container .title em {
    color: #ccc;
    width: 1100px;
    display: block;
    margin-top: 3px;
}

.flows ul li {
    float: left;
    background: url(../image/lc_ico.png) no-repeat right 27px;
    width: 110px;
    overflow: hidden;
    margin-right: 27px;
}

.flows ul li a {
    display: inline-block;
    width: 80px;
    height: 110px;
    overflow: hidden;
    background: url(../image/lc21.jpg) no-repeat;
}

.flows ul span {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.flows ul li a:hover {
    background: url(../image/lc11.jpg) no-repeat;
}

.flows p {
    height: 61px;
    overflow: hidden;
    padding-left: 139px;
}

.flows p span {
    height: 61px;
    line-height: 31px;
    overflow: hidden;
    font-size: 19px;
    color: #606060;
    float: left;
    margin-right: 84px;
}

.flows p span b {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 128px;
    background: url(../image/fl-dh.png) no-repeat 96px 5px;
    font-size: 16px;
    color: #1C8437;
    display: block;
    font-weight: normal;
}

.flows p span b i {
    font-size: 20px;
    font-style: normal;
    display: inline-block;
}

.flows p a {
    width: 122px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 18px;
    color: #FFF;
    float: left;
    background: url(../image/d_bt.png) no-repeat left top;
    text-align: center;
    margin: 10px 15px 0 0;
}

.welfare {
    clear: both;
    overflow: hidden;
    background: #efefef url(../image/welfare-bg.png) top center no-repeat;
    height: 440px;
}

.welfare .container .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.welfare .container .title h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    width: 360px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.welfare .container .title h2 a {
    color: #333;
}

.welfare .container .title h2 a:hover {
    color: #fff;
}

.welfare .container .title h2 span {
    color: #fff;
}

.welfare .container .title em {
    width: 1100px;
    display: block;
    margin-top: 3px;
    text-align: center;
}

.welfare .container .cont {
    margin-top: 40px;
    overflow: hidden;
}

.welfare .container .cont a {
    display: block;
    float: left;
    text-align: center;
    margin: 24px;
}

.welfare .container .cont a img {
    display: block;
    width: 170px;
    height: 170px;
    border: 2px solid #efefef;
    border-radius: 100px;
}

.welfare .container .cont a img:hover {
    color: #0083c4;
    border: 2px solid #1C8437;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.welfare .container .cont a span {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.welfare .container .cont a span:hover {}

.welfare .container .phone {
    padding-left: 20px;
    text-align: center;
    height: 40px;
    margin: 0 auto;
    margin-top: 0px;
}

.welfare .container .phone span {
    font-size: 16px;
    border: 1px solid #444;
    padding: 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.welfare .container .phone strong {
    font-size: 24px;
    margin-left: 10px;
    color: #FF8D00;
}

.evaluate {
    margin: 0px auto;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

.evaluate .left {
    width: 750px;
    float: left;
    overflow: hidden;
    border: 1px solid #eee;
}

.evaluate .left .title {
    height: 40px;
    line-height: 40px;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 10px;
}

.evaluate .left .title span {
    color: #999;
    font-size: 20px;
    float: left;
    margin-top: 5px;
}

.evaluate .left .title h3 {
    float: left;
    margin: 0;
    margin-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 10px;
}

.evaluate .left .title small {
    color: #eee;
}

.evaluate .left .title .link {
    float: right;
    color: #ddd;
    font-size: 12px;
}

.evaluate .left .cont {
    padding: 0 10px;
    background: #fafafa;
}

.evaluate .left .cont ul li {
    height: 160px;
    padding: 10px 0;
    margin-top: 0px;
    border-bottom: 1px dashed #ddd;
}

.evaluate .left .cont ul li img {
    width: 200px;
    float: left;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 20px;
    height: 140px;
}

.evaluate .left .cont .text {
    width: 500px;
    float: right;
}

.evaluate .left .cont .text span {
    font-size: 18px;
    color: #1C8437;
    margin-bottom: 10px;
    display: block;
}

.evaluate .left .cont .text a {
    width: 130px;
    height: 30px;
    background: #D6E1E7;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #1C8437;
}

.evaluate .left .cont .text p {
    color: #666;
}

.evaluate .right {
    height: 520px;
    float: right;
    background: #1C8437;
    padding: 20px;
}

.evaluate .right .title {
    height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 35px;
}

.evaluate .right .title span {
    color: #fff;
    font-size: 22px;
    float: left;
    margin-top: 5px;
}

.evaluate .right .title h3 {
    float: left;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin-right: 10px;
}

.evaluate .right .title .link {
    float: right;
    font-size: 12px;
    color: #ccc;
}

.evaluate .right .cont {
    text-align: center;
}

.evaluate .right .cont img {
    width: 280px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    height: 184px;
    margin-top: 10px;
}

.evaluate .right .cont span {
    color: #fff;
    margin: 10px 0;
    display: block;
}

.service {
    margin-top: 20px;
}

.service .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.service .title h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    width: 360px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.service .title h2 a {
    color: #fff;
}

.service .title h2 span {
    color: #fff;
}

.service .title em {
    color: #ccc;
    width: 1100px;
    display: block;
    margin-top: 3px;
}

.service .cont {
    margin-top: 30px;
    background: url(../image/service.jpg) top center;
    height: 340px;
}

.service .cont div {
    width: 300px;
    text-align: center;
    float: left;
    margin: 10px 30px;
    background: #eee;
    padding: 10px;
    -webkit-transition: all 0.20s linear 0.01s;
    -moz-transition: all 0.20s linear 0.01s;
    -ms-transition: all 0.20s linear 0.01s;
    -o-transition: all 0.20s linear 0.01s;
    transition: all 0.20s linear 0.01s;
}

.service .cont div img {
    display: block;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 150px;
    width: 250px;
}

.service .cont div:hover {
    background: #1C8437;
}

.service .cont div:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.service .cont div:hover a {
    color: #fff;
}

.service .cont div:hover small {
    color: #ddd;
}

.service .cont span {
    font-size: 16px;
    font-weight: bold;
    color: #1C8437;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.service .cont a {
    color: #1C8437;
}

.service .cont small {
    margin-top: 10px;
}

.case {
    clear: both;
    padding: 20px 0;
    margin-top: 20px;
}

.case .container {
    background: #f6f6f6;
}

.case .title {
    overflow: hidden;
    text-align: center;
    height: 76px;
    background: url(../image/title-en-bg.png) center center no-repeat;
    margin-bottom: 20px;
}

.case .title h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 0px;
    text-align: center;
}

.case .title h2 a {
    color: #333;
}

.case .title h2 a:hover {
    color: #fff;
}

.case .title h2 span {
    color: #fff;
}

.title em {
    color: #1C8437;
    width: 1100px;
    display: block;
    margin-top: 3px;
}

.case .cont {
    padding-top: 10px;
}

.case .cont .case-img {
    overflow: hidden;
    position: relative;
}

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

.case .cont .case-img .bd .prev {
    float: right;
    right: 0px;
}

.case .cont .case-img .bd .next {
    float: left;
    left: 0px;
}

.case .cont .case-img .bd .tempWrap {}

.case .cont .case-img .bd ul {
    overflow: hidden;
    zoom: 1;
}

.case .cont .case-img .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

.case .cont .case-img .bd ul li .pic {
    text-align: center;
    padding: 0px;
    display: block;
}

.case .cont .case-img .bd ul li .pic img {
    width: 265px;
    height: 202px;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
}

.case .cont .case-img .bd ul li span {
    color: #000;
    margin: 5px 0;
    display: block;
}

.flow {
    height: 163px;
    overflow: hidden;
    margin-top: 10px;
    background: url(../image/flow.jpg) center center;
}

.flow .cont {
    margin-top: 20px;
    padding-left: 85px;
}

.flow ul {
    overflow: hidden;
}

.flow ul li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 5px 0 0;
    line-height: 48px;
    width: 165px;
    overflow: hidden;
    display: inline;
}

.flow ul li a {
    color: #222;
    display: block;
    padding: 10px 0 0 15px;
}

.flow ul li a:hover {
    color: #1C8437;
}

/*news*/
.news {
    clear: both;
    padding-top: 20px;
}

.news .title {
    height: 40px;
    line-height: 40px;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 10px;
}

.news .title span {
    color: #999;
    font-size: 20px;
    float: left;
    margin-top: 5px;
}

.news .title h3 {
    float: left;
    margin: 0;
    margin-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 10px;
}

.news .title small {
    color: #eee;
}

.news .title .link {
    float: right;
    color: #ccc;
    font-size: 12px;
}

.news .news-left {
    width: 750px;
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid #ccc;
}

.news .news-left .hd {
    height: 40px;
    line-height: 40px;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 10px;
}

.news .news-left .hd li {
    float: left;
    margin: 0;
    margin-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.news .news-left .hd li a {
    color: #666;
    display: block;
    line-height: 40px;
}

.news .news-left .hd .on a {
    color: #fff;
}

.news .news-left .hd .link {
    float: right;
    color: #ddd;
    font-size: 12px;
}

.news .news-left .ne-img {
    padding: 15px;
}

.news .news-left .ne-img li {
    height: 155px;
    padding-top: 6px;
    border-bottom: 1px dashed #ccc;
}

.news .news-left .ne-img li img {
    width: 200px;
    height: 134px;
    display: block;
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
}

.news .news-left .ne-img span {
    display: block;
    font-size: 16px;
    color: #1C8437;
    margin: 10px 0;
    font-weight: bold;
}

.news .news-left .ne-img p {
    color: #333;
    line-height: 24px;
}

.news .news-left .ne-img a {
    color: #666;
    margin-top: 20px;
    border: 0;
    font-size: 12px;
}

.news .news-left .ne-img a:hover {
    color: #1C8437;
}

.news .news-left .ne-list {
    overflow: hidden;
}

.news .news-left .ne-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    width: 340px;
    float: left;
    margin: 0 15px;
}

.news .news-left .ne-list li span {
    color: #1C8437;
    margin-right: 10px;
}

.news .news-left .ne-list li a {
    color: #333;
}

.news .news-left .ne-list li a:hover {
    color: #1C8437;
}

.news .news-left .ne-list li strong {
    color: #2d1b17;
    margin-right: 10px;
}

.news .news-left .ne-list li strong a {
    color: #2d1b17;
}

.news .news-left .ne-list li small {
    float: right;
    color: #999;
}

.news .news-right {
    width: 320px;
    float: right;
    border: 1px solid #ccc;
}

.news .news-right .title {
    overflow: hidden;
    position: relative;
}

.news .news-right .title {
    font-size: 16px;
    color: #1C8437;
    line-height: 40px;
}

.news .news-right .title span {
    color: #999;
    margin-left: 10px;
    font-size: 14px;
}

.news .news-right .title .link {
    display: block;
    color: #ddd;
    font-size: 12px;
    float: right;
}

.news .news-right .bd .tempWrap {
    width: 320px !important;
    padding: 0;
}

.news .news-right .bd ul {
    zoom: 1;
    width: 300px;
    padding: 5px;
}

.news .news-right .question-top {
    overflow: hidden;
    position: relative;
    clear: both;
    height: 430px;
    margin-left: 10px;
}

.news .news-right .question-top .bd {
    padding: 0px;
}

.news .news-right .question-top .infoList li {
    border-bottom: 1px dashed #ccc;
}

.news .news-right .question-top .infoList li h5 {
    font-size: 14px;
    color: #1C8437;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news .news-right .question-top .infoList li h5 strong {
    background: #1C8437;
    padding: 3px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 5px;
}

.news .news-right .question-top .infoList li h5 a {
    color: #1C8437;
}

.news .news-right .question-top .infoList li .answer {
    color: #333;
    padding-bottom: 20px;
}

.news .news-right .question-top .infoList li .answer span {
    display: block;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.news .news-right .question-top .infoList li .answer strong {
    color: #fff;
    background: #666;
    font-size: 14px;
    padding: 3px;
    border-radius: 2px;
    margin-right: 5px;
    float: left;
}

.yqlj {}

.yqlj .container {
    height: 130px;
    background: url(../image/yqlj.png);
}

.yqlj ul {
    padding-top: 65px;
    padding-left: 130px;
}

.yqlj li {
    font-size: 12px;
    margin-right: 10px;
    float: left;
}

.yqlj li a {
    color: #aaa;
    padding:0 10px 0 0;
}

.yqlj li a:hover{
    color: #000;
}

.footer {
    clear: both;
    height: 300px;
    background: #fff url(../image/foot-bg.gif) left top repeat-x;
}

.footer .foot-nav {
    height: 45px;
    line-height: 45px;
    background: #ccc url(../image/foot-nav.png) left top repeat-x;
}

.footer .foot-nav ul li {
    float: left;
    margin-right: 45px;
    margin-top: 8px;
}

.footer .foot-nav ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #20171a;
    padding: 0 10px;
}

.footer .foot-nav ul li a:hover {
    background: #1C8437;
    color: #fff;
}

.footer .left {
    width: 250px;
    float: left;
    text-align: center;
}

.footer .left .foot-logo {
    margin-top: 25px;
    margin-bottom: 0px;
}

.footer .left .foot-logo img {
    margin: 0 auto;
}

.footer .left .qr {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.footer .right {
    width: 810px;
    float: right;
    margin-top: 35px;
}

.footer .right .foot-address {
    width: 410px;
    float: left;
    color: #fff;
    padding-left: 0px;
    margin-top: 0px;
}

.footer .right .foot-address .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.footer .right .foot-address span {
    font-size: 16px;
    margin-right: 3px;
    color: #fff;
}

.footer .right .foot-address a {
    color: #fff;
}

.footer .right .foot-copyright {
    float: right;
    width: 400px;
    color: #fff;
    margin-top: 0px;
}

.footer .right .foot-copyright .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.footer .right .foot-copyright p {
    color: #ddd;
}

.footer .right .foot-copyright a {
    color: #fff;
}

.inner {}

.inner .banner-about {
    height: 260px;
    background: url(../image/banner-about.jpg) center center;
}

.inner .banner-image {
    height: 260px;
    background: url(../image/banner-image.jpg) center center;
}

.inner .banner-image2 {
    height: 260px;
    background: url(../image/banner-image2.jpg) center center;
}

.inner .banner-news {
    height: 260px;
    background: url(../image/banner-news.jpg) center center;
}

.inner .banner-case {
    height: 260px;
    background: url(../image/banner-case.jpg) center center;
}

.inner .banner-flow {
    height: 260px;
    background: url(banner-../image/flow.jpg) center center;
}

.inner .banner-space {
    height: 260px;
    background: url(../image/banner-space.jpg) center center;
}

.inner .banner-service {
    height: 260px;
    background: url(banner-../image/service.jpg) center center;
}

.inner .banner-contact {
    height: 260px;
    background: url(../image/banner-contact.jpg) center center;
}

.inner .inner-title {
    height: 100px;
    text-align: center;
    margin: 30px auto;
    font-size: 24px;
    color: #1C8437;
    line-height: 70px;
    font-weight: bold;
}

.inner .inner-dis {
    padding: 0px 20px;
    text-align: center;
    font-size: 12px;
}

.inner .inner-cont {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

.inner .inner-cont .inner-discription {}

.inner .inner-cont .inner-discription p {
    text-indent: 2em;
    padding-bottom: 10px;
    line-height: 30px;
}

.inner .inner-cont .inner-discription img {
    display: block;
    margin: 0 auto;
}

.inner .inner-left {
    width: 260px;
    float: right;
}

.inner .inner-left .inner-nav {
    width: 260px;
    background: #1C8437;
    padding: 0px 5px 5px 5px;
    overflow: hidden;
}

.inner .inner-left .inner-nav .pro-nav-t {
    height: 90px;
    background: url("../image/pro-left-title.png") top center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 24px;
}

.inner .inner-left .inner-nav .pro-nav-t a {
    color: #fff;
}

.inner .inner-left .inner-nav .pro-nav-t span {
    display: block;
    font-size: 12px;
    font-weight: 500px;
}

.inner .inner-left .inner-nav .pro-nav-menu {
    background: #fff;
    border-radius: 10px;
}

.inner .inner-left .inner-nav .menu {
    overflow: hidden;
    padding: 10px 10px;
}

.inner .inner-left .inner-nav .menu strong {
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    background: #1C8437;
    border-radius: 5px;
    display: block;
    border: 1px solid #00902C;
}

.inner .inner-left .inner-nav .menu strong span {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}

.inner .inner-left .inner-nav .menu strong a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-left: 14px;
    display: block;
}

.inner .inner-left .inner-nav .menu strong:hover {
    background: #1C8437;
    border: 1px solid #d69700;
}

.inner .inner-left .inner-nav ul {
    overflow: hidden;
}

.inner .inner-left .inner-nav ul li {
    margin-right: 13px;
    margin-left: 5px;
    line-height: 41px;
    border-bottom: 1px solid #1C8437;
}

.inner .inner-left .inner-nav ul .hover {
    background: #1C8437;
}

.inner .inner-left .inner-nav ul .hover a {
    color: #fff;
}

.inner .inner-left .inner-nav ul .hover span {
    color: #fff;
}

.inner .inner-left .inner-nav ul li a {
    font-size: 14px;
    color: #2A1818;
    margin-left: 20px;
    display: block;
}

.inner .inner-left .inner-nav ul li a:hover {
    color: #1C8437;
}

.inner .inner-left .inner-nav ul li a span {
    margin-right: 10px;
    color: #1C8437;
}

.inner .inner-left .inner-nav ul .hover a:hover {
    color: #fff;
}

.inner .inner-left .hot-pro {
    margin-top: 10px;
    border: 1px solid #1C8437;
    overflow: hidden;
}

.inner .inner-left .hot-pro .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #1C8437;
    font-weight: bold;
}

.inner .inner-left .hot-pro .cont {
    margin-top: 10px;
    text-align: center;
}

.inner .inner-left .hot-pro .cont ul li {
    width: 250px;
    margin: 5px auto;
}

.inner .inner-left .hot-pro .cont ul li img {
    width: 100%;
    border: 1px solid #ccc;
}

.inner .inner-left .hot-pro .cont ul li span {
    color: #666;
}

.inner .inner-left .inner-contact {
    margin-top: 10px;
    border: 1px solid #1C8437;
}

.inner .inner-left .inner-contact .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #1C8437;
    font-weight: bold;
}

.inner .inner-left .inner-contact .cont {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.inner .inner-left .inner-contact .cont img {
    margin-bottom: 10px;
    width: 100%;
}

.inner .inner-left .inner-contact .cont p {
    margin-bottom: 5px;
    color: #666;
}

.inner .inner-left .inner-contact .cont strong {
    font-size: 16px;
}

.inner .inner-left .inner-contact .cont span {
    font-size: 26px;
    color: #ff7400;
    font-weight: bold;
}

.inner .inner-left .hot-news {
    margin-top: 10px;
    border: 1px solid #1C8437;
}

.inner .inner-left .hot-news .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #1C8437;
    font-weight: bold;
}

.inner .inner-left .hot-news ul li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
}

.inner .inner-left .hot-news ul li span {
    margin-right: 5px;
    color: #1C8437;
}

.inner .inner-left .hot-news ul li a {
    color: #666;
}

.inner .inner-right {
    overflow: hidden;
    float: left;
    width: 813px;
    border: 1px solid #ccc;
}

.inner .inner-right .inner-place {
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 45px;
}

.inner .inner-right .inner-place span {
    font-size: 20px;
    margin-right: 10px;
    color: #1C8437;
}

.inner .inner-right .inner-place strong {
    font-size: 14px;
    color: #fff;
}

.inner .inner-right .inner-place a {
    color: #fff;
    padding: 0 10px;
}

.inner .inner-right .inner-place .inner-position {
    float: left;
    color: #fff;
}

.inner .inner-right .pro-img {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

.inner .inner-right .pro-img ul li {
    width: 260px;
    float: left;
    margin: 0 5px 15px 5px;
    background: #eee;
    padding: 4px;
    border: 1px solid #ccc;
}

.inner .inner-right .pro-img ul li:hover {
    border: 1px solid #1C8437;
}

.inner .inner-right .pro-img ul li:hover span {
    color: #1C8437;
}

.inner .inner-right .pro-img ul li img {
    width: 100%;
}

.inner .inner-right .pro-img ul li span {
    color: #666;
    padding: 5px;
    display: block;
    margin-top: 3px;
    text-align: center;
}

.inner .inner-right .pro-img ul li span b {
    font-weight: 500;
}

.inner .inner-right .pro-img .inner-page {
    text-align: center;
    height: 30px;
    padding-top: 10px;
    clear: both;
}

.inner .inner-right .pro-img .inner-page ul li {
    float: left;
    left: 15%;
    position: relative;
    ;
    margin-right: 1px;
    width: auto;
    padding: 3px 10px;
    color: #666;
}

.inner .inner-right .pro-img .inner-page ul li a {
    color: #666;
    display: block;
}

.inner .inner-right .pro-img .inner-page ul li a:hover {
    color: #1C8437;
}

.inner .inner-right .pro-img .inner-page ul li .pageinfo {
    width: 200px;
    display: block;
    background: #666;
    background: #999;
    color: #fff;
    margin: -5px;
}

.inner .inner-right .pro-img .inner-page .thisclass {
    background: #1C8437;
    border: 1px solid #1C8437;
    color: #fff;
}

.inner .inner-right .pro-img .inner-page .thisclass a {
    color: #fff;
}

.inner .inner-right .rec-news {
    overflow: hidden;
    margin: 0px auto;
}

.inner .inner-right .rec-news .title {
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 35px;
    border-top: 1px solid #ccc;
}

.inner .inner-right .rec-news .title strong {
    float: left;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
}

.inner .inner-right .rec-news .title span {
    color: #ddd;
    line-height: 40px
}

.inner .inner-right .rec-news .rec-news-img {
    overflow: hidden;
    padding: 10px;
}

.inner .inner-right .rec-news .rec-news-img li {
    overflow: hidden;
    border-bottom: 1px dashed #94896B;
    padding-bottom: 10px;
}

.inner .inner-right .rec-news .rec-news-img li img {
    width: 180px;
    height: 126px;
    float: left;
    margin-right: 10px;
    border: 1px solid #1C8437;
    padding: 2px;
}

.inner .inner-right .rec-news .rec-news-img li a {
    font-size: 16px;
    color: #1C8437;
    padding-top: 20px;
}

.inner .inner-right .rec-news .rec-news-img li p {
    color: #666;
    margin-top: 10px;
}

.inner .inner-right .rec-news .rec-news-img li span {
    color: #999;
}

.inner .inner-right .rec-news .rec-news-list {
    overflow: hidden;
    padding: 10px;
}

.inner .inner-right .rec-news .rec-news-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    width: 370px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
}

.inner .inner-right .rec-news .rec-news-list li span {
    color: #1C8437;
    margin-right: 0px;
}

.inner .inner-right .rec-news .rec-news-list li a {
    COLOR: #666;
}

.inner .inner-right .rec-news .rec-news-list li small {
    float: right;
}

.inner .inner-right .list-article .news-list {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.inner .inner-right .list-article .news-list li {
    height: 165px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-top: 10px;
}

.inner .inner-right .list-article .news-list li img {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
    margin-right: 20px;
    height: 144px;
}

.inner .inner-right .list-article .news-list li .text {
    margin-left: 0px;
    width: 540px;
    float: left;
}

.inner .inner-right .list-article .news-list li .li-title {
    font-size: 18px;
}

.inner .inner-right .list-article .news-list li .li-title a {
    color: #1C8437;
}

.inner .inner-right .list-article .news-list li .li-title strong {
    font-weight: 500;
    color: #1C8437;
}

.inner .inner-right .list-article .news-list li .li-title strong a {
    color: #1C8437;
}

.inner .inner-right .list-article .news-list li p {
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 10px;
}

.inner .inner-right .list-article .news-list li span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.inner .inner-right .news-list .inner-page {
    text-align: center;
    height: 30px;
    padding-top: 10px;
    clear: both;
}

.inner .inner-right .news-list .inner-page ul li {
    float: left;
    left: 15%;
    position: relative;
    border: 1px solid #ccc;
    margin-right: 1px;
    width: auto;
    padding: 3px 10px;
    height: auto;
}

.inner .inner-right .news-list .inner-page ul li a {
    color: #666;
    display: block;
}

.inner .inner-right .news-list .inner-page ul li a:hover {
    color: #1C8437;
}

.inner .inner-right .news-list .inner-page ul li .pageinfo {
    width: 200px;
    display: block;
    background: #666;
    background: #999;
    color: #fff;
    margin: -5px;
}

.inner .inner-right .news-list .inner-page .thisclass {
    color: #fff;
    background: #1C8437;
    border: 1px solid #1C8437;
}

.inner .inner-right .news-list .inner-page .thisclass a {
    color: #fff;
}

.inner .inner-right .explain {
    overflow: hidden;
    margin: 0px auto;
}

.inner .inner-right .explain .left {
    float: left;
    width: 330px;
}

.inner .inner-right .explain .left img {
    padding: 4px;
    border: 1px solid #1C8437;
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
}

.inner .inner-right .explain .right {
    width: 450px;
    float: right;
    margin-bottom: 20px;
}

.inner .inner-right .explain .right .inner-title {
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
}

.inner .inner-right .explain .right ul li {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    color: #333;
}

.inner .inner-right .explain .right .bdsharebuttonbox {
    padding-left: 10px;
    border-bottom: 1px dashed #ddd;
}

.inner .inner-right .explain .prevnext {
    clear: both;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 10px;
    background: #efefef;
}

.inner .inner-right .explain .prevnext li {
    float: left;
    width: 380px;
    color: #666;
}

.inner .inner-right .explain .prevnext li a {
    color: #666;
}

.inner .inner-right .explain .prevnext li a:hover {
    color: #1C8437;
}

.inner .inner-right .article-image {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
    color: #333;
}

.inner .inner-right .article-image .inner-title {
    height: 50px;
    margin: 10px auto;
    background: none;
    line-height: 50px;
}

.inner .inner-right .article-image .title {
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 50px;
}

.inner .inner-right .article-image .title h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    height: 40px;
    line-height: 40px;
    float: left;
}

.inner .inner-right .article-image .title span {
    font-size: 12px;
    color: #ddd;
    margin-left: 10px;
}

.inner .inner-right .article-image img {
    display: block;
    margin: 10px auto;
}

.inner .inner-right .article-image .img-prenext {
    position: absolute;
    top: 310px;
    width: 805px;
}

.inner .inner-right .article-image .img-prenext .pre_l {
    color: rgba(0, 0, 0, 0);
    float: left;
    font-size: 0;
}

.inner .inner-right .article-image .img-prenext .pre_l a {
    display: block;
    color: rgba(0, 0, 0, 0);
    height: 80px;
    width: 80px;
    background-image: url(../image/prevnext.gif);
    background-color: rgba(0, 0, 0, 0.5);
}

.inner .inner-right .article-image .img-prenext .pre_l a:hover {
    background-image: url(../image/prevnext-hover.gif);
    background-color: rgba(255, 255, 255, 0.5);
}

.inner .inner-right .article-image .img-prenext .pre_r {
    color: rgba(0, 0, 0, 0);
    float: right;
    font-size: 0;
}

.inner .inner-right .article-image .img-prenext .pre_r a {
    display: block;
    color: rgba(0, 0, 0, 0);
    height: 80px;
    width: 80px;
    background-image: url(../image/prevnext.gif);
    background-color: rgba(0, 0, 0, 0.5);
    background-position: -80px;
}

.inner .inner-right .article-image .img-prenext .pre_r a:hover {
    background-image: url(../image/prevnext-hover.gif);
    background-color: rgba(255, 255, 255, 0.5);
    background-position: -80px;
}

.inner .inner-right .article-image .show-bottom {
    margin: 20px auto;
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.inner .inner-right .article-image .show-bottom span {
    border-right: 1px solid #927B54;
    padding: 0 16px 0 15px;
    color: #333;
}

.inner .inner-right .article-image .show-bottom span a {
    color: #333;
}

.inner .inner-right .in-book {
    margin-bottom: 10px;
}

.inner .inner-right .in-book .title {
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 35px;
    border-top: 1px solid #ccc;
}

.inner .inner-right .in-book .title strong {
    float: left;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
}

.inner .inner-right .in-book .title span {
    color: #ddd;
    line-height: 40px;
}

.inner .inner-right .in-book .table {
    margin-top: 10px;
    margin-bottom: 5px;
}

.inner .inner-right .in-book .table tr {
    float: left;
    display: block;
}

.inner .inner-right .in-book .table .fo-2 {
    width: 740px;
    clear: both;
}

.inner .inner-right .in-book .table .fo-3 {
    width: 740px;
    clear: both;
}

.inner .inner-right .in-book .table tr td {
    border: 0;
    width: 90px;
    color: #666;
}

.inner .inner-right .in-book .table tr td input {
    background: none;
    border: 1px solid #666;
    padding-left: 10px;
    border-radius: 5px;
}

.inner .inner-right .in-book .table tr td textarea {
    background: none;
    border: 1px solid #666;
    padding-left: 10px;
    border-radius: 5px;
}

.inner .inner-right .in-book .btn {
    color: #333;
}

.inner .inner-right .article-article {
    overflow: hidden;
    margin-bottom: 20px;
}

.inner .inner-right .article-article .inner-title {
    height: 40px;
    margin: 0px auto;
    background: none;
    font-weight: 500;
    color: #1C8437;
}

.inner .inner-right .article-article .attr {
    height: 40px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    color: #666;
    text-align: left;
    font-size: 12px;
    margin: 10px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.inner .inner-right .article-article .attr p {
    float: left;
}

.inner .inner-right .article-article .attr a {
    color: #aaa;
}

.inner .inner-right .article-article .attr .back {
    float: right;
    display: inline;
    background: #ccc;
    color: #333;
    padding: 0px 15px;
}

.inner .inner-right .article-article .attr .back a {
    color: #333;
}

.inner .inner-right .article-article .info {
    line-height: 24px;
    color: #666;
    padding: 10px;
}

.inner .inner-right .article-article .info p {
    text-indent: 2em;
    padding-bottom: 15px;
    line-height: 30px;
    margin: 0
}

.inner .inner-right .article-article .info img {
    display: block;
    margin: 0 auto;
    max-width: 790px;
}

.inner .inner-right .article-article .prevnext {
    margin: 20px auto;
    height: 35px;
    background: #eee;
    padding: 5px 0;
    border: 1px solid #ccc;
    color: #333;
}

.inner .inner-right .article-article .prevnext .pre_l {
    float: left;
    padding-left: 10px;
}

.inner .inner-right .article-article .prevnext .pre_r {
    float: right;
    padding-right: 10px;
}

.inner .inner-right .article-article .prevnext a {
    color: #333;
}

.inner .inner-right .article-article .prevnext a:hover {
    color: #1C8437;
}

.inner .inner-right .article-right-img {
    margin-top: 20px;
    overflow: hidden;
}

.inner .inner-right .article-right-img .title {
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    background: #1C8437 url(../image/title-bg.png) left top no-repeat;
    padding: 0 35px;
    border-top: 1px solid #ccc;
}

.inner .inner-right .article-right-img .title strong {
    float: left;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
}

.inner .inner-right .article-right-img .title span {
    color: #ddd;
    line-height: 40px;
}

.inner .inner-right .article-right-img ul li {
    text-align: center;
    margin: 10px 5px;
    ;
    width: 260px;
    float: left;
    padding: 4px;
    border: 1px solid #999;
}

.inner .inner-right .article-right-img ul li img {
    width: 100%
}

.inner .inner-right .article-right-img ul li span {
    color: #333;
}

.inner .inner-right .article-right-img .relevant li {
    background: #fff;
    border-bottom: 1px dashed #ccc;
    height: 30px;
    margin-top: 0px;
    text-align: left;
    font-size: 12px;
}



.inner .inner-news-nav ul li {
    width: 120px;
}

.inner .inner-body {
    overflow: hidden;
    padding: 10px;
    color: #666;
}

.inner .inner-body .title {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}

.inner .inner-body .title h3 {
    border-bottom: 1px solid #1C8437;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #1C8437;
}

.inner .inner-body .title h3 strong {
    font-size: 26px;
    color: #1C8437;
}

.inner .inner-body .title span {
    background: url(../image/pro-title.png);
    width: 960px;
    display: block;
    float: right;
    height: 7px;
    margin-top: 15px;
}

.inner .rec-news .left {
    width: 350px;
    float: left;
}

.inner .rec-news .right {
    width: 700px;
    float: right;
}

.inner .rec-news .right ul {
    overflow: hidden;
}

.inner .rec-news .right form {
    margin-top: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    height: 285px;
}

.inner .rec-news .right form .table {
    margin-bottom: 0;
}

.inner .rec-news .center {}

.inner .rec-news .center ul {
    overflow: hidden;
}

.inner .rec-news .center ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    width: 335px;
    float: left;
    margin: 0 15px;
}

.inner .rec-news .center ul li span {
    color: #1C8437;
    margin-right: 20px;
}

.inner .rec-news .center ul li small {
    float: right;
}

.inner .rec-pro {
    overflow: hidden;
    margin: 00px auto;
    background: #eee;
    padding: 20px 0;
}

.inner .rec-pro .title {
    height: 35px;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    border-left: 3px solid #1C8437;
}

.inner .rec-pro .title strong {
    float: left;
    margin: 0;
    margin-left: 10px;
    color: #2d1b17;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin-right: 5px;
}

.inner .rec-pro .title span {
    color: #aaa;
}

.inner .rec-pro ul li {
    width: 255px;
    float: left;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 10px;
    background: #f3f3f3;
}

.inner .rec-pro ul li:hover {
    border: 1px solid #1C8437;
}

.inner .rec-pro ul li img {
    width: 100%;
}

.inner .rec-pro ul li span {
    color: #666;
    padding: 5px;
    display: block;
    margin-top: 3px;
    text-align: center;
}

.inner .rec-pro ul li span b {
    font-weight: 500;
}




.inner .inner-hot ul li {
    hight: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #aaa;
}

.inner .inner-hot ul li span {
    margin-right: 10px;
}

.inner .inner-hot ul p {
    margin-top: 10px;
    margin-bottom: 0;
}

.inner .inner-book {}

.inner .inner-book .title {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.inner .inner-book .title h3 {
    font-size: 18px;
    color: #2d1b17;
    font-weight: bold;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.inner .inner-book .title span {
    font-size: 12px;
    color: #aaa;
}


.inner .inner-hot-img {
    overflow: hidden;
}

.inner .inner-hot-img .in-hot-title {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}

.inner .inner-hot-img .in-hot-title h3 {
    font-size: 18px;
    color: #2d1b17;
    font-weight: bold;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.inner .inner-hot-img .in-hot-title span {
    font-size: 12px;
    color: #aaa;
}

.inner .inner-hot-img ul li {
    width: 255px;
    float: left;
    margin: 10px;
    text-align: center;
}

.inner .inner-hot-img ul li img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.inner .inner-search {
    overflow: hidden;
    margin-bottom: 20px;
}

.inner .inner-search .news-list {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.inner .inner-search .news-list li {
    width: 500px;
    float: left;
    margin: 24px;
    height: 165px;
    border-bottom: 1px dashed #ccc;
    padding-top: 10px;
}

.inner .inner-search .news-list li img {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
    margin-right: 20px;
    height: 140px;
}

.inner .inner-search .news-list li .text {
    margin-left: 0px;
    width: 280px;
    float: left;
}

.inner .inner-search .news-list li .li-title {
    font-size: 18px;
}

.inner .inner-search .news-list li .li-title strong {
    font-weight: 500;
    color: #c30000;
}

.inner .inner-search .news-list li .li-title strong a {
    color: #c30000;
}

.inner .inner-search .news-list li p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.inner .inner-search .news-list li span {
    font-size: 12px;
    color: #999;
}

.inner .inner-search .inner-page {
    text-align: center;
}

.inner .inner-search .inner-page ul {
    overflow: hidden;
    width: auto;
}

.inner .inner-search .inner-page ul li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 10px;
}

.inner .inner-search .inner-page ul li a {
    color: #666;
    display: block;
}

.inner .inner-search .inner-page ul li .pageinfo {}

.inner .inner-search .inner-page .thisclass {
    background: #0860A8;
    color: #fff;
}

.inner .inner-search .inner-page .thisclass a {
    color: #fff;
}

.inner .inner-search .inner-page table {
    margin: 0 auto;
}

.inner .inner-search .inner-page td {
    border: 1px solid #ccc;
    padding: 3px 10px;
    width: auto !important;
}

.inner label {
    max-width: none;
}

.sitemap {
    overflow: hidden;
}

.sitemap .inner-place {
    height: 30px;
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    margin-top: 10px;
}

.sitemap .inner-place .inner-position {
    float: left;
}

.sitemap .sp-title {
    float: right;
}

.sitemap .sp-title a {
    background: #eee;
    padding: 5px;
}

.sitemap .linkbox {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 3px 10px;
}

.sitemap .linkbox h3 {
    border-bottom: 1px dashed #ccc;
}

.sitemap .linkbox ul {
    overflow: hidden;
    margin-bottom: 10px;
}

.sitemap .linkbox ul li {
    float: left;
    margin-right: 10px;
}

.kefu {
    position: fixed;
    top: 38%;
    right: 0;
    width: 140px;
    z-index: 9;
}

.icon-kefu {
    width: 30px;
    height: 100px;
    float: left;
    background: #1C8437 url(../image/kefu.png);
    position: relative;
    display: none;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

.kefu-box {
    float: left;
    width: 140px;
    background: #1C8437;
    border-radius: 5px 0 0 5px;
}

.kefu-tab img {
    display: block;
}

.kefu-top {
    width: 140px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.kefu-center {
    padding: 15px 15px 10px 15px;
    text-align: center;
}

.kefu-center ul {
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
    border-radius: 5px;
}

.kefu-center li {
    height: 33px;
}

.kefu-center li img {
    border: 1px solid #1C8437;
    border-radius: 8px;
    margin: 0 auto;
}

.kefu-center .qrcode {
    margin-top: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}

.kefu-center .qrcode img {
    width: 110px;
    background: #fff;
    /* padding: 5px; */
    border-radius: 5px;
}

.kefu-center .phone {
    margin-top: 10px;
}

.kefu-center .phone strong {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.kefu-bottom {
    height: 30px;
    width: 140px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.kefu-bottom a {
    color: #fff;
}

.kefu-bottom span {
    font-size: 18px;
    margin-right: 5px;
    line-height: 30px;
}

.fenye {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.fenye .pagelist {
    display: inline-block;
}

.fenye .pagelist a,
.fenye .pagelist span {
    display: inline-block;
    padding: 0 13px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin: 0 3px;
    border-radius: 5px;
    border: #ccc solid 1px;
    background: #eee;
    overflow: hidden;
    font-size: 13px;
    color: #666;
}

.fenye .pagelist a:hover {
    background: #1C8437;
    color: #fff;
    border: #1C8437 solid 1px;
}

.fenye .pagelist span {
    background: #1C8437;
    color: #fff;
    border: #1C8437 solid 1px;
}