body,
html {
    background-color: #fff;
}

nav {
    height: 95px;
}

nav ul {
    line-height: 95px;
}

nav ul img {
    vertical-align: middle;
}

nav ul li {
    margin-right: 40px;
}

nav ul li:nth-child(1) {
    margin-right: 90px;
}

nav ul li a {
    color: #363636;
    font-weight: 600;
    font-size: 1.1rem;
}

.mainImg {
    width: 100%;
    height: 600px;
}

.swiper1 {
    margin-top: 80px;
}

.swiper1 .swiper_title {
    font-size: 1.1rem;
    font-weight: 600;
}

.center_left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 20px;
}


/* .center_left ul li>div {
    display: inline-block;
    margin-right: 25px;
}
 */

.center_left_box img {
    width: 450px;
    height: 340px;
    width: 430px;
    height: 290px;
}

.center_left_box {
    width: 450px;
}

.center_right_box {
    width: 450px;
}

.subtitle span {
    font-size: 0.7rem;
    color: #9e9e9e;
    cursor: pointer;
}

.center_left_box p,
.center_right_box p {
    font-size: 1.3rem;
    font-weight: bolder !important;
    cursor: pointer;
    color: #9e9e9e;
}

.center_left_box .headline:hover p,
.center_right_box .headline:hover p {
    color: #353535;
    transition: all 0.5s;
}

.center_rgiht>p {
    color: #9e9e9e;
    font-weight: 700 !important;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
}

.center_rgiht img {
    width: 290px;
    height: 160px;
}

.center_rgiht ul li {
    margin-bottom: 48px;
}

.center_rgiht ul li p {
    color: #9e9e9e;
    font-weight: bold !important;
    font-size: 1.1rem;
    cursor: pointer;
}

.more {
    width: 260px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #d2d2d2;
    text-align: center;
    line-height: 50px;
    color: #393939;
    margin-bottom: 85px;
    font-size: 1.2rem;
    cursor: pointer;
}

footer {
    background-color: #e5e5e5;
}

.footer {
    padding-top: 50px;
    padding-bottom: 25px;
    justify-content: space-between;
}

.foot_left p {
    color: #666;
    margin-bottom: 25px;
}

.foot_left p:nth-child(1),
.foot_right p {
    font-size: 1.4rem;
    font-weight: bolder;
    color: #494949;
    text-align: left;
}

.foot_right p {
    text-align: center;
}

.foot_right img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.foot_right input {
    width: 450px;
    height: 50px;
    border: none;
    border: 3px solid #707070;
    background-color: #e5e5e5;
    text-indent: 1rem;
    color: #666;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 98%;
    font-size: 1.1rem;
}

.bottom {
    background-color: #d0d0d0;
    height: 62px;
}

.bottom p {
    line-height: 62px;
    color: #686868;
    font-size: 0.9rem;
}

.center img:hover {
    /* transform: scale(1.1); */
    transition: all 1s;
}

.swiper1 img {
    width: 100%;
    height: 100%;
}

.swiper1 .swiper-box {
    box-sizing: border-box;
}

.swiper1 .swiper-title {
    opacity: 0;
    background-color: rgb(0, 0, 0, 0.6);
    bottom: 5px;
    z-index: 1000;
    color: white;
    width: 100%;
    text-align: center;
    padding: 4px 20px;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.swiper1 .swiper-slide:hover .swiper-title {
    opacity: 1;
    transition: all 1s;
}

.swiper1:hover .prev {
    opacity: 1;
    margin-right: 20px;
    transition: all 1s;
}

.swiper1:hover .next {
    opacity: 1;
    margin-left: 10px;
    transition: all 1s;
}

.swiper1 .swiper-box {
    margin-right: 15px !important;
}

.swiper1 .swiper-button-prev:after,
.swiper1 .swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
}

.swiper1 .swiper-button-next:after,
.swiper1 .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
}

.swiper1 .prev {
    width: 35px !important;
    height: 35px !important;
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    z-index: 1000;
    opacity: 0;
}

.swiper1 .next {
    width: 35px !important;
    height: 35px !important;
    margin-top: 3px;
    /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    opacity: 0;
    margin-right: 20px;
}

.swiper1 .swiper-container1 {
    width: 100%;
    height: 600px;
}

.subtitle span:hover {
    border-bottom: 1px solid #9e9e9e;
}

.center_rgiht ul li p:hover {
    color: #353535;
    transition: all 0.5s;
}

.more:hover {
    border: 2px solid black;
    transition: all 1s;
}

.website {
    color: white;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -90px;
    border: 2px solid white;
    padding: 15px 5px;
    font-size: 1.2rem;
}

.swiper1 .swiper-container1 {
    height: 600px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    body {
        overflow-x: hidden;
    }
}

.swiper .swiper-button-prev1:after,
.swiper .swiper-container-rtl .swiper-button-next1:after {
    content: "prev" !important;
}

.swiper .swiper-button-next1:after,
.swiper .swiper-container-rtl .swiper-button-prev1:after {
    content: "next" !important;
}

.center_rgiht p:hover {
    color: black;
    transition: all 1s;
}

.swiper .swiper-slide {
    cursor: pointer;
}