/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 1300px;
  margin: 0 auto;
}
.pulic_head_cont_bg {
  width: 100%;
  height: 66px;
}
.pulic_head_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: #fff;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head_cont .contain .li {
  display: block;
  padding: 24px 12px;
  font-size: 16px;
  color: #585858;
}
.pulic_head_cont .contain .li:hover {
  background: #0152bc;
  color: #fff;
}
.pulic_head_cont .contain .language_btn {
  width: 140px;
  height: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_head_cont .contain .language_btn h2 {
  font-size: 15px;
  font-weight: bold;
  color: #0152bc;
  text-align: center;
}
.pulic_head_cont .contain .language_btn select {
  width: 100%;
  font-size: 12px;
  background: none;
  border: none;
  text-align: center;
  background-color: transparent;
  color: #333;
}
.pulic_head_cont .contain .language_btn select option[value="optionValue"] {
  color: #fff;
}
.pulic_head_cont.en {
  display: flex;
  align-items: center;
}
.pulic_head_cont.en .contain {
  width: 100%;
  padding: 0 1%;
}
.pulic_head_cont.en .contain .li {
  text-align: center;
}
.pulic_head_cont.en .language_btn {
  width: 140px;
  height: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_head_cont.en .language_btn h2 {
  font-size: 15px;
  font-weight: bold;
  color: #0152bc;
  text-align: center;
}
.pulic_head_cont.en .language_btn select {
  width: 100%;
  font-size: 12px;
  background: none;
  border: none;
  text-align: center;
  background-color: transparent;
  color: #333;
}
.pulic_head_cont.en .language_btn select option[value="optionValue"] {
  color: #fff;
}
.index_baner_cont {
  display: block;
  width: 100%;
}
.index_baner_cont img {
  display: block;
  width: 100%;
}
.pulic_case_main {
  padding: 50px 0 0;
}
.index_case_1 {
  background: url(../i/index_case1_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_1 .contain {
  padding: 42px 38px;
  background: url(../i/index_case1_bg2.png) no-repeat center;
  background-size: cover;
}
.index_case_1 .detail_main {
  width: 100%;
  padding: 56px;
  background: #fff;
}
.index_case_1 .detail_cont .tle {
  font-size: 24px;
  color: #131313;
  margin-bottom: 24px;
}
.index_case_1 .detail_cont .txt {
  font-size: 17px;
  color: #3a3e45;
}
.index_case_1 .detail_cont .txt p {
  margin-bottom: 30px;
  line-height: 32px;
}
.pulic_title_head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.pulic_title_head .tle {
  margin: 0 20px;
}
.pulic_title_head .line {
  height: 22px;
}
.index_pulic_title {
  position: relative;
  margin-bottom: 40px;
}
.index_pulic_title span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  color: #0c51ac;
}
.index_pulic_title .line {
  display: block;
  width: 100%;
}
.index_pulic_title.white span {
  color: #fff;
}
.index_pulic_title_en {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.index_pulic_title_en .txt {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: #0c51ac;
}
.index_pulic_title_en span {
  padding: 14px 10px;
  border-bottom: 2px solid #0152bc;
}
.index_pulic_title_en .line {
  display: block;
}
.index_pulic_title_en::after {
  content: "";
  display: block;
  width: var(--pseudo-width, 0);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 24px;
  background: #0152bc;
}
.index_pulic_title_en::before {
  content: "";
  display: block;
  width: var(--pseudo-width, 0);
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 24px;
  background: #0152bc;
}
.index_pulic_title_en.white::after {
  background: #fff;
}
.index_pulic_title_en.white::before {
  background: #fff;
}
.index_pulic_title_en.white .txt {
  color: #fff;
}
.index_pulic_title_en.white span {
  border-bottom: 2px solid #fff;
}
.index_case_2 .det_i {
  padding: 20px 0;
}
.index_case_2 .det_i img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.index_case_3 {
  background: url(../i/index_case3_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_3 .deta_inf_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.index_case_3 .deta_inf_cont .dl {
  width: 49%;
  margin-right: 2%;
  padding: 20px 0 46px 100px;
}
.index_case_3 .deta_inf_cont .dl:nth-child(2n) {
  margin-right: 0;
}
.index_case_3 .deta_inf_cont .dl .dt {
  font-size: 16px;
  color: #8fccf6;
  margin-bottom: 10px;
}
.index_case_3 .deta_inf_cont .dl .dd {
  font-size: 18px;
  color: #8fccf6;
}
.index_case_3 .deta_inf_cont .dl:nth-child(1),
.index_case_3 .deta_inf_cont .dl:nth-child(2) {
  border-bottom: 1px solid rgba(99, 196, 246, 0.16);
}
.index_case_3 .detail_bits {
  display: flex;
  justify-content: space-between;
  padding: 0 90px;
  border-top: 1px solid rgba(107, 218, 236, 0.3);
  border-bottom: 1px solid rgba(107, 218, 236, 0.3);
  background: rgba(99, 196, 246, 0.05);
  position: relative;
}
.index_case_3 .detail_bits::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #0242ae;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.index_case_3 .detail_bits .list {
  padding: 24px 0;
  width: calc(100% / 3);
}
.index_case_3 .detail_bits .list .tle .t {
  position: relative;
  display: inline-block;
}
.index_case_3 .detail_bits .list .tle .t span {
  display: inline-block;
  padding: 6px 12px;
  position: relative;
  font-size: 16px;
  color: #fff;
  z-index: 2;
}
.index_case_3 .detail_bits .list .tle .t::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) skewX(-16deg);
  background: linear-gradient(to right, #0495db, #0f6bd8);
}
.index_case_3 .detail_bits .list .deta {
  padding: 20px 0;
}
.index_case_3 .detail_bits .list .deta .tel {
  font-size: 32px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#82cafc, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_case_3 .detail_bits .list .deta .txt {
  font-size: 16px;
  color: #fff;
}
.index_case_3 .detail_bits .list .deta .tips {
  font-size: 16px;
  color: #96d5f6;
}
.index_case_4 {
  background: #edf6ff;
}
.index_case_4 table {
  width: 100%;
}
.index_case_4 table thead th {
  padding: 20px 0;
  text-align: center;
  background: #042c70;
  font-size: 20px;
  color: #ffffff;
}
.index_case_4 table tbody td {
  padding: 26px 30px;
  font-size: 18px;
  color: #2a2929;
  text-align: center;
}
.index_case_4 table tbody tr {
  background: #fff;
}
.index_case_4 table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.index_case_5 .adver_cont {
  display: block;
  width: 100%;
  padding: 30px 0;
}
.index_case_5 .adver_cont img {
  display: block;
  width: 100%;
}
.pulic_regis_btn {
  display: block;
  width: 374px;
  padding: 14px 0;
  background: #0136a0;
  border-radius: 5px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  margin: 40px auto;
}
.pulic_regis_btn.w100 {
  width: 100%;
}
.index_case_6 {
  background: #edf6ff;
}
.index_case_6 .meet_head_time {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.index_case_6 .meet_head_time > div {
  padding: 10px 0;
}
.index_case_6 .meet_last {
  display: flex;
  flex-wrap: wrap;
}
.index_case_6 .meet_schedule {
  width: 100%;
  margin-bottom: 20px;
}
.index_case_6 .meet_schedule table {
  width: 100%;
  border: 1px solid #70a2e3;
  background: #0c51ac;
  color: #fff;
}
.index_case_6 .meet_schedule table th {
  padding: 10px ;
  border: 1px solid #70a2e3;
  text-align: center;
}
.index_case_6 .meet_schedule table td {
  padding: 10px;
  border: 1px solid #70a2e3;
  text-align: center;
}
.index_case_6 .meet_ing {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0 36px;
  background: #ffffff;
}
.index_case_6 .meet_ing img {
  max-width: 100%;
  display: block;
}
.index_case_7 .adver_cont img {
  display: block;
  width: 100%;
}
.index_case_8 {
  background: #edf6ff;
}
.index_case_8 .title_head {
  text-align: center;
  margin-bottom: 46px;
}
.index_case_8 .title_head h2 {
  font-size: 30px;
  color: #303031;
}
.index_case_8 .title_head .line {
  display: block;
  width: 64px;
  height: 6px;
  border-radius: 100px;
  background: #0f55ca;
  margin: 20px auto 0;
}
.index_case_8 .index_case8_baner {
  position: relative;
  overflow: hidden;
}
.index_case_8 .index_case8_baner .swiper-slide {
  padding: 26px 34px;
  background: #fff;
  display: flex;
}
.index_case_8 .index_case8_baner .swiper-slide .time_det {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 52px;
  background: linear-gradient(-45deg, #0399db, #1065d7);
  position: relative;
  color: #fff;
}
.index_case_8 .index_case8_baner .swiper-slide .time_det::after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: #e0e8f5;
  position: absolute;
  right: -17px;
  top: 4px;
}
.index_case_8 .index_case8_baner .swiper-slide .det_txt {
  width: calc(100% - 90px);
  padding-left: 46px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.index_case_8 .index_case8_page {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 20px;
}
.index_case_8 .index_case8_page .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 1;
  background: #fff;
}
.index_case_8 .index_case8_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #536990;
}
.index_case_9 .case9_main {
  padding: 60px 0 220px;
  background: url(../i/case9_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_9 .title_head_tips {
  text-align: center;
  padding: 30px 0 40px;
  font-size: 16px;
  color: #ffffff;
}
.index_case_9 .case9_last_cont {
  display: flex;
  flex-wrap: wrap;
}
.index_case_9 .case9_last_cont .list {
  width: calc(96% / 5);
  margin-right: 1%;
  margin-bottom: 30px;
}
.index_case_9 .case9_last_cont .list .tis_ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  background: url(../i/case9_ring.png) no-repeat center;
  background-size: cover;
  margin: 0 auto 14px;
}
.index_case_9 .case9_last_cont .list .tis_ava .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 100%;
  overflow: hidden;
}
.index_case_9 .case9_last_cont .list .tis_ava .i img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_case_9 .case9_last_cont .list .name {
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  color: #98c1fa;
}
.index_case_9 .case9_last_cont .list .det {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.index_case_9 .case9_last_cont .list:nth-child(5n) {
  margin-right: 0;
}
.index_case_9 .bits_cont img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
.index_case_9 .bits_cont p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.index_case_10 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.index_case_10 .last_cont .list_box {
  width: 49%;
  margin-right: 2%;
}
.index_case_10 .last_cont .list_box:nth-child(2n) {
  margin-right: 0;
}
.index_case_10 .last_cont .list_box .title_head {
  text-align: center;
  margin-bottom: 16px;
  height: 130px;
}
.index_case_10 .last_cont .list_box .title_head h2 {
  font-size: 24px;
  color: #2e2929;
}
.index_case_10 .last_cont .list_box .title_head p {
  font-size: 22px;
  color: #545151;
}
.index_case_10 .last_cont .list_box .tab_main .thead_tle {
  display: flex;
  align-items: center;
}
.index_case_10 .last_cont .list_box .tab_main .thead_tle .td {
  padding: 16px 24px;
  font-size: 20px;
  color: #2e2929;
  width: 234px;
}
.index_case_10 .last_cont .list_box .tab_main .thead_tle .td:last-child {
  width: calc(100% - 234px);
}
.index_case_10 .last_cont .list_box .tab_main .tbody_main {
  display: flex;
  border: 1px solid #c8c6c6;
  border-top-width: 3px;
}
.index_case_10 .last_cont .list_box .tab_main .l_cont {
  width: 234px;
  border-right: 3px solid #1762d8;
  background: linear-gradient(133deg, #1762d8 50%, #56bde8);
}
.index_case_10 .last_cont .list_box .tab_main .l_cont .td {
  height: 100px;
}
.index_case_10 .last_cont .list_box .tab_main .l_cont .td h2 {
  font-size: 16px;
  color: #fff;
}
.index_case_10 .last_cont .list_box .tab_main .l_cont .td p {
  font-size: 13px;
  color: #b0c8f2;
}
.index_case_10 .last_cont .list_box .tab_main .l_cont .td:last-child {
  border-bottom: 6px solid #b2eef6;
}
.index_case_10 .last_cont .list_box .tab_main .r_cont {
  width: calc(100% - 234px);
}
.index_case_10 .last_cont .list_box .tab_main .r_cont.bg_1 {
  background: url(../i/case10_bg_1.png) no-repeat center;
  background-size: cover;
}
.index_case_10 .last_cont .list_box .tab_main .r_cont.bg_2 {
  background: url(../i/case10_bg_2.png) no-repeat center;
  background-size: cover;
}
.index_case_10 .last_cont .list_box .tab_main .r_cont .td {
  height: 100px;
  font-size: 13px;
  color: #2d394f;
  display: flex;
  align-items: center;
  padding-top: 0;
}
.index_case_10 .last_cont .list_box .tab_main .r_cont .td:last-child {
  border-bottom: none;
}
.index_case_10 .last_cont .list_box .tab_main .td {
  border-bottom: 1px solid #c8c6c6;
  padding: 16px 20px 0;
}
.index_case_10 .adver_cont img{
	        display: block;
	        width:100%;
}
.index_case_11 .head_tips {
  border-bottom: 1px solid #d9e5f5;
  position: relative;
  margin-bottom: 20px;
}
.index_case_11 .head_tips span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 6px 88px 6px 22px;
  font-size: 21px;
  color: #ffffff;
}
.index_case_11 .head_tips span::after {
  content: "";
  display: block;
  width: 215px;
  height: 40px;
  background: url(../i/case11_tle_bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.index_case_11 .adver_last {
  padding: 20px 0;
}
.index_case_11 .adver_last .adver_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index_case_11 .adver_last .adver_list .det_cont {
  width: 440px;
  padding: 30px 34px;
  background: #236ee4;
}
.index_case_11 .adver_last .adver_list .det_cont .tle_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background: #fff;
  font-size: 24px;
  color: #0242ae;
}
.index_case_11 .adver_last .adver_list .det_cont .tle_head img {
  margin-right: 10px;
}
.index_case_11 .adver_last .adver_list .det_cont .txt {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.index_case_11 .adver_last .adver_list .map_cont {
  width: 856px;
}
.index_case_11 .adver_last .adver_list .map_cont img {
  display: block;
  width: 100%;
}
.index_case_11 .adver_last .adver_list:nth-child(2n) .det_cont {
  order: 2;
}
.index_case_11 .adver_last .adver_list:nth-child(2n) .map_cont {
  order: 1;
}
.index_case_11 .det_inf_txt {
  padding: 10px 0;
  font-size: 18px;
  color: #333333;
}
.index_case_12 .adver_cont {
  position: relative;
}
.index_case_12 .adver_cont .bg {
  display: block;
  width: 100%;
}
.index_case_12 .adver_cont .det_inf {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 60px;
}
.index_case_12 .adver_cont .det_inf h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 24px;
}
.index_case_12 .adver_cont .det_inf p {
  font-size: 18px;
  line-height: 42px;
  color: #333333;
}
.index_case_13 .link_last_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.index_case_13 .link_last_cont .link_last {
  width: 49%;
  margin-right: 2%;
}
.index_case_13 .link_last_cont .link_last:nth-child(2n) {
  margin-right: 0;
}
.index_case_13 .link_last {
  width: 100%;
}
.index_case_13 .link_last .tle {
  font-size: 22px;
  color: #333333;
  padding: 15px 0;
}
.index_case_13 .link_last .link_dl {
  display: flex;
  flex-wrap: wrap;
}
.index_case_13 .link_last .link_dl .dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 243px;
  height: 97px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
  margin-right: 17px;
}
.index_case_13 .link_last .link_dl .dd img {
  display: block;
  max-height: 100%;
}
.index_case_14 {
  background: url(../i/case14_bg.png) no-repeat right center;
  background-size: contain;
}
.index_case_14 .case14_head_cont {
  position: relative;
  margin-bottom: 55px;
}
.index_case_14 .case14_btn_prev {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
  background: url(../i/case14_prev.png) no-repeat center;
  background-size: cover;
}
.index_case_14 .case14_btn_next {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
  background: url(../i/case14_next.png) no-repeat center;
  background-size: cover;
}
.index_case_14 .case14_head_baner {
  width: 946px;
  height: 522px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.index_case_14 .case14_head_baner .swiper-slide {
  position: relative;
}
.index_case_14 .case14_head_baner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_case_14 .case14_head_baner .swiper-slide .bit_tle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #232121;
  background: #fff;
}
.index_case_14 .case14_bits_baner {
  position: relative;
  overflow: hidden;
}
.index_case_14 .case14_bits_baner .swiper-slide {
  background: #000;
}
.index_case_14 .case14_bits_baner img {
  display: block;
  width: 100%;
  opacity: 0.4;
}
.index_case_14 .case14_bits_baner .swiper-slide-thumb-active img {
  opacity: 1;
}
.pulic_footer_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 40px;
  background: #003399;
  margin-top: 30px;
}
.pulic_footer_cont img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.pulic_footer_cont p {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
}
.pulic_footer_copy {
  padding: 24px 0;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background: #042c70;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 当滚动到锚点时添加动画 */
.scroll-animated {
  animation: fadeIn 0.8s ease-out forwards;
}
/*****************/
.phone_show {
  display: none;
}
.phone_mene_bg {
  display: none;
}
.phone_mene_cont {
  display: none;
}
@media (max-width: 720px) {
  .phone_show {
    display: block;
  }
  .contain {
    width: 100%;
    padding: 0 1rem;
  }
  .phone_mene_bg {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 14;
    transition: all 0.8s;
  }
  .phone_mene_bg.active {
    right: 0;
  }
  .phone_mene_cont {
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    overflow-y: scroll;
    z-index: 15;
    transition: all 0.8s;
  }
  .phone_mene_cont .language_btn {
    width: 140px;
    height: auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone_mene_cont .language_btn h2 {
    font-size: 15px;
    font-weight: bold;
    color: #0152bc;
    text-align: center;
  }
  .phone_mene_cont .language_btn select {
    width: 100%;
    font-size: 12px;
    background: none;
    border: none;
    text-align: center;
    background-color: transparent;
    color: #333;
  }
  .phone_mene_cont .language_btn select option[value="optionValue"] {
    color: #fff;
  }
  .phone_mene_cont .li {
    display: block;
    padding: 1rem;
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
  }
  .phone_mene_cont.active {
    left: 0;
  }
  .pulic_head_cont .contain {
    display: none;
  }
  .pulic_head_cont.en .language_btn {
    display: none;
  }
  .phone_menu_btn {
    display: block;
    width: 3rem;
    height: 2.4rem;
    position: relative;
    margin: 1rem 1rem 1rem auto;
  }
  .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: #333;
    position: absolute;
    transition: all 0.8s;
  }
  .phone_menu_btn .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  .phone_menu_btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .phone_menu_btn .line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-226deg);
  }
  .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(226deg);
  }
  .pulic_case_main {
    padding: 1rem 0 2rem;
  }
  .pulic_title_head {
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .pulic_title_head .tle {
    margin: 0 0.3rem;
    width: 12rem;
  }
  .pulic_title_head .line {
    height: 1.5rem;
  }
  .index_pulic_title {
    margin-bottom: 2rem;
  }
  .index_pulic_title span {
    font-size: 1.6rem;
    top: 33%;
  }
  .index_case_1 .contain {
    padding: 1rem;
  }
  .index_case_1 .detail_main {
    padding: 1rem;
  }
  .index_case_1 .detail_cont .tle {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .index_case_1 .detail_cont .txt {
    font-size: 1rem;
  }
  .index_case_1 .detail_cont .txt p {
    margin-bottom: 0.6rem;
  }
  .index_case_3 {
    margin-bottom: 3rem;
  }
  .index_case_3 .deta_inf_cont {
    padding: 1rem 0;
  }
  .index_case_3 .deta_inf_cont .dl {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem 0 1rem 3rem;
  }
  .index_case_3 .detail_bits {
    padding: 0 1rem;
    flex-wrap: wrap;
  }
  .index_case_3 .detail_bits .list {
    padding: 1rem 0;
    width: 100%;
  }
  .index_case_3 .detail_bits::after {
    bottom: -3rem;
    border-top: 16px solid #0242ae;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
  }
  .index_case_4 table thead th {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .index_case_4 table tbody td {
    padding: 1.4rem 1rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .pulic_regis_btn {
    width: 15rem;
    font-size: 1.2rem;
    margin: 2rem auto;
  }
  .index_case_6 .meet_last .list_cont {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .index_case_6 .meet_last .list_cont .time {
    padding: 1rem;
    width: 30%;
  }
  .index_case_6 .meet_last .list_cont .time h2 {
    font-size: 1.2rem;
  }
  .index_case_6 .meet_last .list_cont .time p {
    font-size: 1.4rem;
  }
  .index_case_6 .meet_last .list_cont .det_cont {
    width: 70%;
  }
  .index_case_6 .meet_last .list_cont .det_cont p {
    font-size: 1.2rem;
  }
  .index_case_6 .meet_ing {
    padding: 2rem 0;
  }
  .index_case_6 .meet_ing img {
    width: 12rem;
  }
  .index_case_9 .case9_last_cont .list {
    width: 49%;
    margin-right: 2% !important;
  }
  .index_case_9 .case9_last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index_case_10 .last_cont .list_box {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .index_case_11 .adver_last .adver_list {
    flex-wrap: wrap;
  }
  .index_case_11 .adver_last .adver_list .det_cont {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .index_case_11 .adver_last .adver_list .det_cont .tle_head {
    height: 4rem;
    font-size: 1.2rem;
  }
  .index_case_11 .adver_last .adver_list .det_cont .txt {
    font-size: 1.2rem;
  }
  .index_case_11 .adver_last .adver_list .map_cont {
    width: 100%;
  }
  .index_case_12 .adver_cont {
    height: 13rem;
  }
  .index_case_12 .adver_cont .bg {
    height: 100%;
  }
  .index_case_12 .adver_cont .det_inf {
    padding: 0 1rem;
  }
  .index_case_12 .adver_cont .det_inf h2 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .index_case_12 .adver_cont .det_inf p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .index_case_13 .link_last_cont {
    margin-bottom: 1rem;
  }
  .index_case_13 .link_last_cont .link_last {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .index_case_13 .link_last .tle {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
  .index_case_13 .link_last .link_dl .dd {
    width: 49%;
    margin-right: 2%;
  }
  .index_case_13 .link_last .link_dl .dd:nth-child(2n) {
    margin-right: 0;
  }
  .index_case_13 .link_last .link_dl .dd img {
    display: block;
    width: 100%;
  }
  .index_case_14 .case14_head_cont {
    margin-bottom: 2rem;
  }
  .index_case_14 .case14_head_baner {
    width: 80%;
    height: 24rem;
  }
  .index_case_14 .case14_btn_prev {
    left: 0;
    width: 3rem;
    height: 3rem;
  }
  .index_case_14 .case14_btn_next {
    right: 0;
    width: 3rem;
    height: 3rem;
  }
  .pulic_footer_cont {
    padding: 3rem 0;
  }
  .pulic_footer_cont p {
    font-size: 1.2rem;
  }
  .pulic_footer_cont img {
    width: 6rem;
  }
  .pulic_footer_copy {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
