@import 'font/DINPro-Medium.css';
@import 'font/FutworaProRegular.css';
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/notosanssc/v12/k3kJo84MPvpLmixcA63oeALZTbKK0Qk.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal; 
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZhaCd9i_4.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notosanssc/v12/k3kXo84MPvpLmixcA63oeALRLoKL.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZ3aGd9i_4.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZlaed9i_4.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZraWd9i_4.otf) format('opentype');
}
.en {
  font-family: 'DINPro-Medium';
}
/*å•è¡Œæ–‡æœ¬çœç•¥å·*/
.selectsty {
  width: 25%;
  position: relative;
}
.selectsty .checked {
  width: 240px;
  height: 46px;
  line-height: 46px;
  text-indent: 20px;
  overflow: hidden;
  background: url(../images/haidao/sjicon.png) #f5f4f2 no-repeat right 20px center;
  float: right;
  font-size: 16px;
  color: #84868a;
  cursor: pointer;
  box-sizing: border-box;
}
.selectsty ul {
  position: absolute;
  bottom: 48px;
  right: 0;
  z-index: 5;
  width: 240px;
  background: #f5f4f2;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  display: none;
}
.selectsty ul li {
  border-bottom: solid 1px #dddddd;
}
.selectsty ul li:last-child {
  border-bottom: none;
}
.selectsty ul li a {
  display: block;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  color: #84868a;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.selectsty ul li a:hover {
  color: #039b84;
}
.dot {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dot2,
.dot3,
.dot4,
.dot6,
.dot7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.dot2 {
  -webkit-line-clamp: 2;
}
/*å¤šè¡Œæ–‡æœ¬çœç•¥å·*/
.dot3 {
  -webkit-line-clamp: 3;
}
.dot4 {
  -webkit-line-clamp: 4;
}
.dot6 {
  -webkit-line-clamp: 6;
}
.dot7 {
  -webkit-line-clamp: 7;
}
.morebtn,
.cp_twc .more {
  height: 60px;
  line-height: 60px;
  padding: 0 114px 0 32px;
  color: #313234;
  margin-top: 60px;
  background: url(../images/rbtn.png) no-repeat 159px center #dddddd;
  display: inline-block;
}
.morebtn:hover,
.cp_twc .more:hover {
  background: url(../images/rbtnh.png) no-repeat 159px center #f08201;
  color: #fff;
}
.time {
  color: #f18101;
  font-family: "FutworaProRegular";
}
body,
html {
  color: #333333;
  line-height: 26px;
  font-size: 16px;
  font-family:"æ€æºé»‘ä½“ CN";
}
.header-menu .menu-list ul li.cur > a {
  color: #f18101;
}
.nbanner {
  width: 100%;
  height: 500px;
  color: #fff;
  position: relative;
  background-size: cover;
  text-align: center;
}
.nbanner.nbanner_about {
  background: url(../images/nbanner1.jpg) no-repeat top center;
}
.nbanner.nbanner_pro {
  background: url(../images/product/probanner.png) no-repeat top center;
}
.nbanner.nbanner_core {
  background: url(../images/core/hxbanner.png) no-repeat top center;
}
.nbanner.nbanner_news {
  background: url(../images/new/newbanner.png) no-repeat top center;
}
.nbanner.nbanner_hd {
  background: url(../images/haidao/hdbanner.png) no-repeat top center;
}
.nbanner.nbanner_hr {
  background: url(../images/hr/hrbanner.png) no-repeat top center;
}
.nbanner .word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
}
.nbanner .word .en {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "FutworaProRegular";
}
.about_dszjy {
  background: url(../images/rbj.png) no-repeat right 569px;
}
.breakNav {
  border-bottom: 1px solid #e5e5e5;
  height: 72px;
  line-height: 72px;
  margin-bottom: 92px;
}
.breakNav .nav a {
  width: auto;
  margin-right: 57px!important;
}
.breakNav .nav a.cur {
  border-bottom: 2px solid #f18101;
}
.breakNav .icon_share {
  color: #666666;
  background: url(../images/icon-share.png) no-repeat 35px center;
  padding-right: 21px;
}
.popWrap {
  display: none;
}
.popWrap .closebtn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/closebtn.png) no-repeat center #039b84;
}
.popWrap .closebtn:hover {
  opacity: 0.8;
}
.popWrap .popbj {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.popWrap .popBox {
  z-index: 9999;
  position: fixed;
  background: #fff;
  width: 915px;
  max-width: 90%;
  overflow: hidden;
  height: 550px;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nmainer {
  background: url(../images/nybj.png) no-repeat center 285px;
}
.nmainer.nmainer_xw {
  background-position: center 0 ;
}
.ntit {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 40px;
}
.about_jj {
  padding-bottom: 54px;
}
.about_jj .word {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.about_jj .word h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.about_jj .pic {
  margin: 55px 0 60px;
}
.about_jj .advan h2 {
  font-size: 28px;
  width: 260px;
}
.about_jj .advan .con {
  width: 68.3%;
}
.about_jj .advan .con .item {
  font-size: 18px;
  color: #999;
}
.about_jj .advan .con .item span {
  font-size: 46px;
  line-height: 32px;
  font-family: 'DINPro-Medium';
  background: url(../images/add.png) no-repeat right center;
  padding-right: 24px;
  color: #666;
}
.about_jj .advan .con .item p {
  color: #999;
  margin-top: 8px;
  padding-top: 12px;
  position: relative;
}
.about_jj .advan .con .item p::before {
  content: "";
  background: #f18101;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 1px;
  left: 0;
}
.about_yjs {
  padding: 53px 0 90px;
  background: #f6f7f9;
}
.about_yjs h2 {
  font-size: 28px;
  color: #039b84;
  line-height: 36px;
}
.about_yjs p {
  color: #666;
  width: 69.17%;
}
.kxjdl {
  flex-wrap: wrap;
  align-items: end;
}
.kxjdl dl {
  margin-bottom: 55px;
  width: 31.66%;
}
.kxjdl dl .smallimg,
.kxjdl dl .info {
  display: none;
}
.kxjdl:after {
  content: "";
  width: 31.66%;
}
.kxjdl dt {
  overflow: hidden;
  position: relative;
}
.kxjdl dt img {
  cursor: pointer;
  transition: all 0.5s;
}
.kxjdl dt img:hover {
  transform: scale(1.1);
}
.kxjdl dt i {
  cursor: pointer;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #039b84;
  position: absolute;
  opacity: 0.8;
}
.kxjdl dd {
  margin-top: 24px;
}
.kxjdl dd h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.kxjdl dd p {
  font-size: 16px;
  color: #999999;
}
.kxjpop dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.kxjpop .bigimg {
  display: none;
}
.kxjpop .smallimg,
.kxjpop .info {
  display: block;
}
.kxjpop dt {
  width: 26.2%;
}
.kxjpop dd {
  margin-right: 6.557%;
  width: 57.6%;
  font-size: 16px;
}
.kxjpop dd h3 {
  font-size: 28px;
  margin: 110px  0 13px;
}
.kxjpop dd span {
  display: block;
  color: #999999;
}
.kxjpop dd .info {
  border-top: 1px solid #d6d6d6;
  padding-top: 53px;
  margin-top: 60px;
  color: #666666;
}
.about_qywh {
  padding: 78px 0 93px 0;
  background: #f6f7f9;
  position: relative;
}
.about_qywh .bj {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/about/qywhh.png) no-repeat center;
  background-size: cover;
}
.about_qywh .about_qywhcon {
  padding-right: 50%;
}
.about_qywh h2 {
  font-size: 28px;
  color: #039b84;
  margin-bottom: 34px;
}
.about_qywh h3 {
  font-size: 28px;
  margin-bottom: 14px;
}
.about_qywh p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 22px;
}
.falc_wrap {
  padding-bottom: 272px;
  background: url(../images/about/fzlc.png) no-repeat right bottom;
}
.falc_wrap .pic {
  margin-bottom: 52px;
  position: relative;
  height: 282px;
  background: url(../images/about/fzlcbj.png) no-repeat center;
  background-size: cover;
}
.falc_wrap .fz-list {
  /* margin-left: 5%; */
}
.falc_wrap .fz-list .swiper-container{ overflow: unset;} 
.falc_wrap .fz-list .swiper-slide {
  width: 360px;
  max-width: 100%;
  /* margin-right: 60px; */
}
.falc_wrap .fz-list .swiper-slide .time {
  padding-bottom: 23px;
  margin-bottom: 25px ;
  border-bottom: 1px solid #dadada;
  font-size: 20px;
}
.falc_wrap .fz-list .swiper-slide .fz-font h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.falc_wrap .fz-list .swiper-slide .fz-font p {
  font-size: 16px;
  color: #999;
}
.falc_wrap .timebar {
  font-size: 28px;
  font-family: "FutworaProRegular";
  color: #fff;
  width: 570px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 19px;
}
.falc_wrap .timebar::after {
  height: 1px;
  width: 90%;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 5%;
}
.falc_wrap span {
  position: relative;
  cursor: pointer;
}
.falc_wrap span i {
  opacity: 0.3;
  font-style: normal;
}
.falc_wrap span::after {
  position: absolute;
  content: '';
  background: url(../images/about/dot1.png) no-repeat center;
  width: 26px;
  height: 26px;
  left: 15px;
  z-index: 2;
  bottom: -35px;
}
.falc_wrap span.cur i {
  opacity: 1;
}
.falc_wrap span.cur::after {
  background: url(../images/about/dot2.png) no-repeat center;
}
.about_dszjy {
  padding-bottom: 143px;
}
.about_dszjy .w1200 {
  background: #f6f7f9;
}
.about_dszjy dt {
  width: 60% ;
  position: relative;
  color: #666666;
}
.about_dszjy dt .box {
  width: 74%;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.about_dszjy dt .qianming {
  margin-top: 48px;
}
.about_dszjy dt .qianming span {
  margin-top: 10px;
  display: block;
  color: #999999;
}
.about_dszjy dd {
  width: 40%;
}
.about_dszjy dd img {
  float: right;
}
.appshow {
  display: none;
}
.pro_warp {
  margin-bottom: 120px;
}
.pro_warp .map {
  background: #eef6f8;
  padding: 20px 0 16px;
}
.pro_warp .map img {
  width: 63.9%;
  margin: 0 auto;
}
.pro_warp .pro_jj {
  margin: 53px 0 75px;
}
.pro_warp .pro_jj h2 {
  font-size: 28px;
}
.pro_warp .pro_jj .word {
  width: 75%;
}
.pro_warp .pro_jj p {
  color: #666666;
}
.pro_warp .pro_jj h3 {
  color: #039b84;
  font-size: 20px;
  margin: 20px 0 10px;
}
.tabNav {
  margin: 0 auto 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #666666;
}
.tabNav span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: -1px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: block;
  border: 1px solid #dddddd;
}
.tabNav span:hover {
  color: #f18101;
}
.tabNav span.cur {
  border-color: #f18101;
  background: #f18101;
  color: #fff;
}
.tabNav .f14 {
  font-size: 16px;
  margin-bottom: 0;
}
.tabcon .block {
  display: none;
  margin: 20px auto;
}
.tabcon .block.cur {
  display: block;
}
.cp_wd {
  margin-bottom: 80px;
  padding: 57px 53px 67px 60px;
  background: #f6f7f9;
  font-size: 16px;
}
.cp_wd h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.cp_wd p {
  color: #666666;
}
.cp_scroll,
.mapmobile {
  position: relative;
}
.cp_scroll .swiper-button-next:after,
.mapmobile .swiper-button-next:after,
.cp_scroll .swiper-button-prev:after,
.mapmobile .swiper-button-prev:after {
  color: #fff;
}
.cp_scroll .swiper-button-prev,
.mapmobile .swiper-button-prev,
.cp_scroll .swiper-button-next,
.mapmobile .swiper-button-next {
  width: 15px;
  height: 27px;
}
.cp_scroll .swiper-button-prev,
.mapmobile .swiper-button-prev {
  left: 33px;
  background: url(../images/product/jt1.png) no-repeat;
}
.cp_scroll .swiper-button-prev::after,
.mapmobile .swiper-button-prev::after {
  display: none;
}
.cp_scroll .swiper-button-next,
.mapmobile .swiper-button-next {
  right: 33px;
  background: url(../images/product/jt2.png) no-repeat;
}
.cp_scroll .swiper-button-next::after,
.mapmobile .swiper-button-next::after {
  display: none;
}
.cp_twc {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.cp_twc .cp_scroll {
  width: 72.667%;
}
.cp_twc .cp_scroll img {
  width: 100%;
}
.cp_twc .info {
  width: 21.65%;
}
.cp_twc .info h3 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 52px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #313234;
}
.cp_twc .info h3 span {
  font-size: 20px;
  color: #f08201;
  font-family: "FutworaProRegular";
  display: block;
  line-height: 26px;
}
.cp_twc.nobor {
  border: none;
  padding-bottom: 0;
}
.cp_twcfx {
  flex-direction: row-reverse;
}
.cp_pop {
  height: 550px;
  max-height: 90%;
  overflow: hidden!important;
  padding: 58px 60px 53px;
}
.cp_pop h2 {
  font-size: 28px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 38px;
  margin-bottom: 34px;
}
.cp_pop h3 {
  font-size: 20px;
  color: #039b84;
  margin-bottom: 7px;
}
.cp_pop p {
  color: #666666;
  margin-bottom: 19px;
}
.swicon {
  height: 300px;
}
.swicon .swiper-slide {
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.swicon .swiper-scrollbar {
  background: #eaeaea;
}
.swicon.swiper-container-vertical > .swiper-scrollbar {
  width: 1px;
}
.swicon .swiper-scrollbar-drag {
  background: #039b84;
}
.cp_trxf img {
  margin-bottom: 32px;
}
.cp_trxf p {
  color: #666666;
  margin-bottom: 26px;
}
.cp_trxf .bj {
  background: #f6f7f9;
}
.cp_trxf .block_tr {
  margin-bottom: 115px;
}
.cp_trxf .block_tr .sec:last-child {
  padding-bottom: 0;
}
.cp_trxf .block_zy {
  margin-bottom: 43px;
}
.cp_trxf .sect {
  padding-bottom: 34px;
}
.cp_trxf .sec {
  padding: 58px 0 46px;
}
.cp_trxf .sec h3 {
  font-size: 28px;
  margin-bottom: 32px;
}
.cp_trxf .sec p {
  margin-bottom: 26px;
  color: #666666;
}
.cp_trxf .sec img {
  margin-top: 8px;
}
.hx_peo h3 {
  margin-bottom: 59px;
  margin-left: -9px;
  font-size: 28px;
}
.hx_peo img {
  margin-bottom: 0;
}
.hx_peo .more {
  background: url(../images/core/jticon.png) no-repeat 156px center #d7d7d7;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  padding-left: 31px;
}
.hx_peo .more:hover {
  background: url(../images/core/jticonw.png) no-repeat 156px center #039b84;
  color: #fff;
}
.hx_warp {
  margin-bottom: 0;
}
.hx_warp .sec {
  padding-top: 0;
}
.hx_warp .block {
  margin: 0 auto 40px;
}
.hx_warp .nomar {
  margin: 0 auto;
}
.item_js {
  margin-bottom: 60px;
  position: relative;
}
.item_js .info {
  position: absolute;
  width: 682px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 56px 106px 60px 60px;
  background: rgba(246, 247, 249, 0.9);
}
.item_js .info h3 {
  font-size: 20px;
  color: #039b84;
  margin-bottom: 19px;
}
.item_js .info p {
  color: #000;
}
.hx_js .item_js:nth-child(even) .info{left: 0 !important;}
.item_js.item_js2 .info {
  text-align: right;
  right: 0;
  left: -60px;
}
.hxzs_list {
  flex-wrap: wrap;
  margin: 60px auto 90px;
}
.hxzs_list dl {
  margin: 37px 0 30px 0;
  background: #f5f5f5;
  width: 31.67%;
}
.hxzs_list dl dt {
  width: 40.26%;
}
.hxzs_list dl dt img {
  background: url(../images/core/hxzsbj.png) no-repeat bottom right;
  padding: 0 6px 7px 0;
  position: relative;
  top: -36px;
  left: 30px;
}
.hxzs_list dd {
  color: #313234;
  width: 33.157%;
  margin-right: 40px;
}
.hxzs_list::after {
  content: '';
  width: 33%;
}
.hxyf_list {
  margin-bottom: 90px;
  flex-wrap: wrap;
}
.hxyf_list dl {
  text-align: center;
  width: 31.67%;
  margin-bottom: 30px;
}
.hxyf_list dl .hover {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 155, 132, 0.5);
}
.hxyf_list dl .hover .onreadBtn {
  margin: 0 auto;
  text-align: left;
  color: #313234;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: url(../images/core/ice.png) no-repeat 57px center #ffffff;
  padding-left: 90px;
}
.hxyf_list dl dt {
  position: relative;
  margin-bottom: 25px;
  background: #f5f5f5;
  vertical-align: middle;
  padding: 80px 0;
}
.hxyf_list dl dt:hover .hover {
  display: flex;
}
.hxyf_list dl dt img {
  width: 57.1%;
  display: inline;
  background: url(../images/core/hxzsbj.png) no-repeat bottom right;
  padding: 0 6px 7px 0;
}
.hxyf_list dl h3 {
  font-size: 20px;
  color: #313234;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hx_js {
  margin-bottom: 120px;
}
.hx_js .morebtn {
  margin-top: 38px;
}
.new_warp {
  padding-bottom: 120px;
  background: #f6f7f9;
  margin-top: 255px;
}
.new_warp .page {
  margin-top: -162px;
}
.newsdl {
  position: relative;
  top: -195px;
  flex-wrap: wrap;
  align-items: end;
}
.newsdl dt {
  background: #fff;
  margin-bottom: 30px;
}
.newsdl dt a.flexsb {
  width: 100%;
  overflow: hidden;
}
.newsdl dt .pic {
  width: 50%;
}
.newsdl dt .info {
  width: 45.83%;
  padding-right: 48px;
}
.newsdl dt p {
  color: #666;
}
.newsdl dt h2 {
  margin-bottom: 24px;
  line-height: 40px;
  font-size: 28px;
}
.newsdl dt .time {
  padding-bottom: 34px;
  border-bottom: 1px solid #dedede;
  margin: 19px 0 24px;
}
.newsdl dd .pic {
  height: 220px;
}
.newsdl .pic {
  overflow: hidden;
}
.newsdl .pic img {
  transition: all 0.2s;
  width: 100%;
}
.newsdl a:hover img {
  transform: scale(1.1);
}
.newsdl span {
  color: #999999;
}
.newsdl dd {
  margin-bottom: 30px;
  background: #fff;
  padding-bottom: 18px;
  width: 31.67%;
}
.newsdl dd h2,
.newsdl dd p,
.newsdl dd .time,
.newsdl dd span {
  padding: 0 38px;
}
.newsdl dd p {
  color: #999;
}
.newsdl dd h2 {
  margin: 30px 0 5px;
  font-size: 20px;
  line-height: 32px;
}
.newsdl dd .time {
  margin-bottom: 15px;
}
.newsdl dd span {
  padding-top: 15px;
  display: block;
  border-top: 1px solid #dedede;
  margin-top: 45px;
}
.newsdl dd .w {
  height: 188px;
}
.newsdl::after {
  content: "";
  width: 33%;
}
.page {
  text-align: center;
  color: #666666;
  font-family: "FutworaProRegular";
}
.page a {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  height: 40px;
}
.page a.cur {
  background: #fff;
}
.page.pagegray a.cur {
  background: #dddddd;
}
.newinfo img{ display: inline;}
.newinfo_warp {
  position: relative;
  margin-top: -30px;
}
.newinfo_warp .sharebar {
  position: absolute;
  right: 0;
  top: 110px;
}
.newinfo_warp .sharebar span {
  display: block;
  color: #666666;
  margin-bottom: 46px;
}
.newinfo_warp .sharebar a {
  width: 26px;
  height: 26px;
  display: block;
  margin-bottom: 27px;
}
.newinfo_warp .sharebar a.icon_wx {
  background: url(../images/new/icon_wx.png) no-repeat;
}
.newinfo_warp .sharebar a.icon_wb {
  background: url(../images/new/icon_sina.png) no-repeat;
}
.newinfo_warp .sharebar a.icon_ins {
  background: url(../images/new/icon_in.png) no-repeat;
}
.newinfo_warp .sharebar a.icon_link {
  background: url(../images/new/icon_share.png) no-repeat;
}
.newinfo_warp .sharebar a.icon_email {
  background: url(../images/new/icon_email.png) no-repeat;
}
.newinfo_warp .sharebar a:hover {
  opacity: 0.8;
}
.newinfo_warp .newinfo {
  width: 66%;
  margin: 0 auto 116px;
}
.newinfo_warp .newinfo .new_t {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 34px;
  margin-bottom: 52px;
}
.newinfo_warp .newinfo .new_t h2 {
  line-height: 55px;
  font-size: 32px;
}
.newinfo_warp .newinfo .new_t .info {
  color: #999999;
}
.newinfo_warp .newinfo .new_t .info span {
  margin-right: 30px;
}
.newinfo_warp .newinfo .con p {
  margin-bottom: 30px;
}
.newinfo_warp .newinfo .con .pic {
  margin-bottom: 27px;
}
.newinfo_warp .newinfo .con .pic p {
  margin-top: 14px;
  color: #999999;
}
.morenew {
  padding: 40px 0 20px;
  background: #f6f7f9;
}
.morenew .morenew_con {
  width: 66%;
  margin: 0 auto;
}
.morenew h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.twenlist a {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}
.twenlist a .pic {
  overflow: hidden;
  width: 26.8%;
}
.twenlist a .pic img {
  transition: all 0.2s;
  width: 100%; 
}
.twenlist a .info {
  width: 68.56%;
}
.twenlist a .info h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twenlist a:hover img {
  transform: scale(1.1);
}
.twenlist a:last-child {
  border: none;
  margin-bottom: 0;
}
.hdwarp {
  margin-bottom: 60px;
}
.hd_block {
  padding: 52px 0 28px;
}
.hd_block.bj {
  background: #fbfbfb;
}
.hd_block h2 {
  line-height: 40px;
  width: 22.333%;
  font-size: 28px;
}
.hd_block .info {
  width: 77.166%;
}
.hd_block p {
  color: #666666;
  margin-bottom: 25px;
}
.hd_block h3 {
  color: #039b84;
  font-size: 20px;
  margin-bottom: 15px;
}
.hd_block .flexsb {
  align-items: unset;
}
.hd_block .more {
  color: #039b84;
  margin-bottom: 40px;
  display: block;
}
.hd_block .pic {
  background: #f6f7f9;
}
.hd_block .pic img {
  margin: 0 auto;
  max-height: 438px;
  max-width: 100%;
  margin-bottom: 33px;
}
.hsdwarp p {
  margin-bottom: 0;
}
.hsdwarp p.sm {
  color: #666666;
  margin-bottom: 47px;
}
.video-js {
  position: relative;
}
.video-js .vjs-control {
  float: left;
  display: block;
}
.video-js .vjs-play-control {
  width: 40px;
  position: absolute;
  left: 0;
}
.video-js .vjs-text-track-display {
  height: 100%; 
}
.video-js .vjs-poster {
  background-size: cover;
}
.video-js .vjs-big-play-button {
  background: url(../images/vedio/vedioicon.png) no-repeat center !important;
  width: 79px!important;
  height: 79px!important;
  border: none!important;
  left: 50%;
  top: 50%;
  transform: translate(-40px, -40px);
}
.video-js .vjs-big-play-button span {
  display: none;
}
.video-js .vjs-slider {
  background: rgba(255, 255, 255, 0.46);
  height: 5px;
  width: 100%;
  border-radius: 90px;
}
.video-js .vjs-play-progress {
  border-radius: 90px;
}
.video-js .vjs-time-control {
  display: block;
  float: left;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  padding: 0;
  line-height: 55px;
}
.video-js .vjs-current-time {
  position: absolute;
  left: 40px;
  width: 40px;
}
.video-js .vjs-time-divider {
  min-width: 5px;
  line-height: 55px;
  position: absolute;
  left: 80px;
}
.video-js .vjs-progress-control {
  width: 636px;
  min-width: 10px;
  display: block;
  margin: 25px 100px 0 144px;
}
.video-js .vjs-remaining-time {
  display: none!important;
}
.video-js .vjs-duration {
  margin-right: 30px;
  position: absolute;
  left: 90px;
}
.video-js .vjs-load-progress div {
  background: rgba(0, 0, 0, 0);
}
.video-js .vjs-control-bar {
  z-index: 999!important;
  height: 55px;
  background: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.video-js .vjs-fullscreen-control {
  position: absolute;
  right: 8px;
  width: 40px;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  font-size: 24px;
  line-height: 55px;
}
.video-js .vjs-volume-panel {
  width: 40px;
  display: block;
  position: absolute;
  right: 37px;
}
.video-js .vjs-play-progress:before {
  display: none;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 40px;
}
.videoFloat .closebtn {
  z-index: 99999;
  position: fixed;
}
.videoFloat .popBox {
  width: 890px;
  height: 547px;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  padding: 0;
}
.videoc {
  position: relative;
  top: -198px;
}
.videoc h2 {
  font-size: 28px;
  margin: 26px 0 10px;
}
.videoc .videocon {
  margin-bottom: 55px;
}
.vediolist {
  flex-wrap: wrap;
}
.vediolist li {
  width: 31.667%;
  margin-bottom: 57px;
}
.vediolist li h4 {
  font-size: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 25px;
}
.vediolist li .pic {
  position: relative; height: 285px; width: 100%;overflow: hidden;
}
.vediolist li .pic img {
  transition: all 0.2s; height: 100%;
  position: absolute;
  left: 50%;
  max-width:unset;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.vediolist li .pic::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/vedio/vedioicon.png);
  background-size: cover;
  transform: translate(-50%, -50%);
}
.vediolist::after {
  content: "";
  width: 33%;
}
.morebtnl {
  display: block;
  width: 200px;
  height: 54px;
  line-height: 54px;
  margin: 30px 0 36px;
  border: 2px solid #f4f3ef;
  padding: 0 18px;
  background: url(../images/haidao/jtl.png) no-repeat 89% center;
}
.jk_top {
  background: url(../images/haidao/jkpic.png) no-repeat;
  background-size: cover;
  padding: 60px;
  overflow: hidden;
  margin-bottom: 42px;
}
.jk_top .jk_topscrpll {
  position: relative;
  padding: 55px 57px 0  60px;
  float: right;
  width: 441px;
  height: 482px;
  background: #fff;
}
.jk_top .jk_topscrpll h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.jk_top .jk_topscrpll .time {
  font-size: 20px;
  margin-bottom: 26px;
}
.jk_top .jk_topscrpll .swnav {
  position: relative;
}
.jk_top .jk_topscrpll .swnav .swiper-button-next,
.jk_top .jk_topscrpll .swnav .swiper-button-prev {
  width: 8px;
  height: 14px;
  position: absolute ;
}
.jk_top .jk_topscrpll .swnav .swiper-button-prev {
  top: 28px;
  left: 0;
  background: url(../images/haidao/jt1.png);
}
.jk_top .jk_topscrpll .swnav .swiper-pagination {
  position: absolute;
  left: 20px;
  width: 51px;
  top: 0px;
}
.jk_top .jk_topscrpll .swnav .swiper-pagination-current {
  color: #039b84;
}
.jk_top .jk_topscrpll .swnav .swiper-button-next {
  right: unset;
  left: 77px;
  top: 28px;
  background: url(../images/haidao/jt2.png);
}
.jk_top .jk_topscrpll .swnav .swiper-button-prev:after,
.jk_top .jk_topscrpll .swnav .swiper-button-next:after {
  display: none;
}
.jkwarp {
  margin-bottom: 120px;
}
.jkwarp .searchbar {
  padding-bottom: 42px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}
.jkwarp .searchbar .input {
  height: 46px;
  border: none;
  margin-left: 11px;
  background: #f5f4f2;
  color: #666666;
  padding-left: 20px;
  width: 260px;
}
.jkwarp .searchbar input::-webkit-input-placeholder {
  color: #666666;
  font-size: 14px;
}
.jkwarp .searchbar input:-moz-placeholder {
  color: #666666;
  font-size: 14px;
}
.jkwarp .searchbar input::-moz-placeholder {
  color: #666666;
  font-size: 14px;
}
.jkwarp .searchbar input:-ms-input-placeholder {
  color: #666666;
  font-size: 14px;
}
.jkwarp .searchbar .btn {
  cursor: pointer;
  width: 119px;
  padding-left: 57px;
  display: block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: url(../images/haidao/search.png) no-repeat 30px center #039b84;
}
.jkwarp .twenlist a .pic {
  width: 26.3%;
}
.jkwarp .twenlist p {
  color: #666;
}
.jkwarp .twenlist .morebtnl {
  margin-bottom: 0;
}
.jkwarp .twenlist a {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.jkwarp .twenlist .info {
  width: 60.7%;
}
.hrjj {
  position: relative;
  margin-top: -77px;
  height: 586px;
  background: url(../images/hr/hrpic.png) no-repeat center;
  background-size: cover;
}
.hrjj .flexsb {
  height: 100%;
  padding-top: 80px;
}
.hrjj .word {
  width: 45.4%;
}
.hrjj .word h2 {
  margin-bottom: 19px;
  font-size: 28px;
}
.hrjj .word p {
  font-size: 20px;
  color: #999999;
  line-height: 34px;
}
.hrh2 {
  padding: 79px 0 59px;
  text-align: center;
  font-size: 28px;
}
.hrzp {
  padding-bottom: 120px;
  background: #f6f7f9;
  text-align: center;
}
.hrzp .w1200 {
  width: 65.58%;
}
.hrzp p {
  color: #999999;
  margin-bottom: 50px;
}
.hrzp .link a {
  margin: 0 14px;
  border-radius: 24px;
  background: url(../images/hr/jt3.png) no-repeat center 68.8% #fff;
  width: 278px;
  height: 180px;
  border: 2px dashed #85ccc2;
}
.hrzp .link a img {
  margin: 42px auto 0;
}
#certify {
  position: relative;
  width: 100%;
  margin: 0 auto 120px;
}
#certify .btn {
  margin-top: 170px;
}
#certify .swiper-slide {
  width: 70.83%;
  background: #000;
}
#certify .swiper-slide img {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
}
#certify .swiper-slide-active img {
  opacity: 1;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: 28px;
  width: 24px;
  height: 46px;
  background: url(../images/hr/jt1.png) no-repeat;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: 28px;
  width: 24px;
  height: 46px;
  background: url(../images/hr/jt2.png) no-repeat;
  background-size: 100%;
}
#certify .swiper-button-next:hover,
#certify .swiper-button-prev:hover {
  opacity: 0.8;
}
#certify .swiper-button-prev:after,
#certify .swiper-button-next:after {
  display: none;
}
.mapwarp {
  position: relative;
}
.mapwarp .item {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 50%;
}
.mapwarp .item .d {
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  background: url(../images/index/map_icon.png) no-repeat center;
  width: 21%;
  width: 80px;
  height: 80px;
  display: block;
  background-size: 100% auto;
}
.mapwarp .item .name {
  cursor: pointer;
  position: absolute;
  color: #ef8200;
  font-size: 20px;
  transition: all 0.2s;
}
.mapwarp .item .mapbox {
  position: absolute;
  top: 13px;
  display: none;
  width: 100%;
  background: #fff;
  padding: 0 30px 30px;
  box-shadow: 0 0 3px rgba(239, 130, 1, 0.4);
  margin-top: 62px;
  margin-left: -6%;
}
.mapwarp .item .mapbox i {
  position: absolute;
  left: 8%;
  top: -30px;
  width: 0;
  font-size: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.mapwarp .item .mapbox h3 {
  padding: 20px 0 20px;
  font-size: 18px;
}
.mapwarp .item .mapbox img {
  margin-bottom: 10px;
}
.mapwarp .item .mapbox p {
  color: #666666;
}
.mapwarp .item .mapbox a {
  color: #ef8200;
  font-size: 14px;
  display: block;
  text-align: right;
}
.mapwarp .item.s1 {
  top: 30.2%;
  left: 9.2%;
}
.mapwarp .item.s1 .name {
  margin-top: 1%;
  margin-left: 1%;
}
.mapwarp .item.s1 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s2 {
  top: 30.2%;
  left: 38%;
}
.mapwarp .item.s2 .name {
  margin-top: 1%;
  margin-left: -4%;
}
.mapwarp .item.s2 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s3 {
  top: 29.2%;
  left: 59%;
}
.mapwarp .item.s3 .mapbox {
  margin-top: 21%;
}
.mapwarp .item.s3 .name {
  margin-top: 16%;
  margin-left: -4%;
}
.mapwarp .item.s3 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s4 {
  top: 40.2%;
  left: 70%;
}
.mapwarp .item.s4 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s4 .name {
  margin-top: 16%;
  margin-left: -4%;
}
.mapwarp .item.s4 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s5 {
  top: 53.2%;
  left: 50%;
}
.mapwarp .item.s5 .mapbox {
  margin-top: 21%;
}
.mapwarp .item.s5 .name {
  margin-top: 14%;
  margin-left: -2%;
}
.mapwarp .item.s5 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s6 {
  top: 70.2%;
  left: 74%;
}
.mapwarp .item.s6 .name {
  margin-top: 7%;
  margin-left: 8%;
}
.mapwarp .item.s6 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s7 {
  top: 72.4%;
  left: 71%;
}
.mapwarp .item.s7 .name {
  margin-top: 12%;
  margin-left: -1%;
}
.mapwarp .item.s7 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s8 {
  top: 71%;
  left: 58%;
}
.mapwarp .item.s8 .mapbox {
  margin-top: 23%;
}
.mapwarp .item.s8 .mapbox i {
  left: 21%;
}
.mapwarp .item.s8 .name {
  margin-top: 16%;
  margin-left: -4%;
}
.mapwarp .item.s8 .d {
  margin-left: 8%;
  margin-top: 10%;
}
.mapwarp .item.s9 {
  top: 82.8%;
  left: 62%;
}
.mapwarp .item.s9 .name {
  margin-top: 7%;
  margin-left: 10.2%;
}
.mapwarp .item.s9 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s10 {
  top: 37.2%;
  left: 78.4%;
}
.mapwarp .item.s10 .name {
  margin-top: 6.5%;
  margin-left: 10.7%;
}
.mapwarp .item.s10 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s11 {
  top: 25.7%;
  left: 84%;
}
.mapwarp .item.s11 .name {
  margin-top: 7%;
  margin-left: 11%;
}
.mapwarp .item.s11 .d {
  margin-left: -3%;
  margin-top: 2%;
}
.mapwarp .item.s12 {
  top: 14.2%;
  left: 77%;
}
.mapwarp .item.s12 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s12 .mapbox i {
  left: 30%;
}
.mapwarp .item.s12 .name {
  margin-top: 16%;
  margin-left: -4%;
}
.mapwarp .item.s12 .d {
  margin-left: 19%;
  margin-top: 10%;
}
.mapwarp .item.s13 {
  top: 6.2%;
  left: 82%;
}
.mapwarp .item.s13 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s13 .mapbox i {
  left: 25%;
}
.mapwarp .item.s13 .name {
  margin-top: 16%;
  margin-left: -4%;
}
.mapwarp .item.s13 .d {
  margin-left: 14%;
  margin-top: 11%;
}

.mapwarp .item.s14 {
  top: 32.2%;
  left: 46%;
}
.mapwarp .item.s14 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s14 .mapbox i {
  left: 25%;
}
.mapwarp .item.s14 .name {
  margin-top: 23%;
  margin-left: 18%;
}
.mapwarp .item.s14 .d {
  margin-left: 14%;
  margin-top: 11%;
}

.mapwarp .item.s15 {
  top: 27.2%;
  left: 62%;
}
.mapwarp .item.s15 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s15 .mapbox i {
  left: 25%;
}
.mapwarp .item.s15 .name {
  margin-top: 23%;
  margin-left: 16%;
}
.mapwarp .item.s15 .d {
  margin-left: 14%;
  margin-top: 11%;
}

.mapwarp .item.s16 {
  top: 44.2%;
  left: 67%;
}
.mapwarp .item.s16 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s16 .mapbox i {
  left: 25%;
}
.mapwarp .item.s16 .name {
  margin-top: 23%;
  margin-left: 16%;
}
.mapwarp .item.s16 .d {
  margin-left: 14%;
  margin-top: 11%;
}

.mapwarp .item.s17 {
  top:40.2%;
  left: 71%;
}
.mapwarp .item.s17 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s17 .mapbox i {
  left: 25%;
}
.mapwarp .item.s17 .name {
  margin-top: 16%;
  margin-left: 29%;
}
.mapwarp .item.s17 .d {
  margin-left: 14%;
  margin-top: 11%;
}

.mapwarp .item.s18 {
  top: 50.2%;
  left: 72.5%;
}
.mapwarp .item.s18 .mapbox {
  margin-top: 24%;
}
.mapwarp .item.s18 .mapbox i {
  left: 25%;
}
.mapwarp .item.s18 .name {
  margin-top: 16%;
  margin-left: 31%;
}
.mapwarp .item.s18 .d {
  margin-left: 14%;
  margin-top: 11%;
}

.mapwarp .item.itemT .mapbox {
  margin-top: -69%;
  margin-left: -58%;
}
.mapwarp .item.itemT .mapbox i {
  left: 60%;
  top: unset;
  bottom: -29px;
  border-color: #fff transparent transparent transparent;
}
.mapwarp .item.s8.itemT .mapbox {
  margin-top: -62%;
  margin-left: -47%;
}
.mapwarp .item:hover {
  z-index: 3;
}
.mapwarp .item:hover .d {
  background-image: url(../images/index/map_hover.png);
}
.mapwarp .item:hover .name {
  transform: scale(1.2) translateY(-11px);
}
.mapwarp .item:hover .mapbox {
  display: block;
}
.mapwarp .item.itemT:hover .name {
  transform: scale(1.2) translateY(21px);
}
.mapwarp .apphide {
  display: block;
}
@media screen and (max-width: 1360px) {
  .mapwarp .item .d {
    width: 60px;
    height: 60px;
  }
  .mapwarp .item .name {
    font-size: 16px;
  }
  .mapwarp .item.itemT .mapbox {
    margin-top: -76%;
    margin-left: -54%;
  }
  .mapwarp .item.itemT:hover .name {
    transform: scale(1.2) translateY(10px);
  }
}
@media screen and (max-width: 980px) {
  .mapwarp .item .d {
    width: 40px;
    height: 40px;
  }
  .mapwarp .item .name {
    font-size: 12px;
  }
  .mapwarp .item.s1 .name {
    margin-top: -2%;
  }
  .mapwarp .item.itemT .mapbox {
    margin-top: -99%;
    margin-left: -61%;
  }
}
@media screen and (max-width: 750px) {
  .mapwarp .apphide {
    display: none;
  }
  .mapwarp .item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0!important;
    margin-left: 0!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
  }
  .mapwarp .item .d,
  .mapwarp .item .name {
    display: none;
  }
  .mapwarp .item .mapbox {
    padding: 0 20px 10px;
    margin-top: 0!important;
    margin-left: 0!important;
    display: block;
    position: relative;
  }
  .mapwarp .item .mapbox i {
    display: none;
  }
}
.bjnews {
  background: url(../images/nybj.png) no-repeat center 4px;
}
.swiper1 .swp1 {
  --swiper-theme-color: #f18101;
  --swiper-pagination-color: #f18101;
  /* ä¸¤ç§éƒ½å¯ä»¥ */
  bottom: 190px!important;
}
.swiper1 .swp1 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .visible-xs{ background-size:cover!important; height: 202px!important;}
}
