body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
span,
em,
i,
button {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
  font-family: 'PingFangMedium', 'PingFangSC-Regular', 'microsoft yahei';
}
img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: none !important;
  border-color: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em,
i {
  font-style: normal;
  font-size: inherit;
}
* {
  box-sizing: border-box;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='text'] {
  -webkit-appearance: none;
}
input[type='button'] {
  border: none;
}
textarea {
  -webkit-appearance: none;
}
.auto {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
:hover {
  transition: all 0.2s;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center !important;
}
.img {
  width: 100%;
  display: block;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ele {
  position: relative;
}
.ele:before,
.ele:after {
  content: '';
  position: absolute;
  display: block;
}
.ipt {
  border: none;
}
.img_hover_wrap {
  overflow: hidden;
}
.item_scale .icon {
  transition: all 0.3s;
}
.item_scale:hover .icon {
  transform: scale(1.05, 1.05);
}
.img_hover {
  transition: all 0.3s;
}
.img_hover:hover {
  transform: scale(1.05, 1.05);
}
.img_traslate {
  transition: all 0.3s;
}
.img_traslate:hover {
  transform: translateY(-10px);
}
.img_rotate {
  transition: all 0.3s;
}
.img_rotate:hover {
  transform: rotate(-360deg);
}
.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*-webkit-line-clamp: 3;*/
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
body {
  background: #fff;
}

.btn {
  cursor: pointer;
  border: none;
  background: #f66f6a;
  color: #fff;
  text-align: center;
}
.btn:hover {
  background: #4d4deb !important;
  color: #fff;
}
.c_main {
  color: #f66f6a !important;
}
.c_red {
  color: #ff3939 !important;
}

/* index */
.head {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(9, 14, 46, 0.8);
}
.hd_logo {
}
.hd_logo .img {
  height: 56px;
  width: auto;
}
.hd_tel {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
  background: url(../images/icon_01.png) no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
  font-family: 'arial';
}
.hd_sign {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  line-height: 56px;
}
.hd_sign .lk {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 5px;
}
.hd_sign .lk:hover {
  color: #f66f6a;
  text-decoration: underline;
}

.head_b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hd_nav {
  font-size: 0;
}
.hd_nav li {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
.hd_nav li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
  position: relative;
  text-align: center;
}
.hd_nav li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 0;
  height: 4px;
  background: #f66f6a;
  transition: all 0.3s;
}
.hd_nav li.cur > a::after,
.hd_nav li:hover > a::after {
  width: 50px;
  margin-left: -25px;
}

.inner_ban {
  height: 360px;
  position: relative;
}
.inner_ban .box {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 60px;
  z-index: 50;
}
.inner_ban .cn {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}
.inner_ban .en {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
.inner_ban .mask {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 127px;
  bottom: 0;
  left: 0;
}

.cx_main {
  padding: 80px 0;
  min-height: 470px;
}
.cx_sear {
  margin-bottom: 60px;
}
.cx_sear .ipt_txt {
  font-size: 16px;
  color: #333;
  height: 60px;
  line-height: 58px;
  border: 1px solid #ddd;
  border-right: none;
  width: 980px;
  padding: 0 20px;
}
.cx_sear .submit {
  width: 220px;
  height: 60px;
  line-height: 60px;
  float: right;
  font-size: 20px;
}

.cx_table {
  border: 1px solid #ddd;
}
.cx_table th,
.cx_table td {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 30px;
  padding: 15px 10px;
  font-weight: normal;
  border: 1px solid #ddd;
}
.cx_table th {
  background: #f5f7fa;
}

.ft_form {
  padding: 30px 0;
  background: url(../images/ft_07.jpg) no-repeat center;
  background-size: cover;
}
.ft_form .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.ft_form .tit {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.ft_form .ipt_txt {
  width: 400px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  border-radius: 6px;
  background: #fff;
  padding: 0 20px;
}
.ft_form .submit {
  font-size: 14px;
  color: #fff;
  width: 205px;
  line-height: 40px;
  border-radius: 6px;
}
.ft_form .submit:hover {
  background: #f0504a !important;
}
.ft_35 {
  font-size: 30px !important;
}
.border_none {
  border: none !important;
}
.foot {
  background: url(../images/ft_06.jpg) no-repeat center;
  background-size: cover;
}
.foot .ft_top {
  display: flex;
  justify-content: space-around;
  color: #fff;
  align-items: center;
  font-size: 20px;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.foot .ft_top img {
  width: 28px;
  height: 28px;
}
.foot .box_btn {
  width: 104px;
  height: 34px;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
}
.foot .ft_col_ {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.foot .ft_col_l {
  min-height: 200px;
  width: 150px;
  color: #fff;
}
.foot .ft_col_l:nth-child(1) {
  width: 280px;
}
.fw_700 {
  font-weight: 700;
}
.foot .ft_col_l:nth-last-child(1) {
  flex-shrink: 0;
  flex: 1;
}
.foot .ft_col_l .tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.swiper_flex {
  width: auto !important;
}
.foot .ft_col_l .lks a {
  font-size: 14px;
  color: #d8d9f1;
  display: block;
  line-height: 25px;
}
.ft_col_l_t {
  /* float: right; */
  position: absolute;
  right: 0px;
  top: 40px;
  color: #fff;
}
.ft_col_l_t .ft_img_c {
  /* margin-top: 10px; */
  display: flex;
}
.foot .ft_col_l_t .ft_img_c > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 26px;
}
.foot .ft_col_l_t .ft_img_c > div span {
  margin-top: 5px;
  height: 20px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
}
.ft_t {
  padding: 40px 0 25px;
}
.ft_col {
  min-height: 230px;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
  width: 300px;
  padding-left: 7%;
  padding-top: 10px;
}
.ft_col .tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.ft_col .lks {
}
.ft_col .lks a {
  font-size: 14px;
  color: #d8d9f1;
  display: block;
  line-height: 36px;
}
.ft_col .lks a:hover {
  color: #fff;
}
.ft_col:first-child {
  padding-left: 0;
  width: 160px;
}

.ft_info {
  width: 340px;
}
.ft_info .smlogo {
  height: 45px;
  width: auto;
  display: block;
}
.ft_info .kf {
  font-size: 14px;
  color: #fff;
  width: 125px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  background: #4d4deb;
  display: block;
  float: right;
}
.ft_info .kf::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/ft_03.png) no-repeat center;
  background-size: contain;
}
.ft_info .kf:hover {
  background: #f66f6a;
}
.ft_info .tel {
  font-size: 20px;
  color: #fff;
  background: url(../images/ft_02.png) no-repeat left center;
  background-size: 22px;
  padding-left: 30px;
  margin-top: 15px;
}
.ft_info .vxbox {
  margin-top: 25px;
  padding-left: 15px;
}
.ft_info .vxbox .pic {
  width: 114px;
  border: 3px solid #4d4deb;
}

.ft_b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #a2b5c9;
  line-height: 24px;
  padding: 12px 0;
  text-align: center;
}

/* 报价 */
.quote_main {
  padding: 100px 0 40px;
}
.quote_mod {
  margin-bottom: 30px;
}
.quote_mod .t_tit {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}
.quote_mod .table {
  border: 1px solid #ddd;
}
.quote_mod .table th {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #4d74ff;
  width: 190px;
  padding: 20px 0;
  font-weight: normal;
  line-height: 30px;
}

.quote_mod .table td {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  width: 190px;
}
.quote_mod .table .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.quote_mod .table .yes {
  background: url(../images/quote_03.png) no-repeat center;
  background-size: contain;
}
.quote_mod .table .no {
  background: url(../images/quote_04.png) no-repeat center;
  background-size: contain;
}

.quote_mod .table .th_1 {
  width: 250px;
}
.quote_mod .table .th_2 {
  background-image: linear-gradient(to right, #4dc6d0, #40bac3);
}
.quote_mod .table .th_3 {
  background-image: linear-gradient(to right, #7da9f9, #5d8ee8);
}
.quote_mod .table .th_4 {
  background-image: linear-gradient(to right, #fe8e55, #fb6f4d);
}
.quote_mod .table .th_5 {
  background-image: linear-gradient(to right, #ac8be6, #8d66d7);
}
.quote_mod .table .th_6 {
  background-image: linear-gradient(to right, #edb96f, #cf9959);
}
.quote_mod .table .hot {
  position: relative;
}
.quote_mod .table .hot::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 50px;
  background: url(../images/quote_02.png) no-repeat center;
  background-size: contain;
}

.quote_mod .table td:first-child {
  width: 250px;
}
.quote_mod .table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.quote_mod .txt {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

/* 服务 */
.pub_tit {
  text-align: center;
  margin-bottom: 60px;
}
.pub_tit .en {
  font-size: 28px;
  color: #dcddef;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  background-image: -webkit-linear-gradient(bottom, #fff, #dcddef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pub_tit .cn {
  font-size: 28px;
  color: #606684;
  font-weight: bold;
}
.pub_tit .ico {
  width: 490px;
  display: block;
  margin: 0 auto;
  margin-top: -18px;
}
.pub_tit.white .en {
  background-image: -webkit-linear-gradient(bottom, #606684, #dcddef);
}
.pub_tit.white .cn {
  color: #fff;
}

.ser_fw {
  padding: 80px 0;
}
.ser_fw .detail {
}
.ser_fw .info {
  width: 670px;
  display: inline-block;
  vertical-align: middle;
}
.ser_fw .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.ser_fw .txt {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.ser_fw .img {
  width: 430px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 90px;
}

.ser_zz {
  padding: 60px 0 120px;
}
.ser_zz .list {
  margin-left: -2%;
}
.ser_zz .list .item {
  float: left;
  width: 31.3%;
  margin-left: 2%;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  height: 205px;
  text-align: center;
  border-top: 4px solid #fa9e59;
  position: relative;
}
.ser_zz .list .top {
  line-height: 75px;
  text-align: center;
}
.ser_zz .list .icon {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: auto;
}
.ser_zz .list .bot {
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
}
.ser_zz .list .title {
  font-size: 16px;
  color: #333333;
}
.ser_zz .list .fz {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.ser_zz .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: #f2f5f8;
  display: none;
}
.ser_zz .list .item:hover::after {
  display: block;
}

/* 资讯列表 */
.xw_main {
  padding: 50px 0 100px;
}
.xw_l {
  width: 820px;
}
.xw_r {
  width: 340px;
}

.xw_list {
}
.xw_list .item {
  margin-bottom: 20px;
}
.xw_list .imgbox {
  width: 180px;
  display: block;
  float: left;
  overflow: hidden;
}
.xw_list .img {
  width: 100%;
  height: 150px;
  display: block;
  transition: all 1s;
}
.xw_list .info {
  margin-left: 200px;
  padding-top: 5px;
}
.xw_list .title {
  font-size: 18px;
  color: #333333;
  display: block;
  font-weight: bold;
  line-height: 30px;
}
.xw_list .txt {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 60px;
  margin-top: 5px;
}
.xw_list .date {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  background: url(../images/xw_04.png) no-repeat left center;
  background-size: 14px;
  padding-left: 20px;
}
.xw_list .item:hover .title {
  color: #f66f6a;
}
.xw_list .item:hover .img {
  transform: scale(1.1, 1.1);
}

.xw_tit {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.xw_tit_more {
  font-size: 12px;
  color: #9d9d9d;
  font-weight: normal;
}

.xw_hot {
  margin-bottom: 40px;
}
.xw_hot .list {
  padding: 20px;
  box-shadow: 0 5px 16px rgba(65, 98, 114, 0.1);
}
.xw_hot .list .item {
  margin-bottom: 20px;
}
.xw_hot .list .imgbox {
  width: 100px;
  display: block;
  float: left;
  overflow: hidden;
}
.xw_hot .list .img {
  width: 100%;
  height: 100px;
  display: block;
  transition: all 1s;
}
.xw_hot .list .info {
  margin-left: 120px;
}
.xw_hot .list .title {
  font-size: 16px;
  color: #333333;
  display: block;
  font-weight: bold;
  line-height: 24px;
}
.xw_hot .txt {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  margin-top: 5px;
}
.xw_hot .date {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  background: url(../images/xw_04.png) no-repeat left center;
  background-size: 14px;
  padding-left: 20px;
}
.xw_hot .item:hover .title {
  color: #f66f6a;
}
.xw_hot .item:hover .img {
  transform: scale(1.1, 1.1);
}

.xw_dt {
}
.xw_dt .list {
  padding: 20px;
  box-shadow: 0 5px 16px rgba(65, 98, 114, 0.1);
}
.xw_dt .list .item {
  margin-bottom: 20px;
}
.xw_dt .list .datebox {
  width: 50px;
  display: block;
  float: left;
  text-align: right;
}
.xw_dt .list .day {
  font-size: 16px;
  color: #333333;
}
.xw_dt .list .year {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}
.xw_dt .list .info {
  margin-left: 70px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}
.xw_dt .list .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
}
.xw_dt .list .txt {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  margin-top: 5px;
}
.xw_dt .item:hover .title {
  color: #f66f6a;
}

/* 帮助 */
.inner_ban .search_box {
  border-radius: 4px;
  overflow: hidden;
  width: 540px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -270px;
  margin-top: 40px;
  z-index: 30;
}
.inner_ban .search_box .ipt_txt {
  font-size: 14px;
  color: #333;
  width: 460px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  float: left;
}
.inner_ban .search_box .submit {
  font-size: 18px;
  width: 80px;
  line-height: 40px;
  float: right;
}

.help_main {
  padding: 70px 0;
}
.help_l {
  width: 220px;
  background: #f3f5f8;
}
.help_r {
  width: 950px;
}

.help_tit {
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  background: #4d4deb;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.help_menu {
  padding-top: 20px;
}
.help_menu li {
  border-bottom: 2px solid #fff;
}
.help_menu .tit {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  padding-left: 15px;
  border-left: 4px solid transparent;
}
.help_menu .drop {
  background: #fff;
  padding: 8px 0 8px 18px;
  display: none;
}
.help_menu .drop a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.help_menu .drop a:hover,
.help_menu .drop a.this {
  color: #4d4deb;
}
.help_menu li.cur .tit,
.help_menu li:hover .tit {
  background: #fff;
  color: #4d4deb;
  border-color: #4d4deb;
}
.help_menu li.cur .drop {
  display: block;
}
.help_menu li.has .tit {
  background: url(../images/help_02.png) no-repeat 93% center;
  background-size: 14px;
}
.help_menu li.has.cur .tit {
  background-image: url(../images/help_02-1.png);
}

.help_tt {
  position: relative;
}
.help_tt .title {
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}
.help_tt .button {
  font-size: 18px;
  color: #fff;
  width: 120px;
  line-height: 48px;
  display: block;
  border-radius: 4px;
  background: #4d4deb;
  text-align: center;
}
.help_tt .button:hover {
  background: #d06c73;
}
.help_tt::before {
  content: '';
  position: absolute;
  left: 0;
  right: 140px;
  height: 1px;
  background: #e5e5e5;
  top: 50%;
}

.help_edit {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  margin-top: 30px;
}

/* 招商加盟 */
.agent_ban {
  height: 460px;
}
.agent_ban .txt {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 190px;
  z-index: 20;
}
.agent_ban .title {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 25px;
}
.agent_ban .smtit {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.agent_ban .line {
  width: 400px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 25px auto;
}
.agent_ban .tel {
  font-size: 20px;
  color: #fff;
}

.agent_pro {
  padding: 80px 0;
}
.agent_pro .list {
  margin-left: -20px;
}
.agent_pro .list .item {
  float: left;
  position: relative;
  margin: 0 0 20px 20px;
  width: 285px;
  overflow: hidden;
  border-radius: 8px;
}
.agent_pro .list .img {
  width: 100%;
  height: 230px;
  transition: all 1s;
}
.agent_pro .list .title {
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  line-height: 30px;
  padding: 0 15px;
}
.agent_pro .list .item_1 {
  width: 590px;
}
.agent_pro .list .item_1 .img {
  width: 100%;
  height: 480px;
}
.agent_pro .list .item_2 {
  width: 590px;
}
.agent_pro .list .item_2 .img {
  width: 100%;
  height: 230px;
}
.agent_pro .list .item:hover .img {
  transform: scale(1.1, 1.1);
}

.agent_gs {
  background: url(../images/agent_10.jpg) no-repeat center;
  background-size: cover;
  padding: 85px 0;
}
.agent_gs .list {
  margin-left: -20px;
}
.agent_gs .list .item {
  width: 285px;
  float: left;
  text-align: center;
  position: relative;
  margin-left: 20px;
}
.agent_gs .list .imgbox {
  position: relative;
}
.agent_gs .list .img {
  width: 100%;
  display: block;
  height: 195px;
}
.agent_gs .list .info {
  padding: 1px 15px 0;
  height: 120px;
}
.agent_gs .list .icon {
  margin: -12px auto 0;
  display: block;
  position: relative;
  z-index: 30;
}
.agent_gs .list .smbox {
}
.agent_gs .list .title {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.agent_gs .list .line {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 13px auto 0;
}
.agent_gs .list .txt {
  display: none;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 20px;
}
.agent_gs .list .item:hover .info {
  background: #fff;
}
.agent_gs .list .item:hover .txt {
  display: block;
}
.agent_gs .list .item:hover .smbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
}
.agent_gs .list .item:hover .mask {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.agent_ts {
  padding: 70px 0;
}
.agent_ts .detail {
}
.agent_ts .detail .img {
  width: 100%;
  display: block;
}

.agent_sc {
  padding: 0 0 80px;
}
.agent_sc .list {
  margin-left: -120px;
  padding-top: 20px;
}
.agent_sc .list .item {
  width: 320px;
  float: left;
  margin-left: 120px;
}
.agent_sc .list .imgbox {
  position: relative;
}
.agent_sc .list .img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.agent_sc .list .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/agent_13.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.agent_sc .list .icon {
  width: 52px;
  display: block;
  margin: -26px auto 35px;
  box-shadow: 0 0 8px rgba(57, 97, 247, 0.1);
  border-radius: 50%;
}
.agent_sc .list .fz {
  font-size: 14px;
  color: #fff;
}
.agent_sc .list .tit {
  font-size: 20px;
  color: #fff;
  margin: 18px 0;
}
.agent_sc .list .title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}
.agent_sc .list .item:hover .shade {
  opacity: 1;
}

.agent_tech {
  padding: 50px 0 30px;
  background: #f4f6f8;
}
.agent_tech .list {
  margin-left: -40px;
}
.agent_tech .list .item {
  width: 580px;
  background: #fff;
  float: left;
  margin: 0 0 65px 40px;
}
.agent_tech .list .lbox {
  width: 140px;
  float: left;
  height: 100px;
}
.agent_tech .list .icon {
  width: 74px;
  display: block;
  margin: -37px auto 0;
  transition: all 0.3s;
}
.agent_tech .list .fz {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.agent_tech .list .rbox {
  margin-left: 140px;
  padding: 20px 18px 0;
}
.agent_tech .list .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.agent_tech .list .txt {
  font-size: 14px;
  color: #666666;
  margin-top: 13px;
}
.agent_tech .list .item_1 .lbox {
  background: #ea6d01;
}
.agent_tech .list .item_2 .lbox {
  background: #be56a9;
}
.agent_tech .list .item_3 .lbox {
  background: #7bc531;
}
.agent_tech .list .item_4 .lbox {
  background: #2ec78d;
}
.agent_tech .list .item:hover .icon {
  transform: scale(1.1, 1.1);
}

.agent_lx {
  padding: 80px 0 100px;
}
.agent_lx .detail {
}
.agent_lx .info {
  width: 525px;
}
.agent_lx .info .row {
  margin-bottom: 45px;
}
.agent_lx .info .tit {
  font-size: 16px;
  color: #333;
}
.agent_lx .info .ico {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.agent_lx .info .txt {
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  line-height: 30px;
  margin-top: 15px;
}

.agent_lx .form {
  width: 675px;
  padding-left: 120px;
  border-left: 1px solid #e5e5e5;
}
.agent_lx .form .row {
  margin-bottom: 20px;
}
.agent_lx .form .tit {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.agent_lx .form .ipt {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
}
.agent_lx .form .ipt_txt {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
.agent_lx .form .textarea {
  height: 170px;
  resize: none;
  padding: 10px 15px;
  line-height: 24px;
}
.agent_lx .form .submit {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: none;
  cursor: pointer;
  text-align: center;
  background: #3961f7;
  margin: 70px auto 0;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.agent_lx .form .submit:hover {
  background: #d06c73;
}

/* 案例演示 */
.zd {
  min-height: 460px;
}
.case_mod {
  padding-top: 50px;
}
.case_mod .imgbox {
  position: relative;
}
.case_mod .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 20;
}
.case_mod .img_bg {
  position: absolute;
  left: -80px;
  top: -220px;
}
.case_mod .info {
  padding-top: 60px;
}
.case_mod .list {
  margin-left: -15px;
}
.case_mod .list li {
  position: relative;
  width: 215px;
  height: 100px;
  background: url(../images/case_20.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 30px 15px;
  float: left;
  box-shadow: 0 2px 4px rgba(17, 16, 26, 0.14);
  padding: 40px 0 0 25px;
}
/* .case_mod .list li:hover{cursor: pointer;} */
.case_mod .list li:hover .txt,
.case_mod .list li:hover .num {
  color: #4d4deb;
}
.case_mod .list .num {
  font-size: 36px;
  color: #e6ebf3;
  font-weight: bold;
  font-family: 'arial';
  position: absolute;
  right: 8px;
  top: 5px;
  line-height: 40px;
  font-style: italic;
}
.case_mod .list .txt {
  font-size: 16px;
  color: #333333;
}
/* .case_mod .list li:hover{background-image: url(../images/case_20-1.jpg)}
.case_mod .list li:hover .txt{color: #fff;} */
.case_mod .imgbox.fr .img_bg {
  left: auto;
  right: -80px;
}

.case_display {
  padding: 80px 0 30px;
}
.case_display .case_mod .imgbox {
  width: 600px;
}
.case_display .case_mod .info {
  width: 545px;
}

.case_demo {
  padding: 80px 0 30px;
}
.case_demo .img_bg {
  top: -180px;
}
.case_demo .case_mod .info {
  width: 700px;
}

.case_cooper {
  padding: 80px 0;
}
.case_cooper .detail {
  position: relative;
}
.case_cooper .item {
  padding: 25px 0;
}
.case_cooper .item .img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.case_cooper .item .tit {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.case_cooper .item:hover .img {
  transform: scale(1.05, 1.05);
}

.case_cooper .swiper-container {
  position: static;
}
.case_cooper .swiper-button-next,
.case_cooper .swiper-button-prev {
  width: 50px;
  height: 98px;
  margin-top: -49px;
}
.case_cooper .swiper-button-prev {
  background: url(../images/case_18.png) no-repeat center;
  background-size: contain;
  left: -80px;
}
.case_cooper .swiper-button-next {
  background: url(../images/case_19.png) no-repeat center;
  background-size: contain;
  right: -80px;
}
.case_cooper .swiper-button-prev:hover {
  background-image: url(../images/case_18-1.png);
}
.case_cooper .swiper-button-next:hover {
  background-image: url(../images/case_19-1.png);
}

/* 功能页 */
.func_xd {
  padding: 85px 0;
}
.func_xd .detail {
}
.func_xd .detail .img {
  width: 100%;
  display: block;
}

.func_jd {
  padding: 30px 0 80px;
}
.func_jd .list {
}
.func_jd .list .item {
  position: relative;
  width: 590px;
  transition: all 0.3s;
}
.func_jd .list .img {
  width: 100%;
  height: 120px;
}
.func_jd .list .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(32, 42, 78, 0.7);
  line-height: 120px;
  text-align: center;
}
.func_jd .list .item::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 5px;
  background: url(../images/func_05.jpg) no-repeat center;
  background-size: cover;
  top: -5px;
}
.func_jd .list .title {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 2px;
}
.func_jd .list .item:hover {
  transform: translateY(-5px);
}

.func_bg {
  background: url(../images/func_35.jpg) no-repeat center;
  background-size: cover;
}

.case_mod .t_tit {
  font-size: 24px;
  color: #fe8708;
  font-weight: bold;
  margin-bottom: 25px;
}
.case_mod .list .txt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.case_mod .desc {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  padding-left: 13px;
  padding-top: 10px;
}
.case_mod .desc p {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.case_mod .desc p::before {
  width: 6px;
  height: 6px;
  background: #6960f4;
  border-radius: 50%;
  left: 0;
  top: 10px;
  content: '';
  position: absolute;
}

.func_zf {
  padding: 60px 0;
}
.func_zf .info {
  width: 750px;
}

.func_tx {
  padding: 30px 0 80px;
}
.func_tx .case_mod .info {
  width: 730px;
}
.func_tx .case_mod .list li {
  padding: 40px 25px;
  height: auto;
  text-align: center;
  background: url(../images/func_45.jpg) no-repeat center;
  background-size: cover;
}
.func_tx .case_mod .list .txt img {
  display: block;
  height: 46px;
  width: auto;
  margin: 0 auto 15px;
}
.func_tx .case_mod .img {
  margin-top: -40px;
}

.func_yy {
  padding: 80px 0;
}
.func_yy .list {
  margin-left: -120px;
}
.func_yy .list .item {
  float: left;
  margin: 0 0 30px 120px;
  width: 320px;
}
.func_yy .list .imgbox {
  overflow: hidden;
  border-radius: 10px;
}
.func_yy .list .img {
  width: 100%;
  display: block;
  height: 200px;
  transition: all 1s;
}
.func_yy .list .tit {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.func_yy .list .item:hover .img {
  transform: scale(1.1, 1.1);
}

.func_yx {
  padding: 0 0 80px;
}
.func_yx .detail {
  height: 320px;
  background: url(../images/func_12.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.func_yx .detail .auto {
  position: absolute;
  width: 1200px;
  height: 100%;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.func_yx .wz {
  width: 100px;
  height: 100px;
  background: url(../images/func_13.png) no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 100px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.func_yx .wz i {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.func_yx .wz_1 {
  left: 0;
  top: 120px;
}
.func_yx .wz_2 {
  top: 0;
  left: 275px;
}
.func_yx .wz_3 {
  left: 550px;
  top: 50px;
}
.func_yx .wz_4 {
  right: 270px;
  top: 200px;
}
.func_yx .wz_5 {
  right: 0;
  top: 160px;
}
.func_yx .wz:hover {
  transform: translateY(-5px);
}

.func_fuz {
  padding: 80px 0;
}
.func_fuz .list {
  margin-left: -120px;
}
.func_fuz .list .item {
  float: left;
  position: relative;
  width: 320px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 120px;
}
.func_fuz .list .img {
  width: 100%;
  display: block;
  height: 200px;
  transition: all 1s;
}
.func_fuz .list .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 55px 10px 0;
}
.func_fuz .list .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.func_fuz .list .tit {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.func_fuz .list .item:hover .img {
  transform: scale(1.1, 1.1);
}

.func_tese {
  padding: 60px 0 50px;
}
.func_tese .list {
}
.func_tese .list .item {
  float: left;
  width: 14.285%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.func_tese .list .icon {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.func_tese .list .title {
  font-size: 14px;
  color: #383e63;
  line-height: 22px;
  margin: 15px auto 0;
  text-align: center;
  max-width: 100px;
}
.func_tese .list .shade {
  padding: 15px 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/func_34.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}
.func_tese .list .txt {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  -webkit-line-clamp: 4;
  height: 112px;
}
.func_tese .list .item:hover .shade {
  opacity: 1;
}

.func_bb {
  padding: 85px 0 75px;
}

.func_bx {
  padding: 75px 0 130px;
}

/* 关于我们 */
.us_gk {
  padding: 80px 0 50px;
  position: relative;
}
.us_gk .detail {
  position: relative;
  z-index: 10;
}
.us_gk .info {
  width: 560px;
}
.us_gk .list {
  height: 175px;
  padding-top: 25px;
}
.us_gk .list li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.us_gk .list .num {
  font-size: 46px;
  color: #27275a;
  font-weight: bold;
  line-height: 50px;
}
.us_gk .list .fz {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.us_gk .list li:first-child {
  text-align: left;
}

.us_gk .txt {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  padding: 60px 0 30px;
  position: relative;
}
.us_gk .txt::before,
.us_gk .txt::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 16px;
  background: url(../images/us_02.png) no-repeat center;
  background-size: contain;
}
.us_gk .txt::before {
  left: 0;
  top: 25px;
}
.us_gk .txt::after {
  right: 0;
  bottom: 0;
}

.us_gk .imgbox {
  width: 480px;
  border: 3px solid #9e9ef4;
  overflow: hidden;
}
.us_gk .imgbox .img {
  width: 100%;
  display: block;
  transition: all 5s;
}
.us_gk .imgbox:hover .img {
  transform: scale(1.2, 1.2);
}
.us_gk .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 280px;
  background: #f0f2f6;
}

.us_lc {
  padding: 85px 0 80px;
}
.us_lc .detail {
  /* padding:180px 0; */
  position: relative;
  height: 400px;
}
.us_lc .detail::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: #ddd;
}
.us_lc .list {
  position: relative;
}
.us_lc .list .item {
  float: left;
  width: 200px;
  text-align: center;
  height: 200px;
  position: relative;
  z-index: 10;
  margin-top: 15px;
}
.us_lc .list .circle {
  width: 10px;
  height: 10px;
  background: #3a62d7;
  border-radius: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  box-shadow: 0 1px 4px rgba(10, 41, 60, 0.2);
}
.us_lc .list .year {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 25px;
}
.us_lc .list .line {
  width: 9px;
  height: 79px;
  background: url(../images/us_04.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: 10px auto;
}
.us_lc .list .txt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
}
/* .us_lc .list .item:nth-child(odd){margin-top: 180px;} */

.us_lc .list .swiper-slide:nth-child(odd) .item {
  margin-top: 180px;
}

.us_lc .auto {
  position: relative;
}
.us_lc .swiper-container {
  position: static;
}
.us_lc .swiper-button-next,
.us_lc .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -20px;
}
.us_lc .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center;
  background-size: contain;
  left: -100px;
}
.us_lc .swiper-button-next {
  background: url(../images/next.png) no-repeat center;
  background-size: contain;
  right: -100px;
}

.us_lx {
  padding: 20px 0 100px;
}
.us_lx .info {
  width: 390px;
}
.us_lx .map {
  width: 760px;
  height: 445px;
}
.BMapLabel {
  border: none !important;
}

/* index */
.idx_ban_top {
}
.idx_ban_top .img {
  width: 100%;
  display: block;
}
.idx_ban_top .swiper-pagination {
  font-size: 0;
  bottom: 45px;
}
.idx_ban_top .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.idx_ban_top .swiper-pagination-bullet-active {
  background: #f66f6a;
}

/* index */
.idx_ban {
}
.idx_ban .img {
  width: 100%;
  display: block;
}
.idx_ban .swiper-pagination {
  font-size: 0;
  bottom: 45px;
}
.idx_ban .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.idx_ban .swiper-pagination-bullet-active {
  background: #f66f6a;
}

.idx_func {
  padding: 80px 0;
  background: url(../images/idx_04.jpg) no-repeat center;
  background-size: cover;
}
.idx_func .detail {
}
.idx_func .menu {
  background: #eef0f4;
  width: 200px;
}
.idx_func .menu .lk {
  display: block;
  font-size: 16px;
  color: #383e63;
  line-height: 130px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.idx_func .menu .lk::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background: url(../images/idx_02.png) no-repeat center;
  background-size: contain;
  margin-top: -16px;
  right: -16px;
  box-shadow: 0 4px 22px rgba(77, 77, 235, 0.46);
  border-radius: 50%;
  display: none;
}
.idx_func .menu .lk.cur,
.idx_func .menu .lk:hover {
  color: #4d4deb;
  background: #fff;
}
.idx_func .menu .lk.cur::after,
.idx_func .menu .lk:hover::after {
  display: block;
}

.idx_func .wrap {
  width: 900px;
}
.idx_func .imgbox .img {
  width: 100%;
}

.idx_advan {
  padding: 85px 0 100px;
  background: url(../images/idx_05.jpg) no-repeat center;
  background-size: cover;
}
.idx_advan .list {
  margin-left: -10px;
}
.idx_advan .list .item {
  width: 190px;
  float: left;
  height: 300px;
  background: url(../images/idx_24.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-left: 10px;
  padding: 50px 15px 0;
  text-align: center;
}
.idx_advan .list .num {
  font-size: 36px;
  color: #e6ebf3;
  font-weight: bold;
  font-family: 'arial';
  font-style: italic;
  position: absolute;
  right: 8px;
  top: 5px;
}
.idx_advan .list .ico {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.idx_advan .list .ico_h {
  display: none;
}
.idx_advan .list .title {
  font-size: 16px;
  color: #383e63;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
.idx_advan .list .line {
  width: 135px;
  height: 1px;
  background: #f0f3f8;
  display: block;
  margin: 25px auto;
}
.idx_advan .list .txt {
  font-size: 14px;
  color: #4c5867;
  line-height: 28px;
  max-width: 140px;
  margin: 0 auto;
}
.idx_advan .list .item:hover {
  background-image: url(../images/idx_24-1.jpg);
}
.idx_advan .list .item:hover .title {
  color: #fff;
}
.idx_advan .list .item:hover .line {
  background: #fff;
}
.idx_advan .list .item:hover .txt {
  color: #fff;
}
.idx_advan .list .item:hover .ico_s {
  display: none;
}
.idx_advan .list .item:hover .ico_h {
  display: block;
}

.idx_tese .list .item {
  width: 16.66%;
}

.idx_scene {
  padding: 30px 0 70px;
}
.idx_scene .list {
  margin-left: -30px;
}
.idx_scene .list .item {
  position: relative;
  float: left;
  margin: 0 0 30px 30px;
  width: 380px;
  transition: all 0.3s;
}
.idx_scene .list .img {
  width: 100%;
  height: 120px;
}
.idx_scene .list .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(32, 42, 78, 0.7);
  line-height: 120px;
  text-align: center;
}
.idx_scene .list .item::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 5px;
  background: url(../images/func_05.jpg) no-repeat center;
  background-size: cover;
  top: -5px;
}
.idx_scene .list .title {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 2px;
}
.idx_scene .list .item:hover {
  transform: translateY(-5px);
}

.idx_xw {
  padding: 80px 0;
  background: #f3f6ff;
}
.idx_xw .menu {
  width: 280px;
}
.idx_xw .menu .lk {
  display: block;
  padding: 25px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.idx_xw .menu .tit {
  font-size: 18px;
  color: #333333;
}
.idx_xw .menu .en {
  font-size: 14px;
  color: #9097a7;
  margin-top: 10px;
}
.idx_xw .menu .more {
  width: 44px;
  height: 44px;
  background: url(../images/idx_02.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-top: 100px;
  border-radius: 50%;
  margin-left: 20px;
}
.idx_xw .menu .lk.cur,
.idx_xw .menu .lk:hover {
  background: url(../images/idx_18.jpg) no-repeat center;
  background-size: cover;
}
.idx_xw .menu .lk.cur .tit,
.idx_xw .menu .lk:hover .tit {
  color: #fff;
}
.idx_xw .menu .lk.cur .en,
.idx_xw .menu .lk:hover .en {
  color: #fff;
}
.idx_xw .menu .lk::after {
  content: '';
  position: absolute;
  top: 26px;
  right: 20px;
  width: 30px;
  height: 12px;
  background: url(../images/idx_19.png) no-repeat center;
  background-size: contain;
  display: none;
}
.idx_xw .menu .lk.cur::after,
.idx_xw .menu .lk:hover::after {
  display: block;
}

.idx_xw .wrap {
  width: 870px;
}
.idx_xw .list {
  margin-left: -20px;
}
.idx_xw .list .item {
  background: #fff;
  float: left;
  width: 425px;
  margin: 0 0 20px 20px;
  padding: 25px 65px 25px 20px;
}
.idx_xw .list .datebox {
  width: 82px;
  height: 82px;
  display: block;
  float: left;
}
.idx_xw .list .day {
  font-size: 20px;
  color: #333333;
}
.idx_xw .list .year {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
.idx_xw .list .info {
  margin-left: 90px;
}
.idx_xw .list .title {
  font-size: 18px;
  color: #383e63;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  font-weight: bold;
}
.idx_xw .list .txt {
  font-size: 14px;
  color: #9097a7;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-top: 10px;
}
.idx_xw .list .item:hover {
  background: url(../images/idx_21.jpg) no-repeat center;
  background-size: cover;
}
.idx_xw .list .item:hover .title {
  color: #4d4deb;
}
.idx_xw .list .item:hover .datebox {
  background: url(../images/idx_20.png) no-repeat center;
  background-size: contain;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
  margin-left: -40px;
}
.idx_xw .list .item:hover:hover .year {
  margin-top: 0;
  color: #fff;
}
.idx_xw .list .item:hover:hover .day {
  color: #fff;
}

.idx_honor {
  padding: 85px 0 30px;
  position: relative;
}
.idx_honor .detail {
  position: relative;
  z-index: 20;
}
.idx_honor .lbox {
  width: 610px;
}
.idx_honor .list {
  margin-left: -25px;
}
.idx_honor .list li {
  float: left;
  width: 290px;
  margin-left: 25px;
}
.idx_honor .list .swiper-slide-li {
  width: 605px;
}
.idx_honor .list .img {
  width: 100%;
  height: 380px;
}
.idx_honor .list .tit {
  font-size: 20px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}

.idx_honor .rbox {
  width: 550px;
}
.idx_honor .list_t {
  height: 175px;
  padding-top: 30px;
}
.idx_honor .list_t li {
  float: left;
  width: 50%;
  text-align: center;
}
.idx_honor .list_t .num {
  font-size: 46px;
  color: #27275a;
  font-weight: bold;
  line-height: 50px;
}
.idx_honor .list_t .fz {
  font-size: 16px;
  color: #27275a;
  margin-top: 15px;
}

.idx_honor .txt {
  font-size: 15px;
  color: #333333;
  line-height: 36px;
  padding: 60px 0 30px;
  position: relative;
}
.idx_honor .txt::before,
.idx_honor .txt::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 16px;
  background: url(../images/us_02.png) no-repeat center;
  background-size: contain;
}
.idx_honor .txt::before {
  left: 0;
  top: 25px;
}
.idx_honor .txt::after {
  right: 0;
  bottom: 0;
}
.idx_honor .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 280px;
  background: #f0f2f6;
}

.pagination {
  margin-top: 60px;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  font-size: 12px;
  display: block;
  margin-right: 5px;
  padding: 5px;
  min-width: 3em;
  box-sizing: content-box;
  text-align: center;
  background-color: #fdfdfd;
  border: 1px solid #cecece;
}
.pagination ul li.cur a {
  background-color: #f0f0f0;
}

.xw_detail_main .title {
  text-align: center;
}
.xw_detail_main .title h1 {
  font-size: 24px;
  font-weight: normal;
}
.xw_detail_main .title .ext {
  font-size: 10px;
  color: #999;
  margin-top: 10px;
}

.xw_detail_main .content {
  margin-top: 50px;
}

.explain_fnc {
  display: flex;
  width: 100%;
  height: 90px;
  background: #f5f8fe;
  opacity: 0.52;
  backdrop-filter: blur(12px);
}
.explain_fnc .explain_box {
  width: 60%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 11px 0px; */
}
.explain_fnc .explain_box > div {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  border-right: 1px solid #ced4dd;
}
.explain_fnc .explain_box > div:nth-last-child(1) {
  border: none;
}
.explain_fnc .explain_box > div > div:nth-child(1) {
  width: 45px;
  height: 45px;
  border: 1px solid red;
  margin-right: 10px;
}
.explain_fnc .explain_box .explain_box_t > div:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 25px;
}
.explain_fnc .explain_box .explain_box_t > div:nth-child(2) {
  font-size: 12px;
  color: #636e80;
  line-height: 16px;
}

.solve_fnc {
  padding: 80px 0;
  background: url(../images/idx_04.jpg) no-repeat center;
  background-size: cover;
}
.solve_fnc .wfl_100 {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  padding: 0px 40px;
}

.solve_fnc .menu {
  /* background: #eef0f4; */
  width: 200px;
}
.solve_fnc .menu .lk {
  display: block;
  width: 212px;
  font-size: 24px;
  color: #383e63;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  border-radius: 43px;
  position: relative;
}

.solve_fnc .solve_wfl_box {
  padding: 95px 100px;
  /* border: 1px solid red; */
  display: flex;
}
.solve_fnc .solve_wfl_box .solve_wfl_cont {
  flex: 1;
}
.solve_wfl_cont_tt {
}
.solve_fnc .solve_wfl_box video {
  flex-shrink: 0;
  width: 530px;
  height: 380px;
}
.solve_fnc .menu .lk::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background: url(../images/idx_02.png) no-repeat center;
  background-size: contain;
  margin-top: -16px;
  right: -16px;
  box-shadow: 0 4px 22px rgba(77, 77, 235, 0.46);
  border-radius: 50%;
  display: none;
}
.solve_fnc .menu .lk.cur,
.solve_fnc .menu .lk:hover {
  /* color: #4d4deb; */
  color: #fff;
  background: #fff;
  background: linear-gradient(112deg, #5d99ff 0%, #0271ef 100%);
}
/* .solve_fnc .menu .lk.cur::after,
.solve_fnc .menu .lk:hover::after {
  display: block;
} */
.solve_fnc .wfl_100_img {
  width: 100%;
  background: #f5f7fd;
  margin-top: 40px;
  border-radius: 21px;
}
.solve_fnc .wrap {
  /* width: 900px; */
}
.solve_fnc .imgbox .img {
  width: 100%;
}

.scene_fnc {
  background-size: cover;
}
.scene_fnc .scene_fnc_box {
  position: relative;
}
.scene_fnc .wfl_100 {
  position: absolute;
  top: 40px;
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  padding: 0px 40px;
}
.scene_fnc .pub_tit {
  margin-bottom: 0px;
}
.scene_fnc .menu {
  /* background: #eef0f4; */
  width: 200px;
}
.scene_fnc .menu .lk {
  display: block;
  width: 212px;
  font-size: 16px;
  color: #636e80;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  border-radius: 43px;
  position: relative;
}
.scene_fnc .menu .lk::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background: url(../images/idx_02.png) no-repeat center;
  background-size: contain;
  margin-top: -16px;
  right: -16px;
  box-shadow: 0 4px 22px rgba(77, 77, 235, 0.46);
  border-radius: 50%;
  display: none;
}
.scene_fnc .menu .lk.cur,
.scene_fnc .menu .lk:hover {
  /* color: #4d4deb; */
  color: #000;
  background: #fff;
}
/* .scene_fnc .menu .lk.cur::after,
.scene_fnc .menu .lk:hover::after {
  display: block;
} */
.scene_fnc .wfl_100_img {
  width: 100%;
  background: #f5f7fd;
  border-radius: 21px;
}
.scene_fnc .wrap {
  /* width: 900px; */
}
.scene_fnc .imgbox .img {
  width: 100%;
}

.por,
.por7 {
  position: relative;
}
.por .poa_img {
  position: absolute;
  width: 18%;
  bottom: 4%;
  right: 10%;
}
.por .poa_mp4 {
  position: absolute;
  width: 16%;
  bottom: 6%;
  right: 11%;
}

.por7 .poa_img {
  position: absolute;
  width: 18%;
  bottom: 4%;
  right: 10%;
}
.por7 .poa_gif {
  position: absolute;
  width: 30%;
  bottom: 25%;
  right: 10%;
}
