html, body {
    height: auto;
    width: 100%;
    overflow: auto;
    font-family: '微软雅黑', 'microsoft yahei'
}

ol, ul {
    padding: 0 !important;
}

/* navbar */
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-default .nav>li>a {
    font-size: 16px;
    margin-right: 20px;    /*font-weight: bold;*/
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
    color: #434264;
}
.navbar-default .nav>li>a:last-child {
    margin-right: 0;
}
.circle-shadow {
    position: relative;
    background: #fff;
    padding-bottom: 5px;
}
@media(max-width: 767px){
    .circle-shadow{
        padding-top: 3px;
        padding-bottom: 2px;
    }
}
.circle-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;    /*box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    border-radius: 40%;
}
@media(min-width:768px) {
    .navbar-default-top .navbar-nav li>a:focus:after, .navbar-default-top .navbar-nav li>a:hover:after {
        width: 90%;
    }
    .navbar-default-top .navbar-nav li>a:after {
        display: block;
        bottom: 0;
        height: 2.5px;
        background: #fff;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all .2s;
        position: absolute;
        content: '';
    }
}
@media (min-width:768px) {
    .navbar-default {
        /*background-color: transparent;
        padding: 25px 0;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none;
    }
    .navbar-default {
        background-color: #fff;
        padding: 5px 0 0 0;
        box-shadow: 0 0 5px #d0d0d0;
    }

    .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #fff;
    }

    /* 收缩后 */
    .navbar-default .navbar-header .navbar-brand {
        color: #434264;
    }
    .navbar-default .nav>li>a {
        color: #434264;
    }
    .navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus {
        color: #81a849;
        background-color: transparent;
        font-weight: 700
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #81a849;
        background-color: transparent;
        font-weight: 700        
    }
    .navbar-default .navbar-nav li.active>a:after {
        width: 90%;
    }
    .navbar-default .navbar-nav li>a:focus:after, .navbar-default .navbar-nav li>a:hover:after {
        width: 90%;
    }
    .navbar-default .navbar-nav li>a:after {
        display: block;
        bottom: 0;
        height: 4px;
        background: #81a849;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all .2s;
        position: absolute;
        content: '';
        margin-bottom: -5px;
    }
}
@media(max-width:767px) {
    .navbar-nav>li>a {
        display: block !important;
        margin: 0 20px !important;
        padding: 10px 20px !important;
        font-size: 16px;
        border-radius: 5px;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #81a849 !important;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        background: #81a849 !important;
        color: #fff !important;
    }
}

/* header */
.bg-video {
    background-color: rgba(86, 99, 55, 0.92);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    padding-top: 61px;
    position: relative;
    overflow: hidden;
}
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
    overflow: hidden;
}
.header-btn:hover, .header-btn:focus {
    color: #fff;
    text-decoration: none;
}
.header-btn:focus {
    outline: none;
    background: rgb(7, 130, 252);
    background: -moz-linear-gradient(left, rgba(7, 130, 252, 1) 0%, rgba(7, 130, 252, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(7, 130, 252, 1) 0%, rgba(7, 130, 252, 1) 100%);
    background: linear-gradient(to right, rgba(7, 130, 252, 1) 0%, rgba(7, 130, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0782fc', endColorstr='#0782fc', GradientType=1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.header-btn:before {
    content: attr(data-unchecked);
}
.header-btn {
    color: #FFF;
    background: rgb(78, 190, 251);
    background: -moz-linear-gradient(left, rgba(78, 190, 251, 1) 0%, rgba(13, 133, 254, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(78, 190, 251, 1) 0%, rgba(13, 133, 254, 1) 100%);
    background: linear-gradient(to right, rgba(78, 190, 251, 1) 0%, rgba(13, 133, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ebefb', endColorstr='#0d85fe', GradientType=1);
    z-index: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 14px 0px;
    width: 195px;
    height: 50px;
    font-weight: 200;
    border-radius: 25px;
    border: none;
    font-size: 16px;
}
@media(max-width:767px) {
    .use-btn {
        padding: 10px 0px !important;
        width: 160px;
        height: 40px;
        font-size: 14px;
    }
    .header-btn:after {
        padding: 10px 0px !important;
    }
}
.header-btn:after {
    background: rgb(13, 133, 254);
    background: -moz-linear-gradient(left, rgba(13, 133, 254, 1) 0%, rgba(78, 190, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(13, 133, 254, 1) 0%, rgba(78, 190, 251, 1) 100%);
    background: linear-gradient(to right, rgba(13, 133, 254, 1) 0%, rgba(78, 190, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d85fe', endColorstr='#4ebefb', GradientType=1);
    position: absolute;
    padding: 14px 0px;
    content: attr(data-checked);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 2;
}
.header-btn:hover:after {
    opacity: 1;
}
.arrow-down {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.arrow{
    padding-top: 45px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;    
}
.arrow a,
.arrow-down a {
    cursor: pointer;
}
.arrow img,
.arrow-down img {
    width: 40px;
}
.arrow img,
.arrow-down img {
    display: block;
    margin: auto;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
hr {
    border-color: rgba(255, 255, 255, .7);
    border-width: 3px;
    max-width: 50px;
}
hr.light {
    border-color: white;
}
header {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
}
header.bg_header{
    background-image: url('../images/header.jpg');
}
header .header-content {
    /*position: relative;*/
    text-align: center;  /*padding: 100px 15px 100px;*/
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5%;
}
header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: '楷体'
}
@media(max-width:767px) {
    header .header-content .header-content-inner h1#homeHeading{
        display: none !important;
    }

    header .header-content .header-content-inner h1#homeHeading-xs{
        font-weight: 200;
        font-size: 36px;
        line-height: 1.8em;
        letter-spacing: 5px;
        text-align: center;
    }
}
header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: #eee;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.8em;
    text-align: right;
}
@media(max-width:767px) {
    header .header-content .header-content-inner p{
        padding-right: 1em
    }
}

@media (min-width:768px) {
    header {
        min-height: 100%;
        margin-top: 60px;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {        
        line-height: 2em;        
        margin-top: 0;
        text-align: left;
    }

    header .header-content .header-content-inner h1#homeHeading-xs{
        display: none !important;
    }

    header .header-content .header-content-inner p {        
        letter-spacing: 2px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    header .header-content .header-content-inner h1 {
        font-size: 48px;
        letter-spacing: 1px;
    }

    header .header-content .header-content-inner p {
        font-size: 26px;
    }
}
@media(min-width: 992px){
    header .header-content .header-content-inner h1 {
        font-size: 60px;
        letter-spacing: 5px;
    }

    header .header-content .header-content-inner p {
        font-size: 28px;
    }
}


.btn-default {
    color: #222222;
    background-color: white;
    border-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-primary {
    color: white;
    background-color: #81a849;
    border-color: #81a849;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-primary.btn-xl.focus, .btn-primary.btn-xl:focus, .btn-primary.btn-xl:hover {
    color: #81a849;
    background-color: #fff;
    border-color: #81a849;
}
.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 300px;
    font-weight: 200;
    text-transform: uppercase;
}
.btn-xl {
    padding: 15px 30px;
}

/* body */
@media(min-width: 992px){
    section {
        padding: 130px 0 130px 0 !important;   
    }
}
section {
    padding: 80px 0 100px 0;
    border-bottom: 1px solid #e0d7bf;    
}
.sec-title {
    margin: 30px 0;
    font-size: 24px;
    text-align: center
}
.mar-bot30 {
    margin-bottom: 30px;
}
.service {
    background: #c3f2ff;    /*background: #E1F1FF;*/
    color: #49596d;
}
.service-item {
    box-sizing: border-box;
    padding: 15px;
    background: transparent;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgba(33, 86, 178, .28);
    border-radius: 5px;
    background: #fff;
}
.service-item h4 {
    font-size: 22px;
}
.serv-img {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.serv-img:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.serv-img:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.service-item .serv-img {
    color: #337ab7;
}

/*
.service-item:hover{
box-shadow: 0 0 13px 0 rgba(33,86,178,.28);
}
*/
.service-item:hover .serv-img {
    color: #fff;
    background: #337ab7
}
.service-item:hover .serv-img:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.service-content {
    font-size: 14px;
    line-height: 1.5em;
}
.feature .fea {
    position: relative;
    top: 10px;
    display: inline-block;
    word-spacing: 0;
    margin-bottom: 30px;
    float: none;
    text-decoration: none;
    vertical-align: top;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s
}
.feature .fea .fea-item-title {
    font-size: 20px;
    color: #49596d
}
.feature .fea p {
    line-height: 1.5em;
    font-size: 14px;
    padding: 0 10px;
    color: #888;
}
.feature .fea:hover .fa {
    color: #fff
}
.feature .fa {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ddd;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.feature .fea-icon-1 {
    color: #2cb663;
    border-color: #2cb663;
}
.feature .fea:hover .fea-icon-1 {
    background-color: #2cb663;
}
.feature .fea-icon-2 {
    color: #f4b329;
    border-color: #f4b329;
}
.feature .fea:hover .fea-icon-2 {
    background-color: #f4b329;
}
.feature .fea-icon-3 {
    color: #f96c6c;
    border-color: #f96c6c;
}
.feature .fea:hover .fea-icon-3 {
    background-color: #f96c6c;
}
.feature .fea-icon-4 {
    color: #bd72d9;
    border-color: #bd72d9;
}
.feature .fea:hover .fea-icon-4 {
    background-color: #bd72d9;
}
.feature .fea-icon-5 {
    color: #249cfa;
    border-color: #249cfa;
}
.feature .fea:hover .fea-icon-5 {
    background-color: #249cfa;
}
.feature .fea-icon-6 {
    color: #0acfd7;
    border-color: #0acfd7;
}
.feature .fea:hover .fea-icon-6 {
    background-color: #0acfd7;
}
.reason {
    background-color: #337ab7;
    background-repeat: no-repeat;
    background-position: center center;
}
.feature {
    margin-top: 0;
    margin-bottom: 0;
}
.feature .feature-wrap {
    display: table;
    word-spacing: -1em
}
.view-more {
    padding-top: 30px;
}
.btn-more {
    min-width: 150px;
    padding: 0 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    transition: background .2s, box-shadow .2s;
    border: none;
    border-radius: 50px !important;
    color: #fff;
    background-image: linear-gradient(80deg, rgba(148, 191, 85, 0.87), #81a849);
    box-shadow: 0 2px 6px 0 rgba(47, 99, 10, 0.54);
}
.btn-more:hover,
.btn-more:focus {
    box-shadow: 0 4px 12px rgba(103, 117, 20, 0.73);
    color: white;
    background-image: linear-gradient(80deg, rgba(148, 191, 85, 0.87), #81a849);
}
.section-header {
    padding-bottom: 3em;
}
.section-title {
    font-size: 32px;
    margin-bottom: 7px;
}
.section-title-bottom {
    width: 34px;
    height: 2px;
    background: #7fbb53;
    border-radius: 25px;
    margin: 0 auto;
}
.news {
    /*background: #e6eaf2;*/
    background: url("../images/news-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.news-page {
    background: url("../images/news-content-bg.jpg") 0px 0px repeat;
    margin-top: 55px;
}
.news-item {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2.5em;
    position: relative;
    border-radius: 6px;
    flex: 0 1 30%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, box-shadow;
    background-color: white !important;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.news-item:hover {

    /*box-shadow: 0 0 12px 0 rgba(33,86,178,.28);*/

    /*transform: translateY(-1px) translateZ(0);*/
    /*box-shadow: 0 16px 32px 0 rgba(62, 57, 107, 0.28), 0 0 0 transparent;*/
    box-shadow: 0 16px 32px 0 rgba(74, 76, 28, 0.19), 0 0 0 transparent;
}
.with-image {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}
.with-image:hover img {
    -webkit-transform: scale(1.15);
}
.news-img {
    width: 100.4%;
    max-height: 250px;
    overflow: hidden;
}
.news-img img {
    display: block;
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    border-radius: 6px 6px 0 0;
    position: relative;
    background-size: cover;
}
.news-desc {
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: hsl(240, 7%, 95%);
}
.news-date-blue {
    display: inline-block;
    padding: 0 5px;
    min-width: 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    background: #dea467;
    border: 1px solid #d9d9bd;
    border-radius: 3px;
    vertical-align: middle;
}
.caption {
    margin: 0;
    padding: 15px;
}
.news-intro {
    font-size: 14px;
    line-height: 1.8em;
    text-decoration: none;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.solution-nav-container .solution-nav-bar{
    margin-bottom: 50px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 0;
    list-style: none;
}
.solution-nav-container .solution-nav-bar .solution-nav-tab:first-child, .solution-nav-container .solution-nav-bar .solution-nav-tab:first-child .bg-el{
    border-radius: 20px 0 0 20px;
}
.solution-nav-container .solution-nav-bar .solution-nav-tab:last-child, .solution-nav-container .solution-nav-bar .solution-nav-tab:last-child .bg-el{
    border-radius: 0 20px 20px 0;
}
.solution-nav-container .solution-nav-bar .solution-nav-tab:first-child{
    border-left: none;
}
.solution-nav-container .solution-nav-bar .solution-nav-tab:last-child{
    border-right: none;
}
.solution-nav-container .solution-nav-content .solution-nav-item.active{
    display: block;
}
.solution-nav-container .solution-nav-content .solution-nav-item{
    display: none;
}
.solution-nav-container .solution-nav-bar .solution-nav-tab{
    float: left;
    width: 150px;
    height: 40px;
    position: relative;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    margin-left: -1px;
    cursor: pointer;
}
.solution-nav-container .solution-nav-bar .solution-nav-tab.active .bg-el{
    width: 152px;
}
@media(max-width:369px) {
    .solution-nav-container .solution-nav-bar .solution-nav-tab{
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .solution-nav-container .solution-nav-bar .solution-nav-tab.active .bg-el{
        width: 122px;
    }
}
.solution-nav-container .solution-nav-bar .solution-nav-tab .bg-el{
    position: absolute;
    left: -1px;
    z-index: 0;
    height: 100%;
    display: inline-block;
    /*background-color: rgba(129, 168, 73, 0.93);*/
    background-color: rgba(148, 191, 85, 0.87);
    color: #fff;
    width: 0;
    overflow: hidden;
    transition: all .2s linear;
}

/* intro */
.intro,
.honor {
    background: url("../images/honor_bg.png") repeat;
}
/*@media(max-width: 767px){
    .honor{
        background: url("../images/honor-bg.jpg");
    }
}*/
.pad20 {
    padding: 20px;
}
.img_br {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 5%;
}
.intro .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ddd;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #337ab7;
    border-color: #337ab7;
}
.intro-item .row {
    margin-bottom: 20px;
}
.intro-item h4 {
    margin-top: 5px;
    font-weight: bold;
}
.intro-item p {
    font-size: 14px;
    color: #888;
}
.brief {
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 2.5em;
    position: relative;
    border-radius: 6px;
    flex: 0 1 30%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, box-shadow;
    background-color: white !important;    /*box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);*/
    box-shadow: 0 16px 32px 0 rgba(62, 57, 107, 0.28), 0 0 0 transparent;
}
.brief-content {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* team */
.member {
    padding: 3em 0;    /*margin: 3em 0;*/
    border-bottom: 1px solid #ddd;
}

/*
.member:first-child{
margin-top: 0;
}
*/
.member:last-child {
    border: none;
}
@media(max-width:767px) {
    .member:last-child {
        padding-bottom: 0;
    }
}
.member img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 80%;
    max-width: 210px;
}
.pad_bot20 {
    padding-bottom: 20px;
}
.member_name {
    color: #8155a3;
    font-size: 16px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 700;    /*font-family: adelle-sans,sans-serif;*/

    /*margin-top: 0;*/
}
.member_post {
    font-size: 30px;
    font-weight: 400;
    font-family: adelle-sans, sans-serif;
    padding: 0 0 .5em;
    color: #434264;
}
.member_intro {

    /*color: #555c71;*/

    /*color: #434264;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.member_intro div {
    padding-bottom: 10px;
}
@media(max-width:767px) {
    .put_right {
        text-align: right;
        padding-right: 15px;
    }
}

/* focus */
.focus {
    text-align: center;
    font-family: 'Segoe UI Light', 'Segoe UI', 'Microsoft Jhenghei', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight: 100;
    width: 100%;
    overflow: hidden;
}
.focus_bg {
    color: #fff;
    text-align: center;
    background: #39f;
    position: relative;
    padding: 48px 0;
    font-weight: 100;
}
.focus_bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/focus.jpg) repeat center center;
    opacity: 1;
}
.focus {
    position: relative;
    background: #0076d1;
    background: -webkit-linear-gradient(top, #0076d1, #5db8ff);
    background: -moz-linear-gradient(top, #0076d1, #5db8ff);
    background: -o-linear-gradient(top, #0076d1, #5db8ff);
    background: -ms-linear-gradient(top, #0076d1, #5db8ff);                /*min-height: 420px;*/
    color: #fff;
    border: none;
}
.wavesWrapper {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.waves {
    margin-left: -23%;
    height: inherit;
}
@media(max-width:767px) {
    .waves {
        margin-left: -50%;
    }
}
@media(max-width:450px) {
    .waves {
        margin-left: -80%;
    }
}
.m-tit {
    font-size: 32px;
}
.fleft, .fright {
    padding: 0 40px;
    font-size: 50px;
}
@media(max-width:991px) {
    .fleft, .fright {
        font-size: 42px;
    }
}
@media(max-width:767px) {
    .m-tit {
        font-size: 28px;
    }
    .fleft, .fright {
        padding: 0 30px;
        font-size: 36px;
    }
}
@media(max-width:500px) {
    .m-tit {
        font-size: 26px;
    }
    .fleft, .fright {
        padding: 0 20px;
        font-size: 32px;
    }
}
@media(max-width:389px) {
    .m-tit {
        font-size: 22px;
    }
    .fleft, .fright {
        padding: 0 10px;
        font-size: 26px;
    }
}

/* focus end */
.contact {
    background: url("../images/footer_bg.jpg") 100% center;
    /*background: url("../images/footer_bg.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}
.contactitem {
    font-size: 16px;
    padding: 15px 0;
}
.contactitem img{
    padding-right: 30px;
}
@media(max-width: 360px){
    .contactitem img{
        padding-right: 15px;
    }
    .contactitem {
        font-size: 15px;
        padding: 13px 0;
    }
}
@media(max-width: 450px) and (min-width: 361px){
    .contactitem img{
        padding-right: 20px;
    }
    .contactitem {
        padding: 13px 0;
    }
}

.contactinfo {
    padding-top: 10px;
    font-size: 18px;
    /*text-align: center;*/
}
.map {
    box-shadow: 5px 6px 7px rgb(206, 180, 167);
    border: 1px solid #d9d9bd;
}
.map > div {
    border: 0px !important;
}
footer {
    padding: 15px 0;
    min-height: 20px;
    line-height: 20px;
    border-top: 1px solid #0e1b30;
    color: #f3d6d6;
    background: #422311;
    font-size: 14px;
    box-shadow: 0 4px 18px 1px rgba(0,0,0,.8);
}
footer a {
    color: rgba(148, 191, 85, 0.87);
    /*color: #73baf7;*/
    /*color: #9ec7e8;*/
    text-decoration: none;
}
footer a:hover, footer a:focus {
    color: rgba(140, 247, 4, 0.82);
    text-decoration: none;
}
.powerby {
    padding-top: 5px;
}
@media(min-width:1200px) {
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copyright {
        text-align: left !important;
    }
    .powerby {
        padding-top: 0 !important;
        text-align: right !important;
    }
}
@media(max-width:549px) {
    .sm_hidden_part {
        display: none !important;
    }
}
@media(min-width:370px) {
    .xsshow {
        display: none !important;
    }
}
@media(max-width:369px) {
    .xsshow {
        display: block !important;
    }
    .xshide {
        display: none !important;
    }
}

/* news page */
.crumbs{
    font-size: 18px;
    line-height: 1.8em;
    padding-bottom: 10px;
    color: #444663;    
}
.crumbs a{
    color: #81a849;
}
.crumbs a:focus, 
.crumbs a:hover {
    color: #81a849;
    text-decoration: none;
}

.news-list-header {
    background-image: url(../images/news_list_header.jpg);                /*max-height: 60%;*/
    height: 350px;
}
.news-content-header {
    background-image: url(../images/news_content_header.jpg);                /*max-height: 60%;*/
    height: 350px;
}
.news-space {
    letter-spacing: 10px !important;
}
.news-hr {
    margin: 20px auto !important;
}
.news-header-p {
    margin-bottom: 0 !important;
}
.news-header-content {
    top: 60% !important;
}
.bg-news-content {
    background-color: rgba(57, 85, 179, 0.89);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-top: 51px;
    position: relative;
    overflow: hidden;
}
.news-block {
    height: auto;
    overflow: auto;    /*border-radius: 7px;*/

    /*background: #fff;*/
}
.news-post {
    padding: 0 10px;    /*margin-bottom: 20px;*/
    color: #4c4c4c;
}
@media(max-width:767px) {
    .news-post {
        padding: 0 20px;
    }
}
.news-post-title {
    border: 1px solid transparent;
    border-left: 7px solid #9c5959;
    padding: 15px 0 15px 15px;
}
.news-post-info {
    padding: 10px 0;
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
.news-post-info li {
    padding-right: 15px;
}
.news-post-info i,
.pic-post-info i {
    font-style: inherit;
    padding-right: 7px;
}
@media(max-width:380px) {
    .news-post-info li {
        padding-right: 2px;
    }
    .news-post-info i {
        padding-right: 2px;
    }
}
.news-content {
    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
}
.news-content p {
    margin-bottom: 15px;
}
.news-content p:last-child {
    margin-bottom: 20px;
}
.news-content img {
    display: block;
    border-radius: 5px;
    margin: 15px auto;
    max-width: 90%;
    height: auto !important;
}
.news-content blockquote{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;    
    border-left: 5px solid #434f81;    
    font-style: italic;
    background: rgba(152, 222, 222, 0.31);
}
.news-content blockquote p {
    margin-bottom: 10px !important;
}
.news-content blockquote p:last-child {
    margin-bottom: 0 !important;
}
.news-content ul,
.news-content ol {
    margin-bottom:20px;
    -webkit-padding-start: 4em !important;
}
.news-content ul li>p, 
.news-content ol li>p {
    text-indent:0;
    margin-bottom: 10px !important;
}

ul.news_detail_pager {
    border: 1px solid transparent;
    border-left: 7px solid #9c5959;
    padding-left: 15px !important;
    margin: 20px 0;
    list-style: none;
}
ul.news_detail_pager li {
    font-size: 16px;
    display: block !important;
    text-align: left;
    margin: 10px 0;
}
ul.news_detail_pager li>a {
    display: inline;
    background-color: transparent;
    padding: 0 !important;
    border: none;
    border-radius: 0;
    color: #666;
}
ul.news_detail_pager li>a:focus, 
ul.news_detail_pager li>a:hover {
    background-color: transparent;
    color: #81a849;
    text-decoration: none;
}
.news-sidebar {
    padding: 0 15px;
    margin-bottom: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-title {
    background: url("../images/category-bg.png") center 0 no-repeat;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    line-height: 1.5em;
    height: 1.8em;
}
/*
.widget-title:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 35%;
    height: 2px;
    background: #2980b9;
    bottom: -9px;
    left: 0;
}
*/
.news-sidebar li,
.recent-news li {
    font-size: 16px;
    list-style: none;
    margin: 15px 0;
    text-align: left;
    margin-left: 3%;
    position: relative;
    padding-left: 10px;    
}
.recent-news li {
    padding-bottom: 10px;
}

.news-sidebar li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #81a849;
    float: left;
    position: absolute;
    margin-top: 11px;
    left: 0;
}

.news-sidebar li a,
.recent-news li a{
    color: #4c4c4c;
}
.news-sidebar li a:hover,
.recent-news li a:hover{
    color: #81a849;
    text-decoration: none;
}
.news-sidebar li.cat-item {
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    padding-left: 15px;
    color: #81a849;
}
.recent-news li{
    border-bottom: 1px dashed #9c5959;
}

/*news list pager*/
.border{
    height: 3px;
    border-top: 1px solid #9c5959;
    border-bottom: 1px dashed #9c5959;
}
.news-list{
    display: block;
    height: auto;
    overflow: hidden;            
    margin-bottom: 20px;
    color: #444663;
    padding: 0 5px;
}
.news-list-item{
    margin-top: 30px;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
    padding: 20px 15px;
    background-color: #f0f0e3;
    border: 1px solid #d9d9bd;
    border-radius: 6px;
    box-shadow: rgba(255, 255, 255, 0.75) 0px 1px;    
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, .05),0px 1px 0 rgba(255,255,255,.6) inset;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .05), 0px 1px 0 rgba(255,255,255,.6) inset;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, .05), 0px 1px 0 rgba(255,255,255,.6) inset;
    -webkit-transition-delay: initial;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: initial;
    transition: all 0.16s ease-in;
}
.news-list-item:hover{
    background-color: #fafaf3;
    box-shadow: 0px 2px 9px #adadad;
}
.news-list-item:hover h3.item-title > a{
    color: #81a849;
}

.item-img-box{
    position: relative;
    overflow: hidden;
}
.item-img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    background-size: cover;
}
.item-img > img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    transition: all .5s ease;
}
.news-list-item:hover img{
    transform:scale(1.05);
    --webkit-transform:(1.05);    
}
h3.item-title{
    margin-top: 0;
    font-size: 20px;
    line-height: 1.4em;
    max-height: 2.8em;
    overflow: hidden;
    font-weight: 600;
}
h3.item-title > a{
    color: inherit;
    transition: all 0.16s ease-in;
}
h3.item-title > a:hover,
h3.item-title > a:focus{
    color: #81a849;
    text-decoration: none;
}
.item-abstract{
    color: #828a92;
    line-height: 1.5em;
    max-height: 3em;
    height: 3em;
    position: relative;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.item-push-info{
    color: #828a92;
    text-align: right;
}

nav .pager{
    margin: 50px 0 0 0;
}
@media(max-width: 991px){
    .news-page nav .pager{
        margin: 50px 0 50px 0;
    }
}
@media(max-width: 767px){    
    h3.item-title{
        font-size: 18px;
        margin-top: 10px;
    }    
}
@media(max-width: 499px){
    .item-img{
        max-height: 200px !important;
    }
}

.list-sidebar{
    border-left: 1px dashed #9c5959 !important;
}        

.pager li {
    margin: 0 30px;
}
.btn-pager {
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(51, 105, 231, 0.4);
    padding: 0 20px !important;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    border: none !important;
    box-sizing: border-box;
    position: relative;
    transition: background .2s, box-shadow .2s;
    min-width: 150px;
}
@media(min-width:450px) and (max-width:549px) {
    .pager li {
        margin: 0 25px;
    }
    .btn-pager {
        line-height: 35px;
        padding: 0 15px !important;
        height: 35px;
        min-width: 130px;
        font-size: 15px;
    }
}
@media(min-width:350px) and (max-width:449px) {
    .pager li {
        margin: 0 20px;
    }
    .btn-pager {
        line-height: 35px;
        padding: 0 10px !important;
        height: 35px;
        min-width: 110px;
        font-size: 15px;
    }
}
@media(max-width:349px) {
    .pager li {
        margin: 0 10px;
    }
    .btn-pager {
        line-height: 30px;
        padding: 0 10px !important;
        height: 30px;
        min-width: 90px;
        font-size: 14px;
    }
}
.btn-next {
    background-image: linear-gradient(80deg, rgba(148, 191, 85, 0.87), #81a849);
}
.btn-next:hover, .btn-next:focus {
    color: white;
    box-shadow: 0 4px 12px rgba(103, 117, 20, 0.73);
}
.btn-prev {
    background-image: linear-gradient(80deg, #81a849, rgba(148, 191, 85, 0.87));
}
.btn-prev:hover, .btn-prev:focus {
    color: white;
    box-shadow: 0 4px 12px rgba(103, 117, 20, 0.73);
}


/* about */
.aboutus{
    background: url("../images/aboutus.jpg") 100% 100% no-repeat;
}
@media(max-width: 767px){
   .aboutus{
        background: url("../images/aboutus.jpg");
    } 
}

.about{
    background-color: transparent;
    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
    text-align: justify;    
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #cebebe;
    box-shadow: 0px 2px 9px #adadad;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    color: #000;
}

@media(max-width: 767px){
    .about{
        background-color: #fff;
        opacity: 0.9;
    }
}

.about p{
    margin-bottom: 15px;
}
.about p:last-child{
    margin-bottom: 0;
}
@media (max-width: 767px){
    .about{       
        text-align: inherit;
        padding: 10px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .about{
        padding: 15px;
    }
}

/* product */
.precious{
    /*background: url("../images/news-bg.jpg") 0px 0px repeat;*/
    background: url("../images/cloud.jpg") 100% 100% repeat;
    /*background-color: rgba(83, 128, 31, 0.91);
    background-repeat: repeat;
    background-position: center;*/
}

.feat {
    text-align: center;
    margin-top: 10px
}

@media(max-width: 767px){
    .feat {
        /*margin-top: 20px;*/
    }
}
.feat a {
    color: rgba(111, 150, 56, 1);
    outline: 0 !important;
}

.feat .pic {
    margin: 0 10%;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.feat .pic:after {
    font-family: 'FontAwesome';
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff
}

.feat .pic img {
    /*border: 7px solid #fff;*/
    border: 1px solid #d9d9bd;
    max-height: 200px;
    -webkit-transition: -webkit-transform .5s, -webkit-filter .5s;
    transition: -webkit-transform .5s, -webkit-filter .5s;
    transition: transform .5s, filter .5s;
    transition: transform .5s, filter .5s, -webkit-transform .5s, -webkit-filter .5s
}

.feat .pic:hover:before {
    opacity: .5
}
.feat .pic:hover img {
    -webkit-transform: scale(1.1) rotate(-10deg);
    transform: scale(1.1) rotate(-10deg)
}
.bg_white {
    background: #fff;
}

/* honor */
.honor-page {
    background: url("../images/honor_bg.png") repeat;
    margin-top: 55px;
}

.honor a:focus,
.honor a:hover,
.honor-page a:focus,
.honor-page a:hover{
    outline: none !important;
    text-decoration: none;
}
.honor-item{
    text-align: center;
    padding-top: 20px;
}
.honor-img{
    display: block;
    overflow: hidden;
}

.honor-img > img{
    width: 90%;
    height: auto;
    border-radius: 3px;
    position: relative;
    -webkit-transition: -webkit-transform .3s, -webkit-filter .3s;
    transition: -webkit-transform .3s, -webkit-filter .3s;
    transition: transform .3s, filter .3s;
    transition: transform .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;
}
.honor-img:hover img{
    transform: scale(1.05);
    --webkit-transform: (1.05);
    border-radius: 3px;
}

.honor-name{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5em;
    overflow: hidden;
}

.precious-page{
    background: url("../images/precious-bg.jpg") repeat;
    margin-top: 55px;
}

/*show-pic add*/
.pic-post-info{
    font-size: 16px;
    text-align: right;
    line-height: 2em;
    padding-right: 20px;
    padding-left: 20px;
}

.show-pic-item{
    margin: 15px 0;
}
.pic-href{
    background-color: #fff;
    display: block;
    overflow: hidden;
    padding: 10px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
a.pic-href:focus,
a.pic-href:hover{
    outline: none !important;
    text-decoration: none;
}
a.pic-href:focus .pic-frame{
    border: 1px solid rgba(151, 212, 129, 0.08);
    box-shadow: 0 3px 7px rgba(134, 148, 128, 0.65);
}
.pic-frame{
    overflow: hidden;
}