.list_ul {
  overflow: hidden;
}
.list_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.list_ul ul li {
  box-sizing: border-box;
}
.list_ul ul li a {
  display: block;
}
@font-face {
  font-family: SiYuanSong;
  src: url(../font/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf);
}
.transition {
  transition: all ease-in-out 0.3s;
}
.img-transform {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img .img {
  overflow: hidden;
}
.big_img .img img,
.big_img .img h1,
.big_img .img h2,
.big_img .img h3,
.big_img .img h4,
.big_img .img h5 {
  transition: all ease-in-out 0.3s;
}
.big_img:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img:hover h1,
.big_img:hover h2,
.big_img:hover h3,
.big_img:hover h4 .big_img:hover h5 {
  color: #1768b4;
}
.con1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.con1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.con1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.con1500 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}
.head_pc .con1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_pc .lng a {
  font-size: 16px;
}
.head_pc .nav {
  width: 70%;
  display: flex;
  align-items: center;
}
.head_pc .nav > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_pc .nav > ul li.li1 {
  position: relative;
}
.head_pc .nav > ul li.li1 a.active {
  display: block;
  font-size: 16px;
  line-height: 110px;
}
.head_pc .nav > ul li.li1 a.active:hover,
.head_pc .nav > ul li.li1 a.active.hover {
  color: #1768b4;
}
.head_pc .nav > ul li.li1 .ul2 {
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
}
.head_pc .nav > ul li.li1 .ul2 a {
  display: block;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.head_pc .nav > ul li.li1 .ul2 a:hover,
.head_pc .nav > ul li.li1 .ul2 a.hover {
  background-color: #1768b4;
  color: #fff;
}
#banner {
  position: relative;
  z-index: -1;
}
.home_ban {
  position: relative;
  width: 100%;
}
.home_ban video {
  width: 100%;
}
.home_ban .box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home_ban .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_ban .ban_icon {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_ban .ban_icon img {
  cursor: pointer;
}
.i_type h1 {
  font-size: 40px;
  font-weight: bold;
}
.i_type h5 {
  font-size: 18px;
  color: #1768b4;
  text-transform: capitalize;
}



.lf {
  display: flex;
  align-items: flex-end;
}
.lf h5 {
  padding-left: 10px;
}
.index_pro_type {
  display: flex;
  align-items: flex-end;
}
.index_pro_type h1 {
  color: #fff;
}
.index_pro_type h5 {
  color: #fff;
  padding-left: 10px;
}
.index_ab {
  background: url(../images/i_bj0.jpg) no-repeat center;
  padding: 4% 0;
}
.index_ab .con1500 {
  display: flex;
  justify-content: space-between;
}
.index_ab .left {
  max-width: 690px;
  padding-top: 4%;
}
.index_ab .left .index_sum {
  padding: 24px 0;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.index_ab .left .list_ul {
  padding: 3% 0 14% 0;
}
.index_ab .left .list_ul ul {
  width: 100%;
  margin: -30px -20px;
}
.index_ab .left .list_ul li {
  padding: 30px;
}
.index_ab .left .list_ul a {
  display: block;
}
.index_ab .left .list_ul a .img {
  width: 66px;
  height: 66px;
  display: flex;
  transition: all ease-in-out 0.3s;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 10px 10px #ccc;
}
.index_ab .left .list_ul a .img .img2 {
  display: none;
}
.index_ab .left .list_ul a h5 {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
}
.index_ab .left .list_ul a:hover .img2 {
  display: block;
}
.index_ab .left .list_ul a:hover .img {
  background: #1768b4;
}
.index_ab .left .list_ul a:hover h5 {
  color: #1768b4;
}
.index_ab .left .list_ul a:hover .img1 {
  display: none;
}
.index_ab .rig .img2 {
  display: none;
}
.index_ab a.more {
  display: flex;
  width: 160px;
  line-height: 50px;
  justify-content: center;
  background-color: #1768b4;
  color: #fff;
  font-size: 16px;
}
.i_pro {
  padding: 4% 0;
}
.i_pro .con1500 {
  display: flex;
}
.i_pro .con1500 .left {
  position: relative;
  left: 0;
  top: 0;
  width: 50%;
}
.i_pro .con1500 .left .i_type {
  position: absolute;
  left: 60px;
  top: 50px;
}
.i_pro .con1500 .list_ul {
  width: 50%;
  flex-wrap: wrap;
}
.i_pro .con1500 .list_ul ul {
  height: 100%;
}
.i_pro .con1500 .list_ul li {
  width: 50%;
  padding: 1px;
}
.i_pro .con1500 .list_ul a {
  background-color: #eef2f6;
  display: block;
  height: 100%;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
.i_pro .con1500 .list_ul a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #1768b4;
  width: 0;
  transition: all ease-in-out 0.3s;
}
.i_pro .con1500 .list_ul a:hover::before {
  width: 100%;
}
.i_pro .con1500 .list_ul a h5 {
  font-size: 24px;
  text-align: center;
}
.i_pro .con1500 .list_ul a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 98px;
}
.i_type_center{
  /*text-align: center;*/
  /*margin-bottom: 2%;*/
}

.i_case {
  padding: 4% 0;
  background: url(../images/i_bj3.jpg) no-repeat center;
}
.i_case .case_box {
  display: flex;
}
.i_case .case_box .left {
  width: 36%;
  padding: 44px;
  box-sizing: border-box;
  background-color: #fff;
}
.i_case .case_box .left h2 {
  font-size: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
}
.i_case .case_box .left .sum {
  line-height: 30px;
  padding: 30px 0;
  font-size: 16px;
  color: #666666;
}
.i_case .case_box .left .left_box {
  position: relative;
  height: 100%;
}
.i_case .icon_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_case .icon_box i {
  font-size: 60px;
  color: #ededed;
}
.i_case .icon {
  display: flex;
}
.i_case .icon div {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.i_case .icon .l_icon {
  border: 2px solid #ccc;
  border-right: none;
}
.i_case .icon .r_icon {
  background-color: #1768b4;
}
.i_news {
  padding: 4% 0;
}
.i_news .list_ul ul {
  margin: -15px;
}
.i_news .list_ul li {
  width: 33.33%;
  padding: 15px;
}
.i_news .list_ul li a {
  display: block;
}
.i_news .list_ul li a h2 {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #eef2f6;
}
.i_news .list_ul li a:hover .more {
  top: 0;
}
.i_news .list_ul li .img {
  position: relative;
  overflow: hidden;
}
.i_news .list_ul li .img .more {
  position: absolute;
  left: 0;
  top: 500px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 104, 180, 0.8);
  font-size: 18px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.footer {
  background-color: #333;
  padding: 4% 0;
}
.footer .foo_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foo_tit h1 {
  color: #fff;
}
.footer .foo_tit h5 {
  color: #888888;
}
.footer .foo_tit a {
  display: block;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1768b4;
}
.foo_bottom {
  background-color: #333;
  border-top: 1px solid #3e3e3e;
}
.foo_bottom .con1500 {
  display: flex;
}
.foo_bottom .left {
  padding: 4% 0;
  width: 80%;
  border-right: 1px solid #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foo_bottom .left .info {
  width: 50%;
}
.foo_bottom .left .cont {
  padding-top: 2%;
}
.foo_bottom .left .cont p {
  color: #888888;
  padding: 10px 0;
  font-size: 16px;
}
.foo_bottom .left .cont strong {
  color: #fff;
  font-weight: bold;
}
.foo_bottom .left .qd {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.foo_bottom .left .qd .img {
  text-align: center;
}
.foo_bottom .left .qd .img p {
  color: #fff;
}
.foo_bottom .left .qd img {
  max-width: 170px;
  padding: 5px 20px;
}
.foo_bottom .rig {
  flex: 1;
}
.foo_bottom .rig a.scroll_top {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 70px 0;
}
.foo_bottom .rig a.scroll_top p {
  color: #fff;
  font-size: 16px;
  padding: 0 14px;
}
.foo_bottom .rig .sum a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #888888;
  line-height: 30px;
}
.pub_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub_left .typename {
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
}
.pub_left ul {
  display: flex;
}
.pub_left ul li a {
  display: block;
  padding: 0 40px;
  position: relative;
  line-height: 80px;
  font-size: 16px;
}
.pub_left ul li a::after {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #cfd8e0;
  transform: translateY(-50%);
}
.pub_left ul li a.hover,
.pub_left ul li a:hover {
  color: #1768b4;
}
.pub_left ul li:last-child a::after {
  display: none;
}
.flex {
  display: flex;
}
.pt {
  padding: 4% 0;
}
.ab_company {
  background-color: #eef2f6;
}
.ab_company .cont {
  line-height: 26px;
}
.ab_company .cont .com_tit {
  text-align: center;
}
.ab_company .cont h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
.ab_company .cont h1::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_company .cont h1::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_company .cont .sum {
  padding: 20px 0 0 0;
  color: #666666;
  font-size: 14px;
}
.ab_culture ul {
  margin: -5px;
}
.ab_culture ul li {
  width: 50%;
  padding: 5px;
}
.ab_culture ul li a {
  display: block;
  position: relative;
  border: 2px solid #eee;
}
.ab_culture ul li .cont {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
.ab_culture ul li .cont .tit {
  display: flex;
  align-items: flex-end;
}
.ab_culture ul li .cont h1 {
  font-size: 26px;
  font-weight: bold;
}
.ab_culture ul li .cont h5 {
  font-size: 16px;
  color: #1768b4;
  padding: 0 10px;
}
.ab_culture ul li .cont .sum {
  color: #666666;
  padding: 4% 0;
  font-size: 18px;
}
.ab_honor {
  background: url(../images/honor_bj.jpg) no-repeat center;
  padding: 2% 0 4% 0;
}
.ab_honor ul h2 {
  border-top: 2px solid #ccc;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
.ab_honor .honor_next,
.ab_honor .honor_prev {
  width: 58px;
  height: 48px;
  position: absolute;
  z-index: 888;
  cursor: pointer;
}
.ab_honor .honor_next {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_honor .honor_prev {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_partner {
  background-color: #eef2f6;
}
.ab_partner .swiper_partner {
  height: 378px;
}
.ab_partner .swiper_partner .swiper-slide {
  height: auto;
}
.ab_partner ul li a {
  display: block;
  position: relative;
  border: 2px solid #eee;
  padding: 30px;
  background-color: #fff;
}
.business {
  background-color: #eef2f6;
}
.business ul {
  margin: -10px;
}
.business ul li {
  width: 25%;
  padding: 10px;
}
.business ul li a {
  background-color: #fff;
}
.business ul li a:hover .view {
  background-color: #1768b4;
  color: #fff;
}
.business ul li .cont {
  width: 100%;
  height: 370px;
  display: flex;
  padding-top: 16%;
  justify-content: center;
}
.business ul li .cont .cont_s {
  width: 100%;
  text-align: center;
}
.business ul li i {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #1768b4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.business ul li h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.business ul li .img {
  display: flex;
  justify-content: center;
}
.business ul .view {
  text-align: center;
  line-height: 58px;
  border-top: 1px solid #d9e4ef;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}
.products {
  background-color: #eef2f6;
  padding: 4% 0;
}
.products .list_ul ul {
  margin: -10px;
}
.products .list_ul li {
  width: 33.33%;
  padding: 10px;
}
.products .list_ul a {
  display: block;
}
.products .list_ul a h3 {
  line-height: 60px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  font-size: 16px;
}
.pro_read {
  background-color: #eef2f6;
}
.pro_read .pro_info {
  display: flex;
}
.pro_read .pro_info .honor_next,
.pro_read .pro_info .honor_prev {
  width: 58px;
  height: 48px;
  position: absolute;
  z-index: 888;
  cursor: pointer;
}
.pro_read .pro_info .honor_next {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_read .pro_info .honor_prev {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_read .pro_info .img {
  width: 50%;
}
.pro_read .pro_info .rig {
  padding: 60px;
  background-color: #fff;
  width: 50%;
  box-sizing: border-box;
}
.pro_read .pro_info .rig h1 {
  font-size: 26px;
  font-weight: bold;
}
.pro_read .pro_info .rig .line {
  height: 1px;
  margin: 4% 0;
  background-color: #eef2f6;
}
.pro_read .pro_info .rig .sum_box h5 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/p_icon1.png) no-repeat left center;
}
.pro_read .pro_info .rig .sum_box .sum {
  line-height: 32px;
  color: #666666;
  padding: 20px 0;
}
.pro_read .pro_info .rig .box {
  height: 100%;
  position: relative;
}
.pro_read .pro_info .rig .more {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  line-height: 58px;
  text-align: center;
  background-color: #1768b4;
  color: #fff;
  font-size: 16px;
}
.pro_read .pro_info .rig .more2 {
  display: block;
  position: absolute;
  left: 160px;
  bottom: 0;
  width: 150px;
  line-height: 58px;
  text-align: center;
  background-color: #1768b4;
  color: #fff;
  font-size: 16px;
}
.pro_read .pro_info .rig .more3 {
  display: block;
  position: absolute;
  left: 320px;
  bottom: 0;
  width: 150px;
  line-height: 58px;
  text-align: center;
  background-color: #1768b4;
  color: #fff;
  font-size: 16px;
}
.pro_read .con_box {
  margin: 2% 0;
  padding: 58px;
  background-color: #fff;
}
.pro_read .con_box h5 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/p_icon2.png) no-repeat left center;
}
.pro_read .con_box .line {
  height: 1px;
  margin: 2% 0;
  background-color: #eef2f6;
}
.pro_read .con_box .content {
  line-height: 28px;
  color: #666666;
}
.jssl {
  background-color: #eef2f6;
}
.jssl .con1500 {
  display: flex;
}
.jssl .con1500 .left {
  width: 26%;
}
.jssl .con1500 .left li {
  margin-bottom: 30px;
}
.jssl .con1500 .left a {
  font-size: 26px;
  padding-left: 52px;
  display: flex;
  align-items: center;
}
.jssl .con1500 .left a h2 {
  padding: 0 10px;
}
.jssl .con1500 .rig {
  width: 74%;
}
.jssl .con1500 .rig .cont {
  line-height: 28px;
}
.jssl .con1500 .rig .list_ul {
  padding: 2% 0;
}
.jssl .con1500 .rig .list_ul ul {
  margin: -10px;
}
.jssl .con1500 .rig .list_ul ul li {
  width: 33.33%;
  padding: 10px;
}
.case {
  background-color: #eef2f6;
}
.case li {
  margin-bottom: 24px;
}
.case .case_box {
  display: flex;
}
.case .case_box .left {
  width: 36%;
  padding: 44px;
  box-sizing: border-box;
  background-color: #fff;
}
.case .case_box .left h2 {
  font-size: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
}
.case .case_box .left .sum {
  line-height: 30px;
  padding: 30px 0;
  font-size: 16px;
  color: #666666;
}
.case .case_box .left .left_box {
  position: relative;
  height: 100%;
}
.case .more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 160px;
  line-height: 50px;
  justify-content: center;
  background-color: #1768b4;
  color: #fff;
  font-size: 16px;
}
.case_read {
  background-color: #eef2f6;
}
.case_read .case_info {
  display: flex;
}
.case_read .case_info .img {
  width: 50%;
}
.case_read .case_info .rig {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 28px;
}
.case_read .case_info .rig .sum {
  font-weight: bold;
  padding-bottom: 30px;
}
.case_read .case_info .rig .content {
  color: #666666;
}
.cc_pro {
  border-top: 1px solid #ccc;
  padding: 2% 0;
  margin-top: 2%;
}
.cc_pro ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc_pro ul a {
  display: block;
  width: 158px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background-color: #1768b4;
  font-size: 16px;
}
.news_read {
  background-color: #eef2f6;
}
.news_read .news_typename h1 {
  font-size: 24px;
  text-align: center;
}
.news_read .time {
  text-align: center;
  line-height: 50px;
}
.news_read .line {
  height: 1px;
  background-color: #ccd4db;
  margin: 2% 0;
}
.news_read .read_con {
  line-height: 26px;
}
.news_read .read_con img {
  width: auto;
  max-width: 100%;
}
.down {
  background-color: #eef2f6;
}
.down ul {
  margin: -8px;
}
.down ul li {
  width: 50%;
  padding: 8px;
}
.down ul li a {
  display: flex;
}
.down ul li a .img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b8c6d4;
}
.down ul li a .img .img2 {
  display: none;
}
.down ul li a:hover .img .img1 {
  display: none;
}
.down ul li a:hover .img .img2 {
  display: block;
}
.down ul li a h3 {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 16px;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video {
  background-color: #eef2f6;
}
.video ul {
  margin: -8px;
}
.video ul li {
  width: 50%;
  padding: 8px;
}
.video ul li video {
  width: 100%;
}
.join {
  background-color: #eef2f6;
}
.join > div .uls1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.join > div .uls1 > li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(10px + 0.5rem);
  background: #fff;
}
.join > div .uls1 > li .vio {
  width: 100%;
}
.join > div .uls1 > li .vio p {
  width: 100%;
  text-align: start !important;
}
.join > div .uls1 > li .vio p video {
  width: 100%;
  height: calc(90px + 10rem) !important;
}
.join > div .uls1 > li > div:nth-of-type(2) {
  width: 100%;
  background: #fff;
}
.join > div .uls1 > li > div:nth-of-type(2) > h3 {
  font-size: calc(10px + 0.4rem);
  color: #1768b4;
  font-weight: bold;
  margin-top: calc(10px + 0.5rem);
  text-align: center;
}
.join > div .uls1 > li > div:nth-of-type(2) > .list {
  width: 100%;
  height: calc(10px + 0.9rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 0 10px;
}
.join > div .uls1 > li > div:nth-of-type(2) > .list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 0.3rem);
  color: #333;
}
.join > div .uls1 > li > div:nth-of-type(2) > .list > li img {
  margin-right: 10px;
}
.join > div .uls1 > li > div:nth-of-type(2) > .list > li .img1 {
  width: calc(10px + 0.6rem);
  height: calc(10px + 0.6rem);
}
.join > div .uls1 > li > div:nth-of-type(2) > .list > li .img2 {
  width: calc(10px + 0.55rem);
  height: calc(10px + 0.5rem);
}
.join > div .uls1 > li > div:nth-of-type(2) > .list > li .img3 {
  width: calc(10px + 0.5rem);
  height: calc(10px + 0.6rem);
}
.join > div .uls1 > li > div:nth-of-type(2) > .list > span {
  display: block;
  width: 1px;
  height: 90%;
  background: #ccc;
  opacity: 0.3;
  margin: 0 calc(10px + 0.5rem);
}
.join > div .uls1 > li > div:nth-of-type(2) .xian {
  width: 100%;
  height: 1px;
  background: #ccc;
  opacity: 0.3;
}
.join > div .uls1 > li > div:nth-of-type(2) > .list2 {
  width: 100%;
  height: calc(11px + 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding-bottom: calc(10px + 0.5rem);
  margin-top: calc(10px + 0.3rem);
}
.join > div .uls1 > li > div:nth-of-type(2) > .list2 > li {
  display: flex;
  align-items: center;
  margin: 0 calc(10px + 1rem);
}
.join > div .uls1 > li > div:nth-of-type(2) > .list2 > li .java {
  font-size: calc(10px + 0.3rem);
  color: #333;
  display: flex;
  flex-direction: column;
}
.join > div .uls1 > li > div:nth-of-type(2) > .list2 > span {
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  opacity: 0.3;
  margin: 0 calc(10px + 0.5rem);
}
.join > div .uls1 > li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .join > div .uls1 {
    display: flex;
    flex-direction: column;
  }
  .join > div .uls1 > li {
    width: 100%;
    margin-right: 0;
  }
}
.contact {
  background-color: #eef2f6;
}
.contact .con1500 {
  display: flex;
}




.contact .con1500 .info {
  width: 30%;
  background-color: #fff;
}
.contact .con1500 .info ul {
  /*height: 100%;*/
}
.contact .con1500 .info li {
  padding: 0 30px;
  height: 25%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.contact .con1500 .info li:last-child {
  border-bottom: none;
}
.contact .con1500 .info li h1 {
  display: flex;
  align-items: center;
}
.contact .con1500 .info li h1 strong {
  font-size: 20px;
  font-weight: bold;
  color: #1768b4;
  padding: 0 10px;
}
.contact .con1500 .info li .sum {
  padding: 14px 0 0 0;
  color: #666666;
  font-size: 16px;
}






.contact .con1500 .amap_box {
  width: 70%;
  padding: 0;
}
.tech {
  background-color: #eef2f6;
}
.tech ul {
  margin: -10px;
}
.tech ul li {
  width: 50%;
  padding: 10px;
}
.tech ul a {
  display: block;
  background-color: #fff;
  padding: 0 30px;
}
.tech ul h1 {
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.tech ul .info {
  line-height: 36px;
  padding: 20px 0;
}
.tech ul .info p {
  padding-left: 26px;
}
.tech ul .info p:first-child {
  background: url(../images/c1.png) no-repeat left center;
}
.tech ul .info p:last-child {
  background: url(../images/c2.png) no-repeat left center;
}
.cooper {
  background-color: #eef2f6;
}
.cooper .school {
  display: flex;
}
.cooper .school .img {
  width: 50%;
}
.cooper .school .info {
  width: 50%;
  background-color: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
}
.cooper .school .info h1 {
  font-size: 20px;
  font-weight: bold;
}
.cooper .school .info .line {
  margin: 4% 0;
  border-bottom: 1px solid #666;
}
.cooper .school .info .cont {
  line-height: 28px;
  color: #666;
  font-size: 14px;
}
.cooper .school_list {
  padding: 30px 0;
}
.cooper .school_list ul {
  margin: -12px;
}
.cooper .school_list ul li {
  width: 25%;
  padding: 12px;
}
.dwjl {
  width: 100%;
}
.dwjl .info {
  display: flex;
}
.dwjl .left {
  width: 50%;
  padding: 40px 60px;
  background-color: #eef2f6;
}
.dwjl .left h1 {
  font-size: 20px;
  font-weight: bold;
}
.dwjl .left .line {
  margin: 4% 0;
  width: 40px;
  height: 6px;
  margin-left: 10px;
  background-color: #1768b4;
}
.dwjl .left .cont {
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-left: 10px;
}
.dwjl .rig {
  width: 50%;
}
.dwjl .rig ul {
  margin: -5px;
}
.dwjl .rig ul li {
  width: 50%;
  padding: 5px;
}
.zlcg {
  background-color: #eef2f6;
}
.zlcg .type_cont {
  padding-bottom: 2%;
  padding: 2% 20px;
  background: #fff;
  margin-bottom: 2%;
  line-height: 24px;
}
.zlcg .list_ul ul {
  margin: -30px;
}
.zlcg .list_ul ul li {
  width: 25%;
  padding: 30px;
}
.zlcg .list_ul ul li a {
  display: block;
  padding: 30px;
  background-color: #fff;
  background: url(../images/bor_bj.png) no-repeat center;
}
.zlcg .list_ul ul li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor {
  background-color: #eef2f6;
}
.honor .type_cont {
  padding: 2% 20px;
  background: #fff;
  margin-bottom: 2%;
  line-height: 24px;
}
.honor .type_cont table {
  margin: 0 auto;
}
.honor .type_cont table,
.honor .type_cont th,
.honor .type_cont td {
  border: 1px solid #333;
}
.honor .list_ul ul {
  margin: -20px;
}
.honor .list_ul ul li {
  width: 33.33%;
  padding: 20px;
}
.honor .list_ul ul li a {
  display: block;
  padding: 20px;
  background-color: #fff;
  background: url(../images/bor_bj2.png) no-repeat center;
  background-size: cover;
}
.new_tech {
  background-color: #eef2f6;
  padding-bottom: 4%;
}
.new_tech .honor_next,
.new_tech .honor_prev {
  width: 58px;
  height: 48px;
  position: absolute;
  z-index: 888;
  cursor: pointer;
}
.new_tech .honor_next {
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.new_tech .honor_prev {
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.new_tech li h2 {
  line-height: 40px;
  background: #1768b4;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_tech .siwper_list .title {
  display: flex;
  align-items: center;
  padding: 4% 0 2% 0;
}
.new_tech .siwper_list .title strong {
  color: #1768b4;
  font-size: 30px;
  font-weight: bold;
}
.new_tech .siwper_list .title h2 {
  font-size: 20px;
  padding: 0 5px;
}
.new_tech .swiper_box {
  background-color: #fff;
  padding: 30px;
  position: relative;
}
.school {
  background-color: #eef2f6;
  padding: 2% 0;
}
.school .sc_box {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.school .left {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.school .left .img_bj {
  position: relative;
}
.school .left .cont_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 70px;
  box-sizing: border-box;
}
.school .left .cont_box .tit {
  display: flex;
  align-items: flex-end;
}
.school .left .cont_box .tit strong {
  font-size: 30px;
  font-weight: bold;
}
.school .left .cont_box .tit h2 {
  color: #1768b4;
  font-size: 20px;
  padding: 0 10px;
}
.school .left .cont_box .sum {
  padding: 2% 0;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.school .rig {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.school .rig .line {
  width: 6px;
  background-color: #1768b4;
}
.school .rig ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.school .rig li {
  margin-bottom: 10px;
  width: 100%;
}
.school .rig li:last-child {
  margin: 0;
}
.school .rig a {
  display: block;
}
.school .rig a:hover .cont .sum {
  opacity: 1;
}
.school .rig .cont {
  display: flex;
  height: 230px;
  position: relative;
  background: url(../images/j_bj3.jpg) no-repeat center;
}
.school .rig .img {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.school .rig .sum {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  background: rgba(23, 104, 180, 0.95);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.school .rig .title h1 {
  font-size: 30px;
  font-weight: bold;
}
.school .rig .title h2 {
  color: #1768b4;
  font-size: 20px;
}
.school .rig .title .long {
  padding-top: 16%;
  font-size: 16px;
}
.info_contact {
  padding: 2% 0;
  border-top: 1px solid #ccc;
}
.info_contact ul {
  display: flex;
}
.info_contact ul li {
  flex: 1;
  position: relative;
}
.info_contact ul li::before {
  width: 1px;
  height: 18px;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}
.info_contact ul li span {
  font-weight: bold;
}
.info_contact ul li:nth-child(1) span {
  color: #1768b4;
}
.info_contact ul li:nth-child(2) {
  display: flex;
  justify-content: center;
}
.info_contact ul li:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
.info_contact ul li:last-child::before {
  display: none;
}
.info_contact ul li .java {
  font-size: 18px;
}
.train .train_top {
  background-color: #eef2f6;
  padding: 4% 0;
}
.train .train_top .con1500 {
  display: flex;
  align-items: center;
  background: url(../images/j_bj11.jpg) no-repeat center bottom;
}
.train .train_top .con1500 .pic {
  padding-bottom: 4%;
}
.train .train_top .tit {
  display: flex;
  align-items: flex-end;
  padding: 4% 0 24% 80px;
}
.train .train_top .tit h1 {
  font-size: 30px;
}
.train .train_top .tit h2 {
  font-size: 20px;
  padding: 0 10px;
  color: #1768b4;
}
.train .train_top .img_bj {
  padding: 30px 0  0 80px;
  box-sizing: border-box;
  font-size: 18px;
  color: #666666;
}
.train .train_bottom {
  padding: 2% 0;
  background: url(../images/j_bj12.jpg) no-repeat center bottom;
}
.train .train_bottom .typename {
  text-align: center;
}
.train .train_bottom .typename h1 {
  font-size: 30px;
}
.train .train_bottom .typename h2 {
  font-size: 20px;
  color: #1768b4;
}
.train .train_bottom .list_ul {
  margin: 2% 0;
}
.train .train_bottom ul {
  margin: -5px;
}
.train .train_bottom ul li {
  flex: 1;
  padding: 5px;
}
.train .train_bottom ul li a {
  display: block;
  background-color: #fff;
  padding: 30px;
}
.train .train_bottom ul li .img {
  display: flex;
  width: 100%;
  justify-content: center;
}
.train .train_bottom ul li .tit h1 {
  text-align: center;
  font-size: 24px;
}
.train .train_bottom ul li .tit h5 {
  text-align: center;
  font-size: 18px;
  color: #1768b4;
}
.train .train_bottom ul li .sum {
  line-height: 28px;
  padding: 14px 0;
}
.train .train_bottom ul li:nth-child(1) a {
  border-top: 8px solid #84c0f7;
}
.train .train_bottom ul li:nth-child(2) a {
  border-top: 8px solid #aae1cd;
}
.train .train_bottom ul li:nth-child(3) a {
  border-top: 8px solid #bbccef;
}
.train .train_bottom ul li:nth-child(4) a {
  border-top: 8px solid #ffe5c7;
}
.train .train_bottom ul li:nth-child(5) a {
  border-top: 8px solid #b0e8f4;
}
.strength {
  background-color: #eef2f6;
}
.strength .list_one ul {
  margin: -8px;
}
.strength .list_one li {
  flex: 1;
  padding: 8px;
}
.strength .list_one a {
  display: block;
  padding: 42px;
  background-image: linear-gradient(to top, #cddeef, #fff);
  height: 100%;
}
.strength .list_one a .tit {
  display: flex;
  justify-content: space-between;
  align-items: cenetr;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.strength .list_one a h2 {
  color: #1768b4;
  font-size: 24px;
  font-weight: bold;
}
.strength .list_one a strong {
  font-size: 24px;
  font-weight: bold;
}
.strength .list_one a .summary {
  line-height: 30px;
  padding: 14px 0;
}
.strength .list_two {
  margin-top: 0%;
}
.strength .list_two ul {
  margin: -8px;
}
.strength .list_two li {
  flex: 1;
  padding: 8px;
}
#banner_wap,
.ban_wap {
  display: none;
}
.kuaijie {
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 999;
}
.kuaijie .img1 {
  width: 60px;
  height: 60px;
  background-color: #005baa;
  padding: 10px;
  border-radius: 10px;
}
.kuaijie .tel1 {
  display: flex;
  margin-bottom: 10px;
}
.kuaijie .tel1 .p1 {
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 18px;
  color: #005baa;
  line-height: 60px;
  width: 140px;
  height: 60px !important;
  margin-right: 10px;
  display: none;
}
.kuaijie .ma-d1 {
  width: 40%;
}
.kuaijie .tel2 {
  display: flex;
  margin-bottom: 10px;
}
.kuaijie .img2 {
  width: 60px;
  height: 60px;
  background-color: #005baa;
  padding: 10px;
  border-radius: 10px;
}
.kuaijie .ma-img {
  position: absolute;
  top: 55px;
  right: 70px;
  width: 140px !important;
  height: 140px !important;
  display: none;
}
.kuaijie .div3 {
  cursor: pointer;
}
.jia-type_cont {
  padding-bottom: 2%;
  padding: 2% 20px;
  background: #fff;
  margin-bottom: 2%;
  line-height: 24px;
}
