a{
    color:#333;
}
a:hover{
    text-decoration:none;
        color:#ab1200;
}

#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
html {
  overflow-x: hidden;
}
.backtop {
  width: 50px;
  height: 50px;
  outline:none!important;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}
@media (max-width:768px){
  .backtop {
    width: 50px;
    height: 50px;
    outline:none!important;
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: none;
    opacity:0.5;
  }
  .backtop:hover{
    opacity:1;
  }
}


/* 局部样式_header */
.mask {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 200;
}
* {
  margin: 0;
}
.H_top {
  padding: 25px 8.333%;
  background-color: #ab1200;
}
.H_top .logo_img {
  height: 100px;
}
.H_top .right {
  margin: 26.2px 0;
}
.H_top .right_content {
  color: #ecc6c3;
  margin-right: 2px;
  display: flex;
  justify-items: center;
  align-items: center;
  height: 14px;
  font-weight: bold;
  float: right;
  font-size: 12px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.H_top .right_content a {
  color: #ecc6c3;
  text-decoration: none;
}
.H_top .right_content span {
  padding: 0 4px;
  padding-bottom: 2px;
  color: #f39a9a;
}
.H_top .adaptSearch{
  display:none;
  width: 188px;
  height: 30px;
  display: inline-block;
  float: right;
  margin-top: 48px;
  transform: translateX(188px);
}
.H_top .adaptSearch input{
  outline: transparent;
  border-radius: 15px;
  height: 28px;
  width: 188px;
  border: transparent;
  padding:0 10px;
  font-size: 13px;
}
.mobile_nav {
  display: none;
}
.nav_row {
  width: 100%;
  padding: 0 17% 0 9%;
  position: absolute;
  z-index: 9;
}
.nav_row li.nav-item.col-lg-2.px-0 {
  text-align: center;
}
.nav_row li.nav-item.col-lg-2.px-0 .subnav {
  display: none;
}
.nav_row li.nav-item.col-lg-2.px-0 .subnav.on {
  display: block;
}
.nav_row .navbar-toggler.bg-white {
  outline: none;
}
.nav_row .navbar.navbar-expand-lg {
  padding: 0;
}
.nav_row .navbar-light .navbar-nav .nav-link {
  color: #575353;
  background-color: white;
}
.nav_row .navbar-light .navbar-nav .nav-link a {
  color: #575353;
}
.nav_row .navbar-light .navbar-nav .nav-link.navname {
  background-color: #ab1200;
  color: white;
  font-weight: bold;
}
.nav_row .navbar-light .navbar-nav .nav-link.navname a {
  color: white;
}
.nav_row .navbar-light .navbar-nav .nav-link:hover {
  background-color: #ab1200;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.nav_row .navbar-light .navbar-nav .nav-link:hover a {
  color: white;
  text-decoration: none;
}

.nav_row ul.navbar-nav.container {
  width: 83.333%;
  box-sizing: border-box;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 437px) {
  .H_top {
    padding: 30px 0;
  }
  .H_top .el-col-18 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #navbarSupportedContent {
    background-color: white;
    padding: 0 14%;
  }
  .nav_row ul.navbar-nav.container {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
	margin: 0;
  }
  .nav_row {
    display: none!important;
  }
  .mobile_nav {
    display: block!important;
  }
  .mobile_nav .openDrawer {
    border: none;
    outline: none;
    color: white;
    font-size: 28px;
    background: transparent;
  }
  .mobile_nav .openDrawer:hover {
    transform: rotate(180deg);
    transition: 0.6s;
  }
  .mobile_nav .closeDrawer {
    border: none;
    outline: none;
    color: white;
    font-size: 30px;
    background: #ab1200;
    float: right;
  }
  .mobile_nav .closeDrawer:hover {
    transform: scale(0.8);
    transition: 0.6s;
  }
  section.el-drawer__body {
    padding-bottom: 0;
  }
  section.el-drawer__body #logo {
    height: 80px !important;
    width: 100% !important;
    background-color: #ab1200 !important;
    padding: 10px;
  }
  section.el-drawer__body #logo img {
    height: 60px;
  }
  section.el-drawer__body .lists {
    height: 80vh;
    overflow: scroll;
  }
  section.el-drawer__body .lists .m_nav {
    padding: 0 2.333%;
    color: #333;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
    font-weight: 300;
  }
  section.el-drawer__body .lists .m_nav .title {
    display: flex;
    justify-content: space-between;
    height: 60px;
    font-size: 20px;
    line-height: 72px;
    letter-spacing: 0.618px;
    margin: 0 18px;
    border-bottom: 1px solid #eee;
  }
  section.el-drawer__body .lists .m_nav .title .showIt {
    margin-top: 20px;
    height: 32px;
    width: 32px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.el-drawer__body .lists .m_nav .title .showIt .el-button.el-button--default.is-circle {
    outline: none;
  }
  section.el-drawer__body .lists .m_sub_nav {
    padding: 0 6.333%;
    color: #575353;
    display: none;
  }
  section.el-drawer__body .lists .m_sub_nav .sub_title {
    padding-left: 18px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
  section.el-drawer__body .lists .m_sub_nav li {
    list-style: none!important;
  }
   .m_sub_nav ul{
	   padding: 0;
   }
}
/* 输入框样式更改 */
.input_search input.el-input__inner {
  border-radius: 20px;
  width: 180px;
  float: right;
}
@media (max-width: 913px) {
  .nav-item.col-lg-2.px-0 .nav-link {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .nav-item.col-lg-2.px-0:nth-child(7) {
    border-bottom: 1px solid #eee;
  }
  .nav-link {
    border-left: 1px solid #9a0000;
    border-right: 1px solid #9a0000;
    border-top: 1px solid #9a0000;
  }
  .nav-link:last-child {
    border-bottom: 1px solid #9a0000;
  }
  .hidden-sm-only {
    display: none;
  }
  div.nav_row.el-row {
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
  ul.navbar-nav.container {
    width: 100%;
  }
  .navbar-nav.container {
    margin: 36px 0;
  }
  .navbar-toggler.bg-white {
    border-radius: 0;
    margin-top: -40px;
    opacity: 0.2;
  }
  .navbar-toggler.bg-white:hover {
    opacity: 1;
  }
  .top .el-row {
    display: flex!important;
    justify-content: center!important;
  }
  .left.el-col.el-col-18 {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 914px) and (max-width: 991px) {
  .navbar-toggler.bg-white {
    border-radius: 0;
    margin-top: -40px;
    opacity: 0.2;
  }
  .navbar-toggler.bg-white:hover {
    opacity: 1;
  }
  .nav-item.col-lg-2.px-0 .nav-link {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .nav-item.col-lg-2.px-0:nth-child(7) {
    border-bottom: 1px solid #eee;
  }
  .nav-link {
    border-left: 1px solid #9a0000;
    border-right: 1px solid #9a0000;
    border-top: 1px solid #9a0000;
  }
  .nav-link:last-child {
    border-bottom: 1px solid #9a0000;
  }
  div.nav_row.el-row {
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
  div.nav_row.el-row {
    display: flex;
    justify-content: center;
  }
  #navbarSupportedContent {
    background-color: white;
    padding: 0 60%;
  }
  ul.navbar-nav.container {
    width: 100%;
  }
  li.nav-item.col-lg-2.px-0 .subnav.on {
    display: none;
  }
  .navbar-nav.container {
    margin: 36px 0;
  }
}
@media (max-width: 262px) {
  html {
    display: none;
  }
}

/* 局部样式_swiper */
.bg_responsive {
  height: 100%;
  width: 100vw;
  background-position: center;
  background-size: cover;
}
.swiper {
  overflow:hideen!important;
  margin-top: 40px;
  position: relative;
}
.swiper .carousel-item{
  height: 100%!important;
  overflow:hidden!important;
  position: relative!important;
}
.carousel-inner{
  overflow:hidden!important;
}
@media (max-width: 991px) {
  .swiper {
    margin-top: 0px;
  }
}
@media (max-width: 720px) {
  .swiper {
    height: 320px;
  }
  #carouselExampleIndicators{
    height: 100%!important;
    overflow:hidden!important;
    position: relative!important;
  }
  .swiper .carousel-inner{
    height: 100%!important;
    overflow:hidden!important;
    position: relative!important;
  }
  .swiper .carousel-item{
	height: 100%!important;
	overflow:hidden!important;
	  position: relative!important;
  }
  .swiper img{
	  height: 100%!important;
	  transform: scale(1.36,1);
  }
  .el-carousel__container {
    position: relative!important;
    height: 320px !important;
  }
}
/* 局部样式_新闻中心与通知公告 */
.myfuild {
  padding: 0 8.333%;
}
.news_title,
.academic_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ab1200;
  margin-bottom: 5px;
}
.news_title h5,
.academic_title h5 {
  color: #ab1200;
  font-weight: bold;
}
.news_title span,
.academic_title span {
  color: #888;
  cursor: pointer;
}
.news_single,
.academic_single {
  height: 80px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  cursor: pointer;
}
.news_single .news_img,
.academic_single .news_img {
  height: 90%;
  width: 125px;
  overflow: hidden;
margin:3px 0;
}
.news_single .news_img img,
.academic_single .news_img img {
  width: 100%;
min-height:90px;
}
.news_single .academic_img,
.academic_single .academic_img {
  height: 90%;
  width: 60px;
  overflow: hidden;
}
.news_single .academic_img .date,
.academic_single .academic_img .date {
  height: 100%;
  background-color: #9a0000;
  padding: 0px 18px;
}
.news_single .academic_img .date .date_top,
.academic_single .academic_img .date .date_top,
.news_single .academic_img .date .date_bottom,
.academic_single .academic_img .date .date_bottom {
  color: white;
  height: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  Font-family: Acumin Variable Concept ExtraCondensed Light;
}
.news_single .academic_img .date .date_top,
.academic_single .academic_img .date .date_top {
  padding-top: 5px;
  border-bottom: 1px solid #fff;
}
.news_single .academic_img .date .date_bottom,
.academic_single .academic_img .date .date_bottom {
  font-size: 22px;
}
.news_single .news_content,
.academic_single .news_content,
.news_single .academic_content,
.academic_single .academic_content {
  margin-left: 3%;
  width: 80%;
  height: 90%;
  padding: 4px;
  padding-left: 0;
  position: relative;
}
.news_single .news_content p,
.academic_single .news_content p,
.news_single .academic_content p,
.academic_single .academic_content p {
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial !important;
  font-size: 14.8px;
  color: #666;
  margin-bottom: 0px;
  max-height: 45px!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight:500;
color:#666;
}
.news_single .news_content p:hover,
.academic_single .news_content p:hover,
.news_single .academic_content p:hover,
.academic_single .academic_content p:hover {
  cursor: pointer;
  color: #ab1200!important;
}

.news_single .news_content em,
.academic_single .news_content em,
.news_single .academic_content em,
.academic_single .academic_content em {
  color: #ab1200;
  font-style: normal;
  font-size: 13px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial !important;
}
.news_single .news_content small,
.academic_single .news_content small,
.news_single .academic_content small,
.academic_single .academic_content small {
  color: #999;
}
.news_single .news_content .Ac_active:nth-child(1),
.academic_single .news_content .Ac_active:nth-child(1),
.news_single .academic_content .Ac_active:nth-child(1),
.academic_single .academic_content .Ac_active:nth-child(1){
  display:flex!important;
  flex-direction:column!important;
  line-height:18px!important;
  font-size:14px;
}
.news_single .news_content .Ac_active,
.academic_single .news_content .Ac_active,
.news_single .academic_content .Ac_active,
.academic_single .academic_content .Ac_active{
  height:24px!important; 
}

.news_single .news_content .Ac_active i,
.academic_single .news_content .Ac_active i,
.news_single .academic_content .Ac_active i,
.academic_single .academic_content .Ac_active i{
  margin-right:4px;
  font-size:13px;
}

.news_single .news_content small abbr,
.academic_single .news_content small abbr,
.news_single .academic_content small abbr,
.academic_single .academic_content small abbr {
  font-size: 12.8px;
  text-decoration: none;
}
.news_single .academic_content,
.academic_single .academic_content {
  width: 85%;
}
.news_single .academic_content .row,
.academic_single .academic_content .row {
  height: 68px;
}
.news_single .academic_content .row .col-2,
.academic_single .academic_content .row .col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_single .academic_content img,
.academic_single .academic_content img {
  height: 32px;
  width: 32px;
}
.academic_single .academic_content p {
  height:24px;
  -webkit-line-clamp: 1;
}

.academic_single,.line2 .academic_content p {
  -webkit-line-clamp: 2;
}
.academic_single:hover {
  transition: 0.3s;
}
.academic_single:hover img {
  margin-top: 32px;
  animation: bb 1s linear 0s infinite;
   -ms-animation: bb 2s linear 0s infinite;
}
@media (max-width: 1330px) {
  .news_content,
  .academic_content {
    margin-left: 3%;
    width: 80%;
    height: 90%;
    padding: 6px;
    padding-left: 0;
    position: relative;
  }
  .news_content p,
  .academic_content p {
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial !important;
    font-size: 16px !important;
    color: #666;
    margin-bottom: 12px;
    max-height: 50px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_content em,
  .academic_content em {
    color: #ab1200;
    position: absolute;
    font-style: normal;
    font-size: 14px;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .news_content,
  .academic_content {
    padding: 0 !important;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .col-md-6.col-12 {
    margin-top: 24px;
  }
  .myfuild {
    padding: 0 5.333%;
	margin-top: 0!important;
  }
  
  .myfuild .col-md-6.col-12.pl-4{
	 padding:0 15px!important;
  }
  .myfuild .col-md-6.col-12.pr-4{
  	  padding:0 15px!important;
  }
  
  .news_academic>.row{
	  margin: 0!important;
  }
}
@media (max-width: 519px) {
  .myfuild {
    padding: 0 2.333%;
	margin-top: 0!important;
  }
  .col-md-6.col-12 {
    margin-top: 24px;
  }
  .academic_content p {
    margin-bottom: 0px !important;
  }
  .myfuild .col-md-6.col-12.pl-4{
  	 padding:0 15px!important;
  }
  .myfuild .col-md-6.col-12.pr-4{
  	  padding:0 15px!important;
  }
  em {
    color: #ab1200;
    position: absolute;
    font-style: normal;
    font-size: 14px;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial !important;
  }
  .academic_single:hover {
    box-shadow: 2px 2px 10px transparent;
    transform: scale(1) !important;
  }
  .academic_single:hover img {
    margin-top: 30px;
    animation: bb 2s linear 0s infinite;
   -ms-animation: bb 2s linear 0s infinite;
  }
  .news_content p:hover {
    font-weight: bold!important;
  }
}
@keyframes bb {
  0% {
    transform: translate(0, -50%);
    opacity: 0;
  }
  20% {
    transform: translate(3px, -50%);
    opacity: 1;
  }
  80% {
    transform: translate(10px, -50%);
    opacity: 1;
  }
  90% {
    transform: translate(10px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(10px, -50%);
    opacity: 0;
  }
}


/* 局部样式_special */
.autoplays{
 overflow:hidden;
}
.s_main{
				width: 100%;
				height: 150px;
				position: relative;
			}
			.s_item{
				display: inline-block;
				position: absolute;
				height: 120px;
				width: 300px;
				transition: 0.5s;
			}
			.s_item img{
				height: 120px;
				width: 320px;
			}
			.s_item:nth-child(1){
				left: 20px;
			}
			.s_item:nth-child(2){
				left: 360px;
			}
			.s_item:nth-child(3){
				left: 700px;
			}
			.s_item:nth-child(4){
				left: 1040px;
			}
			.s_item:nth-child(5){
				left: 1380px;
			}
.slick-next,
.slick-prev {
  opacity: 0;
}
.special_activity {
  margin-top: 20px;
}
.special_activity .single_one {
  height: 120px;
}
.special_activity .single_one .special_img {
  padding: 0 10px;
  height: 100%;
}
.special_activity .single_one .special_img img {
  height: 100%;
  width: 100%;
}

.left-arrow .carousel-control-prev{
 height:54px!important;width:18px;margin-left:14px;
}
.right-arrow .carousel-control-next{
 height:54px!important;width:18px;margin-right:14px;
}

@media (min-width: 1124px) and (max-width: 1340px) {
  .special_activity {
    margin-top: 30px;
  }
  .special_activity .single_one {
    height: 100px;
  }
  .special_activity .single_one .special_img {
    padding: 0 10px;
    height: 100%;
  }
  .special_activity .single_one .special_img img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1123px) {
  .special_activity {
    margin-top: 40px;
  }
  .special_activity .single_one {
    height: 90px;
  }
  .special_activity .single_one .special_img {
    padding: 0 10px;
    height: 100%;
  }
  .special_activity .single_one .special_img img {
    height: 100%;
    width: 100%;
  }
}
.special_mobile {
  display: none;
  margin-top: 24px;
}
.special_mobile_img img {
  height: 100%;
  width: 100%;
}
.special_mobile_img:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 10px #eee;
  transition: 0.3s;
}
@media (min-width: 520px) and (max-width: 767px) {
  .special {
    display: none !important;
  }
  .special_mobile {
    display: block;
    width: 100%;
    padding: 0 5.333%;
  }
  .special_mobile h4 {
    margin-top: 14px;
    height: 28px;
    text-align: center;
    font-size: 20px;
  }
  .special_mobile hr {
    margin-top: 0;
    width: 60px;
    height: 3px;
    background-color: #ab1200;
    margin: 0 auto;
  }
  .special_mobile .special_mobile_container {
    width: 100%;
  }
  .special_mobile .special_mobile_container .special_mobile_imgbox {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .special_mobile .special_mobile_container .special_mobile_imgbox .special_mobile_img {
    width: 48%;
    height: 100px;
    margin-top: 28px;
    background-color: #db4453;
  }
}
@media (max-width: 519px) {
  .special {
    display: none !important;
  }
  .special_mobile {
    display: block;
    width: 100%;
    padding: 0 2.333%;
  }
  .special_mobile h4 {
    margin-top: 14px;
    height: 28px;
    text-align: center;
    font-size: 20px;
  }
  .special_mobile hr {
    margin-top: 0;
    width: 60px;
    height: 3px;
    background-color: #ab1200;
    margin: 0 auto;
  }
  .special_mobile .special_mobile_container {
    width: 100%;
  }
  .special_mobile .special_mobile_container .special_mobile_imgbox {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .special_mobile .special_mobile_container .special_mobile_imgbox .special_mobile_img {
    width: 48%;
    height: 100px;
    margin-top: 28px;
    background-color: #db4453;
  }
}
.special {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.special .S_box {
  display: inline-block;
  height: 240px;
  padding: 0 60px;
  width: 90%;
  border-radius: 12px;
  background-color: #f1f3f4;
}
.special .S_box h4 {
  margin-top: 18px;
  height: 28px;
  text-align: center;
  font-size: 20px;
  color: #555;
}
.special .S_box hr {
  margin-top: 0;
  width: 60px;
  height: 2.8px;
  background-color: #ab1200;
  margin: 0 auto;
}
.special .S_box .special_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 182px;
}
.special .S_box .special_container .imgbox {
  position: absolute;
  height: 86%;
  transform: translateY(9%);
  display: flex;
  z-index: 1;
}
.special .S_box .special_container .imgbox .special_img {
  width: 288px;
  height: 100px;
  margin-top: 28px;
  margin-left: 30px;
  background-color: #db4453;
}
.special .S_box .special_container .imgbox .special_img img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.special .S_box .special_container .imgbox .special_img:first-child {
  margin-left: 0px;
}
.special .right-arrow,
.special .left-arrow {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #ab1200;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}
.special .right-arrow {
  transform: translateX(-50%);
}
.special .left-arrow {
  transform: translateX(50%);
}
.special .right-arrow:hover {
  background-color: #eee;
  color: #ab1200;
  font-weight: bold;
  transition: 0.3s;
}
.special .left-arrow:hover {
  background-color: #eee;
  color: #ab1200;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .right-arrow,
  .left-arrow {
    height: 36px !important;
    width: 36px !important;
  }
  .special_activity {
    height: 100px;
    margin-top: 24px;
  }
  .special_activity .single_one {
    height: 80px;
  }
  .special .S_box {
    height: 200px;
  }
  .special .S_box h4 {
    font-size: 20px !important;
  }
}

/* 杂志和招纳贤士 */
.magazine_admission {
  margin-top: 48px;
  min-height: 420px;
  padding: 0 8.333%;
  display: flex;
  justify-content: space-between;
}
.magazine_admission h5 {
  font-weight: bold;
  color: #ab1200;
}
.magazine_admission .magazine,
.magazine_admission .admission {
  width: 48%;
  height: 420px;
}
.magazine_admission .magazine {
  cursor: pointer;
}
.magazine_admission .magazine .A_box {
  height: 88%;
  width: 100%;
  display: flex;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-right: 0.5em;
}
.magazine_admission .magazine .A_box .img {
  width: 240px;
  height: 100%;
  margin-right: 2vw;
  background-position: center;
  border-right:1px solid #eee;
}
.magazine_admission .magazine .A_box .content {
  padding-top: 1.25em;
  width: 49%;
}
.magazine_admission .magazine .A_box .content .main_content {
  max-height: 210px;
}
.magazine_admission .magazine .A_box .content .main_content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine_admission .magazine .A_box .content h6 {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.8;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine_admission .magazine .A_box .content p {
  font-weight: 300;
}
.magazine_admission .magazine:hover .A_box {
  box-shadow: 10px 10px 10px #ccc;
  transition: 0.3s;
}
.magazine_admission .admission .A_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 88%;
  cursor: pointer;
}
.magazine_admission .admission .A_box .left {
  background-color: #84aec7;
  color: white;
}
.magazine_admission .admission .A_box .right {
  background-color: #c68d7a;
  color: white;
}
.magazine_admission .admission .A_box .left:hover,
.magazine_admission .admission .A_box .right:hover {
  box-shadow: 5px 5px 10px #ccc;
  transition: 0.3s;
}
.magazine_admission .admission .A_box .left,
.magazine_admission .admission .A_box .right {
  width: 49%;
  height: 100%;
}
.magazine_admission .admission .A_box .left .title,
.magazine_admission .admission .A_box .right .title {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazine_admission .admission .A_box .left .title h4 a,
.magazine_admission .admission .A_box .right .title h4 a{
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial !important;
  font-size: 20px;
  color:white;
}
.magazine_admission .admission .A_box .left .img,
.magazine_admission .admission .A_box .right .img {
  height: 80%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 940px) {
  .magazine_admission {
    flex-wrap: wrap;
  }
  .magazine,
  .admission {
    width: 100% !important;
  }
  .magazine .img {
    margin-right: 3vw !important;
    width: 46% !important;
  }
  .magazine .content {
    padding-top: 30px !important;
  }
  .admission {
    margin-top: 20px;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .magazine_admission {
    padding: 0 5.333%;
    flex-wrap: wrap;
	margin-top: 24px;
  }
  .magazine,
  .admission {
    width: 100% !important;
  }
  .magazine .img {
    margin-right: 3vw !important;
    width: 46% !important;
  }
  .magazine .content {
    padding-top: 30px !important;
  }
  .admission {
    margin-top: 30px !important;
  }
}
@media (max-width: 519px) {
  .magazine_admission {
    padding: 0 2.333%;
    flex-wrap: wrap;
	margin-top: 24px;
  }
  .magazine,
  .admission {
    width: 100% !important;
    height: 360px !important;
  }
  .magazine .A_box,
  .admission .A_box {
    height: 90% !important;
  }
  .magazine .img {
    margin-right: 4vw !important;
    width: 48% !important;
  }
  .magazine .content {
    padding-top: 24px !important;
    font-size: 14px !important;
  }
  .admission {
    margin-top: 30px !important;
  }
  .magazine:hover .A_box {
    box-shadow: 2px 2px 5px #ccc !important;
    transition: 0.3s;
  }
}


/* dataNXY */
.dataNXY {
  padding: 0 8.333%;
  margin-top: 48px;
  height: 360px;
}
.dataNXY h5 {
  font-weight: bold;
  color: #ab1200;
}
.dataNXY small{
	color: #666;
	margin-left: 10px;
	font-size: 14px;
}
.btns {
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 83vw;
  margin-top: 132px;
}
.btns .btn {
  border-radius: 50%;
  background-color: #000;
  color: white;
  height: 50px;
  width: 50px;
  opacity: 0.3;
}
.btns .btn:hover {
  opacity: 0.8;
}
.four_box .single_one {
  height: 320px;
  width: 24.222%;
  display: inline-block;
  cursor: pointer;
}
.four_box .single_one .top,
.four_box .single_one .bottom {
  height: 136px;
  margin-top: 25px;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.four_box .single_one .top .four_left,
.four_box .single_one .bottom .four_left {
  height: 136px;
  width: 36%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four_box .single_one .top .four_left img,
.four_box .single_one .bottom .four_left img {
	margin-top: -10%;
  height: 54px !important;
  width: 54px !important;
}
.four_box .single_one .top .four_right,
.four_box .single_one .bottom .four_right {
  height: 136px;
  width: 67%;
  padding: 20px;
  padding-left: 0;
  color: #666;
  font-size: 12px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.four_box .single_one .top .four_right h4,
.four_box .single_one .bottom .four_right h4 {
  margin-top:2.33%;
  margin-bottom: 5px;
  color: #ab1200;
  font-weight: 300;
  font-size: 36px;
}
.four_box .single_one .top .four_right .four_title,
.four_box .single_one .bottom .four_right .four_title{
	color: #666;
	font-size: 14px;
	width: 96%;
	font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.four_box .single_one .top:nth-child(2n+1) {
  margin-top: 10px;
}
.four_box .single_one:nth-child(2) {
  margin: 0 0.667%;
}
.four_box .single_one:nth-child(3) {
  margin-right: 0.667%;
}
.four_box .carousel-control-prev-icon{
	position: absolute;
	left: 20px;
	transform: translateY(-50%);
}
.four_box .carousel-control-next-icon{
	position: absolute;
	right: 40px;
	transform: translateY(-50%);
}
@media (min-width: 1065px) and (max-width: 1440px) {
  .dataNXY {
    padding: 0 8.333%;
    margin-bottom: 48px;
    height: 360px;
  }
  .three_first_slide {
    width: 100%;
    height: 100%;
  }
  .three_single_one {
    display: inline-block;
    width: 33%;
    height: 360px;
    padding: 15px;
    padding-top: 0;
    cursor: pointer;
  }
  .three_single_one .top,
  .three_single_one .bottom {
    height: 155px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .three_single_one .top .three_left,
  .three_single_one .bottom .three_left {
    height: 100%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .three_single_one .top .three_left img,
  .three_single_one .bottom .three_left img {
    height: 50px;
    width: 50px;
  }
  .three_single_one .top .three_right,
  .three_single_one .bottom .three_right {
    height: 100%;
    width: 58%;
    padding: 36px;
    padding-left: 0;
    color: #666;
    font-size: 12px;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .three_single_one .top .three_right h4,
  .three_single_one .bottom .three_right h4 {
    color: #ab1200;
    font-weight: 300;
    font-size: 36px;
  }
  .three_box .three_single_one .top .three_right .three_title,
  .three_box .three_single_one .bottom .three_right .three_title{
  	color: #666;
  	font-size: 13px;
  	width: 96%;
  	font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .three_single_one .top:nth-child(2n+1) {
    margin-top: 10px;
  }
  .three_single_one:nth-child(1) {
    padding-left: 0;
  }
  .three_single_one:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .three_single_one:nth-child(3) {
    padding-right: 0;
  }
  .three_box .carousel-control-prev-icon{
  	position: absolute;
  	left: 20px;
  	transform: translateY(-72%);
  }
  .three_box .carousel-control-next-icon{
  	position: absolute;
  	right: 40px;
  	transform: translateY(-72%);
  }
}
@media (min-width: 768px) and (max-width: 1064px) {
  .dataNXY {
    padding: 0 8.333%;
    margin-bottom: 48px;
  }
  .two_single_one {
    display: inline-block;
    width: 49.333%;
    height: 360px;
    padding: 20px;
    padding-top: 0;
    cursor: pointer;
  }
  .two_single_one .top,
  .two_single_one .bottom {
    height: 155px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .two_single_one .top .two_left,
  .two_single_one .bottom .two_left {
    height: 100%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .two_single_one .top .two_left img,
  .two_single_one .bottom .two_left img {
    height: 50px;
    width: 50px;
  }
  .two_single_one .top .two_right,
  .two_single_one .bottom .two_right {
    height: 100%;
    width: 58%;
    padding: 30px;
    padding-left: 0;
    color: #666;
    font-size: 12px;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .two_single_one .top .two_right h4,
  .two_single_one .bottom .two_right h4 {
    color: #ab1200;
    font-weight: 300;
    font-size: 36px;
  }
  .two_box .two_single_one .top .two_right .two_title,
  .two_box .two_single_one .bottom .two_right .two_title{
  	color: #666;
  	font-size: 14px;
  	width: 96%;
  	font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .two_single_one .top:nth-child(2n+1) {
    margin-top: 10px;
  }
  .two_single_one:nth-child(1) {
    padding-left: 0;
  }
  .two_single_one:nth-child(2) {
    padding-right: 0;
  }
  .two_box .carousel-control-prev-icon{
  	position: absolute;
  	left: 20px;
  	transform: translateY(-72%);
  }
  .two_box .carousel-control-next-icon{
  	position: absolute;
  	right: 40px;
  	transform: translateY(-72%);
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .dataNXY {
    padding: 0 5.333%;
	margin-top: 24px!important;
    margin-bottom: 48px;
  }
  .two_first_slide {
    width: 100%;
    height: 100%;
  }
  .two_single_one {
    display: inline-block;
    width: 49.333%;
    height: 360px;
    padding: 10px;
    padding-top: 0;
    cursor: pointer;
  }
  .two_single_one .top,
  .two_single_one .bottom {
    height: 160px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .two_single_one .top .two_left,
  .two_single_one .bottom .two_left {
    height: 100%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .two_single_one .top .two_left img,
  .two_single_one .bottom .two_left img {
    height: 50px;
    width: 50px;
  }
  .two_single_one .top .two_right,
  .two_single_one .bottom .two_right {
    height: 100%;
    width: 58%;
    padding: 32px;
    padding-left: 0;
    padding-right: 20px;
    color: #666;
    font-size: 12px;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .two_single_one .top .two_right h4,
  .two_single_one .bottom .two_right h4 {
    color: #ab1200;
    font-weight: 300;
    font-size: 36px;
  }
  .two_box .two_single_one .top .two_right .two_title,
  .two_box .two_single_one .bottom .two_right .two_title{
  	color: #666;
  	font-size: 14px;
  	width: 96%;
  	font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .two_single_one .top:nth-child(2n+1) {
    margin-top: 10px;
  }
  .two_single_one:nth-child(1) {
    padding-left: 0;
  }
  .two_single_one:nth-child(2) {
    padding-right: 0;
  }
  .two_box .carousel-control-prev-icon{
  	position: absolute;
  	left: 20px;
  	transform: translateY(-72%);
  }
  .two_box .carousel-control-next-icon{
  	position: absolute;
  	right: 40px;
  	transform: translateY(-72%);
  }
}
@media (max-width: 519px) {
  .dataNXY {
    padding: 0 2.333%;
	margin-top: 36px!important;
    margin-bottom: 48px;
  }
  .one_single_one {
    display: inline-block;
    width: 100%;
    height: 360px;
    cursor: pointer;
  }
  .one_single_one .top,
  .one_single_one .bottom {
    height: 160px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .one_single_one .top .one_left,
  .one_single_one .bottom .one_left {
    height: 100%;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .one_single_one .top .one_left img,
  .one_single_one .bottom .one_left img {
    height: 50px;
    width: 50px;
  }
  .one_single_one .top .one_right,
  .one_single_one .bottom .one_right {
    height: 100%;
    width: 58%;
    padding: 40px;
    padding-left: 0;
    padding-right: 20px;
    color: #666;
    font-size: 12px;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .one_single_one .top .one_right h4,
  .one_single_one .bottom .one_right h4 {
    color: #ab1200;
    font-weight: 300;
    font-size: 36px;
  }
  .one_box .one_single_one .top .one_right .one_title,
  .one_box .one_single_one .bottom .one_right .one_title{
  	color: #666;
  	font-size: 14px;
  	width: 96%;
  	font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  }
  .one_single_one .top:nth-child(2n+1) {
    margin-top: 10px;
  }
  .one_box .carousel-control-prev-icon{
  	position: absolute;
  	left: 20px;
  	transform: translateY(-50%);
  }
  .one_box .carousel-control-next-icon{
  	position: absolute;
  	right: 40px;
  	transform: translateY(-50%);
  }
}
/* history */
.history {
  position: relative;
  min-height: 300px !important;
  width: 100%;
  padding: 0 8.333%;
  margin-top:24px;
  display:flex;
}
.history h5 {
  font-weight: bold;
  color: #ab1200;
}
.history .H_box {
  height: 100%;
  width:50%;
  padding: 20px 0;
  padding-left: 0;
  padding-top: 10px !important;
  display: flex;
  flex-direction:column;
  overflow:hidden;
}
.history .H_box .img {
  height: 320px;
  width: 96%;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
}
.history .H_box .content {
  width: 96%;
  background-color: rgba(211, 211, 211, 0.2);
  padding: 36px 50px;
  box-sizing: border-box;
  min-height: 300px;
}
.history .H_box:nth-child(2) .honorMan,
.history .H_box:nth-child(2) .mediaRepo{
    border:1px dotted #999;
    padding:12px 24px 8px 12px;
    width: 100%;
    margin-top:8px;
    height:304px;
    border-radius:4px;
    background-image:url("http://liuzhixiong.xyz/nxy_trs1/img/bgTest1.png");
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
}
.history .H_box:nth-child(2) .honorMan{
    height:300px;
    margin-bottom:16px;
}

.history .H_box:nth-child(2) .honorMan ul,
.history .H_box:nth-child(2) .mediaRepo  ul{
 padding-left:0px;
}

.history .H_box:nth-child(2) .honorMan ul li,
.history .H_box:nth-child(2) .mediaRepo  ul li{
  font-size:16px!important;
  height:36px;
  line-height:36px;
  font-weight:300;
  display:flex;
  justify-content:space-between;
}
.history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  height:36px;
  line-height:36px;
  display:block;
  width:84%!important;
  overflow:hidden!important; 
}
.history .H_box:nth-child(2) .honorMan ul li>a:hover,
.history .H_box:nth-child(2) .mediaRepo  ul li>a:hover{
  color:#ab1200!important; 
}


.history .H_box:nth-child(2) .honorMan ul li>small,
.history .H_box:nth-child(2) .mediaRepo  ul li>small{
  float:right;
  color:#999;
}

.history .H_box:nth-child(2) .honorMan ul li:hover,
.history .H_box:nth-child(2) .mediaRepo  ul li:hover{
  color:#ab1200;
  cursor:pointer;
}


.history .H_box .content h2 {
  font-weight: bold;
  color: #3f3f3d;
  padding-left: 26px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.history .H_box .content p {
  text-align: left;
  text-indent: 2em;
  width: 100%;
  line-height: 1.75em;
  font-size: 16px;
  color: #3f3f3d;
  text-align: justify;
  font-weight: 300;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.history .H_box .content small {
  float: right;
  clear: both;
  margin-top: 10px;
  color: #3f3f3d;
  font-weight: 400;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  cursor: pointer;
}
@media (max-width: 830px) {
  .history .H_box .img {
    background-position: center;
  }
}
@media (min-width: 1900px) {
  .history .H_box .img{
    height:370px!important;
  }
}

@media (min-width: 1710px) and  (max-width: 1900px){
  .history .H_box .img{
    height:348px!important;
  }
}
@media (min-width:1225px) and (max-width: 1371px) {
.history .H_box:nth-child(2) .honorMan,
.history .H_box:nth-child(2) .mediaRepo{
    min-height:315px;
}

.history .H_box:nth-child(2) .honorMan ul li>small,
.history .H_box:nth-child(2) .mediaRepo  ul li>small{
  display:none;
}
.history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  width:100%!important;
}

}
@media (min-width: 1090px) and (max-width: 1224px) {
.history .H_box:nth-child(2) .honorMan,
.history .H_box:nth-child(2) .mediaRepo{
    min-height:330px;
}

.history .H_box:nth-child(2) .honorMan ul li>small,
.history .H_box:nth-child(2) .mediaRepo  ul li>small{
  display:none;
}
.history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  width:100%!important;
}
}
@media (min-width: 985px) and (max-width: 1090px) {
.history .H_box:nth-child(2) .honorMan,
.history .H_box:nth-child(2) .mediaRepo{
    min-height:343px;
}

.history .H_box:nth-child(2) .honorMan ul li>small,
.history .H_box:nth-child(2) .mediaRepo  ul li>small{
  display:none;
}
.history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  width:100%!important;
}
}
@media (min-width: 940px) and (max-width: 985px) {
.history .H_box:nth-child(2) .honorMan,
.history .H_box:nth-child(2) .mediaRepo{
    min-height:357px;
}

.history .H_box:nth-child(2) .honorMan ul li>small,
.history .H_box:nth-child(2) .mediaRepo  ul li>small{
  display:none;
}
.history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  width:100%!important;
}
}

@media (min-width: 768px) and (max-width: 939px) {
  .history {
    flex-wrap:wrap;
  }
  .H_box {
    width:100%!important;
    flex-wrap: wrap;
  }
  .H_box .img {
    width: 100% !important;
    height: 360px !important;
  }
  .H_box .content {
    width: 100% !important;
    padding: 50px !important;
  }
  .H_box .content p {
    line-height: 30px !important;
  }
  .H_box .content small {
    float: right;
    margin-top: 60px !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .history {
    min-height: 360px;
    padding: 0 5.333%;
    margin-top: 54px;
    flex-wrap:wrap;
  }
  .H_box {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .H_box .img {
    width: 100% !important;
    height: 360px !important;
  }
  .H_box .content {
    width: 100% !important;
    padding: 50px !important;
  }
  .H_box .content p {
    line-height: 30px !important;
  }
  .H_box .content small {
    float: right;
    margin-top: 60px !important;
  }
.history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  width:80%!important;
}

}
@media (max-width: 599px) {
  .history {
       flex-wrap:wrap;
    min-height: 360px;
    padding: 0 5.333%;
	margin-top: 48px!important;
  }
  .H_box {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .H_box .img {
    width: 100% !important;
    height: 360px !important;
  }
  .H_box .content {
    width: 100% !important;
    padding: 50px !important;
  }
  .H_box .content p {
    line-height: 30px !important;
  }
  .H_box .content small {
    float: right;
    margin-top: 60px !important;
  }

  .history .H_box:nth-child(2) .honorMan ul li>a,
.history .H_box:nth-child(2) .mediaRepo  ul li>a{
  width:72%!important;
}

}
@media (min-width: 391px) and (max-width: 519px) {
  .history {
    min-height: 540px !important;
    padding: 0 2.333%;
    margin-top: 72px;
  }
  .H_box {
    flex-wrap: wrap;
  }
  .H_box .img {
    width: 100% !important;
    height: 240px !important;
  }
  .H_box .content {
    width: 100% !important;
    padding: 20px !important;
  }
  .H_box .content h2 {
    font-size: 22px;
  }
  .H_box .content p {
    line-height: 30px !important;
  }
  .H_box .content small {
    margin-top: 20px !important;
  }
}
@media (min-width: 346px) and (max-width: 390px) {
  .history {
    min-height: 500px;
    padding: 0 2.333%;
    margin-top: 72px;
  }
  .H_box {
    flex-wrap: wrap;
  }
  .H_box .img {
    width: 100% !important;
    height: 200px !important;
  }
  .H_box .content {
    width: 100% !important;
    padding: 20px 10px !important;
  }
  .H_box .content h2 {
    font-size: 20px;
  }
  .H_box .content p {
    line-height: 30px !important;
  }
  .H_box .content small {
    float: right;
    margin-top: 10px !important;
  }
}
@media (max-width: 345px) {
  .history {
    min-height: 560px;
    padding: 0 2.333%;
    margin-top: 72px;
  }
  .H_box {
    flex-wrap: wrap;
  }
  .H_box .img {
    width: 100% !important;
    height: 200px !important;
  }
  .H_box .content {
    width: 100% !important;
    padding: 20px 10px !important;
  }
  .H_box .content h2 {
    font-size: 20px;
  }
  .H_box .content p {
    line-height: 30px !important;
  }
  .H_box .content small {
    float: right;
    margin-top: 10px !important;
  }
}


/* footer */
@media (min-width: 991px) {
  .footer .F_myfuild .col-6.col-sm-4.col-md-3.col-lg-2 {
    max-width: 13.999999% !important;
  }
  .footer .nav-link {
    padding-right: 0;
    padding-left: 10px;
  }
  .footer .footer_nav_name {
    margin-left: 8px;
  }
.footer_nav_name {
  color: #fff!important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
  color:#fff!important;
}

}
@media (max-width: 581px) {
  .logo_img:nth-child(2) {
    /* margin: 0 auto; */
  }
  .sub_bottom_left > h6 {
    font-size: 14px;
  }
  .box {
    font-size: 13px;
  }
  .footer_subnav {
    display: none;
  }
.footer_nav_name {
  color: #fff!important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
  color:#fff!important;
}

}
@media (max-width: 912px) {
  .sub_bottom {
    display: block!important;
  }
  .divide {
    display: none;
  }
  .box {
    margin-left: 20px !important;
  }
  .footer_subnav {
    display: none;
  }
  .imgbox {
    height: 80px;
    width: 80px;
    margin-bottom: 6px;
    background-color: red;
  }
  .box {
    height: 100px;
    width: 100px;
    text-align: center;
    margin-left: 30px;
    font-weight: bold;
  }
  .navtitle.mt-3 {
    margin-top: 10px !important;
  }
  .row {
    padding-left: 10px !important;
  }
  .F_myfuild.my-3.mb-5 {
    margin-bottom: 24px !important;
  }
.footer_nav_name {
  color: #fff!important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
  color:#fff!important;
}

}
@media (max-width: 372px) {
  .sub_bottom_left > h6 {
    width: 20px;
  }
.footer_nav_name {
  color: #fff!important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
  color:#fff!important;
}

}
@media (max-width: 991px) {
  .footer_nav_name {
    font-size: 16px !important;
  }
  .footer_subnav {
    font-size: 14px;
  }
.footer_nav_name {
  color: #fff!important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
  color:#fff!important;
}

  .F_myfuild .col-6.col-sm-4.col-md-3.col-lg-2 {
    min-width: 13.999999% !important;
  }
}
.F_myfuild {
  padding: 0 8.333%;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  font-weight: 400;
}
.address,
.zip_code {
  height: 36px;
  margin-top: 20px;
  color: #FFC8C2;
}
.address:hover,
.zip_code:hover {
  color: #fff;
}
.sub_bottom {
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
  padding: 0 8.333%;
}
.divide_box {
  display: flex;
  justify-content: center;
}
.divide {
  width: 1px;
  height: 120px;
  background-color: #eee;
  opacity: 0.3;
}
.imgbox {
  height: 100px;
  width: 100px;
  background-color: red;
}
.box {
  height: 130px;
  width: 100px;
  text-align: center;
  margin-left: 30px;
  font-weight: bold;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.sub_bottom_left {
  display: flex;
  color: #FFC8C2;
}
.sub_bottom_right {
  color: white;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  font-weight: 400;
}
.footer_subnav a {
  color: #FFC8C2;
  font-size: 16px;
  padding: 0px 0px 10px 6px;
}
.footer_subnav a:hover {
  color: #fff;
}
.navtitle {
  display: flex;
  margin-bottom: 10px;
}
.footer_nav_name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
  color:#fff;
}
.division {
  width: 4px;
  display: inline-block;
  margin-top: 4px;
  height: 18px;
  background-color: #fff;
}
.footer {
  margin-top: 72px;
  min-height: 400px;
  padding-top: 30px;
  background-color: #ab1200;
  position: relative;
}
.bottom_footer {
  background-color: #333333;
  width: 100%;
  height: 24px;
  padding: 6px;
  color: #e0e0e0;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
