/* html {
    touch-action: none;
} */
/* *{touch-action: none;}  */
.fp-watermark {
    display: none;
}

.top {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    /* padding: 0 15%; */
    background: #003B76;
    position: fixed;
    z-index: 99;
    max-width: 1920px;
    transition: all .5s;
    display: flex;
    justify-content: center;
    /* background: url('../img/2.png'); */
}

.top-content {
    width: calc(100% - 520px);
    min-width: 1200px;
}

.headerTwo {
    background-color: rgba(0, 0, 0, .5);
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -moz-opacity:0.2;
    /* background: url(http://www.lzxljt.cn/Content/Main/Base/img/bg60.png); */
}

.logo {
    box-sizing: border-box;
    height: 100%;
    /* width: 25%; */
    width: 380px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    background: url(.././img/logotop.png) center no-repeat;
    background-position: 0px;
    cursor: pointer;
}

.top > .logo {
    box-sizing: border-box;
    height: 100%;
    /* width: 25%; */
    width: 300px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngc84e81ef9fd952b8b4c0efbfc778864cdacf92e409aca09e6b976b4fcd0289a4) center no-repeat;
    background-position: 0px;
    cursor: pointer;
}

.logo-top {
    font-size: 27px;
    color: white;
    text-align: left;
}

.logo-bottom {
    font-size: 13px;
    color: #999;
    text-align: left;
}

.top-option {
    height: 100%;
    /* width: 55%; */
    width: calc(100% - 580px);
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    justify-content: space-evenly;
    float: left;
    /* font-weight: bold; */
}

.top-input {
    height: 100%;
    /* width: 20%; */
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.top-input > input {
    border: 1px solid #B61D22;
    height: 40px;
    outline: none;
    padding-right: 20%;
    width: 100%;
    background: rgba(255, 255, 255, .22);
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

.input-bg {
    position: absolute;
    height: 40px;
    width: 20%;
    background: #B61D22;
    background-image: url(.././img/topfind.png);
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.main {
    width: 100%;
    touch-action: none;
}

.main-bg {
    /*width: 100%;*/
    /*height: 100vh;*/
    background: #E6ECF1;
    box-sizing: border-box;
    /*padding: 0px 15%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-bg .swiper-slide {
    border: none;
}

.main-bg img {
    width: 100%;
    height: calc(100vh);
}

.main-our .fp-overflow {
    overflow: hidden !important;
}

.main-item .fp-overflow {
    overflow: hidden !important;
}

.main-our {
    /*width: 100%;*/
    height: 100vh;
    background: #E6ECF1;
    box-sizing: border-box;
    /*padding: 0px 15%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-about-op {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(.././img/indexAbout.jpg) 100% no-repeat;
    background-size: 100% 100%;
    /*background: rgba(125,125,125,.5);*/
    /*opacity: .2;*/
}

.main-our-title {
    width: 100%;
    height: 75px;
    color: #B61D22;
    margin-bottom: 80px;
}

.main-our-title > p {
    color: #999;
}

.our-content {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.our-content-left, .our-content-right {
    height: 100%;
    width: 45%;
    position: relative;
}

.our-content-left-video {
    width: 100%;
    height: 380px;
    /*border: 1px solid #333;*/
    z-index: 99;
    /* position: absolute; */
    top: 0;
    left: 10px;
}

.our-content-left-bg {
    position: absolute;
    background: #D5D5D5;
    height: 380px;
    width: 30%;
    top: 20px;
    left: -10px;
    z-index: 66;
}

.our-content-right > h1 {
    text-align: right;
    margin-bottom: 40px;
}

.our-content-right-info {
    color: #666;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    /* text-indent: 2em; */
}

.our-content-right-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.our-content-right-bottom > .ourBottom-item {
    padding-left: 70px;
    height: 65px;
    box-sizing: border-box;
}

.ourBottom-item > a {
    line-height: 65px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.ourBottom-item2 {
    margin-top: 18px;
}

.ourBottom-item2 > a {
    line-height: 25px;
    font-size: 18px;
    color: #333;
    border: 1px solid;
    /* margin-top: 17px; */
    padding: 2px 20px;
}

.our-content-right-bottom > .leader-bg {
    background: url(.././img/indexLeader.png) left no-repeat;
}

.our-content-right-bottom > .develop-bg {
    background: url(.././img/indexDevelop.png) left no-repeat;
}

.main-item {
    background: url(".././img/productbackground.jpg");
    /*width: 100%;*/
    height: 100vh;
    /*background: #1A4282;*/
    box-sizing: border-box;
    /*padding: 0px 15%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-item-title {
    color: #999;
    z-index: 99;
    position: relative;
}

.main-item-title > h1 {
    width: 90%;
    display: inline;
    margin-top: 0;
    margin-left: 5px;
}

.main-item-title > p {
    width: 90%;
    /*display: inline;
    margin-top: 0;
    margin-left: 5px;*/
}

.main-item-title > img {
    float: right;
    border: none;
    display: inline;
    margin-top: 0;
    margin-left: 5px;
}

.main-item-option {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}

.notice_test {
    display: none;
}

.main-item-option > div {
    font-size: 20px;
    /*color: #fff;*/
}

.main-item-option > span {
    height: 24px;
    width: 3px;
    background: #999;
    margin: 0 30px;
}

.main-item-img {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* margin-left: 50px; */
    margin-top: 50px;
    display: flex;
}

.newsSwiper {
    padding: 0 40px;
}

.newsSwiper .swiper-button-prev {
    left: 0px;
    /*background-image: url(.././img/prev.png);*/
}

.newsSwiper .swiper-button-next {
    right: 0px;
    /*background-image: url(.././img/next.png);*/
}

.newsSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

/*.newsSwiper .swiper-slide:hover {
    box-shadow: 10px 10px 5px #999;
    transform: scale(.9);
}*/
.newsSwiper .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    height: 240px;
    object-fit: cover;
}

.newsSwiper .swiper-slide div {
    height: calc(100% - 240px);
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.newsSwiper .swiper-slide div p {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.newsSwiper .swiper-slide div span {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsSwiper .swiper-slide div span:hover {
    font-size: 14px;
    color: #B61D22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-news {
    background: url(.././img/indexNews.jpg) 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
}

.pic {
    width: 3840px;
    height: 100%;
    position: absolute;
    left: 0;
}

.pic > li {
    width: 420px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #333;
    float: left;
    margin-right: 60px;
}

.main-project {
    /* background: #fff; */
    background: url(.././img/projectbackground.jpg) 100% no-repeat;
    background-size: 100% 100%;
    /* height: 800px; */
}

.project-img {
    justify-content: space-between;
    min-height: 280px;
}

.main-project-item {
    width: calc((100% - 80px) / 5);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    /* width: 255px; */
    margin: 10px;

}

.main-project-item:hover {
    /* transform: scaleY(1.2); */
    transform: scale(1.2);
    transition: all .5s;
    margin: 0 20px;
}

.main-project-item img {
    border: none;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-project-item_img {
    border: none;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-project-item_img1 {
    background: url(.././img/c1.jpg) center no-repeat;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    border: none;
}
.main-project-item_img2 {
    background: url(.././img/c2.jpg) center no-repeat;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-project-item_img3 {
    background: url(.././img/c3.jpg) center no-repeat;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-project-item_img4 {
    background: url(.././img/c4.jpg) center no-repeat;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-project-item_img5 {
    background: url(.././img/c5.jpg) center no-repeat;
    max-height: 360px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-project-item-logo {
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngb5ee521eaffd417aebffec068981b62463ceefa4c5326a41af5bb6b7c8c3a1d8) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}

.main-project-item-logo1 {
    background: url(.././img/d11b.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}

/*.main-project-item-logo1:hover {
    background: url(.././img/d1hover.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}*/

.main-project-item-logo2 {
    background: url(.././img/d22b.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}

/*.main-project-item-logo2:hover {
    background: url(.././img/d2hover.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}*/

.main-project-item-logo3 {
    background: url(.././img/d33b.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}

/*.main-project-item-logo3:hover {
    background: url(.././img/d3hover.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}*/

.main-project-item-logo4 {
    background: url(.././img/d44b.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}

/*.main-project-item-logo4:hover {
    background: url(.././img/d4hover.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}*/

.main-project-item-logo5 {
    background: url(.././img/d55b.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}

/*.main-project-item-logo5:hover {
    background: url(.././img/d5hover.png) center no-repeat;
    height: 63px;
    width: 63px;
    z-index: 99;
    position: relative;
}*/

.main-project-item h3 {
    max-width: 90%;
    position: relative;
    color: #fff;
    z-index: 99;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-project-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 340px;
    width: 255px; */
    background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/334f2116bea64815acf53465f68ff04d_mergeImage.png) center no-repeat;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*border:  1px solid #333;*/
    box-sizing: border-box;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    display: flex;
    flex-direction: column;
}

.swiper-container > .swiper-wrapper > .swiper-slide > .swiper-slide-bg {
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngb5ee521eaffd417aebffec068981b62463ceefa4c5326a41af5bb6b7c8c3a1d8) center no-repeat;
    height: 63px;
    width: 63px;
    background-size: 100% 100%;
}

.swiper-container .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.main-product {
    /* background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng15e9e54dd6b578d0924c5a590719eba637e432c3114f8a1fcf8f6fc10cbdc462) 100% no-repeat; */
    background-size: 100% 100%;
    /* height: 1080px; */
    /*background: #333;*/
    position: relative;
}

.swiper-product {
    width: 100%;
    /* height: 340px; */
    margin-top: 10vh;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
}

.mySwiper .swiper-slide-pic:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.mySwiper .swiper-slide .swiper-slide-pic {
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding: 0;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.mySwiper .swiper-slide > div {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.main-dang {
    background: url(.././img/dangbackground.jpg) 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /* height: 1080px; */
}

.main-dang-content {
    /* height: 100%; */
    width: 100%;
    display: flex;
    margin-top: 10vh;
    justify-content: space-around;
    position: relative;
}

.main-dang-item {
    width: 32%;
    /* height: 440px; */
    box-sizing: border-box;
    /* border: 1px solid #333; */
    background: #fff;
    box-shadow: 10px 10px 10px 10px #f3f3f3;
}

.main-dang-item:hover {
    /* transform: scale(1.2); */
}

.main-dang-item > img {
    width: 100%;
    /* height: 270px; */
}

.main-dang-item > ul {
    /* height: calc(100% - 275px); */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 20px;
}

.main-dang-item > ul > li {
    /* list-style: disc; */
    padding-left: 40px;
    padding-right: 20px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.main-dang-item > ul > li:hover {
    color: #B61D22;
}

.main-dang-item > ul > li::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: black;
    left: 15px;
    top: calc(50% - 5px);
}

#goTop {
    /* display: none; */
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: #333;
    cursor: pointer;
    background: url(.././img/gotop.png) center no-repeat;
    z-index: 99;
}

.to-top img {
    width: 48px;
    height: 48px;
}

.top-buttom {
    position: fixed;
    bottom: 100px;
    right: 50px;
    background: rgba(20, 40, 60, .8);
    z-index: 99;
    display: none;
    height: 58px;
    width: 58px;
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng48689d8baa6ba14c5720894cc48317c4873ee77f7664e82e16d6f977ec6a4119) center no-repeat;
    cursor: pointer;
}

.bottom {
    /* height: 100%; */
    height: 100vh;
    /*background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng4d2bd7f96ff0cc78f8d30c9c29a17c27bbe8e64f2b8a3827e80af450f523a7ee) 100% no-repeat;*/
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    /*padding: 0 15%;*/
    /* padding-top: 300px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-content {
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.bottom-title {
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.bottom-title > .logo {
    /* width: 260px; */
    padding-left: 50px;
    height: 70px;
    background: url(.././img/logobottom.png) center no-repeat;
    background-position: 0px;
}

.bottom-title > .logo > .logo-bottom {
    color: white;
}

.bottom-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 8vh;
    z-index: 99;
    position: relative;
}

.bottom-info-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #fff;
}

.bottom-info-item > p {
    font-size: 20px;
    height: 28px;
}

.bottom-href {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    margin-top: 8vh;
    z-index: 99;
    position: relative;
}

.bottom-href-item {
    width: 22%;
    background: #d8d8d8;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #979797;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.bottom-href-item > p {
    font-size: 14px;
}

.bottom-border {
    width: 100%;
    height: 1px;
    background: #979797;
    margin-top: 5vh;
}

.bottom-item {
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
    margin-top: 40px;
    font-size: 12px;
    z-index: 99;
    position: relative;
}

.bottom-item > div {
    display: flex;
    padding: 0 30px;
}

.bottom-item > div > img {
    padding-right: 5px;
}

/* 导航条 */
#fp-nav {
    right: 20px;
    top: calc(50% - 25px);
}

#fp-nav ul li a span {
    background: #D7D7D7;
    width: 8px;
    height: 8px;
}

#fp-nav ul li a.active span {
    background: #E33036;
    width: 14px;
    height: 14px;
    margin: -5px 0 0 -5px;
}

.fp-prev, .fp-next {
    border: none;
    height: 50px;
    width: 58px !important;
    background: url(.././img/prev.png) center top no-repeat;
}

.fp-prev {
    left: 98px !important;
}

.fp-next {
    background-position: center -50px;
    right: 98px !important;
    background: url(.././img/next.png) center top no-repeat;
}

/* .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

#fp-nav ul li .fp-tooltip {
    top: -2px;
}

.box {
    position: relative;
    display: none;
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.main-one {
    width: 100%;
    display: flex;
}
.main-one-left, .main-one-right {
    width: 50%;
}

.main-one-left {
    /* background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/66adcce9ecd0498d81885ec02c2f3843_mergeImage.png) center no-repeat;
    background-size: 100% 100%; */
    height: 460px;
    /*min-width: 650px;*/
    overflow: hidden;
}

.main-one-right {
    box-sizing: border-box;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
}

.main-one-right-item {
    display: flex;
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main-one-right :nth-last-child(1) {
    border: none;
}
.item-time {
    width: 15%;
}
.item-right {
    width: 85%;
}
.item-time > p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.item-time > span {
    font-size: 12px;
    color: #bbb;
    line-height: 17px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
