@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; overflow-x: auto; }
html.overflow { height: 100vh; overflow: hidden; }

.container { width: 1580px; max-width: 94%; margin: 0 auto; font-size: .16rem; }

.header { position: fixed; top: -120px; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .1rem 0; background: #920a41; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; }
.header .container { display: -ms-flexbox; display: flex; justify-content: space-between; width: 1780px; }
.header .right-box { position: relative; width: 9.2rem; max-width: calc(100% - 7rem); padding: 0 1rem 0 0; }
.header.show { top: 0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
.header.show .logo img { max-height: .7rem; }
.header.inset { top: 0; padding: .2rem 0; background: none; }
.header.inset.show { padding: .1rem 0; background: #920a41; }

.body1 { position: relative; z-index: 1; height: 100%; overflow: hidden; }
.body1 .header { position: absolute; top: 0; padding: .2rem 0 .8rem; background-color: transparent; background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6)); opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
.body1.show .header { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.body2 { position: fixed; top: 100%; right: 0; bottom: 0; left: 0; z-index: 2; width: 100%; height: calc(100% - .8rem); background-image: url("../images/body_bg.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -webkit-transition: top 0.5s linear 0s; -moz-transition: top 0.5s linear 0s; -ms-transition: top 0.5s linear 0s; -o-transition: top 0.5s linear 0s; transition: top 0.5s linear 0s; overflow-y: auto; }
.body2.show { top: .8rem; }
.body2 .container { position: relative; z-index: 3; }
.body2 .layer1 { position: relative; z-index: 1; padding: 1px 0 .7rem; background-image: url("../images/index_bg2.png"); background-repeat: no-repeat; background-position: 67% 4%; background-color: transparent; background-size: auto; }
.body2 .layer1::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 2; content: ""; width: 22.65%; height: calc(100% - .7rem); background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.body2 .layer1::after { position: absolute; top: 1.9rem; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: calc(100% - 2.35rem); height: calc(100% - 1.9rem); background: #fff; }
.body2 .layer1 .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; }
.body2 .layer1 .left-box { width: 68.67%; }
.body2 .layer1 .left-box .column { width: 100%; }
.body2 .layer1 .left-box .column h3 { color: #fff; background-image: url("../images/s_icon2_2.png"); }
.body2 .layer1 .left-box .column h3 .en, .body2 .layer1 .left-box .column h3 .s3 { color: #fff; }
.body2 .layer1 .left-box .column h3 .s2 { background: #fff; }
.body2 .layer1 .left-box .column .more { position: static; display: inline-block; vertical-align: top; margin: 0 0 0 .9rem; }
.body2 .layer1 .left-box .picture1 { width: 36%; margin: .42rem 0 0; }
.body2 .layer1 .right-box { width: 26.9%; }
.body2 .layer1 .right-box .list1 { padding: .3rem 0 0; }
.body2 .layer2 { padding: 0 0 .8rem; background-image: url("../images/index_bg3.png"); background-repeat: no-repeat; background-position: 0 10%; background-color: transparent; background-size: auto; }
.body2 .layer2 .column { text-align: center; }
.body2 .layer3 { padding: 1px 0 1.4rem; background-image: url("../images/index_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: #fff; background-size: cover; }
.body2 .layer3 .container { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.body2 .layer3 .left-box { width: 45.56%; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.body2 .layer3 .left-box .column { width: 100%; }
.body2 .layer3 .right-box { width: 49.367%; }

.logo { display: -ms-flexbox; display: flex; align-items: center; }
.logo img { max-height: .8rem;}
.header.inset .logo img {  -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;  }

.top-link { text-align: right; }
.top-link a { position: relative; margin: 0 0 0 .36rem; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.top-link a::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #fff; -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; }
.top-link a:hover::after { width: 100%; }

.nav { width: 100%; }
.nav ul { display: flex; justify-content: space-between; }
.nav li { position: relative; }
.nav li a { position: relative; display: block; font-size: 0.22rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: center; }
.nav li > a { -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover > a { font-weight: 700; }
.nav li:hover .sub-nav { visibility: visible; top: calc(100% + 7px); opacity: 1; }
.nav .sub-nav { position: absolute; top: 150%; right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .1rem 0; background: #950340; opacity: 0; visibility: hidden; border-top: 3px solid #950340; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25); background: white; border-radius: 2px; -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; }
.nav .sub-nav a { padding: .1rem 5px; font-size: .15rem; font-weight: 400; line-height: .23rem; color: #333; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav .sub-nav a:hover { color: #fff; background: #950340; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: calc(100% + 2px); left: 0%; z-index: 1; width: 100%; height: 14px; overflow: hidden; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #950340; -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%; height: 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.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .img .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; }
.banner .img .text h3 { padding: 0 0 0 10%; font-size: 0.36rem; font-weight: 500; line-height: 1.4rem; color: #fff; text-align: left; opacity: 0; -webkit-transform: translateX(-1.5rem); -moz-transform: translateX(-1.5rem); -ms-transform: translateX(-1.5rem); -o-transform: translateX(-1.5rem); transform: translateX(-1.5rem); }
.banner .swiper-slide-active img { -webkit-transition: transform 6.2s linear 0s; -moz-transition: transform 6.2s linear 0s; -ms-transition: transform 6.2s linear 0s; -o-transition: transform 6.2s linear 0s; transition: transform 6.2s linear 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .swiper-slide-active .text h3 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: all 1s linear 0s; -moz-transition: all 1s linear 0s; -ms-transition: all 1s linear 0s; -o-transition: all 1s linear 0s; transition: all 1s linear 0s; }
.banner .bottom-box { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; padding: .2rem 0 .3rem; background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4)); }
.banner .arrow { width: .4rem; height: .4rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .5; -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; }
.banner .arrow.swiper-prev { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .arrow:hover { opacity: 1; }
.banner .mouse { position: relative; width: .96rem; height: .96rem; margin: 0 .2rem; background-image: url("../images/s_icon1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.banner .mouse::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; border: 1px dashed #fff; border-radius: 50%; content: ""; animation: ani1 22s infinite; }

.pad-btn { position: absolute; top: 4px; right: 0; bottom: auto; left: auto; z-index: 1; }
.pad-btn .search-btn { width: .63rem; height: .63rem; background-image: url(../images/search1.png); background-repeat: no-repeat; background-position: 80% 55%; background-color: transparent; background-size: 100%; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) 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, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) rotate(-45deg); }

#mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.35); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear 0.4s; -moz-transition: all 0.3s linear 0.4s; -ms-transition: all 0.3s linear 0.4s; -o-transition: all 0.3s linear 0.4s; transition: all 0.3s linear 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.6); content: ""; -webkit-transition: all 0.3s linear 0.2s; -moz-transition: all 0.3s linear 0.2s; -ms-transition: all 0.3s linear 0.2s; -o-transition: all 0.3s linear 0.2s; transition: all 0.3s linear 0.2s; }
#mask .search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 10; 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: 7.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 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: .55rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid #eee; border-radius: .5rem; }
#mask .search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .55rem; height: .55rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
#mask .search-box .close .line { display: block; width: 100%; height: 2px; }
#mask .search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
#mask .search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
#mask .search-box .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 .search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
#mask .search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
#mask.show { opacity: 1; visibility: visible; -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; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s linear 0s; -moz-transition: all 0.45s linear 0s; -ms-transition: all 0.45s linear 0s; -o-transition: all 0.45s linear 0s; transition: all 0.45s linear 0s; }
#mask.show .search-box form { 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; }

.search2 { width: 100%; max-width: 8rem; margin:0 auto .3rem; padding: .1rem; border-radius: 4px; box-shadow: 0 0 14px 0 #ccc; background: #fff; }
.search2 .input { width: calc(100% - .55rem); height: .5rem; padding-left: .15rem; font-size: 0.18rem; font-weight: 500; line-height: 0.48rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .5rem; height: .5rem; vertical-align: top; background-image: url(../images/search2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
@keyframes ani1 { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { display: none; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { position: relative; margin: .75rem 0 .38rem; }
.column h3 { display: inline-block; vertical-align: top; padding: .14rem .4rem 0 0; font-size: 0.34rem; font-weight: 500; line-height: 0.42rem; color: #333; text-align: left; background-image: url("../images/s_icon2.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto 100%; }
.column h3 .s2 { display: inline-block; vertical-align: middle; width: 7px; height: 7px; margin: 0 .08rem 0; background: #950340; border-radius: 50%; }
.column h3 .s3 { color: #950340; }
.column h3 .en { font-family: Arial, Helvetica, sans-serif; font-size: 0.15rem; font-weight: 500; line-height: 0.18rem; color: #ccc; text-align: left; text-transform: uppercase; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { display: block; padding: 0 33px 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.75rem; color: #999; text-align: right; background-image: url("../images/s_icon3.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; -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; }
.more:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -ms-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); color: #950340; }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.34rem; color: #666; text-align: left; }

.date { padding: 0 0 0 28px; font-family: Constantia; font-size: 0.2rem; font-weight: 500; line-height: 0.3rem; color: #666; text-align: left; background-image: url("../images/s_icon4.png"); background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: auto; }

.date1 { position: relative; display: inline-block; vertical-align: top; width: 65px; margin: 0 0 .46rem; font-family: Constantia; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #ccc; text-align: center; }
.date1 p:first-child { font-size: .48rem; line-height: .44rem; font-weight: 700; }
.date1::after { position: absolute; top: 100%; right: 50%; bottom: auto; left: auto; z-index: 1; width: 1px; height: .46rem; background: #eaeaea; content: ""; }

.news-swiper1 { width: 60%; background-image: url("../images/body_bg2.png"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.news-swiper1 .img { padding: 3.67rem 0 0; background-position: 50% 5%; background-size: contain; background-color: #fff; }
.news-swiper1 .text { padding: .1rem .34rem .3rem; }
.news-swiper1 .text:hover .title { color: #950340; }
.news-swiper1 .title { font-size: .2rem; font-weight: 700; line-height: .42rem; }
.news-swiper1 .date { line-height: .35rem; }
.news-swiper1 .location { line-height: .35rem; padding: 0 65px 0 .28rem; background-image: url("../images/s_icon5.png"); background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: auto; }
.news-swiper1 .pagination { position: absolute; top: auto; right: 0.34rem; bottom: 0.35rem; left: auto; z-index: 2; width: auto; white-space: nowrap; }
.news-swiper1 .pagination .swiper-pagination-bullet { display: inline-block; margin: 0 4px; width: 11px; height: 11px; cursor: pointer; border-radius: 50%; background: #dcdcdc; opacity: 1; -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; }
.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #950340; }

.news-swiper2 { padding: 0 0 .72rem; }
.news-swiper2 .swiper-slide { padding: .3rem 0 0; }
.news-swiper2 .swiper-slide.swiper-slide-next { padding-top: 0; background: #950340; box-shadow: 0 0.1rem 0.1rem 0 rgba(149, 3, 64, 0.23); }
.news-swiper2 .swiper-slide.swiper-slide-next .text { padding: 0 .4rem .3rem; }
.news-swiper2 .swiper-slide.swiper-slide-next .title { color: #fff !important; }
.news-swiper2 .swiper-slide.swiper-slide-next .title:after { background: #fff; }
.news-swiper2 .swiper-slide.swiper-slide-next .date { color: #fff; background-image: url("../images/s_icon4_3.png"); }
.news-swiper2 .swiper-slide:hover .title { color: #950340; font-weight: 700; }
.news-swiper2 .swiper-slide:hover .title::after { width: 100%; }
.news-swiper2 .swiper-scrollbar { bottom: 16px; left: 0; width: calc(100% - 80px); height: 1px; border-radius: none; opacity: 1 !important; background: #e3e3e3; }
.news-swiper2 .swiper-scrollbar .swiper-scrollbar-drag { height: 11px; margin: -5px 0 0; background-image: url("../images/s_icon7.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #950340; background-size: auto; }
.news-swiper2 .img { padding: 56.3265% 0 0; }
.news-swiper2 .text { padding: 0 0 .3rem; }
.news-swiper2 .title { padding: .2rem 0 0; }
.news-swiper2 .title::after { display: block; content: ""; box-sizing: border-box; width: 115px; height: 1px; margin: .22rem 0; background: #950340; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.news-swiper2 .date { background-image: url("../images/s_icon4_2.png"); }
.news-swiper2 .arrow { position: absolute; top: auto; right: 0; bottom: 1px; left: auto; z-index: 1; width: 25px; height: 31px; 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 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; }
.news-swiper2 .arrow.swiper-prev { right: 32px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-swiper2 .arrow:hover { background-image: url("../images/arrow2.png"); }

.news-swiper3 { margin: 1.2rem 0 0; }
.news-swiper3 .swiper-slide { padding: 0 0 1.7rem; }
.news-swiper3 .img { padding: 55.8% 0 0; }
.news-swiper3 .text { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 1.7rem .42rem .24rem; background-image: url("../images/index_bg5.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100% 100%; }
.news-swiper3 .title { font-size: .24rem; line-height: .35rem; color: #fff; }
.news-swiper3 .info { width: calc(100% - 1.35rem); color: #fff; height: .68rem; }
.news-swiper3 .more { width: 100%; color: #fff; line-height: .5rem; text-align: right; background-image: url("../images/s_icon3_2.png"); }
.news-swiper3 .arrow { position: absolute; top: auto; right: 0.42rem; bottom: 1.85rem; left: auto; z-index: 1; width: 29px; height: 30px; background-image: url("../images/arrow3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .5; -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; }
.news-swiper3 .arrow.swiper-prev { right: calc(.54rem + 30px); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-swiper3 .arrow:hover { opacity: 1; }

.picture1 li { margin: .3rem 0 0; }
.picture1 li:first-child { margin: 0; }
.picture1 .txt { padding: 0 0 0 .25rem; border-left: 2px solid #950340; -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; }
.picture1 .txt:hover { padding: 0 0 0 .15rem; }
.picture1 .img-frame { margin: 0 0 .1rem; }
.picture1 .img { padding: 2.82rem 0 0; background-size: contain; background-color: #fff; }
.picture1 .title { margin: 0 0 5px; }
.picture1 .date { line-height: .35rem; }
.picture1 .location { line-height: .35rem; padding: 0 65px 0 .28rem; background-image: url("../images/s_icon5.png"); background-repeat: no-repeat; background-position: 0 60%; background-color: transparent; background-size: auto; }
.picture1 .img-scale:hover .title { color: #950340; font-weight: 700; }

.picture2 li { margin: 0 0 .3rem; }
.picture2 .img-scale { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: .38rem; border: 1px solid #ededed; box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2); background: #fff; -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; }
.picture2 .img-scale::after { position: absolute; top: auto; right: 0; bottom: -30%; left: auto; z-index: 1; width: 5.5rem; height: 1.95rem; opacity: 0; background-image: url("../images/s_icon11.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: transparent; background-size: auto; content: ""; }
.picture2 .img-scale:hover { background: #950340; border-color: #950340; box-shadow: 10px 14px 10px 0 rgba(149, 3, 64, 0.23); }
.picture2 .img-scale:hover::after { bottom: 0; opacity: 1; -webkit-transition: all 1s ease-in-out 0s; -moz-transition: all 1s ease-in-out 0s; -ms-transition: all 1s ease-in-out 0s; -o-transition: all 1s ease-in-out 0s; transition: all 1s ease-in-out 0s; }
.picture2 .img-scale:hover .text .title, .picture2 .img-scale:hover .text .info { color: #fff; }
.picture2 .img-scale:hover .text .date { color: #fff; background-image: url("../images/s_icon4_3.png"); }
.picture2 .img-frame { width: 3.5rem; }
.picture2 .img { padding: 62.85% 0 0; background-size: contain; background-color: #f4f4f4; }
.picture2 .text { width: calc(100% - 3.9rem); }
.picture2 .text .title { font-size: .3rem; line-height: .52rem; }
.picture2 .text .date { background-position-y: 9px; }
.picture2 .text .date::after { display: block; content: ""; box-sizing: border-box; width: 1.15rem; height: 1px; margin: .24rem 0 .24rem -27px; background: #950340; }
.picture2 .text .info { color: #494949; height: .68rem; }

.picture3 { font-size: 0; margin: 0 -0.2rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.2rem; }
.picture3 li { margin: 0 0 .3rem; }
.picture3 .img-scale { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; padding: .2rem; border: 1px solid #ededed; box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2); background: #fff; -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; }
.picture3 .img-scale:hover { background: #950340; border-color: #950340; box-shadow: 10px 14px 10px 0 rgba(149, 3, 64, 0.23); }
.picture3 .img-scale:hover::after { bottom: 0; opacity: 1; -webkit-transition: all 1s ease-in-out 0s; -moz-transition: all 1s ease-in-out 0s; -ms-transition: all 1s ease-in-out 0s; -o-transition: all 1s ease-in-out 0s; transition: all 1s ease-in-out 0s; }
.picture3 .img-scale:hover .text .title, .picture3 .img-scale:hover .text .info { color: #fff; }
.picture3 .img-scale:hover .text .date { color: #fff; background-image: url("../images/s_icon4_3.png"); }
.picture3 .img-frame { width: 3.5rem; }
.picture3 .img { padding: 62.85% 0 0; }
.picture3 .text { width: calc(100% - 3.9rem); }
.picture3 .text .title { font-size: .2rem; font-weight: 700; color: #950340; max-height: .6rem; }
.picture3 .text .info { color: #494949; max-height: 1.36rem; }
.picture3 .text .line { width: .5rem; height: 2px; margin: .15rem 0; background: #dfdfdf; }

.list1 li:last-child .date1 { margin: 0; }
.list1 li:last-child .date1::after { display: none; }
.list1 li:last-child .text { padding-bottom: 0; border: none; }
.list1 li:last-child a .text::before, .list1 li:last-child a .text::after { display: none; }
.list1 a { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; }
.list1 a:hover .text::before { opacity: 1; }
.list1 a:hover .text::after { width: 100%; }
.list1 a:hover .date1 { color: #950340; }
.list1 a:hover .title { color: #950340; }
.list1 .date1 { margin: 0 0 .46rem; }
.list1 .date1 p { -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; }
.list1 .date1::after { position: absolute; top: 100%; right: 50%; bottom: auto; left: auto; z-index: 1; width: 1px; height: .46rem; background: #eaeaea; content: ""; }
.list1 .text { position: relative; width: calc(100% - .85rem); padding: .1rem 0 .28rem; border-bottom: 1px solid #e3e3e3; }
.list1 .text::before { position: absolute; top: auto; right: auto; bottom: -4px; left: 0; z-index: 1; width: 7px; height: 7px; background: #950340; border-radius: 50%; content: ""; opacity: 0; }
.list1 .text::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; content: ""; width: 0; height: 1px; background: #950340; -webkit-transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; }

.list2 { font-size: 0; margin: 0 -0.25rem; }
.list2 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.25rem; }
.list2 li { margin: 0 0 .4rem; }
.list2 a { position: relative; z-index: 1; display: block; padding: .25rem .5rem .4rem; border: 1px solid #fbe6ee; box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2); background: #fff; -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; }
.list2 a::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-image: url("../images/s_icon11.png"); background-repeat: no-repeat; background-position: 1rem 0.8rem; background-color: transparent; background-size: auto; content: ""; }
.list2 a:hover { background: #950340; border-color: #950340; box-shadow: 0 0 0.2rem 0 rgba(149, 3, 64, 0.35); }
.list2 a:hover::after { bottom: 0; opacity: 1; -webkit-transition: all 1s ease-in-out 0s; -moz-transition: all 1s ease-in-out 0s; -ms-transition: all 1s ease-in-out 0s; -o-transition: all 1s ease-in-out 0s; transition: all 1s ease-in-out 0s; }
.list2 a:hover .date1 { color: #fff; }
.list2 a:hover .top { background-position-x: 98%; background-image: url("../images/s_icon14.png"); }
.list2 a:hover .text .title { color: #fff; }
.list2 .top { -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-image: url("../images/s_icon13.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }
.list2 .date1 { color: #950340; }
.list2 .title { height: .72rem; margin: .15rem 0 0; font-size: .2rem; line-height: .36rem; }

.list3 li { margin: 0 0 .4rem; }
.list3 a { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0.25rem calc(4% + 45px) 0.25rem 0.3rem; border: 1px solid #fbe6ee; box-shadow: 5px 5px 10px 0 rgba(210, 210, 210, 0.2); background-image: url("../images/s_icon13.png"); background-repeat: no-repeat; background-position: 96% 50%; background-color: #fff; background-size: auto; -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; }
.list3 a:hover { background-color: #950340; background-image: url("../images/s_icon14.png"); border-color: #950340; box-shadow: 0 0 0.2rem 0 rgba(149, 3, 64, 0.35); }
.list3 a:hover .date1, .list3 a:hover .title { color: #fff; }
.list3 .date1 { color: #950340; }
.list3 .date1::after { position: absolute; top: 10%; right: -0.25rem; bottom: auto; left: auto; z-index: 1; width: 1px; height: 80%; background: #fbe6ee; content: ""; }
.list3 .title { font-size: .2rem; width: calc(100% - 65px - .55rem); }

.pixel-box { font-size: 0; }
.pixel-box.box1 { width: 50%; margin-top: .32rem; text-align: right; }
.pixel-box.box2 { width: 44%; }
.pixel-box li { display: inline-block; vertical-align: top; margin: 0 0 .4rem; overflow: visible; }
.pixel-box li::before { position: absolute; top: 10px; right: -9px; bottom: -9px; left: 13px; z-index: 1; content: ""; background: #feefd0; }
.pixel-box li::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; width: 100%; height: 100%; content: ""; background: rgba(253, 200, 97, 0.91); }
.pixel-box li.item1 { width: 100%; height: 2.5rem; }
.pixel-box li.item2 { width: 100%; height: 3.55rem; }
.pixel-box li.item2::before { top: 17px; left: 18px; background: rgba(27, 185, 94, 0.14); }
.pixel-box li.item2::after { background: rgba(27, 185, 94, 0.9); }
.pixel-box li.item2 a i { background-image: url("../images/s_icon6_2.png"); }
.pixel-box li.item3 { width: 76.94%; height: 2.55rem; }
.pixel-box li.item3::before { top: 17px; right: 30px; left: -9px; background: rgba(54, 102, 205, 0.16); }
.pixel-box li.item3::after { background: rgba(54, 102, 205, 0.9); }
.pixel-box li.item3 a i { background-image: url("../images/s_icon6_3.png"); }
.pixel-box li.item4 { width: 51.26%; height: 1.35rem; }
.pixel-box li.item4::before { top: 18px; right: 18px; left: -9px; background: rgba(0, 204, 255, 0.13); }
.pixel-box li.item4::after { display: none; }
.pixel-box .img-frame { height: 100%; z-index: 2; }
.pixel-box .img-frame .img { height: 100%; }
.pixel-box a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 4; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; }
.pixel-box a i { display: block; width: 70px; height: 62px; background-image: url("../images/s_icon6_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.pixel-box a p { margin: .15rem 0 0; font-size: 0.24rem; font-weight: 500; line-height: 0.46rem; color: #fff; text-align: center; -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; }
.pixel-box a:hover p { margin: .3rem 0 0; }

.footer { position: relative; height: 2.8rem; background-image: url("../images/foot_bg1.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.footer::after { position: absolute; top: -27px; right: 0; bottom: 0; left: auto; z-index: 1; width: 73%; content: ""; background-image: url("../images/foot_bg2.png"); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: auto; }
.footer .container { position: relative; z-index: 2; display: -ms-flexbox; display: flex; justify-content: space-between; height: 100%; }
.footer .left-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; width: 19%; min-width: 2.8rem; padding: .3rem 0; }
.footer .left-box p { width: 100%; font-size: 0.16rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.footer .right-box { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; width: 67%; max-width: 10.5rem; padding: .24rem 0 .45rem; }

.foot-text { width: calc(100% - 1.85rem); }

.foot-link { display: -ms-flexbox; display: flex; justify-content: space-between; width: 6.3rem; padding: 0 0 .32rem; margin: 0 0 .3rem; font-size: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.foot-link a { display: -ms-flexbox; display: flex; align-items: center; }
.foot-link a:hover i { -webkit-transition: all 0.8s linear 0s; -moz-transition: all 0.8s linear 0s; -ms-transition: all 0.8s linear 0s; -o-transition: all 0.8s linear 0s; transition: all 0.8s linear 0s; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.foot-link a:hover p { font-weight: 700; }
.foot-link i { width: .64rem; height: .64rem; margin: 0 .2rem 0 0; background-image: url("../images/s_icon8_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; -webkit-transition: all 0.8s linear 0s; -moz-transition: all 0.8s linear 0s; -ms-transition: all 0.8s linear 0s; -o-transition: all 0.8s linear 0s; transition: all 0.8s linear 0s; }
.foot-link i.i2 { background-image: url("../images/s_icon8_2.png"); }
.foot-link i.i3 { background-image: url("../images/s_icon8_3.png"); }
.foot-link p { font-size: 0.18rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }

.copy { font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.copy a { color: #fff; }
.copy img { vertical-align: sub; }

.QR-code { width: 1.85rem; padding: .32rem 0 0 .64rem; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.QR-code img { width: 1.2rem; height: auto; }
.QR-code p { font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; }

.decorate { position: relative; z-index: 2; padding: 27% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.decorate::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 2; content: ""; width: 7.3rem; height: calc(100% + .2rem); background-image: url("../images/index_bg6.png"); background-repeat: no-repeat; background-position: 100% 0; background-color: transparent; background-size: cover; }
.decorate::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 1.8rem; content: ""; background-image: linear-gradient(0deg, transparent, rgba(7, 1, 64, 0.9)); }

.position { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 3; width: 100%; padding: 0 0 .36rem; }
.position .container { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-end; }
.position h3 { font-size: 0.42rem; font-weight: 700; line-height: 0.66rem; color: #fff; text-align: left; padding: 0 0 .2rem; }

.place { font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: left; padding: 0 0 0 30px; background-image: url(../images/s_icon9.png); background-repeat: no-repeat; background-position: 0 45%; background-color: transparent; background-size: auto; }
.place a { color: #fff; }
.place a:hover { text-decoration: underline; }

.section { position: relative; z-index: 1; min-height: 5rem; padding: .2rem 0 0; background-image: url("../images/body_bg2.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.section::before { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: calc(50% - 790px + 2.6rem); height: 100%; background-image: url("../images/index_bg7.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: auto 100%; }
.section::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: calc(50% + (790px - 2.6rem)); height: 100%; background-image: url("../images/index_bg8.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fff; background-size: 100%; }
.section .container { position: relative; z-index: 2; display: -ms-flexbox; display: flex; }
.section .sub-nav { width: 2.6rem; }
.section .sub-nav li { border-bottom: 1px solid #dcdcdc; }
.section .sub-nav li.on a { font-size: .24rem; color: #950340; }
.section .sub-nav li.on a::after { width: 100%; opacity: 1; }
.section .sub-nav li.on a span { background-image: url("../images/s_icon10.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }
.section .sub-nav a { position: relative; display: block; padding: 0 .18rem; font-size: 0.2rem; font-weight: 500; line-height: 0.72rem; color: #333; text-align: left; }
.section .sub-nav a:hover { color: #950340; }
.section .sub-nav a:hover::after { width: 100%; opacity: 1; }
.section .sub-nav a:hover span { background-image: url("../images/s_icon10.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }
.section .sub-nav a span { display: block; position: relative; z-index: 2; padding: 0 30px 0 0; }
.section .sub-nav a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 0; height: 100%; opacity: 0; background-image: linear-gradient(90deg, transparent, #fff 70%); -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.section .main { width: calc(100% - 2.6rem); padding: .72rem 0 .5rem .7rem; }

.mobile-box { display: none; }

.article { position: relative; padding: .48rem 4.5% .55rem; border-top: 5px solid #950340; }
.article::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 3.8rem; background-image: linear-gradient(0deg, transparent, #f8f8f8); content: ""; }
.article .title { position: relative; z-index: 2; font-family: '黑体'; font-size: 0.36rem; font-weight: 500; line-height: 0.5rem; color: #333; text-align: center; }
.article .sub-title1 { position: relative; z-index: 2; margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #333; text-align: center; }
.article .sub-title2 { position: relative; z-index: 2; margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { position: relative; z-index: 2; margin: .2rem 0 0; padding: 0 0 .3rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; border-bottom: 1px solid #ececec; }
.article .sub .time { padding: 0 0 0 25px; background-image: url("../images/s_icon4_2.png"); background-repeat: no-repeat; background-position: 0 57%; background-color: transparent; background-size: 17px; }
.article .sub .view { padding: 0 0 0 28px; background-image: url("../images/s_icon12.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.article .content { position: relative; z-index: 2; padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 210%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .2rem; }
.article .content img, .article .content video { display: block; margin-left: auto !important; margin-right: auto !important; 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 .share-box { position: relative; margin: .2rem 0 0; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; font-size: 0.2rem; font-weight: 500; line-height: 0.57rem; color: #333; text-align: left; }
.article .share-box .s-icon { width: .57rem; height: .57rem; margin: 0 .17rem 0 3px; cursor: pointer; background-image: url("../images/share1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.article .share-box .s-icon.sina { background-image: url("../images/share2.png"); }
.article .share-box .s-icon.qq { background-image: url("../images/share3.png"); }
.article .share-box .return-list { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; padding: 35px 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: center; background-image: url("../images/down2.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; cursor: pointer; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page span { color: #950340; }
.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 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; }
.article .cont-page a:hover { color: #950340; -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.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 0 0 .25rem; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

.qrid_zz { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10000; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); }
.qrid_zz #qrid { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; padding: 10px; background: #fff; border-radius: 5px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.qrid_zz #qrid canvas { vertical-align: top; }

#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: 25px 0 30px !important; font-family: Arial; text-align: center; }
#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: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #950340; font-weight: bold; color: #fff; border-color: #950340; }
#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 (min-width: 1025px) { .body2 .layer1 .left-box { -webkit-transform: translateY(120px); -moz-transform: translateY(120px); -ms-transform: translateY(120px); -o-transform: translateY(120px); transform: translateY(120px); opacity: 0; -webkit-transition: all 1s ease 0.5s; -moz-transition: all 1s ease 0.5s; -ms-transition: all 1s ease 0.5s; -o-transition: all 1s ease 0.5s; transition: all 1s ease 0.5s; }
  .body2 .layer1 .right-box { -webkit-transform: translateY(120px); -moz-transform: translateY(120px); -ms-transform: translateY(120px); -o-transform: translateY(120px); transform: translateY(120px); opacity: 0; -webkit-transition: all 1s ease 0.5s; -moz-transition: all 1s ease 0.5s; -ms-transition: all 1s ease 0.5s; -o-transition: all 1s ease 0.5s; transition: all 1s ease 0.5s; }
  .body2 .layer1.show-div .left-box, .body2 .layer1.show-div .right-box { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .body2 .layer2 .column { -webkit-transform: translateY(120px); -moz-transform: translateY(120px); -ms-transform: translateY(120px); -o-transform: translateY(120px); transform: translateY(120px); opacity: 0; -webkit-transition: all 1s ease 0.2s; -moz-transition: all 1s ease 0.2s; -ms-transition: all 1s ease 0.2s; -o-transition: all 1s ease 0.2s; transition: all 1s ease 0.2s; }
  .body2 .layer2.show-div .column, .body2 .layer2.show-div .news-swiper2 { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .body2 .layer3 .right-box { -webkit-transform: translateY(120px); -moz-transform: translateY(120px); -ms-transform: translateY(120px); -o-transform: translateY(120px); transform: translateY(120px); opacity: 0; -webkit-transition: all 1s ease 0.2s; -moz-transition: all 1s ease 0.2s; -ms-transition: all 1s ease 0.2s; -o-transition: all 1s ease 0.2s; transition: all 1s ease 0.2s; }
  .body2 .layer3.show-div .pixel-box li { opacity: 1; }
  .body2 .layer3.show-div .pixel-box li.item1 { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .body2 .layer3.show-div .pixel-box li.item2 { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .body2 .layer3.show-div .pixel-box li.item3 { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .body2 .layer3.show-div .pixel-box li.item4 { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .body2 .layer3.show-div .right-box { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .news-swiper2 { -webkit-transform: translateY(120px); -moz-transform: translateY(120px); -ms-transform: translateY(120px); -o-transform: translateY(120px); transform: translateY(120px); opacity: 0; -webkit-transition: all 1s ease 0.4s; -moz-transition: all 1s ease 0.4s; -ms-transition: all 1s ease 0.4s; -o-transition: all 1s ease 0.4s; transition: all 1s ease 0.4s; }
  .pixel-box li { opacity: 0; -webkit-transition: all 1s ease 0.5s; -moz-transition: all 1s ease 0.5s; -ms-transition: all 1s ease 0.5s; -o-transition: all 1s ease 0.5s; transition: all 1s ease 0.5s; }
  .pixel-box li.item1 { -webkit-transform: translateX(-80px); -moz-transform: translateX(-80px); -ms-transform: translateX(-80px); -o-transform: translateX(-80px); transform: translateX(-80px); }
  .pixel-box li.item2 { -webkit-transform: translateY(-80px); -moz-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); }
  .pixel-box li.item3 { -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
  .pixel-box li.item4 { -webkit-transform: translateX(80px); -moz-transform: translateX(80px); -ms-transform: translateX(80px); -o-transform: translateX(80px); transform: translateX(80px); } }
@media screen and (max-width: 1800px) { .body2 .layer1::before { width: 18%; } }
@media screen and (max-width: 1680px) { .section::before { width: calc(3% + 2.6rem); }
  .section::after { width: calc(3% + (94% - 2.6rem)); } }
@media screen and (max-width: 1600px) { .footer .right-box { width: 64%; } }
@media screen and (max-width: 1024px) { .body1 { height: auto; z-index: 99; }
  .body1 .header { display: none; }
  .body2 { position: static; padding: 0; }
  .body2 .layer1 { padding: 0; }
  .body2 .layer1::after, .body2 .layer1::before { display: none; }
  .body2 .layer1 .container { max-width: 100%; }
  .body2 .layer1 .left-box { width: 100%; padding: 0 3% .3rem; }
  .body2 .layer1 .left-box .column h3 { color: #333; }
  .body2 .layer1 .left-box .column h3 .s2 { background: #950340; }
  .body2 .layer1 .left-box .column h3 .s3 { color: #950340; }
  .body2 .layer1 .left-box .column h3 .en { color: #ccc; }
  .body2 .layer1 .left-box .column .more { position: absolute; }
  .body2 .layer1 .left-box .picture1 { margin: 0; }
  .body2 .layer1 .right-box { width: 100%; padding: 0 3% 0.3rem; background: #fff; }
  .body2 .layer1 .right-box .list1 { padding: .1rem 0 0; }
  .body2 .layer2 { padding: 0 0 .4rem; }
  .body2 .layer2 .column { text-align: left; }
  .body2 .layer3 { padding: 1px 0 .5rem; }
  .body2 .layer3 .left-box { width: 100%; }
  .body2 .layer3 .right-box { width: 100%; }
  .header { top: 0; padding-top: 10px !important; padding-bottom: 10px !important; padding-right: 0 !important; background: #950340 !important; transition: none; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
  .header .right-box { display: -ms-flexbox; display: flex; align-items: center; width: auto; max-width: none; position: static; padding: 0 1.4rem 0 0; }
  .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; }
  .banner { margin: 70px 0 0 !important; }
  .banner .img { height: 0; padding: 40% 0 0; }
  .banner .img .text h3 { padding: 0 4%; font-size: .24rem; line-height: 1rem; text-align: center; }
  .top-link a { margin: 0 0 0 .18rem; }
  .nav { visibility: hidden; position: fixed; top: 70px; right: -100%; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 70px); margin: 0; padding: .28rem 0; background-image: url("../images/body_bg.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; -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; }
  .nav ul { flex-direction: column; justify-content: flex-start; width: 90%; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .nav li { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child { border: none; }
  .nav li a { font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; font-weight: 400; color: #333; background: none !important; }
  .nav li a::after, .nav li a::before { display: none; }
  .nav li .sub-nav { display: none; position: static; visibility: visible; opacity: 1; width: 100%; padding: 0 0 12px 30px; border: none; background: none; box-shadow: none; transform: none !important; }
  .nav li .sub-nav a { color: #333 !important; line-height: .4rem; }
  .nav li .sub-nav .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 9px; cursor: pointer; -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; }
  .nav .icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { visibility: visible; right: 0; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; top: 0; right: 0; height: 100%; }
  .pad-btn .search-btn { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; width: 82px; height: 100%; -webkit-transform: skew(9deg) translateX(10px); -moz-transform: skew(9deg) translateX(10px); -ms-transform: skew(9deg) translateX(10px); -o-transform: skew(9deg) translateX(10px); transform: skew(9deg) translateX(10px); background: #c5145d; }
  .column { margin: .3rem 0 .2rem; }
  .news-swiper2 .title::after { margin: .1rem 0; }
  .news-swiper2 .swiper-slide { padding: .1rem 0 0; }
  .news-swiper2 .swiper-slide.swiper-slide-next .text { padding: 0 .2rem .15rem; }
  .news-swiper3 { margin: .1rem 0 0; }
  .footer { height: auto; background-image: url("../images/foot_bg2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
  .footer::after { display: none; }
  .footer .container { flex-direction: column-reverse; }
  .footer .left-box { width: 100%; padding: 0 0 .2rem; flex-wrap: nowrap; justify-content: center; }
  .footer .left-box img { height: 90px; }
  .footer .left-box p { width: auto; margin: 0 0 0 .3rem; }
  .footer .right-box { width: 100%; padding: .2rem 0; }
  .foot-text { width: calc(100% - 1.4rem); padding: 0 5% 0 0; }
  .foot-link { width: 100%; }
  .QR-code { width: 1.4rem; padding: .2rem 0 0 .2rem; }
  .decorate { margin: 70px 0 0; }
  .decorate::before { display: none; }
  .decorate::after { top: auto; bottom: 0; height: .7rem; background-image: linear-gradient(0deg, rgba(7, 1, 64, 0.9), transparent); }
  .position { padding: 0 0 .1rem; }
  .position h3 { display: none; }
  .mobile-box { position: relative; z-index: 2; display: block; }
  .mobile-box h3 { display: -ms-flexbox; display: flex; justify-content: space-between; position: relative; font-size: .21rem; line-height: .54rem; font-weight: 700; color: #fff; padding: 0 3%; background: #950340; }
  .mobile-box h3::after { display: none; }
  .mobile-box h3 i { width: .54rem; height: .54rem; background-image: url(../images/subNav.svg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.25rem; cursor: pointer; -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; }
  .mobile-box h3.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .mobile-box h3 .return-sup { display: block; width: .54rem; height: .54rem; background-image: url("../images/down2.svg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.3rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .mobile-box .sub-nav { display: none; width: 100%; min-height: auto; padding: .1rem 3%; background-image: url("../images/body_bg2.jpg"); background-repeat: repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
  .mobile-box .sub-nav li { width: 100%; }
  .mobile-box .sub-nav li .lv3 { padding-top: 0; }
  .mobile-box .sub-nav li:last-child { border: none; }
  .mobile-box .sub-nav a { padding: .1rem .18rem; text-align: left; line-height: .3rem; }
  .mobile-box .sub-nav .down { height: .45rem; }
  .section { padding: 0; }
  .section .container { display: block; }
  .section .container .sub-nav { display: none !important; }
  .section::before { display: none; }
  .section::after { width: 100%; }
  .section .sub-nav { width: 100%; }
  .section .main { width: 100%; padding: .2rem 0 0; }
  .picture2 li { margin: 0 0 .22rem; }
  .picture2 .img-scale { padding: .18rem; }
  .picture2 .text .title { font-size: .25rem; }
  #mask .search-box .close { left: calc(100% + .15rem); }
  .article { padding: .3rem 0 .4rem; }
  .article::after { display: none; }
  .article .title { font-size: .32rem; } 
.list2 { margin: 0 -.12rem; }
  .list2 li { padding: 0 .12rem; margin: 0 0 .28rem; }
  .list2 a { padding: .12rem .15rem .2rem; }
  .list3 li { margin: 0 0 .28rem; }
  .list3 a { padding: 0.18rem calc(2% + 45px) 0.18rem 0.18rem; background-position-x: 98%; }
  .picture3 { margin: 0; }
  .picture3 li { width: 100%; padding: 0; margin: 0 0 .25rem; } }
@media screen and (max-width: 768px) { .top-link { display: none; }
  .banner .mouse { display: none; }
  .banner .img { padding: 50% 0 0; }
  .banner .bottom-box { padding: 0 0 .1rem; }
  .banner .bottom-box .arrow { width: .3rem; height: .3rem; margin: 0 .1rem; background-size: cover; }
  .column { margin: .15rem 0 .1rem; }
  .column h3 { font-size: .28rem; }
  .news-swiper1 { width: 100%; margin: 0 0 .25rem; }
  .news-swiper1 .text { background: #fff; padding: .1rem .15rem .25rem; }
  .news-swiper1 .img { padding: 56.3% 0 0; }
  .picture1 { width: 100% !important; }
  .picture1 .img { padding: 56% 0 0; }
  .news-swiper2 { padding: 0 0 .5rem; }
  .news-swiper2 .title::after { margin: .1rem 0; }
  .news-swiper2 .swiper-slide { padding: 0; }
  .news-swiper2 .swiper-slide.swiper-slide-next { box-shadow: none; background: none; }
  .news-swiper2 .swiper-slide.swiper-slide-next .text { padding: 0; }
  .news-swiper2 .swiper-slide.swiper-slide-next .title { color: #333 !important; }
  .news-swiper2 .swiper-slide.swiper-slide-next .title::after { background: #950340 !important; }
  .news-swiper2 .swiper-slide.swiper-slide-next .date { color: #666; background-image: url("../images/s_icon4_2.png"); }
  .news-swiper3 .swiper-slide { padding: 0 0 1.2rem; }
  .news-swiper3 .text { padding: 1rem .15rem .1rem; }
  .news-swiper3 .arrow { bottom: 1.3rem; }
  .footer .left-box { flex-direction: column; }
  .footer .right-box { padding-bottom: .05rem; }
  .foot-text { width: 100%; padding: 0; }
  .foot-link { padding: 0 0 0; margin: 0 0 .15rem; flex-wrap: wrap; }
  .foot-link li { margin: 0 0 .15rem; }
  .copy { text-align: center; }
  .QR-code { width: 100%; padding: .1rem 0 0; border: none; text-align: center; }
  .picture2 li { margin: 0 0 .2rem; }
  .picture2 .picture2 .img-scale::after { display: none; }
  .picture2 .img-frame { width: 2.75rem; }
  .picture2 .text { width: calc(100% - 3rem); }
  .picture2 .text .title { font-size: .22rem; }
  .picture2 .text .date::after { margin: .12rem 0 .12rem -27px; }
  .decorate { padding: 40% 0 0; }
  #mask .search-box { overflow: visible; }
  #mask .search-box .close { display: none; }
  .article .title { font-size: .24rem; line-height: .36rem; }
  .article .share-box { margin: 0; justify-content: flex-start; }
    .article .share-box .s-icon { margin: 0 .1rem 0 0; }
  .list2 { margin: 0; }
  .list2 li { width: 100%; padding: 0; }
  .list3 li { margin: 0 0 .2rem; }
  .list3 a { padding: 0.12rem calc(2% + 45px) 0.12rem 0.12rem; background-position-x: 98%; }
  .list3 .date1::after { right: -.15rem; }
  .list3 .title { width: calc(100% - 65px - .3rem); text-overflow: clip; white-space: initial; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } }
@media screen and (max-width: 520px) { .header .right-box { padding: 0 1.2rem 0 0; }
  .logo { display: flex; align-items: center; height: 32px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 42px; }
  .pad-btn::after { width: 67px; }
  .pad-btn .search-btn { width: 38px; height: 38px; }
  .pad-btn .nav-btn { width: 30px; margin: 0 14px 0 28px; }
  .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); }
  .nav { top: 52px; height: calc(100vh - 52px); }
  .banner, .decorate { margin: 52px 0 0 !important; }
  .news-swiper1 .pagination { bottom: 5px; right: 0; width: 100%; text-align: center; }
  .news-swiper1 .pagination .swiper-pagination-bullet { width: 7px; height: 7px; }
  .pixel-box { margin: 0 0 .2rem; }
  .pixel-box.box1 { margin: 0; width: 52%; }
  .pixel-box.box2 { width: 48%; }
  .pixel-box li { margin: 0; }
  .pixel-box li::before { display: none; }
  .pixel-box li.item3 { width: 100%; height: 2.4rem; }
  .pixel-box li.item4 { width: 100%; }
  .pixel-box a p { font-size: .2rem; }
  .news-swiper3 .swiper-slide { padding: 0; }
  .news-swiper3 .text { position: static; padding: .12rem .15rem .1rem; background: #ad0048; }
  .news-swiper3 .title { width: 100%; margin: 0 0 6px; font-size: .2rem; }
  .news-swiper3 .info { width: 100%; }
  .news-swiper3 .arrow { bottom: .16rem; right: auto; left: .15rem; }
  .news-swiper3 .arrow.swiper-next { left: calc(.25rem + 30px); }
  .picture2 .img-frame, .picture3 .img-frame { width: 100%; }
  .picture2 .img-scale, .picture3 .img-scale { display: block; }
  .picture2 .text, .picture3 .text { width: 100%; }
  .picture3 .text { margin: .1rem 0 0; }
  #mask .search-box form { width: 90%; } }

/*# sourceMappingURL=style.css.map */