/*
 * @Author: shu binqi 
 * @Date: 2020-02-13 10:26:22 
 * @Last Modified by: Shu Binqi
 * @Last Modified time: 2021-06-22 15:24:56
 */
@font-face {
  font-family: Montserrat;
  src: url(/web/css/Montserrat-SemiBold.pfb.ttf)
}
@font-face {
  font-family: Roboto;
  src: url(/web/css/roboto/Roboto-Regular.ttf)
}
@font-face {
	font-family:"socialshare";
	src:url("/web/fonts/iconfont.eot");
	src:url("/web/fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("/web/fonts/iconfont.woff") format("woff"),url("/web/fonts/iconfont.ttf") format("truetype"),url("/web/fonts/iconfont.svg#iconfont") format("svg")
}

/* 登录弹窗 */
.model-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 998;
}
.page-login.active,
.model-bg.active {
    visibility: inherit;
    opacity: 1;
}

/* .remove-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 998;
}
.remove-move{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 100%;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.remove-move.active{
  visibility: inherit;
    opacity: 1;
}
.remove-move.active,
.remove-bg.active {
    visibility: inherit;
    opacity: 1;
}
.remover-box{
  width: 450px;
  padding: 30px 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.remover-box h2{
  font-size: 23px;
  color: #c2c2c2;
}
.remover-box a{
  width: 370px;
  height: 47px;
  display: inline-block;
  color: #fff;
  background: #253144;
  border: 1px solid #E1E1E1;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  margin-top: 25px;
} */
.page-login {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 100%;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.login-form {
    width: 450px;
    padding: 30px 40px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login-form .logo img {
    height: 46px;
    display: block;
    margin: 0 auto 20px auto;
}
.login-form .login-control {
    margin-bottom: 20px;
}
.login-form input {
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    color: #333;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 0 15px;
}
.login-form input::placeholder {
    font-size: 16px !important;
    color: #c6c6c6 !important;
}
.login-form button {
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    background: #253144;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    cursor: pointer;
}
.login-form .list-group-item{
  border: inherit;
  display:flex;
  padding:0;
}
.login-form .list-group-item input{
  height: auto;
  box-shadow: inherit;
  margin-right:10px;
}
.login-form .list-group-item img{
  height:100%;
}
/* 登录弹窗 */
.social-share {
	font-family:"socialshare" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale
}
.tac {
    text-align: center;
}
#share1 a {
  margin: 0 0 0 5px;
}
.social-share * {
	font-family:"socialshare" !important
}
.social-share .icon-tencent:before {
	content:"\f07a"
}
.social-share .icon-qq:before {
	content:"\f11a"
}
.social-share .icon-weibo:before {
  content:"";
  background: url(../images/wb.png) !important;
  width: 30px;
  height: 30px;
  display: block;
}
.social-share .icon-wechat:before {
	content:"\f09a"
}
.social-share .icon-douban:before {
	content:"\f10a"
}
.social-share .icon-heart:before {
	content:"\f20a"
}
.social-share .icon-like:before {
	content:"\f00a"
}
.social-share .icon-qzone:before {
	content:"\f08a"
}
.social-share .icon-linkedin:before {
  content:"";
  background: url(../images/in.png) !important;
  width: 30px;
  height: 30px;
  display: block;
}
.social-share .icon-diandian:before {
	content:"\f05a"
}
.social-share .icon-facebook:before {
  content:"";
  background: url(../images/facebook.png) !important;
  width: 30px;
  height: 30px;
  display: block;
}
.social-share .icon-google:before {
	content:"\f04a"
}
.social-share .icon-twitter:before {
  content:"";
  background: url(../images/twitter.png) !important;
  width: 30px;
  height: 30px;
  display: block;
}
.social-share a {
	position:relative;
	text-decoration:none;
	margin:4px;
	display:inline-block;
	outline:none
}
.social-share .social-share-icon {
	position:relative;
	display:inline-block;
	width:32px;
	height:32px;
	font-size:20px;
	border-radius:50%;
	line-height:32px;
	border:0;
	color:#666;
	text-align:center;
	vertical-align:middle;
	transition:background 0.6s ease-out 0s;
  padding: 1px;
}
.social-share .social-share-icon:hover {
	background:#666;
  color:#fff;
  padding: 1px;
}
.social-share .icon-weibo {
	color:#ff763b;
	border-color:#ff763b
}
.social-share .icon-tencent {
	color:#56b6e7;
	border-color:#56b6e7
}
.social-share .icon-tencent:hover {
	background:#56b6e7
}
.social-share .icon-qq {
	color:#56b6e7;
	border-color:#56b6e7
}
.social-share .icon-qq:hover {
	background:#56b6e7
}
.social-share .icon-qzone {
	color:#FDBE3D;
	border-color:#FDBE3D
}
.social-share .icon-qzone:hover {
	background:#FDBE3D
}
.social-share .icon-douban {
	color:#33b045;
	border-color:#33b045
}
.social-share .icon-douban:hover {
	background:#33b045
}
.social-share .icon-linkedin {
	color:#0077B5;
	border-color:#0077B5
}
.social-share .icon-facebook {
	color:#44619D;
	border-color:#44619D
}
.social-share .icon-google {
	color:#db4437;
	border-color:#db4437
}
.social-share .icon-google:hover {
	background:#db4437
}
.social-share .icon-twitter {
	color:#55acee;
	border-color:#55acee
}
.social-share .icon-diandian {
	color:#307DCA;
	border-color:#307DCA
}
.social-share .icon-diandian:hover {
	background:#307DCA
}
.social-share .icon-wechat {
	position:relative;
	color:#7bc549;
	border-color:#7bc549
}
.social-share .icon-wechat:hover {
	background:#7bc549
}
.social-share .icon-wechat .wechat-qrcode {
	display:none;
	border:1px solid #eee;
	position:absolute;
	z-index:9;
	top:-205px;
	left:-84px;
	width:200px;
	height:192px;
	color:#666;
	font-size:12px;
	text-align:center;
	background-color:#fff;
	box-shadow:0 2px 10px #aaa;
	transition:all 200ms;
	-webkit-tansition:all 350ms;
	-moz-transition:all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
	top:40px;
	left:-84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display:none
}
.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight:normal;
	height:26px;
	line-height:26px;
	font-size:12px;
	background-color:#f3f3f3;
	margin:0;
	padding:0;
	color:#777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
	width:105px;
	margin:10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin:0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight:normal;
	line-height:16px;
	padding:0;
	margin:0
}
.social-share .icon-wechat .wechat-qrcode:after {
	content:'';
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:-13px;
	width:0;
	height:0;
	border-width:8px 6px 6px 6px;
	border-style:solid;
	border-color:#fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display:block
}

/* ------- INDEX e n d ------ */
.container{
  width: 1200px;
  margin: 0 auto;
}
a:focus {
  outline: none;
}
.ss{
  position: absolute;
  right: 0px;
  top: 19px;
}
.ss input[type="text"]{
  /*width: 180px;*/
  height: 40px;
  border-radius: 30px;

  background-color: transparent;
  transition: all 0.5s;
  width: 0px;
  border: none;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  padding-right: 45px;
}
.ss input[type="submit"]{
  width: 22px;
  height: 40px;
  background: url("../images/ss.png") no-repeat center center;
  background-size: contain;
  border: none;
  position: absolute;
  right: 5px;
  top: 0px;
}
.nav .container{
  position: relative;
}
.ss:hover  input[type="text"]{
  width: 180px;
  border: 1px solid #fff;
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li{
  width: 12px;
  height:12px;
  background:#253144;
  margin: 0 15px;
  border-radius:6px;
  transition: all .5s;
}
.carousel-indicators li.active {
  width:34px;
  height:12px;
  background:#253144;
  border-radius:6px;
  margin: 0 15px;
}
.index-new-left{
  /* width: 511px; */
  position: relative;
}
.index-new ul li:nth-child(odd) .index-new-left img{
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: -1;
}
.index-new ul li:nth-child(even) .index-new-left img {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
}
.index-new ul li:nth-child(odd) .index-new-right a {
  width: 120%;
  display: block;
  overflow: hidden;
}
.index-new ul li:nth-child(even) .index-new-right a {
  width: 120%;
  display: block;
  overflow: hidden;
  margin-left: -20%;
}
.index-new-right img {
  display: block;
  transition: all .5s;
}
.index-new-right img:hover {
  transform: scale(1.1);
}
.index-new-right {
  position: relative;
}
.index-new ul li{
  position: relative;
  /* height: 416px; */
  margin-top: 100px;
}
.index-new ul li .container{
  position: relative;
}
.index-new ul li:nth-child(odd) .index-new-right:after{
  /*content: "";*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*/!*background:rgba(248,250,255,1);*!/*/
  /*left: -50px;*/
  /*top: 50px;*/
  /*z-index: -1;*/
}
.index-new ul li:nth-child(even) .index-new-right:after{
  /*content: "";*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background:rgba(248,250,255,1);*/
  /*right: -50px;*/
  /*top: 50px;*/
  /*z-index: -1;*/
}
img{
  max-width: 100%;
}
/*.index-new ul li:nth-child(odd) .index-new-left{*/
  /*float: left;*/
/*}*/
.index-about {
    padding-top: 120px;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
}
.index-about-info {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}
.index-about-info .item-img {
    padding: 40px;
    border: 1px solid #e9e9e9;
    margin-right: 50px;
    flex: none;
}
.index-about-info .item-img img {
    width: 170px;
}
.index-about-info .item-info {
    font-size: 18px;
    line-height: 35px;
    margin-top: -8px;
    font-family: Roboto-Regular, Roboto;
    color: #777a81;
}
.index-join {
    background: #fff;
    padding-bottom: 60px;
}
.index-join .index-box-top h2 {
    text-align: center;
    margin-bottom: 60px;
}
.index-join .contact-us-right {
    max-width: 760px;
    display: block;
    margin: 0 auto;
}
.index-new ul li:nth-child(odd) .index-new-right{
  padding-left: 30px;
  padding-right: 15px;
}
.index-new ul li:nth-child(odd) .index-new-left{
  padding-right: 45px;
  /* padding-left: 15px; */
}
.index-new ul li:nth-child(odd) .index-new-right:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F8FAFF;
  position: absolute;
  left: 0px;
  bottom: -30px;
  z-index: -1;
}
.index-new ul li:nth-child(even) .index-new-left{
  float: right;
  padding-left: 45px;
  /* padding-right: 15px; */
}
.index-new ul li:nth-child(even) .index-new-right{
  padding-right: 30px;
  padding-left: 15px;
}
.index-new ul li:nth-child(even) .index-new-right:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F8FAFF;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: -1;
}
.index-new-left h2{
  font-size:14px;
  font-family:roboto;
  color:#9FA8B9;
  line-height:16px;
  margin-bottom: 18px;
}
.index-new-left b{
  width:26px;
  height:2px;
  background:#9FA8B9;
  display: block;
}
.index-new-left h3,
.index-new-left h3 a {
  display: block;
  font-size:20px;
  font-family: Montserrat;
  color:#384861;
  line-height:30px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.index-new-left h3 a:hover {
  color: #358fc6;
}
.index-new-left p{
  font-size:18px;
  font-family: Roboto;
  color:#647288;
  line-height:35px;
  text-align: justify;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.index-more{
  text-align: center;
  margin: 80px 0;
}
.index-more a{
  display: inline-block;
  width:215px;
  height:56px;
  border:1px solid #253144;
  text-align: center;
  line-height: 56px;
  color: #253144;
  font-size: 16px;
  font-weight: bold;
  font-family: Montserrat;
  transition: all 0.5s;
}
.index-more a i{
  width: 20px;
  height: 10px;
  background: url(../images/icon-4.png) no-repeat;
  margin-left: 10px;
  transition: all 0.5s;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
.index-more a:hover{
  background-color: #253144;
  border:1px solid #253144;
  color: #fff;
}
.index-more a:hover i{
  background: url("../images/icon-5.png") no-repeat;
  background-size: contain;
  transform:translateX(10px);
}
.index-what{
  background-color: #fff;
  padding-top: 29px;
  padding-bottom: 115px;
}
.index-what-li ul{
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index-what-li ul li{
  float: left;
  width: 30%;
  padding: 0 15px;
  text-align: center;
  margin-top: 95px;
}
.index-what-title h2{
  font-size: 44px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
  text-align: center;
  margin-bottom: 24px;
}
.index-what-title h3{
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  text-align: center;
}
.index-what-li ul li h4{
  font-size: 16px;
  font-family: Montserrat;
  color: #253144;
  line-height: 23px;
  margin-top: 12px;
  margin-bottom: 15px;
}
.index-what-li ul li p{
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 27px;
}
.index-what-li ul li img {
  transition: all .5s;
}
.index-what-li ul li:hover img {
  transform: translateY(15px);
}
.index-box {
    background: #f5f7f9;
    padding-bottom: 90px;
}
.index-box-top h2{
  font-size:44px;
  font-family: Montserrat;
  color:#253144;
  line-height:55px;
  margin-top: 100px;
  font-weight: bold;
}
.index-box-top h3 {
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  text-align: center;
  margin-top: 20px;
}
.more{
  float: right;
  width:215px;
  height:56px;
  background:#253144;
  font-size: 16px;
  font-family: Montserrat;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
  line-height: 56px;
  margin-top: -64px;
}
.more i{
  width: 20px;
  height: 8px;
  background: url("../images/icon-5.png") no-repeat;
  background-size: contain;
  margin-left: 10px;
  transition: all 0.5s;
  display: inline-block;
}
.more.page {
    display: block;
    float: inherit;
    margin-top: 20px;
}
.index-box-top .more:hover i{
  background: url("../images/icon-4.png") no-repeat;
  background-size: contain;
}
.index-box-top .more:hover{
  /* border: 1px solid #253144; */
  color: #253144;
  background: transparent;
  box-shadow: 0  0 8px rgba(0, 0, 0, 0.2);
}
.index-box-li ul{
  margin-right: -12px;
  margin-left: -12px;
  display: flex;
  flex-direction: column;
  width: 72%;
}
.index-box-li{
    display: flex;
    margin-top: 33px;
}
.index-box-li ul li{
  /*float: left;*/
  /*width: 33.33%;*/
  padding:0 12px;
  /*margin: 64px 0 140px 0;*/
  margin-bottom: 28px;
}
.index-box-li ul li a{
 display: flex;
}
.index-box-li ul li a>.text{
 flex: 1;
 background: #fff;
 padding: 25px;
}
.index-box-li ul li img{
  display: block;
  max-width: 258px;
  height: 100%;
  /* height: 248px; */
  transition: all 0.5s;
}
.index-box-li ul li .img{
    width: fit-content;
  /* height: 248px; */
      min-height: 172px;
  overflow: hidden;
}
.index-box-li ul li:hover img{
  transform: scale(1.1);
}
.index-box-li ul li:hover p {
  color: #358fc6;
}
.index-box-li ul li h2{
  font-size: 12px;
  font-family: Roboto;
  color: #9FA8B9;
  line-height: 14px;
  margin-top: 24px;
}
.index-box-li ul li p{
  font-size: 16px;
  font-family: Montserrat;
  color: #253144;
  line-height: 23px;
  /*margin: 24px 0 40px 0;*/
  margin-bottom: 22px;
  display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2; /* 行数 */
    -webkit-box-orient: vertical;
}
.index-box-li ul li h3{
  font-size: 12px;
  font-family: Roboto;
  color: #253144;
}
.index-box-li ul li h3 span{
  font-size: 12px;
  font-family: Roboto;
  color: #647288;
}

.timeline-Widget {
    margin-left: 45px;
    max-height: 573px;
    overflow-y: auto!important;
    border-radius: 5px;
}
.index-our-in a{
  float: none;
  font-family: Montserrat;
  display: inline-block;
  margin-top: 60px;
  border: 1px solid #fff;
}
.index-our-in a:hover{
  background-color: #fff;
  color: #253144;
}
.index-our-in a:hover i{
  background: url("../images/icon-4.png") no-repeat;
  background-size: contain;
}
.index-our-in h2{
  font-size:44px;
  font-weight: 700;
  font-family: Montserrat;
  color:#fff;
  line-height:55px;
  margin-bottom: 45px;
}
.index-our-in p{
  font-size: 18px;
  font-family: Montserrat;
  color: #fff;
  line-height: 35px;
  text-align: justify;
  font-weight: 400;
}
.index-our-info{
  width: 100%;
  padding: 0 110px;
}
.index-our-in{
  width: 50%;
}
.index-our{
  background-color: #253144;
  height: 745px;
  position: relative;
  padding-top: 125px;
}
.index-our-img{
  width: 50%;
  height: 745px;
  background: url("../images/icon-14.png") no-repeat center center;
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: cover;
}
.index-logo-title h2{
  font-size: 44px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
  text-align: center;
  margin-top: 140px;
}
.index-logo-title h3{
  font-size: 14px;
  font-family: Montserrat;
  color: #647288;
  line-height: 16px;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 110px;
}
.index-logo-li ul li{
  float: left;
  text-align: center;
  /* border: 1px solid #f2f2f2; */
  width: 16.6666%;
  /* border-top: none;
  border-left: none; */
  height: 120px;
}
.index-logo-li ul li:nth-child(1),
.index-logo-li ul li:nth-child(2),
.index-logo-li ul li:nth-child(3),
.index-logo-li ul li:nth-child(4),
.index-logo-li ul li:nth-child(5) {
  border-top: 0 !important;
  border-left: 1px solid #f2f2f2;
}
.index-logo-li ul li:nth-child(6) {
  border-top: 0 !important;
}
.index-logo-li ul li:nth-child(6n-5) {
  border-left: 0 !important;
}
.index-logo-li ul li:nth-child(6n),
.index-logo-li ul li:nth-child(6n-2),
.index-logo-li ul li:nth-child(6n-3),
.index-logo-li ul li:nth-child(6n-4),
.index-logo-li ul li:nth-child(6n-5),
.index-logo-li ul li:nth-child(6n-1) {
  padding-top: 20px;
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}

/* .index-logo-li ul li:nth-child(13),
.index-logo-li ul li:nth-child(6n){
  border-right: none;
}
.index-logo-li ul li:nth-child(13),
.index-logo-li ul li:nth-child(8),
.index-logo-li ul li:nth-child(9),
.index-logo-li ul li:nth-child(10),
.index-logo-li ul li:nth-child(11),
.index-logo-li ul li:nth-child(12){
  border-bottom: none;
  padding-top: 20px;
} */
.index-logo-li ul li a img:not(:hover) {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
.index-logo-li{
  margin-bottom: 143px;
}
.foot{
  background-color: #253144;
  padding-top: 89px;
  padding-bottom: 60px;
}
.foot-left ul li > a {
  display: block;
  font-size: 14px;
  font-family: Helvetica;
  color: #fff;
  line-height: 26px;
  transition: all .5s;
}
.foot-left ul li a:hover {
  transform: translateX(10px);
}
.foot-left ul li h2 a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
  line-height: 30px;
  margin-bottom: 10px;
  transition: all .5s;
}
.foot-left ul li {
  float: left;
  margin-right: 80px;
}
.foot-bottom{
  background-color: #253144;
  text-align: center;
  line-height: 44px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
  font-family: Roboto;
  color: #fff;
}
.head-sr{
  float: right;
  margin: 22px 0;
}
.index-banner{
  padding-top: 70px;
  background: url("../images/bannerBack.png") no-repeat top center;
}
.index-banner .item{
  border: 14px solid #fff;
}
.banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.54);
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.head-sr a{
  width: 30px !important;
  height: 30px !important;
  margin-left: 10px !important;
  display: inline-block;
}
.head-sr a.login-btn i {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/icon-circle-user-o.svg") no-repeat center;
    background-size: 16px 16px;
}
.head-sr a.login-btn {
    position: relative;
    margin-left: 15px !important;
    width: 50px !important;
    padding-left: 15px;
}
.head-sr a.login-btn:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #253144;
    position: absolute;
    top: 5px;
    left: 0;
}
.head-sr .user-box{
  float:right;
  position:relative;
}
.head-sr .user-list{
  position: absolute;
  top: 166%;
  background: #fff;
  z-index: 1;
  width: 141px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
  visibility: hidden;
  padding: 10px;
  transition:all .3s;
}
.head-sr .user-list a{
  line-height: 2.4;
}
.head-sr .user-box:hover .user-list{
  /* display:block; */
  visibility: inherit;
}
.head-sr .user-name{
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #253144;
  float: inherit;
  position: relative;
  width:auto !important;
  height:auto !important;
}
.head-sr .user-box:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #253144;
  position: absolute;
  top: 5px;
  left: 0;
}
.popup_fbook{
  background: url("../images/facebook.png") !important;
}
.popup_twi{
  background: url("../images/twitter.png") !important;
}
.popup_linkedin{
  background: url("../images/in.png") !important;
}
.bds_weixin{
  background: url("../images/ins.png") !important;
}
.bds_tsina{
  background: url("../images/wb.png") !important;
}
.foot-right{
  text-align: center;
}
.foot-right .head-sr{
  float: none;
}
.index-fixd{
  position: fixed;
  right: 0px;
  top: 40%;
  background-color: #fff;
  background:#fff;
  box-shadow:0px 0px 4px 2px rgba(0,0,0,0.06);
  border-radius:4px;
  display: none;
  overflow: hidden;
  z-index: 999;
}
.index-fixd ul li{
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size:16px;
  font-family:Helvetica;
  color:#253144;
  font-weight: bold;
  cursor: pointer;
}
.index-fixd ul li img{
  margin-top: 21px;
}
.index-fixd ul li:hover{
  background:rgba(245,247,249,1);
}

/* -- 页面弹出搜索框 -- */
.page-search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 100%;
}
.page-search-mb {
  position: fixed;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,1);
  opacity:0;
  left: 0;
  top: 0;
  cursor: pointer;
}
.page-search-main {
  position: relative;
  width: 75%;
  height: 100%;
  float: right;
  background: #fff;
  padding: 200px 130px 0 70px;
  z-index: 1001;
}
.page-search-main h4 {
  font-size: 43px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 55px;
  margin-bottom: 35px;
}
.page-search-main .close-search {
  position: absolute;
  top: 50px;
  right: 125px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 36px;
  color: #253144;
  cursor: pointer;
}
.page-search-main .close-search:after {
  content: "";
  width: 35px;
  height: 4px;
  border-radius: 3px;
  background: #253144;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(-45deg);
}
.page-search-main .close-search:before {
  content: "";
  width: 35px;
  height: 4px;
  border-radius: 3px;
  background: #253144;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(45deg);
}
.page-search-main .close-search:hover:after,
.page-search-main .close-search:hover:before {
  background: #358fc6;
}
.page-search-form {
  width: 100%;
  position: relative;
}
.page-search-form input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 0;
  padding-right: 50px;
  border: 0;
  border-bottom: 1px solid #E4E6E7;
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 70px;
}
::-moz-placeholder { /* Firefox 19+ */  
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 70px;
}
:-ms-input-placeholder { /* IE 10+ */ 
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 70px;
}
:-moz-placeholder { /* Firefox 18- */ 
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 70px;
}
.page-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 69px;
  text-align: center;
  font-size: 30px;
  color: #253144;
  background: #fff;
  border: 0;
  cursor: pointer;
}
/* -- 页面弹出搜索框 -- */
/* ------- INDEX e n d ------ */

/* ------ PAGE COMMON start  ------ */
.mb120 {
  margin-bottom: 120px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 30px;
}
.ptb100 {
  padding: 100px 0;
}
.mt100 {
  margin-top: 100px;
}
.page-title {
  height:55px;
  font-size:44px;
  font-weight: 700;
  font-family: Montserrat;
  color:#253144;
  line-height:55px;
  margin-bottom: 36px;
}
.about-people-title {
  font-size:44px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
  text-align: center;
}
.about-bg {
  background: #F5F7F9;
}
/* 页面头部大图 */
.page-banner {
  width: 100%;
  height: 550px;
  background: linear-gradient(88deg,rgba(23,26,29,1) 0%,rgba(23,26,29,0.43) 50%,rgba(23,26,29,1) 100%);
  /* opacity:0.54; */
  position: relative;
  /* overflow: hidden; */
}
.page-psa {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 80px; */
}
.page-psa h2 {
  width: 100%;
  height: 78px;
  font-size: 68px;
  font-weight: 700;
  font-family: Montserrat;
  color:#fff;
  line-height:78px;
  text-align: center;
  /*margin-top: 220px;*/
  /*margin-bottom: 22px;*/
}
.page-psa i {
  display: block;
  margin: 0 auto;
  width:55px;
  height:5px;
  background:#fff;
  border-radius:3px;
}
.banner-text.left h2 {
    font-size: 44px;
    font-weight: 300;
    line-height: 55px;
    height: 55px;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}
.banner-text.left h2:after {
    content: "";
    width: 55px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.banner-text.left p {
    max-width: 66%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    margin-top: 15px;
}
/* 页面底部面包屑 */
.page-position {
  height: 80px;
  background: #F5F7F9;
}
.page-position p,
.page-position a {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 80px;
}
.page-position p {
  margin-left: -25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-position a {
  margin: 0 25px;
}
.page-position a:hover {
  color: #358fc6;
}
.page-position span {
  margin: 0 20px;
}
/* ------ PAGE COMMON e n d  ------ */

/* ------- ABOUT US start ------ */
.about-who .intro {
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 60px;
}
.about-who .intro img {
  float: right;
  padding: 40px 50px;
  border: 1px solid rgba(233,233,233,1) !important;
  margin-left: 70px;
  margin-bottom: 20px;
}
.about-who p {
  text-align: center;
  height: 21px;
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica;
  color: #647288;
  line-height: 21px;
}
.about-who .container > img {
  margin-bottom: 40px;
}
.who-we-are {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.who-we-are .item-img {
    flex: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
    border: 1px solid #e6e6e6;
}
.who-we-are .item-img img {
    padding: 0 40px;
}
.who-we-are .about-we {
    flex: 1;
    position: relative;
}
.who-we-are .about-we p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(37, 49, 68, 0.6);
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
}
.about-our .row {
  margin: 0;
}
.about-our .intro {
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  text-align: justify;
}
.about-our .about-our-left {
  width: 50%;
  position: relative;
  float: left;
  padding: 80px 100px 16px 120px;
}
.about-our .about-our-left:after {
  content: none;
  position: absolute;
  left: 0%;
  top: -60px;
  width: 120%;
  height: 165%;
  background:rgba(245,247,249,1);
  z-index: -1;
}
.about-our-right {
  width: 50%;
  float: left;
  /* padding-left: 60px; */
}
.about-our .row{
  display: flex;
}
.about-our-right img {
  width: 100%;
  margin-left: -2px;
}
.about-org {
  width: 100%;
  height: 462px;
  background: url(/web/images/bg5.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.about-org-title {
  font-size: 44px;
  font-weight: 700;
  font-family: Montserrat;
  color: #fff;
  line-height: 52px;
  text-align: center;
  margin-top: 70px;
}
.about-org-intro {
  background: #fff;
  border: 1px solid rgba(233,233,233,1);
  margin-top: -270px;
  position: relative;
  padding: 55px;
}
.about-org-intro h4 {
  height: 28px;
  font-size: 24px;
  font-family: Roboto;
  color: #647288;
  line-height: 28px;
  margin-bottom: 20px;
}
.about-org-intro p {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: justify;
}
.about-org-intro p:last-child {
  margin-bottom: 0;
}
.about-board li {
  margin-bottom: 50px;
}
.people-item .card-head {
  width: 204px;
  height: 204px;
  display: block;
  margin: 0 auto;
  background:#efefef;
  border-radius: 50%;
  margin-bottom: 24px;
  overflow: hidden;
}
.people-item .card-head img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.people-item h4 {
  font-size: 20px;
  font-family: Montserrat;
  color: #253144;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
}
.people-item .card-body p {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
  height: 60px;
}
.people-item p:last-child {
  position: relative;
}
.people-item p span {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 18px;
  text-align: center;
  /* border-bottom: 1px solid #647288; */
}


.oag-box {
    margin-bottom: 60px;
}
.oag-navbar {
    float: left;
    width: 220px;
    flex: none;
    margin-right: 30px;
    transition: all .5s;
    top: 50px;
}
.oag-navbar.fixed {
    position: fixed;
    top: 60px;
}
.oag-navbar ul {
    background: #f5f7f9;
    padding: 15px;
    border-top: 2px solid #9fa8b9;
    border-bottom: 2px solid #9fa8b9;
}
.oag-navbar li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    line-height: 50px;
    color: #9ba8bb;
    position: relative;
    padding-left: 5px;
}
.oag-navbar li.active a,
.oag-navbar li a:hover {
    color: #243144;
}
.oag-navbar li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #243144;
    position: absolute;
    left: -6px;
    top: 20px;
}
.oag-content {
    flex: 1;
    background: #f5f7f9;
    padding: 30px 20px;
    margin-left: 250px;
}
.oag-line {
    width: 100%;
    height: 30px;
    background: #222;
    border-radius: 15px;
    position: relative;
    margin: 50px 0;
}
.oag-line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15px;
    width: 100%;
    background: #f5f7f9;
}
/* ------- ABOUT US e n d ------ */

/* ------- CONTACT US start ------ */
.contact-us .row div {
  padding:  0 15px;
}
.contact-us-right .row {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
.contact-us-left span {
  display: block;
  font-size: 43px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
}
.contact-us-ul {
  margin-top: -64px;
  margin-bottom: -64px;
}
.contact-us-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #E4E6E7;
}
.contact-us-ul li:last-child {
  border-bottom: 0;
}
.contact-us-ul p span:first-child {
  font-size: 14px;
  font-family: Roboto;
  color: #9FA8B9;
  line-height: 20px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
}
.contact-us-ul p span:last-child {
  display: inline-block;
  font-size: 16px;
  font-family: Roboto;
  color: #253144;
  line-height: 20px;
}
.contact-us-ul p span a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 20px;
}
.contact-us-ul p span a:hover {
  color: #358fc6;
  text-decoration: underline !important;
}
.contact-us-ul p span a.gmap {
  margin-top: 5px;
}
.contact-us-map {
  position: relative;
}
.work-about-title {
    font-size: 44px;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 1.5;
    color: #253144;
    margin-bottom: 25px;
}
.work-about-intro {
    font-size: 18px;
    font-family: Roboto;
    color: #647288;
    line-height: 1.5;
}
.about-users li:nth-child(even) {
    background: #f5f7f9;
}
.about-users .list-item {
    display: flex;
    padding: 40px 0;
}
.about-users .list-item .item-img {
    width: 204px;
    height: 204px;
    border-radius: 50%;
    margin-right: 20px;
    flex: none;
}
.about-users .item-img img {
    width: 100%;
    height: 100%;
}
.about-users .item-text .title {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 1.5;
    color: #253144;
    margin-bottom: 15px;
}
.about-users .item-text .title span {
    display: block;
}
.about-users .item-text > p {
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto;
    color: #647288;
    line-height: 2;
    margin-bottom: 15px;
}
.about-users .intro {
    font-size: 14px;
    font-family: Roboto;
    color: #647288;
    line-height: 1.8;
}
/* 联系我们地图 */
.allmap-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.49);
  z-index: 10;
}
.allmap-tip h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-family: Montserrat;
  color: #fff;
  line-height: 40px;
  margin-top: 230px;
}
.allmap-psa {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 380px;
  height: 110px;
  background: rgba(27,38,54,1);
}
.allmap-psa a {
  display: block;
  width: 380px;
  height: 110px;
  font-size: 20px;
  font-family: Montserrat;
  color: #fff;
  line-height: 110px;
  text-align: center;
}
.allmap-psa a:hover i {
  margin-left: 15px;
}
.allmap-psa i {
  width: 20px;
  height: 6px;
  background: url(../images/icon-5.png);
  margin-left: 10px;
  transition: all 0.5s;
  display: inline-block;
  transition: all .5s;
  margin-left: 8px;
}
#allmap {
  width: 100%;
  height: 550px;
}
/* ------- CONTACT US e n d ------ */

/* ------ NEWS start ------ */
.news-list-tab {
  position: relative;
}
.news-list-tab > ul.news-tab {
  display: inline-block;
  border-bottom: 1px solid #E4E6E7;
  width: 75%;
}
.news-list-tab > ul.news-tab li {
  float: left;
  margin-right: 70px;
}
.news-list-tab > ul.news-tab li:last-child {
  margin-right: 0;
}
.news-list-tab .news-tab li a {
  display: block;
  line-height: 56px;
  font-size: 14px;
  font-family: Montserrat;
  color: #9FA8B9;
}
.news-list-tab .news-tab li a:hover,
.news-list-tab .news-tab li.active a {
  color: #253144;
  border-bottom: 2px solid #253144;
}
.select-year {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 56px;
}
.select-option {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 5;
  display: none;
}
.select-option ul {
  width: 140px;
  background:#fff;
  border:1px solid rgba(228,230,231,1);
  border-radius: 2px;
  padding: 10px 0;
}
.select-option ul li {
  text-align: center;
  padding: 20px 0;
}
.select-option ul a {
  display: block;
  text-align: center;
  width: 100%;
  padding-left: 25px;
  font-size: 14px;
  font-family: Helvetica;
  color: rgba(151,163,184,1);
  line-height: 16px;
  position: relative;
}
.select-option ul a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  background: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
}
.select-option ul a:hover,
.select-option ul a.active {
  color: #253144;
}
.select-option ul a.active:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 42px;
  width: 10px;
  height: 10px;
  background: #253144;
}
.select-option ul a.active:before {
  border: 1px solid #253144;
}

.news-list-on li {
  margin-bottom: 100px;
  padding: 0 15px;
}
.news-list-on li h3 {
  margin-top: 30px;
  font-size: 12px;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 14px;
}
.news-list-on li p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-on li h4 {
  margin-top: 40px;
  font-size: 12px;
  font-family: Roboto;
  color: #253144;
  line-height: 14px;
}
.news-list-on li h4 span {
  font-size: 12px;
  line-height: 14px;
  font-family: Roboto;
  color: #647288;
}
.news-list-on li a div {
  display: block;
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.news-list-on li a img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.news-list-on li a:hover img {
  transform: scale(1.1);
}
.news-list-on li a:hover p {
  color: #358fc6;
}
.news-list-on a div {
  position: relative;
}
.news-list-on a div .play-img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  display: none;
}
.news-list-on a:hover .play-img {
  display: block;
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 0 20px;
}
.video-box video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -290px;
  width: 1000px;
  max-width: 100%;
  max-width: 100%;
  height: 580px;
  outline: none;
}
.video-box i.close-video {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.video-box i.close-video:after {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.video-box i.close-video:before {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 0;
  transform: rotate(-45deg);
  border-radius: 2px;
}
@media screen and (max-width:1024px) {
  .video-box video {
    margin-left: -175px;
    margin-top: -110px;
    width: 350px;
    max-width: 100%;
    max-width: 100%;
    height: 220px;
  }
}
/* ------ NEWS e n d  ------ */

/* ------ NEWS VIEW start  ------ */
.news-main {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}
.news-main .date {
  font-size: 14px;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 16px;
  margin-bottom: 36px;
}
.news-main .date a {
  font-size: 14px;
  font-family: Helvetica;
  color: #253144;
  line-height: 40px;
}
.news-main h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 45px;
  margin-bottom: 24px;
}
.news-content {
  max-width: 800px;
  margin: 0 auto;
}
.news-content p {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: justify;
}
.news-content p.end {
  font-size: 16px;
  font-family: Roboto;
  color: #9FA8B9;
  line-height: 19px;
  margin-top: 36px;
  margin-bottom: 90px;
  text-align: center;
}
.news-content strong {
  font-weight: 700;
}
.news-content img {
  display: block;
  margin: 12px auto;
  max-width: 100% !important;
}
.news-content ul,
.news-content ol {
  padding-left: 20px;
}
.news-content ul {
  list-style-type: disc;
}
.news-content ul li {
  list-style: disc;
  font-size: 14px;
  color: #647288;
}
.news-content ol {
  list-style-type: decimal;
}
.news-content ol li {
  list-style: decimal;
  font-size: 14px;
  color: #647288;
}
/* ------ NEWS VIEW e n d  ------ */

/* ------ WORK start  ------ */
.work-tab > ul {
  height: 84px;
  text-align: center;
}
.work-tab > ul > li {
  margin: 0 40px;
  display: inline-block;
  position: relative;
}
.work-tab > ul > li > a {
  display: block;
  line-height: 82px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  color: #9FA8B9;
}
.work-tab > ul > li > a:hover,
.work-tab > ul > li.active > a {
  color: #253144;
  border-bottom: 2px solid #253144;
}
.work-tab > ul > li:hover .tab-two {
    visibility: inherit;
}
.work-tab .tab-two {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 9;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #E4E6E7;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.work-tab .tab-two:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    background: #fff;
    margin-left: -5px;
    transform: rotate(45deg);
    border: 1px solid #E4E6E7;
    z-index: 8;
}
.work-tab .tab-two:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -5px;
}
.work-tab .tab-two li {
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 5px;
}
.work-tab .tab-two li:first-child {
    padding-top: 10px;
}
.work-tab .tab-two li:last-child {
    padding-bottom: 10px;
}
.work-tab .tab-two a {
    display: block;
    font-size: 14px;
    font-family: Montserrat-Regular, Montserrat;
    line-height: 32px;
    color: #9FA8B9;
    white-space: nowrap;
}
.work-tab .tab-two a:hover {
    color: #333;
}
.work-top {
  background: #F5F7F9;
}
.work-left {
  margin-bottom: 20px;
}
.work-left span {
  font-size: 40px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
  display: block;
}
.work-right p {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  text-align: justify;
}
.work-right p span {
  font-size: 28px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 33px;
  margin-bottom: 20px;
}
.work-list ul {
  margin-bottom: 80px;
}
.no-work {
  padding: 150px 0;
}
.no-work h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 33px;
  text-align: center;
  margin-bottom: 20px;
}
.no-work p {
  font-size: 18px;
  font-family: Helvetica;
  color: #647288;
  line-height: 21px;
  text-align: center;
}
.work-list li {
  padding: 100px 0;
}
/* .work-list li div:last-child {
  overflow: hidden;
} */
.work-list li img {
  transition: all .5s;
}
.work-list li img:hover {
  transform: scale(1.1);
}
.work-list li:nth-child(odd) div {
  float: right;
}
.work-list li:nth-child(odd) div:first-child {
  padding-left: 60px;
}
.work-list li h3 {
  font-size: 14px;
  font-family: Roboto;
  color: #9FA8B9;
  line-height: 16px;
  margin-bottom: 15px;
}
.work-list li b {
  display: block;
  width: 26px;
  height: 2px;
  background: #9FA8B9;
  margin-bottom: 30px;
}
.work-list li h4,
.work-list li h4 a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 30px;
  margin-bottom: 15px;
}
.work-list li h4 a:hover {
  color: #358fc6;
}
.work-list li p {
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  text-align: justify;
  overflow : hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
.work-list li:nth-child(even) div {
  float: left;
}
.work-list li:nth-child(even) div:first-child {
  padding-left: 40px;
  padding-right: 60px;
  position: relative;
}
.work-list li:nth-child(even) div:first-child:after {
  content: "";
  width: 140%;
  height: 680px;
  background: rgba(245,247,249,1);
  position: absolute;
  left: 0%;
  top: -100px;
  z-index: -1;
  margin-left: -20%;
}
/* 通用推荐列表 */
.recommend {
  margin-top: 140px;
  margin-bottom: 60px;
}
.recommend li {
  padding: 0 15px;
}
.recommend li div {
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.recommend li h3 {
  font-size: 12px;
  font-family: Roboto;
  color: #9FA8B9;
  line-height: 14px;
  margin-bottom: 24px;
}
.recommend li p {
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 24px;
  height: 48px;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommend li h4 {
  font-size: 12px;
  font-family: Roboto;
  color: #647288;
  line-height: 14px;
}
.recommend li h4 span {
  font-size: 12px;
  font-family: Roboto;
  color: #647288;
  line-height: 14px;
}
.work-list li:nth-child(odd) .col-md-6 > a {
  display: block;
  overflow: hidden;
  width: 120%;
  margin-left: -20%;
}
.work-list li:nth-child(even) .col-md-6 > a {
  display: block;
  overflow: hidden;
  width: 120%;
  margin-right: -20%;
}
.recommend li img {
  display: block;
  transition: all .5s;
  height: 260px;
  object-fit: contain;
}
.recommend li:hover img {
  transform: scale(1.1);
}
.recommend li:hover p {
  color: #358fc6;
}
/* ------ WORK e n d  ------ */

/* ------ work view start  ------ */
.work-main {
  background: #f5f7f9;
  padding: 100px 0;
}
.work-main .row div:last-child {
  padding-left: 75px;
}
.work-main .row h3 {
  font-size: 14px;
  font-family: Roboto;
  color: rgba(159,168,185,1);
  line-height: 16px;
  margin-bottom: 40px;
}
.work-main .row h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 30px;
  margin-bottom: 15px;
}
.work-main .row p {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 35px;
  margin-bottom: 40px;
}
.work-main .row a.down {
  display: block;
  width: 265px;
  height: 56px;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  font-family: Roboto;
  color: #253144;
  line-height: 54px;
  text-align: center;
  transition: all .5s;
}
.work-main .row a.down:hover {
  color: #fff;
  background: #253144;
}
.news-content.work-content {
  margin-top: 100px;
}
/* ------ work view end  ------ */

/* ------ MEMBERS start  ------ */
.world-map {
  width: 1200px;
  position: relative;
  margin-bottom: 30px;
}
.world-map div {
  position: absolute;
}
.world-map .psa span:first-child {
  display: inline-block;
  /* margin-right: 10px; */
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d5e5f1;
  /* #d5e5f1 #a5c5e1 #0470b3 */
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.world-map .psa span:first-child a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
.world-map .psa span:first-child:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #a5c5e1;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
}
.world-map .psa span:first-child:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #036EB0;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
}
.world-map .psa span:nth-child(2) {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 33px;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  width: 400px;
}
.world-map .psa span.right {
  left: 40px;
}
.world-map .psa span.left {
  right: 40px;
  text-align: right;
}
.world-map .psa .universal-info {
    display: none;
    position: absolute;
    left: -15px;
    bottom: 42px;
    height: 70px;
    min-width: 240px;
    border-radius: 35px;
    background: #253144;
    padding: 5px;
    padding-right: 20px;
    z-index: 99;
}
.world-map .psa:hover .universal-info {
    display: block;
}
.world-map .psa .universal-info-long {
    min-width: 300px;
}
.world-map .psa .universal-info:before {
    content: "";
    width: 16px;
    height: 19px;
    background: #253144;
    position: absolute;
    left: 26px;
    bottom: -6px;
    transform: rotate(45deg);
}
.universal-info img {
    height: 60px;
    width: 60px;
    margin-right: 8px;
    float: left;
    position: relative;
    border-radius: 50%;
}
.universal-info p {
    width: 100%;
}
.universal-info p.title {
    font-size: 12px;
    height: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    font-family: Montserrat-Light, Montserrat;
    margin-bottom: 4px;
}
.universal-info p a {
    font-size: 12px;
    font-weight: 400;
    color: #7f8fa7;
    line-height: 1.4;
    font-family: Montserrat-Light, Montserrat;
}
.world-map .universal1 {
  top: 275px;
  right: 258px;
}
.world-map .universal2 {
  top: 305px;
  right: 143px;
}
.world-map .universal3 {
     top: 176px;
    left: 572px;
}
.world-map .universal4 {
  top: 235px;
 left: 572px;
}
.world-map .universal5 {
  top: 177px;
  left: 505px;
}
.world-map .universal6 {
  top: 236px;
  left: 505px;
}
.world-map .universal7 {
  top: 225px;
  left: 282px;
}
.world-map .universal8 {
  top: 305px;
  left: 100px;
}
.world-map .universal9 {
  top: 537px;
  left: 366px;
}
.world-map .universal10 {
  top: 590px;
  right: 562px;
}
.world-map .universal11 {
  top: 625px;
  right: 113px;
}
.world-map .universal12 {
  top: 417px;
  right: 344px;
}
.world-map .universal13 {
  top: 245px;
  left: 520px;
}
.world-map .universal14 {
  top: 267px;
  left: 278px;
}
.world-map .universal15 {
  top: 265px;
  left: 323px;
}
/* animation 地图圆圈变大效果 */
#world-map .psa.active:before,
#world-map .psa:hover:before {
  -webkit-box-shadow: inset #00a4ff 0 0 5px;
  box-shadow: inset #00a4ff 0 0 5px;
	-webkit-animation: warn 2s ease-out .1s infinite;
	animation: warn 2s ease-out .1s infinite
}
#world-map .psa.active:after,
#world-map .psa:hover:after {
  -webkit-box-shadow: inset #00a4ff 0 0 5px;
  box-shadow: inset #00a4ff 0 0 5px;
  -webkit-animation: warn-2 2s ease-out 1.1s infinite;
  animation: warn-2 2s ease-out 1.1s infinite;
}
#world-map .psa:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: inset #00a4ff 0 0 5px;
  box-shadow: inset #00a4ff 0 0 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -4px;
  margin-top: -4px;
}

#world-map .psa:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: inset #00a4ff 0 0 5px;
  box-shadow: inset #00a4ff 0 0 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -11px;
  margin-top: -11px;
}
/* animation 地图圆圈变大效果 */
@-webkit-keyframes warn {
	0% {
    opacity:0;
    -webkit-transform:scale(.1);
    transform:scale(.1)
  }
  5% {
    opacity:1
  }
  to {
    opacity:0;
    -webkit-transform:scale(4);
    transform:scale(4)
  }
}
@keyframes warn {
	0% {
    opacity:0;
    -webkit-transform:scale(.1);
    transform:scale(.1)
  }
  5% {
    opacity:1
  }
  to {
    opacity:0;
    -webkit-transform:scale(4);
    transform:scale(4)
  }
}
@-webkit-keyframes warn-2 {
	0% {
    opacity:0;
    -webkit-transform:scale(.1);
    transform:scale(.1)
  }
  5% {
    opacity:8
  }
  to {
    opacity:0;
    -webkit-transform:scale(10);
    transform:scale(10)
  }
}
@keyframes warn-2 {
	0% {
    opacity:0;
    -webkit-transform:scale(.1);
    transform:scale(.1)
  }
  5% {
    opacity:8
  }
  to {
    opacity:0;
    -webkit-transform:scale(10);
    transform:scale(10)
  }
}
.member-universite {
  padding: 100px 0;
  /*background: #f5f7f9;*/
  overflow: hidden;
}
.member-universite h3 {
  font-size: 44px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
  margin-bottom: 10px;
  text-align: center;
}
.member-universite h4 {
  font-size: 14px;
  font-family: Roboto;
  color: #647288;
  line-height: 16px;
  margin-bottom: 70px;
  text-align: center;
}
.member-universite .container > img {
  width: 100%;
  margin-bottom: 120px;
}
.member-list .intro {
  font-size: 18px;
  font-family: Roboto;
  color: #777A81;
  line-height: 35px;
}
.member-list .row > div {
  position: relative;
  padding: 0 15px;
}
.member-list div > img {
  width: 80px;
  height: 88px;
  padding: 0;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: top;
}
.member-list div span:nth-child(2) {
  font-size: 28px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 40px;
  transform: translateY(38px);
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 330px;
  vertical-align: middle;
  margin-bottom: 30px;
}
.member-list div span:nth-child(3) {
  font-size: 77px;
  font-weight: 700;
  font-family: Roboto;
  color: #e4e6e7;
  line-height: 75px;
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 1;
  transform: translateY(6px);
}
/* member学校切换 */
.swiper-button-next.member-swiper:after, .swiper-button-prev.member-swiper:after {
  font-size: 14px;
  font-weight: 700;
}
.swiper-button-next.member-swiper, .swiper-button-prev.member-swiper {
  top: 180px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  background: #000;
  color: #fff;
}
.swiper-button-prev.member-swiper, .swiper-container-rtl .swiper-button-next.member-swiper {
  left: 25px;
}
.swiper-button-next.member-swiper, .swiper-container-rtl .swiper-button-prev.member-swiper {
  right: unset;
  left: 145px;
}
.membership {
  padding: 100px 0;
}
.membership span {
  font-size: 44px;
  font-weight: 700;
  font-family: Montserrat;
  color: #253144;
  line-height: 55px;
}
.membership .intro {
  font-size: 14px;
  font-family: Roboto;
  color: rgba(119,122,129,1);
  line-height: 35px;
  margin-bottom: 50px;
  text-align: justify;
}
.membership .member-line {
  height: 1px;
  width: 100%;
  background: #E4E6E7;
  margin-bottom: 50px;
}
.membership p {
  font-size: 14px;
  font-family: Roboto;
  color: rgba(119,122,129,1);
  line-height: 35px;
  margin-bottom: 30px;
  text-align: justify;
}
.membership li span {
  display: inline-block;
  font-size: 16px;
  font-family: Roboto;
  color: #fff;
  line-height: 30px;
  padding: 0 12px;
  background: #253144;
  margin-right: 20px;
}
.membership li {
  font-size: 14px;
  font-family: Roboto;
  color: #777A81;
  line-height: 30px;
  margin-bottom: 50px;
}
/* ------ MEMBERS e n d  ------ */

/* ------ SEARCH RESULT start  ------ */
.search-result {
  padding: 100px 0;
}
.search-result .container > h3 {
  font-size: 14px;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
.search-result .container > h2 {
  font-size: 56px;
  font-weight: 700;
  color: #253144;
  line-height: 66px;
  margin-bottom: 80px;
  text-align: center;
}
.search-tab {
  margin-bottom: 40px;
}
.search-tab-num {
  font-size: 14px;
  font-family: Helvetica;
  color: #647288;
  line-height: 30px;
}
.search-tab-hd.row {
  margin: 0;
}
.search-tab-hd .tab {
  float: left;
  position: relative;
}
.search-tab-hd .tab .tab-list {
  width: 235px;
  display: none;
  background: #fff;
  border: 1px solid #E4E6E7;
  padding: 35px;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 10;
}
.search-tab-hd .tab {
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica;
  color: #647288;
  line-height: 30px;
  margin-right: 80px;
}
.search-tab-hd .tab:hover {
  color: #253144;
}
.tab-list a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 15px;
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
}
.tab-list a:last-child {
  margin-bottom: 0;
}
.tab-list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
}
.tab-list a:hover,
.tab-list a.active {
  color: #253144;
}
.tab-list a.active:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #253144;
}
.tab-list a.active:before {
  border: 1px solid #253144;
}

.search-result-list .row {
  margin-left: -12px;
  margin-right: -12px;
}
.search-result-list li {
  padding: 0 12px;
  margin-bottom: 100px;
}
.search-result-list li h3 {
  margin-top: 30px;
  font-size: 12px;
  font-family: Helvetica;
  color: #9FA8B9;
  line-height: 14px;
}
.search-result-list li p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica;
  color: #253144;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.search-result-list li h4 {
  margin-top: 40px;
  font-size: 12px;
  font-family: Roboto;
  color: #253144;
  line-height: 14px;
}
.search-result-list li h4 span {
  font-size: 12px;
  font-family: Roboto;
  color: #647288;
  line-height: 14px;
}
.search-result-list li a div {
  display: block;
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.search-result-list li a img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.search-result-list li a:hover img {
  transform: scale(1.1);
}
.search-result-list li a:hover p {
  color: #358fc6;
}

/* 通用分页效果 */
.page-common {
  text-align: center;
}
.page-common a {
  display: inline-block;
  /* width: 32px; */
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #777A81;
  border-radius: 4px;
  font-size:14px;
  border-radius: 4px;
  margin: 0 4px;
  padding: 0 12px;
  cursor: pointer;
}
.page-common a.jp-current {
  color: #fff;
  background: #253144;
}
.page-common a:hover {
  color: #358fc6;
}
.page-none {
  padding: 60px 0;
}
.page-none p {
  font-size: 14px;
  text-align: center;
  color: #666;
}
/* ------ SEARCH RESULT e n d  ------ */

/**/
.page-title.who {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.who-item {
    position: relative;
    padding-top: 30px;
    margin-bottom: 70px;
}
.who-item .item-bg {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 95%;
    height: 100%;
    background: linear-gradient(180deg, #4C5F79 0%, #253144 100%);
    border-radius: 20px 0 0 80px;
    padding: 35px 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
.who-item .item-date {
    width: 120px;
    text-align: center;
}
.item-date span {
    display: block;
}
.item-date span:nth-child(1) {
    font-size: 60px;
    color: #fff;
    line-height: 1.1;
}
.item-date span:nth-child(2) {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}
.who-item .item-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    min-height: 185px;
}
.who-item .item-box .item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 82%;
    height: 100%;
    min-height: 185px;
    margin-left: 18%;
    border-radius: 0px 80px 0px 0px;
    padding: 20px 60px;
    background: #f5f7f9;
    margin-top: -30px;
}
.who-item .item-list h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.who-item .item-list h4 a{
  color: #253144;
  position: relative;
}
.who-item .item-list h4 a::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #253144;
  position: absolute;
  bottom: 0;
  left: 0;
}
.who-item .item-list p {
    font-size: 18px;
    line-height: 1.5;
    color: #647288;
}
.who-item .list-item {
    display: flex;
    margin: 15px 0;
}
.who-item .item-img {
    flex: none;
    width: 170px;
    margin-right: 18px;
}
.who-item .item-padding {
    position: relative;
    height: 0;
    padding-bottom: 68%;
}
.who-item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.who-item:nth-child(2) .item-bg {
    background: linear-gradient(180deg, #4F72AF 0%, #273E77 100%);
}
.who-item:nth-child(3) .item-bg {
    background: linear-gradient(180deg, #008CC3 0%, #005490 100%);
}
.who-item:nth-child(4) .item-bg {
    background: linear-gradient(180deg, #B5E6F8 0%, #7EC8EF 100%);
}
.who-item:nth-child(5) .item-bg {
    background: linear-gradient(180deg, #F5F2ED 0%, #E7E1D6 100%);
}
.who-item:nth-child(6) .item-bg {
    background: linear-gradient(180deg, #DDD1C6 0%, #B9A494 100%);
}


.activities-list {
    padding-bottom: 20px;
    position: relative;
}
.activities-list .index-more{
  margin: 40px 0;
}
.activities-list > .a-next-prev {
    text-align: center;
    margin-top: 30px;
}
.activities-list .swiper-button-next,
.activities-list .swiper-button-prev {
    position: relative;
    left: none !important;
    right: none !important;
    top: none !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 0;
    background-image: none;
}
.activities-list .swiper-button-prev,.activities-list  .swiper-container-rtl .swiper-button-next {
    background: url(/web/images/icon-right.svg) no-repeat center;
    background-size: contain;
}
.activities-list .swiper-button-next,.activities-list  .swiper-container-rtl .swiper-button-prev {
    background: url(/web/images/icon-left.svg) no-repeat center;
    background-size: contain;
}
.bg-gray {
    background: #f5f7f9;
}
.swiper-activities .list-item span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #253144;
    padding-left: 10px;
    margin-bottom: 14px;
    position: relative;
}
.swiper-activities .list-item span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #253144;
    position: absolute;
    left: 0;
    top: 1px;
}
.swiper-activities .item-img {
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}
.swiper-activities .item-padding {
    height: 0;
    position: relative;
    padding-bottom: 66.5%;
    position: relative;
}
.swiper-activities .item-padding .tag{
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 3;
}
.swiper-activities .item-padding .tag span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 0 11px;
  background: linear-gradient(
90deg, #004097 0%, #347ABD 100%);
  border-radius: 20px;
}
.swiper-activities .item-padding .tag span::after{
  content: none;
}
.swiper-activities .item-padding img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.swiper-activities .item-text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #253144;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2; /* 行数 */
    -webkit-box-orient: vertical;
}
.research-main {
    padding-top: 10px;
}
.research-list .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.research-list .list-item {
    display: block;
    position: relative;
    margin-bottom: 40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.research-list .item-img {
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.research-list .item-padding {
    height: 0;
    padding-bottom: 78%;
}
.research-list .item-padding .tag {
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 3;
}
.research-list .tag span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 0 11px;
    background: linear-gradient(90deg, #004097 0%, #347ABD 100%);
    border-radius: 20px;
}
.research-list .item-padding img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
}
/* .research-list .list-item:hover .item-text{
  background: linear-gradient(180deg, rgba(32, 64, 105, 0) 0%, #0E1E38 100%);
} */
.research-list .item-text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.research-list .item-text .item-box {
    position: absolute;
    bottom: -100px;
    left: 0;
    padding: 18px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.research-list .list-item:hover .item-text{
  background: linear-gradient(180deg, rgba(32, 64, 105, 0) 0%, #0E1E38 100%);
}
.research-list .list-item:hover .item-box{
  bottom: 0;
}
.research-list .item-text p {
    margin-bottom: 30px;
}
.research-list .item-text span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-right: 20px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.research-list .item-text span:nth-child(2){
    font-weight: normal;
    font-size: 16px;
}
.research-list .item-text h4 {
    font-size: 14px;
    line-height: 1.5;
    /*min-height: 72px;*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300;
}
.page-select {
    background: #f5f7f9;
    padding: 20px 0;
    margin-bottom: 40px;
}
.page-select .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.select-item label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #253144;
    margin-bottom: 20px;
}
.select-item select {
    width: 360px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    color: #9fa8B9;
    padding: 0 15px;
    border: 1px solid #dfdfdf;
}
.select-item.select-item-univ select{
  width: 420px;
}
.select-item button {
    height: 50px;
    background: #253144;
    border: 1px solid #253144;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    padding: 0 90px;
    cursor: pointer;
}
.research-main .index-more {
    margin-top: 30px;
}

/* user个人中心 */
.user-main {
  background: #f5f7f9;
  padding: 60px 0;
}
.user-main .container{
  display: flex;
}
.user-main .user-left{
  padding: 26px 20px;
  background: #fff;
  float: left;
  text-align: center;
  flex: none;
  width:302px;
  height: 288px;
}
.user-main .user-left h1{
  font-size: 16px;
  font-weight: 400;
  color: #253144;
  line-height: 19px;
  margin: 7px 0 36px 0;
}
.user-main .user-left a{
    display: inline-block;
    background: #253144;
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    width: 262px;
    height: 37px;
    line-height: 37px;
}
.user-main .user-right{
  float: right;
  flex: 1;
  margin-left: 27px;
}
.user-main .user-right .right-nav{
  background: #fff;
}
.user-main .right-nav li{
  float: left;
  margin: 0 25px;
}
.user-main .right-nav a{
  font-size: 14px;
  font-weight: 600;
  color: #253144;
  display: inline-block;
  line-height: 52px;
  position: relative;
}
.user-main .right-nav a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #253144;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.user-main .right-nav a:hover::after{
  width: 100%;
  left: 0;
}
.user-main .right-nav li.active a::after{
  width: 100%;
  left: 0;
}
.user-main .right-list{
  margin-top: 20px;
  margin-bottom: -15px;
  display:none;
}
.user-main .right-list.show{
  display:block;
}
.user-main .right-list .col-md-4{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.user-main .list-box{
  position: relative;
}
.user-main .list-box .box-img1{
  height: 173px;
}
.user-main .list-box .box-img1>img{
  height: 100%;
}
.user-main .list-box .box-img2{
  height: 203px;
}
.user-main .list-box .box-img2>img{
  height: 100%;
}
.user-main .box-cont h2{
  font-size: 14px;
  font-weight: 400;
  color: #253144;
  line-height: 17px;
  margin: 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 52px;
}
.user-main .box-cont p{
  font-size: 12px;
  font-weight: 400;
  color: #253144;
  line-height: 14px;
  position: relative;
  padding-left: 15px;
}
.user-main .box-cont p::after{
  content: "";
  width: 1px;
  height: 100%;
  background: #253144;
  position: absolute;
  left: 0;
}
.user-main .box-edit{
  position: absolute;
  top: 12px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.user-main .edit-spot {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  width: 31px;
  height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.user-main .edit-spot span{
  width: 2px;
  height: 2px;
  background: #253144;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.user-main .edit-spot span::after{
  width: 2px;
  height: 2px;
  background: #253144;
  position: absolute;
  content: "";
  right: -6px;
}
.user-main .edit-spot span::before{
  width: 2px;
  height: 2px;
  background: #253144;
  position: absolute;
  content: "";
  left: -6px;
}
.user-main .edit-text{
  background: #FFFFFF;
  border-radius: 3px;
  padding: 6px 8px;
  text-align: right;
  margin-top: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.user-main .edit-text a{
  font-size: 12px;
  font-weight: 400;
  color: #253144;
  line-height: 26px;
  display: block;
  width: 40px;
}
.user-main .edit-text a:hover{
  font-weight: 600;
}
.user-main .edit-text a:hover{
  background: rgba(255, 255, 255, 0.651);
}
.user-main .list-box:hover .edit-spot{
  visibility: visible;
  opacity: 1;
}
.user-main .box-edit:hover .edit-text{
  visibility: visible;
  opacity: 1;
}
.release-main{
  background: #F5F7F9;
  padding: 60px 0;
}
.release-main .container{
  display: flex;
}
.release-main .release-left{
  text-align: center;
  flex: none;
  height: 113px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 190px 17px 0;
}
.release-main .release-left a{
  font-size: 14px;
  font-weight: 600;
  color: #253144;
  line-height: 45px;
  display: block;
  position: relative;
  padding-left: 31px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.release-main .release-left a:hover:after{
  content: "";
  width: 2px;
  height: 24px;
  background: #253144;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.release-main .release-left a.active::after{
  content: "";
  width: 2px;
  height: 24px;
  background: #253144;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.release-main .release-right{
  flex: 1;
  margin-left: 27px;
}
.release-main .right-head{
  background: #FFFFFF;
  border-radius: 5px;
  padding: 15px 30px;
}
.release-main .right-head p{
  font-size: 14px;
  font-weight: 600;
  color: #253144;
  line-height: 20px;
}
.release-main .right-form{
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 24px 24px 0 19px;
}
.release-main .right-form .control-label{
  font-size: 14px;
  font-weight: 600;
  color: #253144;
  line-height: 20px;
  margin-right: 12px;
}
.release-main .right-form .form-control::-webkit-input-placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #D7D7D7;
  line-height: 20px;
}
.release-main .right-form .form-control{
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  background: #F4F4F4;
  border: 1px solid #E1E1E1;
}
.release-main .right-form .form-control{
  height: 40px;
}
.release-main .right-form textarea.form-control{
  height: auto;
}
.release-main .right-form .btn-success{
  background: #253144;
  border-color: #253144;
  padding: 9px 40px;
  margin-left: 10px;
}
/*.release-main .right-form .col-md-offset-2{*/
/*  margin-left: 0;*/
/*}*/
.release-main .right-form .webuploader-element-invisible{
  position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}
.release-main .right-form .webuploader-pick{
  position: relative;
  padding: 3px 12px;
  overflow: hidden;
}
.release-main .right-form .btn-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 40px;
}
.release-main .right-form .but-box{
  position: relative;
  height: 41px;
  /*margin-bottom: 15px;*/
}
.release-main .right-form .but-box .img-but{
  position: absolute;
  width: 156px;
  height: 100%;
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
}
.release-main .right-form .but-box #image{
  display: none;
}
/* 编辑器 */
.edui-default .edui-editor{
  width: 100% !important;
}
/* work样式 */
.flag-bg{
  background: linear-gradient(90deg, #171A1D 0%, rgba(23, 26, 29, 0.43) 50%, rgba(23, 26, 29, 0) 100%);
opacity: 0.8;
}
.flag-list .item-text .item-box{
  bottom: -128px;
}
.page-title.flag-title{
  margin-top: 80px;
}
.flag-list{
  margin-bottom: 50px;
}
.flag-list .list-item{
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  overflow: hidden;
}
.flag-list  .item-text p{
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  min-height: 72px;
}
.flag-list  .item-text h4{
  margin-bottom: 15px;
  min-height: auto;
  font-size: 16px;
  font-weight: normal;
}
.flag-list  .item-text p span{
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.flag-list .list-item:hover p{
  margin-bottom: 10px !important;
}
.flag-list .list-item:hover .item-text{
  background: rgb(14 30 56 / .7);
}
/* activities页 */
.activities-box .col-md-4{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.activities-box .row{
  margin-bottom: -10px;
}
/* who_we_are */
.who-bg{
  background: linear-gradient(90deg, #171A1D 0%, rgba(23, 26, 29, 0.43) 50%, rgba(23, 26, 29, 0) 100%);
  opacity: 0.8;
}
.work-get {
  background: #F5F7F9;
  padding: 54px 0 100px 0;
}
.work-get .get-title{
  text-align: center;
}
.work-get .get-title h2{
  margin-bottom: 10px;
}
.work-get .get-title p{
  font-size: 14px;
  font-weight: 400;
  color: #647288;
  line-height: 16px;
}
.work-get .get-list{
  margin-top: 45px;
}
.work-get .list-box{
  text-align: center;
}
.work-get .box-text{
  margin-top: 19px;
}
.work-get .box-text p{
  font-size: 20px;
  font-weight: 400;
  color: #253144;
  line-height: 24px;
}
.work-get .row{
  margin-bottom: -50px;
}
.work-get .col-md-3{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
.work-get .list-box{
  position: relative;
}
.work-get .list-cent{
  position: absolute;
  bottom: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  padding: 50px;
  width: 100vh;
  height: 500px;
  z-index: 3;
  display: none;
}
.work-get .list-cent::after {
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  content: ' ';
  z-index: 3;
  left: 114px;
}
.work-get .list-cent.list-cent-right2::after{
  left: 430px;
}
.work-get .list-cent.list-cent-right3::after{
  left: 560px;
}
.work-get .list-cent.list-cent-right4::after{
  left: 880px;
}
.work-get .list-cent.list-cent-right2{
  left: -290px;
}
.work-get .list-cent.list-cent-right3{
  left: -427px;
}
.work-get .list-cent.list-cent-right4{
  left: -727px;
}
.work-get .list-cent.list-cent-top{
  top: -175%;
}
.work-get .list-cent.list-cent-top::after{
  border-top: 10px solid #fff;
  left: 114px;
  top: 100%;
  border-bottom: initial;
}
.work-get .list-cent.list-cent-top2::after{
  left: 430px;
}
.work-get .list-cent.list-cent-top3::after{
  left: 560px;
}
.work-get .list-cent.list-cent-top4::after{
  left: 860px;
}
.work-get .col-md-3:hover .list-cent{
  display: block;
}
.work-get .cent-head h2{
  font-size: 20px;
  font-weight: 400;
  color: #253144;
  line-height: 30px;
}
.work-get .cent-fen{
  display: flex;
  margin: 10px 0;
}
.work-get .cent-fen p{
  font-size: 14px;
  font-weight: bold;
  color: #647288;
  line-height: 28px;
}
.work-get .cent-fen span{
  font-size: 14px;
  font-weight: bold;
  color: #647288;
  line-height: 28px;
}
.work-get .cent-text p{
  font-size: 14px;
  font-weight: 400;
  color: #647288;
  line-height: 28px;
}
/* about页 */
.about-bg{
  background: linear-gradient(90deg, rgba(23, 26, 29, 0.95) 0%, rgba(23, 26, 29, 0.76) 54%, rgba(23, 26, 29, 0) 100%);
}
.oag-board .board-title{
  text-align: center;
  padding: 30px 30px;
}
.oag-board .board-title h2{
  font-size: 28px;
  font-weight: bold;
  color: #253144;
  line-height: 34px;
}
.oag-board .board-title p{
  font-size: 14px;
  font-weight: 400;
  color: #647288;
  line-height: 20px;
  margin-top: 15px;
}

.about-text{
  background: #F5F7F9;
  padding: 54px 0;
  margin-bottom: 34px;
}
.about-text .text-left{
  padding-top: 50px;
}
.about-text .text-left h2{
  font-size: 36px;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #253144;
  line-height: 55px;
}
.about-text .text-right{
  text-align: left;
  padding-left: 81px;
}
.about-text .text-right p{
  font-size: 14px;
  font-family: Roboto-Light, Roboto;
  font-weight: 300;
  color: #647288;
  line-height: 35px;
}
.about-text .text-right p:not(:last-child){
  margin-bottom: 20px;
}
/* .about-banner-txt.left h2{
  text-align: center;
}
.about-banner-txt.left h2::after{
  left: 50%;
} */
.oag-board .board-cont{
  padding: 0 20px;
}
.oag-board .board-cont p{
  font-size: 18px;
  font-family: Roboto;
  color: #647288;
  line-height: 24px;
}
.oag-board .board-cont .cont-list{
  margin-top: 20px;
}
.oag-board .board-cont .cont-list a{
  font-size: 16px;
  font-family: Roboto;
  color: #647288;
  line-height: 22px;
}
.oag-board .board-cont .cont-bot{
  margin-top: 20px;
}
.oag-board .board-conthow{
  margin-top: 30px;
}
.oag-board .board-cont .cont-bot p{
  font-size: 16px;
}
.oag-board .board-cont .cont-bot p a{
  color: #0000ee;
}
/* members样式 */
.members-bg{
  background: linear-gradient(90deg, #171A1D 0%, rgba(23, 26, 29, 0.43) 50%, rgba(23, 26, 29, 0) 100%);
  opacity: 0.8;
}
/* index首页 */
.about-our .about-our-left{
  background: #253144;
}
.about-our .about-our-left .page-title{
  font-size: 44px;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 55px;
  margin-bottom: 20px;
}
.about-our .about-our-left .intro{
  font-size: 18px;
  font-family: Roboto-Light, Roboto;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 33px;
}