@font-face { font-family: "SYST700"; src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype"); }
@font-face { font-family: "SYST900"; src: url("../fonts/SourceHanSerifCN-Heavy.ttf") format("truetype"); }
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { width: 100%; min-width: 320px; font-size: 100px; overflow-x: hidden; }
html::-webkit-scrollbar { width: .1rem; }
html::-webkit-scrollbar-thumb { border-radius: .1rem; background: #b31716; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.2); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1400px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .3rem 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; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 135%; content: ""; background: linear-gradient(180deg, #000E20 0%, rgba(0, 30, 68, 0) 100%); }
.header .container { position: relative; z-index: 2; width: 86%; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrapper { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; width: 9.4rem; max-width: calc(100% - 6.2rem); margin: -.1rem 0 0; }
.header.scroll { padding: .12rem 0; background: #b31716; border: none; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
.header.scroll::after { display: none; }
.header.scroll .nav { margin: -5px 0 0; }
.header.scroll .nav li > a { line-height: .5rem; }

.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 { margin: 0 .2rem 0 0; font-size: 0; }
.top-link a { position: relative; display: inline-block; margin: 0 .2rem; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: rgba(255, 255, 255, 0.75); text-align: left; }
.top-link a::after { position: absolute; top: 2px; right: -0.25rem; bottom: auto; left: auto; z-index: 1; width: 1px; height: 16px; background: rgba(255, 255, 255, 0.75); content: ""; }
.top-link a:hover { color: #fff; text-decoration: underline; }

.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.16rem; font-weight: 500; line-height: 0.56rem; 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 { display: block; content: ""; box-sizing: border-box; width: 0%; height: 3px; margin: 0 auto; border-radius: 3px; 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 { width: 100%; }
.nav li:hover .sub-nav { visibility: visible; top: calc(100% - 3px); opacity: 1; }
.nav .sub-nav { position: absolute; top: 120%; right: auto; bottom: auto; left: calc(50% - .8rem); z-index: 1; width: 1.6rem; padding: .05rem 0; background: #b31716; opacity: 0; visibility: hidden; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s 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: #b31716; 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: #b31716; }
.nav .sub-nav a { z-index: 2; width: 100%; padding: .12rem 0; font-size: .16rem; font-weight: 500; line-height: .24rem; color: #333; border-bottom: 1px dashed #ddd; -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; }
.nav .sub-nav .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .sub-nav .tri::before { display: none; }
.nav .sub-nav .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.banner { font-size: 0; width: 100%; height: 100%; }
.banner::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; height: 20%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%); content: ""; }
.banner .img { position: relative; display: block; width: 100%; padding: 6.8rem 0 0; 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.6s ease-out 0s; -moz-transition: transform 0.6s ease-out 0s; -ms-transition: transform 0.6s ease-out 0s; -o-transition: transform 0.6s ease-out 0s; transition: transform 0.6s ease-out 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6s ease-out 1s; -moz-transition: transform 6s ease-out 1s; -ms-transition: transform 6s ease-out 1s; -o-transition: transform 6s ease-out 1s; transition: transform 6s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; top: auto; right: auto; bottom: 0.25rem; left: 0%; z-index: 2; width: 100%; text-align: center; }
.banner .pagination .swiper-pagination-bullet { display: inline-block; width: 12px; height: 12px; margin: 0 .1rem; background: white; opacity: 1; 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; }
.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #b31716; }

@keyframes yuan-ani1 { 0% { -webkit-transform: scale(0.3); -moz-transform: scale(0.3); -ms-transform: scale(0.3); -o-transform: scale(0.3); transform: scale(0.3); opacity: .2; }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } }
.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: 36px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }
.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.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }

#mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0.4s; -moz-transition: all 0.3s ease-out 0.4s; -ms-transition: all 0.3s ease-out 0.4s; -o-transition: all 0.3s ease-out 0.4s; transition: all 0.3s ease-out 0.4s; }
#mask::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 30%; opacity: 0; background: rgba(0, 0, 0, 0.45); content: ""; -webkit-transition: all 0.3s ease-out 0.2s; -moz-transition: all 0.3s ease-out 0.2s; -ms-transition: all 0.3s ease-out 0.2s; -o-transition: all 0.3s ease-out 0.2s; transition: all 0.3s ease-out 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: 8rem; 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; box-shadow: 0 0 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
#mask .search-box .input { width: calc(100% - .55rem); height: .6rem; padding: 0 .1rem 0 .2rem; vertical-align: top; font-size: 0.16rem; font-weight: 500; line-height: 0.6rem; color: #333; text-align: left; border: 1px solid #ddd; border-radius: .5rem; }
#mask .search-box .submit { width: .5rem; height: .6rem; vertical-align: top; background-image: url("../images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
#mask .search-box .close { width: .6rem; height: .6rem; 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 ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#mask.show::after { opacity: 1; height: 100%; -webkit-transition: all 0.45s ease-out 0s; -moz-transition: all 0.45s ease-out 0s; -ms-transition: all 0.45s ease-out 0s; -o-transition: all 0.45s ease-out 0s; transition: all 0.45s ease-out 0s; }
#mask.show .search-box .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.mobile-box { display: none; position: fixed; top: 65px; right: auto; bottom: auto; left: 100%; z-index: 1; width: 100%; height: calc(100vh - 65px); padding: .15rem 4% .4rem; background: #faf9f4; -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 { 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: #323232; font-weight: 500; padding: 0 .1rem; 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: 1; width: .56rem; height: .56rem; 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 20px; background: none; box-shadow: none; transition: none; border: none; visibility: visible; }
.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 #b31716; 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/search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #b31716; background-size: auto; }
.mobile-box .top-link { position: static; padding: 0; background: none; text-align: center; }
.mobile-box .top-link a { color: #b31716; font-size: .19rem; text-align: center; }
.mobile-box .top-link a::after { background: #999; right: -.2rem; }
.mobile-box .top-link a:last-child::after { background: none; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

.column { position: relative; z-index: 1; width: 100%; margin: .5rem 0 .45rem; }
.column h3 { position: relative; font-family: "SYST700"; font-size: 0.32rem; font-weight: 500; line-height: 0.55rem; color: #3c3c3c; text-align: left; }
.column h3 .cn span { color: #b31716; }
.column h3 .en { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; font-size: .24rem; line-height: .3rem; color: #e6e6e6; text-align: center; text-transform: uppercase; }
.column.flex-center .more { position: absolute; top: 0.11rem; right: 0; bottom: auto; left: auto; z-index: 1; }
.column.flex-center h3 .en { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.more { position: relative; display: block; padding: 0 .4rem 0 .15rem; font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #999; text-align: left; border: 1px solid #e6e6e6; border-right: 0; border-radius: .32rem; -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 i { position: absolute; top: -1px; right: -1px; bottom: auto; left: auto; z-index: 1; width: .34rem; height: .34rem; border-radius: 50%; border: 1px solid #e6e6e6; background-image: url("../images/f_icon1.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: 0.17rem; -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 { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); color: #b31716; border-color: #b31716; }
.more:hover i { border-color: #b31716; background-color: #b31716; background-image: url("../images/f_icon1_2.png"); }

.title { font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #999; text-align: justify; }

.date { padding: 0 0 0 20px; font-family: "SYST900"; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #999; text-align: left; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.date1 { display: inline-block; vertical-align: top; width: .8rem; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #fff; text-align: center; }
.date1 p:first-child { font-size: .36rem; font-weight: 700; line-height: .36rem; }

.home1 .l-box { width: 40%; }
.home1 .r-box { width: 57.5%; }
.home1 .picture1 > li { width: 50%; margin: 0; }

.news-list1 li { border-bottom: 1px dashed #e5e5e5; }
.news-list1 a { position: relative; display: block; padding: .21rem .34rem; -webkit-transition: all 0.25s ease-out 0s; -moz-transition: all 0.25s ease-out 0s; -ms-transition: all 0.25s ease-out 0s; -o-transition: all 0.25s ease-out 0s; transition: all 0.25s ease-out 0s; overflow: hidden; }
.news-list1 a::after { position: absolute; top: auto; right: 0; bottom: -0.3rem; left: auto; z-index: 1; width: 2.85rem; height: 1.15rem; content: ""; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100%; -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-list1 .title, .news-list1 .date { line-height: .3rem; }
.news-list1 .info { display: none; margin: .1rem 0 .06rem; height: .48rem; color: #fff; }

.picture1 { font-size: 0; margin: 0 -0.2rem; }
.picture1 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture1 li { margin: .3rem 0 0; }
.picture1 .img-zoom { -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; }
.picture1 .img-zoom:hover { box-shadow: 0 4px 0.25rem 0 rgba(26, 78, 164, 0.25); }
.picture1 .img-zoom:hover .title { color: #b31716; font-weight: 700; }
.picture1 .img-frame .img { padding: 2.4rem 0 0; }
.picture1 .text { padding: .26rem .36rem; border: 1px solid #e5e5e5; border-top: 0; }
.picture1 .title { height: .56rem; margin: .14rem 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; }
.picture1 .info { height: .72rem; }

.home2 { margin: .7rem 0 0; padding: 1px 0 .72rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: cover; }
.home2 .l-box { width: 52%; }
.home2 .r-box { width: 44.65%; }
.home2 .r-box .column h3 { color: #fff; }
.home2 .r-box .column h3 span { color: #fff; }
.home2 .r-box .column h3 .en { color: rgba(204, 204, 204, 0.3); }
.home2 .more { color: #ccc; }
.home2 .more i { background-image: url("../images/f_icon1_2.png"); }
.home2 .more:hover { color: #fff; border-color: #fff; }
.home2 .more:hover i { border-color: #fff; }

.news-swiper .img { padding: 4.5rem 0 0; }
.news-swiper .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: .5rem 140px .2rem .35rem; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%); }
.news-swiper .text .title { color: #fff; font-weight: 700; font-size: .2rem; line-height: .36rem; -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); -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; visibility: hidden; }
.news-swiper .swiper-slide-active .title { visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-swiper .pagination { position: absolute; top: auto; right: 0.25rem; bottom: 0.24rem; left: auto; z-index: 2; width: auto; }
.news-swiper .pagination .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; margin: 0 .05rem; background: white; opacity: 1; 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-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #b31716; }

.news-list2 li { margin: .13rem 0 0; }
.news-list2 li:first-child { margin: 0; }
.news-list2 a:hover .date1 { color: #b31716; background: #fff; box-shadow: 0.08rem 0.08rem 0 0 rgba(255, 255, 255, 0.3); }
.news-list2 a:hover .title { font-weight: 700; }
.news-list2 .date1 { color: #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-list2 .title { width: calc(100% - .8rem); padding: 0 0 0 .32rem; color: #fff; }

.home3 { padding: 0 0 .8rem; }
.home3 .l-box { width: 48.2%; }
.home3 .r-box { width: 48.2%; }
.home3 .b-box { width: 100%; }

.news-list3 { padding: 0 .28rem 0; border-top: 4px solid #b31716; box-shadow: 0 5px 0.2rem 0 rgba(0, 0, 0, 0.1); }
.news-list3 li { border-bottom: 1px solid #dcdcdc; }
.news-list3 li:last-child { border: none; }
.news-list3 a { padding: .22rem 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-list3 a:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.news-list3 a:hover .date { color: rgba(174, 0, 22, 0.5); }
.news-list3 a:hover .date p:first-child { color: #b31716; }
.news-list3 a:hover .title { color: #b31716; font-weight: 700; }
.news-list3 a:hover .line { background: #b31716; }
.news-list3 a:hover .line::after { border-color: #b31716; opacity: 1; -webkit-transform: rotate(135deg) scale(0.85); -moz-transform: rotate(135deg) scale(0.85); -ms-transform: rotate(135deg) scale(0.85); -o-transform: rotate(135deg) scale(0.85); transform: rotate(135deg) scale(0.85); }
.news-list3 .date { padding: 0; font-family: "Microsoft YaHei"; font-size: .14rem; line-height: .18rem; text-align: center; color: #bbb; background: none; -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.news-list3 .date p:first-child { font-size: .18rem; line-height: .24rem; font-weight: 700; color: #333; }
.news-list3 .title { width: calc(100% - .98rem); -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }
.news-list3 .line { position: relative; width: 1px; height: .26rem; background: #c7c7c7; -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-list3 .line::after { position: absolute; top: calc(50% - 4px); right: calc(50% - 4px); bottom: auto; left: auto; z-index: 1; width: 6px; height: 6px; background: #fff; border: 1px solid #c7c7c7; content: ""; -webkit-transform: rotate(45deg) scale(0.85); -moz-transform: rotate(45deg) scale(0.85); -ms-transform: rotate(45deg) scale(0.85); -o-transform: rotate(45deg) scale(0.85); transform: rotate(45deg) scale(0.85); 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-list4 li { border-bottom: 1px solid #dcdcdc; }
.news-list4 a { padding: .28rem .1rem; }
.news-list4 .date { padding: 0 .15rem; font-family: "Microsoft YaHei"; font-size: .18rem; font-weight: 700; line-height: .3rem; color: #b31716; border-radius: .3rem; background: #fff1ef; -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-list4 .title { width: calc(100% - 1.05rem); -webkit-transition: color 0.3s ease-out 0s; -moz-transition: color 0.3s ease-out 0s; -ms-transition: color 0.3s ease-out 0s; -o-transition: color 0.3s ease-out 0s; transition: color 0.3s ease-out 0s; }

.news-swiper2 { margin: -.1rem 0 0; }
.news-swiper2 .swiper-container { width: calc(100% - 1rem); padding: .1rem 0 0; }
.news-swiper2 .img-zoom { border-radius: .15rem; -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 .img-zoom:hover { -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); -ms-transform: translateY(-0.1rem); -o-transform: translateY(-0.1rem); transform: translateY(-0.1rem); }
.news-swiper2 .img { padding: 35.3% 0 0; }
.news-swiper2 .text { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 2; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: .1rem; font-family: "SYST700"; font-size: 0.22rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: left; }
.news-swiper2 .arrow { width: .4rem; height: .5rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; cursor: pointer; }
.news-swiper2 .arrow.swiper-next { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.footer { padding: .27rem 0 0; background: linear-gradient(0deg, #a50b0a, #c41e1d); overflow: hidden; }

.foot-text { position: relative; width: calc(100% - 2.15rem); padding: .2rem 0 .28rem; border-bottom: 1px solid #b52827; }
.foot-text::after { position: absolute; top: auto; right: 100%; bottom: -1px; left: auto; z-index: 1; width: 20%; height: 1px; background: #b52827; content: ""; }

.foot-logo img { max-width: 5.7rem; }

.foot-contact { min-width: 4.9rem; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: rgba(255, 255, 255, 0.6); text-align: left; }
.foot-contact h6 { margin: 0 0 .12rem; padding: 0 0 0 .14rem; font-weight: 500; font-size: .18rem; line-height: .2rem; color: #fff; border-left: 3px solid #fff; }
.foot-contact img { margin: 0 .07rem 0 0; }
.foot-contact a { color: rgba(255, 255, 255, 0.6); }

.QR-code img { width: 1.18rem; height: 1.18rem; }
.QR-code p { margin: 5px 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

.copy { width: 100%; padding: .05rem 0 .18rem; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: rgba(255, 255, 255, 0.6); text-align: center; }
.copy a { color: rgba(255, 255, 255, 0.6); }
.copy img { margin: 0 0 2px; }

.decorate { position: relative; padding: 30% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.main-box .container { align-items: flex-start; }

.sidebar { position: relative; z-index: 3; width: 2.7rem; margin: -.8rem 0 .6rem; box-shadow: 0px 0.06rem 0.15rem 0px rgba(14, 65, 150, 0.15); background: #fcfeff; }
.sidebar h3 { position: relative; font-family: "SYST700"; font-size: 0.3rem; font-weight: 700; line-height: 1rem; color: #fff; text-align: center; background: #b31716; }
.sidebar .sub-nav { position: relative; padding: 0 .28rem 1rem; }
.sidebar .sub-nav li { position: relative; border-bottom: 1px solid #ededed; }
.sidebar .sub-nav li:last-child { border: none; }
.sidebar .sub-nav li.cur > a { color: #b31716 !important; font-weight: 700; }
.sidebar .sub-nav li.cur > a p::after { width: 100%; opacity: 1; }
.sidebar .sub-nav li.cur .lv3 { display: block; }
.sidebar .sub-nav li:hover > a { color: #b31716; }
.sidebar .sub-nav a { display: -ms-flexbox; display: flex; align-items: center; padding: .18rem .3rem .18rem .2rem; font-size: 0.18rem; font-weight: 500; line-height: 0.24rem; color: #333; text-align: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.sidebar .sub-nav a p { position: relative; }
.sidebar .sub-nav a p::after { position: absolute; top: auto; right: auto; bottom: -0.03rem; left: 0; z-index: 1; width: 0; max-width: .9rem; height: .15rem; border-radius: .1rem 0 .1rem 0; background: #54a4e2; content: ""; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.sidebar .sub-nav a span { position: relative; z-index: 2; }
.sidebar .sub-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .3rem; height: .7rem; 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 { display: none; margin: -.1rem 0 0; padding: 0 0 .15rem .12rem; }
.sidebar .sub-nav .lv3 a { height: auto; padding: .08rem 0 .08rem .2rem; font-size: .15rem; line-height: .22rem; }
.sidebar .sub-nav .lv3 a::before { display: inline-block; width: 4px; height: 4px; background: #bbb; margin: 0 .1rem 0 0; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.sidebar .sub-nav .lv3 a:hover { color: #b31716; }
.sidebar .sub-nav .lv3 a:hover::before { background: #b31716; }
.sidebar .sub-nav .lv3 a.cur { color: #b31716; font-weight: 700; }
.sidebar .sub-nav .lv3 a.cur::before { background: #b31716; }

.main { position: relative; z-index: 4; width: calc(100% - 3.2rem); min-height: 4rem; margin: .4rem 0 0; }

.position { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 0 0 .18rem; border-bottom: 1px solid #d2d2d2; }
.position h3 { padding: 0 0 0 .1rem; white-space: nowrap; font-family: "SYST700"; border-left: 5px solid #b31716; font-size: 0.25rem; font-weight: 500; line-height: 0.3rem; color: #333; text-align: left; }
.position .line { display: none; }

.place { font-size: 0.15rem; font-weight: 500; line-height: 0.3rem; color: #888; text-align: left; padding: 0 0 0 26px; white-space: nowrap; background-image: url(../images/place.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.21rem; }
.place a { color: #888; }
.place a:hover { color: #b31716; }

.list2 { margin: .1rem 0 0; }
.list2 li { position: relative; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.list2 li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: 0; z-index: 1; width: 0; height: 1px; content: ""; background: #b31716; -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; }
.list2 a { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list2 a::before { display: inline-block; width: 6px; height: 6px; margin: 0 .12rem 2px 0; border-radius: 50%; content: ""; background: #b31716; }
.list2 .title { width: calc(100% - 1.2rem); line-height: .72rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list2 .title i { display: inline-block; margin: 0 .15rem 0 0; border: 1px solid #6D88CD; padding: 3px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list2 .title i::after { display: block; content: ""; box-sizing: border-box; width: 5px; height: 5px; background: #6D88CD; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list2 .date { line-height: .72rem; }

.picture2 { margin: .2rem 0 0; }
.picture2 li.no-img .text { width: 100%; padding-left: 0; }
.picture2 a { position: relative; display: block; padding: 0.28rem 0.25rem; font-size: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); -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 a::after { position: absolute; top: auto; right: 0; bottom: -0.3rem; left: auto; z-index: 1; width: 2.85rem; height: 1.47rem; content: ""; background-image: url("../images/f_icon3.png"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: 100%; opacity: 0; }
.picture2 .img-frame { display: inline-block; vertical-align: top; width: 2.6rem; }
.picture2 .img-frame .img { padding: 1.5rem 0 0; }
.picture2 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.6rem); padding: 0 0 0 .3rem; }
.picture2 .date { margin: .08rem 0 .12rem; font-size: .18rem; }
.picture2 .title { font-size: .19rem; line-height: .3rem; color: #222; }
.picture2 .info { font-size: .16rem; line-height: .26rem; height: .52rem; color: #777; }

.picture3 { font-size: 0; margin: 0 -0.2rem; }
.picture3 > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 0.2rem; }
.picture3 .img-zoom { margin: .4rem 0 0; padding: .12rem; border: 1px solid #dde0e2; border-radius: 4px; overflow: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: #fcfeff; }
.picture3 .img { padding: 65% 0 0; }
.picture3 .text { padding: .15rem 0 .05rem; }
.picture3 .title { font-size: 0.18rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: center; }

.teach-column { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin: .2rem 0 0; border-bottom: 1px solid #ddd; }
.teach-column h5 { margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; border-bottom: 3px solid #b31716; }
.teach-column .more { padding: 0; font-size: .16rem; line-height: .5rem; background: none; }

.teach-list { font-size: 0; margin: 0 -0.15rem; }
.teach-list > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.15rem; }
.teach-list li { margin: .3rem 0 0; }
.teach-list .img-zoom { padding: .1rem .1rem .05rem; background: #f2f2f2; -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; border-radius: 4px; }
.teach-list .img-zoom:hover { background: #b31716; box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2); }
.teach-list .img-zoom:hover .title { color: #fff; }
.teach-list .img-frame .img { padding: 120% 0 0; }
.teach-list .title { line-height: .5rem; text-align: center; }

.article { padding: .36rem 0 .5rem; }
.article .title { font-size: 0.26rem; font-weight: 500; line-height: 140%; color: #333; 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: .1rem 0 0; padding: .1rem 0 .25rem; font-size: 0.15rem; font-weight: 500; line-height: 0.22rem; color: #868686; text-align: center; border-bottom: 2px solid #eee; }
.article .content { padding: .3rem 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .25rem; }
.article .content img, .article .content video { max-width: 80%; height: auto !important;width:auto !important;
   height:auto !important;
    display: block;
    margin: 10px auto; }
.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: .3rem 90px .28rem .1rem; border-top: 3px solid #b31716; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.18rem; font-weight: 500; line-height: 0.28rem; color: #666; 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 span { position: relative; }
.article .cont-page a span::after { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 0; height: 1px; background: #b31716; -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; content: ""; }
.article .cont-page a:hover { text-decoration: none; color: #b31716; font-weight: 700; }
.article .cont-page a:hover span::after { width: 100%; }
.article .return-list { position: absolute; top: 50%; right: 0; bottom: auto; left: auto; z-index: 1; text-align: center !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.article .return-list p { -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; font-size: 0.18rem; font-weight: 500; line-height: 200%; color: #b31716; text-align: center; }
.article .return-list:hover p { font-weight: 700; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }
.article .table-box { overflow-x: auto; }

#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: .4rem 0 .5rem !important; font-family: Arial; text-align: center; }
#list-page div { font-family: Arial; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 9px 11px; 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: #b31716; font-weight: bold; color: #fff; border-color: #b31716; }
#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) { .news-list1 a.on { background: #b31716; }
  .news-list1 a.on::after { bottom: 0; }
  .news-list1 a.on .info { display: block; }
  .news-list1 a.on .title { color: #fff; font-weight: 700; }
  .news-list1 a.on .date { color: #fff; background-image: url("../images/f_icon2_2.png"); }
  .news-list4 li { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .news-list4 li:hover { margin: -1px 0 1px; border-color: transparent; background: #fff; box-shadow: 0 5px 0.2rem 0 rgba(0, 0, 0, 0.1); }
  .news-list4 li:hover .date { color: #fff; background: #b31716; }
  .news-list4 li:hover .title { color: #b31716; font-weight: 700; }
  .list2 li:hover .title { color: #b31716; font-weight: 700; }
  .list2 li:hover .title i { background: #b31716; border-color: #b31716; }
  .list2 li:hover .title i::after { background: #fff; }
  .list2 li:hover::after { width: 100%; }
  .picture2 a:hover { background: #b31716; border-color: #b31716; box-shadow: 6px 6px 0 0 #eeb553; }
  .picture2 a:hover::after { bottom: 0; opacity: 1; -webkit-transition: bottom 0.4s ease-out 0s; -moz-transition: bottom 0.4s ease-out 0s; -ms-transition: bottom 0.4s ease-out 0s; -o-transition: bottom 0.4s ease-out 0s; transition: bottom 0.4s ease-out 0s; }
  .picture2 a:hover .title { font-weight: 700; color: #fff; }
  .picture2 a:hover .date { background-image: url("../images/f_icon2_2.png"); }
  .picture2 a:hover .date, .picture2 a:hover .info { color: #fff; }
  .picture3 .img-zoom:hover { border-color: #b31716; background: #b31716; }
  .picture3 .img-zoom:hover .title { color: #fff; font-weight: 700; } }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .header { padding: 10px 0 !important; transition: all .2s; background: #b31716; }
  .header::after { display: none; }
  .header .container { width: 90%; }
  .header .right-wrapper { margin: 0; padding: 0; }
  .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn { display: none; }
  .header.mobile-show { background: #b31716; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .header.mobile-show::after { 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 .nav-btn { display: block; }
  .mobile-box { display: block; }
  .banner { margin: 65px 0 0; }
  .banner .img { height: auto; padding: 45% 0 0; }
  .banner .pagination { bottom: .2rem; }
  .banner .pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 .06rem; }
  .column { justify-content: space-between !important; margin: .35rem 0 .2rem; }
  .home1 .l-box { width: 100%; margin: 0 0 .3rem; }
  .home1 .r-box { width: 100%; }
  .title { font-size: .2rem; }
  .news-list1 li:first-child a { padding-top: 0; }
  .news-list1 a { padding: .15rem 5px; }
  .news-list1 a::after { display: none; }
  .news-list1 .info { display: block; margin: 5px 0 0; color: #999; overflow: hidden;text-overflow: ellipsis; 
display: -webkit-box; -webkit-line-clamp:2;
-webkit-box-orient:vertical;}
  .picture1 { margin: 0 -.14rem; }
  .picture1 > li { padding: 0 .14rem; }
  .picture1 .img-frame .img { padding: 62% 0 0; }
  .picture1 .text { padding: .2rem .25rem; }
  .home2 { margin: .4rem 0 0; padding: 1px 0 .4rem; }
  .home2 .l-box { width: 100%; }
  .home2 .l-box .column h3 { color: #fff; }
  .home2 .l-box .column h3 span { color: #fff; }
  .home2 .l-box .column h3 .en { color: rgba(204, 204, 204, 0.3); }
  .home2 .r-box { width: 100%; }
  .news-list2 li { margin: .25rem 0 0; }
  .news-list2 .date1 { color: #b31716; background: #fff; box-shadow: 0.05rem 0.05rem 0 0 rgba(255, 255, 255, 0.3); }
  .home3 { padding: 0 0 .4rem; }
  .home3 .l-box, .home3 .r-box { width: 100%; }
  .home3 .r-box .column { margin-bottom: 0; }
  .footer { padding: .2rem 0 0; }
  .footer .container { justify-content: center; }
  .foot-logo { width: 100%; text-align: center; }
  .foot-logo img { max-width: 90%; }
  .foot-contact { min-width: auto; margin: 0.2rem 0; }
  .foot-text { justify-content: center; width: 100%; padding: 0; border: none; }
  .copy { margin: .15rem 0 0; padding: .15rem 0; border-top: 1px solid #b52827; }
  .news-swiper .img { padding: 66% 0 0; }
  .news-swiper2 .arrow { background-size: 12px; }
  .decorate { margin: 65px 0 0; padding: 35% 0 0; }
  .sidebar { width: 100%; margin: .15rem 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { position: relative; font-size: .22rem; line-height: .5rem; text-align: center; background: #b31716; }
  .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.24rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
  .sidebar h3.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.24rem; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  .sidebar .sub-nav { display: none; padding: .1rem .2rem .2rem; }
  .sidebar .sub-nav li .lv3 { margin: 0; padding-top: 0; }
  .sidebar .sub-nav a { height: .5rem; text-align: left; font-size: .18rem; line-height: .5rem; }
  .sidebar .sub-nav .down { top: 0; height: .45rem; }
  .main { width: 100%; padding: .26rem 0 0; margin: 0; box-shadow: none; background: none; }
  .main::before { display: none; }
  .position { padding: 0 0 .1rem; margin: 0; }
  .position h3 { font-size: .21rem; }
  .teach-list > li { width: 33.333%; }
  .article { padding: .3rem 0 0 !important; }
  .article .sub { margin: .2rem 0 0; padding: 0 0 .18rem; } }
@media screen and (max-width: 768px) { .column { margin: .28rem 0 .15rem; }
  .column h3 { font-size: .28rem; }
  .column h3 .en { font-size: .22rem; }
  .picture1 .text { padding: .1rem .15rem; }
  .picture1 .title { margin: 7px 0; }
  .news-swiper .text { padding: .3rem .12rem .1rem; }
  .news-swiper .text .title { text-align: center; }
  .news-swiper .pagination { bottom: .5rem; right: 0; width: 100%; text-align: center; }
  .news-list4 a { padding: .2rem 0; }
  .news-list4 .title { width: calc(100% - .95rem); }
  .news-swiper2 .arrow { width: .3rem; height: .4rem; }
  .news-swiper2 .swiper-container { width: calc(100% - .6rem); }
  .position { padding: 0 0 5px; border-bottom: 1px solid #b31716; }
  .position h3, .position .line { display: none; }
  .place { padding-top: .06rem; padding-bottom: .06rem; line-height: .22rem; white-space: initial; background-position-y: 2px; }
  .main { padding: .18rem 0 0; }
  .article { padding: .25rem 0 0 !important; }
  .article .title { font-size: .22rem; }
  .article .content { padding: .2rem 0 .1rem; }
  .article .content p { margin: 0 0 .2rem; }
  .article .cont-page { padding: .15rem 0 .35rem; }
  .cont-page { padding-right: .1rem; }
  .cont-page .return-list { display: block; position: static; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .cont-page .return-list p { font-weight: 700; }
  .teach-list { margin: 0 -7px; }
  .teach-list > li { padding: 0 7px; margin: .2rem 0 0; }
  .picture2 { margin: 0; }
  .picture2 a { padding: .2rem 0; }
  .picture2 .img-frame { width: 2.1rem; }
  .picture2 .text { width: calc(100% - 2.1rem); padding-left: .2rem; }
  .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; } }
@media screen and (max-width: 520px) { .container { max-width: 94%; }
  .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); }
  .mobile-box.show { 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: .15rem; }
  .picture1 { margin: 0; }
  .picture1 > li { width: 100% !important; padding: 0; margin: .25rem 0 0 !important; }
  .picture1 > li:first-child { margin: 0 !important; }
  .news-list2 .title { width: calc(100% - .7rem); padding: 0 0 0 .2rem; }
  .news-list3 { padding: 0 .12rem; }
  .news-list3 .title { width: calc(100% - .8rem); white-space: initial; text-overflow: clip; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .news-list4 .title { white-space: initial; text-overflow: clip; display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .date1 { width: .7rem; padding: .07rem 0; }
  .date1 p:first-child { font-size: .3rem; }
  .foot-logo img { max-width: 100%; }
  .list2 li { flex-wrap: wrap; padding: .15rem  0 !important; }
  .list2 .title { width: 100%; line-height: .28rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list2 .title i { margin: 0 .1rem 0 0; }
  .list2 .date { line-height: .4rem !important; }
  .decorate { margin: 54px 0 0; padding: 45% 0 0; }
  .picture2 .img-frame { width: 100%; }
  .picture2 .img-frame .img { padding: 66.6% 0 0; }
  .picture2 .text { width: 100%; padding: .14rem 0 0; }
  .picture2 .no-img .text { padding: 0; }
  .picture3 > li { width: 100%; } }

/*# sourceMappingURL=style.css.map */
