@charset "UTF-8";

@font-face {
  font-family: 'D-DIN';
  src: url("../font/D-DIN.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

.main {
  width: 1320px;
  margin: 0 auto;
}

.wzdt2 a {
  display: inline-block;
}

/*网站地图1920 开始 */
.wzdt2 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wzdt_a {
  border: solid 2px #e5e5e5;
  margin-top: 22px;
}

.wzdt_a h6 {
  width: 1144px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 5px;
}

.wzdt_a h6 a {
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  line-height: 45px;
}

.wzdt_a p {
  margin: 0 25px;
}

.wzdt_a p a {
  color: #505050;
  line-height: 42px;
  margin-right: 15px;
}

.wzdt_a p a:hover {
  color: #0665d0;
}

/* 404 */
.fzfbox {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 100px 30px;
  margin-bottom: -30px;
}

.fzf1 {
  width: 1011px;
  margin: 20px auto;
}

.fzf1 img {
  width: 100%;
  margin: 0 auto;
}

.fzf2 {
  width: 100%;
  margin: 0 auto;
}

.fzf2 p {
  font-size: 36px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 {
  width: 100%;
  margin: 0 auto;
}

.fzf2-1 p {
  font-size: 26px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 p span {
  color: #333;
}

.fzf3 {
  width: 430px;
  margin: 20px auto;
  margin-top: 40px;
}

.fzf3z {
  float: left;
}

.fzf3z img {
  width: 100%;
  margin: 0 auto;
}

.fzf3y {
  float: right;
}

.fzf3y img {
  width: 100%;
  margin: 0 auto;
}

/* 404 over */
.prev {
  width: 48px;
  height: 48px;
  background: url(../esimg/icon/btn_left_sel.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0;
  transition: all .5s;
}

.prev:hover {
  background: url(../esimg/icon/btn_left_nor.png) no-repeat center;
  transition: all .5s;
}

.next {
  width: 48px;
  height: 48px;
  background: url(../esimg/icon/btn_right_sel.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0;
  transition: all .5s;
}

.next:hover {
  background: url(../esimg/icon/btn_right_nor.png) no-repeat center;
  transition: all .5s;
}

header {
  /* 中间 logo */
}

header .h_top_back {
  border-bottom: 1px solid rgba(1, 26, 40, 0.1);
}

header .h_top_back .h_top {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 30px;
  font-size: 12px;
  color: #8E8E8E;
}

header .h_top_back .h_top .h_map {
  display: flex;
  align-items: center;
}

header .h_top_back .h_top .h_map a {
  color: #8E8E8E;
}

header .h_top_back .h_top .h_map span {
  margin: 0 5px;
}

header .h_cen {
  height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .h_cen .h_tel {
  display: flex;
  align-items: center;
}

header .h_cen .h_tel p {
  text-align: right;
  margin-right: 10px;
}

header .h_cen .h_tel p span {
  color: #011A28;
  line-height: 21px;
  opacity: .6;
}

header .h_cen .h_tel p b {
  font-size: 30px;
  line-height: 45px;
  font-family: D-DIN;
}

header .h_bot {
  width: 100%;
  height: 60px;
  background-color: #2585E1;
}

header .h_bot .h_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  height: 100%;
}

header .h_bot .h_nav .p_one {
  position: relative;
  height: 100%;
}

header .h_bot .h_nav .p_one>a {
  width: 188px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  transition: all .5s;
}

header .h_bot .h_nav .p_one .p_two {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

header .h_bot .h_nav .p_one .p_two li a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  transition: all .5s;
}

header .h_bot .h_nav .p_one .p_two li:hover a {
  background-color: #2585E1;
}

header .h_bot .h_nav .p_one:hover>a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: all .5s;
}

header .h_bot .h_nav .one_active>a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: all .5s;
}

/* 手机导航 */
.t_nav {
  width: 100%;
  height: 70px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}

.t_nav>p {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.t_nav .t_logo img {
  width: 90%;
}

.t_nav .t_bt img {
  width: 26px;
}

.t_nav .t_hk {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: -100%;
  transition: all .5s;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.t_nav .t_hk .t_fr {
  width: 80%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  padding-top: 80px;
  position: relative;
}

.t_nav .t_hk .t_fr .t_gb {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}

.t_nav .t_hk .t_fr .on {
  line-height: 60px;
}

.t_nav .t_hk .t_fr .on a {
  font: 18px/60px '微软雅黑';
  padding-left: 8vw;
}

.t_nav .t_hk .t_fr .on ul {
  display: none;
}

.t_nav .t_hk .t_fr .t01_active>a {
  width: 100%;
  line-height: 60px;
  color: #344394;
  font-weight: bold;
  background-color: #eee;
}

.t_nav .t_hk .t_fr .t01_active ul {
  display: block;
  height: auto;
}

.t_nav .t_hk .t_fr .t01_active ul li {
  height: 60px;
}

.t_nav .t_hk .t_fr .t01_active ul li a {
  line-height: 60px;
  padding-left: 12vw;
}

.i_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.i_banner .n_banner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
  position: relative;
}

.i_banner .n_banner img {
  width: 100%;
}

.i_banner .swiper01 {
  position: relative;
}

.i_banner .swiper01 img {
  width: 100%;
  position: relative;
  /* left: 50%; */
  /* margin-left: -960px; */
  transition: all .5s;
}

.i_banner .swiper01 .pagination01 {
  width: auto;
  left: 220px;
  bottom: 70px;
}

.i_banner .swiper01 .pagination01 .swiper-pagination-bullet {
  transition: all .5s;
}

.i_banner .swiper01 .pagination01 .swiper-pagination-bullet-active {
  width: 30px;
  transition: all .5s;
}

.i_banner .i_hot {
  position: absolute;
  bottom: 24px;
  left: 220px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.i_banner .i_hot p {
  font-size: 16px;
  color: #FFFFFF;
  opacity: .8;
}

.i_banner .i_hot p span {
  color: #FF7B31;
  margin-right: 5px;
}

.i_banner .i_hot a {
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 10px;
  opacity: .8;
}

/* 底部 */
footer {
  padding: 74px 0 0;
  background: #192938;
}

footer .foot_top {
  display: flex;
  justify-content: space-between;
}

footer .foot_top .foot_logo a {
  margin-bottom: 20px;
}

footer .foot_top .foot_logo p {
  color: #fff;
  opacity: .8;
  font-size: 16px;
  line-height: 1.5;
}

footer .foot_top .foot_nav {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

footer .foot_top .foot_nav .foot_list>a {
  font-size: 18px;
  color: #fff;
  opacity: .8;
  margin-bottom: 12px;
}

footer .foot_top .foot_nav .foot_list>a:hover {
  color: #2585E1;
  transition: all .3s;
}

footer .foot_top .foot_nav .foot_list ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: .6;
}

footer .foot_top .foot_nav .foot_list ul li a:hover {
  color: #2585E1;
  transition: all .3s;
}

footer .foot_top .foot_qr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .foot_top .foot_qr .f_qr {
  background: url(../esimg/img/xiushi_erweima.png) no-repeat center;
  background-size: 100% 100%;
  padding: 16px;
}

footer .foot_top .foot_qr .f_qr img {
  width: 85px;
}

footer .foot_top .foot_qr p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: .6;
  margin-top: 12px;
}

footer .foot_bot {
  border-top: 1px solid #3A3E55;
  border-bottom: 1px solid #3A3E55;
  padding: 24px 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

footer .foot_bot .foot_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .foot_bot .foot_copy p {
  display: flex;
  align-items: center;
  color: #fff;
  opacity: .6;
  font-size: 14px;
}

footer .foot_bot .foot_copy p a {
  margin-left: 32px;
  color: #fff;
  font-size: 14px;
}

footer .foot_bot .foot_jszc {
  display: flex;
  align-items: center;
}

footer .foot_bot .foot_jszc p {
  color: #fff;
  opacity: .6;
  font-size: 14px;
  display: flex;
  align-items: center;
}

footer .foot_bot .foot_jszc p a {
  opacity: 1;
}

footer .foot_bot .foot_jszc a {
  color: #fff;
  opacity: .6;
  font-size: 14px;
}

footer .friendly_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0 16px 40px;
}

footer .friendly_links a,
footer .friendly_links p {
  color: #fff;
  opacity: .6;
  font-size: 12px;
  margin-right: 10px;
}

.bread_border {
  border-bottom: 1px solid rgba(1, 26, 40, 0.1);
}

.bread_border .bread {
  display: flex;
  align-items: center;
  margin: 24px auto;
}

.bread_border .bread img {
  margin-right: 10px;
}

.bread_border .bread p {
  font-size: 16px;
  color: #343A40;
  opacity: .6;
}

.bread_border .bread span {
  margin: 0 6px;
  opacity: .6;
}

.bread_border .bread a {
  font-size: 16px;
  color: #343A40;
  opacity: .6;
}

.i_cp_back {
  background-color: #F8FAFC;
  padding-bottom: 80px;
}

.i_cp_a {
  margin-top: 64px;
}

.i_cp_a .i_cp_fl {
  width: 310px;
}

.i_cp_a .i_cp_fl .i_cp_title {
  background: url(../esimg/img/xiushi.png) no-repeat center;
  background-size: 100% 100%;
  background-color: #2585E1;
  padding: 20px 20px 20px 30px;
}

.i_cp_a .i_cp_fl .i_cp_title b {
  font-size: 36px;
  color: #FFF;
  font-weight: normal;
}

.i_cp_a .i_cp_fl .i_cp_title p {
  font-size: 18px;
  color: #FFF;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis {
  transition: all .5s;
  border-bottom: 1px solid rgba(1, 26, 40, 0.06);
  border-left: 1px solid rgba(1, 26, 40, 0.06);
  border-right: 1px solid rgba(1, 26, 40, 0.06);
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis .i_cp_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  border-bottom: 1px solid rgba(1, 26, 40, 0.06);
  padding: 0 40px;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis .i_cp_top h5 a {
  font-size: 18px;
  line-height: 72px;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis .i_cp_top .i_cp_img01 {
  display: none;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis ul {
  display: none;
  padding: 20px 40px;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis ul li {
  padding: 8px 0;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis ul li a {
  font-size: 18px;
  line-height: 1.2;
  transition: all .5s;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis ul li:hover a {
  color: #2585E1;
  transition: all .5s;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_lis .i_cp_ul .cp_active a {
  color: #2585E1;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_active {
  position: relative;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_active::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #2585E1;
  position: absolute;
  top: 0;
  left: -1px;
  transition: all .5s;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_active .i_cp_top h5 a {
  color: #2585E1;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_active .i_cp_top .i_cp_img01 {
  display: block;
}

.i_cp_a .i_cp_fl .i_cp_one .i_cp_active .i_cp_top .i_cp_img02 {
  display: none;
}

.i_cp_a .i_cp_fl .n_cp_phone {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #2585E1;
  padding: 20px 30px;
}

.i_cp_a .i_cp_fl .n_cp_phone img {
  margin-right: 14px;
}

.i_cp_a .i_cp_fl .n_cp_phone .n_cp_text i {
  color: #fff;
  opacity: .6;
  line-height: 20px;
}

.i_cp_a .i_cp_fl .n_cp_phone .n_cp_text b {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  font-family: 'D-DIN';
}

.i_cp_a .i_cp_fr {
  width: 980px;
  position: relative;
}

.i_cp_a .i_cp_fr a img {
  width: 100%;
}

.i_cp_a .i_cp_fr .i_ckgd {
  position: absolute;
  bottom: 130px;
  left: 64px;
}

.i_cp_a .n_cp {
  width: 980px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.i_cp_a .n_cp .n_cp_list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.i_cp_a .n_cp .n_cp_list .n_cp_ig {
  border-top: 1px solid rgba(1, 26, 40, 0.1);
  border-left: 1px solid rgba(1, 26, 40, 0.1);
  border-right: 1px solid rgba(1, 26, 40, 0.1);
  padding: 42px 26px;
}

.i_cp_a .n_cp .n_cp_list .n_cp_ig img {
  width: 100%;
}

.i_cp_a .n_cp .n_cp_list .c_cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  border: 1px solid rgba(1, 26, 40, 0.1);
  padding: 16px 12px;
  transition: all .5s;
}

.i_cp_a .n_cp .n_cp_list .c_cp img {
  width: 16px;
}

.i_cp_a .n_cp .n_cp_list .c_cp .c_cp_img02 {
  display: none;
}

.i_cp_a .n_cp .n_cp_list:hover .c_cp {
  background-color: #2585E1;
}

.i_cp_a .n_cp .n_cp_list:hover .c_cp i {
  color: #fff;
}

.i_cp_a .n_cp .n_cp_list:hover .c_cp .c_cp_img01 {
  display: none;
}

.i_cp_a .n_cp .n_cp_list:hover .c_cp .c_cp_img02 {
  display: block;
}

.i_cp_a .n_cp .n_cp_list:nth-child(3n) {
  margin-right: 0;
}

.i_cp_a .n_cp .i_ckgd {
  margin: 30px auto 80px;
}

.i_cp_a .n_cp01 .n_cp_list {
  margin-bottom: 60px;
}

.i_cp_a .n_cp01 .n_cp_list:nth-child(3n) {
  margin-right: auto;
}

.i_cp_a .n_cp01 .n_cp_list:nth-child(4n) {
  margin-right: 0;
}

.i_cp_a .n_cp01 .n_cp_list .n_cp_ig {
  padding: 18px 26px;
}

.i_cp_a .n_cp01 .n_cp_img {
  width: 100%;
  margin-bottom: 24px;
}

.i_cp_a .n_cp01 .n_cp_img img {
  width: 100%;
}

.i_cp_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 24px;
}

.i_cp_b .i_cp_c {
  background-color: #fff;
}

.i_cp_b .i_cp_c .c_cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  border: 1px solid rgba(1, 26, 40, 0.1);
  padding: 16px;
}

.i_cp_b .i_cp_c .c_cp p {
  font-size: 16px;
  color: #011A28;
}

.i_cp_b .i_cp_c .c_cp .c_cp_img02 {
  display: none;
}

.i_cp_b .i_cp_c:hover .c_cp {
  background-color: #2585E1;
  transition: all .5s;
}

.i_cp_b .i_cp_c:hover .c_cp p {
  color: #fff;
}

.i_cp_b .i_cp_c:hover .c_cp .c_cp_img01 {
  display: none;
}

.i_cp_b .i_cp_c:hover .c_cp .c_cp_img02 {
  display: block;
}

/* 查看更多 */
.i_ckgd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  line-height: 38px;
  border: 1px solid #2585E1;
  margin: 66px auto;
  border-radius: 2px;
  transition: all .5s;
}

.i_ckgd i {
  display: block;
  margin-right: 6px;
  color: #2585E1;
  transition: all .5s;
}

.i_ckgd .bai {
  display: none;
}

.i_ckgd img {
  width: 16px;
}

.i_ckgd:hover {
  transform: scale(0.95);
  transition: all .5s;
  background-color: #2585E1;
}

.i_ckgd:hover i {
  color: #fff;
  transition: all .5s;
}

.i_ckgd:hover img {
  display: none;
}

.i_ckgd:hover .bai {
  display: block;
}

.title {
  width: 284px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0;
}

.title .title_h5 {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.title .title_h5 h5 {
  font-size: 36px;
  margin: 0 16px;
}

.title i {
  font-size: 16px;
  line-height: 30px;
  color: #011A28;
  opacity: 0.6;
}

.title01 {
  width: auto;
}

.ys_a {
  position: relative;
}

.ys_a .ys_b {
  width: 100%;
  margin-top: -90px;
  position: relative;
  transition: all .5s;
}

.ys_a .ys_b .ys_yuan {
  width: 772px;
  margin: 0 auto;
  transition: all .5s;
}

/* 修改 */
.ys_a .ys_b .ys_yuan {
  width: 700px;
  padding: 100px;
  border-radius: 50%;
  border: 1px dashed #CED1DA;
  margin-bottom: -100px;
}

.ys_a .ys_b .ys_c {
  width: 32%;
  display: flex;
  align-items: center;
  position: absolute;
}

.ys_a .ys_b .ys_c .ys_text b {
  font-size: 18px;
  color: #2B4A83;
  font-weight: normal;
}

.ys_a .ys_b .ys_c .ys_text p {
  font-size: 16px;
  color: #011A28;
  opacity: 0.6;
  margin-top: 8px;
}

.ys_a .ys_b .ys_c .ys_ic img {
  width: 68px;
}

.ys_a .ys_b .ys_c .ys_icon01 {
  display: none;
}

.ys_a .ys_b .ys_c:hover .ys_ic {
  width: 68px;
  transform: rotateY(360deg);
  transition: all 1s;
}

.ys_a .ys_b .ys_c:hover .ys_ic .ys_icon01 {
  display: block;
}

.ys_a .ys_b .ys_c:hover .ys_ic .ys_icon02 {
  display: none;
  width: 68px;
}

.ys_a .ys_b .ys_cl {
  text-align: right;
}

.ys_a .ys_b .ys_cl .ys_text {
  margin-right: 12px;
}

.ys_a .ys_b .ys_cr {
  text-align: left;
}

.ys_a .ys_b .ys_cr .ys_text {
  margin-left: 12px;
}

.ys_a .ys_b .ys_c01 {
  top: 80px;
  left: 0;
}

.ys_a .ys_b .ys_c02 {
  top: 80px;
  right: 0;
}

/* 修改 */
.ys_a .ys_b .ys_c03 {
  /* width: 26%;
  bottom: 120px; */
  width: 27%;
  bottom: 200px;
  left: 0;
}

.ys_a .ys_b .ys_c04 {
  /* width: 26%;
  bottom: 120px; */
  width: 27%;
  bottom: 200px;
  right: 0;
}

/* 应用案例 */
.al_back {
  background: url(../esimg/img/bg_anli.png) no-repeat center;
  background-size: cover;
  padding-bottom: 8px;
  position: relative;
}

.al_back .title .title_h5 h5 {
  color: #fff;
}

.al_back .title i {
  color: #fff;
}

.al_back .al_a {
  position: relative;
}

.al_back .al_a .swiper02 {
  width: 100%;
  overflow: hidden;
  padding: 0 5%;
}

.al_back .al_a .swiper02 .swiper-slide>a img {
  width: 100%;
}

.al_back .al_a .swiper02 .swiper-slide .sw02_text {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  transition: all .5s;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 500% 0%, 0% 0%);
}

.al_back .al_a .swiper02 .swiper-slide .sw02_text img {
  width: 100%;
  object-fit: cover;
}

.al_back .al_a .swiper02 .swiper-slide .sw02_text .sw02_img02 {
  display: none;
}

.al_back .al_a .swiper02 .swiper-slide .sw02_text p {
  position: absolute;
  top: 18%;
  left: 12%;
  font-size: 16px;
  color: #011A28;
  opacity: .8;
  transition: all .5;
}

.al_back .al_a .swiper02 .swiper-slide:hover .sw02_text {
  background-color: #2585E1;
  transition: all .5s;
}

.al_back .al_a .swiper02 .swiper-slide:hover .sw02_text .sw02_img01 {
  display: none;
}

.al_back .al_a .swiper02 .swiper-slide:hover .sw02_text .sw02_img02 {
  display: block;
}

.al_back .al_a .swiper02 .swiper-slide:hover .sw02_text p {
  color: #fff;
  transition: all .5;
}

.al_back .al_a .prev02 {
  left: 0%;
}

.al_back .al_a .next02 {
  right: 0%;
}

/* 合作客户 */
.i_hz_a .i_hz_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.i_hz_a .i_hz_b .i_hz_img {
  width: calc(100% / 6);
}

.i_hz_a .i_hz_b .i_hz_img img {
  width: 100%;
}

/* 关于恒信基 */
.i_about_box {
  width: 100%;
  overflow: hidden;
}

.i_about_a {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.i_about_a .i_ab_fr {
  width: 610px;
  padding-left: 64px;
}

.i_about_a .i_ab_fr .title {
  margin: 0;
}

.i_about_a .i_ab_fr p {
  font-size: 16px;
  color: #011A28;
  line-height: 24px;
  opacity: 0.8;
}

.i_about_a .i_ab_fr .i_ckgd {
  border: 1px solid #2585E1;
  margin: 60px 0 0 0;
}

.num_back {
  background-color: #0A1B46;
}

.num_back ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  justify-content: space-evenly;
  background: rgba(255, 255, 255, 0.1);
  padding: 60px 0;
}

.num_back ul li span {
  font-weight: bold;
  font-size: 70px;
  line-height: 1.5;
  color: #fff;
}

.num_back ul li sub {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -6px;
}

.num_back ul li p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.num_back ul li p b {
  font-weight: bold;
  font-size: 70px;
  line-height: 1.5;
}

.num_back ul .lis_line {
  height: 52px;
  width: 1px;
  background-color: #fff;
  opacity: 0.4;
}

.i_new_a {
  background-color: #F8FAFC;
  padding-bottom: 8px;
}

.i_new_a .i_new_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.i_new_a .i_new_top .title {
  margin: 0;
}

.i_new_a .i_new_top .i_new_qh {
  display: flex;
  align-items: center;
}

.i_new_a .i_new_top .i_new_qh p {
  font-size: 16px;
  color: #011A28;
  opacity: .8;
  cursor: pointer;
  padding: 6px 14px;
  transition: all .5s;
}

.i_new_a .i_new_top .i_new_qh p:hover {
  background-color: #2585E1;
  color: #fff;
  transition: all .5s;
}

.i_new_a .i_new_top .i_new_qh span {
  color: #D9D9D9;
  display: block;
  margin: 0 24px;
}

.i_new_a .i_new_top .i_new_qh .i_new_active {
  background-color: #2585E1;
  color: #fff;
}

.i_new_a .i_new_b {
  display: flex;
  justify-content: space-between;
}

.i_new_a .i_new_b .i_new_fl {
  width: 48%;
}

.i_new_a .i_new_b .i_new_fl>a img {
  width: 100%;
}

.i_new_a .i_new_b .i_new_fl .i_new_text {
  padding: 16px 30px 24px;
  background-color: #fff;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl .i_new_text h5 {
  margin-bottom: 8px;
}

.i_new_a .i_new_b .i_new_fl .i_new_text h5 a {
  font-size: 18px;
  color: #011A28;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl .i_new_text p {
  font-size: 16px;
  color: #011A28;
  opacity: .6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl .i_new_text .i_new_jt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-top: 16px;
}

.i_new_a .i_new_b .i_new_fl .i_new_text .i_new_jt i {
  font-size: 12px;
  color: #011A28;
  opacity: .6;
}

.i_new_a .i_new_b .i_new_fl .i_new_text .i_new_jt a .jt_img02 {
  display: none;
}

.i_new_a .i_new_b .i_new_fl:hover .i_new_text {
  background-color: #2585E1;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl:hover .i_new_text h5 a {
  color: #fff;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl:hover .i_new_text p {
  color: #fff;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl:hover .i_new_text .i_new_jt i {
  color: #fff;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fl:hover .i_new_text .i_new_jt a .jt_img01 {
  display: none;
}

.i_new_a .i_new_b .i_new_fl:hover .i_new_text .i_new_jt a .jt_img02 {
  display: block;
}

.i_new_a .i_new_b .i_new_fr {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.i_new_a .i_new_b .i_new_fr .i_new_c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  background-color: #fff;
  padding: 26px;
  width: 100%;
  overflow: hidden;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fr .i_new_c .new_c_date b {
  font-size: 36px;
  font-family: 'D-DIN';
  color: #011A28;
  opacity: .4;
}

.i_new_a .i_new_b .i_new_fr .i_new_c .new_c_date i {
  font-size: 12px;
  color: #011A28;
  opacity: .4;
}

.i_new_a .i_new_b .i_new_fr .i_new_c span {
  display: block;
  width: 1px;
  height: 46px;
  background-color: #011A28;
  opacity: .3;
  margin: 0 20px;
}

.i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text {
  width: 84%;
}

.i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text h6 a {
  font-size: 18px;
  color: #011A28;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text p a {
  font-size: 16px;
  color: #011A28;
  opacity: .6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fr .i_new_c:hover {
  background-color: #2585E1;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fr .i_new_c:hover .new_c_date i,
.i_new_a .i_new_b .i_new_fr .i_new_c:hover .new_c_date b {
  color: #fff;
  transition: all .5s;
  opacity: 1;
}

.i_new_a .i_new_b .i_new_fr .i_new_c:hover span {
  background-color: #fff;
}

.i_new_a .i_new_b .i_new_fr .i_new_c:hover .new_c_text h6 a {
  color: #fff;
  transition: all .5s;
}

.i_new_a .i_new_b .i_new_fr .i_new_c:hover .new_c_text p a {
  color: #fff;
  transition: all .5s;
}

.lyan_back {
  background: url(../esimg/img/bg_form.png) no-repeat center;
  background-size: 100% 100%;
  padding: 75px 0;
}

.lyan_back .lyan_a {
  display: flex;
}

.lyan_back .lyan_a .lyan_fl {
  width: 450px;
  background-color: #2585E1;
  padding: 40px 40px 0 40px;
}

.lyan_back .lyan_a .lyan_fl h5 {
  font-size: 24px;
  color: #fff;
}

.lyan_back .lyan_a .lyan_fl .lyan_lis {
  display: flex;
  align-items: center;
  margin-top: 36px;
}

.lyan_back .lyan_a .lyan_fl .lyan_lis img {
  margin-right: 16px;
}

.lyan_back .lyan_a .lyan_fl .lyan_lis p {
  font-size: 16px;
  color: #fff;
}

.lyan_back .lyan_a .lyan_fl .i_ckgd {
  margin: 50px 0;
  border: 1px solid #FFFFFF;
  opacity: .8;
}

.lyan_back .lyan_a .lyan_fl .i_ckgd i {
  margin-right: 6;
  color: #fff;
}

.lyan_back .lyan_a .lyan_fl .i_ckgd:hover img {
  display: block;
}

.lyan_back .lyan_a .lyan_fr {
  padding: 40px 40px 0 40px;
  flex: 1;
  background-color: #fff;
}

.lyan_back .lyan_a .lyan_fr h5 {
  font-size: 24px;
  color: #011A28;
}

.lyan_back .lyan_a .lyan_fr form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.lyan_back .lyan_a .lyan_fr form input {
  width: 48%;
  height: 52px;
  border: 1px solid rgba(1, 26, 40, 0.1);
  margin-top: 24px;
  padding-left: 16px;
  font-size: 16px;
  color: #011A28;
  opacity: .8;
}

.lyan_back .lyan_a .lyan_fr form textarea {
  margin-top: 24px;
  width: 100%;
  height: 90px;
  border: 1px solid rgba(1, 26, 40, 0.1);
  padding-left: 16px;
  padding-top: 12px;
  font-size: 16px;
  color: #011A28;
  opacity: .8;
  font-family: 'Microsoft YaHei';
}

.lyan_back .lyan_a .lyan_fr form p {
  width: 100%;
}

.lyan_back .lyan_a .lyan_fr form p .inp_subimt {
  width: 100px;
  height: 36px;
  line-height: 36px;
  padding-left: 0;
  font-size: 14px;
  background-color: #2585E1;
  color: #fff;
  opacity: .8;
  transition: all .3s;
}

.lyan_back .lyan_a .lyan_fr form p .inp_subimt:hover {
  transform: scale(0.95);
  transition: all .3s;
}

/* 侧边栏 */
#fixed {
  position: fixed;
  right: 0;
  top: 30%;
  transition: all .5s;
  z-index: 100;
}

#fixed ul {
  display: flex;
  flex-direction: column;
}

#fixed ul li {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #2585E1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all .5s;
}

#fixed ul li b {
  display: none;
  color: #fff;
  line-height: 50px;
  margin-right: 12px;
  white-space: nowrap;
}

#fixed ul .qr {
  position: relative;
}

#fixed ul .qr>img {
  display: none;
  width: 100px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

#fixed ul .qr .qr_icon img {
  margin: 0 auto;
}

#fixed ul #toTop p {
  float: none;
  text-align: center;
  padding: 4px;
  color: #848484;
}

#fixed ul:hover li {
  width: 180px;
  background-color: #2585E1;
  border: 1px solid #2585E1;
  flex-direction: row;
  justify-content: space-between;
  transition: all .5s;
  padding: 0 10px;
}

#fixed ul:hover li i {
  display: none;
}

#fixed ul:hover .qr {
  height: 180px;
  align-items: normal;
  justify-content: normal;
}

#fixed ul:hover .qr>img {
  width: 86px;
  display: block;
}

#fixed ul:hover .qr_icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

#fixed ul:hover .qr_icon p {
  margin-right: 10px;
}

#fixed ul:hover .qr_icon i {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

#fixed ul:hover .qr_icon .bai {
  display: block;
}

#fixed ul li .qr_icon p .bai,
#fixed ul li>p .bai,
#fixed ul li>a .bai {
  display: none;
}

#fixed ul:hover a>img,
#fixed ul:hover p>img {
  display: none;
}

#fixed ul:hover a .bai,
#fixed ul:hover p .bai {
  display: block;
}

#fixed ul:hover li b {
  display: block;
}

#fixed ul:hover #toTop {
  justify-content: center;
}

#fixed ul:hover #toTop p {
  color: #fff;
  line-height: 40px;
  text-align: center;
}

/* 内页 */
.n_cp_back {
  background-color: #F8FAFC;
  padding-top: 24px;
}

.n_cp_back .bread_border .bread {
  margin: 0 auto 24px;
}

.n_cp_back .n_cp02 {
  display: block;
  background-color: #fff;
  padding: 0 40px 40px;
}

.n_cp_back .n_cp02>img {
  width: 100%;
}

.n_cp_back .n_cp02 .n_cp_xq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* 修改 */
  margin-top: 40px;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl {
  width: 40%;
  /* 修改 */
  /* padding-bottom: 80px; */
  position: relative;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl #gallery {
  border: 1px solid #EEE;
  padding: 10px 0;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl #gallery img {
  width: 100%;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl #thumbs {
  width: 78%;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl #thumbs .swiper-slide {
  border: 1px solid #EEE;
  display: flex;
  align-items: center;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl #thumbs .swiper-slide img {
  width: 100%;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl .prev_th {
  margin: 0;
  position: absolute;
  background: url(../esimg/icon/btn_enter_left.png) no-repeat center;
  left: 0;
  top: auto;
  bottom: 0;
  height: 58px;
  border: 1px solid #EEE;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl .prev_th::after {
  display: none;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl .next_th {
  margin: 0;
  position: absolute;
  background: url(../esimg/icon/btn_enter_right.png) no-repeat center;
  height: 58px;
  right: 0;
  top: auto;
  bottom: 0;
  border: 1px solid #EEE;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl .next_th::after {
  display: none;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer #tsImgS {
  width: 100%;
  border: 1px solid #eee;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer {
  width: 100%;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer #tsPicContainer {
  width: 100%;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer #tsPicContainer #tsImgSCon {
  width: 100% !important;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer #tsPicContainer #tsImgSCon ul {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer #tsPicContainer #tsImgSCon ul li {
  width: 24% !important;
  border: 1px solid #eee;
}

.n_cp_xq .n_cpxq_fl #tsShopContainer #tsPicContainer #tsImgSCon ul li img {
  width: 100%;
}


.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr {
  width: 56%;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 24px;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title img {
  width: 30px;
  margin-right: 12px;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title h6 {
  font-size: 24px;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title h6 span {
  font-size: 18px;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr p {
  font-size: 16px;
  line-height: 30px;
  color: #011A28;
  margin-top: 16px;
}

.n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr p span {
  color: #011A28;
  opacity: .6;
}

.n_cp_back .n_cp02 .n_cp_img {
  width: 100%;
  margin-top: 20px;
}

.n_cp_back .n_cp02 .n_cp_img img {
  width: 100%;
}

.n_cp_back .n_cp02 .n_x_title {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #DDD;
  margin-top: 40px;
}

.n_cp_back .n_cp02 .n_x_title img {
  width: 26px;
  margin-right: 10px;
}

.n_cp_back .n_cp02 .n_x_title p {
  font-size: 16px;
  font-weight: bold;
  color: #011A28;
}

.n_cp_back .n_cp02 table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}

.n_cp_back .n_cp02 table tr {
  width: 100%;
  border: 1px solid #D1DBE2;
  text-align: center;
}

.n_cp_back .n_cp02 table tr th {
  height: 40px;
  border: 1px solid #D1DBE2;
}

.n_cp_back .n_cp02 table tr td {
  width: 33.3%;
  border: 1px solid #D1DBE2;
}

.n_cp_back .n_cp02 .chuisu tr td {
  width: 25%;
}

.n_cp_back .n_cp02 table tr:nth-child(2n-1) {
  background-color: #F5F7FA;
}

.n_cp_back .n_cp02 .table_uls5 tr td {
  width: calc(100% / 5);
}

.n_cp_back .n_cp02 .table_uls6 tr td {
  width: calc(100% / 6);
}

.n_cp_back .n_cp02 .cpyd_text {
  display: flex;
  align-items: baseline;
  margin-top: 12px;
}

.n_cp_back .n_cp02 .cpyd_text img {
  margin-right: 8px;
}

.n_cp_back .n_cp02 .cpyd_text p {
  font-size: 16px;
  line-height: 1.5;
  color: #011A28;
  opacity: .6;
}

.n_cp_back .n_cp02 .n_xzly {
  display: flex;
  flex-wrap: wrap;
}

.n_cp_back .n_cp02 .n_xzly .n_xzly_list {
  width: 48%;
  display: flex;
  align-items: flex-start;
  margin-top: 36px;
}

.n_cp_back .n_cp02 .n_xzly .n_xzly_list img {
  margin-right: 16px;
}

.n_cp_back .n_cp02 .n_xzly .n_xzly_list b {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.n_cp_back .n_cp02 .n_xzly .n_xzly_list p {
  font-size: 16px;
  color: #011A28;
  opacity: .6;
}

.n_cp_back .n_cp02 .n_yyly {
  display: flex;
  margin-top: 30px;
}

.n_cp_back .n_cp02 .n_yyly img {
  margin-right: 40px;
}

.n_cp_back .n_cp02 .n_yyly p {
  font-size: 16px;
  color: #011A28;
  opacity: .6;
}

.fh_01 {
  padding: 40px 0;
  display: flex;
  justify-content: flex-end;
}

.fh_01 .fanh_01 {
  width: 100px;
  height: 36px;
  border: 1px solid #343A40;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.fh_01 .fanh_01 img {
  margin-right: 6px;
}

.fh_01 .fanh_01:hover {
  transform: scale(0.95);
  transition: all .5s;
}

.bread_border {
  display: flex;
}

.bread_border .bread {
  display: flex;
  align-items: center;
}

.bread_border .bread .bread_a {
  display: flex;
  align-items: center;
}

.bread_border .bread .bread_qh {
  display: flex;
  align-items: center;
}

.bread_border .bread .bread_qh span {
  margin: 0 20px;
}

.bread_border .bread .bread_qh a {
  padding: 4px 10px;
  opacity: 1;
  transition: all .5s;
}

.bread_border .bread .bread_qh a:hover {
  background-color: #2585E1;
  color: #fff;
  transition: all .5s;
}

.bread_border .bread .bread_qh .bread_active {
  background-color: #2585E1;
  color: #fff;
}

.bread_border .bread01 {
  justify-content: space-between;
}

.al01_a .al01_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.al01_a .al01_b .al01_c {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 24px;
  overflow: hidden;
}

.al01_a .al01_b .al01_c img {
  width: 100%;
  transition: all .5s;
}

.al01_a .al01_b .al01_c:hover img {
  transform: scale(1.05);
  transition: all .5s;
}


.al01_a .al01_b .al01_c:nth-child(3n) {
  margin-right: 0;
}

.al01_a .al01_b .al01_c a {
  width: 100%;
}

.al01_a .al01_b .al01_c a img {
  width: 100%;
}

.al01_a .al01_b .al01_c .al01_text {
  width: 100%;
  height: 152px;
  padding: 24px 0 0 40px;
  border-bottom: 1px solid rgba(1, 26, 40, 0.1);
  border-left: 1px solid rgba(1, 26, 40, 0.1);
  border-right: 1px solid rgba(1, 26, 40, 0.1);
  background: url(../esimg/img/xiushi_nor.png) no-repeat bottom left;
}

.al01_a .al01_b .al01_c .al01_text p {
  font-size: 16px;
}

.fenye {
  margin: 40px 0 80px;
}

.fenye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fenye ul li a {
  width: 34px;
  line-height: 32px;
  border: 1px solid #D9D9D9;
  margin: 0 8px;
  text-align: center;
  border-radius: 2px;
  transition: all .5s;
}

.fenye ul li:first-child a,
.fenye ul li:last-child a {
  width: auto;
  padding: 0 8px;
}

.fenye ul li:hover a {
  border: 1px solid #2585E1;
  color: #2585E1;
  transition: all .5s;
}

.fenye ul .f_active a {
  border: 1px solid #2585E1;
  color: #2585E1;
}

.al02_a .al02_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.al02_a .al02_b .al02_c {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 16px;
  text-align: center;
}

.al02_a .al02_b .al02_c img {
  width: 100%;
  border: 1px solid rgba(1, 26, 40, 0.1);
  transition: all .5s;
}

.al02_a .al02_b .al02_c img:hover {
  transform: scale(.95);
  transition: all .5s;
}

.al02_a .al02_b .al02_c p {
  font-size: 16px;
  padding: 24px 0;
}

.al02_a .al02_b .al02_c:nth-child(4n) {
  margin-right: 0;
}

.khpj_a .khpj_b {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  background: #F3F5F8;
  padding: 50px;
}

.khpj_a .khpj_b>img {
  margin-right: 42px;
  width: 7%;
}

.khpj_a .khpj_b .khpj_text {
  width: 80%;
}

.khpj_a .khpj_b .khpj_text h5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: bold;
  color: #011A28;
}

.khpj_a .khpj_b .khpj_text p {
  overflow: hidden;
  transition: all .5s;
}

.khpj_a .khpj_b .khpj_jt .khpj_img02 {
  display: none;
}

.khpj_a .khpj_b_active .khpj_text p {
  height: auto;
}

.khpj_a .khpj_b_active .khpj_jt .khpj_img01 {
  display: none;
}

.khpj_a .khpj_b_active .khpj_jt .khpj_img02 {
  display: block;
}

.khpj_new01_a .khpj_b {
  transition: all .5s;
}

.khpj_new01_a .khpj_b .new_dete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid #343A40;
  transition: all .5s;
}

.khpj_new01_a .khpj_b .new_dete b {
  font-size: 44px;
  line-height: 1.2;
  font-weight: normal;
  font-family: D-DIN;
  transition: all .5s;
}

.khpj_new01_a .khpj_b .new_dete i {
  font-size: 14px;
  transition: all .5s;
}

.khpj_new01_a .khpj_b .new_line {
  width: 1px;
  height: 80px;
  background: #E7E7E7;
  margin: 0 40px;
}

.khpj_new01_a .khpj_b .khpj_text p a {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  opacity: .8;
}

.khpj_new01_a .khpj_b .new01_jt {
  width: 40px;
  height: 40px;
  border: 1px solid #D1DBE2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.khpj_new01_a .khpj_b .new01_jt .new01_img05 {
  display: none;
}

.khpj_new01_a .khpj_b:hover {
  background-color: #2585E1;
  transition: all .5s;
}

.khpj_new01_a .khpj_b:hover .new_dete {
  border: 1px solid #D1DBE2;
  transition: all .5s;
}

.khpj_new01_a .khpj_b:hover .new_dete i,
.khpj_new01_a .khpj_b:hover .new_dete b {
  color: #fff;
  transition: all .5s;
}

.khpj_new01_a .khpj_b:hover .khpj_text h5 a {
  color: #fff;
  transition: all .5s;
}

.khpj_new01_a .khpj_b:hover .khpj_text p a {
  height: auto;
  color: #fff;
  transition: all .5s;
}

.khpj_new01_a .khpj_b:hover .new01_jt .new01_img05 {
  display: block;
}

.khpj_new01_a .khpj_b:hover .new01_jt .new01_img06 {
  display: none;
}

.xwxq_a {
  margin-top: 50px;
}

.xwxq_a .xwxq_fl {
  width: 60%;
  background: #F7F7F9;
  padding: 40px;
  float: left;
  overflow: hidden;
}

.xwxq_a .xwxq_fl h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #343A40;
}

.xwxq_a .xwxq_fl .xwxq_date {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.xwxq_a .xwxq_fl .xwxq_date span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E1AC25;
  margin-right: 10px;
}

.xwxq_a .xwxq_fl .xwxq_date i {
  display: block;
  margin-right: 140px;
  color: #011A28;
  opacity: .6;
}

.xwxq_a .xwxq_fl p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(1, 26, 40, 0.6);
}

.xwxq_a .xwxq_fl p img {
  margin: 10px 10px 0 0;
}

.xwxq_a .xwxq_fl>img {
  margin: 24px 0;
}

.xwxq_a .xwxq_fl .xwxq_rm {
  margin-top: 20px;
  display: flex;
  align-items: center;
  opacity: 0.8;
}

.xwxq_a .xwxq_fl .xwxq_rm p {
  font-size: 14px;
}

.xwxq_a .xwxq_fl .xwxq_rm a {
  font-size: 14px;
  line-height: 24px;
  margin: 0 5px;
  color: #011A28;
  opacity: .6;
}

.xwxq_a .xwxq_fanh {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-bottom: 20px;
}

.xwxq_a .xwxq_fanh .xwxq_sx {
  width: 80%;
}

.xwxq_a .xwxq_fanh .xwxq_sx a {
  font-size: 16px;
  line-height: 1;
  color: #011A28;
  opacity: .8;
  width: auto;
  margin-bottom: 10px;
  transition: all .3s;
}

.xwxq_a .xwxq_fanh .xwxq_sx a:hover {
  opacity: 1;
  transition: all .3s;
}

.xwxq_a .xwxq_fanh .fh_01 {
  flex: 1;
}

.xwxq_a .xwxq_fr {
  width: 38%;
  float: right;
}

.xwxq_a .xwxq_fr .xwxq_fr_title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.xwxq_a .xwxq_fr .xwxq_fr_title p {
  font-size: 20px;
  line-height: 1;
  border-left: 2px solid #2585E1;
  padding-left: 10px;
}

.xwxq_a .xwxq_fr .xwxq_fr_list {
  width: 100%;
  display: flex;
  align-items: center;
  background: #F7F7F9;
  padding: 20px;
  margin-top: 20px;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_date {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_date b {
  font-family: 'D-DIN';
  color: #343A40;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_date i {
  font-family: 'D-DIN';
  line-height: 1;
  color: #343A40;
  font-size: 12px;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_line {
  width: 1px;
  height: 40px;
  background-color: #ECEFF3;
  margin: 0 20px;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text {
  width: 80%;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text h6 {
  margin-bottom: 6px;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text h6 a {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #011A28;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text p a {
  font-size: 16px;
  color: #011A28;
  opacity: .6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list:hover {
  background-color: #2585E1;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list:hover .xwxq_fr_date i,
.xwxq_a .xwxq_fr .xwxq_fr_list:hover .xwxq_fr_date b {
  color: #fff;
  transition: all .5s;
}

.xwxq_a .xwxq_fr .xwxq_fr_list:hover .xwxq_fr_text p a,
.xwxq_a .xwxq_fr .xwxq_fr_list:hover .xwxq_fr_text h6 a {
  color: #fff;
  transition: all .5s;
}

.contact_a {
  margin-bottom: 80px;
}

.contact_a .contact_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.contact_a .contact_b .contact_c {
  width: 420px;
  height: 160px;
  display: flex;
  align-items: center;
  background: url(../esimg/img/contact_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 40px 0 40px 40px;
  border: 1px solid #e4e4e4;
  transition: all .5s;
}

.contact_a .contact_b .contact_c img {
  margin-right: 40px;
}

.contact_a .contact_b .contact_c .contact_t b {
  font-size: 24px;
  color: #011A28;
  font-weight: normal;
  display: block;
  margin-bottom: 12px;
}

.contact_a .contact_b .contact_c .contact_t i {
  font-size: 18px;
  color: #011A28;
  opacity: .6;
}

.map_back {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}

.map_back .map_box {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.map_back .map_box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map_back .map_a {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.map_back .map_a .map_b {
  width: 700px;
  background-color: #2585E1;
  padding: 40px 40px 100px;
}

.map_back .map_a .map_b h6 {
  color: #fff;
  font-size: 24px;
}

.map_back .map_a .map_b form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.map_back .map_a .map_b form input {
  width: 48%;
  height: 48px;
  margin-top: 24px;
  padding-left: 16px;
}

.map_back .map_a .map_b form textarea {
  width: 100%;
  height: 90px;
  margin-top: 24px;
  padding-left: 16px;
  padding-top: 16px;
}

.map_back .map_a .map_b form .btn_in {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.map_back .map_a .map_b form .btn_in input {
  width: 180px;
  padding-left: 0;
  margin-left: 24px;
  color: #fff;
  transition: all .5s;
}

.map_back .map_a .map_b form .btn_in input:hover {
  transform: scale(0.95);
  transition: all .5s;
}

.map_back .map_a .map_b form .btn_in .submit_tj {
  background-color: #000;
}

.map_back .map_a .map_b form .btn_in .reset_cz {
  background-color: #444;
}

#gywm {
  background-color: #F8F8F8;
}

.gsjj_a .gsjj_b .video {
  width: 600px;
  height: 344px;
  float: left;
  margin-right: 50px;
  transition: all .5s;
  position: relative;
  z-index: 10;
}

.gsjj_a .gsjj_b .video video {
  width: 100%;
}

.gsjj_a .gsjj_b .video .video_btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gsjj_a .gsjj_b ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  margin-bottom: 12px;
}

.gsjj_a .gsjj_b ul li span {
  font-size: 42px;
  line-height: 1.5;
  color: #2585E1;
  font-weight: bold;
  font-family: D-DIN;
}

.gsjj_a .gsjj_b ul li sub {
  font-size: 16px;
  color: #2585E1;
  position: relative;
  top: -6px;
}

.gsjj_a .gsjj_b ul li sub span {
  font-size: 24px;
  font-weight: normal;
}

.gsjj_a .gsjj_b ul li p {
  font-size: 16px;
  color: #011A28;
  line-height: 30px;
  display: flex;
  justify-content: center;
}

.gsjj_a .gsjj_b ul li p b {
  font-size: 42px;
  line-height: 1.5;
  color: #2585E1;
  font-weight: bold;
}

.gsjj_a .gsjj_b>p {
  font-size: 16px;
  color: #011A28;
  opacity: .6;
  line-height: 30px;
}

.gsjj_a .gsjj_b .gsjj_img {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.gsjj_a .gsjj_b .gsjj_img img {
  transition: all .5s;
}

.gsjj_a .gsjj_b .gsjj_img img:hover {
  transform: scale(.95);
  transition: all .5s;
}

.gsjj_a .gsjj_b .slogan {
  margin-bottom: 20px;
}

.gsjj_a .gsjj_b .slogan img {
  margin: 0 auto;
}

/* 企业文化 */
.qywh_a {
  overflow: hidden;
  padding: .5%;
}

.qywh_a .qywh_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.qywh_a .qywh_b .qywh_c {
  width: 300px;
  height: 440px;
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(89, 122, 154, 0.24);
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c b {
  display: block;
  font-size: 24px;
  color: #011A28;
  text-align: center;
  margin-top: 80px;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c span {
  display: block;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2585E1;
  margin: 10px auto;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c i {
  display: block;
  font-size: 18px;
  color: #B4BBC1;
  text-align: center;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c .qywh_back {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c .qywh_text p {
  display: none;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c01 {
  background: url(../esimg/img/qywh_bg01.png) no-repeat center;
  background-size: 100%;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c02 {
  background: url(../esimg/img/qywh_bg02.png) no-repeat center;
  background-size: 100%;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_c03 {
  background: url(../esimg/img/qywh_bg03.png) no-repeat center;
  background-size: 100%;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active {
  width: 680px;
  padding: 0 80px;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active b {
  text-align: left;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active i {
  display: none;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active span {
  margin: -2px 0 30px 0;
  background-color: #fff;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active p {
  color: #fff;
  opacity: .8;
  font-size: 16px;
  line-height: 32px;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active .qywh_back {
  display: block;
  transition: all 1s;
}

.qywh_a .qywh_b .qywh_active .qywh_text p {
  display: block;
  transition: all 1s;
}

.qyry_back {
  height: 766px;
  margin-top: 100px;
  background: url(../esimg/img/bg_rongyu.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.qyry_back .qyry_a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.qyry_back .qyry_a .qyry_b {
  display: flex;
  align-items: flex-end;
  /* 修改新增 */
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.qyry_back .qyry_a .qyry_b .qyry_c {
  /* margin: 0 10px; */
  text-align: center;
}

.qyry_back .qyry_a .qyry_b .qyry_c p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
  color: #2585E1;
  margin-top: 30px;
}

.qyry_back .qyry_a .qyry_b .qyry_c img {
  width: 100%;
  transition: all .5s;
}

.qyry_back .qyry_a .qyry_b .qyry_c img:hover {
  transform: scale(.95);
  transition: all .5s;
}

/* 修改新增 */
.qyry_back .qyry_a .qyry_b .swiper-wrapper {
  align-items: flex-end;
}

.qyry_back .qyry_a .prev_qyry {
  width: 48px;
  height: 48px;
  background: url(../esimg/icon/btn_left_sel.png) no-repeat center;
  background-size: 100% 100%;
  top: 60%;
  left: 0;
}

.qyry_back .qyry_a .next_qyry {
  width: 48px;
  height: 48px;
  background: url(../esimg/icon/btn_right_sel.png) no-repeat center;
  background-size: 100% 100%;
  top: 60%;
  right: 0;
}

.qyry_back .qyry_a .prev_qyry::after,
.qyry_back .qyry_a .next_qyry::after {
  display: none;
}


.qyry_back .qyry_bot_img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
  margin-top: -30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.qyry_back .qyry_bot_img img {
  width: 100%;
}

.lhsy_a .lhsy_b b {
  font-size: 16px;
  color: #011A28;
  display: block;
  margin-bottom: 10px;
}

.lhsy_a .lhsy_b p {
  font-size: 16px;
  line-height: 30px;
  color: #011A28;
  opacity: .6;
}

.lhsy_a .lhsy_b .lhsy_ic {
  display: flex;
  align-items: baseline;
  margin-top: 12px;
}

.lhsy_a .lhsy_b .lhsy_ic span {
  display: block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2585E1;
  text-align: center;
  color: #fff;
  margin-right: 14px;
}

.lhsy_a .lhsy_b .lhsy_img {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.lhsy_a .lhsy_b .lhsy_img img {
  transition: all .5s;
}

.lhsy_a .lhsy_b .lhsy_img img:hover {
  transform: scale(.95);
  transition: all .5s;
}

@media screen and (min-width: 1000px) and (max-width: 1350px) {
  .main {
    width: 90%;
  }

  /* 网站地图1000 开始 */
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* 404 over */
  .i_ckgd {
    margin: 40px auto;
  }

  header .h_bot .h_nav .p_one>a {
    width: auto;
    padding: 0 20px;
  }

  /* 首页banner */
  .i_banner .n_banner {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  .i_banner .n_banner .i_hot {
    left: 206px;
  }

  .i_banner .swiper01 img {
    width: 100%;
    position: relative;
    /* left: 50%; */
    /* margin-left: -700px; */
    transition: all .5s;
  }

  .i_banner .swiper01 .pagination01 {
    left: 80px;
    bottom: 15%;
  }

  .i_banner .i_hot {
    left: 80px;
  }

  .i_cp_a .i_cp_fl {
    width: 28%;
  }

  .i_cp_a .i_cp_fl .n_cp_phone {
    padding: 20px;
  }

  .i_cp_a .i_cp_fl .n_cp_phone .n_cp_text b {
    font-size: 18px;
  }

  .i_cp_a .i_cp_fr {
    width: 70%;
  }

  .i_cp_a .n_cp {
    width: 70%;
  }

  .n_cp_back .n_cp02 {
    padding: 0 20px 30px;
  }

  .n_cp_back .n_cp02 table tr td img {
    width: 100%;
  }

  .i_cp_b .i_cp_c {
    width: 24%;
  }

  .i_cp_b .i_cp_c a img {
    width: 100%;
  }

  .i_cp_b .i_cp_c .c_cp p {
    font-size: 14px;
  }

  /* 4大优势 */
  .ys_a .ys_b {
    width: 900px;
    margin: -90px auto 0;
    transition: all .5s;
  }

  .ys_a .ys_b .ys_yuan {
    width: 500px;
    transition: all .5s;
  }

  .ys_a .ys_b .ys_c {
    width: 28%;
  }

  .ys_a .ys_b .ys_c .ys_ic img {
    width: 50px;
  }

  .ys_a .ys_b .ys_c .ys_text b {
    font-size: 16px;
  }

  .ys_a .ys_b .ys_c .ys_text p {
    font-size: 12px;
  }

  .ys_a .ys_b .ys_c01 {
    left: 12px;
  }

  .ys_a .ys_b .ys_c02 {
    right: 12px;
  }

  .ys_a .ys_b .ys_c03 {
    left: -22px;
  }

  .ys_a .ys_b .ys_c04 {
    right: -22px;
  }

  .lyan_back .lyan_a .lyan_fl h5 {
    font-size: 20px;
  }

  .lyan_back .lyan_a .lyan_fr h5 {
    font-size: 20px;
  }

  /* 首页 关于恒信基 */
  .i_about_a {
    width: 1000px;
    margin-left: -500px;
    display: flex;
  }

  .i_about_a .i_ab_fl {
    width: 50%;
  }

  .i_about_a .i_ab_fl img {
    width: 100%;
  }

  .i_about_a .i_ab_fr {
    width: 49%;
    padding-left: 40px;
  }

  .i_about_a .i_ab_fr .title {
    padding: 0 0 10px 0;
  }

  .i_about_a .i_ab_fr .i_ckgd {
    margin: 30px 0;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c {
    padding: 20px;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_date {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_date b {
    font-size: 24px;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text {
    width: 76%;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text h6 a {
    font-size: 16px;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text p a {
    font-size: 14px;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c span {
    margin: 0 10px;
  }

  footer .friendly_links a {
    width: auto;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl #thumbs {
    width: 70%;
  }

  /* 新闻详情 */
  .xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text {
    width: 70%;
  }

  .xwxq_a .xwxq_fl .xwxq_date i {
    margin-right: 60px;
  }

  .xwxq_a .xwxq_fl p img {
    width: 100%;
  }

  .contact_a .contact_b .contact_c {
    width: 30%;
    height: 110px;
    padding: 20px 0 20px 20px;
    background-size: 100%;
    transition: all .5s;
  }

  .contact_a .contact_b .contact_c img {
    width: 60px;
    margin-right: 20px;
  }

  .contact_a .contact_b .contact_c .contact_t b {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .contact_a .contact_b .contact_c .contact_t i {
    font-size: 16px;
  }

  /* map */
  .map_back .map_a .map_b {
    width: 500px;
  }

  .map_back .map_a .map_b h6 {
    font-size: 20px;
  }

  .gsjj_a .gsjj_b .video {
    width: 400px;
    height: 240px;
  }

  .gsjj_a .gsjj_b ul li span {
    font-size: 28px;
  }

  .gsjj_a .gsjj_b .gsjj_img img {
    width: 32%;
  }

  .qywh_a .qywh_b {
    padding: .5%;
  }

  .qywh_a .qywh_b .qywh_c {
    width: 30%;
    padding: 0 30px;
    box-shadow: 0px 0px 2px 1px rgba(89, 122, 154, 0.24);
  }

  .qywh_a .qywh_b .qywh_active {
    width: 40%;
  }

  .qywh_a .qywh_b .qywh_active .qywh_back {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .qywh_a .qywh_b .qywh_active b {
    margin-top: 30px;
  }

  .qyry_back {
    height: 660px;
  }

  .qyry_back .qyry_a .qyry_b {
    width: 900px;
    margin: 0 auto;
  }

  .qyry_back .qyry_bot_img {
    width: 1320px;
    bottom: 62px;
    margin-left: -660px;
  }

  .lhsy_a .lhsy_b .lhsy_img img {
    width: 170px;
  }

  .n_cp_back .n_cp02 .n_cp_xq {
    flex-direction: column;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl {
    width: 352px;
  }



}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
  }

  /* 网站地图1400 开始 */
  .wzdt2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* 404 over */
  .i_about_a {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .i_banner .n_banner {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .i_banner .swiper01 {
    padding-bottom: 24px;
    background-color: #F8FAFC;
  }

  .i_banner .swiper01 img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .i_banner .swiper01 .pagination01 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .i_banner .swiper01 .pagination01 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #D1DBE2;
    transition: all .5s;
    margin: 0 5px;
  }

  .i_banner .swiper01 .pagination01 .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #2585E1;
  }

  .title {
    width: auto;
    padding: 30px 0 20px;
  }

  .title .title_h5 img {
    width: 26px;
  }

  .title .title_h5 h5 {
    font-size: 24px;
  }

  .title i {
    font-size: 14px;
  }

  /* 首页产品推荐 */
  .i_ckgd {
    opacity: .4;
    margin: 0px auto 30px;
  }

  .i_cp_back {
    padding-bottom: 50px;
  }

  .i_cp_b {
    flex-wrap: wrap;
  }

  .i_cp_b .i_cp_c {
    width: 48%;
    margin-bottom: 20px;
  }

  .i_cp_b .i_cp_c a img {
    width: 100%;
  }

  .i_cp_b .i_cp_c .c_cp {
    padding: 12px 2%;
  }

  .i_cp_b .i_cp_c .c_cp p {
    font-size: 12px;
  }

  .t_cp {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .t_cp a {
    font-size: 16px;
    color: #011A28;
    opacity: .6;
  }

  .t_cp span {
    margin: 0 10px;
    opacity: .8;
  }

  .t_cp .t_cp_active {
    color: #2585E1;
  }

  .ys_a .ys_b {
    margin: 0;
  }

  .ys_a .ys_b .ys_yuan {
    width: 100%;
  }

  .ys_a .ys_b .ys_c {
    width: 100%;
    position: static;
    margin-top: 24px;
  }

  .ys_a .ys_b .ys_c .ys_text b {
    font-size: 14px;
  }

  .ys_a .ys_b .ys_c .ys_text p {
    font-size: 12px;
    margin-top: 4px;
  }

  .ys_a .ys_b .ys_c .ys_ic img {
    width: 50px;
  }

  .al_back {
    margin-top: 42px;
    padding-bottom: 40px;
  }

  .al_back .al_a .swiper02 .swiper-slide .sw02_text p {
    font-size: 12px;
  }

  .al_back .al_a .next02,
  .al_back .al_a .prev02 {
    display: none;
  }

  .tel_hzkh {
    padding-bottom: 60px;
    position: relative;
  }

  .tel_hzkh .swiper03 {
    width: 100%;
    overflow: hidden;
  }

  .tel_hzkh .swiper03 .swiper-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .tel_hzkh .swiper03 .swiper-slide .i_hz_img {
    width: 25%;
  }

  .tel_hzkh .swiper03 .swiper-slide .i_hz_img img {
    width: 100%;
  }

  .tel_hzkh .pagination03 {
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }

  .tel_hzkh .pagination03 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #D1DBE2;
    transition: all .5s;
    margin: 0 5px;
  }

  .tel_hzkh .pagination03 .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #2585E1;
    transition: all .5s;
  }

  .i_about_a .i_ab_fl {
    width: 100%;
  }

  .i_about_a .i_ab_fl a img {
    width: 100%;
  }

  .i_about_a .i_ab_fr {
    width: 90%;
    padding-left: 0;
    margin-left: 5%;
  }

  .i_about_a .i_ab_fr .i_ckgd {
    margin: 30px auto;
  }

  .num_back ul li {
    text-align: center;
  }

  .num_back ul li span {
    font-size: 18px;
  }

  .num_back ul li sub {
    display: inline-block;
    transform: scale(0.8);
    right: 0;
    top: -3px;
    opacity: .3;
  }

  .num_back ul li p {
    font-size: 14px;
  }

  .num_back ul .lis_line {
    height: 30px;
    opacity: .1;
  }

  .i_new_a {
    padding-bottom: 40px;
  }

  .i_new_a .i_new_top {
    flex-direction: column;
  }

  .i_new_a .i_new_top .i_new_qh span {
    margin: 0 8px;
  }

  .i_new_a .i_new_top .i_new_qh p {
    font-size: 12px;
  }

  .i_new_a .i_new_b {
    flex-direction: column;
    margin-top: 16px;
  }

  .i_new_a .i_new_b .i_new_fl {
    width: 100%;
  }

  .i_new_a .i_new_b .i_new_fl .i_new_text {
    padding: 16px;
  }

  .i_new_a .i_new_b .i_new_fl .i_new_text h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }

  .i_new_a .i_new_b .i_new_fl .i_new_text p {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }

  .i_new_a .i_new_b .i_new_fr {
    width: 100%;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c {
    margin-top: 24px;
    padding: 20px;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text p {
    display: none;
  }

  .i_new_a .i_new_b .i_new_fr .i_new_c .new_c_text h6 a {
    font-size: 16px;
  }

  .lyan_back {
    padding: 40px 0;
  }

  .lyan_back .lyan_a {
    flex-direction: column;
  }

  .lyan_back .lyan_a .lyan_fl {
    width: 100%;
    background-color: transparent;
    padding: 0 20px;
  }

  .lyan_back .lyan_a .lyan_fl h5 {
    font-size: 16px;
    text-align: center;
  }

  .lyan_back .lyan_a .lyan_fl .lyan_lis {
    margin-top: 24px;
  }

  .lyan_back .lyan_a .lyan_fl .lyan_lis p {
    font-size: 14px;
  }

  .lyan_back .lyan_a .lyan_fl .i_ckgd {
    width: 100px;
  }

  .lyan_back .lyan_a .lyan_fr {
    padding: 30px 20px;
  }

  .lyan_back .lyan_a .lyan_fr h5 {
    font-size: 16px;
  }

  .lyan_back .lyan_a .lyan_fr form input {
    height: 42px;
    font-size: 12px;
    margin-top: 18px;
  }

  .lyan_back .lyan_a .lyan_fr form textarea {
    font-size: 12px;
    height: 60px;
    margin-top: 18px;
  }

  .lyan_back .lyan_a .lyan_fr form p .inp_subimt {
    margin-top: 18px;
    font-size: 12px;
  }

  footer {
    padding: 30px 0 40px;
    margin-bottom: 90px;
  }

  footer .t_foot {
    display: flex;
    justify-content: space-between;
  }

  footer .t_foot .t_foot_fl p {
    color: #fff;
    opacity: .6;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  footer .t_foot .t_foot_fl p a {
    opacity: 1;
    margin-top: 0;
  }

  footer .t_foot .t_foot_fl a {
    color: #fff;
    opacity: .6;
    margin-top: 10px;
  }

  footer .t_foot .t_foot_fr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .t_foot .t_foot_fr .t_foot_img {
    background: url(../esimg/img/xiushi_erweima.png) no-repeat center;
    background-size: 100% 100%;
    padding: 12px;
  }

  footer .t_foot .t_foot_fr .t_foot_img img {
    width: 100%;
  }

  footer .t_foot .t_foot_fr p {
    color: #fff;
    opacity: .6;
    line-height: 1.5;
    margin-top: 8px;
  }

  /* 手机底部导航 */
  @keyframes bounce_a {

    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0);
    }
  }

  .bounce_a {
    -webkit-animation-name: bounce_a;
    animation-name: bounce_a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .fixed_nav {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }

  .fixed_nav ul {
    justify-content: space-around;
    height: 100%;
    background-color: #fff;
  }

  .fixed_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
  }

  .fixed_nav ul li .ic {
    width: 30px;
  }

  .fixed_nav ul li .ic img {
    width: 100%;
  }

  .fixed_nav ul li .ic .ig_active {
    display: none;
  }

  .fixed_nav ul li .tx {
    margin: 5px 0;
  }

  .fixed_nav ul .tnav_active .tx {
    color: #2585E1;
  }

  .fixed_nav ul .tnav_active .ic img {
    display: none;
  }

  .fixed_nav ul .tnav_active .ic .ig_active {
    display: block;
  }

  .fixed_nav .tel_phone {
    width: 49px;
    position: absolute;
    left: calc(50% - 25px);
    top: -22px;
    animation: bounce_a 2s infinite;
  }

  .fixed_nav .tel_phone a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .fixed_nav .tel_phone a img {
    width: 100%;
  }

  .n_cp_a {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .n_cp_a .n_cp {
    width: 100%;
    justify-content: space-between;
  }

  .n_cp_a .n_cp .n_cp_list {
    width: 48%;
    margin-right: 4%;
    margin: 0 0 20px;
  }

  .n_cp_a .n_cp .n_cp_list .c_cp {
    padding: 16px 3%;
  }

  .n_cp_a .n_cp .n_cp_list .c_cp i {
    font-size: 12px;
  }

  .n_cp_a .n_cp01 .n_cp_list {
    margin: 0 0 20px;
  }

  .n_cp_a .n_cp01 .n_cp_list:nth-child(3n) {
    margin-right: 0;
  }

  .n_cp_back .n_cp02 {
    padding: 30px 20px;
    overflow: hidden;
  }

  .n_cp_xq .n_cpxq_fl #tsShopContainer #tsImgS .MagicZoom {
    width: 100% !important;
  }

  .n_cp_xq .n_cpxq_fl #tsShopContainer #tsImgS .MagicZoom img {
    width: 100% !important;
  }

  .n_cp_back .n_cp02 table tr td {
    font-size: 12px;
    padding: 20px 6px;
  }

  .n_cp_back .n_cp02 table tr td img {
    width: 100%;
  }

  .n_cp_back .n_cp02 .n_x_title {
    margin-top: 30px;
  }

  .n_cp_back .n_cp02 .n_cp_xq {
    flex-direction: column;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fl {
    width: 100%;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr {
    width: 100%;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title {
    margin-top: 30px;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title h6 {
    font-size: 18px;
  }

  .n_cp_back .n_cp02 .n_cp_xq .n_cpxq_fr .n_cpxq_title h6 span {
    font-size: 14px;
  }

  .n_cp_back .n_cp02 .n_xzly .n_xzly_list {
    width: 100%;
  }

  .n_cp_back .n_cp02 .n_yyly {
    flex-direction: column;
  }

  .n_cp_back .n_cp02 .n_yyly img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .fh_01 {
    padding: 0 0 40px;
  }

  .al01_a .al01_b .al01_c {
    width: 48%;
    margin-right: 4%;
  }

  .al01_a .al01_b .al01_c:nth-child(3n) {
    margin-right: auto;
  }

  .al01_a .al01_b .al01_c:nth-child(2n) {
    margin-right: 0;
  }

  .al01_a .al01_b .al01_c .al01_text {
    height: 80px;
    padding: 20px 0 0 16px;
    background-size: 50%;
  }

  .al01_a .al01_b .al01_c .al01_text p {
    font-size: 14px;
  }

  .fenye {
    margin: 30px 0 60px;
  }

  .al02_a .al02_b .al02_c p {
    font-size: 12px;
    padding: 10px 0;
  }

  .khpj_a .khpj_b {
    padding: 20px;
  }

  .khpj_a .khpj_b img {
    width: 12%;
    margin-right: 12px;
  }

  .khpj_a .khpj_b .khpj_text h5 a {
    font-size: 16px;
  }

  .khpj_a .khpj_b .khpj_jt {
    display: none;
  }

  .khpj_new01_a .khpj_b .new_dete {
    width: 50px;
    height: 50px;
  }

  .khpj_new01_a .khpj_b .new_dete b {
    font-size: 24px;
  }

  .khpj_new01_a .khpj_b .new_dete i {
    font-size: 12px;
  }

  .khpj_new01_a .khpj_b .new_line {
    display: none;
  }

  .khpj_new01_a .khpj_b .khpj_text {
    width: auto;
    flex: 1;
    margin-left: 24px;
  }

  .khpj_new01_a .khpj_b .new01_jt {
    display: none;
  }

  .khpj_a .khpj_b .khpj_text h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
  }

  /* 新闻详情 */
  .xwxq_a .xwxq_fl {
    width: 100%;
    padding: 30px 20px;
  }

  .xwxq_a .xwxq_fl h5 {
    font-size: 18px;
  }

  .xwxq_a .xwxq_fl .xwxq_date i {
    margin-right: 8px;
    font-size: 12px;
  }

  .xwxq_a .xwxq_fl p {
    font-size: 14px;
  }

  .xwxq_a .xwxq_fl>img,
  .xwxq_a .xwxq_fl p img {
    width: 100%;
  }

  .xwxq_a .xwxq_fanh {
    width: 100%;
    flex-direction: column;
  }

  .xwxq_a .xwxq_fanh .xwxq_sx {
    width: 100%;
    margin-top: 40px;
  }

  .xwxq_a .xwxq_fanh .xwxq_sx a {
    font-size: 14px;
  }

  .xwxq_a .xwxq_fanh .fh_01 {
    justify-content: center;
    padding: 20px 0;
  }

  /* 联系我们 */
  .contact_a {
    margin-bottom: 40px;
  }

  .contact_a .contact_b {
    flex-direction: column;
  }

  .contact_a .contact_b .contact_c {
    width: 100%;
    height: 120px;
    padding: 20px 0 20px 20px;
    margin-bottom: 20px;
  }

  .contact_a .contact_b .contact_c img {
    width: 60px;
    margin-right: 20px;
  }

  .contact_a .contact_b .contact_c .contact_t b {
    font-size: 20px;
  }

  .contact_a .contact_b .contact_c .contact_t i {
    font-size: 16px;
  }

  .map_back {
    position: static;
    height: auto;
  }

  .map_back .map_box {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    position: static;
  }

  .map_back .map_a {
    position: static;
    left: 0;
    transform: none;
  }

  .map_back .map_a .map_b {
    width: 100%;
    padding: 20px 20px 60px;
  }

  .map_back .map_a .map_b h6 {
    font-size: 16px;
  }

  .map_back .map_a .map_b form input {
    margin-top: 20px;
    height: 40px;
  }

  .map_back .map_a .map_b form textarea {
    margin-top: 20px;
  }

  .map_back .map_a .map_b form .btn_in {
    justify-content: space-between;
  }

  .map_back .map_a .map_b form .btn_in input {
    width: 48%;
    margin-left: 0;
  }

  .gsjj_a .gsjj_b .video {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
  }

  .gsjj_a .gsjj_b ul li {
    text-align: center;
  }

  .gsjj_a .gsjj_b ul li span {
    font-size: 24px;
  }

  .gsjj_a .gsjj_b ul li sub span {
    font-size: 18px;
  }

  .gsjj_a .gsjj_b .gsjj_img {
    flex-direction: column;
  }

  .gsjj_a .gsjj_b .gsjj_img img {
    width: 100%;
    margin-bottom: 20px;
  }

  .gsjj_a .gsjj_b .slogan img {
    width: 350px;
  }

  .qywh_a .qywh_b {
    flex-direction: column;
  }

  .qywh_a .qywh_b .qywh_c {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    background-size: 100%;
  }

  .qywh_a .qywh_b .qywh_c b {
    margin-top: 30px;
  }

  .qywh_a .qywh_b .qywh_active {
    width: 100%;
    height: 380px;
    padding: 0 30px;
  }

  .qywh_a .qywh_b .qywh_active .qywh_back {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .qyry_back .qyry_bot_img {
    display: none;
  }

  .qyry_back .qyry_a .qyry_b {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .qyry_back .qyry_a .qyry_b .qyry_c {
    width: 48%;
    margin: 0 0 20px 0;
  }

  .qyry_back .qyry_a .qyry_b .qyry_c p {
    font-size: 14px;
    margin-top: 20px;
  }

  .lhsy_a .lhsy_b p {
    flex: 1;
  }

  .lhsy_a .lhsy_b .lhsy_img {
    flex-wrap: wrap;
  }

  .lhsy_a .lhsy_b .lhsy_img img {
    width: 48%;
    margin-bottom: 20px;
  }

  /* 首页 年份线 */
  .year_line {
    margin-bottom: 30px;
    position: relative;
  }

  .year_line .year_a {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    z-index: 10;
  }

  .year_line .year_a .year_b {
    width: 25%;
    text-align: center;
  }

  .year_line .year_a .year_b img {
    margin: 0 auto;
  }

  .year_line .year_a .year_b .blue_ {
    display: none;
  }

  .year_line .year_a .year_b i {
    font-size: 12px;
    line-height: 24px;
    font-family: D-DIN;
  }

  .year_line .year_a .year_b p {
    opacity: 0;
    font-size: 12px;
    margin-top: 4px;
    background-color: #2585E1;
    color: #fff;
    padding: 4px 6px;
  }

  .year_line .year_a .year_b:hover img {
    display: none;
  }

  .year_line .year_a .year_b:hover .icon_01 {
    margin-top: -14px;
  }

  .year_line .year_a .year_b:hover .blue_ {
    display: block;
  }

  .year_line .year_a .year_b:hover i {
    color: #2585E1;
  }

  .year_line .year_a .year_b:hover p {
    opacity: 1;
  }

  .year_line .year_hx {
    width: 92%;
    height: 1px;
    background-color: rgba(1, 26, 40, 0.4);
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
  }

  .year_line .year_yq {
    position: absolute;
    top: 20px;
    z-index: 10;
  }

  .year_line .year_yq_le {
    left: 0;
  }

  .year_line .year_yq_lr {
    right: 0;
  }

  /* 4大优势修改 */
  .ys_a .ys_b .ys_yuan {
    margin-bottom: 0;
    padding: 30px;
  }

  .qyry_back {
    height: 580px;
  }

  .qyry_back .qyry_a .qyry_b {
    width: 100%;
  }

  .qyry_back .qyry_a .qyry_b .next_qyry,
  .qyry_back .qyry_a .qyry_b .prev_qyry {
    top: 100%;
  }


}

/*# sourceMappingURL=hxj.css.map */