@charset "UTF-8";
/* 网站通用样式 */
@font-face { font-family: "Roboto-MediumItalic"; src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype"); }
@font-face { font-family: "Roboto-BoldItalic"; src: url("../fonts/Roboto-BoldItalic.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; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #c11a21; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1600px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.title { font-size: 0.2rem; font-weight: 700; line-height: 0.28rem; color: #000; text-align: left; }

.info { font-size: 0.16rem; font-weight: 500; line-height: 0.24rem; color: #000; text-align: left; }

.date { font-family: "Roboto-BoldItalic"; font-style: italic; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #999; text-align: left; }

.date1 { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; width: .78rem; height: 1.14rem; font-family: "Roboto-MediumItalic"; font-style: italic; font-size: 0.15rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: center; background: #d7d7d7; border-radius: .1rem; }
.date1 p:first-child { font-family: "Roboto-BoldItalic"; font-size: .5rem; font-weight: 700; line-height: .52rem; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 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; }
.header > .container { padding: .24rem 0; -webkit-transition: padding 0.3s ease-out 0s; -moz-transition: padding 0.3s ease-out 0s; -ms-transition: padding 0.3s ease-out 0s; -o-transition: padding 0.3s ease-out 0s; transition: padding 0.3s ease-out 0s; }
.header .container { position: relative; z-index: 5; }
.header .right-wrapper { padding: 0 .24rem 0 .2rem; background: #fff; border-radius: .2rem; }
.header.scroll { background: #b90004; box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2); }
.header.scroll > .container { padding: .12rem 0; }

.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: .7rem; }

.top-link { position: relative; width: 1.4rem; align-items: center; }
.top-link p { position: relative; padding: 0 0 0 .5rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #b90004; text-align: left; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 0.15rem 50%; background-color: transparent; background-size: 0.23rem; cursor: pointer; }
.top-link p::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: .3rem; height: .4rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.11rem; -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; }
.top-link a { position: relative; display: block; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #b90004; text-align: center; border-top: 1px solid #eee; }
.top-link a:nth-of-type(1) { border: none; }
.top-link a:hover { font-weight: 700; }
.top-link .link-wrap { position: absolute; top: 130%; right: auto; bottom: auto; left: 0; z-index: 2; width: 100%; padding: 5px .1rem; background: #fff; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2); border-radius: 4px; visibility: hidden; 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; }
.top-link:hover p::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.top-link:hover .link-wrap { top: 100%; visibility: visible; opacity: 1; }

.nav { position: relative; z-index: 4; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.nav li { position: relative; }
.nav li a { position: relative; z-index: 3; white-space: nowrap; display: block; font-size: 0.2rem; font-weight: 500; line-height: 0.54rem; color: #fff; text-align: center; }
.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; }
.nav li > a::after { position: absolute; top: -3px; right: auto; bottom: auto; left: 50%; z-index: 1; content: ""; width: 0%; height: 5px; 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; }
.nav li:hover > a::after { left: 0; width: 100%; }
.nav li:hover .sub-nav { visibility: visible; -webkit-transform: translateX(-50%) scaleY(1); -moz-transform: translateX(-50%) scaleY(1); -ms-transform: translateX(-50%) scaleY(1); -o-transform: translateX(-50%) scaleY(1); transform: translateX(-50%) scaleY(1); opacity: 1; }
.nav .sub-nav { position: absolute; top: 100%; right: auto; bottom: auto; left: 50%; z-index: 1; min-width: 1.8rem; padding: .08rem 0; background: #b90004; opacity: 0; visibility: hidden; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.26); background: white; border-radius: 4px; -webkit-transform: translateX(-50%) scaleY(0); -moz-transform: translateX(-50%) scaleY(0); -ms-transform: translateX(-50%) scaleY(0); -o-transform: translateX(-50%) scaleY(0); transform: translateX(-50%) scaleY(0); transform-origin: 50% 0%; -webkit-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
.nav .sub-nav dd { position: relative; padding: 0 .15rem; }
.nav .sub-nav dd::before { position: absolute; top: 0; right: 0.15rem; bottom: auto; left: auto; z-index: 1; width: calc(100% - .3rem); height: 100%; content: ""; background: #b90004; opacity: 0; -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 dd:last-child a { border: none; }
.nav .sub-nav dd:hover::before { right: 0; width: 100%; opacity: 1; }
.nav .sub-nav dd:hover a { color: #fff; border-color: #b90004; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .1rem 0; font-size: .15rem; line-height: .2rem; color: #333; border-bottom: 1px solid #efefef; -webkit-transition: background 0.15s ease-out 0s; -moz-transition: background 0.15s ease-out 0s; -ms-transition: background 0.15s ease-out 0s; -o-transition: background 0.15s ease-out 0s; transition: background 0.15s ease-out 0s; }

.pad-btn { position: relative; display: flex; align-items: center; }
.pad-btn::before { display: block; content: ""; box-sizing: border-box; width: 1px; height: .16rem; margin: 0 .2rem; background: #ecbabc; }
.pad-btn .search-btn { position: relative; z-index: 5; width: .3rem; height: .3rem; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; 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; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 28px; margin: 0 0 0 .16rem; 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 i:nth-child(2) { width: 75%; }
.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: auto; right: auto; bottom: 100%; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.6s; -moz-transition: all 0.3s ease-out 0.6s; -ms-transition: all 0.3s ease-out 0.6s; -o-transition: all 0.3s ease-out 0.6s; transition: all 0.3s ease-out 0.6s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 0%; opacity: 1; background-image: url("../images/index_bg1.png"); background-repeat: no-repeat; background-position: 100% 60%; background-color: #c11a21; background-size: 100%; content: ""; -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 .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; white-space: nowrap; width: 80%; max-width: 8rem; padding-right: .1rem; margin: 0 auto; 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; border-bottom: 3px solid rgba(255, 255, 255, 0.8); -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: .7rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.2rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: left; }
#mask .search-box .input::placeholder { color: rgba(255, 255, 255, 0.9); }
#mask .search-box .submit { width: .5rem; height: .7rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.24rem; }
#mask .search-box .close { width: .5rem; height: .5rem; position: absolute; top: 60%; right: auto; bottom: auto; left: calc(100% + .6rem); 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 { bottom: 0; opacity: 1; visibility: visible; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0.5s; -moz-transition: all 0.45s ease-out 0.5s; -ms-transition: all 0.45s ease-out 0.5s; -o-transition: all 0.45s ease-out 0.5s; transition: all 0.45s ease-out 0.5s; }
#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: 1s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: -100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .4rem; background: #F8F8F8; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; }
.mobile-box .nav { 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; border-top: 1px solid #fff; }
.mobile-box .nav li:first-child { border-top: none; }
.mobile-box .nav li:last-child { border-bottom: none; }
.mobile-box .nav li a { color: #000; font-weight: 500; padding: 0 .1rem; line-height: .6rem; text-align: left; }
.mobile-box .nav li a::after { display: none; }
.mobile-box .nav li .icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 3; width: .6rem; height: .6rem; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; cursor: pointer; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -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(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.mobile-box .nav li > a { font-size: .2rem; }
.mobile-box .nav .sub-nav { display: none; position: static; opacity: 1; width: 100%; padding: 0 0 12px 10px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; transform: none !important; }
.mobile-box .nav .sub-nav dd::before { display: none; }
.mobile-box .nav .sub-nav .tri { display: none; }
.mobile-box .nav .sub-nav a { font-size: .18rem; line-height: .44rem; color: #494949 !important; border-bottom: 1px dashed #ddd; }
.mobile-box .nav .sub-nav::before { display: none; }
.mobile-box .mobile-search { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 1px; margin: .1rem auto .15rem; overflow: hidden; background: #fff; }
.mobile-box .mobile-search .form { display: flex; width: 100%; border: 1px solid #b90004; border-radius: 2px; overflow: hidden; }
.mobile-box .mobile-search .input { width: calc(100% - .7rem); 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/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #b90004; background-size: auto; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 首页轮播图 */
.banner { width: 100%; z-index: 1; font-size: 0; background: #b90004; }
.banner .swiper-slide::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; content: ""; width: 100%; height: 100%; background-image: url("../images/head_bg.png"); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: cover; }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.banner .img .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.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.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: transform 0.5s ease-out 0s; -moz-transition: transform 0.5s ease-out 0s; -ms-transition: transform 0.5s ease-out 0s; -o-transition: transform 0.5s ease-out 0s; transition: transform 0.5s ease-out 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6.4s ease-out 0.6s; -moz-transition: transform 6.4s ease-out 0.6s; -ms-transition: transform 6.4s ease-out 0.6s; -o-transition: transform 6.4s ease-out 0.6s; transition: transform 6.4s ease-out 0.6s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .text { width: 9rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(50% - 800px); z-index: 4; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.banner .text p { font-size: 0.7rem; font-weight: 700; line-height: 0.74rem; color: #fff; text-align: left; }
.banner .pagination { position: absolute; height: .44rem; bottom: .7rem; z-index: 3; display: flex; align-items: center; justify-content: center; }
.banner .pagination .swiper-pagination-bullet { position: relative; width: .22rem; height: .22rem; margin: 0 .18rem; background-image: url("../images/f_icon3_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: 1; cursor: pointer; border-radius: 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; }
.banner .pagination .swiper-pagination-bullet::after { position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + 3px); z-index: 1; width: .15rem; height: 1px; background: #fff; content: ""; }
.banner .pagination .swiper-pagination-bullet::before { position: absolute; top: 50%; right: calc(100% + 3px); bottom: auto; left: auto; z-index: 1; width: .15rem; height: 1px; background: #fff; content: ""; }
.banner .pagination .swiper-pagination-bullet:first-child::before { display: none; }
.banner .pagination .swiper-pagination-bullet:last-child::after { display: none; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .44rem; height: .44rem; background-image: url("../images/f_icon3.png"); }

/* 首页样式 */
.column { position: relative; z-index: 1; display: block; width: 100%; margin: .95rem 0 .36rem; }
.column h3 { font-size: 0.6rem; font-weight: 700; line-height: 0.98rem; color: #000; text-align: left; }
.column .text-bg { position: absolute; top: -0.3rem; right: auto; bottom: auto; left: -0.52rem; z-index: -1; font-size: 1.97rem; line-height: 80%; font-weight: 700; text-transform: uppercase; background: linear-gradient(0deg, transparent, #f7ece8); -webkit-background-clip: text; color: transparent; background: transparent\0; color: #fcf7f6\0; user-select: none; }
.column .more { position: absolute; top: .28rem; right: 0; z-index: 2; }

.more { display: block; width: 1.8rem; padding: 0 0 0 .3rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #c11a21; text-align: left; background: url("../images/f_icon4.png") no-repeat 86% 50% #fff; background-size: .09rem; box-shadow: 0 .24rem .3rem 0 #e4cfcf; border-radius: .2rem; -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; }
.more:hover { color: #fff; background-image: url("../images/f_icon4_2.png"); background-color: #b90004 !important; }

.home1 { padding: 0 0 1.4rem; background: linear-gradient(0deg, #f7f7f7 75%, transparent); }
.home1 .l-box { width: 50%; }
.home1 .r-box { width: 45.625%; margin: .96rem 0 0; }

.news-list1 a { position: relative; z-index: 1; padding: .4rem 0; border-bottom: 3px solid #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-list1 a::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: calc(100% + .28rem); background-image: url("../images/list_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; border-radius: .1rem; 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; }
.news-list1 a::after { position: absolute; top: auto; right: auto; bottom: -3px; left: 0; z-index: 1; content: ""; width: 1.18rem; height: 3px; background: #e1e1e1; -webkit-transition: width 0.5s ease-out 0s; -moz-transition: width 0.5s ease-out 0s; -ms-transition: width 0.5s ease-out 0s; -o-transition: width 0.5s ease-out 0s; transition: width 0.5s ease-out 0s; }
.news-list1 .text { width: calc(100% - 1.12rem); }
.news-list1 .title { height: .56rem; }
.news-list1 .info { margin: .12rem 0 0; height: 0.48rem; }
.news-list1 .date1 { -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 { position: relative; }
.news-swiper1 .img-swiper { height: 4.5rem; margin: 0 0 0 .6rem; }
.news-swiper1 .img { padding: 4.5rem 0 0; }
.news-swiper1 .txt-swiper { margin: -.5rem .4rem 0 0; background-image: url("../images/list_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; box-shadow: 0 .24rem .3rem 0 #e4cfcf; }
.news-swiper1 .txt-swiper .swiper-slide { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .44rem .54rem; }
.news-swiper1 .title { width: 100%; color: #fff; height: .56rem; }
.news-swiper1 .info { width: 100%; color: #fff; margin: .2rem 0 0; height: .72rem; }
.news-swiper1 .date { color: #fff; }
.news-swiper1 .line { width: 100%; height: 1px; margin: .4rem 0; background: rgba(255, 255, 255, 0.2); }
.news-swiper1 .more { box-shadow: 0 0.23rem 0.24rem 0 rgba(0, 0, 0, 0.15); }
.news-swiper1 .control { width: .6rem; position: absolute; top: auto; right: auto; bottom: 3.74rem; left: 0; z-index: 1; }
.news-swiper1 .img-pagination { display: -ms-flexbox; display: flex; flex-direction: column; align-items: flex-end; padding: 0 .22rem 0 0; }
.news-swiper1 .img-pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: .12rem 0 0; background: #d7d7d7; opacity: 1; border-radius: .06rem; -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-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .3rem; background: #b90004; }
.news-swiper1 .txt-pagination { font-size: 0; text-align: center; }
.news-swiper1 .txt-pagination .swiper-pagination-current { font-family: "Roboto-BoldItalic"; font-size: 0.3rem; font-weight: 700; line-height: 0.55rem; color: #c11a21; text-align: center; }

.home2 { padding: .24rem 0 1rem; background: linear-gradient(-21deg, #fff7f7, #fbfbfb); overflow: hidden; }

.notice-box { background-image: url("../images/index_bg1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }

.research-box { padding: .5rem 0 0; background-image: url("../images/index_bg2.png"); background-repeat: no-repeat; background-position: 100% 0; background-color: transparent; background-size: 9.73rem; }

.news-swiper2 { margin: 0 -.2rem; padding: .1rem 0 0; }
.news-swiper2 .news-list2 { padding: 0 .2rem; }
.news-swiper2 .control { margin: .55rem 0 0; }
.news-swiper2 .swiper-arrow { width: .8rem; height: .36rem; background-image: url("../images/arrow1_2.png"); background-repeat: no-repeat; background-position: 50% 44%; background-color: #f5e9e6; background-size: 0.24rem; border-radius: .18rem; 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 .swiper-arrow.swiper-prev { margin: 0 .17rem 0 0; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.news-swiper2 .swiper-arrow.swiper-next { margin: 0 0 0 .17rem; }
.news-swiper2 .swiper-arrow:hover { background-color: #b90004; background-image: url("../images/arrow1.png"); }
.news-swiper2 .pagination .swiper-pagination-bullet { position: relative; width: 5px; height: 5px; margin: 0 3px; background: #b90004; opacity: 1; cursor: pointer; border-radius: 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; }

.news-list2 { display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.news-list2 li { width: 33.33%; border-right: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; }
.news-list2 li:nth-of-type(3), .news-list2 li:nth-of-type(6) { border-right: none; }
.news-list2 li:nth-of-type(4), .news-list2 li:nth-of-type(5), .news-list2 li:nth-of-type(6) { border-bottom: none; }
.news-list2 a { position: relative; z-index: 1; padding: .5rem; }
.news-list2 a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; background-image: url("../images/list_bg3.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; opacity: 0; visibility: hidden; -webkit-transition: all 0.35s ease-out 0s; -moz-transition: all 0.35s ease-out 0s; -ms-transition: all 0.35s ease-out 0s; -o-transition: all 0.35s ease-out 0s; transition: all 0.35s ease-out 0s; }
.news-list2 .icon { width: .58rem; height: .58rem; background-image: url("../images/f_icon5.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #f7f2f3; background-size: 0.32rem; border-radius: .08rem; }
.news-list2 .title { width: calc(100% - .58rem); padding-left: .36rem; height: .84rem; margin: 0 0 .3rem; color: #5b5b5b; }
.news-list2 .date { display: -ms-flexbox; display: flex; width: 100%; white-space: nowrap; }
.news-list2 .date i { position: relative; display: block; width: 100%; height: 1px; margin: .17rem 0 0 .18rem; background: #d4d4d4; }
.news-list2 .date i::after { position: absolute; top: auto; right: -0.03rem; bottom: 0; left: auto; z-index: 1; content: ""; width: 0; height: 0; border-top: 3px solid transparent; border-right: 0.14rem solid transparent; border-bottom: 3px solid #d7d7d7; border-left: .14rem solid #d7d7d7; }

@keyframes ani-wid { 0% { width: .28rem; }
  100% { width: 100%; } }
.news-swiper3 { margin: 0 -.3rem; padding: .16rem .3rem 0; }
.news-swiper3 .swiper-slide { display: block; z-index: 1; padding: .5rem .38rem .65rem; }
.news-swiper3 .swiper-slide::before { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 100%; height: 100%; border: 1px solid #ede4d6; border-bottom: 6px solid #b90004; background-image: url("../images/list_bg4.jpg"); background-repeat: no-repeat; background-position: 100% 0; background-color: #fff; background-size: 100%; box-shadow: 0 .2rem .2rem 0 #f1e3e2; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
.news-swiper3 .dept { display: block; font-size: 0.2rem; font-weight: 700; line-height: 0.4rem; color: #b90004; text-align: left; }
.news-swiper3 .line { width: 1.7rem; height: 1px; margin: .26rem 0 .35rem; background: #e3c3c2; }
.news-swiper3 .title { height: .56rem; }
.news-swiper3 .info { height: .72rem; margin: .2rem 0 .36rem; }
.news-swiper3 .date { font-size: .2rem; color: #b90004; }
.news-swiper3 .more { width: 1.5rem; background-color: #f7ece8; box-shadow: none; }
.news-swiper3 .pagination { margin: .9rem 0 0; text-align: center; }
.news-swiper3 .pagination .swiper-pagination-bullet { width: .12rem; height: .12rem; margin: 0 .05rem; background: #cdcdcd; opacity: 1; border-radius: .06rem; -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-swiper3 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .3rem; background: #b90004; }

/* 网站底部 */
.footer { padding: .55rem 0 .7rem; background-image: url("../images/foot_bg.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.foot-link { width: 100%; }
.foot-link h2 { width: 100%; margin: 0 0 .3rem; font-size: 0.6rem; font-weight: 700; line-height: 0.8rem; color: #fff; text-align: left; }

.sim-select { position: relative; width: 48.75%; margin: 0 0 .16rem; cursor: pointer; }
.sim-select p { position: relative; padding: .09rem .55rem .09rem .36rem; font-size: 0.18rem; font-weight: 500; line-height: 0.22rem; color: #5b5b5b; text-align: left; border-radius: .2rem; background: #fff; }
.sim-select p::after { position: absolute; top: 0; right: 0.17rem; bottom: auto; left: auto; z-index: 1; content: ""; width: .38rem; height: .4rem; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.14rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -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; }
.sim-select ul { position: absolute; top: calc(100% + 2px); right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; max-height: 2.28rem; display: none; padding: .06rem 0; background: #fff; box-shadow: 0 0.15rem 0.2rem 0 rgba(0, 0, 0, 0.25); overflow-y: auto; border-radius: .2rem; }
.sim-select ul::-webkit-scrollbar { width: .05rem; }
.sim-select ul::-webkit-scrollbar-thumb { border-radius: .05rem; background: #c11a21; }
.sim-select ul::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }
.sim-select ul a { display: block; padding: .08rem .36rem; font-size: 0.17rem; font-weight: 500; line-height: 0.2rem; color: #5b5b5b; 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; }
.sim-select ul a:hover { color: #fff; background: #cfab73; }
.sim-select.show { z-index: 2; }
.sim-select.show p::after { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }

.foot-img { display: -ms-flexbox; display: flex; align-items: center; width: 100%; margin: .24rem 0 .3rem; }
.foot-img::after { display: block; content: ""; box-sizing: border-box; width: 100%; height: 1px; margin: 0 0 0 .18rem; background: rgba(255, 255, 255, 0.3); }
.foot-img img { max-height: .63rem; }

.foot-contact { font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; color: #ffc2c2; text-align: left; }
.foot-contact p { padding: .08rem 0 .08rem .75rem; background-image: url("../images/f_icon7_1.png"); background-repeat: no-repeat; background-position: 0.18rem 0.05rem; background-color: transparent; background-size: 0.24rem; }
.foot-contact p:nth-child(2) { background-image: url("../images/f_icon7_2.png"); }
.foot-contact p:nth-child(3) { background-image: url("../images/f_icon7_3.png"); }

.foot-ewm .img img { width: .95rem; margin: 0 0 0 .32rem; }
.foot-ewm .img img:first-child { margin: 0; }
.foot-ewm p { margin: .1rem 0 0; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #ffc2c2; text-align: center; }

.copy { width: 100%; margin: .32rem 0 0; padding: .1rem 0 0; border-top: 1px solid rgba(255, 255, 255, 0.3); font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #ffc2c2; text-align: right; }

/* 内页样式 */
.decorate { position: relative; padding: 5.5rem 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 .lv1-nav { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 0 1.7rem; }
.decorate .lv1-nav .container { position: relative; z-index: 1; }
.decorate .lv1-nav .p1 { font-size: 0.8rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: left; text-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.15); }
.decorate .lv1-nav .text-bg { position: absolute; top: 0.4rem; right: auto; bottom: auto; left: -0.8rem; z-index: -1; font-size: 1.6rem; line-height: 80%; font-weight: 700; text-transform: uppercase; background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.1)); -webkit-background-clip: text; color: transparent; background: transparent\0; color: rgba(255, 255, 255, .07)\0; user-select: none; }

.main-box { position: relative; z-index: 1; background: linear-gradient(-21deg, #fff7f7, #fbfbfb); }
.main-box::before { position: absolute; top: 0.18rem; right: 0; bottom: auto; left: auto; z-index: -1; content: ""; width: 9.73rem; max-width: 100%; height: 4.61rem; background-image: url("../images/index_bg2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.main-box::after { position: absolute; top: 3rem; right: 0; bottom: auto; left: auto; z-index: -2; width: 100%; height: 6.8rem; content: ""; background-image: url("../images/index_bg1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 3.6rem; margin: -.16rem 0 .6rem; }
.sidebar h3 { display: none; position: relative; font-size: 0.32rem; font-weight: 700; line-height: 1.2rem; color: #fff; text-align: center; background: linear-gradient(-90deg, #b90004, #c11a21); }
.sidebar .sub-nav { position: relative; padding: .5rem .28rem 1.6rem; background-image: url("../images/list_bg6.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #c11a21; background-size: 100%; border-top: .16rem solid #fff; border-bottom: .06rem solid #fff; box-shadow: 0 .2rem .2rem 0 #f1e3e2; }
.sidebar .sub-nav li { position: relative; z-index: 1; padding: .05rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.sidebar .sub-nav li a { background-repeat: no-repeat; background-position: calc(100% - .15rem) 50%; background-color: transparent; background-size: 0.09rem; }
.sidebar .sub-nav li a::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; background: #cda770; border-radius: .1rem; 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; }
.sidebar .sub-nav li.cur > a { color: #b90004 !important; background-color: #fff; background-image: url("../images/f_icon7.png"); }
.sidebar .sub-nav li.cur > a::after { right: -.18rem; opacity: 1; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li > a:hover { color: #b90004; background-color: #fff; background-image: url("../images/f_icon7.png"); }
.sidebar .sub-nav li > a:hover::after { right: -.18rem; opacity: 1; }
.sidebar .sub-nav a { position: relative; display: -ms-flexbox; display: flex; align-items: center; min-height: .76rem; padding: .1rem .3rem .1rem .26rem; font-size: 0.24rem; font-weight: 700; line-height: 0.26rem; color: #fff; text-align: left; border-radius: .1rem; -webkit-transition: all 0.1s ease-out 0s; -moz-transition: all 0.1s ease-out 0s; -ms-transition: all 0.1s ease-out 0s; -o-transition: all 0.1s ease-out 0s; transition: all 0.1s ease-out 0s; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .64rem; background-image: url("../images/icon12_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; opacity: .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; }
.sidebar .sub-nav .down.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar .sub-nav .lv3 { margin: .05rem 0 0; }
.sidebar .sub-nav .lv3 a { min-height: .5rem; padding: .1rem .1rem .1rem .26rem; font-size: .2rem; line-height: .2rem; }
.sidebar .sub-nav .lv3 dd { padding: .13rem 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.sidebar .sub-nav .lv3 dd.cur a { color: #b90004 !important; background-color: #fff; background-image: url("../images/f_icon7.png"); }
.sidebar .sub-nav .lv3 dd.cur a::after { right: -.18rem; opacity: 1; }
.sidebar .sub-nav .lv3 dd:hover > a { color: #b90004; background-color: #fff; background-image: url("../images/f_icon7.png"); }
.sidebar .sub-nav .lv3 dd:hover > a::after { right: -.18rem; opacity: 1; }

.main { position: relative; z-index: 4; width: calc(100% - 4.6rem); min-height: 4rem; margin: .35rem 0 0; padding: 0 0 .2rem; }

.place { width: 61%; padding: .12rem 0 .12rem .34rem; font-size: 0.16rem; font-weight: 500; line-height: 0.26rem; color: #c6ac84; text-align: left; border-bottom: 1px solid #c6ac84; background-image: url("../images/f_icon8.png"); background-repeat: no-repeat; background-position: 0 0.14rem; background-color: transparent; background-size: 0.19rem; }
.place a { position: relative; display: inline-block; color: #c6ac84; }
.place a:hover { color: #b90004; }

.list1 { margin: .5rem 0 0; }
.list1 a { position: relative; z-index: 1; padding: .32rem 1rem .32rem 0; border-bottom: 1px solid #cfab73; overflow: hidden; -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::before { position: absolute; top: -1px; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: 40%; height: 100%; background-image: url("../images/list_bg7.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: cover; border-top: 1px solid #eab4b6; border-bottom: 3px solid #b90004; opacity: 0; -webkit-transition: all 0.8s ease-out 0s; -moz-transition: all 0.8s ease-out 0s; -ms-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s; transition: all 0.8s ease-out 0s; }
.list1 .text { width: calc(100% - 1.25rem); }
.list1 .info { margin: .12rem 0 0; height: 0.48rem; }
.list1 .date1 { width: .9rem; height: .9rem; background: #cfab73; -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 { margin: .7rem 0 0; }
.picture2 li { padding: .3rem 0; border-bottom: 1px solid #e3e0e0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 .img-zoom { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 .3rem 0 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; }
.picture2 .img-frame { width: 2.8rem; }
.picture2 .img-frame .img { padding: 56.25% 0 0; }
.picture2 .text { position: relative; width: calc(100% - 2.8rem); padding: 0 .8rem 0 0; }
.picture2 .dept { font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #cda66f; text-align: left; }
.picture2 .date { font-family: Arial, Helvetica, sans-serif; font-style: normal; margin: .08rem 0 0; font-size: .12rem; color: #a6a6a6; }
.picture2 .title { margin: .15rem 0; font-size: .24rem; line-height: .3rem; font-weight: 500; color: #222; }
.picture2 .info { height: .5rem; font-size: .15rem; margin: 0 0 .26rem; }
.picture2 .first-news { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 0 .7rem; }
.picture2 .first-news a { padding: 0; }
.picture2 .first-news .img-zoom { display: block; width: 4.95rem; }
.picture2 .first-news .img-zoom .img { padding: 72% 0 0; }
.picture2 .first-news .text { width: calc(100% - 4.95rem); padding: 0 0 0 .4rem; }
.picture2 .first-news .title { height: .96rem; font-size: .36rem; font-weight: 700; line-height: .48rem; -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 .first-news .info { font-size: .16rem; line-height: .26rem; height: .78rem; }
.picture2 .first-news .more2 { display: block; width: 1.6rem; margin: .2rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.45rem; color: #fff; text-align: center; background: #cda66f; -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; }

.picture3 { font-size: 0; margin: 0 -0.15rem; margin-top: .36rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.15rem; }
.picture3 .img-zoom { margin: .32rem 0 0; padding: .1rem; border: 1px solid #eee; border-radius: 4px; -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; background: #fcfeff; box-shadow: 0 .1rem .2rem 0 #f1e3e2; }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: .21rem; font-weight: 500; text-align: center; }

.teach-list li { width: 50%; margin: .9rem 0 0; }
.teach-list li:nth-child(odd) { padding: 0 .35rem 0 0; border-right: 1px solid #ebeaea; }
.teach-list li:nth-child(even) { padding: 0 0 0 .35rem; }
.teach-list .img-zoom { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; -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; }
.teach-list .img-zoom:hover .title { color: #b90004; }
.teach-list .img-frame { width: 2.3rem; }
.teach-list .img-frame .img { padding: 120% 0 0; }
.teach-list .title { margin: .28rem 0 .2rem; font-size: .24rem; font-weight: 500; }
.teach-list .text { width: calc(100% - 2.3rem); padding: 0 .15rem 0 .34rem; }
.teach-list .info { margin: 0 0 6px; color: #727171; }

.article { padding: .7rem 0 .6rem; }
.article .title { font-size: 0.26rem; font-weight: 500; line-height: 145%; color: #000; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; 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: .35rem 0 .2rem; padding: .14rem 0; font-size: 0.16rem; font-weight: 500; line-height: 0.22rem; color: #9c9c9c; text-align: center; border-top: 1px solid #c6ac84; }
.article .sub span { margin: 0 .1rem; }
.article .sub span span { margin: 0; }
.article .content { padding: .3rem 0 .6rem; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #000; text-align: left; }
.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: 0 auto .2rem; }
.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: 0 auto .2rem; }
.article .cont-page { position: relative; padding: .2rem 0 0; border-top: 1px solid #cda66f; }
.article .cont-page a { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.15rem; font-weight: 500; line-height: 0.28rem; color: #9c9b9b; 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 { text-decoration: none; color: #b90004; }
.article .cont-page a:hover::before, .article .cont-page a:hover::after { background-image: url("../images/f_icon9_2.png"); }
.article .cont-page .cont-prev::before { display: block; content: ""; box-sizing: border-box; width: .11rem; height: .17rem; margin: 0 .16rem 0 0; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 0 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; }
.article .cont-page .cont-next::after { display: block; content: ""; box-sizing: border-box; width: .11rem; height: .17rem; margin: 0 0 0 .16rem; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 100%; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -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 ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }
.article.about .title { font-weight: 700; margin: 0 0 .5rem; }

.teach-article .teach-head { margin: 0 0 .45rem; }
.teach-article .teach-head .img { width: 2.3rem; }
.teach-article .teach-head .img img { width: 100%; }
.teach-article .teach-head .text { width: calc(100% - 2.3rem); padding: 0 0 0 .65rem; }
.teach-article .teach-head .name { margin: 0 0 .1rem; font-size: 0.36rem; font-weight: 700; line-height: 0.68rem; color: #000; text-align: left; }
.teach-article .teach-head .p1 { margin: 0 0 .2rem; padding: 0 0 0 .42rem; font-size: 0.24rem; font-weight: 700; line-height: 120%; color: #c4a577; text-align: left; background-image: url("../images/f_icon10_1.png"); background-repeat: no-repeat; background-position: 0 0.06rem; background-color: transparent; background-size: 0.27rem; }
.teach-article .teach-head .p2 { padding: 0 0 0 .42rem; font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #727171; text-align: left; background-image: url("../images/f_icon10_2.png"); background-repeat: no-repeat; background-position: 0 0.04rem; background-color: transparent; background-size: 0.23rem; }
.teach-article .teach-content { border-top: 1px dashed #c4a577; color: #727171; }
.teach-article .teach-content p::before { display: inline-block; content: ""; width: .07rem; height: .07rem; margin: 0 .2rem 3px .1rem; background: #c4a577; }
.teach-article .teach-title { margin: 0 0 .2rem; padding: 0 0 0 .36rem; font-size: 0.24rem; font-weight: 700; line-height: 150%; color: #c4a577; text-align: left; background-image: url("../images/f_icon10_3.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.24rem; }

/* 翻页样式 */
#list-page { margin: .4rem 0 .3rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: .14rem; 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: .11rem 13rem; color: #c11a21; border: 1px solid #eee; border-radius: .3rem; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #b90004; font-weight: bold; color: #fff; border-color: #b90004; }
#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: .45rem; height: .34rem; line-height: .34rem; vertical-align: bottom; }

@media screen and (min-width: 1025px) { .news-list1 a:hover { margin: 0 0 .24rem; border-color: transparent; padding-left: .32rem; padding-right: .3rem; }
  .news-list1 a:hover::before { opacity: 1; box-shadow: 0 .24rem .3rem 0 #e4cfcf; }
  .news-list1 a:hover::after { left: .32rem; width: calc(100% - .64rem); background: #b90004; }
  .news-list1 a:hover .date1 { background: #b90004; }
  .news-list2 a:hover::after { top: -.1rem; height: calc(100% + .2rem); opacity: 1; box-shadow: 0 0.2rem 0.24rem 0 rgba(201, 151, 151, 0.67); visibility: visible; }
  .news-list2 a:hover .icon { background-color: #fff; }
  .news-list2 a:hover .title { color: #fff; }
  .news-list2 a:hover .date { color: #fff; }
  .news-list2 a:hover .date i { animation: ani-wid 1.6s; background: #fff; }
  .news-list2 a:hover .date i::after { border-left-color: #fff; border-bottom-color: #fff; }
  .news-swiper3::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .15rem; height: 100%; content: ""; background: linear-gradient(90deg, transparent, #fef8f8); }
  .news-swiper3 .swiper-slide { z-index: 1; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
  .news-swiper3 .swiper-slide::after { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: -2; content: ""; width: calc(100% - .18rem); height: 80%; background: #fff; opacity: 0; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; }
  .news-swiper3 .swiper-slide:hover { -webkit-transform: translate(0, -0.16rem); -moz-transform: translate(0, -0.16rem); -ms-transform: translate(0, -0.16rem); -o-transform: translate(0, -0.16rem); transform: translate(0, -0.16rem); }
  .news-swiper3 .swiper-slide:hover::before { border-color: #c11a21; border-bottom-color: #920202; background-color: #c11a21; background-image: url("../images/list_bg5.jpg"); box-shadow: none; }
  .news-swiper3 .swiper-slide:hover::after { right: -.16rem; bottom: -.21rem; box-shadow: 0 .2rem .3rem 0 #d59c9c; opacity: 1; }
  .news-swiper3 .swiper-slide:hover .dept, .news-swiper3 .swiper-slide:hover .title, .news-swiper3 .swiper-slide:hover .info, .news-swiper3 .swiper-slide:hover .date { color: #fff; }
  .news-swiper3 .swiper-slide:hover .line { background: #fff; }
  .news-swiper3 .swiper-slide:hover .more { background-color: #fff; }
  .list1 a:hover { overflow: visible; padding-left: .3rem; padding-right: .7rem; }
  .list1 a:hover::before { opacity: 1; width: calc(100% + 5vw); }
  .list1 a:hover .title { color: #b90004; }
  .list1 a:hover .date1 { color: #fff; background: #c11a21; }
  .picture2 .img-zoom:hover .title { color: #b90004; }
  .picture2 .first-news .title { -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 .first-news .title:hover { color: #b90004; }
  .picture2 .first-news .more2:hover { background: #b90004; }
  .picture3 .img-zoom:hover { border-color: #b90004; background: #b90004; }
  .picture3 .img-zoom:hover .title { color: #fff; font-family: "SYST700"; } }
@media screen and (min-width: 1778px) { .list1 a:hover::before { width: calc(100% + (50vw - 800px)); } }
@media screen and (max-width: 1777px) { .banner .text { left: 5%; } }
@media screen and (max-width: 1024px) { html { font-size: 90px !important; }
  .header { padding: 10px 0 !important; transition: all .2s; background: #b90004; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }
  .header .container { flex-wrap: nowrap; padding: 0 !important; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; background: none; border-radius: 0; }
  .header .top-link, .header > .nav { display: none; }
  .logo { width: auto; min-width: auto; height: 45px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 45px !important; }
  .pad-btn .search-btn { display: none; }
  .pad-btn .nav-btn { display: block; }
  .pad-btn::before { display: none; }
  .mobile-box { display: block; }
  .container { max-width: 92%; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .text { width: 70%; }
  .banner .text p { font-size: 4.5vw; line-height: 140%; }
  .banner .pagination { bottom: .2rem; }
  .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .32rem; height: .32rem; }
  .home1 { padding: 1px 0 .7rem; }
  .home1 .l-box { width: 100%; }
  .home1 .r-box { width: 100%; margin: .4rem 0 0; }
  .column { margin: .6rem 0 .2rem; display: flex; }
  .column .text-bg { top: -.15rem; left: -.1rem; font-size: 14vw; }
  .column h3 { font-size: .54rem; }
  .column .more { position:static; }
  .news-swiper1 .img-swiper { height: 56vw; }
  .news-swiper1 .img { padding: 56vw 0 0; }
  .news-swiper1 .txt-swiper .swiper-slide { padding: .2rem .24rem; }
  .news-swiper1 .info { margin: .1rem 0 0; }
  .news-swiper1 .line { margin: .2rem 0; }
  .news-swiper1 .control { bottom: 2.6rem; }
  .news-list1 a { padding: .3rem 0; }
  .home2 { padding: .1rem 0 .6rem; }
  .research-box { background-size: 66vw; }
  .news-list2 li { width: 50%; }
  .news-list2 li:nth-of-type(2) { border-right: none; }
  .news-list2 li:nth-of-type(3) { border-right: 1px solid #d7d7d7; }
  .news-list2 li:nth-of-type(4) { border-right: none; border-bottom: 1px solid #d7d7d7; }
  .news-list2 a { padding: .3rem .2rem; }
  .news-list2 .title { margin: 0 0 .2rem; padding-left: .2rem; }
  .news-swiper3 { margin: 0; padding: 0 5px; }
  .news-swiper3 .pagination { margin: .4rem 0 0; }
  .footer { padding: .22rem 0 .3rem; }
  .foot-link h2 { font-size: .45rem; line-height: 140%; margin: 0 0 .1rem; }
  .foot-link .sim-select { width: 100%; }
  .foot-img { margin: .12rem 0 .2rem; }
  .foot-img::after { display: none; }
  .foot-contact { width: 100%; }
  .foot-contact p { padding-left: .5rem; background-position-x: .1rem; }
  .foot-ewm { width: 100%; margin: .14rem 0 0; text-align: center; }
  .copy { text-align: center; }
  .decorate { margin: 65px 0 0; padding: 30% 0 0; }
  .decorate .lv1-nav { height: 100%; padding: 0; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; }
  .decorate .lv1-nav .p1 { font-size: 7vw; text-align: center; }
  .decorate .lv1-nav .text-bg { left: 0; width: 100%; font-size: 14vw; top: .3rem; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; box-shadow: 0px 0.04rem 0.1rem 0px rgba(165, 186, 199, 0.32); }
  .sidebar h3 { display: block; position: relative; font-size: .21rem; line-height: .5rem; text-align: center; }
  .sidebar h3::after { display: none; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .5rem; height: .5rem; background-image: url(../images/daohang.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; 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.down i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .sidebar h3 .return-sup { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; display: block; width: .5rem; height: .5rem; background-image: url("../images/fanhui.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.2rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; margin: 0; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li.cur > a::after, .sidebar .sub-nav li:hover > a::after, .sidebar .sub-nav .lv3 dd.cur > a::after, .sidebar .sub-nav .lv3 dd > a::after  { right: -6px; }
  .sidebar .sub-nav a { min-height: .5rem; text-align: left; font-size: .18rem; padding-left: .2rem; }
  .sidebar .sub-nav .lv3 dd { padding: .04rem 0; }
  .sidebar .sub-nav .lv3 dd a { font-size: .16rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .16rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { margin: 0; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .list1 { margin: .2rem 0 0; }
  .list1 a { padding: .2rem 0; }
  .teach-list li { margin: .5rem 0 0; }
  .teach-list .img-frame { width: 1.8rem; }
  .teach-list .text { width: calc(100% - 1.8rem); padding: 0 0 0 .2rem; }
  .teach-list .title { margin: 0 0 .1rem; }
  .article { padding: .3rem 0 .4rem; }
  .article .sub { margin: .2rem 0 0; }
  .picture2 .first-news .img-zoom { width: 4.2rem; }
  .picture2 .first-news .text { width: calc(100% - 4.2rem); padding: 0 0 0 .2rem; } }
@media screen and (max-width: 768px) { .column h3 { font-size: .45rem; }
  .more { width: 1.25rem; padding: 0 0 0 .12rem; }
  .home1 .column { margin-bottom: 0; }
  .news-list1 a { padding: .2rem 0; }
  .news-list1 .text { width: calc(100% - 1rem); }
  .notice-box { background-size: auto; background-position-y: 0; }
  .notice-box .column { margin-bottom: 0; }
  .news-list2 li { width: 100%; border-right: none !important; border-bottom: 1px solid #d7d7d7 !important; }
  .news-list2 a { padding: .2rem 0; }
  .sim-select p { padding: .09rem .4rem .09rem .2rem; }
  .sim-select p::after { right: 2px; }
  .sim-select ul a { padding-left: .2rem; padding-right: .4rem; }
  .teach-list > li { width: 100%; margin: 0; padding: .25rem 0 !important; border: none !important; border-bottom: 1px solid #ddd !important; }
  .picture2 { margin: .4rem 0 0; }
  .picture2 li { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .img-zoom { padding: 0; }
  .picture2 .text { width: calc(100% - 2.1rem); padding: 0 .3rem 0 0; }
  .picture2 .title { margin: 7px 0; }
  .picture2 .info { margin: 0 0 .12rem; }
  .picture2 .first-news { padding: 0 0 .4rem; }
  .picture2 .first-news .img-zoom { width: 100%; }
  .picture2 .first-news .text { width: 100%; padding: .2rem 0 0; }
  .picture2 .first-news .title { height: auto; font-size: .22rem; line-height: 140%; }
  .picture2 .first-news .more2 { margin: .1rem 0 0; }
  .picture3 { margin: 0 -.1rem; }
  .picture3 > li { width: 50%; padding: 0 .1rem; }
  .picture3 .img-zoom { margin: .2rem 0 0; }
  #list-page { margin: .3rem 0 .4rem !important; }
  #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 7px 9px; }
  #list-page .p_goto input { width: 36px; height: 28px; line-height: 28px; }
  .teach-article .article-head { display: block; padding: .35rem 5% .2rem; }
  .teach-article .article-head .img-box { margin: 0 auto; }
  .teach-article .article-head .text { width: 100%; padding: .2rem 0 0; }
  .place { padding-left: .28rem; line-height: .22rem; }
  .list1 .date1 { width: .7rem; }
  .list1 .text { width: calc(100% - .85rem); }
  .list1 .title { 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; }
  .article .title { font-size: .24rem; }
  .article .content img { float: none !important; margin: .2rem auto !important; }
  .teach-article .teach-head { justify-content: center; }
  .teach-article .teach-head .text { width: 100%; padding: 0; }
  .teach-article .teach-head .name { font-size: .26rem; text-align: center; }
  .teach-article .teach-head .p1 { font-size: .2rem; } }
@media screen and (max-width: 520px) { .header { padding: 7px 0 !important; }
  .header .container { width: 94%; }
  .header .right-wrapper { width: auto; max-width: none; }
  .logo { height: 40px !important; }
  .logo img { max-height: 40px !important; }
  .mobile-box { height: calc(100vh - 54px); top: 54px; }
  .mobile-box .nav { height: calc(100% - 1.6rem); }
  .mobile-box .top-link2 { margin: 0 .1rem; }
  .pad-btn .nav-btn { width: 26px; }
  .pad-btn .nav-btn i { margin: 6px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 8px) rotate(45deg); -moz-transform: translate(0px, 8px) rotate(45deg); -ms-transform: translate(0px, 8px) rotate(45deg); -o-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -8px) rotate(-45deg); -moz-transform: translate(0px, -8px) rotate(-45deg); -ms-transform: translate(0px, -8px) rotate(-45deg); -o-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }
  .banner { margin: 54px 0 0; }
  .banner .img { padding: 50% 0 0; }
  .banner .pagination { bottom: .12rem; }
  .banner .pagination .swiper-pagination-bullet { width: .16rem; height: .16rem; margin: 0 4px; }
  .banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .22rem; height: .22rem; }
  .column { flex-direction: column; margin-top: .4rem; }
  .column .text-bg { width: 100%; left: 0; text-align: center; }
  .column h3 { font-size: .4rem; line-height: .6rem; }
  .news-swiper1 .img-swiper { width: calc(100% - .4rem); margin: 0 0 0 .4rem; }
  .news-swiper1 .img-pagination { padding: 0 .1rem 0 0; }
  .news-swiper1 .img-pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; }
  .news-swiper1 .img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: .2rem; }
  .news-swiper1 .txt-pagination .swiper-pagination-current { font-size: .24rem; }
  .news-swiper1 .txt-swiper { margin: 0; }
  .news-swiper1 .txt-swiper .swiper-slide { padding: .15rem; }
  .news-swiper1 .control { width: .4rem; bottom: 2.5rem; }
  .home1 { padding: 1px 0 .5rem; }
  .research-box .column h3 { font-size: .34rem; }
  .home2 { padding-bottom: .4rem; }
  .news-swiper3 .swiper-slide { padding: .2rem; }
  .news-swiper3 .dept { line-height: .25rem; }
  .foot-link h2 { font-size: .35rem; }
  .copy { margin: .15rem 0 0; }
  .date1 { width: .7rem; height: 1rem; font-size: .14rem; }
  .date1 p:first-child { font-size: .4rem; }
  .news-list1 .text { width: calc(100% - .85rem); }
  .news-list1 .info { margin: 6px 0 0; }
  .decorate { margin: 54px 0 0; padding: 35% 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture2 .info { margin: 0 0 5px; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */