.rowimgbox img {
  width: 50%;
}
.img_title1 {
  width: 100%;
  padding: 50px 0;
}
.img_title1 .t1 {
  font-size: 50px;
  color: #2B2B2B;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 10px;
  font-style: italic;
}
.img_title1 .t2 {
  font-size: 16px;
  color: #b1b1b1;
}
.headOuter {
  background-color: var(--themeColor);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: solid 3px var(--themeColor);
}
.headOuter .head_box {
  width: 100%;
  height: 123px;
}
.headOuter .head_box .tel_box {
  margin-left: 20px;
}
.headOuter .head_box .tel_box .phone {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}
.headOuter .head_box .navhlist {
  height: 100%;
  width: auto;
}
.headOuter .head_box .navhlist .nav_item:hover {
  color: #5d95ff;
}
.headOuter .head_box .navhlist .nav_item.isActive {
  color: #5d95ff;
}
.headOuter .head_box .navhlist .nav_item {
  min-width: 65px;
  padding: 0 10px;
  white-space: nowrap;
  height: 100%;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.headOuter .head_box .navhlist .nav_item > a {
  font-size: 16px;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 400;
  color: inherit;
}
.headOuter .head_box .navhlist .nav_child_box {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 50;
  width: 160%;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.headOuter .head_box .navhlist .nav_child_box .child_item:hover {
  background: var(--themeColor);
  color: #fff;
}
.headOuter .head_box .navhlist .nav_child_box .child_item {
  width: 100%;
  padding: 0 20px;
  min-height: 38px;
  position: relative;
  color: #2b2b2b;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.logo_box img {
  max-width: 280px;
}
.OuterPadd {
  padding: 100px 0;
}
.inar_tit {
  width: 100%;
  padding-top: 80px;
}
.inar_tit .title .txt1 {
  font-size: 24px;
  font-weight: 550;
  color: var(--footColor);
  vertical-align: bottom;
}
.inar_tit .title .txt2 {
  vertical-align: bottom;
  font-size: 72px;
  font-weight: bold;
  font-style: italic;
  font-family: '微软雅黑';
  color: var(--themeColor);
  height: 68px;
}
.inar_tit .title .txt3 {
  font-size: 24px;
  font-weight: 550;
  color: var(--themeColor);
  vertical-align: bottom;
}
.inar_tit .ptxt_outer {
  margin-top: 20px;
}
.inar_tit .ptxt_outer .ptxt {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: center;
}
.index_Area1 {
  width: 100%;
  padding-bottom: 60px;
}
.index_Area1 .ina1_list {
  width: 100%;
  margin-top: 70px;
}
.index_Area1 .ina1_list .ina1_item {
  flex: 1;
}
.index_Area1 .ina1_list .ina1_item .icon {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: var(--themeColor);
}
.index_Area1 .ina1_list .ina1_item .icon i {
  color: #fff;
  font-size: 45px;
}
.index_Area1 .ina1_list .ina1_item span {
  color: #999;
  font-size: 16px;
  margin-top: 10px;
}
.indexVideo {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 0;
  background: #000;
  justify-content: space-around;
}
.indexVideo .video_box {
  width: 50%;
  height: 400px;
  background: #000;
}
.indexVideo .video_box video {
  width: 100%;
  height: 100%;
}
.inareaOuter {
  width: 100%;
  height: 548px;
  background-image: url(../img/index/index3-1.jpg);
}
.inareaOuter .index_Area2 {
  margin-top: 42px;
  position: relative;
}
.inareaOuter .index_Area2 .ina2_list {
  width: 57%;
}
.inareaOuter .index_Area2 .ina2_list .ina2_item {
  margin-bottom: 20px;
  position: relative;
}
.inareaOuter .index_Area2 .ina2_list .ina2_item .icon {
  background: var(--themeColor);
  width: 84px;
  height: 84px;
  border-radius: 100%;
  font-size: 24px;
  color: #fff;
  margin-right: 25px;
}
.inareaOuter .index_Area2 .ina2_list .ina2_item .infos .tit {
  font-size: 18px;
  color: #333;
  font-weight: 550;
}
.inareaOuter .index_Area2 .ina2_list .ina2_item .infos .txt {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}
.inareaOuter .index_Area2 .ina2_list .item2 {
  left: -32px;
}
.inareaOuter .index_Area2 .ina2_list .item3 {
  left: -64px;
}
.inareaOuter .index_Area2 .ina2_list .item4 {
  left: -91px;
}
.banner img {
  min-height: 300px;
  max-height: 400px;
}
.index_Area3 {
  padding: 80px 0;
}
.index_Area3 .ia3_tit {
  font-size: 45px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #2d407a;
  margin-bottom: 45px;
}
.index_Area3 .ia3_txt {
  max-width: 1186px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 35px;
  margin-bottom: 50px;
}
.index_Area3 .ia3_box .ia3_item {
  border-radius: 11px;
  overflow: hidden;
  height: 208px;
  background: #ECEFF6;
}
.index_Area3 .ia3_box .ia3_item .leftimg {
  overflow: hidden;
  border-radius: 11px;
  height: 100%;
  width: 208px;
}
.index_Area3 .ia3_box .ia3_item .leftimg img {
  width: 100%;
  height: 100%;
}
.index_Area3 .ia3_box .ia3_item .rightInfo {
  padding: 10px;
  height: 100%;
  width: 370px;
}
.index_Area3 .ia3_box .ia3_item .rightInfo .InfoOuter {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding-left: 38px;
}
.index_Area3 .ia3_box .ia3_item .rightInfo .InfoOuter .introduce {
  min-width: 145px;
  min-height: 135px;
  border-right: 1px dashed rgba(146, 147, 149, 0.3);
}
.index_Area3 .ia3_box .ia3_item .rightInfo .InfoOuter .introduce .tit {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #2d407a;
  margin-bottom: 20px;
}
.index_Area3 .ia3_box .ia3_item .rightInfo .InfoOuter .introduce .txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 28px;
}
.index_Area3 .ia3_box .ia3_item .rightInfo .InfoOuter .ewm_box img {
  width: 133px;
  height: 133px;
}
.index_Area3 .ia3_box .ia3_item .rightInfo .InfoOuter .ewm_box span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin-top: 8px;
}
.cooperate {
  width: 100%;
}
.cooperate h4 {
  font-size: 40px;
  color: #2b2b2b;
  margin-top: 30px;
}
#coopeimgs {
  margin: 50px 0;
  width: 1200px;
  overflow: hidden;
  height: 80px;
}
#coopeimgs ul li {
  float: left;
  padding-right: 15px;
}
#coopeimgs ul img {
  display: inline-block;
  height: 56px;
  border: solid 1px #f8f8f8;
  width: 180px;
  object-fit: contain;
}
.footOuter {
  background: var(--themeColor);
  width: 100%;
}
.footOuter .footContent {
  padding: 40px 0;
  border-bottom: solid 1px #ffffff30;
}
.footOuter .footContent .Cont_line {
  height: 83px;
  width: 1px;
  background: #fff;
}
.footOuter .footContent .Cont_val .ptit {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.footOuter .footContent .Cont_val .phone {
  color: var(--themeColor);
  font-size: 36px;
  font-style: italic;
}
.footOuter .footContent .Cont_val .pspan {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.footOuter .footnavs .fnav_a {
  color: #fff;
  font-size: 14px;
  margin-right: 50px;
  cursor: pointer;
}
.footOuter .footnavs .fnav_a:hover {
  color: var(--themeColor);
}
.footOuter .footBottom {
  padding: 30px 0;
}
.footOuter .footBottom .btxt {
  color: #ffffff94;
  font-size: 13px;
}
.footOuter .footBottom .btxt a {
  color: #ffffff94;
  font-size: 13px;
}
.abo_area1 {
  width: 100%;
  padding-bottom: 80px;
}
.abo_area1 .ab1_txt {
  color: #999;
  font-size: 14px;
  max-width: 898px;
  text-align: center;
  line-height: 30px;
  margin: 60px 0 90px 0;
}
.abo_area1 .abo1_list {
  width: 100%;
}
.abo_area1 .abo1_list .abo1_item .img_box {
  width: 340px;
  height: 250px;
}
.abo_area1 .abo1_list .abo1_item .img_box img {
  width: 100%;
  height: 100%;
}
.abo_area1 .abo1_list .abo1_item span {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}
.conact_area1 {
  width: 100%;
  padding: 65px 0 50px 0;
}
.conact_area1 .coa1_left::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
  z-index: 9;
  top: 0;
  left: 0;
}
.conact_area1 .coa1_left {
  position: relative;
  width: 547px;
  height: 387px;
  background-image: url(../img/conact2-1.jpg);
}
.conact_area1 .coa1_left .info {
  width: 300px;
  z-index: 10;
  position: relative;
}
.conact_area1 .coa1_left .info .etit {
  width: 100%;
  color: #fff;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: solid 1px;
  margin-bottom: 15px;
}
.conact_area1 .coa1_left .info .epsna {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.conact_area1 .coa1_right {
  padding-left: 65px;
}
.conact_area1 .coa1_right .form_tit {
  color: #646464;
  font-size: 14px;
  margin-bottom: 35px;
}
.conact_area1 .coa1_right .form_box {
  width: 100%;
  padding-left: 20px;
}
.conact_area1 .coa1_right .form_box .input_items {
  margin-bottom: 20px;
}
.conact_area1 .coa1_right .form_box .input_items .tit {
  color: #646464;
  font-size: 14px;
  min-width: 50px;
  white-space: nowrap;
}
.conact_area1 .coa1_right .form_box .input_items input {
  color: #646464;
  font-size: 14px;
  width: 60%;
  height: 34px;
  border: solid 1px #dadada;
  padding: 0 8px;
}
.conact_area1 .coa1_right .form_box .input_items textarea {
  width: 60%;
  height: 66px;
  color: #646464;
  font-size: 14px;
  border: solid 1px #dadada;
  padding: 8px;
}
.conact_area1 .coa1_right .form_box .input_items.str::after {
  content: '*';
  display: inline-block;
  color: red;
  font-size: 14px;
  margin-left: 10px;
}
.conact_area1 .coa1_right .form_box .input_list {
  width: 100%;
}
.conact_area1 .coa1_right .form_box .form_btn {
  margin-left: 50px;
  cursor: pointer;
  width: 230px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  background: #ACD9FF;
}
.map_box {
  width: 100%;
  height: 300px;
}
.map_box #map {
  width: 100%;
  height: 100%;
}
.newslist {
  width: 100%;
}
.newslist .newsItem {
  width: 100%;
  padding: 40px 0 30px 0;
  border-bottom: dotted 1px #e5e5e5;
}
.newslist .newsItem .img_box {
  width: 200px;
  height: 200px;
}
.newslist .newsItem .newsInfo {
  padding-left: 30px;
  cursor: pointer;
}
.newslist .newsItem .newsInfo .title {
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  max-width: 750px;
}
.newslist .newsItem .newsInfo .txt {
  color: #808080;
  font-size: 14px;
  max-width: 800px;
  min-height: 80px;
}
.newslist .newsItem .newsInfo .newsTime {
  margin-top: 25px;
  color: #666;
  font-size: 14px;
  display: block;
}
.new_details {
  width: 100%;
  padding: 70px 0;
  min-height: 50vh;
}
.new_details .details_head {
  width: 100%;
  padding-bottom: 22px;
}
.new_details .details_head h1 {
  color: #333;
  font-size: 25px;
  margin-bottom: 30px;
}
.new_details .details_head .time {
  color: #adadad;
  font-size: 13px;
}
.new_details .details_content {
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  color: #676767;
  font-size: 14px;
  line-height: 25px;
}
.new_details .details_content img,
.new_details .details_content video {
  display: block;
  max-width: 100%;
}
.new_details .details_content video {
  min-height: 500px;
  width: 100%;
  background: #000;
}
.prod_area1 {
  width: 100%;
  padding-top: 60px;
}
.prod_area1 .rtitle {
  color: #333;
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 35px;
  position: relative;
}
.prod_area1 .rtitle::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background: var(--themeColor);
  bottom: -15px;
}
.prod_area1 .palitem {
  background: #f1f1f1;
  padding: 30px 20px;
  border-radius: 5px;
  width: 33%;
  margin: 0 10px 10px 0;
}
.prod_area1 .palitem .ltxt {
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
}
.prod_area1 .palitem2 {
  width: 100%;
  background: #f1f1f1;
  padding: 30px 20px;
  border-radius: 5px;
}
.prod_area1 .paritbox .paritems {
  padding: 10px;
}
.prod_area1 .paritbox .paritems span {
  color: #333;
  font-size: 14px;
}
.prod_area1 .paritbox .paritems::before {
  content: '';
  display: block;
  background: var(--themeColor);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-right: 6px;
}
.abo_tit {
  padding: 80px 0 50px 0;
  width: 100%;
}
.abo_tit h2 {
  font-size: 45px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #2d407a;
}
.abo_Area1 {
  margin-bottom: 90px;
}
.abo_Area1 .a1_Txt {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 30px;
  padding-bottom: 40px;
}
.abo_Area1 .a1_content {
  width: 100%;
  height: 425px;
  background-image: url(../img/about/abo2-1.jpg);
}
.abo_Area1 .a1_content .ab1_left > img {
  width: 253px;
}
.abo_Area1 .a1_content .ab1_right {
  margin-left: 200px;
}
.abo_Area1 .a1_content .ab1_right .ab_r_tit {
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 35px;
}
.abo_Area1 .a1_content .ab1_right .ab_r_p {
  opacity: 0.8;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
.abo_Area2 {
  margin-bottom: 80px;
}
.abo_Area2 .ab2_list .ab2_item {
  width: 376px;
}
.abo_Area2 .ab2_list .ab2_item .top_img {
  margin-bottom: 12px;
}
.abo_Area2 .ab2_list .ab2_item .bot_Txt {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  margin-top: 15px;
}
.abo_Area3 {
  padding-bottom: 85px;
}
.abo_Area3 .ab3_left {
  width: 675px;
}
.abo_Area3 .ab3_left .top_img {
  margin-bottom: 35px;
}
.abo_Area3 .ab3_left .ab3_l_list .ab3_line {
  margin-bottom: 23px;
  width: 492px;
  height: 36px;
  background: linear-gradient(90deg, #f7f8fa, transparent);
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  padding-left: 30px;
}
.abo_Area3 .ab3_right {
  width: 473px;
}
.abo_Area3 .ab3_right .ab3_r_txt {
  opacity: 0.8;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 32px;
  margin: 18px 0;
}
.abo_Area3 .ab3_right .ab3_r_imgs {
  width: 100%;
}
.abo_Area3 .ab3_right .ab3_r_imgs img {
  width: 199px;
}
.abo_Area4 {
  padding-bottom: 80px;
}
.abo_Area4 .ab4_item {
  width: 589px;
  min-height: 253px;
  background: #ffffff;
  border-radius: 14px;
  padding: 13px;
  margin-bottom: 22px;
}
.abo_Area4 .ab4_item .img_box {
  width: 287px;
  height: 227px;
  border-radius: 15px;
}
.abo_Area4 .ab4_item .ab4_info {
  padding-left: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 35px;
}
.abo_Area4 .ab4_item .ab4_info .info_val::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #666;
  margin-right: 8px;
}
.sevpadd {
  padding: 58px 0;
}
.sev_Area1 {
  width: 100%;
}
.sev_Area1 img {
  height: 462px;
}
.sev_Area1 .sev1_left img {
  width: 563px;
}
.sev_Area2 {
  width: 100%;
}
.sev_Area2 .sev2_leftimg {
  width: 551px;
  height: 373px;
}
.sev_Area2 .sev2_rightimg {
  width: 601px;
}
.sev_Area3 {
  background: #fff;
  min-height: 299px;
}
.sev_Area3 .sev3_list {
  width: 100%;
  padding: 47px 60px 0 60px;
}
.sev_Area3 .sev3_list .sev3_item {
  margin-bottom: 50px;
  width: 370px;
}
.sev_Area3 .sev3_list .sev3_item .sev3_btn {
  white-space: nowrap;
  margin-bottom: 15px;
  width: 134px;
  padding: 0 20px;
  height: 39px;
  border-radius: 30px;
  background: #2d407a;
  font-size: 19px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.sev_Area3 .sev3_list .sev3_item .sev3_txt {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  white-space: nowrap;
}
.sev_Area4 .sev4_box::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.sev_Area4 .sev4_box {
  width: 100%;
  background-image: url(../img/sev/sev7-1.jpg);
  height: 400px;
  position: relative;
}
.sev_Area4 .sev4_box .sev4_info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}
.sev_Area4 .sev4_box .sev4_info h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.jo_tit {
  font-size: 45px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #2d407a;
}
.join_Area1 {
  padding: 85px 0;
}
.join_Area1 .joa1_list {
  margin: 70px 0 42px 0;
  width: 100%;
}
.join_Area1 .joa1_list .joa1_item.style2 {
  opacity: 0.8;
}
.join_Area1 .joa1_list .joa1_item {
  width: 258px;
  height: 156px;
  background: #2d407a;
  border-radius: 26px;
}
.join_Area1 .joa1_list .joa1_item .tit {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
.join_Area1 .joa1_list .joa1_item .txt {
  font-size: 24px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.join_Area1 .joa1_content {
  border-radius: 10px;
  width: 100%;
  background-image: url(../img/join/j2-1.jpg);
  padding: 55px 79px;
}
.join_Area1 .joa1_content .tit1 {
  font-size: 42px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.join_Area1 .joa1_content .tit2 {
  font-size: 62px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.join_Area1 .joa1_content .content_btns {
  margin-top: 40px;
}
.join_Area1 .joa1_content .content_btns .btn_box {
  margin-right: 12px;
  width: 151px;
  height: 62px;
  background: #2d407a;
  border-radius: 10px;
  font-size: 22px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.join_Area2 {
  padding: 95px 0;
}
.join_Area2 .jo2_txt {
  font-size: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #373737;
  margin: 22px 0 100px 0;
}
.join_Area2 .joa1_list .joa1_item {
  width: 377px;
  height: 195px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
}
.join_Area2 .joa1_list .joa1_item .tbtn {
  width: 187px;
  height: 69px;
  background: #2d407a;
  border-radius: 12px;
  font-size: 28px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -37px;
}
.join_Area2 .joa1_list .joa1_item .item_txt {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 32px;
}
.join_Area2 .joa2_content {
  width: 100%;
  margin-top: 40px;
}
.join_Area2 .joa2_content .content_item:last-of-type {
  margin-bottom: 0;
}
.join_Area2 .joa2_content .content_item {
  margin-bottom: 35px;
  width: 100%;
  height: 476px;
}
.join_Area2 .joa2_content .content_item .item_info {
  padding: 60px 0 0 80px;
  background: #2D3C73;
  width: 50%;
}
.join_Area2 .joa2_content .content_item .item_info .tit {
  font-size: 45px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.join_Area2 .joa2_content .content_item .item_info .txt {
  opacity: 0.5;
  font-size: 24px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 35px;
}
.join_Area2 .joa2_content .content_item .item_info .info_labels .label_val {
  font-size: 24px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-right: 62px;
  margin-bottom: 15px;
}
.join_Area2 .joa2_content .content_item .item_info .info_labels .label_val::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #A0D7F6;
  border-radius: 100%;
  margin-right: 15px;
}
.join_Area2 .joa2_content .content_item .item_img {
  width: 50%;
}
.join_Area2 .joa2_content .content_item .item_img img {
  width: 100%;
  height: 100%;
}
.join_Area3 {
  padding: 85px 0;
}
.join_Area3 .joa3_content {
  margin-top: 60px;
}
.join_Area3 .joa3_content .bot_info {
  width: 100%;
  background: #2D3C73;
  height: 84px;
}
.join_Area3 .joa3_content .bot_info span {
  font-size: 27px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.join_Area4 {
  width: 100%;
  height: 631px;
  background-image: url(../img/join/j4-1.jpg);
}
.join_Area5 {
  position: relative;
}
.join_Area5 .bgbox {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 631px;
  background-image: url(../img/join/j4-1.jpg);
  position: absolute;
}
.join_Area5 .InnerBox {
  padding-top: 467px;
  position: relative;
  z-index: 2;
  padding-bottom: 88px;
}
.join_Area5 .joa5_item:last-of-type {
  margin-bottom: 0;
}
.join_Area5 .joa5_item {
  width: 100%;
  height: 383px;
  margin-bottom: 36px;
  border: solid 1px #eee;
}
.join_Area5 .joa5_item .item_img {
  height: 100%;
}
.join_Area5 .joa5_item .item_img img {
  height: 100%;
}
.join_Area5 .joa5_item .item_info {
  height: 100%;
  width: 525px;
  padding: 60px 0 0 75px;
  background: #F7F8FA;
}
.join_Area5 .joa5_item .item_info .tit {
  font-size: 40px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #2d407a;
  margin-bottom: 40px;
}
.join_Area5 .joa5_item .item_info .txt {
  max-width: 360px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 36px;
}
.zs_Area1 {
  padding: 70px 0;
}
.zs_Area1 > img {
  height: 430px;
  flex: 1;
}
.zs_Area2 {
  padding: 80px 0;
}
.zs_Area2 .zs_a2_left .img1 {
  max-width: 566px;
}
.zs_Area2 .zs_a2_left .img2 {
  max-width: 418px;
  margin: 16px 0;
}
.zs_Area2 .zs_a2_left .img3 {
  max-width: 489px;
}
.zs_Area2 .zs_a2_right {
  margin-top: 10px;
}
.zs_Area2 .zs_a2_right .a2head_img {
  margin-bottom: 45px;
}
.zs_Area2 .zs_a2_right .a2head_img img {
  max-width: 475px;
}
.zs_Area2 .zs_a2_right .a2_r_line {
  width: 567px;
  min-height: 69px;
  border-radius: 100px 8px 8px 100px;
  border: 1.4px solid #545454;
  padding-left: 9px;
  margin-bottom: 26px;
}
.zs_Area2 .zs_a2_right .a2_r_line:last-of-type {
  margin-bottom: 0;
}
.zs_Area2 .zs_a2_right .a2_r_line .titBox {
  border-radius: 100px;
  width: 187px;
  height: 52px;
  background: #38497d;
  font-size: 29px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 550;
  text-align: left;
  color: #f7e3cb;
  letter-spacing: 1.72px;
  margin-right: 17px;
}
.zs_Area2 .zs_a2_right .a2_r_line .infos {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 550;
  text-align: left;
  color: #545454;
  line-height: 18px;
  letter-spacing: 1.29px;
}
.zs_Area2 .zs_a2_right .a2_r_line .infos p span {
  color: #AF2E0B;
}
.zs_Area3 {
  padding: 80px 0;
}
.zs_Area3 .a3_headimg {
  margin-bottom: 60px;
}
.zs_Area3 .a3_headimg img {
  max-width: 610px;
}
.zs_Area3 .a3_list {
  width: 100%;
}
.zs_Area3 .a3_list .a3_item .icon img {
  width: 126px;
}
.zs_Area3 .a3_list .a3_item .txt {
  margin-top: 28px;
  font-size: 22px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #545454;
}
.zs_Area4 {
  padding: 70px 0;
  width: 1250px;
}
.zs_Area4 .img1 {
  max-width: 615px;
}
.zs_Area4 .img2 {
  max-width: 581px;
}
