.banIn img {
    display: block;
    width: 100%;
}

.logo_phone h3 span.zxdg {
    font-size: 16px;
    color: #faa50a;
    margin-left: 5px;
  }
/*product*/
.product {
    width: 100%;
    margin: 0 auto;
    background: #FFFFff;
    padding: 0 0 80px;
}

.product_s {
    width: 100%;
    background: #ebf0f5;
}

.product_s ul {
    width: 80%;
    margin: 0 auto;
    background: #fff;
}

.product_s ul li {
    background: #ebf0f5;
    font-size: 14px;
    text-align: center;
    width: 16.387%;
    float: left;
    margin-left: 0.25%;
    line-height: 50px;
    letter-spacing: 1px;
    height: 50px
}

.product_s ul li a {
    color: #0ea29d;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 50px;
    display: inline-block;
    height: 50px;
}

.last_li {
    margin-right: 0 !important;
}

.product_s ul li.actived {
    background: #fff;
}

.TabHide6 {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.TabHide6 > .row {
    width: 80%;
    margin: 0 auto;
}

.TabHide6 > .row .col-lg-9 ul li {
    width: 100%;
    background: #fff;
    color: #4ca3c1;
    cursor: pointer;
}

.TabHide6 > .row .col-lg-9 ul li h4 {
    font-size: 15px;
    line-height: 32px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 300;
}

.TabHide6 > .row .col-lg-9 ul li h4 a {
    color: #0ea29d;
}

.TabHide6 > .row .col-lg-9 ul li h4 a:hover {
    text-decoration: underline;
}

.TabHide6 > .row .col-lg-9 ul li h4 i {
    margin-right: 5px;
    display: inline-block;
    width: 5px;
}

.TabHide6 > .row .col-lg-9 .col-lg-4 {
    padding: 0 10px;
}

.TabHide6 > .row > .col-lg-3 h3 {
    margin-top: 13px;
    font-size: 16px;
    color: #888;
    letter-spacing: 1px;
}

.TabHide6 > .row > .col-lg-3 h2 {
    position: relative;
}

.TabHide6 > .row > .col-lg-3 h2 input {
    text-indent: 5px;
    font-size: 16px;
    width: 82%;
    line-height: 30px;
    border-color: #e6e6e6;
    border-radius: 3px;
}

.TabHide6 > .row > .col-lg-3 h5 {
    width: 100%;
    padding: 20px 0;
}

.TabHide6 > .row > .col-lg-3 h5 span {
    display: inline-block;
    width: 11.11111%;
    text-align: center;
    line-height: 40px;
    color: #666;
    font-weight: 300;
}

.TabHide6 > .row > .col-lg-3 h5 span.active {
    background: #005578;
    color: #fff;
}

.TabHide6 > .row > .col-lg-3 h5 span:hover {
    background: #005578;
    color: #fff;
}

.search_name .nothing {
    display: none !important;
}

.search_name ul {
    width: 97%;
    float: right;
}

.TabHide6 > .row .col-lg-9 ul li ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    width: 100%;
}

.TabHide6 > .row .col-lg-9 ul li ul li a span {
    display: inline-block;
    color: #999;
    line-height: 28px;
    margin-right: 3px;
}

.TabHide6 > .row .col-lg-9 ul li ul li:hover {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(8px);
    -webkit-transform: translate(8px);
    -moz-transform: translate(8px);
    -o-transform: translate(8px);
    -ms-transform: translate(8px);
}

.TabHide6 > .row .col-lg-9 ul li ul li:hover a {
    color: #4ca3c1;
}

.TabHide6 > .row .col-lg-9 ul li ul li:hover span {
    color: #4ca3c1;
}

.TabHide6 > .row > .col-lg-3 h2 img {
    position: absolute;
    top: 5px;
    right: 20%;
    width: 25px;
}

.product .product_w {
    width: 1170px;
    margin: 0 auto;
    padding: 80px 0;
}

.content_x {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #f1f1f1;
}

.content_d {
    width: 100%;
    margin: 0 auto;
}

.content_d .content_z {
    width: 100%;
    margin: 0 auto;
}

.content_z .col-lg-3 {
    padding: 0 5px;
}

.content_d .content_z .content_x {
    margin-bottom: 40px;
}

.content_d .content_z .after {
    content: "";
    clear: both
}

.content_d .content_z .content_x:nth-child(3n) {
    margin-right: 0;
}

.content_d .content_z .content_x .top {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.content_d .content_z .content_x .top img {
    width: 100%;
    height: 100%;
}

.content_d .content_z .content_x .bot {
    width: 100%;
    height: 100px;
    background: #e5e5e5;
    margin-top: -20px;
    position: relative;
    text-align: center;
}

.content_d .content_z .content_x .bot a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.content_d .content_z .content_x .bot a i {
    font-size: 22px;
    color: #0ea29d;
}

.content_d .content_z .content_x .bot a h3 {
    font-size: 16px;
    color: #0ea29d;
    margin: 0 0 8px;
}

.content_d .content_z .content_m {
    text-align: center;
    margin-top: 20px;
}

.mores .more_01 {
    padding-left: 0;
}

.mores .more_03 {
    padding-right: 0;
}

.content_x:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.content_x:hover .bot a {
    background: #0ea29d;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.content_x:hover .bot h3 {
    color: #fff !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.content_x:hover .bot i {
    color: #fff !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product_left {
    position: relative;
    left: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.product_right {
    position: relative;
    right: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*product*/

/*personnel*/
.personnel {
    width: 100%;
    margin: 80px auto;
}

.personnel_title {
    width: 100%;
    margin: 0px auto 50px;
    position: relative;
    top: 300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.personnel_title h6 {
    font-size: 18px;
    color: #999;
    letter-spacing: 3px;
    text-align: center;
    display: none;
}

.personnel_title h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'webfontregular';
    font-weight: bold;
    text-align: center;
}

.personnel .personnel_do {
    width: 70%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.personnel .personnel_do .personnel_left {
}

.personnel .personnel_do .personnel_left h1 {
    color: #0ea29d;
    font-size: 34px;
    margin: 0;
    font-family: 'webfontregular';
    margin-top: 30px;
}

.personnel .personnel_do .personnel_left h1 span {
    color: #999999;
    margin-left: 10px;
}

.personnel .personnel_do .personnel_left h2 {
    color: #333;
    font-size: 22px;
    margin: 10px 0 0 0;
}

.personnel .personnel_do .personnel_left p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 30px 0;
    letter-spacing: 1px;
}

.personnel .personnel_do .personnel_pic {
    padding-right: 5%;
}

.personnel .personnel_do .personnel_pic img {
    width: 100%;
    height: 100%;
}

.personnel .personnel_do .personnel_right {
}

.personnel .personnel_do .personnel_right .article a {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.personnel .personnel_do .personnel_right .article .personnel_logo {
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 3px;
    transform: rotate(-45deg);
    transition: all 0.5s;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.personnel .personnel_do .personnel_right .article:hover .personnel_logo {
    border: 1px solid #17A09B;
    transform: rotate(0);
}

.article h3 {
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 1px;
}

.personnel .personnel_do .personnel_right .article:hover h3 {
    color: #0ea29d;
    transition: all 0.5s;
}

.personnel .personnel_do .personnel_right .article p {
    color: #7F7F7F;
    font-size: 14px;
}

.personnel .personnel_do .personnel_right .more a {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #FDFDFD;
    margin-bottom: 20px;
}

.personnel_us {
    width: 100%;
    background: -webkit-linear-gradient(left, #50bebe 0, #41aaaa 37.5%, #0099cb 80%, #0099cb 100%);
    margin: 0 auto;
    padding: 80px 0 160px;
    overflow: hidden;
}

.personnel_us .personnel_nk {
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

.personnel_us .personnel_nk h1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.personnel_us .personnel_nk p {
    font-size: 12px;
    color: #C6D8E7;
    text-align: center;
}

.personnel_us .personnel_nk ul {
    width: 33.3334%;
    height: 100%;
    float: left;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    top: 0;
    top: 300px;
}

.personnel_us .personnel_nk ul li {
    width: 100%;
    height: 100%;
    padding: 0px 15%;
    margin-bottom: 10px;
    text-align: center;
}

.personnel_nk ul li img {
    display: block;
    margin: 0 auto;
    width: 60px;
}

.personnel_us .personnel_nk ul li h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.personnel_us .personnel_nk ul li span {
    font-size: 16px;
    color: #D2F9FB;
    letter-spacing: 1px;
}

.personnel_us .personnel_nk ul li a {
    display: block;
    font-size: 12px;
    color: #D2F9FB;
    margin-top: 10px;
}

.personnel_us .personnel_nk ul li .iconfont {
    color: #fff;
    font-size: 50px;
}

.personnel_us .personnel_nk ul li .icon {
    font-size: 14px;
}

.personnel_us .personnel_nk .after {
    content: "";
    clear: both;
}

.speech_img {
    float: left;
    width: 90%;
    position: relative;
    border: 3px solid transparent;
}

.speech_img .img {
    position: absolute;
    right: -5%;
    top: 5%;
    height: 90%;
    width: 100%;
    overflow: hidden;
}
.speech_img_phone .img img {
    width: 100%;
}

.speech_con {
    width: 45%;
    float: right;
    padding: 30px 0 20px 0;
}

.speech_cont {
    max-width: 1250px;
    margin: 0px auto;
}

.ab_title_left {
    text-align: left;
}

.speech_text {
    padding-top: 20px;
}

.speech_text .img {
    text-align: right;
    margin-top: 20px;
}

.speech_text div {
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.speech_line_left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #ccc;
}

.speech_line_left:after {
    position: absolute;
    content: '';
    left: 0;
    width: 2px;
    background: #c30813;
    height: 30%;
    top: 35%;
}

.speech_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.speech_line span {
    position: absolute;
    display: inline-block;
    background: #0ea29d;
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -ms-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
}

.speech_line .top {
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.speech_line .right1 {
    bottom: 95%;
    right: 0;
    width: 2px;
    height: 0;
}

.speech_line .right2 {
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0;
    transition-delay: 4s;
    -moz-transition-delay: 4s;
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
}

.speech_line .left {
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    transition-delay: 2s;
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
}

.speech_line .bottom {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition-delay: 3s;
    -moz-transition-delay: 3s;
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
}

.speech_line.active .top, .speech_line.active .bottom {
    width: 100%;
}

.speech_line.active .right1, .speech_line.active .right2 {
    height: 5%;
}

.speech_line.active .left {
    height: 100%;
}

.scrolltop {
    position: relative;
    top: 60px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.join_sec2_box {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.join_sec2_cons {
    padding: 0 15px;
    display: block;
}

.join_sec2_con {
    padding: 30px 30px 60px;
    background: #f5f5f5;
}

.join_sec2_img {
    overflow: hidden;
}

.join_sec2_img img {
    width: 100%;
}

.join_sec2_txt {
    margin-top: 30px;
}

.join_sec2_txt h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
}

.join_sec2_txt h5 {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    letter-spacing: 1px;
}

.join_sec2_btn {
    font-size: 18px;
    color: #0ea29d;
    line-height: 28px;
    margin-top: 50px;
    text-transform: capitalize;
    font-family: 'webfontregular';
}

.join_sec2_btn span {
    float: right;
    color: #fff;
}

.join_sec2 {
    margin-bottom: 80px;
    margin-top: -100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.join_sec2.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.join_sec2_btns {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.join_sec2_btns img {
    width: 100%;
}

.join_sec2_l {
    left: -50px;
}

.join_sec2_r {
    right: -50px;
}

.join_sec1_r, .join_sec1_l {
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.join_sec1_r {
    right: -300px;
}

.join_sec1_l {
    left: -300px;
}

/*personnel*/
/*about*/
.about_sec {
    padding: 80px 0;
}

/*****sec1*******/
.about_sec1 {
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
    width: 78%;
    margin: 0 auto;
}

.about_sec1-h1 {
    position: absolute;
    left: 275px;
    top: 190px;
    font-size: 210px;
    color: #f5f5f5;
}

.about_sec1-left {
    padding-top: 2%;
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.about_sec1-txt h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
    text-transform: uppercase;
    font-family: 'webfontregular';
}

.about_sec1-txt h4 {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
}

.about_sec1-txt span {
    display: block;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    letter-spacing: 1px;
}

.about_sec1-txt h2 {
    float: left;
    font-size: 50px;
    color: #0ea29d;
    margin: 0 15px 0 0;
}

.about_sec1-txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.about_sec1-txt a {
    display: block;
    color: #0ea29d;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'webfontregular';
    margin-top: 50px;
}

.about_sec1-txt .baii {
    width: 30px;
    height: 1px;
    display: block;
    float: left;
    margin: 8px 5px 0 0;
    background: #0ea29d;
}

.about_sec1-right {
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-bottom: 30px;
}

.about_sec1-map {
    position: relative;
    margin: 0 0 0 10%;
}

.about_sec1-map > img {
    width: 100%;
}

.about_sec1-map:hover img {
}

.about_sec1-play {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about_sec1-play img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.about_sec1-right span {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #0ea29d;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    height: 70px;
    line-height: 70px;
    width: 220px;
    text-align: center;
    /* position: absolute; */
    /* left: 50%; */
    margin-left: -110px;
    bottom: -37px;
    z-index: 3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_sec1-right span:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #666;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.about_sec1-right:hover span:after {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 0;
    width: 100%;
    margin-left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*****sec1*******/

.about_sec2 {
    background: url(../images/abSec2bj.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/abSec2bj.jpg', sizingMethod='scale');
    /* height: 520px; */
}

.aboutSec2 {
    width: 78%;
    margin: 0 auto;
}

.aboutSec2Left {
    height: 100%;
    margin-top: -17%;
}

.aboutSec2LBox {
    position: absolute;
    top: -146px;
    width: 100%; /* max-width: 746px; */
}

.aboutSec2img {
    margin-bottom: 20px;
}

.aboutSec2img img {
    display: block;
    height: 100%;
}

.aboutSec2Rtxt {
    margin-left: 10%;
}

.aboutSec2Rtxt h3 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin: 0 auto 20px;
    letter-spacing: 3px;
    display: none;
}

.aboutSec2Rtxt h4 {
    font-size: 42px;
    color: #fff;
    line-height: 24px;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'webfontregular';
}

.aboutSec2Rtxt span {
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #0ea29d;
    margin: 15px 0 30px 0;
}

.aboutSec2Rtxt h6 {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
}

.about_sec3 {
    width: 80%;
    margin: 0 auto;
    padding-top: 120px;
}

.aboutSec3item {
    position: relative;
    margin-bottom: 10px;
}

.aboutSec3img img {
    display: block;
}

.aboutSec3txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(14, 162, 157, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ea29d, endColorstr=#0ea29d);
    padding: 15px 0;
}

.aboutSec3txt h3 {
    margin: 0 20px;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 2px;
    overflow: hidden;
}

.aboutSec3txt h3 span {
    width: 3px;
    height: 100%;
    background: #0ea29d;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.aboutSec3txt h3 b {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.aboutSec3tt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.aboutSec3tt h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 48%;
}

.aboutSec3tt span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #0ea29d;
}

.aboutSec3M {
    margin-bottom: 30px;
}

.about_sec2_swiper {
    height: 600px;
}

.about_sec4 {
    background: #363636;
    padding: 80px;
    position: relative;
    margin: 80px 0;
}

.about_sec4_img {
    margin: 0px 5px;
    overflow: hidden;
}

.about_sec4_img img {
    width: 100%;
    display: block;
}

.about_sec4_img h3 {
    color: #fff;
    text-align: center;
}

.about_sec4:before, .about_sec4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 110px;
    background: #0ea29d;
}

.about_sec4:before {
    top: -85px;
}

.about_sec4:after {
    bottom: -85px;
}

.about_sec4 .index_title h6, .about_sec4 .index_title h2 {
    color: #fff;
}

.about_sec4_btn {
    width: 50px;
    height: 50px;
    background: #0ea29d;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.about_sec4_l {
    left: -65px;
}

.about_sec4_r {
    right: -65px;
}

.about_sec4_box {
    position: relative;
}

.about_sec4_btn img {
    height: 54%;
    margin-top: 24%;
}

.about_sec5_box {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.about_sec5_img {
    padding: 0 50px;
}

.about_sec5_img img {
    width: 100%;
}

.about_sec5_btn {
    background: #B7B7B7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
}

.about_sec5_r {
    right: 0;
}

.about_sec5_l {
    left: 0;
}

.about_sec5_btn img {
    width: 70%;
    margin-top: 8px;
}

.sec2_img {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

.sec2_img img {
    width: 100%;
}

.aboutSec3 .col-lg-6 {
    padding: 0 10px;
}

.about_som .col-lg-6 {
    padding: 0 5px;
}

.about_sec2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.about_sec2.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.aboutSec3img {
    overflow: hidden;
    width: 100%;
}

.aboutSec3img img {
    width: 100%;
}

.aboutSec3img1 img {
    width: 100%;
}

.about_sec_r {
    position: relative;
    right: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.about_sec_l {
    position: relative;
    left: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.about_sec3 .row {
    overflow: hidden;
}

.about_sec4_box {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s .5s;
    -moz-transition: all 1s .5s;
    -ms-transition: all 1s .5s;
    -o-transition: all 1s .5s;
    -webkit-transition: all 1s .5s;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.about_sec4_box.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.content4 {
    overflow: hidden;
}

.renzheng_list, .page-section-title {
    position: relative;
    top: 300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.about_sec4_txt h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 2px;
    margin-top: 25px;
}

.about_sec4_txt h5 {
    font-size: 14px;
    font-family: 'webfontregular';
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 1px;
}

.sec1-txt1 {
    width: 100% !important;
    float: none !important;
}

/*about*/

/** content4 **/
.content4 {
    width: 100%;
    height: auto;
}

.content4 .col-lg-3 {
    width: 25%;
}

.about-right4, .about-left4 {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.about-left4 {
    left: 14px;
}

.about-right4 img, .about-left4 img {
    width: 100%;
}

.swiper-about .renzheng_list {
    padding: 0 20px;
}

.renzheng_list img {
    -webkit-box-shadow: #AFAFAF 8px 8px 15px;
    -moz-box-shadow: #AFAFAF 8px 8px 15px;
    box-shadow: #AFAFAF 8px 8px 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    top: 0;
    position: relative;
}

.renzheng_list p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.page-section-title {
    margin: 50px auto 0;
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
    bottom: -200px;
    opacity: 0;
    border-top: #e6e6e6 1px solid;
}

.page-section-title .miaoshu {
    font-size: 14px;
    display: block;
    width: 70%;
    margin: 0 auto;
    line-height: 26px;
    letter-spacing: 1px;
}

.box-link span {
    z-index: 999;
    position: relative;
}

.box-link {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    text-align: center;
    padding: 9px 0 7px;
    width: 200px;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 26px;
    color: #0ea29d;
    border: solid 1px #0ea29d;
    overflow: hidden;
}

.box-link:hover:after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -o-transform: skewX(0deg) translateX(80%);
    -ms-transform: skewX(0deg) translateX(80%);
    -moz-transform: skewX(0deg) translateX(80%);
    -webkit-transform: skewX(0deg) translateX(80%);
    transform: skewX(0deg) translateX(80%);
}

.box-link:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background: #0ea29d;
    top: 0;
    left: -160%;
    width: 160%;
    height: 110%;
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.page-section-title:hover .box-link {
    color: #0ea29d;
    border: #0ea29d 1px solid;
}

.box-link:hover {
    color: #fff !important;
    border: #0ea29d 1px solid !important;
}

/** content4 **/

/**contact**/
.contact_sec2 {
    padding: 80px 0;
    overflow: hidden;
}

.contact_sec2 .container {
    width: 80%;
}

.cont_l {
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left: -300px;
}

.cont_l h2 {
    font-size: 15px;
    color: #666;
    /* padding-left: 50px; */
    line-height: 24px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
}

.cont_l h2 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 10px 20px 0 0;
    background: #666;
    float: left;
    display: none;
}

.cont_l h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin: 5px 0 10px;
    padding-left: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

.cont_l h4 {
    font-size: 14px;
    color: #666;
    /* padding-left: 30px; */
    line-height: 24px;
    margin: 0;
}

.cont_l h4 span {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 10px 20px 0 0;
    background: #666;
    float: left;
}

.cont-i {
    padding-left: 44px;
    margin: 15px 0;
}

.cont-i i {
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #0ea29d;
    margin-right: 10px;
}

.contact_right {
    width:100%;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    right: -300px;
    margin: 0 auto;
}

.contact_sec2 .container {
    overflow: hidden;
}

.contact_right h2 {
    font-size: 15px;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.contact_right label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact_right form {
    width: 100%;
}

.contact_right input {
    width: 100%;
    height: 40px;
    border: none;
    background: #eee;
    padding-left: 10px;
    font-size: 14px;
}

.form_child .form_left {
    float: left;
    width: 47%;
}

.form_child .form_right {
    float: right;
    width: 47%;
}

.form_child textarea {
    width: 100%;
    border: none;
    background: #eee;
    height: 150px;
    padding: 15px 10px;
    font-size: 14px;
}

.form_child {
    margin-bottom: 20px;
}

input[type="checkbox"] {
    margin: 0px 0 0;
    width: auto;
    height: auto;
    display: inline-block;
}

.form_tj {
    font-family: 'italiannoregular';
}

.check_box label {
    display: inline-block;
    padding-left: 10px;
}

.form_tj {
    display: block;
    background: #0ea29d;
    color: #fff;
    height: 35px;
    width: 100px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    margin-top: 30px;
    font-family: 'webfontregular';
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_sec3 {
    padding: 80px 0;
    overflow: hidden;
}

.contact_sec3 .container {
    width: 80%;
}

.contact_list_title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0ea29d;
}

.mapp {
    display: none;
}

.contact_list i {
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    margin: 20px auto;
}

.contact_list {
    text-align: center;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
    top: 300px;
}
/*.contact_list.active{
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 0px;
}*/
.contact_sec3 .container {
    overflow: hidden;
}

.sec4_box {
    position: relative;
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
    background: url("../images/sec4_bg.png") center center no-repeat fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/sec4_bg.png', sizingMethod='scale');
}

.sec4_box.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.sec4_font {
    width: 100%;
}

.sec4_font h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 11px;
    font-weight: 600;
    margin: 0;
    font-family: 'webfontregular';
    display: none;
}

.sec4_font h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 14px;
    font-weight: 600;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-family: 'webfontregular';
}

.sec4_font h4 {
}

.sec4_font h4 a {
    display: block;
    font-size: 16px;
    position: relative;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.sec4_font h4 i {
    background: #fff;
    height: 3px;
    position: absolute;
    width: 30px;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sec4_font h4:hover i {
    width: 80px;
    margin-left: -40px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.xian {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sec4_font h4:hover .xian {
    width: 80px;
    margin-left: -40px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_list p {
    font-size: 14px;
}

.contact_list p span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.contact_list .contact_btn {
    width: 250px;
    height: 50px;
    background: #e6e6e6;
    margin: 30px auto 10px;
    padding: 5px;
}

.contact_list .contact_btn_bt {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    color: #998c64;
    font-size: 15px;
    text-align: center;
    background: #e6e6e6;
    border: 1px #eff0ee solid;
}

.index_title {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    top: 300px;
}

/**contact**/
/*newsdot.html*/
.newsdot_sec1 {
    margin: 80px 0 0;
}

.newsdot_sec1_box {
    width: 70%;
    margin: 0 auto;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 0 120px 80px;
}

.newsdot_sec1_top h5 {
    color: #0ea29d;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}

.newsdot_sec1_top h3 {
    color: #333;
    text-align: center;
    font-size: 22px;
}

.newsdot_sec1_img {
    margin: 30px 0;
    position: relative;
}

.newsdot_sec1_img img {
    width: 100%;
}

.newsdot_sec1_img h5 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0 20px 20px 0;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.newsdot_sec1_txt h3 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.newsdot_sec1_txt h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.newsdot_sec1_txt h4 {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px 0;
}

.newsdot_sec1_txt h5 {
    color: #666;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    font-weight: 100;
    letter-spacing: 1px;
    word-break: break-word;
}

.newsdot_sec1_txt h5 span {
    color: #0ea29d;
    text-decoration: underline;
}

.newsdot_sec1_con {
    margin-top: 50px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.newsdot_sec1_con h5 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.newsdot_sec1_btn {
    text-align: center;
    margin-top: 50px;
}

.newsdot_sec1_btn a {
    display: inline-block;
    height: 72px;
    width: 214px;
    text-align: center;
    color: #0ea29d;
    border-radius: 36px;
    line-height: 72px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #0ea29d;
}

.newsdot_sec1_bottom {
    margin: 160px -201px 0;
    border-left: 1px solid #0ea29d;
    padding: 0 50px;
}

.newsdot_sec1_bottom h5 {
    margin-top: 0;
    color: #0ea29d;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 1px;
}

.newsdot_sec1_bottom h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.newsdot_din {
    position: fixed;
    top: 45%;
    width: 13%;
    display: block;
    display: none;
    z-index: 999;
}

.newsdot_din_left {
    left: 0;
}

.newsdot_din_right {
    right: 0;
}

.newsdot_din_img {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 90px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.newsdot_din_left .newsdot_din_img {
    float: left;
}

.newsdot_din_right .newsdot_din_img {
    float: right;
}

.newsdot_din_img i {
    font-size: 30px;
    color: #666;
    line-height: 80px;
}

.newsdot_din_left .newsdot_din_txt {
    margin-left: 100px;
    padding-top: 10px;
}

.newsdot_din_right .newsdot_din_txt {
    margin-right: 100px;
    padding-top: 10px;
}

.newsdot_din_txt h4 {
    margin: 0;
    font-size: 12px;
    color: #0ea29d;
}

.newsdot_din_txt h3 {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    margin: 5px 0;
    letter-spacing: 1px;
}

.newsdot_din_txt h3 span {
    font-family: 'webfontregular';
    font-weight: bold;
}

.newsdot_din_txt h5 {
    margin: 0;
    font-size: 12px;
    color: #666;
    font-family: 'webfontregular';
    letter-spacing: 1px;
}

.newsdot_din_con {
    position: absolute;
    background: #fff;
    width: 600px;
    top: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.newsdot_din_left .newsdot_din_con {
    left: -600px;
}

.newsdot_din_right .newsdot_din_con {
    right: -600px;
}

.newsdot_din_left:hover .newsdot_din_con {
    left: 0;
}

.newsdot_din_right:hover .newsdot_din_con {
    right: 0px;
}

.newsdot_din_image {
    width: 240px;
}

.newsdot_din_text {
    width: 360px;
    padding: 40px 20px 0;
}

.newsdot_din_left .newsdot_din_text, .newsdot_din_left .newsdot_din_image {
    float: left;
}

.newsdot_din_right .newsdot_din_text, .newsdot_din_right .newsdot_din_image {
    float: right;
}

.newsdot_din_text > h4 {
    margin: 0;
    font-size: 16px;
    color: #0ea29d;
    letter-spacing: 1px;
}

.newsdot_din_text > h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    letter-spacing: 1px;
}

.newsdot_din_text h3 span {
    font-family: 'webfontregular';
}

.newsdot_din_text > h5 {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: 'webfontregular';
}

.newsdot_din_btn h6 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    text-transform: uppercase;
    width: 90px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    padding-top: 10px;
}

/*newsdot.html*/

.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

/***** technical.html *****/
.technical_sec {
    padding: 80px 0;
}

.technical_sec_box {
    width: 80%;
    margin: 0 auto;
}

.technical_sec1_li {
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 50px;
}

.technical_sec1_img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.technical_sec1_img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.technical_sec1_word {
    width: 100%;
    padding: 80px;
}

.technical_sec1_word h3 {
    width: 100%;
    margin: 0;
    font-size: 16px;
}

.technical_sec1_word h3 span {
    font-size: 14px;
    line-height: 24px;
    color: #0ea29d;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.technical_sec1_word h2 {
    font-size: 24px;
    color: #000;
    font-weight: bolder;
    margin: 10px 0 40px 0;
}

.technical_sec1_word h5 {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    letter-spacing: 1px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.technical_sec1_word h5 span {
    margin-right: 5px;
    color: #0ea29d;
}

.technical_sec1_qie {
    width: 100%;
}

.technical_sec1_qie span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.technical_sec1_qie span.actived {
    border: 2px solid #0ea29d;
    color: #0ea29d;
}

.technical_sec1_qie span img {
    display: block;
    width: 20px;
    margin-top: 60%;
}

.technical_sec1_li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.technical_sec1_li {
    position: relative;
    right: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.technical_sec1_li1 {
    right: inherit;
    left: -300px;
}

/***** technical.html *****/

/***** prodetails.html *****/
.prodetails_sec {
    padding: 80px 0;
    padding-top: 150px;
}

.prodetails_sec_box {
    width: 78%;
    margin: 0 auto;
}

.prodetails_swiper {
    width: 100%;
    margin: 0 auto;
}

.prodetails_swiper_img {
    width: 100%;
}

.prodetails_swiper_img img {
    display: block;
    width: 100%;
}

.prodetails_sec2_li {
    width: 100%;
    padding-left: 20px;
}

.prodetails_sec2_li img {
    display: block;
    width: 100%;
}

.prodetails_sec2_word {
    width: 100%;
    padding-left: 30px;
}

.prodetails_sec2_word ul h3 {
    font-size: 18px;
    color: #333;
}

.prodetails_sec2_word ul li {
    font-size: 15px;
    color: #333;
    padding-left: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.prodetails_sec2_word ul li span {
    font-family: Arial, Helvetica, sans-serif;
}

.prodetails_sec2_h61 {
    margin-top: 30px;
    color: #999;
    font-size: 12px;
}

.prodetails_sec2_h62 {
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
}

.prodetails_ul {
    overflow: hidden;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}

.prodetails_ul li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.prodetails_ul li span {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
}

.prodetails_ul li a {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
}

.prodetails_sec3_li {
    position: relative;
    width: 100%;
}

.prodetails_sec3_img {
    width: 100%;
    overflow: hidden;
}

.prodetails_sec3_img img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.prodetails_sec3_position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(14, 162, 157);
    z-index: 999;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.prodetails_sec3_li:hover .prodetails_sec3_position {
    background: rgba(14, 162, 157, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.prodetails_sec3_li:hover .prodetails_sec3_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.prodetails_sec3_position {
    padding: 60px 40px;
}

.prodetails_sec3_position h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}

.prodetails_sec3_position h5 {
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    height: 110px;
    color: #fff;
    margin-top: 30px;
}

.prodetails_sec3_position .jiantou {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: 50px;
}

.jiantou img {
    display: block;
    width: 20px;
    margin: 5px auto 0;
}

.prodetails_sec3_list .col-lg-4 {
    padding: 0 8px;
}

/***** prodetails.html *****/

/*news*/
.news_sec1_con {
    padding: 0 10px;
}

.public_btn {
    margin-top: 50px;
    margin-bottom: 20px;
}

.public_btn span {
    display: inline-block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    background: #0ea29d;
    border-radius: 20px;
}

.news_sec {
    margin: 80px 0;
}

.news_sec1_box {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.news_sec1_item {
    display: block;
    background: #fff;
}

.news_sec1_img {
    overflow: hidden;
}

.news_sec1_img img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_sec1_item:hover .news_sec1_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news_sec1_txt {
    padding: 15px 30px 30px;
    background: #f7f7f7;
}

.news_sec1_txt h3 {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}

.news_sec1_txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    text-overflow: ellipsis;
}

.news_sec1_swiper {
    margin-left: 0;
    width: 120%;
}

.news_sec1_swiper.active {
    overflow: hidden;
}

.news_sec1_item1 {
    display: block;
    background: #F7F7F7;
    overflow: hidden;
}

.news_sec1_item1:first-child {
    margin-bottom: 20px;
}

.news_sec1_images {
    width: 38.1%;
    float: left;
    height: 100%;
    overflow: hidden;
}

.news_sec1_images img {
    height: 100%;
    margin-left: 50%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.news_sec1_item1:hover .news_sec1_images img {
    transform: scale(1.1);
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
}

.news_sec1_text {
    width: 61.9%;
    float: left;
}

.newSec1Tp {
    padding: 30px 30px;
    background: #f7f7f7;
}

.news_sec1_text h5 {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_sec1_text h3 {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_sec1_text h6 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_sec1_text .public_btn {
    margin-top: 40px;
}

.news_sec1_btn {
    width: 85px;
    height: 85px;
    text-align: center;
    background: #fff;
    z-index: 5;
    border: 1px solid #0ea29d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.news_sec1_btn span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 22px;
    border-radius: 50%;
    background: #0ea29d;
}

.news_sec1_btn span i {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
}

.news_sec1_btnR {
    border-right: 0;
    right: 0;
}

.news_sec1_btnL {
    border-left: 0;
    left: 0;
    display: none;
}

.news_sec2_box {
    background: #005155;
    padding-left: 10%;
    overflow: hidden;
}

.news_sec2_left {
    width: 45%;
    float: left;
    padding-top: 80px;
}

.news_sec2_left ul {
    margin: 0;
    padding-left: 60px;
}

.news_sec2_left ul a {
    display: block;
}

.news_sec2_left ul h3 {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.news_sec2_img {
    width: 50px;
    position: absolute;
    top: 0;
    left: -60px;
}

.news_sec2_img img {
    width: 100%;
}

.news_sec2_xian {
    width: 90px;
    height: 2px;
    background: #fff;
    margin-bottom: 15px;
}

.news_sec2_left ul h5 {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_sec2_left ul li {
    margin-bottom: 60px;
}

.news_sec2_left ul li:last-child {
    margin: 0;
}

.news_sec2_right {
    width: 55%;
    float: left;
}

.news_sec2_right img {
    width: 100%;
}

.news_sec3_con {
    display: block;
}

.news_sec3_img {
    overflow: hidden;
}

.news_sec3_img img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_sec3_con:hover .news_sec3_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news_sec3_txt {
    border: 1px solid #D3D3D3;
    border-top: 0;
    padding: 30px;
}

.news_sec3_box {
    width: 70%;
    margin: 0 auto;
}

.news_sec3_txt h3 {
    color: #333;
    font-size: 18px;
    margin-top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1px;
    line-height: 22px;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_sec3_con:hover .news_sec3_txt h3 {
    color: #0ea29d;
}

.news_sec3_txt h4 {
    font-size: 14px;
    color: #666;
    font-family: 'webfontregular';
    margin-top: 20px;
}

.news_sec3_txt h5 {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    letter-spacing: 1px;
}

.news_sec3_xian {
    height: 1px;
    margin-top: 25px;
    background: #D3D3D3;;
}

.news_sec3_txt .public_btn {
    text-align: left;
}

.news_sec2 {
    overflow: hidden;
}

.news_sec2_all {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: url(../images/news3-1.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/news3.jpg', sizingMethod='scale');
}

.news_sec2_all .span1 {
    display: block;
    width: 2px;
    height: 83px;
    background: #0ea29d;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: -300px;
}

.news_sec2_all .span2 {
    display: block;
    width: 2px;
    height: 83px;
    background: #0ea29d;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: -300px;
}

.newSec2Con {
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    text-align: center;
}

.news_sec2_all_img {
    width: 55px;
    margin: 30px auto 10px;
}

.news_sec2_all_img img {
    display: block;
    width: 100%;
}

.news_sec2_all h2 {
    display: block;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 30px 0 10px;
    font-family: 'webfontregular';
    text-transform: uppercase;
    font-weight: bold;
}

.news_sec2_all p {
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 10px;
    font-style: normal;
    letter-spacing: 0px;
}

.news_sec2_all a {
    display: inline-block;
    text-align: center;
    border: 1px solid #AC1E23;
    width: 200px;
    font-size: 13px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
    position: relative;
    background-color: #AC1E23;
    color: #fff;
    font-family: 'FontAwesome';
}

.news_sec2_all a .span01 {
    display: block;
    width: 20%;
    height: 1px;
    background: #7B0004;
    position: absolute;
    left: -10%;
    top: 22px;
    padding: 0;
}

.news_sec2_all a .span02 {
    display: block;
    width: 20%;
    height: 1px;
    background: #7B0004;
    position: absolute;
    top: 22px;
    left: 90%;
    padding: 0;
}

.news_sec3_txt .public_btn {
    text-align: left;
}

.news_sec1 {
    position: relative;
}

.news_sec1_text .public_btn {
    margin-bottom: 0;
}

.news_sec1, .news_sec2 {
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.news_sec1.active, .news_sec2.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.news_sec3_con {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
    top: 300px;
}

/*news*/

/*jobdot*/
.jobdot {
    width: 60%;
    margin: 0px auto 80px;
}

.jobcon {
    width: 100%;
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.jobcon_bt {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 20px
}

.jobcon_bt p {
    line-height: 30px;
}

.jobtopcon {
    width: 100%;
    height: auto;
}

.jobtopcon_tit {
    font-size: 20px;
    color: #333;
    width: auto;
    height: 35px;
    line-height: 30px;
    border-bottom: 1px #ddd dotted;
    text-align: left;
    margin-top: 30px;
}

.zpnrbody {
    width: auto;
    border-bottom: 1px #ddd dotted;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
}

.zpnrbodynr {
    width: 220px;
    height: 50px;
    float: left;
    margin-right: 4px;
}

.zpnrbodynrs {
    width: auto;
    height: auto
}

.zpnrbodynrsz {
    height: 25px;
    line-height: 25px;
    float: left;
    color: #666;
}

.zpnrbodynrsy {
    float: right;
    height: 25px;
    line-height: 25px;
}

.jobbottom {
    overflow: hidden;
    float: left;
    margin-top: 20PX;
}

.jobconleft {
    float: left;
}

.zwzpnr {
    margin-top: 30px;
}

.jobconleft p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.zwzpn {
    margin: 0 auto;
    padding-top: 20px;
    line-height: 25px;
}

.scwj {
    margin-top: 20px;
    padding-top: 5px;
}

.scwjz {
    line-height: 25px;
    color: #0ea29d;
    font-size: 18px;
    margin-bottom: 20px;
}

.scwjy {
    overflow: hidden;
}

.test {
    border: none;
    float: left;
}

.InputButton {
    float: left;
    border: none;
    background: #0ea29d;
    font-size: 14px;
    text-align: center;
    width: 70px;
    color: #fff;
    line-height: 28px;
}

.scwjyz {
    width: 235px;
    height: auto;
    float: left;
    line-height: 25px
}

.scwjyy {
    width: 85px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.job_back {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.job_back_con {
    text-align: center;
    display: block;
    width: 120px;
    line-height: 35px;
    background: #0ea29d;
    color: #fff;
    margin: 0 auto;
}

.job_back_con a {
    color: #fff;
}

.job_back02 {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.job_back02_con {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 1px solid #0255a5;
    padding: 3px;
    margin: 0 auto;
}

.job_back02_con a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #0056a9;
    display: block;
}

.job_back02_con:hover {
    transition: color .6s, border-color .6s, background-color .6s;
    border: 1px solid #000;
}

.job_back02_con a:hover {
    background: #000;
    transition: color .6s, border-color .6s, background-color .6s;
}

.job_box {
    padding-top: 80px;
}

/*jobdot*/

/*prodotnew*/
.proNew_sec1 {
    padding: 180px 0 50px;
}

.proNs1 {
    width: 80%;
    margin: 0 auto;
}

.proNs1L {
    margin-right: 10%;
}

.proNs1L h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin: 50px auto 30px;
}

.proNs1L h6 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 16px auto;
}

.proNs1M {
    width: 420px;
    margin: 0 auto;
}

.proNs1R {
    overflow: hidden;
    margin-top: 30px;
}

.proNs1R table {
    width: 100% !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.proNs1R table tr th {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding: 5px 10px;
}

.proNs1R table tr td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    padding: 5px 10px;
}

.proNew_sec2 {
    background: #222;
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
}

.proNs2L {
    float: left;
    width: 60%;
}

.proNs2L img {
    display: inline-block;
    width: 100%;
}

.proNs2R {
    float: right;
    width: 40%;
    height: 100%;
    position: relative;
    padding: 7%;
}

.proNs2Rpadding {
    padding: 80px;
}

.proNs2Rpadding h3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 30px auto;
}

.proNs2Rpadding h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto;
    color: #fff;
}

.proNew_sec3 {
    padding: 80px 0;
}

.proNs3con {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.proNs3con img {
    width: 100%;
    display: inline-block;
}

.proNs3txt {
    text-align: center;
}

.proNs3txt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    margin: 0;
}

.proNs3txt h4 {
    font-size: 24px;
    color: #666;
    line-height: 30px;
    margin: 20px auto;
}

.proNs3txt h6 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 30px 10%;
}

.proNew_sec4 {
    position: relative;
    width: 94%;
    margin: 0 auto;
}

.proNs4img img {
    width: 100%;
}

.proNs4txt {
    position: absolute;
    left: 10%;
    top: 35%;
}

.proNstxt {

}

.proNstxt b {
    display: block;
    color: #666;
}

.proNstxt h3 {
    font-size: 32px;
    color: #333;
    line-height: 50px;
    margin-top: 10px;
}

.proNstxt p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 50px;
    letter-spacing: 0px;
}

.proNstxt a {
    color: #333;
    display: inline-block;
    padding: 16px 23px;
    position: relative;
    transition: border 0s ease-out;
    font-size: 14px;
}

.proNstxt .button__arrow {
    margin-left: 10px;
}

.proNstxt .button__arrow .arrow {
    height: 7px;
    width: 67px;
    margin-left: 14px;
}

.proNstxt .button__text, .button__arrow {
    display: inline-block;
}

.proNstxt .button__border-top-1, .proNstxt .button__border-bottom-1, .proNstxt .button__border-top-2, .proNstxt .button__border-bottom-2 {
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    transition: width 0s;
}

.proNstxt .button__border-top-1 {
    height: 1px;
    width: 100%;
    right: 0;
    top: 0;
}

.proNstxt .button__borders span {
    background-color: #999;
    position: absolute;
}

.proNstxt button__border-top-2 {
    height: 1px;
    width: 0;
    left: 0;
    top: 0;
}

.proNstxt .button__border-right-1, .proNstxt .button__border-left-1, .proNstxt .button__border-right-2, .proNstxt .button__border-left-2 {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.proNstxt .button__border-right-1 {
    height: 100%;
    width: 1px;
    bottom: 0;
    right: 0;
}

.proNstxt .button__border-right-2 {
    height: 0;
    width: 1px;
    right: 0;
    top: 0;
}

.proNstxt .button__border-bottom-1 {
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.proNstxt .button__border-bottom-2 {
    height: 1px;
    width: 0;
    bottom: 0;
    right: 0;
}

.proNstxt .button__border-left-1 {
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
}

.proNstxt .button__border-left-2 {
    height: 0;
    width: 1px;
    bottom: 0;
    left: 0;
}

.proNstxt .button:hover .button__border-top-1, .proNstxt .button:hover .button__border-bottom-1 {
    -webkit-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    -moz-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    width: 0;
}

.proNstxt .button:hover .button__border-top-2, .proNstxt .button:hover .button__border-bottom-2 {
    -webkit-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    -moz-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    width: 100%;
}

.proNstxt .button:hover .button__border-right-1, .proNstxt .button:hover .button__border-left-1 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    height: 0;
}

.proNstxt .button:hover .button__border-right-2, .proNstxt .button:hover .button__border-left-2 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    height: 100%;
}

.proNstxt .button:hover .button__border-top-1, .proNstxt .button:hover .button__border-bottom-1 {
    -webkit-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    -moz-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    width: 0;
}

.proNstxt .button:hover .button__border-top-2, .proNstxt .button:hover .button__border-bottom-2 {
    -webkit-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    -moz-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    width: 100%;
}

.proNstxt .button:hover .button__border-right-1, .proNstxt .button:hover .button__border-left-1 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    height: 0;
}

.proNstxt .button:hover .button__border-right-2, .proNstxt .button:hover .button__border-left-2 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    height: 100%;
}

.proNs0txt b {
    display: block;
    color: #ccc;
}

.proNs0txt h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 50px;
    margin-top: 10px;
}

.proNs0txt p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.proNs0txt a {
    color: #e5e5e5;
    display: inline-block;
    padding: 16px 23px;
    position: relative;
    transition: border 0s ease-out;
    font-size: 14px;
}

.proNs0txt .button__arrow {
    margin-left: 10px;
}

.proNs0txt .button__arrow .arrow {
    height: 7px;
    width: 67px;
    margin-left: 14px;
}

.proNs0txt .button__text, .button__arrow {
    display: inline-block;
}

.proNs0txt .button__border-top-1, .proNs0txt .button__border-bottom-1, .proNs0txt .button__border-top-2, .proNs0txt .button__border-bottom-2 {
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    transition: width 0s;
}

.proNs0txt .button__border-top-1 {
    height: 1px;
    width: 100%;
    right: 0;
    top: 0;
}

.proNs0txt .button__borders span {
    background-color: #999;
    position: absolute;
}

.proNs0txt button__border-top-2 {
    height: 1px;
    width: 0;
    left: 0;
    top: 0;
}

.proNs0txt .button__border-right-1, .proNs0txt .button__border-left-1, .proNs0txt .button__border-right-2, .proNs0txt .button__border-left-2 {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.proNs0txt .button__border-right-1 {
    height: 100%;
    width: 1px;
    bottom: 0;
    right: 0;
}

.proNs0txt .button__border-right-2 {
    height: 0;
    width: 1px;
    right: 0;
    top: 0;
}

.proNs0txt .button__border-bottom-1 {
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.proNs0txt .button__border-bottom-2 {
    height: 1px;
    width: 0;
    bottom: 0;
    right: 0;
}

.proNs0txt .button__border-left-1 {
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
}

.proNs0txt .button__border-left-2 {
    height: 0;
    width: 1px;
    bottom: 0;
    left: 0;
}

.proNs0txt .button:hover .button__border-top-1, .proNs0txt .button:hover .button__border-bottom-1 {
    -webkit-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    -moz-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    width: 0;
}

.proNs0txt .button:hover .button__border-top-2, .proNs0txt .button:hover .button__border-bottom-2 {
    -webkit-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    -moz-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    width: 100%;
}

.proNs0txt .button:hover .button__border-right-1, .proNs0txt .button:hover .button__border-left-1 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    height: 0;
}

.proNs0txt .button:hover .button__border-right-2, .proNs0txt .button:hover .button__border-left-2 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    height: 100%;
}

.proNs0txt .button:hover .button__border-top-1, .proNs0txt .button:hover .button__border-bottom-1 {
    -webkit-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    -moz-transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    transition: width cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.255s;
    width: 0;
}

.proNs0txt .button:hover .button__border-top-2, .proNs0txt .button:hover .button__border-bottom-2 {
    -webkit-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    -moz-transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    transition: width 0.255s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.285s;
    width: 100%;
}

.proNs0txt .button:hover .button__border-right-1, .proNs0txt .button:hover .button__border-left-1 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.255s;
    height: 0;
}

.proNs0txt .button:hover .button__border-right-2, .proNs0txt .button:hover .button__border-left-2 {
    -webkit-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    -moz-transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    transition: height 0.285s cubic-bezier(0.215, 0.61, 0.355, 1) 0.546s;
    height: 100%;
}

.proNew_sec5 {
    position: relative;
    width: 94%;
    margin: 10px auto 50px;
}

.proNs5img img {
    width: 100%;
}

.proNs5txt {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 60%;
}

.proNs5txt h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 30px auto 0;
    color: #fff;
}

.proNs5txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.proNew_sec6 {
    position: relative;
}

.proNs6img img {
    width: 100%;
}

.proNs6txt {
    position: absolute;
    left: 10%;
    top: 80px;
    overflow-y: scroll 
}

.proNs6txt h3 {
    font-size: 26px;
    line-height: 40px;
    margin: 30px auto 0;
    color: #333;
}

.proNs65txt h6 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.pro6_text p {
    margin: 0;
    line-height: 36px;
}

.pro6_text {
    margin-top: 20px !important;
    width:65%;
}

.pro6_text p span {
    margin-right: 5px;
    display: block;
    float: left;
    color: #309db4;
}

.youshi1_box1 {
    /* background: #333; */
    padding: 0 0 30px 0;
    overflow: hidden;
}

.youshi1_box1 .container {
    position: relative;
    bottom: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.youshi1_box1 b {
    display: block;
    color: #ccc;
    text-align: center;
}

.youshi1_box1 h3 {
    color: #333;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.youshi1_box1 p {
    color: #666;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.youshi1_box1 a {
    color: #0EA49F;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px;
}

/*prodotnew*/

/*prodotnew1*/
.pro1_sec1 {
    background: #f8f8f8;

}

.pro1_sec_box {
    width: 90%;
    margin: 0 auto;
}

.module-page-intro .title-wrapper svg.title {
    font-family: "flamasc-ul";
}

.module-page-intro .title-wrapper svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.module-page-intro .title-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.module-page-intro .background-image {
    position: absolute;
    width: 1280px;
    height: 800px;
    bottom: 0;
    left: 50%;
    margin-left: -640px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 100;
}

.module-page-intro {
    height: 680px;
    background-color: #f8f8f8;
    position: relative;
    /* overflow: hidden; */
    background-size: 100%;
}

#ggr_main_container {
    position: relative;
    background-color: #fff;
    z-index: auto;
}

.module-easier-1-page-intro .grid, .module-easier-1-page-intro .route, .module-easier-1-page-intro .pins {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom !important;
}

.module-page-intro .container {
    position: relative;
    height: 100%;
}

.module-easier-1-page-intro .route {
    background: transparent url(../images/bgd-module-easier-1-route.jpg) no-repeat;
}

.module-easier-1-page-intro .grid {
    background: transparent url(../images/bgd-module-easier-1-grid.jpg) no-repeat;
}

.module-easier-1-page-intro .pins {
    top: -50px;
    background: transparent url(../images/bgd-module-easier-1-pins.png) no-repeat;
}

.module-page-intro .body {
    position: absolute;
    opacity: 0;
    bottom: 74px;
    margin: 0 20%;
    width: 60%;
    font-size: 18px;
    line-height: 24px;
    color: #323237;
    text-align: center;
    z-index: 200;
    font-weight: normal;
}

.module-easier-10-12-network-sos-service-staff {
    position: relative;
    background: #323237;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.module-easier-10-12-network-sos-service-staff .row .network {
    background-color: #3c3c42;
}

.module-easier-10-12-network-sos-service-staff .row .content {
    width: 80%;
    margin: 0 auto;
}

.module-easier-10-12-network-sos-service-staff .row p {
    margin-bottom: 0;
}

.pro1_sec2_box .cotainer-fluid .content {

    text-align: center;
    padding: 120px 40px;
}

.pro1_sec2_box .cotainer-fluid .content h2, .pro1_sec2_box .cotainer-fluid .content p {
    color: #fff;
}

.pro1_sec2_box .cotainer-fluid .content h2 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 10px;
}

.pro1_sec2_box .cotainer-fluid .content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    font-family: 'webfontregular';
    letter-spacing: 1px;
}

.summary-craft {
    background: #fff;
    text-align: center;
    position: relative;
}

.summary-craft .abs-text {
    width: 80%;

    margin: 0 auto
}

.niu-font1 {
    font-size: 30px;
    color: #5c6670;
}

.m1-common_box1 {

    z-index: 999;
    position: relative;
}

.m1-common .content1 {
    font-size: 16px;
    line-height: 30px;
    color: #5c6670;
    margin-top: 10px;
    letter-spacing: 2px;
}

.m1-common a.link {
    font-size: 14px;
    display: block;
    line-height: 32px;
    color: #0ea29d;
    margin-top: 20px;
    letter-spacing: 2px;
}

.section .icon-right {
    font-size: 12px;
}

.icon-right:before {
    content: "\276f";
}

.pro1_sec3_box {
    padding: 80px 0px 0;
}

.pro1_sec3_img {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.pro1_sec3_img img {
    width: 100%
}

.module-easier-5-swap-and-go {

    text-align: center;
    width: 100%;
    overflow: hidden;
}

.pro1_sec4 {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: url(../images/module-easier-5.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/module-easier-5.jpg', sizingMethod='scale');
}

.pro1_sec4 .pro4_text {
    margin-top: 120px;
}

.pro1_sec4 .pro4_text .niu-font2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.pro1_sec4 .pro4_text .content1 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 2px;
    text-align: center;
}

.pro1_sec4 .pro4_text .link {
    font-size: 14px;
    display: block;
    line-height: 32px;
    color: #0ea29d;
    margin-top: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.pro1_sec5_box .vertical-center-container {

    width: 100%;
    display: table;
}

.module-easier-4-all-you-can-ride .powerloop_icon {
    margin-bottom: 60px;
    background: url(../images/icon-powerloop.png) no-repeat 0 0;
    width: 100px;
    height: 46px;
    background-size: contain;
}

.module-easier-4-all-you-can-ride .desktop .descriptions {

    margin-bottom: 14px;
}

.module-easier-4-all-you-can-ride .description.battery p {
    margin-bottom: 14px;
}

.module-easier-4-all-you-can-ride .battery-protect-word {
    font-size: 12px;
    color: #C1C1C3;
    margin-top: 14px;
    margin-bottom: 14px;
}

.module-easier-4-all-you-can-ride .desktop .battery-go-station-toggle a {
    color: #323237;
    margin-right: 10px;
    border: none;
}

.module-easier-4-all-you-can-ride .desktop .battery-go-station-toggle a.inactive {
    color: #c1c1c3;
}

.partnership p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 28px
}

.partnership .logo.logo-panasonic {
    width: 105px;
    height: 16px;
}

.pro1_sec5_box {
    padding: 80px 0;
}

.pro1_sec5_box .battery h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px;
}

.pro1_sec5_box .battery p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px
}

.pro1_sec5_box .battery p.battery-protect-word {
    font-size: 12px
}

.font-w5 .battery {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.font-w5 .inactive {
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    margin-left: 10px
}

.powerloop {
    padding: 8% 8% 0 21%;
}

.pro1_sec5_img img {
    width: 100%
}

/*prodotnew1*/
.about_sec1_h6 {
    display: none;
}



/*3.8*/
.contact_list_title span{
        margin: 0 10px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact_list_title{
    text-align: left;
}




/*3-13*/
.contact_text{
    text-align:left;
}
.contact_text h2{
    font-size: 20px;
    color:#333;
    margin-top:30px;
    margin-bottom:15px;
}
.contact_text h3{
    font-size:15px;
    color:#666;
    margin:0;
    line-height:28px;
}
.contact_text h3 span{
    font-weight:bold;
}

.products_search{

}
.products_search h3{
    
display: inline-block;
    
font-size: 14px;
    
margin: 0;
    
letter-spacing: 1px;
    
color: #999;
    
margin-right: 10px;
}
.products_search h2{
    
display: inline-block;
    
margin: 0;
}
.products_search h2 input{
    
text-indent: 5px;
    
font-size: 14px;
    
width: 200px;
    
line-height: 25px;
    
border-color: #e6e6e6;
    
border-radius: 3px;
}
.products_search h2 img{
    
width: 28px;
    
vertical-align: bottom;
}
.products_search h5{
    
display: inline-block;
}
.products_search h5 span{
    
line-height: 25px;
    
display: inline-block;
    
width: 25px;
    
text-align: center;
    
color: #666;
    
font-weight: 300;
    
cursor: pointer;
}
.products_search h5 i{
    
font-style: normal;
    
font-size: 12px;
    
letter-spacing: 1px;
    
color: #999;
    
margin-left: 10px;
    
vertical-align: middle;
    
margin-bottom: 5px;
    
display: inline-block;
}
.products_search h5 span:hover{
        background: #0ea29d;
    color: #fff;
}
.products_search h4{
    
display: inline-block;
    
font-size: 14px;
    
margin: 0;
    
letter-spacing: 1px;
    
color: #999;
    
margin-right: 10px;
}
.products_search_bot{
    
margin-bottom: 30px;
    
background: #f7f7f7;
    
padding: 0 20px;
}
/**********2.7***********/

/*prodotnew1*/
.pro1_sec1{
    background: #f8f8f8;


}
.pro1_sec_box{
    width: 90%;
    margin: 0 auto;
}

.module-page-intro .title-wrapper svg.title {
    font-family: "flamasc-ul";
}
.module-page-intro .title-wrapper svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.module-page-intro .title-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.module-page-intro .background-image {
    position: absolute;
    width: 1280px;
    height: 800px;
    bottom: 0;
    left: 50%;
    margin-left: -640px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 100;
}
.module-page-intro {
    height:680px;
    background-color: #f8f8f8;
    position: relative;
    /* overflow: hidden; */
    background-size: 100%;
}
#ggr_main_container {
    position: relative;
    background-color: #fff;
    z-index: auto;
}
.module-easier-1-page-intro .grid, .module-easier-1-page-intro .route, .module-easier-1-page-intro .pins {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom!important;
}
.module-page-intro .container {
    position: relative;
    height: 100%;
}
.module-easier-1-page-intro .route {
    background: transparent url(../images/bgd-module-easier-1-route.jpg) no-repeat;
}

.module-easier-1-page-intro .grid {
    background: transparent url(../images/bgd-module-easier-1-grid.jpg) no-repeat;
}
.module-easier-1-page-intro .pins {
    top: -50px;
    background: transparent url(../images/bgd-module-easier-1-pins.png) no-repeat;
}
.module-page-intro .body {
    position: absolute;
    opacity: 0;
    bottom: 74px;
    margin: 0 20%;
    width: 60%;
    font-size: 18px;
    line-height: 24px;
    color: #323237;
    text-align: center;
    z-index: 200;
    font-weight: normal;
}
.module-easier-10-12-network-sos-service-staff {
    position: relative;
    background: #323237;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.module-easier-10-12-network-sos-service-staff .row .network {
    background-color: #3c3c42;
}
.module-easier-10-12-network-sos-service-staff .row .content {
    width: 80%;
    margin: 0 auto;
}
.module-easier-10-12-network-sos-service-staff .row p {
    margin-bottom: 0;
}
.pro1_sec2_box .cotainer-fluid .content{

    text-align: center;
    padding: 120px 40px;
}


.pro1_sec2_box .cotainer-fluid .content h2,.pro1_sec2_box .cotainer-fluid .content p{
    color: #fff;
}
.pro1_sec2_box .cotainer-fluid .content h2{
    font-size:24px;
    font-weight: 100;
    margin-bottom: 10px;
}
.pro1_sec2_box .cotainer-fluid .content p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    font-family: 'webfontregular';
    letter-spacing: 1px;
}
.summary-craft {
    background: #fff;
    text-align: center;
    position: relative;
}
.summary-craft .abs-text {
    width: 80%;

    margin:0 auto
}
.niu-font1 {
    font-size: 30px;
    color: #5c6670;
}

.m1-common_box1{

    z-index: 999;
    position: relative;
}


.m1-common .content1 {
    font-size: 16px;
    line-height: 30px;
    color: #5c6670;
    margin-top: 10px;
    letter-spacing: 2px;
}
.m1-common a.link {
    font-size: 14px;
    display: block;
    line-height: 32px;
    color: #00b4dc
;
    margin-top: 20px;
    letter-spacing: 2px;
}
.section .icon-right {
    font-size: 12px;
}
.icon-right:before {
    content: "\276f";
}
.pro1_sec3_box{
    padding: 80px 0px 0;
}
.pro1_sec3_img{
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.pro1_sec3_img img{
    width: 100%
}

.module-easier-5-swap-and-go {

    text-align: center;
    width: 100%;
    overflow: hidden;
}

.pro1_sec4{
    width:100%;
    height:360px;
    overflow:hidden;
    background:url(../images/module-easier-5.jpg) no-repeat center center fixed;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/module-easier-5.jpg',  sizingMethod='scale');
}
.pro1_sec4 .pro4_text{
    margin-top:120px;
}
.pro1_sec4 .pro4_text .niu-font2{
    font-size:30px;
    color:#fff;
    text-align:center;
}

.pro1_sec4 .pro4_text .content1{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 2px;
    text-align:center;
}
.pro1_sec4 .pro4_text .link{
    font-size: 14px;
    display: block;
    line-height: 32px;
    color: #00b4dc
;
    margin-top: 20px;
    letter-spacing: 2px;
    text-align:center;
}
.pro1_sec5_box .vertical-center-container {

    width: 100%;
    display: table;
}
.module-easier-4-all-you-can-ride .powerloop_icon {
    margin-bottom: 60px;
    background: url(../images/icon-powerloop.png) no-repeat 0 0;
    width: 100px;
    height: 46px;
    background-size: contain;
}
.module-easier-4-all-you-can-ride .desktop .descriptions {

    margin-bottom: 14px;
}
.module-easier-4-all-you-can-ride .description.battery p {
    margin-bottom: 14px;
}
.module-easier-4-all-you-can-ride .battery-protect-word {
    font-size: 12px;
    color: #C1C1C3;
    margin-top: 14px;
    margin-bottom: 14px;
}
.module-easier-4-all-you-can-ride .desktop .battery-go-station-toggle a {
    color: #323237;
    margin-right: 10px;
    border: none;
}
.module-easier-4-all-you-can-ride .desktop .battery-go-station-toggle a.inactive {
    color: #c1c1c3;
}
.partnership p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 28px
}
.partnership .logo.logo-panasonic {
    width: 105px;
    height: 16px;
}
.pro1_sec5_box{
    padding: 80px 0;
}
.pro1_sec5_box .battery h2{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px;
}
.pro1_sec5_box .battery p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px
}
.pro1_sec5_box .battery p.battery-protect-word{
    font-size: 12px
}
.font-w5 .battery{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.font-w5 .inactive{
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    margin-left: 10px
}
.powerloop{
    padding: 8% 8% 0 21%;
}
.pro1_sec5_img img{
    width: 100%
}
/*prodotnew1*/

/* download */
.products_nav {
    padding: 30px;
    background: #f9f9f9;
}
.products_nav_search {
    width: 100%;
    margin-bottom: 10px;
}
.products_nav_search span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.products_nav_search p {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.products_nav_search p input {
    width: 100%;
    height: 32px;
    padding: 10px;
    border: 1px solid #eaeaea;
}



.products_nav_search img {
    position: absolute;
    right: 1px;
    top: 5px;
}
.products_nav_con {
    width: 100%;
}
.products_nav_list {
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.products_nav_list h5 a {
    color: #37b1ad;
}
.products_nav_list.on {
    border-bottom: 1px solid #333;
}
.products_nav .box-link {
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 20px;
}
.box-link {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    text-align: center;
    padding: 9px 0 7px;
    width: 200px;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 26px;
    color: #0ea29d;
    border: solid 1px #0ea29d;
    overflow: hidden;
}
.file {
    margin-bottom: 24px;
    border: 1px solid #eaeaea;
}
.file .file_img {

}
.file .file_img img { width:100%;
}
.file .file_info {
    border-top: 1px solid #eaeaea;
    height: 92px;
}
.file .file_name {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 2px;
}
.file .file_time {
    text-align: center;
    color: #999;
}
.file .file_download {
    text-align: center;
    color: #c7c7c7;
    font-size: 14px;
}
.file .download_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff url("../images/down2.jpg") center/cover no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 2px;
    position: relative;
}
.file a:hover .file_download {
    color: #48b1b1;
}
.file a:hover .download_icon {
    background: #fff url("../images/down1.jpg") center/cover no-repeat;
}
.explore-more {
    margin: 50px 0;
}
.explore-more a.box-link {
    display: block;
    margin: auto;
}


.index_sec2_absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 120px;
    height: 64px;
}
.index_sec2_absolute h5 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 50px
}
.index_sec2_absolute h2 {
    font-size: 36px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.index_sec2_absolute span {
    display: block;
    width: 120px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
}
.index_sec2_absolute span i {
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/playauto.png') no-repeat center center;
    background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/playauto.png', sizingMethod='scale');
    margin-top: 17px;
    margin-left: 50px;
    float: left;
}


/*about*/
.about1_videotk{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.8);
    display: none;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    z-index: 99999;
}
.about1_videotk .about1_videotbox{
    width: 930px;
    position: absolute;
    left: 50%;
    top: 200px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about1_videotk .about1_videotbox video{
    width: 100%
}
.about1_videotk .about1_videotbox img{
    width: 40px;
    position: absolute;
    right: -40px;
    top: -40px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    cursor: pointer;
}
.about1_videotk .about1_videotbox img:hover{
    background: #ccc
}
.about_sec_l>.aboutSec3item .aboutSec3txt h3 span{
    height: 60px;
}



@media(max-width: 1700px) {
    .technical_sec1_word {
        padding: 60px;
    }
    .about_sec2 {
        height: 470px;
    }
    .aboutSec2Rtxt h6 {
        line-height: 24px;
    }
}
@media(max-width: 1600px) {
    .about_sec1_h6 {
        display: none;
    }
    .about_sec1-txt a {
        display: block;
    }
    .aboutSec3txt h3 b {
        line-height: 18px;
    }
    .technical_sec1_img img {
        width: 110%;
        margin-left: -5%;
    }
    .news_sec3_box {
        width: 78%;
    }
    .news_sec1_text h6 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media(max-width: 1440px) {
    .about_sec1-txt h3 {
        margin-top: 0;
    }
    .about_sec1-left {
        padding-top: 0;

    }
    .sec2_img img {
        width: 114%;
        margin-left: -7%;
    }
    .content_d .content_z .content_x .bot {
        height: 120px;
    }
    .content_d .content_z .content_x .bot a h3 {
        line-height: 24px;
    }
    .technical_sec1_img img {
        width: 120%;
        margin-left: -10%;
    }
    .technical_sec1_li_h5 {
        display: none!important;
    }
    .page-section-title .miaoshu {
        width: 100%;
    }
    .prodetails_sec2_word ul li {
        padding: 10px 0;
    }
    .prodetails_sec3_position {
        padding: 30px 40px;
    }
    .prodetails_sec3_position h3 {
        font-size: 16px;
    }
    .prodetails_sec3_position h5 {
        line-height: 26px;
        height: 76px;
    }
    .prodetails_sec3_position {
        padding: 30px 20px;
    }
    .newsdot_sec1_box {
        padding: 0 70px 80px;
    }
    .about_sec2 {
        height: 480px;
    }
    .aboutSec2Rtxt span {
        margin: 15px 0 20px 0;
    }
}
@media(max-width: 1366px) {
    .about_sec2 {
        height: auto;
    }
    .aboutSec2Left {
        margin-top: -19%;
    }
    .technical_sec1_img img {
        width: 130%;
        margin-left: -15%;
    }
    .aboutSec2Rtxt span {
        margin: 15px 0 15px 0;
    }
    .aboutSec2Rtxt h6 {
        font-size: 13px;
    }
    .aboutSec2Rtxt {
        margin-left: 5%;
    }
}
@media(max-width: 1340px){
    .prod_header_menu {
    
    left: 0%;
}
}
@media(max-width: 1280px) {
    .technical_sec1_img img {
        width: 136%;
        margin-left: -18%;
    }
    .aboutSec3txt h3 {
        font-size: 16px;
    }
    .aboutSec3txt h3 span {
        margin-top: 6px;
    }
}















@media (max-width: 1700px) {
    .technical_sec1_word {
        padding: 60px;
    }

    /* .about_sec2 {
        height: 470px;
    } */

    .aboutSec2Rtxt h6 {
        line-height: 20px;
    }
}

@media (max-width: 1600px) {
    .about_sec1_h6 {
        display: none;
    }

    .about_sec1-txt a {
        display: block;
    }

    .aboutSec3txt h3 b {
        line-height: 18px;
    }

    .technical_sec1_img img {
        width: 110%;
        margin-left: -5%;
    }

    .news_sec3_box {
        width: 78%;
    }

    .news_sec1_text h6 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media(max-width: 1550px){
    .about_sec1-txt h3 {
    font-size: 24px;
    margin-top: 0;
}
.about_sec1-txt a {
    margin-top: 0;
}

}
@media (max-width: 1440px) {
    .about_sec1-txt h3 {
        margin-top: 0;
        font-size: 22px;
    }

    .aboutSec2Rtxt {
        margin-left: 5%;
    }

    .about_sec1-left {
        padding-top: 0;

    }

    .sec2_img img {
        width: 114%;
        margin-left: -7%;
    }

    .content_d .content_z .content_x .bot {
        height: 120px;
    }

    .content_d .content_z .content_x .bot a h3 {
        line-height: 24px;
    }

    .technical_sec1_img img {
        width: 120%;
        margin-left: -10%;
    }

    .technical_sec1_li_h5 {
        display: none !important;
    }

    .page-section-title .miaoshu {
        width: 100%;
    }

    .prodetails_sec2_word ul li {
        padding: 10px 0;
    }

    .prodetails_sec3_position {
        padding: 30px 40px;
    }

    .prodetails_sec3_position h3 {
        font-size: 16px;
    }

    .prodetails_sec3_position h5 {
        line-height: 26px;
        height: 76px;
    }

    .prodetails_sec3_position {
        padding: 30px 20px;
    }

    .newsdot_sec1_box {
        padding: 0 70px 80px;
    }

    /* .about_sec2 {
        height: 480px;
    } */

    .aboutSec2Rtxt span {
        margin: 15px 0 20px 0;
    }
}

@media (max-width: 1366px) {
    /* .about_sec2 {
        height: 450px;
    } */

    .aboutSec2Left {
        margin-top: -19%;
    }

    .technical_sec1_img img {
        width: 130%;
        margin-left: -15%;
    }

    .aboutSec2Rtxt span {
        margin: 15px 0 15px 0;
    }

    .aboutSec2Rtxt h6 {
        font-size: 13px;
    }

    .aboutSec2Rtxt {
        margin-left: 5%;
    }
    .about_sec1-map {
   
    margin: 0 0 0 0%;
}
}

@media (max-width: 1280px) {
    .technical_sec1_img img {
        width: 136%;
        margin-left: -18%;
    }

    .aboutSec3txt h3 {
        font-size: 16px;
    }

    .aboutSec3txt h3 span {
        margin-top: 6px;
    }
}
@media(max-width: 1240px){
    .about_sec1-txt h3 {
    margin-top: 0;
    font-size: 21px;
}
}
@media (max-width: 768px) {
    .about_sec {
        padding: 50px 0;
    }

    .about_sec1 {
        width: 94%;
    }

    .index_title {
        margin-bottom: 30px;
    }

    .about_sec1-txt h3 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .about_sec1-txt h4 {
        font-size: 14px;
        margin: 0;
        line-height: 21px;
        text-align: center;
    }

    .aboutSec2 {
        width: 94%;
        margin: 0 auto;
    }

    .aboutSec2Right {
        margin-top: 10px;
    }

    .aboutSec2Rtxt h4 {
        font-size: 18px;
        margin: 0;
    }

    .aboutSec2Rtxt h6 {
        font-size: 12px;
        line-height: 21px;
        margin: 5px 0;
    }

    .aboutSec2Rtxt span {
        margin: 4px 0 4px 0;
    }
/* 
    .about_sec2 {
        height: 676px;
    } */

    .index_sec3_box {
        width: 96%;
    }

    .about_sec3 {
        width: 94%;
    }

    .about_sec3 .row {
        margin: 0 -4px;
    }

    .aboutSec3 .col-lg-6 {
        padding: 0 4px;
    }

    .aboutSec3txt {
        position: static;
        padding: 8px 0;
    }

    .aboutSec3txt h3 {
        font-size: 14px;
        margin: 0;
    }

    .aboutSec3txt h3 span {
        height: 15px;
        margin: 10px 5px 0;
    }

    .aboutSec3txt h3 b {
        font-size: 12px;
        letter-spacing: 1px;
        margin-left: 12px;
        display: inline-block;
    }

    .aboutSec3 .about_som .col-lg-6 {
        padding: 0 4px;
        float: left;
        width: 50%;
    }

    .about_sec4 {
        margin: 0 auto;
    }

    .about_sec4_box.visible-xs {
        position: relative;
        width: 133%;
        margin: 0;
    }

    .about_sec4_txt h3 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 14px;
    }

    .about_sec4_swiper2 {
        position: relative;
        overflow: inherit;
        left: -12%;
    }

    .about_sec4_btn2 {
        width: 40px;
        height: 40px;
        background: #0ea29d;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 9;
    }

    .cult_swiper {
        position: relative;
    }

    .about-right6, .about-left6 {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 9;
    }

    .about_sec4_r2 {
        right: 24.5%;
        width: 26px;
    }

    .about_sec4_l2 {
        left: 0;
        width: 23px;
    }

    .about_sec4_btn2 img {
        width: 22px;
        vertical-align: middle;
        margin-top: 9px;
    }

    .about_sec4_r2 img {
        width: 22px;
        vertical-align: middle;
        margin-top: 9px;
    }

    .about_sec4:before, .about_sec4:after {
        content: none;
    }

    .about_sec5_box {
        width: 100%;
        padding: 0;
    }

    .about-left4 {
        left: -21px;
    }

    .about-right4 {
        right: 16%;
    }

    .renzheng_list p {
        font-size: 12px;
        margin-top: 9px;
    }

    .content4.visible-xs {
        width: 120%;
        margin: 0;
        padding-bottom: 20px;
    }

    .swiper-about2 {
        position: relative;
        overflow: initial;
        left: 6%;
        float: left;
    }

    .swiper-about2 .swiper-slide {
        padding: 0 4px;
    }

    .content4 .col-lg-3 {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .page-section-title {
        margin-top: 30px;
    }

    .contact_sec2 {
        padding: 50px 0 40px;
    }

    .contact_sec2 .container {
        width: 94%;
        padding: 0;
    }

    .cont_l h2 {
        padding-left: 0;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .cont_l h3 {
        font-size: 14px;
        padding-left: 50px;
        letter-spacing: 1px;
        margin-bottom: 5px;
        line-height: 10px;
    }

    .cont_l h4 {
        padding-left: 0;
        margin-top: 20px !important;
    }

    .cont-i {
        padding-left: 0;
    }

    .contact_right {
        margin-left: 0;
        margin-top: 10px;
    }

    .cont-i i {
        font-size: 14px;
        color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        background: #0ea29d;
        margin-right: 10px;
    }

    .contact_right h2 {
        font-size: 14px;
        margin-top: 0;
        line-height: 22px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .contact_right label {
        display: block;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .contact_right input {
        font-size: 12px;
    }

    .sec4_box {
        padding: 70px 0;
    }

    .sec4_font h2 {
        font-size: 16px;
        letter-spacing: 8px;
    }

    .sec4_font h3 {
        width: 100%;
        font-size: 18px;
        margin-left: 10px;
        letter-spacing: 10px
    }

    .sec4_font h4 a {
        font-size: 15px;
    }

    .contact_sec3 {
        padding: 40px 0 10px;
    }

    .contact_sec3 .container {
        width: 90%;
        padding: 0;
    }

    .contact_sec3 .col-lg-3 {
        width: 50%;
        float: left;
        margin-bottom: 14px;
    }

    .contact_list_title {
        font-size: 15px;
        margin-bottom: 6px;
        font-weight: bold;
    }

    .contact_list i {
        display: block;
        width: 1px;
        height: 10px;
        background: #000;
        margin: 5px auto;
    }

    .contact_list p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .contact_list p span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .job_box {
        padding-top: 40px;
    }

    .jobdot {
        width: 90%;
        margin: 0px auto 40px;
    }

    .personnel_us {
        width: 100%;
        background: -webkit-linear-gradient(left, #50bebe 0, #41aaaa 37.5%, #0099cb 80%, #0099cb 100%);
        margin: 0 auto;
        padding: 40px 0 135px;
        overflow: hidden;
    }

    .personnel .personnel_do .personnel_left p {
        color: #666;
        font-size: 12px;
        line-height: 21px;
        margin: 9px 0 18px 0;
        letter-spacing: 1px;
    }

    .join_sec2_con {
        padding: 10px 10px 20px;
        background: #f5f5f5;
    }

    .join_sec2_txt {
        margin-top: 15px;
    }

    .join_sec2_txt h3 {
        font-size: 15px;
        color: #333;
        line-height: 21px;
        letter-spacing: 1px;
        font-weight: bold;
        margin: 10px 0 5px;
    }

    .personnel .personnel_do .personnel_right .article p {
        color: #7F7F7F;
        font-size: 12px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        line-height: 21px;
    }

    .zwzpnr {
        margin-top: 0;
    }

    .uploadImgInput {
        width: 75%;
    }

    .job_back {
        padding-top: 0;
    }

    .zpnrbodynr {
        width: 50%;
        margin-right: 0;
    }

    .zpnrbodynrs .zpnrbodynrsz {
        width: 50% !important;
    }

    .personnel {
        width: 100%;
        margin: 40px auto;
    }

    .jobdot {
        width: 94% !important;
    }

    .personnel_title h2 {
        font-size: 16px;
        margin-top: 5px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .personnel_title {
        margin-bottom: 30px;
    }

    .personnel .personnel_do {
        width: 94%;
    }

    .personnel .personnel_do .personnel_left h1 {
        font-size: 16px;
        /*margin-top: 253px;*/
    }

    .personnel .personnel_do .personnel_left h2 {
        color: #333;
        font-size: 16px;
        margin: 7px 0 0 0;
    }

    .personnel .personnel_do .personnel_right .article .personnel_logo {
        margin-left: 2px;
    }

    .personnel_us .personnel_nk {
        width: 94%;
    }

    .personnel_us .personnel_nk ul li h2 {
        font-size: 14px;
        margin: 10px 0 4px;
    }

    .personnel {
        width: 100%;
        margin: 30px auto;
    }

    .personnel_nk ul li img {
        display: block;
        margin: 0 auto;
        width: 35px;
    }

    .personnel_us .personnel_nk ul li {
        padding: 0px 0px;
    }

    .box-link-join {
        margin-top: 0 !important;
        width: 150px;
    }

    .speech_img.scrolltop {
        height: 240px !important;
    }

    .personnel_us .personnel_nk ul li span {
        font-size: 12px;
    }

    .last-img {
        margin-top: 14px !important;
    }

    .join_sec2_txt h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 5px 0;
    }

    .join_sec2 {
        margin-bottom: 40px;
        margin-top: -120px;
    }

    .join_sec2_box {
        width: 90%;
    }

    .join_sec2_l {
        left: -21px;
        width: 28px;
        height: 28px;
    }

    .join_sec2_r {
        right: -21px;
        width: 28px;
        height: 28px;
    }

    .jobconleft p {
        font-size: 13px;
        color: #666;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .zpnrbodynr2 {
        height: 25px;
    }

    .jobtopcon_tit {
        font-size: 18px;
    }

    .zpnrbody {
        width: auto;
        border-bottom: 1px #ddd dotted;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    .news_sec {
        margin: 50px 0 0;
    }

    .news_sec1_box {
        padding-bottom: 0;
        padding: 0;
        width: 94%;
        margin: 0 auto;
    }

    .news_sec1_btn span {

        width: 25px;
        height: 26px;
        margin-top: 2px;
    }

    .news_sec1_btn {
        width: 40px;
        height: 40px;
        padding-top: 5px;
        background: transparent;
        border: none;
    }

    .news_sec2_all h2 {
        font-size: 18px;
        margin: 5px 0 0;
        line-height: 32px;
    }

    .news_sec2_all p {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
        line-height: 14px;
    }

    .news_sec2_all {
        padding-bottom: 30px;
        padding: 50px 0;
    }

    .news_sec3_box {
        width: 94%;
        margin-bottom: 30px;
    }

    .news_sec3_box .col-lg-4 {
        margin-bottom: 10px;
    }

    .newsdot_sec1 {
        margin: 40px 0;
    }

    .newsdot_sec1_box {
        width: 94%;
        padding: 0;
        border: none;
    }

    .newsdot_sec1_con {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        padding: 10px 0;
    }

    .newsdot_sec1_txt p img {
        width: 100%;
    }

    .box-link-newsdot {
        margin-top: 30px !important;
        line-height: 24px;
    }

    .prodetails_sec {
        padding: 50px 0;
    }

    .prodetails_sec_box {
        width: 94%;
        margin: 0 auto;
    }

    .prodetails_sec2_li {
        padding-left: 0;
    }

    .prodetails_sec2 {
        margin-top: 0px;
    }

    .prodetails_sec2_word {
        padding-left: 0;
    }

    .prodetails_sec3_list .col-lg-4 {
        margin-bottom: 10px;
    }

    .prodetails_sec3_position h3 {
        min-height: 17px;
        line-height: 21px;
        font-size: 14px;
    }

    .prodetails_sec3_position .jiantou {
        margin-top: 20px;
    }

    .prodetails_sec3_position {
        position: static;
    }

    .proNew_sec1 {
        padding: 102px 0 0px;
    }

    .proNs1 {
        width: 94%;
        margin: 0 auto;
    }

    .proNs1M {
        width: 100%;
        margin: 0 auto;
    }

    .youshi1_box1 h3 {
        font-size: 16px;
        margin: 15px 0 6px;
    }

    .youshi1_box1 a {
        font-size: 12px;
        margin-top: 13px;
    }

    .youshi1_box1 p {
        color: #666;
        font-size: 14px;
        text-align: center;
        letter-spacing: 2px;
    }

    .proNs2L {
        float: none;
        width: 100%;
    }

    .proNs2R {
        float: none;
        width: 94%;
        margin: 0 auto;
        padding: 20px 0 50px;
        text-align: center;
    }

    .proNs0txt h3 {
        font-size: 16px;
        margin: 9px 0 1px;
        text-align: center;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .proNs0txt p {
        font-size: 12px;
        text-align: center;
        margin: 10px 0 0px;
        line-height: 19px;
    }

    .proNs0txt a {
        margin: 23px auto 0;
        padding: 5px 12px;
    }

    .proNew_sec3 {
        padding: 0;
    }

    .proNs0txt b {
        text-align: center;
    }

    .proNs3con {
        width: 94%;
        margin: 0 auto;
        position: relative;
    }

    .proNstxt h3 {
        font-size: 16px;
        color: #333;
        line-height: 21px;
        margin-top: 7px;
        font-weight: 100;
    }

    .proNstxt p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .proNs4txt {
        position: static;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .proNew_sec4 .proNstxt b {
        text-align: center;
    }

    .proNew_sec4 .proNstxt h3 {
        text-align: center;
    }

    .proNew_sec4 .proNstxt p {
        text-align: center;
    }

    .proNs4txt a {
        margin: 0 26%;
    }

    .proNs5txt {
        position: static;
        width: 90%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 15px;
    }

    .proNew_sec5 .proNs0txt h3 {
        color: #333;
    }

    .proNew_sec5 .proNs0txt p {
        color: #333;
    }

    .proNew_sec5 .button .button__text {
        color: #333;
    }

    .proNs6txt {
        position: static;
        width: 94%;
        height: 100%;
        padding: 7%;
        margin: 0 auto;
    }

    .proNew_sec6 .proNstxt b {
        text-align: center;
    }

    .proNew_sec6 .proNstxt h3 {
        text-align: center;
    }

    .pro6_text {
        width: 100%;
        margin-top: 15px !important;
    }

    .module-page-intro .body {
        top: 80px !important;
        width: 90%;
        margin: 0 auto;
    }

    .niu-font1 {
        font-size: 16px;
        color: #5c6670;
        text-align: center;
    }

    .m1-common .content1 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

   .pro1_sec2_box .cotainer-fluid .content {
    text-align: center;
    padding: 40px 0px;
    width: 94%;
}
.summary-craft .abs-text {
    width: 94%;
}

    .pro1_sec2_box .cotainer-fluid .content h2 {
        font-size: 16px;
    }

    .pro1_sec2_box .cotainer-fluid .content p {
        font-size: 14px;
        line-height: 20px;
    }

    .pro1_sec3_box {
        padding: 40px 0px 0;
    }

    .pro1_sec4 .pro4_text {
        margin-top: 50px;
    }

    .pro1_sec4 .pro4_text .niu-font2 {
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

    .module-page-intro {
        height: 420px;
    }

    .module-page-intro .background-image {
        width: 900px;
        height: 545px;
        left: 103%;
    }

    .pro1_sec4 {
        height: 200px;
    }

    .pro1_sec5_box {
        padding: 40px 0;
    }

    .powerloop {
    padding: 0;
}
    .m1-common a.link {
        text-align: center;
    }

    .module-easier-4-all-you-can-ride .powerloop_icon {
        margin: 0 auto 30px;
    }

    .product {
        padding: 50px 0;
    }

    .product .product_w {
        width: 94%;
        padding-bottom: 50px;
    }

    .product .product_w .product_right {
        display: none;
    }

    .product .product_w .product_left {
        width: 100%;
        padding-right: 0;
    }

    .product .product_w .product_left h2 {
        font-size: 16px;
        margin: 0;
    }

    .product .product_w .product_left p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    #product .row {
        margin: 0 -4px;
    }

    #product .row .col-lg-4 {
        float: left;
        width: 50%;
        padding: 0 4px;
    }

    .more_04 {
        width: 100% !important;
    }

    .more_04 .suosou {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .mores .click .hides {
        top: 34px;
    }

    .click {
        height: 35px;
        line-height: 35px;
    }

    .click a span {
        height: 35px;
        margin-left: 14px;
        font-size: 12px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .click a i {
        margin-right: 17px;
        font-size: 12px;
        line-height: 34px;
    }

    .product .product_w .product_left h1 {
        font-size: 18px;
        margin: 9px 0 10px;
    }

    .content_d .content_z {
        width: 100%;
        margin: 0 auto;
    }

    .content_z .col-lg-3 {
        padding: 0px 4px;
        float: left;
        width: 50%;
    }

    .content_d .content_z .content_x .bot a {

        padding: 8px;
    }

    .mores {
        margin-bottom: 15px;
        width: 94%;
    }

    .mores .more_01, .mores .more_03 {
        padding: 0;
    }

    .mores .col-lg-3 {
        padding: 0;
        margin-bottom: 10px;
        float: left;
        width: 50%;
        padding: 0 4px;
    }

    .mores .col-lg-3 .box-link {
        width: 100%;
        font-size: 13px;
        line-height: 14px;
    }

    .content_d .content_z .content_x {
        margin-bottom: 10px;
    }

    .technical_sec {
        padding: 40px 0;
    }

    .technical_sec_box {
        width: 94%;
        margin: 0 auto;
    }

    .technical_sec1_word {
        padding: 15px;
    }

    .technical_sec1_word h2 {
        font-weight: 100;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .technical_sec1_word h5 {
        line-height: 21px;
        font-size: 12px;
    }

    .fenye {
        margin-top: 30px !important;
    }

    .news_sec3_con .news_sec3_txt {
        padding: 15px 15px 10px;
    }

    .box-link-news {
        width: 124px;
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px !important;
    }

    .box-link-tech {
        width: 124px;
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px !important;
    }

    .technical_sec1_li {
        margin-bottom: 10px;
    }

    .technical_sec1_qie {
        text-align: center;
    }

    .about_sec1-txt a {
        margin: 30px 0;
    }

    .about_sec1-txt span {
        margin: 14px auto 0;
    }

    .about_sec1-txt h2 {
        font-size: 35px;
        margin: 0 10px 0 0;
    }

    .about_sec1-txt span p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .about_sec1-txt h6 {
        font-size: 12px;
        line-height: 21px;
        margin-top: 5px;
    }

    .about_sec1-map {
        margin: 0;
    }

    .about_sec1-right span {
        display: none;
    }
    .index_sec2_absolute, .index_sec2_absolute span {
        width: 50px;
        height: 30px;
    }
    .index_sec2_absolute span {
        display: block;
    }
    .index_sec2_absolute span i {
        margin-left: 15px;
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
    .product_s ul li.actived {
        background: #0ea29d;
        border: none;
    }
    .product_s ul li.actived a {
        color: #fff;
    }
    .sec2_img img {
        width: 100%;
        margin-left: 0%;
    }

    .aboutSec2Left {
        margin-top: 0%;
    }

    .aboutSec2Rtxt {
        margin-left: 0%;
    }

    .aboutSec2Right {
        margin-top: 10px;
    }

    .aboutSec2Rtxt h3 {
        font-size: 16px;
        line-height: 21px;
        margin: 0 auto 10px;
        letter-spacing: 2px;
    }

    .page-section-title span p {
        font-size: 12px;
        line-height: 21px;
    }

    .page-section-title {
        width: 94%;
        margin: 0 auto;
        text-align: left;
        padding-top: 20px;
    }

    .about-right4 img, .about-left4 img {
        width: 24px;
    }

    .renzheng_list img {
        -webkit-box-shadow: #AFAFAF 0px 1px 75px;
        -moz-box-shadow: #AFAFAF 0px 1px 75px;
        box-shadow: #AFAFAF 0px 1px 75px;

    }

    .content_d .content_z .content_x .bot a h3 {
        line-height: 20px;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: left;
    }

    .content_d .content_z .content_x .bot a h3 i {
        font-size: 12px;
        display: inline-block !important;
        margin-left: 10px;
    }

    .content_d .content_z .content_x .bot a {

        padding: 10px;
    }

    .content_d .content_z .content_x .bot {
        height: 98px;
    }

    .prodetails_sec2_word ul li {
        padding: 7px 0;
        font-size: 12px;
        line-height: 21px;
    }

    .prodetails_sec3_list .row {
        margin: 0;
    }

    .prodetails_sec3_list .col-lg-4 {
        padding: 0;
    }

    .prodetails_sec3_position h5 {
        line-height: 21px;
        height: 83px;
        margin: 5px 0;
        font-size: 12px;
    }

    .prodetails_sec3_position .jiantou {
        width: 29px;
        height: 29px;
        padding: 5px;
        margin-top: 12px;
    }

    .jiantou img {
        display: block;
        width: 15px;
        margin: 2px auto 0;
    }

    .news_sec1_btn span i {
        font-size: 19px;
        color: #fff;
        line-height: 27px;
    }

    .news_sec1_con {
        padding: 0;
        position: relative;
    }

    .news_sec1_txt h3 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 21px;
    }

    .news_sec1_txt {
        padding: 15px;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
    }

    .newsdot_sec1_txt h4 {
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        margin: 10px 0 30px;
    }

    .newsdot_sec1_txt h5 {
        font-size: 12px;
        line-height: 21px;

    }

    .news_sec1_txt h3 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 21px;
        height: auto;
        color: #fff;
    }

    .news_sec1_txt h6 {
        font-size: 12px;
        line-height: 21px;
        margin-top: 5px;
        letter-spacing: 1px;
        color: #fff
    }

    .box-link-news1 {
        width: 138px;
        font-size: 13px;
        line-height: 20px;
        margin-top: 18px !important;
    }

    .news_sec1_txt .box-link {
        background: #fff
    }

    .news_sec2_all .span1 {
        width: 1px;
        height: 53px;
    }

    .news_sec3_all_img img {
        width: 30px;
    }

    .news_sec2_all .span2 {

        width: 1px;
        height: 50px;
    }

    .news_sec3_txt {
        padding: 15px;
    }

    .news_sec3_txt h3 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .news_sec3_txt h4 {
        font-size: 12px;
        margin-top: 0px;
    }

    .news_sec3_txt h5 {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 0;
    }

    .news_sec3_xian {
        margin-top: 10px;
    }

    .proNstxt {
        padding: 15px 0;
    }

    .proNew_sec6 {
        width: 94%;
        margin: 0 auto 50px;
        padding-bottom: 20px !important;
    }

    .proNstxt a {
        margin: 23px auto 0;
        padding: 5px 12px;
        border: 1px solid #8d8d8d;
    }

    .proNew_sec {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .form_child {
        margin-bottom: 11px;
    }

    .content img {
    width: 60px;
}
    .about_sec2 {
    height: auto;
}
.news_sec1_txt {
    
    width: 100%;
}
.news_sec1_txt h6 {
    height: auto;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
    text-overflow: ellipsis;
}
.about_sec_l>.aboutSec3item .aboutSec3txt h3 span {
    height: 15px;
}
.contact_text h2 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px;
}
.contact_right {
    width: 100%;
}
.jobbottom{
    width: 100%
}
}

@media (max-width: 320px) {
    .click a i {
        margin-right: 6px;
    }
}

.curentPosition a {
    display: inline-block;
}

.curentPosition {
    margin-bottom: 15px;
    font-size: 14px;
}

.product .product_w {

    padding-top: 55px;
}

.menu ul li {

    width: 12.5%;
}

.product_fix {
    position: fixed;
    top: 118px;
    left: 0;
    width: 100%;
    z-index: 111;
}

.product_none #TabShow1 {
    display: none !important;
}

.product_none {
    padding-top: 130px;
}

.TabHide6 {

    padding: 20px 0;

}

.TabHide6 > .row > .col-lg-3 h2 input {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 300;
}

.TabHide6 > .row > .col-lg-3 h3 {

    display: none;
}

.TabHide6 > .row > .col-lg-3 h2 {
    position: relative;
    margin-top: 0;
}

.TabHide6 > .row > .col-lg-3 h5 {
    padding-bottom: 0;
    padding-top: 0;
}

.prodetails_sec2_word img {
    max-width: 1000px;
}

@media (max-width: 1440px) and (min-width: 1024px) {

    .product_s ul {
        width: 100% !important;
        margin: 0 auto;
        background: #fff;
    }

    .product_s ul li {

        width: 16.3%;
        font-size: 12px;

    }

    .products_nav_list h5 a {

        font-size: 14px !important;
    }

    .products_nav {

        padding: 20px;

    }

    .TabHide6 > .row {
        width: 90%;
        margin: 0 auto;
    }

    .product .product_w {
        padding-top: 40px;
    }
}

.content_x:hover .bot a {
    background: #e5e5e5
}

.content_x:hover .bot h3 {
    color: #0ea29d !important;
}

.top_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #0ea29d;

    width: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    height: 100%;
    z-index: 1;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content_x:hover .top_bg {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.top_bg_tx {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
    margin-top: -11px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.content_x:hover .top_bg_tx {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

}

.top_bg_tx img {
    width: 37px !important;
}

.top_bg_tx span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

.content_d .content_z .content_x .bot {

    margin-top: 0;

}

.content_d .content_z .content_x .bot a h3 {
    font-size: 16px;
    color: #0ea29d;
    margin: 0;
    line-height: 22px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product .product_w {
    width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
}

/*1.17*/
.prodetails_sec2_list {
    width: 80%;
    margin: 0px auto;
    position: relative;
    /*min-width: 850px;*/
}

.ec2_list_btn {
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.ec2_list_btn p {
    margin-bottom: 0px;
    display: block;
    float: left;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 4px;
}

.ec2_list_btn a {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0px;
    color: #0ea29d;
    width: 130px;
    line-height: 30px;
    border: 1px solid #bfbfbf;
    text-align: center;
}

.structure {
    padding: 40px 0;
    background: #f4f4f4;
}

.structure_con {
    text-align: center;
}
/* .structure_con a{
    width: 100%!important
}
.structure_con a img{
    width: 100%!important
} */
.zoomy {
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    -webkit-box-shadow: 3px 3px 10px #000;
    -moz-box-shadow: 3px 3px 10px #000;
    border: 0;
    cursor: url(blank.gif), move;
    line-height: 100px;
    text-align: center;
    background-image: url(loading.gif);
    background-position: center;
    background-color: #fff;
    z-index: 1000;
}

.zoomy img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.zoomy a {
    color: #333;
    text-decoration: none;
}

.prodetails_swiper_img {
    position: relative;
}

.swiper_img_btn a {
    display: inline-block;
}

.swiper_img_btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

/*1.17*/

@media (max-width: 1440px) and (min-width: 1024px) {

    .pro6_text p {
        margin: 0;
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 1439px) and (min-width: 1280px) {
    .prodetails_sec2_list {

        width: 100%;
    }
}

@media (max-width: 1279px) and (min-width: 1170px) {
    .prodetails_sec2_list {

        width: 100%;
    }
}

@media (max-width: 1169px) and (min-width: 1024px) {
    .prodetails_sec2_list {
        width: 100%;
    }
}

.product {

    padding-top: 120px;
    padding-bottom: 0;
}

.product_s ul {
    width: 80%;
    margin: 0 auto;
    background: #fff;
}

.TabHide6 > .row {
    width: 80%;
    margin: 0 auto;
}

/*1.23*/
.TabHide6 > .row .col-lg-8 ul li {
    width: 75%;
    background: #fff;
    text-align: left;
    color: #0ea29d;
    cursor: pointer;
}

.search_name ul {
    width: 80%;
    float: left;
}

.TabHide6 > .row .col-lg-8 ul li {
    width: 100%;
}

.search_name ul {
    width: 100%;
    float: left;
}

.filter li {
    width: 33.333% !important;
    float: left !important;
    font-size: 14px;
    line-height: 28px;
    color: #999 !important;
    padding: 0 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filter {
}

.pro_b_a {
    width: 100%;
    padding: 15px 0;
    display: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.pro_box_tit1 a i {
    padding-right: 5px;
}

.pro_b_a1 {
    width: 100%;
    padding: 15px 0;
    display: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.TabHide6 > .row > .col-lg-3 h5 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.filter li:hover {
    color: #0ea29d !important;
}

.TabHide6 > .row > .col-lg-3 h5 span {

    line-height: 35px;
    display: inline-block;
    width: 11.11111%;
    text-align: center;

    color: #666;
    font-weight: 300;

}

.TabHide6 > .row > .col-lg-3 h5 span.active {
    background: #005578;
    color: #fff;
}

.TabHide6 > .row > .col-lg-3 h5 span:hover {
    background: #005578;
    color: #fff;
}

.TabHide6 > .row > .col-lg-3 h3 {
    margin-top: 13px;
    font-size: 16px;
    color: #888;
    padding-left: 15px;
    letter-spacing: 1px;
    margin: 0;
}

.TabHide6 {
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

.pro_box_tit1 a {
    color: #0ea29d;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
}

.pro_box_tit a i {
    padding-right: 5px;
}

.filter li span {
    padding-right: 5px;
}

.box_tit {
    width: 33.33%;
    float: left;
}

.pro_box_tit a {

    color: #0ea29d;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
}

.force_one {
    width: 33.33%;
    float: left;
}

.pro_currt1 {
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    position: relative;

}

.pro_currt1:after {
    content: "";
    background: #ffffff;
    height: 2px;
    left: 0px;
    width: 100%;
    z-index: 222;
    position: absolute;
    bottom: -1px;
}

.pro_currt:after {
    content: "";
    background: #ffffff;
    height: 2px;
    left: 0px;
    width: 100%;
    z-index: 222;
    position: absolute;
    bottom: -1px;
}

.pro_currt {
    border: 1px solid #dddddd !important;
    border-bottom: none !important;
}

.pro_currt1 span {
    padding: 0px 10px;
    /*background: #cccccc; */
    display: inline-block;
}

.pro_currt span {
    padding: 0px 10px;
    /*background: #cccccc; */
    display: inline-block;
}

.claw_img {
    position: relative;
}

.claw_img_mm {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.claw_width {
    padding: 60px 0;
}

.claw:hover .claw_img_mm {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.claw {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.claw:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.claw_txt {
    background: #e5e5e5;
    padding: 50px 30px;
}

.claw_txt h3 {
    font-size: 22px;
    margin: 0px;
    color: #0ea29d !important;
    letter-spacing: 2px;
}

.claw_txt p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.no1 {
    min-height: 500px;
}

.no_txt {
    font-size: 18px;
    text-align: center;
}

/**********products_new***********/
.products_new .product_w {
    width: 80%;
}

.products_new .product_w .row {
    margin-left: -5px;
    margin-right: -5px;
}

.products_new_box {
    width: 100%;
}

.products_nav {

    float: left;
    padding: 30px;
    background: #f9f9f9;
    width:27%;
}
.products_nav1 {
    width:100%
}

.products_new .content_d {
    width: 73%;
    float: left;
}

.products_nav_search {
    width: 100%;
    margin-bottom: 10px;
}

.products_nav_search span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.products_nav_search p {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.products_nav_search p input {
    width: 100%;
    line-height: 20px;
    padding: 8px 10px;
    border: 1px solid #666;
}

.products_nav_search p img {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.products_nav_con {
    width: 100%;
}

.products_nav_list {
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #a2a2a2;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.products_nav_list h5 {
    line-height: 30px;
    margin: 0;
    color: #0ea29d;
    font-size: 16px;
}

.products_nav_list h5 i {
    float: right;
    line-height: 30px;
    font-size: 16px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.products_nav_list ul {
    padding: 0;
    margin: 0;
}

.products_nav_list ul li {
    height: 15px;
    line-height: 15px;
    padding-left: 40px;
    font-size: 14px;
    color: #999;
    position: relative;
    margin-bottom: 20px;
}

.products_nav_list ul li span {
    width: 12px;
    height: 12px;
    border: 2px solid #0ba09c;
    position: absolute;
    top: 47%;
    left: 0;
    margin-top: -5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.products_nav_list ul li.on span {
    background: #0ba09c;
}
.products_nav_list ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products_nav_list_show {
    display: none;
    margin-top: 10px;
}

.products_nav .box-link {
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 20px;
}

.products_nav_list.on h5 i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.products_nav_list.on {
    border-bottom: 1px solid #333;
}

/**********products_new***********/
@media(max-width: 1680px){
    .content_d .content_z .content_x .bot {
    
    height: 70px;
}
.content_d .content_z .content_x .bot a {
    
    padding: 22px 30px;
}
.content_d .content_z .content_x .bot a i {
    font-size: 1px;
    color: #0ea29d;
}
}
@media(max-width: 1550px){
    .products_nav_list ul li {
    
    padding-left: 27px;
    font-size: 13px;
}
.proNs6txt {
    top: 9%;
}

.proNs6txt h3 {
    font-size: 27px;
}
.proNstxt p {
    font-size: 14px;
    line-height: 27px
}
}
@media(max-width: 1440px){
    .news_sec3_txt h3 {
   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_sec1_txt .box-link,.news_sec1_text  .box-link{
width: 80%
}
}
@media(max-width: 1360px){
    .products_nav_list ul li {
   
       padding-left: 27px;
    font-size: 13px;
}

.proNs6txt {
    top: 7%;
}
}
@media(max-width: 1300px){
    .products_nav_list ul li {
    
    padding-left: 30px;
    font-size: 12px;
    color: #999;
    position: relative;
}
.contact_list_title {
    font-size: 16px;
}
}
@media(max-width: 1280px){
    .proNs6txt h3 {
    font-size: 23px;
    margin-top: 13px;
}

.prodetails_sec3_position .jiantou {
   
    margin-top: 40px;
}
.newSec1Tp {
    padding: 18px 30px;
}
.contact_list p {
    font-size: 12px;
}
}
@media(max-width: 1240px){
    .proNstxt p {
    font-size: 14px;
    line-height: 25px;
}
.prodetails_sec3_position .jiantou {
    margin-top: 29px;
}
}

@media (max-width: 768px) {
    .products_nav {
        width: 100%;
    }

    .products_new .content_d {
        width: 100%;
    }

    .product, .product_none {
    padding-top: 100px;
}

    .product_fix {
        position: relative;
        top: 0;
        left: 0;
    }

    .product_s {
        width: 100%;
    }

    .product_s ul {
        width: 100%;
    }

    .product_s ul li {
    width: 50%;
    margin-left: 0px;
    line-height: 33px;
    height: 35px;
    border: 0.5px solid #fff
}
.product_s ul li a {
    line-height: 35px;
    height: 35px;
}

    .content_d .content_z .content_x .bot a h3 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .prodetails_sec2_list {
        width: 100%;
        margin: 0px auto;
        position: relative;
    }
   .product_s {
    width: 94%;
    border: 1px solid #0ea29d;
    margin: 0 auto;
}
.product .product_w {
       
    padding: 30px 0;
}
.products_new .product_w {
    width: 94%;
}

}

@media (max-width: 1440px) and (min-width: 1024px) {
    .products_new .product_w {
        width: 90%;
    }
}
@media(max-width: 1024px){
    .about_sec1-txt h3 {
    margin-top: 0;
    font-size: 14px;
        text-align: center;
}
.content_d .content_z .content_x .bot a {
    padding: 22px 0px;
}
.products_nav_list ul li {
    line-height: 19px;
    
    margin-bottom: 20px;
}
.product_s ul li {
    letter-spacing: 0px;
}
.prodetails_sec3_position .jiantou {
   
    width: 25px;
    height: 25px;
    margin-top: 20px;
}
.jiantou img {
    display: block;
    width: 14px;
    margin: 0px auto 0;
}
.proNs2R {
    padding: 0% 7%;
}
.proNs0txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.proNs0txt{
margin-top: 20px
}
.pro6_text {
    width: 60%;
    margin-top: 9px!important;
    height: 280px!important;
    overflow-y: scroll;
}
.prodetails_sec3_position h5 {
    
    margin-top: 10px;
}
.technical_sec1_word {
    padding: 29px;
}
.content_d .content_z .content_x .bot a h3 {
    
    margin-bottom: 0;
}
.content_d .content_z .content_x .bot a i {
    font-size: 12px;
}
.proNs0txt p {
    margin-bottom: 25px;
}
.technical_sec1_word h2 {
    font-size: 20px;
    margin: 10px 0 11px 0;
}
.contact_list_title {
    font-size: 13px;
}
}

/**********2.7***********/
.products_search{

}
.products_search h3{
    
display: inline-block;
    
font-size: 14px;
    
margin: 0;
    
letter-spacing: 1px;
    
color: #999;
    
margin-right: 10px;
}
.products_search h2{
    
display: inline-block;
    
margin: 0;
}
.products_search h2 input{
    
text-indent: 5px;
    
font-size: 14px;
    
width: 200px;
    
line-height: 25px;
    
border-color: #e6e6e6;
    
border-radius: 3px;
}
.products_search h2 img{
    
width: 28px;
    
vertical-align: bottom;
}
.products_search h5{
    
display: inline-block;
}
.products_search h5 span{
    
line-height: 25px;
    
display: inline-block;
    
width: 25px;
    
text-align: center;
    
color: #666;
    
font-weight: 300;
    
cursor: pointer;
}
.products_search h5 i{
    
font-style: normal;
    
font-size: 12px;
    
letter-spacing: 1px;
    
color: #999;
    
margin-left: 10px;
    
vertical-align: middle;
    
margin-bottom: 5px;
    
display: inline-block;
}
.products_search h5 span:hover{
        background: #0ea29d;
    color: #fff;
}
.products_search h4{
    
display: inline-block;
    
font-size: 14px;
    
margin: 0;
    
letter-spacing: 1px;
    
color: #999;
    
margin-right: 10px;
}
.products_search_bot{
    
margin-bottom: 30px;
    
background: #f7f7f7;
    
padding: 0 20px;
}
/**********2.7***********/
@media(max-width: 768px){
    .products_nav {
    width: 100%;
    padding: 15px;
}
.products_nav_list {
    padding: 3px 0;
}
.products_nav_list h5 a {
   font-size: 14px!important;
}
.products_nav_list ul li {
    line-height: 19px;
    margin-bottom: 14px;
    padding-left: 18px;
}
    .products_nav_search p img {
        width: 20px;
        top: 6px;
    }
    .prodetails_sec3_img img {
        width: 80%;
        margin: auto;
    }
    .prodetails_sec3_position {
        position: absolute;
        background: rgba(14, 162, 157, 0.8);
    }
.products_search h5 span {
    width: 16px;
}

.index_sec2_absolute span i {
    margin-top: 6px;
}
.about1_videotk .about1_videotbox {
    width: 90%;
}
.about1_videotk .about1_videotbox img {
    width: 30px;
    right: -5px;
}
.products_search h5 i {
    
    margin-left: 3px;
    margin-top: 5px;
}
.content_d .content_z .content_x .bot a {
    padding: 10px 0px;
}
.products_nav_search span {
    margin-bottom: 7px;
}
.download_seclist .products_nav_list {
    float: left;
    width: 33.33%;
    text-align: center;
    border: 2px solid #fff;
}
.products_nav .box-link {
    width: 120px;
    margin: 30px auto 10px!important;
    padding: 5px 0;
    display: block;
}
.download_seclist .products_nav_list h5 {
    
    font-size: 12px;
}
.download_seclist .products_nav_list h5 a {
   
    line-height: 18px;
}
.row.download_s{
    margin: 0 -5px;
}
.row.download_s .col-lg-3{
    padding: 0 5px;
}
.swiper_img_btn {
    position: static;
    text-align: center;
    margin-top: 10px;
}
.swiper_img_btn a {
    display: inline-block;
    width: 83px;
}
.content_d .content_z .content_x .bot a {
    height: 100%;
    padding: 14px 0;
}
.news_sec1_txt h6 {
  
    display: none;
}
.news_sec1_txt .box-link, .news_sec1_text .box-link {
  
    display: none;
}
.news_sec1_txt {
   
    width: 100%;
}
.news_sec3_box {
    width: 94%;
}   
.news_sec3_txt h5 {
    
    display: none;
}
.news_sec3_xian {
    display: none;
}
.news_sec3_box .box-link{
    display: none;
}
.content_d .content_z .content_x .bot a i {
   
    display: none;
}
.content_d .content_z .content_x .bot {
    height: initial;
}
.content_d .content_z .content_x .bot a h3 {
    
    top: 0%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
   
}
.products_search h5 i {
    
    margin-left: 0;
    margin-top: 5px;
}

    .file .file_info {
        height: 132px;
    }

    .content_z .content_m a{
            margin-top: 0px!important;
    margin-bottom: 30px!important;
    }
    .box-link {
    width: 145px;
    line-height: 22px
}
.box-link span {
    font-size: 14px!important;
    letter-spacing: 2px;
}
.pro1_sec_box {
    width: 94%;
}
.module-page-intro .container {
   padding: 0;
}
.proNs0txt h3 {
    font-size: 16px;
}
.proNs0txt p {
    margin-bottom: 0px;
}
.proNstxt p {
    font-size: 13px;
    line-height: 21px;
}
.proNs5txt {
    width: 100%;
}
.technical_sec1_word {
    padding: 15px;
}
.technical_sec1_word h2 {
    font-size: 16px;
    margin: 5px 0 9px 0;
}
.newsdot_sec1_txt h3 {
    font-size: 16px;
}
.jobconleft {
    float: left;
    width: 100%;
}
.scwjz {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 9px;
}
}
@media (max-width: 375px){
    .inStyCon li {
    height: 112px;
}
}
@media(max-width: 320px){
   .download_seclist  .products_nav_list {
    height: 54px;
}
}