body {

    padding: 0;

    margin: 0;

    background: #FFF;

    font-family: "微软雅黑";
    min-width: 1200px;
    margin: 0 auto;

}



body a {

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

    text-decoration: none;

}



body a:hover {

    text-decoration: none;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

}



body a:focus,

a:hover {

    text-decoration: none;

}



input[type="button"],

input[type="submit"] {

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

}



input[type="button"]:hover,

input[type="submit"]:hover {

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;

    font-family: "微软雅黑";

}



p {

    margin: 0;

    padding: 0;

    font-size: 14px;

    line-height: 1.9;

    color: #444;

    font-family: "微软雅黑";

}



ul,

ol {

    margin: 0;

    padding: 0;

}



label {

    margin: 0;

}



a:focus,

a:hover {

    text-decoration: none;

    outline: none
}

.white {
    color: #fff
}

.border {
    border: 1px solid #eee
}

.border-b {
    border-bottom: 1px solid #eee
}



/*-- //Reset Code --*/



/*-- bottom-to-top --*/



#toTop {

    display: none;

    text-decoration: none;

    position: fixed;

    bottom: 24px;

    right: 3%;

    overflow: hidden;

    z-index: 999;

    width: 32px;

    height: 38px;

    border: none;

    text-indent: 100%;

    background: url(../images/move-top.png) no-repeat 0px 0px;

}



#toTopHover {

    width: 32px;

    height: 32px;

    display: block;

    overflow: hidden;

    float: right;

    opacity: 0;

    -moz-opacity: 0;

    filter: alpha(opacity=0);

}



/* -----------------------------------------------------------------头部-----------------------------------------------------------------*/

/*导航*/

.nav {

    display: table;

    margin-right: 50px;
    z-index: 999
}

.nav .active {
    color: #1655a4
}

.nav ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.nav ul ul {

    opacity: 0;

    position: absolute;

    top: 160%;

    visibility: hidden;

    transition: all .4s ease;

    -webkit-transition: all .4s ease;

}

.nav ul ul ul {

    top: 0%;

    left: 160%;

}

.nav ul ul li:hover>ul {

    top: 0%;

    left: 100%;

    opacity: 1;

    visibility: visible;

}

.nav ul li:hover>ul {

    opacity: 1;

    top: 100%;

    visibility: visible;

}

.nav ul li {

    float: left;

    position: relative;

}

.nav ul ul li {

    float: none;
    background: #1655a4;

    min-width: 150px;

}

.nav ul ul li a {
    color: #fff
}

.nav ul li {

    color: #000;

    cursor: pointer;

}

.nav ul a {

    text-decoration: none;

    display: block;

    color: #000;

    padding: 10px 15px;

    text-align: center;

}

.nav ul li:hover {

    color: #1655a4;

}

.nav ul li a:hover {

    color: #ccc;
    background: #1655a4
}





/* navigation */

ul.navbar-nav {}



a.nav-link {

    font-size: 16px;

    color: #444 !important;

}



a.nav-link:hover,
a.nav-link.active,
a.nav-link.dropdown-toggle.active {

    color: #1655a4 !important;

}



.dropdown-item {

    color: #000;

    letter-spacing: 1px;

    font-size: 15px;

}



.dropdown-menu {

    left: -32px;

}



.dropdown-item.active,

.dropdown-item:active {

    background-color: #006e29;

}



/* 中英文版*/

.header-contact-w3ls a {

    color: #444;

    font-size: 14px;

    display: inline-block;

}



.header-contact-w3ls a:hover {

    color: #006e29;

}



.header-contact-w3ls a i {

    font-size: 20px;

    vertical-align: middle;

}



/* banner */

.banner-slider1,

.banner-slider2,

.banner-slider3 {

    min-height: 600px;

    -webkit-transition: width 2s, height 4s;

    /* For Safari 3.1 to 6.0 */

    transition: width 2s, height 4s;



}



.banner-slider1 {

    background: url(../images/1.jpg) no-repeat center;

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;



}



.banner-slider2 {

    background: url(../images/2.jpg) no-repeat center;

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;



}



.banner-slider3 {

    background: url(../images/3.jpg) no-repeat center;

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;



}



/* 优势 */

.welcome-pro-box {

    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.1);

    padding: 2em;

    margin: 0 .5em;

    flex-basis: 40%;

}



.welcome-pro-box h4 {

    font-size: 20px;
    font-weight: bold;

    color: #2b2a2a;

}



.welcome-pro-box i {

    color: #006e29;

    font-size: 50px;

    margin-bottom: 10px;

}



.welcome-pro-box p {

    font-size: 14px;

}



/* 产品分类 */

.item-review p {

    font-size: 15px;
    text-align: center
}

.about-right {

    padding: 3em;
    background: #1655a4
}

.about-right h3.tittle span {
    color: #fff;
    font-size: 16px;
    display: block
}

.about-right .text-dark {
    color: #fff !important
}



.pro_series {

    margin-top: 30px;

}

.pro_series ul li {

    display: inline-block;

    margin: 0px 2px 8px;

}

.pro_series ul li a {

    display: block;

    color: #fff;

    font-size: 10px;

    line-height: 15px;

    padding: 5px 10px;

    border: 1px solid #fff;

    text-transform: uppercase;

}



.pro_series ul li a:hover {

    background: #006e29;

    color: #fff;

}



/* 关于我们 */

.about {
    background: #f9f9f9
}

.testi-pro-box-bg {

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -moz-background-size: cover;

    -ms-background-size: cover;

}



.testi-pro-box.testi-text {

    background: #f9f9f9;

    position: relative;

    -webkit-transition: .5s all;

    -moz-transition: .5s all;

    -o-transition: .5s all;

    -ms-transition: .5s all;

    transition: .5s all;

}



.testi-pro-box-row h4 {

    font-size: 28px;

    color: #000;

    margin-bottom: 28px;

    -webkit-transition: .5s all;

    -moz-transition: .5s all;

    -o-transition: .5s all;

    -ms-transition: .5s all;

    transition: .5s all;

}

.testi-pro-box-row h3 {

    font-size: 23px;

    color: #000;

    margin-bottom: 18px;

    -webkit-transition: .5s all;

    -moz-transition: .5s all;

    -o-transition: .5s all;

    -ms-transition: .5s all;

    transition: .5s all;

}

.testi-pro-box-row p {
    font-size: 14px;
    color: #777;
}


.single-left {
    width: 31.33%;
    float: left;
     /*margin: 0 1%; */
}

.single-left1 {

    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.1);

}

.single-left h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}

.single-left span {
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 12px;
    margin-bottom: 10px
}

.text-uppercase {
    color: #777;
    font-size: 16px;
    display: block
}





/* 合作伙伴 */

.partner {

    position: relative;

    text-align: center;

    background: #f1f1f1;

    padding: 35px 0px;

}



.partner .auto-container {

    padding-left: 30px;

    padding-right: 30px;

}



.partner .slider {

    position: static;

}



.partner .slider .owl-stage-outer {

    z-index: 10;

}

.partner li {

    list-style: none;

}

.partner li img {

    position: relative;

    display: inline-block !important;

    width: auto !important;

    max-width: 100% !important;

    opacity: 1;

    transition: all 300ms ease-in;

    -webkit-transition: all 300ms ease-in;

    -ms-transition: all 300ms ease-in;

    -o-transition: all 300ms ease-in;

    -moz-transition: all 300ms ease-in;

}



.partner li img:hover {

    opacity: 0.50;

}



.partner .owl-dots {

    display: none !important;

}



.partner .owl-controls {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 5;

    margin: 0px !important;

    opacity: 0.10;

}



.partner:hover .owl-controls {

    opacity: 1;

}



.partner .owl-controls .owl-prev {

    position: absolute;

    left: 0px;

    top: 0px;

    margin: 0px;

    width: 50px;

    height: 100%;

    font-size: 0px;

    overflow: hidden;

    text-indent: 100px;

    background: url(../images/icon-prev-1.png) center center no-repeat !important;

}



.partner .owl-controls .owl-next {

    position: absolute;

    right: 0px;

    top: 0px;

    margin: 0px;

    width: 50px;

    height: 100%;

    font-size: 0px;

    overflow: hidden;

    text-indent: 100px;

    background: url(../images/icon-next-1.png) center center no-repeat !important;

}







/* 底部 */

.ftr-menu,

.subscribe {

    background: #1655a4;

}

.color-overlay {

    background: url(../images/left-bg.png) no-repeat left,

        url(../images/right-bg.png) no-repeat right;

}

.ftr-menu ul li {

    display: inline-block;

}



.ftr-menu ul li a {

    color: #fff;

    font-size: 15px;
    margin: 0 10px;

}

.ftr-menu ul li:after {

    content: "|";

    color: #fff;

    opacity: 0.65;

    height: 100%;

    width: 100%;
    margin: 0 5px;

    z-index: -1;

}

.ftr-menu ul li:last-child:after {

    content: "";
    display: none
}



.ftr-menu ul li a:hover {

    color: #ccc;

}



/* footer end */

.footer-end {

    background: #fff;

}

.padding-w3ls-footer {

    margin-left: 0em;

}



/* copyright */

.copy-right p {

    color: #444;

    font-size: 14px;

}

.copy-right p a {

    color: #006e29;

}

.footer-social,

.copy-right {

    padding: 2em 0;

}



/*---------------------------------------------------------------内页样式--------------------------------------------------------------------------*/



/* 分页 */

.post-pagination {

    display: block;

    margin-top: 10px;

}

.post-pagination li {

    display: inline-block;

    margin: 0 3px;

}

.post-pagination li a {

    background: #fff none repeat scroll 0 0;

    border: 1px solid #f2f2f2;

    color: #2f2f2f;

    display: block;

    font-size: 18px;

    font-weight: 600;

    height: 45px;

    padding: 10px 0;

    transition: all 500ms ease 0s;

    width: 55px;

    font-family: "微软雅黑";

    border-radius: 4px;

}

.post-pagination li.active a,

.post-pagination li:hover a {

    background: #1655a4;

    color: #ffffff;

    border: 1px solid #1655a4;

}



.ba h2 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 150px;
}

.ba p {
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
}

.ba1 {

    background: url(../images/ba1.jpg) no-repeat center #eee;

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    min-height: 380px;

}

.ba2 {

    background: url(../images/ba2.jpg) no-repeat center #eee;

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    min-height: 380px;

}

.ba3 {

    background: url(../images/ba3.jpg) no-repeat center #eee;

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    min-height: 380px;

}

.ba4 {

    background: url(../images/ba4.jpg) no-repeat center #eee;

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    min-height: 380px;

}

.ba5 {

    background: url(../images/ba5.jpg) no-repeat center #eee;

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    min-height: 380px;

}

.ba6 {

    background: url(../images/ba6.jpg) no-repeat center #eee;

    background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    min-height: 380px;

}



/* 当前位置 */

.positionbg {
    background: #f1f1f1
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
    background: none
}

.breadcrumb .active {

    color: #006e29;

}



.breadcrumb li a {

    letter-spacing: 1px;

    color: #444;

}





/* 关于我们 */

.abt-img img {

    border: 5px solid #fff;

    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    width: 100%;

}



/* 企业文化 */

.culture .tittle {
    font-size: 25px;
    color: #006e29
}

.culture .tittle span {
    font-size: 18px;
    font-weight: 500;
    color: #777;
}

.team-pro-box-left h4 {

    font-size: 22px;

    color: #000;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 16px;

}

.team-pro-box-left p {

    font-size: 15px;

}



/***** 产品展示 *****/

.product-heading {

    text-align: center;

}

.pro-box {

    position: relative;

    clear: both;

    margin: 0 auto;

    max-width: 1000px;

    list-style: none;

    text-align: center;

}

.pro-box figure {

    position: relative;

    overflow: hidden;

    height: auto;

    text-align: center;

    /*cursor: pointer;*/

}

.product {

    padding: 0 .5em;

}

.pro-box figure img {

    position: relative;

    display: block;

    width: 100%;

    opacity: 0.8;

}



.pro-box figure .text-gallery-w3ls {

    padding: 2em;

    color: #fff;

    text-transform: uppercase;

    font-size: 1em;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

}



.pro-box figure .text-gallery-w3ls,

.pro-box figure .text-gallery-w3ls>a {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}





figure.effect-apollo img {

    opacity: 0.95;

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

    transition: opacity 0.35s, transform 0.35s;

    -webkit-transform: scale3d(1.05, 1.05, 1);

    transform: scale3d(1.05, 1.05, 1);

    -moz-transform: scale3d(1.05, 1.05, 1);

    -o-transform: scale3d(1.05, 1.05, 1);

    -ms-transform: scale3d(1.05, 1.05, 1)
}



figure.effect-apollo .text-gallery-w3ls::before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.5);

    content: '';

    -webkit-transition: -webkit-transform 0.6s;

    transition: transform 0.6s;

    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    -mz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

}



figure.effect-apollo p {

    position: absolute;

    right: 0;

    bottom: 0;

    margin: 3em;

    padding: 0 1em;

    max-width: 188px;

    border-right: 4px solid #006e29;

    text-align: right;

    opacity: 0;

    -webkit-transition: opacity 0.35s;

    transition: opacity 0.35s;

    color: #ffffff;

    font-size: 1em;
    font-weight: 100;

    background: rgba(0, 110, 41, 0.62);

    text-transform: capitalize;

}



figure.effect-apollo h2 {

    text-align: left;

}



figure.effect-apollo:hover img {

    opacity: 0.6;

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    -moz-transform: scale3d(1, 1, 1);

    -o-transform: scale3d(1, 1, 1);

    -ms-transform: scale3d(1, 1, 1);

}



figure.effect-apollo:hover .text-gallery-w3ls::before {

    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

}



figure.effect-apollo:hover p {

    opacity: 1;

    -webkit-transition-delay: 0.1s;

    transition-delay: 0.1s;

}





/* 产品推荐 */

.categories ul li,

.single-left2-left ul li {

    list-style-type: none;

    font-size: 14px;

}



.categories ul li i,

.single-left2-left ul li i {

    color: #006e29;

}



.categories ul li a,

.single-left2-left ul li a {

    color: #555;

}



.categories ul li a:hover,

.single-left2-left ul li a:hover,

.posts-pro-box-right h4 a:hover,

.wthree_blog_events_list li a:hover {

    color: #f1cf69 !important;

}







/*招聘*/

.job_table {

    width: 100%;

    overflow: hidden;

}



.job_table .table {

    border: 1px solid #efefef;

}



.job_table .thead-inverse {

    background: #efefef;

    border: 0px solid;

}



.job_table .thead-inverse tr th {

    font-size: 20px;

    color: #444;

    font-weight: 600;

    border-bottom: 0px solid !important;

}



.job_table .thead-inverse tbody tr td {

    color: #444;

    font-weight: 500;

    font-size: 14px;

    padding-left: 15px;

}



.job_table tbody tr td i {

    width: 20px;

    height: 20px;

    border-radius: 100%;

    color: #1655a4;

    text-align: center;

    font-size: 16px;

    margin-right: 10px;

}



.job_table .table thead>tr>th,

.job_table .table tbody>tr>th,

.job_table .table tfoot>tr>th,

.job_table .table thead>tr>td,

.job_table .table tbody>tr>td,

.job_table .table tfoot>tr>td {

    padding: 15px;

    line-height: 1.428571429;

    vertical-align: top;

    border-top: 1px solid #ddd;

    font-size: 14px;

    color: #444;

}





/*联系我们*/

.contact-content #contact-page-google-map {

    height: 400px;

    width: 100%;

    margin-bottom: 63px;

}



.contact-content h2 {

    color: #23282A;

    font-size: 30px;

    text-transform: capitalize;

    font-weight: 600;

    margin: 0;

    margin-bottom: 35px;

}



.contact-content .contact-form textarea,

.contact-content .contact-form input {

    width: 100%;

    height: 60px;

    border: 1px solid #F0F0F0;

    outline: none;

    padding-left: 20px;

    line-height: 58px;

    margin-bottom: 20px;

}



.contact-content .contact-form textarea {

    height: 221px;

}



.contact-content .contact-form button {

    width: 120px;

    height: 45px;

    background: #72b01b;

    font-size: 13px;

    font-family: 'Raleway';

    font-weight: bold;

    text-transform: uppercase;

    border: none;

    outline: none;

    color: #fff;

}



.contact-content .contact-info {

    padding: 0;

}



.contact-content .contact-info li {

    list-style: none;

    margin-bottom: 23px;

}



.contact-content .contact-info li .icon-box,

.contact-content .contact-info li .content-box {

    display: table-cell;

    vertical-align: top;

}



.contact-content .contact-info li .icon-box .inner {

    width: 70px;

    height: 70px;

    background: #72b01b;

    border-radius: 50%;

    text-align: center;

    line-height: 70px;

    color: #fff;

    font-size: 30px;

    margin-right: 25px;

}



.contact-content .contact-info li .content-box h4 {

    margin: 0;

    font-size: 18px;

    text-transform: uppercase;

    color: #000000;

    font-weight: bold;

    margin-bottom: 10px;

}



.contact-content .contact-info li .content-box p {

    color: #444;

    line-height: 26px;

}



/* 在线留言 */

.w3l_contact_form input[type="text"],

.w3l_contact_form input[type="email"],

.w3l_contact_form textarea {

    padding: 12px;

    font-size: 15px;

    letter-spacing: 1px;

}



.w3l_contact_form textarea {

    min-height: 13em;

    resize: none;

}



.w3l_contact_form input[type="submit"] {

    outline: none;

    padding: 12px 60px;

    font-size: 16px;

    letter-spacing: 1px;

    margin-top: 1em;

    color: #fff;

    background: #1655a4;

    border: none;

    -webkit-transition: .5s all;

    -moz-transition: .5s all;

    transition: .5s all;

}



.w3l_contact_form input[type="submit"]:hover {

    background: #006e29;

    -webkit-transition: .5s all;

    -moz-transition: .5s all;

    transition: .5s all;

}



.w3ls_map iframe {

    width: 100%;

    min-height: 360px;

}
.xf-page{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:0px 0 0px; text-transform:uppercase;clear: both;}
.xf-page ul {display: block; display: flex; align-items: center; justify-content: center;}
.xf-page ul li {display: inline-block;width: auto; border-radius: 0; margin-bottom: 0; margin-right: 0; margin-left: 0; border: none; overflow: hidden; background: none;}
.xf-page .pagination{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:auto; padding-top:7px;}
.xf-page .pagination a,.xf-page .pagination span{display:inline-block; padding:0 20px;line-height:36px;font-size:14px;margin:0 5px;color: #666;background: #fff;-webkit-transition:0.5s;transition:0.5s;}
.xf-page .pagination span.current,.xf-page .pagination a:hover,.xf-page li.active span{color:#fff; border-color:#1655A5; background:#1655A5;}
.category {
    margin-bottom: 2rem;
}
.category ul li {
    display: inline-block;
    margin-right: 8px;
    list-style: none;
    font-size: 14px;
}
.category ul li a {
    padding: 6px 12px;
    color: #333333;
    display: block;
    border: 1px solid #E1E1E1;
}
.category ul li:hover a, .category ul li.now a {
    border-color: #007E29;
    color: #007E29;
}