@charset "utf-8";
/* 网站通用样式 */
#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: #fff; }
html::-webkit-scrollbar-track { border-radius: 0; background: rgba(0, 0, 0, 0.3); }

.overflow { height: 100vh; overflow: hidden !important; }

.container { width: 1500px; max-width: 90%; margin: 0 auto; font-size: .16rem; }

.mobile-show { display: none; }

/* 网站头部 */
.header { position: fixed; top: 0; right: 0; bottom: auto; left: auto; z-index: 1000; width: 100%; padding: .4rem 0 .3rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 120%; content: ""; background: linear-gradient(135deg, #a02831 30%, transparent 100%); }
.header .container { position: relative; z-index: 2; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; }
.header .right-wrapper { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; width: 11rem; max-width: calc(100% - 4rem); }
.light{background: rgba(255,120,130,.98);background: #bb2f39; box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);}

.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: .81rem; }

.nav { width: calc(100% - .8rem); }

.pad-btn { position: relative; display: flex; align-items: center; padding: 0 0 0 .4rem; }

#mask { position: fixed; top: auto; right: auto; bottom: 100%; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(1, 84, 167, 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: rgba(1, 84, 167, 0.9); 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.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; }

@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; -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; opacity: 0; visibility: hidden; background-image: url("../images/indexbg.jpg"); background-repeat: no-repeat; background-position: 50% 100%; background-color: #fff; background-size: cover; }
.mobile-box .nav { width: 100%; height: calc(100% - 1rem); padding: 0 0 .2rem; }
.mobile-box.show { left: 0px; opacity: 1; visibility: visible; }

/* 网站底部 */
.footer { position: relative; z-index: 2; padding: .36rem 0 .2rem; margin:0 auto; margin-top: 5px;  color: #999; overflow:hidden; background-color: transparent; background-size: cover;  background:#fff;}
.footer a { color: #999;}
.footer a:hover { color: #999;}
.footer a:hover img { transform: scale(1);}
.footer .container { display: -ms-flexbox; display: flex; justify-content: space-between; }
.footer .footer-top { background: #991f28;  height: auto;}
.footer .footer-top .footer-top-left { float:left; width:100%; margin-top:5px; text-align: left; }
.footer .footer-top .footer-top-left img { margin-top: 5px;}
.footer .footer-top .footer-top-center { padding-top: 10px; float:left; width:100%; margin-top:20px; margin-left:30px;}
.footer .footer-top .footer-top-center .row { white-space: nowrap; height:auto; display: table; }
.footer .footer-top .footer-top-center .contact { display: block; margin: .18rem 0 .15rem; font-size: 0.15rem; font-weight: 700; line-height: 0.2rem; text-align: left; float: left; color: #fff; letter-spacing: 0; }
.footer .footer-top .footer-top-center .contact p { margin: 0 0 .12rem; }
.footer .footer-top .footer-top-right { padding-top: 10px; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: space-between; width: 100%; padding: 0.2rem 0 0;}
.footer .footer-top .footer-top-right .row { text-align:left; white-space: nowrap; height:73px; display: table; font-size: 0.14rem; float: left; color: #fff; line-height: 22px; }
.footer .footer-bottom {  height: auto;  line-height: 0.12rem;  color: #333;}
.footer .footer-bottom .footer-bottom-left { margin-top: 10px; margin-bottom: 5px;}
.footer .footer-bottom .footer-bottom-left .copy { font-size: 0.13rem; font-weight: 500; line-height: 0.36rem; color: #333; text-align: left; }
.footer .footer-bottom .footer-bottom-left .copy .mobile-hide span { display: inline flex;;}
.footer .footer-bottom .footer-bottom-left .copy .mobile-show span { display: block; text-align: center;}
.footer .footer-bottom .footer-bottom-right {  text-align: right;}
.footer .footer-bottom .footer-bottom-right a {  color: #333;}

.img .foot-img { height: .71rem; }

.ewm { display: inline-block; text-align:center; border:#fff solid 0px;padding-top:10px;}
.ewm img { width: 1.38rem; }
.ewm p { margin: .06rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; }

/* 首页样式 */
.head-bg { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; }
.head-bg video { width: 100%; height: auto; object-fit: cover; }
.head-bg img { display: none; }
.head-bg::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 70%; background: linear-gradient(0deg, #fff 1%, transparent); }

.column { position: relative; width: 100%; margin: .18rem 0 .3rem; }
.column .en { padding: 0 0 0 .21rem; font-family: Georgia; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #999; text-align: left; background-image: url("../images/f_icon1_2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: 0.12rem; }
.column .cn { font-family: "SYHT500"; font-size: 0.16rem; font-weight: 500; line-height: 0.46rem; color: #333; text-align: left; height:36px; line-height:40px; margin-bottom:10px;}
.column .cn span{ float:left; width:90%; font-size:22px; font-weight:bold; }
.column .cn span b{ color:#c91111; border-bottom:solid 2px #c91111; padding:5px 0;  }

.column .more { position: absolute; top: 0.14rem; right: 0; bottom: auto; left: auto; z-index: 1; }
.newsoutpcduan {border-top: 0px solid #ff0000;  border-bottom: 5px solid #ff0000; width: 100%;  padding-top:1px; padding-left:0px; padding-right:0px; padding-bottom:1px; margin: 0px auto;overflow:hidden;}
.newsinerpcduan{border-top: 0px solid #ff0000;  border-bottom: 1px solid #ff0000; width: 100%;  color: #000; padding-top:0px; padding-left:0px; padding-right:10px; padding-bottom: 0px;overflow:hidden;}

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; 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; }
.more i { display: block; width: .3rem; height: .3rem; margin: 0 0 0 .12rem; background-image: url("../images/f_icon2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: #1965d6; background-size: auto; border-radius: 50%; }
.more:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); color: #1965d6; }

.simlist{ position: relative; z-index: 1; width:100%; margin:0 auto; padding-top:12px;}
.simlist table { border:1px solid #dbe0e7; border-radius:.15rem; border-right: 1px solid #dbe0e7; border-bottom: 1px solid #dbe0e7; }
.simlist table td,th { border:1px solid #dbe0e7; text-align:left; vertical-align:middle; font-size:.16rem; padding-top:1px; padding-right:5px; padding-bottom:1px; padding-left:5px; line-height:.4rem; float:left; border-left: 1px solid #dbe0e7; border-top: 1px solid #dbe0e7; }
.simlist table td a{ color:#404040; display:block; font-weight:bold;}
.simlist table td a:hover{ color:#d2262d;}

.home1 { margin: 2.1rem 0 0; }
.home1 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

.home2 { padding: .3rem 0 0; }
.home2 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

.home3 { position: relative; z-index: 1; }
.home3 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

.home4 { position: relative; z-index: 1; padding: .5rem 0 0; }
.home4 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

@keyframes ani-up { 0% { opacity: 0; -webkit-transform: translateY(0.2rem); -moz-transform: translateY(0.2rem); -ms-transform: translateY(0.2rem); -o-transform: translateY(0.2rem); transform: translateY(0.2rem); }
  100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

.home6 { position: relative; z-index: 1; }
.home6 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

.home7 { position: relative; z-index: 1; }
.home7 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }
.home8 { position: relative; z-index: 1; }
.home8 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }
.home9 { position: relative; z-index: 1; }
.home9 .container { position: relative; z-index: 1; padding: 1px .4rem .6rem; border-radius: .1rem; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1); overflow: hidden; }

.home5 { position: relative; z-index: 2; padding: .5rem 0 0; }
.news-swiper3 { margin: 0 0 .5rem; }
.news-swiper3 .img-zoom { z-index: 1; padding: .5rem .4rem .52rem; background: #f4f4f9; border-radius: 5px; }
.news-swiper3 .img-zoom::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; content: ""; width: 1.5rem; height: 1.3rem; background: #dee5f5; border-radius: 0 .52rem .52rem .52rem; -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; }
.news-swiper3 .img-frame { border-radius: 5px; }
.news-swiper3 .img-frame .img { padding: 60.5% 0 0; }
.news-swiper3 .title { margin: .3rem 0 .2rem; font-weight: 700; }
.news-swiper3 .info { height: .84rem; }
.news-swiper3 .more3 { display: inline-block; padding: 0 .27rem 0 0; margin: .3rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #1965d6; text-align: left; background-image: url("../images/f_icon2_2.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: 0.17rem; }
.news-swiper3 .date { position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: 1; padding: 0 .28rem; color: #1965d6; line-height: .5rem; background: #dee5f5; border-radius: .25rem 0 0 .25rem; -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 { margin: .25rem 0 0; text-align: center; }
.news-swiper3 .pagination .swiper-pagination-bullet { width: .1rem; height: .1rem; opacity: 1; background: none; border: 1px solid #a1a1a1; -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 { background: #1965d6; border-color: #1965d6; }

@media screen and (min-width: 1025px) {
  .news-swiper3 .img-zoom:hover::after { width: 100%; height: 100%; border-radius: 0; background: #1965d6; }
  .news-swiper3 .img-zoom:hover .title, .news-swiper3 .img-zoom:hover .info { color: #fff; }
  .news-swiper3 .img-zoom:hover .date { color: #fff; background: transparent; }
  .news-swiper3 .img-zoom:hover .more3 { color: #fff; background-image: url("../images/f_icon2.png"); }
  .sidebar .sub-nav .down, .sidebar .sub-nav .lv3 { display: none !important;}
  }
@media screen and (max-width: 1024px) { html { font-size: 90px; }
  .head-bg video { display: none; }
  .head-bg img { display: block; }
  .header { padding: 10px 0 !important; transition: all .2s; background: linear-gradient(90deg, #bb2f39, #d71f2c); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }
  .header::after { display: none; }
  .header .container { width: 90%; }
  .header .right-wrapper { width: auto; max-width: none; margin: 0; padding: 0; }
  .header .right-wrapper .top-link a, .header .right-wrapper .nav, .header .right-wrapper .search-btn { 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; }
  .pad-btn::before { display: none; }
  .mobile-box { display: block; }
  .mobile-hide { display: none; }
  .mobile-show { display: block; }
  .container { max-width: 92%; }
  .column .cn { font-size: .16rem; }
  .home1 { margin: 1.1rem 0 0; }
  .home1 .container { padding: 1px .3rem .4rem; }
  .home4 { padding: .2rem 0 0; }
  .home5 { padding: .2rem 0 0; }
  .news-swiper3 .img-zoom { padding: .4rem .3rem; } .notice-list li { width: 100%; margin: 0 0 .15rem; }
  .news-swiper3 .title { margin: 0.2rem 0 0.13rem; }
  .news-swiper3 .more3 { margin: .2rem 0 0; }
  .footer { padding: .2rem 0 .12rem; }
  .footer .container { flex-wrap: wrap; }
  .footer .l-box { width: 100%; }
  .footer .r-box { width: 100%; padding: .2rem 0 0; }
  .foot-img { text-align: center; }
  .contact { margin: .2rem 0; text-align: center; }
  .contact p { margin: 0 0 .1rem; }
  .ewm { display: block; text-align: center; }
  .foot-nav { display: none; }
  .copy { text-align: center; line-height: .3rem; }
  .main-box { margin: 1.1rem 0 0; }
  .main-box .container { padding: 1px .3rem .4rem; }
  .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 { position: relative; font-size: .21rem; line-height: .24rem; text-align: center; padding: .13rem .5rem; letter-spacing: 0; }
  .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; justify-content: flex-start; font-size: .18rem; line-height: .5rem; padding-left: .2rem; }
  .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; display: none; }
  .position h3 { font-size: .21rem; line-height: .5rem; }
  .place { line-height: .5rem; }
  .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) { .home1 .container, .main-box .container { padding: 1px .2rem .3rem; }
  .news-swiper3 { margin: 0 0 .3rem; }
  .news-swiper3 .img-zoom { padding: .2rem .15rem; }
  .news-swiper3 .date { line-height: .4rem; }
  .news-swiper3 .pagination { margin: .14rem 0 0; }
  .position { padding: 0 0 5px; border-bottom: 1px solid #1965d6; }
  .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; }
  .news-list1 a { padding: 0; }
  .news-list1 .date2 { width: 58px !important; }
  .news-list1 .text { width: calc(100% - .9rem) !important; }
@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); }
  .home1, .main-box { margin: .9rem 0 0; }
  .home1 .container, .main-box .container { padding: 1px .12rem .2rem; }
  .column { margin: .15rem 0; }
  .column .cn { font-size: .16rem; line-height: .38rem; }
  .news-swiper2 .swiper-slide { padding: .2rem .15rem; }
  .news-swiper2 .title { margin: .15rem 0 0; }
  .news-swiper2 .pagination { margin: .1rem 0 0; }
  .home3 { padding: .2rem 0 0; }
  .home4 .column .cn { padding: 0; font-size: .14rem; background: none !important; }
  }

/*# sourceMappingURL=style.css.map */