html{overflow-x:hidden}
@media screen and (max-width: 1600px) {
  #app_nav_left {
    width: 177px;
    position: fixed;
    left: -177px;
    top: 0;
    height: 620px;
  }
  #app_nav_left #left_nav_switch {
    width: 19px;
    height: 100px;
    background: url(../images/zhedie.png) no-repeat center;
    position: absolute;
    left: 177px;
    top: 250px;
    cursor: pointer;
  }
  #app_nav_left #left_nav_switch.left_nav_switch_zhedie {
    background: url(../images/zhankai.png) no-repeat center;
  }
  #app_nav_left:hover {
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  #app_nav_left {
    width: 177px;
    position: fixed;
    left: 0;
    top: 0;
    height: 620px;
  }
  #app_nav_left #left_nav_switch {
    width: 19px;
    height: 100px;
    background: url(../images/zhedie.png) no-repeat center;
    position: absolute;
    left: 177px;
    top: 250px;
    cursor: pointer;
  }
  #app_nav_left #left_nav_switch.left_nav_switch_zhedie {
    left: 0px !important;
    background: url(../images/zhedie.png) no-repeat center;
  }
}
.nav_left_ {
  width: 177px;
  position: absolute;
  left: 0;
  top: 0;
}
.nav_left_.zhedie {
  width: 0px;
  overflow: hidden;
}
.nav_left_ .top_src {
  width: 100%;
  height: 208px;
  background: url(../images/nav_left1.png) no-repeat top center;
}
.nav_left_ .bottm_src {
  width: 100%;
  height: 236px;
  background: url(../images/nav_left2.png) no-repeat top center;
}
.nav_left_ .nav_left_ul {
  width: 100%;
  height: 412px;
  background: rgba(18, 41, 76, 0.95);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.nav_left_ .nav_left_ul li:nth-of-type(2):hover,
.nav_left_ .nav_left_ul li:nth-of-type(3):hover {
  background: #12294c;
  width: 110px;
}
.nav_left_ .nav_left_ul li .nav_fenlei {
  width: 100%;
  color: #fff;
  text-indent: 36px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  background: rgba(20, 67, 147, 0.4);
}
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei {
  cursor: pointer;
  line-height: 34px;
  position: relative;
}
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei.active {
  background: #fff;
  color: #00255e;
}
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei.active::after {
  background: url(../images/jiantou2.png);
}
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei::after {
  position: absolute;
  right: 20px;
  top: 11px;
  content: '';
  width: 7px;
  height: 11px;
  background: url(../images/jiantou.png);
}
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei:nth-of-type(1)::before,
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei:nth-of-type(3)::before,
.nav_left_ .nav_left_ul li .nav_fenlei .fenlei:nth-of-type(4)::before {
  position: absolute;
  left: 15px;
  top: 11px;
  content: '';
  width: 20px;
  height: 10px;
  background: url(../images/hot.png);
}
.nav_left_ .nav_left_ul li .nav_fenlei div:nth-of-type(12) input:nth-of-type(1) {
  width: 60%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #898989;
}
.nav_left_ .nav_left_ul li .nav_fenlei div:nth-of-type(12) input:nth-of-type(2) {
  width: 40%;
  height: 40px;
  line-height: 40px;
  background: #ff6d0c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.nav_left_ .fenlei_con_box {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  position: absolute;
  left: 177px;
}
.nav_left_ .fenlei_con_box .fenlei_con {
  margin-top: 150px;
  padding-left: 30px;
  min-width: 260px;
}
.nav_left_ .fenlei_con_box .fenlei_con span {
  font-size: 24px;
  color: #000;
  line-height: 2;
}
.nav_left_ .fenlei_con_box .fenlei_con .hezuogangchang a {
  padding: 2px 16px;
  margin: 10px 0;
}
.nav_left_ .fenlei_con_box .fenlei_con .hezuogangchang a:hover {
  border: 1px solid #eaeaea;
  box-shadow: 0 0 5px rgba(0, 86, 255, 0.25);
}
.nav_left_ .fenlei_con_box .fenlei_con p {
  justify-content: flex-start;
  margin: 10px 0;
}
.nav_left_ .fenlei_con_box .fenlei_con p em {
  font-size: 12px;
  color: #5b5b5a;
  line-height: 1.75;
  padding: 0 5px;
  margin-right: 10px;
}
.nav_left_ .fenlei_con_box .fenlei_con p em:nth-of-type(1) {
  border: 1px solid #fcb586;
}
.nav_left_ .fenlei_con_box .fenlei_con p em:nth-of-type(2) {
  border: 1px solid #9dc3fd;
}
.nav_left_ .fenlei_con_box .fenlei_con p em:nth-of-type(3) {
  border: 1px solid #f8e19a;
}
.nav_left_ .fenlei_con_box .fenlei_con ul {
  display: flex;
  height: 380px;
  flex-direction: row;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
}
.nav_left_ .fenlei_con_box .fenlei_con ul li {
  padding-right: 60px;
  line-height: 34px;
  writing-mode: horizontal-tb;
}
.nav_left_ .fenlei_con_box .fenlei_con ul li a {
  font-size: 14px;
  color: #494949;
  font-weight: bold;
}
.nav_left_ .fenlei_con_box .fenlei_con ul li a:hover {
  color: #00255e;
}
.nav_right_new {
  width: 142px;
  height: 415px;
  background: url(../images/nav_right.png) no-repeat top left;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 20;
}
.nav_right_new.zhedie {
  right: -142px;
}
.nav_right_new #right_nav_switch {
  position: absolute;
  right: 142px;
  top: 76px;
  content: '';
  width: 17px;
  height: 76px;
  z-index: 20;
  background: url(../images/zhankai.png);
  cursor: pointer;
}
.nav_right_new a {
  position: absolute;
  width: 100%;
  height: 100%;
}
#app_kpt_zt .kpt_banner {
  height: 988px;
  overflow: hidden;
  background: url(../images/kpt_banner.jpg) no-repeat center top;
  background-size: cover;
}
#app_kpt_zt .kpt_con1 {
  height: 788px;
  position: relative;
}
#app_kpt_zt .kpt_con1 div {
  position: absolute;
  height: 788px;
  background: url(../images/kpt_con1.png) no-repeat center top;
}
#app_kpt_zt .kpt_con2 {
  background: #efefef;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left {
  width: 715px !important;
  height: 680px !important;
  padding-bottom: 220px;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li {
  width: 180px !important;
  height: 300px;
  background: #fff;
  padding: 20px;
  margin: 15px 9px;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.75;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li span {
  font-size: 18px;
  color: #111;
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li span em {
  font-size: 14px;
  color: #999;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li b {
  width: 100%;
  font-size: 26px;
  color: #ef3c31;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li p {
  font-size: 14px;
  color: #666;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li ol {
  font-size: 14px;
  color: #999;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li a {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 30px;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li a::before {
  content: '';
  width: 26px;
  height: 22px;
  background: url(../images/kpt_con2_a.png);
  position: absolute;
  left: 0;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li:hover {
  box-shadow: 0 0 10px #ef3c31;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li:hover a {
  color: #ef3c31;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left li:hover a::before {
  background: url(../images/kpt_con2_a1.png);
}
#app_kpt_zt .kpt_con2 .kpt_con2_left .swiper-pagination {
  bottom: 150px;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left .swiper-pagination .swiper-pagination-bullet {
  background: none;
  font-size: 16px;
  margin: 0 10px;
  opacity: 1;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left .swiper-pagination .swiper-pagination-bullet-active {
  color: #ef3c31;
}
#app_kpt_zt .kpt_con2 .kpt_con2_left .zubut {
  position: absolute;
  bottom: 60px;
}
#app_kpt_zt .kpt_con2 .kpt_con2_right {
  width: 350px;
}
#app_kpt_zt .kpt_con2 .kpt_con2_right li {
  cursor: pointer;
  width: 160px;
  height: 150px;
  background: #fff;
  color: #666;
}
#app_kpt_zt .kpt_con2 .kpt_con2_right li span {
  font-size: 18px;
  color: #1d2330;
}
#app_kpt_zt .kpt_con2 .kpt_con2_right .active {
  background: #ef3c31;
  color: #fff;
  box-shadow: 0 0 10px rgba(154, 15, 7, 0.4);
}
#app_kpt_zt .kpt_con2 .kpt_con2_right .active span {
  color: #fff;
}
#app_kpt_zt .kpt_con3 .sw1 {
  margin-left: 10px;
  height: 400px;
}
#app_kpt_zt .kpt_con3 .sw1 .swiper-slide {
  width: 976px !important;
  height: 230px !important;
  margin-left: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 0 18px rgba(13, 22, 55, 0.14);
}
#app_kpt_zt .kpt_con3 .sw1 .sp1 {
  width: 70px;
  font-size: 16px;
  color: #000;
}
#app_kpt_zt .kpt_con3 .sw1 .sp1 .swiper-pagination-bullet {
  width: 100%;
  height: 30px;
  border-radius: 0;
  background: none;
  position: relative;
}
#app_kpt_zt .kpt_con3 .sw1 .sp1 .swiper-pagination-bullet-active {
  font-size: 20px;
  color: #ef3c31;
}
#app_kpt_zt .kpt_con3 .sw1 .sp1 .swiper-pagination-bullet-active:before {
  position: absolute;
  left: -10px;
  content: '◀';
}
#app_kpt_zt .kpt_con4 {
  height: 600px;
  background: #081635;
}
.w1016 {
  width: 1016px;
  margin: 0 auto;
}
#app_telus_zt .telus_banner {
  height: 568px;
  overflow: hidden;
  background: url(../images/telus_banner.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#app_telus_zt .telus_con1 {
  height:670px;
  overflow: hidden;
  background:#f0f0f0

}
#app_telus_zt .telus_con1 .telus_con1_biaodan {
  width: 1070px;
  height: 543px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(13, 22, 55, 0.2);
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .form_title {
  position: relative;
  font-size: 20px;
  color: #111;
  line-height: 60px;
  text-indent: 10px;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .form_title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 18px;
  left: 0;
  top: 22px;
  background-color: #ff6c0f;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form label {
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  position: relative;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form input {
  background: none;
  position: relative;
  width: 70%;
  font-size: 14px;
  color: #555;
  line-height: 40px;
  text-indent: 15px;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form label:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #aeaeae;
  margin-left: 15px;
  top: -8px;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(1) {
  height: 40px;
  background: #ebebeb;
  line-height: 40px;
  margin: 10px 0;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(2) ol {
  width: 488px;
  height: 40px;
  background: #ebebeb;
  line-height: 40px;
  margin: 10px 0;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(3) {
  height: 130px;
  background: #ebebeb;
  line-height: 40px;
  margin: 10px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(3) label:after {
  display: none;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(3) textarea {
  width: 98%;
  height: 90px;
  background: none;
  margin: 0 auto;
  resize: none;
  outline: none;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(4) {
  justify-content: flex-end;
  padding: 15px 0;
  border-bottom: 1px solid #c1c1c1;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(4) button {
  cursor: pointer;
  width: 110px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  background: #ff6c0f;
  font-size: 14px;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(5) {
  padding: 10px 0;
}
#app_telus_zt .telus_con1 .telus_con1_biaodan .gongsi_form div:nth-of-type(5) p {
  color: #a5a5a5;
}
#app_telus_zt .telus_con1 ul {
  width: 1070px;
  margin: 90px auto 0 auto;
}
#app_telus_zt .telus_con1 ul li {
  width: 200px;
  height: 190px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}
#app_telus_zt .telus_con1 ul li:hover {
  box-shadow: 0 0 18px rgba(255, 108, 15, 0.8);
}
#app_telus_zt .telus_con1 ul li:nth-of-type(2) span {
  margin-top: 8px;
}
#app_telus_zt .telus_con1 ul li:nth-of-type(4) {
  width: 300px;
}
#app_telus_zt .telus_con1 ul li span {
  font-size: 16px;
  color: #111;
  margin-top: 20px;
}
#app_telus_zt .telus_con2 .f0f0f0 {
  background: #f0f0f0;
}
#app_telus_zt .telus_con2 .telus_jingli {
  width: 564px;
  height: 245px;
  box-shadow: 0 2px 8px rgba(226, 226, 226, 0.95);
  margin: 8px;
  border-radius: 10px;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao {
  width: 350px;
  align-items: baseline;
  color: #010101;
  padding-left: 15px;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao span {
  font-size: 24px;
  position: relative;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao span:after {
  position: absolute;
  content: '';
  width: 64px;
  height: 1px;
  bottom: 0;
  left: 0;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao span em {
  font-size: 25px;
  color: #d5d5d5;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao p {
  font-size: 18px;
  line-height: 1.75;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao p:nth-of-type(1) {
  margin-top: 10px;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao p:nth-of-type(2) {
  font-size: 12px;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao p:nth-of-type(3),
#app_telus_zt .telus_con2 .telus_jingli .jieshao p:nth-of-type(4) {
  color: #1e367c;
  position: relative;
  font-weight: bold;
  padding-left: 30px;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao p:nth-of-type(3)::after {
  position: absolute;
  content: url(../images/tel.png);
  width: 22px;
  height: 22px;
  top: 4px;
  left: 0;
}
#app_telus_zt .telus_con2 .telus_jingli .jieshao p:nth-of-type(4)::after {
  position: absolute;

  width: 22px;
  height: 22px;
  top: 4px;
  left: 0;
}
.about_new .about_new_banner {
  height: 645px;
  overflow: hidden;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: cover;
}
.about_new .gaikuang {
  height: 580px;
  position: relative;
  z-index: 2;
  margin-top: -155px;
  background: url(../images/gaikuang.png) no-repeat center top;
  overflow: hidden;
  background-size: cover;
}
.about_new .gaikuang .w510 {
  width: 510px;
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
.about_new .gaikuang .w510 span {
  font-size: 20px;
  color: #185bc1;
  margin: 10px 0;
}
.about_new .gaikuang .w510 em {
  text-indent: 2em;
  margin-top: 10px;
}
.about_new .gaikuang .w510 a {
  height: 33px;
  width: 105px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  margin-left: 360px;
  background: #438edb;
}
.about_new .about_new_con2 {
  background: url(../images/con2_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 390px;
}
.about_new .about_new_con2 ul {
  margin-top: 62px;
}
.about_new .about_new_con2 ul li {
  width: 222px;
  margin: 34px 10px;
  justify-content: flex-start;
}
.about_new .about_new_con2 ul li div:nth-of-type(1) {
  width: 73px;
  height: 73px;
  border: 1px #185bc1 dashed;
  border-radius: 36.5px;
  box-shadow: 7px 7px 0 #022463;
}
.about_new .about_new_con2 ul li div:nth-of-type(2) {
  color: #666;
  align-items: flex-start;
  margin-left: 13px;
}
.about_new .about_new_con2 ul li div:nth-of-type(2) span {
  font-size: 40px;
}
.about_new .about_new_con2 ul li div:nth-of-type(2) em {
  font-size: 14px;
}
.about_new .about_new_product {
  height: 466px;
  background: url(../images/cp.png) no-repeat top center;
  background-size: cover;
}
.about_new .about_new_product .con_title {
  color: #fff;
}
.about_new .about_new_product .con_title::after {
  background: #fff;
}
.about_new .about_new_product div b {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  align-self: flex-start;
  text-indent: 2em;
}
.about_new .about_new_product div .cp_fenlei a {
  width: 207px;
  height: 87px;
  margin: 20px 10px;
  background: url(../images/cp_bg.png);
  background-size: contain;
  line-height: 1;
  color: #1956b9;
}
.about_new .about_new_product div .cp_fenlei a:hover {
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0 6px 13px #022862;
}
.about_new .about_new_product div .cp_fenlei a span {
  margin-bottom: 6px;
  font-size: 24px;
}
.about_new .about_new_product div .cp_fenlei a em {
  font-size: 20px;
}
.about_new .about_new_product div .cpzx_but {
  color: #fff;
  font-size: 16px;
  width: 142px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  background: #4f7dc7;
  text-align: center;
  align-self: flex-end;
}
.about_new .about_new_product div .cpzx_but:hover {
  background: #688fcf;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.about_new .about_new_con3 {
  padding-bottom: 30px;
}
.about_new .about_new_con3 .about_new_swiper {
  width: 550px;
  height: 363px;
  border-radius: 20px 0 0 0;
  background: #fe7a23;
  margin: 0;
}
.about_new .about_new_con3 .about_new_swiper .swiper-slide {
  margin: 5px auto;
  text-align: center;
}
.about_new .about_new_con3 .about_new_swiper .swiper-slide img {
  width: 496px;
  height: 353px;
}
.about_new .about_new_con3 .about_new_swiper .swiper-button-prev {
  width: 24px;
  height: 37px;
  left: 0;
  opacity: 1;
  background: url(../images/zuo.png) no-repeat left top;
}
.about_new .about_new_con3 .about_new_swiper .swiper-button-next {
  width: 24px;
  height: 37px;
  right: 0;
  opacity: 1;
  background: url(../images/you.png) no-repeat left top;
}
.about_new .about_new_con3 .swiper-pagination {
  width: 550px;
}
.about_new .about_new_con3 .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  border: 1px #fe7a23 solid;
  border-radius: 0;
  background: none;
  margin: 20px 5px;
}
.about_new .about_new_con3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fe7a23;
}
.about_new .about_new_con3 .cp_pinzhi {
  width: 759px;
  height: 350px;
  box-shadow: 8px 8px 11px rgba(0, 0, 0, 0.18);
  border-radius: 0 0 20px 0;
  position: relative;
  margin: -310px 0 0 381px;
}
.about_new .about_new_con3 .cp_pinzhi div {
  font-size: 14px;
  color: #666;
  line-height: 2;
  width: 556px;
  margin-left: 170px;
  padding: 0 10px;
}
.about_new .about_new_con3 .cp_pinzhi div span {
  text-indent: 2em;
  margin-top: 20px;
}
.about_new .about_new_con4 .tuandui {
  font-size: 28px;
  color: #185bc1;
}
.about_new .about_new_con4 li {
  position: relative;
  width: 333px;
  height: 430px;
  background: #f2f2f2;
  color: #666;
  justify-content: flex-start;
  line-height: 1.65;
}
.about_new .about_new_con4 li span {
  font-size: 16px;
  font-weight: bold;
}
.about_new .about_new_con4 li em {
  font-size: 14px;
}
.about_new .about_new_con4 li .jieshao {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(24, 91, 193, 0.77);
  color: #fff;
}
.about_new .about_new_con4 li .jieshao em {
  padding: 30px;
  line-height: 2;
}
.about_new .about_new_con4 li .jieshao a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #185bc1;
  font-size: 25px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.about_new .about_new_con4 li:hover .jieshao {
  cursor: pointer;
  opacity: 1;
}
.about_new .qywh {
  background: url(../images/qiyewenhua.png) no-repeat center top;
  height: 430px;
  background-size: cover;
}
.about_new .strategy {
  background: url(../images/strategy_bg.jpg) no-repeat center top;
  height: 616px;
  background-size: cover;
  font-size: 14px;
  line-height: 2;
}
.about_new .strategy p {
  color: #666;
  text-indent: 2em;
  line-height: 26.5px;
}
.about_new .strategy li {
  width: 460px;
  height: 415px;
  position: relative;
}
.about_new .strategy li .strategy_jieshao1 {
  background: #1857b9;
  height: 184px;
  color: #fff;
}
.about_new .strategy li .strategy_jieshao1 span {
  font-size: 18px;
}
.about_new .strategy li .strategy_jieshao1 em {
  padding: 0 40px;
}
.about_new .strategy li .strategy_jieshao1 a {
  color: #1857b9;
  width: 97px;
  height: 28px;
  background: #fff;
  border-radius: 14px;
  text-align: center;
  margin-left: 240px;
}
.about_new .strategy li .strategy_jieshao2 {
  height: 235px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}
.about_new .strategy li .strategy_jieshao2 em {
  text-indent: 2em;
  padding: 20px 15px 0;
}
.about_new .strategy li:hover .strategy_jieshao2 {
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}
.about_new .about_new_con5 {
  position: relative;
}
.about_new .about_new_con5 .jianli {
  font-size: 14px;
  border-radius: 10px 0 0 20px;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  width: 1042px;
  height: 172px;
}
.about_new .about_new_con5 .jianli .jianli_head {
  background: #fe7a23;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  height: 40px;
}
.about_new .about_new_con5 .jianli .jianli_head em {
  width: 208px;
  text-align: center;
}
.about_new .about_new_con5 .jianli .jianli_con {
  width: 1040px;
  height: 132px;
  overflow: auto;
}
.about_new .about_new_con5 .jianli .jianli_con li em {
  width: 202px;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  line-height: 65px;
  text-align: center;
}
.about_new .about_new_con5 a {
  position: absolute;
  bottom: 20px;
  right: 60px;
  color: #fff;
  line-height: 2.5;
  background: #4a93f5;
  padding: 0 8px;
}
.about_new .about_new_con5 a:hover {
  box-shadow: 0 0 4px rgba(24, 91, 193, 0.85);
}
.about_new .about_new_con5 b {
  position: absolute;
  bottom: 0;
  right: 58px;
  font-size: 12px;
}
.news_list .news_list_nav {
  height: 88px;
  border-bottom: 2px solid #e8e8e8;
}
.news_list .news_list_nav div {
  justify-content: flex-start;
}
.news_list .news_list_nav div a {
  padding-top: 30px;
  line-height: 57px;
  font-size: 22px;
  color: #000;
  margin: 0 32px 0 5px;
}
.news_list .news_list_nav div a.active {
  color: #185bc1;
  border-bottom: 4px solid #185bc1;
}
.news_list .news_item {
  height: 230px;
  align-items: center;
  margin: 30px 10px;
}
.news_list .news_item img {
  width: 320px;
  height: 193px;
}
.news_list .news_item div {
  width: 590px;
  align-items: flex-start;
  line-height: 2.5;
}
.news_list .news_item div span {
  font-size: 18px;
  color: #000;
}
.news_list .news_item div p {
  font-size: 14px;
  color: #666;
}
.news_list .news_item a em {
  font-size: 12px;
  color: #000;
  position: relative;
  top: -50px;
}
.news_list .news_item a em:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/rili.png) no-repeat;
  top: 0;
  left: -20px;
}
.news_list .news_item a span {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #eee;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  color: #c4c4c4;
}
.news_list .news_item:hover {
  background: #f7f7f7;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}
.news_list .news_item:hover div span {
  color: #185bc1;
}
.news_list .news_item:hover a span {
  background: #185bc1;
  color: #fff;
}
.news_list .pagination {
  justify-content: flex-end;
}
.news_list .pagination li {
  width: 44px;
  height: 44px;
  margin: 0 3px;
  background: #f2f1f0;
  text-align: center;
  line-height: 44px;
}
.news_list .pagination li a {
  font-size: 20px;
  color: #0c2e62;
}
.news_list .pagination li.active {
  background: #185bc1;
}
.news_list .pagination li.active a {
  color: #fff;
}
.news_article {
  line-height: 2;
}
.news_article h1 {
  font-size: 48px;
  color: #000;
}
.news_article span {
  font-size: 21px;
  color: #666;
  width: 835px;
  line-height: 1.75;
  text-align: center;
}
.news_article div {
  text-indent: 2em;
  font-size: 18px;
  margin: 30px 5px 5px;
  color: #191818;
  box-shadow: 0 0 5px rgba(3, 46, 115, 0.15);
  padding: 50px 20px;
}
.tuijia_news {
  position: relative;
}
.tuijia_news .con_title {
  align-self: flex-start;
}
.tuijia_news form {
  align-self: flex-end;
}
.tuijia_news form input[type='text'] {
  height: 50px;
  width: 290px;
  line-height: 50px;
  border: 1px solid #dadada;
  border-right: none;
  text-indent: 2em;
}
.tuijia_news form input[type='submit'] {
  height: 50px;
  background: #185bc1;
  width: 70px;
  color: #fff;
  font-size: 20px;
}
.tuijia_news #tuijian {
  position: relative;
  width: 940px !important;
  margin-top: 50px;
}
.tuijia_news #tuijian .swiper-slide {
  width: 368px !important;
  height: 464px !important;
  background: #fff;
  justify-content: flex-start;
}
.tuijia_news #tuijian .swiper-slide img {
  display: block;
}
.tuijia_news #tuijian .swiper-slide p {
  text-align: center;
  color: #000;
  font-size: 19px;
  line-height: 3;
}
.tuijia_news #tuijian .swiper-slide a {
  width: 102px;
  height: 34px;
  line-height: 34px;
  font-size: 19px;
  color: #fff;
  background: #ff6d0c;
  text-align: center;
}
.tuijia_news #tuijian .swiper-slide.swiper-slide-active {
  height: 530px !important;
  background: #fff url(../images/slide_bottom.jpg) no-repeat bottom center;
}
.tuijia_news #tuijian .swiper-slide.swiper-slide-prev {
  border-bottom: 4px solid #fbe3c9;
}
.tuijia_news #tuijian .swiper-slide.swiper-slide-next {
  border-bottom: 4px solid #f4d8e0;
}
.tuijia_news .swiper-button-prev,
.tuijia_news .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #dadada;
  font-size: 12px;
  color: #fff;
}
.tuijia_news .swiper-button-prev::after,
.tuijia_news .swiper-button-next::after {
  font-size: 25px;
}
.tuijia_news .weixin {
  margin: -58px 96px 0 0;
  align-self: flex-end;
}
.zhyuan .zhyuan_banner {
  height: 700px;
  overflow: hidden;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: cover;
}
.zhyuan .bg2 {
  height: 577px;
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  top: -56px;
}
.zhyuan .bg2 .w1300 {
  height: 576px;
  background: rgba(8, 18, 34, 0.8);
}
.zhyuan .bg2 .w1300 .title span {
  font-size: 35px;
  color: #fff;
}
.zhyuan .bg2 .w1300 .title em {
  font-size: 16px;
  color: #fff;
}
.zhyuan .bg2 .w1300 .a_href {
  font-size: 14px;
  color: #d8f2ff;
  line-height: 2;
}
.zhyuan .bg2 .w1300 .a_href a {
  margin-left: 20px;
  font-size: 16px;
  color: #dc6111;
  align-self: center;
}
.zhyuan .bg2 .w1300 ul {
  justify-content: flex-start;
  height: 311px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.zhyuan .bg2 .w1300 ul li {
  color: #fff;
  font-size: 16px;
  height: 103px;
  width: 290px;
  border-bottom: 1px solid #fff;
}
.zhyuan .bg2 .w1300 ul li:nth-last-of-type(1),
.zhyuan .bg2 .w1300 ul li:nth-last-of-type(2) {
  border: none;
}
.zhyuan .bg2 .w1300 ul li:hover {
  background: #ff6d0d;
  cursor: pointer;
}
.zhyuan .hezuo .title {
  color: #0c1b32;
  margin-bottom: 30px;
}
.zhyuan .hezuo .title span {
  font-size: 35px;
}
.zhyuan .hezuo .title em {
  font-size: 16px;
}
.zhyuan .hezuo ul {
  background: url(../images/hezuo.png) no-repeat center top;
  height: 566px;
}
.zhyuan .hezuo ul li {
  width: 244px;
  height: 180px;
  padding: 0 15px;
  align-items: flex-start;
}
.zhyuan .hezuo ul li:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ff6d0d;
  box-shadow: 0 0 10px rgba(68, 8, 8, 0.75);
}
.zhyuan .hezuo ul li em {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
}
.zhyuan .yingyong {
  height: 619px;
  background: #ededed;
}
