/*通用类*/
* {
  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;
}
@font-face {
  font-family: "SourceHanSans";
  src: url('../font/SourceHanSansCN-Heavy.otf');
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../font/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'AlibabaPuHuiTiin';
  src: url('../font/AlibabaPuHuiTi-3-35-Thin.ttf') format('truetype');
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "AlibabaPuHuiTi";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  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: 1400px;
  margin: 0 auto;
  font-family: "AlibabaPuHuiTi";
}
.pulic_header_cont {
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 12;
}
.pulic_header_cont .logo {
  display: block;
}
.pulic_header_cont .logo img {
  display: block;
}
.pulic_header_cont .r_cont {
  display: flex;
  align-items: center;
}
.pulic_header_cont .navi {
  display: flex;
  align-items: center;
}
.pulic_header_cont .navi .li {
  text-align: center;
  margin: 0 45px;
  padding: 30px 0 30px;
  position: relative;
}
.pulic_header_cont .navi .li .tle {
  display: block;
  height: 24px;
  padding: 8px 0 0;
  font-size: 18px;
  color: #040000;
  position: relative;
}
.pulic_header_cont .navi .li .tle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: #be2d1e;
  transition: all 0.8s;
  opacity: 0;
}
.pulic_header_cont .navi .li:hover .tle {
  color: #d93524;
}
.pulic_header_cont .navi .li:hover .tle::after {
  bottom: -10px;
  opacity: 1;
}
.pulic_header_cont .navi .li .bit_last {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 180px;
  padding: 10px 0;
  z-index: 2;
}
.pulic_header_cont .navi .li .bit_last .dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  font-size: 18px;
  color: #545454;
}
.pulic_header_cont .navi .li .bit_last .dd::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../i/head_nav_arr.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_header_cont .navi .li .bit_last .dd:hover::after {
  opacity: 1;
  right: 0px;
}
.pulic_header_cont .navi .li .bit_last .bit_last_li {
  position: relative;
}
.pulic_header_cont .navi .li .bit_last .bit_last_li .arr {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(../i/head_nav_arr.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  transform: translateX(4px);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_header_cont .navi .li .bit_last .bit_last_li::before {
  content: "";
}
.pulic_header_cont .navi .li .bit_last .bit_last_li:hover .arr {
  opacity: 1;
  transform: translateX(20px);
}
.pulic_header_cont .navi .li .bit_last .bit_last_li:hover .li_dl {
  display: block;
}
.pulic_header_cont .navi .li .bit_last .li_dl_dd_last {
  position: relative;
}
.pulic_header_cont .navi .li .bit_last .li_dl_dd_last .li_dl_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.pulic_header_cont .navi .li .bit_last .li_dl_dd_last .li_dl_list .li_th {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #abaaaa;
  position: absolute;
  left: 0;
  top: 100%;
}
.pulic_header_cont .navi .li .bit_last .li_dl_dd_last .li_dl_list .li_th::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../i/head_nav_arr.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_header_cont .navi .li .bit_last .li_dl_dd_last .li_dl_list .li_th:hover::after {
  opacity: 1;
  right: 0px;
}
.pulic_header_cont .navi .li .bit_last .li_dl_dd_last:hover .li_dl_list {
  display: block;
}
.pulic_header_cont .navi .li .bit_last .li_dl {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}
.pulic_header_cont .navi .li .bit_last .li_dl .li_dl_dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  font-size: 14px;
  color: #abaaaa;
  position: relative;
  width: 170px;
}
.pulic_header_cont .navi .li .bit_last .li_dl .li_dl_dd::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../i/head_nav_arr.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_header_cont .navi .li .bit_last .li_dl .li_dl_dd:hover::after {
  opacity: 1;
  right: 0px;
}
.pulic_header_cont .navi .li .bit_pro_cont {
  display: none;
  position: fixed;
  top: 84px;
  left: 0;
  width: 100vw;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-top: 1px solid #ccc;
  z-index: 10;
}
.pulic_header_cont .navi .li .bit_pro_cont .contain {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last {
  margin: 0 0 30px 0;
  width: 25%;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .head {
  font-size: 20px;
  color: #545454;
  margin-bottom: 20px;
  text-align: left;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .dt {
  width: 100%;
  font-size: 17px;
  color: #be2d1e;
  text-align: left;
  line-height: 31px;
  margin-bottom: 5px;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .dt a {
  font-size: 17px;
  color: #be2d1e;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .dd {
  display: flex;
  flex-wrap: wrap;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl span {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #666666;
  line-height: 31px;
  text-align: left;
  position: relative;
  /*&::before{
								content: "";
								display: block;
								width: 8px;
								height: 13px;
								background: url(../i/head_nav_arr.png) no-repeat center;
								background-size:cover;
								position: absolute;
								right: 20px;
								top:50%;
								transform: translateY(-50%);
								transition: all 0.6s;
								opacity: 0;
							}
							&:hover{
								&::before{
									opacity: 1;
									right: -10px;
								}
							}*/
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .pro_li {
  padding: 0 6px;
  position: relative;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .pro_li::after {
  content: "";
  display: block;
  width: 3px;
  height: 11px;
  background: #be2d1e;
  position: absolute;
  left: 0;
  top: 5px;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .pro_li .arr {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(../i/head_nav_arr.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  transform: translateX(4px);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .pro_li::before {
  content: "";
}
.pulic_header_cont .navi .li .bit_pro_cont .pro_last .dl .pro_li:hover .arr {
  opacity: 1;
  transform: translateX(20px);
}
.pulic_header_cont .navi .li:nth-child(2) .bit_pro_cont .contain {
  width: 1500px;
}
.pulic_header_cont .navi .li:nth-child(3) .bit_pro_cont .contain {
  width: 100%;
  padding: 0 20px 0 5vw;
}
.pulic_header_cont .navi .li:nth-child(3) .bit_pro_cont .pro_last {
  width: 390px;
}
.pulic_header_cont .navi .li:nth-child(3) .bit_pro_cont .pro_last .dl .dt {
  font-size: 20px;
  font-weight: normal;
  color: #545454;
  margin-bottom: 20px;
}
.pulic_header_cont .navi .li:nth-child(3) .bit_pro_cont .pro_last .dl .dd .pro_li {
  width: 100%;
}
.pulic_header_cont .navi .li:nth-child(4) .bit_last {
  width: 420px;
  left: 0;
}
.pulic_header_cont .navi .li:nth-child(4) .bit_last.active {
  display: block;
}
.pulic_header_cont .navi .li:nth-child(4) .bit_last .dd {
  font-size: 15px;
}
.pulic_header_cont .navi .li:nth-child(4) .bit_last .dd::after {
  display: none;
}
.pulic_header_cont .navi .li:nth-child(5) .bit_pro_cont .contain {
  padding-right: 20px;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last {
  margin: 0 ;
  width: 220px;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .head {
  color: #545454;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .head a {
  color: #545454;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl {
  margin-bottom: 0;
  position: relative;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl .dt {
  color: #545454;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl .dt a {
  color: #545454;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl .dd {
  display: none;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl .dd .arr {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(../i/head_nav_arr.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  transform: translateX(4px);
  transition: all 0.6s;
  opacity: 0;
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl .dd::before {
  content: "";
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl .dd:hover .arr {
  opacity: 1;
  transform: translateX(20px);
}
.pulic_header_cont .navi .li:nth-child(5) .pro_last .dl:hover .dd {
  display: block;
}
.pulic_header_cont .navi .li:nth-child(5) .bit_last {
  width: auto;
}
.pulic_header_cont .navi .li:nth-child(5) .bit_last.active {
  display: flex;
  align-items: center;
}
.pulic_header_cont .navi .li:nth-child(5) .bit_last .dd {
  justify-content: center;
  font-size: 15px;
}
.pulic_header_cont .seet_cont {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.pulic_header_cont .seet_cont .search_cont {
  margin: 0 20px;
}
.pulic_header_cont .seet_cont .search_cont .i {
  display: block;
}
.pulic_header_cont .seet_cont .search_cont .i img {
  display: block;
}
.pulic_header_cont .seet_cont .language_box {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #3c3d3e;
}
.pulic_header_cont .seet_cont .language_box img {
  margin-right: 4px;
}
.pulic_header_cont .header_bitnav_bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: auto;
  background: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.pulic_header_cont.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14;
}
.pulic_header_cont.index_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14;
}
.product_detail_head {
  padding: 110px 0;
  background: #f7f7f7;
}
.product_detail_head .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.product_detail_head .l_cont {
  width: 55%;
}
.product_detail_head .l_cont .title {
  margin-bottom: 50px;
}
.product_detail_head .l_cont .title h2 {
  font-size: 48px;
  font-weight: bold;
  color: #545454;
  margin-bottom: 16px;
  text-align: left;
}
.product_detail_head .l_cont .title p {
  font-size: 28px;
  color: #545454;
  text-indent: 1em;
}
.product_detail_head .l_cont .txt {
  font-size: 17px;
  line-height: 30px;
  color: #747474;
  margin-bottom: 60px;
}
.product_detail_head .l_cont .btn_dl {
  display: flex;
  align-items: center;
}
.product_detail_head .l_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 50px;
  background: #be2d1e;
  margin-right: 24px;
  font-size: 20px;
  color: #ffffff;
}
.product_detail_head .l_cont .btn_dl .btn img {
  margin-left: 10px;
}
.product_detail_head .l_cont .btn_dl .btn.bg_w {
  background: #fff;
  color: #454444;
}
.product_detail_head .r_pro_last {
  width: 40%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.product_detail_head .r_pro_last .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  height: 320px;
}
.product_detail_head .r_pro_last .swiper-slide img {
  display: block;
  max-width: 100%;
}
.product_detail_head .pro_detahead_next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  cursor: pointer;
  z-index: 3;
}
.product_detail_head .pro_detahead_next img {
  display: block;
  width: 100%;
}
.pulic_pro_title {
  margin-bottom: 30px;
}
.pulic_pro_title h2 {
  font-size: 42px;
  color: #545454;
  font-family: "SourceHanSans";
  font-weight: normal;
}
.pro_det_1 {
  padding: 72px 0;
}
.pro_det_1 .det_cont {
  padding-left: 40%;
}
.pro_det_1 .dl {
  margin-bottom: 30px;
}
.pro_det_1 .dl:last-child {
  margin-bottom: 0;
}
.pro_det_1 .dl .dt {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #484747;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.pro_det_1 .dl .dt .line {
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 100px;
  background: #be2d1e;
  position: absolute;
  top: 7px;
  left: 0;
}
.pro_det_1 .dl .dd {
  padding-left: 20px;
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
.pro_det_1 .dl .dd p {
  margin-bottom: 20px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
.pro_det_1 .dl .dd p span {
  position: absolute;
  left: 0;
  top: 0px;
}
.pro_det_2 {
  padding: 72px 0;
}
.pro_det_2 .pulic_appli_detail:nth-child(2) .pulic_appli_detail_tle:first-child {
  margin-top: 0;
}
.pro_det_2 .pulic_appli_detail_tle {
  font-size: 28px;
  color: #484747;
  margin-bottom: 20px;
  margin-top: 80px;
}
.pro_det_2 .pulic_appli_detail_tle.active {
  margin-top: 0;
}
.pulic_appli_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_appli_detail .l_cont {
  width: 55%;
}
.pulic_appli_detail .l_cont .txt {
  font-size: 17px;
  color: #747474;
  line-height: 50px;
}
.pulic_appli_detail .l_cont .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  padding: 12px 0;
  background: #be2d1e;
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}
.pulic_appli_detail .l_cont .more_btn img {
  margin-left: 20px;
}
.pulic_appli_detail .r_img {
  width: 40%;
  display: flex;
  align-items: center;
}
.pulic_appli_detail .r_img img {
  display: block;
  width: 100%;
}
.pro_det_3 {
  padding: 30px 0;
}
.pro_det_3 table {
  width: 100%;
}
.pro_det_3 table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pro_det_3 table th {
  border: 1px solid #efefef;
  background: #fafafa;
  font-size: 18px;
  color: #848181;
  padding: 14px 34px;
  font-weight: normal;
  width: 100%;
}
.pro_det_3 table td {
  border: 1px solid #efefef;
  padding: 15px 34px;
  font-size: 17px;
  color: #747474;
  width: 100%;
}
.pro_det_3 table td .dlt {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.pro_det_3 table td .dlt .dd {
  width: calc((100% - 440px) / 2);
}
.pro_det_3 table td .dlt .dd:nth-child(1) {
  width: 440px;
}
.pro_det_4 {
  padding: 30px 0 100px;
}
.pro_det_4 .other_baner_cont {
  position: relative;
}
.pro_det_4 .other_baner_prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 37px;
  cursor: pointer;
  z-index: 3;
}
.pro_det_4 .other_baner_prev img {
  display: block;
  width: 100%;
}
.pro_det_4 .other_baner_next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 37px;
  cursor: pointer;
  z-index: 3;
}
.pro_det_4 .other_baner_next img {
  display: block;
  width: 100%;
}
.pro_det_4 .other_baner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro_det_4 .other_baner .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.pro_det_4 .other_baner .tis_i img {
  display: block;
  max-width: 100%;
}
.pro_det_4 .other_baner .txt_cont {
  text-align: center;
  padding-top: 20px;
}
.pro_det_4 .other_baner .txt_cont h2 {
  font-size: 28px;
  color: #484747;
  margin-bottom: 10px;
}
.pro_det_4 .other_baner .txt_cont p {
  font-size: 17px;
  color: #747474;
}
.solution_det_1 {
  padding: 40px 0;
}
.solution_det_1 .det_cont {
  padding-left: 30%;
  display: flex;
  flex-wrap: wrap;
}
.solution_det_1 .det_cont .dl {
  width: 100%;
  margin-bottom: 24px;
}
.solution_det_1 .det_cont .dl .dt {
  font-size: 24px;
  color: #484747;
  text-align: left;
}
.solution_det_1 .det_cont .dl .line {
  display: block;
  width: 52px;
  height: 2px;
  background: #be2d1e;
  margin: 10px 0;
}
/*****************************/
.pulic_footer_cont {
  padding: 16px 0 0;
  background: #3c3d3e;
}
.pulic_footer_cont .contain {
  padding: 0 20px;
}
.pulic_footer_cont .inf_content {
  display: flex;
  align-items: center;
}
.pulic_footer_cont .l_cont {
  margin-right: 40px;
}
.pulic_footer_cont .l_cont .logo {
  display: block;
}
.pulic_footer_cont .l_cont .logo .b {
  display: none;
}
.pulic_footer_cont .l_cont .logo .w {
  display: block;
}
.pulic_footer_cont .l_cont .follow_box h2 {
  font-size: 15px;
  color: #ffffff;
  width: 100px;
  text-align: center;
}
.pulic_footer_cont .l_cont .follow_box .code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-bottom: 10px;
}
.pulic_footer_cont .l_cont .follow_box .code img {
  display: block;
  width: 100%;
}
.pulic_footer_cont .contact_box .title {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}
.pulic_footer_cont .contact_box .contact_last {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pulic_footer_cont .contact_box .contact_last .list {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
.pulic_footer_cont .contact_box .contact_last .list p {
  padding: 0 20px;
  color: #9e9898;
}
.pulic_footer_cont .contact_box .contact_last .list .dl {
  display: flex;
  align-items: center;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .dt {
  font-size: 20px;
  color: #9e9898;
  margin-bottom: 6px;
  font-weight: bold;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .dt span {
  font-size: 17px;
  color: #747474;
  padding: 0 5px;
  font-weight: normal;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .adres img {
  width: 16px;
  margin-right: 4px;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .adres p {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #9e9898;
  padding: 5px 0;
  line-height: 26px;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .adres span {
  font-size: 20px;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .dd {
  font-size: 17px;
  color: #9e9898;
}
.pulic_footer_cont .contact_box .contact_last .list .dl .dd span {
  font-size: 20px;
}
.pulic_footer_cont .contact_box .contact_last .list .dl:last-child {
  margin-bottom: 0;
}
.pulic_footer_cont .contact_box .contact_last .list:nth-child(2n) {
  margin-right: 0;
}
.pulic_footer_cont .copy_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #6a6c70;
  margin-top: 20px;
}
.pulic_footer_cont .copy_cont .l_cont {
  font-size: 12px;
  color: #a8a7a7;
  margin-right: 0;
}
.pulic_footer_cont .copy_cont .nav_dl {
  display: flex;
  align-items: center;
}
.pulic_footer_cont .copy_cont .nav_dl .li {
  display: block;
  margin-left: 16px;
  font-size: 14px;
  color: #e3dfdf;
}
.pulic_footer_cont.active {
  background: #e9e9e9;
}
.pulic_footer_cont.active .l_cont .follow_box h2 {
  color: #545454;
}
.pulic_footer_cont.active .l_cont .logo .b {
  display: block;
}
.pulic_footer_cont.active .l_cont .logo .w {
  display: none;
}
.pulic_footer_cont.active .contact_box .title {
  color: #545454;
}
.pulic_footer_cont.active .contact_box .contact_last .list .dl .dt {
  color: #747474;
}
.pulic_footer_cont.active .contact_box .contact_last .list .dl .adres p {
  color: #747474;
}
.pulic_footer_cont.active .contact_box .contact_last .list .dl .dd {
  color: #747474;
}
.pulic_footer_cont.active .copy_cont .nav_dl .li {
  color: #747474;
}
.pulic_footer_cont.null {
  display: none;
  height: 0;
}
.pulic_maps {
  padding: 16px 0;
  background: #f7f7f7;
}
.pulic_maps .contain {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #747474;
}
.pulic_maps .contain img {
  margin: 0 6px;
}
/************************/
.content_baner {
  display: block;
  width: 100%;
  position: relative;
}
.content_baner .bg {
  display: block;
  width: 100%;
}
.content_baner .title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  letter-spacing: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.news_content {
  padding: 40px 0;
}
.news_content .news_list {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.news_content .news_list .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 338px;
  overflow: hidden;
}
.news_content .news_list .l_img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.news_content .news_list .r_det {
  width: calc(100% - 338px);
  padding-left: 36px;
}
.news_content .news_list .r_det .title {
  margin-bottom: 20px;
}
.news_content .news_list .r_det .title .time {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.news_content .news_list .r_det .title h2 {
  font-size: 28px;
  color: #545454;
}
.news_content .news_list .r_det .txt {
  font-size: 16px;
  color: #747474;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_content .news_list .r_det .more_btn {
  display: block;
  font-size: 17px;
  color: #be2d1e;
  margin-top: 16px;
}
.news_content .news_list:hover .l_img img {
  transform: scale(1.1, 1.1);
}
.news_content .news_list:hover .r_det .title h2 {
  color: #be2d1e;
}
.pulic_page_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.pulic_page_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 36px;
  border: 2px solid #e2e4e6;
  border-radius: 5px;
}
.pulic_page_cont .btn img {
  max-width: 100%;
}
.pulic_page_cont .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 36px;
  border-radius: 5px;
  margin: 0 12px;
  font-size: 19px;
  color: #858080;
}
.pulic_page_cont .li:hover {
  background: #be2d1e;
  color: #fff;
}
.news_detail_cont {
  padding: 60px 0;
  width: 980px;
  margin: 0 auto;
}
.news_detail_cont .title_head {
  margin-bottom: 50px;
}
.news_detail_cont .title_head .tle {
  font-size: 33px;
  color: #545454;
  text-align: center;
  line-height: 46px;
  margin-bottom: 30px;
}
.news_detail_cont .title_head .tips {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_detail_cont .title_head .tips .li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin: 0 20px;
}
.news_detail_cont .title_head .tips .li img {
  margin-right: 4px;
}
.news_detail_cont .det_txt p {
  font-size: 16px;
  line-height: 32px;
  color: #747474 !important;
  margin-bottom: 30px;
}
.news_detail_cont .det_txt h2 {
  font-size: 22px;
  font-weight: bold;
  color: #545454 !important;
  margin-bottom: 20px;
}
.news_detail_cont .det_txt img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
/**********/
.link_content_box {
  padding: 60px 0;
}
.link_content_box .contain {
  display: flex;
  flex-wrap: wrap;
}
.link_content_box .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 116px;
  margin-right: 65px;
  margin-bottom: 38px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.link_content_box .list:nth-child(5n) {
  margin-right: 0;
}
.link_content_box .list img {
  display: block;
  max-width: 100%;
  transition: all 0.7s;
}
.link_content_box .list:hover img {
  transform: scale(1.1, 1.1);
}
/*******************/
.honer_pulic_title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
  font-size: 42px;
  color: #545454;
  font-weight: bold;
}
.honer_case_1 {
  padding: 30px 0;
  position: relative;
}
.honer_case_1 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.honer_case_1 .last_box {
  display: flex;
  flex-wrap: wrap;
}
.honer_case_1 .honer_case1_last {
  position: relative;
  overflow: hidden;
}
.honer_case_1 .honer_case1_last .tis_i {
  display: flex;
  align-items: center;
}
.honer_case_1 .honer_case1_last .tis_i img {
  display: block;
  width: 100%;
}
.honer_case_1 .honer_case1_last .txt {
  text-align: center;
  padding: 12px 0;
  font-size: 17px;
  color: #545454;
}
.honer_case_2 {
  padding: 50px 0;
}
.honer_case_2 .last_cont {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}
.honer_case_2 .last_cont .li {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.honer_case_2 .last_cont .li img {
  max-width: 100%;
}
/************index***************/
@-webkit-keyframes sroll {
  0% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.index_baner_cont {
  display: block;
  width: 100%;
  height: 100%;
}
.index_baner_cont .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.index_baner_cont .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}
.index_baner_cont .swiper-slide video {
  display: block;
  height: 100%;
}
.index_baner_cont .swiper-pagination {
  text-align: left;
  padding-left: 10vw;
}
.index_baner_cont .swiper-pagination-bullet {
  width: 66px;
  height: 2px;
  background: rgba(255, 255, 255, 0.46);
  border-radius: 0;
}
.index_baner_cont .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #da291c;
}
.index_baner_cont .scroll_line {
  display: none;
  position: absolute;
  right: 3vw;
  bottom: 2vh;
  z-index: 13;
}
.index_baner_cont .scroll_line .line_box {
  width: 1px;
  height: 102px;
  background: rgba(255, 255, 255, 0.33);
}
.index_baner_cont .scroll_line .line_box .line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 14px;
  background: #fff;
  animation: sroll 4s 0s infinite;
}
.index_baner_cont .scroll_line .txt {
  position: absolute;
  right: -18px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  writing-mode: vertical-rl;
}
.index_baner_cont .index_prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5) url(../i/arrow_l.png) no-repeat center;
  background-size: 10px;
  cursor: pointer;
  z-index: 14;
}
.index_baner_cont .index_next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5) url(../i/arrow_r.png) no-repeat center;
  background-size: 10px;
  cursor: pointer;
  z-index: 14;
}
.index_pulic_txt {
  position: absolute;
  left: 10vw;
  z-index: 10;
}
.index_pulic_txt .title {
  margin-bottom: 90px;
}
.index_pulic_txt .title h2 {
  font-size: 80px;
  color: #fff;
}
.index_pulic_txt .title .line {
  display: block;
  width: 76px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
}
.index_pulic_txt .txt_box p {
  font-size: 28px;
  color: #ffffff;
  padding: 5px 0;
}
.index_pulic_txt .txt_box .more_btn {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 218px;
  height: 46px;
  border: 1px solid #ffffff;
  font-size: 20px;
  color: #ffffff;
}
.index_pulic_txt .txt_box .more_btn img {
  margin-left: 4px;
}
.index_case_1 {
  position: relative;
  display: flex;
  justify-content: center;
}
.index_case_1 .bg {
  display: block;
  height: 100vh;
}
.index_case_1 .index_pulic_txt {
  bottom: 40px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.index_case_1 .index_pulic_txt .title {
  display: none;
}
.index_case_1 .index_pulic_txt .title h2 {
  letter-spacing: 30px;
}
.index_case_1 .index_pulic_txt .txt_box p {
  display: none;
  letter-spacing: 20px;
}
.index_case_1 .index_pulic_txt .txt_box .more_btn {
  font-family: 'AlibabaPuHuiTiin';
  margin: 20px auto;
  border-radius: 5px;
  border: 1px solid #fff6;
  width: auto;
  padding: 0 10px;
}
.index_case_1 .index_pulic_txt .txt_box .more_btn img {
  width: 6px;
}
.index_case_2 {
  position: relative;
  height: 100%;
  justify-content: center;
  background: url(../i/index_time_1.jpg) no-repeat center;
  background-size: cover;
}
.index_case_2 .index_pulic_txt {
  position: relative;
  top: 10vh;
  text-align: center;
  width: 100%;
  left: 0;
}
.index_case_2 .index_pulic_txt .title h2 {
  color: #545455;
  font-size: 60px;
}
.index_case_2 .index_pulic_txt .title .line {
  background: #666666;
  margin: 20px auto 0;
}
.index_case_2 .index_time_det {
  padding-top: 20px;
  margin-bottom: 20px;
}
.index_case_2 .index_time_det .txt {
  color: #545455;
  margin-bottom: 24px;
  text-align: center;
}
.index_case_2 .index_time_det .txt p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 5px;
}
.index_case_2 .index_time_det .txt p span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #545455;
  border-right: 100%;
  margin-right: 4px;
}
.index_case_2 .index_time_det .img {
  display: block;
  width: 35%;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.index_case_2 .index_time_det .img img {
  display: block;
  width: 100%;
}
.index_case_2 .index_time_det .cont {
  display: none;
}
.index_case_2 .index_time_det .cont.active {
  display: block;
}
.index_case_2 .index_time_cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 138px;
}
.index_case_2 .index_time_cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #cccdcd;
  position: absolute;
  left: 0;
  top: 28px;
}
.index_case_2 .index_time_cont .index_time_last {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.index_case_2 .index_time_cont .index_time_last .disc {
  display: block;
  width: 23px;
  height: 23px;
  margin: 20px auto;
  border-radius: 100%;
  background: #545455;
  position: relative;
  transition: all 0.6s;
}
.index_case_2 .index_time_cont .index_time_last .disc::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: rgba(190, 45, 30, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all 0.6s;
}
.index_case_2 .index_time_cont .index_time_last .disc::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: #be2d1e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all 0.6s;
}
.index_case_2 .index_time_cont .index_time_last .time {
  text-align: center;
  transition: all 0.6s;
}
.index_case_2 .index_time_cont .index_time_last .swiper-slide-active .disc {
  background: transparent;
}
.index_case_2 .index_time_cont .index_time_last .swiper-slide-active .disc::after {
  width: 55px;
  height: 55px;
}
.index_case_2 .index_time_cont .index_time_last .swiper-slide-active .disc::before {
  width: 37px;
  height: 37px;
}
.index_case_2 .index_time_cont .index_time_last .swiper-slide-active .time {
  font-size: 56px;
  font-weight: bold;
  color: #be2d1e;
}
.index_case_2 .index_time_cont .index_time_prev {
  position: absolute;
  left: 110px;
  top: 2px;
  display: block;
  width: 54px;
  height: 54px;
  background: url(../i/fzlc_prev.png) no-repeat center;
  background-size: cover;
  z-index: 11;
  cursor: pointer;
}
.index_case_2 .index_time_cont .index_time_next {
  position: absolute;
  right: 110px;
  top: 2px;
  display: block;
  width: 54px;
  height: 54px;
  background: url(../i/fzlc_next.png) no-repeat center;
  background-size: cover;
  z-index: 11;
  cursor: pointer;
}
.index_case_3 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.index_case_3 video {
  position: fixed;
  /* 使用fixed定位可以使视频始终覆盖整个屏幕 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  /* 将视频置于页面内容之下 */
  background-size: cover;
}
.index_case_3 .index_pulic_txt {
  z-index: 3;
  top: 0;
  position: relative;
  left: 0;
  padding-left: 10%;
}
.index_case_3 .index_pulic_txt .title h2 {
  font-size: 40px;
  text-align: left;
}
.index_case_3 .index_pulic_txt .txt_box p {
  margin-bottom: 30px;
  padding: 5px 0;
}
.index_case_3 .index_pulic_txt .txt_box a {
  font-size: 28px;
  color: #ffffff;
}
.index_case_3 .bg_cor {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.index_case_4 {
  display: flex;
  justify-content: center;
}
.index_case_4 a {
  display: block;
  height: 100%;
}
.index_case_4 .bg {
  display: block;
  width: 100vw;
  height: 100vh;
}
.index_swiper_baner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index_swiper_baner .swiper-slide {
  overflow: hidden;
}
/****************/
.contact_content {
  padding: 52px 0 105px;
  display: flex;
  justify-content: space-between;
}
.contact_content .l_cont {
  width: 470px;
}
.contact_content .l_cont .adres_list {
  margin-bottom: 70px;
}
.contact_content .l_cont .adres_list:last-child {
  margin-bottom: 0;
}
.contact_content .l_cont .adres_list .title {
  margin-bottom: 36px;
}
.contact_content .l_cont .adres_list .title h2 {
  font-size: 38px;
  color: #545454;
}
.contact_content .l_cont .adres_list .title .line {
  display: block;
  width: 75px;
  height: 2px;
  background: #be2d1e;
  margin: 10px 0 0 0;
}
.contact_content .l_cont .adres_list .li {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 15px;
  color: #747474;
}
.contact_content .l_cont .adres_list .li img {
  margin-right: 5px;
}
.contact_content .r_cont {
  width: 768px;
}
.contact_content .r_cont .title_head {
  margin-bottom: 24px;
}
.contact_content .r_cont .title_head .tle {
  font-size: 39px;
  color: #545454;
  margin-bottom: 34px;
}
.contact_content .r_cont .title_head .txt {
  font-size: 16px;
  line-height: 32px;
  color: #747474;
}
.contact_content .r_cont .int_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_content .r_cont .int_dl .dl {
  width: 354px;
  margin-bottom: 30px;
}
.contact_content .r_cont .int_dl .dl .dt {
  font-size: 18px;
  color: #545454;
  padding: 8px 0;
}
.contact_content .r_cont .int_dl .dl .dt em {
  color: #f63c3c;
  display: inline-block;
  vertical-align: top;
}
.contact_content .r_cont .int_dl .dl input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #cecbc9;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact_content .r_cont .int_dl .dl select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #cecbc9;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact_content .r_cont .int_bit_set {
  padding: 8px 0;
  font-size: 16px;
  color: #333;
}
.contact_content .r_cont .int_bit_set em {
  color: #f63c3c;
}
.contact_content .r_cont .int_bit_set a {
  color: #f63c3c;
}
.contact_content .r_cont .text_cont {
  margin-bottom: 35px;
}
.contact_content .r_cont .text_cont .dt {
  font-size: 18px;
  color: #545454;
  padding: 8px 0;
}
.contact_content .r_cont .text_cont textarea {
  width: 100%;
  height: 108px;
  padding: 5px;
  border: 1px solid #cecbc9;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact_content .r_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 54px;
  background: #be2d1e;
  font-size: 20px;
  color: #ffffff;
  margin-top: 35px;
}
.service_case_cont {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.service_case_cont .bg {
  display: block;
  width: 100%;
  opacity: 0.25;
}
.service_case_cont .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  /*&::after{
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: rgb(0 0 0 / 12%);
			position: absolute;
			top:0;
			left:0;
			z-index: 13;
		}*/
}
.service_case_cont .contain {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 14;
}
.service_case_cont .cont_box {
  padding: 0 40px;
  height: 70vh;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid #ffffff1f;
  box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.14) inset;
}
.service_case_cont .cont_box .title {
  text-align: center;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.7s;
}
.service_case_cont .cont_box .title h2 {
  font-size: 52px;
  color: #ffffff;
  text-transform: uppercase;
}
.service_case_cont .cont_box .title .line {
  display: block;
  width: 75px;
  height: 2px;
  background: #cccccc;
  margin: 16px auto;
}
.service_case_cont .cont_box .txt {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s;
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
}
.service_case_cont .cont_box .txt p {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
.service_case_cont .cont_box .txt p:last-child {
  margin-bottom: 0;
}
.service_case_cont .cont_box .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  border-radius: 100px;
  overflow: hidden;
}
.service_case_cont .cont_box .txt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100px;
}
.service_case_cont .cont_box .txt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #afafaf;
  border-radius: 100px;
}
.service_case_cont .swiper-slide-active .cont_box .title {
  opacity: 1;
  transform: translateY(0px);
}
.service_case_cont .swiper-slide-active .cont_box .txt {
  opacity: 1;
  transform: translateY(0px);
}
/************成功案例**************/
.answer_detail_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f4f5;
  z-index: -1;
}
.pulic_detail_maps {
  display: flex;
  align-items: center;
  padding: 20px 5vw;
  font-size: 14px;
  color: #747474;
  background: #f2f4f5;
}
.pulic_detail_maps img {
  margin: 0 6px;
}
.answer_detail_cont {
  padding: 20px 60px;
}
.answer_detail_cont .detail_cont {
  padding: 90px 140px;
  background: #fff;
  margin: 0 auto;
}
.answer_detail_cont .detail_cont .tis_head {
  margin-bottom: 70px;
}
.answer_detail_cont .detail_cont .tis_head h2 {
  font-size: 49px;
  font-weight: bold;
  color: #545454;
  margin-bottom: 24px;
}
.answer_detail_cont .detail_cont .tis_head p {
  font-size: 14px;
  color: #999999;
}
.answer_detail_cont .detail_cont .cont .tis {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #545454;
  font-weight: bold;
  margin-bottom: 30px;
}
.answer_detail_cont .detail_cont .cont .tis img {
  width: 5px;
  margin: 0 12px 0 0;
}
.answer_detail_cont .detail_cont .cont img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}
.answer_detail_cont .detail_cont .cont p {
  font-size: 17px;
  line-height: 37px;
  color: #747474;
  margin-bottom: 30px;
}
/*************英文 加入我们*****************/
.join_welfare_content {
  padding: 80px 0;
}
.join_welfare_content .title_head {
  margin-bottom: 80px;
}
.join_welfare_content .title_head h2 {
  font-size: 46px;
  color: #545454;
  margin-bottom: 46px;
}
.join_welfare_content .title_head p {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
  margin-bottom: 32px;
}
.join_welfare_content .title_head p:last-child {
  margin-bottom: 0;
}
.join_welfare_content .welfare_detail .title {
  text-align: center;
  margin-bottom: 62px;
  font-size: 25px;
  color: #be2d1e;
}
.join_welfare_content .welfare_detail .det_last {
  display: flex;
  flex-wrap: wrap;
}
.join_welfare_content .welfare_detail .det_last .list {
  position: relative;
  width: calc(100% / 3);
  margin-bottom: 50px;
  padding: 0 14px;
}
.join_welfare_content .welfare_detail .det_last .list .list_i {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.join_welfare_content .welfare_detail .det_last .list .txt {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  padding: 14px;
  background: #fff;
  font-size: 17px;
  color: #747474;
  line-height: 26px;
  border-radius: 10px;
  transition: all 0.6s;
  opacity: 0;
  text-align: left;
}
.join_welfare_content .welfare_detail .det_last .list:hover {
  overflow: initial;
  z-index: 3;
}
.join_welfare_content .welfare_detail .det_last .list:hover .txt {
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.join_welfare_contact {
  padding: 80px 0;
  background: #f8f8f8;
}
.join_welfare_contact .title_head {
  text-align: center;
  margin-bottom: 40px;
}
.join_welfare_contact .title_head h2 {
  font-size: 38px;
  color: #545454;
  margin-bottom: 15px;
}
.join_welfare_contact .title_head p {
  font-size: 18px;
  color: #747474;
}
.join_welfare_contact .bit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_welfare_contact .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 328px;
  height: 50px;
  background: #be2d1e;
  border: 1px solid #be2d1e;
  font-size: 18px;
  color: #ffffff;
  margin: 0 16px;
}
.join_welfare_contact .bit_btn .btn:nth-child(2) {
  background: #ffffff;
  color: #be2d1e;
}
.join_employ_1 {
  padding: 80px 0;
  background: #f9f9f9;
}
.join_employ_1 h2 {
  font-size: 46px;
  line-height: 52px;
  color: #545454;
  margin-bottom: 34px;
}
.join_employ_1 p {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
  margin-bottom: 30px;
}
.join_employ_1 p:last-child {
  margin-bottom: 0;
}
.join_employ_2 {
  padding: 80px 0;
}
.join_employ_2 .title_head {
  font-size: 46px;
  color: #545454;
  margin-bottom: 34px;
}
.join_employ_2 .det_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.join_employ_2 .det_cont .txt {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
  width: 46%;
}
.join_employ_2 .det_cont .img {
  width: 50%;
}
.join_employ_2 .det_cont .img img {
  display: block;
  width: 100%;
}
.join_employ_2 .det_last {
  display: flex;
  flex-wrap: wrap;
}
.join_employ_2 .det_last .list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 66px 20px 42px;
  border: 1px solid #e5e3e3;
}
.join_employ_2 .det_last .list h2 {
  font-size: 32px;
  color: #be2d1e;
  margin-bottom: 30px;
  font-weight: bold;
}
.join_employ_2 .det_last .list p {
  text-align: left;
  font-size: 17px;
  color: #747474;
  line-height: 30px;
}
.join_employ_2 .det_last .list:nth-child(3n) {
  margin-right: 0;
}
.join_employ_2 .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 328px;
  height: 50px;
  background: #be2d1e;
  font-size: 18px;
  color: #ffffff;
  margin: 20px auto;
}
.join_employ_3 {
  padding: 80px 0;
  background: #f7f7f7;
}
.join_employ_3 .title_head {
  margin-bottom: 34px;
  font-size: 46px;
  color: #545454;
}
.join_employ_3 .det_content {
  display: flex;
  align-items: center;
  padding: 36px 48px;
  background: #fff;
}
.join_employ_3 .det_content .l_cont {
  width: 40%;
}
.join_employ_3 .det_content .l_cont h2 {
  font-size: 26px;
  color: #5c5c5c;
  margin-bottom: 14px;
}
.join_employ_3 .det_content .l_cont .dl .dd {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  color: #747474;
  margin-bottom: 18px;
}
.join_employ_3 .det_content .l_cont .dl .dd:last-child {
  margin-bottom: 0;
}
.join_employ_3 .det_content .l_cont .dl .dd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #be2d1e;
  border-left: 4px solid #be2d1e;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 6px;
}
.join_employ_3 .det_content .r_cont {
  width: 56%;
}
.join_employ_3 .det_content .r_cont .cont {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
}
.join_employ_4 {
  padding: 80px 0;
}
.join_employ_4 .title_head {
  margin-bottom: 34px;
}
.join_employ_4 .title_head h2 {
  font-size: 46px;
  margin-bottom: 40px;
  color: #545454;
}
.join_employ_4 .title_head p {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
}
.join_employ_4 .employ_appli_baner {
  position: relative;
}
.join_employ_4 .employ_appli_baner .employ_appli_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 13;
}
.join_employ_4 .employ_appli_baner .employ_appli_arrow .employ_appli_prev {
  display: block;
  width: 31px;
  height: 54px;
}
.join_employ_4 .employ_appli_baner .employ_appli_arrow .employ_appli_prev img {
  display: block;
  width: 100%;
}
.join_employ_4 .employ_appli_baner .employ_appli_arrow .employ_appli_next {
  display: block;
  width: 31px;
  height: 54px;
}
.join_employ_4 .employ_appli_baner .employ_appli_arrow .employ_appli_next img {
  display: block;
  width: 100%;
}
.join_employ_4 .employ_appli_baner .employ_appli_last {
  position: relative;
  overflow: hidden;
}
.join_employ_4 .employ_appli_baner .employ_appli_last .swiper-slide {
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.join_employ_4 .employ_appli_baner .employ_appli_last .det_cont {
  margin-left: 10%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-top: 50px;
}
.join_employ_4 .employ_appli_baner .employ_appli_last .tis_i {
  display: block;
  width: 90%;
  transform: translateX(0);
  transition: all 0.6s;
  margin-top: -120px;
}
.join_employ_4 .employ_appli_baner .employ_appli_last .tis_i img {
  display: block;
  width: 100%;
}
.join_employ_4 .employ_appli_baner .employ_appli_last .bit_txt {
  padding: 40px;
  font-size: 17px;
  color: #747474;
  line-height: 30px;
}
.join_employ_4 .employ_appli_baner .employ_appli_last .swiper-slide-active .tis_i {
  transform: translateX(-10%);
}
.join_employ_4 .bit_more {
  text-align: center;
}
.join_employ_4 .bit_more .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 327px;
  height: 50px;
  background: #be2d1e;
  font-size: 18px;
  color: #ffffff;
  margin: 24px auto;
}
.join_employ_4 .bit_more p {
  font-size: 18px;
  color: #747474;
  line-height: 32px;
}
.join_employ_5 {
  padding: 80px 0;
}
.join_employ_5 .title_head {
  margin-bottom: 34px;
  font-size: 46px;
  color: #545454;
}
.join_employ_5 .det_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.join_employ_5 .det_cont .txt {
  font-size: 18px;
  line-height: 32px;
  color: #747474;
  width: 46%;
}
.join_employ_5 .det_cont .img {
  width: 50%;
}
.join_employ_5 .det_cont .img img {
  display: block;
  width: 100%;
}
.join_employ_5 .faq_dl {
  border: 1px solid #f0f0f0;
  margin-bottom: 18px;
}
.join_employ_5 .faq_dl .dt {
  padding: 20px 44px;
  position: relative;
  font-size: 31px;
  color: #545454;
  font-weight: bold;
}
.join_employ_5 .faq_dl .dt .more_btn {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
}
.join_employ_5 .faq_dl .dt .more_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
  background: #be2d1e;
}
.join_employ_5 .faq_dl .dt .more_btn::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.6s;
  background: #be2d1e;
}
.join_employ_5 .faq_dl .dd {
  height: 0;
  overflow: hidden;
  font-size: 18px;
  color: #747474;
  padding: 0 20px;
  transition: all 0.8s;
}
.join_employ_5 .faq_dl.active .dt {
  color: #be2d1e;
}
.join_employ_5 .faq_dl.active .dt .more_btn::after {
  transform: translateY(-50%) rotate(180deg);
}
.join_employ_5 .faq_dl.active .dt .more_btn::before {
  transform: translateX(-50%) rotate(-270deg);
}
.join_employ_5 .faq_dl.active .dd {
  height: auto;
  padding-bottom: 20px;
}
.join_employ_5 .bit_det {
  padding: 50px 0;
}
.join_employ_5 .bit_det .txt {
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 32px;
  color: #747474;
  text-align: center;
}
.join_employ_5 .bit_det .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 328px;
  height: 50px;
  background: #be2d1e;
  font-size: 18px;
  color: #ffffff;
  margin: 12px auto;
}
.join_interview_content {
  padding: 80px 0;
  background: #f9f9f9;
}
.join_interview_content .title_head {
  text-align: center;
  font-size: 98px;
  color: #545454;
  margin-bottom: 104px;
}
.join_interview_content .interview_last {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.join_interview_content .interview_last .list {
  width: 32%;
  height: 403px;
  margin-right: 2%;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #c0bfbf;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.join_interview_content .interview_last .list:nth-child(3n) {
  margin-right: 0;
}
.join_interview_content .interview_last .list img {
  display: block;
  width: 100%;
  height: 100%;
}
.join_interview_content .interview_last .list .bit_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.join_interview_content .interview_last .list .bit_txt h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
  line-height: 32px;
}
.join_interview_content .interview_last .list .bit_txt p {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}
.inter_detail_baner {
  position: relative;
  display: flex;
  align-items: center;
}
.inter_detail_baner .bg {
  display: block;
  width: 100%;
}
.inter_detail_baner .cont_box {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.inter_detail_baner .cont_box .cont {
  width: 100%;
}
.inter_detail_baner .cont_box p {
  font-size: 32px;
  color: #ffffff;
}
.inter_detail_baner .cont_box h2 {
  font-size: 98px;
  color: #ffffff;
}
.inter_deta_1 {
  padding: 70px 0;
}
.inter_deta_1 .contain {
  display: flex;
  align-items: center;
}
.inter_deta_1 .l_cont {
  width: 50%;
  padding-right: 5%;
  font-size: 18px;
  line-height: 36px;
  color: #747474;
}
.inter_deta_1 .r_cont {
  width: 50%;
}
.inter_deta_1 .r_cont table {
  width: 100%;
  border: 1px solid #f1eeee;
}
.inter_deta_1 .r_cont table th {
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fafafa;
  padding: 20px 0;
  font-size: 20px;
  color: #545454;
}
.inter_deta_1 .r_cont table td {
  padding: 24px 36px;
  border: 1px solid #ebebeb;
  font-size: 17px;
  color: #545454;
}
.inter_deta_2 {
  padding: 60px 0;
  background: #f9f9f9;
}
.inter_deta_2 .dl {
  margin-bottom: 40px;
}
.inter_deta_2 .dl .dt {
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #545454;
  margin-bottom: 10px;
}
.inter_deta_2 .dl .dt img {
  margin-right: 6px;
}
.inter_deta_2 .dl .dd {
  font-size: 16px;
  color: #747474;
}
.floor_link_box {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  margin-left: 5px;
}
.floor_link_box .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-bottom: 5px;
}
.floor_link_box .li img {
  width: 100%;
}
.floor_link_apply {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  background: #be2d1e;
  font-size: 18px;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 10px 5px;
  margin-right: 10px;
}
.floor_link_apply a {
  color: #fff;
  padding: 15px 0;
}
/****************************/
.pulic_privacy_detail {
  padding: 60px 0;
}
.pulic_privacy_detail .contain {
  padding: 0 15vw;
}
.pulic_privacy_detail .red {
  color: #be2d1e !important;
}
.pulic_privacy_detail .title_head {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.pulic_privacy_detail .title_head h2 {
  font-size: 46px;
  margin-bottom: 18px;
}
.pulic_privacy_detail .title_head p {
  font-size: 25px;
}
.pulic_privacy_detail .text h2 {
  font-size: 22px;
  color: #be2d1e;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pulic_privacy_detail .text p {
  font-size: 18px;
  line-height: 36px;
  color: #545454;
  /*span,a{
				color:#be2d1e;
			}*/
}
.pulic_privacy_detail .text p .ys_1 {
  color: #287ff5;
}
.pulic_privacy_detail .text ul {
  padding: 28px;
}
.pulic_privacy_detail .text ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #747474;
  margin-bottom: 14px;
}
/*****************cookie********************/
.cookie_foot_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(247, 247, 247, 0.22);
  z-index: 12;
}
.cookie_foot_cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.cookie_foot_cont .txt_box {
  font-size: 14px;
  color: #fff;
  width: 80%;
}
.cookie_foot_cont .txt_box a {
  color: #be2d1e;
}
.cookie_foot_cont .btn_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  padding: 0 20px;
}
.cookie_foot_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background: #be2d1e;
  font-size: 14px;
  color: #fff;
}
.cookie_dc_cont {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 999;
}
.cookie_dc_cont .tis_title {
  margin-bottom: 20px;
}
.cookie_dc_cont .tis_title h2 {
  color: #be2d1e;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.cookie_dc_cont .tis_title p {
  font-size: 18px;
}
.cookie_dc_cont .dl {
  margin-bottom: 20px;
}
.cookie_dc_cont .dl .dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cookie_dc_cont .dl .dt input {
  margin-right: 4px;
}
.cookie_dc_cont .dl .dd {
  font-size: 14px;
}
.cookie_dc_cont .bit_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie_dc_cont .bit_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  background: #be2d1e;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
/********************************************/
@media (max-width: 1400px) and (min-height: 520px) {
  .index_case_2 .index_time_det .img {
    width: 24%;
  }
}
.pulic_detail_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.pulic_detail_dc {
  position: fixed;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 35%;
  padding: 20px 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
  display: none;
  z-index: 11;
}
.pulic_detail_dc .zl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 50px;
  background: #be2d1e;
  margin-right: 24px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
  display: none;
}
.pulic_detail_dc .biaoti {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.pulic_detail_dc .biaoti .bt {
  font-size: 20px !important;
  font-weight: bold;
}
.pulic_detail_dc .dl {
  display: flex;
  align-items: center;
  padding: 10px;
}
.pulic_detail_dc .dl .dt {
  width: 35%;
  font-size: 16px;
  color: #333;
  padding-right: 30px;
}
.pulic_detail_dc .dl .dd {
  width: 65%;
}
.pulic_detail_dc .dl .dd input,
.pulic_detail_dc .dl .dd select {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  background: none;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
}
.pulic_detail_dc .dl .dd textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 6px;
  font-size: 15px;
  color: #333;
  border: 1px solid #ccc;
}
.pulic_detail_dc .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background: #be2d1e;
  font-size: 20px;
  color: #ffffff;
  margin: 20px auto 0;
  border: none;
}
/***************phone******************/
.phone_null {
  display: none;
}
@media (max-width: 720px) {
  .phone_null {
    display: block;
  }
  .phone_hide {
    display: none !important;
  }
  .pulic_header_cont {
    padding: 5px 2vw;
  }
  .pulic_header_cont.index_active {
    position: relative;
  }
  .pulic_header_cont .logo img {
    width: 14rem;
  }
  .pulic_header_cont .r_cont {
    display: none;
  }
  .pulic_header_cont .phone_menu_btn {
    position: relative;
    width: 3.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pulic_header_cont .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.6s;
    background: #be2d1e;
    border-radius: 10px;
  }
  .pulic_header_cont .phone_menu_btn .line:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
  .pulic_header_cont .phone_menu_btn .line:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pulic_header_cont .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: rotate(-225deg) translateY(-50%);
  }
  .pulic_header_cont .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .pulic_header_cont .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: rotate(225deg) translateY(-50%);
  }
  .phone_menu_dc {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: all 0.8s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 16;
  }
  .phone_menu_dc.active {
    right: 0;
  }
  .phone_menu_cont {
    position: fixed;
    top: 0;
    left: -60vw;
    width: 60vw;
    height: 100vh;
    transition: all 0.8s;
    background: #fff;
    overflow-y: scroll;
    padding: 1rem;
    z-index: 17;
  }
  .phone_menu_cont .list {
    margin-bottom: 20px;
  }
  .phone_menu_cont .list .tle {
    font-size: 1.8rem;
  }
  .phone_menu_cont.active {
    left: 0;
  }
  .phone_menu_cont .pro_last {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
  }
  .phone_menu_cont .pro_last .head {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .phone_menu_cont .pro_last .dl {
    margin-bottom: 10px;
    padding-left: 0.8rem;
  }
  .phone_menu_cont .pro_last .dl .dt {
    font-size: 1.2rem;
    color: #be2d1e;
    text-align: left;
  }
  .phone_menu_cont .pro_last .dl .dd {
    color: #666666;
    padding: 0.4rem 0.8rem;
  }
  .phone_menu_cont .pro_last .dl .dd span {
    display: block;
    text-align: left;
    font-size: 1.2rem;
  }
  .phone_menu_cont .pro_last .dl .dd .pro_li {
    display: block;
    padding: 0.4rem 0;
    font-size: 1.2rem;
    color: #666666;
    text-align: left;
  }
  .phone_menu_cont .pro_last .dl .li_dl_list {
    padding-left: 0.8rem;
  }
  .phone_menu_cont .pro_last .dl .li_dl_list .li_dl_dd {
    display: block;
    font-size: 1.2rem;
    color: #666666;
    padding: 5px 10px;
  }
  .phone_menu_cont .language_box {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin-top: 1rem;
    color: #3c3d3e;
  }
  .phone_menu_cont .language_box img {
    margin-right: 4px;
  }
  .contain {
    width: 100%;
    padding: 0 2vw;
  }
  .index_baner_cont {
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .index_baner_cont .swiper-pagination-bullet {
    width: 30px;
  }
  .index_baner_cont .swiper-slide video,
  .index_baner_cont .swiper-slide img {
    height: auto !important;
    width: 100% !important;
  }
  .index_baner_cont .index_prev {
    width: 20px;
    height: 20px;
    background-size: 5px;
  }
  .index_baner_cont .index_next {
    width: 20px;
    height: 20px;
    background-size: 5px;
  }
  .index_pulic_txt .title {
    margin-bottom: 2rem;
  }
  .index_pulic_txt .title h2 {
    font-size: 3rem;
  }
  .index_case_1 .bg {
    height: auto;
    width: 100%;
  }
  .index_case_1 .index_pulic_txt .txt_box .more_btn {
    font-size: 12px;
    margin: 0 auto 4rem;
    width: auto;
    height: 3rem;
    letter-spacing: 1px;
  }
  .index_case_2 .index_pulic_txt {
    top: 5vh;
  }
  .index_case_2 .index_pulic_txt .title h2 {
    font-size: 3rem;
  }
  .index_case_2 .index_pulic_txt .title .line {
    margin: 1rem auto 0;
  }
  .index_case_2 .index_time_det {
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
  .index_case_2 .index_time_det .txt {
    margin-bottom: 1rem;
    padding: 0 2vw;
  }
  .index_case_2 .index_time_det .txt p {
    font-size: 12px;
  }
  .index_case_2 .index_time_det .txt p span {
    display: none;
  }
  .index_case_2 .index_time_det .img {
    width: 60%;
  }
  .index_case_2 .index_time_cont {
    position: relative;
    height: auto;
    padding: 20px 0;
  }
  .index_case_2 .index_time_cont .index_time_last {
    width: 90%;
  }
  .index_case_2 .index_time_cont .index_time_last .time {
    font-size: 12px;
  }
  .index_case_2 .index_time_cont .index_time_last .swiper-slide-active .time {
    font-size: 12px;
  }
  .index_case_2 .index_time_cont .index_time_last .swiper-slide-active .disc::after {
    width: 35px;
    height: 35px;
  }
  .index_case_2 .index_time_cont .index_time_last .swiper-slide-active .disc::before {
    width: 27px;
    height: 27px;
  }
  .index_case_2 .index_time_cont .index_time_prev {
    left: 10px;
    width: 2rem;
    height: 2rem;
    top: 39px;
  }
  .index_case_2 .index_time_cont .index_time_next {
    right: 10px;
    width: 2rem;
    height: 2rem;
    top: 39px;
  }
  .index_case_2 .index_time_cont::after {
    top: 50px;
  }
  .index_case_3 {
    padding: 8rem 0;
    overflow: hidden;
  }
  .index_case_3 video {
    position: absolute;
  }
  .index_case_3 .index_pulic_txt .title h2 {
    font-size: 2rem;
    text-align: left;
  }
  .index_case_3 .index_pulic_txt .txt_box p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .index_case_3 .index_pulic_txt .txt_box p a {
    font-size: 1.4rem;
  }
  .index_case_4 .bg {
    height: auto;
    width: 100%;
    display: block;
  }
  .pulic_footer_cont.null {
    display: block;
    height: auto;
  }
  .pulic_footer_cont .inf_content {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  .pulic_footer_cont .l_cont {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .pulic_footer_cont .r_cont {
    width: 100%;
  }
  .pulic_footer_cont .contact_box .contact_last .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .pulic_footer_cont .contact_box .contact_last .list .dl .dt {
    font-size: 1.4rem;
  }
  .pulic_footer_cont .contact_box .contact_last .list .dl .adres {
    height: auto;
  }
  .pulic_footer_cont .contact_box .contact_last .list .dl .adres p {
    font-size: 1.2rem;
  }
  .pulic_footer_cont .contact_box .contact_last .list .dl .adres img {
    width: 1rem;
  }
  .pulic_footer_cont .contact_box .contact_last .list p {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .pulic_footer_cont .copy_cont {
    margin-top: 20px;
  }
  /******************/
  .product_detail_head {
    padding: 2rem 0;
  }
  .product_detail_head .contain {
    flex-wrap: wrap;
  }
  .product_detail_head .l_cont {
    width: 100%;
    order: 2;
  }
  .product_detail_head .l_cont .title {
    margin-bottom: 1rem;
  }
  .product_detail_head .l_cont .title h2 {
    font-size: 2.2rem;
    text-align: left;
  }
  .product_detail_head .l_cont .txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .product_detail_head .l_cont .btn_dl {
    justify-content: space-between;
  }
  .product_detail_head .l_cont .btn_dl .btn {
    width: 48%;
    height: 3rem;
    font-size: 1.2rem;
    margin: 0;
  }
  .product_detail_head .title_head h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .product_detail_head .r_pro_last {
    width: 100%;
    order: 1;
  }
  .product_detail_head .r_pro_last .swiper-slide {
    height: auto;
  }
  .product_detail_head .r_pro_last .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .pulic_pro_title {
    margin-bottom: 1rem;
  }
  .pulic_pro_title h2 {
    font-size: 2.4rem;
  }
  .pro_det_1 {
    padding: 2rem 0;
  }
  .pro_det_1 .det_cont {
    padding: 1rem 0;
  }
  .pro_det_1 .det_cont .dl {
    margin-bottom: 1rem;
  }
  .pro_det_1 .det_cont .dl .dt {
    font-size: 1.8rem;
    padding-left: 10px;
    text-align: left;
  }
  .pro_det_1 .det_cont .dl .dt .line {
    top: 5px;
  }
  .pro_det_1 .det_cont .dl .dd {
    font-size: 1.4rem;
  }
  .pro_det_2 {
    padding: 2rem 0;
  }
  .pro_det_2 .pulic_appli_detail_tle {
    margin: 1rem 0;
    font-size: 1.8rem;
  }
  .pulic_appli_detail {
    flex-wrap: wrap;
  }
  .pulic_appli_detail .l_cont {
    width: 100%;
  }
  .pulic_appli_detail .l_cont .txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .pulic_appli_detail .l_cont .more_btn {
    width: 16rem;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .pulic_appli_detail .r_img {
    width: 100%;
  }
  .pro_det_3 {
    padding: 2rem 0;
  }
  .pro_det_3 table tr {
    display: revert;
  }
  .pro_det_3 table th {
    font-size: 14px;
    padding: 6px;
  }
  .pro_det_3 table td {
    font-size: 12px;
    padding: 6px;
    width: auto;
  }
  .pro_det_4 {
    padding: 2rem 0;
  }
  .pro_det_4 .other_baner .tis_i {
    height: auto;
  }
  .pro_det_4 .other_baner .txt_cont h2 {
    font-size: 1.4rem;
  }
  .pro_det_4 .other_baner .txt_cont p {
    font-size: 1.2rem;
  }
  .solution_det_1 {
    padding: 2rem 0;
  }
  .solution_det_1 .det_cont .dl {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .solution_det_1 .det_cont .dl .dt {
    font-size: 1.5rem;
  }
  .service_case_phone {
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .service_case_phone .last_cont {
    position: relative;
    background: #000;
    padding: 4rem 0;
  }
  .service_case_phone .bg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.25;
  }
  .service_case_phone .contain {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: 10;
  }
  .service_case_phone .cont_box {
    padding: 0 1rem;
    height: 80vh;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    border: 1px solid #ffffff1f;
    box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.14) inset;
  }
  .service_case_phone .cont_box .title {
    opacity: 1;
    text-align: center;
    transform: translateY(0);
    color: #fff;
  }
  .service_case_phone .cont_box .title h2 {
    font-size: 2.4rem;
  }
  .service_case_phone .cont_box .title .line {
    display: block;
    width: 4rem;
    height: 2px;
    background: #fff;
    margin: 0.4rem auto;
  }
  .service_case_phone .cont_box .txt {
    opacity: 1;
    transform: translateY(0);
    height: 36rem;
    overflow-y: scroll;
    width: 90%;
    margin: 0 auto;
  }
  .service_case_phone .cont_box .txt p {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 2.4rem;
    color: #fff;
  }
  .content_baner .title {
    font-size: 3rem;
    letter-spacing: 10px;
  }
  .news_content {
    padding: 2rem 2vw;
  }
  .news_content .news_list {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .news_content .news_list .l_img {
    width: 100%;
  }
  .news_content .news_list .r_det {
    width: 100%;
    padding: 10px 0;
  }
  .news_content .news_list .r_det .title {
    margin-bottom: 10px;
  }
  .news_content .news_list .r_det .title h2 {
    font-size: 1.6rem;
  }
  .news_content .news_list .r_det .txt {
    font-size: 12px;
    line-height: 24px;
  }
  .news_content .news_list .r_det .more_btn {
    margin-top: 10px;
  }
  .news_detail_cont {
    width: 100%;
    padding: 2rem 2vw;
  }
  .news_detail_cont .title_head {
    margin-bottom: 10px;
  }
  .news_detail_cont .title_head .tle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
  .news_detail_cont .title_head .tips .li {
    font-size: 12px;
    margin: 0 10px;
  }
  .news_detail_cont .det_txt {
    padding: 0 10px;
  }
  .honer_case_1 {
    padding: 1rem 0;
  }
  .honer_case_1 .honer_case1_last .txt {
    font-size: 1.2rem;
  }
  .honer_pulic_title {
    font-size: 2.6rem;
    padding: 1rem 0;
  }
  .honer_case_2 {
    padding: 1rem 0;
  }
  .honer_case_2 .last_cont {
    width: 90%;
  }
  .honer_case_2 .last_cont .li {
    width: calc(100% / 2);
  }
  .link_content_box {
    padding: 2rem 0;
  }
  .link_content_box .list {
    width: 32%;
    height: 9rem;
    margin-right: 2% !important;
    margin-bottom: 1rem;
  }
  .link_content_box .list:nth-child(3n) {
    margin-right: 0 !important;
  }
  .contact_content {
    padding: 2rem 2vw;
    flex-wrap: wrap;
  }
  .contact_content .l_cont {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact_content .l_cont .adres_list {
    margin-bottom: 1rem;
  }
  .contact_content .l_cont .adres_list .title {
    margin-bottom: 1rem;
  }
  .contact_content .l_cont .adres_list .title h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .contact_content .l_cont .adres_list .li {
    font-size: 12px;
  }
  .contact_content .r_cont {
    width: 100%;
  }
  .contact_content .r_cont .title_head {
    margin-bottom: 1rem;
  }
  .contact_content .r_cont .title_head .tle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .contact_content .r_cont .title_head .txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .contact_content .r_cont .int_dl .dl {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_content .r_cont .int_dl .dl .dt {
    font-size: 1.4rem;
  }
  .contact_content .r_cont .text_cont .dt {
    font-size: 1.4rem;
  }
  .contact_content .r_cont .sub_btn {
    width: 18rem;
    height: 4rem;
    font-size: 1.2rem;
  }
  .pulic_footer_cont {
    padding: 2rem 0;
  }
  .pulic_footer_cont .l_cont {
    display: none;
  }
  .floor_link_box .li {
    width: 3rem;
  }
  .floor_link_apply {
    font-size: 1.4rem;
  }
  .cookie_foot_cont {
    flex-wrap: wrap;
  }
  .cookie_foot_cont .txt_box {
    width: 100%;
    font-size: 12px;
  }
  .cookie_foot_cont .btn_dl {
    width: 100%;
    margin-top: 1rem;
  }
  .cookie_foot_cont .btn_dl .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .cookie_dc_cont {
    width: 90%;
    padding: 10px;
    z-index: 999;
  }
  .cookie_dc_cont .tis_title {
    margin-bottom: 10px;
  }
  .cookie_dc_cont .tis_title h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .cookie_dc_cont .tis_title p {
    font-size: 1.4rem;
  }
  .cookie_dc_cont .dl {
    margin-bottom: 10px;
  }
  .cookie_dc_cont .dl .dt {
    font-size: 1.4rem;
  }
  .cookie_dc_cont .dl .dd {
    font-size: 1.2rem;
  }
  .cookie_dc_cont .bit_cont .btn {
    width: 48%;
    padding: 0 10px;
  }
  .join_interview_content {
    padding: 2rem 0;
  }
  .join_interview_content .title_head {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .join_interview_content .interview_last {
    width: 100%;
  }
  .join_interview_content .interview_last .list {
    width: 49%;
    height: 18rem;
    margin-right: 2% !important;
    margin-bottom: 1rem;
  }
  .join_interview_content .interview_last .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .join_interview_content .interview_last .list .bit_txt {
    padding-bottom: 10px;
  }
  .join_interview_content .interview_last .list .bit_txt h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .join_interview_content .interview_last .list .bit_txt p {
    font-size: 1.2rem;
  }
  .join_welfare_content {
    padding: 2rem 0;
  }
  .join_welfare_content .title_head {
    margin-bottom: 2rem;
  }
  .join_welfare_content .title_head h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .join_welfare_content .title_head p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .join_welfare_content .welfare_detail .title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .join_welfare_content .welfare_detail .det_last .list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
  }
  .join_welfare_content .welfare_detail .det_last .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .join_welfare_content .welfare_detail .det_last .list .txt {
    font-size: 12px;
    text-align: left;
  }
  .join_welfare_content .welfare_detail .det_last .list:hover {
    z-index: 16;
  }
  .join_welfare_contact {
    padding: 2rem 0;
  }
  .join_welfare_contact .title_head {
    margin-bottom: 2rem;
  }
  .join_welfare_contact .title_head h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .join_welfare_contact .title_head p {
    font-size: 1.4rem;
  }
  .join_welfare_contact .bit_btn .btn {
    width: 48%;
    font-size: 1.2rem;
  }
  .pulic_detail_dc {
    width: 90%;
    left: 5%;
  }
  .pulic_detail_dc .sub_btn {
    width: 140px;
    height: 35px;
    font-size: 16px;
  }
  .pulic_detail_dc .dl {
    padding: 5px;
  }
  .pulic_detail_dc .dl .dt {
    width: 45%;
    font-size: 14px;
  }
  .pulic_detail_dc .dl .dd {
    width: 55%;
  }
  .pulic_detail_dc .dl .dd input,
  .pulic_detail_dc .dl .dd select {
    font-size: 12px;
  }
  .pulic_detail_dc .biaoti .dt {
    font-size: 14px !important;
  }
  .pulic_detail_dc .biaoti .bt {
    font-size: 16px!important;
  }
}
/*# sourceMappingURL=app.css.map */