@font-face {
    font-family: "SYHT";
    src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SYHT700";
    src: url("../fonts/SourceHanSansSC-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "SYST700";
    src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "SYST900";
    src: url("../fonts/SourceHanSerifCN-Heavy.ttf") format("truetype");
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    width: 100%;
    min-width: 320px;
    font-size: 100px;
    overflow-x: hidden;
}

body {
    font-size: .16rem;
    overflow-x: hidden;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: 100%;
    flex-wrap: nowrap;
    padding: .35rem 4.2% .8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 82%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header .right-wrapper {
    width: calc(100% - 5.8rem);
    max-width: 9.6rem;
}

.header.scroll {
    padding-top: .2rem;
    padding-bottom: .2rem;
    background: #9E1B21;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.4);
}

.logo {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.logo img {
    max-height: .6rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: auto;
    height: auto;
}

.nav {
    width: calc(100% - .76rem);
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav li {
    position: relative;
}

.nav li a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.54rem;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav li .line {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #E9C17E;
    content: "";
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav li .line::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #E9C17E;
    border-left: 5px solid transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav li > a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    white-space: nowrap;
}

.nav li:hover .sub-nav {
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nav li:hover > a {
    color: #E9C17E;
}

.nav li:hover .line {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nav li.first .line {
    left: -.18rem;
    width: calc(100% + .36rem);
}

.nav li.cur > a {
    color: #E9C17E;
    font-weight: 700;
}

.nav li.cur .line {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nav .sub-nav {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: calc(50% - .75rem);
    z-index: 1;
    width: 1.5rem;
    padding: .1rem;
    background: #9E1B21;
    visibility: hidden;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.14);
    background: white;
    border-radius: 4px;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav .sub-nav dd {
    border-bottom: 1px solid #efefef;
}

.nav .sub-nav dd:last-child {
    border: none;
}

.nav .sub-nav a {
    padding: .12rem 0;
    font-size: .16rem;
    font-weight: 400;
    line-height: .2rem;
    color: #222;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav .sub-nav a:hover {
    color: #9E1B21;
}

.nav .sub-nav .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border: none;
}

.nav .sub-nav .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.banner {
    font-size: 0;
    width: 100%;
}

.banner::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    content: "";
    height: 2.2rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6s ease-out 1s;
    -moz-transition: transform 6s ease-out 1s;
    -ms-transition: transform 6s ease-out 1s;
    -o-transition: transform 6s ease-out 1s;
    transition: transform 6s ease-out 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .control {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1.85rem;
    left: calc(50% - 800px);
    z-index: 3;
}

.banner .control .current {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 0.32rem;
    color: #fff;
    text-align: left;
}

.banner .control .total {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.18rem;
    color: #fff;
    text-align: left;
}

.banner .control .c-right {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 116px;
    margin: -6px 0 0 .1rem;
}

.banner .arrow {
    display: -ms-flexbox;
    display: flex;
}

.banner .arrow div {
    width: 13px;
    height: 13px;
    background-image: url("../images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.banner .arrow div.swiper-prev {
    margin: 0 .18rem 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .arrow div:hover {
    opacity: 1;
}

.banner .swiper-scrollbar {
    width: 100%;
    height: 1px;
    margin: 4px auto 0;
    background: #fff;
}

.banner .swiper-scrollbar .swiper-scrollbar-drag {
    top: -2px;
    height: 5px;
    border-radius: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background: #fff;
}

.pad-btn {
    display: flex;
    align-items: center;
}

.pad-btn .search-btn {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: .36rem;
    height: .36rem;
    background-image: url(../images/f_icon1.png);
    background-repeat: no-repeat;
    background-position: 45% 45%;
    background-color: transparent;
    background-size: auto;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
}

.pad-btn .nav-btn {
    display: none;
    position: relative;
    z-index: 5;
    width: 26px;
    margin: 0 0 0 .2rem;
    vertical-align: middle;
    cursor: pointer;
}

.pad-btn .nav-btn i {
    display: block;
    height: 2px;
    margin: 7px 0;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -moz-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    -o-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0px, -9px) rotate(-45deg);
    -moz-transform: translate(0px, -9px) rotate(-45deg);
    -ms-transform: translate(0px, -9px) rotate(-45deg);
    -o-transform: translate(0px, -9px) rotate(-45deg);
    transform: translate(0px, -9px) rotate(-45deg);
}

#mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0.4s;
    -moz-transition: all 0.3s ease-out 0.4s;
    -ms-transition: all 0.3s ease-out 0.4s;
    -o-transition: all 0.3s ease-out 0.4s;
    transition: all 0.3s ease-out 0.4s;
}

#mask::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 30%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}

#mask .search-box {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .2rem 0;
    overflow: hidden;
}

#mask .search-box .form {
    position: relative;
    background: #fff;
    white-space: nowrap;
    padding: .15rem .18rem .15rem .18rem;
    width: 80%;
    max-width: 8rem;
    opacity: 0;
    -webkit-transition: all 0.42s ease-out 0s;
    -moz-transition: all 0.42s ease-out 0s;
    -ms-transition: all 0.42s ease-out 0s;
    -o-transition: all 0.42s ease-out 0s;
    transition: all 0.42s ease-out 0s;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 4px;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

#mask .search-box .input {
    width: calc(100% - .55rem);
    height: .6rem;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #333;
    text-align: left;
    border: 1px solid #E9C17E;
    border-radius: 4px;
}

#mask .search-box .input::placeholder {
    color: #999;
}

#mask .search-box .submit {
    width: .5rem;
    height: .6rem;
    vertical-align: top;
    background-image: url("../images/search2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

#mask .close {
    width: .55rem;
    height: .55rem;
    margin: 0 0 0 .5rem;
    cursor: pointer;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
    -webkit-transition: all 0.42s ease-out 0s;
    -moz-transition: all 0.42s ease-out 0s;
    -ms-transition: all 0.42s ease-out 0s;
    -o-transition: all 0.42s ease-out 0s;
    transition: all 0.42s ease-out 0s;
}

#mask .close .line {
    display: block;
    width: 100%;
    height: 2px;
}

#mask .close .line i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

#mask .close .line.l1 {
    -webkit-transform: translate(0, 25px) rotate(135deg);
    -moz-transform: translate(0, 25px) rotate(135deg);
    -ms-transform: translate(0, 25px) rotate(135deg);
    -o-transform: translate(0, 25px) rotate(135deg);
    transform: translate(0, 25px) rotate(135deg);
}

#mask .close .line.l2 {
    -webkit-transform: translate(0, 23px) rotate(45deg);
    -moz-transform: translate(0, 23px) rotate(45deg);
    -ms-transform: translate(0, 23px) rotate(45deg);
    -o-transform: translate(0, 23px) rotate(45deg);
    transform: translate(0, 23px) rotate(45deg);
}

#mask .close:hover .line.l1 i {
    animation: line-ani1 .5s ease-in-out .3s;
}

#mask .close:hover .line.l2 i {
    animation: line-ani1 ease-in-out .5s;
}

#mask.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#mask.show::after {
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -ms-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}

#mask.show .search-box .form, #mask.show .search-box .close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .2s;
    -ms-transition-delay: .2s;
}

@keyframes line-ani1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.mobile-box {
    display: none;
    position: fixed;
    top: 70px;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 70px);
    padding: .15rem 4% .4rem;
    background-image: url("../images/index_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #fefefe;
    background-size: cover;
    -webkit-transition: all 0.48s ease-in 0s;
    -moz-transition: all 0.48s ease-in 0s;
    -ms-transition: all 0.48s ease-in 0s;
    -o-transition: all 0.48s ease-in 0s;
    transition: all 0.48s ease-in 0s;
    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform: skew(14deg);
    -moz-transform: skew(14deg);
    -ms-transform: skew(14deg);
    -o-transform: skew(14deg);
    transform: skew(14deg);
    opacity: 0;
    visibility: hidden;
}

.mobile-box .nav {
    display: block;
    width: 100%;
    height: calc(100% - 1rem);
    padding: 0 0 .2rem;
}

.mobile-box .nav ul {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.mobile-box .nav li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.mobile-box .nav li a {
    color: #323232;
    font-weight: 500;
    font-size: .22rem;
    padding: 0 .1rem;
    line-height: .56rem !important;
    text-align: left;
}

.mobile-box .nav li .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .56rem;
    height: .56rem;
    background-image: url(../images/arrow4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-box .nav li .icon.close {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-box .nav li > a {
    font-size: .2rem;
}

.mobile-box .nav li .sub-nav {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0 0 12px 30px;
    background: none;
    box-shadow: none;
    transition: none;
    border: none;
    visibility: visible;
}

.mobile-box .nav li .sub-nav .tri {
    display: none;
}

.mobile-box .nav li .sub-nav a {
    font-size: .17rem;
    line-height: .4rem !important;
}

.mobile-box .nav li .sub-nav::before {
    display: none;
}

.mobile-box .mobile-search {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: .1rem auto .15rem;
    overflow: hidden;
    background: #fff;
}

.mobile-box .mobile-search .form {
    display: flex;
    width: 100%;
    border: 1px solid #9E1B21;
    border-radius: 2px;
    overflow: hidden;
}

.mobile-box .mobile-search .input {
    width: calc(100% - .5rem);
    height: .5rem;
    margin: 0 .1rem 0 0;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #333;
    text-align: left;
    background: #fff;
}

.mobile-box .mobile-search .submit {
    width: .7rem;
    height: .5rem;
    vertical-align: top;
    background-image: url("../images/search1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #9E1B21;
    background-size: auto;
}

.mobile-box .top-link {
    position: static;
    padding: 0;
    background: none;
    text-align: center;
}

.mobile-box .top-link a {
    color: #9E1B21;
    font-size: .2rem;
    font-weight: 700;
    text-align: center;
}

.mobile-box .top-link2 {
    margin: 0 .2rem;
}

.mobile-box.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}

.column {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1rem 0 .35rem;
}

.column h3 {
    position: relative;
    display: inline-block;
    font-size: 0.34rem;
    font-weight: 700;
    line-height: 0.36rem;
    color: #9E1B21;
    text-align: left;
}

.column h3 .cn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    z-index: 1;
    width: 100%;
    padding: .37rem 0 0;
    z-index: 2;
    font-family: "SYST900";
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: #333;
    text-align: center;
    background-image: url("../images/f_icon2.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent;
    background-size: auto;
}

.column h3 .cn .line {
    display: block;
    width: .95rem;
    height: 1px;
    margin: 5px auto 0;
    background: #9E1B21;
}

.column h3 .cn .line::after {
    position: relative;
    display: block;
    width: 36%;
    height: 3px;
    margin: 0 auto;
    top: -1px;
    content: "";
    background: #9E1B21;
}

.column h3 .en {
    position: relative;
    top: 0;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .36rem;
    font-weight: 700;
    line-height: .3rem;
    color: #9E1B21;
    opacity: .06;
    letter-spacing: 0.02em;
}

.more {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #9E1B21;
    text-align: left;
}

.more2 {
    display: block;
    width: 1.49rem;
    padding: 0 .27rem 0 0;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.41rem;
    color: #fff;
    text-align: center;
    background-image: url("../images/f_bg1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.more2:hover {
    letter-spacing: 2px;
    font-weight: 700;
}

.more3 {
    display: block;
    width: 1.5rem;
    margin: 0 auto .1rem;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #9E1B21;
    text-align: center;
    border: 1px solid #9E1B21;
    border-radius: 2px;
}

.mobile-show {
    display: none;
}

.title {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.26rem;
    color: #111;
    text-align: left;
}

.info {
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #666;
    text-align: justify;
}

.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.26rem;
    color: #9E1B21;
    text-align: left;
}

.date1 {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    font-family: "SYST700";
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.26rem;
    color: #B31716;
    text-align: center;
}

.date1 p:first-child {
    font-size: .3rem;
    line-height: .27rem;
}

.home1 {
    position: relative;
    z-index: 2;
    padding: 0 0 .6rem;
    background: #F7F7F7;
}

.home1 .left-box {
    width: 66.25%;
}

.home1 .right-box {
    position: relative;
    width: 23.75%;
    margin: .2rem 0 0;
    background: linear-gradient(-45deg, transparent 9px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 9px, #ffffff 0) bottom left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0.08rem 0.08rem 0.28rem rgba(0, 0, 0, 0.2));
}

.home1 .phone-wrap {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: .26rem 0;
    background: linear-gradient(-135deg, transparent 9px, #E9C17E 0) top right, linear-gradient(135deg, transparent 9px, #E9C17E 0) top left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.home1 .phone {
    font-size: 0.32rem;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: left;
}

.home1 .phone .prompt {
    font-size: .16rem;
    line-height: .24rem;
}

.home1 .phone .number {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.home2 {
    padding: 1px 0;
    background-image: url("../images/index_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.home2 .column {
    position: relative;
    justify-content: center;
}

.home2 .column .more {
    display: none;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
}

.home2 .column .more.on {
    display: block;
}

.home2 .column .tag-slide {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.home2 .column .cn {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #B5B5B5;
}

.home2 .column .cn span {
    display: block;
    width: 1px;
    height: .34rem;
    margin: 0 .1rem;
    background: #3c3c3c;
}

.home2 .column .cn .line {
    width: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.home2 .column .cn .on {
    color: #333;
}

.home2 .column .cn .on .line {
    width: .94rem;
}

.home2 .slide-item {
    display: none;
}

.home2 .slide-item.on {
    display: block;
    animation: fadeUp .8s ease-out;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.home3 {
    padding: 1px 0 1rem;
    overflow: hidden;
    background-image: url("../images/index_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: transparent;
    background-size: cover;
}

.home3 .column {
    margin-bottom: .2rem;
}

.home3 .container {
    position: relative;
}

.home3 .container::before {
    position: absolute;
    top: auto;
    right: 100%;
    bottom: 2.23rem;
    left: auto;
    z-index: 1;
    width: 2rem;
    height: 1px;
    background: #dedede;
    content: "";
}

.home3 .container::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 2.23rem;
    left: 100%;
    z-index: 1;
    width: 2rem;
    height: 1px;
    background: #dedede;
    content: "";
}

.news-swiper1 .img-swiper {
    width: 60.56%;
}

.news-swiper1 .img-swiper .img {
    padding: 4.2rem 0 0;
}

.news-swiper1 .img-swiper::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: .7rem;
    content: "";
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.news-swiper1 .img-swiper .pagination {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.23rem;
    left: 0;
    z-index: 2;
    text-align: center;
}

.news-swiper1 .img-swiper .pagination span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-swiper1 .img-swiper .pagination .swiper-pagination-bullet-active {
    width: .44rem;
    background: #fff;
}

.news-swiper1 .txt-swiper {
    width: 39.44%;
    background: #9E1B21;
}

.news-swiper1 .txt-swiper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 3;
    width: 0;
    height: 0;
    content: "";
    border: 6px solid #f7f7f7;
    border-left-color: #9E1B21;
    border-bottom-color: #9E1B21;
}

.news-swiper1 .txt-swiper::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 3;
    content: "";
    border: 6px solid #f7f7f7;
    border-top-color: #9E1B21;
    border-left-color: #9E1B21;
}

.news-swiper1 .txt-swiper .swiper-slide {
    padding: .6rem .36rem 0;
    background: #9E1B21;
}

.news-swiper1 .txt-swiper .date {
    padding: 0 0 0 25px;
    color: #fff;
    background-image: url("../images/f_icon3.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.news-swiper1 .txt-swiper .title {
    padding: 0 0 1px;
    margin: .26rem 0 .3rem;
    font-family: "SYHT700";
    color: #fff;
}

.news-swiper1 .txt-swiper .title span {
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.5s ease-out 0s;
    -moz-transition: background-size 0.5s ease-out 0s;
    -ms-transition: background-size 0.5s ease-out 0s;
    -o-transition: background-size 0.5s ease-out 0s;
    transition: background-size 0.5s ease-out 0s;
}

.news-swiper1 .txt-swiper .title:hover span {
    background-size: 100% 1px;
}

.news-swiper1 .txt-swiper .info {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    color: rgba(255, 255, 255, 0.8);
}

.news-swiper1 .txt-swiper .more2 {
    position: absolute;
    top: auto;
    right: 0.4rem;
    bottom: 0.48rem;
    left: auto;
    z-index: 1;
}

.news-swiper2 {
    padding: 22px .2rem 0;
    overflow: hidden;
}

.news-swiper2 .swiper-container {
    margin: 0 -.44rem;
}

.news-swiper2 .swiper-slide {
    padding: 0 .44rem;
}

.news-swiper2 .swiper-slide::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 0;
    z-index: 1;
    width: .35rem;
    height: 1px;
    background: #DEDEDE;
    content: "";
}

.news-swiper2 .swiper-slide::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 1rem;
    left: auto;
    z-index: 1;
    width: .35rem;
    height: 1px;
    background: #DEDEDE;
    content: "";
}

.news-swiper2 .content {
    height: 3.17rem;
    padding: .35rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: justify;
    background: #9E1B21;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: 50% 0%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -ms-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}

.news-swiper2 .content .tt7 {
    height: 2.1rem;
}

.news-swiper2 .img-zoom {
    overflow: visible;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    perspective: 200px;
}

.news-swiper2 .img-zoom::after {
    box-sizing: border-box;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -0.1rem;
    left: -0.1rem;
    z-index: 1;
    width: calc(100% + .2rem);
    height: 1.1rem;
    content: "";
    border: 1px solid #DEDEDE;
    border-top: none;
}

.news-swiper2 .img-zoom:hover {
    box-shadow: none;
}

.news-swiper2 .img-zoom:hover::after {
    height: 0;
    bottom: 1rem;
}

.news-swiper2 .img-zoom:hover .content {
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.news-swiper2 .img-zoom:hover .img-frame {
    position: absolute;
    top: 2.7rem;
    left: calc(50% - .4rem);
    width: .8rem;
    border-radius: 50%;
}

.news-swiper2 .img-zoom:hover .img-frame .img {
    padding: 100% 0 0;
}

.news-swiper2 .img-zoom:hover .text {
    background: none;
    padding: .4rem 0 0;
}

.news-swiper2 .img-frame {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -ms-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}

.news-swiper2 .img-frame .img {
    padding: 3.17rem 0 0;
    background-position-y: 10%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -ms-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}

.news-swiper2 .text {
    padding: .15rem 0 .25rem;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-swiper2 .text .name {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #373737;
    text-align: center;
}

.news-swiper2 .text .info {
    font-size: .16rem;
    line-height: .3rem;
    color: #9b9b9b;
    text-align: center;
}

.news-swiper2 .arrow {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: .75rem 0 0;
    padding: 0 .44rem;
}

.news-swiper2 .arrow::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: calc(100% - 1.48rem);
    height: 1px;
    background: linear-gradient(270deg, #E9C17E 0%, rgba(212, 131, 113, 0) 100%);
}

.news-swiper2 .arrow div {
    width: .48rem;
    height: .48rem;
    background-image: url("../images/arrow2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #E9C17E;
    background-size: auto;
    border: 1px solid #E9C17E;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-swiper2 .arrow div.swiper-next {
    margin: 0 0 0 .52rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-swiper2 .arrow div:hover {
    border-color: #9E1B21;
    background-color: #fff;
    background-image: url("../images/arrow3.png");
}

.list1 li {
    width: 48.11%;
    margin: .24rem 0 0;
}

.list1 a {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .34rem .3rem;
    background-image: url("../images/f_bg2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: calc(100% - 1px) 100%;
}

.list1 a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background-image: url("../images/f_bg3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list1 a:hover .date1, .list1 a:hover .title {
    color: #E9C17E;
}

.list1 a:hover .line {
    background: #E9C17E;
}

.list1 a:hover::after {
    opacity: 1;
}

.list1 .line {
    width: 1px;
    height: .44rem;
    background: #D8D8D8;
}

.list1 .title {
    width: calc(100% - 60px - .4rem);
    font-family: "SYHT700";
    color: #3C3C3C;
    max-height: .52rem;
}

.list2 {
    position: relative;
    font-size: 0;
}

.list2::after {
    position: absolute;
    top: calc(50% - .44rem);
    right: auto;
    bottom: auto;
    left: calc(50% - .44rem);
    z-index: 1;
    width: .87rem;
    height: .87rem;
    content: "";
    background-image: url("../images/f_icon5.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.list2 li {
    display: inline-block;
    width: 50%;
}

.list2 li:nth-child(1) {
    border-bottom: 1px solid #A5A5A5;
}

.list2 li:nth-child(1) a::after {
    transform-origin: 100% 100%;
}

.list2 li:nth-child(1) .yuan {
    bottom: -14px;
    left: -14px;
}

.list2 li:nth-child(2) {
    border-bottom: 1px solid #A5A5A5;
}

.list2 li:nth-child(2) a {
    padding-left: .7rem;
    padding-right: .3rem;
}

.list2 li:nth-child(2) a::after {
    transform-origin: 0 100%;
}

.list2 li:nth-child(2) .yuan {
    bottom: -14px;
    right: -14px;
}

.list2 li:nth-child(3) a::after {
    transform-origin: 100% 0;
}

.list2 li:nth-child(3) .yuan {
    top: -14px;
    left: -14px;
}

.list2 li:nth-child(4) a {
    padding-left: .7rem;
    padding-right: .3rem;
}

.list2 li:nth-child(4) a::after {
    transform-origin: 0 0;
}

.list2 li:nth-child(4) .yuan {
    top: -14px;
    right: -14px;
}

.list2 a {
    position: relative;
    z-index: 1;
    padding: .55rem .7rem .68rem .3rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list2 a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background: #9E1B21;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list2 a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.list2 a:hover .title, .list2 a:hover .date1 {
    color: #fff;
}

.list2 a:hover .line {
    background: #fff;
}

.list2 a:hover .yuan {
    opacity: 1;
}

.list2 .date1 {
    width: 82px;
    text-align: right;
}

.list2 .line {
    display: block;
    width: 1px;
    height: .44rem;
    background: #111;
}

.list2 .title {
    width: calc(100% - 82px - .46rem);
    max-height: .52rem;
}

.list2 .yuan {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    padding: 9px;
    border: 1px solid #E9C17E;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list2 .yuan::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #E9C17E;
}

.link-wrap {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(50% - 800px);
    z-index: 4;
}

.link-box1 {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 66.25%;
}

.link-box1 li {
    width: calc(33.33% - 1px);
}

.link-box1 a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    line-height: .84rem;
    font-family: "SYHT700";
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-box1 a:hover {
    background: #9E1B21;
}

.link-box1 .line {
    display: none;
    width: 1px;
    height: .26rem;
    background: #9E1B21;
    opacity: .7;
}

.link-box2 li {
    padding: 0 .12rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-box2 li:hover {
    padding: 0;
}

.link-box2 li:hover a {
    border-bottom: 1px solid #9E1B21;
    color: #fff;
    background: #9E1B21;
}

.link-box2 li:hover a .icon.i1 {
    background-image: url("../images/f_icon4_1_h.png");
}

.link-box2 li:hover a .icon.i2 {
    background-image: url("../images/f_icon4_2_h.png");
}

.link-box2 li:hover a .icon.i3 {
    background-image: url("../images/f_icon4_3_h.png");
}

.link-box2 li:hover a .icon.i4 {
    background-image: url("../images/f_icon4_4_h.png");
}

.link-box2 li:hover a .icon.i5 {
    background-image: url("../images/f_icon4_5_h.png");
}

.link-box2 li:hover a .icon.i6 {
    background-image: url("../images/f_icon4_6_h.png");
}

.link-box2 a {
    font-family: "SYHT700";
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.88rem;
    color: #E9C17E;
    text-align: left;
    border-bottom: 1px dashed #EEE7DB;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-box2 .icon {
    display: block;
    width: 23px;
    height: 23px;
    margin: 0 8px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.link-box2 .icon.i1 {
    background-image: url("../images/f_icon4_1.png");
}

.link-box2 .icon.i2 {
    background-image: url("../images/f_icon4_2.png");
}

.link-box2 .icon.i3 {
    background-image: url("../images/f_icon4_3.png");
}

.link-box2 .icon.i4 {
    background-image: url("../images/f_icon4_4.png");
}

.link-box2 .icon.i5 {
    background-image: url("../images/f_icon4_5.png");
}

.link-box2 .icon.i6 {
    background-image: url("../images/f_icon4_6.png");
}

.contact-box {
    padding: .27rem .35rem .42rem;
}

.contact-box .img {
    margin: 0 0 .3rem;
    text-align: center;
}

.contact-box .img img {
    width: 1.16rem;
}

.contact-box .text p {
    margin: .15rem 0 0;
}
.contact-box .text p span:first-child{
    width: 50px;
    vertical-align: top;
}
.contact-box .text p span:last-child{
     width: calc(100% - 50px);
     display: inline-block;
}
.footer {
    background-image: url("../images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.footer .container {
    padding: .28rem 0 .15rem;
}

.foot-contact {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #fff;
    text-align: left;
}

.foot-contact img {
    margin: 0 0 .24rem;
    max-height: .65rem;
}

.foot-contact a {
    color: #fff;
}

.foot-link {
    width: calc(100% - 4.8rem);
}

.foot-link .prompt {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-align: left;
    padding: 0 0 0 22px;
    background-image: url("../images/f_icon6.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.foot-link li {
    width: 23.33%;
    margin: .2rem 0 0;
}

.foot-link a {
    display: block;
    padding: 0 .35rem 0 .18rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.45rem;
    color: #fff;
    text-align: left;
    background-image: url("../images/f_icon7_1.png");
    background-repeat: no-repeat;
    background-position: calc(100% - .14rem) 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.foot-link a:hover {
    color: #9E1B21;
    background-image: url("../images/f_icon7_2.png");
    background-color: #fff;
}

.copy {
    padding: .08rem .1rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copy a {
    color: #fff;
}

.decorate {
    position: relative;
    padding: 5.8rem 0 0;
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position {
    position: relative;
    background: #FFF5F5;
}

.position::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: calc((100% - 1450px) / 2);
    height: 1.1rem;
    content: "";
    background: #9E1B21;
}

.position .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.sidebar {
    position: relative;
    z-index: 3;
    margin: -.35rem 0;
    font-size: 0;
}

.sidebar h3 {
    display: inline-block;
    vertical-align: top;
    min-width: 2.3rem;
    height: 1.1rem;
    font-family: "SYST700";
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #fff;
    text-align: center;
    background-image: url("../images/f_icon8.png");
    background-repeat: no-repeat;
    background-position: 15% 45%;
    background-color: #9E1B21;
    background-size: auto;
}

.sidebar .sub-nav {
    display: inline-block;
    vertical-align: bottom;
}

.sidebar .sub-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3.125vw;
}

.sidebar .sub-nav li.cur {
    border-color: #9E1B21;
}

.sidebar .sub-nav li.cur > a {
    color: #9E1B21;
    font-family: "SYHT700";
}

.sidebar .sub-nav li.cur > a::after {
    right: auto;
    left: 0;
    width: 100%;
}

.sidebar .sub-nav li:hover {
    border-color: #9E1B21;
}

.sidebar .sub-nav li:hover a {
    color: #9E1B21;
}

.sidebar .sub-nav li:hover a::after {
    right: auto;
    left: 0;
    width: 100%;
}

.sidebar .sub-nav a {
    position: relative;
    display: block;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.73rem;
    color: #333;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .sub-nav a::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #9E1B21;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.place {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.75rem;
    color: #626E7B;
    text-align: left;
    padding: 0 0 0 28px;
    background-image: url(../images/f_icon9.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.place a {
    color: #626E7B;
}

.place a:hover {
    color: #9E1B21;
}

.place a:last-child {
    color: #9E1B21;
    font-weight: 700;
}

.main-box {
    padding: .6rem 0;
    background-image: url("../images/main-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #fff;
    background-size: auto;
}

.main-box .container {
    padding: 0 0.2rem;
}

.picture2 li {
    padding: 0 0.46rem;
}

.picture2 li.no-img .text {
    width: 100%;
    padding-left: 0;
}

.picture2 a {
    display: block;
    font-size: 0;
    padding: .35rem 0;
    border-bottom: 1px dashed #C4D1E5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.picture2 .img-frame {
    display: inline-block;
    vertical-align: top;
    width: 3.2rem;
}

.picture2 .img-frame .img {
    padding: 1.85rem 0 0;
}

.picture2 .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 3.2rem);
    padding: .1rem 0 0 .42rem;
}

.picture2 .noImg .text {
    width: 100%;
    padding: 0.1rem 0 0 0;
}

.picture2 .date {
    margin: .1rem 0;
    font-size: .18rem;
    color: #9E1B21;
}

.picture2 .title {
    font-size: .2rem;
    line-height: .3rem;
    color: #222;
}

.picture2 .info {
    margin: .2rem 0;
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    color: #777;
}

.list3 {
    margin: -.1rem 0 0;
}

.list3 li {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dashed #E5C4C4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list3 li:first-child {
    border: none;
}

.list3 li:last-child {
    border-bottom: 1px dashed #E5C4C4;
}

.list3 .title {
    width: calc(100% - 140px);
    line-height: .9rem;
    padding: 0 0 0 28px;
    background-image: url("../images/f_icon11_1.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.list3 .date {
    font-family: "Microsoft YaHei";
    padding: 0;
    font-size: .16rem;
    line-height: .9rem;
    color: #9e9e9e;
    background: none;
}

.about-wrap .title {
    font-size: .24rem;
    font-weight: 700;
    line-height: .52rem;
    color: #9E1B21;
    border-bottom: 1px solid #9E1B21;
    font-family: "Microsoft YaHei";
}

.about-wrap .title span {
    display: inline-block;
    margin: 0 0 -2px;
    border-bottom: 4px solid #9E1B21;
}

.about-wrap .content {
    padding: .32rem 0 .5rem;
    font-family: "Microsoft YaHei";
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 220%;
    color: #666;
    text-align: justify;
}

.about-wrap .content p {
    word-break: break-all;
    margin: 0 0 .15rem;
}

.about-wrap .content img, .about-wrap .content video {
    max-width: 100%;
    height: auto !important;
}

.about-wrap .content video {
    display: block;
    margin: 0 auto;
}

.about-wrap .content table {
    max-width: 100%;
    margin: .2rem auto;
}

.about-wrap .content table td {
    word-break: break-all;
}

.about-wrap .content table p {
    text-indent: 0;
    margin: 0;
}

.about-wrap .content table img, .about-wrap .content table video, .about-wrap .content table iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.about-wrap .content iframe {
    display: block;
    max-width: 100%;
    margin: .2rem auto;
}

.people-list a {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .26rem .36rem;
}

.people-list .img-frame {
    width: 1.76rem;
    padding: .09rem;
    border: 1px solid #E4E4E4;
}

.people-list .img-frame .img {
    padding: 125% 0 0;
}

.people-list .text {
    width: calc(100% - 1.76rem);
    padding: .1rem 0 0 .35rem;
}

.people-list .p1 {
    padding: 0 0 0 .14rem;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 100%;
    color: #3d3d3d;
    text-align: left;
    border-left: 4px solid #3d3d3d;
}

.people-list .p2 {
    display: inline-block;
    padding: 0 .2rem;
    margin: .15rem 0 .18rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    background: #9E1B21;
}

.people-list .info {
    height: .9rem;
    line-height: .3rem;
}

.over-hide {
    overflow: hidden;
}

.article {
    padding: 0 5%;
}

.article .title {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #333;
    text-align: center;
}

.article .sub-title1 {
    margin: 0 0 .08rem;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #333;
    text-align: center;
}

.article .sub-title2 {
    margin: .08rem 0 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #666;
    text-align: center;
}

.article .sub {
    margin: .3rem 0;
    padding: .14rem 6px;
    font-family: "Microsoft YaHei";
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #666;
    text-align: center;
    background: #f6f6f6;
}

.article .content {
    padding: 0 0 .2rem;
    font-family: "Microsoft YaHei";
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 220%;
    color: #333;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
    word-break: break-all;
    margin: 0 0 .15rem;
}

.article .content img, .article .content video {
    max-width: 100%;
    height: auto !important;
}

.article .content video {
    display: block;
    margin: 0 auto;
}

.article .content table {
    max-width: 100%;
    margin: .2rem auto;
}

.article .content table td {
    word-break: break-all;
}

.article .content table p {
    text-indent: 0;
    margin: 0;
}

.article .content table img, .article .content table video, .article .content table iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.article .content iframe {
    display: block;
    max-width: 100%;
    margin: .2rem auto;
}

.article .cont-page {
    padding: .25rem 0 0;
    border-top: 1px dashed #aaa;
    font-family: "Microsoft YaHei";
}

.article .cont-page span {
    color: #333;
}

.article .cont-page a {
    display: block;
    padding: 4px 0;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.article .cont-page a:hover {
    color: #9E1B21;
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    text-decoration: none;
}

.article .cont-page a:hover span {
    color: #9E1B21;
}

.article.about .title {
    margin: 0 0 .25rem;
}

.article ul a, .article a {
    color: #2196f3;
}

.article ul a:hover, .article a:hover {
    text-decoration: underline;
}

.zxbm-wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: .8rem 7.5% .7rem;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.zxbm-wrap .w40 {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 45%;
    margin: 0 0 .4rem;
}

.zxbm-wrap .w60 {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 55%;
    margin: 0 0 .4rem;
}

.zxbm-wrap .w100 {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 0 .4rem;
}

.zxbm-wrap .w100 .input-box {
    width: calc(55% + 3.2rem);
}

.zxbm-wrap .txt {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #494949;
    text-align: left;
}

.zxbm-wrap .txt span {
    margin: 0 .1rem 0 0;
    color: #EB0000;
}

.zxbm-wrap .input-box {
    width: 3.2rem;
}

.zxbm-wrap .input {
    width: 100%;
    height: .5rem;
    padding: 0 .12rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.48rem;
    color: #333;
    text-align: left;
    border: 1px solid #D8D8D8;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.zxbm-wrap .input:focus {
    box-shadow: 0px 0px 5px 0px rgba(145, 33, 33, 0.2);
    border-color: #9E1B21;
}

.zxbm-wrap label {
    margin: 0 .65rem 0 0;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #494949;
    text-align: left;
}

.zxbm-wrap .btn-wrap {
    justify-content: center;
    padding: .3rem 0 0;
}

.zxbm-wrap .btn-wrap .submit {
    width: 1.66rem;
    margin: 0 .12rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    background: #9E1B21;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.zxbm-wrap .btn-wrap .submit:hover {
    opacity: .8;
    letter-spacing: 1px;
}

.zxbm-wrap .btn-wrap .reset {
    width: 1.66rem;
    margin: 0 .12rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    background: #7B7B7B;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.zxbm-wrap .btn-wrap .reset:hover {
    opacity: .8;
    letter-spacing: 1px;
}

#browser-modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    color: #303233;
    text-align: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #111;
}

#browser-modal .browser-content {
    width: 700px;
    margin: 120px auto 0;
    padding: 50px 0 80px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    font-size: 24px;
    text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
    margin: 30px 0 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    height: 130px;
    margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    display: block;
    cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
    text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#list-page {
    margin: .35rem 0 .1rem !important;
    font-family: Arial;
    text-align: center;
}

#list-page div {
    font-family: Arial;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px;
}

#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: 8px 10px;
    color: #aaaaaa;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #9E1B21;
    font-weight: bold;
    color: #fff;
    border-color: #9E1B21;
}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;
}

#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;
}

#list-page .p_pages span {
    color: #aaa;
}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
}

@media screen and (max-width: 1777px) {
    .banner .control, .link-wrap {
        left: 5%;
    }

    .foot-link {
        width: calc(100% - 4rem);
    }

    .foot-link a {
        padding: 0 .3rem 0 .12rem;
        font-size: .15rem;
    }

    .position::before {
        width: 6%;
    }

    .zxbm-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 1700px){
     .banner .img {
        height: 50vw;
    }
}
@media screen and (max-width: 1600px) {
    .pad-btn .search-btn, .news-swiper2 .arrow div {
        background-size: 60%;
    }
}
@media screen and (min-width: 1025px) {
    .news-swiper2 .img-zoom {
        perspective: 200px;
    }

    .news-swiper2 .img-zoom:hover {
        box-shadow: none;
    }

    .news-swiper2 .img-zoom:hover::after {
        height: 0;
        bottom: 1rem;
    }

    .news-swiper2 .img-zoom:hover .content {
        visibility: visible;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }

    .news-swiper2 .img-zoom:hover .img-frame {
        position: absolute;
        top: 2.7rem;
        left: calc(50% - .4rem);
        width: .8rem;
        border-radius: 50%;
    }

    .news-swiper2 .img-zoom:hover .img-frame .img {
        padding: 100% 0 0;
    }

    .news-swiper2 .img-zoom:hover .text {
        background: none;
        padding: .4rem 0 0;
    }

    .picture2 li {
        background-repeat: no-repeat;
        background-position: 103.5% 350%;
        background-color: transparent;
        background-size: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .picture2 li:hover {
        background-color: #9E1B21;
        background-image: url("../images/f_icon10.png");
        background-position-y: 280%;
    }

    .picture2 li:hover a {
        border-color: #9E1B21;
    }

    .picture2 li:hover .title {
        font-family: "SYHT700";
        color: #fff;
    }

    .picture2 li:hover .info {
        color: #fff;
    }

    .picture2 li:hover .date {
        color: #fff;
    }

    .list3 li:hover {
        padding: 0 .3rem;
        box-shadow: 0px 0px 10px 0px rgba(145, 33, 33, 0.36);
        background: #fff;
        border-color: transparent;
    }

    .list3 li:hover + li {
        border-color: transparent;
    }

    .list3 li:hover .title {
        color: #9E1B21;
    }

    .list3 li:hover .date {
        color: #9E1B21;
    }

    .people-list a {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .people-list a:hover {
        background: #fff;
        box-shadow: 0px 4px 10px 0px rgba(206, 119, 119, 0.3);
    }

    .people-list a:hover .p1 {
        font-family: "SYHT700";
        color: #9E1B21;
        border-color: #9E1B21;
    }

    .people-list .p1 {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        align-items: center;
        padding: 10px 4% !important;
        background: #9E1B21;
        box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.4);
    }

    .header .right-wrapper {
        width: auto;
        padding: 0 !important;
    }

    .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn {
        display: none;
    }

    .logo {
        width: auto;
        min-width: auto;
        height: 50px;
        padding: 0 .12rem 0 0;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    .logo img {
        max-height: 50px !important;
    }

    .pad-btn {
        padding: 0;
        margin: 0;
        border: none;
    }

    .pad-btn .nav-btn {
        display: block;
    }

    .mobile-box {
        display: block;
    }

    .banner {
        margin: 70px 0 0;
    }

    .banner::after {
        display: none;
    }

    .banner .img {
        height: 45.8vw;
    }

    .banner .control {
        bottom: .8rem;
    }

    .column {
        margin: .55rem 0 .25rem;
    }

    .column h3 .cn {
        font-size: .32rem;
        line-height: .45rem;
        padding: .3rem 0 0;
        background-size: auto 28px;
    }

    .column h3 .en {
        font-size: .32rem;
    }

    .home1 {
        padding: 0 0 .35rem;
    }

    .home1 .left-box {
        width: 100%;
    }

    .home1 .right-box {
        width: 100%;
        margin: .28rem 0 0;
        background: #fff;
        filter: none;
        box-shadow: 0 0.05rem 0.12rem 0 rgba(0, 0, 0, 0.1);
    }

    .home1 .phone-wrap {
        position: static;
        bottom: auto;
        justify-content: center;
        padding: .15rem .2rem;
        background: #E9C17E;
    }

    .home1 .phone {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: .28rem;
        text-align: center;
    }

    .home1 .phone .prompt {
        width: 100%;
    }

    .home1 .phone .number {
        margin: 0 .1rem;
    }

    .news-swiper1 .img-swiper .img {
        padding: 3.8rem 0 0;
    }

    .news-swiper1 .txt-swiper .swiper-slide {
        padding: .4rem .25rem 0;
    }

    .link-wrap {
        position: sticky;
        max-width: 100% !important;
        width: 100% !important;
        left: 0;
    }

    .link-box1 {
        width: 100%;
        background: #E9C17E;
    }

    .link-box1 li {
        width: 33.33%;
    }

    .link-box1 li:nth-child(2) {
        border-left: 1px solid #9E1B21;
        border-right: 1px solid #9E1B21;
    }

    .link-box1 a {
        font-size: .2rem;
        line-height: .6rem;
        background: none;
    }

    .link-box2 {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .link-box2 li {
        width: 48.5%;
    }

    .link-box2 a {
        font-size: .18rem;
        line-height: .6rem;
    }

    .contact-box {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding: .17rem .25rem .22rem;
    }

    .contact-box .img {
        margin: 0 .3rem 0 0;
    }

    .list1 a {
        padding: .2rem;
    }

    .list1 .title {
        width: calc(100% - 60px - .26rem);
    }

    .list2 li:nth-child(2) a, .list2 li:nth-child(4) a {
        padding-left: .3rem;
        padding-right: .12rem;
    }

    .list2::after {
        top: calc(50% - .3rem);
        left: calc(50% - .3rem);
        width: .6rem;
        height: .6rem;
    }

    .list2 a {
        padding: .2rem .3rem .3rem .12rem;
    }

    .list2 a::after {
        display: none;
    }

    .home2 {
        padding: .3rem 0 .1rem;
    }

    .home3 {
        padding-bottom: .5rem;
    }

    .home3 .container::after, .home3 .container::before {
        display: none;
    }

    .news-swiper2 .swiper-container {
        margin: 0 -.2rem;
    }

    .news-swiper2 .swiper-slide {
        padding: 0 .2rem;
    }

    .news-swiper2 .swiper-slide::after, .news-swiper2 .swiper-slide::before {
        display: none;
    }

    .news-swiper2 .content {
        display: none;
    }

    .news-swiper2 .img-zoom::after {
        display: none;
    }

    .news-swiper2 .img-frame {
        position: static;
    }

    .news-swiper2 .img-frame .img {
        padding: 98% 0 0;
    }

    .news-swiper2 .text {
        padding: .1rem 0 .15rem;
    }

    .news-swiper2 .arrow {
        margin: .4rem 0 0;
        padding: 0 0 .2rem;
    }

    .news-swiper2 .arrow div.swiper-next {
        margin: 0 0 0 .2rem;
    }

    .footer .container {
        flex-direction: column-reverse;
    }

    .foot-contact {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: .25rem 0 0;
    }

    .foot-link {
        width: 100%;
    }

    .foot-link ul {
        display: block;
        width: auto;
        font-size: 0;
        margin: 0 -0.1rem;
    }

    .foot-link ul > li {
        display: inline-block;
        vertical-align: top;
        width: 33.3333333333%;
        padding: 0 0.1rem;
    }

    .decorate {
        margin: 70px 0 0;
        padding: 40% 0 0;
    }

    .position::before {
        display: none;
    }

    .position .container {
        display: block;
        max-width: 100%;
    }

    .place {
        margin: 0 4%;
        padding: .16rem 0 .16rem 28px;
        line-height: .24rem;
        background-position-y: 11px;
    }

    .sidebar {
        width: 100%;
        margin: 0;
        background: #9E1B21;
    }

    .sidebar h3 {
        display: block;
        position: relative;
        min-width: auto;
        height: auto;
        font-size: .22rem;
        line-height: .6rem;
        text-align: center;
        padding: 0 .5rem;
        margin: 0;
        background: none;
    }

    .sidebar h3 i {
        position: absolute;
        top: 0;
        right: 1%;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block !important;
        width: .6rem;
        height: .6rem;
        background-image: url(../images/daohang.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .sidebar h3 .return-sup {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 1%;
        z-index: 1;
        display: block !important;
        width: .6rem;
        height: .6rem;
        background-image: url("../images/fanhui.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar .sub-nav {
        display: none;
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 0 4%;
    }

    .sidebar .sub-nav li {
        display: block;
        margin: 0 1.5vw;
        border: none;
        border-bottom: 1px solid #ededed;
    }

    .sidebar .sub-nav li:last-child {
        border: none;
    }

    .sidebar .sub-nav a {
        font-size: .18rem;
        line-height: .28rem;
        padding: .2rem 0;
    }

    .sidebar .sub-nav a::after {
        display: none;
    }

    .sidebar .sub-nav::after {
        display: none;
    }

    .main-box {
        width: 100%;
        padding: 0 0 .3rem;
    }

    .main-box .container {
        padding: 0;
    }

    .picture2 li {
        padding: 0;
    }

    .picture2 a {
        padding: .2rem 0;
    }

    .picture2 .text {
        padding: 0 0 0 .3rem;
    }

    .list3 {
        margin: .14rem 0 0;
    }

    .about-wrap {
        padding: .2rem 0 0;
    }

    .about-wrap .content {
        padding: .2rem 0 .3rem;
    }

    .zxbm-wrap {
        padding: .4rem 4%;
    }

    .zxbm-wrap .w40, .zxbm-wrap .w60, .zxbm-wrap .w100 {
        width: 100%;
        margin: 0 0 .2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .zxbm-wrap .input-box {
        width: 100% !important;
    }

    .zxbm-wrap .btn-wrap {
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .news-swiper1 {
        flex-wrap: wrap;
    }

    .news-swiper1 .img-swiper {
        width: 100%;
    }

    .news-swiper1 .img-swiper .img {
        padding: 60% 0 0;
    }

    .news-swiper1 .txt-swiper {
        width: 100%;
    }

    .news-swiper1 .txt-swiper::before, .news-swiper1 .txt-swiper::after {
        display: none;
    }

    .news-swiper1 .txt-swiper .swiper-slide {
        padding: .2rem;
    }

    .news-swiper1 .txt-swiper .title {
        margin: .1rem 0;
    }

    .news-swiper1 .txt-swiper .more2 {
        margin: .14rem 0 0 auto;
        position: static;
    }

    .link-box1 {
        padding: 0 4%;
        align-items: center;
    }

    .link-box1 li {
        width: auto;
    }

    .link-box1 li:nth-child(2) {
        border: none;
    }

    .link-box1 .line {
        display: block;
    }

    .list1 li {
        width: 100%;
    }

    .list1 a::after {
        display: none;
    }

    .home2 {
        padding: .22rem 0 .3rem;
    }

    .home2 .column {
        margin-bottom: .1rem;
    }

    .list2::after {
        display: none;
    }

    .list2 li {
        width: 100%;
        border-bottom: 1px solid #A5A5A5;
    }

    .list2 li:last-child {
        border: none;
    }

    .list2 a {
        padding: .22rem 0 !important;
    }

    .foot-link ul > li {
        width: 50%;
        margin: .1rem 0 0;
    }

    .home1 {
        padding-top: .2rem;
    }

    .home1 .more3 {
        margin-top: .2rem;
    }

    .column {
        justify-content: center;
        margin: .55rem 0 .16rem;
    }

    .column h3 .cn {
        font-size: .3rem;
        line-height: .42rem;
        padding: .25rem 0 0;
        background-size: auto 24px;
    }

    .column h3 .en {
        font-size: .28rem;
    }

    .column .more {
        display: none !important;
    }

    .mobile-show {
        display: block;
    }

    .news-swiper2 .arrow {
        margin: .26rem 0 0;
    }

    .news-swiper2 .arrow div {
        width: .38rem;
        height: .38rem;
    }

    .picture2 li {
        padding: 0;
    }

    .picture2 .img-frame {
        width: 2.4rem;
    }

    .picture2 .img-frame .img {
        padding: 57.8% 0 0;
    }

    .picture2 .info {
        margin: .1rem 0;
    }

    .picture2 .text {
        width: calc(100% - 2.4rem);
        padding: 0 0 0 .2rem;
    }

    .list3 li {
        padding: .15rem 0;
        flex-direction: column;
    }

    .list3 .title {
        width: 100%;
        line-height: .25rem;
        padding: 0 0 0 18px;
        background-position-y: 6px;
        overflow: visible;
        text-overflow: clip;
        white-space: initial;
        background-size: 7px;
    }

    .list3 .date {
        line-height: .3rem;
        padding: 4px 0 0 18px;
    }

    .article {
        padding: 0;
    }

    .article .title {
        line-height: .3rem;
        font-size: .22rem;
    }

    .article .sub {
        margin: .18rem 0;
    }

    .people-list {
        padding: .12rem 0 0;
    }

    .people-list a {
        padding: .18rem 0;
    }

    .people-list .text {
        padding-left: .2rem;
    }

    .zxbm-wrap {
        max-width: 100%;
        padding: .2rem 3%;
    }

    .zxbm-wrap label {
        margin: 0 .2rem 0 0;
    }

    .zxbm-wrap .btn-wrap {
        padding: .1rem 0 0;
    }
}

@media screen and (max-width: 520px) {
    .container {
        max-width: 94%;
    }

    .header {
        padding: 8px 3% !important;
    }

    .logo {
        height: 40px !important;
    }

    .logo img {
        max-height: 40px !important;
    }

    .mobile-box {
        height: calc(100vh - 56px);
    }

    .mobile-box.show {
        top: 56px;
    }

    .mobile-box .nav {
        height: calc(100% - 1.6rem);
    }

    .mobile-box .top-link2 {
        margin: 0 .1rem;
    }

    .pad-btn .nav-btn {
        width: 27px;
    }

    .pad-btn .nav-btn i {
        margin: 7px 0;
    }

    .pad-btn .nav-btn.close i:nth-child(1) {
        -webkit-transform: translate(0px, 9px) rotate(45deg);
        -moz-transform: translate(0px, 9px) rotate(45deg);
        -ms-transform: translate(0px, 9px) rotate(45deg);
        -o-transform: translate(0px, 9px) rotate(45deg);
        transform: translate(0px, 9px) rotate(45deg);
    }

    .pad-btn .nav-btn.close i:nth-child(3) {
        -webkit-transform: translate(0px, -9px) rotate(-45deg);
        -moz-transform: translate(0px, -9px) rotate(-45deg);
        -ms-transform: translate(0px, -9px) rotate(-45deg);
        -o-transform: translate(0px, -9px) rotate(-45deg);
        transform: translate(0px, -9px) rotate(-45deg);
    }

    .banner {
        margin: 56px 0 0;
    }

    .banner .control {
        bottom: .55rem;
    }

    .banner .control .current {
        font-size: .24rem;
    }

    .link-box1 {
        padding: 0 3%;
    }

    .link-box1 a {
        font-size: .16rem;
        line-height: .5rem;
        font-family: "SYHT";
    }

    .link-box1 .line {
        height: .2rem;
    }

    .list1 li {
        margin: .15rem 0 0;
    }

    .list1 a {
        padding: .2rem .1rem;
    }

    .list2 .date1 {
        width: 70px;
    }

    .list2 .title {
        width: calc(100% - 70px - .3rem);
    }

    .contact-box {
        padding: .15rem .18rem .2rem;
    }

    .contact-box .img {
        margin: 0 .15rem 0 0;
    }

    .home2 .column .en {
        width: 2.8rem;
    }

    .home3 {
        padding: .2rem 0 .3rem;
    }

    .home3 .column {
        margin-bottom: 0;
    }

    .date1 p:first-child {
        font-size: .26rem;
    }

    .foot-contact {
        font-size: .15rem;
    }

    .picture2 .img-frame {
        width: 100%;
    }

    .picture2 .text {
        width: 100%;
        padding: .12rem 0 0;
    }

    .people-list a {
        justify-content: center;
    }

    .people-list .text {
        width: 100%;
        padding: .1rem 0 0;
        text-align: center;
    }

    .people-list .p1 {
        border: none;
        padding: 0;
        text-align: center;
    }
    .decorate{
        
margin: 56px 0 0;
    }
}

@media screen and (max-width: 450px) {
    .foot-link ul > li {
        width: 100%;
    }

    .contact-box {
        flex-direction: column;
        align-items: center;
        padding-left: .12rem;
        padding-right: .12rem;
    }

    .contact-box .img {
        margin: 0;
    }
}

/*# sourceMappingURL=style.css.map */
.link-box3 li {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 2.8rem;
    max-width: 50%;
}

.link-box3 {
    display: flex;
    justify-content: center;
}

.link-box3 li:hover {
    transform:translateY(-10px);
}

.link-box3 li a {
    border-bottom: 1px solid #9E1B21;
    color: #fff;
    background: #9E1B21;
}

.link-box3 li:nth-of-type(1) a {
    border-right: 1px solid rgba(255,255,255,0.25);
}

.link-box3 li a .icon.i1 {
    background-image: url("../images/f_icon4_4_h.png");
}
.link-box3 li a .icon.i2 {
    background-image: url("../images/f_icon4_1_h.png");
}

.link-box3 a {
    font-family: "SYHT700";
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.88rem;
    color: #E9C17E;
    text-align: left;
    border-bottom: 1px dashed #EEE7DB;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-box3 .icon {
    display: block;
    width: 23px;
    height: 23px;
    margin: 0 8px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}