﻿@charset "utf-8";
/* reset */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, input, textarea {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/24px '微软雅黑', Arial, '宋体', HELVETICA;
    color: #666;
    background: #fff;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

li {
    list-style-type: none;
    vertical-align: top;
}

button, input, select, textarea {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    border: none;
    resize: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    transition: 0.2s;
}

a:hover {
    color: #50b64f;
}

.zoomIn {
    transition: All 0.6s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.zoomIn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* end reset */

/* public */
.w1100 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb20 {
    margin-bottom: 20px;
}

.cl {
    zoom: 1;
}

.cl:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix:after{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.eps {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.z9 {
    z-index: 9;
}

.title {
    text-align: center;
}

.title h2 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
}

.title h2 span {
    position: relative;
    padding: 0 82px;
}

.title h2 em {
    width: 74px;
    height: 4px;
    background: #55b554;
    position: absolute;
    top: 50%;
}

.title h3 {
    line-height: 18px;
    color: #333;
    font-size: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: 5px;
}

.title .left {
    left: 0;
}

.title .right {
    right: 0;
}

/* end public */

/* topbar */
.topbar {
    position: relative;
    z-index: 9;
    height: 30px;
    border-bottom: 1px solid #eaeaea;
    background: #f0f0f0;
    color: #676767;
    padding-top: 8px;
    font-family: 'simsun';
}

.topbar a {
    color: #676767;
}

.topbar a:hover {
    color: #50b64f;
}

.topbar img {
    background: url(../images/share.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/share.png*/ no-repeat;
    transition: 0.2s;
}

.topbar .wx img {
    background-position: -24px 0;
}

.topbar .wx:hover img, .topbar .wb:hover img {
    background-image: url(../images/shareon.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/shareon.png*/;
}

.topbar em {
    width: 24px;
}

.topbar span {
    background: url(../images/cut.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/cut.gif*/ no-repeat;
    width: 1px;
    height: 11px;
    margin: 0 16px;
    position: relative;
    top: 6px;
}

.head {
    height: 115px;
}

.logo {
    padding-top: 22px;
    margin-right: 13px;
}

.vice {
    padding-top: 19px;
}

.vice h2 {
    font-size: 30px;
    font-weight: bold;
    color: #50b64f;
    line-height: 28px;
    margin-top: 26px;
}

.vice h2 span {
    color: #3598dc;
}

.vice h3 {
    font-weight: bold;
    color: #fff;
    width: 381px;
    height: 24px;
    font-size: 15px;
    text-indent: 14px;
    background: url(../images/vice.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/vice.png*/ no-repeat;
}

.tel {
    padding-left: 50px;
    position: relative;
    top: 28px;
    background: url(../images/tel.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/tel.png*/ no-repeat 0 9px;
}

.tel .tl {
    font-size: 13px;
    color: #242c35;
    vertical-align: middle;
    margin-right: 8px;
}

.tel .num {
    font-size: 20px;
    color: #50b64f;
    font-weight: bold;
    text-align: right;
}

.tel em {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.telTop {
    padding-bottom: 4px;
}

.telBottom .num, .telBottom .tl {
    line-height: 22px;
}

.wxCode {
    display: none;
    position: absolute;
    top: 28px;
    right: 53px;
    border: 1px solid #dadada;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.wxCode img {
    width: 100px;
}

.nav {
    height: 44px;
    background: #50b64f;
}

.nav .item, .nav h2, .nav h2 a {
    float: left;
}

.nav .item {
    background: url(../images/navcut.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/navcut.gif*/ no-repeat 0 center;
}

.nav .none, .nav .non {
    background: none;
}

.nav ul {
    width: 1200px;
}

.nav h2 a {
    padding: 0 25px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    line-height: 44px;
}

.nav h2 a:hover, .nav .active h2 a {
    background: #3598DC;
}

/* banner */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .bd {
    position: relative;
    left: 50%;
    margin-left: -50%;
}

.banner .bd li {
}

.banner .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 16px;
    overflow: hidden;
    height: 12px;
}

.banner .hd li {
    box-shadow: inset 1px 1px 1px #333;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 3px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}

.banner .hd .on {
    background: #125ed6;
}

.banner .ctrl {
    position: absolute;
    width: 1000px;
    left: 50%;
    top: 0;
    margin-left: -500px;
    display: none;
}

.banner .ctrl a {
    color: #fff;
    font-size: 120px;
    height: 120px;
    line-height: 120px;
    font-family: 'simsun';
    top: 190px;
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.banner .ctrl .prev {
    left: -100px;
}

.banner .ctrl .next {
    right: -100px;
}

.banner .ctrl a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* search */
.search {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    height: 56px;
}

.search p {
    line-height: 56px;
    font-size: 14px;
    color: #9c9c9c;
}

.search b {
    font-size: 16px;
    color: #50b64f;
    font-weight: bold;
}

.search span {
    cursor: default;
    margin: 0 12px;
    font-family: Arial;
}

.search a {
    color: #9c9c9c;
}

.search a:hover {
    color: #50b64f;
}

.search .fr {
    background: url(../images/search.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/search.png*/ no-repeat;
    width: 310px;
    height: 33px;
    padding: 5px;
    position: relative;
    top: 7px;
}

.search form {
    height: 33px;
    border-radius: 17px;
    overflow: hidden;
}

.search input {
    vertical-align: top;
    background: none;
}

.search .txt {
    width: 228px;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    color: #cacaca;
}

.search .btn {
    width: 50px;
    height: 33px;
    cursor: pointer;
}

/* product */
.product {
    margin-top: 30px;
}

.prodSide {
    width: 231px;
}

.prodSideWrap {
    background: #50b64f;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
}

.prodSide h2 {
    padding-top: 5px;
    line-height: 66px;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(11, 95, 11, 0.76);
}

.prodSideBox {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 18px 14px 14px;
}

.prodSideBox li {
    background: url(../images/prodcut.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/prodcut.png*/ no-repeat;
}

.prodSideBox .none {
    background: none;
}

.prodSideBox h3 a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
    color: #3a3a3a;
}

.prodSideBox h3 a:hover {
    color: #50b64f;
}

.prodTel {
    border: 5px solid #50b64f;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.prodTel img {
    background: #50b64f;
    margin-bottom: 20px;
}

.prodTel p {
    font-weight: bold;
    font-size: 16px;
    color: #292929;
    background: url(../images/prodtel.jpg) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/prodtel.jpg*/ center 0 no-repeat;
    padding-top: 47px;
}

.prodTel h3 {
    color: #50b64f;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 26px;
}

.prodWrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.prodWrap ul {
}

.prodWrap li {
    width: 260px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.prodWrap img {
}

.prodWrap li .imgauto {
    width: 260px;
    height: 260px;
    overflow: hidden;
    border: 3px solid #e2e2e2;
    transition: 0.3s;
}

.prodWrap span {
    width: 220px;
    padding: 0 20px;
    color: #2a2a2a;
    transition: 0.3s;
}

.prodWrap .tl {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.prodWrap .txt {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.prodWrap a:hover .imgauto {
    border-color: #50b64f;
}

.prodWrap a:hover span {
    color: #50b64f;
}

/* ad2 */
.ad2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 63px;
}

.ad2 img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* point */
.point {
    width: 100%;
    overflow: hidden;
}

.pointTop {
    font-style: italic;
    padding-bottom: 8px;
    border-bottom: 2px solid #dadada;
    margin-bottom: 70px;
}

.pointTop .txt {
    float: left;
    width: 650px;
    text-align: right;
}

.pointTop h2 {
    color: #2f58ab;
    font-size: 25px;
    line-height: 26px;
    font-weight: bold;
}

.pointTop h3 {
    color: #50b64f;
    font-size: 38px;
    line-height: 42px;
    font-weight: bold;
    padding-right: 10px;
}

.pointTop img {
    position: relative;
    padding-top: 2px;
    margin-left: -6px;
}

.pointWrap li {
    float: left;
    position: relative;
    height: 74px;
    border-radius: 37px;
    overflow: hidden;
    margin-right: 490px;
    margin-bottom: 41px;
}

.pointWrap h3 {
    position: absolute;
    top: 0;
    height: 74px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    display: table;
}

.pointWrap .odd h3 {
    right: 0;
    background: url(../images/ptl.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/ptl.png*/ no-repeat;
    width: 96px;
    padding-left: 18px;
}

.pointWrap .even h3 {
    left: 0;
    background: url(../images/ptr.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/ptr.png*/ no-repeat;
    width: 103px;
    padding-right: 15px;
    text-align: right;
}

.pointWrap span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.pointWrap {
    width: 1100px;
    overflow: hidden;
    background: url(../images/point.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/point.png*/ no-repeat center 12px;
    padding-bottom: 74px;
    position: relative;
}

.pointWrap ul {
    width: 1600px;
    height: 575px;
}

.point .leaf {
    background: url(../images/leaf.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/leaf.png*/ no-repeat;
    position: absolute;
    width: 808px;
    height: 332px;
    left: 10px;
    top: -103px;
}

/* reason */
.reason {
    background: #eef4e6;
    position: relative;
    padding-bottom: 68px;
}

.reason .top, .reason .bottom {
    left: 0;
    width: 100%;
    position: absolute;
}

.reason .top {
    top: 0;
    background: url(../images/reasontop.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/reasontop.gif*/ no-repeat center 0;
    height: 10px;
}

.reason .bottom {
    bottom: 0;
    background: url(../images/reasonbottom.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/reasonbottom.gif*/ no-repeat center 0;
    height: 12px;
}

.reasonTop {
    margin-bottom: 30px;
}

.reasonTop .fl {
    padding-left: 6px;
    margin-top: -130px;
}

.reasonTop .fr {
    position: absolute;
    right: 60px;
    top: 0;
}

.reasonTop h2 {
    margin-bottom: 7px;
    padding-top: 75px;
}

.reasonTop p {
    width: 516px;
    border-top: 2px solid #55b554;
    border-bottom: 2px solid #55b554;
    line-height: 29px;
    height: 29px;
    font-size: 20px;
    color: #55b554;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 8px;
}

.reasonTop h3 {
    text-align: center;
}

.reasonWrap li {
    position: relative;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.reasonWrap .a {
}

.reasonWrap .a .reasonBox {
    padding-top: 4px;
}

.reasonWrap .a .img {
    padding-right: 56px;
}

.reasonWrap .b {
    margin-top: -16px;
}

.reasonWrap .b .img {
    padding-top: 29px;
    padding-left: 50px;
}

.reasonWrap .c {
    margin-top: -45px;
}

.reasonWrap .c .img {
    padding-top: 25px;
}

.reasonWrap .d .img {
    padding-top: 10px;
    position: relative;
    margin-left: -60px;
}

.reasonWrap .e {
    margin-top: -71px;
}

.reasonWrap h2 {
    color: #50b64f;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    line-height: 36px;
}

.reasonWrap h3 {
    font-size: 18px;
    color: #292929;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
}

.reasonWrap p {
    font-size: 13px;
    color: #292929;
    font-weight: bold;
    line-height: 26px;
}

/* app */
.app {
    margin-bottom: 67px;
    background: url(../images/app.jpg) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/app.jpg*/ center 0;
    height: 546px;
    padding-top: 42px;
}

.app .title {
    margin-bottom: 20px;
}

.app .title h2 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(11, 95, 11, 0.76);
}

.app .title h2 em {
    background: #fff;
}

.app .title h3 {
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.appWrap .hd {
    text-align: center;
    margin-bottom: 17px;
}

.appWrap .hd li {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    padding: 0 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin: 0 5px;
}

.appWrap .hd .on {
    color: #55b554;
    background: #fff;
}

.appWrap .bd {
    width: 1100px;
    overflow: hidden;
}

.appWrap .con {
    width: 1100px;
    overflow: hidden;
    margin-right: 16px;
    height: 363px;
}

.appWrap .bd ul {
    width: 1118px;
}

.appWrap .bd li {
    width: 356px;
    float: left;
    text-shadow: 1px 1px 1px rgba(11, 95, 11, 0.76);
    margin-right: 16px;
}

.appWrap .img {
    width: 346px;
    height: 262px;
    overflow: hidden;
    border: 5px solid #fff;
    overflow: hidden;
    display: block;
}

.appWrap h3 {
    padding-top: 14px;
    margin-bottom: 13px;
}

.appWrap h3 a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.appWrap h3 a:hover {
    text-decoration: underline;
}

.appWrap p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

/* case */
.case {
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 43px;
}

.case .title {
    margin-bottom: 12px;
}

.caseWrap {
    padding-bottom: 16px;
}

.caseWrap .hd {
    text-align: center;
    margin-bottom: 12px;
}

.caseWrap .hd li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 21px;
    line-height: 38px;
    height: 38px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.caseWrap .hd .on {
    color: #fff;
    background: #55b554;
}

.caseWrap .bd {
    width: 1100px;
    overflow: hidden;
}

.caseWrap .con {
    height: 342px;
    padding-bottom: 17px;
    background: url(../images/shadow.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/shadow.png*/ no-repeat center bottom;
    width: 1100px;
    margin-right: 20px;
}

.caseWrap .con .fl {
    width: 538px;
    height: 342px;
    overflow: hidden;
}

.caseWrap .con .fr {
    height: 342px;
    background: #ececec;
    width: 482px;
    padding-left: 35px;
    padding-right: 45px;
}

.caseWrap h3 {
    margin-bottom: 28px;
    padding-top: 62px;
}

.caseWrap h3 a {
    color: #202020;
    font-size: 21px;
    display: block;
}

.caseWrap h3 a:hover {
    color: #50b64f;
}

.caseWrap .txt {
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    margin-bottom: 34px;
    color: #202020;
}

.caseWrap .btn a {
    width: 93px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-family: 'simsun';
    border-radius: 3px;
    overflow: hidden;
    margin-right: 6px;
}

.caseWrap .btn .detail {
    background: #55b554;
}

.caseWrap .btn .consult {
    background: #357df9;
}

/* partner */
.partner .title {
    margin-bottom: 20px;
}

.partnerWrap {
    width: 1098px;
    overflow: hidden;
    height: 341px;
    margin-bottom: 30px;
}

.partnerWrap ul {
    width: 1100px;
}

.partnerWrap li {
    width: 220px;
    float: left;
    text-align: center;
    background: url(../images/partner.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/partner.gif*/ no-repeat right 0;
    margin-bottom: 18px;
}

.partnerWrap a {
    width: 220px;
    float: left;
}

.partnerWrap .img {
    position: relative;
    padding-bottom: 18px;
    width: 190px;
    height: 84px;
}

.partnerWrap em {
    height: 1px;
    background: #e8eaec;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.partnerWrap img {
    width: 190px;
    height: 84px;
    position: absolute;
    z-index: 2;
    transform: rotateY(0deg);
    transition: all 0.6s ease 0s;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.partnerWrap .txt {
    position: absolute;
    width: 190px;
    height: 84px;
    background: #fff;
    line-height: 84px;
    text-align: center;
    transform: rotateY(-180deg);
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
    color: #333;
    font-size: 18px;
    left: 0;
    top: 0;
}

.partnerWrap a:hover img {
    transform: rotateY(180deg);
}

.partnerWrap a:hover .txt {
    transform: rotateY(0deg);
}

/* ad */
.ad {
    background: url(../images/ad.jpg) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/ad.jpg*/ no-repeat center 0;
    height: 143px;
    margin-bottom: 54px;
    color: #fff;
}

.ad h2 {
    font-size: 30px;
    padding-top: 18px;
    line-height: 60px;
    font-weight: bold;
}

.ad h2 span {
    margin-right: 26px;
}

.ad .fl {
    text-shadow: 1px 1px 1px rgba(11, 95, 11, 0.76);
    font-weight: bold;
}

.ad .fr {
    padding-top: 62px;
}

.ad li {
    font-size: 15px;
    line-height: 23px;
    height: 23px;
    padding-left: 36px;
    background: url(../images/icon.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/icon.png*/ no-repeat 6px center;
}

.adTel {
    background: url(../images/adtel.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/adtel.png*/ no-repeat 0 center;
    padding-left: 26px;
    margin-right: 30px;
}

.adTel p {
    font-size: 14px;
    text-shadow: 0 0 0 #000;
    line-height: 18px;
}

.adTel h3 {
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(11, 95, 11, 0.76);
}

.adBtn a {
    background: url(../images/adbtn.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/adbtn.png*/ no-repeat;
    width: 123px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 15px;
    text-shadow: 0 0 0 #000;
}

/* about */
.about {
    margin-bottom: 50px;
    position: relative;
}

.aboutTop {
    margin-bottom: 18px;
    margin-top: 30px;
}

.aboutTop h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.aboutTop h3 {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 17px;
}

.aboutWrap {
    margin-top: 20px;
}

.aboutImg {
    padding: 6px;
    background: #e4e3e3;
}

.aboutImg img {
    width: 319px;
    height: 238px;
}

.aboutBox .fr {
    width: 740px;
}

.aboutBox h3 {
    color: #357df9;
    font-size: 20px;
    font-weight: bold;
    padding-top: 11px;
    margin-bottom: 11px;
}

.aboutTxt {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    height: 192px;
    overflow: hidden;
}
.aboutTxt p span{
    display: block;
}
.aboutBox a {
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #50b64f;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
}

.aboutBox a:hover {
    background: #3598dc;
}

.honor {
    width: 313px;
}

.honorWrap {
    background: #eaeaea;
    height: 250px;
    width: 313px;
    position: relative;
}

.honor .bd {
    width: 274px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 16px;
}

.honor ul {
    width: 294px;
}

.honor li {
    width: 274px;
    text-align: center;
    margin-right: 20px;
}

.honor span {
    width: 100%;
    font-size: 15px;
    color: #333;
    padding-top: 5px;
    transition: 0.3s;
}

.honor a:hover span {
    color: #50b64f;
}

.honor .ctrl {
    position: absolute;
    top: -44px;
    right: 0;
}

.honor .ctrl a {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #50b64f;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'simsun';
    font-weight: bold;
    font-size: 14px;
}

.honor .ctrl a:hover {
    background: #3598dc;
}

.certificate {
    padding-top: 37px;
}

.certificate .hd {
    margin-bottom: 11px;
    position: relative;
}

.certificate .hd li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #262626;
    margin-right: 12px;
    float: left;
    cursor: pointer;
}

.certificate .hd .on {
    background: #50b64f;
    color: #fff;
}

.certificate .more {
    position: absolute;
    right: 0;
    top: 3px;
}

.certificate .more a {
    padding-right: 20px;
    background: url(../images/go.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/go.png*/ no-repeat right center;
    font-size: 13px;
    color: #50b64f;
}

.certificate .more a:hover {
    text-decoration: underline;
}

.certificate .conBd {
    padding-bottom: 20px;
    padding-top: 14px;
}

.certificate .con {
    width: 1100px;
    height: 302px;
    overflow: hidden;
}

.certificate .bd {
    background: #eaeaea;
    height: 302px;
    overflow: hidden;
}

.certificate .conBd {
    width: 1009px;
    margin: 0 auto;
}

.certificate .bd ul {
    width: 1025px;
}

.certificate .bd li {
    float: left;
    width: 189px;
    margin-right: 16px;
    text-align: center;
}

.certificate .bd span {
    width: 100%;
    font-size: 13px;
    color: #2b2b2b;
    padding-top: 12px;
    transition: 0.2s;
}

.certificate .bd a:hover span {
    color: #50b64f;
}

.about .bg {
    height: 392px;
    background: #eaeaea;
    position: absolute;
    width: 100%;
    bottom: 21px;
    left: 0;
}

/* info */
.info {
}

.news {
}

.news .hd {
    margin-bottom: 12px;
}

.news .hd li {
    float: left;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: bold;
}

.news .hd .item {
    cursor: pointer;
}

.news .hd .on {
    color: #50b64f;
}

.news .hd .cut {
    margin: 0 8px;
    cursor: default;
}

.news .bd {
    font-family: 'simsun';
}

.news .bd li {
    height: 36px;
    overflow: hidden;
    position: relative;
}

.newsWrap {
    margin-top: 20px;
}

.newsImg {
    background: url(../images/news.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/news.gif*/ no-repeat;
    width: 323px;
    height: 275px;
    position: relative;
    top: 6px;
}

.newsImg a {
    position: absolute;
    top: 9px;
    left: 10px;
    display: none;
    width: 281px;
    height: 230px;
}

.newsImg .on {
    display: block;
}

.newsList {
    line-height: 36px;
    height: 36px;
    background: #fff;
}
.newsWrap li{
    width: 525px;
    float: left;
    margin-right: 50px;
}
.newsList h3 a {
    color: #333;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
}

.newsList span {
    color: #666;
}

.news .newsWrap .on {
    height: 154px;
}

.newsWrap .on .newsList {
    display: none;
}

.newsBox {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 16px;
}

.newsBox h3 {
    margin-bottom: 11px;
    padding-top: 10px;
}

.newsBox h3 a {
    display: block;
    color: #272727;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
}

.newsBox h3 a:hover {
    color: #50b64f;
}

.newsBox p {
    color: #666;
    font-size: 14px;
    text-indent: 2em;
}

.faq {
    width: 330px;
}

.faqTop {
    margin-bottom: 18px;
}

.faqTop h2 {
    font-weight: bold;
}

.faqTop .cn {
    color: #50b64f;
    font-size: 18px;
}

.faqTop .en {
    color: #7b7b7b;
    font-size: 14px;
}

.faqTop a {
    padding-right: 20px;
    background: url(../images/go.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/go.png*/ no-repeat right center;
    font-size: 13px;
    color: #50b64f;
}

.faqTop a:hover {
    text-decoration: underline;
}

.faqWrap {
    background: url(../images/faq.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faq.png*/ no-repeat;
    width: 270px;
    height: 258px;
    margin-right: -18px;
    padding-left: 35px;
    padding-right: 43px;
    font-family: 'simsun';
    padding-top: 14px;
}

.faqWrap .bd {
    height: 220px;
    overflow: hidden;
}

.faqWrap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/faqcut.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faqcut.gif*/ repeat-x 0 bottom;
}

.faqWrap h3 {
    margin-bottom: 7px;
}

.faqWrap h3 a {
    display: block;
    padding-left: 25px;
    background: url(../images/faq.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faq.gif*/ no-repeat 1px 0;
    line-height: 18px;
    color: #545454;
}

.faqWrap h3 a:hover {
    color: #50b64f;
}

.faqWrap p {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    padding-left: 25px;
    background: url(../images/faq.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faq.gif*/ no-repeat 1px -25px;
    color: #828282;
}

/* footer */
.footer {
    background: url(../images/footer.jpg) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/footer.jpg*/ no-repeat center 0;
    padding-bottom: 20px;
}

.footNav {
    height: 46px;
    line-height: 46px;
    background: #50b64f;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.footNav a {
    color: #fff;
}

.footNav span {
    margin: 0 20px;
    font-weight: bold;
    cursor: default;
}

.footer h2 {
    padding-top: 70px;
}

.siteInfo {
    padding-top: 61px;
    line-height: 30px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 13px;
}

.siteInfo a {
    color: #fff;
}

.siteInfo a:hover {
    color: #50b64f;
}

.siteInfo .long {
    margin-right: 30px;
}

.siteInfo .short {
    margin-right: 24px;
}

.siteInfo em {
    cursor: default;
    margin: 0 5px;
    font-style: normal;
}

.code p {
    width: 120px;
    text-align: center;
    padding-top: 40px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
}

.code p img {
    width: 120px;
}
.code-text{
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

/* 内页 */
.pageBanner {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.pageBanner img {
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 200px;
    position: relative;
}

.page {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 130px;
}

.main {
    width: 750px;
    font-family: "宋体";
}

/* page */
.page {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* feedbackBox */
.feedbackBox {
    padding-left: 100px;
    font-family: "Microsoft yahei";
}

.feedbackBoxTop {
    font-size: 16px;
    margin-bottom: 36px;
    padding-top: 20px;
}

.feedbackBoxTop span {
    color: #50B64F;
}

/* side */
.side {
    width: 220px;
}

.sideNav {
    margin-bottom: 20px;
}

.sideNav h2 {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    background: #50B64F;
    color: #fff;
    margin-bottom: 2px;
}

.sideNav .item {
    margin-bottom: 2px;
}

.sideNav h3 a {
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(../images/sidenav.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/sidenav.gif*/ no-repeat 200px #50B64F;
    text-indent: 24px;
    position: relative;
    color: #fff;
}

.sideNav h3 em {
    width: 4px;
    height: 3px;
    position: absolute;
    overflow: hidden;
    background: #fff;
    left: 24px;
    top: 17px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.2s;
}

.sideNav h3 a:hover, .sideNav .active h3 a {
    background-image: url(../images/sidenavon.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/sidenavon.gif*/;
    background-color: #3598DC;
    color: #fff;
    text-indent: 34px;
}

.sideNav h3 a:hover em, .sideNav .active h3 em {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sideNav ol {
    background: #F3FFF3;
}

.sideNav h3 a.active {
    background-image: url(../images/sidenavon.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/sidenavon.gif*/;
    background-color: #3598DC;
    color: #fff;
    text-indent: 34px;
}

.sideNav .none a {
    background: none;
}

.sideNav h4 {
    position: relative;
    height: 35px;
}

.sideNav h4 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-indent: 24px;
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x;
}

.sideNav h4 a:hover, .sideNav .on h4 a {
    background: #4CB5FD;
    color: #fff;
}

.sideWrap {
    margin-bottom: 20px;
}

.sideWrap h2 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 20px;
    background: #50B64F;
    color: #fff;
}

.sideBox {
    border: 1px solid #dadada;
    border-top: none;
}

.contactBox {
    padding: 15px;
}

.hotLine {
    background: url(../images/hotline.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/hotline.gif*/ no-repeat;
    padding-left: 45px;
    margin-bottom: 4px;
    height: 46px;
}

.hotLine p {
    line-height: 16px;
}

.hotLine h3 {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    line-height: 30px;
}

.contactInfo {
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x;
    padding-top: 10px;
}

.contactInfo span {
    vertical-align: top;
    display: inline-block;
}

.contactInfo .value {
    width: 150px;
}

/* imgSideBox */
.imgSideBox {
    padding: 10px 0;
}

.imgSideBox li {
    width: 198px;
    margin: 0 auto 14px;
}

.imgSideBox a {
    display: block;
}

.imgSideBox img {
    width: 190px;
    height: 190px;
    padding: 2px;
    border: 2px solid #dadada;
    transition: 0.3s;
}

.imgSideBox span {
    width: 168px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    padding-top: 4px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgSideBox a:hover {
    color: #50B64F;
}

.imgSideBox a:hover img {
    border-color: #50B64F;
}

/* main */
.main {
    width: 850px;
    font-family: '宋体';
}

/* breadCrumb */
.breadCrumb {
    height: 55px;
    border-bottom: 1px solid #dadada;
    position: relative;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.breadCrumb h2 {
    font-family: 'Microsoft Yahei';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    line-height: 54px;
    padding: 0 4px;
    border-bottom: 3px solid #50B64F;
    color: #333;
    font-weight: bold;
}

.breadCrumb .fr {
    color: #999;
    font-family: '宋体';
    cursor: default;
    width: 400px;
    line-height: 16px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* imgBox */
.imgBox {
    width: 850px;
    overflow: hidden;
}

.imgBox ul {
    width: 880px;
}

.imgBox li {
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.imgBox a {
    float: left;
}

.fancybox img {
    border: 2px solid #dadada;
    transition: 0.2s;
}

.fancybox span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    padding-top: 4px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fancybox:hover {
    color: #50B64F;
}

.fancybox:hover img {
    border-color: #50B64F;
}

/* productBox */
.productBox li {
    width: 270px;
    margin-right: 18px;
}

.productBox li .imgauto {
    width: 261px;
    height: 236px;
    padding: 2px;
    overflow: hidden;
    border: 2px solid #dadada;
    transition: 0.2s;
}

.imgBox ul.w990 {
    width: 870px;
}

.productBox li a:hover {
    color: #50B64F;
}

.productBox li a:hover .imgauto {
    border-color: #50B64F;
}

.productBox img {
}

.productBox span {
    width: 214px;
}

.imgSideBox .imgauto {
    width: 190px;
    height: 190px;
    border: 2px solid #dadada;
    transition: 0.2s;
    overflow: hidden;
}

.imgSideBox .imgauto img {
    border: none;
    width: auto;
    height: auto;
}

/* imgPartnerBox */
.imgPartnerBox li {
    width: 202px;
    margin-right: 14px;
}

.imgPartnerBox img {
    width: 198px;
    height: 88px;
}

.imgPartnerBox span {
    width: 172px;
}

/* imgSettingBox */
.imgSettingBox li {
    width: 274px;
    margin-right: 14px;
}

.imgSettingBox img {
    width: 266px;
    height: 188px;
    padding: 2px;
}

.imgSettingBox span {
    width: 244px;
}

/* imgHonorBox */
.imgHonorBox li {
    width: 274px;
    margin-right: 14px;
}

.imgHonorBox img {
    width: 266px;
    padding: 2px;
}

.imgHonorBox span {
    width: 244px;
}

/* product's picture */
.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-family: Arial;
    *line-height: 1;
    *font-size: 271px;
}

.tb-pic img {
    vertical-align: middle;
}

.tb-pic, .tb-pic a {
    height: 320px;
    width: 350px;
    background: #fff;
}

.tb-pic, .tb-pic img {
    max-height: 320px;
    max-width: 350px;
    _width: 350px;
}

.tb-pic {
    border: 1px solid #dadada;
    position: relative;
    z-index: 1;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url(../images/mask.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/mask.png*/;
    cursor: move;
    z-index: 1;
}

.tb-picList {
    width: 352px;
    height: 62px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.tb-picList .prev, .tb-picList .next {
    position: absolute;
    top: 20px;
    font-family: 'simsun';
    font-weight: bold;
    font-size: 32px;
}

.tb-picList .prev {
    left: 0;
}

.tb-picList .next {
    right: 0;
}

.tb-picList .prev:hover, .tb-picList .next:hover {
    color: #50B64F;
}

.tb-picList .tb-thumb {
    position: relative;
    width: 290px;
    height: 62px;
    margin: 0 auto;
    overflow: hidden;
}

.tb-picList .tb-thumb ul {
    position: absolute;
    width: 999999px;
}

.tb-picList .tb-thumb li {
    float: left;
    width: 76px;
    overflow: hidden;
    position: relative;
}

.tb-picList .tb-thumb a {
    display: block;
    width: 60px;
    border: 1px solid #dadada;
    text-align: center;
    background: #fff;
}

.tb-picList .tb-thumb img {
    max-width: 100%;
    height: 60px;
    cursor: pointer;
}

.tb-picList .tb-thumb em {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 2px solid #50B64F;
    top: 0;
    left: 0;
    display: none;
}

.tb-picList .tb-thumb .tb-selected em {
    display: block;
}

.productTop {
    margin-bottom: 20px;
}

.productIntro {
    width: 470px;
}

.productIntro h2 {
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x 0 bottom;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
    color: #000;
    padding: 10px 0;
    margin-bottom: 10px;
}

.descriptionBox {
    height: 178px;
    overflow: hidden;
}

.descriptionBox .explain .value {
    height: 116px;
    overflow: hidden;
}

.descriptionBox span {
    display: inline-block;
    vertical-align: top;
}

.descriptionBox .value {
    width: 400px;
}

.productOrder a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Microsoft Yahei';
    background: #50B64F;
    color: #fff;
}

.productOrder a:hover {
    background: #3598DC;
}

.productShow {
    margin-bottom: 10px;
}

.productShow .hd {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #50B64F;
    font-family: 'Microsoft Yahei';
}

.productShow .hd li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
}

.productShow .hd .on {
    background: #3598DC;
}

.productShow .con {
    padding: 10px 0;
}

.column {
    margin-bottom: 20px;
}

.column h2 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #eee;
    position: relative;
    text-indent: 20px;
    font-family: 'Microsoft Yahei';
}

.column h2 em {
    position: absolute;
    width: 4px;
    height: 14px;
    left: 10px;
    top: 50%;
    margin-top: -7px;
    background: #333;
}

.productForm h2 {
    margin-bottom: 2px;
}

.productFormBox {
    background: #eee;
}

.productFormBox form {
    padding: 20px 0 20px 16px;
}

.productFormBox p {
    float: left;
    margin-right: 10px;
}

.productFormBox span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: right;
    padding-right: 10px;
    line-height: 26px;
}

.productFormBox input, .productFormBox textarea {
    vertical-align: top;
    transition: 0.3s;
}

.productFormBox .row {
    margin-bottom: 10px;
}

.productFormBox .row input {
    height: 24px;
    border: 1px solid #dadada;
    width: 150px;
    padding: 0 10px;
    line-height: 24px;
}

.productFormBox textarea {
    width: 634px;
    height: 72px;
    border: 1px solid #dadada;
    padding: 10px;
    line-height: 18px;
}

.productFormBox .row input:focus, .productFormBox textarea:focus {
    border-color: #aaa;
}

.productFormBox img {
    border: 1px solid #dadada;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.productFormBox .btn {
    padding-left: 60px;
}

.productFormBox .btn input {
    width: 65px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #666;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
    font-family: 'Microsoft Yahei';
}

.productFormBox .btn input:hover {
    background: #999;
}

#verifyCode {
    width: 100px;
}

.related h2 {
    margin-bottom: 10px;
}

/* articleBox */
.articleBox li {
    overflow: hidden;
    zoom: 1;
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x 0 bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.articleBox img {
    width: 159px;
    height: 130px;
    border: 1px solid #EFEFEF;
    padding: 4px;
}


.articleBox h2 {
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    margin-bottom: 4px;
}

.articleBox h2 a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.articleBox h2 a:hover {
    color: #50B64F;
}

.articleBox h4 {
    background: url(../images/time.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/time.png*/ no-repeat 0 3px;
    padding-left: 24px;
    color: #a1a1a1;
    margin-bottom: 5px;
}
.list_item{
    width: 850px;
}
.articleBox p {
    color: #666;
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
}

.articleBox p a {
    color: #50B64F;
}

.articleBox p a:hover {
    text-decoration: underline;
}

.articleBox .img {
    position: relative;
}

.articleBox .img img {
    position: relative;
    z-index: 9;
}

.articleBox .img em {
    position: absolute;
    width: 158px;
    height: 130px;
    background: url(../images/timebg.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/timebg.png*/ no-repeat #50B64F;
    left: 5px;
    top: 5px;
}

.articleBox .img span {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

.articleBox .date {
    font-family: 'Microsoft Yahei';
    font-size: 60px;
    line-height: 60px;
    top: 24px;
}

.articleBox .yam {
    font-family: Arial;
    font-size: 18px;
    top: 88px;
}

.articleAppBox img {
    width: 172px;
}

.articleAppBox .fr {
    width: 642px;
}

.articleCaseBox img {
    width: 205px;
}


/* faqBox */
.faqBox h2 a {
    position: relative;
    padding-left: 26px;
}

.faqBox h2 em {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/faq.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faq.png*/ no-repeat #50B64F;
    border-radius: 3px;
}

.faqBox p {
    background: url(../images/faq.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faq.png*/ no-repeat 0 -26px;
    padding-left: 26px;
}

/* faqOtherBox */
.faqOtherBox {
    border-top: 1px solid #f1f1f1;
}

.faqOtherBox h2 a {
    display: block;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    position: relative;
    padding: 10px 10px 10px 36px;
    border-bottom: 1px solid #f1f1f1;
    color: #999;
}

.faqOtherBox h2 em {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../images/faq.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/faq.png*/ no-repeat #50B64F;
    border-radius: 3px;
}

.faqOtherBox .on a {
    background: #ECECEC;
    color: #000;
}

.faqOtherBox .con {
    padding: 20px 0;
    border-left: 3px solid #50B64F;
    padding-left: 34px;
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x 0 bottom;
}

/* articleShow */
.articleTop {
    text-align: center;
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x 0 bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.articleTop h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 16px;
    font-family: "Microsoft yahei";
}

.articleTop p {
    color: #999;
}

.articleTop span {
    margin: 0 5px;
}

.articleTop a {
    margin: 0 5px;
}

.articleTop .active {
    color: #000;
    font-weight: bold;
}
.detail_pic{
    text-align: center;
    margin-bottom: 15px;
}
.articleShow {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
}
.articleShow img{
    display:block;
    margin:0 auto;
    margin-bottom:15px;
}
.articleCtrl {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #eee;
    margin-bottom: 10px;
    color: #999;
    padding: 0 10px;
    cursor: default;
}

.articleCtrl p {
    vertical-align: top;
    width: 40%;
}

.articleCtrl .fl {
    padding-left: 16px;
}

.articleCtrl .fr {
    padding-right: 16px;
    background-position: right 10px;
    text-align: right;
}

.articleCtrl a {
    color: #333;
}

.articleCtrl a:hover {
    color: #e9ba25;
}
.articleCtrl a.b{
    font-weight: bold;
}

.articleList {
    overflow: hidden;
}

.articleList h2 {
    margin-bottom: 10px;
}

.articleList ul {
    width: 890px;
}

.articleList li, .articleList h3, .articleList a {
    float: left;
}

.articleList li {
    width: 414px;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x 0 bottom;
}

.articleList a {
    background: url(../images/txt.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/txt.png*/ no-repeat 6px center;
    padding-left: 26px;
    width: 310px;
}

.articleList span {
    float: right;
    color: #999;
    font-family: Arial;
}

/* pictureDetail */
/* picture's picture */
.pictureDetail .tb-pic a {
    cursor: default;
}

.pictureDetail .tb-pic, .pictureDetail .tb-pic a {
    height: 500px;
    width: 738px;
}

.pictureDetail .tb-pic, .pictureDetail .tb-pic img {
    max-height: 500px;
    max-width: 738px;
    _width: 500px;
}

.pictureDetail .tb-pic {
    border: 1px solid #ECECEC;
    padding: 10px;
}

.pictureDetail .tb-picList {
    width: 760px;
    height: 72px;
}

.pictureDetail .tb-picList .tb-thumb {
    width: 674px;
    height: 72px;
}

.pictureDetail .tb-picList .tb-thumb li {
    width: 86px;
}

.pictureDetail .tb-picList .tb-thumb a {
    width: 70px;
}

.pictureDetail .tb-picList .tb-thumb img {
    height: 70px;
}

.pictureDetail .tb-picList .tb-thumb em {
    width: 68px;
    height: 68px;
}

.pictureDetail .tb-picList .prev, .pictureDetail .tb-picList .next {
    top: 0;
    font-size: 18px;
    color: #fff;
    width: 25px;
    height: 72px;
    line-height: 72px;
    background: #ccc;
    text-align: center;
}

.pictureDetail .tb-picList .prev:hover, .pictureDetail .tb-picList .next:hover {
    background: #50B64F;
}

.pictureDetail .tb-picList .non, .pictureDetail .tb-picList .non:hover {
    background: #F3F3F3;
    cursor: default;
}

.pictureTop {
    margin-bottom: 20px;
}

/* downloadList */
.downloadList {
    font-family: 'Microsoft Yahei';
}

.downloadList li {
    overflow: hidden;
    zoom: 1;
    background: url(../images/splitbg.gif) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/splitbg.gif*/ repeat-x 0 bottom;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.downloadList h2 {
    float: left;
    background: url(../images/file.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/file.png*/ no-repeat 6px 2px;
    padding-left: 40px;
    font-size: 14px;
    color: #000;
}

.downloadList a {
    float: right;
    background: url(../images/download.png) /*tpa=http://170022.websitetemplate.cn/template/default/index/img/download.png*/ no-repeat 0 6px;
    padding-left: 16px;
    color: blue;
}

.downloadList a:hover {
    text-decoration: underline;
}

/* jobList */
.jobList {
    border: 1px solid #ddd;
    border-top: none;
}

.jobList ol {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e3e3e3;
    background: #f4f4f4;
    cursor: pointer;
    font: normal 12px/45px "Microsoft YaHei";
}

.jobList ol li {
    float: left;
    width: 190px;
    padding-left: 22px;
}

.jobList b {
    color: #000;
}

.jobList .con {
    padding: 8px 25px;
    color: #999;
    display: none;
}

/* pagination */
.pagination span {
    background: #50B64F;
}

.flink {
}

.flink_list {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.flink_list li {
    float: left;
    margin-right: 30px;
}

.flink_list li a {
    font-size: 16px;
}

.main .pagination a.cur {
    background: #50b64f;
}

.main .pagination a:hover {
    color: #50b64f;
    background: white;
    border: 1px #50b64f solid;
}

.pagination-box {
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}


.pagination-inner li.active {
    background: #3598DC none repeat scroll 0 0;
    border-color: #3598DC;
    color: #fff;
}

.pagination-inner li:hover {
    background: #3598DC none repeat scroll 0 0;
    border-color: #3598DC;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.pagination-inner li img{
    margin-top: 10px;
}
.pagination-inner {
    text-align: center;
}
.lam_box .box{
    max-width:1100px;
}
.lam_box .ow_links span{
    background: #50b64f;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#50b64f;
}
.lam_box .ow_links h2 i{
    color: #000;
}