
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?1z9v6x);
    src: url(../fonts/icomoon/icomoon.eot?1z9v6x#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?1z9v6x) format("truetype"), url(../fonts/icomoon/icomoon.woff?1z9v6x) format("woff"), url(../fonts/icomoon/icomoon.svg?1z9v6x#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    overflow-x: hidden
}

body {
    background-color: #EEEEEE;
    color: #8b8e94;
    line-height: 24px;
    font-size: 15px
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.5
}

h1 {
    font-size: 46px
}

h2, h4 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h5, h6 {
    font-size: 14px
}

ol, p, ul {
    margin-bottom: 30px;
    list-style: none;
}

a {
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #333333;
    text-decoration: none;
}

a:hover{
    text-decoration: none !important;
}
a:visited{
    text-decoration: none !important;
}

body {
    background: #eeeeee;
}

@media screen and (max-width: 1280px) {
    body {background: #eeeeee;}
}

@media screen and (max-width: 1024px) {
    body {background: #eeeeee;}
}

@media screen and (max-width: 767px) {
    body {background: #eeeeee;}
}

.hidden {
    display: none !important;
}
.navbar-shadow {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}


/*header开始*/
.navbar-default {
    background: #FFF;
}

.m_header {
    height: 80px;
    display: flex;
    align-content: center;
}

.lh-logo {
    width: 240px;
    height: 80px;
    background-image: url(../img/logo.png) ;
    background-size: cover;
}

.navlist {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .pc-header {
        display: none !important;
    }
    .navlist{
        justify-content: left;
    }
    .lh-logo {
        transform: scale(0.8);

    }
    .lh-map-btn {
        display: block !important;
    }
    .lh-moblie-nav{
        display: block;
    }
}


.lh-map-btn {
    display: none;
    position: absolute;
    right: 5.7vw;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 2px solid #b60005;
    cursor: pointer
}
.lh-map-btn span {
    display: block;
    width: 16px;
    height: 2px;
    background: #b60005;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -1px;
    transition: ease .45s
}
.lh-map-btn span:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #b60005;
    position: absolute;
    right: 0;
    top: -8px;
    transition: ease .45s
}
.lh-map-btn span:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #b60005;
    position: absolute;
    right: 0;
    top: 8px;
    transition: ease .45s
}

.lh-map-btn:hover span {
    width: 22px
}

.lh-map-btn:hover span:before {
    width: 16px
}

.lh-map-btn:hover span:after {
    width: 10px
}

.lh-moblie-nav {
    width: 60%;
    height: 100%;
    background: #b60005;
    opacity: 0; position: fixed;
    right: -100px; top: 0; padding-left:0;padding-top: 80px;
    transition: all 0.3s ease-in-out 0s;
    transform: translate3d(100%, 0px, 0px);  z-index: -1;
}
.lh-moblie-nav.on { transform: translate3d(0px, 0px, 0px); display: block;opacity: 1;right:0;}
.lh-moblie-nav li h2 { margin: 0;height: 45px; line-height: 45px; color: rgb(255, 255, 255); font-size: 16px; padding: 0 20px 0 50px; border-bottom: 1px solid rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); overflow: hidden; position: relative; transition: all 0.45s ease 0s; }
.lh-moblie-nav li h2 a { color: rgb(255, 255, 255); font-size: 16px; border: none; }
.lh-moblie-nav li:not(:first-child) h2.active { border: none;text-decoration:underline;font-weight: bold;border-bottom: 1px solid rgb(255, 255, 255); }
.lh-moblie-nav li:not(:first-child) h2.active::before { background: #b60005; }
.lh-moblie-nav li:not(:first-child) h2.active i { transform: rotate(180deg); }
.lh-moblie-nav li h2::before { content: ""; display: block; width: 16px; height: 2px; background: rgb(255, 255, 255); position: absolute; left: 20px; top: 50%; transform: translateY(-50%); transition: all 0.45s ease 0s; }
.lh-moblie-nav li h2 i { position: absolute; right: 20px; top: 50%; display: inline-block; transition: all 0.45s ease 0s; width: 16px; height: 18px; line-height: 18px; margin-top: -9px; }
.lh-moblie-nav li dl { padding-left: 20px; background: rgb(255, 255, 255); display: none; }
.lh-moblie-nav li dl.active{display: block;}
.lh-moblie-nav li dl dd { line-height: 35px; border-top: 1px solid rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); position: relative; }
.lh-moblie-nav li dl dd a { display: block; padding-left: 25px; color: #b60005; }
.lh-moblie-nav li dl dd::before { content: ""; display: block; width: 10px; height: 1px; background: #b60005; position: absolute; left: 5px; top: 50%; }
.lh-moblie-nav li dl dd:first-child { border: none; }


.nav-item {
    min-width: 8rem;
}
.dropdown .dropdown-toggle{
    text-align: center;
    width: 12rem;
}
.nav-item .nav-link {
    line-height: 80px;
    height: 80px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    background-color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    z-index: 1201;
}
.nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #b60005;
    height: 3px;
    transition-property: left, right;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.nav-item .nav-link:hover:before,
.nav-item .nav-link:focus:before,
.nav-item .nav-link:active:before,
.nav-item.open .nav-link:before,
.nav-item .nav-link.active:before {
    left: 0;
    right: 0;
}

.open > .dropdown-menu {
    display: block;
    opacity: 1;
    top: 100%;
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
    margin-right: 0;
    margin-left: .3em
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .286rem solid
}

.dropdown-menu {
    min-width: 12rem;
    width: 100%;
    font-size: 1rem;
    position: absolute;
    z-index: 1200;
    top: -300%;
    left: 0;
    display: block;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    color: #76838f;
    border-radius: 0;
    border: none;
    opacity: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 2, .05);
    transition: all 0.45s ease 0s;
}


.dropdown-item {
    line-height: 30px;
    display: block;
    clear: both;
    width: 100%;
    white-space: nowrap;
    border: 0;
    background: 0 0;
    text-align: center;
    padding: .572rem;
    font-size: 14px;
    text-overflow:ellipsis;overflow:hidden;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    text-decoration: none;
    color: #b60005;
    outline: 0;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 -3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 -3px 12px rgba(0, 0, 0, .05)
}

.dropdown-menu.dropdown-menu-bullet {
    border-top: solid 2px #b60005;
    margin-top: 12px
}

.dropdown-menu.dropdown-menu-bullet:after, .dropdown-menu.dropdown-menu-bullet:before {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-bottom-width: 0
}

.dropdown-menu.dropdown-menu-bullet:before {
    top: 0;
    border-top-color: #b60005
}

.dropdown-menu-bullet:after, .dropdown-menu-bullet:before {
    left: calc(50% - 4px)
}

.top-banner{
    margin-bottom: 50px;margin-top: 80px;background-repeat: no-repeat;background-image: url(../img/new-banner.png);
    background-color: #EEEEEE;
    background-size: contain;
    background-position: top center;
}
.custorm-con{
    margin-top: 260px;padding:0 20px;background: white;
    border:solid 1px #cccccc;
}
@media screen and (max-width: 767px) {
    .custorm-con{
        margin-top: 80px;padding:0 20px;background: white;
        border:solid 1px #cccccc;
    }
}

.nodata{
    height: 150px;
    margin:150px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/nodata.jpg);
    background-size: contain;
    background-position: center;
}

.list-item{
    position: relative;
    background: #FFFFFF;
    transition: all 0.45s ease-in 0s;
}

@media screen and (max-width: 1024px) {
    .nodata {
        height: 150px;
        margin:150px 0;}
}

@media screen and (max-width: 767px) {
    .nodata {
        height: 150px;
        margin:150px 0;}
}

/*header结束*/

/*
.more {
    display: block;
    width: 150px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #6c6c6c;
    position: relative;
}

.more .ico {
    position: absolute;
    right: 10%;
    top: -3px;
    height: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.more:hover {
    background: #b60005;
    border: 1px solid #b60005;
    color:#fff;
}

.more:hover .ico {
    right: 5%;
}*/
.more { display: inline-block; width: 130px; height: 30px; line-height: 30px; text-align: center; color: #b60005;  background: #FFF; box-shadow: rgba(12, 3, 6, 0.13) 0px 0px 10px; position: relative; z-index: 1; }
.more i { float: right; display: inline-block; width: 30px; height: 30px; line-height: 30px; background: #b60005; color: #FFF; font-size: 15px; transition: all 0.65s ease 0s; position: relative; z-index: 1; margin-right: 0px;top: 0; }
.more i::after { transition: all 0.4s ease-in 0s; content: ""; display: block; width: 0; height: 100%; background: #FFF; position: absolute; left: 0px; top: 0px; z-index: -1; }
.more::before { transition: all 0.3s ease-out 0s; content: ""; display: block; width: 0; height: 100%; background: #b60005; position: absolute; left: 0px; top: 0px; z-index: -1; }
.more:hover { color: rgb(255, 255, 255); }
.more:hover::before { width: 100%; }
.more:hover i { color: #b60005; transition-delay: 0.2s; }
.more:hover i::after { width: 100%; transition-delay: 0.2s; transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.glyphicon-menu-right::before{ content: "\e258";}
.item-container {
    width:100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item-container .img {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: #F2F2F2;
    background-position: center;
    background-repeat: no-repeat;
}
.item-container .title{
    position:absolute;left:0;bottom:0;right:0;padding:0 10px;
    background: rgba(0,0,0,.5);
    -webkit-transition:0.3s ease;transition:0.3s ease;
}
.item-container .title h2{
    color:#fff;padding:0;font-size:24px;line-height:60px;margin: 0;
}
.item-container .item-caption {
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: none;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    -ms-transform:scale(2);-webkit-transform:scale(2);transform:scale(2);
    -webkit-transition:0.3s ease;
    transition:0.3s ease;
    opacity: 1
}
.item-caption:hover{opacity: 0.9;}


.item-caption:before {border-bottom: none;border-top: none;left: 2em;right: 2em;}
.item-caption:after {border-left: none;border-right: none;bottom: 2em;top: 2em;}
.item-caption:hover:after,
.item-caption:hover:before {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}

.item-caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.item-caption-inner1 {
    overflow: auto;
    padding: 15px;
    display: table-cell;
    width: 100%;
    height: 100%;
    color:#ffffff;
}
.item-container .item-caption .more,
.item-container .item-caption h4,
.item-container .item-caption span{
    color: #fff;
    display: none;
}
.item-container .item-caption h4{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom : 0;
    font-weight: bold;
}
.item-container .item-caption span{
    font-size: 14px;
    font-weight: 500;
}
.item-container .item-caption .more{
    font-size: 14px;
}
.item-container:hover .item-caption{
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity: 1;
    background:rgba(182,0,5,.7);
}
.item-container:hover .item-caption .more{
    border: solid 1px #FFF;
}
.item-container:hover .item-caption .more,
.item-container:hover .item-caption h4,
.item-container:hover .item-caption span{
    display: block;
}
.item-container:hover .title{
    -ms-transform:translate(0, -100%);-webkit-transform:translate(0, -100%);transform:translate(0, -100%);opacity:0
}


.lh-title{position: relative;margin-left: -70px;}
.lh-title h2 { height: 30px; line-height: 30px; color: #c0c0c0; font-size: 26px;margin-bottom:0; padding: 0 0 0 70px; overflow: hidden; position: relative; transition: all 0.45s ease 0s; }
.lh-title h2::before { content: ""; display: block; width: 30px; height: 3px; background: #b60005; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); transition: all 0.45s ease 0s; }
.lh-title h3 { height: 30px; line-height: 30px;font-size: 26px; padding-left: 70px; margin:0;position: relative; transition: all 0.45s ease 0s; }

.about-us{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    height:215px;
    -webkit-box-orient: vertical;
    margin: 60px 0 30px 0;
    line-height: 30px;
    color: #333;
}
.about-us h4{
    font-size: 24px;
}
figure{
    height: 240px;
    background: #b60005;
}

.probootstrap-block-image {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/*.probootstrap-block-image .img-bg {
    width: 100%;
    height: 100%;
    background: rgba(182,0,5,1);
    position: absolute;
    top: -100%;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.probootstrap-block-image:hover .img-bg {
    top: 0;
    box-shadow: 2px 2px 7px 1px #eeeeee;
}
.probootstrap-block-image:hover .text .date ,
.probootstrap-block-image:hover .text h3 a ,
.probootstrap-block-image:hover .text h3 a:hover,
.probootstrap-block-image:hover p
{
    color: #FFF;
}
.probootstrap-block-image:hover .more {
    color: #FFF;
    border: solid 1px #FFF;
}*/

.probootstrap-block-image figure {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 2;
    margin-top: 0;
    transition: all 0.3s linear 0s;
}

.probootstrap-block-image figure img {
    max-width: 100%;
}

.probootstrap-block-image .text {
    position: relative;
    background: none;
    padding: 20px;
    z-index: 2;
    transition: all 0.3s linear 0s;
}
.probootstrap-block-image:hover figure {
    margin-top: -20px;
}

.probootstrap-block-image .text .date {
    display: block;
    color: #999;
    font-size: 12px;
}

.probootstrap-block-image .text h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.probootstrap-block-image .text h3 a {
    color: #000
}

.probootstrap-block-image .text h3 a:hover {
    color: #b60005;
    font-weight: bold;
}

.probootstrap-block-image .text p:last-child {
    margin-bottom: 0
}

.contact-item{
    width:100%;
    font-size: 14px;
    text-align: center;
}
.contact-item img{
    width:100%;
}
.contact-item .img-contact{
    margin-top: 10px;
    width:100%;
    background: #b60005;
}

@media screen and (max-width: 767px) {
    .contact-item img{width: 100%;
    }
}

.top-navigation {
    padding: 10px;
    border: solid 1px #cdcdcd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .top-navigation-right{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .top-navigation-right{
        display: none;
    }
}
.top-navigation-left {
    line-height: 30px;
}
.top-navigation-title{
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.top-navigation-title:before{
    content: "";
    position: absolute;
    left: 5px;
    right: 0;
    bottom: 0;
    background: #b60005;
    height: 100%;
    border-radius: 3px;
    width: 6px;
    transition-property: left, right;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.top-navigation-back {
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}



.whole-crumbs{
    text-align: center;
}
.whole-crumbs span{
    margin-left: 10px;
    margin-right: 0;
    display: inline-flex;
    font-size: 16px;
}
.whole-crumbs span.active{
    color:#b60005 ;
}

.con-title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
    padding-bottom: 20px;
    text-align: center;
    background-image: url("../img/con-title.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}


.probootstrap-copyright {
    background: #b60005;
    padding: 20px 0
}

.probootstrap-copyright a {
    color: #FFFFFF;
}
.probootstrap-copyright p {
    font-size: 14px
}

.probootstrap-copyright p:last-child {
    margin-bottom: 0
}
.copyright-text{
    text-align: center;
    color: #FFFFFF;
}


#baiduMap label{
    width: auto;
    font-size: 14px;
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
    font-weight: normal;
    padding: 5px;
}
