﻿@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-09-28 09:52:13
 * @version $Id$
 */
/*reset*/
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
th,
td,
img,
select,
input,
textarea {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

img {
    display: block;
    max-width: 100%;
}

label,
button {
    cursor: pointer;
}

select,
input,
textarea,
button {
    outline: none;
    font-family: Tahoma;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

table,
table td {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
    color: #303030;
    font-size: 14px;
    font-family: arial;
    height: 100%;
    line-height: 24px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #303030;
    display: block;
}

em,
i {
    font-style: normal;
}

.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* comment */
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*IE7/6*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper01 {
    width: 100%;
    padding: 0 10px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?9tq6dp');
    src: url('../fonts/icomoon.eot?9tq6dp#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?9tq6dp') format('truetype'),
        url('../fonts/icomoon.woff?9tq6dp') format('woff'),
        url('../fonts/icomoon.svg?9tq6dp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
    content: "\e908";
}

.icon-social:before {
    content: "\e908";
}

.icon-tools:before {
    content: "\e909";
}

.icon-heart:before {
    content: "\e90d";
}

.icon-settings:before {
    content: "\e90e";
}

.icon-document-text:before {
    content: "\e90a";
}

.icon-printer-text:before {
    content: "\e90b";
}

.icon-schedule:before {
    content: "\e8b5";
}

.icon-expand_less:before {
    content: "\e5ce";
}

.icon-expand_more:before {
    content: "\e5cf";
}

.icon-format_list_bulleted:before {
    content: "\e241";
}

.icon-menu:before {
    content: "\e5d2";
}

.icon-play_circle_filled:before {
    content: "\e038";
}

.icon-play_circle_outline:before {
    content: "\e039";
}

.icon-chat-3:before {
    content: "\e918";
}

.icon-star:before {
    content: "\e919";
}

.icon-image:before {
    content: "\e906";
}

.icon-heart2:before {
    content: "\e91a";
}

.icon-message:before {
    content: "\e90f";
}

.icon-location-outline:before {
    content: "\e907";
}

.icon-export-outline:before {
    content: "\e910";
}

.icon-mail:before {
    content: "\e911";
}

.icon-eye-outline:before {
    content: "\e91b";
}

.icon-pie-graph:before {
    content: "\e092";
}

.icon-envelope:before {
    content: "\e900";
}

.icon-trophy:before {
    content: "\e925";
}

.icon-arrow-bold-up:before {
    content: "\e901";
}

.icon-chevron-left:before {
    content: "\e902";
}

.icon-chevron-right:before {
    content: "\e903";
}

.icon-chevron-with-circle-down:before {
    content: "\e926";
}

.icon-chevron-with-circle-left:before {
    content: "\e927";
}

.icon-chevron-with-circle-right:before {
    content: "\e928";
}

.icon-chevron-with-circle-up:before {
    content: "\e929";
}

.icon-circle-with-minus:before {
    content: "\e92a";
}

.icon-circle-with-plus:before {
    content: "\e92b";
}

.icon-export:before {
    content: "\e91c";
}

.icon-skype-with-circle:before {
    content: "\e912";
}

.icon-skype:before {
    content: "\e90c";
}

.icon-facebook-with-circle:before {
    content: "\e913";
}

.icon-google-with-circle:before {
    content: "\e914";
}

.icon-google:before {
    content: "\e91d";
}

.icon-instagram-with-circle:before {
    content: "\e91e";
}

.icon-instagram:before {
    content: "\e91f";
}

.icon-linkedin-with-circle:before {
    content: "\e915";
}

.icon-linkedin:before {
    content: "\e920";
}

.icon-tumblr-with-circle:before {
    content: "\e921";
}

.icon-tumblr:before {
    content: "\e922";
}

.icon-twitter-with-circle:before {
    content: "\e916";
}

.icon-twitter:before {
    content: "\e923";
}

.icon-youtube-with-circle:before {
    content: "\e917";
}

.icon-youtube:before {
    content: "\e924";
}

.icon-envelope2:before {
    content: "\e904";
}

.icon-home3:before {
    content: "\e905";
}

.icon-phone2:before {
    content: "\e942";
}

.icon-users:before {
    content: "\e972";
}

.icon-search:before {
    content: "\e986";
}

.icon-download3:before {
    content: "\e9c7";
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-share2:before {
    content: "\ea82";
}

/* header */
.header {
    background: #2d2d2d;
}

.multi_language {
    padding: 6px 4px !important;
}

.header .fr>a {
    border-right: 1px solid #3f3f3f;
    line-height: 24px;
}

.top-bar form {
    width: 180px;
    height: 20px;
    background: #e0e0e0;
    position: relative;
    padding: 0;
    margin: 8px 0 0 4px;
    line-height: 20px;
}

.i_search {
    width: 150px;
    height: 20px;
    border: 0;
    background: #e0e0e0;
    line-height: 20px;
    padding-left: 5px;

}

.pro-lin-t form .i_search {
    width: 230px;
}

.i_submit {
    background: none;
    border: none;
    width: 20px;
    z-index: 2;
    position: relative;
    top: 3px;
}

.top-bar form img {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 1;
}

.main-nav form img,
.pro-lin-t form img {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 1;
}

.header .fr a img {
    display: inline-block;
    vertical-align: middle;
}

.share li a {
    font-size: 24px;
    color: #ffffff;
    transition: .5s;
}

.share li a:hover {
    color: #4aa737;
}

.main-nav {
    width: 100%;
    background: #ffffff;
}

.main-nav-inner>ul {
    width: 80%;
}

.main-nav-inner>ul>li {
    position: relative;
}

.main-nav-inner>ul>li>a {
    color: #333333;
    font-size: 18px;
    line-height: 80px;
    padding: 0 0 0 62px;
    width: 100%;
    text-align: center;
    transition: .5s;
}

.main-nav-inner>ul>li>a.on,
.main-nav-inner>ul>li:hover>a {
    color: #00af40;
}

.second-nav {
    padding: 0;
    position: absolute;
    top: 80px;
    z-index: 5;
    background: #fff;
    display: none;
}

.main-nav-inner>ul>li:hover .second-nav {
    display: block;
}

.pro-sub {
    width: 300px;
    background: #FFFFFF;
    left: 0;
}

.hr-sub {
    left: -300px !important;
}

.pro-sub li {
    position: relative;
}


-------------------------------------------------------------- #nav>div>a {
    padding: 0 40px;
    display: block;
    color: #FFFFFF;
}

.navinner-warp {
    z-index: 9999;
    width: 700px;
    position: absolute;
    left: 0;
    top: 121px;
    display: none;
}

.navinner-left {
    padding: 22px 0 30px;
    background-color: #1893eb;
}

.nav-lis {
    width: 200px;
    height: 40px;
    font: 16px/40px "HelveticaNeue";
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: .4s;
}

.nav-lis:hover {
    color: #1d2c3a;
    background-color: #e6eaef;
}

.navinner-box {
    position: absolute;
    top: 0;
    left: 300px;
    z-index: 99999;
    padding-top: 20px;
    display: none;
    background-color: #2f2f2f;
}

.second-nav>li:hover .navinner-box {
    display: block;
}

.navinner-right {
    display: none;
    float: left;
    /*position: absolute;
	left: 200px;*/
    top: 0;
}

.nav-pro {
    width: 340px;
    box-sizing: border-box;

}

.navimgbox {
    width: 120px;
    height: 90px;
    background-color: #FFFFFF;
    margin-right: 20px;
    margin-left: 20px;
    float: left;
}

.navimgbox>img {
    width: 120px;
    height: 90px;
}

.nav-pro dl {
    width: 180px;
    text-align: left;
}

.nav-pro-text {
    font: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;

}

.nav-pro-btn {
    height: 28px;
}

.nav-pro-btn span {
    display: inline-block;
    width: 100px;
    height: 28px;
    text-align: center;
    color: #FFFFFF;
    background-color: #4ba737;
    font: 12px/28px arial;
    vertical-align: top;
}

.second-nav>li {
    padding: 0 20px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;

}


.about-sub li,
.video-sub li,
.news-sub li,
.aboutus-sub li {
    padding: 0 20px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
}

.second-nav>li>ul>li {

    color: #fff;
    height: 110px;
    padding: 0px 0 20px 0;
}

.about-sub,
.hr-sub,
.case-sub {
    width: 520px;
}

.second-nav>ul>li {
    width: 250px;
}

.about-nav-img {
    width: 270px;
    height: 180px;
    padding: 15px;
    padding-top: 0 !important;
    position: relative;
}

.about-nav-img img {
    position: absolute;
    top: 0;
    left: 15px;
    display: none;

}

.second-nav li:hover {
    background: #2f2f2f;
}

.second-nav li:hover>a {
    color: #fff;
}

.second-nav li:hover .third-nav {
    display: block;
}

.third-nav {
    width: 175px;
    position: absolute;
    top: 0;
    left: 300px;
    background: #2f2f2f;
    padding: 10px 0;
    display: none;
}

.third-nav li:hover a {
    color: #fff;
}

.third-nav li>a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #FFFFFF;
    margin-bottom: 10px;
}


.slideDown form .m-submit {
    height: 44px;
}

.header01 {
    /* background: #ccc; */
    padding: 10px 0;

}

.logo01 {
    height: 30px;
    width: auto;
}

.logo {
    padding: 15px 0;
}

.icon-menu {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    margin-top: 3px;
}

.header01 .lang-set-inner {
    margin-left: -43px;
}

.slideDown {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 3;
    text-align: center;
    opacity: .95;
}

#nav ul,
.slideDown form {
    background: #202020;
    width: 100%;
    opacity: .9;
}

#nav ul li {
    border-bottom: solid 1px #444;
}

#nav ul li a {
    display: block;
    padding: 10px 0;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.slideDown form input {
    float: left;
    height: 44px;
    background: none;
    border: none;

}

.slideDown form .m-text {
    padding: 0 10px;
    color: #fff;
    width: calc(100% - 60px);
}

.main-banner .flexslider ol li a {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
}

.main-banner .flexslider ol li a:hover {
    background: #fff;
}

.main-banner .flexslider ol li a.flex-active {
    width: 30px;
    border-radius: 7px;
    background: #fff;
}

.pro-kind {
    width: 100%;
    border-bottom: 2px solid #eee;
}

.pro-kind-inner,
.pro-kind-inner ul {
    width: 100%;
}

.pro-kind-inner ul li {
    width: 16.5%;
    border-bottom: 1px solid #fff;
}

.pro-kind-inner ul li a {
    padding: 45px 20px;
}

.pro-kind-inner ul li .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e8e8e8;
    padding-top: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pro-kind-inner ul li .pic img {
    width: 78px;
    height: 87px;
    margin: auto;
}

.pro-kind-inner ul li p {
    height: 44px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro-kind-inner ul li:hover .pic {
    background: #df0011;
}

.pro-kind-inner ul li:hover {
    border-bottom-color: #df0011;
}

.pro-show-inner {
    padding: 50px 0;
}

.pro-show {
    background: #fafafa;
}

.block-ttl,
.block-ttl01,
.hr-inner .txt .ttl,
.block-ttl02 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 44px;
    margin: 0px 0 40px 0;
}

.block-ttl01 {
    color: #030300;
    font-family: 'Arial';
    text-transform: uppercase;
}

.show-scroll {
    position: relative;
}

.show-scroll,
.nbs-flexisel-inner,
.nbs-flexisel-ul {
    width: 100%;
}

.nbs-flexisel-item a {
    width: 92%;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin-left: -7px;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
}

.nbs-flexisel-item {

    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 7px 0 -2px;
}

.nbs-flexisel-item img {
    width: 100%;
}

.nbs-flexisel-item .hover-wrap {
    width: 92%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(74, 167, 55, .85);
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 210px;
    padding-top: 60px;
    transition: .5s;
    margin-bottom: -210px;
}


.nbs-flexisel-item .hover-wrap p {
    height: 100px;
    padding: 5px 15px 0 15px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-family: arial;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}

.nbs-flexisel-item .hover-wrap span {
    display: block;
    width: 33px;
    height: 33px;
    margin: auto;
}

.nbs-flexisel-item:hover .hover-wrap {
    margin-bottom: 0;
}

.scroll_btn {
    margin-top: 40px;
    text-align: center;
}

.scroll_btn i {
    display: inline-block;
    margin-right: 10px;

}

.show-scroll .scroll_btn span.nbs-flexisel-nav-left i,
.show-scroll .scroll_btn span.nbs-flexisel-nav-right i {
    width: 69px;
    height: 40px;
    background: url('../img/left.jpg') center center no-repeat;
    cursor: pointer;
}

.show-scroll .scroll_btn span.nbs-flexisel-nav-right i {
    background: url('../img/right.jpg') center center no-repeat;

}

.cover-con .nbs-flexisel-item .hover-wrap {
    width: 92%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 270px;
    padding-top: 0px;
    transition: .5s;
    margin-bottom: -193px;


}

.cover-con .nbs-flexisel-item :hover .hover-wrap {
    margin: 0;
    background: rgba(74, 167, 55, 0.9);
    padding-top: 40px;
}

.cover-con .nbs-flexisel-item :hover .hover-wrap p {
    color: #FFFFFF;
}

.cover-con .nbs-flexisel-item .hover-wrap p {
    color: #333333;
    font-size: 16px;
    height: auto;
    text-align: left;
    line-height: 30px;
}

.cover-con .nbs-flexisel-item .hover-wrap .position {
    color: #999999;
}

.cover-con .nbs-flexisel-item .Position {
    color: #999999
}

.cover-con .nbs-flexisel-item {

    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 7px 0 -2px;
    min-height: 360px;
    border-bottom: #d5d5d5 2px solid;
}


.partner {
    width: 100%;
    background-size: cover;
    padding: 50px 0 0 0;
}

.block-tips {
    text-align: center;
    color: #696969;
    margin-top: -20px;
}

.partner-list {
    width: 100%;
    margin: 40px 0 0 0;
}

.partner-list li {
    width: 25%;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}

.partner-list li a {
    width: 100%;
    height: 100%;
    position: relative;
}

.partner-list li a img {
    width: 100%;
}

.partner-list li a .cover,
.about-tabs-con .con a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 18, 14, 0.7);


}

.solution_icon {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.solution_icon1 {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
}

.about-tabs-con .con a {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 50px;
}

.about-company-l {
    width: 50%;
    display: block;


}

.i-line-inner,
.i-case-inner {
    padding-bottom: 20px !important;
    padding-top: 70px;
    background-color: #fafafa;
}

.line-inner-tabs {
    overflow: hidden;
}

.line-inner-tabs li {
    width: 30%;
    background: #fafafa;
}

.line-inner-tabs li a {
    position: relative;
    padding-left: 1px;
}

.line-inner-tabs li a:after {
    content: '';
    width: 1px;
    height: 100px;
    border-left: 1px dashed #FFFFFF;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -50px;
}

.line-inner-tabs li a span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    position: relative;
}

.line-inner-tabs li a p {

    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4aa737;
    color: #FFFFFF;
}

.line-inner-pic {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    min-height: 360px;
}

.line-inner-pic div {
    /*position: absolute;*/
    top: 0;
    left: 0;
    display: none;
    padding: 40px 40px 20px 40px;

}

.line-inner-pic div p {
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.line-inner-tabs .blue {
    color: #1d1d1d;
    background: #FFFFFF;
    border-top: solid #1d1d1d 4px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    width: 100%;
}

.line-inner-tabs li.on a {
    color: #049dfd;
}

.i-video,
.i-trans {
    padding-bottom: 60px;
    background-size: cover;
    background: url('../img/i-video-bg.jpg') center center no-repeat;
}

.i-video p img,
.i-trans p img {
    display: inline-block;
}

.i-video p,
.i-trans p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.i-video p span,
.i-trans p span {
    color: #1777bb;
}

.i-video .more,
.i-trans .more {
    margin-top: 20px;
}

.i-case-list {
    margin: 0px -1% 0 0;
}

.i-case-list li {
    width: 31.33%;
    margin: 0 3% 20px 0;
}

.i-case-list li:last-child {
    margin: 0 0 20px 0;
}

.i-case-list li img {
    width: 70px;
    height: 110px;
    margin: 0 auto;
    padding-top: 40px;
}

@media screen and (max-width:992px) {}

.i-case-list li .app_tit {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 25px 0 40px 0;
}

.i-case-list li a {
    background-color: #4aa737;
    display: block;
    float: left;
    width: 100%;
}

.i-case-list li .txt {
    width: 100%;
    padding: 12px 10px 20px 20px;
    text-align: center;
    background-color: #FFFFFF;
    float: left;
    min-height: 315px;

}

.i-case-list li .txt .con {
    line-height: 1.5;
    font-size: 14px;
    color: #4aa737;
    text-align: left;
    margin-top: 18px;
    display: block;
    float: left;
}

.i-case-list li .txt font {
    color: #000000;
    padding-left: 9px;
    display: block;
    float: right;
    width: 95%
}

.i-case-list li .txt .more,
.hot-banner01 .txt .more {
    background: #4aa737;
    height: 40px;
    color: #fff;
    width: 38%;
    display: block;
    float: left;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
}

.line-inner-pic .more {
    background: #4aa737;
    height: 40px;
    color: #fff;
    width: 32%;
    display: block;
    line-height: 40px;
    margin: 20px 0 0px 0;
    text-align: center;
}


.hot-banner01 .txt .more_pro {
    border: 0;
    background: #009637;
}


.about-tabs-con .con li>img {
    width: 100%;
}

.about-tabs-con .con a img {
    width: 32px;
    height: 32px;
    margin: 20px auto;
}

.honor-list li a img {
    display: inline-block;
    line-height: 100%;
}

.partner-list li a .cover p {
    padding: 45% 20px 20px 20px;
    display: table-cell;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    line-height: 24px;
    display: block;
    width: 100%;
}

.partner-list li:hover .cover {
    margin-top: 0;
}

.partner .more,
.about-cover-t .txt .more {
    width: 180px;
    height: 40px;
    text-align: center;
    background: #df0011;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    transition: .5s;
}

.about-cover-t .txt .more {
    margin: 20px 0;
}

.partner .more img,
.about-cover-t .txt .more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.partner .more:hover,
.about-cover-t .txt .more:hover {
    border-radius: 20px;
}

.about-company {
    width: 100%;
    position: relative;
    background: #fafafa;
    padding-top: 70px;
    padding-bottom: 100px;
}

.about-company-r {
    width: 45%;
    position: relative;
}

.flexslider01 {
    max-height: 410px;
    overflow: hidden;
}

.flexslider01 .flex-control-nav {
    width: 60%;
    position: absolute;
    bottom: 20px;
    left: 5%;
    text-align: center;
    z-index: 2;
}

.flexslider01 ol li a {
    width: 30px;
    height: 6px;
    background: #2d2e39;
    float: left;
    margin-right: 10px;
    font-size: 0;
}

.flexslider01 ol li a.flex-active {
    width: 30px;
    height: 6px;
    background: #4aa737;
}

.about-left {
    width: 45%;
    padding-top: 45px;
    border-bottom: 9px solid #df0011;
    background: url('../img/about-bg.jpg') center 0 no-repeat;
    background-size: cover;
}

.about-left-inner {
    width: 520px;
    font-size: 14px;
    padding-bottom: 50px;
}

.left-inner-ttl {
    width: 100%;
    font-size: 28px;
    line-height: 70px;
    font-weight: bold;
    background: #df0011;
    border-left: 15px solid #fff;
    color: #fff;
    padding-left: 45px;
}

.left-inner-tips {
    line-height: 40px;
    color: #fff;
    margin: 45px 0;
}

.reason-list li a {
    color: #fff;
    line-height: 40px;
}

.about-right {
    width: 55%;
    height: 100%;
}

.about-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-banner .slider,
.about-banner .flexslider01,
.about-banner .flexslider01 .slides {
    height: 100%;
}

.about-banner ul li img {
    height: 100%;
}

.news-case {
    width: 100%;
    padding: 55px 0 60px;
    background-size: cover;
}

.productDetailsC .news-case {
    padding: 0 0 40px 0;
}

.news-case .other-inner-r {
    width: 100%;
}

.news-case .other-inner-r .feature-list li:hover .txt {
    background: #fff;
}

.news-case .other-inner-r .feature-list li .ttl01 {
    font-size: 14px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video {
    width: 100%;
    position: relative;
}

.video a span {
    position: absolute;
    left: 50%;
    top: 35%;
}

/* footer */
.footer {
    width: 100%;
    background-size: cover;
    background: #1d1d1d;
}

.footer-inner-bottom {
    width: 100%;
    background: #191818;
}

.contact-way {
    width: 70%;
    height: 100%;
    padding: 52px 0;
    color: #fff;
}

.message {
    width: 30%;
    height: 100%;
    padding: 52px 0;
}

.way {
    width: 48%;

    color: #fff;
    margin-right: 2%;
}

.way dl {
    margin-bottom: 34px;
}

.way dt {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.way dd {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    float: left;
}

.way dd span {
    position: static;
    float: left;
    margin-right: 10px;
    font-size: 20px;
    color: #026f26;
}

.way .social_media a {
    margin-right: 22px;
    margin-top: 40px;
}

.way dd .icon-phone2 {
    font-size: 20px;
}

.way dd p {
    overflow: hidden;
    color: #999999;
}

.way .dl02 span,
.contact-block-l ul li span {
    font-size: 24px;
}

.way dl a {
    color: #fff;
}

.footer a:hover {
    color: #4aa737;
}

.form-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.form-ttl span {
    font-size: 30px;
}

.message form input,
.message form textarea {
    width: 100%;
    height: 40px;
    background: #191818;
    border: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #999999;
}

.message form textarea {
    padding: 10px;
    height: 90px;
    width: 72%;
}

.message form .submit {
    width: 28%;
    height: 90px;
    background: #026f26;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    transition: .5s;
}

.footer-inner-bottom,
.footer-inner-bottom a {
    color: #666;
    text-align: center;
}

.footer-inner-bottom a {
    display: inline-block;
    margin-right: 10px;
}

.message form .submit:hover {
    background: #4aa737;
}

.sub-banner {
    width: 100%;
    overflow: hidden;
}

.mianbaoxiewarp {
    background-color: #f7f7f7;
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
}

#mbx-home {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../img/home-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.mbx-box {
    float: left;
    padding: 0 15px;
    height: 50px;
    border-right: 1px solid #dedede;
    font-size: 14px;
    line-height: 50px;
    background-image: url(../img/mbx-sanjiao.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    box-sizing: border-box;
    position: relative;
}

.mbx-box>a {
    padding-right: 70px;
    display: block;
}

.mbx-box:hover .mbx-list {
    display: block;
}

.mbx-list {
    display: none;
    position: absolute;
    left: -1px;
    top: 50px;
    z-index: 999;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dedede;

    /*border-left: 1px solid #dedede ;
	border-right: 1px solid #dedede ;*/
}

.mbx-list li {
    /*border-bottom: 1px solid #dedede ;*/
    padding: 0 15px;
}

.mbx-list li:hover {
    background-color: #e2e6ec;
    /*background-color: #FFFFFF;*/
}

.mbx-list li>a {
    display: block;
    padding-right: 60px;
    line-height: 20px;
    padding: 10px;
}

.contact-con {
    padding-bottom: 130px;
}

.map {
    width: 100%;
    margin-bottom: 40px;
}

.contact-block {
    width: 100%;
}

.contact-block-l {
    width: 48%;
    background: #f1f1f1;
    height: 100%;
    position: relative;
}

.contact-block-r {
    width: 48%;
    height: 100%;
}

.contact-block-l>img {
    width: 100%;

}

.contact-block-l .ttl {
    font-size: 16px;
    font-weight: bold;
    padding: 40px 0 0 30px;
    margin-bottom: 20px;
}

.contact-block-l ul {
    padding: 34px;
}

.contact-block-l ul li p {
    overflow: hidden;
    margin-bottom: 20px;

}

.contact-block-l ul li:hover {
    text-decoration: underline;
}

.contact-block-r .ttl {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ed1b24;
    color: #fff;
    padding: 0 15px;
}

.contact-block-r .ttl span {
    font-size: 24px;
    vertical-align: middle;
}

.contact-block-r form {
    width: 100%;
    padding: 25px 30px 35px;
    border: 1px solid #dcdcdc;
}

.contact-block-r form div span {
    width: 15%;
    text-align: right;
    margin-right: 10px;
}

.contact-block-r form div span i {
    color: #df0011;
}

.contact-block-r form div input,
.contact-block-r form div textarea {
    width: 80%;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #c2c2c2;
}

.contact-block-r form div textarea {
    height: 100px;
    padding: 10px;
}

.contact-block-r form .submit {
    display: block;
    width: 180px;
    height: 35px;
    margin: 38px auto;
    background: #ed1b24;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.contact-block-r form .submit:hover {
    border-radius: 20px;
}

.about-block {
    font-size: 16px;
}

.about-block-t {
    padding-bottom: 50px !important;
}

.about-block-t .txt {
    width: 48%;
    line-height: 34px;
}

.about-block-t .con {
    font-size: 16px;
    margin: 20px 0;
}

.about-block-t .pic {
    width: 48%;
}

.about-block-t .ttl,
.about-block-b .top .txt .ttl,
.about-cover-t .txt .ttl,
.news-con-inner .ttl,
.about-cover-b .pic .name,
.hover-inner .ttl {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.news-con-inner .ttl {
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-block-m {
    width: 100%;
    background-size: cover;
}

.about-block-m ul li {
    text-align: center;
    padding-top: 65px;

}

.history_time .history_tit {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
    margin-top: 60px;
    padding-bottom: 30px;
}

.swiper-container .m_d {
    font-size: 26px;
    text-align: center;
    color: #FFFFFF;
}

.history_time {
    height: 696px;
    background: url(../img/about_bk.jpg) no-repeat;
    overflow: hidden;
    position: relative;
}

.history_time .time_line {
    height: 100%;
    overflow: hidden;
    max-height: 520px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 100px;

}

.time_right,
.time_left {
    width: 50%;
    background: url(../img/time01.png) no-repeat;
    min-height: 100px;
    text-align: left;
    color: #FFFDEF;
}

.time_left {
    background: url(../img/time02.png) no-repeat right;
}

.time_zhou {
    position: absolute;
    left: 50%;
    width: 2px;
    background: #FFFFFF;
    height: 100%;
}

.swiper-slide .time_right span,
.swiper-slide .time_left span {
    display: block;
    min-height: 100px;
    float: left;
    color: #333333;
    font-weight: bold;
    width: 72px;
    margin-right: 40px;
    text-align: right;
    line-height: 80px;
}

.swiper-slide .time_left span {
    margin-right: 34px;
    float: right;
}

.swiper-slide .time_right p,
.swiper-slide .time_left p {
    padding-top: 15px;
}

.swiper-slide .time_left p {
    float: left;
    width: 80%;
}

.about-block-m ul li p strong {
    color: #4aa737;
}

.about-block-m ul li strong {
    font-size: 100px;
    line-height: 60px;
}

.about-block-m ul li i {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.about-block-b {
    padding: 55px 0 130px !important;
    line-height: 34px;
}

.about-block-b .top {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.about-block-b .top .txt {
    width: 48%;
    padding-top: 30px;
}

.about-block-b .top .pic {
    width: 48%;
}

.about-block-b .top .txt .con {
    font-size: 16px;
    margin: 20px 0;
}

.about-block-b .top .txt span,
.case-tabs-con .con01 li span {
    display: block;
}

.about-block-b .top .txt span img,
.case-tabs-con .con01 li span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-block-b .top .txt:hover span {
    color: #df0011;
}

.wedo {
    width: 100%;
    overflow: hidden;
}

.wedo_l {
    width: 50%;
    float: right;
}

.wedo_r {
    width: 44%;
    float: left;
}

.wedo_r span {
    font-size: 36px;
    font-weight: bold;
    padding-top: 40px;
}

.wedo_r p {
    padding: 40px 0 0 0;
}


.about-cover-t {
    padding-bottom: 50px;
}

.about-cover-t .txt {
    width: 48%;
    padding: 50px 30px 0;
    line-height: 34px;
}

.about-cover-t .pic {
    width: 50%;
}

.about-cover-t .txt .ttl {
    position: relative;
    margin-bottom: 30px;

}

.about-cover-t .txt .ttl:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #df0011;
    top: 40px;
    left: 0;
}

.about-cover-b {
    padding-bottom: 70px;
}

.about-cover-b .pic {
    width: 50%;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative
}

.about-cover-b .pic .name {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    color: #fff;
}

.about-cover-b .pic .hover {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.about-cover-b .pic .hover .hover-inner {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    padding: 60px 20px 20px;
    text-align: center;
    display: none;

}

.about-cover-b .pic:hover .name {
    display: none;
}

.about-cover-b .pic:hover .hover-inner {
    display: block;
}

.hover-inner .ttl {
    margin-bottom: 20px;
    color: #df0011;
}

.hover-inner img {
    margin: 20px auto;
}

.about-tabs-ttl {
    width: 50%;
    margin: 20px auto;
    font-size: 18px;

}

.about-tabs-ttl li {
    width: 33%;
    text-align: center;
    cursor: pointer;
}

.about-tabs-ttl li.on {
    color: #df0011;
}

.about-tabs-con,
.honor-list {
    position: relative;
    padding-bottom: 120px;
}

.about-tabs-con .con {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.about-tabs-con .con li {
    position: relative;
    width: 32%;
    margin: 30px 1% 30px 0;
}

.about-tabs-con .con li:hover a,
.honor-list li:hover a {
    display: block;
}

.container {
    margin-bottom: 40px;
}

.pro_historytit {
    display: block;
    padding: 60px 0 40px 0;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.vmcarousel-normal h6 {
    margin-left: 40px;
    width: 320px;
    padding: 10px;
    background: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
}

.vmcarousel-normal p {
    margin-left: 40px;
    width: 320px;
    padding: 10px;
    background: #f1f1f1;
    padding-top: 0;
}

.honor-list li {
    width: 22%;
    margin: 0 1.5% 30px 1.5%;
}

.honor-list li .pic {
    position: relative;
    width: 100%;
}

.honor-list li .pic>img {
    width: 100%;
}

.honor-list li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.honor-list li a img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.honor-list li p {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.case-con-inner,
.hr-inner {
    padding: 60px 0 85px !important;

}

.case-tabs-ttl {
    width: 50%;
    text-align: center;
    margin: 0 auto 40px;
}


.case-tabs .case-tabs-ttl li {
    color: #191919;
}

.case-tabs .case-tabs-ttl li {
    background: #eeeeee;
    margin-right: 1%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    width: 32%;
    text-align: center;

}

.case-tabs .case-tabs-ttl li a:hover {
    background: #4aa737;
    color: #fff;
}

.case-tabs .case-tabs-ttl li.on {
    background: #4aa737;
    color: #FFFFFF;
}

.case-tabs .case-tabs-ttl li.on a {
    color: #FFFFFF;
}

.case-tabs .case-tabs-con .con01 li {
    width: 32%;
    margin: 0 1% 50px 0;
}

.case-tabs .case-tabs-con .con01 li a>img {
    width: 100%;
}

.case-tabs .case-tabs-con .con01 li .txt {
    width: 100%;
    padding: 20px;
    background: #eee;
    transition: .5s;
}

.case-tabs .case-tabs-con .con01 li .txt p {
    margin-bottom: 20px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.case-tabs .case-tabs-con .con01 li:hover .txt {
    background: #2d2e39;
    color: #fff;
}

.case-detail-ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.share-pic {
    width: 122px;
    margin: 20px auto 40px;
}

.case-detail-pic {
    margin: 35px 0;
}

.case-detail-pic .fl {
    width: 54%;
}

.case-detail-pic .fr {
    width: 39%;
}

.case-link {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #dcdcdc;
    padding-left: 20px;
}

.case-link li {
    list-style-image: url('../img/list-style.png');
}

.case-link a span {
    font-weight: bold;
}

.case-link a {
    display: inline-block;
}

.case-tabs-con .con02 li {
    width: 24%;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 40px;
}

.case-tabs-con .con02 li img {
    border: 1px solid #e3e3e3;
    display: inline-block;
}

.about_list_tit {
    width: 70%;
}

.case-tabs .about_list_tit li {
    width: 24%;
}

.recruitment {
    width: 22%;
}

.recruitment .ttl {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    background: #df0011;
}

.recruitment .con {
    padding: 20px;
    background: #2d2e39;
}

.recruitment-list li a {
    color: #fff;
    padding: 20px 0 0;
}

.recruitment-list li a span {
    font-size: 20px;
    float: left;
}

.recruitment-list li a p {
    overflow: hidden;
}

/* news */
.news-con {
    padding: 30px 0 70px;
}

.news-list {
    padding: 20px 20px 20px 0;
    border: 1px solid #fff;
    border-bottom-color: #e5e5e5;
}

.news-list:hover {
    border: 1px solid #4aa737;
}

.news-list .pic {
    width: 16.6%;
}

.news-list .txt {
    width: 76%;
    padding-top: 10px;
}

.none-pic {
    padding: 20px 0;
}

.none-pic .txt {
    width: 100%;
}

.none-pic .txt .txt-r {
    width: 18% !important;
}

.news-list .txt .txt-l {
    width: 83%;
    padding-top: 10px;
}

.news-list .txt .txt-l .ttl01 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.feature-list li .ttl01 {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}

.news-list .txt .txt-l .con {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list .txt .txt-r {
    width: 13%;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    padding: 1% 0;
}

.news-list .txt .txt-r .date {
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

.news-list .txt .txt-r .month {
    font-size: 18px;

}

.pagination {
    margin-left: 30%;
}

.pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e9e9e9;
    margin: 70px 10px;
}

.pagination a.on,
.pagination a:hover {
    background: #df0011;
    color: #fff;
}

.pagination a.prev,
.pagination a.next {
    width: 100px;
    background: #df0011;
    color: #fff;
}

.pagination a.prev {
    background: #2d2e39;
}

.feature-list li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid #eaeaea 1px;
}

.feature-list li:hover .txt {
    background: #df0011;
}

.feature-list li a {
    height: 100%;
}

.feature-list li .txt {
    width: 77%;
    height: 100%;
    padding: 20px;
    background: #f0f0f0;
    color: #696969;
}

.feature-list li .pic {
    width: 23%;
}

.feature-list li span {
    display: inline-block;
    margin: 10px 10px 10px 0;
    color: #696969;
}

.feature-list li span img {
    display: inline-block;
    margin-right: 10px;
}

.feature-list li .con {
    height: 48px;
    overflow: hidden;
}

.news-con-inner .feature-list li:hover .ttl01,
.news-con-inner .feature-list li:hover span,
.news-con-inner .feature-list li:hover .con {
    color: #fff;
}

.news-detail-ttl {
    font-size: 20px;
}

.news-detail .tips {
    margin: 20px 0;
    color: #696969;
    padding-bottom: 20px;
    border-bottom: #d2d2d2 1px solid;
}

.news-detail span img {
    display: inline-block;
    margin: 0 10px;

}

.news-detail-con {
    color: #696969;
    margin-bottom: 20px;
}

.news-detail-con img {
    display: inline-block;
    margin: 20px 10px 20px 0;
}

.news-link {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 20px 0;

    border-top: #d2d2d2 1px solid;
}

.news-link img {
    margin-top: 5px;
}

.news-link img,
.news-link span {
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
}

.news-link a {
    overflow: hidden;
}

.block-ttl02 {
    margin: 20px 0 30px 0;
}

.select-winbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.select-window {
    width: 100%;
    overflow: hidden;
    border: solid 1px #e6eaef;
    background-color: #FFFFFF;
    padding-bottom: 28px;
    position: relative;
}

.select-top {
    width: 100%;
    overflow: hidden;
    padding: 30px 30px 20px 30px;
}

.select-top-l {
    font-size: 15px;
    color: #000;
    display: block;
    float: left;
    font-family: Regular;
}

.select-btn {
    display: block;
    float: right;
    width: 140px;
    height: 40px;
    background: url(../img/pro_btn.jpg) no-repeat;
}

.select-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.select-list li {
    position: relative;
    width: 60px;
    height: 45px;
    background-color: #e6eaef;
}

.select-list li>img {
    width: 60px;
    height: 45px;
}

.select-list li:hover .deleteimg {
    display: block;
}

.products-list {}

.products-lis {
    float: left;
    width: 31.3%;
    position: relative;
    margin-bottom: 40px;
    margin: 0 1% 40px;
	border: 4px solid #ffffff;
	height: 460px;
}

.products-lis:hover {
    border: 4px solid #4aa737;
    box-sizing: border-box;
    transition: .5s;
}

.products-lis:hover .product-name {
    color: #4aa737;
}

.products-imgbox {
    float: left;
    display: inline;
}

.products-imgbox img {
    display: block;
    margin: 0 auto;
}

.product-content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 20px 20px;
    position: relative;
    z-index: 99;
}

.product-name {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
	font-family: Semibold;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
	font-family: Regular;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	
}

.pro-check {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 700;
    right: 20px;
    bottom: 20px;
    background: url(../img/pro_jiajian.png) no-repeat -50px 0px;

}

.service-inner .nbs-flexisel-ul,
.cover-con-inner .nbs-flexisel-ul {
    width: 100%;
    padding-bottom: 50px;
}

.service-inner .nbs-flexisel-ul li a,
.service-inner .nbs-flexisel-item .hover-wrap,
.cover-con-inner .nbs-flexisel-ul li a,
.cover-con-inner .nbs-flexisel-item .hover-wrap {
    width: 100%;
}

.service-inner .nbs-flexisel-item,
.cover-con-inner .nbs-flexisel-item {
    margin: 0 3% 30px 0;
    width: 17.6%
}



/*解决方案 开始*/
.ser-warp {
    width: 100%;
    height: 960px;
    position: relative;
}

.ser-warp>img {
    width: 100%;
    height: 960px;
}

.center-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    text-align: center;
}

.u-top {
    height: 170px;
    /*background: url(../img/num01.png) no-repeat center 0px;*/
    margin-bottom: 40px;
}

.center-box>p {
    font: 32px/42px HelveticaNeue;
    margin-bottom: 20px;
    width: 30%;
    margin: 0 auto;
}

.center-text {
    width: 700px;
    margin: 0 auto;
    font: 18px/24px HelveticaNeue;
}

.center-text a {
    width: 140px;
    height: 40px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    line-height: 37px;
    margin: 0 auto;
    margin-top: 40px;
}

.center-text a:hover {
    background: #00af40;
    border: 2px solid #00af40;
    transition: 0.5s;
}

.ser-case-title {
    font: bold 36px/36px HelveticaNeue;
    color: #1d2c3a;
    margin-bottom: 20px;
}

.ser-case-text {
    font: 18px/24px HelveticaNeue;
    color: #6b8096;
    margin-bottom: 10px;
}

/*解决方案 结束*/




.cover-con-nav {
    width: 70%;
    margin: 30px auto 50px;
}

.cover-con-nav li {
    width: 48%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-right: 2%;
    background: #df0011;

}

.cover-con-nav li a {
    color: #fff;
    font-weight: bold;
}

.pro-nav {
    width: 90%;
}

.pro-nav li {
    width: 31%;
}

.news-con-t {
    width: 100%;
    margin-bottom: 50px;
}

.news-con-t-l {
    width: 75%;
    padding: 20px;
    background: #eee;
}

.news-con-t-r {
    width: 23%;
    padding: 8px;
    background: #eee;
}

.news-banner,
.news-banner .bd ul li a {
    width: 100%;
}

.news-banner .bd {
    width: 52%;
    float: left;
}

.news-banner .bd ul li {
    position: relative;
}

.news-banner .bd ul li .tips {
    width: 100%;
    padding: 10px;
    background: rgba(45, 46, 57, .5);
    position: absolute;
    bottom: 0;
    color: #fff;
}

.txt-date .date {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.txt-date .month {
    font-size: 16px;
}

.news-banner .txt-ttl {
    font-size: 16px;
    font-weight: bold;
    width: 80%;
    padding: 10px 0;
}

.news-banner .hd {
    width: 48%;
    padding: 10px;
    float: left;
}

.news-banner .hd li img {
    margin: 5px 5px 0 0;
}

.news-banner .hd li .hd-list {
    width: 95%;
    overflow: hidden;
}

.news-banner .hd li .hd-list .hd-list-ttl {
    font-weight: bold;
}

.news-banner .hd li .hd-list .hd-list-con {
    color: #696969;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0 15px 0;
}

.news-banner .hd li:hover .hd-list-ttl,
.news-banner .hd li.on .hd-list .hd-list-ttl {
    color: #df0011;
}

.news-con-t-r .inner {
    background: #fff;
    padding: 20px;
}

.news-con-t-r .inner .ttl {
    padding: 0;
}

.news-con-t-r form .select {
    width: 100%;
    height: 43px;
    border: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 15px;
}

.news-con-t-r form .select input,
.news-con-t-r form input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 20px 0 10px;
}

.news-con-t-r form>input {
    border: 1px solid #dcdcdc;
    margin-top: 20px;
}

.news-con-t-r form .submit {
    background: #df0011;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: .5s;
}

.news-con-t-r form .submit:hover {
    border-radius: 20px;
}

.news-con-t-r form .select img {
    position: absolute;
    top: 20px;
    right: 10px;
}

.news-con-t-r form .select ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 42px;
    display: none;
    z-index: 2;
}

.news-con-t-r form .select ul li {
    width: 100%;
    height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 20px 0 10px;
    background: #fff;
    border-top: 0;
}

.pro-detail-con {
    padding: 50px 0 100px 0;
}

.pro-detail-con .pro-pic {
    width: 33%;
}

.pro-detail-con .pro-txt {
    width: 45%;
    padding: 20px 0;
}

.pro-detail-con .pro-txt .ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 40px;
}

.pro-detail-con .pro-txt .con {
    line-height: 32px;
    color: #696969;
    margin-bottom: 10px;
}

.pro-detail-con .send-mail {
    margin-top: 30px;
}

.pro-detail-con .pro-txt .con span {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px 0;
    color: #303030;
}

.pro-s-pic {
    width: 100%;
    margin: 25px 0;
}

.pro-s-pic li {
    width: 15%;
    margin-right: 1%;
}

.send-mail a {
    display: inline-block;
    width: 27%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #4aa737;
    text-align: center;
    margin-right: 15px;
    transition: .5s;
    overflow: hidden;
}

.send-mail a span {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.send-mail a:hover {
    border-radius: 20px;
}

.share01 {
    margin-top: 20px;
}

.share01 img {
    display: inline-block;
}






.pro-midnav {
    background-color: #ececec;
}

.midnav-l {
    float: left;
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    transition: .4s;
}

.midnav-l:hover {
    background-color: #4aa737;
    color: #FFFFFF;
}


.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.midnav-r {
    float: right;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    border: 2px solid #4aa737;
    color: #4aa737;
    text-align: center;
    transition: .4s;
    margin: 10px;
}

.midnav-r:hover {
    background-color: #4aa737;
    color: #FFFFFF;
}

.huibeijing {
    background-color: #FFFFFF;
}

.principle {
    background: #f4f4f4;
}

.pro-midcontent {
    padding: 60px 0;
}

.youshi-imgbox {
    width: 50%;
    overflow: hidden;
    float: right;
}

.youshi-textbox {
    width: 46%;
    height: 400px;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    float: left;
}

.features-textbox {
    width: 100%;
}

.principle .feature_nr li {
    width: 45%;
    float: left;
    margin-bottom: 40px;
    margin-right: 40px;
}

.principle .feature_nr li font {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px #4aa737 solid;
    line-height: 100px;
    text-align: center;
    color: #4aa737;
    font-size: 60px;
    float: left;
}

.principle .feature_nr li span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.feater_tit {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-bottom: 30px;
}

.youshi-textbox .juzhong {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}

.youshi-textbox .juzhong h3 {
    font-size: 36px;
    line-height: 80px;
    font-weight: bold;
    color: #3a3c3e;
}

.youshi-textbox .juzhong p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 20px;
}




























.pro-tabs {
    padding: 0 10px;
}

.pro-about-banner {
    position: relative;
    padding-right: 20px;
    width: 50%;
}

.pro-tabs-con .ttl {
    font-size: 16px;
    font-weight: bold;
}

.pro-tabs-con .con {
    line-height: 36px;
    margin: 25px 0;
}

.pro-about-banner .prev,
.pro-about-banner .next {
    position: absolute;
    top: 48%;
    left: 0;
    margin-top: -17px;
}

.pro-about-banner .next {
    left: auto;
    right: 20px;
}

.pro-about-con .ttl {
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
}

.pro-about-con .con {
    line-height: 36px;
    margin-bottom: 30px;
}

.pro-abour-way p {
    width: 100%;
    line-height: 36px;
}

.pro-abour-way p span,
.pro-abour-way .copyright {
    font-weight: bold;
}

.inquiry .ttl {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #4aa737;
    font-size: 16px;
}

.inquiry {
    margin: 0px 0 0px;
    width: 100%;
}

.inquiry .ttl span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #4aa737;
    text-align: center;
    margin-right: 10px;
    float: left;
}

.inquiry form {
    padding: 40px;
    border: 2px solid #f4f4f4;
    border-top: 0;
}

.inquiry form span {
    display: inline-block;
    width: 10%;
    text-align: right;
    float: left;
}

.inquiry form i {
    color: #df0011;
}

.inquiry form input,
.inquiry form textarea {
    width: 80%;
    height: 40px;
    border: 2px solid #f4f4f4;
    margin-left: 2%;
    margin-bottom: 15px;
    padding: 10px;
}

.inquiry form textarea {
    height: 150px;
}

.inquiry form .y-message span {
    padding-top: 10px;
}

.inquiry form .send {
    width: 160px;
    height: 40px;
    border: 0;
    padding: 0;
    background: #4aa737;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.inquiry form .pro-tijiao {
    width: 160px;
    margin: 20px auto;
}

.inquiry form .send img {
    position: absolute;
    top: 14px;
    left: 9%;
}

.pro-cover-inner {
    padding-top: 60px;
}

.hot {
    padding-top: 10px;
    background: #df0011;
}

.hot-banner {
    position: relative;
}

.hot-banner>img {
    position: absolute;
    top: 24px;
    left: 14px;
}

.hot-banner ul li {
    width: 100%;
}

.hot-banner ul,
.hot-banner ul li,
.hot-banner ul li .pic {
    width: 100%;
}

.hot-banner .hot-pic {
    padding: 18px;
    background: #eee;
}

.hot-banner p {
    width: 100%;
    height: 50px;
    background: #df0011;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hot-banner .hd {
    position: absolute;
    left: 50%;
    bottom: 78px;
}

.hot-banner .hd li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2d2e39;
    float: left;
    font-size: 0;
    margin-right: 10px;
}

.hot-banner .hd li.on {
    background: #df0011;
}

.pro-hot {
    margin-bottom: 80px;
}

.hot-banner01 {
    width: 100%;
    position: relative;
}

.hot-banner01 .pic {
    width: 50%;
    position: relative;
}

.hot-banner01 .txt {
    width: 50%;
    background-size: cover;

    padding: 60px 50px 0 50px;
    color: #333333;
    line-height: 30px;
}

.pro_sanjiao {
    position: absolute;
    right: 0;
    top: 46%;
}

.pro_sanjiao2 {
    position: absolute;
    left: 0;
    top: 46%;
}

.hot-banner01 .txt .ttl {
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.hot-banner01 .txt .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.hot-banner01 .hd {
    position: absolute;
    top: 300px;
    left: 64%;
}

.hot-banner01 .hd ul li {
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    background: #fff;
    float: left;
    margin-right: 10px;
    font-size: 0;
    border-radius: 50%;
}

.hot-banner01 .hd ul li.on {
    background: none;
}

/*服务*/
.service_list li {
    background: #f4f4f4;
}

.service_list .txt .ttl {
    font-size: 30px;
}

.service_list .txt .more {
    background: #f4f4f4;
    height: 40px;
    color: #333333;
    width: 30%;
    border: 1px #333 solid;

}

.service_list .txt .more:hover {
    background: #4aa737;
    color: #FFFFFF;
    border: #009944;
    transition: .5s;
}

.service_list li {
    margin-bottom: 30px;
}




.pro-support {
    padding: 55px 0 60px;

    background: url('../img/pro-support.jpg') center center no-repeat;
    background-size: cover;
}

.sup-banner .bd li {
    width: 100%;
    position: relative;
}

.sup-banner .bd li .txt {
    width: 42%;
    height: 100%;
    padding: 40px;
    text-align: center;

    background: rgba(45, 46, 57, .5);
    color: #fff;
    line-height: 30px;
}

.sup-banner .bd li .txt .block-ttl {
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sup-banner .bd li .txt .block-ttl:before {
    display: none;
}

.sup-banner .bd li .txt .con {
    margin: -30px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sup-banner .bd li .txt span {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #df0011;
    transition: .5s;
}

.sup-banner .bd li .txt span:hover {
    border-radius: 20px;
}

.sup-banner .hd {
    width: 70px;
    margin: 30px auto 0;
}

.sup-banner .hd li {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    font-size: 0;
    background: url('../img/sup-point_05.png') center center no-repeat;
}

.sup-banner .hd li.on {
    background-image: url('../img/sup-pointer01_03.png');
}

.pro-b ul {
    padding: 50px 0;
}

.pro-b li {
    position: relative;
    width: 33.3%;
}

.pro-b li .ttl {
    width: 45%;
    height: 130px;
    padding: 40px 20px 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -22%;
    font-size: 16px;
    color: #fff;
    background: rgba(233, 0, 17, .8);
}

.other-inner-l {
    width: 300px;
    margin-bottom: 100px;
}

.other-inner-l .ttl {
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background: #df0011;
    color: #fff;
}

.other-inner-l .pro-list {
    padding: 15px 0 24px;
    background: #2d2e39;
}

.other-inner-l .pro-list>li {
    width: 100%;
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
    position: relative;
}

.other-inner-l .pro-list>li>a {
    color: #fff;
    border-bottom: 1px solid #414252;
}

.other-inner-l .pro-list li a span {
    display: none;
}

.other-inner-l .pro-list li a p {
    transition: .5s;
    display: inline-block;
}

.pro-second-nav {
    width: 195px;
    position: absolute;
    top: 0;
    left: 300px;
    display: none;
    padding: 10px 0;
    background: #fff;
}

.pro-second-nav li a {
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 10px;
}

.pro-second-nav li a:hover {
    background: #df0011;
    color: #fff;
}

.other-inner-r {
    width: 72.5%;
}

.other-inner-r .feature-list li {
    margin-top: 20px;
    margin-bottom: 0;
}

.other-inner-r .feature-list li .txt {
    background: #fff;
}

.other-inner-r .feature-list li .txt .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.other-inner-r .feature-list li:hover .txt {
    background: #eee;
}

.other-inner-r .feature-list .pic {
    width: 16.6%;
}

.other-inner-r .feature-list li .txt {
    width: 67.8%;
}

.other-inner-r .feature-list li .txt span {
    margin: 5px 5px 5px 0;
}

.other-inner-r .feature-list li:hover {
    border: none;
    background: #eee;
}

.other-inner-r .feature-list li:hover .ttl01 {
    color: #df0011;
}

.other-inner-l .hot-banner>img {
    top: 15px;
}

.partner-company {
    padding: 20px 0;
}

.partner-company .partner-ttl,
.partner-pro .ttl,
.partner-des .ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.partner-tips {
    text-align: center;
    margin: 20px 0;
}

.partner-tips span {
    margin-right: 10px;
    color: #696969;
}

.partner-tips img {
    display: inline-block;
    margin-right: 5px;
}

.partner-con img {
    width: 29%;
    border: 1px solid #e3e3e3;
}

.partner-con .txt {
    width: 68%;
    line-height: 30px;
    color: #696969;
}

.partner-con .txt h2 {
    font-weight: bold;
    color: #303030;
    margin-bottom: 15px;
}

.partner-pro .ttl,
.partner-des .ttl {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #df0011;
    margin: 20px 0;
    font-weight: bold;
}

.partner-pro .pro-kind-list li {
    width: 25%;
    border: 1px solid #e5e5e5;
}

.partner-des .con {
    line-height: 30px;
    margin-bottom: 100px;
}