html,
body {
    line-height: 180%;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: white;
}

li {
    list-style: none;
}


a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 划过图片放大 */
.img-auto {
    display: block;
    overflow: hidden;
}

.img-auto img {
    width: auto;
    height: auto;
    margin: 0px auto;
    transition: 600ms;
}

.img-auto img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* 导航 */
.navbar-default {
    padding: 15px 0px;
    background: white;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    transition: 600ms;
}

@media (max-width: 767px) {
    .navbar-default {
        padding: 5px 0px;
    }

}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

/* logo */
a.navbar-brand {
    width: 210px;
    max-height: 48px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

a.navbar-brand img {
    max-width: 210px;
    max-height: 48px;
    margin: 0px auto;
}

@media (max-width: 768px) {
    a.navbar-brand {
        margin-left: 10px;
        max-width: 180px;
    }

    a.navbar-brand img {
        max-width: 180px;
        max-height: 35px;
    }
}

/* 导航右侧 */
@media (min-width: 768px) {
    #navbar {
        float: right;
    }
}

/*导航用户注册*/
.user-panel {
    margin: 10px 20px 0 0px;
}

.user-panel a,
.user-panel a:visited,
.user-panel a:link {
    color: #198DDD;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #198DDD;
}

.user-panel a:hover {
    color: #198DDD;
}

.user-panel a.top-login {
    color: white;
    background: #198DDD;
}

.user-panel a:hover {
    background: #FFCC66;
    color: white;
    border: 1px solid #FFCC66;
}
}



@media (min-width: 768px) {
    ul.navbar-nav li.oen {
        height: 70px;
        padding: 10px 0px;
    }
}




@media all and (min-width:1024px) and (max-width:1024px) {
    .top-nav-right {
        top: 5px;
    }

    .user-panel {
        margin: 30px 0px 0px 0px;
    }
}

@media all and (min-width:1156px) and (max-width:1280px) {
    .user-panel {
        margin: 10px 60px 0 0px;
    }
}


.top-nav-right ul {
    margin: 0px;
    padding: 0px;
}

.top-nav-right ul li {
    float: left;
    width: 30px;
    line-height: 30px;
    margin: 2px;
}

.top-nav-right ul li.nav-shopping a {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
}

.shopping-box {
    margin: 0px auto;
    padding: 20px;
}

.shopping-box li {
    margin: 10px;
}

@media (max-width: 767px) {
    .user-panel {
        margin: 10px 0px 0px 0px;
    }

    .top-nav-right {
        margin-top: 10px;
    }

    .top-nav-right ul li.nav-shopping,
    .top-nav-right ul li.glyphicon-search {
        display: none;
    }

    .navbar-toggle {
        z-index: 999;
    }

    .top-nav-right {
        width: 30px;
        position: relative;
        top: 0px;
        left: 5px;
        z-index: 99;
        font-size: 26px;
    }
}

#fat-menu {
    margin-top: 3px;
}


.navbar.active {
    padding: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.navbar.active .top-nav-right {
    top: 5px;
}

/* 幻灯文字 */

.carousel-caption {
    bottom: 10%;
}


.modal {
    top: 20%;
}

.bs-example-modal-lg-search .row {
    padding: 20px;
}



/* 通用 */

.blank5,
.blank10,
.blank20,
.blank30,
.blank50,
.blank60 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}

.blank50 {
    height: 50px;
}

.blank60 {
    height: 60px;
}



.title,
.title-2 {
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.title h1,
.title h3 a {
    color: #165aa5;
    line-height: 1.2;
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
}

.title h3 small {
    display: block;
    clear: both;
    margin: 20px 0px 10px 0px;
    color: #a1a1a1;
    font-size: 10px;
}

.title p,
.title-index-1 p {
    margin: 10px auto 30px auto;
    line-height: 20px;
    color: #333;
    font-size: 16px;
}

.title span {}

@media (min-width: 768px) {

    .title p,
    .title-index-1 p {
        width: 600px;
    }
}

.title-2 a {
    font-size: 30px;
}

.title-2 h3 a small {
    display: block;
    clear: both;
    margin: 10px 0px 10px 0px;
    color: #a1a1a1;
    font-size: 8px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .title h1,
    .title h3 a {
        font-size: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .title h1,
    .title h3 a {
        font-size: 32px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .title h1,
    .title h3 a {
        font-size: 28px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {

    .title h1,
    .title h3 a {
        font-size: 26px;
    }
}

/* 页底 */



/* 友情链接 */
.home-links {
    padding: 50px 0px 0px 0px;
    background: #333;
    color: #666;
}

.home-links .hr {
    padding: 15px 0px 0px 0px;
    border-top: 1px dotted #555;
}

.home-links-left {
    padding: 0px;
}

.home-links .links-logo img {
    float: left;
    margin: 10px;
    opacity: 0.2;
}

.home-links .links-logo img:hover {
    opacity: 1;
    transition: 400ms;
}

.home-links .links-a {
    clear: both;
    margin: 0 auto;
    font-size: 14px;
}

.home-links .links-a a {
    color: #666;
    padding: 10px;
    line-height: 300%;
}




.sub_menu {
    margin-top: 30px;
}



@media (max-width: 768px) {
    .sub_menu {
        height: 0px;
        overflow: hidden;
    }
}


/* 面包屑导航 */
.breadcrumb {
    margin-bottom: 50px;
}

.breadcrumb span {
    padding-right: 15px;
    color: #ccc;
}

/* 内页文字大小按钮 */
.content_tools {
    float: right;
    margin: 30px 0px;
    padding: 5px 15px;
    background: #eee;
    text-align: right;
    font-size: 14px;
}





/************* 分页 */

.pages {
    clear: both;
    margin: 0px 10px;
    font-size: 0.8em;
    color: #888;
}

.pages strong,
.pages span {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    float: left;
    padding: 0px 8px;
    background: #337ab7;
    margin: 0px 3px 0px 0px;
    font-size: 0.8em;
    border-radius: 3px 3px 3px 3px;
}

.pages a,
.pages a {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0px 8px;
    border: 1px solid #337ab7;
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    margin: 0px 3px 0px 0px;
    color: #337ab7;
    font-size: 0.8em;
}

.pages strong {
    color: white;
}

.pages span {
    float: right;
}

#page {
    font-size: 0.8em;
}

#page strong {
    padding: 5px 8px;
    background: #337ab7;
    border-radius: 5px;
    color: white;
    margin-right: 15px;
    font-size: 0.8em;
}

.pagination {
    margin: 50px 0px;
}




/* 分页 */

.page-number {
    position: relative;
    right: 0px;
    top: 5px;
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    padding: 9px 20px;
    background: #337ab7;
    margin: 0px 3px 0px 0px;
    font-size: 0.8em;
    border-radius: 3px 3px 3px 3px;
}

/* 正文 */
#content_text {
    line-height: 180%;
    font-size: 1.2em;
}





/* 首页 */


.index-1,
.index-3 {
    padding: 50px 0px;
    background: #f8f8f8;
}

.index-1 ul {
    overflow: hidden;
}

.index-1 li {
    height: 350px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: 400ms;
}

.index-1 li:hover {
    background: white;
    border: 1px solid #ccc;
}

.index-1 .t1 {
    width: 100%;
    height: 140px;
    padding: 70px 0 0 0;
    font-size: 14px;
    color: #9b9797;
    transition: 400ms;
}

.index-1 .t1 .img-auto {
    height: 176px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.index-1 .t1 a {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #3a3a3a;
    transition: 400ms;
}

.index-1 .t2 {
    width: 100%;
    padding: 20px 10px 0px 10px;
    height: 80px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #FFCC66;
    position: absolute;
    left: 0;
    bottom: -80px;
    transition: 400ms;
}

.index-1 li:hover .t1 {
    margin-top: -50px;
}

.index-1 li:hover .t2 {
    bottom: 0px;
}

@media (max-width: 768px) {
    .index-1 li {
        margin-bottom: 30px;
        background: white;
        border: 1px solid #ccc;
    }

    .index-1 li .t1 {
        margin-top: -50px;
    }

    .index-1 li .t2 {
        bottom: 0px;
    }
}


.index-2 {
    padding: 50px 0px;
}

.index-2 div div {
    padding: 20px 30px;
    border: 1px solid #eee;
    -moz-box-shadow: 0px 0px 10px #eee;
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .index-2 div div {
        margin-bottom: 20px;
    }
}

.index-2 div div.img-auto a {
    display: block;
    height: 100px;
    margin: 20px 0px;
    overflow: hidden;
}

.index-2 div div.img-auto h4 a {
    height: 16px;
    font-size: 14px;
}

.index-2 div div:hover {
    background: #eee;
}

.index-2 div div p {
    font-size: 12px;
    color: #555;
}

.index-2 div div p.date {
    color: #999;
}



.index-3 .btn {
    padding: 10px 40px;
    border-radius: 50px;
}

.index-3-left {
    height: 240px;
    overflow: auto;
}

.index-3-left p {
    text-indent: 2em;
}

@media (max-width: 768px) {
    .index-3-left {
        margin-bottom: 30px;
    }
}

.index-6 {
    padding: 50px 0px;
}

.index-6 ul li {
    height: 124px;
    padding: 0px;
    border: 1px solid #eee;
    overflow: hidden;
}

.index-6 ul li .img-auto {
    width: 89px;
    height: 68px;
    margin: 28px 50px;
    overflow: hidden;
}











/**/
/*列表页 -文字列表*/
/**/
.list-container a {
    color: #333;
}

.list-container p {
    color: #888;
}

.list-container h4 {
    color: #000;
}

.list-container .row {
    margin-bottom: 15px;
}

.list-container .news-list {
    margin-bottom: 0;
}

.list-border {
    min-height: 108px;
    padding: 15px;
    clear: both;
    border: 1px dotted transparent;
    border-bottom-color: #BBBBBB;
}

.list-border-w {
    border: 1px dotted #BBBBBB;
    margin: 15px 0px;
}

.list-border:hover {
    background: #F5F5F5;
    border-color: #ccc;
    border-radius: 5px 5px 5px 5px;
}


.list-date {
    width: 4em;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.list-date span {
    display: block;
    width: 1em;
    line-height: 1em;
    padding-top: .1em;
    white-space: nowrap;
    font-size: 4em;
    color: #555;
    overflow: hidden;
    font-family: 'Times New Roman', Times, serif;
}

.list-date p {
    clear: both;
    display: block;
    width: 5em;
    overflow: hidden;
    margin-bottom: 0;
}

.news-list p,
.news-list-text-pic p,
.list-down p {
    line-height: 1.6;
    font-size: 0.8em;
}

.list-down .img-auto {
    height: 170px;
    overflow: hidden;
}



#projectlist.masonry {
    margin: 0 auto;
}

#projectlist {}

.wrapper {
    margin: 0px auto;
}

.projectitem {
    margin: 0px 0px 30px 0px;
    width: 380px;
    float: none;
    -webkit-backface-visibility: hidden;
    /*谷歌图片闪烁*/
    -webkit-transform-style: preserve-3d;
}

.projectitem a {
    position: relative;
    display: block;
}

.projectitem a:hover {
    text-decoration: none;
    overflow: hidden;
}

.projectitem a h4 {
    display: none;
    cursor: hand;
    text-align: center;
}

.projectitem a:hover h4 {
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 15px 0px;
    background: #333;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    filter: alpha(opacity=56);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.projectitem img,
.index-1 img,
.index-2 img,
.index-3 img,
    {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
}

.projectitem p {
    line-height: 200%;
    font-size: 1.2em;
}

/*列表页 - 右侧*/

.content-right-list h3 {
    font-size: 16px;
}

.content-right-list ol {
    margin-bottom: 60px;
}

.content-right-list ol li {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 1.8
}

@media (max-width: 768px) {
    .content-right-list {
        margin-top: 60px;
    }
}



/* 联系我们地图页 */

.contact-us {
    background: #242625;
}

.contact-us h3 {
    font-size: 60px;
    line-height: 120%;
    color: #CCCCCC;
    text-align: center;
    padding: 50px 0;
}

.contact-us h3 span {
    font-weight: bold;
    color: #C22C45;
}

.contact-us h4 {
    clear: both;
    margin: 50px auto 0;
    padding: 0 0 50px
}

.contact-us dl {}

.contact-us dl dt {
    line-height: 40px;
    color: #CACACA;
    font-size: 26px;
    margin-bottom: 10px;
}

.contact-us dl dd {
    color: #AEAEAE;
    font-size: 1.0em;
}

.content-ditu {
    height: 50.8em;
    overflow: hidden;
}

.contact-us .glyphicon {
    font-size: 50px;
    color: #CACACA;
}




/* 产品页面右侧文字信息 */
.product_info {
    overflow: hidden
}

.product_info table {
    color: #535353;
    width: 100%;
}

.product_info table th {
    text-align: right;
    padding: 7px 5px;
    width: 120px;
    font-weight: normal;
    color: #888;
}

.product_info table td {
    padding: 5px;
    color: #535353;
    font-size: 0.9em;
}

.product_info table tr {}

.product_info strong {
    color: #E53F40;
    font-size: 30px;
}

#dialog_link {
    margin-left: 20px;
    background: #236298;
}

@media (max-width: 768px) {
    #dialog_link {
        margin: 20px 0px 0px 0px;
    }
}





.content-bottom-list-more {
    padding: 8px 15px;
    background: #eee;
    color: #888;
}

@media (min-width: 768px) {
    .servers-wap {
        display: none;
    }

    .dropdown-menu>li>a {
        padding: 10px 20px;
    }

    .navbar .nav>li.oen ul.two {
        margin: 0;
    }

    .navbar .nav>li.oen:hover ul.two {
        display: block;
    }

}

@media (max-width: 768px) {

    /* 手机菜单圆形按钮颜色 */
    .plug-menu {
        background: #ccc;
    }

    /* 手机菜单弹出按钮颜色 */
    .top_menu>li {
        background: #ccc;
    }

    /* 手机菜单平铺背景颜色 */
    .foot_mp {
        background: #ccc;
    }


    .servers,
    .foot-share,
    .content_tools_box {
        display: none;
    }

    ul.nav-pills li.active {
        clear: both;
        display: block;
    }

    #carousel-example-generic {
        margin-bottom: 30px;
    }

    .content-bottom-list-more {
        display: block;
        width: 110px;
        margin-bottom: 30px;
    }

}

.navbar-right {
    padding: 0px;
}

.top-nav-right .dropdown-menu li {
    clear: both;
    width: 98%;
}

.lead {
    font-size: 1.0em;
    line-height: 1.8;
}

.index-1 ul,
.index-6 ul {
    margin: 0px;
    padding: 0px;
}





.lead img {
    max-width: 100%;
}

.child {
    display: none;
}


.left-menu {
    line-height: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.left-menu ul {
    margin: 0px;
    padding: 0px;
}

.left-menu ul li a {
    display: block;
    padding: 0px 0px 0px 40px;
}

.left-menu ul li.two {
    padding-left: 10px;
}

.left-menu ul li.three {
    padding-left: 10px;
}

.left-menu ul li.four {
    padding-left: 10px;
}

.left-menu ul li.five {
    padding-left: 10px;
}

.top-login {
    padding-left: 5px;
}

#projectlist.masonry {
    margin: 0 auto;
}

#projectlist {}

.wrapper {
    margin: 0px auto;
}

.post-masonry {
    margin: 0px 0px 30px 0px;
    -webkit-backface-visibility: hidden;
    /*谷歌图片闪烁*/
    -webkit-transform-style: preserve-3d;
}

.post-masonry a {
    position: relative;
    display: block;
}

.post-masonry a:hover {
    text-decoration: none;
    overflow: hidden;
}

.post-masonry a h4 {
    display: none;
    cursor: hand;
    text-align: center;
}

.post-masonry a:hover h4 {
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 15px 0px;
    background: #333;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    filter: alpha(opacity=56);
    -moz-opacity: 0.8;
    opacity: 0.8;
}




.post-masonry p {
    line-height: 200%;
    font-size: 1.2em;
}

#print img {
    max-width: 100%;
}




@media (max-width: 1280px) {
    .slide-text h1 {
        font-size: 2.0em;
    }

    .slide-text p {
        line-height: 180%;
        font-size: 1.0em;
    }
}

@media (max-width: 768px) {

    .slide-text h1,
    .slide-text p,
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        display: none;
    }
}





.cd-gallery::after {
    clear: both;
    content: "";
    display: table;
}

.cd-gallery>li {
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;


}

.cd-gallery>li>a {
    display: block;
}

@media only screen and (min-width: 768px) {
    .cd-gallery {
        padding: 0px;
    }

    .cd-gallery>li {
        float: left;
        margin-bottom: 2.5em;
    }

    .cd-gallery>li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1048px) {

    .no-touch .cd-gallery>li:hover .cd-dots li.selected a {
        /* Slider dots - change background-color of the selected dot when hover over the its parent list item */
        background: #2f2933;
        border-color: #2f2933;
    }

    .no-touch .cd-gallery>li:hover .cd-dots a {
        /* Slider dots - change dot border-color when hover over the its parent list item */
        border-color: #9688a0;
    }

    .no-touch .cd-gallery>li:hover li.move-right,
    .no-touch .cd-gallery>li:hover li.move-left {
        /* show preview items when hover over the its parent list item */
        opacity: 0.3;
    }
}

.cd-item-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 1em;
}

.cd-item-wrapper li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-transform: translateX(200%) scale(0.7);
    -moz-transform: translateX(200%) scale(0.7);
    -ms-transform: translateX(200%) scale(0.7);
    -o-transform: translateX(200%) scale(0.7);
    transform: translateX(200%) scale(0.7);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.cd-item-wrapper li.selected {
    /* selected item */
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0) scale(1.3);
    -moz-transform: translateX(0) scale(1.3);
    -ms-transform: translateX(0) scale(1.3);
    -o-transform: translateX(0) scale(1.3);
    transform: translateX(0) scale(1.3);
}

.cd-item-wrapper li.move-left {
    /* item on left - preview visible */
    -webkit-transform: translateX(-100%) scale(0.7);
    -moz-transform: translateX(-100%) scale(0.7);
    -ms-transform: translateX(-100%) scale(0.7);
    -o-transform: translateX(-100%) scale(0.7);
    transform: translateX(-100%) scale(0.7);
    opacity: 0.3;
}

.cd-item-wrapper li.move-right {
    /* item on right - preview visible */
    -webkit-transform: translateX(100%) scale(0.7);
    -moz-transform: translateX(100%) scale(0.7);
    -ms-transform: translateX(100%) scale(0.7);
    -o-transform: translateX(100%) scale(0.7);
    transform: translateX(100%) scale(0.7);
    opacity: 0.3;
}

.cd-item-wrapper li.hide-left {
    /* items hidden on the left */
    -webkit-transform: translateX(-200%) scale(0.7);
    -moz-transform: translateX(-200%) scale(0.7);
    -ms-transform: translateX(-200%) scale(0.7);
    -o-transform: translateX(-200%) scale(0.7);
    transform: translateX(-200%) scale(0.7);
}

.cd-item-wrapper li img {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1048px) {

    .cd-item-wrapper li.move-left,
    .cd-item-wrapper li.move-right {
        /* hide preview items */
        opacity: 0;
    }

    .cd-item-wrapper li.focus-on-left {
        /* class added to the .selected and .move-right items when user hovers over the .move-left item (item preview on the left) */
        -webkit-transform: translateX(3%) scale(1.25);
        -moz-transform: translateX(3%) scale(1.25);
        -ms-transform: translateX(3%) scale(1.25);
        -o-transform: translateX(3%) scale(1.25);
        transform: translateX(3%) scale(1.25);
    }

    .cd-item-wrapper li.focus-on-left.move-right {
        -webkit-transform: translateX(103%) scale(0.7);
        -moz-transform: translateX(103%) scale(0.7);
        -ms-transform: translateX(103%) scale(0.7);
        -o-transform: translateX(103%) scale(0.7);
        transform: translateX(103%) scale(0.7);
    }

    .cd-item-wrapper li.focus-on-right {
        /* class added to the .selected and .move-left items when user hovers over the .move-right item (item preview on the right) */
        -webkit-transform: translateX(-3%) scale(1.25);
        -moz-transform: translateX(-3%) scale(1.25);
        -ms-transform: translateX(-3%) scale(1.25);
        -o-transform: translateX(-3%) scale(1.25);
        transform: translateX(-3%) scale(1.25);
    }

    .cd-item-wrapper li.focus-on-right.move-left {
        -webkit-transform: translateX(-103%) scale(0.7);
        -moz-transform: translateX(-103%) scale(0.7);
        -ms-transform: translateX(-103%) scale(0.7);
        -o-transform: translateX(-103%) scale(0.7);
        transform: translateX(-103%) scale(0.7);
    }

    .cd-item-wrapper li.hover {
        /* class added to the preview items (.move-left or .move-right) when user hovers over them */
        opacity: 1 !important;
    }

    .cd-item-wrapper li.hover.move-left {
        -webkit-transform: translateX(-97%) scale(0.75);
        -moz-transform: translateX(-97%) scale(0.75);
        -ms-transform: translateX(-97%) scale(0.75);
        -o-transform: translateX(-97%) scale(0.75);
        transform: translateX(-97%) scale(0.75);
    }

    .cd-item-wrapper li.hover.move-right {
        -webkit-transform: translateX(97%) scale(0.75);
        -moz-transform: translateX(97%) scale(0.75);
        -ms-transform: translateX(97%) scale(0.75);
        -o-transform: translateX(97%) scale(0.75);
        transform: translateX(97%) scale(0.75);
    }
}

.cd-dots {
    /* not visible in the html document - created using jQuery */
    position: absolute;
    bottom: 95px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .2em;
}

.cd-dots::after {
    clear: both;
    content: "";
    display: table;
}

.cd-dots li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    pointer-events: none;
}

.cd-dots li.selected a {
    background: #2f2933;
    border-color: #2f2933;
}

.cd-dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 1px solid #9688a0;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.2s, background-color 0.2s;
    -moz-transition: border-color 0.2s, background-color 0.2s;
    transition: border-color 0.2s, background-color 0.2s;
}

@media only screen and (min-width: 1048px) {
    .cd-dots li {
        pointer-events: auto;
    }

    .cd-dots li.selected a {
        background: #cccccc;
        border-color: #cccccc;
    }

    .cd-dots a {
        height: 8px;
        width: 8px;
        border-color: #cccccc;
        /* fix a bug in IE9/10 - transparent anchor not clickable */
        background-color: rgba(255, 255, 255, 0);
    }
}

.cd-item-info {
    height: 90px;
    line-height: 90px;
    padding: 0 2em;
}

.cd-item-info::after {
    clear: both;
    content: "";
    display: table;
}

.cd-item-info b,
.cd-item-info .cd-price,
.cd-item-info .cd-new-price {
    font-weight: bold;
    font-size: 2rem;
}

.cd-item-info b {
    float: left;
}

.cd-item-info b a {
    color: #2f2933;
}

.cd-item-info .cd-price,
.cd-item-info .cd-new-price {
    /* .cd-new-price not visible in the html document - created using jQuery */
    float: right;
}

.cd-item-info .cd-price {
    color: #a5d05e;
    position: relative;
    margin-left: 10px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.cd-item-info .cd-price::after {
    /* crossing line - visible if price is on sale */
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #a5d05e;
    opacity: 0;
    -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
    -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
    transition: width 0.2s 0s, opacity 0s 0.2s;
}

.cd-item-info .cd-price.on-sale::after {
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.2s 0s, opacity 0s 0s;
    -moz-transition: width 0.2s 0s, opacity 0s 0s;
    transition: width 0.2s 0s, opacity 0s 0s;
}

.cd-item-info .cd-new-price {
    /* new price - visible if price is on sale */
    color: #e76363;
    opacity: 0;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.cd-item-info .cd-new-price.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media only screen and (min-width: 768px) {

    .cd-item-info b,
    .cd-item-info .cd-price,
    .cd-item-info .cd-new-price {
        font-size: 2.4rem;
    }
}

.no-js .move-right,
.no-js .move-left {
    display: none;
}

/* -------------------------------- 

xcredits 

-------------------------------- */
.credits {
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.no-touch .credits a:hover {
    text-decoration: underline;
}





.btn-primary {
    background-color: #233876;
    border-color: #233876;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #233876;
    border-color: #233876;
}

.pagination>li>a,
.pagination>li>span {
    color: #233876;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #233876;
}

#page strong {
    background: #233876;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #233876;
}

#dialog_link {
    background: #233876;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #233876;
    background-color: #fff;
}

.comm input.btn {
    background: #233876;
    color: #fff;
}

.pages strong,
.pages span {
    color: #FFFFFF;
    background: #233876;
}

.btn-primary .badge {
    color: #233876;
    background-color: #fff;
}





*/ body {
    font-family: Microsoft Yahei;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
}












@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    a.navbar-brand {
        margin-left: 40px;
    }
}

#header.mini {
    padding: 5px 0px;
}


@media screen and (min-width: 1530px) {
    .container-max {
        width: 1500px;
    }
}


@media (max-width: 767px) {
    .top-nav-right {
        position: absolute;
        margin: 0;
        left: -10px;
        top: 8px;
    }

    a.navbar-brand {
        margin-left: 50px;
        margin-top: 5px;
    }

}

.dropdown-menu>li>a:hover {
    text-indent: 1em
}






.dropdown-menu {
    width: 220px;
    opacity: 1;
}




.top-nav-right {
    float: right;
    margin-left: 20px;
    width: 110px;
    margin-top: 7px;
    padding: 0px;
    transition: 600ms;
}



.banner {
    height: 600px;
    margin-top: 80px;
}

.banner2 {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 80px;
    transition: all 600ms ease-in-out 0s;
}

.banner.mini .banner2 {
    top: 0;
}



@media screen and (min-width: 0) and (max-width: 767px) {
    .banner {
        margin-top: 64px;
    }

    .banner2 {
        top: 64px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1459px) {
    .banner {
        height: 437px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner {
        height: 361px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner {
        height: 280px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
        height: 175px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .banner {
        height: 116px;
    }
}



.index {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}



.title10 {
    margin-bottom: 30px;
}

.title10:after {
    content: "";
    display: table;
    clear: both;
}

.title10 ul {
    float: right;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.title10 ul li {
    display: inline-block;
}

.title10 ul li a {
    text-decoration: none;
    padding: 8px 20px;
    color: #737373;
    font-size: 14px;
}

.title10 ul li.on a,
.title10 ul li a:hover {
    background: #233876;
    color: #fff;
}

.title10 h4 {
    margin: 0;
    font-size: 24px;
}

.title10 h4 a {
    color: #333;
}

.title10 p {
    font-size: 14px;
    margin: 4px 0 0;
    color: #999;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .title10 ul {
        display: none;
    }
}


.section1 {
    padding: 60px 0;
}



#owl-demo1 {
    position: relative;
    padding: 0;
    margin: 0px
}

#owl-demo1 .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#owl-demo1 * {
    box-sizing: border-box;
}

/* 导航层 */
#owl-demo1 .owl-item {
    float: left;
}

#owl-demo1 .owl-controls {
    margin-top: 0px;
    text-align: center;
}

/* 左右按钮 */
#owl-demo1 .owl-controls .owl-nav {}

#owl-demo1 .owl-controls .owl-nav [class*=owl-] {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
}

#owl-demo1 .owl-controls .owl-nav .owl-prev {
    left: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo1 .owl-controls .owl-nav .owl-next {
    right: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo1 .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

#owl-demo1 .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

#owl-demo1:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
    background: rgba(0, 0, 0, .4)
}

#owl-demo1:hover .owl-controls .owl-nav .owl-next {
    right: 0;
    background: rgba(0, 0, 0, .4)
}

/* 远点按钮 */
#owl-demo1 .owl-dots {}

#owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#owl-demo1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#owl-demo1 .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #233876
}



.s1-item {
    margin: 20px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.s1-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.s1-img {
    position: relative
}

.s1-img {
    display: block;
    overflow: hidden
}

.s1-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: .6s;
    max-width: 288px;
    height: 166px;
}

.s1-item:hover .s1-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

/*.s1-img div {
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    margin-top: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s ease-in-out 0s
}*/

.s1-img div {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    margin-top: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s ease-in-out 0s
}

.s1-img div i{
    font-size:50px;
    color: #036eb8;
}

/*.s1-img div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 0;
    height: 16px;
    width: 1px;
    background: #fff
}

.s1-img div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -8px;
    height: 1px;
    width: 16px;
    background: #fff
}*/

.s1-item:hover .s1-img div {
    margin-top: -20px;
    opacity: 1
}

.s1-text h4 {
    color: #303030;
    font-size: 16px;
    margin: 0;
    margin: 20px 20px 0;
    position: relative;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s ease-in-out 0s
}

.s1-text p {
    color: #aaa;
    font-size: 14px;
    margin: 5px 0 0;
    margin: 0 20px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all .3s ease-in-out 0s
}

.s1-item:hover a {
       box-shadow: 0 8px 20px rgb(3 110 184 / 25%);
}

.s1-text:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    bottom: 0;
    background: #036eb8;
    margin: 0 auto;
    transition: all .3s ease-in-out 0s
}

.s1-item:hover .s1-text:after {
    width: 100%
}

.s1-item:hover .s1-text h4 {
    left: 5px
}

.s1-item:hover .s1-text p {
    left: 5px
}



.section2 {
    background: #F8F8F8;
    padding: 60px 0
}

.s2-text {
    margin-bottom: 20px
}

.s2-text h4 {
    color: #3F3F3F;
    font-size: 18px;
    margin-bottom: 1em
}

.s2-text p {
    color: #999;
    line-height: 26px;
    font-size: 12px;
    height: 78px;
    margin-bottom: 20px;
    overflow: hidden
}

.s2-text a {
    position: relative;
    display: inline-block;
    line-height: 38px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #ccc
}

.s2-text a span {
    position: relative;
    z-index: 2
}

.s2-text a i {
    opacity: 0;
    transition: all .3s ease-in-out 0s
}

.s2-text a:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out 0s;
    background: #233876;
    z-index: 1
}

.s2-text a:hover {
    border-color: #233876
}

.s2-text a:hover:after {
    width: 100%
}

.s2-text a:hover span {
    color: #fff
}

.s2-text a:hover i {
    opacity: 1;
    margin-left: .5em
}

.s2-img img {
    width: 100%;
    height: auto
}



.section3 {
    position: relative;
}

.section3:before {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: -1;
    background: #F8F8F8;
}

.s3 {
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .07);
}

.section3 [class*="s4-"] {
    text-align: center;
}

.section3 [class*="col-"]+[class*="col-"] {
    border-left: 1px solid #eee;
}

.section3 h4 {
    color: #666;
    font-size: 50px;
    font-weight: normal;
}

.section3 p {
    color: #999;
    font-size: 14px;
}




.section4 {
    padding: 60px 0
}

.s4-left {
    background: #F8F8F8;
    padding: 50px 50px 20px
}

.s4-left a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.s4-left-date {
    font-size: 24px;
    color: #999
}

.s4-left h4 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s4-left p {
    margin-top: 18px;
    margin-bottom: 22px;
    color: #999;
    line-height: 26px;
    height: 52px;
    overflow: hidden
}

.s4-left-img {
    display: block;
    overflow: hidden
}

.s4-left-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: .6s
}

.s4-left:hover .s4-left-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s4-left-more {
    height: 37px;
    width: 140px;
    background: #233876;
    position: relative;
    margin-top: 50px;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out 0s
}

.s4-left:hover .s4-left-more {
    top: -20px;
    opacity: 1
}

.s4-left-more:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    transition: all .3s ease-in-out 0s
}

.s4-left-more:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    transition: all .3s ease-in-out 0s
}

.s4-left:hover .s4-left-more:before {
    margin-left: -8px
}

.s4-left:hover .s4-left-more:after {
    margin-top: -8px
}

.s4-right-item {
    border-top: 1px solid #E5E5E5;
    padding: 30px
}

.s4-right-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.s4-right-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.s4-right-date {
    float: right;
    font-size: 22px;
    color: #999;
    margin-left: 50px
}

.s4-right-more {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 16px;
    color: transparent;
    border-left: 1px solid #e5e5e5;
    overflow: hidden
}

.s4-right-more:before {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url(../img/more.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.s4-right-more:after {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
    background: url(../img/more.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.s4-right-item:hover .s4-right-more:before {
    left: 45px
}

.s4-right-item:hover .s4-right-more:after {
    left: 15px
}

.s4-right-text {
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all .3s ease-in-out 0s
}

.s4-right-text h4 {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s4-right-text h4:before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    background: #233876;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px
}

.s4-right-text p {
    color: #999;
    height: 52px;
    overflow: hidden;
    padding-left: 20px
}

.s4-right-item:hover .s4-right-text {
    left: 10px
}





.section5 {
    background: #F8F8F8;
    padding: 60px 0;
}

@media screen and (min-width: 991px) {
    .s5-left {
        padding: 120px 0 0px;
    }
}

.s5-left-text {
    color: #999;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

#owl-demo5 {
    position: relative;
    padding: 0;
    margin: 0px
}

#owl-demo5 .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#owl-demo5 * {
    box-sizing: border-box;
}

/* 导航层 */
#owl-demo5 .owl-item {
    float: left;
}

#owl-demo5 .owl-controls {
    margin-top: 0px;
    text-align: center;
}

/* 左右按钮 */
#owl-demo5 .owl-controls .owl-nav {}

#owl-demo5 .owl-controls .owl-nav [class*=owl-] {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

#owl-demo5 .owl-controls .owl-nav .owl-prev {
    left: 0;
    background: rgba(255, 255, 255, .05)
}

#owl-demo5 .owl-controls .owl-nav .owl-next {
    right: 0;
    background: rgba(255, 255, 255, .05)
}

#owl-demo5 .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

#owl-demo5 .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

#owl-demo5 .owl-controls .owl-nav .owl-prev:hover {
    background: rgba(255, 255, 255, .5)
}

#owl-demo5 .owl-controls .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, .5)
}

/* 远点按钮 */
#owl-demo5 .owl-dots {}

#owl-demo5 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#owl-demo5 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#owl-demo5 .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}



.s5-item {
    margin: 20px 0
}

.s5-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.s5-img {
    display: block;
    overflow: hidden
}

.s5-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: .6s
}

.s5-item:hover .s5-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s5-text {
    position: absolute;
    background: #233876;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px
}

.s5-text h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.s5-text span {
    font-size: 13px;
    line-height: 26px;
    color: rgba(255, 255, 255, .7)
}

.s5-text p {
    color: rgba(255, 255, 255, .55);
    margin-top: 18px;
    height: 48px;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden
}

.s5-text .more {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 16px;
    border-left: 1px solid #e5e5e5;
    overflow: hidden
}

.s5-text .more:before {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url(../img/more2.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.s5-text .more:after {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
    background: url(../img/more2.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.s5-item:hover .s5-text .more:before {
    left: 45px
}

.s5-item:hover .s5-text .more:after {
    left: 15px
}






.section6 {
    padding: 60px 0;
}

#owl-demo6 {
    position: relative;
    padding: 0;
    margin: 0px
}

#owl-demo6 .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#owl-demo6 * {
    box-sizing: border-box;
}

/* 导航层 */
#owl-demo6 .owl-item {
    float: left;
}

#owl-demo6 .owl-controls {
    margin-top: 0px;
    text-align: center;
}

/* 左右按钮 */
#owl-demo6 .owl-controls .owl-nav {}

#owl-demo6 .owl-controls .owl-nav [class*=owl-] {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
}

#owl-demo6 .owl-controls .owl-nav .owl-prev {
    left: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo6 .owl-controls .owl-nav .owl-next {
    right: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo6 .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

#owl-demo6 .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

#owl-demo6:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
    background: rgba(0, 0, 0, .4)
}

#owl-demo6:hover .owl-controls .owl-nav .owl-next {
    right: 0;
    background: rgba(0, 0, 0, .4)
}

/* 远点按钮 */
#owl-demo6 .owl-dots {}

#owl-demo6 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#owl-demo6 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#owl-demo6 .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #233876
}


.s6-item {
    margin: 20px 0;
}

.s6-item a {
    display: block;
    padding: 10px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.s6-item:hover a {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.s6-img {
    display: block;
    overflow: hidden;
}

.s6-img img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: 600ms;
    max-width: 250px;
    height: 166px;
}

.s6-item:hover .s6-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.s6-text {
    padding-top: 25px;
}

.s6-text h4 {
    text-align: center;
    color: #303030;
    font-size: 16px;
    margin: 0;
    margin: 20px 20px 0;
    position: relative;
    top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s ease-in-out 0s
}

.s6-text h4:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #eee;
    margin: 20px auto;
}

.s6-text p {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin: 5px 0 0;
    margin: 0 20px 20px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out 0s
}


.s6-item:hover .s6-text h4 {
    top: -10px;
}

.s6-item:hover .s6-text p {
    top: -10px;
}





.section7 {
    position: relative;
    padding: 160px 0;
    background: url(../img/s7-bg.png) center bottom no-repeat;
}


@media screen and (min-width: 1200px) {
    .section7 {
        padding: 200px 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section7 {
        padding: 160px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section7 {
        padding: 120px 0;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .section7 {
        padding: 80px 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .section7 {
        padding: 60px 0;
    }
}


.section7:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #999;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.s7 {
    position: relative;
    z-index: 2;
}




#owl-demo7 {
    position: relative;
    padding: 0;
    margin: 0px
}

#owl-demo7 .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#owl-demo7 * {
    box-sizing: border-box;
}

/* 导航层 */
#owl-demo7 .owl-item {
    float: left;
}

#owl-demo7 .owl-controls {
    margin-top: 0px;
    text-align: center;
}

/* 左右按钮 */
#owl-demo7 .owl-controls .owl-nav {}

#owl-demo7 .owl-controls .owl-nav [class*=owl-] {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
}

#owl-demo7 .owl-controls .owl-nav .owl-prev {
    left: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo7 .owl-controls .owl-nav .owl-next {
    right: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo7 .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

#owl-demo7 .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

#owl-demo7:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
    background: rgba(0, 0, 0, .4)
}

#owl-demo7:hover .owl-controls .owl-nav .owl-next {
    right: 0;
    background: rgba(0, 0, 0, .4)
}




.s7-item {
    margin: 20px 0;
}

.s7-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding: 80px 30px 0;
    height: 250px;

}

.s7-item a:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}



.s7-item h4 {
    position: relative;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    transition: all 300ms ease-in-out 0s;
}

.s7-item h4 span {
    position: relative;
    top: 0;
    transition: all 300ms ease-in-out 0s;
}

.s7-item:hover h4 span {
    top: -10px;
}

.s7-item h4:before {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    margin-left: -3px;
    background: #A1A1A1;
    left: 50%;
    top: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 300ms ease-in-out 0s;
}

.s7-item:hover h4:before {
    width: 10px;
    height: 10px;
    border: 2px solid #A1A1A1;
    background: #fff;
    top: 31px;
    margin-left: -5px;
}

.s7-item h4:after {
    content: "";
    width: 2px;
    height: 1px;
    background: #A1A1A1;
    margin: 20px auto 0;
    display: block;
    transition: all 300ms ease-in-out 0s;
    opacity: 0;
}

.s7-item:hover h4:after {
    height: 20px;
    opacity: 1;
}


.s7-item p {
    color: #999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-align: center;
}





.seciton8 {
    position: relative;
    background: #F8F8F8;
}

.seciton8:before {
    display: block;
    content: "";
    height: 100%;
    position: absolute;
    background: #233975;
    left: 50%;
    width: 50%;
}

@media screen and (max-width: 991px) {
    .seciton8:before {
        height: 220px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

.seciton8 .title10 {
    padding-top: 60px;
}

.s8 {
    height: 220px;
    background: #233975;
    overflow: hidden;
}


.s8-img {
    float: right;
    margin-top: 16px;
    margin-left: 20px;
}


.s8-text {
    overflow: hidden;
    padding: 50px 50px 0;
    float: left;
}

.s8-text h4 {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.s8-text p {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.s8-text span {
    color: rgba(255, 255, 255, .3)
}

.s8-text .more {
    margin-top: 15px;
    display: block;
    height: 26px;
    width: 110px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: url(../img/more2.png) center center no-repeat;
    border-radius: 30px;
}


@media screen and (min-width: 0) and (max-width: 767px) {
    .seciton8 .title10 {
        padding-top: 20px;
    }

    .seciton8:before {
        height: 420px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .s8-text {
        float: none;
        height: 200px;
        overflow: hidden;
        text-align: center;
    }

    .s8 {
        height: auto;
    }

    .s8-text .more {
        margin-left: auto;
        margin-right: auto;
    }

    .s8-img {
        float: none;
        text-align: center;
        position: relative;
        top: 0px;
        margin: 0 auto;
    }
}



.section9 {
    padding: 100px 0;
}

#owl-demo9 {
    position: relative;
    padding: 0;
    margin: 0px
}

#owl-demo9 .owl-stage-outer {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#owl-demo9 * {
    box-sizing: border-box;
}

/* 导航层 */
#owl-demo9 .owl-item {
    float: left;
}

#owl-demo9 .owl-controls {
    margin-top: 0px;
    text-align: center;
}

/* 左右按钮 */
#owl-demo9 .owl-controls .owl-nav {}

#owl-demo9 .owl-controls .owl-nav [class*=owl-] {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
}

#owl-demo9 .owl-controls .owl-nav .owl-prev {
    left: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo9 .owl-controls .owl-nav .owl-next {
    right: -40px;
    background: rgba(255, 255, 255, .05)
}

#owl-demo9 .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

#owl-demo9 .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

#owl-demo9:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
    background: rgba(0, 0, 0, .4)
}

#owl-demo9:hover .owl-controls .owl-nav .owl-next {
    right: 0;
    background: rgba(0, 0, 0, .4)
}

/* 远点按钮 */
#owl-demo9 .owl-dots {}

#owl-demo9 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#owl-demo9 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#owl-demo9 .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #233876
}


.s9-item {
    margin: 15px 0;
    border: 1px solid #eee;
}

.s9-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.s9-item img {
    width: 100%;
    height: auto;
}

.s9-item a:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}






.section10 {
    padding: 80px 0;
    background: #F8F8F8;
}


.s10-2 {}

.s10-2 h4 {
    color: #999;
    font-size: 16px;
}

.s10-2 .fenxiang {
    margin-top: 35px;
}

.fenxiang a {
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #999;
    border: 1px solid rgba(255, 255, 255, .07);
}

.fenxiang a:hover {
    background: #233876;
    color: #fff;
}


.s10-3 {}

.s10-3 h4 {
    color: #666;
    font-size: 16px;
}

.s10-3 ul {
    padding: 0;
    margin: 35px 0 0;
}

.s10-3 ul li {
    float: left;
    width: 50%;
    line-height: 25px;
    margin-bottom: 5px;
    color: #999;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .s10-3 {
        padding-top: 30px;
    }

    .s10-3 ul li {
        width: 100%;
        float: none;
    }
}

#outer-w {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

#outer {
    height: 100%;
    ;
    position: relative;
    width: 100%;
}

#outer[id] {
    display: table;
    position: static;
}

#middle {
    position: absolute;
    top: 50%;
}

/* for explorer only*/
#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#inner {
    position: relative;
    top: -50%;
    width: 300px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}

/* for explorer only */
*+html #outer[id] {
    position: relative;
}

*+html #middle[id] {
    position: absolute;
}

#bg-black {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}

.inner {
    position: relative;
    z-index: 2;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: #FFF url(../img/base/del_on.gif) left top no-repeat;
    border: 1px solid #CCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#close:hover {
    background: #DDD url(../img/base/del_hover.gif) -1px -1px no-repeat;
}



.foot {
    background: #fff;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.foot a {
    color: #999;
}


#banner2 {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}

#banner2 div {
    background-color: #39383E;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 380px;
    animation: mymove 20s
}


#banner2 {
    margin-top: 80px;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    #banner2 {
        margin-top: 64px;
    }
}


.box2 {
    padding: 50px 0 60px;
}

.title20 {}

.title20 .mianbao {
    float: right;
}

.mianbao {
    color: #999;
    font-size: 12px;
}

.mianbao a {
    margin: 0 5px;
    color: #999;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .mianbao {
        display: none;
    }
}



.title20 {
    margin-bottom: 30px;
}

.title20:after {
    content: "";
    display: table;
    clear: both;
}

.title20 ul {
    padding: 0;
    margin: 0;
}

.title20 ul li {
    display: inline-block;
}

.title20 ul li a {
    text-decoration: none;
    padding: 8px 20px;
    color: #737373;
    font-size: 14px;
}

.title20 ul li.on a,
.title20 ul li a:hover {
    background: #233876;
    color: #fff;
}

.title20 h4 {
    margin: 0;
    font-size: 24px;
}

.title20 h4 a {
    color: #333;
}

.title20 p {
    font-size: 14px;
    margin: 4px 0 0;
    color: #999;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .title20 ul {
        display: none;
    }
}








.news-item {
    border-bottom: 1px solid #E5E5E5;
}

.news-item:after {
    content: "";
    display: table;
    clear: both;
}

.news-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.news-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding: 30px 10px
}


.news-img {
    float: left;
    margin-right: 20px;
    width: 340px;
    height: 143px;
    overflow: hidden;
    position: relative;
    left: -10px;
    transition: all 300ms ease-in-out 0s;
}

.news-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.news-item:hover .news-img {
    left: 20px;
}


.news-text {
    position: relative;
    overflow: hidden;
    padding-right: 20px;
}


.news-date {
    float: right;
    font-size: 22px;
    color: #999;
    margin-left: 50px;
    margin-top: 10px;
}

.news-more {
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 40px;
    height: 16px;
    color: transparent;
    border-left: 1px solid #e5e5e5;
    overflow: hidden
}

.news-more:before {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url(../img/more.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.news-more:after {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
    background: url(../img/more.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.news-item:hover .news-more:before {
    left: 45px
}

.news-item:hover .news-more:after {
    left: 15px
}

.news-text {
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all .3s ease-in-out 0s;
    padding-top: 5px;
}

.news-text h4 {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-text h4:before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    background: #233876;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px
}

.news-text p {
    color: #999;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    padding-left: 20px
}

.news-item:hover .news-text {
    left: 10px
}





.team-item {
    margin: 20px 10px 30px 20px;
}

.team-item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 4px 4px 12px lightgrey;
    border-radius: 5px;
}


.team-img {
    float: left;
    width: 200px;
    height: 250px;
    overflow: hidden;
}


.team-img {
    display: block;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    margin: 0px auto;
    transition: 600ms;
}

.team-item:hover .team-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-text {
    overflow: hidden;
    height: 250px;
    padding: 20px 30px;
}

.team-item:hover .team-text {
    background: #FFCC66;
}


.team-text h4 {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.team-text h4 b {
    font-weight: normal;
    transition: all 0ms ease-in-out 0s;
    color: #333;
}

.team-text span {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.team-text p {
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.team-text .more {
    margin: 35px 0 0;
    position: relative;
    width: 40px;
    height: 16px;
    color: transparent;
    border-left: 1px solid #e5e5e5;
    overflow: hidden
}

.team-text .more:before {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url(../img/more.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.team-text .more:after {
    height: 11px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
    background: url(../img/more2.png) center center no-repeat;
    transition: all .3s ease-in-out 0s
}

.team-item:hover .team-text .more {
    border-color: rgba(255, 255, 255, .7);
}

.team-item:hover .team-text .more:before {
    left: 45px
}

.team-item:hover .team-text .more:after {
    left: 15px
}

.team-text h4,
.team-text span,
.team-text p {
    position: relative;
    top: 0;
    transition: all 300ms ease-in-out 0s;
}


.team-item:hover .team-text h4 {
    color: #fff;
    top: 10px;
}

.team-item:hover .team-text h4 b {
    color: #fff;
}

.team-item:hover .team-text span {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
    top: 10px;
}

.team-item:hover .team-text p {
    color: rgba(255, 255, 255, .5);
    top: 10px;
}




@media screen and (min-width: 0) and (max-width: 767px) {
    .team-img {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
}





.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #233876;
    background-color: transparent;
}




@media screen and (min-width: 768px) {
    .navbar-default .navbar-nav>.active>a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -16px;
        transition: all 400ms ease-in-out 0s;
        height: 2px;
        background: #233876;
    }

    .navbar-default.mini .navbar-nav>.active>a:after {
        bottom: -7px;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: #233876;
    }

    .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
}