@import "../public/curen.css";

/* header开始 */

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

.home-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
    z-index: 999;
    background-color: #ffffff;
}

.header-box {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.header-box .header-left {
    height: 100%;
}

.header-box .header-left img {
    height: 100%;
}

.header-box .header-left a {
    display: inline-block;
    line-height: 90px;
    height: 100%;
}

.header-box .header-right {
    float: right;
    height: 100%;
    margin-top: -90px;
}

.header-box .header-right ul {
    height: 100%;
}

.header-box .header-right ul li {
    float: left;
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
}

.nav {
    background-color: #16316e;
}

.nav a {
    color: #fff !important;
}

.clear {
    clear: both;
}

.header-box .header-right ul li:hover {
    background-color: #16316e;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.header-box .header-right ul li:hover a {
    color: #fff;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.header-box .header-right a {
    display: block;
    width: 100%;
    height: 90px;
    color: #1b1d1c;
    font-size: 18px;
}

.header-box .header-right a:hover,
.header-box .header-right a:link {
    text-decoration: none;
}


/* banner */

#swiper1 {
    width: 100%;
    height: 690px;
    margin-top: 90px;
}

#swiper1 .swiper-wrapper {
    width: 1920px;
    margin: auto;
    height: 100%;
}

#swiper1 .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
}

#swiper1 .swiper-wrapper .swiper-slide img {
    object-fit: cover;
}

#swiper1 .swiper-pagination {
    padding-bottom: 50px;
}

#swiper1 .swiper-pagination-bullet {
    width: 68px !important;
    height: 8px !important;
    background-color: #fff !important;
    opacity: .4 !important;
    border-radius: 0 !important;
    margin: 0 10px !important;
}

#swiper1 .swiper-pagination-bullet-active {
    background-color: #d3951e !important;
    opacity: 1 !important;
}


/* 关于我们 */

.home-about .about-box {
    position: relative;
    width: 1200px;
    height: 992px;
    margin: auto;
}

.home-about .about-box .about-title {
    padding-top: 188px;
}

.home-about .about-box .about-title p:nth-child(1) {
    font-size: 54px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 5px;
    color: #1b1d1c;
}

.home-about .about-box .about-title p:nth-child(2) {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #1b1d1c;
}

.home-about .about-box .about-title p:nth-child(3) {
    width: 180px;
    height: 50px;
    margin-top: 60px;
    line-height: 50px;
    border: solid 2px #16316e;
    transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.home-about .about-box .about-title p:nth-child(3):hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.home-about .about-box .about-title p:nth-child(3) a {
    font-size: 18px;
    letter-spacing: 2px;
    color: #16316e;
    margin-left: 28px;
}

.home-about .about-box .about-title p:nth-child(3) a:link,
.home-about .about-box .about-title p:nth-child(3) a:hover {
    text-decoration: none;
}

.home-about .about-box .about-title p:nth-child(3) img {
    margin-left: 28px;
    margin-top: -6px;
}

.home-about .about-box .about-img {
    position: absolute;
    display: inline-block;
    text-align: right;
    top: 80px;
    right: 0;
    overflow: hidden;
    z-index: 9;
}

.home-about .about-box .about-img a {
    display: block;
}

.home-about .about-box .about-img a:nth-child(2) {
    /* margin-top: 100px; */
}

.home-about .about-box .about-txt {
    width: 100%;
    height: 334px;
    margin-top: 106px;
    background-color: #f7f7f7;
}

.home-about .about-box .about-txt p {
    width: 50%;
}

.home-about .about-box .about-txt p:nth-child(1),
.home-about .about-box .about-txt p:nth-child(2) {
    font-size: 18px;
    padding-top: 40px;
    margin-left: 30px;
}

.home-about .about-box .about-txt p:nth-child(3) {
    color: #666666;
    font-size: 14px;
    padding-top: 40px;
    margin-left: 30px;
}

.home-about .about-box .about-txt p a {
    color: #666666;
}

.home-about .about-box .about-txt p a:hover,
.home-about .about-box .about-txt p a:link {
    text-decoration: none;
}

.home-about .about-box .about-bg {
    background: url("../../img/home/„.png") no-repeat center center;
    background-size: cover;
    width: 131px;
    height: 127px;
    margin: auto;
    margin-top: -36px;
}


/* 产品中心 */

#swiper2 {
    width: 1920px;
    /* height: 690px; */
    display: none;
}

#swiper2 .swiper-wrapper {
    width: 1920px;
    margin: auto;
    height: 100%;
}

#swiper2 .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
}

#swiper2 .swiper-wrapper .swiper-slide img {
    object-fit: cover;
}

#swiper2 .swiper-pagination {
    padding-right: 50px;
    margin-top: 30px;
    position: absolute;
}

#swiper2 .swiper-pagination-bullet {
    width: 4px !important;
    height: 80px !important;
    margin: 0 !important;
    background-color: #ccc !important;
    border-radius: 0 !important;
    opacity: .7 !important;
}

#swiper2 .swiper-pagination-bullet-active {
    background-color: #d3951e !important;
    opacity: 1 !important;
}


/* 产品图 */

.about-proimg {
    width: 1200px;
    padding-top: 60px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.about-proimg div {
    position: relative;
    float: left;
    background-color: #f7f7f7;
    margin-bottom: 40px;
    transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    width: 24%;
}

.about-proimg div:hover {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    border: 2px solid #16316e;
}

.about-proimg div:hover p {
    background-color: #16316e;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.about-proimg div:nth-child(2),
.about-proimg div:nth-child(5) {
    margin: 0 24px;
}

.about-proimg div p {
    position: absolute;
    /* left: 30px; */
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    background-color: #999999;
}

.about-proimg div p a {
    color: #f7f7f7;
    font-size: 18px;
}

.about-proimg div p a:hover,
.about-proimg div p a:link {
    text-decoration: none;
}

.about-proimg div img {
    width: 100%;
}


/* 新闻中心 */

.about-news {
    width: 1200px;
    margin: auto;
    margin-top: 80px;
    overflow: hidden;
}

.about-news .new-title {
    width: 1200px;
    text-align: center;
    overflow: hidden;
}

.about-news .new-title p:nth-child(1) {
    font-size: 54px;
    margin-top: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 5px;
    color: #1b1d1c;
}

.about-news .new-title p:nth-child(2) {
    font-size: 24px;
    line-height: 22px;
    margin-top: 30px;
    letter-spacing: 2px;
    color: #1b1d1c;
    overflow: hidden;
}

.about-news .new-box {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.about-news .new-box div {
    margin: auto;
    position: relative;
    float: left;
    margin-bottom: 80px;
    transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.about-news .new-box div:hover {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.about-news .new-box div:hover::after {
    content: '';
    display: block;
    margin-top: -301px;
    width: 380px;
    height: 301px;
    background-color: #000;
    opacity: .4;
    position: relative;
    z-index: 9;
}

.about-news .new-box div p {
    position: absolute;
    left: 30px;
    width: 320px;
    line-height: 320px;
    height: 135px;
    background-color: #e6e6e6;
    line-height: 40px;
    margin-top: -68px;
    z-index: 99;
}

.about-news .new-box div p a {
    display: inline-block;
    color: #1b1d1c;
    font-size: 22px;
    margin: auto;
    width: 274px;
    margin-top: 28px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出文字省略号 */
    display: -webkit-box;
    /*  box布局 */
    -webkit-line-clamp: 2;
    /* 显示几行 */
    -webkit-box-orient: vertical;
    white-space: normal !important;
    word-wrap: break-word;
}

.about-news .new-box div:hover p {
    background-color: #16316e;
    transform: translateY(-135px);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.about-news .new-box div:hover p a {
    color: #fff;
}

.about-news .new-box div:nth-child(2),
.about-news .new-box div:nth-child(5) {
    margin: 0 30px;
}

.about-news .new-box div p a:hover,
.about-news .new-box div p a:link {
    text-decoration: none;
}

.about-news>p {
    width: 181px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 4px;
    border: 2px solid #16316e;
    position: relative;
    transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about-news>p:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.about-news>p a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 2px;
    color: #16316e;
    font-size: 18px;
    margin-left: 28px;
}

.about-news p a:hover,
.about-news p a:link {
    text-decoration: none;
}

.about-news p img {
    margin-left: 20px;
    margin-top: -6px;
}


/* 联系我们 */

#lk-contact {
    margin-top: 120px;
    position: relative;
}

#lk-contact .lk-contact-box {
    width: 100%;
    height: 520px;
    margin: auto;
    background: url('../../img/home/home-zz.png');
}

#lk-contact .lk-contact-box .lk-contact-title {
    width: 1200px;
    margin: auto;
}

#lk-contact .lk-contact-box .lk-contact-title-box {
    text-align: left;
    margin-top: 120px;
}

#lk-contact .lk-contact-box .lk-contact-title-box .contact-title1 {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
}

#lk-contact .lk-contact-box .lk-contact-title-box .contact-title2 {
    font-size: 24px;
    color: #fff;
}

#lk-contact .lk-contact-box .lk-contact-title-box .contact-title3,
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title4,
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title5,
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title6 {
    font-size: 22px;
    color: #fff;
}

#lk-contact .lk-contact-box .lk-contact-image-box {
    float: right;
    margin-top: -260px;
    margin-right: -54px;
}

#lk-contact .lk-contact-box .lk-contact-image-box div {
    float: left;
    color: #fff;
}

#lk-contact .lk-contact-box .lk-contact-image-box div:nth-child(2) {
    margin-left: 40px;
}

#lk-contact .lk-contact-box .lk-contact-image-box div p {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}


/* 脚部 */

#lk-footer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#lk-footer p {
    color: #666;
    font-size: 14px;
}


/* 返回顶部按钮 */

#scrolltop-box {
    position: relative;
    width: 1960px;
    margin: auto;
}

#scrolltop {
    position: fixed;
    width: 54px;
    height: 54px;
    margin: auto;
    top: 800px;
    right: 100px;
    z-index: 999;
    transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

#scrolltop:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
}

@media only screen and (max-width:0) {
    /* 返回顶部按钮 */
    #scrolltop {
        right: auto !important;
    }
}