.head {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: top .5s;
}

.index-banner {
    margin-top: 70px;
}

.head-logo {
    height: 100%;
    box-sizing: border-box;
    padding-top: 16px;
    float: left;
    margin-left: 40px;
}

.head-logo img {
    width: 120px;
    height: auto;
}

.head-nav {
    height: 100%;
    float: right;
    margin-left: 150px;
}

.head-nav li {
    height: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-top: 18px;
    margin-right: 50px;
    position: relative;
    overflow: hidden;
}

.head-nav li:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #93b935;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .3s;
}

.head-nav li:hover:before,
.head-nav li.active:before {
    width: 100%;
    left: 0;
}

.head-nav li a {
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.head-nav li:hover a,
.head-nav li.active a {
    color: #93B935;
}

.head-other {
    width: 200px;
    float: right;
    box-sizing: border-box;
    height: 100%;
    padding-top: 23px;
    margin-right: 40px;
}

.head-other .head-jd{
  margin-right: 20px;
}

.head-other img {
    width: 22px;
}

.head-other a.head-ymx {
    margin-left: 10px;
    margin-right: 20px;
}

.head-other a.zn,
.head-other a.en {
    font-size: 16px;
    color: #333;
}

.head-other a.en {
    color: #848484;
}

.index-product {
    width: 100%;
    overflow: hidden;
}

.index-product .main {
    width: 50%;
    float: left;
    height: 450px;
    background: #f3f4f8;
    position: relative;
    overflow: hidden;
}

.index-product .txt {
    position: absolute;
    top: 130px;
    left: calc(100% - 800px);
    line-height: 1;
    z-index: 2;
}

.index-product .txt .xh {
    font-size: 18px;
    color: #93B935;
}

.index-product .txt h3 {
    color: #333333;
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.index-product .txt .jj {
    font-size: 16px;
    color: #666;
}

.index-product .txt .link {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 108px;
    height: 30px;
    line-height: 30px;
    margin-top: 50px;
    background: #93b935;
    border-radius: 30px;
}

.index-product .main .img {
    width: 100%;
    height: 100%;
    position: relative;
    background: no-repeat right top;
    background-size: auto 100%;
    transition: .3s;
}

.index-product .main:hover .img {
    transform: scale(1.05);
}

.index-product .main3 {
    width: 100%;
    height: 752px;
    background: no-repeat center;
    background-size: auto 100%;
}

.index-product .main3 .txt {
    left: calc(50% - 800px);
    top: 280px;
}

.index-news {
    padding-top: 90px;
    padding-bottom: 90px;
}

.index-news .img,
.index-news .txt {
    float: left;
    width: 50%;
    height: 471px;
    position: relative;
    overflow: hidden;
}

.index-news .img h3 {
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 40px;
    transition: .3s;
}

.index-news .img .icon {
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    background: url(../img/icon-right.png) no-repeat center;
    position: absolute;
    right: 57px;
    bottom: 37px;
    transition: .3s;
}

.index-news .img:hover img {
    transform: scale(1.05);
}

.index-news .txt {
    box-sizing: border-box;
    padding: 20px;
}

.index-news .txt li {
    width: 50%;
    height: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 70px;
    transition: .3s;
}

.index-news .txt li:nth-child(2n) {
    border-left: 1px solid #ddd;
}

.index-news .txt li:nth-child(-n+2) {
    border-bottom: 1px solid #ddd;
}

.index-news .txt li:hover {}

.index-news .txt li .icon {
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(217, 212, 218, 0.2);
    float: left;
}

.index-news .txt li .icon .icon-main {
    background: no-repeat;
    background-position: center 0;
    transition: .3s;
}

.index-news .txt li:nth-child(1) .icon {
    padding-top: 21px;
}

.index-news .txt li:nth-child(1) .icon .icon-main {
    height: 37px;
    background-image: url(../img/index/index-news-icon1.png);
}

.index-news .txt li:nth-child(1) .icon:hover .icon-main {
    background-position-y: -37px;
}

.index-news .txt li:nth-child(2) .icon {
    padding-top: 19px;
}

.index-news .txt li:nth-child(2) .icon .icon-main {
    height: 39px;
    background-image: url(../img/index/index-news-icon2.png);
}

.index-news .txt li:nth-child(2) .icon:hover .icon-main {
    background-position-y: -39px;
}

.index-news .txt li:nth-child(3) .icon {
    padding-top: 14px;
}

.index-news .txt li:nth-child(3) .icon .icon-main {
    height: 44px;
    background-image: url(../img/index/index-news-icon3.png);
}

.index-news .txt li:nth-child(3) .icon:hover .icon-main {
    background-position-y: -44px;
}

.index-news .txt li:nth-child(4) .icon {
    padding-top: 20px;
}

.index-news .txt li:nth-child(4) .icon .icon-main {
    height: 38px;
    background-image: url(../img/index/index-news-icon4.png);
}

.index-news .txt li:nth-child(4) .icon:hover .icon-main {
    background-position-y: -38px;
}

.index-news .txt li .txt-main {
    float: left;
    line-height: 1;
    margin-left: 30px;
    box-sizing: border-box;
    padding-top: 20px;
}

.index-news .txt li .txt-main .t {
    font-size: 18px;
    color: #333;
}

.index-news .txt li .txt-main .jj {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.foot {
    padding-top: 36px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

.foot .foot-logo {
    float: left;
}

.foot .foot-nav {
    float: left;
}

.foot .foot-nav a {
    font-size: 18px;
    color: #333;
    display: block;
    float: left;
    margin-left: 100px;
    line-height: 37px;
}

.foot .foot-nav a:hover {
    color: #93b935;
}

.foot .foot-other {
    /* float: right; */
    position: absolute;
    right: 0;
    top: 0;
}

.foot .foot-other .foot-lxfs .txt {
    float: right;
    text-align: right;
    box-sizing: border-box;
    padding-top: 10px;
}

.foot .foot-other .foot-lxfs .txt .t {
    font-size: 16px;
    color: #333;
}

.foot .foot-other .foot-lxfs .txt .num,
.product-del .main1 .txt .lxfs .tel span {
    font-size: 36px;
    color: #93B935;
    font-family: arial;
    font-weight: bold;
    margin-top: 8px;
}

.foot .foot-other .foot-lxfs .img {
    float: right;
    margin-left: 18px;
    width: 90px;
}

.foot .foot-other .foot-gsxx {
    margin-top: 10px;
}

.foot .foot-other .foot-gsxx,
.foot .foot-other .foot-gsxx a {
    font-size: 12px;
    color: #333;
}

.foot .foot-other .foot-gsxx a:hover {
    color: #93B935;
}

.product {
    background: #f5f5f5;
    margin-top: 70px
}

.product-list {
    width: 100%;
    height: 630px;
}

.product-list-nav {
    width: 323px;
    height: 100%;
    float: left;
    /* overflow-y: auto; */
}


/* .product-list-nav::-webkit-scrollbar {

    width : 6px;  
    height: 1px;
    }
    .product-list-nav::-webkit-scrollbar-thumb {

    border-radius: 6px;
    box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.2);
    background   : #93B935;
    }
    .product-list-nav::-webkit-scrollbar-track {

    box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background   : #ededed;
    } */

.product-list-nav li {
    width: 100%;
    height: 56.7px;
    display: block;
}

.product-list-nav li a {
    width: 100%;
    height: 100%;
    line-height: 56.7px;
    box-sizing: border-box;
    padding-left: 66px;
    color: #fff;
    font-size: 16px;
    background: #58595b;
    border-bottom: 1px solid #797a7c;
    position: relative;
    overflow: hidden;
}

.product-list-nav li:last-child a {
    border-bottom: none;
}

.product-list-nav li a span {
    position: relative;
    z-index: 2;
}

.product-list-nav li a:before {
    content: '';
    width: 30px;
    height: 100%;
    background: url(../img/icon-right.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: auto;
    z-index: 2;
}

.product-list-nav li:hover a:before {
    right: 25px;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    transition-delay: .2s;
}

.product-list-nav li a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #93B935;
    position: absolute;
    top: 0;
    left: -100%;
    transition: .3s;
}

.product-list-nav li:hover a:after {
    left: 0;
}

.product-list-slide {
    width: 1077px;
    height: 630px;
    float: left;
}

.product-list-slide .tempWrap {
    width: 100%;
    height: 100%;
}

.product-list-slide .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 40px;
}

.product-list-slide .hd li {
    cursor: pointer;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    margin-left: 5px;
}

.product-list-slide .hd li.on {
    background: #93B935;
}

.all-prev,
.all-next {
    width: 45px;
    height: 45px;
    background: #999 no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: .3s;
    cursor: pointer;
    z-index: 5;
}

.all-prev {
    left: -0px;
    background-image: url(../img/icon-left.png);
}

.all-next {
    right: -0px;
    background-image: url(../img/icon-right.png);
}

.all-prev:hover,
.all-next:hover {
    background-color: #93b935;
}

.product-list-slide .all-prev,
.product-list-slide .all-next {
    opacity: 0;
    visibility: hidden;
}

.product-list-slide:hover .all-prev,
.product-list-slide:hover .all-next {
    opacity: 1;
    visibility: visible;
}

.product-h3 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 30px;
}

.product {
    padding-bottom: 60px;
}

.product-tj {
    float: left;
    width: 335px;
}

.product-content {
    width: 1045px;
    /*overflow: hidden;*/
    float: right;
}

.product-content li {
    width: 335px;
    height: 387px;
    float: left;
    display: block;
    margin-right: 20px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    transition: .3s;
}

.product-content li .img {
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.product-content li .txt {
    margin-top: 30px;
    line-height: 1;
}

.product-content li .txt h4 {
    font-size: 18px;
    color: #666666;
}

.product-content li .txt .jj {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.product-content li .txt .link {
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    display: block;
    background: #d1d1d1;
    border-radius: 20px;
    margin: 25px auto 0;
}

.product-content li:nth-child(3n) {
    margin-right: 0;
}

.product-content li:nth-child(n+4) {
    margin-top: 15px;
}

.product-del-rmcp li:nth-child(n+4) {
    margin-top: 0;
}

.product-content li:hover,
.product-tj:hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.product-content li:hover .txt .link {
    background: #93B935;
}

.product-jjam {
    padding-top: 20px;
}

.product-jjam .product-tj {
    height: 387px;
}

.product-video .main {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.product-video .main li {
    width: 334px;
    float: left;
    margin-right: 21px;
}

.product-video .main li:nth-child(4n) {
    margin-right: 0;
}

.product-video .main li .img {
    width: 100%;
    height: 221px;
    overflow: hidden;
    position: relative;
}

.product-video .main li .img .icon {
    width: 51px;
    height: 51px;
    background: url(../img/other/product/product-video-icon.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25.5px;
    margin-left: -25.5px;
}

.product-video .main li .img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.product-video .main li .img:hover:before {
    top: 100%;
}

.product-video .main li h4 {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.product-second {
    background: #f9f9f9;
    padding-bottom: 40px;
    margin-top: 70px;
}

.head-second {
    line-height: 80px;
    font-size: 16px;
}

.head-second a {
    color: #666666;
}

.head-second span {
    color: #93b935;
}

.head-second a:hover {
    color: #93b935;
}

.head-second a.return {
    float: right;
    font-size: 16px;
}

.head-second a.return span {
    color: #666;
    position: relative;
    top: 2px;
}

.head-second a.return:hover span {
    color: #93b935;
}

.product-second .main {
    width: 100%;
    float: none;
}

.product-second .main li:nth-child(4) {
    margin-top: 0;
}

.product-second .main li:nth-child(3n) {
    margin-right: 20px;
}

.product-second .main li:nth-child(4n) {
    margin-right: 0px;
}

.product-del {
    background: #f9f9f9;
    margin-top: 70px;
}

.news-del {
    margin-top: 100px;
}

.product-del .main1 {
    background: #fff;
    height: 720px;
    box-sizing: border-box;
    padding: 100px 0 170px;
    border: 1px solid #ececec;
}

.product-del .main1 .img,
.product-del .main1 .txt {
    width: 50%;
    height: 100%;
    float: left;
}

.product-del .tempWrap {
    height: 100%;
}

.product-del-slide .bd li {
    text-align: center;
    line-height: 448px;
}

.all-hd {
    text-align: center;
}

.all-hd li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #666;
    margin: 0 5px;
}

.all-hd li.on {
    background: #93B935;
}

.product-del .main1 .txt {
    line-height: 1;
    box-sizing: border-box;
    padding-left: 60px;
}

.product-del .main1 .txt h3 {
    font-size: 36px;
    color: #333;
}

.product-del .main1 .txt .js {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.product-del .main1 .txt .js .cptd {
    margin-bottom: 15px;
    line-height: 26px;
}

.product-del .main1 .txt .icon {
    margin-top: 35px;
}

.product-del .main1 .txt .lxfs {
    margin-top: 65px;
}

.product-del .main1 .txt .lxfs .link a {
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.product-del .main1 .txt .lxfs .link a span {
    margin-left: 8px;
}

.product-del .main1 .txt .lxfs .tel {
    margin-top: 15px;
}

.product-del .main1 .txt .lxfs .tel span {
    font-size: 45px;
    margin-top: 0;
}

.product-del .main1 .txt .lxfs .tel .zxzx {
    width: 113px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #93B935;
    border-radius: 30px;
    vertical-align: top;
    position: relative;
    top: 3px;
    margin-left: 15px;
}

.product-del .main2 {
    background: #fff;
    padding-top: 75px;
}

.product-del .main2 h3 {
    font-size: 30px;
    color: #333;
    box-sizing: border-box;
    padding-left: 70px;
}

.product-del .main2 .content {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 70px 50px;
}

.product-del .main2 h3 span {
    font-weight: bold;
}

.product-del .main3 {
    margin-top: 70px;
}

.product-del .main3 .title h3 {
    color: #333;
    font-size: 30px;
    float: left;
}

.product-del .main3 .title .link {
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #93B935;
    float: right;
    width: 115px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
}

.product-del-rmcp {
    width: 100% !important;
    margin-top: 35px;
    padding-bottom: 75px;
}

.product-del-rmcp .all-hd {
    margin-top: 35px;
}

.product-del-rmcp .all-hd li {
    box-shadow: none;
    transform: translateY(0px);
    float: none;
    display: inline-block;
    padding-top: 0;
}

.product-del-rmcp .bd {
    padding-top: 20px !important;
}

.product-del-rmcp .bd li:nth-child(3n) {
    margin-right: 20px;
}

.product-del-rmcp .bd {
    padding-bottom: 20px !important;
}

.banner {
    margin-top: 70px;
}

.banner-second {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -50px;
}

.banner-second a {
    color: #fff;
}

.news-banner-second,
.news-banner-second a {
    color: #666;
}

.about-nav {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -18px;
}

.about-nav li {
    min-width: 80px;
    margin: 0 45px;
}

.about-nav li .icon {
    height: 45px;
    background: no-repeat center;
    transition: .3s;
}

.about-nav li:nth-child(1) .icon {
    background-image: url(../img/other/about/about-nav-icon1.png);
}

.about-nav li.active:nth-child(1) .icon,
.about-nav li:hover:nth-child(1) .icon {
    background-image: url(../img/other/about/about-nav-icon1-hover.png);
}

.about-nav li:nth-child(2) .icon {
    background-image: url(../img/other/about/about-nav-icon2.png);
}

.about-nav li.active:nth-child(2) .icon,
.about-nav li:hover:nth-child(2) .icon {
    background-image: url(../img/other/about/about-nav-icon2-hover.png);
}

.about-nav li:nth-child(3) .icon {
    background-image: url(../img/other/about/about-nav-icon3.png);
}

.about-nav li.active:nth-child(3) .icon,
.about-nav li:hover:nth-child(3) .icon {
    background-image: url(../img/other/about/about-nav-icon3-hover.png);
}

.about-nav li:nth-child(4) .icon {
    background-image: url(../img/other/about/about-nav-icon4.png);
}

.about-nav li.active:nth-child(4) .icon,
.about-nav li:hover:nth-child(4) .icon {
    background-image: url(../img/other/about/about-nav-icon4-hover.png);
}

.about-nav li:nth-child(5) .icon {
    background-image: url(../img/other/about/about-nav-icon5.png);
}

.about-nav li.active:nth-child(5) .icon,
.about-nav li:hover:nth-child(5) .icon {
    background-image: url(../img/other/about/about-nav-icon5-hover.png);
}

.news-nav li:nth-child(1) .icon {
    background-image: url(../img/other/news/news-icon1.png);
}

.news-nav li.active:nth-child(1) .icon,
.news-nav li:hover:nth-child(1) .icon {
    background-image: url(../img/other/news/news-icon1-hover.png);
}

.news-nav li:nth-child(2) .icon {
    background-image: url(../img/other/news/news-icon2.png);
}

.news-nav li.active:nth-child(2) .icon,
.news-nav li:hover:nth-child(2) .icon {
    background-image: url(../img/other/news/news-icon2-hover.png);
}

.news-nav li:nth-child(3) .icon {
    background-image: url(../img/other/news/news-icon3.png);
}

.news-nav li.active:nth-child(3) .icon,
.news-nav li:hover:nth-child(3) .icon {
    background-image: url(../img/other/news/news-icon3-hover.png);
}

.about-nav li h2 {
    font-size: 16px;
    color: #666;
    transition: .3s;
}

.about-nav li.active h2,
.about-nav li:hover h2 {
    color: #93B935;
}

.about-title {
    text-align: center;
    position: relative;
}

.about-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.about-title span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 30px;
    font-size: 30px;
    color: #333;
}

.about-main1 h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.about-main1 .js {
    margin-top: 60px;
    color: #666;
    font-size: 16px;
}

.about-main1 .js p {
    margin-bottom: 30px;
    line-height: 30px;
}

.about-main1 .video {
    overflow: hidden;
    position: relative;
}

.about-main1 .video .icon {
    width: 100px;
    height: 100px;
    background: url(../img/other/about/about-main1-video-icon.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.about-main1 .txt {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-main1 .txt li {
    width: 33.33%;
    height: 76px;
    float: left;
    box-sizing: border-box;
    padding-left: 90px;
    padding-top: 10px;
    line-height: 1;
}

.about-main1 .txt li~li {
    border-left: 1px solid #e7e7e7;
}

.about-main1 .txt li .t {
    font-size: 24px;
    color: #333;
}

.about-main1 .txt li .t span {
    font-size: 24px;
    font-family: arial;
    color: #666;
}

.about-main1 .txt li .m {
    font-size: 14px;
    color: #3d3e4d;
    margin-top: 10px;
}

.about-main2 {
    width: 100%;
    height: 799px;
    background: url(../img/other/about/about-main22.jpg) no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 87px;
}

.about-main2 .main {
    float: right;
    width: 625px;
    height: 625px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 95px;
}

.about-main2 .main .title {
    text-align: center;
    line-height: 1;
}

.about-main2 .main .title .en {
    font-size: 16px;
    color: #666;
    opacity: 0.25;
}

.about-main2 .main .title h3 {
    font-size: 30px;
    color: #333;
    margin-top: 12px;
}

.about-main2 .main .content {
    box-sizing: border-box;
    padding: 0 167px;
    /* margin: 0 auto; */
    margin-top: 60px;
    position: absolute;
}

.about-main2 .main .content li {
    width: 50%;
    height: 165px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding-top: 20px;
}

.about-main2 .main .content li:nth-child(-n+2) {
    border-bottom: 1px solid #e4e4e4;
}

.about-main2 .main .content li:nth-child(2n) {
    border-left: 1px solid #e4e4e4;
}

.about-main2 .main .content li .icon {
    line-height: 55px;
}

.about-main2 .main .content li h4 {
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}

.about-main2 .main .content li .js {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.about-main2 .main .content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    background: #fff;
}

.about-qqsc-title {
    text-align: center;
    padding-bottom: 100px;
}

.about-qqsc-title h4 {
    font-size: 30px;
    color: #333;
    margin-top: 24px;
}

.about-qqsc-title .js {
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
    text-align: left;
}

.about-qqsc-gwsc {
    box-sizing: border-box;
    padding-top: 170px;
    padding-bottom: 150px;
    background: #a8c959;
}

.about-qqsc-gwsc .txt {
    width: 525px;
    float: left;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 70px;
}

.about-qqsc-gwsc .txt h3 {
    font-size: 36px;
}

.about-qqsc-gwsc .txt .jj {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 28px;
}

.about-qqsc-gwsc .txt .js {
    line-height: 30px;
    font-size: 16px;
}

.about-qqsc-gwsc .img {
    width: 800px;
    float: right;
}

.about-qqsc-num {
    box-sizing: border-box;
    padding-top: 135px;
    padding-bottom: 125px;
}

.about-qqsc-num li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 50px;
}

.about-qqsc-num li .content {
    font-size: 16px;
    position: relative;
    display: inline-block;
    min-width: 115px;
}

.about-qqsc-num li .content:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #dfddde;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.about-qqsc-num li .content:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #93b935;
    position: absolute;
    bottom: -18px;
    left: 100%;
    margin-left: -3px;
}

.about-qqsc-num li .content span {
    font-size: 60px;
    font-weight: bold;
    padding-right: 8px;
    width: 73px;
}

.about-qqsc-gnsc {
    width: 100%;
    height: 907px;
    background: url(../img/other/about/about-qqsc-gnsc-bg.jpg) no-repeat center;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 80px;
}

.about-qqsc-gnsc .img {
    width: 800px;
    float: left;
}

.about-qqsc-gnsc .img img {
    width: 910px;
    position: relative;
    left: -110px;
}

.about-qqsc-gnsc .txt {
    width: 532px;
    float: right;
    padding-top: 140px;
}

.about-qqsc-gnsc .txt h3 {
    font-size: 36px;
    color: #333;
}

.about-qqsc-gnsc .txt .js {
    margin-top: 60px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.about-qqsc-gnsc .txt .hzkh {
    margin-top: 70px;
    overflow: hidden;
}

.about-qqsc-gnsc .txt .hzkh li {
    float: left;
    margin-right: 25px;
    background: #fff;
    width: 158px;
    height: 82px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 5px;
    transition: .3s;
}

.about-qqsc-gnsc .txt .hzkh li:nth-child(3n) {
    margin-right: 0;
}

.about-qqsc-gnsc .txt .hzkh li:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.about-yftd-yfzx .main li {
    width: 695px;
    height: 418px;
    overflow: hidden;
    position: relative;
    float: left;
}

.about-yftd-yfzx .main li:nth-child(2n) {
    margin-left: 10px;
}

.about-yftd-yfzx .main li .txt {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: rgba(163, 195, 92, 0.88);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -71px;
    margin-top: -71px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 45px;
    color: #fff;
    opacity: 0;
    visibility: 0;
    transform: scale(0);
    transition: .3s;
}

.about-yftd-yfzx .main li .txt .en {
    font-size: 24px;
}

.about-yftd-yfzx .main li .txt h4 {
    font-size: 16px;
}

.about-yftd-yfzx .main li:hover .txt {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.all-h3 {
    font-size: 36px;
    color: #333;
}

.all-h3-2 {
    font-size: 30px;
    color: #333;
}

.all-h3-2 span {
    font-weight: bold;
}

.all-h3-3 {
    font-size: 24px;
    color: #333;
}

.about-bg {
    background: #f9f9f9;
    /*margin-top: -18px;*/
}

.about-yftd-team {
    padding-top: 70px;
}

.about-yftd-team .main {
    margin-top: 55px;
}

.about-yftd-team .main li {
    width: 339px;
    float: left;
    text-align: center;
    margin-right: 14px;
}

.about-yftd-team .main li:nth-child(4n) {
    margin-right: 0;
}

.about-yftd-team .main li .img {
    width: 100%;
    height: 241px;
    overflow: hidden;
}

.about-yftd-team .main li:hover .img img {
    transform: scale(1.05);
}

.about-yftd-team .main li h4 {
    font-size: 14px;
    color: #666;
    padding: 20px 0;
}

.about-yftd-results {
    margin-top: 60px;
    padding-bottom: 50px;
}

.about-yftd-results h3 {
    position: relative;
}

.about-yftd-results h3 .link {
    width: 108px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    background: #93b935;
    float: right;
    color: #fff;
}

.about-yftd-results .main {
    margin-top: 55px;
}

.about-yftd-results .bd li {
    width: 339px !important;
    height: 438px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    padding-top: 50px;
    padding: 50px 20px 0;
    text-align: center;
    margin-right: 15px;
}

.about-yftd-results .bd li .img {
    width: 100%;
    height: 320px;
    line-height: 320px;
}

.about-yftd-results .bd li h4 {
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.about-yftd-results .all-hd {
    padding-top: 50px;
}

.about-zzrz {
    padding-bottom: 100px;
}

.about-zzrz-title {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.about-zzrz-title .js {
    line-height: 24px;
    margin-top: 30px;
    text-align: left
}

.about-zzrz-slide {
    height: 260px;
    margin-top: 50px;
}

.about-zzrz-slide .bd li {
    background: #fff;
    width: 338px !important;
    margin-right: 16px;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.about-zzrz-slide .all-hd {
    position: absolute;
    top: -60px;
    right: 0;
}

.about-zzrz-slide .bd li h4 {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.about-zzrz-gwrz {
    margin-top: 100px;
}

.about-zzrz-gwrz .main .bd li {
    height: 260px;
    padding-top: 30px;
}

.about-zzrz-gwrz .main .bd li .img {
    line-height: 140px;
}

.about-zzrz-gnrz {
    margin-top: 50px;
}

.about-zzrz-gnrz .main {
    height: 420px;
}

.about-zzrz-gnrz .main .bd li {
    height: 420px;
    padding-top: 20px;
}

.about-zzrz-gnrz .main .bd li .img {
    line-height: 350px;
}

.about-zzrz-gszz {
    margin-top: 50px;
}

.about-zzrz-gszz .main {
    height: 420px;
}

.about-zzrz-gszz .main .bd li {
    height: 420px;
    padding-top: 20px;
}

.about-zzrz-gszz .main .bd li .img {
    line-height: 320px;
}

.about-zzpz-cyl .title {
    text-align: center;
}

.about-zzpz-cyl .title .jj1,
.about-zzpz-pzgl .title .jj1,
.about-zzpz-jccp .title .jj1 {
    margin-top: 20px;
    margin-bottom: 10px;
}


/* show_case 图片切换 */

.about-zzpz-slide {
    width: 100%;
    min-width: 961px;
    height: 535px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-top: 50px;
}

.about-zzpz-slide .bd {
    width: 961px;
    position: absolute;
    left: 50%;
    margin-left: -480px
}

.about-zzpz-slide .bd li {
    width: 961px;
    overflow: hidden;
    position: relative;
}

.about-zzpz-slide .bd li img {
    display: block;
    width: 961px;
    height: 535px;
}

.about-zzpz-slide .tempWrap {
    overflow: visible !important
}

.about-zzpz-slide .tempWrap ul {
    margin-left: -961px !important;
    /*强制位置*/
}

.about-zzpz-slide .hd {
    display: none;
}

.about-zzpz-slide .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 535px;
    cursor: pointer;
}

.about-zzpz-slide .prev {
    left: -50%;
    margin-left: -480px;
}

.about-zzpz-slide .next {
    left: 50%;
    margin-left: 480px;
}

.about-zzpz-slide .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 535px;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.about-zzpz-slide .pnBtn .arrow {
    display: block !important;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    opacity: 1;
    border-radius: 50%;
}

.about-zzpz-slide .pnBtn .arrow:hover {
    background-color: #93B935;
}

.about-zzpz-slide .prev .arrow {
    right: -24px;
    background: #3c3c3c url(../img/icon-left.png) no-repeat center;
}

.about-zzpz-slide .next .arrow {
    left: -24px;
    background: #3c3c3c url(../img/icon-right.png) no-repeat center;
}

.about-zzpz-slide .bd li .txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #fff;
    text-align: center;
    width: 200px;
    margin-left: -100px;
}

.about-zzpz-slide .bd li .txt .num {
    font-size: 72px;
    font-weight: bold;
    position: relative;
}

.about-zzpz-slide .bd li .txt .num span {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.about-zzpz-slide .bd li .txt .t {
    font-size: 18px;
}

.about-zzpz-pzgl {
    margin-top: 90px;
}

.about-zzpz-pzgl .title {
    text-align: center;
}

.about-zzpz-pzgl .main {
    width: 100%;
    height: 538px;
    background: #93B935;
    margin-top: 60px;
    margin-bottom: 25px;
}

.about-zzpz-pzgl .main .img {
    width: 756px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.about-zzpz-pzgl .main .img:hover img {
    transform: scale(1.05);
}

.about-zzpz-pzgl .main .txt {
    width: calc(100% - 756px);
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 140px;
    padding-top: 160px;
    color: #fff;
    position: relative;
}

.about-zzpz-pzgl .main .txt h3 {
    font-size: 24px;
}

.about-zzpz-pzgl .main .txt h3 span {
    font-size: 48px;
    display: block;
}

.about-zzpz-pzgl .main .txt .js {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    width: 315px;
}

.about-zzpz-pzgl .main .txt .icon {
    position: absolute;
    top: 60px;
    right: 60px;
}

.about-zzpz-jccp .w1400 {
    padding-top: 80px;
    background: #fff;
    padding-bottom: 40px;
}

.about-zzpz-jccp .title {
    text-align: center;
}

.about-zzpz-jccp .title p {
    line-height: 28px;
}

.about-zzpz-jccp .title .jj1 {
    margin-bottom: 0;
}

.about-zzpz-jccp .main {
    width: 1146px;
    margin: 0 auto;
    overflow: hidden;
}

.about-zzpz-jccp .main .bd li {
    width: 371px;
    float: left;
    text-align: center;
    margin-right: 16.5px;
}

.about-zzpz-jccp .main .bd li .img {
    width: 100%;
    height: 265px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    margin-top: 60px;
    line-height: 263px;
    overflow: hidden;
}

.about-zzpz-jccp .main .bd li .img img {
    display: block;
}

.about-zzpz-jccp .main .bd li .img:hover img {
    transform: scale(1.05);
}

.about-zzpz-jccp .main .bd li h4 {
    font-size: 16px;
    margin-top: 24px;
}

.about-zzpz-jccp .main .all-hd {
    margin-top: 40px;
}

.about-zzpz {
    padding-bottom: 100px;
}

.news .title {
    height: 448px;
}

.news .title .w1400 {
    height: 100%;
}

.news .title .img {
    width: 761px;
    float: left;
    height: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 448px;
}

.news .title .img:hover img {
    transform: scale(1.05);
}

.news .title .txt {
    width: 573px;
    float: right;
    height: 100%;
    box-sizing: border-box;
    padding-top: 40px;
}

.news .title .txt .js {
    font-size: 14px;
    color: #666;
    margin-top: 28px;
    line-height: 28px;
    -webkit-line-clamp: 10;
}

.news .title .txt .link {
    font-size: 14px;
    color: #fff;
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #93B935;
    border-radius: 30px;
    margin-top: 20px;
}

.news .main {
    background: #f9f9f9;
    padding-top: 108px;
    margin-top: 75px;
    padding-bottom: 40px;
}

.news .content li {
    width: 100%;
    height: 237px;
    display: block;
    margin-bottom: 40px;
    transition: .3s;
}

.news .content li:last-child {
    margin-bottom: 0;
}

.news .content li .img {
    width: 403px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.news .content li .txt {
    width: 940px;
    height: 100%;
    float: right;
    box-sizing: border-box;
    padding-top: 24px;
    padding-right: 40px;
}

.news .content li .txt h4 {
    font-size: 20px;
    color: #333;
    transition: .3s;
}

.news .content li .txt .js {
    margin-top: 30px;
    line-height: 24px;
    -webkit-line-clamp: 5;
}

.news .content li:hover .img img {
    transform: scale(1.05);
}

.news .content li:hover h4 {
    color: #93B935;
}

.news .content li:hover {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.about-banner .txt {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    text-align: center;
    color: #666;
}

.about-banner .txt .t {
    font-size: 30px;
}

.about-banner .txt .t span {
    color: #93B935;
}

.about-banner .txt .jj {
    font-size: 18px;
    opacity: 0.9;
    margin-top: 5px;
}

.about-banner .txt .jj span {
    font-size: 14px;
    font-family: arial;
}

.all-banner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -700px;
    margin-top: -69px;
    color: #666;
}

.all-banner .txt .en {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.all-banner .txt .t {
    font-size: 18px;
}

.service {
    padding-top: 80px;
    background: #F9F9F9;
    margin-top: -18px;
}

.service-zxkh .title {
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

.service-zxkh .title .js {
    margin-top: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}

.service-zxkh .main {
    margin-top: 60px;
    height: 387px;
}

.service-zxkh .main li {
    width: 335px;
    height: 100%;
    float: left;
    background: #fff;
    margin-right: 20px;
    box-sizing: border-box;
    padding-top: 65px;
    text-align: center;
    transition: .3s;
}

.service-zxkh .main li:nth-child(4n) {
    margin-right: 0;
}

.service-zxkh .main li .icon {
    line-height: 85px;
}

.service-zxkh .main li .txt {
    margin-top: 25px;
    position: relative;
}

.service-zxkh .main li .txt:before {
    content: '';
    width: 1px;
    height: 13px;
    background: #d4d4d4;
    position: absolute;
    left: 50%;
    top: 55px;
}

.service-zxkh .main li .txt .js {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    width: 230px;
    margin: 48px auto 0;
}

.service-zxkh .main li:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.service-zxkh .mztl {
    width: 100%;
    height: 145px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-top: 70px;
    padding-left: 145px;
    background: #fff url(../img/other/service/service-zxkh-icon-lb.png) no-repeat 85px 67px;
}

.service-zxkh .mztl p {
    color: #666;
    font-size: 15px;
}

.service-zxkh .mztl p span {
    font-size: 18px;
    font-weight: bold;
}

.service-video {
    margin-top: 60px;
}

.service-video .title .js {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.service-video .main {
    margin-top: 40px;
}

.service-video .main li {
    display: block;
    width: 334px;
    float: left;
    margin-right: 21px;
}

.service-video .main li:nth-child(4n) {
    margin-right: 0;
}

.service-video .main li .img {
    width: 100%;
    height: 221px;
    overflow: hidden;
    position: relative;
}

.service-video .main li .img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.service-video .main li .img:after {
    content: '';
}

.service-video .main li .img .icon {
    width: 51px;
    height: 51px;
    background: url(../img/other/product/product-video-icon.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25.5px;
    margin-left: -25.5px;
}

.service-video .main li h4 {
    line-height: 80px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.service-video .main li:hover .img:before {
    top: 100%;
}

.service-cjwt {
    margin-top: 40px;
    padding-bottom: 50px;
}

.service-cjwt .title .js {
    margin-top: 10px;
}

.service-cjwt .main {
    margin-top: 55px;
}

.service-cjwt .main li {
    width: 690px;
    height: 148px;
    background: #fff;
    float: left;
    display: block;
    margin-bottom: 12px;
    transition: .3s;
    overflow: hidden;
    position: relative;
}

.service-cjwt .main li a {
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 200px;
    color: #666;
}

.service-cjwt .main li:nth-child(2n) {
    margin-left: 20px;
}

.service-cjwt .main li h4 {
    font-size: 16px;
    font-weight: bold;
}

.service-cjwt .main li .jj {
    font-size: 14px;
    margin-top: 8px;
    line-height: 22px;
}

.service-cjwt .main li:hover a {
    color: #fff;
}

.service-cjwt .main li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: #93b935;
    transition: .3s;
}

.service-cjwt .main li:hover:before {
    left: 0;
}

.service-cjwt .more {
    font-size: 16px;
    color: #000;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    width: 100px;
}

.service-cjwt .more p {
    margin-top: 15px;
}

.service-cjwt .more:hover {
    color: #93b935;
}

.service-zxly {
    height: 470px;
    background: url(../img/other/service/service-zxly-bg.jpg) no-repeat left center;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 95px;
}

.service-zxly .icon {
    width: 250px;
    height: 270px;
    background: #93b935 url(../img/other/service/service-zxly-kf.png) no-repeat center;
    float: left;
}

.service-zxly .main {
    width: 1114px;
    float: right;
}

.service-zxly .main .title {
    padding-top: 15px;
}

.service-zxly .main .title h3 {
    color: #fff;
}

.service-zxly .main .title .js {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.service-zxly .main .content {
    margin-top: 30px;
}

.service-zxly .main .content1 .input {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    height: 40px;
    float: left;
}

.service-zxly .main .content1 .input:nth-child(3) {
    margin-right: 0;
}

.service-zxly .main .content1 .input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: #fff;
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
}

.service-zxly .main .content2 {
    width: 888px;
    height: 80px;
    float: left;
    margin-top: 15px;
}

.service-zxly .main .content2 textarea {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 20px;
}

.service-zxly .main .content3 {
    float: right;
    margin-top: 15px;
    width: calc(100% - 888px - 10px);
    height: 80px;
}

.service-zxly .main .content3 input {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.jion-us {
    background: #f9f9f9;
    padding-bottom: 75px;
}

.jion-us .main {
    padding: 60px 70px;
    background: #fff;
}

.jion-us .main li {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

.jion-us .main li .title {
    height: 75px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    line-height: 73px;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.jion-us .main li .title>div {
    font-size: 16px;
    color: #999;
    float: left;
    height: 100%;
}

.jion-us .main li .title .name {
    color: #333;
    font-size: 18px;
    width: 160px;
    margin-right: 20px;
}

.jion-us .main li .title .bm {
    width: 180px;
    margin-right: 60px;
}

.jion-us .main li .title .zprs {
    width: 180px;
    margin-right: 30px;
}

.jion-us .main li .title .xzsp {
    width: 240px;
    margin-right: 30px;
}

.jion-us .main li .title .fbrq {
    width: 220px;
}

.jion-us .main li .title:before {
    content: '';
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    transition: .3s;
    position: absolute;
    right: 30px;
    top: 23px;
}

.jion-us .main li .content {
    box-sizing: border-box;
    padding: 50px 20px 80px;
    display: none;
}

.jion-us .main li .content p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.jion-us .main li .content .link {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 18px;
    color: #fff;
    width: 113px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #93b935;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
}

.jion-us .main li.active .content .link {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.jion-us .main li.active .title:before {
    transform: rotate(225deg);
    top: 30px;
}

.jion-us .main li.active .title {
    background: #f1f1f1;
    border-color: #f1f1f1;
}

.contact {
    background: #e7e7e7;
    padding-top: 85px;
    margin-top: -19px;
    padding-bottom: 120px;
}

.contact .w1400 {
    overflow: hidden;
    background: #fff;
    padding-top: 70px;
}

.contact h3 {
    text-align: center;
}

.contact .w1400 .main {
    height: 200px;
    margin-top: 65px;
    padding-bottom: 50px;
}

.contact .w1400 .main li {
    width: 33.33%;
    text-align: center;
    float: left;
    height: 100%;
    box-sizing: border-box;
}

.contact .w1400 .main li~li {
    border-left: 1px solid #e5e5e5;
}

.contact .w1400 .main li .icon {
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.contact .w1400 .main li .icon .icon-main {
    display: inline-block;
    background: no-repeat center 0;
    width: 65px;
    transition: .3s;
}

.contact .w1400 .main li:nth-child(1) .icon .icon-main {
    background-image: url(../img/other/contact/contact-icon1.png);
    height: 55px;
}

.contact .w1400 .main li:nth-child(1) .icon .icon-main:hover {
    background-position-y: -55px;
}

.contact .w1400 .main li:nth-child(2) .icon .icon-main {
    background-image: url(../img/other/contact/contact-icon2.png);
    height: 37px;
}

.contact .w1400 .main li:nth-child(2) .icon .icon-main:hover {
    background-position-y: -37px;
}

.contact .w1400 .main li:nth-child(3) .icon .icon-main {
    background-image: url(../img/other/contact/contact-icon3.png);
    height: 47px;
}

.contact .w1400 .main li:nth-child(3) .icon .icon-main:hover {
    background-position-y: -47px;
}

.contact .w1400 .main li .t {
    font-size: 16px;
    color: #333;
    margin-top: 35px;
}

.contact .w1400 .main li .tel {
    font-size: 36px;
    font-family: arial;
    font-weight: bold;
    color: #93b935;
    margin-top: 10px;
}

.contact .w1400 .main li .email {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.contact .w1400 .main li .add {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    width: 280px;
    margin: 10px auto 0;
}

.contact .w1400 .map {
    height: 555px;
}

.contact .w1400 .map img {
    transition: auto;
}

.contact .w1400 .map .BMapLib_SearchInfoWindow {
    display: none;
}

.contact-jxdl {
    padding-top: 55px;
    background: #f9f9f9;
    padding-bottom: 100px;
}

.contact-jxdl h3 {
    text-align: center;
}

.contact-jxdl .main {
    margin-top: 40px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
}

.contact-jxdl .main .content1 {
    height: 56px;
}

.contact-jxdl .main .content1 .input {
    width: calc((100% - 39px) / 4);
    height: 100%;
    float: left;
    margin-right: 13px;
}

.contact-jxdl .main .content1 .input:nth-child(4) {
    margin-right: 0;
}

.contact-jxdl .main .content1 .input input {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 25px;
    outline: none;
    font-size: 16px;
}

.contact-jxdl .main .content2 {
    margin-top: 10px;
    height: 280px;
}

.contact-jxdl .main .content2 textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 15px;
    line-height: 26px;
    font-size: 16px;
}

.contact-jxdl .main .content3 {
    height: 56px;
    margin-top: 12px;
}

.contact-jxdl .main .content3 input {
    width: 100%;
    height: 100%;
    background: #93b935;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.contact-jxdl .main .content3 input:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.all-fixed {
    display: none;
}

.all-fixed2 {
    width: 35px;
    height: 209px;
    background: #8f9090;
    position: fixed;
    top: 75%;
    margin-top: -140px;
    right: -0px;
    z-index: 99999;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 28px;
}

.all-fixed2 a {
    display: block;
    width: 100%;
    height: 35px;
    position: relative;
    margin-bottom: 20px;
}

.all-fixed2 a:before {
    content: '';
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -19px;
    left: 53%;
    margin-left: -17.5px;
}

.all-fixed2 a .icon {
    display: block;
    text-align: center;
    height: 100%;
    line-height: 49px;
    position: relative;
    z-index: 2;
}

.all-fixed2 a span img {
    width: 60%;
    height: auto;
}

.all-fixed2 a .bg {
    height: 100%;
    background: #93b935;
    width: 123px;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: -123px;
    top: 8px;
    transition: .5s;
    line-height: 36px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.all-fixed2 a.tel .bg {
    width: 170px;
    right: -170px;
}

.all-fixed2 a.tel {
    cursor: text;
}

.all-fixed2 a:hover .bg {
    right: 0;
}

.all-fixed2 a.wxgzh {
    cursor: default;
}


/* .all-fixed2 a.wxgzh:hover .icon{
	background: #93B935;
} */

.all-fixed2 a.wxgzh .img {
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: absolute;
    left: -100px;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.all-fixed2 a.wxgzh:hover .img {
    top: -25px;
    opacity: 1;
    visibility: visible;
}

.ms-skin-default .ms-nav-prev {
    left: 15px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-image: url('../img/icon-left.png') !important;
}

.ms-skin-default .ms-nav-next {
    right: 15px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-image: url('../img/icon-right.png') !important;
}

.ms-skin-default .ms-nav-prev:hover {
    background-color: #93B935 !important;
}

.ms-skin-default .ms-nav-next:hover {
    background-color: #93B935 !important;
}