* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
}

.logo {
    float: left;
    margin-left: 6.3%;
    width: 13.7%;
}

.logo img {
    width: 100%;
    max-height: 105px;
}

.zixun {
    float: right;
    width: 11.8%;
    background: #47af42;
    height: 105px;
    padding-left: 1.9%;
    padding-top: 25px;
}

.zixun_top {
    font-size: 14px;
    color: #fff;
}

.zixun_bottom {
    font-size: 21px;
    color: #fff;
    margin-top: 8px;
}

.wechat {
    float: right;
    width: 5.7%;
    border-left: 1px solid #e4e4e5;
    height: 105px;
    text-align: center;
    padding-top: 25px;
}

.wechat p,
.zhaoshang p {
    color: #101111;
    margin-top: 10px;
    font-size: 16px;
}

.zhaoshang {
    float: right;
    width: 4.9%;
    border-left: 1px solid #e4e4e5;
    height: 105px;
    text-align: center;
    padding-top: 25px;
}

.wechat a,
.zhaoshang a {
    display: block;
}

.nav {
    width: 50%;
    float: right;
    line-height: 105px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    margin: 0 2.69%;
    position: relative;
}

.nav ul li a {
    font-size: 17px;
    color: #201d1d;
    display: block;
    padding: 0 15px;
}

.nav ul li .detailnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 105px;
    z-index: 999;
    display: none;
    -webkit-box-shadow: #ddd 0px 0px 10px; 
   -moz-box-shadow: #ddd 0px 0px 10px; 
   box-shadow: #ddd 0px 0px 10px; 
}

.nav ul li .detailnav li {
    line-height: 40px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 100%;
    float: none;
    text-align: center;
    background: #fff;
}

.nav ul li .detailnav li a {
    font-size: 15px;
    padding: 0;
}

.nav ul li .detailnav li:last-child {
    border-bottom: none;
}

.nav ul li:hover .detailnav {
    display: block;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.3);
}

.banner .swiper-pagination-bullet-active {
    width: 38px;
    height: 18px;
    border-radius: 10px;
    background: #47af42;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}
.abouts{
    max-width: 1550px;
    margin: auto;
}

.left_ab {
    width: 33%;
    float: left;
}

.left_ab video {
    width: 100%;
}

.right_ab {
    position: fixed;
    top: 100px;
    z-index: 999;
    right: 0;
}

.mid_ab {
    width: 65%;
    float: right;
}

.abtitle {
    font-size: 51px;
    font-weight: bold;
    color: #47af42;
}

.abtitles {
    font-size: 24px;
    color: #464646;
}

.abcon {
    font-size: 14px;
    color: #464646;
    text-indent: 2em;
    line-height: 30px;
}

.abcon p {
    margin-top: 35px;
}

.shuju {
    width: 100%;
    overflow: hidden;
    height: 294px;
    background: url(../images/sibg.png) center no-repeat;
    background-size: cover;
    margin-top: 55px;
}

.shujus {
    max-width: 1550px;
    margin: auto;
    padding-top: 55px;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_pic {
    height: 53px;
    line-height: 53px;
}

.sj_num {
    font-family: "Times New Roman";
    font-size: 48px;
    color: #fff;
    margin: 15px 0;
}

.sj_intro {
    font-size: 16px;
    color: #fff;
}

.shili {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.shilis {
    max-width: 1200px;
    margin: auto;
    margin-top: -30px;
}

.left_sl {
    width: 26%;
    float: left;
}

.right_sl {
    width: 26%;
    float: right;
}

.left_sl img,
.right_sl img,
.mid_sl img {
    width: 100%;
    transition: all 0.6s;
    overflow: hidden;
}


.left_sls:hover img,
.mid_sl:hover img {
    transform: scale(1.1);
}

.mid_sl {
    width: 40%;
    float: left;
    margin-left: 3.2%;
    margin-top: 100px;
}

.sltitle,
.introtitle {
    text-align: center;
}

.slmaintitle,
.intromaintitle {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 16px;
    color: #a3a1a1;
    letter-spacing: 1em;
}

.sltitles,
.introtitles {
    font-size: 33px;
    color: #090606;
    margin-top: 15px;
}

.left_sls {
    position: relative;
    margin-bottom: 60px;
    border-radius: 40px;
    overflow: hidden;
}

.left_sls:last-child {
    margin-bottom: 0;
}

.left_sl_intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 68px;
    text-align: center;
    border-radius: 0 0 40px 40px;
    background: rgba(71, 175, 66, 0.6);
    font-size: 24px;
    color: #fff;
    transition: all 0.6s; 
}
.left_sls:hover .left_sl_intro{
    background: rgba(71, 175, 66, 1);
}
.intro {
    width: 100%;
    overflow: hidden;
    background: #f2f1f1;
    margin-top: 100px;
    padding-top: 55px;
    padding-bottom: 70px;
}

.intros {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.intro_center {
    width: 463px;
    height: 463px;
    margin: auto;
    text-align: center;
    padding: 30px;
    border-radius: 100%;
    border: 5px dashed #47af42;
    margin-top: 80px;
    position: relative;
}

.intro_icon {
    height: 117px;
    width: 117px;
    line-height: 117px;
    text-align: center;
    background: #47af42;
    border-radius: 100%;
    position: absolute;
}

.intro_icon1 {
    top: -20px;
    left: 65px;
}

.intro_icon2 {
    top: -20px;
    right: 65px;
}

.intro_icon3 {
    top: 165px;
    right: -45px;
}

.intro_icon4 {
    bottom: -20px;
    right: 65px;
}

.intro_icon5 {
    bottom: -20px;
    left: 65px;
}

.intro_icon6 {
    top: 165px;
    left: -45px;
}

.intro_text_top {
    width: 139px;
    height: 36px;
    background: #47af42;
    border-radius: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.intro_text_bottom {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    margin-top: 15px;
}

.intro_text {
    position: absolute;
}

.intro_text1 {
    top: -20px;
    left: 230px;
    text-align: right;
}

.intro_text1 .intro_text_bottom {
    padding-right: 20px;
}

.intro_text2 {
    top: -20px;
    right: 0;
    text-align: left;
    width: 360px;
}

.intro_text2 .intro_text_bottom {
    padding-left: 20px;
}

.intro_text3 {
    top: 195px;
    right: 140px;
    text-align: left;
}

.intro_text3 .intro_text_bottom {
    padding-left: 20px;
}

.intro_text4 {
    width: 255px;
    top: 370px;
    right: 130px;
    text-align: left;
}

.intro_text4 .intro_text_bottom {
    padding-left: 20px;
}

.intro_text5 {
    top: 370px;
    left: 180px;
    text-align: right;
}

.intro_text5 .intro_text_bottom {
    padding-right: 20px;
}

.intro_text1 .intro_text_top,
.intro_text5 .intro_text_top,
.intro_text6 .intro_text_top {
    float: right;
}

.intro_text2 .intro_text_top,
.intro_text3 .intro_text_top,
.intro_text4 .intro_text_top {
    float: left;
}

.intro_text6 {
    top: 175px;
    left: 55px;
    text-align: right;
    width: 250px;
}

.intro_text6 .intro_text_bottom {
    padding-right: 20px;
}

.jiegou {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.jiegou img {
    max-width: 1550px;
    width: 100%;
}

.pinpai {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.pinpais {
    max-width: 1550px;
    margin: auto;
    margin-top: 50px;
}

.new {
    width: 23.8%;
    float: left;
    margin-right: 1.6%;
}

.new:last-child {
    margin-right: 0;
}

.new img {
    width: 100%;
    transition: all 0.6s; 
}

.new:hover img{
    transform: scale(1.1);
}

.new_pic{
    overflow: hidden;
}

.new .new_more img {
    width: auto;
    margin-left: 20px;
}

.new_title {
    font-size: 18px;
    color: #222;
    margin: 20px 0;
}

.new_intro {
    font-size: 14px;
    color: #a09797;
    line-height: 20px;
}

.new_more {
    width: 162px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.join {
    width: 100%;
    overflow: hidden;
    margin-top: 115px;
}

.jiaru {
    width: 18.8%;
    float: left;
    margin-right: 1.5%;
    margin-top: 40px;
    border-radius: 30px;
    position: relative;
}

.jiaru:nth-child(5n) {
    margin-right: 0;
}

.jiaru img {
    width: 100%;
}

.jiaru_intro {
    line-height: 73px;
    background: #47af42;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 30px 30px;
}

.jiaru:before {
    content: "";
    width: 17px;
    height: 17px;
    background: #47af42;
    position: absolute;
    transform: rotate(45deg);
    top: 150px;
    right: -8px;
}

.jiaru_pic {
    position: relative;
    overflow: hidden;
}
.jiaru_pic img{
    transition: all 0.6s; 
}
.jiaru_pic:hover img{
    transform: scale(1.1);
}
.jiaru:nth-child(5n):before {
    display: none;
}

.support {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.sup_title {
    text-align: center;
}

.sup_maintitle {
    font-size: 32px;
    color: #090606;
}

.sup_titles {
    font-size: 18px;
    color: #575252;
    margin-top: 15px;
}

.sup_nav {
    max-width: 1550px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.supnavs,
.supstp {
    float: left;
    text-align: center;
}

.supnavs_pic {
    width: 86px;
    height: 86px;
    line-height: 84px;
    border-radius: 100%;
    border: 1px solid #47af42;
    margin: auto;
}

.supnavs_intro {
    font-size: 19px;
    color: #131211;
    margin-top: 20px;
}

.supstp {
    margin: 30px 5% 0 5%;
}

.supnavs {
    cursor: pointer;
}

.sup_img {
    margin-top: 35px;
}

.sup_img img {
    width: 100%;
}

.contact {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.contact_pic {
    width: 100%;
    margin-top: 45px;
    position: relative;
}

.contact_pic img {
    width: 100%;
}

.contact_form {
    width: 530px;
    height: 580px;
    background: rgba(101, 101, 101, 0.9);
    position: absolute;
    top: 27px;
    left: 130px;
    padding: 45px 55px 0 45px;
}

.conform_title {
    font-size: 35px;
    color: #fff;
}

.conform_line {
    width: 45px;
    height: 3px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
}

.contact_form form div:first-child input {
    width: 50%;
    height: 62px;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    float: left;
    padding-left: 20px;
}

.contact_form form input {
    color: #fff;
}

.contact_form form input::-webkit-input-placeholder {
    color: #fff;
}

.contact_form form input:-moz-placeholder {
    color: #fff;
}

.contact_form form input::-moz-placeholder {
    color: #fff;
}

.contact_form form input:-ms-input-placeholder {
    color: #fff;
}

.contact_form form div:first-child input:first-child {
    background: url(../images/user.png) left center no-repeat;
}

.contact_form form div:first-child input:nth-child(2) {
    background: url(../images/tele.png) left center no-repeat;
}

.contact_form form div:nth-child(2) input {
    width: 100%;
    height: 62px;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
}

.contact_form form div:nth-child(3) input {
    width: 100%;
    height: 64px;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
}

.contact_form form div:nth-child(4) input {
    width: 100%;
    height: 99px;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
}

.contact_form form img {
    width: auto;
}

.contact_form form div {
    overflow: hidden;
    background: url(../images/need.png) right center no-repeat;
}

.contact_form form div:nth-child(5) input {
    width: 50%;
    height: 62px;
    background: url(../images/yzm-icow.png) left center no-repeat;
    border: none;
    outline: none;
    float: left;
    padding-left: 25px;
}

.contact_form form div:nth-child(5) img {
    float: right;
    margin-top: 30px;
    padding-right: 45px;
}

.contact_form form div:nth-child(6) input {
    width: 100%;
    height: 53px;
    background: #47af42;
    color: #fff;
    border: none;
    outline: none;
}

.contact_form form div:nth-child(6) {
    margin-top: 25px;
}

.foot {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    padding-top: 40px;
    background: #222222;
    padding-bottom: 105px;
}

.foots {
    max-width: 1240px;
    margin: auto;
}

.ftitle {
    font-size: 16px;
    color: #f2f4f9;
    margin-bottom: 25px;
}

.flist ul {
    margin-bottom: 0;
}

.flist ul li {
    margin-top: 15px;
}

.flist ul li a {
    font-size: 14px;
    color: #fff;
}

.flist {
    text-align: center;
    float: left;
    margin-right: 9.2%;
    padding-top: 20px;
}

.fctitle {
    color: #797979;
}

.fctitle img {
    margin-right: 10px;
    margin-top: -5px;
}

.fcnum {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.saoma {
    overflow: hidden;
}

.saomas {
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-top: 15px;
}

.saomas p {
    font-size: 12px;
    color: #686868;
    margin-top: 10px;
}

.copy {
    width: 100%;
    overflow: hidden;
    background: #121212;
    line-height: 75px;
    text-align: center;
}

.copy a {
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
}

.mobile-inner-header {
    background-color: #fff;
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: #47af42;
}

.mobile-inner-header img {
    height: 100%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}

.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #47ae42;
    color: #fff;
}

.listnavRight a:hover {
    background: #47ae42;
    color: #fff;
    transition: 0.3s linear;
}

.p12-aboutinfo-1 {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #47ae42;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #47ae42;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.ab_1_1 {
    max-width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.ab_1_2 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.ab_1_2 img {
    width: 100%;
    height: auto;
}

.ab_1_3 {
    width: 100%;
    float: right;
}

.ab_1_3 h1 {
    font-size: 40px;
    color: #47ae42;
    margin-top: 40px;
}

.ab_1_3 h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 22px;
}

.ab_1_3 p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 100px;
}

.ab_2_1 {
    max-width: 1200px;
    margin: 66px auto;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}

.ab_2_1 ul li h1 {
    font-size: 40px;
    color: #47ae42;
    padding-top: 24px;
    padding-left: 46px;
}

.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 27px;
    margin-left: 46px;
    border-left: 3px solid #47ae42;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 73px;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 28px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #47ae42;
    margin-left: -50px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-honorswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
    width: 100%;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.brand-jin .brand-jin-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-jinswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 0 10px;
    overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
    margin: 20px auto;
    color: #666;
    font-size: 16px;
}

.brand-jin .brand-jin-box .brand-jin-item img {
    width: 100%;
}

.jinnews-next,
.jinnews-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.jinnews-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.jinnews-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.listpro {
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
    width: 90px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #47ae42;
    border: 1px solid #47ae42;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #47ae42;
    border: 1px solid #47ae42;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}

.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}

.listnew {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}

.listnew a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.listnew a img {
    float: left;
    width: 20%;
}

.listnew .listnewright {
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}

.listnew .listnewright .listnewrighttop {
    overflow: hidden;
    line-height: 34px;
}

.listnew .listnewright .listnewrighttop span {
    font-size: 24px;
    transition: all 0.3s;
    color: #333;
}

.listnew .listnewright .listnewrighttop div {
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}

.listnew .listnewright .listnewrighttop div i {}

.listnew .listnewright .listnewrighttop div label {
    margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.listnew .listnewright>span {
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #47ae42;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #47ae42;
}

.listnew .listnewright>span:hover {
    background: #000;
}

.listWrapper {
    padding: 40px 0 60px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.grWidth {
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}

.pTitle {
    font-size: 30px;
    font-weight: normal;
    color: #47ae42;
    margin: 0;
    margin-bottom: 20px;
}

.proIndex {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex ul {
    width: 100%;
    overflow: hidden;
}

.proIndex li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex li .font p {
    text-align: left;
}

.proIndex li:nth-child(1) {
    width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
    width: 100%;
}

.proIndex li:nth-child(1) .font {
    padding: 10px 35px 5px 35px;
    font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
    font-size: 18px;
    height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
    color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
    color: #47ae42;
}

.proIndex li:nth-child(1) .box {
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
    display: inline-block;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
    background: #47ae42;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #47ae42;
}

.pTitle a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.proIndex1 {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex1 ul {
    width: 100%;
    overflow: hidden;
}

.proIndex1 li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex1 li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex1 li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex1 li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex1 li .font p {
    text-align: left;
}

.proIndex1 li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
    color: #47ae42;
}

.productshow_top {
    overflow: hidden;
}

.product-show-pic {
    width: 52%;
}

.product-show-pic img {
    max-width: none;
}

.jqzoom>img {
    width: 100%;
    height: auto;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 310px;
    background: #fff;
    border: 1px solid #CCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/* 图片小图样式 */

.spec-preview {
    width: 78%;
    float: left;
}

.spec-scroll {
    width: 18%;
    overflow: hidden;
    float: right;
    margin-top: 3px;
}

.spec-scroll a.prev {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/gotop.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
    background: url(../images/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/gobottom.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

.spec-scroll a.next:hover {
    background: url(../images/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 100%;
}

.spec-scroll .items ul li {
    width: 100%;
    height: 115px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 100%;
    height: 90px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
    border: 1px solid #47ae42;
}


/* 产品右侧简介样式 */

.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #47ae42;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}

.proShwo_right .font strong {
    font-size: 18px;
    color: #333;
}

.proShwo_right .phone {
    background: url('../images/picon2.jpg') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #47ae42;
}

.proShwo_right .phone span {
    font-size: 22px;
    font-family: Arial;
}

.proShwo_right .btn {
    padding: 0;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #47ae42;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #47ae42;
}

.proShwo_right .btn:hover {
    opacity: .8;
}

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #47ae42;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #47ae42;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.houjia {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.houjia .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.houjia .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}

.houjia .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.houjia .houjiaswiper {
    width: 100%;
    overflow: hidden;
}

.houjia .houjiaswiper a {
    display: block;
}

.houjia .houjiaswiper a img {
    width: 100%;
}

.houjia .houjiaswiper a span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.houjia .houjianext {}

.houjia .houjiaprev {}

.houjiamore {
    max-width: 130px;
    margin: auto;
    height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 36px;
    margin-top: 4rem;
    border-radius: 33px;
}

.houjiamore a {
    display: block;
}

.fr {
    float: right;
    display: inline;
}

.fl {
    float: left;
    display: inline;
}

.sWrapper .sMain {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 20px;
}

.league-six {
    overflow: hidden;
    padding: 0 0 40px;
    position: relative;
}

.league-six_a {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.league-six_as {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.brand-three .brand-three-t {
    padding: 0;
    color: #fff;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 28px;
    color: #464646;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    list-style: none;

}

.brand-three .brand-three-t li span {
    color: #47af42;
    font-weight: bold;
    font-size: 60px;
}

.league-six .six-top li img {
    margin: 0 10px;
    max-width: 40px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #464646;
    margin: 0;
    display: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #47af42;
    margin-left: -50px;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 58%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.league-six_a .six-list {
    position: relative;
    background: #81807f;
}

.league-six_a .six-list img {
    display: block;
    width: 100%;
}

.league-six_a .six-list .six-title {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 244px;
    padding: 44px 30px;
    color: #fff;
}

.league-six_a .six-list .six-title li {
    font-size: 30px;
    margin-bottom: 30px;
}

.league-six_a .six-list .six-title li span {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.league-six_a .six-list .six-title li span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.league-six_a .six-list .six-title p {
    line-height: 32px;
    margin: 0;
}

.league-six_a .swiper-slide:nth-child(2n) .six-list {
    background: #47af42;
}

.benefit {
    padding: 20px 0 50px;
    background: #f9f9f9;
}

.benefits {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.fiex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}

.benefit .benefit-box .benefit-list {
    width: 18%;
    transition: all .5s;
}

.benefit .benefit-box .benefit-list .benefit-top {
    background: #47af42;
    height: 150px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.benefit .benefit-box .benefit-list p {
    min-height: 240px;
    padding: 30px 25px;
    background: #fff;
    color: #888;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
}

.benefit .benefit-box .benefit-list .benefit-top h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 150px;
}

.benefit .benefit-box .benefit-list:nth-child(2) .benefit-top {
    background: #3fbba5;
}

.benefit .benefit-box .benefit-list:nth-child(3) .benefit-top {
    background: #cb9c6b;
}

.benefit .benefit-box .benefit-list:nth-child(4) .benefit-top {
    background: #3fbba5;
}

.benefit .benefit-box .benefit-list:nth-child(5) .benefit-top {
    background: #47af42;
}

.benefit .benefit-box .benefit-list:nth-child(6) .benefit-top {
    background: #907b50;
}

.benefit .benefit-box .benefit-list:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #999;
    transform: translate(0, -6px);
}

.league-napas {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.league-napa {
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(to left, #ffffff 50%, #47af42 50%);
}

.league-napa .napa-list {
    width: 50%;
    float: left;
}

.league-napa .napa-list .napa-path {
    padding-right: 90px;
}

.league-napa .napa-list .napa-path h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

.league-napa .napa-list .napa-path .napa-6 {
    padding-right: 120px;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #999;
    margin-bottom: 25px;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page span {
    display: inline-block;
    position: relative;
    float: left;
    width: 120px;
    text-align: center;
    font-size: 60px;
    color: #ccc;
    margin-right: 20px;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page li {
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin: 30px 0;
    list-style: none;
    transition: all .3s;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page p {
    color: #888;
    transition: all .3s;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(6, 6, 6, 0.1);
    border-radius: 8px;
    transition: all .5s;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page:hover:after {
    width: 120px;
}

.league-napa .napa-list .napa-path .napa-6 .napa-6-page:hover li,
.league-napa .napa-list .napa-path .napa-6 .napa-6-page:hover p {
    color: #47af42;
}

.olt-tages-main {
    padding: 0px 40px;
}

.league-napa .napa-list .napa-path {
    padding-right: 90px;
}

.olt-tages-main .olt-tages-item {
    overflow: hidden;
}

.olt-tages-main .olt-tages-item li {
    width: 45%;
    float: left;
    margin-right: 5%;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 26px;
    padding-bottom: 10px;
    list-style: none;
}

.olt-tages-main .olt-tages-item li label {
    color: #555;
}

.olt-tages-main .olt-tages-item li input {
    padding: 6px;
    font-size: 1rem;
    border: 0;
    max-width: 120px;
}

.olt-tages-main .olt-tages-item div.i {
    border-bottom: 1px solid #e1e1e1;
}

.olt-tages-main .olt-tages-item div {
    float: left;
    width: 95%;
    padding-bottom: 10px;
}

.olt-tages-main .olt-tages-item div textarea {
    margin-top: 0px;
    width: 100%;
    height: 70px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 1rem;
    border: 0;
}

.olt-tages-main .olt-tages-item div p {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

.olt-tages-main .olt-tages-item div.j {
    text-align: center;
    padding-top: 30px;
}

.olt-tages-main .olt-tages-item div.j a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #47af42;
    padding: 10px 30px;
    color: #47af42;
    border-radius: 30px;
    transition: all .3s;
}

.olt-tages-main .olt-tages-item div.j a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #47af42;
    padding: 10px 30px;
    color: #47af42;
    border-radius: 30px;
    transition: all .3s;
}

.olt-tages-main .olt-tages-item div.j a.jon {
    background: #47af42;
    color: #fff;
}

.league-napa .olt-tages-main .napa-path h4 {
    color: #333;
}

.olt-tages-main .olt-tages-item div.j a:hover {
    background: #47af42;
    color: #fff;
}

.league-newss {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.league-news .league-news-box {
    overflow: hidden;
    padding: 5px 0;
}

.league-news .league-news-box .league-news-list {
    width: 29.3%;
    float: left;
    margin: 0 2% 50px;
    background: #fff;
    transition: all .5s;
}

.league-news .league-news-box .league-news-list img {
    width: 100%;
}

.league-news .league-news-box .league-news-list .league-news-t {
    padding: 20px 20px;
}

.league-news .league-news-box .league-news-list .league-news-t li {
    font-size: 20px;
    color: #555;
    padding-bottom: 15px;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.league-news .league-news-box .league-news-list .league-news-t p {
    color: #888;
    line-height: 1.6rem;
    font-size: 16px;
}

.league-news .league-news-box .league-news-list:hover {
    transform: translate(0, -5px);
    box-shadow: 0 0 10px #ccc;
    cursor: pointer;
}

.league-chapmanss {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.league-chapman {
    background: #fff;
    position: relative;
    padding-bottom: 0;
}

.league-chapman .chapman-box .chapman-list {
    text-align: center;
    transition: all .5s;
    padding: 5px;
}

.league-chapman .chapman-box .chapman-list span {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    transition: all 1.5s;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}

.league-chapman .chapman-box .swiper-slide:nth-child(2n+1) .chapman-list span{
    background: #35a344;
}
.league-chapman .chapman-box .swiper-slide:nth-child(2n) .chapman-list span{
    background: #f19811;
}

.league-chapman .chapman-box .chapman-list li {
    position: relative;
    font-size: 20px;
    color: #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .5s;
    font-weight: bold;
}

.league-chapman .chapman-box .chapman-list p {
    line-height: 2rem;
    color: #888;
    font-size: 16px;
}

.league-chapman .chapman-box .chapman-list li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    height: 1px;
    background: #ccc;
    transition: all .5s;
}

.league-chapman .chapman-box .chapman-list:hover {
    cursor: pointer;
    transform: translate(0, -6px);
}

.league-chapman .chapman-box .chapman-list:hover span {
    transform: rotateY(360deg);
}

.league-chapman .chapman-box .chapman-list:hover li {
    color: #47af42;
}

.insideabout {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.insideab_pic img {
    width: 100%;
}

.insideab_title {
    font-size: 50px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.insideabs_title {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.insidabs p {
    text-indent: 2em;
    line-height: 25px;
    margin-top: 15px;
}

.insideab {
    margin-bottom: 20px;
}

.insideab .intro_text .intro_text_bottom p {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    margin-top: 0;
    text-indent: 0;
}

.insideab .intros {
    margin-bottom: 40px;
}

.insideab .shuju {
    margin-top: 20px;
}

.six_pic{
    margin-top: 40px;
}
.joins{
    max-width: 1550px;
    margin: auto;
}