html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

ul,
ol {
    list-style: none;
}

a:focus,
a:active,
a:hover {
    color: #333;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.am-paragraph-default {
    margin: 0;
}

.am-paragraph-default img {
    border: none;
    padding: 0;
    max-width: 100%;
}

.am-close {
    font-size: 24px;
}

/*滚动条美化*/
body::-webkit-scrollbar {
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}

body::-webkit-scrollbar-corner {
    background-color: #ddd;
}

body::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}

::-webkit-scrollbar {
    width: 15px;
}

.tac,
.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
}

.lc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.allc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

i {
    font-style: normal;
}

video {
    display: block;
    background: #000;
}

input,
select {
    outline: none;
    border: none;
}

h4,
h5,
h6 {
    font-weight: normal;
}

.banner a img {
    width: 100%;
}

body,
html {
    box-sizing: border-box;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.items {
    padding-top: 90px;
    overflow: hidden;
}

.items .left {
    width: 7%;
    float: left;
    text-align: center;
    position: relative;
}

.items .left .word {
    position: absolute;
    top: 0;
    transform-origin: left top;
    transform: rotateZ(90deg) translateY(-60px);
}

.items .left .word i {
    font-size: 16px;
    color: #d4d4d4;
}

.items .left span {
    position: absolute;
    top: 0;
    width: 15px;
    display: inline-block;
    letter-spacing: 0;
}

.items .right {
    width: 93%;
    float: right;
}

.pc_header {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7%;
}

.pc_header.active {
    background: #fff;
    position: static;
    box-shadow: 0px 0px 8px 0px #e0e0e0;
}

.pc_header.active1 {
    background: #fff;
    top: 0;
}

.pc_header .logo a {
    display: block;
}

.pc_header .nav > ul > li {
    position: relative;
    float: left;
}

.pc_header .nav > ul > li:hover > a {
    color: #f3aabb;
}

.pc_header .nav > ul > li:hover .son-nav {
    display: block;
}

.pc_header .nav > ul > li > a {
    display: block;
    padding: 0 30px;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #6d6d6d;
}

.pc_header .nav > ul > li .son-nav {
    display: none;
    z-index: 5;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.pc_header .nav > ul > li .son-nav ul li:last-child a {
    border-radius: 0px 0px 12px 12px;
}

.pc_header .nav > ul > li .son-nav ul li:last-child a::after {
    display: none;
}

.pc_header .nav > ul > li .son-nav ul li a {
    background-color: #6d6d6d;
    display: block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.pc_header .nav > ul > li .son-nav ul li a:hover {
    color: #fff;
}

.pc_header .nav > ul > li .son-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    opacity: 0.1;
    width: 95%;
    height: 1px;
}

.pc_header .nav > ul .language {
    margin-left: 30px;
}

.pc_header .nav > ul .language span {
    display: block;
    margin-top: 36px;
    width: 30px;
    height: 28px;
    border: solid 1px #6d6d6d;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.pc_header .nav > ul .language span.active a {
    background-color: #6d6d6d;
    color: #fff;
}

.pc_header .nav > ul .language span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #6d6d6d;
}

.am-header {
    display: none;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #e0e0e0;
}

.am-header h1 a {
    display: block;
}

.am-header h1 a img {
    width: 100px;
    height: auto !important;
    margin-top: 0 !important;
    vertical-align: middle !important;
    margin-bottom: 6px;
}

.am-header .am-btn {
    background: #f8abbe;
    color: #fff;
}

.am-offcanvas-bar {
    background: #fff;
}

.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
    content: "\f105";
}

.am-offcanvas-bar .am-icon-angle-left:before {
    content: "\f105";
}

.am-offcanvas-bar .am-menu-nav > li > a {
    height: 70px;
    line-height: 70px;
}

.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
    top: 50% !important;
    transform: translateY(-50%);
}

.am-offcanvas-bar .morenav.active span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.am-offcanvas-bar .am-nav > li > a {
    padding-left: 0;
}

.am-offcanvas-bar:after {
    background: #fff;
}

.am-offcanvas-bar .am-menu-sub {
    background: #ec8f9b;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.am-offcanvas-bar .am-menu-sub a {
    color: #fff;
    font-size: 14px;
}

.am-offcanvas-bar .am-menu-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.am-offcanvas-bar .am-menu-nav > .am-open > a {
    background-color: #ec8f9b !important;
    color: #fff !important;
}

.am-offcanvas-bar .am-menu-nav > li:first-child a {
    border-top: 1px solid none;
    border-top: none;
}

.am-offcanvas-bar .am-menu-nav > li > a {
    color: #666;
    text-shadow: none;
    -webkit-text-shadow: none;
    font-size: 1.6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    font-size: 14px;
}

.am-offcanvas-bar .am-menu-nav > li > a:hover {
    background: #fff;
    color: #666;
}

.am-offcanvas-bar .am-menu-nav > .am-open > a {
    background: #fff;
    color: #666;
}

.am-offcanvas-bar .aside {
    position: absolute;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 3rem;
    right: 1rem;
    font-size: 1.4rem;
}

.am-offcanvas-bar .aside a {
    color: #ec8f9b;
}

.am-offcanvas-bar .language {
    margin-left: 16px;
}

.am-offcanvas-bar .language span {
    display: block;
    margin-top: 36px;
    width: 30px;
    height: 28px;
    border: solid 1px #6d6d6d;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.am-offcanvas-bar .language span.active a {
    background-color: #6d6d6d;
    color: #fff;
}

.am-offcanvas-bar .language span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #6d6d6d;
    padding: 0;
}

.footer {
    background-color: #6d6d6d;
}

.footer .content {
    max-width: 1650px;
    padding: 0 10px;
}

.footer .content .top {
    height: 340px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.1);
    padding-top: 45px;
}

.footer .content .top .left {
    float: left;
}

.footer .content .top .left ul li {
    margin-right: 100px;
    float: left;
    width: 250px;
    text-align: center;
}

.footer .content .top .left ul li:last-child {
    margin-right: 0;
}

.footer .content .top .left ul li .img {
    width: 100px;
    height: 100px;
    background-color: #6d6d6d;
    box-shadow: 0px 7px 23px 0px rgba(88, 88, 88, 0.4);
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
}

.footer .content .top .left ul li h5 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin: 10px 0;
}

.footer .content .top .left ul li h6 {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.5;
}

.footer .content .top .left ul li a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 10px 0;
}

.footer .content .top .left ul li a:hover {
    color: #f3aabb;
    border-bottom-color: #f3aabb;
}

.footer .content .top .right {
    float: right;
    text-align: right;
}

.footer .content .top .right h4 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #f3aabb;
}

.footer .content .top .right h5 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #999999;
}

.footer .content .top .right p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-top: 20px;
}

.footer .content .top .right ul {
    text-align: right;
    margin-top: 30px;
}

.footer .content .top .right ul li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.footer .content .top .right ul li:hover .qrcode {
    display: block;
}

.footer .content .top .right ul li .qrcode {
    display: none;
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    border: solid 4px #f3aabb;
}

.footer .content .top .right ul li .qrcode::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    background: url(../images/duo.png) no-repeat center;
}

.footer .content .top .right ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #666666;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
}

.footer .content .top .right ul li a .color {
    display: none;
}

.footer .content .top .right ul li a:hover {
    background-color: #f3aabb;
}

.footer .content .top .right ul li a:hover img {
    display: none;
}

.footer .content .top .right ul li a:hover .color {
    display: inline-block;
}

.footer .content .bottom {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer .content .bottom p a {
    font-size: 12px;
    color: #d0d0d0;
    opacity: 0.5;
}

.index .banner .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #6d6d6d;
    opacity: 0.5;
}

.index .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #f8abbe;
    opacity: 1;
}

.index .banner .swiper-container .swiper-button-next,
.index .banner .swiper-container .swiper-button-prev {
    width: 80px;
    height: 80px;
    background-color: #f8abbe;
    border-radius: 10px;
    background-size: auto auto;
}

.index .banner .swiper-container .swiper-button-next {
    background-image: url(../images/right.png);
}

.index .banner .swiper-container .swiper-button-prev {
    background-image: url(../images/left.png);
}

.index .main .item1 .right {
    position: relative;
}

.index .main .item1 .right .big_list ul li {
    display: none;
}

.index .main .item1 .right .big_list ul li:first-child {
    display: block;
}

.index .main .item1 .right .big_list ul li a {
    display: block;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.index .main .item1 .right .big_list ul li a > img {
    width: 100%;
}

.index .main .item1 .right .list {
    position: absolute;
    bottom: 30px;
    right: 7%;
}

.index .main .item1 .right .list ul li {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    position: relative;
    width: 295px;
    border-radius: 10px;
    overflow: hidden;
}

.index .main .item1 .right .list ul li.active .cover {
    display: none;
}

.index .main .item1 .right .list ul li > img {
    width: 100%;
}

.index .main .item1 .right .list ul li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .main .item1 .right .list ul li .cover img {
    max-width: 50%;
}

.index .main .item2 .right {
    position: relative;
}

.index .main .item2 .right a {
    display: block;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.index .main .item2 .right a > img {
    width: 100%;
}

.index .main .item2 .right .cover {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    width: 776px;
    height: 100%;
    max-height: 500px;
    border-radius: 10px;
    border: solid 2px #f8abbe;
}

.index .main .item2 .right .cover .word {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-36deg, #e6eefb 0%, #fceded 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 1px 31px 0px rgba(223, 223, 223, 0.4);
    border-radius: 10px;
    position: relative;
    top: -4%;
    right: -3%;
    padding: 30px;
}

.index .main .item2 .right .cover .word p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}

.index .main .item2 .right .cover .word img {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.index .main .item2 .right .cover .word a {
    position: absolute;
    bottom: 30px;
    right: -30px;
    display: block;
    width: 120px;
    height: 40px;
    background-color: #f8abbe;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}

.index .main .item3 .right {
    margin-bottom: 300px;
    position: relative;
}

.index .main .item3 .right a {
    display: block;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.index .main .item3 .right a > img {
    width: 100%;
}

.index .main .item3 .right .cover {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    width: 80%;
    height: 370px;
    background-color: #6d6d6d;
    box-shadow: 0px 18px 31px 0px rgba(81, 81, 81, 0.3);
    border-radius: 10px;
}

.index .main .item3 .right .cover .word {
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
}

.index .main .item3 .right .cover .word h4 {
    font-size: 30px;
    line-height: 14px;
    color: #ffffff;
    font-weight: bold;
}

.index .main .item3 .right .cover .word h5 {
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.index .main .item3 .right .cover .word p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

.index .main .item3 .right .cover .word a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 120px;
    height: 40px;
    background-color: #f8abbe;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}

.index .main .item4 .right {
    position: relative;
}

.index .main .item4 .right .map {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 992px;
    height: 580px;
    background-color: #f7f7f7;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    padding: 50px 100px;
}

.index .main .item4 .right .map h4 {
    text-align: center;
    position: relative;
}

.index .main .item4 .right .map h4::after,
.index .main .item4 .right .map h4::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #f8abbe;
}

.index .main .item4 .right .map h4 span {
    display: inline-block;
    width: 140px;
    height: 30px;
    background-color: #f8abbe;
    border-radius: 15px;
    border: solid 1px #f8abbe;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.index .main .item4 .right .map a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 120px;
    height: 40px;
    background-color: #f8abbe;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}

.index .main .item5 .right {
    padding-right: 5%;
}

.index .main .item5 .right ul {
    display: flex;
    align-items: center;
}

.index .main .item5 .right ul li {
    text-align: center;
    position: relative;
}

.index .main .item5 .right ul li.active1 {
    display: none;
}

.index .main .item5 .right ul li .word {
    padding: 50px 80px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.index .main .item5 .right ul li .word h4 {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    height: 48px;
}

.index .main .item5 .right ul li .word h5 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.index .main .item5 .right ul li .word h5 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #6d6d6d;
}

.index .main .item5 .right ul li .word h5 span:last-child {
    background-color: #f3aabb;
}

.index .main .item5 .right ul li .word p {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    max-height: 60px;
    color: #999999;
    height: 60px;
}

.index .main .item5 .right ul li .pic {
    text-align: center;
    padding: 50px 0;
}

.index .main .item5 .right ul li .pic img {
    max-width: 345px;
}

.index .main .item5 .right ul li a {
    display: block;
}

.index .main .item5 .right ul li a > img {
    width: 100%;
}

.index .main .item5 .right ul li .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 50px 80px;
    border-bottom: 1px solid #e5e5e5;
}

.index .main .item5 .right ul li .cover h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.index .main .item5 .right ul li .cover h5 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.index .main .item5 .right ul li .cover h5 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #6d6d6d;
}

.index .main .item5 .right ul li .cover h5 span:last-child {
    background-color: #f3aabb;
}

.index .main .item5 .right ul li .cover p {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    max-height: 60px;
    color: #fff;
}

.contactUs .main {
    padding: 0px 0 100px;
}

.contactUs .main .content {
    max-width: 1200px;
}

.contactUs .main .content h4,
.contactUs .main .content h5 {
    text-align: center;
}

.contactUs .main .content h4 {
    font-size: 30px;
    margin-top: 25px;
}

.contactUs .main .content h5 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
    color: #f8abbe;
}

.contactUs .main .content #allmap {
    height: 420px;
}

.contactUs .main .content .qrcode {
    height: auto;
    background: url(../images/contactUs_03.png) no-repeat bottom center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 8px 0px #e0e0e0;
    padding: 55px 100px;
}

.contactUs .main .content .qrcode ul li {
    text-align: center;
}

.contactUs .main .content .qrcode ul li .pic {
    display: inline-block;
    padding: 15px;
    border: 1px solid #eee;
}

.contactUs .main .content .qrcode ul li .pic img {
    width: 100%;
}

.contactUs .main .content .qrcode ul li p {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f8abbe;
}

.brand .banner {
    position: relative;
}

.brand .banner .cover {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 676px;
    height: 564px;
    border-radius: 10px;
    background-color: rgba(235, 235, 235, 0.7);
}

.brand .banner .cover .items {
    padding-top: 60px;
}

.brand .banner .cover .items .left {
    width: 20%;
}

.brand .banner .cover .items .right {
    width: 80%;
}

.brand .banner .cover .items .right p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.brand .main .items {
    padding-bottom: 90px;
}

.brand .main .items .right {
    padding-right: 5%;
}

.brand .main .items .right ul {
    border-radius: 15px;
    overflow: hidden;
}

.brand .main .items .right ul li {
    cursor: pointer;
    position: relative;
}

.brand .main .items .right ul li:hover .cover1 {
    display: block;
}

.brand .main .items .right ul li:hover .cover2 {
    display: none;
}

.brand .main .items .right ul li > img {
    width: 100%;
}

.brand .main .items .right ul li .cover1 {
    display: none;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px 0px 0px 15px;
    text-align: center;
}

.brand .main .items .right ul li .cover1 img {
    display: block;
    margin: 25px auto;
    max-width: 90%;
}

.brand .main .items .right ul li .cover1 a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-bottom: 2px solid #a49a98;
    font-size: 16px;
    color: #ffffff;
}

.brand .main .items .right ul li .cover2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand .main .items .right ul li .cover2 img {
    max-width: 90%;
}

.brand_detail .main .items .right {
    padding-right: 5%;
}

.brand_detail .main .items .right > div {
    margin-bottom: 20px;
}

.brand_detail .main .items .right .item1 {
    margin-bottom: 90px;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-wrapper .swiper-slide .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-wrapper .swiper-slide .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #6d6d6d;
    opacity: 0.5;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-pagination-bullet-active {
    background-color: #f8abbe;
    opacity: 1;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-button-next,
.brand_detail .main .items .right .item1 .swiper-container .swiper-button-prev {
    background-size: auto auto;
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-button-next {
    background-image: url(../images/right.png);
}

.brand_detail .main .items .right .item1 .swiper-container .swiper-button-prev {
    background-image: url(../images/left.png);
}

.brand_detail .main .items .right .item2 img {
    max-width: 100%;
}

.news .item1 {
    height: 630px;
    background: #ffffff url(../images/line.png) no-repeat bottom center;
    padding: 90px 0 40px;
}

.news .item1 .content {
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.news .item1 .content .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-color: rgba(109, 109, 109, 0.8);
    border-radius: 0px 0px 15px 15px;
}

.news .item1 .content .cover p {
    font-size: 18px;
    color: #fff;
}

.news .item1 .content .left {
    position: absolute;
    top: 0;
    left: 0;
}

.news .item1 .content .right {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}

.news .item1 .content .right > div {
    position: relative;
}

.news .item2 {
    padding: 40px 0 90px;
}

.news .item2 .content {
    max-width: 1200px;
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.news .item2 .content .goTop {
    cursor: pointer;
    position: absolute;
    bottom: 64px;
    right: -64px;
    width: 64px;
    height: 64px;
    background-color: #f3aabb;
    border-radius: 6px;
    text-align: center;
    line-height: 64px;
}

.news .item2 .content > ul {
    padding: 0 10px;
}

.news .item2 .content > ul > li a {
    display: block;
    cursor: pointer;
    padding: 25px 0 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.news .item2 .content > ul > li a:hover .right b {
    width: 115px;
    height: 39px;
    background-color: #f3aabb;
    border-radius: 20px;
    display: block;
    text-align: center;
    line-height: 39px;
}

.news .item2 .content > ul > li a:hover .right b i {
    color: #fff;
}

.news .item2 .content > ul > li a .left {
    width: 40%;
    float: left;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}

.news .item2 .content > ul > li a .right {
    width: 60%;
    float: left;
    height: 218px;
    padding-left: 2%;
    position: relative;
}

.news .item2 .content > ul > li a .right h4 {
    font-size: 18px;
    color: #666666;
}

.news .item2 .content > ul > li a .right h4 span {
    float: right;
    font-size: 26px;
    color: #999999;
}

.news .item2 .content > ul > li a .right h4 span i {
    font-size: 18px;
}

.news .item2 .content > ul > li a .right p {
    width: 100%;
    font-size: 14px;
    color: #999999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 28px;
    max-height: 84px;
}

.news .item2 .content > ul > li a .right .line {
    width: 90px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 30px;
}

.news .item2 .content > ul > li a .right b {
    position: absolute;
    bottom: 0;
    left: 4%;
}

.news .item2 .content > ul > li a .right b i {
    color: #ccc;
    font-size: 14px;
}

.news .item2 .content .page {
    margin: 50px auto;
    width: 400px;
    height: 74px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.news .item2 .content .page ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news .item2 .content .page ul li.active a {
    background-color: #f3aabb;
    color: #fff;
}

.news .item2 .content .page ul li.active a:hover {
    background-color: #f3aabb;
    color: #fff;
}

.news .item2 .content .page ul li a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #999;
}

.news .item2 .content .page ul li a:hover {
    background-color: #f2f2f2;
}

.newsDetail .content {
    max-width: 1200px;
    padding: 90px 0;
}

.newsDetail .content h4 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.newsDetail .content h5 {
    font-size: 16px;
    line-height: 30px;
    color: #d4d4d4;
    text-align: center;
}

.newsDetail .content .center {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.newsDetail .content .center p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.newsDetail .content .center img {
    margin: 10px 0;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.newsDetail .content .center > img {
    width: 100%;
}

.newsDetail .content .center ul {
    overflow: hidden;
    margin: 0 -10px;
}

.newsDetail .content .center ul li {
    padding: 0 10px;
}

.newsDetail .content .center ul li img {
    width: 100%;
}

.life .banner .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #6d6d6d;
    opacity: 0.5;
}

.life .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #f8abbe;
    opacity: 1;
}

.life .banner .swiper-container .swiper-button-next,
.life .banner .swiper-container .swiper-button-prev {
    width: 80px;
    height: 80px;
    background-color: #f8abbe;
    border-radius: 10px;
    background-size: auto auto;
}

.life .banner .swiper-container .swiper-button-next {
    background-image: url(../images/right.png);
}

.life .banner .swiper-container .swiper-button-prev {
    background-image: url(../images/left.png);
}

.life .main {
    padding-bottom: 90px;
}

.life .main .item1 .right {
    padding-right: 5%;
    min-height: 589px;
    position: relative;
}

.life .main .item1 .right img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 70%;
}

.life .main .item1 .right .word {
    width: 40%;
    position: absolute;
    top: 0;
    right: 5%;
    min-height: 589px;
    background: url(../images/life03.jpg) no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 60px 40px;
}

.life .main .item1 .right .word p {
    width: 370px;
    float: right;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #454545;
}

.life .main .item2 .right {
    padding-right: 5%;
    border-radius: 15px;
    overflow: hidden;
}

.life .main .item2 .right .swiper-container {
    border-radius: 15px;
}

.life .main .item2 .right .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.life .main .item2 .right .swiper-container .swiper-button-next,
.life .main .item2 .right .swiper-container .swiper-button-prev {
    width: 55px;
    height: 55px;
    background-color: #f8abbe;
    border-radius: 50%;
    background-size: auto auto;
}

.life .main .item2 .right .swiper-container .swiper-button-next {
    background-image: url(../images/right.png);
}

.life .main .item2 .right .swiper-container .swiper-button-prev {
    background-image: url(../images/left.png);
}

.layui-layer-shade {
    opacity: 0.7 !important;
}

.join .main .item1 {
    height: 400px;
}

.join .main .item1 ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join .main .item1 ul li {
    display: inline-block;
    cursor: pointer;
    max-width: 284px;
    height: 250px;
    background-color: #fafafa;
    box-shadow: 0px 1px 4px 0px rgba(230, 230, 230, 0.75);
    margin: 0 28px;
    padding-top: 46px;
    text-align: center;
}

.join .main .item1 ul li:hover img {
    display: none;
}

.join .main .item1 ul li:hover .c-pic {
    display: inline-block;
}

.join .main .item1 ul li img {
    margin-bottom: 10px;
}

.join .main .item1 ul li .c-pic {
    display: none;
}

.join .main .item1 ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.join .main .item2 {
    height: 500px;
    background: url(../images/join09.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join .main .item2 form {
    display: flex;
}

.join .main .item2 form .left {
    margin-right: 38px;
}

.join .main .item2 form .left input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #cacbcb;
    /* placeholder字体大小  */
    font-size: 16;
}

.join .main .item2 form .left input {
    width: 354px;
    height: 40px;
    border: solid 1px #ffffff;
    padding-left: 45px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-bottom: 15px;
    display: block;
}

.join .main .item2 form .right textarea::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #cacbcb;
    /* placeholder字体大小  */
    font-size: 16;
}

.join .main .item2 form .right textarea {
    width: 354px;
    height: 149px;
    border: solid 1px #ffffff;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0);
    resize: none;
    text-indent: 40px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    outline: none;
}

.join .main .item2 form .right .button {
    display: flex;
    justify-content: space-between;
}

.join .main .item2 form .right .button input {
    width: 170px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
}

.join .main .item2 form .right .button .reset {
    background-color: #1e1e1e;
}

.join .main .item2 form .right .button .sub {
    background-color: #f8abbe;
}

.join .main .layui-layer {
    border-radius: 15px;
}

.join .main .success,
.join .main .fail {
    display: none;
    overflow: hidden;
    width: 522px;
    height: 267px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.join .main .success h4,
.join .main .fail h4 {
    font-size: 22px;
    line-height: 40px;
    color: #f8abbe;
}

.join .main .success p,
.join .main .fail p {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.join .main .success .close,
.join .main .fail .close {
    position: absolute;
    top: -20px;
    right: -20px;
}

@media only screen and (max-width: 1919px) {
    .life .main .item1 .right img {
        width: 65%;
    }

    .life .main .item1 .right .word {
        height: auto;
    }
}

@media only screen and (max-width: 1650px) {
    .pc_header .nav > ul > li > a {
        padding: 0 15px;
    }

    .footer .content .top .left ul li {
        margin-right: 20px;
    }

    .footer .content .top .right p {
        font-size: 12px;
    }

    .items .left .word {
        transform: rotate(90deg) translateY(-45px);
    }

    .life .main .item1 .right img {
        width: 65%;
        top: 50%;
        transform: translateY(-50%);
    }

    .life .main .item1 .right .word p {
        width: 300px;
    }

    .index .main .item5 .right ul li .cover {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 1480px) {
    .index .main .item1 .right .list ul li {
        width: 200px;
    }
}

@media only screen and (max-width: 1280px) {
    .life .main .item1 .right {
        display: flex;
        flex-direction: column;
        position: static;
    }

    .life .main .item1 .right > img {
        position: static;
        width: 100%;
        transform: none;
    }

    .life .main .item1 .right .word {
        position: static;
        width: 100%;
        min-height: auto;
    }

    .life .main .item1 .right .word p {
        width: 100%;
    }

    .index .main .item5 .right {
        padding-right: 0;
    }

    .index .main .item5 .right ul {
        flex-direction: column;
    }

    .index .main .item5 .right ul li {
        width: 100%;
    }

    .index .main .item5 .right ul li .cover {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .index .main .item5 .right ul li.active1 {
        display: block;
    }

    .index .main .item5 .right ul li.active2 {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .pc_header {
        display: none;
    }

    .am-header {
        display: block;
    }

    .footer .content .top {
        height: auto;
        padding: 10px;
    }

    .footer .content .top .left {
        display: none;
    }

    .footer .content .top .right {
        float: none;
        text-align: center;
    }

    .footer .content .top .right p {
        margin-top: 0;
    }

    .footer .content .top .right ul {
        text-align: center;
        margin-top: 0;
    }

    .items {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .items > div {
        float: none !important;
        width: 100% !important;
    }

    .items .left {
        z-index: 5;
        position: static !important;
        margin-bottom: 20px;
    }

    .items .left > div {
        position: static !important;
    }

    .items .left span {
        position: static !important;
        width: auto;
        font-size: 24px;
    }

    .items .left .word {
        transform: none;
    }

    .index .banner .swiper-container .swiper-button-next,
    .index .banner .swiper-container .swiper-button-prev {
        display: none;
    }

    .index .main .item1 .right .list {
        position: static;
        width: 100%;
    }

    .index .main .item1 .right .list ul li {
        width: 50%;
        margin-left: 0;
    }

    .index .main .item2 .right {
        position: static;
    }

    .index .main .item2 .right > a {
        display: none;
    }

    .index .main .item2 .right .cover {
        position: static;
        transform: none;
        width: 100%;
        max-height: 100%;
    }

    .index .main .item2 .right .cover .word {
        position: static;
        height: auto;
    }

    .index .main .item2 .right .cover .word img {
        position: static;
        margin: 20px 0;
        max-width: 100%;
    }

    .index .main .item2 .right .cover .word a {
        position: static;
        margin: 0 auto;
    }

    .index .main .item3 .right {
        margin-bottom: 0;
    }

    .index .main .item3 .right > a {
        display: none;
    }

    .index .main .item3 .right .cover {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }

    .index .main .item3 .right .cover .word a {
        position: static;
        margin: 20px auto 0;
        transform: none;
    }

    .index .main .item4 .right {
        position: static;
    }

    .index .main .item4 .right > img {
        display: none;
    }

    .index .main .item4 .right .map {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }

    .index .main .item4 .right .map img {
        max-width: 100%;
    }

    .index .main .item4 .right .map a {
        position: static;
        margin: 20px auto 0;
        transform: none;
    }

    .index .main .item5 .right ul li .word {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .index .main .item5 .right ul li .pic {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .life .banner .swiper-container .swiper-button-next,
    .life .banner .swiper-container .swiper-button-prev {
        display: none;
    }

    .newsDetail .content {
        padding: 20px 10px;
    }

    .contactUs .main {
        padding: 10px;
    }

    .contactUs .main .content {
        width: 100%;
    }

    .contactUs .main .content h4 {
        margin-top: 0px;
    }

    .contactUs .main .content h5 {
        margin-bottom: 10px;
    }

    .contactUs .main .content .qrcode {
        padding: 55px 0;
    }

    .brand .main .items {
        padding: 10px;
    }

    .brand .main .items .right {
        padding-right: 0;
    }

    .news .item1 {
        height: auto;
        padding: 10px;
    }

    .news .item1 .content .left {
        width: 49%;
        top: 50%;
        transform: translateY(-50%);
    }

    .news .item1 .content .left img {
        width: 100%;
    }

    .news .item1 .content .right {
        width: 49%;
        height: auto;
    }

    .news .item1 .content .right > div {
        margin-bottom: 5%;
    }

    .news .item1 .content .right > div:last-child {
        margin-bottom: 0;
    }

    .news .item1 .content .right img {
        width: 100%;
    }

    .news .item2 .content .goTop {
        bottom: 0;
        right: 0;
    }

    .life .main .item1 .right {
        padding: 10px;
    }

    .life .main .item2 .right {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .life .main .item2 .right .swiper-container .swiper-button-next,
    .life .main .item2 .right .swiper-container .swiper-button-prev{
        width: 30px;
        height: 30px;
        background-size: 50% auto;
    }

    .index .main .item2 .right .cover .word p {
        font-size: 14px;
    }

    .items .left span {
        font-size: 20px;
    }

    .items .left {
        margin-bottom: 10px;
    }

    .index .main .item3 .right .cover .word h4, .index .main .item3 .right .cover .word h5 {
        display: none;
    }

    .index .main .item4 .right .map {
        padding: 20px 10px;
    }

    .index .main .item5 .right ul li .word h4 {
        font-size: 16px;
    }

    .index .main .item5 .right ul li .word h5 {
        margin: 5px 0;;
    }

    .index .main .item1 .right .list ul li {
        border-radius: 0;
        width: 48%;
        overflow: hidden;
        margin-top: 5px;
        margin-left: 5px;
    }


    .index .main .item1 .right .list ul {
        overflow: hidden;
    }

    .brand_detail .items .left {
        display: none;
    }

    .join .main .success,
    .join .main .fail {
        width: 300px;
    }

    .join .main .success > img,
    .join .main .fail > img {
        width: 100px;
    }

    .join .main .success p,
    .join .main .fail p {
        font-size: 12px;
    }

    .join .main .item1 {
        height: auto;
        padding: 10px 0;
    }

    .join .main .item1 ul {
        display: block;
    }

    .join .main .item1 ul li {
        max-width: 80%;
        float: none;
        display: block;
        margin: 10px auto;
        padding-top: 10px;
    }

    .join .main .item1 ul li p {
        font-size: 12px;
    }

    .join .main .item2 form {
        flex-direction: column;
    }

    .join .main .item2 form .left {
        margin-right: 0;
    }

    .contactUs .main .content .qrcode ul li {
        padding: 0 5px;
    }

    .contactUs .main .content .qrcode ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .brand .main .items .right ul li .cover1 img {
        display: none;
    }

    .brand_detail .main .items .right .item1 {
        margin-bottom: 20px;
    }

    .brand_detail .main .items .right .item1 .swiper-container .swiper-wrapper .swiper-slide .play {
        width: 40px;
    }

    .brand_detail .main .items .right .item1 .swiper-container .swiper-button-next,
    .brand_detail .main .items .right .item1 .swiper-container .swiper-button-prev {
        display: none;
    }

    .news .item1 .content {
        position: static;
        display: flex;
        flex-direction: column;
    }

    .news .item1 .content .left {
        position: relative;
        transform: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .news .item1 .content .right {
        width: 100%;
    }

    .news .item1 .content .cover p {
        font-size: 12px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 1.3em;
        max-height: 1.3em;
    }

    .news .item2 {
        padding-bottom: 20px;
    }

    .news .item2 .content {
        padding-bottom: 10px;
    }

    .news .item2 .content > ul > li a {
        display: flex;
        flex-direction: column;
    }

    .news .item2 .content > ul > li a > div {
        width: 100% !important;
    }

    .news .item2 .content > ul > li a .right h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news .item2 .content > ul > li a .right {
        height: auto;
    }

    .news .item2 .content > ul > li a .right b {
        display: none !important;
    }

    .news .item2 .content .page {
        width: 90%;
        margin: 20px auto 10px;
    }

    .index .main .item5 .right ul {
        padding: 0 10px;
    }

    .index .main .item5 .right ul li {
        margin-bottom: 20px;
    }

    .index .main .item5 .right ul li .pic {
        padding: 10px;
    }

    .index .main .item5 .right ul li .pic img{
        max-width: 345px;
    }

    .index .main .item5 .right ul li .word {
        padding: 5px 10px;
    }

    .life .main .item1 .right .word {
        padding: 10px;
    }

    .life .main .item1 .right {
        min-height: auto;
    }

    .life .main {
        padding-bottom: 20px;
    }

    .brand .main .items {
        padding-bottom: 20px;
    }

    .contactUs .main .content h4 {
        font-size: 20px;
    }

    .contactUs .main .content h5 {
        font-size: 14px;
    }

    .life .main .item1 .right .word p {
        font-size: 14px;
    }

    .news .item2 .content > ul > li a .right h4 {
        margin: 10px 0;
    }

    .news .item2 .content > ul > li a .right h4 span, .news .item2 .content > ul > li a .right h4 span i {
        font-size: 12px
    }
}

@media only screen and (max-width: 374px) {
    .join .main .item2 form .left input,
    .join .main .item2 form .right textarea {
        width: 100%;
    }

    .join .main .item2 form .right .button input {
        width: 150px;
    }

    .index .main .item5 .right ul li .pic img {
        max-width: 345px;
    }

    .index .main .item1 .right .list ul li {
        border-radius: 0;
        width: 48%;
        margin-top: 4px;
        margin-left: 4px;
    }
}
