body {
    font-family: "微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    display: block !important;
}

em {
    font-style: normal;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blank10 {
    width: 100%;
    height: 10px;
}

.blank20 {
    width: 100%;
    height: 20px;
}

.blank30 {
    width: 100%;
    height: 30px;
}

.blank50 {
    width: 100%;
    height: 50px;
}

.blank70 {
    width: 100%;
    height: 70px;
}

.blank100 {
    width: 100%;
    height: 100px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.position-a {
    position: absolute;
}

.position-r {
    position: relative;
}

.content {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.content-full {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: unset;
}

.content-info {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: unset;
}


/*header*/

.header-top {
    width: 100%;
    height: 30px;
    background: #5A493F;
}

.header-top p {
    float: left;
    line-height: 30px;
    color: #fff;
}

.header-top .content {
    overflow: unset;
}

.header-dropdown {
    width: 74px;
    height: 26px;
    border-radius: 50px;
    background: #fff;
    float: right;
    margin-top: 2px;
    padding: 2px 3px;
    position: relative;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    min-width: 108px;
    left: -18px;
    top: 24px;
}

.header-dropdown:hover .dropdown-menu {
    display: block;
}

.gj-icon {
    width: 18px;
    height: 18px;
}

.header-m {
    width: 1280px;
    height: 90px;
    margin: auto;
}

.logo {
    float: left;
    height: 62px;
    margin-top: 14px;
}

.header-menu {
    float: left;
    margin-left: 100px;
    margin-top: 6px;
}

.header-menu ul li {
    width: 56px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.menu-img {
    width: 54px;
    height: 54px;
    background: url("../images/menu_icon1.png") no-repeat center;
    border-radius: 50%;
    margin: auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.header-menu ul li:nth-of-type(2) .menu-img {
    background: url("../images/menu_icon2.png") no-repeat center;
}

.header-menu ul li:nth-of-type(3) .menu-img {
    background: url("../images/menu_icon3.png") no-repeat center;
}

.header-menu ul li:nth-of-type(4) .menu-img {
    background: url("../images/menu_icon4.png") no-repeat center;
}

.header-menu ul li:nth-of-type(5) .menu-img {
    background: url("../images/menu_icon5.png") no-repeat center;
}

.header-menu ul li:nth-of-type(6) .menu-img {
    background: url("../images/menu_icon6.png") no-repeat center;
}

.header-menu ul li:nth-of-type(7) .menu-img {
    background: url("../images/menu_icon7.png") no-repeat center;
}

.header-menu ul li:nth-of-type(8) .menu-img {
    background: url("../images/menu_icon8.png") no-repeat center;
}

.header-menu ul li p {
    color: #5A493F;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.header-menu ul li:hover .menu-img {
    background: url("../images/menu_icon1_1.png") no-repeat center, #5A493F;
}

.header-menu ul li.active .menu-img {
    background: url("../images/menu_icon1_1.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(2):hover .menu-img {
    background: url("../images/menu_icon2_2.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(2).active .menu-img {
    background: url("../images/menu_icon2_2.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(3):hover .menu-img {
    background: url("../images/menu_icon3_3.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(3).active .menu-img {
    background: url("../images/menu_icon3_3.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(4):hover .menu-img {
    background: url("../images/menu_icon4_4.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(4).active .menu-img {
    background: url("../images/menu_icon4_4.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(5):hover .menu-img {
    background: url("../images/menu_icon5_5.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(5).active .menu-img {
    background: url("../images/menu_icon5_5.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(6):hover .menu-img {
    background: url("../images/menu_icon6_6.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(6).active .menu-img {
    background: url("../images/menu_icon6_6.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(7):hover .menu-img {
    background: url("../images/menu_icon7_7.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(7).active .menu-img {
    background: url("../images/menu_icon7_7.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(8):hover .menu-img {
    background: url("../images/menu_icon8_8.png") no-repeat center, #5A493F;
}

.header-menu ul li:nth-of-type(8).active .menu-img {
    background: url("../images/menu_icon8_8.png") no-repeat center, #5A493F;
}

/* 下拉菜单 */

.submenu-nav {
    display: none;
    width: 500px;
    height: 265px;
    position: absolute;
    z-index: 999;
    background: #f5f5f5;
    margin-left: -36px;
}
.menu-li a{
    display: block;
    padding-bottom: 5px;
}
.menu-li:nth-of-type(8) .submenu-nav{
    margin-left: -200px;
}
.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}
.submenu-li {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.submenu-nav ul{
    width: 180px;
    height: 100%;
    float: left;
    background-color: #5A493F;
}
.submenu-nav ul .submenu-li{
    float: unset;
    width: 100%;
    height: 52px;
    line-height: 52px;
}
.submenu-nav ul .submenu-li a{
    display: block;
    margin: 0;
    padding: 0;
    height: 52px;
    line-height: 52px;
}
.submenu-li a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    height: 46px;
    line-height: 23px;
    color: #fff !important;
    border-right: 0;
    text-indent: 35px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.submenu-li:hover a {
    text-indent: 50px;
    background: #BD8254 !important;
}

.submenu-li:last-child {
    border: 0;
}

.menu-li:hover .submenu-nav {
    display: block;
    animation: fadeInUp1 .5s both alternate;
    -webkit-animation: fadeInUp1 .5s both alternate;
}

.sub-txt{
    float: left;
    padding: 15px;
    width: 320px;
}
.sub-txt img{
    width: 100%;
    height: 135px;
    object-fit: cover;
}
.header-menu .sub-txt p{
    text-align: left;
    width: 100%;
    height: 100px;
    line-height: 25px;
    font-weight: normal;
    overflow: hidden;
}
.sub-news{
    width: 100%;
    height: 115px;
    margin-bottom: 5px;
    position:relative;
}
.sub-news img{
    width: 100%;
    height: 100%;
    position:relative;
    object-fit: cover;
}
.header-menu .sub-news .sub-news-p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    position:absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-menu .sub-txt .sub-news-a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;

}
.header-menu .sub-txt .sub-news-a:hover{
    color: #8F7464;
}
.sub-news a{
    display: block;
    padding: 0;
    height: 100%;
}
.sub-txt .sub-col{
    width: 48%;
    height: 115px;
    float: left;
    position: relative;
    overflow: hidden;
}
.sub-txt .sub-col:nth-of-type(1),.sub-txt .sub-col:nth-of-type(2){
    margin-bottom: 10px;
}
.sub-txt .sub-col:nth-of-type(2n){
    float: right;
}
.sub-txt .sub-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-txt .sub-col p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    position:absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
/* 下拉菜单-end */

.header-phone {
    float: right;
    width: 158px;
    margin-top: 20px;
}

.phone-img {
    width: 100%;
    display: inline-block;
    line-height: 24px;
    font-size: 18px;
    color: #8F7464;
    font-weight: bold;
}

.phone-img img {
    width: 24px;
    height: 24px;
}

.header-phone h5 {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    color: #5A493F;
    font-weight: bold;
    margin: 0;
}

@-webkit-keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft1 {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1;
}

@-webkit-keyframes fadeInRight1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight1 {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1;
}


/*header_end*/


/* banner */

.banner {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    top: 0px;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.banner-pagination {
    height: 22px;
    text-align: center;
    margin: auto;
    line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50px;
    bottom: 30px !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: #0478be;
}

.swiper-button-next2 {
    background: url('../images/right_icon.png') no-repeat center, #5A493F;
    right: 15px;
    width: 44px;
    height: 44px;
    top: 50%;
}

.swiper-button-prev2 {
    background: url('../images/left_icon.png') no-repeat center, #5A493F;
    left: 15px;
    width: 44px;
    height: 44px;
    top: 50%;
}

.banner-date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 436px;
    height: 229px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.banner-weather {
    padding-left: 5px;
    border-bottom: 1px solid #fff;
}

.banner-flow {
    margin-top: 15px;
}

.banner-flow-1 {
    font-size: 20px;
    color: #fff;
    float: left;
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

.banner-flow-2 {
    font-size: 20px;
    color: #fff;
    background: #4ad300;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.banner-flow-3 {
    width: 179px;
    height: 43px;
    float: left;
    display: inline-block;
    background: url('../images/flow_bg_03.png') repeat;
    font-size: 28px;
    line-height: 43px;
    color: #fff;
    letter-spacing: 20px;
    text-indent: 9px;
    margin-left: 20px;
}

.banner-news {
    position: absolute;
    left: 0px;
    bottom: 234px;
    width: 436px;
    height: 40px;
    z-index: 9;
}

.banner-news-icon {
    display: inline-block;
    position: absolute;
    background: url('../images/banner_news_icon_03.png') no-repeat center left;
    width: 210px;
    height: 61px;
    left: -18px;
    z-index: 10;
    top: -58px;
}

.banner-news-title {
    width: 100%;
    height: 40px;
    background: url('../images/banner_news_icon1_03.png') no-repeat center left 10px rgba(0, 0, 0, 0.7);
    position: absolute;
    overflow: hidden;
}

.carousel.vertical .carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel.vertical .carousel-inner>.item {
    width: 100%;
    -webkit-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d),
(-ms-transform-3d),
(-moz-transform-3d) {
    .carousel.vertical .carousel-inner>.item {
        -webkit-transition: 0.6s ease-in-out;
        -ms-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    .carousel.vertical .carousel-inner>.item.next,
    .carousel.vertical .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner>.item.prev,
    .carousel.vertical .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner>.item.next.left,
    .carousel.vertical .carousel-inner>.item.prev.right,
    .carousel.vertical .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.items-a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    font-weight: 300;
}

.banner-news .up {
    margin-top: 0;
}

.banner-news .down {
    margin-top: 26px;
}

.carousel-control-set {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    left: auto;
}

.title-set {
    color: #fff;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 30px;
    line-height: 40px;
}

.date-set {
    color: #fff;
}

.banner-main-box {
    width: 436px;
    height: 333px;
    position: absolute;
    bottom: 50px;
    left: 70px;
}

.banner-btn-close {
    width: 22px;
    height: 22px;
    background: url('../images/banner_date_btn_03.png') no-repeat center;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 10;
}

.banner-btn {
    width: 58px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 10;
}


/* banner-end */


/* footer */

.footer {
    background: url("../images/footer_bg.png") no-repeat center;
}

.footer-top {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-top: -3px;
}

.footer-menu {
    overflow: hidden;
    padding: 30px 0;
    float: left;
}

.footer-logo {
    float: right;
    height: 69px;
    margin-top: 25px;
}

.footer-menu ul li {
    width: 56px;
    height: auto;
    float: left;
    text-align: center;
    margin-right: 25px;
}

.footer-menu ul li p {
    margin-top: 10px;
}

.footer-m {
    margin-top: 30px;
}

.footer-m .left {
    overflow: hidden;
    float: left;
}

.footer-m .left ul {
    overflow: hidden;
}

.footer-m .left ul li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #5A493F;
}

.footer-m .left ul li:first-of-type a {
    padding-left: 0;
}

.footer-m .left ul li:last-of-type a {
    border-right: 0;
}

.footer-m .left ul li a {
    color: #5A493F;
    display: block;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}

.footer-cont {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.footer-m .right {
    float: right;
    position: relative;
}

.footer-m .right ul li {
    float: left;
    margin-left: 35px;
    position: relative;
}

.cont-icon {
    width: 56px;
    height: 56px;
}

.footer-qrcode {
    display: none;
    position: absolute;
    top: 0px;
    right: 70px;
}

.footer-m .right ul li:hover .footer-qrcode {
    display: block;
}

.footer-b {
    width: 100%;
    height: 50px;
    background: #5A493F;
    margin-top: 30px;
    line-height: 50px;
}

.footer-b p {
    color: #fff;
    float: left;
}

.footer-control {
    width: 200px;
    float: right;
    margin-top: 8px;
}

.tools {
    position: fixed;
    right: 15px;
    bottom: 8%;
    width: 52px;
    height: 156px;
    background: rgba(90, 73, 63, .6);
    border-radius: 8px;
    z-index: 99;
}

.tools ul li {
    position: relative;
}

.tools-icon {
    width: 52px;
    height: 52px;
    object-fit: none;
    border-radius: 8px;
    position: relative;
}

.tools-qrcode {
    position: absolute;
    width: 114px;
    height: auto;
    right: 60px;
    top: 0;
    display: none;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 5px;
    background: #fff;
}

.tools-qrcode img {
    width: 100px;
    height: 100px;
    display: table;
    margin: auto;
}

.tools-qrcode p {
    margin-top: 5px;
    text-align: center;
}

.tools ul li:hover .tools-icon {
    background: #5A493F;
}

.tools ul li:hover .tools-qrcode {
    display: block;
}

.row2-en .row3-photo-list ul li h5 {
    height: 70px;
    line-height: 70px;
}


/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #f2f2f2;
    position: fixed;
    top: 0;
    padding: 0 15px;
    margin: auto;
    z-index: 999;
    display: none;
}

.header2 h3 {
    margin: auto;
    height: 36px;
    text-align: left;
    margin-top: 13px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.header2 h3 img {
    display: block;
    max-width: 75%;
    max-height: 100%;
    ;
}

.header2 .left_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    left: 5px;
}

.header2 .right_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    right: 5px;
    z-index: 9;
}

.header2 .right_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header2 .left_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -76%;
    width: 76%;
    height: 100%;
    background: #f2f2f2;
    z-index: 99999;
    padding-top: 60px;
}

.mask2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.box-bg {
    width: 100%;
    height: 1000px;
    background: url('../images/bg4.jpg') no-repeat center;
}

.close-btn {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.close-btn img {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-logo {
    display: table;
    margin: auto;
    height: 70px;
}

.menu-list {
    width: 80%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.menu-list ul li {
    list-style: none;
    line-height: 5vh;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.menu-list ul li a {
    display: block;
    color: #333;
    text-align: center;
}

.compy-txt {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.calendar-img {
    width: 22px;
    margin-top: -4px;
    margin-right: 6px;
}

.header_search_box {
    position: relative;
    height: 38px;
    margin: auto;
    display: table;
    width: 83%;
    margin-top: 20px;
}

.header_search {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    text-indent: 40px;
    border-radius: 30px;
    outline: none;
}

.header_search_img {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 15px;
    height: 20px;
}

.menu-logo {
    display: block;
    width: 80%;
    height: auto;
    margin-bottom: 15px;
}


/* header_mb-end */


/*index*/

.bg-link {
    width: 100%;
    height: 30px;
    background: url("../images/bg_link.png") repeat-x center;
}

.row1 {
    width: 100%;
    background: url("../images/bg.png") no-repeat center;
    background-size: cover;
}

.row2 {
    width: 100%;
    background: url("../images/bg1.png") no-repeat center;
    background-size: cover;
}

.row3 {
    width: 100%;
    background: url("../images/bg2.png") no-repeat center;
    background-size: cover;
}

.row4 {
    width: 100%;
    background: url("../images/bg3.png") no-repeat center;
    background-size: cover;
}

.row-top {
    width: 100%;
    height: 68px;
    overflow: hidden;
}

.row-title {
    height: 68px;
    border-left: 6px solid #5A493F;
    float: left;
    padding-top: 8px;
    padding-left: 10px;
}

.row-title h5 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    margin: 0;
}

.row-title p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
    text-transform: uppercase;
}

.row-top {
    margin: 60px 0;
}

.row-tabs {
    float: right;
    margin-top: 15px;
}

.row-tabs ul li {
    float: left;
    margin-left: 15px;
}

.row-tabs ul li.active a {
    background: #5A493F;
    color: #fff;
}

.row-tabs ul li a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #333;
    border-radius: 50px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.row-tabs ul li:hover a {
    background: #5A493F;
    color: #fff;
}

.row-news {
    overflow: hidden;
}

.row-news .left {
    width: 653px;
    height: 442px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.row-news .right {
    width: 596px;
    height: 442px;
    float: right;
}

.news-big {
    overflow: hidden;
    position: relative;
}

.news-big img {
    width: 100%;
    height: 442px;
    position: relative;
    object-fit: cover;
    overflow: hidden;
}

.news-big h5 {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgba(90, 73, 63, .8);
    color: #fff;
    font-size: 14px;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-left: 15px;
}

.news-big h5 {
    padding-right: 80px;
}

.news-big h5 span {
    width: 75%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.news-big h5 i {
    overflow: hidden;
    display: inline-block;
    font-style: normal;
    width: 20%;
    height: 44px;
    line-height: 44px;
    text-align: right;
}

.swiper1-pagination {
    position: absolute;
    right: 15px;
    bottom: 13px !important;
    z-index: 99;
    left: unset !important;
    width: auto !important;
}

.swiper1-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    background: #fff;
}

.swiper1-pagination .swiper-pagination-bullet-active {
    background: #B1A9A1;
}

.row-news-li {
    width: 282px;
    float: left;
    margin-bottom: 26px;
}

.row-news-img {
    width: 100%;
    height: 154px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.row-news-li:nth-of-type(2n) {
    float: right;
}

.row-news-li:nth-of-type(3) {
    margin-bottom: 0;
}

.row-news-li:nth-of-type(4) {
    margin-bottom: 0;
}

.row-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-news-date {
    width: auto;
    padding: 6px 15px;
    background: rgba(90, 73, 63, .8);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.row-news-li h5 {
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}

.more-btn {
    width: 148px;
    height: 44px;
    color: #fff;
    background: #5A493F;
    text-align: center;
    line-height: 44px;
    display: table;
    margin: auto;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.more-btn:hover {
    color: #fff;
    background: #362c26;
}

.row1 .more-btn {
    margin-bottom: 60px;
}

.row2-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.row2-main ul li {
    border-radius: 5px;
    float: left;
    position: relative;
}

.row2-main ul li:nth-of-type(1) {
    width: 653px;
    height: 725px;
}

.row2-main ul li:nth-of-type(2) {
    width: 596px;
    height: 348px;
    float: right;
}

.row2-main ul li:nth-of-type(3) {
    width: 596px;
    height: 348px;
    float: right;
    margin-top: 30px;
}

.row2-a {
    width: 150px;
    height: 144px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    padding: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.row2-main ul li:nth-of-type(1) .row2-a {
    top: unset;
    bottom: 100px;
    background: #B11F11;
}

.row2-p {
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
}

.row2-main ul li:hover .row2-a {
    background: #B11F11;
}

.row3-txt {
    width: 602px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
}

.row3-main {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
}

.row3-list {
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 9;
}

.row3-list ul li {
    float: left;
    margin-right: 50px;
}

.row3-list ul {
    overflow: hidden;
}

.row3-list ul li:nth-of-type(3) {
    margin-right: 0;
}

.row3-list ul li:hover .row3-li {
    box-shadow: 0 10px 20px #999;
}

.row3-li {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.row3-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.row3-icon {
    width: 51px;
    height: 51px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.row3-list ul li h5 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.row3-list ul li:hover a h5 {
    color: #fff;
    background: #5A493F;
    border-radius: 5px;
    padding: 10px;
}

.row3-link {
    width: 729px;
    height: 178px;
    position: absolute;
    left: 100px;
}

.row3-photo {
    width: 500px;
    height: 610px;
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 9;
}

.row3-photo-list {
    margin-bottom: 30px;
    overflow: hidden;
}

.row3-photo-list ul li {
    height: 350px;
    float: left;
    margin-right: 32px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.row3-photo-list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.row3-photo-list ul li:nth-of-type(1) {
    width: 45%;
}

.row3-photo-list ul li:nth-of-type(2) {
    width: 30%;
}

.row3-photo-list ul li:nth-of-type(3) {
    width: 20%;
    margin-right: 0;
}

.row3-photo-list ul li:nth-of-type(4) {
    width: 20%;
}

.row3-photo-list ul li:nth-of-type(5) {
    width: 30%;
}

.row3-photo-list ul li:nth-of-type(6) {
    width: 45%;
    margin-right: 0;
}

.row3-photo-list ul li .mask {
    width: 100%;
    height: 162px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.row3-photo-list ul li h5 {
    width: 100%;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    margin: 0;
}

.row3-photo-list ul li:hover h5 {
    background: #5A493F;
    color: #fff;
    line-height: 80px;
}

.row4-img {
    width: 446px;
    height: 324px;
    object-fit: cover;
    box-shadow: 0 10px 20px #999;
    position: absolute;
    top: 40px;
    left: 0;
}

.row4-right {
    width: 70%;
    height: 410px;
    border: 10px solid #5A493F;
    float: right;
    padding: 60px 85px;
    padding-left: 100px;
}

.row4-right-icon {
    float: left;
    width: 122px;
}

.row4-right-txt {
    float: right;
    width: 540px;
}

.row4-right-txt h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    height: 96px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}

.row4-right-txt p {
    line-height: 30px;
    color: #666;
    height: 120px;
    overflow: hidden;
    font-size: 16px;
}

.more-txt-btn {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: underline !important;
}

.swiper-button-next3 {
    background: url('../images/col_right_icon.png') no-repeat center;
    right: 15px;
    width: 118px;
    height: 118px;
    top: 44%;
    opacity: 1 !important;
}

.swiper-button-prev3 {
    background: url('../images/col_left_icon.png') no-repeat center;
    left: 15px;
    width: 118px;
    height: 118px;
    top: 44%;
    opacity: 1 !important;
}

.row4-list {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 60px;
}

.row4-list ul li {
    width: 300px;
    height: 230px;
    background: #02AE08;
    float: left;
    padding: 23px 35px;
    margin-right: 26px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.row4-list ul li:last-of-type {
    margin-right: 0;
}

.row4-list ul li:nth-of-type(2) {
    background: #FB5432;
}

.row4-list ul li:nth-of-type(3) {
    background: #436FFF;
}

.row4-list ul li:nth-of-type(4) {
    background: #FF81B4;
}

.row4-list ul li:hover {
    box-shadow: 0 10px 20px #999;
}

.row4-list-icon {
    width: 82px;
    height: 82px;
    display: table;
    margin: auto;
}

.row4-list ul li h5 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    margin-top: 20px;
}

.row4-list ul li p {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


/*index_end*/


/*info_Public*/

.banner-info {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.info-bg {
    min-height: 500px;
    background: url("../images/body_bg.png") no-repeat center bottom, #E4F0FE;
}

.info-main {
    margin-top: -50px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 20px #ccc;
    padding: 30px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 16%);
    border-top: 5px solid #E60012;
}

.info-main .title {
    text-align: center;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

.info-main .title span {
    font-size: 12px;
    color: #ccc;
}

.w-1600 {
    width: 88%;
    min-width: 1300px;
    margin: auto;
    background: url("../images/info_title_bg.png") no-repeat center top, #fff;
    min-height: 500px;
    top: -90px;
    position: relative;
}

.info-title {
    margin-top: 50px;
}

.info-title h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.info-title p {
    text-align: center;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.info-menu {
    display: table;
    margin: auto;
    margin-top: 40px;
}

.info-menu ul li {
    display: inline-block;
    margin: 0 12px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
}

.info-menu ul li a {
    width: 170px;
    height: 52px;
    display: block;
    color: #5A493F;
    border: 1px solid #5A493F;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.info-menu ul li:hover a {
    color: #fff;
    background: #5A493F;
}

.info-menu ul li.active a {
    color: #fff;
    background: #5A493F;
}


/*翻页*/
/*.page {
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 30px;
}

.page ul  {
    width: 34px !important;
    height: 34px !important;
    text-align: center;
    line-height: 34px;
    float: left !important;
    margin: 0 7px !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 5px !important;
    overflow: hidden;
}

.page ul  a {
    color: #333;
    background: #f2f2f2;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}*/

.page { padding-top:30px;text-align:center;font:12px '微软雅黑';}
.page a {    border-radius: 5px !important;
 display:inline-block; padding:0px 12px; height:33px;font-size:14px;line-height:33px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
.page a.a1 {padding:0px 12px; height:33px; line-height:33px;margin-top:0px;}
.page a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
.page span { display:inline-block;  padding:0px 12px; height:33px; line-height:33px; background:#5A493F; border:1px solid #5A493F; color:#fff; text-align:center;    border-radius: 5px !important;
 }
.page .noPage { display:inline-block;  padding:0px 12px; height:33px; line-height:33px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.store-form-top{padding-top:50px;width:100%;overflow:hidden}
.store-form-top h3{width:48%;padding:10px 0;border-radius:50px;text-align:center;float:left;background:#ccc;color:#fff}
.store-form-top h3.active{background:#2b231f;color:#fff}
.store-form-top h3:last-of-type{float:right}
.form-right h3{padding:15px 15px;background:#5a493f;color:#fff}
.form-main{padding:30px 15px;border:1px solid #ddd}
.form-main-header{width:100%;height:auto;overflow:hidden}
.form-img{width:288px;height:200px;float:left;object-fit:cover}
.form-main-right{width:920px;float:right}
.form-title{font-size:20px;line-height:44px;border-bottom:1px solid #ddd;font-weight:700;margin:0;margin-bottom:30px}
.form-title2{font-size:18px;line-height:44px;border-bottom:1px solid #ddd;margin:0;margin-bottom:30px;margin-top:30px}
.form-main-right .col-sm-1{text-align:left;padding-left:0;padding-right:0}
.form-horizontal .form-group{margin-left:0;margin-right:0}
.form-price{line-height:34px;color:#fb5432;font-weight:700;font-size:20px}
.form-main .form-inline{overflow:hidden}
.form-main .form-inline label{margin-right:15px}
.form-main .form-bz{margin-left:15px;margin-right:15px;margin-top:15px}
.form-bz label{text-align:left;float:left;padding-top:7px;padding-right:4px}
.form-bz .col-sm-8{width:85.5%}
.form-btn{width:200px;height:44px;line-height:44px;color:#fff;background:#5a493f;display:block;text-align:center}
.form-btn:hover{background:#5a493f;color:#fff;box-shadow:0 5px 10px #ccc}
.hr-link{border-top:1px solid #ddd;margin-top:30px}
.form-footer-txt{margin-top:50px;color:#666}
.done-txt{overflow:hidden}
.done-top{overflow:hidden;margin:auto;display:table}
.done-icon{width:88px;height:88px;float:left;margin-right:25px}
.done-txt{width:600px;height:auto;float:right}
.done-txt h5{font-size:18px;padding:10px 0;border-bottom:1px solid #ddd}
.done-txt p{color:#666;line-height:30px}
.done-txt p strong{font-size:24px;color:#ff4600}
.pay-col{width:245px;margin:auto;display:table;margin-top:50px;text-align:center;border:6px solid #5a493f}
.pay-col img{width:100%}
.pay-col p{width:100%;line-height:34px}

/*info_Public_end*/

.about {
    padding: 70px 0;
}

.about-img {
    width: 100%;
}

.about-txt {
    margin: 80px 0;
    position: relative;
}

.about-txt img {
    width: 764px;
    position: relative;
    left: 0;
}

.about-txt-right {
    width: 668px;
    padding: 55px;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 60px;
    height: 615px;
    
    overflow: scroll;
}

.about-txt-right h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-txt-right p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
 
    overflow-x: hidden;
}

.about-video {
    width: 100%;
    height: 638px;
    margin: 120px 0;
}

.about-col4 {
    margin-bottom: 80px;
    overflow: hidden;
}

.about-col4 img {
    float: right;
    width: 612px;
}

.about-col4-txt {
    float: left;
    width: 604px;
    margin-top: 180px;
}

.about-col4-txt h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
}

.about-col4-txt p {
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 30px;
}

.about-col4-txt .more-btn {
    float: left;
    margin-top: 0;
}

.about-col4.about-col5 img {
    float: left;
}

.about-col4.about-col5 .about-col4-txt {
    float: right;
    margin-top: 100px;
}

.about2 {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.about2 ul {
    overflow: hidden;
}

.about2 ul li {
    width: 406px;
    float: left;
    margin-right: 30px;
    margin-bottom: 60px;
}

.about2 ul li:nth-of-type(3n) {
    margin-right: 0;
}

.video-top {
    width: 100%;
    height: 260px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.video-icon {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.about2 ul li:hover .video-icon {
    width: 78px;
    height: 78px;
}

.about2 ul li:hover .video-top {
    box-shadow: 0 10px 20px #999;
}

.about2 ul li:hover .video-title {
    color: #5A493F;
}

* ul li:hover a {
    color: #333;
}

.video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.video-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.news-data span {
    display: inline-block;
    font-size: 16px;
    color: #ccc;
    margin-right: 15px;
}

.news-icon {
    margin-right: 5px;
    margin-top: -3px;
}

.news-list {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.news-list ul {
    overflow: hidden;
}

.news-list ul li {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.news-img {
    width: 320px;
    height: 205px;
    object-fit: cover;
    float: left;
    margin-right: 35px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.news-right {
    width: 925px;
    height: auto;
    float: right;
}

.news-right h5 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.news-list ul li:hover .news-right h5 {
    color: #5A493F;
    text-indent: 15px;
}

.news-list ul li:hover .news-img {
    box-shadow: 0 10px 20px #999;
}

.news-right p {
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
}

.news-list2 {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.news-list2 ul {
    overflow: hidden;
}

.news-list2 ul li {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.news-list2 ul li:hover .news2-txt h5 {
    text-indent: 15px;
}

.news2-data {
    width: 62px;
    text-align: center;
    margin-right: 40px;
    float: left;
}

.news2-data h5 {
    font-size: 40px;
}

.news2-data p {
    font-size: 16px;
}

.news2-txt {
    float: right;
    width: 1178px;
}

.news2-txt h5 {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.news2-txt p {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    color: #999;
    height: 50px;
    line-height: 25px;
}

.news-list4 {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.news-list4 ul {
    overflow: hidden;
}

.news-list4 ul li {
    width: 406px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    border: 1px solid #ddd;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.news-list4 ul li:hover {
    box-shadow: 0 10px 20px #ddd;
}

.news-list4 ul li:nth-of-type(3n) {
    margin-right: 0;
}

.news4-img {
    width: 100%;
    height: 248px;
    object-fit: cover;
}

.news-list4 .news-txt {
    padding: 15px 18px;
    padding-bottom: 30px;
    background: #fff;
}

.news-list4 .news-txt h5 {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 0;
}

.news-list4 a:hover .news-txt h5 {
    color: #5A493F;
}

.news-list4 .news-txt p {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #999;
}

.news2-left {
    width: 838px;
    overflow: hidden;
    float: left;
}

.news2-right {
    width: 377px;
    float: right;
}

.news-info {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}

.news-info-title {
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
}

.news-info-data {
    width: 100%;
    font-size: 16px;
    color: #999;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}

.news-info-txt {
    width: 100%;
    overflow: hidden;
}

.news-info-txt p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 35px;
}

.news-info-txt p img {
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.page-btn {
    width: 100%;
    height: 68px;
    background: #fff;
    line-height: 68px;
}

.page-btn a {
    width: 40%;
    line-height: 68px;
    height: 68px;
    display: inline-block;
    font-size: 16px;
    color: #999;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-btn a:nth-of-type(2) {
    float: right;
}

.page-btn a:hover {
    color: #1373EB;
}

.tool-left {
    width: 44px;
    height: auto;
    position: fixed;
    left: 30px;
    bottom: 5%;
}

.tool-left p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tool-left p .tool-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 5px;
}

.tool-left.bdsharebuttonbox .bds_more {
    color: unset;
    float: unset;
    font-size: unset;
    line-height: 112px;
    height: 65px;
    width: 44px;
    background: url('../images/tool_icon4.png') no-repeat top center;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.tool-left.bdsharebuttonbox .bds_more.bds_more2 {
    background: url('../images/tool_icon5.png') no-repeat top center;
}

.news-s-li {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-s-li h3 {
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #5A493F;
    background: url("../images/bg_link2.png") no-repeat right center;
}

.news-s-li ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.news-s-li ul li:last-of-type {
    border-bottom: 0;
}

.news-s-li ul li h5 {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.news-s-li ul li a:hover h5 {
    color: #1373EB;
}

.news-s-li .videos-img {
    width: 136px;
    height: 86px;
    float: left;
}

.news-s-li .videos-img .videos-icon {
    width: 34px;
    height: 34px;
}

.news-s-li .videos-txt {
    width: 224px;
    float: right;
}

.news-s-li .videos-txt h5 {
    height: 50px;
    line-height: 25px;
    white-space: unset;
    font-size: 16px;
    margin-top: 3px;
}

.videos-sm-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scenic {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.scenic ul {
    overflow: hidden;
}

.scenic ul li {
    width: 406px;
    height: 323px;
    float: left;
    margin-right: 30px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.scenic ul li:nth-of-type(3n) {
    margin-right: 0;
}

.scenic-photo img {
    width: 100%;
    height: 323px;
}

.scenic-photo .mask {
    width: 100%;
    height: 88px;
    position: absolute;
    bottom: 0;
    line-height: 88px;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    z-index: 9;
    text-align: center;
    font-size: 20px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.photo .scenic-photo:hover .mask {
    background: #5A493F;
}

.scenic-txt {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, .9);
    border-top: 3px solid #5A493F;
    padding: 25px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    box-shadow: 0 10px 20px #ccc;
}

.scenic-txt h5 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin: 0;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scenic-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 120px;
    overflow: hidden;
}

.scenic-txt .more-btn {
    float: left;
    width: 88px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    color: #fff;
}

.scenic-txt .more-btn:hover {
    color: #fff;
}

.scenic ul li:hover .scenic-txt {
    opacity: 1;
}

.scenic ul li:hover .scenic-photo .mask {
    display: none;
}

.guide2 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.guide2-img {
    margin-bottom: 30px;
    width: 100%;
}

.guide2-txt {
    width: 75%;
    margin: auto;
}

.guide2-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.guide2-txt h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #5A493F;
    margin-bottom: 50px;
}

.guide2-txt h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #5A493F;
}

.modal-body.flex-col.photo-wrapper h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 22px;
}

.modal-body.flex-col.photo-wrapper img {
    width: 100%;
}

.modal-body.flex-col.photo-wrapper p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 15px;
}

.photo {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.photo .scenic-photo img {
    height: auto;
}

.photo .sjs-default {
    margin-bottom: 100px;
}

.close.close2 {
    width: 44px;
    height: 44px;
    background: #5A493F;
    right: 15px;
    top: 15px;
    color: #fff;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    z-index: 9;
    font-size: 32px;
    font-weight: 500;
}

.culture {
    padding: 80px 0;
}

.culture-img {
    width: 100%;
    height: 389px;
    position: relative;
}

.culture-img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.culture-txt {
    width: 310px;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
}

.culture-txt h5 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

.culture-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.culture-row2 {
    width: 660px;
    display: table;
    margin: 50px auto;
}

.culture-row2 img {
    width: 279px;
}

.culture-txt2 {
    float: right;
    width: 352px;
    margin-top: 63px;
}

.culture-txt2 h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
}

.culture-txt2 p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 15px;
}

.culture-row3 {
    padding: 50px 0;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.culture-row3 h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
}
.culture-row3 p{
    text-align: center;
    font-size: 16px;
    color: #666;
}

.culture-row3 ul li {
    width: 346px;
    float: left;
    margin-right: 121px;
}

.culture-row3 ul li:last-of-type {
    margin-right: 0;
}

.culture-row3 ul li img {
    display: table;
    margin: auto;
}

.culture-row3 ul li p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.culture-row4 {
    padding: 50px 150px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.culture-row4 ul li {
    float: left;
    width: 46%;
    height: 130px;
}

.culture-row4 ul li:nth-of-type(2n) {
    float: right;
}

.culture-row4 ul li h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
}

.culture-row4 ul li p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.culture-row4 ul li:nth-of-type(3) {
    margin-top: 60px;
}

.culture-row4 ul li:nth-of-type(4) {
    margin-top: 60px;
}

.news-list.store-list ul li {
    position: relative;
}

.news-list.store-list ul li:last-of-type {
    border-bottom: 0;
}

.news-list.store-list .news-right p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.price {
    width: 272px;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.price p {
    width: 50%;
    float: left;
    height: 47px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 47px;
    color: #FF4600;
    font-size: 20px;
    font-weight: bold;
}

.price p:nth-of-type(2) {
    width: 50%;
    float: left;
    height: 47px;
    border: 1px solid transparent;
    background: #FF4600;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.news-list4.store-list2 .news-txt h5 {
    height: 30px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list4.store-list2 .news-txt p {
    height: 25px;
    margin-bottom: 0;
}

.news-list4.store-list2 .price2 {
    overflow: hidden;
}

.news-list4.store-list2 .price2 p {
    float: left;
    width: 50%;
    height: 47px;
    line-height: 47px;
    color: #FF4600;
    font-size: 20px;
}

.news-list4.store-list2 .price2 p:nth-of-type(2) {
    float: right;
    width: 30%;
    height: 47px;
    background: #FF4600;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
}

.store-info {
    padding: 50px 0;
    overflow: hidden;
}

.store-left {
    float: left;
    width: 457px;
}

.store-left h3 {
    font-size: 32px;
    margin-bottom: 25px;
}

.store-left p {
    font-size: 18px;
    margin-bottom: 10px;
}

.store-right {
    float: right;
    width: 750px;
    height: 422px;
    position: relative;
    overflow: hidden;
}

.col-price {
    width: 100%;
    padding: 20px auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    line-height: 52px;
    margin-top: 50px;
}

.col-price h5 {
    font-size: 24px;
    float: left;
    margin: 0;
    line-height: 52px;
}

.col-price h5 span {
    font-size: 16px;
    color: #999;
    margin-left: 15px;
}

.col-price p {
    font-size: 24px;
    color: #FF4600;
    float: right;
    margin: 0;
}

.store-btn {
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    background: #FF4600;
    color: #fff;
    margin-top: 30px;
}

.store-icon {
    margin-right: 10px;
}

.store-col2 {
    position: relative;
}

.store-code {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    position: absolute;
    left: 145px;
    top: -5px;
    display: none;
}

.store-btn:hover {
    color: #fff;
}

.store-col2:hover .store-code {
    display: block;
}

.store-col {
    overflow: hidden;
}

.store-img {
    width: 100%;
    height: 422px;
    object-fit: cover;
}

.swiper-button-next4 {
    background: url('../images/right_icon.png') no-repeat center;
    right: 15px;
    width: 44px;
    height: 44px;
    top: 50%;
}

.swiper-button-prev4 {
    background: url('../images/left_icon.png') no-repeat center;
    left: 15px;
    width: 44px;
    height: 44px;
    top: 50%;
}

.swiper-pagination4.swiper-pagination-fraction {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    z-index: 99;
    color: #fff;
}

.store-col3 {
    margin-top: 80px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.store-col3 h5 {
    font-size: 24px;
    margin-bottom: 30px;
}

.store-col3 p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
    color: #666;
}

.store-info .store-col3:last-of-type {
    border-bottom: 0;
}

.mes {
    margin-top: 30px;
    overflow: hidden;
}

.mes-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    margin: 50px auto;
}

.mes-mian {
    width: 40%;
    margin: auto;
}

.code-img {
    width: 150px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.btn-mes {
    width: 150px;
    height: 36px;
    background: #5A493F;
    text-align: center;
    line-height: 36px;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}


/* 2021.7.21 */

.big-things {
    padding-bottom: 270px;
    background: url('../images/bg.png') repeat-y center top;
}

.big-things li {
    overflow: hidden;
    margin-bottom: -158px;
}

.big-things-img {
    float: right;
    margin: 15px 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.big-things li span {
    top: 24px;
    right: 49.4%;
}

.news-full {
    width: 100%;
}

.page-btn a:nth-of-type(2) {
    text-align: right;
}

.wh-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 80px;
}

.wh-txt {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #C3A88A;
    padding: 50px 100px;
    padding-bottom: 0;
}

.wh-link {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
}

.wh-txt p {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}

.wh-link2 {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
}

.wh-row {
    margin-top: 70px;
    overflow: hidden;
}

.wh-row-img {
    float: left;
}

.wh-txt2 {
    width: 592px;
    float: right;
    background: url("../images/webp.png") no-repeat right;
    overflow: hidden;
}

.wh-txt2 img {
    margin-bottom: 25px;
    margin-top: 30px;
}

.wh-txt2 p {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
}

.wh-row2 {
    margin-top: 50px;
    margin-bottom: 80px;
    overflow: hidden;
}

.wh-row-img2 {
    float: right;
}

.wh-txt3 {
    width: 592px;
    float: left;
    overflow: hidden;
}

.wh-txt3 p {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    margin-top: 70px;
}

.wh-title {
    display: table;
    margin: auto;
    margin-bottom: 50px;
}

.wh-row3 {
    overflow: hidden;
}

.wh-row3 ul li {
    width: 369px;
    height: 543px;
    float: left;
    margin-right: 86px;
    margin-bottom: 82px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.wh-row3 ul li:nth-of-type(3n) {
    margin-right: 0;
}

.wh-row3 ul li .wh-mask {
    position: absolute;
    left: 11px;
    top: 16px;
    z-index: 9;
}

.wh-row3-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wh-row3 ul li a {
    display: block;
}

.wh-row3 ul li:hover {
    box-shadow: 0 10px 20px #ccc;
}

.wh-row3 ul li:hover .wh-mask2 {
    height: 100%;
}

.wh-row3 ul li h5 {
    position: absolute;
    bottom: 76px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.wh-mask2 {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}



/* index_en */

.banner-en {
    width: 100%;
    height: 685px;
    object-fit: cover;
}

.row-en {
    padding: 66px 0;
}

.row-left {
    width: 640px;
    float: left;
    padding: 30px;
    background: #fff;
}

.row-left h3 {
    border-left: 6px solid #5A493F;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 30px;
}

.row-left p {
    line-height: 30px;
    color: #666;
}

.row-right {
    width: 608px;
    float: right;
}

.row-col {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.row-col h3 {
    border-left: 6px solid #5A493F;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 30px;
}

.row-col h5 {
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.row-col p {
    line-height: 30px;
    color: #666;
}

.footer-m .left h5 {
    font-size: 24px;
    font-weight: bold;
}

.cont-info {
    width: 80%;
    margin: auto;
}

.cont-left {
    width: 32%;
    float: left;
}

.cont-left h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.cont-left p {
    font-size: 16px;
    line-height: 30px;
}

#map {
    width: 63%;
    float: right;
    height: 320px;
}

#map label {
    max-width: 300px;
}

/* 2021.6.7 */
.about3-banner{
    width: 100%;
    height: 628px;
    position: relative;
    margin: 60px auto;
}
.about3-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.about3-banner p{
    width: 1000px;
    height: 215px;
    position:absolute;
    padding: 30px 40px;
    background: rgba(255, 255, 255, .9);
    font-size: 26px;
    line-height: 40px;
    color: #333;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.about3-info p{
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    font-size: 19px;
    line-height: 35px;
    color: #666;
}
.about3-img{
    width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    display: table;
}
.about4-info .about3-banner p{
    bottom: 60px;
    top: unset;
}
.big-things{
    width: 1100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.big-things .line{
    width: 1px;
    height: 100%;
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #ddd;
}
.big-things li{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    padding-right: 588px;
}

.big-things li:nth-of-type(2n){
    padding-left: 588px;
    
    padding-right: unset;
}
.big-things li:nth-of-type(2n) h5{

    text-align: left;
}
.big-things li:nth-of-type(2n) p{

    text-align: left;
}
.big-things li span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #333;
    position:absolute;
    right: 49.3%;
    top: 16px;
}
.big-things li h5{
    font-size: 30px;
    line-height: 40px;
    text-align: right;
}
.big-things li p{
    font-size: 20px;
    line-height: 30px;
    color: #666;
    text-align: right;
    margin-top: 30px;
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .content {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        display: none;
    }
    .header2 {
        display: block;
    }
    .banner {
        height: 30vh;
    }
    .banner img {
        height: 30vh;
    }
    .banner-main-box {
        display: none;
    }
    .banner-btn {
        display: none;
    }
    .bg-link {
        height: 20px;
        background-size: cover;
    }
    .row-top {
        margin: 30px 0;
        height: auto;
    }
    .row-title {
        height: 52px;
        padding-top: 0px;
        padding-left: 10px;
    }
    .row-tabs {
        width: 100%;
        margin-top: 25px;
    }
    .row-tabs ul li {
        width: 25%;
        margin-left: 0;
    }
    .row-tabs ul li a {
        width: auto;
    }
    .row-news .left {
        width: 100%;
        height: 200px;
    }
    .news-big img {
        height: 200px;
    }
    .row-news .right {
        width: 100%;
        margin-top: 25px;
        height: auto;
    }
    .row-news-li {
        width: 48%;
    }
    .row-news-img {
        height: 100px;
    }
    .row-news-li h5 {
        font-size: 14px;
    }
    .news-big h5 span {
        width: 60%;
    }
    .news-big h5 i {
        width: 35%;
    }
    .row2-main ul li:nth-of-type(1) {
        height: 383px;
        width: 100%;
        margin-bottom: 30px;
    }
    .row2-img {
        width: 100%;
        object-fit: cover;
    }
    .row2-a {
        padding: 20px;
    }
    .row2-main ul li:nth-of-type(1) .row2-a {
        width: 120px;
        height: 120px;
    }
    .row2-main ul li:nth-of-type(2) {
        width: 100%;
        height: 202px;
    }
    .row2-main ul li:nth-of-type(3) {
        width: 100%;
        height: 202px;
    }
    .row2-main ul li:nth-of-type(2) .row2-a {
        width: 120px;
        height: 120px;
    }
    .row2-main ul li:nth-of-type(3) .row2-a {
        width: 120px;
        height: 120px;
    }
    .row3-txt {
        width: 100%;
        font-size: 14px;
    }
    .row3-list {
        width: 100%;
    }
    .row3-list ul li {
        margin-right: 40px;
    }
    .row3-li {
        width: 88px;
        height: 88px;
    }
    .row3-list ul li h5 {
        font-size: 16px;
    }
    .row3-photo {
        position: relative;
        width: 100%;
        height: auto;
        top: 25px;
    }
    .row3-link {
        width: 85%;
        height: auto;
        left: 0;
        right: 0;
        margin: auto;
        top: 343px;
    }
    .row3-main {
        overflow: unset;
        margin-bottom: 50px;
    }
    .row3-photo-list ul li {
        height: 128px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .row3-photo-list ul li:nth-of-type(1n) {
        width: 48%;
        float: left;
    }
    .row3-photo-list ul li:nth-of-type(2n) {
        width: 48%;
        float: right;
    }
    .row3-photo-list ul li h5 {
        padding: 0 10px;
        text-align: center;
        font-size: 16px;
    }
    .row4-img {
        width: 190px;
        height: 128px;
    }
    .row4-right {
        width: 88%;
        height: 410px;
        padding: 40px 20px;
    }
    .row4-right-icon {
        float: right;
        width: 100px;
    }
    .row4-right-txt {
        width: 100%;
    }
    .row4-right-txt h3 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        margin-top: 50px;
    }
    .row4-right-txt p {
        height: 60px;
    }
    .swiper-button-next3 {
        right: 0px;
        width: 44px;
        height: 44px;
        top: 38%;
        background-size: 68px;
    }
    .swiper-button-prev3 {
        left: 0px;
        width: 44px;
        height: 44px;
        top: 38%;
        background-size: 68px;
    }
    .row4-list ul li {
        width: 48%;
        float: left;
        margin: 0;
        margin-bottom: 15px;
        padding: 23px 15px;
        height: auto;
    }
    .row4-list ul li:nth-of-type(2n) {
        float: right;
    }
    .row4-list-icon {
        width: 58px;
        height: 58px;
    }
    .row4-list ul li h5 {
        margin-top: 10px;
        font-size: 18px;
    }
    .row4-list ul li p {
        margin-top: 10px;
        font-size: 14px;
    }
    .row4-list {
        padding-bottom: 10px;
    }
    .footer {
        background-size: cover;
    }
    .footer-top {
        padding-bottom: 30px;
    }
    .footer-menu ul li {
        width:29%;
        margin-right: 17px;
        margin-bottom: 15px;
    }
    .footer-menu ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .footer-logo {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .footer-m .left ul li {
        width: 25%;
        font-size: 14px;
    }
    .footer-m .left ul li a {
        text-align: center;
        padding: 0 8px;
    }
    .footer-m .right {
        display: table;
        margin: auto;
        float: unset;
    }
    .footer-m .right ul li {
        display: inline-block;
        margin: 0 10px;
        float: unset;
        margin-top: 30px;
    }
    .footer-b p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        text-align: center;
    }
    .footer-control {
        display: none;
    }
    .footer-b {
        overflow: hidden;
    }
    .footer-qrcode {
        top: -118px;
        right: -25px;
    }
    .tools {
        right: 0;
        width: 40px;
        height: 120px;
        bottom: 12%;
    }
    .tools-icon {
        width: 40px;
        height: 40px;
    }
    .tools-qrcode {
        right: 40px;
    }
    .banner-info {
        height: 25vh;
    }
    .w-1600 {
        min-width: unset;
        width: 94%;
        top: -60px;
    }
    .info-title p {
        font-size: 12px;
    }
    .info-bg {
        background-size: cover;
    }
    .info-menu {
        display: unset;
    }
    .info-menu ul {
        overflow: auto;
        white-space: nowrap;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .info-menu ul li {
        display: inline-block;
        float: unset;
        width: auto;
        line-height: 30px;
        text-indent: 0;
        text-align: center;
        margin: 0;
        margin-right: 10px;
        border-bottom: 0;
    }
    .info-menu ul li a {
        color: #333;
        margin: 0;
        line-height: unset;
        background: #fff;
        padding: 0 10px;
        width: auto;
        height: auto;
        font-size: 14px;
    }
    .about {
        padding: 30px 0;
    }
    .about-txt img {
        width: 100%;
        display: none;
    }
    .about-txt-right {
        width: 100%;
        padding: 25px;
        position: relative;
        top: 0;
        height: unset;
    }
    .about-txt-right h5 {
        font-size: 20px;
    }
    .about-txt-right p {
        font-size: 14px;
        line-height: 25px;
        height: unset; 
        overflow: unset; 
        overflow-x: unset;
    }
    .about-txt {
        margin: 25px 0;
    }
    .about-video {
        height: auto;
        margin: 0;
        margin-bottom: 20px;
    }
    .about-col4 img {
        width: 100%;
    }
    .about-col4.about-col5 .about-col4-txt {
        width: 100%;
        margin-top: 10px;
    }
    .about-col4-txt h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about-col4-txt p {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 25px;
    }
    .about-col4 {
        margin-bottom: 30px;
    }
    .about-col4-txt {
        margin-top: 10px;
    }
    .about2 ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .video-top {
        height: 200px;
    }
    .video-title {
        font-size: 16px;
        margin: 5px 0;
    }
    .news-img {
        width: 100%;
    }
    .news-right {
        width: 100%;
    }
    .news-right h5 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .news-right p {
        height: 50px;
        line-height: 25px;
        font-size: 14px;
    }
    .news-list ul li:first-of-type {
        padding-top: 0;
    }
    .scenic ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .scenic-photo .mask {
        display: none;
    }
    .scenic-txt {
        height: 38%;
        opacity: 1;
        padding: 5px 15px;
        bottom: 15px;
        top: unset;
    }
    .scenic-txt h5 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .scenic-txt p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .scenic-txt .more-btn {
        width: 80px;
        height: 25px;
        line-height: 25px;
        margin-top: 10px;
    }
    .news-list4 ul li {
        width: 100%;
    }
    .news-list4 .news-txt {
        padding: 15px;
        padding-bottom: 25px;
    }
    .news4-img {
        height: 210px;
    }
    .news-list4 .news-txt h5 {
        height: 50px;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .news-list4 .news-txt p {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .news-list2 ul li {
        padding: 20px 0;
    }
    .news2-data {
        margin-right: unset;
        width: 20%;
    }
    .news2-data h5 {
        margin-top: 0;
    }
    .news2-txt {
        width: 75%;
    }
    .news2-txt h5 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .news2-txt p {
        font-size: 14px;
        height: 40px;
        line-height: 20px;
    }
    .photo .scenic-photo .mask {
        display: block;
    }
    .culture {
        padding: 30px 0;
    }
    .culture-img {
        height: 220px;
    }
    .culture-img img {
        object-fit: cover;
    }
    .culture-txt h5 {
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        text-shadow: 0 2px 4px #333;
    }
    .culture-txt {
        height: 205px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 18px;
        text-shadow: 0 2px 4px #333;
    }
    .culture-row2 {
        width: 100%;
        margin: 25px auto;
    }
    .culture-row2 img {
        width: 35%;
        float: left;
    }
    .culture-txt2 {
        width: 60%;
        margin-top: 0;
    }
    .culture-txt2 h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .culture-txt2 p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .culture-row3 {
        padding: 25px 0;
        border-top: 1px solid #ddd;
        overflow: hidden;
    }
    .culture-row3 h5 {
        font-size: 18px;
        line-height: 25px;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .culture-row3 ul li {
        width: 100%;
        float: left;
        /* margin-right: 121px; */
    }
    .culture-row3 ul li img {
        display: table;
        margin: auto;
        width: 48%;
    }
    .culture-row3 ul li p {
        font-size: 14px;
        line-height: 25px;
        width: 80%;
        margin: 15px auto;
        margin-bottom: 35px;
    }
    .culture-row4 {
        padding: 20px 15px;
        width: 100%;
        margin: auto;
    }
    .culture-row4 ul li {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .culture-row4 ul li h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .culture-row4 ul li p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .culture-row4 ul li:nth-of-type(3) {
        margin-top: 0;
    }
    .culture-row4 ul li:nth-of-type(4) {
        margin-top: 0;
    }
    .price {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        overflow: hidden;
        float: left;
        margin-top: 20px;
    }
    .store-left {
        width: 100%;
    }
    .store-left h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .store-left p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .col-price {
        margin-top: 20px;
    }
    .store-col2 {
        margin-bottom: 30px;
    }
    .store-right {
        width: 100%;
        height: 210px;
    }
    .store-img {
        height: 210px;
    }
    .store-col {
        margin-top: 30px;
    }
    .store-col3 h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .store-col3 p {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 25px;
        color: #666;
    }
    .store-col3 {
        padding-bottom: 0;
    }
    .store-col3 {
        margin-top: 30px;
    }
    .store-code {
        z-index: 9;
    }
    .tool-left {
        left: 0;
        z-index: 99;
        width: 26px;
        text-align: center;
    }
    .tool-left a {
        margin-bottom: 15px;
        display: block;
    }
    .tool-left a .tool-icon {
        width: 26px;
        height: 26px;
    }
    .store-col {
        margin-top: 0;
    }
    .news2-left {
        width: 100%;
    }
    .news-info {
        padding: 0;
        padding-top: 15px;
    }
    .news-info-title {
        font-size: 20px;
        line-height: 30px;
    }
    .news2-right {
        width: 100%;
        padding: 0;
    }
    .news-s-li {
        margin-top: 0px;
        margin-bottom: 20px
    }
    .news-s-li .videos-img {
        width: 35%;
    }
    .news-s-li .videos-txt {
        width: 60%;
    }
    .page-btn {
        padding: 0;
    }
    .news2-data {
        width: 25%;
        margin-right: 0;
    }
    .news2-txt {
        width: 73%;
    }
    .news-info-data {
        margin-bottom: 15px;
    }
    .news-info-txt p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 25px;
    }
    .page-btn a {
        width: 45%;
        font-size: 14px;
    }
    .news-s-li ul li {
        padding: 10px 0;
    }
    .news-s-li ul li h5 {
        font-size: 16px;
    }
    .news-s-li h3 {
        font-size: 20px;
        height: 44px;
        line-height: 44px;
        background-size: 225px;
    }
    .mes {
        margin-top: 15px;
    }
    .mes-img {
        height: 125px;
        margin: 30px auto;
    }
    .mes-mian {
        width: 100%;
    }
    .cont-info {
        width: 100%;
    }
    .cont-left {
        width: 100%;
    }
    .cont-left h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cont-left p {
        font-size: 14px;
        line-height: 25px;
    }
    #map {
        width: 100%;
        height: 210px;
        margin-top: 15px;
    }
    .banner-en {
        height: 35vh;
    }
    .row-left {
        width: 100%;
        padding: 15px;
        ;
        margin-top: 15px;
    }
    .row-left h3 {
        margin-bottom: 15px;
        height: auto;
        font-size: 20px;
    }
    .row-right {
        width: 100%;
    }
    .row-col {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .row-col h3 {
        height: auto;
    }
    .row-col h5 {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .header2 .header-dropdown {
        position: absolute;
        top: 16px;
        right: 55px;
    }
    .row3-photo-list ul li .mask {
        height: 60px;
    }
    .tool-left.bdsharebuttonbox .bds_more {
        line-height: 20px;
        height: 65px;
        width: 26px;
        background-size: 26px;
        padding-top: 30px;
    }
    .tool-left.bdsharebuttonbox .bds_more.bds_more2 {
        background-size: 26px;
    }
    /* 2021.06.08 */
    .about3-banner{
        height: auto;
        margin: 30px auto;
    }
    .about3-banner p{
        position:relative;
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        height: auto;
        padding: 0;
        top: 15px   ;
        text-align: left;
    }
    .about3-info p{
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .about3-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .about4-info .about3-banner p{
        bottom: unset;
        top: 15px;
    }
    .big-things{
        width: 100%;
    }
    .big-things .line{
        left: 20px;
        right: unset;
    }
    .big-things li{
        padding-right: unset;
        padding-left: 40px;
    }
    .big-things li span{
        right: unset;
        left: 13px;
        top: 5px;
    }
    .big-things li h5{
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }
    .big-things li p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin-top: 0;
    }
    .big-things li:nth-of-type(2n){
        padding-left: 40px;
    }
  /* 2021.7.21 */
    .wh-img {
        height: 170px;
    }
    .wh-txt {
        padding: 30px 15px;
    }
    .wh-row {
        margin-top: 35px;
    }
    .wh-row-img {
        width: 100%;
    }
    .wh-txt2 {
        width: 100%;
    }
    .wh-row-img2 {
        width: 100%;
    }
    .wh-txt3 {
        width: 100%;
    }
    .wh-txt3 p {
        margin-top: 30px;
    }
    .wh-title {
        margin-bottom: 30px;
    }
    .wh-title {
        width: 100%;
    }
    .wh-row2 {
        margin-bottom: 30px;
    }
    .wh-row3 ul li {
        width: 100%;
        height: 475px;
        margin-bottom: 30px;
    }
    .wh-row3 ul li .wh-mask {
        width: 93%;
    }
    .wh-link {
        object-fit: cover;
    }
    .wh-link2 {
        object-fit: cover;
    }
    .big-things li {
        margin-bottom: 50px;
    }
    .big-things-img {
        height: auto;
    }
    .big-things {
        padding-bottom: 0;
    }
    .big-things li span {
        top: 15px;
    }
    .about3-banner {
        margin: 60px auto;
    }

	
}

@media screen and (max-width:1380px) {}