/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-tabs {
  margin-bottom: 16px;
  background-color: #fff;
}
.main-tabs ul li {
  position: relative;
  float: left;
  width: 20%;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.main-tabs ul li::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  height: 2px;
  background-color: #2d5acd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
}
.main-tabs ul li:nth-child(1) span {
  background-image: url('../images/icon2.png');
}
.main-tabs ul li:nth-child(2) span {
  background-image: url('../images/icon3.png');
}
.main-tabs ul li:nth-child(3) span {
  background-image: url('../images/icon4.png');
}
.main-tabs ul li:nth-child(4) span {
  background-image: url('../images/icon5.png');
}
.main-tabs ul li:nth-child(5) span {
  background-image: url('../images/icon6.png');
}
.main-tabs ul li.active::after {
  bottom: 0;
}
.main-tabs ul li span {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  padding-left: 36px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left center;
}
.main-list ul {
  margin-right: -16px;
}
.main-list ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 16px 16px 0;
}
.main-list ul li .item {
  display: block;
  padding: 20px 20px 16px;
  background-color: #fff;
}
.main-list ul li .item .bd {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.main-list ul li .item .bd h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: normal;
}
.main-list ul li .item .bd h3 span {
  color: #dc544e;
}
.main-list ul li .item .bd p {
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.main-list ul li .item .ft {
  line-height: 33px;
  font-size: 13px;
  color: #848a91;
}
.main-list ul li .item .ft .location {
  padding-left: 15px;
  background: url('../images/icon7.png') no-repeat left center;
}
.main-list ul li .item .ft .company img {
  float: left;
  width: 32px;
  margin-right: 9px;
}
.main-list ul li .item .desc {
  margin-bottom: 20px;
}
.main-list ul li .item .desc .pic {
  width: 46px;
  margin-right: 13px;
}
.main-list ul li .item .desc .pic img {
  display: block;
  width: 100%;
}
.main-list ul li .item .desc h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: normal;
}
.main-list ul li .item .desc p {
  margin: 0;
  font-size: 13px;
  color: #848a91;
}
.main-list ul li .item .post {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
}
.main-list ul li .item .post h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: normal;
}
.main-list ul li .item .post h3 span {
  color: #dc544e;
}
.main-list ul li .item .post .tags span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  padding: 0 15px;
  font-size: 13px;
  color: #848a91;
  background-color: #f8f9fa;
}
.main-list ul li .item .post .tags span + span {
  margin-left: 8px;
}
.read-more {
  margin-top: 28px;
  text-align: center;
}
.read-more a {
  display: inline-block;
  width: 390px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
  background-color: #2d5acd;
}
.main-title {
  line-height: 40px;
  margin: 50px 0 34px;
  text-align: center;
}
.main-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 96px;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
}
.main-title h3::before,
.main-title h3::after {
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ccc;
  content: '';
}
.main-title h3::before {
  right: 50%;
  left: 0;
}
.main-title h3::after {
  right: 0;
  left: 50%;
}
.main-title h3 span {
  position: relative;
  z-index: 3;
  padding: 0 16px;
  font-size: 24px;
  background-color: #f4f5f6;
}
.main-post {
  padding: 22px 0;
  background-color: #fff;
}
.main-post .tabs {
  width: 248px;
  margin-right: 44px;
}
.main-post .tabs li {
  height: 49px;
  line-height: 49px;
  overflow: hidden;
  padding: 0 30px;
  font-size: 15px;
  cursor: pointer;
}
.main-post .tabs li.active {
  color: #2d5acd;
  background-color: #f4f7fe;
}
.main-post .content {
  overflow: hidden;
}
.main-post .content h3 {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.main-post .content h3:not(:first-child) {
  margin-top: 40px;
}
.main-post .content p {
  line-height: 34px;
  margin: 0;
  font-size: 14px;
}
.main-post .content p a {
  color: #848a91;
}
.main-post .content p a + a {
  margin-left: 32px;
}
.main-list .company {
  width: 240px;
  overflow: hidden;
  height: 33px;
}
.box-panle .box-left{
  float: left;
  margin-top: 170px;
}
.box-left .panle{
  padding: 10px 0;
}
.box-left .panle .liner{
  width: 60%;
  padding-left: 45px;
  background: -webkit-linear-gradient(left, #fff, #0080cc );
	background: -moz-linear-gradient(left, #fff, #0080cc);
  background: linear-gradient(left, #fff, #0080cc);
}
.box-left .panle .liner h1{
  margin: 0;
  padding: 15px 0;
  font-weight: bold;
  color: #1f67ca;
  font-size: 26px;
}
.box-left .panle .desc{
  padding-left: 45px;
  padding-right: 136px;
  padding-top: 20px;
  padding-bottom: 29px;
  line-height: 1.8;
  font-size: 14px;
}
.box-left .panle .desc .p1{
  margin-bottom: 10px;
}
.box-left .panle .btns{
  padding-left: 0;
}
.box-left .panle .btns .link{
  font-family: SourceHanSansCN-Medium;
  width: 165px;
  height: 50px;
  line-height: 50px;
  margin-right: 32px;
  margin-bottom: 20px;
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
  text-align: center;
  color:#fff;
  display: inline-block;
  border-radius: 3px;
  background-image: linear-gradient(0deg, 
		#2d5acd 0%, 
		#4676ef 100%);
}
.box-left .panle .btns .link:hover{
  background-image: linear-gradient(0deg, #4676ef 0%, #5884f3 100%);
}
.main-banner {
  padding: 0;
  background: url('../images/bg1-2.png') no-repeat center top;
  height: 385px;
}
.main-search .container .box-left .search .submit{
  width: 160px;
  background-image: linear-gradient(0deg, 
		#224fc2 0%, 
		#5c97e7 100%);
}
.main-search .container .box-left .keywords{
  font-size: 14px;
	font-weight: normal;
  color: #848a91;
  padding-bottom:10px;
}
.main-search .container .box-left .keywords a{
  color: #848a91;
}
.main-banner .box-right{
  float: right;
}
.main-banner .box-right .cardbox{
  width: 285px;
  height: 326px;
  margin-top: 26px;
  padding: 18px 15px 14px;
	background-color: #ffffff;
}
.main-banner .box-right .cardbox .avatar{
  width: 85px;
	height: 85px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.main-banner .box-right .cardbox .avatar img{
  max-width: 100%;
}
.main-banner .cardbox .info{
  font-size: 15px;
  margin-bottom: 10px;
}
.main-banner .cardbox .info ul li{
  line-height: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.main-banner .cardbox .info ul li p{
  color: #303030;
}
.main-banner .cardbox .info ul li p span{
  color:#c1c5c8;
  padding-right:10px;
}
.main-banner .cardbox .iconbox{
  text-align: center;
  position: relative;
  margin-top:22px;
}
.main-banner .cardbox .iconbox .tiger{
  cursor: pointer;
  padding: 0 3px;
}
.main-banner .cardbox .iconbox .tiger .icons{
  width: 36px;
  height: 36px;
}
.main-banner .cardbox .iconbox .qrfloat{
  position: absolute;
  top: 40px;
  left:50%;
  margin-left: -75px;
  width: 150px;
  z-index: 998;
  display: none;
}
.main-banner .cardbox .iconbox .qrfloat img{
  width: 100%;
}
.main-banner .cardbox .flexbox{
  display: flex; 
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.main-banner .cardbox .flexbox .flex-item{
  padding: 10px;
  flex: 1 1 33.33%;
  position: relative;
}
.main-banner .cardbox .flexbox .flex-item .icons{
  width: 36px;
  height: 36px;
}
.main-banner .cardbox .flexbox .flex-item img:hover{
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 4px solid #e2e2e2;
  transform: scale(1.5);
}
.main-banner .cardbox .flexbox .flex-item p{
  text-align: center;
  font-size: 12px;
  line-height:24px;
  background-color: #eaeaea;
}
.main-search{
  margin-top: 36px;
}
.main-search .container .search{
  width: 840px;
  box-shadow: 0px 8px 24px 0px 
		rgba(28, 40, 75, 0.16);
}
.main-search .container .keywords {
  margin-top: 20px;
  font-size: 14px;
  color: #848a91;
  padding-bottom: 30px;
}
.main-search .container .keywords a{
  color: #777b7e;
}
.main .index-ads{
  margin-bottom: 10px;
}
.main .index-ads .swiper-slide img{
  width: 290px;
  height: 160px;
}
.index-ads .index-ads-pagination{
  position: static;
  padding: 30px 0;
}
.index-ads .swiper-pagination-bullet{
  height: 6px;
  border-radius:unset;
}
.index-ads .swiper-pagination-bullet-active{
  width: 20px;
  background:#2d5acd;
}
.layout7{
  padding: 30px;
  width: 420px;
  height: 230px;
}
.layout7 p{
  font-size: 14px;
  line-height: 24px;
}
.layout7 a{
  color:#54a349;
  text-decoration: underline;
}