@charset "UTF-8";
/* 首页 */
.section1 {
  background: #f2f3f5;
}

.section1 li {
  text-align: center;
  position: relative;
}

.section1 li .num .counter {
  font-weight: 500;
  color: #005dcf;
  font-size: 7.2rem;
  font-family: "Oswald-Medium";
  font-weight: bold;
  background: linear-gradient(210deg, #005dcf 0%, #4640ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section1 li .num .small {
  color: #2c324d;
}

.section1 li .tit {
  color: #2c324d;
}

.section1 li::after {
  content: "";
  width: 0.2rem;
  height: 8rem;
  background: #cacaca;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section1 li:last-child::after {
  display: none;
}

/* sec_type */
.sec_type {
  margin-bottom: 3rem;
}

.sec_type span.c1 {
  color: #005dcf;
}

.sec_type span.c2 {
  color: #4affff;
}

.sec_type .cn {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 1.7rem;
}

.sec_type .cn::after {
  content: "";
  width: 16rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/line1.png) no-repeat;
  background-size: 100% 100%;
}

.sec_type .en {
  color: #999;
  text-transform: uppercase;
}

.sec_type.sec_type2 {
  color: #fff;
}

.sec_type.sec_type2 .cn .c1 {
  color: #4affff;
}

.sec_type.sec_type2 .cn::after {
  background: url(../img/line1.png) no-repeat;
  background-size: 100% 100%;
}

.sec_type.sec_type2 .en {
  color: #fff;
}

/* section2 */
.section2 .grid_mid {
  margin: 0 -3rem;
}

.section2 .item {
  margin: 2.4rem 3rem;
  background: #fff;
  box-shadow: 0rem 0rem 2rem 0rem rgba(102, 102, 102, 0.12);
  border-radius: 1rem;
}

.section2 .item .item_pic {
  border-radius: 1rem 1rem 0 0;
}

.section2 .item .item_pic img {
  height: 15rem;
  display: block;
  border-radius: 1rem 1rem 0 0;
}

.section2 .item .item_txt {
  padding: 1.2rem;
}

.section2 .item .item_txt .item_tit {
  align-items: center;
  padding: 1.2rem 0 1.6rem;
  border-bottom: 1px solid #cacaca;
}

.section2 .item .item_txt .item_tit .tit {
  color: #2c324d;
}


.section2 .item .item_txt .item_tit .price {
  width: 11.6rem;
  margin-left: 1.5rem;
  color: #ed6100;
  text-align: right;
}


.section2 .item .item_txt .item_link {
  padding-top: 10px;
}

.section2 .item .item_txt .item_link .desc {
  overflow: hidden;
  color: #333;
}

.section2 .item .item_txt .item_link .link {
  width: 9.24rem;
  margin-left: 1.5rem;
  flex-shrink: 0;
}

.section2 .item .item_txt .item_link .link span {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #2c324d;
  border-radius: 0.4rem;
  color: #2c324d;
}

.section2 .item:hover .tit {
  color: #ed6100;
}

.section2 .item:hover .item_link .link span {
  background: #ed6100;
  border-color: #ed6100;
  color: #fff;
}

/* section3 */
.section3 {
  overflow: hidden;
  background-size: cover;
}

.section3 .item {
  height: 22.3rem;
  background-position: center;
  transition: all ease 0.3s;
  padding: 1.2rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/bg_dd1.png);
}

.section3 .item .item_txt {
  width: 100%;
}

.section3 .item .item_icon {
  width: 17.5rem;
}

.section3 .item .xu {
  font-size: 12.99rem;
  font-family: "Oswald-Medium";
  font-weight: 500;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(242, 243, 245, 0.08);
}

.section3 .item .item_fl .item1 {
  padding-left: 7rem;
  color: #fff;
}

.section3 .item .item_fl .item2 {
  display: none;
  padding-left: 3rem;
}

.section3 .item .item_fl .item2 .item_tit {
  color: #005dcf;
  position: relative;
  padding-bottom: 1.2rem;
}

.section3 .item .item_fl .item2 .item_tit img {
  margin-right: 1rem;
}

.section3 .item .item_fl .item2 .item_tit::after {
  content: "";
  width: 15.05rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #005dcf;
}

.section3 .item .item_fl .item2 .item_desc {
  color: #333;
  margin-top: 2rem;
}

.section3 .item:hover, .section3 .item.hover {
  background-image: url(../img/bg_dd2.png);
}

.section3 .item:hover .item1, .section3 .item.hover .item1 {
  display: none;
}

.section3 .item:hover .item2, .section3 .item.hover .item2 {
  display: block;
}

/* section4 */
.section4 .slides {
  margin: 0 -6.8rem;
}

.section4 .slides .swiper-slide {
  transform: scale(0.75);
}

.section4 .slides .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.section4 .slides .swiper-slide .item {
  position: relative;
}

.section4 .slides .swiper-slide .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/bg_jigou.png) no-repeat;
  background-size: 100% 100%;
}

/* section5 */
.section5 {
  padding-top: 0;
}

.section5 .sec5_left {
  width: 60rem;
  margin-right: 1rem;
}

.section5 .sec5_left .slides {
  height: 50.2rem;
  overflow: hidden;
}

.section5 .sec5_left .slides .swiper-container {
  height: 100%;
}

.section5 .sec5_left .slides .swiper-slide {
  background: #f2f3f5;
  border-radius: 0.4rem;
}

.section5 .sec5_left .slides .item {
  padding: 1.6rem 3.5rem;
  overflow: hidden;
  transition: all ease 0.3s;
  align-items: flex-start;
}

.section5 .sec5_left .slides .item .item_tx {
  flex-shrink: 0;
  margin-right: 1.3rem;
}

.section5 .sec5_left .slides .item .item_tx img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.section5 .sec5_left .slides .item .item_info .item_user {
  margin: 1.5rem 0;
}

.section5 .sec5_left .slides .item .item_info .item_user .user {
  color: #2c324d;
}

.section5 .sec5_left .slides .item .item_info .item_desc {
  line-height: 2.4rem;
  height: 4.8rem;
  width:43rem;
}

.section5 .sec5_left .slides .item:hover {
  background: rgba(242, 243, 245, 0.6);
}

.section5 .sec5_right {
  flex: 1;
  height: 51rem;
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 0 0;
}

.section5 .sec5_right .video {
  height: 44rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section5 .sec5_right .video video {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 0.4rem 0.4rem 0 0;
  object-fit: cover;
}

.section5 .sec5_right .video .play {
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.section5 .sec5_right .pingjia {
  height: 6.57rem;
  padding: 1rem;
  background: #f2f3f5;
  border-radius: 0rem 0rem 0.4rem 0.4rem;
}

.section5 .sec5_right .pingjia .flex {
  position: relative;
}

.section5 .sec5_right .pingjia .flex::before {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/icon_pingjia.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 1.4rem;
}

.section5 .sec5_right .pingjia input {
  flex: 1;
  overflow: hidden;
  height: 4.8rem;
  line-height: 0.48rem;
  padding: 0 0.6rem 0 4.6rem;
  background: #fff;
  border-radius: 0.4rem 0 0 0.4rem;
}

.section5 .sec5_right .pingjia button {
  width: 11.91rem;
  height: 4.8rem;
  text-align: center;
  color: #fff;
  background: #ed6100;
  border-radius: 0.4rem;
}

.section5 .sec5_right .pingjia button:hover {
  opacity: 0.88;
}

/* section6 */
.section6 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.section6 .tit {
  line-height: 1.6;
}

.section6 .btn {
  margin-top: 3rem;
}

.section6 .btn a {
  width: 19rem;
  height: 5.2rem;
  border: 2px solid #4affff;
  border-radius: 2.6rem;
  justify-content: center;
  color: #4affff;
}

.section6 .btn a i {
  font-size: 2rem;
  margin-left: 0.8rem;
}

.section6 .btn a:hover {
  opacity: 0.88;
}

/* 开户 */
.bgt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_type2 {
  margin-bottom: 4rem;
  text-align: center;
}

/*.sec_type2 span {*/
/*  padding: 0 6rem;*/
/*}*/

.sec_type2.nob {
  margin-bottom: 0;
}

.kaihu {
  background: #f7fbff;
  /* kh5 */
  /* kh6 */
  /* kh7 */
  /* kh8 */
  /* kh9 */
  /* kh10 */
}

.kaihu .ny_slide {
  padding: 5rem 0;
}

.kaihu .ny_slide img {
  /*width: 47rem;*/
}

.kaihu .kh1 .kh1_box1 {
  background: #fff;
  padding: 4rem;
}

.kaihu .kh1 .kh1_box1 .item1 {
  position: relative;
}

.kaihu .kh1 .kh1_box1 .item1 li {
  margin-right: 2rem;
}

.kaihu .kh1 .kh1_box1 .item1 .item {
  text-align: center;
  padding: 4.7rem 1.2rem;
  height: 28.2rem;
  transition: all ease 0.3s;
  position: relative;
}

.kaihu .kh1 .kh1_box1 .item1 .item .item_tit {
  color: #2c324d;
}

.kaihu .kh1 .kh1_box1 .item1 .item .item_desc {
  margin: 0 auto;
  margin-top: 3.5rem;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.4);
}

.kaihu .kh1 .kh1_box1 .item1 .item:hover {
  background: #edf5fd;
  border-radius: 1rem;
}

.kaihu .kh1 .kh1_box1 .item1::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #edf5fd;
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}

.kaihu .kh1 .kh1_box1 .item2 {
  position: relative;
  padding: 3.6rem 0;
  text-align: right;
}

.kaihu .kh1 .kh1_box1 .item2 .item_desc {
  margin: 3.2rem 0;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.4);
}

.kaihu .kh1 .kh1_box1 .item2 .item_link {
  clear: both;
}

.kaihu .kh1 .kh1_box1 .item2 .item_link a {
  width: 14.35rem;
  height: 4.8rem;
  /*background: #005dcf;*/
      background: #ed6100;
  display: inline-block;
  color: #fff;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 0.4rem;
}

.kaihu .kh1 .kh1_box1 .item2 .item_link a:hover {
  background: rgba(0, 93, 207, 0.88);
}

.kaihu .kh2 .item {
  height: 23.6rem;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0.3rem 0.4rem 0px rgba(0, 0, 0, 0.1);
}

.kaihu .kh2 .item .item_tit {
  height: 7.6rem;
  line-height: 7.6rem;
  text-align: center;
  background: url(../img/bg_ys2.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.kaihu .kh2 .item .item_desc {
  padding: 2.5rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 3rem;
}

.kaihu .kh3 {
  margin: -1rem 0;
}

.kaihu .kh3 .item {
  margin-bottom: -0.3rem;
  height: 7.7rem;
  background: #fff;
  box-shadow: 0rem 0rem 1rem 0rem rgba(3, 0, 164, 0.15);
  text-align: center;
  padding: 0.5rem;
}

.kaihu .kh3 .item img {
  display: inline-block;
  max-height: 100%;
}

.kaihu .kh4 {
  padding: 4rem 0;
}

.kaihu .kh4 .contbox {
  background: rgba(255, 255, 255, 0.6);
  padding: 4.8rem 3rem 4.8rem 0;
  overflow: hidden;
}

.kaihu .kh4 .tab_ul {
  width: 33rem;
  border-right: 1px solid rgba(0, 93, 207, 0.1);
}

.kaihu .kh4 .tab_ul li {
  height: 5rem;
  line-height: 5rem;
  padding-left: 8.9rem;
  margin-bottom: 1rem;
  position: relative;
}

.kaihu .kh4 .tab_ul li::before {
  content: "";
  width: 2px;
  height: 0;
  background: #005dcf;
  position: absolute;
  left: 0;
  transition: all ease 0.3s;
}

.kaihu .kh4 .tab_ul li.on, .kaihu .kh4 .tab_ul li:hover {
  background: rgba(0, 93, 207, 0.1);
}

.kaihu .kh4 .tab_ul li.on::before, .kaihu .kh4 .tab_ul li:hover::before {
  height: 100%;
}

.kaihu .kh4 .tab_cont {
  padding-left: 8rem;
}

.kaihu .kh4 .tab_cont .itembox {
  display: none;
}

.kaihu .kh4 .tab_cont .itembox .item_cont {
  line-height: 3rem;
  margin: 4rem 0 8rem;
}

.kaihu .kh4 .tab_cont .itembox .item_bank img {
  height: 3.7rem;
}

.kaihu .kh5 .kh5_box1 {
  width: 40.2rem;
  height: 39.1rem;
  margin-right: 1.7rem;
  background: #005dcf;
  border-radius: 6px;
  color: #fff;
  position: relative;
  padding: 6rem 3rem;
}

.kaihu .kh5 .kh5_box1 .item_tit img {
  margin-right: 2rem;
}

.kaihu .kh5 .kh5_box1 .item_desc {
  line-height: 2rem;
  height: 10rem;
  margin: 3.3rem 0;
}

.kaihu .kh5 .kh5_box1 .kh_jiage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18.8rem;
}

.kaihu .kh5 .kh5_box1 .item_link a {
  width: 15.6rem;
  height: 5.7rem;
  line-height: 5.7rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 0.4rem;
  transition: all ease 0.3s;
}

.kaihu .kh5 .kh5_box1 .item_link a:hover {
  background: white;
  color: #005dcf;
}

.kaihu .kh5 .kh5_list {
  background: #fff;
  box-shadow: 0rem 0.2rem 0.7rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
}

.kaihu .kh5 .kh5_list .item {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 19.5rem;
  padding: 5rem 4.5rem;
}

.kaihu .kh5 .kh5_list .item .item_tit img {
  margin-right: 2.4rem;
  width: 3rem;
}

.kaihu .kh5 .kh5_list .item .item_desc {
  margin-top: 2rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 3rem;
  height: 6rem;
}

.kaihu .kh5 .kh5_list .item:hover .item_tit {
  color: #005dcf;
}

.kaihu .kh5 .kh5_list li:nth-child(3) .item, .kaihu .kh5 .kh5_list li:nth-child(4) .item {
  border-bottom: 0;
}

.kaihu .kh6 {
  padding-bottom: 6rem;
}

.kaihu .kh6 .item {
  height: 26.6rem;
  background: #fff;
  box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 0.6rem;
  padding: 5rem 3.3rem;
}

.kaihu .kh6 .item .item_tit {
  color: #005dcf;
  margin-bottom: 1rem;
}

.kaihu .kh6 .item .item_cont {
  line-height: 3.6rem;
}

.kaihu .kh6 .item .xu {
  font-size: 8.1rem;
  font-family: "Oswald-Medium";
  color: rgba(0, 93, 207, 0.04);
  position: absolute;
  right: 0.5rem;
  bottom: -2rem;
}

.kaihu .kh6 li:nth-child(3) .item, .kaihu .kh6 li:nth-child(4) .item {
  height: 16.2rem;
}

.kaihu .kh7 {
  background: #edf5fd;
  padding: 5rem 0;
}

.kaihu .kh7 .kh7_tab li {
  height: 4.5rem;
  padding: 0 2rem;
  line-height: 4.5rem;
  border-radius: 0.4rem;
  text-align: center;
}

.kaihu .kh7 .kh7_tab li a {
  color: #000;
  display: block;
}

.kaihu .kh7 .kh7_tab li.on {
  background: #005dcf;
}

.kaihu .kh7 .kh7_tab li.on a {
  color: #fff;
}

.kaihu .kh7 .steep {
  padding-top: 4.5rem;
  display: none;
}

.kaihu .kh7 .steep .item {
  width: 21.5rem;
  height: 18.7rem;
  background: url(../img/kh_icon7.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 7.5rem 0 2.5rem;
}

.kaihu .kh7 .steep .item .icon {
  margin: 0 0 1rem;
}

.kaihu .kh7 .steep .item .tit {
  color: #005dcf;
}

.kaihu .kh8 {
  background: rgba(255, 255, 255, 0.5);
}

.kaihu .kh8 .item {
  height: 29.7rem;
  background: url(../img/kh_dd1.png) no-repeat;
  background-size: 100% 100%;
  padding: 3.7rem;
  color: #fff;
  position: relative;
}

.kaihu .kh8 .item .icon_zl {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  z-index: 1;
  width: 15.7rem;
}

.kaihu .kh8 .item .item_tit {
  margin-bottom: 1.5rem;
}

.kaihu .kh8 .item .item_cont {
  line-height: 2.6rem;
}

.kaihu .kh9 {
  overflow: hidden;
}

.kaihu .kh9 .item {
  text-align: center;
}

.kaihu .kh9 .item .item_pic {
  height: 26rem;
  overflow: hidden;
}

.kaihu .kh9 .item .item_tit {
  margin: 1.6rem 0;
}

.kaihu .kh9 .slides {
  margin-top: 2.5rem;
  padding: 2rem 11rem;
  margin: 0 -11rem;
  position: relative;
}

.kaihu .kh9 .slides .jt {
  width: 6rem;
  height: 6rem;
  margin-top: 0;
  top: 45%;
  transform: translateY(-50%);
  line-height: 6rem;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 50%;
}

.kaihu .kh9 .slides .jt i {
  color: rgba(0, 0, 0, 0.8);
}

.kaihu .kh9 .slides .jt:hover {
  background-color: #ed6100;
}

.kaihu .kh9 .slides .jt:hover i {
  color: #fff;
}

.kaihu .kh10 {
  background: rgba(255, 255, 255, 0.5);
}

.kaihu .kh11 li {
  padding: 4.5rem 0;
  border-bottom: 1px solid #cacaca;
}

.kaihu .kh11 li .icon img {
  width: 3.1rem;
  margin: 0 2.3rem 0 0;
}

.kaihu .kh11 li .wd_tit {
  color: #2c324d;
  font-weight: bold;
}

.kaihu .kh11 li .wd_cont {
  margin-top: 3rem;
}

.kaihu .kh11 li .wd_cont .info {
  margin-top: -0.3rem;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.7);
}

.kaihu .kh11 li:last-child {
  border-bottom: 0;
}

.btn2 {
  margin-top: 2.5rem;
  text-align: center;
}

.btn2 a {
  width: 23.4rem;
  height: 4.6rem;
  display: inline-block;
  color: #fff;
  line-height: 4.6rem;
  background: #ed6100;
  border-radius: 0.4rem;
}

/*.btn2 a:hover {*/
/*  background: rgba(237, 97, 0, 0.88);*/
/*}*/
.btn2 a:hover {
  background: rgba(0, 93, 207, 0.88);
}
.btn1 {
  text-align: center;
}
.btncha {
  text-align: center;
   margin-top: 5rem;
  margin-bottom: 5rem;
}

.btncha a {
  width: 19.3rem;
  height: 6.8rem;
  line-height: 6.8rem;
  display: inline-block;
  background: #ed6100;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 3rem;
}
.btncha p{
    margin-bottom: 14.3rem;
}
.btn1 a {
  width: 14.3rem;
  height: 4.8rem;
  line-height: 4.8rem;
  display: inline-block;
  background: #ed6100;
  color: #fff;
  border-radius: 0.4rem;
}

.btn1 a:hover {
  background: rgba(0, 93, 207, 0.88);
}

/* kefu */
.kefu {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 1;
  width: 8.8rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  text-align: center;
}

.kefu li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.kefu li a {
  padding: 2.5rem 0;
  display: inline-block;
}

.kefu li a i {
  font-size: 2.8rem;
  color: rgba(0, 0, 0, 0.5);
}

.kefu li:last-child {
  border-bottom: 0;
}

.kefu li:hover a i {
  color: #005dcf;
}

.kefu li .model {
  position: absolute;
  right: 8.6rem;
  background: #fff;
  border: 1px solid #eee;
  z-index: 1;
  display: none;
  top: 0;
  padding: 1.5rem;
}

.kefu li .model.model1 {
  width: 15rem;
}

.kefu li .model.model1 img {
  width: 11rem;
}

.kefu li .model.model2 {
  text-align: center;
  width: 14rem;
  padding: 1.5rem 1rem;
  line-height: 1.8;
}

.kefu li:hover .model {
  display: block;
}

/* news */
.subcat {
  background: #005dcf;
  color: #fff;
  text-align: center;
}

.subcat li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.subcat li a {
  padding: 2.5rem 0;
  display: block;
  color: #fff;
}

.subcat li:last-child {
  border-right: 0;
}

.subcat li:hover a {
  opacity: 0.88;
}

.subcat li.on {
  background: #fff;
}

.subcat li.on a {
  color: #005dcf;
}

.news {
  background: #f7fbff;
}

.news .list {
  padding: 1.5rem 0;
}

.news .list li {
  position: relative;
  padding: 4.3rem 0;
  border-bottom: 0.1rem solid rgba(202, 202, 202, 0.5);
}

.news .list li .item_pic {
  width: 26.35rem;
}

.news .list li .item_pic img {
  width: 100%;
}

.news .list li .item_date {
  flex-shrink: 0;
  margin: 0 1rem 0 6rem;
}

.news .list li .item_date .date {
  margin: 1.2rem 0 4rem;
}

.news .list li .item_date .date .time {
  color: #2c324d;
}

.news .list li .item_date .date .xt {
  width: 3.55rem;
  height: 0.2rem;
  background: #7d7d7d;
  margin: 0 1.7rem;
}

.news .list li .item_date .link a {
  width: 4.05rem;
  height: 4.05rem;
  line-height: 4.05rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.4rem;
  transition: all ease 0.3s;
}

.news .list li .item_date .link a i {
  color: rgba(0, 0, 0, 0.8);
}

.news .list li .item_date .link:hover a {
  background: rgba(0, 93, 207, 0.88);
}

.news .list li .item_info {
  padding-top: 1rem;
}

.news .list li .item_info .item_desc {
  margin-top: 4rem;
  line-height: 3rem;
  color: rgba(51, 51, 51, 0.6);
}

.news .list li::after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #005dcf;
  position: absolute;
  bottom: 0;
  transition: all ease 0.3s;
  left: 0;
  z-index: 1;
}

.news .list li:hover::after {
  width: 100%;
}

.news .list li:hover .link a {
  background: #005dcf;
}

.news .list li:hover .link a i {
  color: #fff;
}

.hotkeys {
  padding: 3.6rem 0;
}

.hotkeys .label {
  width: 11.4rem;
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  color: #fff;
  background: #005dcf;
  border-radius: 0.4rem;
}

.hotkeys .info a {
  margin-left: 4.5rem;
  display: inline-block;
  color: #999;
}

.hotkeys .info a:hover {
  color: #005dcf;
}

/* pages */
.pages {
  padding: 2rem 0 6rem;
}

.pages li {
  vertical-align: middle;
  margin: 0 1.5rem;
}

.pages li i {
  vertical-align: middle;
  font-size: 1.6rem;
}

.pages li a {
  display: block;
  color: rgba(120, 120, 120, 0.6);
  font-style: italic;
  border-radius: 2px;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pages li:hover a, .pages li.on a {
  color: #333;
}

.pages li.c1 {
  font-weight: bold;
}

.pages li.c1 a {
  width: 4rem;
  border: 1px solid #ccc;
}

.pages li.c1 a i {
  color: #ccc;
}

.pages li.c1:hover a {
  border-color: #005dcf;
}

.pages li.c1:hover a i {
  color: #005dcf;
}

/* detail  */
.detail .det_left .news_time {
  margin: 5rem 0 4rem;
  color: rgba(0, 0, 0, 0.4);
}

.detail .det_left .news_cont {
  line-height: 1.8;
  color: #666;
}

.detail .det_left .news_cont img {
  max-width: 100%;
  height: auto;
}

.detail .det_left .sxp {
  padding: 4.6rem 0;
  color: rgba(0, 0, 0, 0.6);
}

.detail .det_left .sxp li {
  max-width: 46%;
}

.detail .det_left .sxp li a {
  color: rgba(0, 0, 0, 0.6);
}

.detail .det_left .sxp li:hover a {
  color: #005dcf;
}

.detail .det_side {
  padding-left: 10.8rem;
}

.detail .det_side .side_list {
  padding-top: 2rem;
  margin-bottom: 6rem;
  overflow: hidden;
}

.detail .det_side .side_list li {
  height: 4.5rem;
  line-height: 4.5rem;
  overflow: hidden;
}

.detail .det_side .side_list.nob {
  margin-bottom: 0;
}

.detail .hotkeys {
  border-top: 1px solid #eee;
  padding-top: 5rem;
  margin-top: 2rem;
}

.bgf7 {
  background: #f7fbff;
}

/* chaxun */
.chaxun .cx1 .search {
  height: 6rem;
  background: rgba(238, 238, 238, 0.4);
  border-radius: 0.6rem;
  padding: 0 0 0 2rem;
}

.chaxun .cx1 .search input {
  width: 100%;
  height: 5rem;
  background: none;
  font-family: "microsoft yahei";
}

.chaxun .cx1 .search input::-webkit-input-placeholder {
  font-size: inherit;
  color: rgba(0, 0, 0, 0.4);
  font-family: "microsoft yahei";
}

.chaxun .cx1 .search i {
  font-size: 2.8rem;
  color: #005dcf;
  margin-right: 2rem;
}

.chaxun .cx1 .search button {
  width: 23.1rem;
  flex-shrink: 0;
  height: 6rem;
  color: #fff;
  background: #ed6100;
  border-radius: 0 0.6rem 0.6rem 0;
}

.chaxun .cx1 .search button:hover {
  background: rgba(237, 97, 0, 0.88);
}

.chaxun .cx2 {
  padding: 3rem 0;
}

.chaxun .cx2 .cx2_info {
  line-height: 3rem;
  max-width: 68rem;
}

.chaxun .cx2 .cx2_info p {
  margin: 1.3rem 0;
}

.chaxun .cx2 .cx2_img {
  margin-top: 3rem;
}

.chaxun .cx2 .cx2_img img {
  width: 57.2rem;
}

.chaxun .kh10 {
  background: none;
}

/* about */
.about {
  overflow-x: hidden;
  /* about1 */
  /* about2 */
  /* about3 */
  /* about4 */
  /* about5 */
}

.about .about1 .ab1_box1 .ab1_tit {
  margin: 1.4rem 0 3rem;
  position: relative;
  padding-bottom: 2rem;
}

.about .about1 .ab1_box1 .ab1_tit .cn {
  margin-top: 0.8rem;
}

.about .about1 .ab1_box1 .ab1_tit::after {
  content: "";
  width: 8.4rem;
  height: 0.5rem;
  background: #005dcf;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about .about1 .ab1_box1 .ab1_info {
  padding-right: 3rem;
  line-height: 3rem;
}

.about .about1 .ab1_box1 .ab1_img {
  height: 353px;
}

.about .about2 {
  padding-bottom: 9rem;
}

.about .about2 ul {
  padding-top: 5rem;
}

.about .about2 li {
  text-align: center;
}

.about .about2 li .item {
  flex-direction: column;
  justify-content: center;
}

.about .about2 li .item .icon {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.about .about2 li .item .tit {
  margin: 4rem 0 3rem;
  font-weight: bold;
}

.about .about2 li .item .desc {
  line-height: 2.8rem;
  height: 5.6rem;
  color: #999;
}
.swiper img{
    display: block;
    margin: 0 auto;
}

.about .about2 li .item .line {
  width: 1px;
  height: 7.8rem;
  background: #e5e5e5;
  margin: 3rem 0;
}

.about .about2 li .item .xu {
  font-weight: bold;
}

.about .about2 li .item:hover {
  color: #005dcf;
}

.about .about2 li .item:hover .desc {
  color: #005dcf;
}

.about .about2 li:nth-child(1) .icon {
  background-image: url(../img/icon_wh1.png);
}

.about .about2 li:nth-child(1):hover .icon {
  background-image: url(../img/icon_wh01.png);
}

.about .about2 li:nth-child(2) .icon {
  background-image: url(../img/icon_wh2.png);
}

.about .about2 li:nth-child(2):hover .icon {
  background-image: url(../img/icon_wh02.png);
}

.about .about2 li:nth-child(3) .icon {
  background-image: url(../img/icon_wh3.png);
}

.about .about2 li:nth-child(3):hover .icon {
  background-image: url(../img/icon_wh03.png);
}

.about .about2 li:nth-child(4) .icon {
  background-image: url(../img/icon_wh4.png);
}

.about .about2 li:nth-child(4):hover .icon {
  background-image: url(../img/icon_wh04.png);
}

.about .about3 {
  background: #f0f5fc;
}

.about .about3 .list1 {
  padding: 3rem 0;
}

.about .about3 .list1 li {
  width: 31.2rem;
  height: 44rem;
  position: relative;
}

.about .about3 .list1 li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/bg_jigou.png) no-repeat;
  background-size: 100% 100%;
}

.about .about3 .list1 li:nth-child(2) {
  width: 42rem;
  height: 59.4rem;
}

.about .about4 {
  position: relative;
  padding-bottom: 8rem;
}

.about .about4 ul {
  margin: -3.8rem -4.8rem;
  position: relative;
  z-index: 1;
}

.about .about4 .item {
  margin: 3.8rem 4.8rem;
  background: #fff;
  box-shadow: 0rem 0rem 3.5rem 0rem rgba(0, 28, 91, 0.2);
  border-radius: 0.4rem;
  position: relative;
}

.about .about4 .item::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 23.1rem;
  background: url(../img/bg_td.png) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 0.4rem 0.4rem 0 0;
}

.about .about4 .item .item_wrap {
  position: relative;
  z-index: 1;
  padding: 5.6rem 6.5rem;
  text-align: center;
}

.about .about4 .item .item_wrap .item_pic img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
}

.about .about4 .item .item_wrap .item_tit {
  color: black;
  margin: 2rem 0 2rem;
}

.about .about4 .item .item_wrap .item_desc {
  color: blue;
  margin-top:2rem;
}

.about .about4::after {
  content: "";
  width: 100%;
  height: 27.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(../img/bg_td2.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.about .about5 ul {
  padding: 2rem 0;
  margin: 0 -3.3rem;
}

.about .about5 .item {
  text-align: center;
  margin: 2rem 3.3rem;
  height: 33.5rem;
  padding: 6rem 3rem;
  background: #fff;
  box-shadow: 0rem 0rem 3rem 0rem rgba(25, 104, 211, 0.1);
  border-radius: 1.6rem;
}

.about .about5 .item .item_icon {
  height: 5.4rem;
}

.about .about5 .item .item_icon img {
  height: 100%;
}

.about .about5 .item .item_tit {
  width: 15.2rem;
  height: 4.3rem;
  line-height: 4.3rem;
  color: #fff;
  margin: 2.6rem auto;
  background: url(../img/btn2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 2.1rem;
}

.about .about5 .item .item_desc {
  line-height: 2.8rem;
  height: 8.4rem;
  font-size: 1.9rem;
}
  @media (min-width: 992px){
    .xm166 {
     width: 16%;
    }
  }
