/* =======================================================
*
* 	Template Style
*
* ======================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}

body {
    font-family: "microsoft yahei","PingHei","STHeitiSC-Light", "tahoma", "Myriad Set Pro", "Lucida Grande","Helvetica Neue", "Helvetica", "Arial","Verdana", "sans-serif";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    background: #fff;
}

a {
    color: #333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #333;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family:"microsoft yahei", "Space Mono", Arial, serif;
    font-weight: 400;
    /*margin: 0 0 20px 0;*/
}

::-webkit-selection {
    color: #fff;
    background: #317AE1;
}

::-moz-selection {
    color: #fff;
    background: #317AE1;
}

::selection {
    color: #fff;
    background: #317AE1;
}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cl,.clearfix{zoom:1}

/*----------------
    index
---------------------*/
/*header*/
.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    border-bottom:1px solid #f2f2f2
}
.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header {
        height: 100px;
    }
}
@media screen and (max-width: 768px){
    .cd-auto-hide-header .logo{
        height:100%;

    }
    .cd-auto-hide-header .logo a{
        height:100%;
        padding:10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }
    .cd-auto-hide-header .logo a img{
        height:100%;
    }
}
.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
    left: 5%;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
    display: block;
}

.cd-auto-hide-header .nav-trigger {
    /* vertically align its content */
    width:58px;
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    right: 0;
    border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 1px;
    width: 24px;
    background-color: #25283D;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-auto-hide-header .nav-trigger em {
    /* this is the menu central line */
    margin: 6px auto 14px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon top line */
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
    /* this is the menu icon bottom line */
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    width:75%;
}
@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: none;
    }
}
.cd-auto-hide-header.nav-open .nav-trigger em {
    /* transform menu icon into a 'X' icon */
    background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
    /* rotate top line */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
    /* rotate bottom line */
    width:100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}
.cd-primary-nav > ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
    /*-moz-transform: translateY(100%);*/
    /*-webkit-transform: translateY(100%);*/
    /*-ms-transform: translateY(100%);*/
    /*-o-transform: translateY(100%);*/
    /*transform: translateY(100%);*/
    /*-webkit-transition: 0.5s;*/
    /*-o-transition: 0.5s;*/
    /*transition: 0.5s;*/
    border-top: 1px solid #f2f2f2;
    /*border-bottom: 1px solid #f2f2f2;*/
}
.cd-primary-nav > ul a {
    /* target primary-nav links */
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 5%;
    color: #25283D;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
    color: #000;
}
@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        /* vertically align its content */
        display: table;
    }
    .cd-primary-nav > ul {
        /* vertically align inside parent element */
        display: table-cell;
        vertical-align: middle;
        /* reset mobile style */
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .cd-primary-nav > ul::after {
        clear: both;
        content: "";
        display: block;
    }
    .cd-primary-nav > ul li {
        display: inline-block;
        float: left;
        /*margin: 0 1.5em;*/
    }
    .cd-primary-nav > ul li:last-of-type {
        margin-right: 0;
    }
    .cd-primary-nav > ul a {
        /* reset mobile style */
        height: auto;
        line-height: normal;
        border: none;
        padding: 15px 0px;
        margin: 0px 16px;
        position: relative;
        color:#000;
    }
    .cd-primary-nav > ul li a:before{
        background-color: transparent;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        height: 2px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
        width: 0;
    }

    .cd-primary-nav > ul li.active a:before, .cd-primary-nav > ul li a:hover:before{
        content: "";
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background: #cfa972;
    }
}
@media screen and (max-width: 1024px){
    .cd-primary-nav > ul a {
        margin: 0px 10px;
    }
}
.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
    /*
        show primary nav - mobile only
        :target is used to show navigation on no-js devices
    */
    display: block;
}
.nav-open .cd-primary-nav ul{
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
@media only screen and (min-width: 1024px) {
    .nav-open .cd-primary-nav ul,
    .cd-primary-nav ul:target {
        display: table-cell;
    }
}

/*banner*/
.cd-main-content {
    padding-top: 60px;
    overflow: hidden;
}
@media only screen and (min-width: 1024px) {
    .cd-main-content {
        padding-top: 100px;
    }
}

.carousel > .carousel-inner > .item > img {
    width: 100%;
}
/*about us*/
.about-us{
    /*margin-top:40px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    float: left;
    position: relative;
}
.about-us:after{
    display: none;
    content: "";
    width:0;
}

@media only screen and (min-width: 1024px) {
    .about-us{
       padding:85px 0;
    }
    .about-us:after{
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left:10%;
        width:110px;
        height:45px;
        background: url(../img/ind1.png) no-repeat;
        background-size:110px 45px;
    }
}
@media screen and (max-width: 1024px){
    .about-us{
        margin:40px 0 0 0;
    }
}
    .about-left,.about-right{
    width:50%;
    display: inline-block;
}
.about-left{
    padding:5% 5% 0 4%;
    overflow: hidden;
}
.about-left .about-top .about-icon{
    display: inline-block;
    padding:10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border:1px solid #afafaf;
    text-align: center;
    vertical-align: middle;
    width:56px;
    height:56px;
}
.about-left .about-top .about-icon img{
    width:100%;
    vertical-align: middle;
}
.about-left .about-top .title-top{
    line-height:56px;
    font-size:24px;
    color:#afafaf;
    padding-left:24px;
    vertical-align: middle;
}
.about-left .left-text{
    padding-left:80px;
}
.about-left .left-text h2{
    font-size:36px;
}
.about-left .left-text .title-two{
    margin-bottom:20px;
}
.about-left .left-text .text{
    color:#666;
    font-size:14px;
    line-height:30px;
    margin-bottom:3em;
}
.about-bottom{
    /*font-size:68px;*/
    /*font-family: "Helvetica";*/
    /*/!*font-family: "HPE";*!/*/
    /*font-weight:bold;*/
    /*text-transform: uppercase;*/
    /*color:#f9f7f2;*/
    padding-left:60px;
    overflow: hidden;
    width:100%;
    padding-bottom: 20px;
}
.about-bottom img{
    width:100%;
}

.about-right{
    display: table;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    background-image:url(../img/abg2.jpg);
    text-align: center;
}

.about-right .tile{
    width:50%;
    float:left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: white;
    height:50%;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width:768px){
    .about-right .tile{
        width:49.2%;
    }
}

.about-right .tile:nth-child(2n+2){
    border-right:none;
}
.tile-img1{
    background: url(../img/name1.png) no-repeat;
}
.tile-img2{
    background: url(../img/name2.png) no-repeat;
}
.tile-img3{
    background: url(../img/name3.png) no-repeat;
}
.tile-img4{
    background: url(../img/name4.png) no-repeat;
}
.tile-img{
    position: absolute;
    top: 50%;
    left: 50%;
    padding:10%;
    width:170px;
    height:50px;
    margin-top:-25px;
    margin-left:-85px;
    background-size:170px 50px;
    transition: all 0.6s ease-in-out;
    opacity: 1;
}

@media only screen and (min-width: 1024px){
    /*.about-bottom{*/
        /*font-size:98px;*/
    /*}*/
    .about-right .tile .overlay {
        z-index: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-color: #89211b;
        opacity: 0;
        transition: all 0.6s ease-in-out;
        transform: translateX(-200px);
        transition-delay: 0.2s;
    }
    .about-right .tile:hover .overlay {
        transform: translateX(0); opacity: 0.8;
    }
    .about-right .tile:hover .tile-img{
        opacity: 0;
    }

    .tile .text {
        z-index: 99;
        position: absolute;
        padding: 30px;
        height: calc(100% - 60px);
        text-align: center;
        /*border:1px solid #fff;*/
        width:100%;
    }
    .about-right .tile:hover .tile .text{
        border:1px solid #fff;
        z-index: 999;
        display: block;
    }
    .tile h2 {
        font-weight: 700;
        margin-top: 20px;
        /*font-style: italic;*/
        transform: translateX(300px);
        font-size:36px;
        color:#fff;
    }
    .tile p {
        font-weight: 300;
        margin:0 auto;
        margin-top: 20px;
        line-height: 25px;
        transform: translateX(-300px);
        transition-delay: 0.2s;
        height:1px;
        border-bottom:1px solid #fff;
        width:80%;

    }
    .animate-text { opacity: 0; transition: all 0.6s ease-in-out; }

    .tile:hover .animate-text {
        transform: translateX(0);
        opacity: 1;
    }

}
@media screen and (max-width: 992px){
    .about-right {
        height: 450px;
    }

}

@media screen and (max-width: 768px){
    .about-left,.about-right{
        width: 100% !important;
        /*float:left;*/
    }
    .about-left{
        padding:0 15px;
    }
    .about-left .left-text{
        padding-left:0;
    }
    .tile .text,.about-right .tile .overlay{
        display: none;
    }
    .tile-img{
        width:150px;
        height:46px;
        margin-top:-23px;
        margin-left:-75px;
        background-size:150px 46px;
    }
    .about-bottom{
        display: none;
    }
}

/*ind-news*/
.news{
   width:100%;
    background: #eaeaea;
    overflow: hidden;
    /*padding:40px 0;*/
    position:relative;
}


/*.news-box{*/
    /*width:1200px;*/
    /*margin:0 auto;*/
/*}*/

.news-box .texto{
    /*height:84px;*/
    /*width:354px;*/
    background: url(../img/t2.png) no-repeat center center;
    background-size:354px 84px;
}
.ind-box .text-center{
    margin-bottom:4em;
}
.ind-box .text-center h2{
    display: block;
    font-size:40px;
    line-height:84px;
    text-align: center;
    font-weight:700;
}
.news-box ul{
    /*margin-top:60px;*/
}
.news-blog{
    overflow: hidden;
}
.news-blog>a{
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height:auto;
    overflow: hidden;
}
.news-blog>a img {
    width: 100%;
}
.news-box .blog-text{
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    padding: 30px 25px;
    float: left;
    background: #fff;
    border: 1px solid rgbs(#000, 0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news-box .blog-text h3 {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.blog-text p{
    font-size:14px;
    line-height:26px;
    height:78px;
    overflow: hidden;
    margin-bottom:25px;
}
.blog-text .btn{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family:  "Arial";

}
.news-box .blog-text span.comment {
    float: right;
    line-height:30px;
    color: rgba(0, 0, 0, 0.3);
    font-size:14px;
    font-family: "HELVETICANEUELTPRO-THEX";
}
.ind-more{
    font-size:20px;
    /*text-align: center;*/
    display: block;
    text-transform: uppercase;
}
.ind-more .iconfont{
    font-size:20px;
    padding-left:10px;
    font-weight: 600;
}
.icon-black{
    color:#000;
}
.icon-white{
    color:#fff;
}
.icon-white:hover{
    color:#fff;
}
.news:after{
    display: none;
}
@media only screen and (min-width: 1024px){
    /*.news{*/
        /*padding:90px 0;*/
    /*}*/
    .news:after{
        content:'';
        display: block;
        width:113px;
        height:113px;
        background: url(../img/ind2.png) no-repeat center center;
        background-size:cover;
        position: absolute;
        right: 100px;
        bottom:80px;

    }
    .news-blog>a{
        height:250px;
    }
}

@media screen and (max-width: 1200px){
    .news-blog>a{
        height:200px;
    }
}

@media screen and (max-width: 768px){

    .news-blog {
        width: 100%;
    }
    .news-blog>a{
        height:auto;
    }
}
/*优势*/
.ind-box{
    margin-top:8em;
}
.ascendancy{
    /*margin-top:8em;*/
    overflow: hidden;
}
.ascendancy-box .textt{
    background: url(../img/t3.png) no-repeat center center;
    background-size:881px 84px;

}
#fh5co-hero {
    /*margin-top:50px;*/
    min-height: 700px;
    max-height:800px;
    /*background: #fff url(../images/loader.gif) no-repeat center center;*/
}
#fh5co-hero .btn {
    font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
    padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
    max-height:800px;
    position: relative;
}
#fh5co-hero .flexslider .slides .holder:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#fh5co-hero .flexslider .flex-control-nav {
    display: block;
    bottom: 40px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}
#fh5co-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 10px;
}
#fh5co-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
}
@media only screen and (min-width: 1024px){
    #fh5co-hero .flexslider .flex-direction-nav{
        display: block;
        position: absolute;
        bottom: 00px;
        z-index: 1000;
        float: right;
        width: 160px;
        right:50%;
        margin-right:-80px;
    }
    #fh5co-hero .flexslider .flex-direction-nav li a{
        display:block;
        width:80px;
        height:80px;
        float:left;
        background-size:cover;
    }
    #fh5co-hero .flexslider .flex-direction-nav li.flex-nav-prev a{
        display: block;
        background: url(../img/j_left.png) no-repeat center center;
    }
    #fh5co-hero .flexslider .flex-direction-nav li.flex-nav-next a{
        display: block;
        background: url(../img/j_right.png) no-repeat center center;
    }
    #fh5co-hero .flexslider .flex-control-nav{
        display: none;
    }
}

#fh5co-hero .flexslider .slider-text-bg {
    /*background: #005f3c;*/
    /*background: rgba(0, 95, 60, 0.8);*/
    background:#427c66;
    background: rgba(66, 124, 102, 0.9);
}
@media screen and (max-width: 992px) {
    #fh5co-hero .flexslider .slider-text-bg {
        background: rgba(0, 95, 60, 0.8);
        position: absolute;
        width: 100% !important;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
#fh5co-hero .flexslider .slider-text,
#fh5co-hero .flexslider .slider-text-bg {
    display: table;
    opacity: 0;
    z-index: 9;
    min-height: 700px;
    max-height:800px;
}
@media screen and (max-width: 992px) {
    #fh5co-hero .flexslider .slider-text,
    #fh5co-hero .flexslider .slider-text-bg {
        min-height: inherit !important;
        display: block;
        height: inherit !important;
        width: 100%;
    }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 3em;
    min-height: 700px;
    max-height:800px;
}
@media screen and (max-width: 992px) {
    #fh5co-hero .flexslider .slider-text > .slider-text-inner,
    #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner {
        min-height: inherit !important;
        display: block;
        height: inherit !important;
        padding: 1em .9em;
        width: 100%;
    }
}
.slider-text-inner h1{
    position:relative;
}
.slider-text-inner h1:after{
    display: block;
    content: "";
    background: #fff;
    height:3px;
    width:180px;
    position: absolute;
    right:0;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h1,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner p{
    color: white;
    font-size:14px;
    line-height:1.7;
    margin-bottom:40px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h1 {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    #fh5co-hero .flexslider .slider-text > .slider-text-inner h1,
    #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h1 {
        font-size: 30px;
    }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h2 a {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .heading-section {
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section,
    #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .ct a,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .ct a {
    color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .fh5co-lead {
    font-size: 20px;
    color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart,
#fh5co-hero .flexslider .slider-text-bg > .slider-text-inner .fh5co-lead .icon-heart {
    color: #d9534f;
}
.slides li{
    background-image: url(../img/ys1.jpg);
}
.slides li.li_t{
    background-image: url(../img/ys3.jpg);
}
/*品牌*/
/*.snack{*/
    /*margin-top:80px;*/
/*}*/
.snack-box .texts{
    background: url(../img/t4.png) no-repeat center center;
    background-size:440px 84px;

}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.snack-list .clean-blurb-icon-only{
    width:100%;
    display: block;
    height:100%;
    float:left;
    overflow: hidden;
}
.snack-list img{
    width:100%;
    height:100%;
}
.snack-box p{
    margin-bottom:0;
    font-size:14px;
}
.snack-box p.text-list{
    font-size:14px;
    padding-top:4em;
}
.snack-box .text-center{
    margin-bottom:2em;
}
.snack-box p.text-list span{
    padding:0 20px;

}
.first-text{
    color:#b57834;
}
/*合作*/
/*.partners{*/
    /*margin-top:80px;*/
/*}*/
.partners-box .textf{
    background: url(../img/t5.png) no-repeat center center;
    background-size:675px 84px;

}
@media screen and (min-width:1024px){
    .partners-list{
        width:20%;
    }
}
.boxes [class*="col-"] {
    /* padding: 5%; */
}
.vcenter {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* float: none; */
}
.partners-list{
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;
}
.partners-list img{
   /*max-width:384px;*/
    /*max-height:160px;*/
}
.partners-list:hover img{
    -webkit-animation:tada 1s .2s ease both;
    -moz-animation:tada 1s .2s ease both;
}
.client-image:hover {
    -webkit-animation: animClient 1.2s both;
    animation: animClient 1.2s both;
}
.client-image {
    max-width: 130px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clean-service-wrapper{
    width:100%;
    overflow: hidden;
}

/*底部*/
.footer{
    display: none;
}
@media only screen and (min-width:1024px){
    .footer{
        display: block;
        background:#292929;
        color:#fff;
        margin: 0 auto;
    }
    .footer .text-top{
        text-align: center;
        padding: 40px 0px;
    }
    .footer .text-top a{
        color:#fff;
        margin: 0px 18px;
    }
    .footer .foot-fname p{
        margin-bottom:15px;
        font-size:14px;
    }
    .footer .foot-fname p.name{
        font-size:20px;
    }
    .foot-img{
        width:100%;
        vertical-align: middle;
    }
    .foot-img img{
        width:100%;
    }
}
.footer-bottom{
    background: #000000;
    color:#fff;
    padding-top:15px;
    text-align: center;
    overflow: hidden;
}
.footer-bottom .line{
    display: inline-block;
    height:10px;
    width:1px;
    background:#fff;
    margin:0 8px;
}
@media screen and (max-width:768px){
    .ind-box .text-center{
       background: none;
        margin-bottom:2em;
    }
    .snack-box p.text-list{
        padding-top:2em;
    }
    .ind-box{
        margin-top:3em;
    }
    .ind-box .text-center h2{
        font-size:36px;
    }
    #fh5co-hero .flexslider .slider-text > .slider-text-inner h2, #fh5co-hero .flexslider .slider-text-bg > .slider-text-inner h2{
        font-size:30px;
    }
}

/*内页banenr*/
.inside-banenr{
    width:100%;
    position: relative;
    overflow: hidden;
    background: url(../img/nban1.jpg) no-repeat center top;
    background-size:cover;
}
.inside-banenr .bg-img{
    width:100%;
    z-index:1;
}
.inside-banenr .inside-head{
    width:1200px;
    max-width:96%;
    margin:0 auto;
    z-index:10;
    padding:235px 0 70px;
    color:#fff;
}
.inside-banenr .inside-head h2{
    color:#fff;
    font-size: 36px;
    margin-bottom:15px;
}
.inside-banenr .inside-head a{
    color:#fff;

}
@media screen and (max-width:768px){
    .inside-banenr .inside-head{
        padding:170px 0 40px;
    }
}
.fuhao{
    margin:0 8px;
}
.inside-nav{
    width:100%;
    border-bottom:1px solid #eee;
    overflow: hidden;
}
.inside-nav .inside-list{
    width:1200px;
    margin:0 auto;
    max-width:96%;
    overflow: hidden;
}
.inside-list li{
    float:left;
    margin-right:35px;
    position: relative;
}
.inside-list li.active:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #c5a97b;
    left: 0;
    bottom: -1px;
}
.inside-list li a{
    line-height:80px;
    padding: 0 5px;
    font-size:15px;
}
@media screen and (max-width:768px){
    .inside-list li{
        margin-right:0px;
    }
    .inside-list li a{
        font-size:13px;
    }
}
.main{
    width:100%;
    overflow: hidden;
    margin:0 auto;
    padding-top:4em;
    padding-bottom:4em;
}
/*公司简介*/
.digital{
    text-align: center;
    overflow: hidden;
}
.digital li .count-title{
    font-size:50px;
    font-weight:bold;
    color:#bda982;
}
.digital li p{
    color:#636161;
    font-size:15px;
}
.inintroduce-main{
    padding-top:7em;
}
.inintroduce-main .title,.inspeech-main .title{
    font-size:36px;
    font-weight:bold;
    text-align: center;
    margin-bottom:30px;
}
.ntext p{
    margin-bottom:20px;
    text-indent:2em;
    font-size:15px;
    line-height:30px;
}
.inintroduce-img{
    width:100%;
    padding:0 -15px;
    background: url(../img/js1.jpg) no-repeat top center;
    background-size:cover;
    position: relative;
    margin-bottom:20px;
}

.inintroduce-img .img-text{
    width:50%;
    padding:50px 40px;
    height:100%;
    color:#fff;
    background: url(../img/nbg1.png) repeat top center;
    background-size:cover;
}

.inintroduce-img .img-text h3{
    font-size:45px;
    color:#fff;
    margin-bottom:30px;
}
@media screen and (max-width: 992px){
    .inintroduce-img .img-text {
        position: absolute;
        width: 100% !important;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width:768px){
    .digital li .count-title{
        font-size:40px;
    }
    .digital li p{
        font-size:13px;
    }
    .inintroduce-img .img-text{
        padding:20px;
        height:auto;
    }
    .inintroduce-img .img-text h3{
        font-size:30px;
    }
    .inintroduce-img{
        min-height:400px;
    }
}

/*董事长致辞*/
.inspeech-main{
    width:100%;
    overflow: hidden;
}
.inspeech-main .title{
    color:#b57834;
}
.speech-name{
    width:100%;
    padding:40px 0;
}

/*荣誉历史*/
.inhistory-block{
    width:100%;
    margin-bottom:50px;
}
.inhistory-block .owl-carousel{
    background: #f9f9f9;
    padding: 40px 40px;
}
@media (min-width: 1200px){
    .container{
        padding:0;
        width:1200px;
    }
}
@media screen and (min-width:768px){
    .container{
        padding:0;
        /*width:1200px;*/
    }
}


/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;

}
/* display none until init */
.owl-carousel{
    /*display: none;*/
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls .owl-buttons div .iconfont{
    font-size:30px;
    font-weight:bold;
    color:#cccccc;
}

.owl-controls .owl-buttons div:hover .iconfont{
    color:#9d7c4b;
}
/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.inhistory-block .block .owl-carousel {
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.inhistory-block .owl-item img {
    padding: 0 30px 00px;
    border-radius: 2px;
}
.inhistory-block .block .owl-carousel .owl-pagination .active {
    background: #FF5333;
}
.inhistory-block .block .owl-carousel .owl-pagination div {
    background: #DADADA;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.inhistory-block .block .owl-carousel .owl-buttons {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 40px;
    color: #AA9D84;
}
.owl-img{
    text-align: center;
    vertical-align: middle;

}
.owl-img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
    margin:auto;
}
/*.mo-showright .show-img{*/
    /*position: relative;*/
/*}*/
/*.mo-showright .show-img img{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
/*}*/
.owl-controls .owl-next,.owl-controls .owl-prev{
    position: absolute;
    top:50%;
    margin-top:-15px;

}
.owl-controls .owl-next{
    right:12px;
}
.owl-controls .owl-prev{
    left:12px;
}
.inh-honor{
    width:100%;
    margin-bottom:40px;
}
.inh-honor .title,.honor-list li{
    line-height:30px;
    padding:15px 80px;
}
.inh-honor .title{
    background: #a87b41;
    border-bottom:1px dashed #c7c8c7;
    text-align: center;
}
.inh-honor .title h3{
    color:#fff;
    font-size:24px;
}
.honor-list li{
    border:1px dashed #c7c8c7;
    border-top:none;
}
.honor-list li p{
    margin:0;
}
@media screen and (max-width:768px){
    .inh-honor .title,.honor-list li{
        line-height:30px;
        padding:15px 15px;
    }
}
.news-page{
    text-align: center;
    margin-bottom:30px;
}
.news-page a,.news-page span {
    display: inline-block;
    padding: 0.4em 0.8em;
    border: 1px solid #eee;
    margin: 0 1px;
    font-size:16px;
}
.news-page .active,.news-page .current{
    background:#bda982;
    color:#fff;
}

/*企业伙伴*/
.partner-map{
    width:80%;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    margin-bottom:100px;

}
.partner-map img{
    width:100%;
}
.inp-partner .title{
    font-weight:bold;
    font-size:36px;
    padding:40px 15px 60px;
    text-align: center;

}
@media screen and (max-width:768px){
    .partner-map{
        width:100%;
        margin-bottom:70px;
    }
}


/*企业文化*/
.nban2{
    background: url(../img/nban2.jpg) no-repeat center top;
}
.incu-list{
    width:100%;
    background: #f7f7f4;
    overflow: hidden;
    margin-bottom:4em;
}
.incu-list .list-left{
    width:47%;
    float:left;
}
.incu-list .list-right{
    width:53%;
    float:left;
}
.listo .text{
    padding:20px 40px;

}
.listo .text h2,.list-center h2,.listth h2{
    font-size:24px;
    font-weight:bold;
    color:#b57834;
    margin-bottom:10px;
}
.listo .text p{
    line-height:30px;
    font-size:15px;
}
.listo .text .text-bottom{
    margin-bottom:20px;
}
.listo .lists-right .text{
    padding:40px 40px;
}
.listo .lists-right .text  .text-bottom{
    margin-bottom:40px;
}
.listo .lists-right .text h2{
    margin-bottom:20px;
}
.list-center{
    min-height:390px;
    background: url(../img/culture2.jpg) no-repeat center center;
    background-size: cover;
    position: relative;

}
.list-center .text{
    padding:40px 40px;
}
.list-center .text h2{
    margin-bottom:30px;
 }

.cutext-img{
    width:100%;
    height: auto;
    text-align: center;
    display: block;
}
.listth .list-left{
    width:45%;
}
.listth h4{
    font-weight:bold;
    font-size:16px;
    margin-bottom:10px;
}
.listth .list-right{
    width:55%;
}
.listth{
    min-height:390px;
    padding:20px 40px;

}
.listth .wen-img{
    float:left;

   display: block;
    width:17%;
}
.listth .wen-img img{
    width:100%;
}
.listth h2{
    width:100%;
}
.listth .wen-text{
    width:83%;
    float:left;
    padding-left:4%;
}
.listth h2{
    margin-bottom:30px;
}

@media screen and (max-width:768px){
    .incu-list .list{
        width:100%;
    }
    .listth .list-left{
        margin-bottom:30px;
    }
}

.nmain-img{
    width:100%;
    margin-bottom:20px;
}
.nmain-img img{
    vertical-align: middle;
    text-align: center;
}
.ntitle{
    text-align: center;
    font-weight:bold;
    font-size:36px;
    margin-bottom:40px;
}
/*新闻资讯*/
.nban3{
    background:url(../img/nban3.jpg) no-repeat center top;;
}
.news-list{
    width:100%;
    overflow: hidden;
    margin-bottom:4em;
}
.news-list .list-img{
    float:left;
    width:20%;
    margin-right:4%;
}
.news-list .list-text{
    float:left;
    width:76%;
    border-bottom:1px solid #eee;
    position: relative;
}
.news-mtext{
    padding:10px 0 16px;
    color:#999;
}
.list-text h2{
    font-size:20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-text p{
    font-size:14px;
    line-height:28px;
    height:56px;
    overflow: hidden;
    color:#555;
}
.news-mtext .time{
    line-height:28px;
}

.news-title{
    font-size:30px;

}
.news-icon{
    text-align: center;
}

.news-icon i {
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    margin-top: 50px;
    padding-right: 5px;
}
.news-icon span {
    color: #7e7e7e;
    padding: 0 10px;
}
.news-line,.more-icon{
    display: none;
}
@media only screen and (min-width:1024px){
    .news-list:hover .list-text h2 a{
       color: #b57834;
    }
    .more-icon{
        display: block;
        text-align:center;
        float:right;
        line-height:26px;
        border:1px solid #b57834;
        width:90px;
        opacity: 0;
        transform: translateX(200px);
        transition: all 0.6s ease-in-out;
        cursor: pointer;
    }
    .more-icon .icon-changjiantou{
        display:block;
        color:#b57834;
        font-size:30px;
        line-height:26px;
    }
    .news-line{
        display: block;
        position: absolute;
        bottom:0;
        left:0;
        background-color:#b57834;
        height:1px;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
        width: 0;
    }

    .news-list:hover .news-line {

        width: 100%;
    }
    .news-list:hover .more-icon{
        transform: translateX(0);
        opacity: 1;
    }

}
@media screen and (max-width:768px){
    /*.news-page{*/
        /*display: none;*/
    /*}*/
    /*.news-list:last-child{*/
    /*margin-bottom:0;*/
    /*}*/
}
@media screen and (max-width:660px){
    .news-list .list-img{
        width:100%;
        display: none;
    }
    .news-list .list-text{
        width:100%;
    }
}
/*品牌建设*/
.nban4{
    background:url(../img/nban4.jpg) no-repeat center top;;
}
.inbr-logo{
    width:100%;

}
.inbr-logo .logo-top{
    width:100%;
    margin:0 auto;
    margin-bottom:4em;
}
.inbr-logo .logo-top img{

    vertical-align: middle;
    margin:0 auto;
}
.inbr-logo .logo-bottom{
    padding-top:35px;
    position: relative;
}
.logo-icon{
    position: absolute;
    top:0;
    left:50%;
    margin-left:-30px;
    width:60px;
    height:70px;
    background: #af8753;
    color:#fff;
    font-size:30px;
    line-height:70px;
    text-align: center;
    vertical-align: middle;
}
.logo-text{
    background: #eeeeee;
    padding:60px 30px;
    text-align:center;
    font-size:15px;
    line-height:30px;
}
.inbr-logo{
    margin-bottom:4em;
}
.inbr-logo:last-child{
    margin-bottom:0;
}
/*品牌展示*/
.inbr-title{
    width:100%;
    padding-bottom:4em;
    overflow: hidden;
}
/*.inbr-title img{*/
    /*width:100%;*/
/*}*/
.inbr-show .owl-carousel{
    padding:0 2.5%;
}
.inbr-show .owl-img{
    background: #eee;
    padding:15px;
}
.inbr-show .owl-item{
    width:50%;
    padding:0 10px;

}
.inbr-show .owl-controls .owl-buttons div .iconfont{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
}
.inbr-show .owl-controls .owl-buttons div{
    width:55px;
    height:55px;
    line-height:55px;
    background: #78746e;
}
.inbr-show .owl-controls .owl-prev {
    left:0;
}
.inbr-show .owl-controls .owl-next{
    right:0;
}
@media only screen and (min-width:1024px){
    .inbr-show .owl-controls .owl-buttons div:hover{
        background: #a87b41;
    }
}
.inbr-show{
    margin-bottom:6em;
}
.inbr-show:last-child{
    margin-bottom:0;
}
.inbr-show .owl-img{
    position:relative;
}
.inbr-show .show-text{
    position:absolute;
    top:50%;
    left:0;
    padding:20px 0 20px  20px;
    color:#fff;
    background: rgba(0, 0, 0, 0.0);
    width:0;
    text-align: left;
    height:140px;
    margin-top:-70px;
    transition: all 0.4s ease-out;
    display: block;
}
.inbr-show .show-text p{
    transform: translateX(-200px);
    transition-delay: 0.2s;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.inbr-show{
    overflow: hidden;
}
.inbr-show .owl-img:hover{
    cursor: pointer;
}
.inbr-show .owl-img:hover .show-text{
    position:absolute;
    width:60%;
    transform: scale(1);
    background: rgba(0, 0, 0, 0.7);
}
.inbr-show .owl-img:hover .show-text p{
    opacity: 1;
    transform: translateX(0);
}
.show-text img{
    height:50px;
    width:auto;
    margin-bottom:10px;
}
.show-text p{
    font-size:16px;
}
.dots{
    position: absolute;
     top: 20px;
    right: 00px;
    margin: 0 auto;
    width: 160px;
    height: 30px;
    color: #fff;
    /*background: #fff;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.dots .line,.dots span {
    width: 3px;
    height: 3px;
    background-color: #fff;
    /*border-radius: 50%;*/
    display: inline-block;
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.5s ease;
    transform: translateX(30px);
}
.dots .line{
    width:00px;
    display: inline-block;

}
.inbr-show .owl-img:hover .dots span {
    opacity: 1;
    transform: translateX(0px);
}
.inbr-show .owl-img:hover .dots .line{
    width:135px;
}
.dots span:nth-child(1) { transition-delay: 0.3s; }
.dots span:nth-child(2) { transition-delay: 0.2s; }
.dots span:nth-child(3) { transition-delay: 0.15s; }
.dots span:nth-child(4) { transition-delay: 0.1s; }
.dots span:nth-child(5) { transition-delay: 0.05s; }
/*.inbr-show .show-text:after{*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*height:100%;*/
    /*background: rgba(0, 95, 60, 0.8);*/

/*广告欣赏*/
.mvideo li{
    /*width:100%;*/
    margin-bottom:10px;

}
.mvideo li .list-video{
    width:100%;
    height:400px;
    overflow: hidden;
}
.mvideo li video{
    width:100%;
    background-color: #000;
    display: block;
    height:100%;
}
.video-text{
    width:100%;
    font-size:20px;
    line-height:60px;
}
/*终端建设*/
.ter-box{
    margin-bottom:4em;
}
.ter-box li{
    margin-bottom:20px;
}
.ter-box li:last-child{
    margin-bottom:0;
}
.ter-box:last-child{
    margin-bottom:0em;
}
.ter-title{
    width:100%;
    background: #eeeeee;
    height:60px;
    line-height:60px;
    padding:0 20px;
    font-size:24px;
    font-weight:700;
    margin-bottom:30px;
}

.ter-img{
    vertical-align: middle;
    width:100%;

}
.ter-img img{
    margin:auto;
    width:100%;
}
@media screen and (max-width:768px){
    .mvideo li .list-video{
        height:300px;
    }
    .inbr-show .show-text{
        display: none;
    }
}
/*业务模块*/
/*0*/
.nban5{
    background: url(../img/nban5.jpg) no-repeat center top;
}
.inbu-title{
    font-size:30px;
    color:#a38c62;
}
.inbu-title span{
    font-weight:bold;
    font-size:48px;
    margin-right:15px;
    font-family: Arial;
}
.inbu-main{
    background:#f9f9f9;
    padding:20px 40px;
    margin-bottom:4em;
}
.inbu-main:last-child{
    margin-bottom:0;
}
.inbu-main .more{
    margin-top:16px;
}
.inbu-main .more span{
    font-size:18px;
    position: relative;
    display: inline-block;
    padding:5px;

}
.inbu-main .more span:before{
    content: "";
    position: absolute;
    display: block;
    bottom:00px;
    width:20px;
    height:2px;
    background:#a38c62;
}
.inbu-main .more>a{
    border:1px solid #bfbfbf;
    padding:12px 13px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:15px;
}
.inbu-main .more>a i{
    font-size:20px;
    line-height:20px;
}
.inbu-main .top{
    margin-bottom:3em;
}
.inbu-main .text{
    font-size:15px;
    line-height:30px;
}

/*1*/
.moduleo-main{
    margin-bottom:4em;
    overflow: hidden;
}
.moduleo{
    padding-right:5%;

    overflow: hidden;
}
.moduleo .left-img{
    max-width:180px;
    margin-bottom:30px;
}
.moduleo-title{
    font-size:30px;
    font-weight:700;
   color:#a87b41;
    margin-bottom:30px;
}
.moduleo-text .text{
    font-size:14px;
    line-height:30px;
}
.moright-img .right-img{
    float:left;
    width:50%;
}
.mo-show .title{
    color:#000;
}
.moshow-list{
    /*border-top:1px solid #e5e5e5;*/
    /*border-bottom:1px solid #e5e5e5;*/
}
.mo-showleft{
    float:left;
    width:46.6666%;
    overflow: hidden;
}
.mo-showleft .owl-img{
    overflow: hidden;
    position: relative;
    padding-bottom:107%;
}


.mo-showright{
    float:left;
    width:53%;
    overflow: hidden;
    height:100%;
}
.mo-showright .show-img{
    position: relative;
    overflow: hidden;
}
.mo-showright .owl-img{
    float:left;
    width:50%;

    border-bottom:1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    padding-bottom:47%;
    display: block;
    height: 0;
    border-left:1px solid #e5e5e5;
}
.mo-showright{
    border-top:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}

.mo-showleft .owl-img img,.mo-showright .owl-img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;

}
.mo-showleft .owl-buttons{
    display: none;
}
.mo-showleft .owl-controls{
    position: absolute;
    left:0;
    bottom:30px;
    width: 100%;
}
.mo-showleft .owl-controls .owl-pagination{
    text-align: center;
}
.mo-showleft  .owl-carousel .owl-pagination div{
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin:0 5px;
    width: 8px;
}
.mo-showleft .owl-carousel .owl-pagination div.active{
    width:35px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.mo-showright .owl-controls .owl-buttons div .iconfont{
    font-weight:100;
    color:#fff;
    text-align: center;
    display: block;
    font-size:20px;
}
.mo-showright .owl-controls .owl-buttons div{
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: url(../img/mobg2.png) repeat top center;
}
.mo-showright .owl-controls .owl-buttons div:hover{
    background-image: url(../img/mobg1.png);
}
.mo-show{
    margin-bottom:4em;
    overflow: hidden;
}
.mo-show:last-child{
    margin-bottom:0em;
}
/*3-4*/
.module-title{
    font-size:30px;
    margin-bottom:30px;
    color:#a38c62;
}
@media screen and (max-width:768px) {
    .inbu-main{
        padding:20px;
    }
    .mo-showright,.mo-showleft{
        margin-bottom:20px;
    }
}
@media screen and (max-width:760px){
    .inbu-main{
        padding:10px 15px;
    }
    .inbu-title{
        font-size:30px;
    }
    .inbu-title span{
        font-size:inherit;
    }
    .mo-showright,.mo-showleft{
        width:100%;
    }
    /*.inbu-main .more{*/
    /*float:left !important;*/
    /*}*/
}
/*人力资源*/
.nban6{
    background: url(../img/nban6.jpg) no-repeat center top;
}
.hr-title{
    font-size:36px;
    font-weight:bold;
    color:#a38c62;
    margin-bottom:30px;
}
.hr .hr-more{
    background: #9c8b68;
    color:#fff;
    padding:10px 100px;
    margin-top:20px;
    font-size:15px;
    border:none;
}
@media screen and (max-width:360px){
    .hr .hr-more{
        padding:10px 60px;
    }
}

/*互动社区*/
/*1团队*/
.inint-activity{
    width:100%;
    overflow: hidden;
    margin-bottom:4em;
    background:#f1f0f0;
}
.inint-activity:last-child{
    margin-bottom:0;
}
.inint-activity .list-img,.inint-activity .list-text{
    float:left;
    width:50%;
    overflow: hidden;
}
.inint-activity:nth-child(2n+2) .list-img,.inint-activity:nth-child(2n+2) .list-text{
    float:right;
}
.inint-activity .list-img img{
    margin:0 auto;
}
.inint-activity .list-text{
    padding:4% 6%;
}
.inint-activity .list-text .title{
    font-weight:bold;
    font-size:24px;
    margin-bottom:20px;
    width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.inint-activity .list-text .text{
    margin-bottom:40px;
}
.inint-activity .list-text .text p{
    font-size:16px;
    line-height:30px;
    height:60px;
    overflow: hidden;
    width:100%;
}
.jian-more{
    display: inline-block;
    border:1px solid #d2d2d2;
    padding:10px 30px;
    line-height:30px;
    text-align: center;
    font-size:18px;
    text-transform: uppercase;
}
.jian-more:hover{
    background:#a87b41;
    color:#fff;
    border:1px solid #a87b41;
}

.jian-more i{
    font-size:30px;
   display: block;
    line-height:30px;
    float:right;
    margin-left:20px;
}
.jian-more i:before{
    line-height:30px;
}
.ntwo-title{
    font-size:30px;
    font-weight:700;
    color:#a87b41;
    text-align: left;
}
.nmaint-img{
    width:96%;
    margin:0 auto 30px;
}
/*留言板*/
.main-two{
    width: 100%;
    /*height: 100%;*/
    /*padding:0;*/
    background: url(../img/work.jpg) no-repeat top center;
    background-size:cover;
}
.form-line{
    overflow: hidden;
    width:100%;
    margin:0 auto;
    /*padding:4em;*/
}
.form-line h2.heading{
    text-align: center;
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
}

.form-group .form-control,.inline-btn a{
    background: none;
    color:#333;
    border-color:#535353;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
.form-group .form-control{
    padding:5px 20px;
    /*height:40px;*/
}
.form-line .form-group label{
    margin-bottom:10px;
    color:#333;
    /*text-align: left;*/
}
.inline-btn{
    padding:0;
    margin-top:30px;
    margin-bottom:40px
}
.inline-btn a{
    float:right;
    background: none;
    padding:8px 60px;
    font-size:15px;

}
/*联系我们*/
.contact-us{
    width:100%;
    position: relative;
}
.contact-us .us-map{
    width:100%;
}

.us-address{
    position: absolute;
    /*max-width:700px;*/
    top:80px;
    left:40px;
    padding:30px 40px;
    color:#fff;
    background:url(../img/mapbg2.png) repeat top center;
}
.us-address .all-phone{
    font-size:18px;
    margin-bottom:20px;
}
.us-address .add-map{
    font-size:15px;
    margin-bottom:10px;
}

@media screen and (max-width:768px){
    .inint-activity .list-img,.inint-activity .list-text{
        width:100%;
    }

}
@media screen and (max-width:640px){
    .us-address{
      position: static;
        width:100%;
        padding: 30px 20px;
    }
}


