time {
  font-size: 0.2rem;
}
.bg-f {
  background: #FFFFFF !important;
}
.bg-f8b {
  background: #f8fbf4 !important;
}
.font-in {
  font-weight: normal;
  font-style: normal;
}
.box-wrap {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.header-container {
  width: 100%;
  position: fixed;
  z-index: 3;
  transition: all 0.5s;
  transition-delay: .3s;
  top: 0;
}
.header-container .top-container {
  padding: 10px 0;
}
.header-container .top-container:after{clear:both;content:'';display:block;width:0;height:0;visibility:hidden}
.header-container .top-container .logo {
  width: 266px;
  height: 48px;
  overflow: hidden;
}
.header-container .top-container .logo img {
  width: 266px;
  height: 48px;
  display: block;
}
.header-container .nav-wrap {
  position: relative;
  margin-left: -15px;
}
.header-container .nav-wrap:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 15px;
}
.header-container .nav-wrap .nav-item {
  float: left;
  padding: 0px 5px;
  margin-left: 15px;
  text-align: center;
  overflow: inherit;
}
.header-container .nav-wrap a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
}
.header-container .nav-wrap a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  background: #0073dd;
  z-index: -1;
  transition: all .5s;
}
.header-container .nav-wrap a:hover:before {
  transform: scaleX(1);
}
.header-container .nav-wrap .active a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0073dd;
  transform: scaleX(1);
}
.header-container .search-wrap {
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-top: 7px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
}
.nav {
  float: right;
  height: 40px;
  position: relative;
  z-index: 998;
}
.nav_list {
  position: relative;
}
.nav_list:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 17px;
}
.nav_list li {
  float: left;
  overflow: hidden;
}
.nav_list li a {
  width: 105px;
  padding: 15px 0;
  color: #535353;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav_list li a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  background: #0073dd;
  z-index: -1;
  transition: all .5s;
}
.nav_list li a:hover:before {
  transform: scaleX(1);
}
.special {
  color: #FFFFFF !important;
}
.special i {
  color: #FFF !important;
}
.special span {
  color: #FFFFFF !important;
}
.sum {
  width: 105px;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  /*opacity:0.3;filter:alpha(opacity=sqlN);*/
  position: absolute;
  overflow: hidden;
  top: 48px;
}
.sum li {
  width: 105px;
  height: 40px;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.sum li a {
  display: block;
  width: 105px;
  padding: 0;
  border: none !important;
  font-size: 14px;
  line-height: 40px;
  background: none;
  color: #535353;
}
.sum li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.omb {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.pos-on{
  background: rgba(255, 255, 255, 0.8);
  /*padding: 5px 0px;*/
  /*padding-top: 0;*/
  /*padding-bottom:10px;*/
 box-shadow: 0 0 5px #ccc;
  position: fixed !important;
  top: 0;
}
.on .sum {
  top: 53px;
}
.sp-nav .header-container .nav-list-item a {
  color: #535353 !important;
}
.sp-nav .header-container .search-wrap {
  color: #535353 !important;
}
.sp-nav .header-container .nav_list:before {
  background: #e5e5e5 !important;
}
.header-container .nav_list .active a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0073dd;
  transform: scaleX(1);
}
.header-container .nav_list .active .sum a:before{ transform: scaleX(0);}

/*20180907--- 重新修改------start------------------------ */
.banner-wrap .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  float: right;
  clear: both;
  transition: all 0.5s;
  border-radius: inherit;
  background: #fff;
  opacity: .5;
}
.banner-wrap .swiper-pagination-bullet-active {
  width: 25px;
  background: #0073dd;
  opacity: 1;
}
.banner-wrap .b-img {
  width: 100%;
  background-position: bottom ;
  background-size: cover ;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-wrap .max-banner,
.banner-wrap .med-banner,
.banner-wrap .min-banner {
  display: block;
  cursor: default;
}
.banner-wrap .med-banner,
.banner-wrap .min-banner {
  display: none;
  cursor: default;
}
.banner-wrap .const-wrap {
  width: 100%;
  /*height: 400px;*/
  position: absolute;
  top: 50%;
  margin-top: -200px;
  overflow: hidden;
  text-align: left;
}
.banner-wrap .cont-wrap {
  width: 660px;
  padding: 30px;
  background: rgba(0, 105, 197, 0.7);
  position: absolute;
  position: relative;
}
.banner-wrap .cont-wrap .big-font {
  font-size: 46px;
  color: #FFF;
  font-weight: bold;
  line-height: 60px;
  overflow: hidden;
}
.banner-wrap .cont-wrap .small-font {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.banner-wrap .cont-wrap .font-2 {
  font-size: 26px;
  font-weight: bold;
}
.inner-banner .inmax-banner {
  display: block;
}
.inner-banner .inmed-banner {
  display: none;
}
.inner-banner .inmin-banner {
  display: none;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .max-banner {
    display: block;
  }
  .med-banner,
  .min-banner {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .med-banner {
    display: block !important;
  }
  .max-banner,
  .min-banner {
    display: none !important;
  }
  .inner-banner .inmax-banner,
  .inner-banner .inmin-banner {
    display: none !important;
  }
  .inner-banner .inmed-banner {
    display: block;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .page-pagination {
    display: none !important;
  }
  .max-banner,
  .med-banner {
    display: none !important;
  }
  .min-banner {
    display: block !important;
  }
  .inner-banner .inmax-banner,
  .inner-banner .inmed-banner {
    display: none !important;
  }
  .inner-banner .inmin-banner {
    display: block;
  }
}
/*首页针对平板处理*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-wrap .const-wrap {
    width: 100%;
    max-height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    overflow: hidden;
    text-align: left;
  }
  .banner-wrap .cont-wrap {
    width: 520px;
  }
  .banner-wrap .cont-wrap .big-font {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-wrap .cont-wrap .small-font {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .banner-wrap .cont-wrap .font-2 {
    font-size: 18px;
    font-weight: bold;
  }
}
/*首页针对手机处理*/
@media only screen and (max-width: 750px) and (min-width: 320px) {
  .banner-wrap .const-wrap {
    width: 100%;
    /*height: 5rem;*/
    position: absolute;
    top: 50%;
    margin-top: -2.5rem;
    overflow: hidden;
    text-align: left;
  }
  .banner-wrap .cont-wrap {
    width: 5.7rem;
    padding: 0.3rem;
  }
  .banner-wrap .cont-wrap .big-font {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .banner-wrap .cont-wrap .small-font {
    margin-top: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .banner-wrap .cont-wrap .font-2 {
    font-size: 0.34rem;
    font-weight: bold;
  }
}
/*20180907--- 重新修改------end------------------------ */
.mobile-header {
  background: #fff;
  padding: 0.2rem;
  display: none;
  border-bottom: solid 1px #eee;
}
.mobile-header .mobile-cont {
  display: flex;
  align-content: center;
  justify-content: space-between;
  overflow: hidden;
}
.mobile-header .logo {
  width: 2.7rem;
  padding: 0.1rem 0;
  padding-top: 0.13rem;
  display: flex; 
  justify-content: center;
  align-items: center;
}
.mobile-header .logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 0.6rem;
}
.mobile-header .right-cont {
  display: flex;
}
.mobile-header .right-cont .iconfont {
  width: 0.7rem;
  border-radius: 4px;
  padding: 0.1rem 0;
  text-align: center;
  color: #535353;
  font-size: 0.5rem;
}
.link-column {
  display: none;
}
.link-column .link-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
  padding-bottom: 0;
}
.link-column .link-content li {
  width: 33.333%;
}
.link-column .link-content .link-item {
  padding: 0.2rem;
  display: block;
  text-align: center;
}
.link-column .link-content .link-item span,
.link-column .link-content .link-item i {
  color: #959595;
  display: block;
}
.link-column .link-content .link-item .iconfont {
  font-size: 0.5rem;
}
.link-column .link-content .link-item .title {
  margin-top: 0.2rem;
  font-size: 0.3rem;
}
.link-column .ewm-column {
  display: flex;
  padding: 0.2rem;
}
.link-column .ewm-item {
  width: 50%;
  text-align: center;
}
.link-column .ewm-item .ewm-img {
  display: inline-block;
  padding: 0.2rem;
  padding-bottom: 0;
}
.link-column .ewm-item .ewm-img img {
  width: 100%;
  height: auto;
  display: block;
}
.link-column .ewm-item p {
  padding: 0.2rem 0;
  font-size: 0.3rem;
  color: #535353;
}
.link-column .footer-column {
  background: #eee;
  padding: 0.2rem;
  text-align: center;
  margin-top: 0.2rem;
}
.link-column .footer-column p {
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.link-column .footer-column p:first-child {
  margin: 0;
}
.link-column .footer-column a {
  color: #535353;
}
.link-column .other-column {
  padding: 0 0.2rem;
  position: relative;
}
.link-column .other-column .column-cont {
  background: #eee;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}
.link-column .other-column .name {
  font-size: 0.3rem;
  color: #535353;
  line-height: 0.4rem;
}
.link-column .other-column .iconfont {
  font-size: 0.4rem;
  color: #535353;
}
.link-column .other-column .ther-list {
  display: none;
  width: calc(94.2%);
  max-height: 6rem;
  overflow-y: auto;
  position: absolute;
  bottom: 0.8rem;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border: solid 1px #ddd;
}
.link-column .other-column .ther-list .item {
  display: block;
  text-align: center;
  font-size: 0.3rem;
  padding: 0.25rem 0;
  background: #fff;
  border-bottom: solid 1px #eee;
  color: #535353;
  width: 100%;
}
.shade-wrap {
  width: 100vw;
  height: 100vh;
  background:rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}
.shade-wrap form{
  display:contents;
}
.shade-wrap .header-cont {
  display: flex;
  padding: 0.3rem;
  justify-content: flex-end;
}
.shade-wrap .icon-guanbi {
  height: 0.4rem;
  width: 0.4rem;
  color: #FFF;
  font-size: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
}
.shade-wrap .icon-guanbi:hover {
  transform: rotate(45deg);
}
.shade-wrap .search-button {
  position: relative;
}
.shade-wrap .search-button button {
  width: 0.8rem;
  height: 0.8rem;
  background: none;
  border: none;
}
.shade-wrap .search-button .iconfont {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.shade-wrap .search-cont {
  height: 1.2rem;
  width: 100%;
  padding: 0 0.4rem;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
}
.shade-wrap .search-cont form{ width: 100%;}
.shade-wrap .search-cont .cont {
  display: flex;
  border-bottom: solid 1px #fff;
}
.shade-wrap .search-cont input[type="text"] {
  min-width: 0;
  color: #FFF;
  text-align: center;
  font-size: 0.36rem;
}
.shade-wrap .search-cont input[type="text"]:focus {
  font-size: 0.36rem;
}
.menu-wrap {
  border: none;
  margin: 0;
  box-shadow: none;
  height: 100vh;
  width: 100vw;
  background: #f5f5f5;
  position: fixed;
  top: 0;
  z-index: 5;
  display: none;
  overflow-y: auto;
}
.menu-wrap .menu-title {
  padding: 0.25rem;
  text-align: right;
  display: block;
  overflow: hidden;
  background: #0073dd;
  display: flex;
  justify-content: space-between;
}
.menu-wrap .menu-title span {
  color: #FFFFFF;
  font-size: 0.4rem;
  vertical-align: middle;
}
.menu-wrap .menu-title .iconfont {
  width: 0.6rem;
  text-align: center;
  font-size: 0.36rem;
  cursor: pointer;
  float: right;
  height: 0.4rem;
  display: block;
  color: #FFFFFF;
}
.menu-wrap .collapsible {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.menu-wrap li {
  line-height: inherit;
  transition: transform 0.6s ease-out, opacity 0.8s;
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.menu-wrap li .active .icon-right {
  display: none;
}
.menu-wrap li .active .icon-bottom {
  display: block !important;
}
.menu-wrap .menu-animate {
  transform: translate(0px, 0) !important;
  opacity: 1 !important;
}
.menu-wrap .collapsible-header {
  min-height: inherit;
  line-height: inherit;
  font-weight: normal;
  padding: 0.20rem 0.2rem;
  border-bottom: none;
}
.menu-wrap .collapsible-header span {
  color: #FFFFFF;
  font-size: 0.37rem;
  color: #535353;
}
.menu-wrap .collapsible-header i {
  width: inherit;
  margin: 0;
  line-height: inherit;
  vertical-align: -1px;
  height: inherit;
  font-weight: bold;
  color: #a0a0a0;
  font-size: 0.3rem;
}
.menu-wrap .collapsible-body {
  background: #f8f8f8;
  border-bottom: none;
}
.menu-wrap .collapsible-body a {
  display: block;
  padding: 0 0.2rem;
  font-size: 0.3rem;
  height: 0.86rem;
  line-height: 0.86rem;
  color: #707070;
}

.footer-wrap {
  /*height: 405px;*/
  width: 100%;
}
.footer-wrap .footer-top {
  height: 50px;
}
.footer-wrap .other-select {
  width: 225px;
  height: 36px;
  margin-top: 7px;
  border-radius: 4px;
  border: solid 1px #eee;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.footer-wrap .other-select span {
  font-size: 14px;
  line-height: 36px;
  color: #535353;
  padding-right: 5px;
}
.footer-wrap .other-select .iconfont {
  font-size: 16px;
  vertical-align: -2px;
  color: #0073dd;
  margin-left: 5px;
}
.footer-wrap .company-select {
  margin-top: 45px;
  min-width: inherit;
  max-height: 300px;
  width: 225px;
  overflow-y: auto ;
}
.footer-wrap .company-select li {
  min-height: 40px;
  line-height: 40px;
  padding-left: 5px;
  text-align: left;
}
.footer-wrap .company-select a {
  padding: 9px 0;
  color: #535353;
  font-size: 14px;
}
.footer-wrap .footer-link .know-more {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #535353;
  margin-top: 10px;
  cursor: pointer;
}
.footer-wrap .footer-link .know-more span {
  padding-right: 5px;
}
.footer-wrap .footer-link .know-more i {
  font-size: 16px;
}
.footer-wrap .footer-link #show-more {
  width: 100px;
}
.footer-wrap .footer-link-wrap .this-item {
  float: left;
}
.footer-wrap .footer-link-wrap .item {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 4px;
  color: #535353;
  transition: all 0.5s;
}
.footer-wrap .footer-link-wrap .item span,
.footer-wrap .footer-link-wrap .item i {
  vertical-align: middle;
  display: inline-block;
}
.footer-wrap .footer-link-wrap .item span {
  font-size: 14px;
}
.footer-wrap .footer-link-wrap .item .iconfont {
  font-size: 20px;
  padding-right: 5px;
}
.footer-wrap .footer-link-wrap .item:hover {
  color: #0073dd;
}
.footer-wrap .footer-container {
  padding: 40px 0;
}
.footer-wrap .footer-nav {
  width: 800px;
  background: #eee;
}
.footer-wrap .footer-nav .footer-nav-wrap {
  margin-left: -8%;
}
.footer-wrap .footer-nav .nav-item {
  float: left;
  margin-left: 8%;
}
.footer-wrap .footer-nav .nav-item a {
  display: block;
  clear: both;
  text-align: left;
  color: #535353;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s;
}
.footer-wrap .footer-nav .nav-item a:hover {
  color: #0073dd;
}
.footer-wrap .footer-nav .nav-item .special-item {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer-wrap .footer-ewm {
  height: 180px;
}
.footer-wrap .footer-ewm .ewm-item {
  width: 145px;
  float: left;
  margin-left: 30px;
  overflow: hidden;
}
.footer-wrap .footer-ewm .ewm-img {
  width: 145px;
  height: 145px;
  overflow: hidden;
}
.footer-wrap .footer-ewm .ewm-img img {
  width: 145px;
  height: 145px;
  display: block;
}
.footer-wrap .footer-ewm p {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #535353;
}
.footer-wrap .copyright-wrap {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.footer-wrap .copyright-wrap a {
  color: #535353;
  transition: all 0.5s;
}
.footer-wrap .copyright-wrap a:hover {
  color: #0073dd;
}
.footer-all::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 1100px) {
  .header-wrap .container {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .header-wrap .container {
    width: 95%;
  }
  .logo {
    width: 180px;
    height: 32px;
  }
  .logo img {
    width: 180px;
    height: 32px;
  }
}
@media only screen and (max-width: 1010px) {
  .comp-show {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .on {
    padding: 0;
  }
  
}
.footer-all{ 
  height: 400px; 
}

/*首页修改-----*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.footer-all{height:8.75rem;}
  .link-column {display: block;padding-top: 0;width: 100%;}
}


.inner-header-container {
  background: #fff;
  position: relative;
}
.inner-header-container .nav_list .nav-list-item a {
  color: #535353;
}
.inner-header-container .nav_list:before {
  background: #e5e5e5;
}
.inner-header-container .nav-wrap .nav-item a {
  color: #535353;
}
.inner-header-container .nav-wrap:before {
  background: #aaa;
}
.inner-header-container .search-wrap {
  color: #aaa;
}
.inner-banner {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  clear: both;
  /*margin-top: 10px;*/
}
.inner-banner img {
  display: block;
  height: auto;
  margin-left:auto ;
  margin-right: auto;
  /* width: 100%; */
}
.inner-banner .container {
  overflow: hidden;
}
.inner-banner .scroll-down {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  line-height: 50px;
  animation: downbtn 0.8s infinite;
  animation-direction: alternate;
  cursor: pointer;
}
.inner-banner .scroll-down i {
  color: #fff;
  font-size: 24px;
  display: block;
  animation: downbtn2 0.8s infinite;
  animation-direction: alternate;
  cursor: pointer;
}
@keyframes downbtn {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes downbtn2 {
  0% {
    margin-top: -5px;
  }
  100% {
    margin-top: 5px;
  }
}
.abstract-container .title {
  margin: 50px 0;
  text-align: left;
}
.abstract-container .title p {
  font-size: 40px;
  color: #313131;
  text-align: left;
}
.abstract-container .title span {
  font-size: 20px;
  color: #535353;
  display: block;
  margin-top: 20px;
}
.abstract-container .abstract-wrap {
  background: #f7f7f7;
}
.abstract-container .abstract-wrap .text-wrap {
  height: 130px;
}
.abstract-container .abstract-wrap .text-wrap p {
  margin-bottom: 30px;
  text-indent: 2em;
  font-size: 16px;
}
.abstract-container .show-more {
  display: inline-block;
  margin: 20px 0;
  margin-top: 60px;
  width: 160px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 4px;
  border: solid 1px #d2d2d2;
  font-size: 14px;
  color: #535353;
  position: relative;
  transition: color .5s;
}
.abstract-container .show-more span {
  padding-right: 5px;
}
.abstract-container .show-more i {
  font-size: 16px;
  vertical-align: -1px;
}
.abstract-container .show-more:before {
  content: "";
  position: absolute;
  left: 0;
  width: 200px;
  height: 60px;
  background: #0073dd;
  z-index: -1;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform .5s;
}
.abstract-container .show-more:hover {
  color: #fff;
}
.abstract-container .show-more:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease-in;
}
.abstract-container .advantage-wrap {
  text-align: justify;
  position: relative;
  padding: 50px 0;
}
.abstract-container .advantage-wrap:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
}
.abstract-container .advantage-wrap .advan-item {
  display: inline-block;
  text-align: center;
}
.abstract-container .advantage-wrap .advan-item .type {
  color: #0073dd;
  font-size: 60px;
  margin: 0;
}
.abstract-container .advantage-wrap .advan-item .explain {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 10px;
}
.lead-wrap {
  margin-bottom: 30px;
}
.lead-wrap .lead-have-bg{padding-bottom: 30px; background-image:url(../images/about_lead.jpg);}
.lead-wrap .lead-container {
  display: table;
  width: 100%;
}
.lead-wrap .title p{ color: #fff;}
.lead-wrap .explain {
  display: table-cell;
  max-width: 500px;
}
.lead-wrap .explain .lead {
  font-size: 18px;
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
}
.lead-wrap .explain .lead span {
  font-size: 30px;
  color: #fff;
  padding-right: 20px;
  font-weight: 500;
}
.lead-wrap .explain p {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: #fff;
}
.lead-wrap .explain p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 15px;
}
.lead-wrap .pix {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
}
.lead-wrap .pix img {
  width: 100%;
  height: auto;
  max-width: 526px;
  max-height: 350px;
  object-fit: cover;
  display: block;
  float: right;
}
.lead-wrap .oration-wrap {
  height: 230px;
  overflow: hidden;
}
.arrow-top{
	  position: relative;
}
.lead-wrap .arrow-top:before {
	content: ""; width: 0; height: 0; border-style: solid; border-width: 15px;
	border-color: #fff; border-color: transparent transparent #fff transparent;
	position: absolute; top: -28px; left: 20px; z-index: 9;
}
.lead-wrap .oration-wrap h3 {
  color: #0073dd;
  font-size: 30px;
  font-weight: 500;
  margin: 50px 0;
}
.lead-wrap .oration-wrap p {
  margin-bottom: 30px;
  font-size: 16px;
}
.culture-wrap {
  background: #f5f5f5;
  width: 100%;
}
.culture-wrap .culture-list {
  text-align: justify;
  margin: 30px 0;
  margin-bottom: 0;
}
.culture-wrap .culture-list::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
}
.culture-wrap .culture-list .culture-item {
  display: inline-block;
  text-align: center;
  width: 18%;
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.culture-wrap .culture-list .culture-item:hover {
  background: #0073dd;
}
.culture-wrap .culture-list .culture-item:hover i,
.culture-wrap .culture-list .culture-item:hover span {
  color: #FFF;
}
.culture-wrap .culture-list .culture-item:hover .text:after {
  background: #FFF;
}
.culture-wrap .culture-list .culture-item .iconfont {
  font-size: 60px;
  color: #0073dd;
}
.culture-wrap .culture-list .culture-item .text {
  display: block;
  font-size: 20px;
  padding: 20px 0;
  padding-bottom: 30px;
  position: relative;
}
.culture-wrap .culture-list .culture-item .text:after {
  content: "";
  width: 32px;
  height: 2px;
  background: #0073dd;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.culture-wrap .culture-more {
  display: none;
}
.culture-modal {
  width: 50%;
  top: 50% !important;
  margin-top: -16%;
}
.culture-modal .culture-close {
  padding: 5px 10px;
  overflow: hidden;
}
.culture-modal .culture-close p {
	color:#0073dd;line-height: 34px;font-size: 20px;
  }
.culture-modal .culture-close i {
  font-size: 30px;
  color: #a0a0a0;
  cursor: pointer;
  transition: all 0.5s;
}
.culture-modal .culture-close i:hover {
  transform: rotate(90deg);
}
.culture-modal .modal-content {
  padding: 20px;
  padding-top: 0;
  height:70% !important;
  overflow: hidden;
}
.culture-modal .modal-content p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 26px;
  margin-bottom: 10px;
}
.culture-modal .culture-modal-item {
  display: none;
}
.culture-modal.modal-fixed-footer {
  height: 65%;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .culture-modal {
    width: 50%;
    top: 50% !important;
    margin-top: -16%;
  }
  .culture-modal .culture-close i {
    font-size: 28px;
  }
  .culture-modal .modal-content {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .culture-modal {
    width: 80%;
    top: 50% !important;
    margin-top: -40%;
  }
  .culture-modal .culture-close i {
    font-size: 26px;
  }
  .culture-modal .modal-content {
    padding: 20px;
    padding-bottom: 0;
  }
  .footer-wrap {
    display: none;
  }
  .link-column{
	  height: inherit;
	  display: block;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .footer-wrap {
    display: none;
  }
  .link-column{
	  height: inherit;
	  display: block;
  }
	.culture-modal .modal-content p{ margin-bottom: 0.2rem;}
	.inner-banner{ margin-top:0;}

  .footer-all {
    height: 11rem;
    padding-top: 1rem;
    overflow: hidden;
  }
  .culture-modal {
    width: 90%;
    top: 50% !important;
    margin-top: -50%;
  }
  .culture-modal .culture-close i {
    font-size: 0.36rem;
  }
  .culture-modal .modal-content {
    padding: 0.2rem;
    padding-bottom: 0;
  }
  .culture-modal .modal-content p {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    line-height: 0.45rem;
  }
}
.page-blue {
  padding-bottom: 30px;
  overflow: hidden;
}
#wraptimeline {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background: url(../images/timeline.jpg) no-repeat center 15px;
}
#timeline {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 55px;
  width: 100%;
  max-width: 1074px;
}
.leftpan,
.rightpan {
  width: 30px;
}
#dates {
  overflow: hidden;
  margin: 0 10px;
  width: 8000px!important;
  height: 111px;
}
#dates li {
  float: left;
  width: 116px;
  height: 82px;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  font-size: 14px;
}
#dates a {
  display: block;
  width: 82px;
  height: 82px;
  background: url(../images/course.png) no-repeat center 0;
  color: #fff;
  line-height: 82px;
}
#dates a:hover {
  background-position: center -82px;
}
#dates .selected {
  background-position: center -82px;
}
#issues {
  overflow: hidden;
  width: 100%;
}
#issues li {
  float: left;
  width: 1074px;
  list-style-type: none;
  list-style-image: none;
  opacity: 1 !important;
}
#issues li img {
  float: left;
  margin: 10px 30px 10px 50px;
  background: none transparent scroll repeat 0 0;
}
#issues li .historytitle {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  line-height: 26px;
  padding: 10px 0;
  overflow: hidden;
}
#issues li .historytitle:last-child {
  border-bottom: none;
}
#issues li .historytitle .time {
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #0073dd;
}
#issues li .historytitle .cont {
  float: left;
  font-size: 18px;
  margin-left: 10px;
  max-width: 950px;
  text-align: left;
  overflow: hidden;
}
#issues li .historytitle .cont p{
  /*margin-bottom: 15px;*/
  color: #777;
  font-size: 16px;
}
#grad_left {
  position: absolute;
  top: 54px;
  left: 0;
  width: 30px;
  height: 85px;
}
#grad_right {
  position: absolute;
  top: 54px;
  right: 0;
  width: 30px;
  height: 85px;
}
#nexx,
#pree {
  position: absolute;
  top: 72px;
  overflow: hidden;
  width: 30px;
  height: 47px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#nexx:hover,
#pree:hover {
  background-position: 0 -47px;
}
#nexx {
  right: 0;
  background-image: url(../images/right.png);
}
#pree {
  left: 0;
  background-image: url(../images/left.png);
}
.disabled#next,
.disabled#prev {
  opacity: 0.2;
}
#timeline .feature {
  display: none;
}
#home-milestone #timeline {
  position: relative;
}
@media only screen and (max-width: 1020px) {
  #issues li .historytitle {
    display: flex;
    font-size: 16px;
  }
  #issues li .historytitle .time {
    width: 1.1rem;
  }
  #issues li .historytitle .cont {
    min-width: 0;
    flex: 1;
    max-width: inherit;
  }
}
@media only screen and (width: 960px) {
  #grad_right {
    width: 70px;
    background-color: #ffffff;
  }
  #issues li .historytitle {
    display: flex;
  }
  #issues li .historytitle .cont {
    flex: 1;
  }
}
@media only screen and (max-width: 800px) and (min-width: 400px) {
  #grad_right {
    width: 34px;
    background-color: #ffffff;
  }
}
@media only screen and (width: 320px) {
  #grad_right {
    width: 42px;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .page-blue {
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #eee;
  }
  #issues li .historytitle .time {
    width: 1.6rem;
    font-size: 16px;
  }
  #issues li .historytitle .cont {
    font-size: 14px;
  }
}
.estate-wrap {
  position: relative;
  overflow: hidden;
  background-image: url(../images/cy_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.estate-wrap .estate-map {
  height: 600px;
  width: 1200px;
  margin: 0 auto;
  cursor: pointer ;
}
.estate-wrap .estate-container {
  width: 50%;
  position: fixed;
  top: 50%;
  margin-top: -10%;
  left: 50%;
  margin-left: -25%;
  background: #F5F5F5;
  border-radius: 4px;
  color: #fff;
  z-index: 999;
  display: none;
}
.estate-wrap .estate-title {
  width: 100%;
  padding: 0 15px;
  height: 60px;
  border-bottom: solid 1px #E5E5E5;
  overflow: hidden;
}
.estate-wrap .estate-title i {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  float: right;
  color: #535353;
  font-size: 24px;
}
.estate-wrap .estate-title .ct-name {
  font-size: 28px;
  color: #313131;
  margin: 0;
  margin-left: 10px;
  float: left;
}
.estate-wrap .estate-title .ct-name span {
  padding: 15px 0;
  display: inline-block;
  position: relative;
}
.estate-wrap .estate-title .ct-name span:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #0073dd;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.estate-wrap .estate-cont {
  padding: 20px;
  padding-top: 0;
}
.estate-wrap .estate-list {
  margin-left: -15px;
}
.estate-wrap .estate-list li {
  height: 40px;
  padding: 0 15px;
  border: solid 1px #E5E5E5;
  float: left;
  margin-left: 20px;
  line-height: 40px;
  margin-top: 20px;
}
.estate-wrap .estate-list li a {
  color: #535353;
  font-size: 18px;
}
.estate-wrap .estate-list li:hover {
  background: #0073dd;
}
.estate-wrap .estate-list li:hover a {
  color: #fff;
}
.estate-wrap .e-shade-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .estate-wrap .estate-container {
    width: 70%;
    margin-left: -35%;
  }
  .estate-wrap .estate-map {
    width:inherit;
    height:inherit;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .estate-wrap .estate-container {
    width: 90%;
    margin-left: -45%;
    margin-top: -25%;
  }
  .estate-wrap .estate-map {
    width:inherit;
    height:inherit;
  }
  .estate-wrap .estate-title {
    padding: 0 0.2rem;
    height: 0.6rem;
    overflow: hidden;
  }
  .estate-wrap .estate-title i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.1rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .estate-wrap .estate-title .ct-name {
    font-size: 0.3rem;
    margin-left: 10px;
  }
  .estate-wrap .estate-title .ct-name span {
    padding: 0.13rem 0;
  }
  .estate-wrap .estate-cont {
    padding: 0.2rem;
  }
  .estate-wrap .estate-list {
    margin-left: -0.15rem;
  }
  .estate-wrap .estate-list li {
    height: 0.6rem;
    padding: 0 0.15rem;
    margin-left: 0.15rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
  }
  .estate-wrap .estate-list li a {
    color: #535353;
    font-size: 0.32rem;
  }
  .estate-wrap .estate-list li:hover {
    background: #0073dd;
  }
  .estate-wrap .estate-list li:hover a {
    color: #fff;
  }
}
.honour-wrap {
  padding: 30px 0;
  background: #f7f7f7;
}
.carousel-inner {
  overflow: hidden;
}
.aptitude-slide {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.aptitude-slide .aptitude-item {
  display: none;
  min-width: 470px;
  height: 400px;
  position: absolute;
  left: 0;
}
.aptitude-slide .aptitude-item .carousel-cont {
  width: 470px;
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.aptitude-slide .aptitude-item img {
  width: 100%;
  height: auto;
}
.aptitude-slide .aptitude-item .aptitude-titlebox {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .aptitude-slide {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .carousel {
    height: 4rem;
  }
  .honour-wrap .container {
    width: 98%;
  }
  .aptitude-slide {
    width: inherit;
  }
  .aptitude-slide .aptitude-item {
    min-width: 4.7rem;
    height: 4rem;
  }
  .aptitude-slide .aptitude-item .carousel-cont {
    height: 4rem;
  }
  .aptitude-slide .aptitude-item img {
    width: 100%;
    height: auto;
  }
  .aptitude-slide .aptitude-item .aptitude-titlebox {
    bottom: -0.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .honour-wrap {
    padding: 0.3rem 0;
  }
  .right-sidebar {
    display: none;
  }
  .carousel {
    height: 4rem;
  }
  .aptitude-slide {
    width: inherit;
  }
  .aptitude-slide .aptitude-item {
    min-width: 4.7rem;
    height: 4rem;
  }
  .aptitude-slide .aptitude-item .carousel-cont {
    height: 4rem;
  }
  .aptitude-slide .aptitude-item img {
    width: 100%;
    height: auto;
  }
  .aptitude-slide .aptitude-item .aptitude-titlebox {
    bottom: -0.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
}
.right-sidebar {
  width: 15px;
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -60px;
  z-index: 12;
}
.right-sidebar .sidebar-item {
  width: 14px;
  height: 14px;
  margin-top: 10px;
  cursor: pointer;
  background: #0059BC;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.right-sidebar .sidebar-item a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.right-sidebar .sidebar-item:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #0073dd;
  position: absolute;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.right-sidebar .sidebar-item:nth-child(4) .sidebar-name{
	background: rgba(255,255,255,0.8); color: #0073dd;
}
.right-sidebar .sidebar-item:nth-child(4) .sidebar-name:before{
	    border-color: transparent transparent transparent rgba(255,255,255,0.8);
}

.right-sidebar .sidebar-item:hover:after {
  opacity: 0.3;
}
.right-sidebar .sidebar-name {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #0073dd;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
}
.right-sidebar .sidebar-name:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #0073dd;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.right-sidebar .active {
  overflow: inherit;
}
.right-sidebar .active:after {
  opacity: 0.3;
}
.right-sidebar .active .sidebar-name {
  opacity: 1;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .container .title {
    margin: 40px 0;
  }
  .container .title p {
    font-size: 30px;
  }
  .container .title span {
    font-size: 18px;
  }
  .abstract-container .show-more {
    width: 120px;
    height: 46px;
    line-height: 46px;
    margin-top: 50px;
  }
  .abstract-container .advantage-wrap {
    padding: 30px 0;
  }
  .abstract-container .advantage-wrap .advan-item {
    width: 48%;
    padding: 20px 0;
  }
  .abstract-container .advantage-wrap .advan-item .type {
    font-size: 50px;
  }
  .culture-wrap .container {
    width: 90%;
  }
  .culture-wrap .culture-list {
    height: 430px;
  }
  .culture-wrap .culture-list .culture-item {
    padding: 0.3rem;
    width: 30%;
  }
  .culture-wrap .culture-list .culture-item i {
    font-size: 0.4rem;
  }
  .culture-wrap .culture-more {
    display: block;
  }
  .lead-wrap .container {
    width: 95%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .container .title {
    margin: 30px 0;
  }
  .container .title p {
    font-size: 26px;
  }
  .container .title span {
    font-size: 16px;
  }
  .abstract-container .show-more {
    width: 120px;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
  }
  .abstract-container .advantage-wrap .advan-item {
    width: 48%;
    padding: 20px 0;
  }
  .abstract-container .advantage-wrap .advan-item .type {
    font-size: 40px;
  }
  .lead-wrap .container {
    width: 95%;
  }
  .lead-wrap .lead-container .pix,
  .lead-wrap .lead-container .explain {
    display: block;
  }
  .lead-wrap .lead-container .pix img {
    float: inherit;
  }
  .culture-wrap .container {
    width: 90%;
  }
  .culture-wrap .culture-list {
    height: 430px;
  }
  .culture-wrap .culture-list .culture-item {
    padding: 0.3rem;
    width: 47.5%;
  }
  .culture-wrap .culture-list .culture-item i {
    font-size: 0.4rem;
  }
  .culture-wrap .culture-more {
    display: block;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .inner-banner {
    min-height: 2rem;
    max-height: 4rem;
  }
  .inner-banner .header-top {
    height: 2rem;
    margin-top: -1rem;
  }
  .inner-banner .header-top h2 {
    font-size: 0.5rem;
  }
  .inner-banner .scroll-down {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .inner-banner .scroll-down .iconfont {
    font-size: 0.3rem;
  }
  .container {
    width: 100%;
    padding: 0 0.2rem;
  }
  .container .title {
    margin: 0.3rem 0;
  }
  .container .title p {
    font-size: 0.4rem;
  }
  .container .title span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .abstract-container .show-more {
    width: 2rem;
    margin: 0.25rem 0;
    margin-top: 0.5rem;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
  }
  .abstract-container .show-more span {
    padding: 0.2rem 0;
    display: inline-block;
  }
  .abstract-container .advantage-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0;
  }
  .abstract-container .advantage-wrap .advan-item {
    width: 50%;
    padding: 0.2rem 0;
  }
  .abstract-container .abstract-wrap .text-wrap {
    height: 2.7rem;
  }
  .abstract-container .abstract-wrap .text-wrap p {
    text-indent: 0;
    margin-bottom: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
  .culture-wrap .culture-list {
    height: 5rem;
  }
  .culture-wrap .culture-list .culture-item {
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    width: 47.5%;
  }
  .culture-wrap .culture-list .culture-item .iconfont {
    font-size: 0.7rem;
    text-align: center;
  }
  .culture-wrap .culture-list .culture-item .text {
    padding: 0.2rem 0;
    padding-bottom: 0.3rem;
    font-size: 0.3rem;
  }
  .culture-wrap .culture-more {
    display: block;
  }
  .lead-wrap {
    margin-bottom: 0.2rem;
  }
  .lead-wrap .lead-container .pix,
  .lead-wrap .lead-container .explain {
    display: block;
  }
  .lead-wrap .lead-container .explain p {
    padding-bottom: 0;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
  .lead-wrap .lead-container .explain p:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    top: 0.2rem;
  }
  .lead-wrap .lead-container .pix img {
    float: inherit;
  }
  .lead-wrap .oration-wrap {
    height: 2.6rem;
  }
  .lead-wrap .oration-wrap h3 {
    font-size: 0.36rem;
    margin: 0.2rem 0;
  }
  .lead-wrap .oration-wrap p {
    margin-bottom: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
  .lead-wrap .explain .lead {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .lead-wrap .explain .lead span {
    font-size: 0.4rem;
  }
  .lead-wrap .explain p {
    margin-bottom: 0.1rem;
  }
  .abstract-container .advantage-wrap .advan-item .type {
    font-size: 0.4rem;
  }
  .abstract-container .advantage-wrap .advan-item .explain {
    font-size: 0.2rem;
  }
}
.h-nav-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -160px;
}
.h-banner {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content:center;
  align-self: center;
  flex-direction: column;
}
.h-banner .h-title {
  text-align: center;
}
.h-banner .h-title h3 {
  font-size: 55px;
  margin: 20px 0;
  color: #fff;
}
.h-banner .h-title p {
  font-size: 24px;
  color: #fff;
}
.h-banner .h-nav {
  margin: 0;
  margin-top: 100px;
  overflow: hidden;
}
.h-banner .h-nav .col {
  padding: 0 15px;
}
.h-banner .h-nav .inner-nav-item {
  display: block;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: color 0.6s;
  backface-visibility: hidden;
}
.h-banner .h-nav .inner-nav-item i,
.h-banner .h-nav .inner-nav-item span {
  font-size: 20px;
  z-index: 3;
  color: #535353;
}
.h-banner .h-nav .inner-nav-item i {
  vertical-align: -2px;
  font-size: 26px;
  padding-right: 5px;
}
.h-banner .h-nav .inner-nav-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #0073dd;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.h-banner .h-nav .inner-nav-item:hover:before {
  width: 100%;
}
.h-banner .h-nav .inner-nav-item:hover i,
.h-banner .h-nav .inner-nav-item:hover span {
  color: #fff;
}
.h-banner .active .inner-nav-item:before {
  z-index: -1;
  width: 100%;
}
.h-banner .active .inner-nav-item i,
.h-banner .active .inner-nav-item span {
  color: #fff;
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .h-nav-wrap {
    margin-top: -0.3rem;
  }
  .h-banner {
    height: 1rem;
  }
  .h-banner .h-title {
    text-align: center;
    line-height: 0.1rem;
  }
  .h-banner .h-title h3 {
    font-size: 0.6rem;
    margin: 0.2rem 0;
  }
  .h-banner .h-title p {
    font-size: 0.3rem;
  }
}
.midst-wrap {
  background: #f5f5f5;
  padding-bottom: 40px;
}
.midst-wrap .c-title {
  padding: 30px 0;
  padding-bottom: 10px;
  font-size: 40px;
  color: #0073dd;
}
.midst-wrap .c-wrap {
  position: relative;
  margin-left: -2%;
  overflow: hidden;
}
.midst-wrap .c-wrap .c-list {
  width: 31%;
  background: #fff;
  transition: all 0.5s;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin-left: 2%;
  margin-top: 2%;
}
.midst-wrap .c-wrap .c-list:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.midst-wrap .c-wrap .c-list:hover .c-footer {
  color: #fff;
}
.midst-wrap .c-wrap .c-list:hover .c-footer:before {
  height: 105%;
}
.midst-wrap .c-wrap .c-list:hover .c-pic img {
  transform: scale(1.2);
}
.midst-wrap .c-wrap .c-pic {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.midst-wrap .c-wrap .c-pic img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  transition: all 0.8s;
  object-fit: cover;
}
.midst-wrap .c-wrap .c-cont {
  padding: 15px;
  min-height: 140px;
}
.midst-wrap .c-wrap .c-item-title {
  font-size: 18px;
  color: #222;
  line-height: 26px;
  text-align: left;
  min-height: 52px;
  overflow: hidden;
}
.midst-wrap .c-wrap .c-item-explain {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #707070;
  overflow: hidden;
}
/*.midst-wrap .c-wrap .c-item-explain:after {
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    background:#FFF;
    padding-left:0.2em;
}*/


.midst-wrap .c-wrap .c-footer {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #707070;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.midst-wrap .c-wrap .c-footer .iconfont {
  font-size: 18px;
  vertical-align: -1px;
}
.midst-wrap .c-wrap .c-footer .left,
.midst-wrap .c-wrap .c-footer .right {
  transition: all 0.5s;
}
.midst-wrap .c-wrap .c-footer:before {
  content: "";
  width: 100%;
  height: 0;
  background: #0073dd;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.5s;
  z-index: -1;
}
.midst-wrap .c-item {
  display: block;
}
.pagination {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}
.pagination li {
  height: 50px;
  background: #FFFFFF;
  border: solid 1px #e5e5e5;
  margin: 0 5px;
  overflow: hidden;
}
.pagination li.active {
  background: #0073dd;
}
.pagination .p-special {
  line-height: 40px !important;
}
.pagination .iconfont {
  font-size: 20px;
  color: #a0a0a0;
}
.pagination .p-item {
  font-size: 18px;
  color: #707070;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.m-nav-wrap {
  overflow: hidden;
  display: none;
}
.m-nav-wrap .m-nav {
  display: flex;
}
.m-nav-wrap .m-nav .m-list {
  width: 50%;
  border-right: solid 1px #eee;
}
.m-nav-wrap .m-nav .m-list:last-child {
  border: none;
}
.m-nav-wrap .m-nav .m-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.2rem 0;
}
.m-nav-wrap .m-nav i,
.m-nav-wrap .m-nav span {
  color: #535353;
}
.m-nav-wrap .m-nav .iconfont {
  display: block;
  font-size: 0.6rem;
}
.m-nav-wrap .m-nav .m-title {
  font-size: 0.32rem;
  margin-top: 0.2rem;
}
.m-nav-wrap .m-nav .active {
  background: #0073dd;
}
.m-nav-wrap .m-nav .active i,
.m-nav-wrap .m-nav .active span {
  color: #FFF;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .midst-wrap .container {
    width: 93%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .midst-wrap .c-wrap .c-list {
    width: 47%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .h-banner .h-nav {
    display: none;
  }
  .m-nav-wrap {
    display: block;
  }
  .midst-wrap {
    padding-bottom: 0.3rem;
  }
  .midst-wrap .c-title {
    font-size: 0.4rem;
    padding: 0.3rem 0;
    padding-bottom: 0;
  }
  .midst-wrap .c-wrap .c-list {
    width: 100%;
    margin-top: 0.3rem;
  }
  .midst-wrap .c-wrap .c-list:hover {
    box-shadow: none;
  }
  .midst-wrap .c-wrap .c-list:hover .c-footer {
    color: #535353;
  }
  .midst-wrap .c-wrap .c-list:hover .c-footer:before {
    height: 0;
  }
  .midst-wrap .c-wrap .c-list:hover .c-pic img {
    transform: scale(1);
  }
  .midst-wrap .c-wrap .c-cont {
    padding: 0.15rem;
    min-height: inherit;
  }
  .midst-wrap .c-wrap .c-item-title {
    font-size: 0.34rem;
    line-height: 0.5rem;
    min-height: inherit;
  }
  .midst-wrap .c-wrap .c-item-explain {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    line-height: 0.4rem;
  }
  .pagination {
    padding: 0.3rem 0;
/*    padding-top: 0.rem;*/
  }
  .pagination li {
    height: 0.6rem;
    margin: 0 0.05rem;
  }
  .pagination .p-special {
    line-height: 0.45rem !important;
  }
  .pagination .p-item {
    height: 0.6rem;
    width: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
}
.t-align {
  text-align: justify;
  position: relative;
  overflow: hidden;
}
.t-align:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
}
.t-align .t-item {
  display: inline-block;
}
.h-estate-wrap {
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
}
.h-estate-wrap .e-cont .e-item {
  width: 48%;
  overflow: hidden;
}
.h-estate-wrap .e-cont .el-title {
  margin-bottom: 60px;
  position: relative;
}
.h-estate-wrap .e-cont .el-title h3 {
  margin: 0;
  padding-bottom: 20px;
  color: #313131;
  font-size: 40px;
}
.h-estate-wrap .e-cont .el-title p {
  font-size: 26px;
  color: #d2d2d2;
  text-transform: uppercase;
  font-weight: bold;
}
.h-estate-wrap .e-cont .el-title:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #0073dd;
  position: absolute;
  bottom: -30px;
}
.h-estate-wrap .e-cont .el-explain {
  font-size: 16px;
  line-height: 26px;
  color: #535353;
}
.h-estate-wrap .e-cont .estate-left {
  vertical-align: top;
}
.h-estate-wrap .e-cont .estate-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 600px;
  max-height: 410px;
}
.brand-wrap .c-wrap .c-list {
  padding: 40px 30px;
  text-align: left;
  width: 48%;
  float: left;
}
.brand-wrap .c-wrap .c-cont {
  padding: 20px 0;
  min-height: inherit;
}
.brand-wrap .c-wrap .c-item-explain {
  font-size: 16px;
  line-height: 25px;
  min-height: 75px;
  overflow: hidden;
}


.brand-wrap .c-wrap .c-pic {
  height: 292px;
  overflow: hidden;
}
.brand-wrap .c-wrap .c-pic img {
  width: 100%;
  height: 292px;
  max-height: inherit;
}
.brand-wrap .c-top {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.brand-wrap .c-top .c-brand {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: #e5e5e5 1px solid;
}
.brand-wrap .c-top .c-brand img {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: cover;
}
.brand-wrap .c-top .c-name {
  font-size: 30px;
  margin-left: 10px;
  color: #0073dd;
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .midst-wrap .c-wrap .c-list {
    width: 47%;
  }
  .h-estate-wrap .e-cont .e-item {
    width: 100%;
    display: block;
  }
  .h-estate-wrap{ padding-bottom: 10px;}
  .h-estate-wrap .e-cont .estate-right { margin-top: 20px;}
  .h-estate-wrap .e-cont .estate-right img{ max-width: inherit;}
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .h-estate-wrap {
    padding: 0;
    border-top: solid 1px #eee ;
  }
  .h-estate-wrap .e-cont .e-item {
    width: 100%;
    display: block;
  }
  .h-estate-wrap .e-cont .el-title {
    margin-bottom: 0.6rem;
    margin-top: 0.5rem;
  }
  .h-estate-wrap .e-cont .el-title h3 {
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
  }
  .h-estate-wrap .e-cont .el-title p {
    font-size: 0.32rem;
    color: #d2d2d2;
  }
  .h-estate-wrap .e-cont .el-title:before {
    content: "";
    width: 0.6rem;
    height: 3px;
    bottom: -0.3rem;
  }
  .h-estate-wrap .e-cont .el-explain {
    font-size: 0.3rem;
    line-height: 0.45rem;
    margin-bottom: 0.3rem;
  }
  .h-estate-wrap .e-cont .estate-left {
    vertical-align: top;
  }
  .h-estate-wrap .e-cont .estate-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 600px;
    max-height: 410px;
  }
  .brand-wrap .c-wrap {
    margin-left: 0;
  }
  .brand-wrap .c-wrap .c-list {
    padding: 0.2rem;
    text-align: left;
    margin-left: 0 ;
    width: 100%;
    overflow: hidden;
  }
  .brand-wrap .c-wrap .c-cont {
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
  }
  .brand-wrap .c-wrap .c-item-explain {
    font-size: 0.3rem;
    line-height: 0.45rem;
    text-indent: 2em;
    min-height: inherit;
  }
  .brand-wrap .c-wrap .c-pic {
    height: auto;
  }
  .brand-wrap .c-wrap .c-pic img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  .brand-wrap .c-top {
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
  }
  .brand-wrap .c-top .c-brand {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
  }
  .brand-wrap .c-top .c-brand img {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    object-fit: cover;
  }
  .brand-wrap .c-top .c-name {
    font-size: 0.32rem;
    margin-left: 0.1rem;
  }
}
.c-subnav-wrap {
  height: 70px;
}

.c-subnav-wrap .c-subnav-item {
  width: 120px;
  height: 70px;
  line-height: 70px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.c-subnav-wrap .c-subnav-item a {
  height: 70px;
  display: inline-block;
  color: #535353;
}
.c-subnav-wrap .active a {
  color: #0073dd;
  border-bottom: solid 2px #0073dd;
}
.m-subnav-wrap {
  display: none;
}
.m-subnav-wrap .m-subnav {
  display: flex;
  width: 100%;
  max-width: 750px;
  position: relative;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.m-subnav-wrap .midst-nav {
  flex: 1;
  min-width: 0;
}
.m-subnav-wrap .midst-nav a {
  display: inline-block;
  padding: 0.3rem 0;
  color: #313131;
  font-size: 0.3rem;
}
.m-subnav-wrap .midst-nav .swiper-slide {
  text-align: center;
  height: inherit;
  background: #fff;
  font-size: 0.3rem;
  color: #313131;
  border-right: solid 1px #EEEEEE;
}
.m-subnav-wrap .midst-nav .active a {
  color: #0073dd;
  border-bottom: solid 2px #0073dd;
}
.m-subnav-wrap .m-subnav-explain {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #eee;
  overflow: hidden;
}
.m-subnav-wrap .m-subnav-explain .ms-explain {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-subnav-wrap .m-subnav-explain .ms-item {
  width: 50%;
}
.m-subnav-wrap .m-subnav-explain .ms-item a {
  display: inline-block;
  padding: 0.3rem 0rem;
  margin: 0 0.2rem;
  color: #313131;
  font-size: 0.3rem;
}
.m-subnav-wrap .m-subnav-explain .active a {
  color: #0073dd;
  border-bottom: solid 2px #0073dd;
}
.industry-wrap {
  background: #f7f7f7;
  padding-bottom: 30px;
}
.industry-wrap .in-title {
  font-size: 40px;
  color: #0073dd;
  padding: 30px 0;
  padding-bottom: 0;
}
.industry-wrap .in-cont .in-list {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  font-size: 0;
  letter-spacing: -3px;
}
.industry-wrap .in-cont .in-item {
  width: 49%;
}
.industry-wrap .in-left {
  padding: 0 20px;
  padding-bottom: 30px;
}
.industry-wrap .in-left .in-item-title {
  font-size: 30px;
  color: #0073dd;
  padding: 20px 0;
  letter-spacing: normal;
}
.industry-wrap .in-left .in-item-cont {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 26px;
  font-size: 16px;
  color: #535353;
  letter-spacing: normal;
}
.industry-wrap .in-left .in-item-cont p {
  line-height: 26px;
  font-size: 16px;
  color: #535353;
  letter-spacing: normal;
}
.industry-wrap .in-right {
  vertical-align: top;
  position: relative;
}
.industry-wrap .in-right .swiper-container {
  width: 100%;
  height: 100%;
}
.industry-wrap .in-right .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.industry-wrap .in-right .swiper-slide .textbg{
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  height: 30px;
  left: 0;
  opacity: .3;
  position: absolute;
  width: 100%;
  z-index: 4;
}
.industry-wrap .in-right .swiper-slide p{
  bottom: 0;
  height: 30px;
  left: 0;
  line-height: 30px;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
  width: 100%;
  z-index: 5;
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  box-sizing: border-box;
}
.industry-wrap .in-right .in-page {
  position: absolute;
  right: 20px;
  bottom: 38px;
  z-index: 3;
  overflow: hidden;
}
.industry-wrap .in-right .in-page .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
}
.industry-wrap .in-right .in-page .swiper-pagination-bullet-active {
  background: #0073dd;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .industry-wrap .in-left .in-item-title {
    font-size: 26px;
  }
  .industry-wrap .in-left .in-item-cont {
    max-height: 200px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .midst-wrap .c-wrap .c-list {
    width: 47%;
  }
}

@media only screen and (max-width: 640px) and (min-width: 320px) {
  .c-subnav-wrap {
    display: none;
  }
  .m-subnav-wrap {
    display: block;
  }
  .industry-wrap {
    padding-bottom: 0.3rem;
  }
  .industry-wrap .in-title {
    font-size: 0.4rem;
    padding: 0.3rem 0;
    padding-bottom: 0;
  }
  .industry-wrap .in-cont .in-list {
    margin-top: 0.3rem;
  }
  .industry-wrap .in-cont .in-item {
    width: 100%;
    display: block;
  }
  .industry-wrap .in-left {
    padding: 0 0.2rem;
    padding-bottom: 0.3rem;
  }
  .industry-wrap .in-left .in-item-title {
    font-size: 0.36rem;
    padding: 0.2rem 0;
  }
  .industry-wrap .in-left .in-item-cont {
    max-height: 4rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .industry-wrap .in-left .in-item-cont p {
    line-height: 0.45rem;
    font-size: 0.3rem;
  }
  .industry-wrap .in-right .in-page {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    z-index: 3;
    overflow: hidden;
  }
  .industry-wrap .in-right .in-page .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    margin: 0 0.1rem;
    opacity: 1;
  }
  .industry-wrap .in-right .in-page .swiper-pagination-bullet-active {
    background: #0073dd;
  }
}
.news-container {
  background: #f7f7f7;
  overflow: hidden;
}
.news-container .news-cont {
  padding: 30px;
  padding-bottom: 0;
  background: #FFF;
  margin: 30px 0;
}
.news-container .n-top {
  padding: 30px 0;
  border-bottom: solid 1px #eee;
  text-align: center;
}
.news-container .n-top .n-title {
  margin: 0;
  font-size: 32px;
  line-height: 45px;
}
.news-container .n-top .n-detail {
  margin-top: 30px;
  color: #707070;
}
.news-container .n-top .n-detail .nd-item i {
  font-size: 18px;
  padding-right: 5px;
}
.news-container .n-top .n-detail .nd-item span {
  font-size: 14px;
  vertical-align: 2px;
  padding-left: 5px;
}
.news-container .n-top .n-detail .n-source {
  padding-right: 10px;
}
.news-container .n-top .n-detail .n-time {
  padding-left: 10px;
}
.news-container .news-text {
  padding-bottom: 30px;
  overflow: hidden;
  width: 750px;
  height: 100%;
  margin: auto;
}
.news-container .news-text p {
  font-size: 16px;
  margin-bottom: 15px;
  text-indent: 2em;
}
.news-container .n-bot {
  padding: 30px 0;
  border-top: solid 1px #eee;
  font-size: 0;
  letter-spacing: -3px;
}
.news-container .n-bot .n-bot-left {
  max-width: 85%;
}
.news-container .n-bot .n-bot-left a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-container .n-bot .n-bot-right {
  width: 15%;
  vertical-align: text-bottom;
  text-align: right;
}
.news-container .n-bot .n-bot-right .iconfont {
  font-size: 26px;
  vertical-align: -4px;
}
.news-container .n-bot .n-bot-right a {
  font-size: 16px;
  color: #707070;
  transition: all 0.5s;
  letter-spacing: normal;
}
.news-container .n-bot .n-bot-right a:hover {
  color: #0073dd;
}
.news-container .n-bot .n-bot-item {
  line-height: 30px;
  transition: all 0.5s;
  color: #707070;
  font-size: 16px;
  letter-spacing: normal;
}
.news-container .n-bot .n-bot-item:hover {
  color: #0073dd;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .news-container .container {
    width: 95%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
 .industry-wrap .in-cont .in-item{
    width: 100%;
  }
  .news-container .news-text{
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .news-container .container {
    width: 95%;
  }
  .news-container .n-bot {
    padding: 30px 0;
  }
  .news-container .n-bot .n-bot-left {
    width: 100%;
  }
  .news-container .n-bot .n-bot-right {
    text-align: center;
    padding: 15px 0;
  }
  /*平板头部调整*/
 	.mobile-header{ padding: 0 0.2rem; padding-right:0rem; border-bottom: solid 1px #eee;}
 	.mobile-header .logo img{ vertical-align: middle; display: block; margin-top: 5px;}
 	.mobile-header .right-cont .iconfont{ font-size: 0.4rem; padding: 0.12rem 0; text-align: center;}
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .news-container .news-cont {
    padding: 0.3rem;
    padding-bottom: 0;
    margin: 0.3rem 0;
  }
  .news-container .n-top {
    padding: 0.3rem 0;
  }
  .news-container .n-top .n-title {
    font-size: 0.38rem;
    line-height: 0.5rem;
  }
  .news-container .n-top .n-detail {
    margin-top: 0.3rem;
  }
  .news-container .n-top .n-detail .nd-item i {
    font-size: 0.34rem;
  }
  .news-container .n-top .n-detail .nd-item span {
    font-size: 0.28rem;
    vertical-align: 2px;
    padding-left: 0.1rem;
  }
  .news-container .n-top .n-detail .icon-ren {
    vertical-align: 1px;
  }
  .news-container .n-top .n-detail .n-source {
    padding-right: 0.1rem;
  }
  .news-container .n-top .n-detail .n-time {
    padding-left: 0.1rem;
  }
  .news-container .news-text {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0.3rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .news-container .news-text p {
    font-size: 16px;
    margin-top: 0.3rem;
    padding-bottom: 0;
    text-indent: 0em;
  }
  .news-container .n-bot {
    padding: 0.3rem 0;
    padding-bottom: 0rem;
  }
  .news-container .n-bot .n-bot-left {
    width: 100%;
  }
  .news-container .n-bot .n-bot-right {
    width: 100%;
    padding: 0.25rem 0;
    vertical-align: top;
    text-align: center;
  }
  .news-container .n-bot .n-bot-right .iconfont {
    font-size: 26px;
    vertical-align: -4px;
  }
  .news-container .n-bot .n-bot-right a {
    font-size: 16px;
    letter-spacing: normal;
  }
  .news-container .n-bot .n-bot-item {
    line-height: 0.45rem;
    padding-bottom: 0.1rem;
    font-size: 16px;
    letter-spacing: normal;
  }
  .news-container .n-bot .n-bot-item:last-child {
    padding-bottom: 0;
  }
}
.recruit-wrap {
  background: #F7F7F7;
  padding: 30px 0;
  padding-bottom: 0;
}
.recruit-wrap .re-search {
  height: 60px;
  background: #fff;
  position: relative;
}
.recruit-wrap .re-search input[type="text"] {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.recruit-wrap .re-search input[type="text"]:focus {
  height: 60px;
  font-size: 16px;
}
.recruit-wrap .re-search .icon-search {
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #A0A0A0;
}
.recruit-wrap .re-filter {
  padding: 10px 0;
  margin-left: -20px;
  overflow: hidden;
}
.recruit-wrap .re-filter .filter-item {
  float: left;
  height: 50px;
  border: solid 1px #e5e5e5;
  line-height: 50px;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.5s;
  margin-left: 20px;
  margin-top: 20px;
  background: #fff;
  font-size: 16px;
  color: #535335;
}
.recruit-wrap .re-filter .filter-item:hover {
  background: #0073dd;
  color: #fff;
}
.recruit-wrap .re-filter .filter-item a{ color: #535353;}
.recruit-wrap .re-filter .filter-item:hover a {
  color: #fff;
}
.recruit-wrap .re-filter .active {
  background: #0073dd;
  color: #fff;
}
.recruit-wrap .re-filter .active a {
  color: #fff;
}
.recruit-wrap .recruit-list {
  font-size: 0;
  letter-spacing: -3px;
  overflow: hidden;
  margin-top: 30px;
}
.recruit-wrap .recruit-list .re-item {
  width: 49%;
  background: #fff;
  margin-bottom: 20px;
}
.recruit-wrap .recruit-list li:nth-child(odd){ float: left;}
.recruit-wrap .recruit-list li:nth-child(even){ float: right;}
.recruit-wrap .recruit-list .re-item a {
  padding: 20px;
}
.recruit-wrap .recruit-list .re-top {
  font-size: 0px;
  letter-spacing: normal;
  overflow: hidden;
}
.recruit-wrap .recruit-list .re-top .re-name {
  font-size: 20px;
  color: #535353;
}
.recruit-wrap .recruit-list .re-top .re-salary {
  font-size: 20px;
  color: #0073dd;
}
.recruit-wrap .recruit-list .re-ask {
  width: 100%;
  font-size: 0;
  margin: 20px 0;
}
.recruit-wrap .recruit-list .ask-left-item,
.recruit-wrap .recruit-list .ask-right-item {
  font-size: 16px;
  letter-spacing: normal;
  color: #535353;
}
.recruit-wrap .recruit-list .ask-left-item .iconfont,
.recruit-wrap .recruit-list .ask-right-item .iconfont {
  vertical-align: -1px;
  font-size: 20px;
  color: #0073dd;
}
.recruit-wrap .recruit-list .ask-left-item span,
.recruit-wrap .recruit-list .ask-right-item span {
  letter-spacing: normal;
}
.recruit-wrap .recruit-list .ask-right-item {
  padding-left: 10px;
}
.recruit-wrap .recruit-list .re-ask-right {
  font-size: 16px;
  color: #535353;
  letter-spacing: normal;
}
.recruit-wrap .recruit-list .re-area {
  color: #535353;
}
.recruit-wrap .recruit-list .re-area .re-area-left {
  font-size: 16px;
  letter-spacing: normal;
}
.m-re-filter {
  margin-top: 0.3rem;
  position: relative;
  display: none;
}
.m-re-filter .m-re-show {
  padding: 0.2rem;
  background: #0073dd;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.m-re-filter .m-re-show .m-re-name {
  font-size: 0.3rem;
  display: flex;
  align-items: center;
}
.m-re-filter .m-re-show .iconfont {
  font-size: 0.4rem;
}
.m-re-filter .m-re-hide {
  width: 100%;
  display: none;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 4px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0.86rem;
}
.m-re-filter .m-re-hide .hide-item {
  width: 100%;
  padding: 0.2rem;
  text-align: center;
  font-size: 0.3rem;
}
.m-re-filter .m-re-hide .hide-item:last-child {
  border: none;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .container {
    width: 95%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .container {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .m-re-filter {
    display: block;
  }
  .recruit-wrap {
    padding: 0.3rem 0;
    padding-bottom: 0.1rem;
  }
  .recruit-wrap .re-search {
    padding: 0.2rem 0;
    background: #fff;
    height: inherit;
    position: relative;
  }

  .recruit-wrap .re-search input[type="text"] {
    height: inherit;
    line-height: inherit;
    padding-left: 0.15rem;
    font-size: 0.3rem;
  }
  .recruit-wrap .re-search input[type="text"]:focus {
    height: inherit;
    font-size: 0.3rem;
  }
  .recruit-wrap button {
  	width: 0.72rem;
    height: 0.72rem;
  	background: none;
  	border: none;
  	position: absolute;
  	right: 0;  
  	top: 0;
  }
  .recruit-wrap .re-search .icon-search {
    width: 0.72rem;
    height: 0.72rem;
    text-align: center;
    cursor: pointer;
    line-height: 0.72rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.4rem;
    color: #A0A0A0;
  }
  .recruit-wrap .re-filter {
    display: none;
  }
  .recruit-wrap .recruit-list {
    margin-top: 0.3rem;
  }
  .recruit-wrap .recruit-list .re-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .recruit-wrap .recruit-list .re-item a {
    padding: 0.2rem;
  }
  .recruit-wrap .recruit-list .re-top {
    letter-spacing: normal;
  }
  .recruit-wrap .recruit-list .re-top .re-name {
    font-size: 0.36rem;
  }
  .recruit-wrap .recruit-list .re-top .re-salary {
    font-size: 0.32rem;
  }
  .recruit-wrap .recruit-list .re-ask {
    font-size: 0;
    margin: 0.2rem 0;
  }
  .recruit-wrap .recruit-list .ask-left-item,
  .recruit-wrap .recruit-list .ask-right-item {
    font-size: 0.3rem;
  }
  .recruit-wrap .recruit-list .ask-left-item .iconfont,
  .recruit-wrap .recruit-list .ask-right-item .iconfont {
    padding-right: 0.1rem;
    font-size: 0.36rem;
  }
  .recruit-wrap .recruit-list .ask-right-item {
    padding-left: 0.1rem;
  }
  .recruit-wrap .recruit-list .re-ask-right {
    font-size: 0.3rem;
  }
  .recruit-wrap .recruit-list .re-area .re-area-left {
    font-size: 0.3rem;
  }
}
.recruit-detail {
  padding: 30px 0;
  background: #f7f7f7;
}
.recruit-detail .detail-top {
  padding: 20px;
  background: #fff;
}
.recruit-detail .place-wrap .d-name {
  font-size: 20px;
  color: #535353;
}
.recruit-detail .place-wrap .d-salary {
  font-size: 16px;
  color: #0073dd;
  padding-left: 20px;
}
.recruit-detail .re-detail {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.recruit-detail .re-detail .re-detail-item {
  width: 33%;
  height: 40px;
  line-height: 40px;
  float: left;
  overflow: hidden;
}
.recruit-detail .re-detail .re-one {
  width: 25%;
}
.recruit-detail .re-detail .re-one .left {
  width: 50%;
}
.recruit-detail .re-detail .re-one .left .d-ask,
.recruit-detail .re-detail .re-one .left .d-record {
  font-size: 16px;
  display: block;
  float: left;
  color: #535353;
}
.recruit-detail .re-detail .re-one .left .d-record {
  float: right;
}
.recruit-detail .re-detail .re-one .iconfont {
  color: #0073dd;
  font-size: 16px;
}
.recruit-detail .re-detail .re-one .t-item {
  font-size: 16px;
  color: #535353;
}
.recruit-detail .re-detail .re-two {
  width: 20%;
  font-size: 16px;
  color: #535353;
  margin-left: 5%;
}
.recruit-detail .re-detail .re-three {
  width: 45%;
  margin-left: 5%;
  font-size: 16px;
  color: #535353;
}

.recruit-detail .re-detail .re-three .iconfont {
  vertical-align: -1px;
  color: #0073dd;
}
.recruit-detail .detail-cont {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
.recruit-detail .detail-cont .d-cont h4 {
  font-size: 20px;
  margin: 10px  0;
  margin-bottom: 20px;
}
.recruit-detail .detail-cont .d-cont h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.recruit-detail .apply-job {
  width: 180px;
  height: 55px;
  background: #0073dd;
  text-align: center;
  line-height: 55px;
  margin: 20px 0;
  font-size: 16px;
  color: #fff;
}
.recruit-detail .apply-job a {
  display: block;
  color: #fff;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .recruit-detail .container {
    width: 95%;
  }
  .recruit-detail .re-detail .re-detail-item {
    width: 33%;
  }
  .recruit-detail .re-detail .re-one {
    width: 30%;
  }
  .recruit-detail .re-detail .re-two {
    width: 20%;
  }
  .recruit-detail .re-detail .re-three {
    width: 40%;
  }
}
@media only screen and (max-width: 850px) and (min-width: 640px) {
  .recruit-detail .container {
    width: 95%;
  }
  .recruit-detail .re-detail .re-detail-item {
    width: 33%;
  }
  .recruit-detail .re-detail .re-one {
    width: 32%;
    margin-left: 1%;
  }
  .recruit-detail .re-detail .re-two {
    width: 20%;
    margin-left: 1%;
  }
  .recruit-detail .re-detail .re-three {
    width: 40%;
  }

}
@media only screen and (max-width: 640px) and (min-width: 320px) {

  .recruit-detail .place-wrap .d-name {
    font-size: 0.36rem;
  }
  .recruit-detail .re-detail {
    width: 100%;
    margin-top: 0.2rem;
  }
  .recruit-detail .re-detail .re-detail-item {
    width: 100%;
    height: 0.6rem;
  }
  .recruit-detail .re-detail .re-one {
    width: 100%;
  }
  .recruit-detail .re-detail .re-one .left {
    width: 40%;
  }
  .recruit-detail .re-detail .re-one .left .d-ask,
  .recruit-detail .re-detail .re-one .left .d-record {
    font-size: 0.3rem;
  }
  .recruit-detail .re-detail .re-one .iconfont {
    font-size: 0.3rem;
  }
  .recruit-detail .re-detail .re-one .t-item {
    font-size: 0.3rem;
  }
  .recruit-detail .re-detail .re-two {
    width: 100%;
    font-size: 0.3rem;
    margin-left: 0;
  }
  .recruit-detail .re-detail .re-three {
    width: 100%;
    margin-left: 0;
    font-size: 0.3rem;
  }
  .recruit-detail .re-detail .re-three .iconfont {
    margin-right: 1%;
    font-size: 0.3rem;
  }
  .recruit-detail .detail-cont {
    padding: 0.2rem;
    padding-top: 0;
    margin-top: 0.3rem;
  }
  .recruit-detail .detail-cont .d-cont h4 {
    font-size: 0.36rem;
    margin: 0;
    margin-bottom: 0.2rem;
  }
  .recruit-detail .detail-cont .d-cont h5 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .recruit-detail .detail-cont p {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .recruit-detail .apply-job {
    width: 100%;
    height: 0.86rem;
    line-height: 0.86rem;
    margin: 0.2rem 0;
    font-size: 0.3rem;
  }
}
.contact-wrap {
  padding: 30px 0;
  font-size: 0;
  letter-spacing: -3px;
}
.contact-wrap .contact-left {
  width: 28%;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  float: left;
}
.contact-wrap .contact-left .contact-top {
  text-align: center;
  border-bottom: solid 1px #eee;
}
.contact-wrap .contact-left .contact-ewm {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.contact-wrap .contact-left .contact-ewm img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
}
.contact-wrap .contact-left .contact-top p {
  font-size: 16px;
  color: #535353;
  margin: 20px 0;
  letter-spacing: normal;
}
.contact-wrap .contact-bottom {
  padding: 10px 0;
}
.contact-wrap .contact-bottom .cr-item {
  letter-spacing: normal;
  padding: 10px 0;
  overflow: hidden;
}
.contact-wrap .contact-bottom .cr-item .iconfont {
  vertical-align: top;
  font-size: 18px;
  padding: 3px;
  color: #0073dd;
  border-radius: 50%;
  border: solid 1px #0073dd;
}
.contact-wrap .contact-bottom .cr-item .cr-explain {
  width: 85%;
  font-size: 16px;
  color: #535353;
  padding-left: 10px;
  line-height: 24px;
}
.contact-wrap .contact-right {
  width: 69%;
  background: #fff;
  padding:38px 30px;
  float: right;
  overflow: hidden;
}
.contact-wrap .contact-right .contact-map {
  min-height: 331px;
  overflow: hidden;
  letter-spacing: normal;
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .recruit-detail .container {
    width: 95%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .recruit-detail .container {
    width: 95%;
  }
  /*联系方式  平板*/
 /*.contact-wrap{ padding-bottom: 0;}
 	.contact-wrap .contact-left{ width: 37%; padding-bottom: 0;}
 	.contact-wrap .contact-right{width: 60%;vertical-align: top;}
 	.contact-wrap .contact-bottom .cr-item .cr-explain{ font-size: 18px;}
 	.contact-wrap .contact-right .contact-map{ min-height: 388px;}*/
 	
 	
 	.contact-wrap .contact-left{ width: 100%; padding-bottom: 0;}
 	.contact-wrap .contact-right{width: 100%; margin-top: 20px;}
 	.contact-wrap .contact-bottom .cr-item .cr-explain{ width: 94%; font-size: 18px;}
 	
}

/*1029-800*/
@media only screen and (max-width: 1029px) and (min-width: 800px) {
	.contact-wrap .contact-left{ width: 37%;}
 	.contact-wrap .contact-right{width: 60%;}
}

@media only screen and (max-width: 640px) and (min-width: 320px) {
  .contact-wrap {
    padding: 0.3rem 0;
  }
  .contact-wrap .contact-left {
    width: 100%;
    padding: 0.3rem;
  }
  .contact-wrap .contact-left .contact-ewm {
    width: 4rem;
    height: 4rem;
  }
  .contact-wrap .contact-left .contact-ewm img {
    width: 100%;
    height: auto;
  }
  .contact-wrap .contact-left .contact-top p {
    font-size: 0.3rem;
    margin: 0.3rem 0;
  }
  .contact-wrap .contact-bottom {
    padding: 0.2rem 0;
    padding-bottom: 0;
  }
  .contact-wrap .contact-bottom .cr-item {
    padding: 0.2rem 0;
  }
  .contact-wrap .contact-bottom .cr-item .iconfont {
    font-size: 0.34rem;
  }
  .contact-wrap .contact-bottom .cr-item .cr-explain {
    width: 88%;
    font-size: 0.3rem;
    line-height: 0.45rem;
    padding-left: 0.15rem;
  }
  .contact-wrap .contact-right {
    width: 100%;
    padding: 0.3rem;
    margin-top: 0.3rem;
  }
  .contact-wrap .contact-right .contact-map {
    min-height: 3.78rem;
  }
}
.filiale-wrap {
  overflow: hidden;
  margin-left: -2%;
  display: flex;
  flex-flow: wrap;
}
.filiale-wrap .f-item {
  width: 31.3%;
  padding: 20px;
  margin-left: 2%;
  float: left;
  margin-top: 2%;
  font-size: 0;
  min-height: 220px;
  background: #fff;
  font-size: 16px;
  letter-spacing: normal;
  overflow: hidden;
}
.filiale-wrap .f-item .f-name {
  font-size: 18px;
  margin: 0;
  margin: 10px 0;
}
.filiale-wrap .f-item .f-info {
  min-height: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  color: #535353;
}
.filiale-wrap .f-item .f-info .f-alink{ color: #0073dd;}
.filiale-wrap .f-item .iconfont {
  line-height: normal;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #0073dd;
  border-radius: 50%;
  border: solid 1px #0073dd;
  margin-right: 0;
}
.filiale-wrap .f-item .f-tel {
  width: 80%;
  font-size: 16px;
  color: #535353;
  padding-left: 10px;
}
.filiale-wrap .f-item .f-explain {
  width: 80%;
  line-height: 26px;
  font-size: 16px;
  padding-left: 10px;
}
@media only screen and (max-width: 1300px) and (min-width: 800px) {
  .filiale-container .container {
    width: 95%;
  }
  .filiale-wrap .f-item {
    padding: 20px;
  }
  .filiale-wrap .f-item .f-tel {
    font-size: 15px;
    padding-left: 10px;
  }
  .filiale-wrap .f-item .f-explain {
    font-size: 15px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .filiale-container .container {
    width: 95%;
  }
  .filiale-wrap .f-item {
    width: 48%;
    padding: 15px;
    min-height: 185px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .filiale-wrap {
    padding-bottom: 0.3rem;
  }
  .filiale-wrap .f-item {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    min-height: 3rem;
    line-height: 0.45rem;
  }
  .filiale-wrap .f-item .f-name {
    font-size: 18px;
    padding: 0.2rem 0;
    margin: 0;
    padding-top: 0;
    border-bottom: solid 1px #eee;
  }
  .filiale-wrap .f-item .f-info {
    margin-top: 0.3rem;
  }
  .filiale-wrap .f-item .f-tel {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .filiale-wrap .f-item .iconfont {
    font-size: 0.3rem;
    width: 0.45rem;
    height: 0.45rem;
    line-height: 0.45rem;
  }
  .filiale-wrap .f-item .f-explain {
    width: 88%;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
}
.complain-wrap {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
.complain-wrap .text-wrap h4 {
  margin: 0;
  font-weight: 600;
  margin: 20px 0;
}
.complain-wrap .complain-list {
  font-size: 0;
  padding: 10px 0;
  overflow: hidden;
}
.complain-wrap .complain-list .complain-item {
  width: 25%;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.complain-wrap .complain-list .complain-item .iconfont {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  border: solid 1px #0073dd;
  border-radius: 50%;
  font-size: 50px;
  overflow: hidden;
  color: #0073dd;
}
.complain-wrap .complain-list .complain-item .icon-tubiao {
  font-size: 45px;
}
.complain-wrap .complain-list .complain-item .icon-email {
  font-size: 45px;
}
.complain-wrap .complain-list .complain-item .type {
  font-size: 20px;
  margin: 20px 0;
  color: #535353;
}
.complain-wrap .complain-list .complain-item .explain {
  padding: 0 40px;
  font-size: 16px;
  line-height: 26px;
  color: #535353;
}
.complain-wrap .follow-wrap {
  text-align: center;
  overflow: hidden;
}
.complain-wrap .follow-wrap .follow-cont {
  width: 410px;
  height: 310px;
  display: inline-block;
}
.complain-wrap .follow-wrap .follow-cont img {
  width: 310px;
  height: 310px;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}
.complain-wrap .follow-wrap .follow-text {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  color: #535353;
}
@media only screen and (max-width: 1300px) and (min-width: 800px) {
  .complain-wrap .complain-list .complain-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .complain-wrap .complain-list .complain-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .complain-wrap .follow-wrap .follow-cont img {
    width: 280px;
    height: 280px;
  }
  .complain-wrap .follow-wrap .follow-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .complain-wrap {
    padding: 0.3rem;
    margin-top: 0.3rem;
  }
  .complain-wrap .text-wrap h4 {
    margin: 0.2rem 0;
    font-size: 0.4rem;
  }
  .complain-wrap .text-wrap p {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .complain-wrap .complain-list {
    padding: 0.1rem 0;
  }
  .complain-wrap .complain-list .complain-item {
    width: 100%;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .complain-wrap .complain-list .complain-item .iconfont {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
  }
  .complain-wrap .complain-list .complain-item .icon-tubiao {
    font-size: 0.65rem;
  }
  .complain-wrap .complain-list .complain-item .icon-email {
    font-size: 0.65rem;
  }
  .complain-wrap .complain-list .complain-item .type {
    font-size: 0.36rem;
    margin: 0.2rem 0;
  }
  .complain-wrap .complain-list .complain-item .explain {
    padding: 0 0.5rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #535353;
  }
  .complain-wrap .follow-wrap .follow-cont {
    width: 3.5rem;
    height: 3rem;
  }
  .complain-wrap .follow-wrap .follow-cont img {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
  .complain-wrap .follow-wrap .follow-text {
    font-size: 0.3rem;
    margin-top: 0.2rem;
    line-height: 0.4rem;
  }
}
.slider-pro {
  padding: 50px 0;
}
.sp-arrow:before,
.sp-arrow:after {
  content: "";
  background-color: #eee;
}
.sp-grab {
  cursor: url(static/img/openhand.cur), move;
}
.sp-img {
  margin: 0 auto;
  text-align: center;
}
.sp-img img {
  width: 800px;
  height: 520px;
  object-fit: cover;
  display: inline-block;
}
.sp-caption-container {
  font-size: 16px;
  line-height: 26px;
  position: relative !important;
  top: -210px;
}
.sp-thumbnail-container {
  border: solid 2px transparent;
}
.sp-selected-thumbnail {
  border: solid 2px #0073dd;
}
.m-slider-pro {
  min-height: 4rem;
  padding: 0.3rem 0;
  overflow: hidden;
  display: none;
}
.m-slider-pro .m-pro-img img {
  width: 100%;
  height: auto;
  display: block;
}
.m-slider-pro .m-pro-text {
  font-size: 0.3rem;
  padding: 0.2rem;
  line-height: 0.45rem;
}
.m-slider-pro .m-pro-btn {
  height: 0.9rem;
  width: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -0.45rem;
  text-align: center;
  line-height: 0.9rem;
}
.m-slider-pro .m-pro-btn i {
  color: #fff;
  font-size: 0.4rem;
}
.m-slider-pro .m-pro-next {
  right: 0;
}
.m-slider-pro .m-pro-prev {
  left: 0;
}
.staff-wrap {
  width: 100% !important;
}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .sp-img img {
    width: 700px;
    height: 420px;
  }
  .sp-caption-container {
    top: -180px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .sp-img img {
    width: 650px;
    height: 370px;
  }
  .sp-caption-container {
    top: -140px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 800px) {
  .sp-img img {
    width: 600px;
    height: 330px;
  }
  .sp-caption-container {
    top: -150px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .news-container .container {
    width: 95%;
  }
  .sp-img img {
    width: 600px;
    height: 320px;
  }
  .sp-caption-container {
	  font-size: 16px;
	  line-height: 26px;
	  position: relative !important;
	  top: -140px;
	}

	/*容器内边距就不要----*/
	.midst-wrap{ padding-bottom: 0;}
	.brand-wrap { padding-bottom: 40px;}
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .slider-pro {
    display: none;
  }
  .m-slider-pro {
    display: block;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 800px) {
  .industry-wrap .in-left .in-item-title {
    font-size: 26px;
  }
  .industry-wrap .in-left .in-item-cont {
    max-height: 200px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
  .midst-wrap .c-wrap .c-list {
    width: 47.7%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .nav-banner{ min-height: 2rem; max-height:4rem;}
  .text-wrap {
    padding: 0.2rem;
    /*background: #FFFFFF;*/
  }
  .text-wrap p {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #535335;
    padding-bottom: 0.2rem;
  }
  .text-wrap p:last-child {
    padding-bottom: 0;
  }
  .text-wrap img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0.1rem 0;
  }
  .text-wrap time {
    line-height: 0.46rem;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding: 0.1rem 0 0.1rem;
    margin-bottom: 0.1rem;
    color: #707070;
  }
  .text-wrap time span {
    float: left;
    color: #a0a6b3;
  }
  .text-wrap time h1 {
    font-size: 0.32rem;
    line-height: 0.46rem;
    color: #535353;
  }
  .text-wrap h2,
  .text-wrap h3,
  .text-wrap h4,
  .text-wrap h5,
  .text-wrap h6 {
    font-size: 0.44rem;
    line-height: 0.46rem;
    margin: 0;
    color: #535353;
    font-weight: 400;
  }
  .text-wrap h3 {
    font-size: 0.36rem;
    font-weight: 500;
  }
  .text-wrap h4 {
    font-size: 0.34rem;
    font-weight: 400;
  }
  .text-wrap h5 {
    font-size: 0.3rem;
    font-weight: 300;
  }
  .text-wrap blockquote {
    padding-left: 0.1rem;
    border-left: solid 1px #eee;
    font-size: 0.34rem;
  }
  .text-wrap blockquote ol {
    padding-left: 0.2rem;
    font-size: 0.3rem;
  }
  .text-wrap blockquote ol li {
    margin: 0.1rem;
    text-align: 0;
    line-height: 1.5;
  }
  .text-wrap blockquote ol li p {
    margin: 0 0.1rem;
    text-indent: 0;
  }
  .text-wrap ul {
    margin-bottom: 0.2rem;
    padding: 0.15rem 0.2rem;
    list-style-type: disc;
  }
  .text-wrap ul li {
    font-size: 0.32rem;
    margin: 0.1rem 0;
  }
  .text-wrap p {
    line-height: 1.8;
    font-size: 0.3rem;
    color: #898989;
  }
  .text-wrap pre {
    word-wrap: break-word;
  }
  .text-wrap ul,
  .text-wrap ol {
    margin: 0px 0px 0.1rem 0px;
  }
  .text-wrap img {
    max-width: 800px;
    margin: 0 auto;
  }
  .text-wrap table {
    border-top: solid 1px #EEEEEE;
    border-left: solid 1px #EEEEEE;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .text-wrap table th {
    background-color: #EEEEEE ;
    text-align: center;
  }
  .text-wrap table td {
    border-bottom: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
    padding: 0.1rem 0.2rem;
  }
  .text-wrap table tr {
    border-bottom: solid 1px #EEEEEE;
    border-right: solid 1px #EEEEEE;
    padding: 0.1rem 0.2rem;
  }
  .text-wrap strong {
    font-weight: bold;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 86%;
  }
}
.text-wrap time {
  line-height: 30px;
  overflow: hidden;
  border-bottom: solid 1px #DDDDDD;
  padding: 5px 0 10px;
  margin-bottom: 5px;
  color: #707070;
}
.text-wrap time span {
  float: left;
  color: #a0a6b3;
}
.text-wrap time h1 {
  font-size: 28px;
  line-height: 30px;
  color: #535353;
}
.text-wrap h2,
.text-wrap h3,
.text-wrap h4,
.text-wrap h5,
.text-wrap h6 {
  font-size: 22px;
  line-height: 30px;
  color: #535353;
  font-weight: 400;
}
.text-wrap h3 {
  font-size: 20px;
  font-weight: 500;
}
.text-wrap h4 {
  font-size: 18px;
  font-weight: 400;
}
.text-wrap h5 {
  font-size: 16px;
  font-weight: 300;
}
.text-wrap blockquote {
  padding-left: 5px;
  border-left: solid 1px #dbdbdb;
  font-size: 16px;
}
.text-wrap blockquote ol {
  padding-left: 10px;
  font-size: 14px;
}
.text-wrap blockquote ol li {
  margin: 5px;
  text-align: 0;
  line-height: 1.5;
}
.text-wrap blockquote ol li p {
  margin: 0 5px;
  text-indent: 0;
}
.text-wrap ul {
  margin-bottom: 10px;
  padding: 8px 10px;
  list-style-type: disc;
}
.text-wrap ul li {
  font-size: 16px;
  margin: 5px 0;
}
.text-wrap p {
  line-height: 2.0;
  font-size: 16px;
  color: #707070;
}
.text-wrap pre {
  word-wrap: break-word;
}
.text-wrap ul,
.text-wrap ol {
  margin: 0px 0px 10px 0px;
}
.text-wrap img {
  max-width: 800px;
  margin: 0 auto;
}
.text-wrap table {
  border-top: solid 1px #EEEEEE;
  border-left: solid 1px #EEEEEE;
  width: 100%;
  margin-bottom: 10px;
}
.text-wrap table th {
  background-color: #EEEEEE ;
  text-align: center;
}
.text-wrap table td {
  border-bottom: solid 1px #EEEEEE;
  border-right: solid 1px #EEEEEE;
  padding: 5px 10px;
}
.text-wrap table tr {
  border-bottom: solid 1px #EEEEEE;
  border-right: solid 1px #EEEEEE;
  padding: 0.1rem 0.2rem;
}
.text-wrap strong {
  font-weight: bold;
}
.text-wrap a {
  text-decoration: underline;
}
.text-wrap p {
  line-height: 36px;
  font-size: 16px;
}
.text-wrap img {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
.text-wrap table p {
  font-size: 14px;
}
.input-wrap input[type="text"],
.input-wrap input[type="search"],
.input-wrap input[type="number"],
.input-wrap input[type="password"],
.input-wrap input[type="tel"],
.input-wrap input[type="email"] {
  border: none;
  box-shadow: none;
  display: block;
  margin: 0;
  height: inherit;
  font-size: 0.32rem;
}
.input-wrap input[type="text"]:focus {
  border: none;
  box-shadow: none;
  height: inherit;
  font-size: 0.32rem;
}
.input-wrap input[type="tel"]:focus {
  border: none;
  box-shadow: none;
  height: inherit;
  font-size: 0.32rem;
}
.input-wrap input[type="password"]:focus {
  border: none;
  box-shadow: none;
  height: inherit;
  font-size: 0.32rem;
}
.input-wrap input[type="search"]:focus {
  border: none;
  box-shadow: none;
  height: inherit;
  font-size: 0.32rem;
}
.input-wrap input[type="number"]:focus {
  border: none;
  box-shadow: none;
  height: inherit;
  font-size: 0.32rem;
}
.input-wrap input[type="email"]:focus {
  border: none;
  box-shadow: none;
  height: inherit;
  font-size: 0.32rem;
}
.radio-edit input[type="radio"]:checked + label:before {
  border-color: #0166ff;
}
.radio-edit input[type="radio"]:checked + label:after {
  background-color: #0166ff;
  border-color: #0166ff;
}
.checkbox-edit input[type="checkbox"]:not(:checked) + label:after {
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
.checkbox-edit input[type="checkbox"]:checked + label:after {
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #0166ff;
  background-color: #0166ff;
  z-index: 0;
  border-radius: 50%;
}
.checkbox-edit input[type="checkbox"]:not(:checked) + label:before {
  left: 0.1rem;
  top: 0;
}
.checkbox-edit input[type="checkbox"]:checked + label:before {
  top: 0rem;
  left: 0.03rem;
  width: 0.15rem;
  height: 0.25rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.checkbox-edit input[type="checkbox"] + label {
  font-size: 0.28rem;
  line-height: 0.43rem;
  padding-left: 0.5rem;
}
/*关于松宇企业文化  固定顶部*/
.culture-modal .modal-content { } /*高度固定了*/
.cultuer-top{padding:10px 20px; }
.cultuer-top p{ color: #333;}
.cultuer-cont{ overflow-y: auto;padding-bottom: 70px;}

/* 关于松宇 查看更多 */
#issues{ overflow: hidden;}
#issues li{ height: 126px; overflow: hidden;}
.profile-more{ width: 100%; text-align: center; margin-top: 30px;  overflow: hidden;}
.profile-more .profile-btn{ width: 120px;height: 40px; line-height: 40px; display: inline-block; color: #535353; font-size: 16px; border: solid 1px #eee;cursor: pointer;}
@media only screen and (max-width: 800px) and (min-width: 640px){
	#issues li{ height: 126px; overflow: hidden;}
	#issues li .historytitle .cont p{ width: calc(100% - 3.5rem);}
}
@media only screen and (max-width: 640px) and (min-width: 320px){
	#issues li{ height:5rem; }
	#issues li .historytitle{ display: flex; flex-direction: column; padding: 0.1rem 0;  overflow: hidden; font-size: 0.3rem;}
	#issues li .historytitle .cont p{width: calc(100% - 18.5rem); margin-bottom: 0.2rem;}
	#issues li .historytitle .time{ min-width: 4rem; font-size: 0.4rem; padding-bottom: 0.1rem;}
	#issues li .historytitle .cont{ margin-left: 0; min-width: 0; flex: 1; overflow: hidden;}
	.profile-more{ margin-top: 0.3rem;}
	.profile-more .profile-btn{height: inherit; padding: 12px 15px; line-height: inherit; border-radius: 4px; font-size: 0.32rem;}
	.cultuer-top{ padding: 0.1rem 0.2rem;}
	.cultuer-top p{ font-size: 0.3rem; line-height: 0.4rem; padding-bottom: 0.2rem;}
	.cultuer-cont{padding-bottom: 1.5rem;}
}
@media only screen and (max-width: 640px) and (min-width: 375px){
	#issues li .historytitle .cont p{width: calc(100% - 14.6rem); margin-bottom: 0.2rem;}
}
@media only screen and (max-width: 640px) and (min-width: 414px){
	#issues li .historytitle .cont p{width: calc(100% - 12.6rem); margin-bottom: 0.2rem;}
}
@media only screen and (max-width: 640px) and (min-width: 375px){
  
}
/*平板横着----*/
@media only screen and (max-width: 1024px) and (min-width: 765px){
	.inner-banner .inmed-banner{display: block;}
	.inner-banner .inmax-banner{ display: none;}
	.inner-banner .inmin-banner{ display: none;}
	.top-container{ display: none;}
	.mobile-header{ display: block; padding:0 0.2rem; border-bottom: solid 1px #eee;}
	.footer-wrap{ display: none;}
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.brand-wrap .c-top .c-name{ font-size: 19px;}
}
/*内页全换成bg的类  */
.nav-banner{ height: 400px; background-repeat:no-repeat; background-size:cover ; background-position:center ;}
/*20180907--HG ---ADD*/
@media only screen and (max-width: 1366px) and (min-width: 1024px){
	.mobile-cont .logo{ margin-top: 0.2rem;}
	.brand-wrap .c-top .c-name{ font-size: 28px;}
	
}
@media only screen and (max-width: 1120px) and (min-width: 1080px){
	.brand-wrap .c-wrap .c-item-explain{max-height: 100px;}
	
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.brand-wrap .c-wrap .c-item-explain{min-height: 75px;}
	/*.nav-banner{ min-height:300px;}*/
}
@media only screen and (max-width: 1300px) and (min-width: 1025px){
  .brand-wrap .c-wrap .c-item-explain{min-height: 100px;}
}
@media only screen and (max-width: 765px) and (min-width: 640px){
  .brand-wrap .c-wrap .c-item-explain{max-height: 75px;}
}
@media only screen and (max-width: 820px) and (min-width: 640px){
	.c-subnav-wrap .c-subnav-item{ width: 100px; font-size: 14px;}
	.industry-wrap .in-cont .in-item{ width: 100%;}
	.nav-banner{ min-height: 2rem; max-height:4rem;}
} 
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before{ background-color:#ddd !important;}
.sp-slide{ cursor: default;}

/*低版本浏览器问题*/
.tip-wrap{ overflow: hidden; padding-bottom: 20px;}
.tip-wrap h4{ font-size: 14px; margin: 0;color: #313131;}
.tip-wrap h4 a{ font-size: 14px; color: red;}
.tip-wrap a:hover{ color: #0073dd; }

/*首页第四个添加+++ 导航灰底*/
.gray-bg{ background: rgba(0,0,0,0.3);}
/*修改员工风采 的缩略图按钮*/
/*.sp-thumbnails-container{ width: 800px !important;}*/
.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before{ background-color:#ddd !important;}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow{ right: 10px !important;} /*右*/
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow{ left: 10px !important;}

/*14寸电脑的问题？？*/
@media only screen and (max-width: 1700px) and (min-width: 1020px){
	.banner-wrap .const-wrap{margin-top: -150px;}
	
}

/*专门为锚点特殊处理*/
.spare-item{ width: 100%; height: 68px; display: none; clear: both; overflow: hidden;}
.anchor{ margin-top: 140px;}

/*酒店名字超问题长*/
.c-subnav-wrap .c-subnav li:first-child{ width: inherit; max-width: 180px;}


/* 肖像（坚屏）模式 */		        
@media only screen and (orientation:portrait){
	.med-level-banner{display:block}
	.med-banner{display:none!important}
}
/* 全景（横屏）模式 */
@media screen and (orientation:landscape){
	.med-level-banner{display:none}
	.med-banner{display:block}
}			
/*手机不给显示 竖屏 med*/
@media only screen and (max-width: 640px) and (min-width: 320px) {
	.med-level-banner{display:none;}
}		

/*第四屏的问题 */
.top-height{ margin-top: -2.5rem;}	

/*大事记增加了图片*/
.history-pic{width:100%; margin-left: -10px; overflow: hidden;}
.history-pic .item{ width: 180px !important;height: 127px !important; opacity: 1 !important; display: block; float: left; margin-left: 10px; margin-top: 10px;  overflow: hidden;}
.history-pic .item img{margin: 0 !important; width: 180px; height: 127px; display: block; object-fit: cover;}
/*手机*/
#mobile-pic{width: 100%; max-height: 4rem;display: none; overflow: hidden;}
#mobile-pic img{ margin: 0 !important;width: auto; height: 248px;object-fit: cover;}
#mobile-pic .mobile-pagination{ width: 100%; position: absolute; bottom: 0; left: 0; z-index: 12;}
#mobile-pic .mobile-pagination .swiper-pagination-bullet{ background: #fff; opacity: 0.5;}
#mobile-pic .mobile-pagination .swiper-pagination-bullet-active{background: #fff; opacity: 1;}

@media only screen and (max-width: 640px) and (min-width: 320px) {
	.history-pic{ display: none;}
	#mobile-pic{ display: block;}
}