* {
    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%; 
    position: absolute;
    top: 0;
    z-index: 2;
}

.heads {
    max-width: 1200px;
    margin: auto;
}

.logo {
    float: left;
    width: 18.25%;
    line-height: 122px;
}

.logo img {
    width: 100%;
}

.right_head {
    float: right;
	
  padding-top: 30px;
}

.tel {
    float: right;
    margin-top: 28px;
}

.tel img {
    margin-top: -5px;
    margin-right: 3px;
}

.tel span {
    font-size: 16px;
    color: #565151;
    font-weight: bold;
}

.hlink {
    float: right;
    margin-right: 55px;
    margin-top: 30px;
}

.hlk {
    float: left;
    line-height: 15px;
    padding: 0 15px;
    border-right: 1px solid #c9c9c9;
}

.hlk a {
    font-size: 14px;
    color: #dedede;
}

.hlk img {
    margin-left: 10px;
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 122px;
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/search.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.right_head_top {
    width: 100%;
    overflow: hidden;
}

.nav {
    width: 100%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    line-height: 72px;
    padding: 0 22px;
    position: relative;
}

.nav ul li a {
    font-size: 17px;
    color: #fff;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 72px;
    width: 140%;
    left: -20%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.nav ul li .detailnav li a {
    font-size: 15px;
    color: #000;
}

.nav ul li:hover .detailnav {
    display: block;
}

.nav ul li.children {
    background: url(../images/navdown.png) right center no-repeat;
}

.wcu {
    width: 100%;
    overflow: hidden;
    background: url(../images/wbg.png) bottom center no-repeat;
    padding-bottom: 60px;
}

.wcus {
    max-width: 1200px;
    margin: auto;
}

.wtitle {
    text-align: center;
}

.wmaintitle {
    font-size: 38px;
    font-weight: bold;
    color: #201d1d;
    padding-top: 50px;
}

.wtitles {
    font-size: 17px;
    color: #201d1d;
    margin-top: 15px;
}

.wtitleline {
    width: 54px;
    height: 4px;
    background: #3e9a80;
    margin: 15px auto 0;
}

.wcu ul {
    padding: 75px 0 0;
}

.wcu ul li {
    width: 240px;
    float: left;
    text-align: center;
    position: relative;
    background: url(../images/yinz_line.png) no-repeat;
    height: 220px;
    padding: 6px 0 0;
}

.wcu ul li em {
    display: block;
    width: 123px;
    height: 123px;
    line-height: 0;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -61px;
}

.wcu ul li img.ico {
    margin-top: 38px;
}

.wcu ul li span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    padding: 50px 0 0;
    font-weight: bold;
}

.wcu ul li.yinz_li02 em {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.wcu ul li.yinz_li03 em {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.wcu ul li.yinz_li04 em {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wcu ul li.yinz_li05 em {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.wcu ul li em {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}

.wcu ul li:first-child:hover em {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.wcu ul li.yinz_li02:hover em {
    -webkit-transform: rotateZ(420deg);
    -moz-transform: rotateZ(420deg);
    -o-transform: rotateZ(420deg);
    -ms-transform: rotateZ(420deg);
    transform: rotateZ(420deg);
}

.wcu ul li.yinz_li03:hover em {
    -webkit-transform: rotateZ(480deg);
    -moz-transform: rotateZ(480deg);
    -o-transform: rotateZ(480deg);
    -ms-transform: rotateZ(480deg);
    transform: rotateZ(480deg);
}

.wcu ul li.yinz_li04:hover em {
    -webkit-transform: rotateZ(540deg);
    -moz-transform: rotateZ(540deg);
    -o-transform: rotateZ(540deg);
    -ms-transform: rotateZ(540deg);
    transform: rotateZ(540deg);
}

.wcu ul li.yinz_li05:hover em {
    -webkit-transform: rotateZ(600deg);
    -moz-transform: rotateZ(600deg);
    -o-transform: rotateZ(600deg);
    -ms-transform: rotateZ(600deg);
    transform: rotateZ(600deg);
}

.wcu ul li:first-child {
    background: none;
}
.solubox{height: 912px;padding: 80px 0; background: url(../images/solu_bg.jpg)no-repeat;background-size: cover;}
.solubox .soluBd{height: 300px;padding: 60px 240px; text-align: center;color: #fff;}
.solubox .soluBd h3{margin-top: 0; font-size:30px;font-weight:normal;margin-bottom: 20px;}
.solubox .soluBd p{font-size:14px;line-height: 30px;}
.solubox .soluBd .more{display: inline-block;width: 46px;height: 46px;background:#b81010;border-radius: 100px;margin-top: 30px;}
.solubox .soluBd .more i{width: 46px;height: 46px;line-height: 46px;text-align: center;background: url(../images/snext.png)no-repeat center;display: block;}

.solubox .soluHd li{font-size: 14px;float: left; width: 190px;height: 110px;line-height: 30px;background: #fff;cursor: pointer;padding-top: 20px;text-align: center}
.solubox .soluHd li .icon{margin:0 auto; width: 60px;height: 60px;overflow: hidden;position: relative;}
.solubox .soluHd li .icon i{display: block;width: 60px;height: 60px;}
.solubox .soluHd li .icon .i1{position: absolute;left: 0;top: 0;transition: 0.2s all}
.solubox .soluHd li .icon .i2{position: absolute;left: 0;top: 0;opacity: 0;transition: 0.2s all}
.solubox .soluHd li .icon .solu_more{background: url(../images/solu_more.png);position: absolute;left: 0;top: 0;transition: 0.4s all}
.solubox .soluHd li:hover{background: #b81010;}
.solubox .soluHd li:hover h3{color: #fff;}
.solubox .soluHd li:hover .icon .i1{opacity: 0}
.solubox .soluHd li:hover .icon .i2{opacity: 1}
.solubox .soluHd li:hover .icon .solu_more{background: url(../images/solu_more_on.png)}



.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/probg.jpg) top center no-repeat;
}

.products {
    max-width: 1200px;
    margin: auto;
}

.ptitle {
    text-align: center;
}

.pmaintitle {
    font-size: 38px;
    color: #fff;
    padding-top: 50px;
}

.pmaintitle span {
    font-weight: bold;
}

.ptitles {
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
}

.ptitleline {
    width: 28px;
    height: 2px;
    background: #62a7e1;
    margin: 20px auto 0;
}

.plist {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
}

.plists {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.plists:last-child {
    margin-right: 0;
}

.plisttitle {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.plistline {
    width: 100%;
    border-top: 1px dashed #55a1df;
    margin-top: 10px;
}

.plists ul {
    margin-bottom: 0;
    margin-top: 5px;
}

.plists ul li {
    line-height: 35px;
}

.plists ul li img {
    margin-right: 5px;
    margin-top: -3px;
}

.plists ul li a {
    font-size: 14px;
    color: #fff;
}

.pmore {
    text-align: center;
}

.recommend {
    width: 100%;
    overflow: hidden;
}

.recommends {
    max-width: 1200px;
    margin: auto;
}

.rec_tops_fl {
    width: 55.4%;
    float: left;
}

.rec_tops_fl img {
    width: 100%;
}

.rec_top {
    margin-top: 80px;
    overflow: hidden;
}

.rec_tops_fr {
    width: 39.6%;
    float: right;
}

.rec_tops_title {
    font-size: 28px;
    color: #3e9a80;
    font-weight: bold;
}

.rec_tops_line {
    width: 64px;
    height: 1px;
    background: #000000;
    margin-top: 10px;
}

.rec_tops_con {
    font-size: 15px;
    color: #6a6969;
    line-height: 25px;
    margin-top: 18px;
}

.rec_top_more a {
    display: block;
    width: 170px;
    height: 44px;
    border-radius: 30px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.rec_top_more a:first-child {
    border: 1px solid #4a4646;
    line-height: 42px;
    font-size: 16px;
    color: #363232;
}

.rec_top_more a:first-child img {
    margin-right: 10px;
}

.rec_top_more a:last-child {
    font-size: 16px;
    color: #fff;
    background: #3e9a80;
    line-height: 44px;
}

.rec_top_more a:last-child img {
    margin-right: 13px;
    margin-top: -5px;
}

.rec_top_more {
    overflow: hidden;
    margin-top: 70px;
}

.rev_nav {
    overflow: hidden;
    margin-top: 70px;
    padding-left: 20%;
}

.rec_tops {
    display: none;
}

.rev_navs {
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.rec_bot {
    margin-top: 80px;
    position: relative;
}

.rec_bot_title {
    text-align: center;
    font-size: 34px;
    color: #3a2f2f;
    background: url(../images/cp_tline.png) center no-repeat;
}

.swiper-container.proswiper {
    margin-top: 50px;
}

.proswiper img {
    width: 100%;
}

.proswiper p {
    font-size: 17px;
    color: #484545;
    text-align: center;
    margin-top: 35px;
}

.rec_bot .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: url(../images/cp_lico.png) center no-repeat;
    left: -115px;
    top: 55%;
}

.rec_bot .swiper-button-next {
    width: 56px;
    height: 56px;
    background: url(../images/cp_rico.png) center no-repeat;
    right: -115px;
    top: 55%;
}


.guanli {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_16.jpg) top center no-repeat;
   
    position: relative;
}

.gltitle {
    text-align: center;
}

.glmaintitle {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    padding-top: 75px;
}

.gltitles {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.glmid {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}

.gl_title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.gl_con {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}

.gl1,
.gl2 {
    text-align: right;
}

.gl1,
.gl2,
.gl3,
.gl4 {
    position: absolute;
}

.gl1 {
    left: 110px;
    top: 220px;
}

.gl2 {
    left: 200px;
    top: 505px;
}

.gl3 {
    right: 225px;
    top: 230px;
}

.gl4 {
    right: 235px;
    top: 505px;
}

.message {
    max-width: 1200px;
    margin: auto;
    height: 225px;
    border-radius: 112px;
    background: #3e8d6b;
    padding: 55px 95px;
}

.left_me {
    float: left;
    font-family: "Times New Roman";
    font-size: 45px;
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}

.me_form {
    float: right;
    width: 75%;
}

.me_form div {
    float: left;
}

.me_form div:first-child {
    width: 32.9%;
}

.me_form div:first-child input {
    width: 100%;
    margin-bottom: 18px;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #52c493;
    padding-left: 14px;
    height: 47px;
    color: #fff;
}

.me_form div:first-child input::-webkit-input-placeholder {
    color: #fff;
}

.me_form div:first-child input:-moz-placeholder {
    color: #fff;
}

.me_form div:first-child input::-moz-placeholder {
    color: #fff;
}

.me_form div:first-child input:-ms-input-placeholder {
    color: #fff;
}

.me_form div:nth-child(2) {
    width: 50.5%;
    margin-left: 1.6%;
}

.me_form div:nth-child(2) textarea {
    width: 100%;
    height: 112px;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #52c493;
    padding-left: 20px;
    padding-top: 20px;
    color: #fff;
}

.me_form div:nth-child(2) textarea::-webkit-input-placeholder {
    color: #fff;
}

.me_form div:nth-child(2) textarea:-moz-placeholder {
    color: #fff;
}

.me_form div:nth-child(2) textarea::-moz-placeholder {
    color: #fff;
}

.me_form div:nth-child(2) textarea:-ms-input-placeholder {
    color: #fff;
}

.me_form div:nth-child(3) {
    width: 12.9%;
    margin-left: 1.6%;
}

.me_form div:nth-child(3) input {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 19px;
    color: #333;
    height: 112px;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}

.casetitle {
    text-align: center;
}

.casemaintitle {
    font-size: 38px;
    color: #201d1d;
    font-weight: bold;
}

.casetitles {
    font-size: 17px;
    color: #201d1d;
    margin-top: 5px;
}

.titleline {
    width: 54px;
    height: 4px;
    background: #3e9a80;
    margin: 20px auto 0;
}

.cases {
    max-width: 1200px;
    margin: 45px auto 0;
}

.left_case {
    width: 24.6%;
    float: left;
}

.lcase {
    width: 49.8%;
    float: left;
    margin-right: 0.4%;
    margin-bottom: 3px;
    position: relative;
}

.lcase:nth-child(2n) {
    margin-right: 0;
}

.lcase p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.lcase img {
    width: 100%;
    max-height: 141px;
}

.right_case {
    width: 74.3%;
    float: right;
}

.rcase img {
    width: 100%;
}

.rcase {
    display: none;
}

.middle {
    max-width: 1200px;
    margin: 30px auto 0;
}

.syfw {
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}

.syfw dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.syfw dl dd {
    width: 20%;
    height: 100%;
    float: left;
}

.syfwul {
    overflow: hidden;
    height: 440px;
    position: relative;
    margin-bottom: 0;
}

.syfwul li {
    width: 20%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 35px;
    background: url(../images/qabg1.png);
    transition: all 1s;
}

.syfwul_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.syfwul_img img {
    width: 100%;
    height: 100%;
}

.syfw_h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 1s;
}

.syfw_h3 i {
    display: block;
    width: 5px;
    height: 62px;
    background: #3e9a80;
    float: left;
    margin-right: 10px;
    transition: all 1s;
}

.syfw_h3 h3 {
    display: block;
    width: 128px;
    text-align: left;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    transition: all 1s;
    margin-top: 0;
    margin-bottom: 0;
}

.syfw_h3 em {
    display: block;
    font-size: 14px;
    color: #0b3c7f;
    margin-top: 10px;
    float: left;
    width: 90%;
    opacity: 0;
    transition: all 1s;
}

.syfw_text {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
    margin-top: 20px;
    transition: all 1s;
    opacity: 0;
}

.syfwul li.active1 {
    width: 14%;
}

.syfwul li.active {
    width: 44%;
    padding: 0 45px 0 45px;
}

.syfwul li.active .syfwul_img {
    right: -100%;
}

.syfwul li.active .syfw_h3 i {
    width: 8px;
    height: 160px;
    margin-right: 30px;
}

.syfwul li.active .syfw_h3 h3 {
    color: #3e9a80;
    width: 90%;
    margin-top: 22%;
    text-decoration: line-through;
}

.syfwul li.active .syfw_h3 em {
    opacity: 1;
}

.syfwul li.active .syfw_text {
    opacity: 1;
}

.syfwul_img1 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 1;
}

.syfwul_img1 img {
    width: 100%;
    display: block;
}

.syfw dl dd.syfwd {
    width: 44%;
}

.syfw dl dd.syfwd1 {
    width: 14%;
}

.fuwu {
    width: 100%;
    overflow: hidden;
    background: #f1f1f2;
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 55px;
}



.f-cb {
    zoom: 1;
    margin-bottom: 0;
}

.hezuo {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.hezuos {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.hztitle {
    text-align: center;
}

.hzmaintitle {
    font-size: 38px;
    color: #000;
    font-weight: bold;
}

.hztitles {
    font-size: 17px;
    color: #201d1d;
}

.hzline {
    width: 45px;
    height: 1px;
    background: #262621;
    margin: 25px auto 0;
}

.hzswiper img {
    width: 100%;
}

.hzswiper p {
    font-size: 16px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 10px;
}

.swiper-container.hzswiper {
    margin-top: 25px;
}
.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_12.jpg) right center no-repeat;
}

.left_ab {
    width: 50%;
    float: left;
}

.right_ab {
    width: 50%;
    float: right;
     background: #449e77;
    padding-left: 5.7%;
    padding-right: 6.7%;
    padding-bottom: 9%;
	height:645px;
}

.left_ab img {
    width: 100%;
}

.rabtitle {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 16.6%;
}

.rabcon {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 50px;
}

.rabmore a {
    display: block;
    width: 183px;
    height: 43px;
    background: #fff;
    border-radius: 6px;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
}

.rabmore {
    margin-top: 20px;
}
.custom {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.customs {
    width: 1256px;
    overflow: hidden;
    margin: 40px auto 0;
}

.homecustom {
    display: flex;
    flex-wrap: wrap;
}

.homecustom a {
    display: block;
    text-align: center;
    margin-left: 53px;
}

.homecustom a img {
    width: 200px;
}


.hongqiang_e {
  width: 100%;
 
  height: 880px;
  overflow: hidden;
}

.hongqiang_eTop {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 59px;
  background: url(../image/10.png)center 0 no-repeat;
  background-position: center;
}

.hongqiang_eTop label {
  font-size: 42px;
  color: #0f0c0c;
}

.hongqiang_eTop label span {
  font-size: 90px;
  color: #1369c0;
}

.hongqiang_eTop div {
  font-size: 18px;
  color: #130e0e;
}


.hongqiang_esall {
  position: relative;
  width: 100%;
  padding-top: 612px;
}

.hongqiang_es {
  max-width: 1230px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

.hongqiang_estext {
  overflow: hidden;

}

.hongqiang_estextbox {
  overflow: hidden;
  display: none;
}

.hongqiang_estextbox label {
  font-size: 49px;
  color: #35393c;
  position: relative;
  z-index: 10;
  margin-top: 78px;
}

.hongqiang_estextbox span {
  font-size: 31px;
  display: block;
  color: #1369c0;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-bottom: 18px;
}

.hongqiang_estextbox div {
  color: #444749;
  position: relative;
  z-index: 10;
  font-size: 16px;
  width: 321px;
  line-height: 34px;
}

.hongqiang_estextbox img {
  position: absolute;
  right: 0;
  top: 0;
 width: 1920px;
    left: 50%;
    margin-left: -960px;
}


.hongqiang_esnav {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 33px;
}

.hongqiang_esnav a {
 display: block;
    font-size: 19px;
    float: left;
    width: 20%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #449e77;
    height: 149px;
    line-height: 76px;
    transition: all 0.3s;
}

.hongqiang_esnav a img {
  padding-top: 10px;
}

.hongqiang_esnav a.on {
  background: #52c493;
}


.foot {
    width: 100%;
    overflow: hidden;
    background: #272727;
    border-top: 9px solid #02335d;
    border-bottom: 1px solid #505050;
    margin-top: 60px;
}

.foots {
    width: 1256px;
    margin: auto;
}

.left_foot {
    float: left;
    padding-right: 160px;
    border-right: 1px solid #505050;
    height: 442px;
}

.flogo {
    float: left;
    padding-top: 85px;
    width: 310px;
}

.ftitle {
    font-size: 16px;
    color: #cbc9c9;
    margin-top: 30px;
}

.fs {
    font-size: 14px;
    color: #cbc9c9;
    margin-bottom: 25px;
}

.flogo form input[type="text"] {
    width: 180px;
    height: 35px;
    border: none;
    background: #fff;
    padding-left: 8px;
    color: #6e6e6e;
    outline: 0;
}

.flogo form input[type="submit"] {
    width: 66px;
    height: 35px;
    background: #449e77;
    color: #fff;
    outline: 0;
    border: none;
    margin-left: 3px;
}

.flist {
    float: left;
    padding-top: 100px;
    margin-left: 105px;
}

.fltitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}

.flline {
    width: 55px;
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.flist ul {
    margin-bottom: 0;
}

.flist ul li a {
    font-size: 14px;
    color: #cbc9c9;
}

.flist ul li {
    margin-bottom: 13px;
}

.right_foot {
    float: right;
    padding-top: 80px;
}

.right_foot div {
    font-size: 14px;
    color: #cfcccc;
    margin-bottom: 10px;
}

.right_foot div img {
    margin-right: 10px;
    margin-bottom: 20px;
}

.copy {
    width: 100%;
    overflow: hidden;
    height: 110px;
    line-height: 110px;
    background: #272727;
}

.copys {
    width: 1256px;
    margin: auto;
}

.left_copy {
    float: left;
}

.left_copy a {
    font-size: 14px;
    color: #e8e7e7;
    margin-right: 10px;
}

.right_copy {
    float: right;
}

.right_copy select {
    width: 245px;
    height: 35px;
    background: #a5b4c3;
    color: #323030;
    border: none;
    padding-left: 10px;
    outline: 0;
}

.hezuos .swiper-button-prev {
    width: 107px;
    height: 96px;
    background: url(../images/hz_prev.png) center no-repeat;
    left: -130px;
    top: 40%;
}

.hezuos .swiper-button-next {
    width: 107px;
    height: 96px;
    background: url(../images/hz_next.png) center no-repeat;
    right: -130px;
    top: 40%;
}

.new {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
}

.new::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 455px;
    background: #ececec;
    left: 0;
    top: 0;
    z-index: -1;
}

.news {
    max-width: 1340px;
    margin: 18px auto 0;
    background: #fff;
    border: 1px solid #dadada;
    padding: 60px 70px;
    overflow: hidden;
}

.left_new {
    width: 53%;
    float: left;
    padding-right: 3.2%;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.new_pic {
    width: 47%;
    float: left;
}

.new_pic img {
    width: 100%;
}

.lnew {
    width: 100%;
    overflow: hidden;
    margin-bottom: 55px;
}

.lnew:last-child {
    margin-bottom: 0;
}

.new_con {
    width: 42%;
    float: right;
}

.lnew_title {
    font-size: 16px;
    color: #333;
}

.lnew_con {
    font-size: 14px;
    color: #777;
    line-height: 22px;
    margin-top: 13px;
}

.lnew_more a {
    display: block;
    width: 105px;
    height: 32px;
    background: #3e9a80;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.lnew_more {
    margin-top: 10px;
}

.right_new {
    width: 42.57%;
    float: right;
}

.rnew_nav {
    overflow: hidden;
}

.rnew_nav a {
    float: left;
    font-size: 15px;
    color: #000;
    line-height: 17px;
    border-right: 2px solid #898989;
    padding-right: 20px;
    margin-right: 20px;
}

.rnew_nav a:last-child {
    border-right: none;
}

.rnew_nav a:hover {
    font-weight: bold;
}

.rnews {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dcdcdc;
}

.rnew_con {
    width: 77%;
    float: left;
}

.rnew_date {
    width: 13.7%;
    float: right;
    text-align: center;
}

.rnew_title {
    font-size: 16px;
    color: #333;
}

.rnew_intro {
    font-size: 14px;
    color: #9a9a9a;
    margin-top: 10px;
}

.rnew_month {
    font-size: 14px;
    color: #7f6160;
}

.rnew_day {
    font-family: "Times New Roman";
    color: #484240;
    font-size: 35px;
}


.abtitle {
    text-align: center;
}

.abmaintitle {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin-top: 115px;
}

.abtitles {
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
}

.abline {
    width: 54px;
    height: 4px;
    background: #fff;
    margin: 20px auto 0;
}

.abcon {
    width: 80%;
    margin: 35px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

.abnav a {
    display: inline-block;
    margin: 0 25px;
}

.abnav {
    text-align: center;
    margin-top: 40px;
}

.abnav_pic {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #fff;
    line-height: 51px;
    margin: auto;
}

.abnav_name {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.abswiper img {
    width: 100%;
    transition: all 0.8s;
}

.abswiper img:hover {
    transform: scale(1.1);
}

.swiper-container.abswiper {
    margin-top: 40px;
}

.title1 {
    text-align: center;
    font-size: 37px;
    color: #030303;
    text-transform: uppercase;
}


.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    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: #ffffff;
    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(255, 255, 255, 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: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 75%;
}

.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: #449e77;
    color: #fff;
}

.listnavRight a:hover {
    background: #449e77;
    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: #449e77;
    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: #449e77;
    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: 41%;
    float: left;
    overflow: hidden;
}

.ab_1_2 img {
    width: 100%;
    height: auto;
}

.ab_1_3 {
    width: 56%;
    float: right;
}

.ab_1_3 h1 {
    font-size: 40px;
    color: #449e77;
}

.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: #449e77;
    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 #449e77;
}

.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: #449e77;
    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: 1200px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    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: 1200px;
    overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
    margin: 20px auto;
    color: #666;
}

.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: #449e77;
    border: 1px solid #449e77;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #449e77;
    border: 1px solid #449e77;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width:22%;
    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;
	text-align:center;
}

.listpros a:nth-child(4n) {
    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: #449e77;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #449e77;
}

.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: #449e77;
    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: #449e77;
}

.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: #449e77;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #449e77;
}

.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: #449e77;
}

.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 #449e77;
}


/* 产品右侧简介样式 */

.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #449e77;
    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: #449e77;
}

.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: #449e77;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #449e77;
}

.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: #449e77;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #449e77;
}

.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: 70px 0 90px;
    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: 30px 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;
}

.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;
}

.benefit .benefit-box .benefit-list {
    width: 15%;
    transition: all .5s;
}

.benefit .benefit-box .benefit-list .benefit-top {
    background: #47af42;
    height: 150px;
    padding: 40px 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;
}

.benefit .benefit-box .benefit-list .benefit-top h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

.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: 10px 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: 30px 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: 15px;
    border-bottom: 1px solid #eee;
}

.league-news .league-news-box .league-news-list .league-news-t p {
    color: #888;
    line-height: 1.6rem;
}

.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;
}

.league-chapman .chapman-box .chapman-list {
    text-align: center;
    transition: all .5s;
    padding: 5px;
}

.league-chapman .chapman-box .chapman-list img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #efefef;
    transition: all .5s;
}

.league-chapman .chapman-box .chapman-list li {
    position: relative;
    font-size: 20px;
    color: #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .5s;
}

.league-chapman .chapman-box .chapman-list p {
    line-height: 2rem;
    color: #888;
}

.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 img {
    transform: rotateY(180deg);
}

.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;
}

.banner img {
    width: 100%;
}
.banner .swiper-button-prev{
	width:55px;
	height:55px;
	background:url("../images/banner_left.png") center no-repeat;
}
.banner .swiper-button-next{
	width:55px;
	height:55px;
	background:url("../images/banner_right.png") center no-repeat;
}

.blk-main {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.blk {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.p12-curmbs-1 {
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
  border-left: 10px solid #3e8d6b;
  font-weight: normal;
  padding-left: 8px;
}

.p12-curmbs-1 span {
  font-family: '宋体';
  padding: 0 5px;
  height: 46px;
  line-height: 46px;
}

.p12-curmbs-1 i {
  font-style: normal;
}

.p12-curmbs-1 a {
  color: #666;
}

.blk-xs {
  width: 20%;
}

.fdh-01-tit {
  background: #3e8d6b;
  height: 80px;
}

.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-top: 0px;
  margin: 0;
}

.fdh-01-nav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.fdh-01-nav a:hover {
	color: #3e8d6b;
}
.fdh-01-nav-one h3 {
  height: 50px;
  line-height: 50px;
  background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
  margin-bottom: 2px;
  overflow: hidden;
  margin-top: 0px;
}

.fdh-01-nav-one h3 a {
  display: block;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  margin-right: 40px;
  margin-left: 38px;
  color: #666;
}

.fdh-01-nav dl {
  padding: 2px 0 4px;
  margin: 0;
}

.fdh-01-nav dt {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding-left: 54px;
  padding-right: 40px;
  margin-bottom: 1px;
  background: #ececec;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
  background: url(../images/p14-icon2.png) no-repeat right center #3e8d6b;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
  color: #fff;
}

.fdh-01-nav dt:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
  border-color: #3e8d6b;
}



.cbgg-01 {
  background: #3e8d6b;
  text-align: center;
  color: #fff;
}

.cbgg-01-img img {
  width: 100%;
  display: block;
}

.cbgg-01 p {
  padding-top: 15px;
  margin: 0;
}

.cbgg-01 p img {
  vertical-align: middle;
  margin-right: 5px;
}

.cbgg-01 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 20px;
  padding-top: 10px;
}


.blk-sm {
  width: 78%;
}


.fr {
  float: right;
}

.b {
  clear: both;
}

.cplb-3n-ts-03-tit {
  height: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  margin-top: 0;
}

.cplb-3n-ts-03-tit span {
  display: inline-block;
  height: 50px;
  border-bottom: 1px solid #3e8d6b;
}


.cplb-3n-ts-03-list {
  overflow: hidden;
}

.cplb-3n-ts-03-list dl {
  width: 32.1%;
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  float: left;
  margin-right: 1.2%;
  cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.cplb-3n-ts-03-list dd {
  padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
  height: 45px;
  font-weight: normal;
  font-size: 18px;
  color: #154c64;
  line-height: 45px;
  overflow: hidden;
  margin: 0;
}


.cplb-3n-ts-03-list h4 a {
  display: block;
  height: 45px;
  color: #727272;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cplb-3n-ts-03-list dl a {
  color: #727272;
}

.cplb-3n-ts-03-list-desc {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 12px;
  overflow: hidden;
}


.cplb-3n-ts-03-list dl:hover {
  border-color: #3e8d6b;
}

.cplb-3n-ts-03-list dl:hover a {
  color: #3e8d6b;
}

.fl {
  float: left;
  display: inline;
}

