html,
body {
  line-height: 180%;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 微软雅黑;
  color: #333;
  font-size: 14px;
  min-width: 1340px;
  overflow-x: hidden;
}

[v-cloak] {
  display: none;
}

label {
  font-weight: normal;
}

li {
  list-style: none;
}

input[type='file'] {
  display: none;
}

.container {
  width: 1340px !important;
  max-width: 1340px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.navbar-nav.left {
  float: left !important;
  margin-left: 20px;
}

.navbar-nav.right {
  float: right !important;
}

a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: #303133;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #303133;
}

a:focus {
  text-decoration: none;
}

.vertical {
  height: 24px;
  width: 2px;
  background: #d8d8d8;
}

.hr-line-dashed {
  border: 1px dashed #eee;
}

/* 通用 */

.blank5,
.blank10,
.blank20,
.blank30,
.blank40,
.blank50,
.blank60 {
  clear: both;
  height: 5px;
  overflow: hidden;
}

.blank10 {
  height: 10px;
}

.blank20 {
  height: 20px;
}

.blank30 {
  height: 32px;
}

.blank40 {
  height: 40px;
}

.blank50 {
  height: 50px;
}

.blank60 {
  height: 60px;
}

.p15 {
  padding: 0 30px;
}

.title h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 10px;
}

.title h3:before {
  content: '';
  height: 4px;
  background: #1a75ff;
  display: block;
  position: absolute;
  top: 56px;
  left: 50%;
  width: 33.3%;
  transform: translateX(-50%);
}

.title h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}

.title h4:before {
  content: '';
  height: 4px;
  left: 0;
  background: #1a75ff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0px;
}

.title h5 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1a75ff;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}

.title h5:before {
  content: '';
  height: 4px;
  left: 0;
  background: #1a75ff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0px;
  transition: width 0.25s ease-in-out 0.15s;
}

.mr {
  /*margin-right: 15px;*/
  position: relative;
}

.middle-line {
  margin: 0 10px;
}

.mr:last-child {
  margin-right: 0px;
}

.title .text {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.title .ac:before {
  content: '';
  height: 3px;
  left: 0;
  background: #1a75ff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0px;
}

@media (max-width: 768px) {
  .title h4 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
  }
}

.title .text {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.title .text.ac:before {
  content: '';
  height: 3px;
  left: 0;
  background: #1a75ff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0px;
}
.title.text-center .text:before{
  left: 25%;
}

.ntitle h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  position: relative;
  padding-left: 8px;
}

.ntitle h4 small {
  font-size: 12px;
  color: #1d559e;
}

.ntitle h4::before {
  content: '';
  height: 100%;
  left: 0px;
  display: block;
  position: absolute;
  width: 3px;
  top: 0;
  background: #1a75ff;
}

/* 居中五列 */
@media (min-width: 998px) {
  .col-zdlg-2-5 {
    float: left;
    width: 20%;
  }
}

/*栅格化五等分*/

.col-md-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 0px) {
  .col-xs-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

/* 新导航 */
.nav-container {
  height: 180px;
  background-color: #368bff;
  box-shadow: 0px 0px 1px #f5f7fa;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-top-content {
  height: 130px;
}

.nav-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
  width: 100%;
}

.nav-top-content .logo-info {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.nav-top-content .logo-info .logo-slogan {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 600;
  margin-left: 40px;
}
.nav-top-content .logo-info h4 {
  margin-left: 10px;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  font-family: 'sybl';
}

.nav-top-content .logo-info a.nav-log {
  background: url(../images/logo.png) no-repeat 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.horizontal {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav-login {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}
.nav-login:hover{
	background: rgba(0,0,0,0.1)
}

.nav-login i {
  margin-right: 5px;
}

.nav-login a {
  color: #fff;
  padding: 0 10px;
}
.nav-bottom-content {
    background: rgba(0, 0, 0, 0.2);	
}
.nav-list {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0;
}

.nav-list > li {
  padding: 0;
  margin: 0;
}

.nav-list > li > a {
  color: #fff;
  font-size: 18px;
  height: 50px;
  text-align: center;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list > .active > a,
.nav-list > .active > a:focus {
  background-color: #1a75ff;
}

.nav-list > li > a:hover {
  background-color: #1a75ff;
}

/* 导航 */
.navbar-default {
  background-color: #fff;
  height: 65px;
  border: 0;
  box-shadow: 0px 0px 1px #888;
}

.nav-loged {
  font-size: 16px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  width: 210px;
}

.nav-loged span {
  padding: 0 5px 0 3px;
  position: relative;
  cursor: pointer;
}

.nav-loged span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 70%;
  width: 2px;
  background: #d8d8d8;
}

.nav-loged span:last-child::after {
  content: '';
  width: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #606266;
  font-size: 16px;
  height: 65px;
  line-height: 40px;
  text-align: center;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #1a75ff;
}

.navbar-default .navbar-nav > li > a i {
  font-size: 18px;
}

.nav-phone {
  margin-left: 50px;
}

.nav-phone:hover {
  color: #1a75ff !important;
}

.shopping-box {
  margin: 0px auto;
  padding: 20px;
}

.shopping-box li {
  margin: 10px;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

/* logo */
.navbar-default .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-default .container::before,
.navbar-default .container::after {
  content: '';
  display: none;
}

a.navbar-brand {
  background: url(../images/logo-blue.png) no-repeat 50%;
  background-size: cover;
  width: 346px;
  height: 30px;
}

.navbar-default .navbar-toggle {
  border: 0;
  margin-top: 12px;
}

.navbar-default .navbar-toggle:focus {
  background-color: #f3982a;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.bs-slider > .carousel-inner > .item > picture > img,
.bs-slider > .carousel-inner > .item > picture > source {
  margin: auto;
  width: 100% !important;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #f3982a;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f3982a;
  width: 30px;
  border-radius: 0;
}

/* 导航右侧 */
@media (min-width: 768px) {
  #navbar {
    float: right;
  }
}

.navbar-toggle {
  z-index: 999;
}

.top-nav-right {
  width: 30px;
  position: relative;
  top: 0px;
  left: 5px;
  z-index: 99;
  font-size: 26px;
}

#fat-menu {
  margin-top: 3px;
}

.navbar.active {
  padding: 0px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.navbar.active .top-nav-right {
  top: 5px;
}

@media (min-width: 768px) {
  .dropdown-menu > li > a {
    padding: 10px 20px;
  }

  .navbar .nav > li.oen ul.two {
    margin: 0;
  }

  .navbar .nav > li.oen:hover ul.two {
    display: block;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1a75ff;
  background-color: #fff;
  position: relative;
}

.navbar-default .navbar-nav > .active > a::after {
  content: '';
  position: absolute;
  width: 80%;
  bottom: 8px;
  left: 10%;
  height: 2px;
  background-color: #1a75ff;
}

.navbar-default .navbar-nav > .active > a:hover {
  color: #1a75ff;
  background-color: #fff;
}

.navbar-default .navbar-nav > .oen > a:hover {
  color: #1a75ff;
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #1a75ff;
}

.navbar-right {
  padding: 0px;
}

.top-nav-right .dropdown-menu li {
  clear: both;
  width: 98%;
}

.lead {
  font-size: 1em;
  line-height: 1.8;
}

.index-1 ul,
.index-6 ul {
  margin: 0px;
  padding: 0px;
}

.swiper-banner {
    margin-top: 180px;
}
.swiper-banner .swiper-container {
	width: 100%;
	height: auto;
}
.swiper-banner .swiper-container2 {
	width: 100%;
	height: auto;
}
.swiper-banner .swiper-slide, 
.swiper-banner .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 60px;
	height: 6px;
	border-radius: 2px;
	background-color: #3db4ff;
	opacity: 0.9;
}
.swiper-container2 .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 60px;
	height: 6px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
	background-color: #fff!important;
}
.swiper-container2 .swiper-pagination-bullet-active {
	background-color: #fff!important;
}


.banner{
  margin-top: 181px;
}
.banner2 {
  z-index: 1;
  left: 0;
  right: 0;
  top: 190px;
  transition: all 600ms ease-in-out 0s;
  margin-top: 70px;
}

.banner.mini .banner2 {
  top: 0;
}

.index {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.banner2 img {
  width: 100%;
  height: auto;
}

.enterprise-info p{
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}
.enterprise-statistics{
  margin-top: 40px;
  display: flex;
  line-height: 1.2;
  
}
.enterprise-statistics .item{
  text-align: center;
  width: 25%;
  
}
.enterprise-statistics .item .top{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  
}
.enterprise-statistics .item .top .number{
  font-size: 40px;
  font-weight: 700;
  color: #2854d1;
}
.enterprise-statistics .item .top .unit{
  font-size: 30px;
  font-weight: 700;
  color: #2854d1;
  margin-bottom: 8px;
  margin-left: 2px;
}
.enterprise-statistics .item .top .plus-sign{
  font-size: 25px;
  color: #110a0ae8;
  margin-bottom: 10px;
  margin-left: 2px;
}
.enterprise-statistics .item  .bottom{
  font-size: 16px;
  color: #363636;
}



/*idxnews*/
.section1 {
  padding: 60px 0 30px;
}

.new-content {
  padding: 5px;
}

.new-content .news-item {
  /*height: 450px;*/
  height: 260px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.news-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-more a {
  color: #1a75ff;
}

.news-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-tab .nav-tabs {
  border: none;
}

.news-tab .nav-tabs :hover {
  background: #fff;
}

.news-tab .nav > li > a:first-child {
  padding-left: 0;
}

.news-tab .nav-tabs > li > a {
  border: none;
}

.news-tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background: #fff;
  color: #303133;
  position: relative;
}

.news-tab .nav-tabs > li.active > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  height: 3px;
  background: #1a75ff;
}

.tab-content {
  margin-top: 5px;
}

.s1-item {
  width: 100%;
}

.s1-item a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding: 0;
}

.s1-img {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 305px;
}

.s1-img img {
  width: 100%;
  /*height: auto;*/
  height: 210px;
  margin: 0 auto;
  transition: 0.6s;
}

.s1-text {
  padding: 10px 0;
  position: absolute;
  bottom: 0px;
  color: #fff;
  width: 70%;
}

.s1-text h4 {
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  position: relative;
  left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.section-list {
  margin-top: 180px;
  padding-bottom: 10px;
  background: #f5f7fa;
}

.h350 {
  /* height: 540px !important; */
  height: 420px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-lists {
  background: #fff;
  padding: 15px 20px;
  box-shadow: 2px 0 8px 0 rgba(29, 35, 41, .05);
  border-radius: 4px;
}

.news-lists {
  min-height: 640px;
}

.news-list .list-item,
.news-lists .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 10px 0;
  font-size:15px;
  border-bottom: 1px solid #edeff3;
}

.news-list .list-item .list-item-title {
  /* max-width: 320px; */
  max-width: 500px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  transition: all 0.35s ease-in-out 0.15s;
}

.news-list a {
  border-bottom: 1px solid #edeff3;
  display: block;
}

.news-lists a {
  display: block;
}

.news-list a:last-child {
  border: none;
}

.list-item:last-child {
  border: none;
}

.news-list .list-item .list-item-time,
.news-lists .list-item .list-item-time {
  color: #c0c4cc;
}

.news-list .list-item .list-item-time {
  min-width: 180px;
  text-align: right;
}

.news-list .list-item .list-item-time span,
.news-lists .list-item .list-item-time span {
  margin-right: 20px;
}

.section1 .inner-column .col-md-6,
.col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.section1 .inner-column .image img {
  width: 100%;
  height: auto;
  border: 10px solid #f8f8f8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.section1 .float-text {
  margin-bottom: 10px;
  letter-spacing: 5px;
  line-height: 1em;
  font-size: 75px;
  font-weight: 700;
  background: #fff;
  text-align: center;
  color: black;
  -webkit-text-fill-color: #f3982a;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f3982a;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.s1-text p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #707579;
  text-align: justify;
}

/*idx服务案例*/
.section2 {
  padding: 70px 0 80px 0;
  background: url(../images/section2.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.section2-title{
  width: 100%;
}
.section2-title img {
    width: 100%;
}
.in-footer {
  display: flex;
  /*  foot-content*/
}

.in-footer .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px !important;
  width: 60px;
  background: linear-gradient(
    0deg,
    rgba(54, 98, 236, 0) 0%,
    rgba(54, 98, 236, 0.25) 50%,
    rgba(227, 238, 255, 0) 100%
  );
}

.in-footer .title span {
  color: #3662ec;
  font-size: 16px;
}

.in-footer .foot-content {
  margin: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.in-footer .foot-content .foot-item {
  flex: 0 0 46%;
  max-width: 46%;
  padding: 0px 0 0px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.button-list{
  display: flex;
  
}
.button-item{
  width: 33%;
  margin: 25px 15px 0px 15px;
  transition:0.5s;
  border-radius: 10px;
}
.button-item:hover{
  transform: scale(1.1);
  box-shadow: 0px 10px 16px 4px #d2dcf0;
}
.button-item img{
  width: 100%;
}

.s2-item {
  margin: 20px 0px;
  padding: 10px 24px;
  /*background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);*/
  /*background-color: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: 90% 50%;

  border-radius: 4px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
}
.s2-item:hover{
  box-shadow: 0px 10px 16px 4px #d2dcf0;
  transform: scale(1.1);
  transition: 0.5s;
}
.bg-1 {
  background: url('../images/s2-1.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}

.bg-2 {
  background: url('../images/s2-2.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}

.bg-3 {
  background: url('../images/s2-3.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}

.bg-4 {
  background: url('../images/s2-4.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}

.bg-5 {
  background: url('../images/s2-5.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}
.bg-6 {
  background: url('../images/s2-6.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}
.bg-7 {
  background: url('../images/s2-7.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}
.bg-8 {
  background: url('../images/s2-8.png') no-repeat 170px center,
    linear-gradient(180deg, #ddeafd 0%, #ffffff 100%);
	background-size: 150px 170px;
}
.card-bg .s2-item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.card-bg .s2-item-left .title {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: 'sybl';
}
.card-bg .s2-item-left .text {
  font-size: 16px;
  color: #494d50;
  line-height: 24px;
  margin-bottom: 15px;
}
.s2-item .s2-item-left,
.s2-item .s2-item-right {
  padding: 5px;
  flex: 1;
  height: 150px;
}

.s2-item .s2-item-left h4 {
  font-size: 24px;
  color: #1a1a1a;
}

.s2-item .s2-item-left .text {
  font-size: 16px;
  color: #494d50;
}

.s2-item .s2-item-left a {
  margin-top: 37px;
  display: block;
  border: 1px solid #1a75ff;
  text-align: center;
  color: #1a75ff;
  background: #e7efff;
}

.s2-img {
  text-align: right;
  position: relative;
  height: 90%;
}

.s2-item .s2-item-right .s2-img a {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  border: 1px solid #f3f5f8;
  display: block;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f8 100%);
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  border: 1 p;
}

.s2-img img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

#owl-demo1 {
  position: relative;
  padding: 0;
  margin: 0px;
  margin-top: 15px;
  height: 90%;
}

#owl-demo1 .owl-stage-outer {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#owl-demo1 * {
  box-sizing: border-box;
}

/* 导航层 */
#owl-demo1 .owl-item {
  float: left;
}

#owl-demo1 .owl-controls {
  margin-top: 0px;
  text-align: center;
}

/* 左右按钮 */
#owl-demo1 .owl-controls .owl-nav {
}

#owl-demo1 .owl-controls .owl-nav [class*='owl-'] {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  width: 40px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  z-index: 11;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: all 300ms ease-in-out 0s;
}

#owl-demo1 .owl-controls .owl-nav .owl-prev {
  left: 0;
  bottom: 25px;
  background: url(../images/arrow-left.png) no-repeat left;
}

#owl-demo1 .owl-controls .owl-nav .owl-next {
  right: 0;
  bottom: 25px;
  background: url(../images/arrow-right.png) no-repeat right;
}

/* 远点按钮 */
#owl-demo1 .owl-dots {
}

#owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#owl-demo1 .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

#owl-demo1 .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1a75ff;
}

/* 留言表单样式 */
.card {
  background: #fff;
  padding: 19px 30px 20px 50px;
  border: 1px solid #ccc;
}

.card h4 {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card p {
  margin-top: 18px;
  margin-bottom: 22px;
  color: #999;
  line-height: 26px;
  font-size: 14px;
}

.newstitle {
  padding: 0px;
  text-transform: uppercase;
}

.content p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #707579;
  text-align: justify;
}

.content img {
  height: auto;
  max-width: 640px;
}

.schools-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.schools-content .school-item {
  width: 146.5px;
  margin-top: 16px;
  margin-right: 24px;
}
.schools-content .school-item:nth-child(8n) {
  margin-right: 0;
}
/* 高校库 */
.shs-item {
  background: #fff;
  box-shadow: 0px 10px 16px 0px #dae1ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 157px;
  border-radius: 4px;
  padding: 10px 0;
  line-height: 1.5;
  cursor: pointer;
}

.shs-item .shs-item-img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.shs-item .shs-item-img img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.shs-item p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  padding: 0 15px;
  margin-bottom: 1px;
}

.section-schoolc1 {
  margin-top: 180px;
  padding: 30px 0 90px 0;
  background: url(../images/section3.png) no-repeat center center
    rgba(222, 237, 250, 0.6);
}

.section-schoolc1 .sh1-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-schoolc1 .sh1-item {
  margin-top: 20px;
  padding: 25px;
  border-radius: 4px;
  overflow: hidden;
  height: 200px;
  border: 1px solid #fff;
  width: 432px;
}

.section-schoolc1 .sh1-item p {
  color: #fff;
  line-height: 29px;
  text-align: justify;
  font-size: 15px;
}

.section-schoolc1 .sh1-item h4 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.section-schoolc1 .sh1-item.sh1 {
  box-shadow: 0px 10px 16px 0px rgba(50, 130, 245, 0.2);
  background: url(../images/sh1.png) no-repeat 80% 80%,
    linear-gradient(180deg, #3282f5 0%, #66a3fa 100%);
}

.section-schoolc1 .sh1-item.sh2 {
  background: url(../images/sh2.png) no-repeat 80% 80%,
    linear-gradient(180deg, #535feb 0%, #5a84ec 100%);
  box-shadow: 0px 10px 16px 0px rgba(83, 95, 235, 0.2);
}

.section-schoolc1 .sh1-item.sh3 {
  background: url(../images/sh3.png) no-repeat 80% 80%,
    linear-gradient(180deg, #7453eb 0%, #857ce8 100%);
  box-shadow: 0px 10px 16px 0px rgba(116, 83, 235, 0.2);
}

.section-schoolc1 .sh1-item.sh4 {
  background: url(../images/sh4.png) no-repeat 80% 80%,
    linear-gradient(180deg, #7453eb 0%, #857ce8 100%);
  box-shadow: 0px 10px 16px 0px rgba(116, 83, 235, 0.2);
}

.section-schoolc1 .sh1-item.sh5 {
  background: url(../images/sh5.png) no-repeat 80% 80%,
    linear-gradient(180deg, #33c8a3 0%, #4adaa1 100%);
  box-shadow: 0px 10px 16px 0px rgba(51, 200, 163, 0.2);
}

.section-schoolc1 .sh1-item.sh6 {
  background: url(../images/sh6.png) no-repeat 80% 80%,
    linear-gradient(180deg, #3282f5 0%, #66a3fa 100%);
  box-shadow: 0px 10px 16px 0px rgba(50, 130, 245, 0.2);
}

.section-schoolc2 {
  padding: 30px 0 0px;
  background-color: #f5f7fa;
}

.section-schoolc2 .sh2-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-schoolc2 .sh2-title a {
  color: #1a75ff;
  font-size: 16px;
}

.section-schoolc2 .sh2-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-schoolc2 .sh2-item {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  height: 409px;
}

.section-schoolc2 .sh2-item.active {
  box-shadow: 0px 10px 16px 4px #d2dcf0;
  transition: all 0.25s ease-in-out 0.15s;
}
.section-schoolc2 .sh2-item.active .sh2-title .title h5::before {
  width: 100%;
}

.section-schoolc2 .sh2-item:first-child {
  flex: 0 0 39%;
  width: 39%;
}

.section-schoolc2 .sh2-item:nth-child(2),
.section-schoolc2 .sh2-item:nth-child(3) {
  flex: 0 0 29%;
  width: 29%;
}

.qiye .sh3-item {
  box-shadow: none;
  margin-bottom: 30px;
  height: auto;
}

.qiye .sh3-item .sh3-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.qiye .sh3-item .sh3-title a {
  border: 1px solid #1a75ff;
  padding: 1px 20px;
  background: #e7efff;
  color: #1a75ff;
  height: 30px;
  line-height: 25px;
}

.head-title {
  width: 100%;
  margin-bottom: 0px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-title .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.head-title a {
  /* border: 1px solid #1a75ff; */
  padding: 1px 20px;
  /* background: #e7efff; */
  color: #1a75ff;
  height: 30px;
  line-height: 25px;
  font-weight: 400;
}

.head-title .title::after {
  content: '';
  height: 4px;
  left: 0;
  background: #1a75ff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: -5px;
  transition: width 0.25s ease-in-out 0.15s;
}

.sh2-list {
  margin-top: 15px;
}

.sh2-list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edeff3;
}

.sh2-list-item:last-child {
  border: none;
}

.sh2-list-item .list-item-title h4 {
  font-size: 15px;
  color: #606266;
  margin-bottom: 3px;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sh2-list-item .list-item-title p {
  font-size: 12px;
  color: #909399;
}

.sh2-list-item a {
  margin-top: 10px;
  border: 1px solid #1a75ff;
  padding: 1px 20px;
  background: #e7efff;
  color: #1a75ff;
  height: 30px;
  line-height: 25px;
}

.news-sh-list {
  margin-top: 15px;
}

.news-sh-list .list-item {
  padding: 10px 0;
  border-bottom: 1px solid #edeff3;
  overflow: hidden;
}

.news-sh-list .list-item a {
  display: block;
  color: #606266;
  font-size: 15px;
  max-width: 339px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-sh-list .list-item:last-child {
  border: none;
}

.enter-wrapper {
  padding: 0 0 30px 0;
  display: flex;
  align-items: center;
}

.pj-item {
  width: 430.6px;
  height: 120px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 40px;
  cursor: pointer;
}

.pj-item-info h4 {
  font-family: 'bth';
  color: #fff;
  font-size: 24px;
  margin: 5px 0;
}

.pj-item-info p {
  color: #fff;
  font-size: 13px;
}

.pj-item:nth-child(1) {
  background: url(../images/pj1.png) no-repeat 90% 90%,
    linear-gradient(180deg, #33c8a3 0%, #4adaa1 100%);
  box-shadow: 0px 10px 16px 0px rgba(51, 200, 163, 0.2);
}

.pj-item:nth-child(2) {
  background: url(../images/pj2.png) no-repeat 90% 90%,
    linear-gradient(180deg, #7453eb 0%, #857ce8 100%);
  box-shadow: 0px 10px 16px 0px rgba(116, 83, 235, 0.2);
}

.pj-item:nth-child(3) {
  background: url(../images/pj3.png) no-repeat 90% 90%,
    linear-gradient(180deg, #3282f5 0%, #66a3fa 100%);
  box-shadow: 0px 10px 16px 0px rgba(50, 130, 245, 0.2);
}

.sc-container {
  background: url(../images/loginbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 0 30px 0;
}

.section-enterpris {
  margin-top: 180px;
  padding: 30px 0 15px 0;
  background: url(../images/enterprisebg.png) no-repeat center center;
  background-size: 100% 100%;
}
.enterprise-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-enterpris .enterprise-item {
  margin-top: 24px;
  padding: 15px;
  background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  width: 430px;
  height: 172px;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 16px 0px #dae1ef;
}

.section-enterpris .enterprise-item .enterprise-item-img {
  flex: 0 0 30%;
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  position: relative;
  padding: 0 20px;
  border: 3px solid #fff;
}

.section-enterpris .enterprise-item .enterprise-item-img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-enterpris .enterprise-item .enterprise-item-text {
  margin-left: 15px;
  /*width: 100%;*/
  width: 263px;
}

.section-enterpris .enterprise-item .enterprise-item-text h4 {
  font-size: 16px;
  color: #606266;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 238px;
}

.section-enterpris .enterprise-item .enterprise-item-text p {
  font-size: 13px;
  color: #909399;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.section-enterpris1 {
  padding: 15px 0;
  /*background-color: #f5f7fa;*/
  margin-top: 20px;
}
.projects-content {
  display: flex;
  justify-content: space-between;
}
.projects-content .left-item {
  margin-top: 25px;
  width: 317px;
}
.projects-content .right-item {
  width: 999px;
}
.projects-content .right-item .right-content {
  display: flex;
  margin-top: 24px;
}
.projects-content .right-item .right-content .right-content-item {
  width: 146.5px;
  margin-top: 16px;
  margin-right: 24px;
}
.projects-content .right-item .right-content .right-content-item:nth-child(6n) {
  margin-right: 0;
}
.porjects-item {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  margin-top: 15px;
  min-height: 420px;
  position: relative;
}

.section-news-article {
  margin-top: 180px;
  background: #f5f7fa;
}

.article-crumb {
  display: flex;
  align-items: center;
  color: #606266;
  padding: 5px 0;
}

.article-crumb .breadcrumb {
  background: #f5f7fa;
  margin-bottom: 0;
}

.article-crumb .breadcrumb a {
  color: #606266;
}

.article-crumb .breadcrumb .active {
  color: #303133;
}

.section-news-article .articl-cotent {
  background-color: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 640px;
}
.articl-cotent {
  position: relative;
}
.articl-cotent .articl-tags {
  position: absolute;
  bottom: 20px;
  left: 30px;
  display: flex;
  align-items: center;
}
.articl-cotent .articl-tags .tag {
  padding: 1px 10px;
  background: #368bff;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  border-radius: 14px;
  height: 28px;
}
.section-news-article .articl-cotent .articl-title {
  text-align: center;
}

.section-news-article .articl-cotent .articl-title h4 {
  color: #303133;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-news-article .articl-cotent .articl-title span {
  padding: 0 7px;
  color: #909399;
}

.section-news-article .articl-cotent .article-info {
  margin-top: 25px;
}

.section-news-article .articl-cotent .article-info p {
  text-indent: 0em;
  color: #606266;
  line-height: 28px;
  text-align: justify;
}

.section-news-article .articl-cotent .enterprise-article-img {
  margin-top: 12px;
  width: 160px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  margin-left: 15px;
}

.section-news-article .articl-cotent .enterprise-article-img img {
  width: 100%;
  height: auto;
}

.section-news-article .articl-cotent .enterprise-article-tab {
  margin-top: 40px;
}

.section-news-article .articl-cotent .enterprise-article-tab ul {
  padding-left: 0;
}

.section-news-article .articl-cotent .enterprise-article-tab li {
  position: relative;
  display: block;
  padding: 3px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px;
}

.section-news-article .articl-cotent .enterprise-article-tab li.active {
  border: none;
  background: #fff;
  color: #0a9f9f;
  position: relative;
}

.section-news-article .articl-cotent .articl-title {
  text-align: center;
}

.section-news-article .articl-cotent .articl-title h4 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-news-article .articl-cotent .articl-title span {
  padding: 0 7px;
  color: #909399;
}

.section-news-article .articl-cotent .article-info {
  margin-top: 25px;
}

.section-news-article .articl-cotent .article-info p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 48px;
}

/*底部信息*/
.foot {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  height: 230px;
}

.foot .siteinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.indicators-line > .carousel-indicators {
  bottom: 3% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  right: 0 !important;
}

.foot .siteinfo .foot-right {
  flex: 0 0 41%;
  max-width: 41%;
}

.foot .siteinfo .foot-left {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 10px 0 10px 280px;
}

.foot .siteinfo .foot-right {
  background: url(../images/foot-right.png) no-repeat center center;
  background-size: cover;
  height: 230px;
  padding: 10px 0 10px 20px;
}

.foot .siteinfo .foot-right .foot-right-content {
  margin-top: 15px;
}

.foot .siteinfo .foot-right .foot-right-content p {
  color: #333;
  line-height: 25px;
}

.foot .siteinfo .foot-left .foot-content {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.foot .siteinfo .foot-left .foot-content .foot-item {
  flex: 0 0 46%;
  max-width: 46%;
  padding: 12px 0 8px 0;
  text-align: left;
  margin-right: 10px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #303133;
}

.copyright {
  color: #fff;
  font-size: 13px;
  padding: 20px 0;
  background-color: #0e2d79;
  text-align: center;
}

.copyright h4,
.copyright a {
  height: 15px;
  line-height: 15px;
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.foot_mp {
  clear: both;
  padding: 5px 0px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1d559e;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .foot_mp {
    display: none;
  }
}

.foot_mp a {
  text-align: center;
  display: inline-block;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: normal;
}

.foot_mp a:hover {
  color: #fff;
  text-decoration: none;
}

.foot_mp a:focus {
  outline: none;
}

.ico_p,
.ico_m,
.ico_l,
.ico_f,
.ico_g {
  padding-top: 35%;
  font-size: 1em;
  text-align: center;
  display: block;
}

.ico_p {
  background: url(../images/ico_p.png) no-repeat center top;
}

.ico_m {
  background: url(../images/ico_m.png) no-repeat center top;
}

.ico_l {
  background: url(../images/ico_w.png) no-repeat center top;
}

.ico_g {
  background: url(../images/ico_l.png) no-repeat center top;
}

.ico_p,
.ico_m,
.ico_l,
.ico_f,
.ico_g {
  background-size: 40%;
}

.foot-logo {
  margin: 0;
  text-align: left;
}

.foot-logo img {
  max-width: 100%;
  height: auto;
}

.foot-logo p {
  color: #d5d5d5;
  font-size: 13px;
  padding: 8px 0 8px 8px;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}

.foot-logo span {
  margin-left: 10px;
  border: 1px solid #c30c22;
  color: #c30c22;
  background-color: transparent;
  padding: 8px 50px;
  text-align: center;
  vertical-align: middle;
}

.foot-ul {
  margin: 40px 0 20px 0;
  padding: 8px 0;
}

.foot-ul h4 {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

.foot-ul li {
  line-height: 40px;
  color: #d5d5d5;
}

.foot-ul li img {
  max-width: 88px;
  height: auto;
}

.foot-ul li a {
  color: #d5d5d5;
  font-size: 14px;
}

.foot-ul li a i {
  font-size: 14px;
  -webkit-transform: scale(0.5, 0.5);
}

.foot-ul li a i:before {
  padding-right: 5px;
  top: 0px;
  left: 0px;
  position: relative;
}

.foot-ul li a:hover {
  color: #ee0000;
}

#page {
  font-size: 0.8em;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

#page strong {
  padding: 5px 8px;
  background: #f3982a;
  color: white;
  margin-right: 8px;
  font-size: 0.8em;
}

#page a {
  font-size: 14px;
  padding: 7px 0;
  color: #969696;
}

/* 左侧二级导航 */

.side-nav-item {
  padding: 5px;
  cursor: pointer;
}

.item-title {
  color: #1a1a1a;
  font-size: 16px;
}

.panel-heading {
  margin-top: 5px;
  padding: 0;
}

.panel-heading.active {
  /*margin-left: -40px;*/
  /*margin-right: -10px;*/
  /*background-color: #0a9f9f;*/
  border-radius: 0;
}

.panel-heading.active .item-title {
  color: #fff;
  position: relative;
  background-color: #1a75ff;
  margin-left: -40px;
  padding: 5px 0 12px 35px;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.panel-heading.active .item-title::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 6px;
  left: 35px;
  margin-bottom: 3px;
}

.panel {
  box-shadow: none;
}

.item-body {
  padding-left: 15px;
  color: red;
}

.item-second {
  margin-top: 5px;
  cursor: pointer;
}

.item-second a {
  display: block;
  height: 100%;
  width: 100%;
  color: #1a1a1a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.at {
  color: #1a75ff;
}

.active-title-text {
  color: #1a75ff !important;
}

.section-login {
  height: calc(100vh - 35px);
  background: url(../images/loginbg.jpg);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-login .login-item {
  padding: 30px 0;
  width: 600px;
  height: 400px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-login .login-item .login-btn {
  margin-top: 10px;
  display: block;
  background: #1a75ff;
  color: #fff;
  padding: 5px 0;
  width: 370px;
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
}

.section-login .login-item .login-tab {
  margin-top: 10px;
  width: 370px;
}

.section-login .login-item .login-tab .nav-tabs > li.active > a,
.section-login .login-item .login-tab .nav-tabs > li.active > a:focus,
.section-login .login-item .login-tab .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 1px solid #1a75ff;
  background: #fff;
  color: #1a75ff;
}

.section-login .login-item .login-tab .nav-tabs > li > a,
.section-login .login-item .login-tab .nav-tabs > li > a:focus,
.section-login .login-item .login-tab .nav-tabs > li > a:hover {
  background: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.section-login .login-item .login-tab #myTab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.section-login .login-item .login-tab .tab-content {
  margin-top: 10px;
}

.section-login .login-item .login-pass {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
}

.section-login .login-item .login-pass span {
  color: #606266;
  cursor: pointer;
}

.section-login .login-item .login-pass span a {
  color: #606266;
}

.input_outer {
  height: 43px;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ddd;
}

.u_user {
  width: 25px;
  height: 25px;
  background: url(../images/user.png) no-repeat;
  position: absolute;
  margin: 10px 13px;
}

.us_uer {
  width: 25px;
  height: 25px;
  background: url(../images/key.png) no-repeat;
  position: absolute;
  margin: 10px 13px;
}

.l-login {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 0;
  height: 46px;
  font: 14px 'microsoft yahei', Helvetica, Tahoma, Arial, 'Microsoft jhengHei';
  line-height: 46px;
}

.input_outer .text {
  width: 220px;
  height: 40px;
  outline: none;
  color: #767676;
  display: inline-block;
  font: 14px 'microsoft yahei', Helvetica, Tahoma, Arial, 'Microsoft jhengHei';
  margin-left: 50px;
  border: none;
  background: none;
  line-height: 46px;
}

.nav-login {
  min-width: 50px;
}

.nav-login .logout {
  cursor: pointer;
  user-select: none;
}

/* element-ui 样式重写 */
.el-pagination {
  text-align: center;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: none !important;
}

.el-pager li {
  background: none !important;
  min-width: 28px !important;
  border-radius: 4px;
  color: #606266 !important;
}

.el-pager li.active {
  background: #1a75ff !important;
  color: #fff !important;
  cursor: default !important;
}

.el-carousel__indicator.is-active button {
  background-color: #1a75ff !important;
}

.el-carousel__arrow {
  bottom: 0 !important;
  top: auto !important;
}

.el-carousel__arrow--left {
  left: 0 !important;
  background: url(../images/arrow-left.png) no-repeat left !important;
}

.el-carousel__arrow--right {
  right: 0 !important;
  background: url(../images/arrow-right.png) no-repeat right !important;
}

.el-carousel__arrow i {
  display: none;
}

/* 首页tab样式 */

.el-tabs__nav-wrap::after {
  position: static !important;
}

.el-tabs__item.is-active a {
  color: #1a75ff;
}

.el-tabs__item.is-active {
  color: #303133 !important;
}

.el-tabs__active-bar {
  background-color: #1a75ff !important;
}

.el-tabs__item:hover {
  color: #303133 !important;
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* 注册页面 */
.section-register {
  padding: 30px 0 10px 0;
  background-color: #f5f7fa;
  display: flex;
  justify-content: center;
}

.register-container {
  min-height: calc(100vh - 225px);
  margin-top: 180px;
  width: 1100px;
  min-height: 785px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0px 0px 1px #888;
}

.vertical-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertical-title a {
  color: #1a75ff;
}

.vertical-title h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #303133;
  position: relative;
  padding-left: 10px;
}

.vertical-title h4::before {
  content: '';
  height: 16px;
  width: 4px;
  background: #1a75ff;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius:4px;
}

.register-content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-content .register-steps {
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-steps i {
  color: #1a75ff;
  font-size: 40px;
  padding: 0 30px;
}

.register-content .register-steps .step-item {
  padding: 10px 15px;
  background: #f3f5f8;
  border-radius: 4px;
  width: 230px;
  height: 95px;
}

.register-content .register-steps .step-item.active {
  background: linear-gradient(180deg, #f3f5f8, #ffffff);
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 16px 0px #dae1ef;
}

.register-content .register-steps .step-item.active h4 {
  color: #1a75ff;
}

.register-content .register-steps .step-item h4 {
  color: #767676;
  font-size: 16px;
}

.register-content .register-steps .step-item p {
  color: #767676;
}

.register-content .register-form {
  margin-top: 30px;
  width: 65%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.register-content .register-form .regist-type {
  margin-top: 20px;
  color: #303133;
}

.register-content .register-form .regist-step-tow {
  display: flex;
  justify-content: center;
  width: 65%;
}

.register-content .register-form .regist-step-tow .step-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.register-content .register-form .regist-step-tow.step-two img {
  height: 80px;
  width: 80px;
}

.register-content .register-form .regist-step-tow .step-two p {
  margin-top: 20px;
  color: #767676;
  text-align: center;
}

.register-content .register-form .regist-step-tow .step-two p span {
  color: #1a75ff;
}

.register-content .register-form .regist-type .enterprise-step-one {
  margin-right: 140px;
}

.register-content .register-form .regist-type .el-radio {
  margin-right: 10px;
}

.register-content .register-form .step-btns {
  width: 65%;
  margin-left: 150px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.register-content .register-form .step-btns.two {
  justify-content: center;
  margin-left: 0;
}

.register-type {
  display: flex;
  align-items: center;
}

.register-type .type-label {
  margin-right: 10px;
}

.register-type .el-radio {
  margin-right: 10px;
}

.register-content .register-form .el-input__inner {
  height: 33px;
  width: 260px;
  line-height: 33px;
}

.register-content .register-form .el-form-item__label {
  color: #303133;
}

.register-content .register-form .el-form-item {
  margin-bottom: 12px;
}

.register-content .register-form .el-form-item__label {
  padding-right: 1px;
}

.el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.el-upload .upload-text {
  font-size: 13px;
  color: #909399;
  line-height: 25px;
}

.uploader-icon {
  padding-top: 0px;
  color: #909399;
}

.logo-img {
  width: 100px;
  height: 100px;
  display: block;
}

.logo-img1 {
  width: 100px;
  height: 100px;
  display: block;
  background: #f7f8fa;
  border: 1px solid #d8d8d8;
  margin-left: 8px;
}

.logo-img1 img {
  width: 100%;
  height: 100%;
}

.logo-img2 {
  width: 90px;
  height: 90px;
}

.logo-img2 img {
  width: 100%;
  height: 100%;
}

.file-list-upload {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.register-code-content {
  display: flex;
  align-items: center;
}

.register-code-content .el-input__inner {
  width: 160px !important;
}

.register-code-content .register-code {
  width: 100px;
  height: 30px;
}

.el-form-item__error {
  padding-top: 1px !important;
  top: 88% !important;
}

.el-dialog__footer {
  text-align: center !important;
}

.change-pass {
  margin-right: 50px;
}

.enterprise-error {
  top: 100% !important;
  padding-top: 3px !important;
}

.change-pass .el-form-item__error {
  top: 90% !important;
  padding-top: 3px !important;
}

.login-change-pass {
  width: 700px;
}

.adiut-form {
  margin-right: 85px;
}

.adiut-form .el-form-item__error {
  padding-top: 3px !important;
}

.scroll-wrapper {
  position: relative;
}

.scroll-wrapper .button {
  width: 58px;
  height: 9px;
  cursor: pointer;
  user-select: none;
}

.scroll-wrapper .btn-wrapper {
  width: 80px;
}

.scroll-wrapper .button-left {
  background: url('../images/arrow-left.png') no-repeat;
  position: absolute;
  left: -85px;
  top: 49%;
}

.scroll-wrapper .button-right {
  background: url('../images/arrow-right.png') no-repeat;
  position: absolute;
  right: -85px;
  top: 49%;
}

.scroll-wrapper .item-wrapper {
  width: 430px;
  background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 25px;
  box-shadow: 0px 10px 16px 0px #dae1ef;
}

.scroll-wrapper .item-wrapper .left {
  width: 120px;
  height: 120px;
}

.scroll-wrapper .item-wrapper .right {
  box-sizing: border-box;
  padding-left: 15px;
  flex: 0 0 65%;
  width: 65%;
}

.scroll-wrapper .item-wrapper .right .title {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  /* 正文色/正文色 */
  color: #303133;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.scroll-content-wrapper {
  margin: 0 10px;
  width: 100%;
}

.scroll-wrapper .item-wrapper .right .content {
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;
  /* 正文色/正文辅助色 */
  color: #909399;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.row-wrapper .logo-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  margin: 0 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  box-shadow: 0px 10px 16px 0px #dae1ef;
  cursor: pointer;
}

.row-wrapper .logo-wrapper .text {
  /* 16标准 */
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0em;
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 正文色/正文色 */
  color: #1a1a1a;
}

.row-wrapper .logo-wrapper .ime-wrapper {
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
}

.row-wrapper .logo-wrapper .ime-wrapper img {
  width: 100%;
  height: auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-grey {
  background-color: #c0c4cc;
}

.m10 {
  margin: 0 10px;
}

.h120 {
  height: 150px;
}

.w4xx {
  width: 430px;
}

.min-height {
  min-height: calc(100vh - 255px);
}

.personal-container {
  padding-top: 180px;
  background: #f5f7fa;
  min-height: calc(100vh - 35px);
}

.personal-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.personal-container .container .personal-content {
  background: #fff;
  margin: 25px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 15px 35px;
  min-height: 100%;
  width: 1170px;
}

.personal-container .container .personal-content .personal-info {
  padding: 15px 100px;
}

.personal-info .personal-title {
  color: #303133;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d8d8d8;
}

.personal-info .personl-field {
  padding: 15px 0;
  border-bottom: 1px dashed #d8d8d8;
}

.personal-info .personl-introduce {
  padding: 15px 0;
}

.personal-info .personl-introduce .introduce-info {
  padding: 15px 0;
}

.personal-info .personl-phorfile {
  padding: 15px 0;
  border-top: 1px dashed #d8d8d8;
}

.personal-info .personl-phorfile .phorfile-title h4 {
  font-size: 18px;
  color: #303133;
  font-weight: 600;
}

.personal-info .personl-phorfile .enterprise-file-list {
  margin-top: 15px;
}

.personal-info .personl-phorfile .enterprise-file-list .list-items {
  display: flex;
}

.enterprise-file-list .list-items .enterprise-file-item {
  padding-right: 15px;
}

.enterprise-file-list .list-items .enterprise-file-item p {
  margin-top: 5px;
  text-align: center;
  width: 85px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
}

/* 项目采集数据展示 */

.prejectcoll-cantioner {
  margin-top: 180px;
  min-height: calc(100vh - 103px);
  background: #f5f7fa;
}

/* 数据统计截止日期 */
.prejectcoll-cantioner .data-time {
  display: flex;
  align-items: center;
  padding-top: 25px;
}

.prejectcoll-cantioner .data-time i {
  color: #aaa;
  font-size: 16px;
}

.prejectcoll-cantioner .data-time p {
  margin: 0;
  margin-left: 8px;
  color: #767676;
}

/* 数字统计 */

.prejectcoll-cantioner .data-statistics {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prejectcoll-cantioner .data-statistics .statistics-item {
  width: 250px;
  height: 110px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 38px;
}

.prejectcoll-cantioner .data-statistics .statistics-item .item-img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 15px;
}

.prejectcoll-cantioner .data-statistics .statistics-item:nth-child(1) {
  background: linear-gradient(180deg, #3282f5 0%, #66a3fa 100%);
  box-shadow: 0px 10px 16px 0px rgba(50, 130, 245, 0.2);
}

.prejectcoll-cantioner .data-statistics .statistics-item:nth-child(2) {
  background: linear-gradient(180deg, #535feb 0%, #5a84ec 100%);
  box-shadow: 0px 10px 16px 0px rgba(83, 95, 235, 0.2);
}

.prejectcoll-cantioner .data-statistics .statistics-item:nth-child(3) {
  background: linear-gradient(180deg, #33c8a3 0%, #4adaa1 100%);
  box-shadow: 0px 10px 16px 0px rgba(51, 200, 163, 0.2);
}

.prejectcoll-cantioner .data-statistics .statistics-item:nth-child(4) {
  background: linear-gradient(180deg, #b432f4 0%, #da66fa 100%);
  box-shadow: 0px 10px 16px 0px rgba(180, 50, 244, 0.2);
}

.prejectcoll-cantioner .data-statistics .statistics-item:nth-child(5) {
  background: linear-gradient(180deg, #7453eb 0%, #857ce8 100%);
  box-shadow: 0px 10px 16px 0px rgba(116, 83, 235, 0.2);
}

.prejectcoll-cantioner .data-statistics .statistics-item .item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prejectcoll-cantioner .data-statistics .statistics-item .item-info h4 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

.prejectcoll-cantioner .data-statistics .statistics-item .item-info p {
  padding-top: 5px;
  margin: 0;
}

.college-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.college-container h4 {
  font-size: 17px;
}

.college-container h4::before {
  height: 2px;
  width: 34px;
}

.college-left {
  width: 658px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 284px;
}

.college-left .left-top,
.college-left .left-bottom {
  width: 658px;
  height: 132px;
  background: #fff;
  border-radius: 4px;
  padding: 12px;
}

.college-left .top-content {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.college-left .top-content .top-item {
  flex: 0 0 49%;
  width: 49%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.college-left .top-content .bottom-item {
  flex: 0 0 32.5%;
  width: 32.5%;
}

.college-left .top-content .top-item .top-item-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0eaff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.college-left .top-item .top-item-info {
  display: flex;
  flex-direction: column;
}

.college-left .top-item .top-item-info h4 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
}

.college-left .top-item .top-item-info p {
  padding-top: 0px;
  margin: 0;
  color: #767676;
}

.college-right {
  width: 658px;
  height: 284px;
  background: #fff;
  border-radius: 4px;
  padding: 12px;
}

.college-echart {
  margin-top: 10px;
}

.centerprise-container {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.centerprise-container .centerprise-item {
  width: 432px;
  border-radius: 4px;
  background: #f8fcff;
  padding: 12px;
  height: 290px;
}

.centerprise-container .centerprise-item:last-child {
  background: #fff;
}

.centerprise-container .centerprise-item h4 {
  font-size: 17px;
}

.centerprise-container .centerprise-item h4::before {
  height: 2px;
  width: 34px;
}

.centerprise-item .item-numb {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.centerprise-item .item-numb .numb-left,
.centerprise-item .item-numb .numb-right {
  flex: 0 0 49%;
  width: 49%;
  text-align: center;
}

.centerprise-item h4 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
}

.centerprise-item p {
  padding-top: 0px;
  margin: 0;
  color: #767676;
}

.centerprise-echarts {
  margin-top: 5px;
}

.centerprise-item .course-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.centerprise-item .course-content .course-item {
  width: 188px;
  height: 100px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f0f9ff;
  margin-bottom: 10px;
}

.centerprise-item .course-content .course-item:nth-child(2) {
  background: #edfaf9;
}

.centerprise-item .course-content .course-item:nth-child(3) {
  background: #fff8f8;
}

.centerprise-item .course-content .course-item:nth-child(4) {
  background: #f7f3ff;
}

.analyse-container {
  background: url(../images/pcbg.png) no-repeat center center;
  height: 550px;
  position: relative;
}

.analyse-container .analyse-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.analyse-container .analyse-content {
  padding: 20px 12px;
}

.about-map-container {
  background: #f5f7fa;
  padding-bottom: 15px;
}

.about-map-content img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 3px rgb(0, 0, 0, 0.1);
}

.content-animation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-animation .default-card {
  /*width: 401px;*/
  width: 380px;
  /*margin: 0 20px;*/
  background: #ffffff;

  box-sizing: border-box;
  /* 描边色/描边浅色 */
  border: 1px solid #d8d8d8;
  transition: all 0.35s ease-in-out 0.15s !important;
}

.content-animation .default-card:last-child {
  margin-right: 0px;
}

.content-animation .default-card .list-item-time{
	display: none;
}
/*.content-animation .default-card:hover {*/
/*  width: 680px;*/
/*  !*width: 100%;*!*/
/*  box-sizing: border-box;*/
/*  !* 描边色/描边浅色 *!*/
/*  border: 1px solid #d8d8d8;*/
/*  box-shadow: 0px 10px 16px 4px #d2dcf0;*/
/*}*/
.content-animation .active-card {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 10px 16px 4px #d2dcf0;
  /*width: 490px;*/
  width: 530px;
}

.content-animation .default-card .card-title {
  height: 68px;
  position: relative;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 22px;
  user-select: none;
  cursor: pointer;
}
.content-animation .active-card .card-title {
  font-weight: 700;
}
.content-animation .active-card .list-item-time {
  display: flex;
}
.f-24 {
  padding-right: 9px !important;
}

.f-24:last-child {
  padding-right: 15px !important;
}

.content-animation .default-card .card-title.bg-1 {
  background: url(../images/bg-l-1.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}

.content-animation .default-card .card-title.bg-2 {
  background: url(../images/bg-l-2.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}

.content-animation .default-card .card-title.bg-3 {
  background: url(../images/bg-l-3.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
}

.content-animation .default-card .card-content {
  padding: 10px 20px;
  min-height: 325px;
}

.content-animation .default-card .card-content .card-item {
  height: 60px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.content-animation .default-card .card-content .card-item .list-item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.35s ease-in-out 0.15s;
  color: #1a1a1a;
  font-size: 16px;
  max-width: 360px;
}

/*.content-animation*/
/*  .default-card:hover*/
/*  .card-content*/
/*  .card-item*/
/*  .list-item-title {*/
/*  max-width: 280px;*/
/*}*/

.content-animation .card-content .card-item .list-item-time {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-animation .default-card .card-content .card-item .list-item-time {
  min-width: 110px;
  transition: 1s;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none;
}

.content-animation .active-card .card-content .card-item .list-item-time {
  visibility: visible;
  display: flex;
  width: 120px;
  overflow: hidden;
}

.content-animation .default-card .card-content .card-item .list-item-time span {
  margin: 10px;
}

.content-animation .default-card .card-content .card-item:last-child {
  border-bottom: none;
}

.content-animation .default-card .card-content .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-animation .default-card .card-content .empty span {
  margin-top: 15px;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty span {
  margin-top: 15px;
}

.bg-blue {
  background-color: #3f7ad9;
}

.bg-pink {
  background-color: #e5afaa;
}

.bg-light {
  background-color: #94acd2;
}

.gutter-20 {
  padding-right: 24px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100%;
}

.gutter-20:last-child {
  padding-right: 0px !important;
}

.section-map {
  display: flex;
  align-items: center;
}

.section-map .left {
  width: 50%;
  height: 280px;
  padding: 40px 0px;
}

.section-map .right {
  height: 280px;
  width: 50%;
  background: url(../images/bg-map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}

.section-map .right .bg {
  padding: 40px;
  background: linear-gradient(90deg, #e3eeff 0%, rgba(240, 240, 240, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.section-map .right .bg .line {
  /* 16标准 */
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;

  /* 正文色/正文色 */
  color: #1a1a1a;
  margin-top: 20px;
}

.map-icon {
  position: absolute;
  left: 54%;
  top: 122px;
  width: 63px;
  height: 63px;
  opacity: 1;
  background: url(../images/icon-position.png);
}

.w80 {
  width: 110px;
}

.section-map .foot-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.section-map .foot-content .foot-item {
  flex: 0 0 40%;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  min-width: 165px;
  margin-right: 35px;
}

.link-card {
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(51, 200, 163, 0.2);
  cursor: pointer;
  user-select: none;
}

.link-card .title {
  font-family: 'YouSheBiaoTiHei', 'bth';
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;

  /* 纯白 */
  color: #ffffff;
}

.link-card .sub-title {
  /* 14标准 */
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;
  margin-top: 4px;

  /* 纯白 */
  color: #ffffff;
}

.bg-link-1 {
  color: #fff;
  background: url('../images/link-bg-1.png') no-repeat center right;
}

.bg-link-2 {
  color: #fff;
  background: url('../images/link-bg-2.png') no-repeat center right;
}

.bg-link-3 {
  color: #fff;
  background: url('../images/link-bg-3.png') no-repeat center right;
}

.bg-link-4 {
  color: #fff;
  background: url('../images/link-bg-4.png') no-repeat center right;
}

.more-link {
  display: block;
  background: #e7efff;
  box-sizing: border-box;
  border: 1px solid #1a75ff;
  padding: 5px 15px 5px 20px;
}

.big-title:before {
  bottom: -10px !important;
}

.news-list-item {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  color: #1a1a1a;
}

.scroll-img-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff8f8;
  width: 100%;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.8);

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 右侧悬浮导航 */

.right-menu {
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 40%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(56, 70, 93, 0.3);
}

.right-menu-content {
  background: #1a75ff;
  border-radius: 8px 0 0 8px;
  width: 104px;
  padding: 24px 24px 12px 24px;
}

.notice-menu-item {
  margin-top: 17px;
}
.right-menu-item {
  margin-top: 10px;
  border-bottom: 1px dashed #d8d8d8;
}
.notice-menu-item a,
.right-menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notice-menu-item:first-child,
.right-menu-item:first-child {
  margin-top: 0;
}
.notice-menu-item:last-child,
.right-menu-item:last-child {
  border: none;
}
.notice-menu-item .item-img {
  width: 40px;
  height: 40px;
}
.right-menu-item .item-img {
  width: 24px;
  height: 24px;
}
.notice-menu-item:first-child .item-img {
  background: url('../images/sc.png') center no-repeat;
}
.notice-menu-item:nth-child(2) {
  height: 0;
  opacity: 0;
  margin-top: 0;
  transition: opacity 0.3s;
  transition: height 0.3s;
  overflow: hidden;
}
.notice-menu-item:nth-child(2) .item-img {
  background: url('../images/goto.png') center no-repeat;
}
.notice-menu-item:first-child:hover .item-img {
  background: url('../images/scac.png') center no-repeat;
}
.notice-menu-item:nth-child(2):hover .item-img {
  background: url('../images/gotoac.png') center no-repeat;
}
.right-menu-item:first-child .item-img {
  background: url('../images/bg1.png') center no-repeat;
}
/* .right-menu-item:first-child:hover .item-img,
.right-menu-item:first-child.active .item-img {
  background: url('../images/bg1ac.png') center no-repeat;
} */
.right-menu-item:nth-child(2) .item-img {
  background: url('../images/bg2.png') center no-repeat;
}
/* .right-menu-item:nth-child(2):hover .item-img,
.right-menu-item:nth-child(2).active .item-img {
  background: url('../images/bg2ac.png') center no-repeat;
} */
.right-menu-item:nth-child(3) .item-img {
  background: url('../images/bg3.png') center no-repeat;
}
/* .right-menu-item:nth-child(3):hover .item-img,
.right-menu-item:nth-child(3).active .item-img {
  background: url('../images/bg3ac.png') center no-repeat;
} */
.notice-menu-item:hover p {
  color: #1a75ff;
}
.notice-menu-item p {
  text-align: center;
  margin-top: 8px;
  color: #767676;
  line-height: 1.5;
}
.right-menu-item p {
  text-align: center;
  margin-top: 8px;
  color: #fff;
  line-height: 1.5;
}
.go-top {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto;
  position: fixed;
  right: 54px;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.go-top .top-img {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* 新闻专题 */
.news-theame-wrapper {
  width: 100%;
  background: #fff url(images/main-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

.title-wrapper-news-theame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-top: 40px;
}
.more-link {
  padding: 3px 10px 3px 15px;
}

.news-theame-wrapper .content-wrapper {
  width: 100%;
  margin: 20px 0;
}

.news-theame-wrapper .content-wrapper .news-list {
  height: 350px;
}

.news-theame-wrapper .content-wrapper .news-list .list-item {
  height: 60px;
}
.news-theame-wrapper
  .content-wrapper
  .news-list
  .list-item:hover
  .list-item-title {
  font-weight: 700;
}
 /*替换layui*/
 .layui-tab-brief>.layui-tab-title .layui-this:after{
	 border-bottom:none !important;
	 
 }
 .layui-tab-brief>.layui-tab-title .layui-this{
	 background:unset !important;
	 color:#4e85e5 !important;
 }
 .layui-tab-title{
	 background:unset !important;
 }
 .layui-badge{
	 font-size: 14px !important;
	 line-height:26px !important;
	 height:26px !important;
 }
 .layui-tab-bar{
	 top: 10px !important;
 }
 .layui-table td{
	 white-space: unset !important;
 }
 
 
 /*岗位*/
.position-list{
	width: 100%;
    height: 155px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 13px;
    box-shadow: 0 1px 9px 0 rgba(3, 0, 0, .05);
}
.position-box{
    padding: 24px;
    box-sizing: border-box;
}
.position-title{
	font-size: 18px;
    color: #373737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.position-type{
 
}
.position-bottom{
	height: 49px;
    background: #f8f8f7;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #979797;
}
.position-bottom img{
	width: 28px;
    height: 27px;
    background: #fff;
    border-radius: 5px;
    margin-right: 8px;
}
 .enterprises-heat{
	background: #fbfbfb;
	box-shadow: 0 1px 9px 0 rgba(3, 0, 0, .05);
 }
 .enterprises-box{
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
    padding-left:16px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #ebebeb;
 }
 
 /*入驻*/
 .logo-list{
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top:30px;
 }
 .logo-item{
	width: 18.5%;
	padding-top:20px;
 }
 .logo-img{
	width: 100%;
    height: 142px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 6px 1px rgba(164, 160, 160, .138);
 }
 .logo-img img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
	padding:10px;
 }
 .logo-title{
	font-size: 16px;
	color: #666;
	padding-top:20px;
	line-height:20px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 }
 
 /* 库 */
 .reserve-type{
	display:flex;
	align-items: center;
	justify-content: space-between;
 }
  .reserve-box{
	border:1px solid #ffffff00;
    border-radius: 4px;
  }
 .reserve-box.active,
 .reserve-box:hover{
	 border:1px solid #1a75ff;
	 background: #fff;
 }
 .reserve-title{
	font-size:16px;
	text-align:center;
 }
 .table-filter td span {
    padding: 2px 8px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 2px;   
    line-height: 2;
    display: inline-block;
}
.table-filter td span.active {
    background-color: #3068ca;
    color: #fff;
}
.layui-table tbody tr:hover{
	background:#ffffff00 !important;
}

.reserve-list{
	display:flex;
    flex-wrap: wrap;
	margin: 10px -10px; 
 }
 .reserve-item{
	width: 25%;
	padding: 10px;
 }
 .reserve-left{
	 margin-right:10px;
 }
 .reserve-left img{
	 width:60px;
	 height:60px;
 }
 .reserve-right{
	overflow: hidden;
 }
 .reserve-item-title{
	font-size: 16px;
	line-height:2;
	font-weight:600;
	line-height:20px;
	margin-bottom:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 }
 .reserve-item-content{
	line-height:2;
	color:#8f8d8d;
    color: #8f8d8d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .reserve-right .reserve-item-content{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 }
 .reserve-item-content span{
	color:black;
	padding-left:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 }
 .reserve-status .layui-badge{
	font-size: 12px !important;	
    line-height: 20px !important;
    height: 20px !important;
 }
 .reserve-status{
	 padding:10px 20px 10px;
	 border-top:1px solid #eee;
 }
 
 /*详情*/
 
 .detail-top{
	 background:#fff;
	 margin-top:20px;
	padding-top:20px;
 }
 .detail-top-top{
	width: 190px;
    min-width: 16px;
    height: 40px;
    min-height: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    margin: 5px 0px 0px;
 }
 .detail-top-title{
	 overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    text-align: center;
    width: 100%;
	color: #fff;
    font-size: 20px;
	position: relative;
	z-index:999;
 }
 .detail-top-bg{
	bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
	border-image: none 100% / 1 / 0 stretch;
	background: url(../images/title.png) center center / contain no-repeat;
 }
 .detail-box{
	 padding:20px 30px;
 }
 .detail-box-title{
	line-height: 2;
    text-align: left;
	font-weight: bold;
	font-size: 19px;
    width: 100%;
 }
 .detail-content{
	 background:#fff;
	 margin-top:30px;
	 margin-bottom:30px;
 }
 .detail-content .layui-tab-title li{
	padding: 0 45px !important;
    margin:0 !important;
	font-size: 16px;
 }
 .detail-content .layui-tab-title{
	height: 47px;
    padding-top: 0;
 }
 .detail-content .layui-tab-title .layui-this{
	border-bottom: 3px solid #4e85e5;
 }
 .detail-content-text{
	 padding:20px 60px;
	 line-height:1.5;
	 font-size:15px;
	 min-height:150px;
 }
 
 .alliance-before{
	padding-top: 20px;
	padding-bottom: 10px;
    font-weight: 600;
	font-size: 20px;
	position: relative;
 }
 
 .alliance-before:before {
    content: '';
    height: 3px;
    left: 0;
    background: #1a75ff;
    display: block;
    position: absolute;
    width: 50%;
    bottom: 0px;
}
 .alliance{
	 padding:20px 15px;
    background: #F6F9FF;
	border-radius:5px;
	 text-align:center;
	 margin-top:20px;
	 min-height:380px;
 }
 .alliance-title{
	 font-size:16px;
	 font-weight:600;
	 padding:20px 0 15px;
 }
 .alliance-content{
	 color:#666;
	 text-align:left;
	 font-size:15px;
	 padding-bottom:20px;
 }
 .alliance-box{
	padding:20px 15px;
    background: #F6F9FF;
	border-radius:5px;
	margin-top:20px;
	display:flex;
    align-items: center;
 }
 .alliance-left{
	 padding-left:40px;
	 padding-right:60px;
	 font-size:16px;
 }
 .alliance-left-title{
	 font-size:16px;
	 font-weight:600;
	 padding-bottom:10px;
 }
 .alliance-left-content{
	 color:#666;
	 text-align:left;
	 font-size:15px;
	 
 }
 
.demand-banner{
	background-image: url(../images/banner.png);
}

 .demand-inner{
	width: 1340px;
	margin: 100px auto;
 }
 .demand-title{
	 font-size:38px;
	 color:#fff;
	 font-weight:600;
	 padding-bottom:30px;
 }
 .demand-input{
	 height:40px;
	 width:350px;
	 position:relative;
 }
 .demand-icon{
	 position:absolute;
	 top:15px;
	 right:10px;
	 color:#666;
	 font-size:20px !important;
 }
 .demand-button{
	 margin-left:20px !important;
	 height:50px !important;
	 padding:0 30px !important;
	 border-radius:5px !important;
 }