*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  font-family: "微软雅黑","Microsoft Yahei";
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  overflow-x: hidden;
}@media (max-width: 991px) {body{font-size: 15px;}}

body[dir="rtl"] {
  text-align: right;
}
/*2021/6/22*/
.inp {outline: none;
        width: 80%;
        height: 28px;
        padding: 0 30px 0 15px;
        font-size: 12px;
        color: #000;
        line-height: 28px;
        border: 1px solid black;
        border-radius: 15px;}
    .inpBtn{
        position: absolute;
    right: 40px;
    height: 20px;
    cursor: pointer;top: 115px;}
    .menuBtn{
        width: 25px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block; 
    }
    .menuBtn b{
        display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    }

.pr{position: relative;}
.pa{position: absolute;}
.fl{float: left;}
.fr{float: right;}
.c-white{color: white;}
.cur-position{/*当前位置*/width: 100%;bottom: 0;background-color: rgba(0,34,85,0.7);}
.bg-F2F2F6{background-color: #F2F3F6;}
.lunBoTu{width: 100%;height: 30vw;}
.headerImg {/* 二级菜单背景大小静态背景图片样式*/
  width: 100%;height: 25vw; /*vamx在ie浏览器中不能兼容*//*height: 300px;ie浏览器中使用*/
}
@media (max-width: 767px) {
  .lunBoTu,.headerImg{height: 30vh;}.btn-np-hid{display: none;}
}
.bsc{
   width: 100%;background-size: cover!important;height:30vmax;/*ie浏览器不能兼容vmaxheight: 400px; */
}
.focus{
	background: #f7f7f7;/*5-20日之前的颜色#EBEBEB*/
	margin-top: 0px;
}
.focus2{
  padding: 20px 0 20px 0;width: 100%;
}
.focus-con {
  background: white;
  width: 100%;
  padding: 20px 10px 0px 10px;
}
.focus-title{
	height:72px;margin-top: 5px;
	line-height:24px;
	overflow:hidden;
  text-overflow: ellipsis;
  text-align: justify;
  word-break:break-all;
   display: -webkit-box; 
    -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}
.news-b-c{
  color: #082557;padding-bottom: 0;margin-bottom: 0;padding-top: 15px;
}
.news-t-line{
  opacity: 0.5;margin-bottom: 7px;display: inline-block;width: 80px;height: 1px;background-color: white;padding: 0px 10px;
}
.xy-news-bg{background: url(../images/icon/News.png) no-repeat center;}
.focus-title a{
	color: #333;
	font-size: 16px;
}
.focus-title a:hover{
	color: #c87f00;
}
.focus-date {
  color: #c87f00;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  height: 30px;
}.clickC{width: 16px;padding-bottom: 4px;}
.bg-w {
  background: rgb(255, 255, 255, 0)!important;
}
/*学院新闻上边的样式*/
.title-lg {
  font-size: 30px;
  margin-bottom: 30px;
  color: #333;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-top: 30px;
}

/*学术活动、党建动态等标题样式*/
.g-title{overflow:hidden;position:relative}
.g-title .more{float:right;line-height:54px;font-size: 14px;}
.tit{font-size:21px;padding-left:35px;line-height:54px;overflow:hidden}
.noticebg{background:url(../images/icon/xsdt01.png) left center no-repeat;-webkit-background-size:30px 30px;-o-background-size:30px 30px;background-size:30px 30px;}
.downloadbg{background:url(../images/icon/tz.png) left center no-repeat;-webkit-background-size:28px 28px;-o-background-size:28px 28px;background-size:28px 28px;}
.tit span,.tit span{float:left;margin-right:15px}
.tit i,.tit i{display:block;overflow:hidden;height:1px;background-color:#025FAC;margin:37px 15px 0 0;}

/*通知列表展示样式*/
.tabinfo {
	overflow: hidden;
}
.tabinfo ul {
	animation: hideIndex 1.5s;
	-moz-animation: hideIndex 1.5s;/* Firefox */
	-webkit-animation: hideIndex 1.5s;/* Safari and Chrome */
	-o-animation: hideIndex 1.5s;/* Opera */
}
.tabinfo ul li {
	float: left;
	width: calc(100% - 97px);
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
  list-style: none;
  background:url(../images/icon/icon03.png) left center no-repeat;
  padding-left: 15px;
}
.tabinfo ul li a:hover{
  position: relative;
  text-decoration: none; 
  animation:mymove 0.3s ease forwards;
	-webkit-animation:mymove 0.3s ease forwards; /* Safari and Chrome */
}
@keyframes mymove
{from {left:0px;}
to {left:6px;}
}

@-webkit-keyframes mymove 
{/* Safari and Chrome */
	from {left:0px;}
	to {left:6px;}
}

.tabinfo ul div {
	float: left;
	padding-left: 10px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.list-date-color{
  color: #666;
  font-size: 15px;
  font-family: 'Times New Roman', Times, serif;
}

/*通知公告样式*/
.t-b-i,t-b-xs{
  overflow: hidden;
}
.t-b-i>ul,t-b-xs>ul{
	animation: hideIndex 1.5s;
	-moz-animation: hideIndex 1.5s;/* Firefox */
	-webkit-animation: hideIndex 1.5s;/* Safari and Chrome */
	-o-animation: hideIndex 1.5s;/* Opera */
}
.t-b-i ul li,.t-b-xs ul li{
float: left;width: 100%;overflow: hidden; text-overflow: ellipsis;
line-height: 1.7;position:relative;
margin: 0 6px 12px 0;
}
.t-b-xs ul li{white-space: nowrap;font-size: 15px;}.f-w-6{font-weight: 600;}
.li-a-twoline{/*text-align: justify;
  word-break: break-all;display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.l-d-c{
  color: white;
  font-family: 'Times New Roman', Times, serif;
  background-color: #ccc;
  float: left;
  text-align: center;
}
.l-d-c>span{
  display: block;
  margin: 0 0;
  color: black;
}
.s-day{
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid white;
  width: 100%;
  background-color: #025fac;/*#0A5ECE*/
  color: white!important;
}
.year-m{font-size: 14px;padding: 0 2px;}
.xs-bgc{background-color: #F0B13D;}
.li-a{
padding-left: 18px;
}
/*.t-b-i ul li:hover{
  background-color: #dbe3ec;
}*/
.xsdt-s-d-p{
  color: rgb(167, 164, 164);font-size:14px;padding: 5px 0 0 18px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}
.xsdt-s-d-p>img{
  height: 20px;padding-bottom: 2px;
}
.s-a{
  cursor: pointer;color: black;
}
.t-small{
  font-size:19px ;color: #ccc;transition: all 0s ease;
}@media (max-width: 991px) {.tit{font-size: 19px;}.t-small{font-size: 17px;}}
.t-off{
  display: none!important;
}
.t-on{
  animation: animateSlideDown 0.8s ease forwards;overflow: hidden;
}
@keyframes animateSlideDown{
  from {
    height: 0;
    top : 300px;
  }
  to {
    height: 300px;
    top : 0;
  }
}
#div_line{
  width: 50px;height: 2px;background-color: #025FAC;transition:0.6s all;
}
a:hover #div_line{
width: 100%;
}
.xw-Shadow{
  cursor: pointer;padding: 0 2px;
}.xw-Shadow>a{box-shadow: 0 0 5px 0 #ccc;}
.xw-hover:hover{
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.4);transition: 0.3s all;transition-delay: 0s!important;transition-duration: 0.5s!important
}
a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

/*学院相关 数字 介绍*/
.bg-vauge {
  position: absolute;
  background-color:rgba(2,95,172,0.4);
}

.bg-w-h {
  width: 100%;
  min-height: 230px;
}

.xy-bg {
  position: relative;
  z-index: -1;
  background-size: cover!important;background: url(../images/bg/wrap2.jpg) center;/*no-repeat*/
}
.div-b-t {
  margin: 15px auto;
  text-align: center;
  color: white;
}
.div-b-t>h2 {
  z-index: 1;
  font-family: '微软雅黑';
  font-size: 40px;
  display: inline-block;
  margin-bottom: 0px;
  color: white;
}
@media (max-width: 767px) {
  .div-b-t>h2 {font-size: 30px;}
}

/* Scroll Up */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #666666;
  background-size: 200% auto;
  background-position: left center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
  border-radius: 4px;
background: #ffb300;
}

.scroll-top:hover {
  background-color: #ffb300;
}

.scroll-top:hover i {
  color: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
      -ms-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}

.scroll-top:hover {
  background-position: right center;
}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
      -ms-transform: translate(-50%, -80px);
          transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Section Style */
.section,
.section-fluid {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.section-padding {
  padding-top: 20px;
  padding-bottom: 0;
}
.p-r{
  position: relative;
  z-index: 7;
}
.footer-secondary{
  background:#025FAC;/*transparent 这改的是大屏模式下菜单栏的底色默认*/
  background-image: url('../images/bg/diamond.png');/*底部背景图片，出现类似于渐变色*/
  font-size: 14px;
}
/*-----------zhw脚部--------------*/
.foot-img{
  width: 33.33%;
}
.foot-address{
  width: 40.33%;border-right: 1px solid rgba(255,255,255,.3);
}
.foot-QR{width: 26.33%;}
.foot-QR-img{float: right;width: 90px;height: 90px;}
.QR-img1{margin-left: 30px;}
.foot-line1{background-color: white;width: 1px;height: 98px;float: right;margin: 10px 50px 0 0;opacity: 0.3;}
@media (max-width:991px) {
  .foot-img{width: 49%;text-align: center;}
  .foot-address{width: 51%;border-right: 0px solid transparent;}
  .foot-QR{width: 100%;}
  .foot-QR-img{float: left;}
  .QR-img1{margin: 0 10px 0 8%;}.newsMB{margin-bottom: 10px;}/*新闻版块缩小时的下边距*/
}
@media (max-width:868px) {
  .foot-line1{margin-right: 30px;}
  .QR-img1{margin-left: 6%;}
}
@media (max-width:767px) {
  .foot-img{text-align: left;}
  .foot-line1{margin-right: 0px;}
  .footer-ul{margin-left: 11%;}
  .foot-QR{width: 100%;}
  .foot-QR-img{float: left;}
  .QR-img1{margin-left: 0;}
}
@media (max-width:620px) {.foot-line1{width: 0;height: 0;}.foot-address{border-left: 1px solid white;}}
@media (max-width:575px) {
  .foot-img{width: 100%;text-align: center;}
  .foot-line1{width: 0;height: 0;}
  .foot-address{width: 100%;border: 0 solid transparent;}
  .footer-ul{margin-left: 11%;}
  .foot-QR{width: 100%;}
  .foot-QR-img{float: left;}
  .QR-img1{margin-left: 11%;}
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
.display-n{display: none;}/*用于隐藏二级页面的当前栏目*/
  .section-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* swiper default styles */
.swiper-pagination {
  display: block;
  line-height: 1;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: white;
  opacity: 1;
  position: relative;
  margin-right: 15px;
  margin: 0 8px !important;
  border-radius: 20px;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: #e8561a;
  border-radius: 20px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e8561a;
  width: 30px;
  border-radius: 20px;
}

.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet:hover:before {
  background: #ffb300;
}

.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #ffb300;
  background: #ffb300;
}

.swiper-container {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* Overlay */
.overlay {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.overlay img {
  /*width: 100%;*/
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.overlay:hover:after {
  opacity: .5;
}

.overlay:hover img {
  -webkit-transform: scale(1.1);/*rotate(0.5deg)rotate(0.5deg) rotate(0.5deg)*/
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*-- Header --*/
.header{position:fixed;left:0;right:0;top:0;margin-bottom:-60px;z-index:100;-webkit-background-size:cover;background-size:cover;-webkit-transition:.8s;-moz-transition:.8s;-ms-transition:.8s;-o-transition:.8s;transition:.8s;transition: all 0.8s ease-out 0s;background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));}
.header-fix {
  position: fixed;
  top: 0;
}
.moreaa {
  background: url(../images/icon/more02.png) no-repeat right center;
  float:right;
}
.moreaa a {
  display: inline-flex;
}

.header-bottom {
   background:#025FAC;
   background-image: url('../images/bg/diamond.png');
box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%)
}

.header-bottom,.header-sticky {
  max-height: 60px;
}
.header-bottom.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color:#025FAC;/*背景色*/
  width: 100%;
  /*-webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 800ms ease-in-out 0s normal none 1 running slideInDown;*/
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/*-- Logo --*/
.header-logo{
  line-height: 60px;
}
.header-logo a img {
  max-width: 80%;padding-bottom: 4px;
}
/*-- Main Menu --*/
.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main-menu > ul > li {
  position: relative;
}

.main-menu > ul > li + li {
  margin-left: 15px;/*2021/6/22以前 19px**/
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-menu > ul > li + li {
    margin-left: 30px;
  }
}

.main-menu > ul > li > a {
  font-size: 16px;
  line-height: 60px;
  text-decoration:none;
  letter-spacing: 0.5px;
  color: white;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
  color: #ffb300;
}
.sub-menu>li>a:hover{
  display: block;
  color: white;
  background-color: #ffb300;
font-weight: 600!important;
}
.main-menu > ul > li.has-children > a::after {
  content: "\f107";
  font-family: 'fontAwesome';
  padding-left: 5px;
}

.main-menu > ul > li:hover .sub-menu,.mobile-cal:hover +.mobile-calDiv {
  margin-top: 0;
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: visible;
}

.main-menu > ul .sub-menu,.menu-cal {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  right: auto;
  height: 0;
  width: 170px;
  padding: 10px 0;
  border-bottom: 5px solid #ffb300;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  overflow: hidden;
}
.menu-cal{left: auto!important;flex-direction: row!important;line-height: 1.5;} 
.menu-cal::before{right: 6px;left: auto!important;}
.main-menu > ul .sub-menu::before,.mobile-calDiv::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 25px;
  text-align: center;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #f7f7f7 transparent;
}

.main-menu > ul .sub-menu li a {
  letter-spacing: 0.5px;
  display: block;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: center;
}
/*--------2021/06/09--mobileCalendar-------*/
.mobile-calDiv::before{right: 20px;left: auto!important;}
.mobile-width{margin: 5px 5px;width: 90px!important;}
.mobile-cal:hover +.mobile-calDiv{
  height: 132px;
}
.mobile-calDiv{visibility: hidden;line-height: 1.5;border-bottom: 5px solid orange;position: absolute;width: 200px;height: 0;background-color: rgba(255,255,255);top: 53px;right: 4.625rem;}
/*-- Mobile Menu Bar --*/
.main-menu-right-side {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-menu-right-side a {
  font-size: 20px;
  line-height: 50px;
  color: #3d3d3d;
}

.main-menu-right-side a:hover {
  color: #ffb300;
}

@media only screen and (max-width: 479px) {
  .main-menu-right-side a {
    line-height: 50px;/*原始80px*/
  }
}

/* ---------Mobile Menu --------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 350px;
  background-color: rgba(247,247,247,0.8);
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
      -ms-transform: translateX(calc(100% - 50px));
          transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  padding: 20px 0 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}

.mobile-menu-inner .btn-close-bar {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 50px;
  padding-left: 20px;
  color: #000000;
  opacity: 1;*/padding-right: 30px;
}

.mobile-menu-inner .btn-close-bar img {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .btn-close-bar img:hover {
  color: #ffb300;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
}

.mobile-menu {
  text-align: start;
  padding: 10px 40px 30px;
}

.mobile-menu > .has-children > a img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu > .has-children .dropdown a {
  font-size: 16px;
  padding-top: 5px;
  display: block;
  padding-left: 15px;
}

.mobile-menu > .has-children.active > a {
  color: #ffb300;
}

.mobile-menu > .has-children.active > a img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu > li {
  margin-bottom: 15px;
}

.mobile-menu > li > a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu > li > a:hover {
  color: #ffb300;
}

/* -----  搜索 -----*/
.search_area {
        position: fixed;
        top: -100px;
        left: 0px;
        width: 100%;
        z-index: 101;
        background: #fff;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;}
    .search_area .search_inner {
        position: relative;}
    .search_area .search_inner:before {
        content: "";
        height: 34px;
        width: 4px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #2bc0a4;}
    .search_area .search_inner input {
        border: none;
        width: 100%;
        padding: 0px 32px 0px 10px;
        height: 70px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 30px;
        color: #b5aec4;
        line-height: 70px;}
    .search_area .search_inner i {
        position: absolute;
        right: 53px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);}
    .search_area.open {
        top: 0;}
/*.offcanvas-search {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  height: 35vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  z-index: 9999;
}

.offcanvas-search.open {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas-search.open .offcanvas-search-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.offcanvas-search-inner {
  width: 50%;float:right;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  -webkit-transform: translateX(calc(100% - 0px));
      -ms-transform: translateX(calc(100% - 0px));
          transform: translateX(calc(100% - 0px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms;
  padding: 20px 20px 40px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.offcanvas-search-inner .btn-close-bar {
right: 0;top:0;
    padding-top: 15px;
    padding-right: 15px;
    position: absolute;
}
.offcanvas-search-inner .btn-search-bar {
  font-size: 28px;
  color: #000000;
  opacity: 1;
}

.offcanvas-search-inner .btn-close-bar img {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offcanvas-search-inner .btn-close-bar img:hover {
  color: #ffb300;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.offcanvas-search-form {
  width: 100%;
}

.offcanvas-search-form input {
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #000000;
  font-size: 24px;
}

.offcanvas-search-form input:focus {
  outline: none;
}*/
.btnHover:hover{box-shadow: 0 0 5px 0 #ccc;border: 1px solid rgba(255,255,255,1)!important;}
.btn {
  padding: 9px 20px;
  border-radius:5px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 12px 25px;
}
/* ---button----- */
.btn-primary {
  border-color: #ffb300;/*#ffb300*/
  background-color: #ffb300;/*#ffb300*/
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover, .btn-primary:focus {
  border-color: transparent;
  background-color: #ffb300;
  color: #ffffff;
}
.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active {
  border-color: transparent;
  background-color: #082557;
  color: #ffffff;
}
.gt-w-h{width: 100%;height:280px}
.service-section{
  /* background-image: url(../images/bg/diamond.png); */
  background-color: white;
}

/*------- footer --#34383B-----034479*/
.footer-bgc{background-color:#034071;}
.footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer-erweima-p{
  color: white;
  text-align: center;
  width: 90px;
}
.footer-ul{
  color: white;
}
.footer-ul>li{
  line-height: 23px;
}
.footer-line{
  border-left: 1px solid white;
  margin-top: 23px;
  height: 60px;
  margin-left: 60px;
    padding-right: 60px;
}
.footer-line2{
  border-left: 1px solid white;
  margin-left: 60px;
    padding-right: 60px;
    height: 113px;
}
.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #e8e8e81c;
}
.copyright-content p {
  color: #ffffff;
}
/*---------菜单上的日历----------*/
.li-cal{margin-left: 5px!important;}
@media (max-width:1030px) {
    .li-cal{margin-left: 1px!important;}
    .li-search{margin-left: 10px!important;}
}
.b-b{border-bottom: 1px solid black;}
.f-f{font-family: 'Times New Roman', Times, serif;}
.torw{font-size: 18px;}
.dorz{font-size: 30px;}
.calendarStyle{width: 100px;border: 1px solid black;}
/*New Footer*/
.f-s-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 50%;position: relative;
}
.f-s-link {
    width: 50%;
}
.f-s-link-t {
    width: 7%;text-align: center;
    background-color: rgba(204,204,204,0.5);
}
.f-s-link-c {
    width: 93%;
}
@media (max-width:767px) {
    .f-order-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .f-order-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .f-s-logo,
    .f-s-link,
    .f-s-link-t,
    .f-s-link-c {
        width: 100%;
        border-right: 0 solid white;
    }}
.ewm {
    position: absolute;right:6px;top:1px;
}.ewm>img {
    width: 85px;display:block;
}
@media (max-width:880px) {
    .ewm {top:5px;}.ewm>img {width:80px}.ewm>div{line-height:18px}
}
@media (max-width:575px) {
    .ewm {position: relative;display: inline-block;right: 0;padding-left: 10px}
}

.wx-span {
    cursor: pointer;
}

/*header-logo1*/
.header-logo1{line-height: 60px;}
.header-logo1>a>img{height: 50px;margin-bottom: 5px;}
@media (min-width: 1080px) {
        .col-lg-9-9 {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 80%;
        }
    }