﻿* {
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.width100 {
    width: 100%;
}



.language {
    float: left;
    color: rgba(0, 142, 180, 1);
    margin-top: 45px;
    font-size: 14px;
}

.language a {
    padding-bottom: 5px;
    color: rgba(0, 142, 180, 0.6);
    position: relative;
    margin: 0 5px;
}

.language a.on:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 142, 180, 1);
}




.iabout {
    width: 100%;
    height: 799px;
    float: left;
    background: url(../images/aboutbanner.jpg) no-repeat center top;
}

.ititle {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 72px;
}

.ititle p {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    margin: 70px 0 27px 0;
}

.ititle em {
    width: 60px;
    height: 2px;
    background: #333333;
    display: block;
    margin: 0 auto 27px auto;
}

.ititle span {
    font-size: 30px;
    display: block;
    color: #333;
}

.iabout_con {
    width: 1200px;
    margin: 85px auto 0 auto;
    text-align: center;
}

.iabout_con p {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.5;
    margin: 5px 0;
}

.iabout_con p:nth-child(2) {
    margin-top: 30px;
}

.iabout_more {
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: 90px auto 0 auto;
    border: 1px solid #969696;
    transition: all 0.3s ease;
}

.iabout_more a {
    color: #333;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s ease;
}

.iabout_more:hover {
    background: #2ab190;
    border-color: #2ab190;
}

.iabout_more:hover a {
    color: #FFF;
}

.iproduct {
    width: 100%;
    height: 750px;
    float: left;
    background: #161616;
    position: relative;
}

.iproduct .inner {
    position: relative;
}

.iproduct .ititle {
    position: absolute;
    z-index: 1;
}

.iproduct .ititle p {
    color: #FFF;
}

.iproduct .ititle em {
    background: #2ab190;
}

.iproduct .ititle span {
    color: #FFF;
}

.iproduct .swiper-wrapper .swiper-slide {
    height: 750px;
    position: relative;
}

.iproduct .swiper-wrapper .swiper-slide a {
    transform: scale(0.8);
    z-index: 99999999;
}

.iproduct .swiper-wrapper .swiper-slide a img:hover {
    -webkit-mask: none;
}

.iproduct .swiper-button-prev {
    left: 55px !important;
    background: url(../images/iproduct-left.png) no-repeat center !important;
}

.iproduct .swiper-button-next {
    right: 55px !important;
    background: url(../images/iproduct-right.png) no-repeat center !important;
}

.iproduct .swiper-button-prev:hover {
    background: url(../images/iproduct-left1.png) no-repeat center !important;
}

.iproduct .swiper-button-next:hover {
    background: url(../images/iproduct-right1.png) no-repeat center !important;
}

[class^="iproduct-img"] {
    transition: all 0.8s ease;
}

.iproduct-img1 {
    position: absolute;
    top: 40px;
    left: 80px;
    transform-origin: left top;
}

.iproduct-img1 img {
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img1:hover {
    margin: -10px -10px 0 0;
}

.iproduct-img2 {
    position: absolute;
    top: 100px;
    right: 0;
    transform-origin: right top;
}

.iproduct-img2 img {
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img2:hover {
    margin: -10px -10px 0 0;
}

.iproduct-img3 {
    position: absolute;
    bottom: 0;
    left: 60px;
    transform-origin: left bottom;
}

.iproduct-img3 img {
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img3:hover {
    margin: 0 0 0 10px;
}

.iproduct-img4 {
    position: absolute;
    bottom: 0;
    right: 60px;
    transform-origin: right bottom;
}

.iproduct-img4 img {
    width: 560px;
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img4:hover {
    margin: 0 -10px 0 0;
}

.iproduct-img5 {
    position: absolute;
    top: 50px;
    left: 180px;
    transform-origin: left top;
}

.iproduct-img5 img {
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img5:hover {
    margin: -10px -10px 0 0;
}

.iproduct-img6 {
    position: absolute;
    top: 0;
    right: 100px;
    transform-origin: right top;
}

.iproduct-img6 img {
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img6:hover {
    margin: 0 -10px 0 0;
}

.iproduct-img7 {
    position: absolute;
    bottom: 10px;
    left: 80px;
    transform-origin: left bottom;
}

.iproduct-img7 img {
    width: 550px;
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img7:hover {
    margin: 0 0 0 10px;
}

.iproduct-img8 {
    position: absolute;
    bottom: 0;
    right: 200px;
    transform-origin: right bottom;
}

.iproduct-img8 img {
    width: 560px;
    float: left;
    -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.iproduct-img8:hover {
    margin: 0 -10px 0 0;
}

.iproduct-title {
    width: auto;
    padding: 5px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: none;
    transition: all 0.1s ease;
    overflow: hidden;
}

/* animation:fadeIn 0.5s 0.3s ease both;*/
.iproduct-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #2ab08f;
    position: absolute;
    transition: all 0.7s ease;
}

.iproduct-title.type1:after {
    left: -100%;
    bottom: 0;
}

.iproduct-title.type2:after {
    left: 100%;
    bottom: 0;
}

.iproduct-title.on:after {
    left: 0;
    bottom: 0;
}

.swiper-slide a:nth-child(even) .iproduct-title p {
    padding-right: 95px;
}

.swiper-slide a:nth-child(odd) .iproduct-title p {
    padding-left: 95px;
}

.iproduct-title p {
    font-size: 24px;
    color: #2ab08f;
    margin-bottom: 3px;
    position: relative;
}

.iproduct-title p:after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #161616;
    transition: all 0.7s ease;
}

.iproduct-title.type1 p:after {
    right: 0;
    top: 0;
}

.iproduct-title.type2 p:after {
    left: 0;
    top: 0;
}

.iproduct-title.on p:after {
    width: 0;
}

.iproduct-title1 {
    position: absolute;
    right: -325px;
    bottom: 40px;
}

.iproduct-title2 {
    position: absolute;
    left: -218px;
    bottom: 10px;
}

.iproduct-title3 {
    position: absolute;
    right: -280px;
    top: 170px;
}

.iproduct-title4 {
    position: absolute;
    left: -160px;
    top: 90px;
}

.iproduct-title5 {
    position: absolute;
    right: -325px;
    bottom: 30px;
}

.iproduct-title6 {
    position: absolute;
    left: -310px;
    bottom: 30px;
}

.iproduct-title7 {
    position: absolute;
    right: -205px;
    top: 60px;
}

.iproduct-title8 {
    position: absolute;
    left: -245px;
    top: 30px;
}

.iproduct-info {
    width: 500px;
    float: left;
    position: absolute;
    z-index: 99999;
    top: 600px;
    left: 200px;
}

.iproduct-info p {
    line-height: 1.5;
    float: left;
    color: #FFF;
}




.bdsharebuttonbox {
    margin-top: 23px;
}

.bdsharebuttonbox a {
    padding-left: 24px !important;
    height: 24px !important;
    float: none !important;
    margin-right: 6px !important;
}

.bdsharebuttonbox .bds_sqq {
    background: url(../images/share-qq.png);
    background-position: initial !important;
}

.bdsharebuttonbox .bds_tsina {
    background: url(../images/share-weibo.png);
    background-position: initial !important;
    margin: 0 4px 0 0 !important;
}

.bdsharebuttonbox .bds_weixin {
    background: url(../images/share-weixin.png);
    background-position: initial !important;
    margin: 0 !important;
    font-size: 20px;
    padding-left: 28px !important;
    background-size: 28px 28px;
}


.leftfloat {
    width: 272px;
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 9999;
    display: none;
    transform: translateX(-218px);
}

.leftfloat ul {
    float: left;
}

.leftfloat ul li {
    float: left;
    transition: all 0.4s ease;
    margin: 1px 0;
}

.leftfloat ul li:hover {
    transform: translateX(220px);
}

.leftdiv {
    width: 218px;
    height: 51px;
    float: left;
    background: #2ab190;
}

.leftdiv p {
    width: 100%;
    padding: 0 5px;
    color: #FFF;
    float: left;
}

.leftfloat ul li:nth-child(1) .leftdiv p {
    width: 88%;
    text-align: center;
    box-sizing: border-box;
    font-family: ArmadaMedium;
    float: none;
    margin: 7px auto 0 auto;
    font-size: 14px;
}

.leftfloat ul li:nth-child(1) .leftdiv p em {
    float: left;
    font-size: 12px;
    line-height: 22px;
}

.leftfloat ul li:nth-child(1) .leftdiv p span {
    float: left;
    margin-left: 10px;
    text-align: right;
}

.leftfloat ul li:nth-child(2) .leftdiv p {
    width: 100%;
    font-family: ArmadaLight;
    text-align: center;
    box-sizing: border-box;
    line-height: 51px;
    font-size: 18px;
}

.leftfloat ul li:nth-child(3) .leftdiv p {
    text-align: center;
    line-height: 51px;
    box-sizing: border-box;
    font-size: 14px;
}

.rightdiv {
    width: 52px;
    height: 51px;
    float: left;
    background: #068e73;
    position: relative;
    margin-left: 2px;
}

.rightdiv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rightclose {
    width: 52px;
    height: 52px;
    float: left;
    cursor: pointer;
    transform: translateX(220px);
}

.rightclose img {
    width: 52px;
    height: 52px;
    float: left;
}

.rightfloat {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 8px;
    bottom: 10%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.rightfloat img {
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/totop.png) no-repeat;
}

/*关于我们*/
.about-banner {
    width: 100%;
    height: 305px;
    float: left;
    background: url(../images/about-banner.jpg) no-repeat center top;
    margin-top: 90px;
}

.ncontent {
    width: 100%;
    min-height: 400px;
    margin: 0 0 50px 0;
    float: left;
}

.ncontent .inner {
    position: relative;
}

.about-title {
    width: 100%;
    float: left;
    margin: 100px 0 70px 0;
}

.about-con1 {
    width: 585px;
    margin: 0 100px 0 0;
    font-size: 14px;
    float: left;
}

.about-con1 p {
    font-size: 14px;
    line-height: 22px;
    color: #4c4c4c;
    word-break: break-all;
    margin-bottom: 30px;
}

.about-img1 {
    float: left;
    margin: 5px 0 0 0;
}

.about-img2 {
    width: 100%;
    float: left;
    margin: 25px 0 80px 0;
}

.about-img3 {
    width: 100%;
    float: left;
    margin: 90px 0 0 0;
    padding-bottom: 75px;
    border-bottom: 1px dashed #e3e3e3;
}

/*公司荣誉*/
.honor-title {
    width: 100%;
    float: left;
    margin-top: 110px;
}

.honor-con {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}

.honor-con-img1 {
    float: left;
}

.honor-con-ul {
    width: 500px;
    float: left;
    margin: 0 0 0 60px;
}

.honor-con-title {
    width: 100%;
    font-size: 30px;
    color: #068e73;
    float: left;
    margin: 0 0 30px 0;
}

.honor-con-ul li {
    width: 180px;
    padding: 0 20px 0 0;
    margin: 0 30px 0 0;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

.honor-con-ul li:nth-child(odd) {
    padding: 0 20px 0 0;
    margin: 0;
}

.honor-con-ul li a {
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    float: left;
    display: block;
    cursor: pointer;
    margin: 20px 0;
}

.honor-con-ul li a.on {
    color: #2ab08f;
}

.honor-con-ul li div {
    float: left;
    display: none;
}

.honor-con-ul li div img {
    max-width: 200px;
    max-height: 200px;
    float: left;
}

.honor-con-ul1 {
    width: 100%;
    float: left;
}

.honor-con-ul1 li {
    width: 250px;
    margin: 0 50px 0 0;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

.honor-con-ul1 li a {
    line-height: 45px;
    font-size: 14px;
    font-family: '宋体';
    display: block;
    cursor: pointer;
}

.honor-con-ul1 li a.on {
    color: #2ab08f;
}

.honor-con-ul1 li div {
    float: left;
    display: none;
}

.honor-con-ul1 li div img {
    max-width: 200px;
    max-height: 200px;
    float: left;
}

/*产品中心*/
.product-banner {
    width: 100%;
    height: 305px;
    float: left;
    background: url(../images/product-banner.jpg) no-repeat center top;
    margin-top: 90px;
}

#tab {
    width: 100%;
    float: left;
    margin-top: 35px;
}

#tab li {
    width: 49%;
    margin: 0 1% 0 0;
    background: #515151;
    text-align: center;
    float: left;
}

#tab li:nth-child(2) {
    width: 50%;
    margin: 0;
}

#tab li a {
    color: #FFF;
    font-size: 16px;
    line-height: 45px;
    display: block;
    transition: all 0.4s ease;
}

#tab li.on a {
    background: #068e73;
}

.tab_div {
    width: 90%;
    background: #068e73;
    margin: 15px 0 0 0;
    padding: 0 5%;
    position: relative;
    float: left;
}

.tab_list {
    width: 100%;
    display: none;
    float: left;
}

.tab_list li {
    width: 985px;
    margin: 0 48px;
    position: relative;
}

.tab_list li a {
    width: 25%;
    color: #FFF;
    font-size: 14px;
    padding: 1px 0;
    float: left;
    line-height: 25px;
}

.tab_list li a i {
    visibility: hidden;
    margin-right: 10px;
}

.tab_list li a:hover i {
    visibility: visible;
}

.page {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 45px 0;
}

.page span:nth-child(1) {
    display: none;
}

.page span:last-child {
    display: none;
}

.page .disabled {
    display: none;
}

.page a, .page span {
    width: 12px;
    height: 12px;
    margin: 0 18px;
    background: #dcdcdc;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.page a.current, .page span.current {
    background: #068e73;
}


#tab_con {
    width: 100%;
    float: left;
    margin-top: 15px;
}

#tab_con li {
    width: 390px;
    height: 260px;
    margin: 0 15px 105px 0;
    background: #dcdcdc;
    float: left;
    position: relative;
}

#tab_con li:nth-child(3n) {
    margin: 0 0 105px 0;
}

#tab_con li img {
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tab_con li p {
    width: 100%;
    text-align: center;
    color: #505050;
    font-size: 18px;
    position: absolute;
    bottom: -45px;
    left: 0;
    line-height: 45px;
}

#tab_con li a {
    width: 100%;
    height: 100%;
    margin: 0 15px 60px 0;
    background: rgba(6, 142, 115, 0.8);
    float: left;
    position: relative;
    display: none;
}

#tab_con li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/*产品详情*/
.productshow-left {
    width: 220px;
    float: left;
    margin: 80px 0 30px 0;
}

.productshow-left-ul {
    width: 100%;
    float: left;
}

.productshow-left-ul-li {
    width: 100%;
    float: left;
}

.productshow-left-ul-li-a {
    width: 100%;
    float: left;
    line-height: 45px;
    background: #d7d7d7;
    font-size: 14px;
    color: #333;
    text-align: left;
    text-indent: 15px;
    display: block;
    cursor: pointer;
}

.productshow-left-ul-li-a i {
    padding-left: 10px;
    display: inline;
}

.productshow-left-ul-li.on .productshow-left-ul-li-a i {
    color: #2ab08f;
}

.productshow-left-ul-li:hover .productshow-left-ul-li-a i {
    color: #2ab08f;
}

.productshow-left-ul-li-ul {
    width: 100%;
    float: left;
    background: #e6e6e6;
    display: none;
}

.productshow-left-ul-li-ul li {
    width: 90%;
    margin: 0 5%;
    float: left;
    border-bottom: 1px dashed #d8d8d8;
}

.productshow-left-ul-li-ul li a {
    margin: 10px 0;
    font-size: 12px;
    color: #333;
    display: block;
}

.productshow-left-ul-li-ul li a i {
    visibility: hidden;
    color: #2ab08f;
    padding-right: 10px;
}

.productshow-left-ul-li-ul li:hover a {
    font-weight: bold;
}

.productshow-left-ul-li-ul li:hover a i {
    visibility: visible;
}

.productshow-left-ul-li-ul li.on a {
    font-weight: bold;
}

.productshow-left-ul-li-ul li.on a i {
    visibility: visible;
}

.productshow-right {
    width: 930px;
    float: left;
    margin: 80px 0 0 20px;
}

.productshow-title {
    width: 930px;
    padding: 0 0 20px 0;
    float: left;
    border-bottom: 1px solid #c8c8c8;
}

.productshow-title p:nth-child(1) {
    width: 100%;
    font-size: 30px;
    color: #333;
}

.productshow-title p:nth-child(2) {
    width: 100%;
    font-size: 30px;
    color: #333;
    font-family: '宋体';
}

.productshow-con {
    width: 100%;
    min-height: 200px;
    float: left;
    margin: 40px 0 0 0;
    position: relative;
}

#btn_left {
    width: 57px;
    height: 57px;
    position: absolute;
    background: #e1e1e1;
    top: 35%;
    left: 0;
    border-radius: 50%;
    cursor: pointer;
}

#btn_right {
    width: 57px;
    height: 57px;
    position: absolute;
    background: #c8c8c8;
    top: 35%;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
}

#btn_left img, #btn_right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#btn_left:hover, #btn_right:hover {
    background: #c8c8c8;
}

.left-pro {
    width: 100%;
    float: left;
}

.left-pro .t2 {
    width: 100%;
    padding: 0 20%;
    box-sizing: border-box;
}

.main_img {
    max-width: 100%;
    max-height: 400px;
    cursor: pointer;
    display: block;
}

/*#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}*/
.left-pro .t1 {
    width: 100%;
    float: left; /* overflow-x:scroll;*/
}

#showArea {
    width: 100%;
    height: 100px;
    margin: 20px auto 10px auto;
    padding: 0 20px;
    overflow-y: scroll;
    box-sizing: border-box;
    text-align: center;
}

#showArea a {
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
}

#showArea img {
    max-width: 90px;
    max-height: 90px;
    cursor: pointer;
    display: block;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#showArea a:hover {
    transform: translateY(-15px);
}

.MagicZoom {
    margin: 0 auto;
}

.MagicThumb-image {
    border: none !important;
}

.MagicZoomBigImageCont {
    border: none !important;
    border-radius: 50%;
    background: #f0f0f0;
}

.MagicZoomBigImageCont img {
    height: auto !important;
}

.MagicZoomPup {
    border-radius: 50%;
}

.productshow-tab {
    width: 100%;
    height: 145px;
    float: left;
    background: -webkit-linear-gradient(left, #085049, #2ab08f);
    background: -o-linear-gradient(right, #085049, #2ab08f);
    background: -moz-linear-gradient(right, #085049, #2ab08f);
    background: linear-gradient(to right, #085049, #2ab08f);
}

.productshow-tab ul {
    width: 100%;
    height: 145px;
    float: left;
}

.productshow-tab ul li {
    width: 33%;
    height: 145px;
    float: left;
    position: relative;
    text-align: center;
    transition: all 0.4s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.productshow-tab ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 85px;
    background: #FFF;
}

.productshow-tab ul li.on:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #FFF;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}

.productshow-tab ul li:nth-child(1) {
    padding: 0 10% 0 0;
}

.productshow-tab ul li:nth-child(3) {
    padding: 0 0 0 10%;
}

.productshow-tab ul li:nth-child(3):after {
    width: 0;
}

.productshow-tab ul li div {
    width: 53px;
    height: 53px;
    position: relative;
    margin: 24px auto 13px auto;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: inset 0 0 0 1px #fff;
}

.productshow-tab ul li.on div {
    background: #2ab08f;
    border-color: #2ab08f;
    box-shadow: inset 0 0 0 18px #2ab08f;
}

.productshow-tab ul li div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.productshow-tab ul li:nth-child(1) div img {
    width: 23px;
    height: 23px;
}

.productshow-tab ul li:nth-child(2) div img {
    width: 27px;
    height: 26px;
}

.productshow-tab ul li:nth-child(3) div img {
    width: 25px;
    height: 23px;
}

.productshow-tab ul li:hover div {
    box-shadow: inset 0 0 0 28px #2ab08f;
}

.productshow-tab ul li p {
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.productshow-tabcon {
    width: 100%;
    float: left;
    background: #FFF;
    padding-bottom: 60px;
    display: none;
}

.productshow-tabcon ul {
    width: 952px;
    min-height: 100px;
    position: relative;
    box-sizing: border-box;
    margin: 82px 0 0 104px;
    border-top: 1px dashed #b1b1b1;
}

.productshow-tabcon ul li {
    width: 100%;
    float: left;
    display: none;
}

.productshow-tabcon ul li:nth-child(1) {
    display: block;
}

.productshow-tabcon ul li p {
    font-weight: bold;
    font-size: 14px;
    color: #6c6c6c;
}

.productshow-tabcon-p1 {
    margin: 25px 0 15px 0;
}

/*.productshow-tabcon ul li p span{ font-family:Tahoma; font-size:18px; font-weight:normal;}*/
.productshow-tabcon ul li div {
    font-family: 微软雅黑 !important;
    line-height: 25px !important;
    font-size: 12px !important;
    color: #333 !important;
}

.productshow-tabcon ul li div img {
    max-width: 100%;
}

.productshow-tabcon ul li div p {
    font-family: 微软雅黑 !important;
    line-height: 25px !important;
    font-size: 12px !important;
    color: #333 !important;
    font-weight: normal !important;
}

.productshow-tabcon ul li div span {
    font-family: 微软雅黑 !important;
    line-height: 25px !important;
    font-size: 12px !important;
    color: #333 !important;
    font-weight: normal !important;
}

.productshow-tabcon ul li div td {
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 30px;
}

/*新闻中心*/
.news-banner {
    width: 100%;
    height: 305px;
    float: left;
    background: url(../images/news-banner.jpg) no-repeat center top;
    margin-top: 90px;
}

.news-title {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.news-con {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.news-con .swiper-container {
    width: 100%;
    padding-bottom: 40px;
}

.news-con .swiper-slide {
}

.news-con .swiper-slide a {
    width: 277px;
    margin: 0 20px 90px 0;
    display: inline-block;
    float: left;
}

.news-con .swiper-slide a:nth-child(4n) {
    margin-right: 0;
}

.news-con .swiper-pagination span {
    width: 9px;
    height: 9px;
    margin: 0 10.5px;
    background: #dcdcdc;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    opacity: 1;
}

.news-con .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 17px !important;
}

.news-con .swiper-pagination span.swiper-pagination-bullet-active {
    background: #068e73;
}

.news-img {
    width: 100%;
    height: 169px;
    overflow: hidden;
    float: left;
}

.news-img img {
    width: 100%;
    max-height: 100%;
    float: left;
}

.news-text {
    width: 100%;
}

.news-text p {
    width: 100%;
    float: left;
    color: #333;
}

.news-text p:nth-child(1) {
    font-family: CenturyGothic;
    font-size: 14px;
    font-weight: bold;
    margin-top: 29px;
}

.news-text p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-text p:nth-child(3) {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

/*详情*/
.newsshow-con {
    width: 100%;
    float: left;
}

.newsshow-con p {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #333;
    margin: 90px 0 40px 0;
}

.newsshow-con ul {
    width: 100%;
    float: left;
}

.newsshow-con ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.newsshow-text {
    width: 100%;
    float: left;
    margin: 20px 0 80px;
}

.newsshow-text img {
    max-width: 100%;
    margin: 0 0 40px 0;
}

.newsshow-text p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.newsshow-next {
    width: 100%;
    text-align: center;
    float: left;
}

.newsshow-next a {
    width: 127px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    color: #969696;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease;
    margin: 0 20px;
}

.newsshow-next a:hover {
    background: #2ab08f;
    border-color: #2ab08f;
    color: #FFF;
}


/*招贤纳士*/
.zxns-banner {
    width: 100%;
    height: 305px;
    float: left;
    background: url(../images/zxns-banner.jpg) no-repeat center top;
    margin-top: 90px;
}

.zxns-title {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.zxns-p {
    width: 100%;
    float: left;
    margin: 45px 0 95px 0;
    font-size: 16px;
    color: #444;
}

.zxns-img {
    width: 100%;
    float: left;
}

.zxns-ul {
    width: 100%;
    float: left;
    margin-bottom: 200px;
}

.zxns-ul li {
    width: 48%;
    height: 90px;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: #888687;
    transition: all 0.4s ease;
    position: relative;
    margin: 30px 0 0 0;
    cursor: pointer;
}

.zxns-ul li:nth-child(even) {
    margin-left: 2%;
}

.zxns-ul li:nth-child(odd) {
    margin-right: 2%;
}

.zxns-ul li a {
    width: 80%;
    margin: 0 10%;
    display: block;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.zxns-ul li:hover {
    background: #2aaf8f;
}

.zxns-info {
    width: 100%;
    float: left;
    background: #2aaf8f;
    position: absolute;
    top: 91px;
    left: 0;
    display: none;
    z-index: 99;
}

.zxns-info table {
    width: 80%;
    margin: 20px 10%;
}

.zxns-info table tr {
    width: 100%;
    line-height: 30px;
    color: #FFF;
}

.zxns-info table tr td:nth-child(1) {
    width: 25%;
    font-weight: bold;
}

.zxns-info table tr td:nth-child(3) {
    font-weight: bold;
}


/*联系我们*/
.contact-banner {
    width: 100%;
    height: 305px;
    float: left;
    background: url(../images/contact-banner.jpg) no-repeat center top;
    margin-top: 90px;
}

#map {
    width: 1200px;
    height: 420px;
    float: left;
    margin: 30px 0 75px 0;
}

.amap-container {
    height: 100%;
}

.contact-con {
    width: 100%;
    float: left;
    margin: 10px 0 50px 0;
}

.contact-con-img {
    width: 100%;
    float: left;
    text-align: center;
}

.contact-con-ul {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.contact-con-ul-li {
    width: 50%;
    float: left;
}

.contact-con-ul-p1 {
    font-size: 16px;
    color: #8a8a8a;
    margin-left: 105px;
}

.contact-con-ul-p2 {
    font-size: 14px;
    color: #9b9b9b;
    margin: 20px 0 30px 105px;
}

.contact-con-ul-div1 {
    margin-left: 105px;
}

.contact-con-ul-div1 ul {
    width: 100%;
    float: left;
}

.contact-con-ul-div1 ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 5px 0;
    color: #8a8a8a;
}

.contact-con-ul-div1 ul li:first-child {
    font-size: 14px;
    color: #8a8a8a;
    letter-spacing: 6.2px;
}

.contact-con-ul-li form {
    width: 90%;
    float: left;
}

.contact-con-ul-li form ul {
    width: 100%;
    float: left;
}

.contact-con-ul-li form ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
}

.contact-con-ul-li form ul li:after {
    content: '*';
    color: red;
    position: absolute;
    right: 10px;
    top: 0;
}

.contact-con-ul-li form ul li:last-child:after {
    content: '';
}

.contact-con-ul-li form ul li p {
    width: 15%;
    color: #8a8a8a;
    float: left;
    text-align: right;
    margin-right: 5%;
    line-height: 42px;
}

.contact-con-ul-li form ul li input[type=text] {
    width: 75%;
    color: #8a8a8a;
    float: left;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
}

.contact-con-ul-li form ul li textarea {
    width: 75%;
    height: 230px;
    float: left;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
}

.contact-con-ul-li form ul li input[type=submit] {
    width: 90px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #8a8a8a;
    transition: all 0.4s ease;
    background: #FFF;
    cursor: pointer;
    margin-left: 20%;
}

.contact-con-ul-li form ul li input[type=submit]:hover {
    background: #2ab08f;
    color: #FFF;
    border-color: #2ab08f;
}

#txtCode {
    width: 80px;
}

.contact-con-ul-li form ul li a {
    line-height: 42px;
}

/*搜索*/
.search-p1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 20px 0;
    font-size: 16px;
}

.search-p1 b.blue {
    color: blue;
    margin: 0 5px;
}

.search-p1 b.red {
    color: red;
    margin: 0 5px;
}


.BMapLabel {
    font-size: 14px !important;
    color: #FFF !important;
    background-color: #1d7d66 !important;
    border: none !important;
    top: -5px !important;
    font-family: 微软雅黑 !important;
    padding: 1px 13px 3px 13px !important;
    letter-spacing: 0.8px;
}


@media screen and (min-width: 1400px) {
    .honor-con-img1 {
        width: 540px;
    }

    .iproduct-info {
        width: 350px;
        left: 300px;
    }
}

@media screen and (min-width: 1500px) {
    .iproduct-info {
        left: 350px;
    }

    .iproduct-img1 {
        top: 50px;
        left: 100px;
    }

    .iproduct-img2 {
        top: 48px;
        right: 10px;
    }

    .iproduct-img4 {
        right: 120px;
    }

    .iproduct-title3 {
        right: -290px;
    }
}

@media screen and (min-width: 1650px) {
    .iproduct .swiper-wrapper .swiper-slide a {
        transform: scale(0.9);
    }

    .iproduct-info {
        left: 400px;
    }

    .iproduct-img1 {
        top: 75px;
        left: 150px;
    }

    .iproduct-img2 {
        top: 55px;
        right: 25px;
    }

    .iproduct-img4 {
        right: 150px;
    }

    .iproduct-title3 {
        right: -290px;
    }
}

@media screen and (min-width: 1900px) {
    .iproduct .swiper-wrapper .swiper-slide a {
        transform: scale(0.9);
    }

    .iproduct-info {
        left: 450px;
    }

    .iproduct-img1 {
        top: 90px;
        left: 230px;
    }

    .iproduct-img2 {
        top: 60px;
        right: 40px;
    }

    .iproduct-img4 {
        right: 200px;
    }

    .iproduct-title3 {
        right: -290px;
    }
}


@font-face {
    font-family: 'ArmadaMedium';   /*字体名称*/
    src: url('../fonts/ArmadaMedium.ttf'), /*字体源文件*/ url('../fonts/ArmadaMedium.woff') format('woff');
}

@font-face {
    font-family: 'ArmadaLight';   /*字体名称*/
    src: url('../fonts/ArmadaLight.ttf')      /*字体源文件*/
}

@font-face {
    font-family: 'MicrosoftYaheiLight';   /*字体名称*/
    src: url('../fonts/Microsoft-Yahei-UI-Light.ttc');       /*字体源文件*/
}

@font-face {
    font-family: 'CenturyGothic';   /*字体名称*/
    src: url('../fonts/CenturyGothic.ttf') format('truetype');       /*字体源文件*/
}

@font-face {
    font-family: 'avenirnextltpro-regular';   /*字体名称*/
    src: url('../fonts/avenirnextltpro-regular.ttf') format('truetype'), /*字体源文件*/ url('../fonts/avenirnextltpro-regular.woff') format('woff'),
    url('../fonts/avenirnextltpro-regular.svg') format('svg'),
    url('../fonts/avenirnextltpro-regular.eot') format('embedded-opentype');
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.HomeAbout, .HomeProduct, .HomeNews, .HomeContactUs {
    padding: 6.5% 0;
}

.Main {
    max-width: 1200px;
    margin: 0 auto;
}

.HomeTile {
    position: relative;
    text-align: center;
    z-index: 2;
    line-height: 40px;
    margin-bottom: 5%;
}

.HomeTile .en {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    font-family: "Arial";
    font-size: 3.33em;
    color: #ebebeb;
    z-index: -1;
    text-transform: uppercase;
}

.HomeTile .cn {
    font-size: 2.667em;
    color: #666;
    display: inline-block;
    border-bottom: 2px solid rgba(0, 142, 180, 1);
    padding-bottom: 15px;
}

.HomeAbout .divCont {
    position: relative;
}

.HomeAbout .divleft {
    float: left;
    width: 50%;
    padding-bottom: 60px;
}

.HomeAbout .divleft .a_about_more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    border: #585858 1px solid;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 1.167em;
    color: #262626;
}

.HomeAbout .divRight {
    float: right;
    width: 48%;
}

.HomeAbout .divRight .divCont {
    position: relative;
}

.HomeAbout .divRight .divCont img {
    width: 100%;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.HomeTile .cn .red {
    color: rgba(0, 142, 180, 1);
}

.HomeNews .divCont .ulNewslist {
    width: 100%;
}

.HomeNews .divCont .ulNewslist li {
    border: #e0e0e0 1px solid;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 2.96%;
    width: 550px;
    float: left;
    margin: 10px;
}

.HomeNews .divCont .ulNewslist li .time {
    display: block;
    float: left;
    text-align: center;
    color: #acacac;
    border-right: #e0e0e0 1px solid;
    padding-right: 5%;
    line-height: 20px;
}

.HomeNews .divCont .ulNewslist li .time font {
    display: block;
    font-size: 2em;
    color: #636363;
}

.HomeNews .divCont .ulNewslist li a {
    display: block;
    line-height: 40px;
    padding-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-product .list-item {
}

.home-product .list-item li a {
    color: #666;
}

.list-item {
    margin: 10px;
    float: left;
}

.list-item li {
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}

.list-item .img {
    width: 280px;
    padding: 10px;
    border: 1px #ddd solid;
}

.list-item .img img {
    width: 100%;
}

.list-item .name a {
    color: #666;
}


.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 180%;
}

.content p {
    text-indent: 2em;
}

.position {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
}

.position p {
    color: #888;
}

.position p a {
    color: #128cc9;
    margin: 0 5px;
}

.position p a:hover {
    color: #147bbd;
}

.home {
    padding-left: 28px;
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: 24px;
    line-height: 24px;
    display: inline-block;
}

.page-nav {
    padding-top: 10px;
}

.page-nav a {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 10px 10px 0;
    border: 1px #128cc9 solid;
    color: #fff;
    background-color: #128cc9;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-nav a:hover {
    background-color: #12a0e6;
}

.info-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.info-nav {
    text-align: center;
    color: #999;
}

.info-nav span {
    padding: 0 15px;
    font-size: 12px;
}

.img-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-list div {
    padding: 5px;
    width: 285px;
    height: auto;
    overflow: hidden;
    float: left;
}

.img-list div .img-pic {
    width: 100%;
    height: 160px;
}

.img-list div .img-pic img {
    width: 100%;
    height: 160px;
}

.img-list div .img-title {
    font-size: 14px;
    line-height: 240%;
    color: #333333;
    text-align: center;
}

.news-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 360%;
    font-size: 14px;
    border-bottom: 1px solid #dddddb;
}

.news-list li a {
    display: block;
    color: #333333;
}

.news-list li:hover a {
    color: #b78e66;
}

.news-list li span {
    color: #CCCCCC;
    margin-right: 5px;
}

.pagelist {
    padding: 10px 0px 30px;
    text-align: left;
    font-size: 0;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.pagelist li {
    display: inline-block;
}

.pagelist a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    color: #df6c10;
    margin: 0 10px 10px 0;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    zoom: 1;
    -webkit-transition: all 0.1s ease-out;
    -khtml-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.pagelist a:hover, .pagelist li.am-active a {
    color: #fff;
    background: #df6c10;
}

.w1200 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.w1200 .left {
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.w1200 .right {
    float: right;
    width: 870px;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 240%;
}

.part-right-nav {
    background: #fff;
    margin-bottom: 20px;
}

.part-right-nav .nr {
    padding: 20px;
    padding-top: 0;
}

.part-right-nav .nr ul {
    border-top: 1px #dbdbdb dashed;
}

.part-right-nav .nr li {
    border-bottom: 1px #dbdbdb dashed;
    padding-right: 30px;
}
.part-right-nav .nr li.down {
    background-image: url("../images/arrow_down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 15px;
}
.part-right-nav .nr li.up {
    background-image: url("../images/arrow_up.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 15px;
}


.part-right-nav .nr li a {
    display: inline-block;
    height: auto;
    line-height: 24px;
    padding: 15px 0px;
    position: relative;
    font-size: 16px;
}


.sub_list {
    display: none;
    padding: 0 15px;
}
.sub_list > li {
    padding-left: 20px;
    background-image: url("../images/arrow_left.png");
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: auto 10px;
}
.sub_list > li > a {
    display: block !important;
    line-height: 24px !important;
    position: relative !important;
    font-size: 14px !important;
}

.part-right-nav .nr li a .iconfont {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.part-right-nav .nr li .on {
    color: #128cc9;
}

.part-right-nav .nr li .on .iconfont {
    display: block;
}

.bt_01 {
    padding: 20px 0;
}

.bt_01 h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 10px 0 10px;
}

.bt_01 .line {
    border-bottom: 1px #dbdbdb dotted;
    height: 1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 180px;
}

.bt_01 .line i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 2px;
    background: #128cc9;
}

.bt_01 h3 {
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 30px;
    padding: 5px 0;
}

.bt_02 {
    padding: 20px 0 20px;
}

.bt_02 h2 {
    height: 20px;
    line-height: 20px;
    border-left: 5px #128cc9 solid;
    padding-left: 15px;
    font-size: 20px;
}

.bt_02 h2 span {
    font-size: 14px;
    color: #aaa;
    margin-left: 15px;
}

.content img {
    max-width: 100%;
}

.text_box {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.txt-aaa {
    color: #aaa;
}

.mb5 {
    margin-bottom: 5px;
}
