/*通用类*/
* {
  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;
}
body {
  width: 100%;
  min-width: 1420px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  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;
}
.warpin {
  width: 1420px;
  margin: 0 auto;
}
.contain {
  width: 100%;
  padding: 0 5vw;
}
.pulic_head_cont {
  position: relative;
  z-index: 11;
  background: #fff;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pulic_head_cont .logo {
  display: block;
}
.pulic_head_cont .logo img {
  display: block;
  height: 68px;
}
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .nav_dl {
  display: flex;
  align-items: center;
}
.pulic_head_cont .nav_dl .li {
  padding: 40px 30px;
  position: relative;
  font-size: 18px;
  color: #222429;
}
.pulic_head_cont .nav_dl .li:hover {
  color: #010080;
}
.pulic_head_cont .nav_dl .li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4896ec, #09137a);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pulic_head_cont .search_cont {
  position: relative;
}
.pulic_head_cont .search_cont .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  cursor: pointer;
}
.pulic_head_cont .search_cont .search_btn img {
  display: block;
  width: 22px;
}
.pulic_head_cont .search_cont .search_int {
  display: none;
  align-items: center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.pulic_head_cont .search_cont .search_int input {
  width: 140px;
  height: 40px;
  padding-left: 10px;
  border: none;
  font-size: 14px;
}
.pulic_head_cont .search_cont .search_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  background: #4896ec;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.pulic_head_cont .search_cont .search_int.active {
  display: flex;
}
.pulic_head_cont .language_dl {
  display: flex;
  align-items: center;
}
.pulic_head_cont .language_dl .dd {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 16px;
  color: #161616;
}
.pulic_head_cont .language_dl .dd .i {
  width: 25px;
  margin-right: 3px;
}
.pulic_head_cont .nav_bit_cont {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 70vw;
}
.pulic_head_cont .nav_bit_cont .cont {
  padding: 60px 120px 30px;
  display: none;
}
.pulic_head_cont .nav_bit_cont .cont.active {
  display: flex;
}
.pulic_head_cont .nav_bit_cont .det_dl {
  width: calc(100% / 4);
  margin-bottom: 30px;
}
.pulic_head_cont .nav_bit_cont .det_dl .dt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.pulic_head_cont .nav_bit_cont .det_dl .li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666666;
  position: relative;
  padding: 8px 0 6px 8px;
  cursor: pointer;
}
.pulic_head_cont .nav_bit_cont .det_dl .li .disc {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333333;
  margin-right: 10px;
}
.pulic_floor_top {
  position: fixed;
  right: 20px;
  bottom: 40vh;
  z-index: 11;
  cursor: pointer;
}
.pulic_floor_top img {
  display: block;
  width: 43px;
  margin: 0 auto 10px;
}
.pulic_floor_top p {
  text-align: center;
  font-size: 17px;
  color: #999999;
}
.index_baner_cont {
  position: relative;
  overflow: hidden;
}
.index_baner_cont .swiper-slide {
  position: relative;
}
.index_baner_cont .swiper-slide .more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 195px;
  height: 58px;
  border: 1px solid #fff;
  padding: 0 20px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  right: 3%;
  bottom: 10%;
}
.index_baner_cont .swiper-slide .more_btn .arr {
  width: 25px;
}
.index_baner_cont .swiper-slide .i {
  display: block;
  width: 100%;
}
.index_baner_cont .swiper-slide .warpin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.index_baner_cont .swiper-slide .title_head {
  margin-bottom: 90px;
  width: 400px;
}
.index_baner_cont .swiper-slide .title_head h2 {
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.index_baner_cont .swiper-slide .title_head p {
  font-size: 24px;
  color: #ffffff;
}
.index_baner_cont .index_prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 11;
}
.index_baner_cont .index_prev img {
  display: block;
  width: 20px;
}
.index_baner_cont .index_prev:hover {
  background: #010080;
}
.index_baner_cont .index_prev:hover img {
  filter: brightness(1000);
}
.index_baner_cont .index_next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 11;
}
.index_baner_cont .index_next img {
  display: block;
  width: 20px;
}
.index_baner_cont .index_next:hover {
  background: #010080;
}
.index_baner_cont .index_next:hover img {
  filter: brightness(1000);
}
.index_baner_cont .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.index_case_1 {
  margin: 60px auto 30px;
  background: url(../i/index_case_1.png) no-repeat center;
  background-size: cover;
  padding: 50px 25px 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.index_case_1 .list {
  width: calc(100% / 5);
}
.index_case_1 .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 146px;
}
.index_case_1 .list .tis_i img {
  display: block;
  max-width: 100%;
  transition: all 0.6s;
}
.index_case_1 .list .tis_i:hover img {
  transform: translateY(-20px);
}
.index_case_1 .list .bit_cont {
  width: 237px;
  height: 57px;
  background: url(../i/index_case1_bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 75px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}
.index_case_2 {
  padding: 20px 0;
  background: #f9f9fb;
}
.index_case_2 .title_head {
  text-align: center;
  margin-bottom: 50px;
}
.index_case_2 .title_head h2 {
  font-size: 42px;
  color: #222429;
  margin-bottom: 10px;
}
.index_case_2 .title_head p {
  font-size: 18px;
  color: #333333;
}
.index_case2_baner {
  position: relative;
  overflow: hidden;
  padding: 20px 0 100px;
  margin: 0 2vw;
  background: #f9f9fb;
}
.index_case2_baner .swiper-slide {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.index_case2_baner .swiper-slide .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 276px;
  background: #fff;
  overflow: hidden;
}
.index_case2_baner .swiper-slide .tis_i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.index_case2_baner .swiper-slide .bit_cont {
  width: 100%;
  padding: 24px;
  background: #f9f9fb;
}
.index_case2_baner .swiper-slide .bit_cont h2 {
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_case2_baner .swiper-slide .bit_cont p {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_case2_baner .swiper-slide:hover .bit_cont {
  background: linear-gradient(to right, #56afed, #2a4ea3);
}
.index_case2_baner .swiper-slide:hover .bit_cont h2 {
  color: #fff;
}
.index_case2_baner .swiper-slide:hover .bit_cont p {
  color: #fff;
}
.index_case2_baner .bit_det_cont {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_case2_baner .bit_det_cont .index_case2_page {
  display: flex;
  align-items: center;
}
.index_case2_baner .bit_det_cont .btn_dl {
  display: flex;
  align-items: center;
}
.index_case2_baner .bit_det_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.index_case2_baner .bit_det_cont .btn_dl .btn img {
  display: block;
  width: 20px;
}
.index_case2_baner .bit_det_cont .btn_dl .btn:hover {
  background: #010080;
}
.index_case2_baner .bit_det_cont .btn_dl .btn:hover img {
  filter: brightness(1000);
}
.index_case_3 {
  padding: 70px 0;
  background: #fff;
}
.index_case_3 .contain {
  display: flex;
}
.index_case_3 .l_cont {
  width: 55%;
  padding: 50px 45px 0 120px;
  background: #f4f3f8;
}
.index_case_3 .l_cont .tis_cont {
  margin-bottom: 40px;
}
.index_case_3 .l_cont .tis_cont h2 {
  font-size: 44px;
  color: #222429;
  margin-bottom: 20px;
}
.index_case_3 .l_cont .tis_cont p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.index_case_3 .l_cont .inf_dl {
  display: flex;
  margin-bottom: 40px;
}
.index_case_3 .l_cont .inf_dl .dl {
  width: 32%;
  margin-right: 2%;
  text-align: center;
  border: 1px solid #8a8888;
  padding: 24px 0;
}
.index_case_3 .l_cont .inf_dl .dl .dt {
  font-size: 48px;
  color: #171728;
}
.index_case_3 .l_cont .inf_dl .dl .dt em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  color: #171728;
}
.index_case_3 .l_cont .inf_dl .dl .dd {
  font-size: 17px;
  color: #999999;
}
.index_case_3 .l_cont .inf_dl .dl:nth-child(3n) {
  margin-right: 0;
}
.index_case_3 .l_cont .bit_last {
  display: flex;
  flex-wrap: wrap;
}
.index_case_3 .l_cont .bit_last .list {
  width: calc((100% - 30px) / 4);
  padding: 10px 0;
  background: #fff;
  margin-right: 10px;
}
.index_case_3 .l_cont .bit_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
}
.index_case_3 .l_cont .bit_last .list .tis_i img {
  display: block;
  max-height: 100%;
}
.index_case_3 .l_cont .bit_last .list .txt {
  text-align: center;
  font-size: 17px;
  color: #222429;
}
.index_case_3 .l_cont .bit_last .list:last-child {
  margin-right: 0;
}
.index_case_3 .l_cont .bit_last .list:hover {
  background: linear-gradient(-45deg, #3b88e1, #173fbf);
}
.index_case_3 .l_cont .bit_last .list:hover .tis_i img {
  filter: brightness(1000);
}
.index_case_3 .l_cont .bit_last .list:hover .txt {
  color: #fff;
}
.index_case_3 .r_img {
  width: calc(100% - 55%);
  position: relative;
}
.index_case_3 .r_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_case_3 .r_img .more_btn {
  position: absolute;
  bottom: 48px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 109px;
  background: linear-gradient(-45deg, #3b88e1, #173fbf);
  font-size: 22px;
  color: #ffffff;
}
.index_case_4 {
  padding: 44px 0;
  background: #2a2a2a;
}
.index_case_4 .warpin {
  display: flex;
}
.index_case_4 .l_cont {
  width: 316px;
  height: 356px;
  position: relative;
}
.index_case_4 .l_cont .title_head h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 20px;
}
.index_case_4 .l_cont .title_head p {
  font-size: 18px;
  color: #ffffff;
}
.index_case_4 .l_cont .more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 195px;
  height: 58px;
  border: 1px solid #fff;
  padding: 0 20px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_case_4 .l_cont .more_btn .arr {
  width: 25px;
}
.index_case_4 .r_cont {
  display: flex;
  width: calc(100% - 316px);
}
.index_case_4 .r_cont .list {
  width: 250px;
  margin-right: 32px;
}
.index_case_4 .r_cont .list:last-child {
  margin-right: 0;
}
.index_case_4 .r_cont .list img {
  display: block;
  width: 100%;
}
.index_case_5 {
  padding: 30px 0;
}
.index_case_5 .title_head {
  padding: 20px 0 40px;
  font-size: 44px;
  color: #222429;
}
.index_case_5 .index_case5_last {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 120px;
  background: #f4f3f8;
  margin: 0 auto;
}
.index_case_5 .index_case5_last .list {
  width: calc((100% - 105px) / 4);
  margin-right: 35px;
  margin-bottom: 48px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.index_case_5 .index_case5_last .list:nth-child(4n) {
  margin-right: 0;
}
.index_case_5 .index_case5_last .list img {
  display: block;
  width: 100%;
}
.index_case_5 .index_case5_last .list .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 10px;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
.index_case_6 {
  padding: 50px 0;
  background: url(../i/index_case6_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_6 .title_head {
  font-size: 44px;
  color: #222429;
  margin-bottom: 30px;
}
.index_case_6 .link_last {
  display: flex;
  flex-wrap: wrap;
}
.index_case_6 .link_last .li {
  width: calc((100% - 80px) / 5);
  height: 86px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.index_case_6 .link_last .li:nth-child(5n) {
  margin-right: 0;
}
.index_case_6 .link_last .li img {
  display: block;
  height: 100%;
}
.index_case_7 {
  padding: 60px 0 100px;
}
.index_case_7 .title_head {
  text-align: center;
  margin-bottom: 50px;
}
.index_case_7 .title_head h2 {
  font-size: 42px;
  color: #222429;
}
.index_case_7 .title_head p {
  font-size: 18px;
  color: #333333;
}
.index_case_7 .news_last {
  display: flex;
  flex-wrap: wrap;
}
.index_case_7 .news_last .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px 0 20px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.index_case_7 .news_last .list:nth-child(2n) {
  margin-right: 0;
}
.index_case_7 .news_last .list .l_time {
  width: 128px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index_case_7 .news_last .list .l_time h2 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.index_case_7 .news_last .list .l_time p {
  font-size: 56px;
  color: #999999;
  line-height: 56px;
}
.index_case_7 .news_last .list .r_txt {
  width: calc(100% - 128px);
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.index_case_7 .news_last .list .r_txt h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.index_case_7 .news_last .list .r_txt p {
  font-size: 14px;
  color: #666666;
}
.index_case_7 .news_last .list::after {
  content: "";
  display: block;
  height: 100%;
  width: 184px;
  background: #efefef;
  position: absolute;
  left: -54px;
  top: 0;
  transform: skewX(20deg);
}
.index_case_7 .news_last .list:hover {
  background: #363e45;
}
.index_case_7 .news_last .list:hover::after {
  background: linear-gradient(125deg, #3b84ce, #00006a);
}
.index_case_7 .news_last .list:hover .l_time h2 {
  color: #fff;
}
.index_case_7 .news_last .list:hover .l_time p {
  color: #fff;
}
.index_case_7 .news_last .list:hover .r_txt h2 {
  color: #fff;
}
.index_case_7 .news_last .list:hover .r_txt p {
  color: #fff;
}
.pulic_footer_cont {
  padding: 80px 0 0 0;
  background: #191a23;
}
.pulic_footer_cont .tis_cont {
  display: flex;
  justify-content: space-between;
}
.pulic_footer_cont .tis_cont .l_about {
  width: 460px;
}
.pulic_footer_cont .tis_cont .l_about .logo {
  display: block;
  margin-bottom: 40px;
}
.pulic_footer_cont .tis_cont .l_about .logo img {
  display: block;
}
.pulic_footer_cont .tis_cont .l_about .dl {
  margin-bottom: 12px;
}
.pulic_footer_cont .tis_cont .l_about .dl .dt {
  font-size: 16px;
  color: #f8f8f8;
}
.pulic_footer_cont .tis_cont .l_about .dl .dd {
  font-size: 16px;
  color: #6c6d78;
}
.pulic_footer_cont .tis_cont .l_about .dl:last-child {
  margin-bottom: 0;
}
.pulic_footer_cont .tis_cont .r_cont {
  display: flex;
}
.pulic_footer_cont .tis_cont .r_cont .nav_dl {
  margin-right: 100px;
}
.pulic_footer_cont .tis_cont .r_cont .nav_dl .dt {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 28px;
}
.pulic_footer_cont .tis_cont .r_cont .nav_dl .li {
  display: block;
  font-size: 16px;
  color: #757683;
  margin-bottom: 12px;
}
.pulic_footer_cont .tis_cont .r_cont .nav_dl .li:last-child {
  margin-bottom: 0;
}
.pulic_footer_cont .tis_cont .r_cont .nav_dl p {
  font-size: 16px;
  color: #f8f8f8;
  margin-bottom: 12px;
}
.pulic_footer_cont .tis_cont .r_cont .nav_dl p:last-child {
  margin-bottom: 0;
}
.pulic_footer_cont .tis_cont .r_cont .code_cont .tis_i {
  display: block;
  width: 97px;
  margin: 0 auto;
}
.pulic_footer_cont .tis_cont .r_cont .code_cont .tis_i img {
  display: block;
  width: 100%;
}
.pulic_footer_cont .tis_cont .r_cont .code_cont p {
  font-size: 15px;
  color: #f8f8f8;
  padding: 15px 0;
}
.pulic_footer_cont .bit_cont {
  margin-top: 70px;
}
.pulic_footer_cont .bit_cont .link_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
  font-size: 16px;
  color: #f8f8f8;
}
.pulic_footer_cont .bit_cont .link_cont a {
  color: #f8f8f8;
  margin-right: 10px;
}
.pulic_footer_cont .bit_cont .copy {
  padding: 30px 0;
  border-top: 1px solid #30303a;
  text-align: center;
  font-size: 14px;
  color: #4b4c57;
}
.pulic_home_tips {
  padding: 30px 0;
  font-size: 15px;
  color: #333333;
}
.pulic_home_tips .warpin {
  display: flex;
  align-items: center;
  position: relative;
}
.pulic_home_tips img {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.pulic_home_tips a {
  font-size: 15px;
  color: #999999;
}
.pulic_home_tips .nav_dl {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pulic_home_tips .nav_dl .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 42px;
  background: #f9f9fb;
  font-size: 16px;
  color: #333333;
  margin-left: 15px;
}
.pulic_home_tips .nav_dl .li:hover,
.pulic_home_tips .nav_dl .li.hover {
  background: #010080;
  color: #fff;
}
.pulic_cont_baner {
  position: relative;
}
.pulic_cont_baner .bg {
  display: block;
  width: 100%;
}
.pulic_cont_baner .det_cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pulic_cont_baner .title_head {
  text-align: center;
}
.pulic_cont_baner .title_head h2 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 10px;
}
.pulic_cont_baner .title_head p {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.pulic_main_content {
  background: #f9f9fb;
  min-height: 50vh;
}
.pulic_main_content .main_cont {
  display: flex;
  justify-content: space-between;
}
.pulic_main_content .l_main_cont {
  width: 284px;
}
.pulic_main_content .l_main_cont .por_main_nav {
  width: 100%;
  border: 1px solid #e9e7e7;
  margin-bottom: 20px;
}
.pulic_main_content .l_main_cont .por_main_nav .title_head {
  width: 100%;
  padding: 25px;
  font-size: 18px;
  color: #2c2d35;
  background: #f5f6f6;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dt {
  display: block;
  position: relative;
  padding: 20px 24px;
  background: #fafbfd;
  font-size: 16px;
  color: #2c2d35;
  cursor: pointer;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dt a {
  color: #2c2d35;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dt .arr {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dd {
  display: none;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dd .li {
  display: flex;
  align-items: center;
  padding: 22px 25px;
  font-size: 15px;
  color: #666666;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dd .li .i {
  width: 6px;
  margin-right: 12px;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl .dd .li.hover {
  color: #010080;
  text-decoration: underline;
  font-weight: bold;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl.active .dd {
  display: block ;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl.active .dt,
.pulic_main_content .l_main_cont .por_main_nav .nav_dl:hover .dt {
  background: #010080;
  color: #fff;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl.active .dt a,
.pulic_main_content .l_main_cont .por_main_nav .nav_dl:hover .dt a {
  color: #fff;
}
.pulic_main_content .l_main_cont .por_main_nav .nav_dl.active .dt .arr,
.pulic_main_content .l_main_cont .por_main_nav .nav_dl:hover .dt .arr {
  filter: brightness(1000);
}
.pulic_main_content .l_main_cont .por_main_nav .filter_dl .dt {
  display: block;
  padding: 20px 12px;
  background: #fafbfd;
  font-size: 16px;
  color: #2c2d35;
}
.pulic_main_content .l_main_cont .por_main_nav .filter_dl .dd {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.pulic_main_content .l_main_cont .por_main_nav .filter_dl .dd .li {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.pulic_main_content .l_main_cont .por_main_nav .filter_dl .dd .li input {
  margin-right: 10px;
}
.pulic_main_content .r_main_cont {
  width: 1110px;
}
.pagination {
  flex-wrap: wrap;
}
.pro_last_cont {
  display: flex;
  flex-wrap: wrap;
}
.pro_last_cont .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  padding: 6px 12px;
}
.pro_last_cont .list .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.pro_last_cont .list .pro_i img {
  display: block;
  max-width: 100%;
}
.pro_last_cont .list .det {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.pro_last_cont .list .det h2 {
  font-size: 17px;
  color: #333333;
  margin-bottom: 10px;
}
.pro_last_cont .list .det p {
  font-size: 14px;
  color: #999999;
}
.pro_last_cont .list:nth-child(2n) {
  margin-right: 0;
}
.product_detail_content {
  background: #f9f9fb;
  padding: 50px 0;
}
.product_detail_content .detail_bg {
  background: #fff;
  padding: 40px 32px;
}
.product_detail_content .product_deta_header {
  display: flex;
}
.product_detail_content .product_deta_header .product_det_img {
  width: 544px;
}
.product_detail_content .product_deta_header .pro_tis_baner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 402px;
  border: 1px solid #dcd8d8;
  margin-bottom: 15px;
}
.product_detail_content .product_deta_header .pro_tis_baner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_detail_content .product_deta_header .bit_img_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail_content .product_deta_header .bit_img_cont .product_img_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.product_detail_content .product_deta_header .bit_img_cont .product_img_prev img {
  display: block;
  max-width: 100%;
}
.product_detail_content .product_deta_header .bit_img_cont .pro_bit_baner {
  width: calc(100% - 66px);
  height: 62px;
  position: relative;
  overflow: hidden;
}
.product_detail_content .product_deta_header .bit_img_cont .pro_bit_baner .swiper-slide {
  border: 1px solid #dcd8d8;
}
.product_detail_content .product_deta_header .bit_img_cont .pro_bit_baner .swiper-slide-thumb-active {
  border: 1px solid #f32020;
}
.product_detail_content .product_deta_header .bit_img_cont .pro_bit_baner img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_detail_content .product_deta_header .bit_img_cont .product_img_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.product_detail_content .product_deta_header .bit_img_cont .product_img_next img {
  display: block;
  max-width: 100%;
}
.product_detail_content .product_deta_header .det_inf_cont {
  width: calc(100% - 544px);
  padding-left: 70px;
  padding-top: 10px;
}
.product_detail_content .product_deta_header .det_inf_cont .tle {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.product_detail_content .product_deta_header .det_inf_cont .dl {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.product_detail_content .product_deta_header .det_inf_cont .dl span {
  display: block;
  width: 90px;
  font-size: 18px;
  font-weight: bold;
}
.product_detail_content .product_deta_header .det_inf_cont .dl .dd {
  width: calc(100% - 90px);
  padding-left: 6px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.product_detail_content .product_deta_header .det_inf_cont p {
  font-size: 16px;
  color: #666666;
  padding: 4px 0;
}
.product_detail_content .product_deta_header .det_inf_cont p span {
  font-size: 16px;
  color: #333333;
}
.product_detail_content .product_deta_header .det_inf_cont .btn_dl {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.product_detail_content .product_deta_header .det_inf_cont .tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border-radius: 10px;
  background: #010080;
  font-size: 15px;
  color: #ffffff;
  margin: 0 30px 0 0;
}
.product_detail_content .product_deta_header .det_inf_cont .tel_btn.ys {
  background: #a90010;
}
.product_detail_content .product_deta_content {
  padding: 20px 0;
}
.product_detail_content .product_deta_content .title_head {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.product_detail_content .product_deta_content .title_head span {
  padding: 20px 0;
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.product_detail_content .product_deta_content .title_head span::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #4793e9, #0a157c);
  position: absolute;
  bottom: 0;
  left: 0;
}
.product_detail_content .product_deta_content .hotline_det {
  padding: 15px 35px;
  background: #f4f3f8;
}
.product_detail_content .product_deta_content .hotline_det h2 {
  font-size: 16px;
  color: #333333;
}
.product_detail_content .product_deta_content .hotline_det p {
  font-size: 16px;
  color: #010080;
}
.product_detail_content .product_deta_content .deta_cont img {
  display: block;
  max-width: 100%;
  margin: 20px 0;
  float: none !important;
}
.detail_page_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.detail_page_cont .li {
  width: 48%;
  padding: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detail_page_cont .li:last-child {
  justify-content: flex-end;
}
.detail_page_cont .li span {
  margin: 0 20px;
}
.detail_page_cont .li:hover {
  background: linear-gradient(to right, #00006a, #2744f2);
  color: #fff;
}
.pulic_message_content {
  padding: 40px 0 70px;
  background: #fff;
}
.pulic_message_content .title_head {
  text-align: center;
  padding: 30px 0;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.pulic_message_content .dl_last {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pulic_message_content .dl_last .dl {
  width: 32%;
}
.pulic_message_content .dl {
  width: 100%;
}
.pulic_message_content .dl .dt {
  padding: 10px 0;
}
.pulic_message_content .dl .dt em {
  font-size: 14px;
  color: #ff0000;
  margin-left: 10px;
}
.pulic_message_content .dl .dd input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  color: #333;
}
.pulic_message_content .dl .dd textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
}
.pulic_message_content .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  background: #010080;
  font-size: 17px;
  color: #ffffff;
  margin: 30px auto;
}
.about_case_1 {
  padding: 70px 0 90px;
  background: url(../i/about_bg_1.png) no-repeat center;
  background-size: cover;
}
.about_case_1 .warpin {
  display: flex;
  align-items: center;
}
.about_case_1 .l_cont {
  width: 50%;
  padding-right: 10%;
}
.about_case_1 .l_cont h2 {
  font-size: 44px;
  color: #222429;
  margin-bottom: 50px;
}
.about_case_1 .l_cont p {
  font-size: 18px;
  line-height: 34px;
  color: #333333;
}
.about_case_1 .r_img {
  width: 50%;
  padding-left: 5%;
}
.about_case_1 .r_img img {
  display: block;
  max-width: 100%;
}
.about_case_2 {
  padding: 70px 0;
  background: url(../i/about_bg_2.png) no-repeat center;
  background-size: cover;
}
.about_case_2 .tis_last {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.about_case_2 .tis_last .list {
  padding: 0 110px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  text-align: center;
}
.about_case_2 .tis_last .list:last-child {
  border-right: 0px;
}
.about_case_2 .tis_last .list h2 {
  font-size: 56px;
  color: #ffffff;
}
.about_case_2 .tis_last .list h2 em {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.about_case_2 .tis_last .list p {
  font-size: 15px;
  color: #fff;
}
.about_case_2 .bit_txt {
  text-align: center;
  padding: 0 60px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}
.about_case_3 {
  padding: 70px 0;
}
.about_case_3 .title_head {
  text-align: center;
  margin-bottom: 50px;
  font-size: 44px;
  color: #222429;
  font-weight: bold;
}
.about_case_3 .last_cont {
  display: flex;
  margin-bottom: 40px;
}
.about_case_3 .last_cont .list {
  width: 32%;
  margin-right: 2%;
  padding: 30px 50px;
  background: #f4f3f8;
  border-radius: 10px;
  overflow: hidden;
}
.about_case_3 .last_cont .list:last-child {
  margin-right: 0;
}
.about_case_3 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
}
.about_case_3 .last_cont .list .tis_i img {
  display: block;
  max-height: 100%;
}
.about_case_3 .last_cont .list .tle {
  font-size: 25px;
  color: #333333;
  margin-bottom: 24px;
  text-align: center;
}
.about_case_3 .last_cont .list .txt {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.about_case_3 .last_cont .img_list {
  width: 66%;
  margin-right: 2%;
  border-radius: 10px;
  overflow: hidden;
}
.about_case_3 .last_cont .img_list img {
  display: block;
  width: 100%;
}
.contact_case_1 {
  padding: 70px 0;
}
.contact_case_1 .tis_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contact_case_1 .tis_content .l_cont .title {
  font-size: 40px;
  font-weight: bold;
  color: #222429;
  margin-bottom: 30px;
}
.contact_case_1 .tis_content .l_cont .list_dl {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.contact_case_1 .tis_content .l_cont .list_dl:last-child {
  margin-bottom: 0;
}
.contact_case_1 .tis_content .l_cont .list_dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  overflow: hidden;
}
.contact_case_1 .tis_content .l_cont .list_dl .dt img {
  display: block;
  width: 100%;
}
.contact_case_1 .tis_content .l_cont .list_dl .dd {
  width: calc(100% - 62px);
  padding-left: 24px;
}
.contact_case_1 .tis_content .l_cont .list_dl .dd h2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
}
.contact_case_1 .tis_content .l_cont .list_dl .dd p {
  font-size: 22px;
  color: #3b3c3c;
}
.contact_case_1 .tis_content .r_cont {
  width: 49%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9fb;
  padding: 60px 0 80px;
}
.contact_case_1 .tis_content .r_cont .code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 238px;
  margin: 0 auto 20px;
  background: #fff;
}
.contact_case_1 .tis_content .r_cont .code img {
  display: block;
  max-width: 100%;
}
.contact_case_1 .tis_content .r_cont .txt {
  text-align: center;
}
.contact_case_1 .tis_content .r_cont .txt h2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 6px;
}
.contact_case_1 .tis_content .r_cont .txt p {
  font-size: 18px;
  color: #666666;
}
.contact_case_1 .bit_map {
  width: 100%;
}
.contact_case_1 .bit_map img {
  display: block;
  width: 100%;
}
.contact_case_2 {
  padding: 70px 0;
  background: #f7f7f7;
}
.contact_case_2 .title_head {
  text-align: center;
  margin-bottom: 60px;
}
.contact_case_2 .title_head h2 {
  font-size: 44px;
  color: #222429;
  margin-bottom: 14px;
}
.contact_case_2 .int_last {
  display: flex;
  flex-wrap: wrap;
}
.contact_case_2 .int_last .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.contact_case_2 .int_last .li:nth-child(3n) {
  margin-right: 0;
}
.contact_case_2 .int_last .li:last-child {
  width: 100%;
  margin-right: 0;
}
.contact_case_2 .int_last .li input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
}
.contact_case_2 .int_last .li textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  padding: 10px;
}
.contact_case_2 .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 54px;
  background: #000099;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  margin: 30px auto 0;
}
.hire_contain {
  padding: 60px 0 130px;
  background: #f9f9fb;
}
.hire_contain .title_head {
  margin-bottom: 34px;
  font-size: 42px;
  color: #222429;
}
.hire_contain .hire_last .list {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.hire_contain .hire_last .list:last-child {
  margin-bottom: 0;
}
.hire_contain .hire_last .list .head {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 40px;
  background: #dbdbdb;
  font-size: 30px;
  color: #363e45;
  cursor: pointer;
}
.hire_contain .hire_last .list .head .arr {
  position: absolute;
  right: 56px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #363e45;
  border-radius: 100%;
  transition: all 0.6s;
}
.hire_contain .hire_last .list .head .arr img {
  width: 20px;
}
.hire_contain .hire_last .list .det_cont {
  display: none;
  width: 100%;
  background: #fff url(../i/hire_bg.png) no-repeat right center;
  background-size: cover;
  padding: 22px 30px;
}
.hire_contain .hire_last .list .det_cont h2 {
  font-size: 18px;
  color: #010080;
  margin-bottom: 18px;
}
.hire_contain .hire_last .list .det_cont p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.hire_contain .hire_last .list.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.hire_contain .hire_last .list.active .head {
  background: #fff;
  color: #010080;
}
.hire_contain .hire_last .list.active .head .arr {
  background: linear-gradient(110deg, #3c86cf, #00006a);
  transform: rotate(180deg);
}
.honer_content {
  padding: 40px 0 240px;
  background: url(../i/honer_bg.png) no-repeat center bottom;
  background-size: contain;
}
.honer_content .honer_last {
  display: flex;
  flex-wrap: wrap;
}
.honer_content .honer_last .list {
  width: 25%;
  padding: 0 30px;
  margin-bottom: 20px;
}
.honer_content .honer_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}
.honer_content .honer_last .list .tis_i img {
  display: block;
  max-width: 100%;
}
.honer_content .honer_last .list .txt {
  width: 100%;
  padding: 14px 0;
  background: #f9f9fb;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.honer_content .honer_last .list:hover .txt {
  background: #010080;
  color: #fff;
}
.news_content {
  padding: 50px 0;
}
.news_content .warpin {
  display: flex;
  align-items: flex-start;
}
.news_content .l_navi {
  width: 280px;
  border: 1px solid #e4e4e5;
}
.news_content .l_navi .title {
  padding: 20px 30px;
  background: linear-gradient(to right, #020181, #3163bc);
  font-size: 24px;
  color: #ffffff;
}
.news_content .l_navi .nav_cont {
  padding: 25px 20px;
}
.news_content .l_navi .nav_cont .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  background: #e0e0e6;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #403e3e;
}
.news_content .l_navi .nav_cont .li:hover,
.news_content .l_navi .nav_cont .li.hover {
  background: #2a4ea3;
  color: #fff;
}
.news_content .r_cont {
  width: calc(100% - 280px);
  padding-left: 24px;
}
.news_content .r_cont .new_list {
  display: flex;
  align-items: center;
  padding: 25px 32px;
  background: #eff1f5;
  margin-bottom: 20px;
}
.news_content .r_cont .new_list .time {
  width: 100px;
  text-align: center;
}
.news_content .r_cont .new_list .time .tle {
  font-size: 50px;
  font-weight: bold;
  color: #666666;
}
.news_content .r_cont .new_list .time .txt {
  font-size: 18px;
  color: #666666;
}
.news_content .r_cont .new_list .det_cont {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-right: 170px;
  position: relative;
}
.news_content .r_cont .new_list .det_cont h2 {
  font-size: 21px;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_content .r_cont .new_list .det_cont p {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_content .r_cont .new_list .det_cont .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 42px;
  background: #999999;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
}
.news_content .r_cont .new_list:hover .det_cont .more {
  background: #010080;
}
.news_detail_cont {
  padding: 40px 0 130px;
  background: #f9f9fb;
}
.news_detail_cont .warpin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news_detail_cont .l_cont {
  width: 1000px;
}
.news_detail_cont .l_cont .detail_cont {
  width: 100%;
  background: #fff;
  padding: 50px 28px;
  margin-bottom: 24px;
}
.news_detail_cont .l_cont .detail_cont .title_head {
  margin-bottom: 10px;
  text-align: center;
}
.news_detail_cont .l_cont .detail_cont .title_head h2 {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.news_detail_cont .l_cont .detail_cont .title_head p {
  padding: 14px 0;
  font-size: 14px;
}
.news_detail_cont .l_cont .detail_cont .tips {
  padding: 16px 10px;
  background: #f5f5f5;
  font-size: 14px;
  color: #5a5a5a;
}
.news_detail_cont .l_cont .detail_cont .deta_txt {
  padding: 30px 0;
  font-size: 14px;
  color: #333;
}
.news_detail_cont .l_cont .bit_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_detail_cont .l_cont .bit_page .btn {
  width: 49%;
  padding: 28px 30px;
  background: #fff;
  font-size: 18px;
  color: #333333;
}
.news_detail_cont .l_cont .bit_page .btn:hover {
  background: #000099;
  color: #fff;
}
.news_detail_cont .r_cont {
  width: 356px;
}
.news_detail_cont .r_cont .relat_new {
  width: 100%;
  padding: 40px;
  background: #fff;
  margin-bottom: 20px;
}
.news_detail_cont .r_cont .relat_new .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.news_detail_cont .r_cont .relat_new .list {
  display: block;
  margin-bottom: 30px;
}
.news_detail_cont .r_cont .relat_new .list h2 {
  font-size: 15px;
  color: #444444;
}
.news_detail_cont .r_cont .relat_new .list p {
  font-size: 12px;
  color: #333;
}
.news_detail_cont .r_cont .share_link_cont {
  width: 100%;
  padding: 30px 25px;
  background: #fff;
}
.news_detail_cont .r_cont .share_link_cont .link_dl {
  margin-bottom: 20px;
}
.news_detail_cont .r_cont .share_link_cont .link_dl .dt {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}
.news_detail_cont .r_cont .share_link_cont .link_dl .dd {
  display: flex;
  flex-wrap: wrap;
}
.news_detail_cont .r_cont .share_link_cont .link_dl .dd .li {
  display: block;
  width: 40px;
  margin-right: 5px;
}
.news_detail_cont .r_cont .share_link_cont .link_dl .dd .li:nth-child(6n) {
  margin-right: 0;
}
.news_detail_cont .r_cont .share_link_cont .link_dl .dd .li img {
  display: block;
  width: 100%;
}
.news_detail_cont .r_cont .share_link_cont .return_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background: #000099;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  margin: 20px auto 0;
}
/*************phone**************/
.phone_show {
  display: none;
}
@media (max-width: 1560px) {
  .pulic_head_cont .nav_dl .li {
    padding: 40px 10px;
  }
}
@media (max-width: 1400px) {
  .contain {
    width: 1400px;
    margin: 0 auto;
  }
  .warpin {
    padding: 0 2vw;
  }
  .pulic_head_cont .nav_dl .li {
    padding: 40px 10px;
  }
}
@media (max-width: 720px) {
  body {
    min-width: 320px;
  }
  .contain {
    width: 100%;
    padding: 0 1rem;
  }
  .warpin {
    width: 100%;
    padding: 0 1rem;
  }
  .phone_menu_btn {
    width: 3rem;
    height: 2rem;
    position: relative;
  }
  .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: #3b84ce;
    position: absolute;
    transition: all 0.8s;
  }
  .phone_menu_btn .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  .phone_menu_btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .phone_menu_btn .line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-226deg);
  }
  .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(226deg);
  }
  .phone_show {
    display: block;
  }
  .phone_mene_bg {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 14;
    transition: all 0.8s;
  }
  .phone_mene_bg.active {
    right: 0;
  }
  .phone_mene_cont {
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    overflow-y: scroll;
    z-index: 15;
    transition: all 0.8s;
  }
  .phone_mene_cont .li {
    padding: 1rem;
  }
  .phone_mene_cont .li .tle {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
  }
  .phone_mene_cont.active {
    left: 0;
  }
  .pulic_head_cont {
    padding: 1rem 0;
  }
  .pulic_head_cont .logo img {
    height: 3rem;
  }
  .pulic_head_cont .r_cont .nav_dl {
    display: none;
  }
  .pulic_head_cont .r_cont .search_cont {
    display: none;
  }
  .pulic_head_cont .r_cont .language_dl {
    display: none;
  }
  .index_baner_cont .swiper-slide .i {
    height: 20rem;
  }
  .index_baner_cont .swiper-slide .title_head {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_baner_cont .swiper-slide .title_head h2 {
    font-size: 2.2rem;
    margin-bottom: 0.2rem;
  }
  .index_baner_cont .swiper-slide .title_head p {
    font-size: 1.3rem;
  }
  .index_baner_cont .swiper-slide .more_btn {
    width: 10rem;
    height: 3rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .index_baner_cont .swiper-slide .more_btn .arr {
    width: 1.4rem;
  }
  .pulic_floor_top {
    right: 1rem;
    bottom: 20vh;
  }
  .pulic_floor_top img {
    width: 2rem;
  }
  .pulic_floor_top p {
    font-size: 1.2rem;
  }
  .index_case_1 {
    width: calc(100% - 2rem);
    margin: 1rem auto;
    flex-wrap: wrap;
  }
  .index_case_1 .list {
    width: 50%;
    padding: 1rem 2rem;
  }
  .index_case_1 .list .tis_i {
    height: 10rem;
  }
  .index_case_1 .list .tis_i:hover img {
    transform: translateY(-10px);
  }
  .index_case_1 .list .bit_cont {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 4rem;
  }
  .index_case_2 {
    padding: 1rem 0 2rem;
  }
  .index_case_2 .title_head {
    margin-bottom: 1rem;
  }
  .index_case_2 .title_head h2 {
    font-size: 1.8rem;
  }
  .index_case_2 .title_head p {
    font-size: 1.2rem;
  }
  .index_case2_baner {
    padding: 1rem 0 5rem;
  }
  .index_case2_baner .swiper-slide .tis_i {
    height: 14rem;
    overflow: hidden;
  }
  .index_case2_baner .swiper-slide .bit_cont {
    padding: 1rem;
  }
  .index_case2_baner .swiper-slide .bit_cont h2 {
    font-size: 1.6rem;
  }
  .index_case2_baner .swiper-slide .bit_cont p {
    font-size: 1.2rem;
  }
  .index_case2_baner .bit_det_cont .btn_dl .btn {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
  }
  .index_case2_baner .bit_det_cont .btn_dl .btn img {
    width: 1.4rem;
  }
  .index_case_3 {
    padding: 2rem 0 3rem;
  }
  .index_case_3 .contain {
    flex-wrap: wrap;
  }
  .index_case_3 .l_cont {
    width: 100%;
    padding: 1rem;
  }
  .index_case_3 .l_cont .tis_cont {
    margin-bottom: 1rem;
  }
  .index_case_3 .l_cont .tis_cont h2 {
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
  }
  .index_case_3 .l_cont .tis_cont p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .index_case_3 .l_cont .inf_dl {
    margin-bottom: 1rem;
  }
  .index_case_3 .l_cont .inf_dl .dl {
    padding: 1rem 0.4rem;
  }
  .index_case_3 .l_cont .inf_dl .dl .dt {
    font-size: 1.6rem;
  }
  .index_case_3 .l_cont .inf_dl .dl .dt em {
    font-size: 1.2rem;
  }
  .index_case_3 .l_cont .inf_dl .dl .dd {
    font-size: 1.3rem;
  }
  .index_case_3 .l_cont .bit_last .list {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1rem;
    padding: 0.6rem 0;
  }
  .index_case_3 .l_cont .bit_last .list:nth-child(2n) {
    margin-right: 0;
  }
  .index_case_3 .l_cont .bit_last .list .tis_i {
    height: 4rem;
  }
  .index_case_3 .l_cont .bit_last .list .txt {
    font-size: 1.3rem;
  }
  .index_case_3 .r_img {
    width: 100%;
  }
  .index_case_3 .r_img img {
    height: 20rem;
  }
  .index_case_3 .r_img .more_btn {
    bottom: 2rem;
    width: 10rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .index_case_4 {
    padding: 2rem 0;
  }
  .index_case_4 .warpin {
    flex-wrap: wrap;
  }
  .index_case_4 .l_cont {
    width: 100%;
    height: auto;
    padding: 2rem 0;
  }
  .index_case_4 .l_cont h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .index_case_4 .l_cont p {
    font-size: 1.4rem;
  }
  .index_case_4 .l_cont .more_btn {
    display: none;
  }
  .index_case_4 .r_cont {
    width: 100%;
    flex-wrap: wrap;
  }
  .index_case_4 .r_cont .list {
    width: 50%;
    margin: 0 ;
    padding: 1rem;
  }
  .index_case_5 {
    padding: 1rem 0;
  }
  .index_case_5 .title_head {
    padding: 1rem 0 2rem;
    font-size: 2rem;
  }
  .index_case_5 .index_case5_last {
    padding: 1rem;
  }
  .index_case_5 .index_case5_last .list {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .index_case_5 .index_case5_last .list:nth-child(2n) {
    margin-right: 0;
  }
  .index_case_5 .index_case5_last .list .txt {
    font-size: 1.2rem;
  }
  .index_case_6 {
    padding: 2rem 0;
  }
  .index_case_6 .title_head {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .index_case_6 .link_last .li {
    width: 32%;
    margin-right: 2% !important;
    margin-bottom: 0.5rem;
    height: 5rem;
  }
  .index_case_6 .link_last .li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .index_case_6 .link_last .li img {
    width: 100%;
    height: auto;
  }
  .index_case_7 {
    padding: 2rem 0;
  }
  .index_case_7 .title_head {
    margin-bottom: 1rem;
  }
  .index_case_7 .title_head h2 {
    font-size: 1.8rem;
  }
  .index_case_7 .title_head p {
    font-size: 1.3rem;
  }
  .index_case_7 .news_last .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem 0;
  }
  .index_case_7 .news_last .list .l_time {
    width: 6rem;
  }
  .index_case_7 .news_last .list .l_time h2 {
    font-size: 1.2rem;
  }
  .index_case_7 .news_last .list .l_time p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .index_case_7 .news_last .list .r_txt {
    width: calc(100% - 6rem);
    padding: 0 1rem;
  }
  .index_case_7 .news_last .list .r_txt h2 {
    font-size: 1.5rem;
  }
  .index_case_7 .news_last .list .r_txt p {
    font-size: 1.2rem;
  }
  .pulic_footer_cont {
    padding: 2rem 0;
  }
  .pulic_footer_cont .tis_cont {
    flex-wrap: wrap;
  }
  .pulic_footer_cont .tis_cont .l_about {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pulic_footer_cont .tis_cont .l_about .logo {
    margin-bottom: 2rem;
  }
  .pulic_footer_cont .tis_cont .l_about .logo img {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .pulic_footer_cont .tis_cont .l_about .dl {
    margin-bottom: 0.4rem;
  }
  .pulic_footer_cont .tis_cont .l_about .dl .dt {
    font-size: 1.3rem;
  }
  .pulic_footer_cont .tis_cont .l_about .dl .dd {
    font-size: 1.3rem;
  }
  .pulic_footer_cont .tis_cont .r_cont {
    flex-wrap: wrap;
  }
  .pulic_footer_cont .tis_cont .r_cont .nav_dl {
    width: 50%;
    margin-right: 0;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .pulic_footer_cont .tis_cont .r_cont .nav_dl .dt {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }
  .pulic_footer_cont .tis_cont .r_cont .nav_dl .li {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 0.5rem 0;
  }
  .pulic_footer_cont .tis_cont .r_cont .nav_dl p {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 0.5rem 0;
  }
  .pulic_footer_cont .tis_cont .r_cont .code_cont {
    width: 100%;
  }
  .pulic_footer_cont .tis_cont .r_cont .code_cont .tis_i {
    width: 100%;
  }
  .pulic_footer_cont .tis_cont .r_cont .code_cont .tis_i img {
    width: 12rem;
  }
  .pulic_footer_cont .tis_cont .r_cont .code_cont p {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .pulic_footer_cont .bit_cont {
    margin-top: 2rem;
  }
  .pulic_footer_cont .bit_cont .link_cont {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .pulic_footer_cont .bit_cont .copy {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .pulic_home_tips {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .pulic_home_tips img {
    width: 1rem;
    margin-right: 5px;
  }
  .pulic_home_tips a {
    font-size: 1.2rem;
  }
  .pulic_home_tips .nav_dl .li {
    width: 8rem;
    height: 2.5rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
  }
  .pulic_cont_baner .title_head h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .pulic_cont_baner .title_head p {
    font-size: 1.2rem;
  }
  .pulic_main_content .main_cont {
    flex-wrap: wrap;
  }
  .pulic_main_content .l_main_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pulic_main_content .l_main_cont .por_main_nav {
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  .pulic_main_content .l_main_cont .por_main_nav .title_head {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
  .pulic_main_content .l_main_cont .por_main_nav .nav_dl {
    width: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
  }
  .pulic_main_content .l_main_cont .por_main_nav .nav_dl .dt {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .pulic_main_content .l_main_cont .por_main_nav .nav_dl .dt .arr {
    display: none;
  }
  .pulic_main_content .l_main_cont .por_main_nav .nav_dl .dd {
    display: none !important;
  }
  .pulic_main_content .r_main_cont {
    width: 100%;
  }
  .pro_last_cont .list {
    flex-wrap: wrap;
    padding: 1rem;
  }
  .pro_last_cont .list .pro_i {
    width: 100%;
    height: 10rem;
  }
  .pro_last_cont .list .det {
    width: 100%;
    padding: 1rem 0;
  }
  .pro_last_cont .list .det h2 {
    font-size: 1.5rem;
  }
  .pro_last_cont .list .det p {
    font-size: 1.2rem;
  }
  .product_detail_content {
    padding: 1rem 0;
  }
  .product_detail_content .detail_bg {
    padding: 2rem 1rem;
  }
  .product_detail_content .product_deta_header {
    flex-wrap: wrap;
  }
  .product_detail_content .product_deta_header .product_det_img {
    width: 100%;
  }
  .product_detail_content .product_deta_header .pro_tis_baner {
    height: 24rem;
    margin-bottom: 1rem;
  }
  .product_detail_content .product_deta_header .pro_tis_baner img {
    height: 100%;
    width: auto;
  }
  .product_detail_content .product_deta_header .bit_img_cont .product_img_prev {
    width: 1.4rem;
    height: 1.4rem;
  }
  .product_detail_content .product_deta_header .bit_img_cont .pro_bit_baner {
    width: calc(100% - 3.5rem);
    height: 5rem;
  }
  .product_detail_content .product_deta_header .bit_img_cont .product_img_next {
    width: 1.4rem;
    height: 1.4rem;
  }
  .product_detail_content .product_deta_header .det_inf_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .product_detail_content .product_deta_header .det_inf_cont .tle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .product_detail_content .product_deta_header .det_inf_cont p {
    font-size: 1.4rem;
  }
  .product_detail_content .product_deta_header .det_inf_cont p span {
    font-size: 1.2rem;
  }
  .product_detail_content .product_deta_header .det_inf_cont .tel_btn {
    width: 10rem;
    height: 3rem;
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .product_detail_content .product_deta_content {
    padding: 1rem 0;
  }
  .product_detail_content .product_deta_content .title_head {
    margin-bottom: 1rem;
  }
  .product_detail_content .product_deta_content .title_head span {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .product_detail_content .product_deta_content .hotline_det {
    padding: 1rem;
  }
  .product_detail_content .product_deta_content .hotline_det h2 {
    font-size: 1.4rem;
  }
  .product_detail_content .product_deta_content .hotline_det p {
    font-size: 1.2rem;
  }
  .product_detail_content .product_deta_content .deta_cont img {
    margin: 1rem auto;
  }
  .detail_page_cont {
    margin: 2rem auto;
  }
  .detail_page_cont .li {
    padding: 1rem;
  }
  .detail_page_cont .li span {
    margin: 0 0.9rem;
  }
  .pulic_message_content {
    padding: 2rem 0;
  }
  .pulic_message_content .title_head {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .pulic_message_content .dl_last {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .pulic_message_content .dl_last .dl {
    width: 100%;
  }
  .pulic_message_content .dl .dt {
    font-size: 1.3rem;
  }
  .pulic_message_content .dl .dd input {
    height: 4rem;
    font-size: 1.3rem;
  }
  .pulic_message_content .dl .dd textarea {
    height: 12rem;
    font-size: 1.3rem;
  }
  .pulic_message_content .sub_btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.4rem;
    margin: 1rem auto;
  }
  .news_content {
    padding: 2rem 0;
  }
  .news_content .warpin {
    flex-wrap: wrap;
  }
  .news_content .l_navi {
    width: 100%;
    border: none;
    margin-bottom: 1rem;
  }
  .news_content .l_navi .title {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .news_content .l_navi .nav_cont {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
  }
  .news_content .l_navi .nav_cont .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .news_content .l_navi .nav_cont .li:nth-child(3n) {
    margin-right: 0;
  }
  .news_content .r_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .news_content .r_cont .new_list {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .news_content .r_cont .new_list .time {
    width: 10rem;
  }
  .news_content .r_cont .new_list .time .tle {
    font-size: 1.8rem;
  }
  .news_content .r_cont .new_list .time .txt {
    font-size: 1.3rem;
  }
  .news_content .r_cont .new_list .det_cont {
    width: calc(100% - 10rem);
    padding-left: 1rem;
    padding-right: 0;
  }
  .news_content .r_cont .new_list .det_cont h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .news_content .r_cont .new_list .det_cont p {
    font-size: 1.3rem;
  }
  .news_content .r_cont .new_list .det_cont .more {
    display: none;
  }
  .news_detail_cont {
    padding: 1rem 0 2rem;
  }
  .news_detail_cont .l_cont {
    width: 100%;
  }
  .news_detail_cont .l_cont .detail_cont {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }
  .news_detail_cont .l_cont .detail_cont .title_head h2 {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
  .news_detail_cont .l_cont .detail_cont .title_head p {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
  .news_detail_cont .l_cont .detail_cont .tips {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .news_detail_cont .l_cont .detail_cont .deta_txt {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .news_detail_cont .l_cont .bit_page .btn {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .news_detail_cont .r_cont {
    display: none;
  }
  .honer_content {
    padding: 2rem 0 6rem;
  }
  .honer_content .honer_last .list {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .honer_content .honer_last .list .tis_i {
    height: 24rem;
    margin-bottom: 1rem;
  }
  .honer_content .honer_last .list .txt {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .about_case_1 {
    padding: 2rem 0;
  }
  .about_case_1 .warpin {
    flex-wrap: wrap;
  }
  .about_case_1 .l_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .about_case_1 .l_cont h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .about_case_1 .l_cont p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .about_case_1 .r_img {
    width: 100%;
    padding: 1rem 0;
  }
  .about_case_2 {
    padding: 2rem 0;
  }
  .about_case_2 .tis_last {
    margin-bottom: 2rem;
  }
  .about_case_2 .tis_last .list {
    width: calc(100% / 3);
    padding: 0;
    height: 6rem;
  }
  .about_case_2 .tis_last .list h2 {
    font-size: 1.6rem;
  }
  .about_case_2 .tis_last .list h2 em {
    font-size: 1.3rem;
  }
  .about_case_2 .tis_last .list p {
    font-size: 1.2rem;
  }
  .about_case_2 .bit_txt {
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .about_case_3 {
    padding: 2rem 0;
  }
  .about_case_3 .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_3 .last_cont {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .about_case_3 .last_cont .list {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
  }
  .about_case_3 .last_cont .list .tis_i {
    height: 5rem;
  }
  .about_case_3 .last_cont .list .tle {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .about_case_3 .last_cont .list .txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .about_case_3 .last_cont .img_list {
    display: none;
  }
  .hire_contain {
    padding: 2rem 0;
  }
  .hire_contain .title_head {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .hire_contain .hire_last .list {
    margin-bottom: 1rem;
    border-radius: 5px;
  }
  .hire_contain .hire_last .list .head {
    padding: 1.4rem 1rem;
    font-size: 1.4rem;
  }
  .hire_contain .hire_last .list .head .arr {
    width: 2rem;
    height: 2rem;
    top: 1.5rem;
    right: 1rem;
  }
  .hire_contain .hire_last .list .head .arr img {
    width: 1.3rem;
  }
  .hire_contain .hire_last .list .det_cont {
    padding: 1rem;
  }
  .hire_contain .hire_last .list .det_cont h2 {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
  .hire_contain .hire_last .list .det_cont p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .contact_case_1 {
    padding: 2rem 0;
  }
  .contact_case_1 .tis_content {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .contact_case_1 .tis_content .l_cont {
    width: 100%;
  }
  .contact_case_1 .tis_content .l_cont .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .contact_case_1 .tis_content .l_cont .list_dl {
    margin-bottom: 1rem;
  }
  .contact_case_1 .tis_content .l_cont .list_dl .dt {
    width: 2.6rem;
    height: 2.6rem;
  }
  .contact_case_1 .tis_content .l_cont .list_dl .dd {
    width: calc(100% - 2.6rem);
    padding: 1rem;
  }
  .contact_case_1 .tis_content .l_cont .list_dl .dd h2 {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
  .contact_case_1 .tis_content .l_cont .list_dl .dd p {
    font-size: 1.3rem;
  }
  .contact_case_1 .tis_content .r_cont {
    width: 100%;
    height: auto;
    padding: 3rem 0;
  }
  .contact_case_1 .tis_content .r_cont .code {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 1rem;
  }
  .contact_case_1 .tis_content .r_cont .txt h2 {
    font-size: 1.5rem;
  }
  .contact_case_1 .tis_content .r_cont .txt p {
    font-size: 1.2rem;
  }
  .contact_case_2 {
    padding: 2rem 0;
  }
  .contact_case_2 .title_head {
    margin-bottom: 2rem;
  }
  .contact_case_2 .title_head h2 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .contact_case_2 .int_last .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .contact_case_2 .int_last .li input {
    height: 4rem;
    font-size: 1.3rem;
  }
  .contact_case_2 .int_last .li textarea {
    height: 12rem;
    padding: 0.5rem;
    font-size: 1.3rem;
  }
  .contact_case_2 .sub_btn {
    width: 13rem;
    height: 4rem;
    font-size: 1.5rem;
    margin: 1rem auto 0;
  }
}
/*# sourceMappingURL=app.css.map */