p {
  margin: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_t {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.right_t {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.dx {
  text-transform: uppercase;
}
.bs {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.over {
  overflow: hidden;
}
@keyframes llr {
  0% {
    background: url(../img/icon_more.png) no-repeat 95% center;
  }
  25% {
    background: url(../img/icon_more.png) no-repeat 97% center;
  }
  50% {
    background: url(../img/icon_more.png) no-repeat 100% center;
  }
  75% {
    background: url(../img/icon_more.png) no-repeat 97% center;
  }
  100% {
    background: url(../img/icon_more.png) no-repeat 95% center;
  }
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes fd {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.class-backkkk{
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: fixed;
	top: 131px;
	left: 0;
	padding-top: 30px;
	z-index: 99;
	
}
.class-backkkk1{
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: fixed;
	top: 108px;
	left: 0;
	padding-top: 30px;
	z-index: 99;
}
.class-backkkk2{
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: fixed;
	top: 60px;
	left: 0;
	padding-top: 30px;
	z-index: 99;
}







@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.wedo_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 83px;
}
.wedo_box .wedo_title {
  text-align: center;
  margin: 50px 0 54px;
  font-size: 51px;
  font-family: DIN-Medium;
  color: #003360;
}
.wedo_box .wedo_list {
  margin: 0 -6px;
}
.wedo_box .wedo_list .wedo_item {
  padding: 0 6px;
  box-sizing: border-box;
}
.wedo_box .wedo_list .wedo_item a {
  display: block;
  position: relative;
  border-radius: 4px;
  height:187px;
}
.wedo_box .wedo_list .wedo_item a .wedo_content {
  padding: 30px 0 30px 30px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wedo_box .wedo_list .wedo_item a .wedo_content .wedo_img {
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.wedo_box .wedo_list .wedo_item a .wedo_content .wedo_img i {
  height: 200%;
  width: 100%;
  display: block;
  transition: all 0.6s ease-in;
}
.wedo_box .wedo_list .wedo_item a .wedo_content .wedo_img i img {
  width: 42px;
  height: 42px;
  display: block;
}
.wedo_box .wedo_list .wedo_item a .wedo_content .wedo_msg {
  margin: 14px 0 11px;
  font-size: 20px;
  color: #003360;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.wedo_box .wedo_list .wedo_item a .wedo_content .wedo_tip {
  font-size: 14px;
  line-height: 14px;
  color: #bdc0c6;
  display: block;
  margin-right:10px;
  line-height:20px;
}
.wedo_box .wedo_list .wedo_item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: solid 3px #003360;
  box-sizing: border-box;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.wedo_box .wedo_list .wedo_item a:hover .wedo_content {
  background: #003360;
  transform: translate(-8px, -8px);
}
.wedo_box .wedo_list .wedo_item a:hover .wedo_content .wedo_img i {
  transform: translateY(-42px);
}
.wedo_box .wedo_list .wedo_item a:hover .wedo_content .wedo_msg {
  color: #fff;
}
.wedo_box .wedo_list .wedo_item a:hover .wedo_content .wedo_tip {
  color: #a3adbb;
}
.business {
  width: 100%;
  margin-bottom: 40px;
}
.business .business_list {
  margin: 40px -9px 13px;
  overflow: hidden;
}
.business .business_list .business_item {
  padding: 0 9px 30px;
}
.business .business_list .business_item a {
  display: block;
}
.business .business_list .business_item a .business_img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 21px;
  overflow: hidden;
}
.business .business_list .business_item a .business_img img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business .business_list .business_item a .business_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 11px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #0d263d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business .business_list .business_item a .business_des {
  font-size: 14px;
  line-height: 20px;
  color: #697081;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
}
.business .business_list .business_item a .business_class_msg {
  margin: 0 23px 16px 17px;
}
.business .business_list .business_item a .business_class_msg span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business .business_list .business_item a .business_class_msg span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  height: 14px;
  width: auto;
}
.business .business_list .business_item a:hover .business_img img {
  transform: scale(1.1) rotate(0);
}
.business .business_list .business_item a:hover .business_tit {
  color: #f3525a;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.business .business_more {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 40px;
  background-color: #f3525a;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business .business_more::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.business .business_more:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.business .business_more:hover::after {
  opacity: 1;
}
.training_box {
  overflow: hidden;
  background-color: #f9faff;
  padding: 72px 0 93px;
}
.training_box .container {
  margin-top: 40px;
}
.training_box .container.training_main {
  position: relative;
}
.training_box .container.training_main .swiper-button-next:after,
.training_box .container.training_main .swiper-button-prev:after {
  content: '';
}
.training_box .container.training_main .train_next,
.training_box .container.training_main .train_prev {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(10%) !important;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.training_box .container.training_main .train_prev {
  left: -80px;
  background: url(../img/train_left_btn.png) no-repeat -40px center;
}
.training_box .container.training_main .train_prev:hover {
  background: url(../img/train_left_btn.png) no-repeat 0 center;
}
.training_box .container.training_main .train_next {
  right: -80px;
  background: url(../img/train_right_btn.png) no-repeat 0 center;
}
.training_box .container.training_main .train_next:hover {
  background: url(../img/train_right_btn.png) no-repeat -40px center;
}
.training_box .container .training_item {
  display: block;
  background-color: #ffffff;
  box-shadow: 0 9px 20px 0 rgba(149, 149, 149, 0.18);
  border-radius: 4px;
}
.training_box .container .training_item .training_img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.training_box .container .training_item .training_img img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.training_box .container .training_item .training_img .training_tip {
  width: 70%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 13px 8px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffe800;
  line-height: 20px;
  background: rgba(0, 51, 96, 0.5);
}
.training_box .container .training_item .training_word {
 /* padding: 20px 14px 39px 14px; */
 padding: 20px;
  position: relative;
  margin: -1px;
  transform: translateY(1px);
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.training_box .container .training_item .training_word::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #10609c;
  height: 100%;
  z-index: -1;
}
.training_box .container .training_item .training_word > h3 {
  font-size: 20px;
  /* padding: 0 0 10px; */
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #10609c;
  font-weight: bold;
}
.training_box .container .training_item .training_word p {
  line-height: 15px;
  font-size: 14px;
  color: #bdc0c6;
  padding: 0 15px 0 0;
  background: url(../img/icon_more.png) no-repeat 100% center;
  animation: llr linear 1.5s infinite alternate;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.training_box .container .training_item:hover .training_img img {
  transform: scale(1.1) rotate(0);
}
.training_box .container .training_item:hover .training_tip {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.training_box .container .training_item:hover .training_word::after {
  width: 100%;
}
.training_box .container .training_item:hover .training_word h3 {
  color: #fff;
}
.training_box .container .training_item:hover .training_word p {
  color: #a3adbb;
  background: url(../img/icon_moreh.png) no-repeat 100% center;
  animation: none;
}
.new_box {
  background: url('../img/new_bg.jpg') no-repeat top center;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 81px 0 50px;
}
.new_box .new_list {
  margin: 68px -16px 20px;
  overflow: hidden;
}
.new_box .new_list .new_item {
  padding: 0 16px;
  margin-bottom: 30px;
}
.new_box .new_list .new_item a {
  background: #fff;
  display: block;
  padding: 23px 24px 24px 15px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new_box .new_list .new_item a .new_img {
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}
.new_box .new_list .new_item a .new_img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.new_box .new_list .new_item a .new_word {
  box-sizing: border-box;
  padding: 0 0 0 24px;
}
.new_box .new_list .new_item a .new_word h3 {
  line-height: 28px;
  padding: 0;
  margin-bottom: 13px;
  overflow: hidden;
}
.new_box .new_list .new_item a .new_word h3 span {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #003360;
}
.new_box .new_list .new_item a .new_word h3 i {
  display: block;
  width: 30%;
  font-size: 14px;
  color: #999999;
  text-align: right;
}
.new_box .new_list .new_item a .new_word p {
  font-size: 14px;
  color: #697081;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  clear: both;
}
.new_box .new_list .new_item a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.new_box .new_list .new_item a:hover .new_img img {
  transform: scale(1.1) rotate(0);
}
.new_box .mew_more {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 50px;
  background-color: #f3525a;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new_box .mew_more::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.new_box .mew_more:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.new_box .mew_more:hover::after {
  opacity: 1;
}
.partner_box {
  padding: 50px 0 59px;
  overflow: hidden;
}
.partner_box .partner_list {
  margin-top: 65px;
  overflow: hidden;
}
.partner_box .partner_list li {
  width: 20%;
  height: 190px;
  float: left;
  position: relative;
}
.partner_box .partner_list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #d6d6d6;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.partner_box .partner_list li::after {
  position: absolute;
  content: "";
  display: block;
  height: 90%;
  width: 1px;
  background-color: #d6d6d6;
  left: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.partner_box .partner_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.partner_box .partner_list li a .part_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partner_box .partner_list li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #003360;
  top: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner_box .partner_list li a::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 1px;
  background-color: #003360;
  left: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner_box .partner_list li a:hover::before {
  width: 90%;
}
.partner_box .partner_list li a:hover::after {
  height: 90%;
}
.partner_box .partner_list li a img {
  display: block;
  width: auto;
}
.partner_box .partner_list li:nth-child(5n) a .part_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #d6d6d6;
  top: 50%;
  z-index: 2;
  right: 0;
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner_box .partner_list li:nth-child(11) a .part_img::after,
.partner_box .partner_list li:nth-child(12) a .part_img::after,
.partner_box .partner_list li:nth-child(13) a .part_img::after,
.partner_box .partner_list li:nth-child(14) a .part_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #d6d6d6;
  bottom: 0;
  z-index: 2;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.partner_box .partner_list li:nth-child(15) a .part_img::before {
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #d6d6d6;
  bottom: 0;
  z-index: 2;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.wrap_box {
  width: 100%;
  overflow: hidden;
}
.wrap_box .cpsm_pic_title {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  color: #222222;
  padding-bottom: 25px;
  position: relative;
}
.wrap_box .cpsm_pic_title::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 91px;
  height: 2px;
  background-color: #003360;
}
.wrap_box .cpsm_btn_list {
  margin: 59px 230px 86px;
  overflow: hidden;
}
.wrap_box .cpsm_btn_list li {
  padding: 0 10px;
}
.wrap_box .cpsm_btn_list li a {
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  transform: translateY(-1px);
  color: #003360;
}
/* .wrap_box .cpsm_btn_list li a::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #003360;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  left: -20px;
  -webkit-transform: translate(-42%, -50%);
  transform: translate(-42%, -50%);
}
.wrap_box .cpsm_btn_list li a::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #003360;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  right: -20px;
  -webkit-transform: translate(42%, -50%);
  transform: translate(42%, -50%);
} */
.wrap_box .cpsm_btn_list li a:hover {
	background: #003360;
  color: #fff;
}
.wrap_box .cpsm_btn_list li a:hover:before {
  animation: criss-cross-left 0.8s both;
}
.wrap_box .cpsm_btn_list li a:hover::after {
  animation: criss-cross-right 0.8s both;
}
.wrap_box .cpsm_btn_list li a.active {
  color: #fff;
  background: #003360;
}
.wrap_box .cpsm_authentication_box {
  padding: 0 0 50px;
  overflow: hidden;
}
.wrap_box .cpsm_authentication_box .cpsm_authenticati_main {
  margin-top: 50px;
  overflow: hidden;
}
.wrap_box .cpsm_authentication_box .cpsm_authenticati_main .cpsm_authentication_img {
  overflow: hidden;
  padding: 0;
}
.wrap_box .cpsm_authentication_box .cpsm_authenticati_main .cpsm_authentication_img img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .cpsm_authentication_box .cpsm_authenticati_main .cpsm_authentication_img img:hover {
  transform: scale(1.1) rotate(0);
}
.wrap_box .cpsm_authentication_box .cpsm_authenticati_main .cpsm_authentication_dec {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  padding: 0 17px 0 10px;
  max-height: 434px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.wrap_box .cpsm_neighborhood_box {
  background: url('../img/CPSM_bg.jpg') no-repeat top center;
  background-size: 100% 100%;
  padding: 44px 0 49px;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_tip {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  display: block;
  padding: 24px 0 52px;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list {
  overflow: hidden;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item {
  padding: 32px 0 42px;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_img {
  height: 47px;
  position: relative;
  width: 59px;
  margin: 0 auto;
  margin-bottom: 33px;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_img .img_item {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_img .img_item img {
  width: auto;
  height: auto;
  display: block;
  align-items: center;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_img .img_item.front {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_img .img_item.back {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180sdeg);
  -webkit-transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
  opacity: 0;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_text {
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  text-align: center;
  color: #333333;
  display: block;
  padding: 0 32px;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item:hover .img_item.front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item:hover .img_item.back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(4n) {
  border-right: none;
}
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(13),
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(14),
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(15),
.wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(16) {
  border-bottom: none;
}
.wrap_box .cpsm_cause_box {
  margin: 55px 0 50px;
  overflow: hidden;
}
.wrap_box .cpsm_cause_box .cause_list {
  padding-top: 71px;
  overflow: hidden;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_wrap {
  display: none;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li {
  padding: 0;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_img {
  position: relative;
  width: 100%;
  height: 244px;
  overflow: hidden;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_img img {
  width: auto;
  display: block;
  height: 244px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_img img:hover {
  transform: scale(1.1) rotate(1);
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_img::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 13px;
  position: absolute;
  z-index: 2;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_dec {
  font-size: 20px;
  font-weight: bold;
  color: #003360;
  height: 244px;
  box-sizing: border-box;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_dec p {
  padding-left: 37px;
  position: relative;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li .cpsm_cause_dec p::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 37px;
  bottom: 0;
  width: 36px;
  height: 3px;
  background-color: #f3525a;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(1) .cpsm_cause_img::before {
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(1) .cpsm_cause_dec p {
  padding: 90px 0 19px 37px;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(2) .cpsm_cause_img {
  transform: translateY(244px);
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(2) .cpsm_cause_img::before {
  border-color: transparent transparent transparent #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(2) .cpsm_cause_dec {
  transform: translateY(-244px);
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(2) .cpsm_cause_dec p {
  padding: 74px 0 19px 37px;
  line-height: 34px;
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(3) .cpsm_cause_img::before {
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wrap_box .cpsm_cause_box .cause_list.cause_list_pc li:nth-child(3) .cpsm_cause_dec p {
  padding: 72px 0 19px 37px;
  line-height: 34px;
}
.wrap_box .cpsm_class_box {
  background: url(../img/CPSM_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 69px 0 51px;
}
.wrap_box .cpsm_class_box p {
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #222222;
  margin-top: 46px;
  padding: 24px 222px 96px;
  background: url(../img/class_bg.png) no-repeat top center;
  background-size: 100% 100%;
}
.wrap_box {
  width: 100%;
  overflow: hidden;
}
.wrap_box .team_characteristics_box {
  margin-top: 81px;
  overflow: hidden;
}
.wrap_box .team_characteristics_box .team_characteristics_list {
  margin: 40px -18px 0;
  overflow: hidden;
}
.wrap_box .team_characteristics_box .team_characteristics_list li {
  padding: 0 18px;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  top: 1px;
  transform: translateY(-1px);
  padding: 36px 30px 0;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  content: "";
  background: #003360;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item .team_characteristics_img {
  height: 36px;
  width: 40px;
  margin-bottom: 24px;
  overflow: hidden;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item .team_characteristics_img i {
  width: 200%;
  height: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item .team_characteristics_img i img {
  display: block;
  float: left;
  height: 36px;
  width: 40px;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item > h3 {
  font-size: 18px;
  color: #0d263d;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item .team_characteristics_text {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  min-height: 120px;
  box-sizing: content-box;
  padding-bottom: 27px;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover::after {
  top: 0;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover > h3,
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover .team_characteristics_text {
  color: #fff;
}
.wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover .team_characteristics_img i {
  transform: translateX(-40px);
}
.wrap_box .team_lecturer_box {
  margin-top: 94px;
  overflow: hidden;
  padding-bottom: 113px;
}
.wrap_box .team_lecturer_box .team_lecturer_list {
  margin: 57px -15px 20px;
  overflow: hidden;
}
.wrap_box .team_lecturer_box .team_lecturer_list li {
  padding: 0 15px 39px;
}
.wrap_box .team_lecturer_box .team_lecturer_list li a {
  display: block;
}
.wrap_box .team_lecturer_box .team_lecturer_list li a .team_lecturer_img {
  overflow: hidden;
  width: 100%;
}
.wrap_box .team_lecturer_box .team_lecturer_list li a .team_lecturer_img img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .team_lecturer_box .team_lecturer_list li a .team_lecturer_tit {
  padding: 20px;
  position: relative;
  font-size: 20px;
  color: #0d263d;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6e6;
  top: 1px;
  transform: translateY(-2px);
}
.wrap_box .team_lecturer_box .team_lecturer_list li a:hover .team_lecturer_img img {
  transform: scale(1.1) rotate(0);
}
.wrap_box .team_lecturer_box .team_lecturer_list li a:hover .team_lecturer_tit {
  color: blue;
}
.wrap_box.wrap_box_bg {
  background: #fafafa;
}
.wrap_box.wrap_box_bg.wrap_boxs{
	margin-top: 130px;
}
.wrap_box .team_detail_intro {
  margin: 52px auto 35px;
  padding: 30px 109px 40px 38px;
  background: #f7f7f7;
  overflow: hidden;
}
.wrap_box .team_detail_intro .team_detail_left {
  width: 277px;
  margin-right: 39px;
}
.wrap_box .team_detail_intro .team_detail_left .team_intro_img {
  width: 100%;
  margin-bottom: 27px;
}
.wrap_box .team_detail_intro .team_detail_left .team_intro_img img {
  width: 100%;
  display: block;
}
.wrap_box .team_detail_intro .team_detail_left .msg {
  text-align: center;
}
.wrap_box .team_detail_intro .team_detail_left .msg > h3 {
  margin-bottom: 9px;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}
.wrap_box .team_detail_intro .team_detail_left .msg p {
  font-size: 14px;
  line-height: 23px;
  color: #666666;
}
.wrap_box .team_detail_intro .team_intro_dec {
  width: 737px;
}
.wrap_box .team_detail_intro .team_intro_dec > h3 {
  width: 140px;
  height: 50px;
  background-color: #003360;
  border-radius: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 29px;
}
.wrap_box .team_detail_intro .team_intro_dec .team_intro_item {
  margin-bottom: 20px;
  overflow: hidden;
}
.wrap_box .team_detail_intro .team_intro_dec .team_intro_item span {
  display: block;
  float: left;
  padding: 0 16px 0 30px;
  line-height: 24px;
  font-size: 14px;
  color: #003360;
  font-weight: bold;
  background: url(../img/team_detail_icon01.png) no-repeat left center;
}
.wrap_box .team_detail_intro .team_intro_dec .team_intro_item p {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  width: calc(100% - 116px);
  max-height: 144px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap_box .team_detail_content {
  margin-top: 22px;
  overflow: hidden;
}
.wrap_box .team_detail_content li {
  padding: 0 52px 31px 50px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 22px;
}
.wrap_box .team_detail_content li h4 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px;
  color: #003360;
  font-weight: bold;
}
.wrap_box .team_detail_content li p {
  font-size: 16px;
  line-height: 37px;
  color: #666666;
}
.wrap_box .team_detail_content li:last-child {
  border-bottom: none;
}
.wrap_box .team_detail_img {
  padding: 0 38px;
}
.wrap_box .team_detail_img img {
  display: block;
  width: 100%;
}
.wrap_box .team_lecturer_box.team_detail_listbox {
  margin: 0 auto;
}
.wrap_box .team_lecturer_box.team_detail_listbox .team_lecturer_list {
  margin: 113px auto 143px;
}
.wrap_box .team_lecturer_box.team_detail_listbox .team_lecturer_list li {
  padding: 0 15px 0;
}
.wrap_box {
  /*分页*/
}
.wrap_box .onlie_box {
  margin-top: 40px;
  overflow: hidden;
  border-top: 4px solid #003360;
  background: #fff;
  padding: 25px 0 0;
}
.wrap_box .onlie_box:last-child {
  margin-bottom: 99px;
}
.wrap_box .onlie_box.onlie_first_box {
  padding-bottom: 19px !important;
  margin-top: 48px !important;
}
.wrap_box .onlie_box .onlie_top {
  margin-bottom: 25px;
  height: 28px;
  padding: 0 22px;
}
.wrap_box .onlie_box .onlie_top > h3 {
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  float: left;
  margin-right: 58px;
}
.wrap_box .onlie_box .onlie_top .onlie_top_list {
  float: left;
  margin-top: 3px;
}
.wrap_box .onlie_box .onlie_top .onlie_top_list a {
  padding: 6px 7px;
  margin-right: 22px;
  float: left;
  display: block;
  font-size: 14px;
  color: #999999;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 14px;
  top: -1px;
  transform: translateY(1px);
}
.wrap_box .onlie_box .onlie_top .onlie_top_list a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
  background: #003360;
}
.wrap_box .onlie_box .onlie_top .onlie_top_list a:hover,
.wrap_box .onlie_box .onlie_top .onlie_top_list a.active {
  color: #fff;
}
.wrap_box .onlie_box .onlie_top .onlie_top_list a:hover::after,
.wrap_box .onlie_box .onlie_top .onlie_top_list a.active::after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.wrap_box .onlie_box .onlie_bottom_box {
  padding: 0 35px 0 25px;
  overflow: hidden;
  clear: both;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list {
  margin-right: -19px;
  overflow: hidden;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li {
  padding: 0 19px 15px 0;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a {
  display: block;
  width: 100%;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a .onlie_item_img {
  overflow: hidden;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a .onlie_item_img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a .onlie_item_tit {
  font-size: 18px;
  font-weight: bold;
  color: #0d263d;
  margin: 24px 37px 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a .onlie_item_p {
  line-height: 20px;
  font-size: 14px;
  color: #697081;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  margin: 0 16px 0 0;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a:hover .onlie_item_img img {
  animation: fd 0.5s 0.15s linear;
  -moz-animation: fd 0.5s 0.15s linear;
  -webkit-animation: fd 0.5s 0.15s linear;
  -o-animation: fd 0.5s 0.15s linear;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a:hover .onlie_item_tit {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #011e37;
}
.wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a:hover .onlie_item_p {
  color: #011e37;
}
.wrap_box .webdiyerCss {
  clear: both;
  padding: 0;
  width: 100%;
  text-align: center;
}
.wrap_box .webdiyerCss a,
.wrap_box .webdiyerCss a:link,
.wrap_box .webdiyerCss span,
.wrap_box .webdiyerCss .redcss {
  padding: 13px 20px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 14px;
}
.wrap_box .webdiyerCss .redcss {
  width: 50px;
  padding: 13px 5px;
  text-align: center;
}
.wrap_box .webdiyerCss .page_go {
  display: inline-block;
  padding: 5px 12px;
  height: 37px;
  margin-left: 5px;
  height: 32px;
}
.wrap_box .webdiyerCss input,
.wrap_box .webdiyerCss a,
.wrap_box .webdiyerCss a:link {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}
.wrap_box .webdiyerCss .active {
  font-weight: bold;
  background: #003360;
  border: 1px solid #e4e4e4;
  color: #fff;
}
.wrap_box .webdiyerCss a:hover,
.wrap_box .webdiyerCss .page_go:hover,
.wrap_box .webdiyerCss .active {
  background: #003360;
  border: 1px solid #eee;
  color: #333;
  cursor: pointer;
  color: #fff;
}
.wrap_box .open_class_box .open_class_top {
  margin: 34px 0 33px;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box {
  width: 890px;
  float: left;
  box-sizing: border-box;
  padding: 7px 20px 25px 25px;
  background: #fff;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show {
  display: block;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item {
  border-bottom: solid 1px #eeeeee;
  padding: 0 30px 0 0;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item span {
  line-height: 22px;
  width: 75px;
  color: #333333;
  display: block;
  float: left;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul {
  margin-left: 75px;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li {
  float: left;
  margin-right: 3px;
  line-height: 22px;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li a {
  padding: 0 11px;
  color: #333;
  line-height: 22px;
  float: right;
  margin: 10px 0;
  display: block;
  border-radius: 3px;
  position: relative;
  top: -1px;
  transform: translateY(1px);
  overflow: hidden;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
  background: #003360;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li:hover a,
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li.active a {
  color: #fff;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li:hover a::after,
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item ul .pt_li.active a::after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show .open_classfity_item:last-child {
  border-bottom: none;
}
.wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show {
  display: none;
}
.wrap_box .open_class_box .open_class_top .open_top_right {
  width: 282px;
  float: right;
  background: url(../img/open_bg.png) no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 26px;
}
.wrap_box .open_class_box .open_class_top .open_top_right > h3 {
  font-size: 24px;
  line-height: 24px;
  padding: 39px 10px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap_box .open_class_box .open_class_top .open_top_right span {
  display: block;
  font-family: PingFang-SC-Heavy;
  font-size: 14px;
  margin-bottom: 22px;
}
.wrap_box .open_class_box .open_class_top .open_top_right a {
  display: block;
  width: 92px;
  height: 30px;
  border: solid 1px #ffffff;
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: PingFang-SC-Medium;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .open_class_box .open_class_top .open_top_right a:hover {
  border-radius: 5px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .open_class_content {
  margin: 34px auto 20px;
  overflow: hidden;
  background-color: #fff;
  border-top: 5px solid #11406a;
  padding: 0 37px 10px 27px;
}
.wrap_box .open_class_content .open_class_list {
  margin: 0 -14px 20px;
  overflow: hidden;
}
.wrap_box .open_class_content .open_class_list li {
  padding: 37px 14px 0px;
}
.wrap_box .open_class_content .open_class_list li .open_item {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}
.wrap_box .open_class_content .open_class_list li .open_item .open_class_img {
  width: 100%;
  overflow: hidden;
}
.wrap_box .open_class_content .open_class_list li .open_item .open_class_img img {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.wrap_box .open_class_content .open_class_list li .open_item .open_class_tit {
  font-size: 18px;
  color: #0d263d;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 13px;
  margin: 19px 23px 10px 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ededed;
}
.wrap_box .open_class_content .open_class_list li .open_item .open_class_msg {
  margin: 0 23px 16px 17px;
}
.wrap_box .open_class_content .open_class_list li .open_item .open_class_msg span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap_box .open_class_content .open_class_list li .open_item .open_class_msg span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  height: 14px;
  width: auto;
}
.wrap_box .open_class_content .open_class_list li .open_item a {
  line-height: 38px;
  background-color: #ededed;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #11406a;
  position: relative;
  top: -1px;
  transform: translateY(-1px);
}
.wrap_box .open_class_content .open_class_list li .open_item a::after {
  position: absolute;
  display: block;
  content: "";
  background: #11406a;
  top: 110%;
  z-index: -1;
  width: 100%;
  left: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .open_class_content .open_class_list li .open_item:hover .open_class_img img {
  transform: scale(1.1) rotate(0);
}
.wrap_box .open_class_content .open_class_list li .open_item:hover .open_class_tit {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.wrap_box .open_class_content .open_class_list li .open_item:hover a {
  display: block;
  color: #fff;
}
.wrap_box .open_class_content .open_class_list li .open_item:hover a::after {
  top: 0;
}
.wrap_box.wrap_onlie {
  margin-top: 155px;
}
.wrap_box .open_detail_tit,
.wrap_box .new_detail_tit {
  font-size: 18px;
  color: #333333;
  padding: 1px 0 18px 17px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 18px;
}
.wrap_box .new_detail_tit::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 3px;
  height: 22px;
  background-color: #003360;
}
.wrap_box .open_detail_tit::after,
.wrap_box .new_detail_tit::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 3px;
  background-color: #003360;
}
.wrap_box .open_detail_top {
  background: #fff;
  padding: 36px 20px 30px 27px;
  margin-bottom: 30px;
}
.wrap_box .open_detail_top .open_detail_top_img {
  float: left;
  width: 503px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.wrap_box .open_detail_top .open_detail_top_img img {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .open_detail_top .open_detail_top_img span {
  position: absolute;
  z-index: 999;
  display: block;
  border-radius: 0px 17px 17px 0px;
  line-height: 35px;
  background: #f3525a;
  padding: 0 27px;
  font-size: 16px;
  color: #ffffff;
  top: 30px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .open_detail_top .open_detail_top_img:hover img {
  transform: scale(1.1) rotate(0);
}
.wrap_box .open_detail_top .open_detail_top_img:hover span {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .open_detail_top .open_detail_top_right {
  float: right;
  width: 603px;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_tit {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 10px 23px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 17px;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_msg {
  margin-bottom: 10px;
  overflow: hidden;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_msg span {
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  display: block;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_msg span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  height: 19px;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_msg span i {
  color: #f3525a;
  font-weight: bold;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_msg span > a {
  border-radius: 2px;
  border: solid 1px #003360;
  color: #003360;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  margin-right: 22px;
  line-height: 14px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_msg span > a:hover {
  background: #003360;
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_more {
  width: 120px;
  height: 36px;
  background: #f3525a;
  border-radius: 18px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .open_detail_top .open_detail_top_right .open_class_more:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .open_btn_list {
  margin: 0 76px 50px;
  overflow: hidden;
}
.wrap_box .open_btn_list li {
  padding: 0 9px;
  box-sizing: border-box;
}
.wrap_box .open_btn_list li a {
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  transform: translateY(-1px);
}
/* .wrap_box .open_btn_list li a::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #003360;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  left: -20px;
  -webkit-transform: translate(-42%, -50%);
  transform: translate(-42%, -50%);
}
.wrap_box .open_btn_list li a::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #003360;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  right: -20px;
  -webkit-transform: translate(42%, -50%);
  transform: translate(42%, -50%);
} */
.wrap_box .open_btn_list li a:hover,
.wrap_box .open_btn_list li a.active {
  color: #fff;
  background: #003360;
}
.wrap_box .open_btn_list li a:hover:before,
.wrap_box .open_btn_list li a.active:before {
  animation: criss-cross-left 0.8s both;
}
.wrap_box .open_btn_list li a:hover::after,
.wrap_box .open_btn_list li a.active::after {
  animation: criss-cross-right 0.8s both;
}
.wrap_box .open_detail_leftbox {
  padding: 0;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem {
  margin-bottom: 59px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_h4 {
  padding: 8px 15px 10px 18px;
  font-size: 16px;
  font-weight: bold;
  color: #003360;
  line-height: 16px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_h4.open_detail_msg_tip {
  line-height: 31px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem_en span {
  font-size: 14px;
  color: #333333;
  line-height: 31px;
  display: block;
  padding: 0 15px 0 18px;
  font-weight: bold;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem span.bm_tip {
  font-weight: normal;
  margin-bottom: 29px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem span.bm_tip i {
  font-weight: bold;
  color: #f3525a;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_p {
  font-size: 14px;
  color: #666666;
  line-height: 31px;
  padding: 0 15px 0 17px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_img {
  display: block;
  padding: 10px 0 0;
  width: auto;
  margin: 0 auto;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp {
  margin-bottom: 16px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp lable {
  width: 20%;
  text-align: right;
  float: left;
  line-height: 51px;
  padding-right: 26px;
  color: #333333;
  font-size: 16px;
  box-sizing: border-box;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp lable i {
  color: #f3525a;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp input {
  width: 80%;
  line-height: 51px;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  box-sizing: border-box;
  padding: 0 19px;
  font-size: 16px;
  color: #000;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp input:-ms-input-placeholder {
  color: #d2d2d2;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp > p {
  margin-left: 20%;
  line-height: 30px;
  color: red;
  display: none;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .jion_tit {
  margin: 33px 0 27px 39px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table-responsive {
  margin-left: 50px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add > thead {
  background: #003360;
  color: #fff;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add > thead tr th {
  text-align: center;
  border: none;
  padding: 18px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add tbody tr td {
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  border: solid 1px #d3d3d3;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add tbody tr td:last-child {
  cursor: pointer;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .add_btn {
  margin: 20px 0 40px;
  font-size: 16px;
  color: #333333;
  text-align: right;
  width: 100%;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .add_btn img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 12px;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .submit_more {
  width: 136px;
  height: 36px;
  background: #f3525a;
  border-radius: 23px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  display: block;
  text-align: center;
  margin-left: 44px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
.wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .submit_more:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .open__detail_rightbox {
  box-sizing: border-box;
  padding-left: 54px;
}
.wrap_box .open__detail_rightbox > h3 {
  font-size: 18px;
  color: #0d263d;
  font-weight: bold;
  margin-bottom: 21px;
}
.wrap_box .open__detail_rightbox .rem_list li a {
  display: block;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 12px;
}
.wrap_box .open__detail_rightbox .rem_list li a img {
  display: block;
  width: 100%;
}
.wrap_box .open__detail_rightbox .rem_list li a h3 {
  font-size: 16px;
  line-height: 56px;
  color: #0d263d;
  padding-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap_box .open__detail_rightbox .rem_list li a:hover h3 {
  color: #003360;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.wrap_box .aboutus_box {
  padding: 47px 0 34px;
}
.wrap_box .aboutus_box h3 {
  width: 160px;
  height: 60px;
  background-color: #003360;
  border-radius: 2px;
  margin: 0 auto 73px;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.wrap_box .aboutus_box .about_right {
  float: right;
  padding: 0;
}
.wrap_box .aboutus_box .about_right img {
  width: 100%;
  display: block;
  margin-bottom: 38px;
}
.wrap_box .aboutus_box .about_right .num_box {
  color: #003360;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li {
  cursor: pointer;
  float: left;
  width: 50%;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li .num {
  display: inline-block;
  font-family: ArialMT;
  font-size: 48px;
  letter-spacing: 1;
  height: 41px;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li .num .scrollnum {
  font-size: 48px;
  line-height: 41px;
  letter-spacing: 1;
  font-family: ArialMT;
  font-weight: bold;
  height: 41px;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li .num span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li .num img {
  display: inline-block;
  width: 22px;
  height: 16px;
  vertical-align: -50%;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li p {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 17px;
  padding-left: 7%;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li:hover .num {
  color: #011e37;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li:hover .num .scrollnum {
  color: #011e37;
}
.wrap_box .aboutus_box .about_right .num_box > ul > li:hover p {
  color: #011e37;
}
.wrap_box .aboutus_box .about_left {
  float: left;
  box-sizing: border-box;
  padding: 0 66px 0 0;
}
.wrap_box .aboutus_box .about_left h4 {
  font-size: 28px;
  font-weight: bold;
  color: #003360;
  line-height: 28px;
  padding-bottom: 14px;
}
.wrap_box .aboutus_box .about_left p {
  font-size: 14px;
  line-height: 29px;
  color: #999;
  margin-bottom: 52px;
}
.wrap_box .news_pages_box {
  padding: 63px 0 141px;
}
.wrap_box .news_pages_box .new_btn_list {
  margin: 0 360px 30px;
  overflow: hidden;
}
.wrap_box .news_pages_box .new_btn_list li {
  padding: 0;
  box-sizing: border-box;
}
.wrap_box .news_pages_box .new_btn_list li a {
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  transform: translateY(-1px);
}
.wrap_box .news_pages_box .new_btn_list li a::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #003360;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  left: -20px;
  -webkit-transform: translate(-42%, -50%);
  transform: translate(-42%, -50%);
}
.wrap_box .news_pages_box .new_btn_list li a::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #003360;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  right: -20px;
  -webkit-transform: translate(42%, -50%);
  transform: translate(42%, -50%);
}
.wrap_box .news_pages_box .new_btn_list li a:hover,
.wrap_box .news_pages_box .new_btn_list li a.active {
  color: #fff;
}
.wrap_box .news_pages_box .new_btn_list li a:hover:before,
.wrap_box .news_pages_box .new_btn_list li a.active:before {
  animation: criss-cross-left 0.8s both;
}
.wrap_box .news_pages_box .new_btn_list li a:hover::after,
.wrap_box .news_pages_box .new_btn_list li a.active::after {
  animation: criss-cross-right 0.8s both;
}
.wrap_box .news_pages_box .new_pages_list {
  margin-bottom: 57px;
  overflow: hidden;
}
.wrap_box .news_pages_box .new_pages_list li {
  width: 100%;
  padding: 40px 0 37px;
  border-bottom: 1px dashed #e6e6e6;
  overflow: hidden;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_img {
  padding: 0 15px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_img img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word {
  padding: 0 0 0 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word h3 {
  line-height: 18px;
  margin-bottom: 29px;
  margin-top: 17px;
  overflow: hidden;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word h3 span {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  color: #003360;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word h3 i {
  width: 30%;
  font-size: 16px;
  text-align: right;
  color: #999999;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word p {
  padding-right: 132px;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  color: #666666;
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word > a {
  width: 120px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 2px;
  float: right;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-top: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  top: 1px;
  transform: translateY(-1px);
}
.wrap_box .news_pages_box .new_pages_list li .new_item_word > a::after {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #003360;
}
.wrap_box .news_pages_box .new_pages_list li:hover .new_item_word h3 span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.wrap_box .news_pages_box .new_pages_list li:hover .new_item_word a {
  color: #fff;
}
.wrap_box .news_pages_box .new_pages_list li:hover .new_item_word a::after {
  width: 100%;
}
.news_detail_box {
  padding: 67px 0 10px;
}
.news_detail_box .news_detail_left {
  float: left;
  width: 800px;
}
.news_detail_box .news_detail_left .new_detail_content {
  padding: 38px 0 31px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.new_detail_content img{
	width:100%;
}
.news_detail_box .news_detail_left .new_detail_content > h4 {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.news_detail_box .news_detail_left .new_detail_content > span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding-bottom: 22px;
}
.news_detail_box .news_detail_left .new_detail_content > summary {
  padding: 10px 24px 17px;
  border: solid 1px #e6e6e6;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 35px;
}
.news_detail_box .news_detail_left .new_detail_content > summary > strong {
  color: #333;
}
.news_detail_box .news_detail_left .new_detail_content > h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 0 24px 17px;
  color: #333333;
}
.news_detail_box .news_detail_left .new_detail_content > p {
  padding: 0 24px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 25px;
}
.news_detail_box .news_detail_left .new_detail_content > img {
  display: block;
  width: auto;
  margin: 7px auto 31px;
}
.news_detail_box .news_detail_left .new_detail_pages {
  padding: 0 0 0 31px;
  line-height: 29px;
  font-size: 14px;
  color: #333333;
}
.news_detail_box .news_detail_left .new_detail_pages span {
  display: block;
}
.news_detail_box .news_detail_left .new_detail_pages span a {
  display: inline-block;
  color: #003360;
}
.news_detail_box .news_detail_right {
  width: 355px;
  float: right;
}
.news_detail_box .news_detail_right > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  clear: both;
}
.news_detail_box .news_detail_right > ul > li > a {
  display: block;
  width: 100%;
}
.news_detail_box .news_detail_right > ul > li > a .new_detail_right_img {
  padding: 0 6px 0 0;
}
.news_detail_box .news_detail_right > ul > li > a .new_detail_right_img img {
  display: block;
  width: 100%;
}
.news_detail_box .news_detail_right > ul > li > a .new_detail_right_dec {
  padding: 0 0 0 7px;
}
.news_detail_box .news_detail_right > ul > li > a .new_detail_right_dec p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
}
.news_detail_box .news_detail_right > ul > li > a .new_detail_right_dec span {
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  display: block;
  padding-top: 5px;
}
.wrap_box .custom_pic_title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  padding-bottom: 30px;
  position: relative;
}
.wrap_box .custom_pic_title::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 64px;
  height: 2px;
  background-color: #bdbdbd;
}
.wrap_box .custom_pic_title.custom_pic_white {
  color: #fff;
}
.wrap_box .custom_pic_title.custom_pic_white:after {
  background-color: #fff;
}
.wrap_box .custom_bussine_box {
  margin: 76px auto 10px;
}
.wrap_box .custom_bussine_box .custom_bussine_cont {
  background: #f6f6f6;
  margin-top: 52px;
}
.wrap_box .custom_bussine_box .custom_bussine_cont .custom_bussine_img {
  padding: 0 22px 0 0;
}
.wrap_box .custom_bussine_box .custom_bussine_cont .custom_bussine_img img {
  display: block;
  width: 100%;
}
.wrap_box .custom_bussine_box .custom_bussine_right {
  padding: 0px 29px 56px 22px;
}
.wrap_box .custom_bussine_box .custom_bussine_right .custom_bussine_top {
  line-height: 28px;
  color: #666666;
  font-size: 16px;
  padding-bottom: 44px;
}
.wrap_box .custom_bussine_box .custom_bussine_right .custom_bussine_bottom {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 26px 9px 26px;
  background: #003360;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .custom_bussine_box .custom_bussine_right .custom_bussine_bottom::after {
  position: absolute;
  content: "";
  display: block;
  width: 65px;
  height: 24px;
  right: 0;
  bottom: -24px;
  background: url(../img/custom_bg.png) no-repeat top center;
  background-size: cover;
}
.wrap_box .custom_bussine_box .custom_bussine_right:hover .custom_bussine_bottom {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .advantage_box {
  padding: 50px 0 5px;
  background: url(../img/ys_img.png) no-repeat top center;
  background-size: 100% 100%;
}
.wrap_box .advantage_box .advantage_list {
  width: 423px;
  height: 408px;
  margin: 106px auto 113px;
  position: relative;
}
.wrap_box .advantage_box .advantage_list img {
  width: 100%;
  height: 100%;
}
.wrap_box .advantage_box .advantage_list .advantage_item {
  position: absolute;
  z-index: 3;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  width: 540px;
}
.wrap_box .advantage_box .advantage_list .advantage_item span {
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  text-align: center;
  float: left;
  background-color: #003360;
}
.wrap_box .advantage_box .advantage_list .advantage_item i {
  display: block;
  float: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(2) {
  left: 215px;
  top: -28px;
  text-align: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(2) span {
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  margin: 7px 26px 0 0;
  line-height: 42px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(3) {
  left: -340px;
  top: 153px;
  width: 366px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(3) span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  margin: 7px 0 0 26px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  float: right;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(3) i {
  text-align: right;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(4) {
  left: -210px;
  top: 355px;
  width: 290px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(4) span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  margin: 0 0 0 9px;
  line-height: 24px;
  text-align: center;
  float: right;
  font-size: 14px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(4) i {
  text-align: right;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(5) {
  right: -246px;
  bottom: -32px;
  width: 383px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(5) span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: block;
  margin: 0 11px 0 0;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  float: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(5) i {
  text-align: left;
  margin-top: 19px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(6) {
  right: -357px;
  bottom: 58px;
  width: 393px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(6) span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 0 21px 0 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(6) i {
  text-align: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(7) {
  right: -345px;
  top: 130px;
  width: 370px;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(7) span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  margin: 0 36px 0 0;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  float: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:nth-child(7) i {
  text-align: left;
}
.wrap_box .advantage_box .advantage_list .advantage_item:hover {
  background: #003360;
  color: #fff;
}
.wrap_box .project_box {
  padding: 86px 0 60px;
}
.wrap_box .project_box ul {
  margin: 68px -5px 0;
  overflow: hidden;
}
.wrap_box .project_box ul li {
  padding: 0 5px;
  float: left;
  width: 14.25%;
  position: relative;
}
.wrap_box .project_box ul li::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 120px;
  width: 1px;
  height: 100%;
  background-color: #b0b0b0;
}
.wrap_box .project_box ul li > img {
  width: 136px;
  display: block;
  margin: 0 auto 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .project_box ul li > h3 {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .project_box ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  min-height: 80x;
}
.wrap_box .project_box ul li:last-child::after {
  display: none;
}
.wrap_box .project_box ul li:hover h3 {
  color: red;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .kctx_box {
  background: #fff;
  padding: 69px 0 94px;
}
.wrap_box .kctx_box .table_list {
  margin-top: 54px;
}
.wrap_box .kctx_box .table_list .a_1 {
  width: 33.3%;
  float: left;
  height: 60px;
  background-color: #f8f8f8;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.wrap_box .kctx_box .table_list .a_1:hover,
.wrap_box .kctx_box .table_list .a_1.cur {
  border: solid 1px #d3d3d3;
  color: #ffffff;
  background: #003360;
}
.wrap_box .kctx_box .b_1 {
  display: none;
  padding: 48px 0px 30px 0px;
  border: solid 1px #d3d3d3;
  border-top: none;
  min-height: 308px;
  position: relative;
}
.wrap_box .kctx_box .b_1::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  width: 1px;
  height: 254px;
  background-color: #d3d3d3;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap_box .kctx_box .b_1 a {
  display: block;
  float: left;
  font-size: 16px;
  color: #666666;
  width: 25%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  padding: 0 17px 28px 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrap_box .kctx_box .b_1 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #003360;
}
.wrap_box .nxdj_box {
  width: 100%;
  background: #002e67;
  padding: 57px 0 71px;
  overflow: hidden;
  color: #fff;
}
.wrap_box .nxdj_box > div {
  margin-top: 91px;
  overflow: hidden;
}
.wrap_box .nxdj_box > div .nxdj_left {
  padding: 31px 28px 0 0;
  box-sizing: border-box;
}
.wrap_box .nxdj_box > div .nxdj_left > h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 16px;
}
.wrap_box .nxdj_box > div .nxdj_left > h3::after {
  width: 57px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.wrap_box .nxdj_box > div .nxdj_left > p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 83px;
}
.wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li {
  cursor: pointer;
  float: left;
  width: 50%;
  margin-bottom: 67px;
}
.wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li .num {
  font-family: ArialMT;
  font-size: 48px;
  letter-spacing: 1;
  height: 41px;
  line-height: 41px;
}
.wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li .num .scrollnum {
  font-size: 48px;
  line-height: 41px;
  font-family: ArialMT;
  font-weight: bold;
  height: 41px;
  display: inline-block;
}
.wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li .num img {
  display: inline-block;
  width: 22px;
  height: 16px;
  vertical-align: bottom;
}
.wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li p {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  padding-top: 26px;
}
.wrap_box .nxdj_box > div .nxdj_right {
  padding: 0 0 0 30px;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox {
  background-color: #ffffff;
  padding: 34px 39px 21px 27px;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp {
  margin-bottom: 12px;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp lable {
  width: 25%;
  text-align: right;
  float: left;
  line-height: 40px;
  padding-right: 15px;
  color: #333333;
  font-size: 14px;
  box-sizing: border-box;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp lable i {
  color: #f3525a;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp input {
  width: 75%;
  line-height: 38px;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  box-sizing: border-box;
  padding: 0 19px;
  font-size: 14px;
  color: #d2d2d2;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp input:-ms-input-placeholder {
  color: #d2d2d2;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp textarea {
  width: 75%;
  line-height: 38px;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  box-sizing: border-box;
  padding: 0 19px;
  font-size: 16px;
  height: 102px;
  color:#d2d2d2;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp textarea:-ms-input-placeholder {
  color: #d2d2d2;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp > p {
  margin-left: 20%;
  line-height: 30px;
  color: red;
  display: none;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .submit_more {
  width: 75%;
  height: 46px;
  background-color: #003360;
  border-radius: 23px;
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
  display: block;
  text-align: center;
  margin-left: 44px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 25%;
}
.wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .submit_more:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wrap_box .consult_box {
  padding: 58px 0 79px;
}
.wrap_box .consult_box .consult_left {
  width: 300px;
  float: left;
  position: relative;
}
.wrap_box .consult_box .consult_left .wrap_show_btn {
  display: none;
}
.wrap_box .consult_box .consult_left .consult_tit {
  height: 50px;
  background-color: #003360;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
.wrap_box .consult_box .consult_left .consult_link {
  background-color: #f5f5f5;
  padding: 0 20px 37px;
  margin-bottom: 33px;
}
.wrap_box .consult_box .consult_left .consult_link li a {
  font-size: 16px;
  color: #333333;
  line-height: 64px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 0 10px 0 44px;
  background: url(../img/cu_icon.png) no-repeat center left;
}
.wrap_box .consult_box .consult_left .consult_link li a:hover,
.wrap_box .consult_box .consult_left .consult_link li a.active {
  color: #003360;
  font-weight: bold;
}
.wrap_box .consult_box .consult_left .consult_msg {
  background: #f5f5f5;
  padding: 0 22px 40px;
}
.wrap_box .consult_box .consult_left .consult_msg span {
  padding-top: 30px;
  font-size: 16px;
  line-height: 16px;
  display: block;
}
.wrap_box .consult_box .consult_left .consult_msg span i {
  color: #666666;
}
.wrap_box .consult_box .consult_right {
  float: right;
  width: 862px;
}
.wrap_box .consult_box .consult_right > h3 {
  font-size: 18px;
  color: #003360;
  font-weight: bold;
  background: url(../img/cu_bg.png) repeat-x top;
  line-height: 52px;
  padding-left: 18px;
  background-size: 100% 100%;
  margin-bottom: 22px;
  box-sizing: border-box;
  position: relative;
}
.wrap_box .consult_box .consult_right > h3::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #003360;
}
.wrap_box .consult_box .consult_right .consult_content {
  padding: 0 34px 60px 0;
}
.wrap_box .consult_box .consult_right .consult_content p {
  font-size: 16px;
  line-height: 31px;
  color: #666666;
}
.wrap_box .consult_box .consult_right > img {
  width: auto;
  display: block;
  margin: 0 auto 30px;
}
.wrap_box .consult_box .consult_right > img.last_img {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .wrap_box .open_class_box .open_class_top .open_classfity_box {
    width: 68%;
  }
  .wrap_box .open_class_box .open_class_top .open_top_right {
    width: 30%;
  }
  .wrap_box .open_class_content {
    margin: 34px auto 108px;
    overflow: hidden;
    background-color: #fff;
    border-top: 5px solid #11406a;
    padding: 0 37px 0px 27px;
  }
  .wrap_box .open_class_content .open_class_list {
    margin: 0 -14px 69px;
    overflow: hidden;
  }
  .wrap_box .open_class_content .open_class_list li {
    padding: 37px 14px 0px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item {
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_img {
    width: 100%;
    overflow: hidden;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_img img {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_tit {
    font-size: 18px;
    color: #0d263d;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 13px;
    margin: 19px 23px 10px 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #ededed;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_msg {
    margin: 0 23px 16px 17px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_msg span {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_msg span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    height: 14px;
    width: auto;
  }
  .wrap_box .consult_box {
    padding: 58px 0 79px;
  }
  .wrap_box .consult_box .consult_left {
    width: 25%;
  }
  .wrap_box .consult_box .consult_right {
    width: 73%;
  }
  .news_detail_box {
    padding: 67px 0 10px;
  }
  .news_detail_box .news_detail_left {
    width: 70%;
  }
  .news_detail_box .news_detail_right {
    width: 28%;
  }
  .wrap_box .open_detail_top .open_detail_top_img {
    width: 42%;
  }
  .wrap_box .open_detail_top .open_detail_top_right {
    width: 52%;
    float: right;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_tit {
    margin-bottom: 10px;
    padding: 8px 10px 15px 0;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_msg {
    margin-bottom: 7px;
  }
  .wrap_box .open_btn_list {
    margin: 0 76px 50px;
    overflow: hidden;
  }
  .wrap_box .open_btn_list li {
    padding: 0 9px;
    box-sizing: border-box;
  }
  .wrap_box .open_btn_list li a {
    height: 60px;
    background-color: #f1f1f1;
    border-radius: 2px;
    display: block;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 1px;
    transform: translateY(-1px);
  }
  .wrap_box .open_btn_list li a::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #003360;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    left: -20px;
    -webkit-transform: translate(-42%, -50%);
    transform: translate(-42%, -50%);
  }
  .wrap_box .open_btn_list li a::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #003360;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    right: -20px;
    -webkit-transform: translate(42%, -50%);
    transform: translate(42%, -50%);
  }
  .wrap_box .open_btn_list li a:hover,
  .wrap_box .open_btn_list li a.active {
    color: #fff;
  }
  .wrap_box .open_btn_list li a:hover:before,
  .wrap_box .open_btn_list li a.active:before {
    animation: criss-cross-left 0.8s both;
  }
  .wrap_box .open_btn_list li a:hover::after,
  .wrap_box .open_btn_list li a.active::after {
    animation: criss-cross-right 0.8s both;
  }
  .wrap_box .open_detail_leftbox {
    padding: 0;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem {
    margin-bottom: 59px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_h4 {
    padding: 8px 15px 10px 18px;
    font-size: 16px;
    font-weight: bold;
    color: #003360;
    line-height: 16px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_h4.open_detail_msg_tip {
    line-height: 31px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem span {
    font-size: 14px;
    color: #333333;
    line-height: 31px;
    display: block;
    padding: 0 15px 0 18px;
    font-weight: bold;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem span.bm_tip {
    font-weight: normal;
    margin-bottom: 29px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem span.bm_tip i {
    font-weight: bold;
    color: #f3525a;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_p {
    font-size: 14px;
    color: #666666;
    line-height: 31px;
    padding: 0 15px 0 17px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_img {
    display: block;
    padding: 10px 0 0;
    width: auto;
    margin: 0 auto;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp {
    margin-bottom: 16px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp lable {
    width: 20%;
    text-align: right;
    float: left;
    line-height: 51px;
    padding-right: 26px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp lable i {
    color: #f3525a;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp input {
    width: 80%;
    line-height: 51px;
    border-radius: 2px;
    border: solid 1px #d3d3d3;
    box-sizing: border-box;
    padding: 0 19px;
    font-size: 16px;
    color: #000;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp input:-ms-input-placeholder {
    color: #d2d2d2;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp > p {
    margin-left: 20%;
    line-height: 30px;
    color: red;
    display: none;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .jion_tit {
    margin: 33px 0 27px 39px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table-responsive {
    margin-left: 50px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add > thead {
    background: #003360;
    color: #fff;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add > thead tr th {
    text-align: center;
    border: none;
    padding: 18px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add tbody tr td {
    line-height: 16px;
    padding: 18px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border: solid 1px #d3d3d3;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add tbody tr td:last-child {
    cursor: pointer;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .add_btn {
    margin: 20px 0 40px;
    font-size: 16px;
    color: #333333;
    text-align: right;
    width: 100%;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .add_btn img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 12px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .submit_more {
    width: 136px;
    height: 46px;
    background: #f3525a;
    border-radius: 23px;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    display: block;
    text-align: center;
    margin-left: 44px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .submit_more:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .wrap_box .open__detail_rightbox {
    box-sizing: border-box;
    padding-left: 54px;
  }
  .wrap_box .open__detail_rightbox > h3 {
    font-size: 18px;
    color: #0d263d;
    font-weight: bold;
    margin-bottom: 21px;
  }
  .wrap_box .open__detail_rightbox .rem_list li a {
    display: block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 12px;
  }
  .wrap_box .open__detail_rightbox .rem_list li a img {
    display: block;
    width: 100%;
  }
  .wrap_box .open__detail_rightbox .rem_list li a h3 {
    font-size: 16px;
    line-height: 56px;
    color: #0d263d;
    padding-right: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wrap_box .open__detail_rightbox .rem_list li a:hover h3 {
    color: #003360;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .wrap_box .team_detail_intro {
    margin: 52px auto 35px;
    padding: 20px 10px 40px 10px;
    background: #f7f7f7;
    overflow: hidden;
  }
  .wrap_box .team_detail_intro .team_detail_left {
    width: 30%;
    margin-right: 2%;
  }
  .wrap_box .team_detail_intro .team_detail_left .team_intro_img {
    width: 100%;
    margin-bottom: 27px;
  }
  .wrap_box .team_detail_intro .team_detail_left .team_intro_img img {
    width: 100%;
    display: block;
  }
  .wrap_box .team_detail_intro .team_intro_dec {
    width: 68%;
  }
  .wrap_box .team_detail_intro .team_intro_dec > h3 {
    width: 140px;
    height: 50px;
    background-color: #003360;
    border-radius: 2px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 29px;
  }
  .wrap_box .team_detail_intro .team_intro_dec .team_intro_item {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .wrap_box .team_detail_intro .team_intro_dec .team_intro_item span {
    display: block;
    float: left;
    padding: 0 16px 0 30px;
    line-height: 24px;
    font-size: 14px;
    color: #003360;
    font-weight: bold;
    background: url(../img/team_detail_icon01.png) no-repeat left center;
  }
  .wrap_box .team_detail_intro .team_intro_dec .team_intro_item p {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    width: calc(100% - 116px);
    max-height: 144px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .wrap_box .team_detail_content {
    margin-top: 22px;
    overflow: hidden;
  }
  .wrap_box .team_detail_content li {
    padding: 0 52px 31px 50px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 22px;
  }
  .wrap_box .team_detail_content li h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    color: #003360;
    font-weight: bold;
  }
  .wrap_box .team_detail_content li p {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
  }
  .wrap_box .team_detail_content li:last-child {
    border-bottom: none;
  }
  .wrap_box .team_detail_img {
    padding: 0 38px;
  }
  .wrap_box .team_detail_img img {
    display: block;
    width: 100%;
  }
  .wrap_box .team_lecturer_box.team_detail_listbox {
    margin: 0 auto;
  }
  .wrap_box .team_lecturer_box.team_detail_listbox .team_lecturer_list {
    margin: 113px auto 143px;
  }
  .wrap_box .team_lecturer_box.team_detail_listbox .team_lecturer_list li {
    padding: 0 15px 0;
  }
}
@media (max-width: 1000px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wedo_box {
    margin-bottom: 40px;
  }
  .wedo_box .wedo_title {
    text-align: center;
    margin: 45px 0 30px;
    font-size: 26px;
  }
  .wedo_box .wedo_list {
    margin: 0 -3px;
  }
  .wedo_box .wedo_list .wedo_item {
    padding: 0 3px 3px;
    box-sizing: border-box;
  }
  .wedo_box .wedo_list .wedo_item a {
    display: block;
    position: relative;
    border-radius: 4px;
	height:125px
  }
  .wedo_box .wedo_list .wedo_item a .wedo_content {
    padding: 20px 0 20px 20px;
  }
  .wedo_box .wedo_list .wedo_item a .wedo_content .wedo_img {
    width: 30px;
    height: 30px;
  }
  .wedo_box .wedo_list .wedo_item a .wedo_content .wedo_img i img {
    width: 30px;
    height: 30px;
  }
  .wedo_box .wedo_list .wedo_item a .wedo_content .wedo_msg {
    margin: 8px 0 6px;
    font-size: 16px;
    color: #003360;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
  .wedo_box .wedo_list .wedo_item a .wedo_content .wedo_tip {
    font-size: 12px;
    line-height: 12px;
    color: #bdc0c6;
  }
  .wedo_box .wedo_list .wedo_item a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: solid 3px #003360;
    box-sizing: border-box;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .wedo_box .wedo_list .wedo_item a:hover .wedo_content {
    background: #003360;
    transform: translate(0, 0);
  }
  .wedo_box .wedo_list .wedo_item a:hover .wedo_content .wedo_img i {
    transform: translateY(-30px);
  }
  .wedo_box .wedo_list .wedo_item a:hover .wedo_content .wedo_msg {
    color: #fff;
  }
  .wedo_box .wedo_list .wedo_item a:hover .wedo_content .wedo_tip {
    color: #a3adbb;
  }
  .business {
    margin-bottom: 30px;
  }
  .business .business_list {
    margin: 30px -5px 10px;
    overflow: hidden;
  }
  .business .business_list .business_item {
    padding: 0 5px 20px;
  }
  .business .business_list .business_item a .business_img {
    margin-bottom: 10px;
  }
  .business .business_list .business_item a .business_tit {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .business .business_list .business_item a .business_class_msg {
    margin: 0 0 10px;
  }
  .business .business_more {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
  .business .business_more::after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .business .business_more:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .business .business_more:hover::after {
    opacity: 1;
  }
  .training_box {
    padding: 32px 0 53px;
  }
  .training_box .container {
    margin-top: 30px;
  }
  .training_box .container.training_main .train_next,
  .training_box .container.training_main .train_prev {
    width: 40px;
    height: 40px;
    transform: translateY(-20%) !important;
  }
  .training_box .container.training_main .train_prev {
    left: 10px;
    background: url(../img/train_left_btn.png) no-repeat -40px center;
  }
  .training_box .container.training_main .train_prev:hover {
    background: url(../img/train_left_btn.png) no-repeat 0 center;
  }
  .training_box .container.training_main .train_next {
    right: 10px;
    background: url(../img/train_right_btn.png) no-repeat 0 center;
  }
  .training_box .container.training_main .train_next:hover {
    background: url(../img/train_right_btn.png) no-repeat -40px center;
  }
  .training_box .container .training_item .training_img .training_tip {
    width: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffe800;
    line-height: 16px;
    background: rgba(0, 51, 96, 0.5);
  }
  .training_box .container .training_item .training_word {
    padding: 18px 10px 20px 7px;
  }
  .training_box .container .training_item .training_word > h3 {
    font-size: 16px;
    padding: 0 0 6px;
  }
  .training_box .container .training_item .training_word p {
    line-height: 12px;
    font-size: 12px;
    padding: 0 10px 0 0;
    background: url(../img/icon_more.png) no-repeat 100% center;
    animation: llr linear 1.5s infinite alternate;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new_box {
    padding: 30px 0 55px;
  }
  .new_box .new_list {
    margin: 30px 0 25px;
  }
  .new_box .new_list .new_item {
    padding: 0;
    margin-bottom: 15px;
  }
  .new_box .new_list .new_item a {
    padding: 10px 12px;
  }
  .new_box .new_list .new_item a .new_img {
    overflow: hidden;
    border-radius: 4px;
  }
  .new_box .new_list .new_item a .new_word {
    padding: 0 0 0 10px;
  }
  .new_box .new_list .new_item a .new_word h3 {
    line-height: 28px;
    margin-bottom: 4px;
    margin-top: 0;
  }
  .new_box .new_list .new_item a .new_word h3 span {
    width: 65%;
    font-size: 16px;
    font-weight: bold;
  }
  .new_box .new_list .new_item a .new_word h3 i {
    width: 35%;
    font-size: 12px;
  }
  .new_box .new_list .new_item a .new_word p {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
  }
  .new_box .new_list .new_item a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .new_box .new_list .new_item a:hover .new_img img {
    transform: scale(1.1) rotate(1);
  }
  .new_box .mew_more {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 50px;
    background-color: #f3525a;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .new_box .mew_more::after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .new_box .mew_more:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .new_box .mew_more:hover::after {
    opacity: 1;
  }
  .partner_box {
    padding: 50px 0 60px;
  }
  .partner_box .partner_list {
    margin-top: 30px;
    overflow: hidden;
  }
  .partner_box .partner_list li {
    width: 33.3%;
    height: 130px;
    float: left;
    position: relative;
  }
  .partner_box .partner_list li::before {
    position: absolute;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #d6d6d6;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  .partner_box .partner_list li::after {
    position: absolute;
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    background-color: #d6d6d6;
    left: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .partner_box .partner_list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .partner_box .partner_list li a .part_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partner_box .partner_list li a::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #003360;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .partner_box .partner_list li a::after {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 1px;
    background-color: #003360;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .partner_box .partner_list li a:hover::before {
    width: 90%;
  }
  .partner_box .partner_list li a:hover::after {
    height: 90%;
  }
  .partner_box .partner_list li a img {
    display: block;
    width: 55%;
  }
  .partner_box .partner_list li:nth-child(15) a .part_img {
    position: relative;
  }
  .partner_box .partner_list li:nth-child(15) a .part_img::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #d6d6d6;
    top: 50%;
    z-index: 2;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .partner_box .partner_list li:nth-child(3n) a .part_img,
  .partner_box .partner_list li:nth-child(12) a .part_img {
    position: relative;
  }
  .partner_box .partner_list li:nth-child(3n) a .part_img::after,
  .partner_box .partner_list li:nth-child(12) a .part_img::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #d6d6d6;
    top: 50%;
    z-index: 2;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .partner_box .partner_list li:nth-child(5n) a .part_img,
  .partner_box .partner_list li:nth-child(11) a .part_img {
    position: relative;
  }
  .partner_box .partner_list li:nth-child(5n) a .part_img::after,
  .partner_box .partner_list li:nth-child(11) a .part_img::after {
    display: none;
  }
  .partner_box .partner_list li:nth-child(13) a .part_img,
  .partner_box .partner_list li:nth-child(14) a .part_img,
  .partner_box .partner_list li:nth-child(15) a .part_img {
    position: relative;
  }
  .partner_box .partner_list li:nth-child(13) a .part_img::after,
  .partner_box .partner_list li:nth-child(14) a .part_img::after,
  .partner_box .partner_list li:nth-child(15) a .part_img::after {
    position: absolute;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #d6d6d6;
    bottom: 0;
    z-index: 2;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
  .wrap_box .cpsm_btn_list {
    margin: 20px -10px 40px;
  }
  .wrap_box .cpsm_btn_list li {
    padding: 0 10px 10px;
  }
  .wrap_box .cpsm_btn_list li a {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .wrap_box .cpsm_btn_list li a::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    background: #003360;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    left: -10px;
    -webkit-transform: translate(-42%, -50%);
    transform: translate(-42%, -50%);
  }
  .wrap_box .cpsm_btn_list li a::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    background: #003360;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s;
    right: -10px;
    -webkit-transform: translate(42%, -50%);
    transform: translate(42%, -50%);
  }
  .wrap_box .cpsm_btn_list li a:hover {
    color: #fff;
  }
  .wrap_box .cpsm_btn_list li a:hover:before {
    animation: criss-cross-left 0.8s both;
  }
  .wrap_box .cpsm_btn_list li a:hover::after {
    animation: criss-cross-right 0.8s both;
  }
  .wrap_box .cpsm_pic_title {
    text-align: center;
    font-size: 18px;
    /* line-height: 18px; */
    color: #222222;
    padding-bottom: 15px;
    position: relative;
  }
  .wrap_box .cpsm_pic_title::after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #003360;
  }
  .wrap_box .cpsm_authentication_box {
    padding: 0 0 45px;
  }
  .wrap_box .cpsm_authentication_box .cpsm_authenticati_main {
    margin-top: 25px;
  }
  .wrap_box .cpsm_authentication_box .cpsm_authenticati_main .cpsm_authentication_img {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .wrap_box .cpsm_authentication_box .cpsm_authenticati_main .cpsm_authentication_dec {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding: 0 10px;
    max-height: 392px;
  }
  .wrap_box .cpsm_neighborhood_box {
    padding: 20px 0 25px;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_tip {
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    display: block;
    padding: 12px 10px 32px;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item {
    padding: 16px 0 16px;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_img {
    position: relative;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li .cpsm_neighborhood_item .cpsm_neighborhood_text {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    text-align: center;
    color: #333333;
    display: block;
    padding: 0 10px;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(2n) {
    border-right: none;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(13),
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(14) {
    border-bottom: 1px solid #cccccc;
  }
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(15),
  .wrap_box .cpsm_neighborhood_box .cpsm_neighborhood_list li:nth-child(16) {
    border-bottom: none;
  }
  .wrap_box .cpsm_cause_box {
    overflow: hidden;
    margin: 55px 0 50px;
  }
  .wrap_box .cpsm_cause_box .cause_list {
    padding-top: 35px;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_pc {
    display: none;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap {
    display: block;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap li {
    padding: 0;
    width: 100% !important;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap li .cpsm_cause_img {
    width: 40%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap li .cpsm_cause_img img {
    width: 100%;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap li .cpsm_cause_img::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    z-index: 2;
    border-color: transparent #fff transparent transparent;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap li .cpsm_cause_dec {
    width: 60%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #003360;
    position: relative;
    padding-left: 37px;
    box-sizing: border-box;
    padding: 15px 10px !important;
  }
  .wrap_box .cpsm_cause_box .cause_list.cause_list_wrap li .cpsm_cause_dec::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    left: 15px;
    bottom: 0;
    width: 36px;
    height: 3px;
    background-color: #f3525a;
  }
  .wrap_box .cpsm_class_box {
    background: url(../img/CPSM_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 35px 0 20px;
  }
  .wrap_box .cpsm_class_box p {
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-top: 25px;
    padding: 15px 50px 45px;
  }
  .wrap_box.wrap_box_bg.wrap_boxs{
	  margin-top:60px
  }
  .wrap_box {
    width: 100%;
    overflow: hidden;
  }
  .wrap_box .team_characteristics_box {
    margin-top: 41px;
    overflow: hidden;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list {
    margin: 20px 0 0;
    overflow: hidden;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li {
    padding: 0 0 10px;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item {
    background-color: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: 1px;
    transform: translateY(-1px);
    padding: 18px 15px 0;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    content: "";
    background: #003360;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item .team_characteristics_img {
    margin: 0 auto 16px;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item > h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item .team_characteristics_text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    min-height: 100px;
    box-sizing: content-box;
    padding-bottom: 15px;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover::after {
    top: 0;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover > h3,
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover .team_characteristics_text {
    color: #fff;
  }
  .wrap_box .team_characteristics_box .team_characteristics_list li .team_characteristics_item:hover .team_characteristics_img i {
    transform: translateX(-40px);
  }
  .wrap_box .team_lecturer_box {
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .wrap_box .team_lecturer_box .team_lecturer_list {
    margin: 27px -10px 0;
  }
  .wrap_box .team_lecturer_box .team_lecturer_list li {
    padding: 0 10px 20px;
  }
  .wrap_box .team_lecturer_box .team_lecturer_list li a .team_lecturer_tit {
    padding: 15px 10px 30px 20px;
    font-size: 16px;
  }
  .wrap_box .team_lecturer_box .team_lecturer_list li a .team_lecturer_tit::before {
    width: 20px;
    left: 20px;
    bottom: 15px;
  }
  .wrap_box .team_detail_intro {
    margin: 30px auto 15px;
    padding: 15px 15px 20px;
  }
  .wrap_box .team_detail_intro .team_detail_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wrap_box .team_detail_intro .team_detail_left .team_intro_img {
    width: 40%;
    margin-bottom: 0;
    float: left;
  }
  .wrap_box .team_detail_intro .team_detail_left .team_intro_img img {
    width: 100%;
    display: block;
  }
  .wrap_box .team_detail_intro .team_detail_left .msg {
    text-align: center;
    width: 60%;
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
    text-align: left;
  }
  .wrap_box .team_detail_intro .team_detail_left .msg > h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20%;
  }
  .wrap_box .team_detail_intro .team_detail_left .msg p {
    font-size: 14px;
    line-height: 18px;
  }
  .wrap_box .team_detail_intro .team_intro_dec {
    width: 100%;
  }
  .wrap_box .team_detail_intro .team_intro_dec > h3 {
    width: 100px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .wrap_box .team_detail_intro .team_intro_dec .team_intro_item {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .wrap_box .team_detail_intro .team_intro_dec .team_intro_item span {
    display: block;
    float: none;
    padding: 0 16px 0 30px;
    line-height: 24px;
    font-size: 14px;
    color: #003360;
    font-weight: bold;
    background: url(../img/team_detail_icon01.png) no-repeat left center;
  }
  .wrap_box .team_detail_intro .team_intro_dec .team_intro_item p {
    float: none;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    width: 100%;
    max-height: 144px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .wrap_box .team_detail_content {
    margin-top: 10px;
  }
  .wrap_box .team_detail_content li {
    padding: 0 0 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
  }
  .wrap_box .team_detail_content li h4 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .wrap_box .team_detail_content li p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }
  .wrap_box .team_detail_img {
    padding: 0;
  }
  .wrap_box .team_lecturer_box.team_detail_listbox {
    padding-bottom: 20px;
  }
  .wrap_box .team_lecturer_box.team_detail_listbox .team_lecturer_list {
    margin: 30px -10px 30px;
  }
  .wrap_box .team_lecturer_box.team_detail_listbox .team_lecturer_list li {
    padding: 0 10px 20px;
  }
  .wrap_box {
    /*分页*/
  }
  .wrap_box .onlie_box {
    margin-top: 20px;
    border-top: 2px solid #003360;
    background: #fff;
    padding: 15px 10px;
  }
  .wrap_box .onlie_box:last-child {
    margin-bottom: 45px;
  }
  .wrap_box .onlie_box.onlie_first_box {
    padding-bottom: 0 !important;
    margin-top: 28px !important;
  }
  .wrap_box .onlie_box .onlie_top {
    margin-bottom: 15px;
    height: auto;
    padding: 0;
  }
  .wrap_box .onlie_box .onlie_top > h3 {
    font-size: 16px;
    line-height: 28px;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .wrap_box .onlie_box .onlie_top .onlie_top_list {
    float: none;
    margin: 10px 0;
  }
  .wrap_box .onlie_box .onlie_top .onlie_top_list a {
    border: 1px solid #003360;
    padding: 0;
    margin-right: 0;
    float: none;
    width: 32%;
    margin: 0 0.05%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
  }
  .wrap_box .onlie_box .onlie_top .onlie_top_list a:nth-child(4),
  .wrap_box .onlie_box .onlie_top .onlie_top_list a:nth-child(5) {
    margin: 0 2%;
    width: 45%;
  }
  .wrap_box .onlie_box .onlie_bottom_box {
    padding: 0 0;
    overflow: hidden;
    clear: both;
  }
  .wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list {
    margin: 0 -5px;
    overflow: hidden;
  }
  .wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li {
    padding: 0 5px 20px;
  }
  .wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a .onlie_item_tit {
    font-size: 14px;
    margin: 14px 10px 8px 0;
    line-height: 14px;
  }
  .wrap_box .onlie_box .onlie_bottom_box .onlie_bottom_list li a .onlie_item_p {
    line-height: 18px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
    margin: 0 10px 0 0;
  }
  .wrap_box .webdiyerCss {
    clear: both;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .wrap_box .webdiyerCss span,
  .wrap_box .webdiyerCss a,
  .wrap_box .webdiyerCss a:link,
  .wrap_box .webdiyerCss .redcss {
    padding: 2px 7px;
    margin: 0;
    font-size: 12px;
  }
  .wrap_box .webdiyerCss .redcss {
    width: 30px;
    padding: 2px 5px;
  }
  .wrap_box .open_class_box .open_class_top {
    margin: 20px 0;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 10px 0 10px;
    background: #fff;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.pic_show {
    display: none !important;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show {
    display: block;
    position: relative;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div {
    width: 20%;
    text-align: center;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div span {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div span::after {
    border-color: #ccc transparent transparent transparent;
    top: 10%;
    left: 0;
    content: '';
    display: block;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div:hover,
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div.active {
    color: #003360;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div:hover span::after,
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .cont-bot-sort > div.active span::after {
    top: -44%;
    border-color: transparent transparent #003360 transparent;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .wrap_class_list {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 38px;
    background: #fff;
    height: 0px;
    max-height: 105px;
    overflow-y: auto;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .wrap_class_list li {
    width: 33.3%;
    display: block;
    float: left;
    text-align: center;
    padding: 3px 0;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .wrap_class_list li a {
    color: #333;
    font-size: 12px;
    padding: 4px 5px;
    display: block;
    border-radius: 3px;
  }
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .wrap_class_list li:hover a,
  .wrap_box .open_class_box .open_class_top .open_classfity_box.wrap_show .wrap_class_list li.active a {
    color: #fff;
    background: #11406a;
  }
  .wrap_box .open_class_box .open_class_top .open_top_right {
    width: 100%;
    float: none;
    background: url(../img/open_bg.png) no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 39px;
  }
  .wrap_box .open_class_box .open_class_top .open_top_right > h3 {
    font-size: 16px;
    line-height: 16px;
    padding: 39px 5px 12px;
  }
  .wrap_box .open_class_box .open_class_top .open_top_right span {
    display: block;
    font-family: PingFang-SC-Heavy;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .wrap_box .open_class_box .open_class_top .open_top_right a {
    display: block;
    width: 65%;
    height: 28px;
    border: solid 1px #ffffff;
    margin: 0 auto;
    line-height: 28px;
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .wrap_box .open_class_box .open_class_top .open_top_right a:hover {
    border-radius: 5px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .wrap_box .open_class_content {
    margin: 20px auto 30px;
    border-top: 2px solid #11406a;
    padding: 0 10px 30px;
  }
  .wrap_box .open_class_content .open_class_list {
    margin: 0 -5px 20px;
  }
  .wrap_box .open_class_content .open_class_list li {
    padding: 20px 5px 0px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item {
    border-radius: 4px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_tit {
    font-size: 16px;
    /* line-height: 16px; */
    padding-bottom: 10px;
    margin: 10px 10px 15px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_msg {
    margin: 0 10px 15px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_msg span {
    display: block;
    font-size: 12px;
    line-height: 24px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item .open_class_msg span img {
    margin-right: 5px;
    height: 12px;
  }
  .wrap_box .open_class_content .open_class_list li .open_item a {
    line-height: 30px;
    font-size: 14px;
  }
  .wrap_box.wrap_onlie {
    margin-top: 92px;
  }
  .wrap_box .new_detail_tit,
  .wrap_box .open_detail_tit {
    font-size: 16px;
    padding: 1px 0 10px 10px;
    margin-bottom: 10px;
    line-height: 16px;
  }
  .wrap_box .new_detail_tit::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #003360;
  }
  .wrap_box .new_detail_tit::after,
  .wrap_box .open_detail_tit::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003360;
  }
  .wrap_box .open_detail_top {
    padding: 20px 10px 20px;
    margin-bottom: 30px;
  }
  .wrap_box .open_detail_top .open_detail_top_img {
    float: none;
    width: 100%;
    border-radius: 4px;
  }
  .wrap_box .open_detail_top .open_detail_top_img span {
    position: absolute;
    font-size: 14px;
    top: 15px;
  }
  .wrap_box .open_detail_top .open_detail_top_right {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_tit {
    font-size: 16px;
    padding: 8px 10px 15px 0;
    margin-bottom: 15px;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_msg {
    margin-bottom: 20px;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_msg span {
    line-height: 28px;
    font-size: 12px;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_msg span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 16px;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_msg span > a {
    padding: 5px 8px;
    margin-right: 11px;
    line-height: 12px;
    font-size: 12px;
  }
  .wrap_box .open_detail_top .open_detail_top_right .open_class_more {
    width: 60;
    height: 30px;
    background: #f3525a;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
  }
  .wrap_box .open_btn_list {
    margin: 0 -5px 20px;
    overflow: hidden;
  }
  .wrap_box .open_btn_list li {
    padding: 0 5px 10px;
    box-sizing: border-box;
  }
  .wrap_box .open_btn_list li a {
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
  }
  .wrap_box .open_btn_list li a::before {
    width: 10px;
    height: 10px;
    left: -10px;
  }
  .wrap_box .open_btn_list li a::after {
    width: 10px;
    height: 10px;
    right: -10px;
  }
  .wrap_box .open_detail_leftbox {
    padding: 0;
    width: 100%;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem {
    margin-bottom: 20px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_h4 {
    padding: 5px 10px 10px 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_h4.open_detail_msg_tip {
    line-height: 24px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem span {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    display: block;
    padding: 0 15px 0 18px;
    font-weight: bold;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem span.bm_tip {
    font-weight: normal;
    margin-bottom: 15px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem span.bm_tip i {
    font-weight: bold;
    color: #f3525a;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_p {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    padding: 0 10px 0 10px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .open_detail_img {
    display: block;
    padding: 10px 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp {
    margin-bottom: 10px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp lable {
    width: 100%;
    text-align: left;
    float: none;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp lable i {
    color: #f3525a;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp input {
    width: 100%;
    line-height: 30px;
    border: solid 1px #d3d3d3;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    color: #000;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .input_grounp > p {
    margin-left: 0;
    line-height: 30px;
    display: none;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .jion_tit {
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 0;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table-responsive {
    margin-left: 0;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add > thead tr th {
    padding: 9px 0;
    font-size: 14px;
    line-height: 14px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .table_add tbody tr td {
    padding: 9px 0;
    line-height: 16px;
    font-size: 14px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .add_btn {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .add_btn img {
    margin-right: 5px;
  }
  .wrap_box .open_detail_leftbox .open_detail_leftitem .formbox .submit_more {
    width: 60;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
  }
  .wrap_box .open__detail_rightbox {
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .wrap_box .open__detail_rightbox > h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .wrap_box .open__detail_rightbox .rem_list {
    margin: 0 -5px;
  }
  .wrap_box .open__detail_rightbox .rem_list li {
    padding: 0 5px;
    width: 50%;
    float: left;
  }
  .wrap_box .open__detail_rightbox .rem_list li a {
    display: block;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .wrap_box .open__detail_rightbox .rem_list li a h3 {
    font-size: 12px;
    line-height: 30px;
    color: #0d263d;
    padding-right: 10px;
  }
  .wrap_box .aboutus_box {
    padding: 20px 10px 25px;
  }
  .wrap_box .aboutus_box h3 {
    width: 100px;
    height: 40px;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 40px;
  }
  .wrap_box .aboutus_box .about_right {
    float: none;
    padding: 0;
  }
  .wrap_box .aboutus_box .about_right img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .wrap_box .aboutus_box .about_right .num_box {
    overflow: hidden;
  }
  .wrap_box .aboutus_box .about_right .num_box > ul > li {
    cursor: pointer;
    float: left;
    width: 50%;
  }
  .wrap_box .aboutus_box .about_right .num_box > ul > li .num {
    display: inline-block;
    font-family: ArialMT;
    font-size: 20px;
    height: auto;
  }
  .wrap_box .aboutus_box .about_right .num_box > ul > li .num .scrollnum {
    font-size: 20px;
    line-height: 20px;
    height: auto;
  }
  .wrap_box .aboutus_box .about_right .num_box > ul > li .num span {
    font-size: 12px;
  }
  .wrap_box .aboutus_box .about_right .num_box > ul > li .num img {
    width: 18px;
    height: 12px;
    vertical-align: -50%;
  }
  .wrap_box .aboutus_box .about_right .num_box > ul > li p {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    margin-top: 0;
    padding-left: 0;
  }
  .wrap_box .aboutus_box .about_left {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-top: 15px;
  }
  .wrap_box .aboutus_box .about_left h4 {
    font-size: 16px;
    font-weight: bold;
    color: #003360;
    line-height: 16px;
    padding-bottom: 10px;
  }
  .wrap_box .aboutus_box .about_left p {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-bottom: 15px;
  }
  .wrap_box .news_pages_box {
    padding: 30px 10px 30px;
  }
  .wrap_box .news_pages_box .new_btn_list {
    margin: 0 0 15px;
  }
  .wrap_box .news_pages_box .new_btn_list li a {
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    line-height: 40px;
  }
  .wrap_box .news_pages_box .new_pages_list {
    margin-bottom: 30px;
  }
  .wrap_box .news_pages_box .new_pages_list li {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_img {
    padding: 0 5px 0 0;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_word {
    padding: 0 0 0 5px;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_word h3 {
    line-height: 14px;
    margin-bottom: 5px;
    margin-top: 0px;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_word h3 span {
    width: 65%;
    font-size: 14px;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_word h3 i {
    width: 35%;
    font-size: 14px;
    text-align: right;
    color: #999999;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_word p {
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
  }
  .wrap_box .news_pages_box .new_pages_list li .new_item_word > a {
    width: 100px;
    height: 24px;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-top: 2px;
  }
  .news_detail_box {
    padding: 30px 10px 30px;
  }
  .news_detail_box .news_detail_left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .news_detail_box .news_detail_left .new_detail_content {
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .news_detail_box .news_detail_left .new_detail_content > h4 {
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .news_detail_box .news_detail_left .new_detail_content > span {
    display: block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .news_detail_box .news_detail_left .new_detail_content > summary {
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .news_detail_box .news_detail_left .new_detail_content > h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 5px;
  }
  .news_detail_box .news_detail_left .new_detail_content > p {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .news_detail_box .news_detail_left .new_detail_content > img {
    display: block;
    width: 100%;
    margin: 7px auto 15px;
  }
  .news_detail_box .news_detail_left .new_detail_pages {
    padding: 0 0 0 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .news_detail_box .news_detail_right {
    width: 100%;
    float: none;
  }
  .news_detail_box .news_detail_right > ul > li {
    padding: 10px 0;
  }
  .news_detail_box .news_detail_right > ul > li > a {
    display: block;
    width: 100%;
  }
  .news_detail_box .news_detail_right > ul > li > a .new_detail_right_img {
    padding: 0 5px 0 0;
  }
  .news_detail_box .news_detail_right > ul > li > a .new_detail_right_dec {
    padding: 0 0 0 5px;
  }
  .news_detail_box .news_detail_right > ul > li > a .new_detail_right_dec p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
  }
  .news_detail_box .news_detail_right > ul > li > a .new_detail_right_dec span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
  }
  .wrap_box .custom_pic_title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .wrap_box .custom_pic_title::after {
    width: 50px;
  }
  .wrap_box .custom_bussine_box {
    margin: 30px auto 40px;
    padding: 0 10px;
  }
  .wrap_box .custom_bussine_box .custom_bussine_cont {
    margin-top: 20px;
  }
  .wrap_box .custom_bussine_box .custom_bussine_cont .custom_bussine_img {
    width: 100%;
    padding: 0;
  }
  .wrap_box .custom_bussine_box .custom_bussine_cont .custom_bussine_right {
    width: 100%;
    padding: 20px 10px 30px;
  }
  .wrap_box .custom_bussine_box .custom_bussine_cont .custom_bussine_right .custom_bussine_top {
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .wrap_box .custom_bussine_box .custom_bussine_cont .custom_bussine_right .custom_bussine_bottom {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
  }
  .wrap_box .advantage_box {
    padding: 30px 0 30px;
  }
  .wrap_box .advantage_box .advantage_list {
    width: 100%;
    padding: 0 10px;
    height: auto;
    margin: 20px 0;
    position: inherit;
  }
  .wrap_box .advantage_box .advantage_list img {
    display: none;
  }
  .wrap_box .advantage_box .advantage_list .advantage_item {
    position: inherit !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #333333 !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    clear: both;
    margin-bottom: 20px !important;
    overflow: hidden;
  }
  .wrap_box .advantage_box .advantage_list .advantage_item span {
    float: left !important;
    background-color: #003360;
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
    margin: 0 10px 0 0 !important;
    line-height: 36px !important;
  }
  .wrap_box .advantage_box .advantage_list .advantage_item i {
    display: block !important;
    float: left !important;
    font-size: 14px !important;
    line-height: 24px !important;
    width: calc(100% - 46px) !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .wrap_box .advantage_box .advantage_list:hover div > i {
    color: #fff;
  }
  .wrap_box .project_box {
    padding: 30px 10px 50px;
  }
  .wrap_box .project_box ul {
    margin: 40px -10px 0;
    overflow: hidden;
  }
  .wrap_box .project_box ul li {
    padding: 0 30px 20px;
    float: left;
    width: 50%;
    position: relative;
  }
  .wrap_box .project_box ul li::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 70px;
    width: 1px;
    height: 120px;
    background-color: #b0b0b0;
  }
  .wrap_box .project_box ul li > img {
    width: 60%;
    display: block;
    margin: 0 auto 10px;
  }
  .wrap_box .project_box ul li > h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .wrap_box .project_box ul li p {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    min-height: 80px;
  }
  .wrap_box .project_box ul li:nth-child(2n)::after,
  .wrap_box .project_box ul li:last-child::after {
    display: none;
  }
  .wrap_box .project_box ul li:nth-child(5),
  .wrap_box .project_box ul li:nth-child(6),
  .wrap_box .project_box ul li:nth-child(7) {
    width: 33.3%;
    padding: 0 5px 20px;
  }
  .wrap_box .project_box ul li:nth-child(5) > img,
  .wrap_box .project_box ul li:nth-child(6) > img,
  .wrap_box .project_box ul li:nth-child(7) > img {
    width: 78%;
    display: block;
    margin: 0 auto 10px;
  }
  .wrap_box .project_box ul li:nth-child(5) p,
  .wrap_box .project_box ul li:nth-child(6) p,
  .wrap_box .project_box ul li:nth-child(7) p {
    min-height: 105px;
  }
  .wrap_box .project_box ul li:nth-child(6)::after {
    display: block;
  }
  .wrap_box .project_box ul li:hover > img {
    -webkit-transform: scale(1) rotateY(360deg) translateY(-10px);
    -moz-transform: scale(1) rotateY(360deg) translateY(-10px);
    -o-transform: scale(1) rotateY(360deg) translateY(-10px);
    transform: scale(1) rotateY(360deg) translateY(-10px);
  }
  .wrap_box .project_box ul li:hover h3 {
    color: #003360;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .wrap_box .kctx_box {
    background: #fff;
    padding: 30px 10px 40px;
  }
  .wrap_box .kctx_box .table_list {
    margin-top: 30px;
    padding: 0;
  }
  .wrap_box .kctx_box .table_list .a_1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .wrap_box .kctx_box .b_1 {
    display: none;
    padding: 20px 10px 30px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .wrap_box .kctx_box .b_1::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrap_box .kctx_box .b_1 a {
    font-size: 14px;
    width: 50%;
    line-height: 14px;
    padding: 0 10px 15px;
    text-align: center;
  }
  .wrap_box .nxdj_box {
    width: 100%;
    padding: 30px 0 40px;
  }
  .wrap_box .nxdj_box > div {
    margin-top: 30px;
    overflow: hidden;
  }
  .wrap_box .nxdj_box > div .nxdj_left {
    padding: 20px 0 30px 0;
  }
  .wrap_box .nxdj_box > div .nxdj_left > h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .wrap_box .nxdj_box > div .nxdj_left > h3::after {
    width: 40px;
    height: 2px;
  }
  .wrap_box .nxdj_box > div .nxdj_left > p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li {
    cursor: pointer;
    float: left;
    width: 50%;
    margin-bottom: 25px;
  }
  .wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li .num {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
  .wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li .num .scrollnum {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }
  .wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li .num img {
    width: 18px;
    height: 12px;
    vertical-align: bottom;
  }
  .wrap_box .nxdj_box > div .nxdj_left .nxdj_num_box > ul > li p {
    font-size: 12px;
    line-height: 12px;
    padding-top: 9px;
  }
  .wrap_box .nxdj_box > div .nxdj_right {
    padding: 0;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox {
    padding: 15px;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp {
    margin-bottom: 10px;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp lable {
    width: 100%;
    text-align: left;
    float: none;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp lable i {
    color: #f3525a;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp input {
    width: 100%;
    line-height: 30px;
    border: solid 1px #d3d3d3;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    color: #000;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp > p {
    margin-left: 0;
    line-height: 30px;
    display: none;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp textarea {
    width: 100%;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    height: 80px;
    color: #000;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .input_grounp > p {
    margin-left: 20%;
    line-height: 30px;
    color: red;
    display: none;
  }
  .wrap_box .nxdj_box > div .nxdj_right .nxdj_formbox .submit_more {
    width: 100%;
    height: 30px;
    border-radius: 23px;
    font-size: 14px;
    line-height: 30px;
    margin-left: 0;
  }
  .wrap_box .consult_box {
    padding: 30px 10px 30px;
  }
  .wrap_box .consult_box .consult_left {
    width: 220px;
    float: none;
    position: fixed;
    z-index: 99999;
    left: -220px;
    top: 300px;
    max-height: 300px;
  }
  .wrap_box .consult_box .consult_left .wrap_show_btn {
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 60px;
    height: 40px;
    color: #fff;
    background: #003360;
    text-align: center;
    line-height: 40px;
    border-radius: 0 25px 25px 0;
  }
  .wrap_box .consult_box .consult_left .consult_tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .wrap_box .consult_box .consult_left .wrap_hide {
    display: none;
  }
  .wrap_box .consult_box .consult_left .consult_link {
    background-color: #f5f5f5;
    padding: 0 10px 15px;
    margin-bottom: 10px;
  }
  .wrap_box .consult_box .consult_left .consult_link li a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 0 10px 0 20px;
    background: url(../img/cu_icon.png) no-repeat center left;
    background-size: 15px 15px;
  }
  .wrap_box .consult_box .consult_left .consult_msg {
    padding: 0 10px 20px;
  }
  .wrap_box .consult_box .consult_left .consult_msg span {
    padding-top: 15px;
    font-size: 12px;
    line-height: 12px;
  }
  .wrap_box .consult_box .consult_right {
    float: none;
    width: 100%;
  }
  .wrap_box .consult_box .consult_right > h3 {
    font-size: 16px;
    color: #003360;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .wrap_box .consult_box .consult_right .consult_content {
    padding: 0 0 30px;
  }
  .wrap_box .consult_box .consult_right .consult_content p {
    font-size: 12px;
    line-height: 24px;
  }
  .wrap_box .consult_box .consult_right > img {
    width: 100%;
    margin: 0 0 15px;
  }
}

#shuju input{
	width: 80%;
    line-height: 30px;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
	padding:0px 5px;
}
#shuju a{
	width: 50px;
    line-height: 30px;
	float:left;
}

.class-backkkk .cpsm_btn_list{
	margin:0px 0px 20px 0px;
}

.search .about_left ul li a h4{
	font-size: 18px!important;
}
.search .about_left ul li a p{
	margin-bottom: 30px!important;
}

@media (max-width: 900px) {
	.list-pof{display:none}
	.class-backkkk2{top:20px;}
	.wrap_box .cpsm_btn_list{margin-bottom:0px}
}


.list-pof{
            position: fixed;
            right: 0;
            bottom: 20px;
            z-index: 9;
            background: #fff;
        }

        .list-pof-item a{
            position: relative;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            justify-content: center;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            border-bottom: 1px solid #ccc;
            text-align: center;
            width: 68px;
            height: 76px;
        }

        .list-pof-item .icon{
            width: 38px;
            height: 38px;
        }

        .list-pof-item:last-of-type a{
            border-bottom: 0;
        }

        .list-pof-item em{
            display: block;
            margin-top: 5px;
            text-align: center;
            color:#666;
            font-size: 12px;
            font-style: normal;
        }

        .pop{
            position: absolute;
            right: 100%;
            top: 0;
            bottom: 0;
            display:none;
        }

        .list-pof-item:hover .pop{
            display:block;
        }

        .list-pof-item .ewm{
            padding:10px;
            width: 140px;
            height: 140px;
            background:#fff;
        }

        .list-pof-item .ewm img{
            width:100%;
            height:100%;
        }

        .list-pof-item .tel{
            height: 80px;
            line-height: 80px;
            width: 140px;
            font-size: 16px;
            color:#333;
            font-weight: bold;
            background:#fff;
            color:rgba(60,144,168,1);
            text-align: center;
        }
