.index {
  position        : relative;
  width           : 100%;
  background-color: #fff;
  overflow        : hidden;
}

.index .banner .ma5slider {
  margin-bottom: 10px;
  overflow     : hidden;
}

header {
  position  : fixed;
  z-index   : 999;
  background: transparent;
  width     : 100%;
  top       : 0;
}

header .rightnav .navbar-right li .nav_t:hover {
  color: #ffa300;
}

header .rightnav .navbar-right li .chil_list {
  position  : absolute;
  min-width : 177px;
  display   : none;
  background: rgba(0, 0, 0, 0.5);
  border-top: 2px solid #ffa300;
}

@media (max-width: 1500px) {
  /* .banner_myt{
    position: relative;
    top     : -70px;
  
  } */
}

.index .banner .navs-wrapper {
  /* min-height: 27rem; */
  padding      : 0 !important;
}

.video_tk {
  position  : fixed;
  top       : 0;
  left      : 0;
  width     : 100%;
  background: rgba(0, 0, 0, .7);
  z-index   : 99999;
  height    : 1000px;
  display   : none;
}

.video_tk .video_tk_box {
  position : absolute;
  left     : 50%;
  top      : 30%;
  transform: translate(-50%, -50%);

}

.video_tk .video_tk_box p {
  text-align: right;
}

.video_tk .video_tk_box p .close_ico {
  color        : #fff;
  font-size    : 35px;
  background   : rgba(255, 255, 255, .3);
  border-radius: 36px;
  padding      : 7px;
}

.video_tk .video_tk_box video {
  /* width: 1000px; */
}

.video-js .vjs-tech {
  height: auto !important;
}

.index .banner .navs-wrapper .slide-area {
  overflow: visible;
}

.index .banner .banner_box {
  display  : inline-block;
  /* height: 100%; */
}

.index .banner .banner_box .bnerimg {
  position : relative;
  max-width: 1200px;
  margin   : 0 auto;
}

.index .banner .banner_box .bnerimg img {
  height: 213px;
  width : 60%;
  margin: 0 auto;
}

.banner .navs-wrapper {
  /* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
  text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
  color    : #4F0599;
  font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
  font-size: 1.15714286rem;
  color    : #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
  /* background: #4F0599 !important; */
  color        : #fff;
}

.index .banner .dots {
  margin   : 0;
  position : absolute;
  z-index  : 99;
  right    : 0;
  top      : 50%;
  transform: translateY(-50%);
  bottom   : 4px;
}

.banner_myt #bootstrap-touch-slider {
  max-height: 10000px !important;
}

.bs-slider {
  background: transparent !important;
}

.index .banner_myt .indicators-line>.carousel-indicators {
  position     : absolute;
  right        : -80px;
  top          : 49%;
  transform    : translateY(-50%);
  z-index      : 999;
  height       : 160px;
  width        : 160px;
  background   : #9c6b1494;
  border-radius: 120px;
}

.index .banner_myt .indicators-line>.carousel-indicators li {
  display   : block;
  position  : relative;
  margin    : 18px 0;
  right     : -30px;
  top       : 17px;
  background: transparent;
  border    : 2px solid #bfbfbf;


}

.index .banner_myt .indicators-line>.carousel-indicators .active:before {
  left  : -2px;
  top   : -2px;
  width : 15px;
  height: 15px;
}

.banner_myt #bootstrap-touch-slider .right {
  display: none;
}

.left_ico {
  font-size: 25px;
}

.index .banner_myt .indicators-line>.carousel-indicators .active {
  border: 2px solid #fff;
}

.index .banner_myt #bootstrap-touch-slider .slide_style_center {
  text-align: left !important;
}

.index .myt_banner {}

.index .myt_banner .ban_h2 {
  color         : #f1f1f1;
  letter-spacing: 6px;
  font-size     : 60px;

}

.index .myt_banner .ban_h3 {
  font-size    : 35px;
  color        : #e6e6e6;
  font-weight  : normal;
  margin-bottom: 10px;
}

.index .myt_banner .ban_p {
  font-size: 22px;
  color    : #e0e0e0;
}

.index .myt_banner .slide-text>a.btn-default,
.index .myt_banner .slide-text>a.btn-primary {
  border-radius: 30px;
  padding      : 20px 35px;
  line-height  : 5px;
}

.index .myt_banner .slide-text>a.btn-primary {
  background: transparent;
  border    : 1px solid #ccc;
}

.index .banner .banner1 {
  /* background-color: #c8e6f4; */
}

.index .banner .banner2 {
  /* background-color: #F4F5F6; */
}

.index .banner .banner3 {
  /* background-color: #bcdaff; */
}

.index .qywh_box {
  width        : 90%;
  margin       : 40px auto;
  /* min-height: 236px; */
  overflow     : hidden;
  padding      : 20px;
}

.index .qywh_box ul {
  text-align: center;
}

.index .qywh_box ul li {
  display          : inline-block;
  /* width         : 22%; */
  margin           : 25px 1%;
  text-align       : left;
  border           : 1px solid #f1f1f1;
  padding          : 0 20px;
  border-radius    : 20px;
  vertical-align   : top;
  min-height       : 100px;
  position         : relative;
  box-shadow       : 0 10px 15px #ccc;
  transition       : all .7s;

}

@media (min-width: 980px) {

  .index .qywh_box ul li {
    width: 22%;
    height: 210px;
  }
}

.index .qywh_box ul li:hover {
  background: #ffa200;
}


.index .qywh_box ul li .top_pic {
  position     : absolute;
  top          : -43px;
  left         : 23px;
  background   : #ffa200;
  width        : 80px;
  height       : 80px;
  text-align   : center;
  border-radius: 60px;
  line-height  : 80px;
  transition   : all .7s;
}

.index .qywh_box ul li .top_pic img {
  border-radius: 60px;
  width        : 80%;
  height       : 80%;
}

.index .qywh_box ul li .qywh_tit {
  padding: 40px 0 20px;
}
.qywh_tit a{
  color: #ffa200;
}
.index .qywh_box ul li:hover .qywh_tit a{
  color: #fff;
}

.index .qywh_box ul li h4 {
  font-weight: bold;
}

.index .qywh_box ul li p {
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .qywh_box ul li:hover h4,
.index .qywh_box ul li:hover p {
  color: #fff;
}
.index .qywh_box ul li:hover .top_pic {
  background   : #fff;
  /* transform : translateX(80%); */
  left         : 65%;
}

.gywm_box {
  overflow: hidden;
}

.gywm_box .left_gywm_pic {
  /* width     : 30%; */
  display      : inline-block;
  background   : #ffa300;
  position     : relative;
  transition   : all 1s;
  height       : 650px;

}

.gywm_box .left_gywm_pic img {
  width           : 650px;
  border-radius   : 50%;
  background-color: #fff;
  padding         : 50px;
  position        : absolute;
  right           : -59%;
  top             : 0;
  height          : 650px;
  transition      : all 1s;
}






.gywm_box .rigt_gywm_p {
  display          : inline-block;
  /* width         : 69%; */
  vertical-align   : top;
}

.gywm_box .rigt_gywm_p .rig_tit_box {
  /* width      : 60%; */
  /* margin-left: 27%; */
}

.gywm_box .rigt_gywm_p .rig_tit_box h2 {
  font-weight: bold;
  position   : relative;
  padding-top:10px;
}

.gywm_box .rigt_gywm_p .rig_tit_box h2::before {
  content   : "";
  position  : absolute;
  width     : 50px;
  height    : 3px;
  background: #ffa200;
  left      : 0;
  top       : -9px;
}

.gywm_box .rigt_gywm_p .rig_tit_box h2 .abu {
  font-size  : 20px;
  color      : #999;
  font-weight: normal;
}

.gywm_box .rigt_gywm_p .rig_tit_box .tit_p_cn {
  line-height:26px;
  color      : #444;
  text-indent:0;
  padding-top:16px;
}

.tit_p_en{
  display: none;
}
.gywm_box .rigt_gywm_p .rig_tit_box .ckgd_btn {
  display      : inline-block;
  padding      : 10px 30px;
  background   : #ffa300;
  color        : #fff;
  border-radius: 23px;
  margin       : 30px 0;
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum {}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul {
  /* display        : flex; */
  /* justify-content: space-between; */
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li {
  display         : inline-block;
  /* width        : 23%; */
  /* height       : 188px; */
  line-height     : 33px;
  text-align      : center;
  border          : 1px solid #f1f1f1;
  border-radius   : 20px;
  padding         : 15px;
  position        : relative;
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li::before {
  content   : '';
  position  : absolute;
  bottom    : 0;
  right     : 15px;
  width     : 55px;
  height    : 1px;
  background: #ffa200;
  transition: all 1s;
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li::after {
  content   : '';
  position  : absolute;
  bottom    : 15px;
  right     : 0;
  width     : 1px;
  height    : 55px;
  background: #ffa200;
  transition: all 1s;

}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li:hover::before {
  transform: translateX(-50px);
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li:hover::after {
  transform: translateY(-50px);
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul .two_gs_li {
  /* margin: 0 13%; */
}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li .top_ico {}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li .top_ico img {}

.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li .num {
  font-size  : 30px;
  margin     : 10px 0;
  font-weight: bold;
}
.xymy{
  margin: 10px 0 0;
}
.gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li .gs_js {
  color: #999;
}

.pp_name_pic_box {
  width   : 80%;
  margin  : 40px auto;
  overflow: hidden;
}

.pp_name_pic_box ul {
  display        : flex;
  justify-content: space-between;
}

.pp_name_pic_box ul li {}

.pp_name_pic_box ul li a {}

.pp_name_pic_box ul li a img {}

.video_box {
  position: relative;
  overflow: hidden;
}

.video_box .video {}

.video_box .video img {
  width: 100%;
}

.video_box .video_btn {
  position : absolute;
  left     : 50%;
  top      : 50%;
  transform: translate(-50%, -50%);
  cursor   : pointer;
}

.video_box .video_btn img {
  position     : relative;
  border-radius: 77px;
  cursor       : pointer;
}

.video_box .video_btn .hxd {
  position          : absolute;
  left              : 65px;
  top               : 65px;
  height            : 70px;
  width             : 70px;
  border-radius     : 50%;
  background-color  : white;
  -webkit-transition: height .25s ease, width .25s ease;
  transition        : height .25s ease, width .25s ease;
  -webkit-transform : translate(-50%, -50%);
  transform         : translate(-50%, -50%);
  z-index           : -1;
}

.video_box .video_btn .hxd::before,
.video_box .video_btn .hxd::after {
  content      : '';
  display      : block;
  position     : absolute;
  top          : 0;
  right        : 0;
  bottom       : 0;
  left         : 0;
  border-radius: 50%;

  border          : solid 1px rgba(255, 163, 0, .2);
  background-color: rgba(255, 163, 0, .3);
}

.video_box .video_btn .hxd:before {
  -webkit-animation: hxd 2s linear infinite;
  animation        : hxd 2s linear infinite;
}

.video_box .video_btn .hxd:after {
  -webkit-animation: hxd 2s linear infinite;
  animation        : hxd 2s linear 1s infinite;
}

@-webkit-keyframes hxd {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(2);
    opacity          : 1;
  }

  100% {
    -webkit-transform: scale(2.5);
    opacity          : 0;
  }
}

@keyframes hxd {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(2);
    opacity  : 1;
  }

  100% {
    transform: scale(2.5);
    opacity  : 0;
  }
}

@-webkit-keyframes son {
  0% {
    transform: rotate(0deg) translateZ(0px);
  }

  100% {
    transform: rotate(360deg) translateZ(360px);
  }
}

@keyframes son {
  0% {
    transform: rotate(0deg) translateZ(0px);
  }

  100% {
    transform: rotate(360deg) translateZ(360px);
  }
}

.video_box .video_btn::before {
  content      : '';
  height       : 500px;
  width        : 500px;
  animation    : rotating 20s linear infinite;
  display      : block;
  border       : dashed 1px #c9c9c9;
  position     : absolute;
  top          : -174px;
  left         : -174px;
  border-radius: 100%;
  z-index      : 3;
  animation    : son 5s linear infinite;

}

.video_box .video_btn::after {
  content      : '';
  height       : 300px;
  width        : 300px;
  animation    : rotating_reverse 20s linear infinite;
  display      : block;
  border       : dashed 1px #c9c9c9;
  position     : absolute;
  top          : -105px;
  left         : -105px;
  border-radius: 100%;
  z-index      : 4;
  margin       : 20%;
  animation    : son 5s linear infinite;

}

/* .video_box .video_btn img::before{
  content: '';
} */
.cpzx_box {
  width : 80%;
  margin: 100px auto;
}

.cpzx_box .cpzx_tit h2 {
  font-weight: bold;
  position   : relative;
  padding-top:10px;
}

.cpzx_box .cpzx_tit h2::before {
  content   : "";
  position  : absolute;
  width     : 50px;
  height    : 3px;
  background: #ffa200;
  left      : 0;
  top       : -9px;
}

.cpzx_box .cpzx_tit h2 .pro {
  font-size  : 20px;
  color      : #999;
  font-weight: normal;
}

.cpzx_box .cplist {}

.cpzx_box .cplist .parent_ul {
  margin: 0px 0 60px;
}

.cpzx_box .cplist .carousel-indicators {
  bottom: 0;
  height: 25px;
}

.cpzx_box .cplist .parent_ul .parent_li {
  position      : relative;
  display       : inline-block;
  width         : 23%;
  vertical-align: top;
  margin        : 20px 1% 20px 0;
}

.cpzx_box .cplist .parent_ul .parent_li .cp_pic {
  width:100%;
  background: #fff;
  text-align: center;
  padding:0px;
  position: relative;
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0 0 5px #ccc;
  margin: 2px;
}

.cpzx_box .cplist .parent_ul .parent_li .cp_pic .log {
  position: absolute;
  z-index: 999;
}

.cpzx_box .cplist .parent_ul .parent_li .cp_pic .log img {
  width: 70px;
  margin: 8px;
}
.cpzx_box .cplist .parent_ul .parent_li .cp_pic .cp_img p {
padding:10px 0px; font-size:16px;

}
.cpzx_box .cplist .parent_ul .parent_li .cp_pic .cp_img {
  overflow: hidden;
}

.cpzx_box .cplist .parent_ul .parent_li .cp_pic .cp_img img {
  width     : 100%; border-top-left-radius: 25px; border-top-right-radius: 25px;
  transition: all 1s;max-height:225px;

}

.cpzx_box .cplist .parent_ul .parent_li .cp_pic .cp_img:hover img {
  transform: scale(1.2);
}

.cpzx_box .cplist .cp_fl {
  position: absolute;
  width: 50%;
  display: inline-block;
  box-shadow: 0 0 5px #ccc;
  padding: 35px 25px;
  right: 35px;
  top: 8%;
  background: #f1f1f1;
  border-radius: 20px;
  height: 210px;
  transition: all .5s;

}

.cpzx_box .cplist .cp_fl .tit {
  position: relative;
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  padding-top: 5px;
}

.cpzx_box .cplist .cp_fl .tit::before {
  content   : "";
  position  : absolute;
  width     : 50px;
  height    : 4px;
  background: #ffa200;
  left      : 0;
  top       : -6px;
}

.cpzx_box .cplist .cp_fl ul li {
  display       : inline-block;
  width         : 100%;
  vertical-align: top;
  line-height: 30px;
  height: 30px;
}
.cpzx_box .cplist .cp_fl ul li a{
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cpzx_box .indicators-line>.carousel-indicators li {
  background: transparent;
  width     : 20px;
  height    : 20px;
  margin    : 0 10px;
}

.cpzx_box .indicators-line>.carousel-indicators .active:before {
  background: #ffa200;
  width     : 20px;
  height    : 20px;
}

/* .cpzx_box .indicators-line > .carousel-indicators .active {
} */
.cpzx_box .cplist .cp_fl .d_p {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 15px;
}

.cpzx_box .cplist .cp_fl .d_p .d3 {
  display: inline-block;
  background: url(../images/3d1.png) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 24px;
}

.cpzx_box .cplist .parent_ul .parent_li:hover .cp_fl {
  background: #ffa200;
  color     : #fff;
}
.cpzx_box .cplist .parent_ul .parent_li:hover a {
  color     : #fff;
}
.cpzx_box .cplist .parent_ul .parent_li:hover .cp_fl p::before {
  background: #fff;

}

.cpzx_box .cplist .parent_ul .parent_li:hover .cp_fl .d_p .d3 {
  background: url(../images/3d2.png) no-repeat;
  background-size: 24px;
  width: 28px;
  height: 28px;
}

.hyyy_box {
  position: relative;
}

.hyyy_box .hyyy_bac {}

.hyyy_box .hyyy_bac img {
  width: 100%;
  height: 500px;
}

.hyyy_box .hyyy_nr_box {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  padding : 125px;
}

.hyyy_box .hyyy_nr_box .hy_left_tit {
  width  : 35%;
  display: inline-block;
  color  : #fff;
}

.hyyy_box .hyyy_nr_box .hy_left_tit h1 {
  font-weight: bold;
  position   : relative;
}
.hyyy_box .hyyy_nr_box .hy_left_tit a{
  color: #333;
  background: #fff;
  padding: 12px;
  position: relative;
  top: 15px;
  border-radius: 5px;
  transition: all ease .5s;
}
.hyyy_box .hyyy_nr_box .hy_left_tit a:hover{
  color: #fff;
  background: #ffa300;
}
.hyyy_box .hyyy_nr_box .hy_left_tit h1::before {
  content   : '';
  position  : absolute;
  width     : 50px;
  height    : 4px;
  background: #ffa200;
  left      : 0;
  top       : -22px;
}

.hyyy_box .hyyy_nr_box .hy_left_tit h2 {
  font-size  : 20px;
  font-weight: bold;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit {
  display       : inline-block;
  width         : 64%;
  color         : #fff;
  vertical-align: top;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit ul {}

.hyyy_box .hyyy_nr_box .hy_ban_tit ul li {
  /* display   : inline-block;
  width        : 40%;
  background   : #fff;
  height       : 230px;
  margin-right : 80px;
  border-radius: 23px;
  padding      : 20px;
  color        : #000; */
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .container {
  /* margin: 150px auto; */
  width    : 100%;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .g-scrolling-carousel .items {
  padding: 5px 0;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .g-scrolling-carousel .items .hy_ban_a {
  display        : inline-block;
  margin-right   : 10px;
  width          : 48%;
  height         : 280px;
  margin-left    : 10px;
  text-align     : left;
  background     : #fff;
  border-radius  : 22px;
  padding        : 30px 4px;
  vertical-align : top;
  position       : relative;
  transition     : all .6s;
  text-decoration: none;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .g-scrolling-carousel .items .hy_ban_a:hover {
  background: #ffa200;
  color     : #fff;
  transform : scale(1.1);
  margin    : 0 50px;

}

.hyyy_box .g-scrolling-carousel .items .hy_ban_a .p_tit {
  white-space: normal;
  line-height: 26px;
  max-height : 108px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hyyy_box .g-scrolling-carousel .items .hy_ban_a .btm_hy_pic {
  display    : flex;
  align-items: center;
  position   : absolute;
  bottom     : 2px;
}

.hyyy_box .g-scrolling-carousel .items .hy_ban_a .btm_hy_pic .left_pic img {
  width        : 420px;
  height        :276px;
  border-radius: 20px;
}

.hyyy_box .g-scrolling-carousel .items .hy_ban_a .btm_hy_pic .rig_tit {
  margin-left: 24px;
}

.hyyy_box .g-scrolling-carousel .items .hy_ban_a .btm_hy_pic .rig_tit h3 {
  margin     : 5px 0;
  font-weight: bold;
  color      : #ffa300;
  font-size  : 22px;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .g-scrolling-carousel .items .hy_ban_a:hover .rig_tit h3 {
  color: #fff;
}

.hyyy_box .g-scrolling-carousel .items .hy_ban_a .btm_hy_pic .rig_tit .date {
  margin   : 0;
  font-size: 16px;
  color    : #999;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .g-scrolling-carousel .items .hy_ban_a:hover .rig_tit .date {
  color: #fff;
}

.hyyy_box .hyyy_nr_box .hy_ban_tit .ca-container {
  height: 250px;
}


.cpzx_box .cpzx_tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpzx_box .cpzx_tit .see_d{
  padding: 10px 15px;
  background: #ffa300;
  color: #fff;
}










/* ------------------------ */
.xwzx_box {
  width : 90%;
  margin: 100px auto;
  
}

.xwzx_box .container {
  /* margin      : 150px auto; */
  width          : 100%;
  display        : flex;
  justify-content: space-between;
}

/* .xwzx_box .g-scrolling-carousel .items {
  padding: 5px 0;
} */

.xwzx_box .hy_ban_a {
  display        : inline-block;
  margin-right   : 10px;
  width          : 25%;
  /* height      : 250px; */
  margin-left    : 10px;
  text-align     : left;
  background     : #fff;
  border-radius  : 22px;
  padding        : 0;
  vertical-align : top;
  position       : relative;
  transition     : all .6s;
  box-shadow     : 0 0 5px #ccc;
  text-decoration: none;
}

.xwzx_box .hy_ban_a:hover {
  transform: scale(.9);

}

.xwzx_box .hy_ban_a .xw_top_pic {
  width: 100%;
  height: auto;

}

.xwzx_box .hy_ban_a .xw_top_pic img {
  width: 100%;
  height: auto;
  max-height: 250px;
  border-radius: 22px 22px 0 0;
}

.xwzx_box .hy_ban_a .xw_bot_tit {
  padding: 15px;
}

.xwzx_box .hy_ban_a .xw_bot_tit h4 {
  font-weight: bold;
  font-size  : 15px;
  position   : relative;
  margin     : 18px 0;
  overflow   : hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}

.xwzx_box .hy_ban_a .xw_bot_tit h4::before {
  content   : '';
  position  : absolute;
  top       : 18px;
  left      : 0;
  width     : 50px;
  height    : 3px;
  background: #ffa200;
  transition: all 1s;
}

.xwzx_box .hy_ban_a:hover h4::before {
  width: 150px;
}

.xwzx_box .hy_ban_a .xw_bot_tit p {
  white-space: normal;
  font-size  : 13px;
  color      : #666;
  line-height: 26px;
}

.xwzx_box .hy_ban_a .xw_bot_tit p .xq_tit {
  color: #ffa200;
  float: left;
  line-height: 40px;
}

.xwzx_box .xwzx_left_tit {
  width     : 100%;
  display   : inline-block;
  text-align: center;
  margin    : 0 0px 30px;
}

.xwzx_box .xwzx_left_tit h1 {
  font-weight: bold;
  position   : relative;
  display    : inline-block;
}

.xwzx_box .xwzx_left_tit h1::before {
  content   : '';
  position  : absolute;
  width     : 52px;
  height    : 4px;
  background: #ffa200;
  left      : 43px;
  top       : -12px;
}

.xwzx_box .xwzx_left_tit h2 {
  font-size     : 20px;
  /* font-weight: bold; */
  color         : #999;
  margin        : 0;
}
.new_time{
  float: right;
  line-height: 40px;
}
/* 首页底部-----------开始 */
.about_box {
  position  : relative;
  width     : 80%;
  margin    : 0 auto;
  text-align: center;
}

.about_box .about_left_tit {
  width     : 100%;
  display   : inline-block;
  text-align: center;
  margin    : 0 0px 30px;
}

.about_box .about_left_tit h1 {
  font-weight: bold;
  position   : relative;
  display    : inline-block;
}

.about_box .about_left_tit h1::before {
  content   : '';
  position  : absolute;
  width     : 52px;
  height    : 4px;
  background: #ffa200;
  left      : 43px;
  top       : -12px;
}

.about_box .about_left_tit h2 {
  font-size     : 20px;
  /* font-weight: bold; */
  color         : #999;
  margin        : 0;
}

.about_box .about_nr {}

.about_box .about_nr img {}

.about_box .about_userxx {
  position       : absolute;
  top            : 200px;
  left           : 0;
  display        : flex;
  justify-content: space-between;
  width          : 100%;
}

.about_box .about_userxx .left_about_user {
  position: relative;
  top     : -115px;
}

.about_box .about_userxx .left_about_user ul {}

.about_box .about_userxx .left_about_user ul li {
  margin: 26px 0;
}

.about_box .about_userxx .left_about_user ul li .my_about {
  display    : flex;
  align-items: center;
  text-align : left;
}

.about_box .about_userxx .left_about_user ul li .my_about .left_ico {
  width        : 80px;
  height       : 80px;
  border       : 1px solid #f1f1f1;
  border-radius: 50px;
  text-align   : center;
  line-height  : 73px;

}

.about_box .about_userxx .left_about_user ul li .my_about .left_ico .fot_ico {
  color    : #ffa200;
  font-size: 22px;
}

.about_box .about_userxx .left_about_user ul li .my_about .left_ico .email_ico {
  font-size: 18px;
}

.about_box .about_userxx .left_about_user ul li .my_about .left_ico .gywm_ico {
  color    : #ffa200;
  font-size: 22px;
}

.about_box .about_userxx .left_about_user ul li:hover .left_ico {
  background: #ffa200;
}

.about_box .about_userxx .left_about_user ul li:hover .left_ico .fot_ico {
  color: #fff;
}

.about_box .about_userxx .left_about_user ul li .my_about .rig_xx {
  margin-left: 50px;
}

.about_box .about_userxx .left_about_user ul li .my_about .rig_xx .tit {
  font-weight: bold;
}

.about_box .about_userxx .left_about_user ul li .my_about .rig_xx .p {
  color: #999;
}

.about_box .about_userxx .left_about_user ul li .my_about .rig_xx .p img {
  width: 130px;
}

.about_box .about_userxx .right_about_live {
  width     : 70%;
  cursor    : pointer;
  text-align: right;
}

.about_box .about_userxx .right_about_live img {
  width     : 70%;
  transition: all 1s;
}

.about_box .about_userxx .right_about_live:hover img {
  transform: scale(1.2);
}

.fot_bj {
  background: #222222;
  color     : #fff;
  padding   : 15px 0;
}

.fot_bj .flex {
  width          : 80%;
  display        : flex;
  justify-content: space-between;
  margin         : 0 auto;
}

.fot_bj .flex .left_bq .jszc {
  margin-left: 90px;
  color: #fff;
  position: relative;
}

.fot_bj .flex .app .ewm_pic {
  margin-left: 20px;
  display    : inline-block;
  position   : relative;
}

.fot_bj .flex .app .ewm_pic img {
  width        : 100px;
  height       : 100px;
  position     : absolute;
  top          : -104px;
  display      : none;
  left         : -15px;
  /* transition: all 1s; */
}

.fot_bj .flex .app .ewm_pic:hover img {
  display     : block;
  /* transform: translate( -15px,-104px); */
}

/* 首页底部-----------结束 */
@media (min-width: 980px) {
  .index .banner .banner_box .bnerimg {
    padding : 75px 0;
    overflow: hidden;
  }

  .banner .navs-wrapper {
    /* height: 400px; */
  }

  .outside-dots .dots>.dot {
    margin    : 4px 13px;
    border    : 1px solid #ccc;
    display   : block;
    padding   : 8px;
    box-sizing: border-box;
    background: transparent !important;
  }

  .outside-dots .dots>.dot::after {
    content   : '';
    width     : 10px;
    height    : 10px;
    background: #000;
  }

  .outside-dots .dots>.dot.active {
    background-color: #819ab1 !important;
    /* width        : 35px; */

  }

}
@media(max-width:1300PX){
  .xwzx_box .hy_ban_a {
    display: inline-block;
    margin-right: 10px;
    width: 25%;
    margin-left: 10px;
    text-align: left;
    background: #fff;
    border-radius: 22px;
    padding: 0;
    vertical-align: top;
    position: relative;
    transition: all .6s;
    box-shadow: 0 0 5px #ccc;
    text-decoration: none;
  }
}
@media (max-width: 980px) {
  .index .banner .banner_box {
    /* height: 580px; */
  }

  .index .banner .banner_box .bnerimg .banntit h2 {
    font-size  : 16px;
    font-weight: bold;
  }

  .btn-group-justified {
    width: 100px;
  }

  .banner .navs-wrapper {
    height: 172px !important;
  }

  .index .banner .banner_box .bnerimg img {
    height: 100px;
    width : 147px;
  }

  .index .banner .banner_box .bnerimg .banntit p {
    font-size: 12px;
  }
  .bnerimg {
    overflow: hidden;
    padding : 20px 10px;
  }
  .xwzx_box .hy_ban_a {
    display: inline-block;
    margin-right: 10px;
    width: 33%;
    /* height: 250px; */
    margin-left: 10px;
    text-align: left;
    background: #fff;
    border-radius: 22px;
    padding: 0;
    vertical-align: top;
    position: relative;
    transition: all .6s;
    box-shadow: 0 0 5px #ccc;
    text-decoration: none;
  }
}

/* 侧边悬浮导航 */
.right_nav {
  right     : -20px;
  bottom    : 50px;
  position  : fixed;
  text-align: left;
  overflow  : hidden;
  z-index   : 999;
}

.right_nav li {
  background               : #ffa300;
  box-shadow               : 0 0 5px #ccc;
  margin                   : 4px 0;
  padding                  : 10px 35px;
  border-top-left-radius   : 4px;
  border-bottom-left-radius: 4px;
  cursor                   : pointer;
  position                 : relative;
  right                    : -70px;
}

.right_nav li .iconBox {
  text-align     : center;
  overflow       : hidden;
  display        : flex;
  align-items    : center;
  justify-content: space-between
}

.right_nav li img {
  width : 30px;
  height: 30px;
}

.right_nav li h4 {
  color      : #fff;
  font-size  : 14px;
  margin     : 2px 0;
  margin-left: 27px;
}

.right_nav li:hover {
  background: #cf1322
}

.right_nav li .hideBox {
  display      : none;
  position     : absolute;
  right        : 168px;
  padding      : 10px;
  padding-right: 15px;
  top          : -10px;
  z-index      : 999;
}

.right_nav li .hideBox .hb {
  border                    : 1px solid #ccc;
  background-color          : #fff;
  padding                   : 10px 20px;
  border-top                : 2px solid #ffa200;
  border-bottom-left-radius : 4px;
  border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
  padding      : 5px 0;
  border-bottom: 2px solid #ccc;
  color        : #ffa200;
  font-size    : 16px;
  font-weight  : 400;
  display      : block;
  white-space  : nowrap;
}

.right_nav li .hideBox .hb p {
  margin-top : 5px;
  font-size  : 18px;
  font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
  display    : flex;
  align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
  width : 25px;
  height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
  font-size  : 14px;
  font-weight: 400;
  white-space: nowrap;
  margin     : 0;
}

.right_nav li:nth-child(3) .hideBox img {
  width     : 140px;
  height    : 140px;
  margin-top: 10px;
}

.right_nav .rig_ico {
  font-size: 25px;
  color    : #fff;
}

.right_nav li .hideBox .hb .zx_ico {
  font-size     : 22px;
  color         : #ffa200;
  vertical-align: middle;
}

/* 美亚特---屏幕大小控制---开始 */
@media (min-width: 980px) {
  .gywm_box .left_gywm_pic {
    width: 30%;
  }

  .gywm_box .rigt_gywm_p {
    width: 69%;

  }

  .gywm_box .rigt_gywm_p .rig_tit_box {
    width      : 60%;
    margin-left: 27%;
  }

  .gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul .two_gs_li {
    margin: 0 13%;
  }

  .gywm_box .rigt_gywm_p .rig_tit_box .gywm_gsnum ul li {
    width: 24%;

  }

  .gywm_box:hover .left_gywm_pic img {
    width : 700px;
    height: 700px;
  }
 

}

@media (max-width: 1800px) {
  .gywm_box .left_gywm_pic {
    height: 500px;

  }
  .cpzx_box .cplist .parent_ul .parent_li .cp_pic{
    height: 199px;
  }
  .cpzx_box .cplist .cp_fl{
    height: 170px;
    padding: 20px;
  }
  .gywm_box .left_gywm_pic img {
    width : 500px;
    height: 500px;
    right : -53%;
  }

  .gywm_box:hover .left_gywm_pic img {
    width : 550px;
    height: 550px;
  }
}


@media (max-width: 768px) {
  .gywm_box .left_gywm_pic {
    height: 378px;
  }

  .gywm_box .left_gywm_pic img {
    width : 350px;
    height: 350px;
    right : 0;
    margin: 10px;
  }

  .gywm_box:hover .left_gywm_pic img {
    width : 378px;
    height: 378px;
    margin: 0;

  }

  .gywm_box .left_gywm_pic img {
    padding: 20px;
  }

  .index .qywh_box ul li .top_pic {
    width      : 60px;
    height     : 60px;
    line-height: 60px;
  }

  .bs-slider {
    max-height: 2028px !important;
  }

  .cpzx_box {
    width  : 100%;
    padding: 0 10px;
    margin : 20px auto;

  }

  .cpzx_box .cplist .parent_ul {
    text-align: center;

  }

  .cpzx_box .cplist .parent_ul .parent_li {
    position      : relative;
    display       : inline-block;
    width         : 98%;
    vertical-align: top;
    margin        : 20px 0;
  }

  .cpzx_box .cplist .parent_ul .parent_li .cp_pic {
    width        : 98%;
    /* max-height   : 210px; */
    height: 100%;
    background   : #f1f1f1;
    text-align   : center;
    padding      : 12px;
    position     : relative;
    border-radius: 25px;
    display      : inline-block;
  }

  .cpzx_box .cplist .cp_fl {
    position     : absolute;
    width        : 100%;
    display      : inline-block;
    box-shadow   : 0 0 5px #ccc;
    padding      : 38px 10px;
    left         : 0;
    top          : 0;
    background   : rgba(0, 0, 0, .5);
    color        : #fff;
    border-radius: 20px;
    /* max-height   : 116%; */
    height: 100%;
    transition   : all .5s;
  }

  .cpzx_box .cplist .cp_fl .tit {
    display: inline-block;
  }
  .cpzx_box .cplist .cp_fl ul li a{

    color: #fff;
  }
  .cpzx_box .cplist .cp_fl .tit::before {
    left: 24px;
    top : 22px;
  }

  .cpzx_box .cplist .parent_ul .parent_li:hover .cp_fl {
    display: block;
  }

  .hyyy_box {
    position: relative;
    padding : 10px;
  }

  .cpzx_box .cpzx_tit h2 {
    font-size: 24px;
  }

  .cpzx_box .cpzx_tit h2 .pro {
    font-size: 16px;
  }

  .hyyy_box .hyyy_bac {
    display: none;
  }

  .hyyy_box .hyyy_nr_box {
    position  : relative;
    padding   : 0;
    /* top    : 0; */
    /* left   : 0; */
    width     : 100%;
    /* padding: 125px; */
  }

  .hyyy_box .hyyy_nr_box .hy_left_tit {
    width  : 100%;
    display: inline-block;
    color  : #252020;
  }

  .hyyy_box .hyyy_nr_box .hy_ban_tit {
    display       : block;
    width         : 100%;
    color         : #fff;
    vertical-align: top;
  }

  .hyyy_box .hyyy_nr_box .hy_ban_tit .container {
    margin: 0 auto;
    width : 100%;
    padding: 0;
  }

  .hyyy_box .hyyy_nr_box .hy_ban_tit .g-scrolling-carousel .items .hy_ban_a {
    display        : inline-block;
    margin-right   : 0;
    width          : 98%;
    min-height     : 230px;
    margin         : 2px;
    text-align     : left;
    background     : #fff;
    border-radius  : 22px;
    padding        : 10px;
    vertical-align : top;
    position       : relative;
    transition     : all .6s;
    text-decoration: none;
    box-shadow     : 0 0 5px #ccc;
  }

  .hyyy_box .g-scrolling-carousel .items .hy_ban_a .p_tit {
    white-space: normal;
    line-height: 22px;
  }

  .hyyy_box .g-scrolling-carousel .items .hy_ban_a .btm_hy_pic {
    bottom: 20px;
  }

  .hyyy_box .hyyy_nr_box .hy_left_tit h1 {
    font-size: 24px;
  }

  .hyyy_box .hyyy_nr_box .hy_left_tit h2 {
    font-size: 16px;
    margin   : 10px 0;
  }

  .xwzx_box {
    width : 100%;
    margin: 20px auto;
  }

  .xwzx_box .hy_ban_a {
    display        : inline-block;
    margin-right   : 0;
    width          : 98%;
    margin-left    : 0;
    text-align     : left;
    background     : #fff;
    border-radius  : 22px;
    padding        : 0;
    vertical-align : top;
    position       : relative;
    transition     : all .6s;
    box-shadow     : 0 0 5px #ccc;
    text-decoration: none;
    margin         : 10px 0;
  }
  .about_box .about_userxx .left_about_user {
    top: -23px;
  }
  .xwzx_box .container {
    /* margin: 150px auto; */
    width    : 100%;
    display  : block;
  }

  .xwzx_box .xwzx_left_tit h1 {
    font-size: 22px;
  }

  .xwzx_box .xwzx_left_tit h1::before {
    left: 17px;
  }

  .xwzx_box .xwzx_left_tit h2 {
    font-size: 16px;

  }

  .about_box {
    width: 95%;
  }

  .about_box .about_left_tit {
    margin: 0;
  }

  .about_box .about_left_tit h1 {
    font-size: 22px;
  }

  .about_box .about_left_tit h1::before {
    left: 17px;
  }

  .about_box .about_left_tit h2 {
    font-size: 16px;
  }

  .about_box .about_nr {
    position: absolute;
  }

  .about_box .about_userxx {
    position: relative;
    top     : 22px;
    display : block;
  }

  .about_box .about_userxx .right_about_live {
    width: 100%;

  }

  .about_box .about_userxx .right_about_live {
    width : 100%;
    height: 269px;
  }

  .about_box .about_userxx .right_about_live img {
    width: 100%;


  }

  .fot_bj .app {
    display: none;
  }

  .right_nav {
    right: 0px;

  }

  .right_nav li {
    background: rgba(240, 157, 0, .5);
    padding   : 5px;
    right     : -80px;
  }

  .video_tk .video_tk_box p .close_ico {
    font-size: 22px;
  }

  .index .myt_banner .ban_h2 {
    font-size: 17px;
  }

  .index .myt_banner .ban_h3 {
    font-size: 16px;
  }

  .index .myt_banner .ban_p {
    font-size: 12px;
  }

  header {
    position: relative !important;
  }

  .slide-text {
    left: 0;
    top : -5px !important;
  }

  .index .myt_banner .slide-text>a.btn-default,
  .index .myt_banner .slide-text>a.btn-primary {
    padding: 15px 25px;
  }

  .pp_name_pic_box {
    width     : 100%;
    overflow-x: scroll;
    position  : relative;
    top       : 20px;
  }

  .pp_name_pic_box ul li {
    margin: 0 10px;
    border: 1px solid #f1f1f1;
  }
  .index .qywh_box {
    width: 100%;
    margin: 25px auto;
    overflow: hidden;
    padding: 20px;
  }
  .hyyy_box .hyyy_nr_box .hy_left_tit a {
    color: #333;
    background: #fff;
    padding: 12px;
    position: relative;
    top: 0px;
    border-radius: 5px;
    transition: all ease .5s;
  }
  .about_box .about_userxx .left_about_user ul li .my_about .rig_xx {
    margin-left: 15px;
  }
  .xwzx_box .xwzx_left_tit {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0px 15px;
  }
}

@media (min-width: 768px) and (max-width: 769px) {
  .cpzx_box .cplist .parent_ul .parent_li .cp_pic .cp_img img {
    width     : 27%;
    transition: all 1s;
  }
}


/* 美亚特---屏幕大小控制---结束 */