.header_box_pc {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.4s;
}
.header_box_pc .box {
  padding: 0 3.125vw;
}
.header_box_pc .box .logo {
  padding: 15px 0;
}
.header_box_pc .box .logo a {
  display: block;
}
.header_box_pc .box .logo a img {
  height: 40px;
}
.header_box_pc .box .nav .item {
  margin: 0 1.875rem;
  position: relative;
}
.header_box_pc .box .nav .item > p a {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 66px;
  position: relative;
}
.header_box_pc .box .nav .item > p a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  line-height: 2px;
  transition: 0.4s;
  /* background: url(../images/hengxian.png); */
  background: #49acbf;
  background-size: 100% 100% ;
}
.header_box_pc .box .nav .item ul {
  position: absolute;
  width: 190px;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(236, 247, 248, 0.9);
  padding: 10px 20px;
  display: none;
  transition: 0.4s;
  border-radius: 8px;
}
.header_box_pc .box .nav .item ul li {
  padding: 5px 0;
}
.header_box_pc .box .nav .item ul .act a{
	color: #49acbf;
}
.header_box_pc .box .nav .item ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  transition: 0.4s;
}
.header_box_pc .box .nav .item ul li a:hover {
  color: #49acbf;
}
.header_box_pc .box .nav .item:hover > p a::after {
  width: 100%;
}
.header_box_pc .box .nav .item:hover ul {
  display: block;
}
.header_box_pc .box .nav .active > p a {
  color: #000;
}
.header_box_pc .box .nav .active > p a::after {
  width: 100%;
}
.header_box_pc .box .language {
  padding: 12px 0;
}
.header_box_pc .box .language a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #49acbf;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  transition: 0.4s;
}
.header_box_pc .box .language a:hover {
  background: #10477b;
  box-shadow: 0px 0px 5px #fff;
}
.bgC {
  background: #fff;
}
.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  background-color: #10477b;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
/*----------------*/
/* .flexBetween{
    justify-content: ;
} */
/*----------------*/
/* .flexB{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	flex: 1;
}
.boxRight{
	width: 33.3%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hhx_boxLeft{
	flex: 1;
} */
/*---------------*/
.header_box {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
  display: none;
}
.header_box .header_main {
  width: 90%;
  margin: auto;
}
.header_box .header_main .logo img {
  height: 34px;
}
.header_box .header_main .menu_botton {
  display: flex;
  align-items: center;
}
.header_box .header_main .menu_botton span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  background-color: #10477b;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: -2px;
}
.header_box .header_main .menu_botton span::before {
  top: -7px;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box .header_main .menu_botton span::after {
  bottom: -7px;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.lpk_nav {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 7;
  transform: translateX(100%);
  transition: 0.5s;
}
.lpk_nav .bpx {
  height: 100%;
}
.lpk_nav .bpx .bg {
  width: 20%;
  height: 100%;
}
.lpk_nav .bpx .main {
  width: 80%;
  background: #10477b;
  height: 100%;
  overflow: hidden;
}
.lpk_nav .bpx .main .boxTop {
  height: 54px;
  position: relative;
}
.lpk_nav .bpx .main .boxTop h1 {
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  color: #fff;
}
.lpk_nav .bpx .main .boxTop p {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  display: none;
}
.lpk_nav .bpx .main .boxTop p span {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: rgba(255, 255, 255, 0.9);
  border-top: none;
  border-left: none;
  cursor: pointer;
  z-index: 2;
}
.lpk_nav .bpx .main .boxBot {
  height: calc(100% - 54px);
  position: relative;
  transition: 0.5s;
}
.lpk_nav .bpx .main .boxBot ul {
  padding-left: 20px;
}
.lpk_nav .bpx .main .boxBot ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li .left {
  width: 80%;
}
.lpk_nav .bpx .main .boxBot ul li .left a {
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 45px;
}
.lpk_nav .bpx .main .boxBot ul li .right {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.lpk_nav .bpx .main .boxBot ul li .right::after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: rgba(255, 255, 255, 0.5);
  border-top: none;
  border-left: none;
  right: 50%;
  margin-left: 4px;
}
.lpk_nav .bpx .main .boxBot ul li .select_nav {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  background: #10477b;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 20px;
}
.lpk_nav .bpx .main .boxBot ul li .select_nav p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li .select_nav p:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.lpk_nav .bpx .main .boxBot ul li .select_nav p a {
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 45px;
}
.lpk_body {
  overflow: hidden;
}
.lpk_body .lpk_nav {
  transform: translateX(0%);
}
.lpk_body .header_box {
  transform: translateX(-80%);
}
.lpk_body .header_box .header_main .menu_botton span {
  background-color: transparent;
}
.lpk_body .header_box .header_main .menu_botton span::before {
  top: 0;
  background: #10477b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lpk_body .header_box .header_main .menu_botton span::after {
  bottom: 0;
  background: #10477b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bdjy_logo {
  position: fixed;
  top: 2.875rem;
  left: 1.75rem;
  z-index: 11;
}
.bdjy_logo img {
  height: 36px;
}
.index_banner {
  position: relative;
}
.index_banner .scroll {
  position: absolute;
  right: 3.75rem;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index_banner .box {
  position: relative;
}
.index_banner .box .swiper-slide {
  position: relative;
}
.index_banner .box .swiper-slide .img img {
  width: 100%;
  
}
.index_banner .box .swiper-slide .img .phone {
  display: none;
}
.index_banner .box .swiper-slide .main {
  position: absolute;
  top: 18.75rem;
  left: 11vw;
}
.index_banner .box .swiper-slide .main h5 {
  color: #10477b;
  font-size: 3.125rem;
}
.index_banner .box .swiper-slide .main h6 {
  margin-top: 2.25rem;
  font-size: 2rem;
  color: #000;
  text-transform: uppercase;
}
.index_banner .box .swiper-slide .main h6 span {
  color: #49acbf;
}
.index_banner .box .swiper-pagination {
  bottom: 20vh;
  z-index: 8;
  left: 19.125rem;
}
.index_banner .box .swiper-pagination span {
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid transparent;
  margin-right: 10px;
  background: none;
  opacity: 1;
  position: relative;
}
.index_banner .box .swiper-pagination span::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
}
.index_banner .box .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #49acbf;
}
.index_banner .lpk_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.index_banner .lpk_img img {
  width: 100%;
}


.bdjy_nav {
  position: fixed;
  left: 3.75rem;
  top: 50%;
  transform: translateY(-76%);
  z-index: 11;
}
.bdjy_nav .box .item div {
  margin-bottom: 2rem;
  position: relative;
}
.bdjy_nav .box .item div:last-child {
  margin-bottom: 0;
}
.bdjy_nav .box .item div > a {
  font-size: 18px;
  color: #666;
  position: relative;
  transition: 0.4s;
}
.bdjy_nav .box .item div > a:hover {
  color: #000;
}
.bdjy_nav .box .item div > a::before {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.625rem;
  background: #8cc831;
  opacity: 0;
}
.bdjy_nav .box .item div > a::after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.625rem;
  background: #49acbf;
  z-index: 1;
  opacity: 0;
}
.bdjy_nav .box .item div ul {
  position: absolute;
  left: 108px;
  top: -24px;
  background: #fff;
  min-width: 13.25rem;
  padding: 10px 1.125rem;
  display: none;
}
.bdjy_nav .box .item div ul::after {
  content: '';
  position: absolute;
  left: -16px;
  top: 1.8125rem;
  border: 8px solid transparent;
  border-right-color: #fff;
}
.bdjy_nav .box .item div ul li {
  border-bottom: 1px solid #eee;
}
.bdjy_nav .box .item div ul li:last-child {
  border: 0;
}
.bdjy_nav .box .item div ul li a {
  font-size: 1rem;
  color: #666;
  display: block;
  line-height: 3.4375rem;
  font-family: 'albb';
  transition: 0.4s;
}
.bdjy_nav .box .item div ul li a:hover {
  color: #000;
}
.bdjy_nav .box .item div ul .act a {
  color: #000;
}
.bdjy_nav .box .item .active a {
  color: #000;
}
.bdjy_nav .box .item .active a::before {
  opacity: 1;
}
.bdjy_nav .box .item .active a::after {
  opacity: 1;
}
.bdjy_language {
  position: fixed;
  left: 3.75rem;
  z-index: 11;
  bottom: 8rem;
}
.bdjy_language a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #49acbf;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  transition: 0.4s;
}
.bdjy_language a:hover {
  background: #10477b;
  box-shadow: 0px 0px 5px #fff;
}

.bdjy_fixed {
  position: fixed;
  bottom: 10%;
  right: 2rem;
  z-index: 10;
  display: none;
  transition: 1s;
}
.bdjy_fixed ul {
  background: #49acbf;
  width: 3.75rem;
  padding: 2rem 0;
  border-radius: 1.875rem;
  display: none;
}
.bdjy_fixed ul li {
  margin-bottom: 1rem;
  position: relative;
}
.bdjy_fixed ul li:last-child {
  margin-bottom: 0;
}
.bdjy_fixed ul li a {
  display: block;
  text-align: center;
}
.bdjy_fixed ul li a .img img {
  max-width: 1.875rem;
}
.bdjy_fixed ul li a .text {
  font-size: 14px;
  font-family: 'albb';
  color: #fff;
  margin-top: 0.5rem;
}
.bdjy_fixed ul li .ewm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9.375rem;
  display: none;
  transition: 0.4s;
}
.bdjy_fixed ul li .ewm img {
  width: 8.125rem;
}
.bdjy_fixed ul li:hover .ewm {
  display: block;
}
.bdjy_fixed .button {
  margin-top: 10px;
}
.bdjy_fixed .button > div {
  text-align: center;
}
.bdjy_fixed .button > div > div {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #49acbf;
  cursor: pointer;
}
.bdjy_fixed .button > div > div span {
  font-size: 18px;
  color: #49acbf;
}
.bdjy_fixed .button > div > div:hover {
  background: #49acbf;
}
.bdjy_fixed .button > div > div:hover span {
  color: #fff;
}
.bdjy_fixed .button > div p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.bdjy_fixed .button .off {
  display: none;
}
.bdjy_fixed .active .open {
  display: none;
}
.bdjy_fixed .active .off {
  display: block;
}
.bdjy_fixed .act > div p {
  font-size: 14px;
  color: #fff;
}
.bdjy_title {
	/* box-sizing: border-box;
	padding-left: 2%; */
}
.bdjy_title > h5 {
  font-size: 3.125rem;
  color: #10477b;
}
.bdjy_title .text1 {
  font-size: 2rem;
  color: #000;
  text-transform: uppercase;
  margin-top: 2.25rem;
}
.bdjy_title .text1 span {
    font-weight: 600;
  color: #49acbf;
}
.bdjy_title .text2 {
  font-size: 2rem;
  color: #000;
  margin-top: 1.25rem;
  text-transform: uppercase;
  display: none;
}
.bdjy_title .text2 b {
  color: #49acbf;
}
.index_about {
  padding-top: 9.25rem;
  position: relative;
  z-index: 2;
}
.index_about .box {
  max-width: 100%;
  margin: 0 11vw;
}
.index_about .main .boxLeft {
  margin-top: 5.625rem;
  width: 59.625rem;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.index_about .main .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.index_about .main .boxLeft:hover img {
  transform: scale(1.1);
}
.index_about .main .boxRight {
  width: calc(100% - 59.625rem);
  box-sizing: border-box;
  padding-left: 6.25rem;
  margin-top: -5rem;
}
.index_about .main .boxRight .content1 div {
  font-family: 'gilroy_bold';
  color: #10477b;
  font-size: 3.125rem;
}
.index_about .main .boxRight .content1 p {
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
}
.index_about .main .boxRight .content2 {
  font-size: 1.5rem;
  color: #49acbf;
  font-family: 'albb';
  margin-top: 5.25rem;
}
.index_about .main .boxRight .content3 {
  margin-top: 2.8125rem;
}
.index_about .main .boxRight .content3 p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.75rem;
}
.index_about .main .boxRight .content4 {
  margin-top: 8.75rem;
}
.index_about .main .boxRight .content4 img {
  width: 100%;
}
.idnex_platform {
  margin-top: 12.25rem;
  position: relative;
  z-index: 2;
}
.idnex_platform .box {
  max-width: 100%;
 margin: 0 11vw;
}
.idnex_platform .box .boxLeft {
	width: 71.625rem;
  /* width: 33.3%; */
  /* flex: 1; */
}
.idnex_platform .box .boxLeft .item {
  display: none;
}
.idnex_platform .box .boxLeft .item:first-child {
  display: flex;
}
.idnex_platform .box .boxLeft .item .left {
  width: 20rem;
  margin-top: 9.375rem;
}
.idnex_platform .box .boxLeft .item .left .content2 {
  margin-top: 2.8125rem;
}
.idnex_platform .box .boxLeft .item .left .content2 p {
  font-size: 1.25rem;
  color: #666;
  line-height: 2.1875rem;
}
.idnex_platform .box .boxLeft .item .left .content3 {
  margin-top: 4.5rem;
}
.idnex_platform .box .boxLeft .item .right {
  width: 47.875rem;
}
.idnex_platform .box .boxLeft .item .right img {
  width: 100%;
}
.idnex_platform .box .boxRight .content1 {
  margin-top: 14.625rem;
}
.idnex_platform .box .boxRight .content1 div {
  font-size: 11rem;
  height: 11rem;
  line-height: 11rem;
}
.idnex_platform .box .boxRight .content1 p {
  font-family: 'gilroy_m';
  margin-left: 0.625rem;
}
.idnex_platform .box .boxRight .content2 {
  margin-top: 2.25rem;
  margin-left: 1.625rem;
}
.idnex_platform .box .boxRight .content2 .item {
  display: none;
  cursor: pointer;
}
.idnex_platform .box .boxRight .content2 .item:first-child {
  display: block;
}
.idnex_platform .box .boxRight .content2 .item div {
  font-size: 1.25rem;
  color: #000;
  position: relative;
  font-weight: bold;
}
.idnex_platform .box .boxRight .content2 .item div::after {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: -1rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #49acbf;
}
.idnex_platform .box .boxRight .content2 .item p {
  margin-top: 0.625rem;
}
.idnex_platform .box .boxRight .content2 .item p a {
  font-size: 1.25rem;
  color: #10477b;
}
.idnex_platform .box .boxRight .content2 .item p a img {
  margin-left: 0.625rem;
  margin-top: -3px;
}
.bdjy_link a {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  width: 12.75rem;
  line-height: 3.375rem;
  text-align: center;
  background: #10477b;
  border-radius: 1.875rem;
  transition: 0.4s;
}
.bdjy_link a:hover {
  background: #49acbf;
}
.bdjy_bg {
  padding-bottom: 21.875rem;
  background: #f3fbfd;
  position: relative;
  box-sizing: border-box;
  /* padding-left: 6%; */
}
.bdjy_bg .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bdjy_bg .lpk_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bdjy_bg .lpk_img img {
  width: 100%;
}
#particles-js {
  width: 100%;
  height: 100%;
}
.index_news {
  margin-top: 5.25rem;
  position: relative;
}
.index_news .lpk_img {
  position: absolute;
  top: -20rem;
  left: 0;
  width: 100%;
}
.index_news .lpk_img img {
  width: 100%;
}
.index_news .posi1 {
  position: absolute;
  top: 20rem;
  left: 0;
}
.index_news .posi1 img {
  width: 35.625rem;
}
.index_news .posi2 {
  position: absolute;
  top: 3rem;
  right: 7.5rem;
}
.index_news .posi2 img {
  width: 26.25rem;
}
.index_news .box {
  /* max-width: 1474px; */
  /* margin: 0 8.875rem 0 19.125rem; */
  margin: 0 11vw;
}
.index_news .box .main {
  margin-top: 3.75rem;
}
.index_news .box .main .banner .item a {
  display: block;
  padding-bottom: 4.25rem;
  position: relative;
}
.index_news .box .main .banner .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #49acbf;
  transition: 0.4s;
}
.index_news .box .main .banner .item a .content1 {
  overflow: hidden;
}
.index_news .box .main .banner .item a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.index_news .box .main .banner .item a .content2 {
  font-family: 'gilroy_m';
  font-size: 1.125rem;
  color: #000;
  margin: 4.25rem 0 1.875rem;
}
.index_news .box .main .banner .item a .content3 {
  font-family: 'albb';
  font-size: 1.625rem;
  color: #000;
}
.index_news .box .main .banner .item a:hover::after {
  width: 100%;
}
.index_news .box .main .banner .item a:hover .content1 img {
  transform: scale(1.1);
}
.index_news .page {
  width: 51.25rem;
  margin: 5rem auto 0;
  height: 60px;
  position: relative;
}
.index_news .page::after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.index_news .page div {
  margin-left: 8.875rem;
  line-height: 60px;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #10477b;
  overflow: hidden;
}
.index_news .page div p {
  width: 50%;
  text-align: center;
}
.index_news .page div p span {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.index_news .page div p:hover span {
  opacity: 1;
}
.index_news .more {
  position: absolute;
  bottom: 0px;
  line-height: 60px;
  right: 11rem;
}
.index_news .more a {
  font-size: 1.25rem;
  color: #000;
  text-transform: uppercase;
  transition: 0.4s;
}
.index_news .more a:hover {
  color: #49acbf;
}
.foot_box {
  position: relative;
}
.foot_box .hailang {
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 100%;
}
.foot_box .hailang img {
  width: 100%;
}
.index_foot {
  margin-top: 0.625rem;
  background: url(../images/foot_bg.png) no-repeat left top;
  background-size: 100% auto;
  padding: 9.125rem 0 3.4375rem;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.index_foot .box {
  max-width: 1640px;
  margin: 0 11vw;
  box-sizing: border-box;
  /* padding: 0 2.5rem; */
  padding: 0;
}
.index_foot .box .boxBot {
  margin-top: 3.5rem;
}
.index_foot .box .boxBot .boxLeft {
  border-right: 1px solid #5d87af;
}
.index_foot .box .boxBot .boxLeft .item {
  width: 13.5rem;
}
.index_foot .box .boxBot .boxLeft .item h5 {
  font-size: 1.25rem;
  color: #fff;
}
.index_foot .box .boxBot .boxLeft .item div {
  margin-top: 2.125rem;
}
.index_foot .box .boxBot .boxLeft .item div p {
  line-height: 2.5rem;
}
.index_foot .box .boxBot .boxLeft .item div p a {
  font-family: 'albb';
  font-size: 1rem;
  color: #5d87af;
  transition: 0.4s;
}
.index_foot .box .boxBot .boxLeft .item div p a:hover {
  color: #ccc;
}
.index_foot .box .boxBot .boxRight .top .item {
  margin-bottom: 0.625rem;
}
.index_foot .box .boxBot .boxRight .top .item div {
  font-size: 1.25rem;
  color: #fff;
}
.index_foot .box .boxBot .boxRight .top .item p {
  font-family: 'gilroy_m';
  font-size: 16px;
  color: #5d87af;
  margin-top: 0.3125rem;
}
.index_foot .box .boxBot .boxRight .bot {
  padding-top: 0.875rem;
}
.index_foot .box .boxBot .boxRight .bot a {
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 1.5625rem;
  position: relative;
}
.index_foot .box .boxBot .boxRight .bot a .ewm {
  position: absolute;
  top: -8.125rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  transition: 0.4s;
}
.index_foot .box .boxBot .boxRight .bot a .ewm img {
  width: 7.5rem;
}
.index_foot .box .boxBot .boxRight .bot a:hover .ewm {
  display: block;
}
.index_footer {
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #7698b9;
  text-align: center;
  background: #04386a;
  line-height: 5rem;
}
.index_footer a {
  color: #7698b9;
}
.w_1310 {
  max-width: 1310px;
  margin: 0 auto;
}
.bdjy_banner {
  position: relative;
}
.bdjy_banner > img {
  width: 100%;
}
.bdjy_banner .lpk_img {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
}
.bdjy_banner .lpk_img img {
  width: 100%;
}
.bdjy_banner .scroll {
  position: absolute;
  right: 3.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.bd_about {
  padding: 1.5625rem 0 5rem;
  position: relative;
  z-index: 2;
}
.bd_about .box {
  margin-top: 6.125rem;
}
.bd_about .box .boxLeft .content1 div {
  font-family: 'gilroy_bold';
  color: #10477b;
  font-size: 6.25rem;
}
.bd_about .box .boxLeft .content1 p {
  font-size: 2.25rem;
  color: #000;
  text-transform: uppercase;
}
.bd_about .box .boxRight {
  width: 46.25rem;
}
.bd_about .box .boxRight .content1 {
  font-family: 'albb';
  font-size: 1.5rem;
  line-height: 2.375rem;
  color: #10477b;
  text-align: justify;
}
.bd_about .box .boxRight .content2 {
  margin-top: 3.5rem;
}
.bd_about .box .boxRight .content2 p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #666;
  text-align: justify;
}
.bd_about .box .boxRight .content3 {
  margin-top: 4.875rem;
}
.bd_about1 {
  padding: 10.125rem 0 0;
  position: relative;
  z-index: 2;
}
.bd_about1 .box .boxLeft {
  margin-top: 8.25rem;
  width: 36.125rem;
}
.bd_about1 .box .boxLeft .content1 div {
  font-size: 2.625rem;
  font-family: 'albb';
}
.bd_about1 .box .boxLeft .content1 p {
  font-size: 1.5rem;
  color: #10477b;
  font-family: 'albb';
  margin-top: 0.1875rem;
}
.bd_about1 .box .boxLeft .content2 {
  margin-top: 5.25rem;
  font-family: 'albb';
  font-size: 1.5rem;
  line-height: 2.375rem;
}
.bd_about1 .box .boxLeft .content3 {
  margin-top: 3.75rem;
}
.bd_about1 .box .boxLeft .content3 p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.75rem;
  text-align: justify;
}
.bd_about1 .box .boxRihgt {
  margin-top: 3.25rem;
  width: 30.75rem;
}
.bd_about1 .box .boxRihgt img {
  width: 100%;
}
.about_bg {
  padding-bottom: 16.25rem;
  position: relative;
  background: #f3fbfd;
  box-sizing: border-box;
  /* padding-left: 2%; */
}
.about_bg .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.about_bg .lpk_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.about_bg .lpk_img img {
  width: 100%;
}
.bd_about2 {
  padding-top: 7rem;
  position: relative;
}
.bd_about2 .lpk_img {
  position: absolute;
  top: -8.2rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bd_about2 .lpk_img img {
  width: 100%;
}
.bd_about2 .box {
  /* margin-left: 19.125rem; */
  margin-top: 7rem;
}
.bd_about2 .box .banner{
	position: relative;
}
.bd_about2 .box .banner::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.bd_about2 .box .banner .item .img {
  position: relative;
  overflow: hidden;
}
.bd_about2 .box .banner .item .img > img {
  width: 100%;
}
.bd_about2 .box .banner .item .img .posi {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem;
  height: 100%;
  background: rgba(16, 71, 123, 0.95);
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}
.bd_about2 .box .banner .item .img .posi p {
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
}
.bd_about2 .box .banner .item .name {
  font-family: 'albb';
  font-size: 1.625rem;
  color: #000;
  text-align: center;
  margin-top: 2.1875rem;
}
.bd_about2 .box .banner .item .position {
  font-size: 1.125rem;
  color: #10477b;
  text-align: center;
  font-family: 'albb';
  margin-top: 0.3125rem;
}
.bd_about2 .box .banner .item:hover .img .posi {
  opacity: 1;
  top: 0;
}
.bd_about2 .box .page {
  width: 51.25rem;
  margin: 5rem auto 0;
  height: 60px;
  position: relative;
}
.bd_about2 .box .page::after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.bd_about2 .box .page div {
  margin-left: 8.875rem;
  line-height: 60px;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #10477b;
  overflow: hidden;
}
.bd_about2 .box .page div p {
  width: 50%;
  text-align: center;
}
.bd_about2 .box .page div p span {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.bd_about2 .box .page div p:hover span {
  opacity: 1;
}
.bd_about2 .zhi {
  position: absolute;
  top: 6.4rem;
  right: 17.5rem;
}
.bd_about2 .zhi .content1 div {
  font-size: 9.125rem;
  height: 9.125rem;
  line-height: 9.125rem;
}
.bd_about2 .zhi .content1 p {
  font-family: 'gilroy_m';
  margin-left: 0.625rem;
}
.bd_about3 {
  padding-top: 7rem;
  position: relative;
}
.bd_about3 .box {
  margin-top: 5.75rem;
  position: relative;
  z-index: 2;
}
.bd_about3 .box .main {
  margin: auto;
  width: 38.75rem;
  position: relative;
}
.bd_about3 .box .main .img img {
  width: 100%;
  display: none;
}
.bd_about3 .box .main .img .active {
  display: block;
}
.bd_about3 .box .main .text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
}
.bd_about3 .box .main .text .list {
  display: none;
  text-align: center;
}
.bd_about3 .box .main .text .list h5 {
  font-size: 2.125rem;
  color: #000;
  margin: 5.625rem 0 0;
  font-family: 'albb';
}
.bd_about3 .box .main .text .list h6 {
  width: 4rem;
  height: 2px;
  background: #49acbf;
  margin: 1rem auto 0;
}
.bd_about3 .box .main .text .list > div div {
  margin-top: 2.375rem;
  font-size: 1.125rem;
  color: #000;
  font-family: 'albb';
}
.bd_about3 .box .main .text .active {
  display: block;
}
.bd_about3 .box .main .number .item {
  font-family: 'gilroy_m';
  font-size: 1.5rem;
  color: #49acbf;
  width: 4.25rem;
  height: 4.25rem;
  line-height: 4.25rem;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  position: absolute;
  transition: 0.4s;
  cursor: pointer;
}
.bd_about3 .box .main .number .item:hover {
  color: #000;
  border: 1px solid #49acbf;
}
.bd_about3 .box .main .number .item1 {
  top: 7.25rem;
  left: -4.375rem;
}
.bd_about3 .box .main .number .item2 {
  top: 7.25rem;
  right: -4.375rem;
}
.bd_about3 .box .main .number .item3 {
  bottom: -6.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.bd_about3 .box .main .number .active {
  color: #000;
  border: 1px solid #49acbf;
}
.bd_about3 .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bd_about4 {
  padding-top: 11.125rem;
  position: relative;
}
.bd_about4 .box {
  margin-top: 12rem;
  margin-left: 19.125rem;
}
.bd_about4 .box .banner {
  padding-left: 1rem;
  width: 82%;
  position: relative;
}
.bd_about4 .box .banner .swiper-slide {
  width: 38.375rem;
  margin-top: 2.375rem;
  min-height: 20rem;
}
.bd_about4 .box .banner .swiper-slide .item {
  padding-left: 2rem;
  border-left: 1px solid #49acbf;
}
.bd_about4 .box .banner .swiper-slide .item h5 {
  font-family: 'gilroy_m';
  font-size: 2.25rem;
}
.bd_about4 .box .banner .swiper-slide .item p {
  font-family: 'albb';
  font-size: 1.125rem;
  color: #666;
  margin-top: 2rem;
  padding-bottom: 1.25rem;
  max-width: 22.8125rem;
  line-height: 1.75rem;
}
.bd_about4 .box .banner .swiper-slide-active {
  margin-top: 3.5rem;
}
.bd_about4 .box .banner .swiper-slide-next {
  margin-top: 0;
}
.bd_about4 .box .page {
  width: 51.25rem;
  margin: 8rem auto 0;
  height: 60px;
  position: relative;
}
.bd_about4 .box .page::after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.bd_about4 .box .page div {
  margin-left: 8.875rem;
  line-height: 60px;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #10477b;
  overflow: hidden;
}
.bd_about4 .box .page div p {
  width: 50%;
  text-align: center;
}
.bd_about4 .box .page div p span {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.bd_about4 .box .page div p:hover span {
  opacity: 1;
}
.bd_about4 .dongxiao {
  position: absolute;
  left: 0;
  bottom: 10rem;
  width: 100%;
  transform: perspective(500px);
  overflow: hidden;
}
.bd_about4 .dongxiao img {
  width: 200%;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1) rotateX(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(1) rotateX(90deg);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1) rotateX(0);
  }
}
.bd_technology {
  padding-top: 1.5625rem;
  padding-bottom: 2.625rem;
  position: relative;
}
.bd_technology .box {
  position: relative;
  z-index: 2;
}
.bd_technology .box .main {
  margin-top: 6rem;
}
.bd_technology .box .main p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.75rem;
}
.bd_technology .box .main p img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.bd_technology .box .main_next {
  margin-top: 20.875rem;
  position: relative;
}
.bd_technology .box .main_next::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #49acbf;
}
.bd_technology .box .main_next .left {
  font-size: 1.375rem;
  color: #000;
  line-height: 2.625rem;
  position: relative;
  top: 0.125rem;
  background: #f3fbfd;
  z-index: 2;
  padding-right: 3.75rem;
}
.bd_technology .box .main_next .left span {
  color: #49acbf;
  font-family: 'gilroy_m';
  margin-right: 0.3125rem;
}
.bd_technology .box .main_next .right {
  line-height: 2.625rem;
  position: relative;
  z-index: 2;
  background: #f3fbfd;
  padding-left: 3.75rem;
}
.bd_technology .box .main_next .right a {
  font-size: 2.375rem;
  color: #000;
  transition: 0.4s;
  font-weight: bold;
}
.bd_technology .box .main_next .right a:hover {
  color: #49acbf;
}
.bd_technology .pingtaibg {
  position: absolute;
  left: 0;
  bottom: -10rem;
}
.bd_technology .pingtaibg img {
  width: 100%;
}
.bd_rd {
  padding: 1.5625rem 0 0;
  margin-bottom: 8.4375rem;
}
.bd_rd .box {
  margin-top: 6.25rem;
}
.bd_rd .box h5 {
  font-family: 'albb';
  font-size: 1.5rem;
  color: #10477b;
  text-align: center;
}
.bd_rd .box .table {
  margin-top: 4rem;
  background: #f3fbfd;
}
.bd_rd .box .table table {
  width: 100%;
}
.bd_rd .box .table table th {
  background: #10477b;
  padding: 1.875rem 0;
  text-align: center;
  border: 1px solid #477198;
}
.bd_rd .box .table table th div {
  font-family: 'albb';
  font-size: 1.125rem;
  color: #fff;
}
.bd_rd .box .table table th p {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.3125rem;
}
.bd_rd .box .table table td {
  border: 1px solid #e0eaef;
  height: 3.75rem;
  font-size: 1rem;
  color: #000;
  font-family: 'albb';
  padding-left: 1.5625rem;
  transition: 0.4s;
  padding-right: 1.5625rem;
}
.bd_rd .box .table table td .tit {
  font-size: 1.125rem;
  font-family: 'albb_b';
}
.bd_rd .box .table table td:hover {
  color: #10477b;
}
.bd_rd .box .table table .center {
  text-align: center;
  padding: 0;
}
.bd_rd .box .table table .jdt {
  height: 10px;
  background: #FF0000;
  border-radius: 10px;
  transition: 0.4s;
  background-image: linear-gradient(to right, #49acbf, #b4dee9);
}
.bd_rd .box .table table .jdt1 {
  background-image: linear-gradient(to right, #10477b, #1e749a, #2b9fb8);
}
.bd_object {
  padding-top: 8.75rem;
  padding-bottom: 3.5rem;
  position: relative;
}
.bd_object .lpk_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bd_object .lpk_img img {
  width: 100%;
}
.bd_object .bdjy_title {
  position: relative;
  z-index: 2;
}
.bd_object .box {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}
.bd_object .box .banner {
  position: relative;
}
.bd_object .box .banner .swiper-slide {
  width: 20.5rem;
  transition: 0.4s;
}
.bd_object .box .banner a {
  text-align: center;
}
.bd_object .box .banner a .content1 {
  height: 24rem;
  overflow: hidden;
}
.bd_object .box .banner a .content1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 0.5rem;
}
.bd_object .box .banner a .content2 {
  font-family: 'gilroy_m';
  font-size: 2rem;
  color: #000;
  margin-top: 3rem;
  transition: 0.4s;
}
.bd_object .box .banner a .content3 {
  font-family: 'albb';
  font-size: 1.25rem;
  color: #666;
  margin-top: 1rem;
  opacity: 0;
  transition: 0.4s;
}
.bd_object .box .banner .active {
  width: 38.875rem;
}
.bd_object .box .banner .active a {
  text-align: left;
}
.bd_object .box .banner .active a .content3 {
  opacity: 1;
}
.bd_object .box .banner .btn div {
  position: absolute;
  top: 35%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #10477b;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.bd_object .box .banner .btn div span {
  font-size: 16px;
  color: #10477b;
  transition: 0.4s;
}
.bd_object .box .banner .btn div:hover {
  background: #10477b;
}
.bd_object .box .banner .btn div:hover span {
  color: #fff;
}
.bd_object .box .banner .btn .prev {
  left: -3.75rem;
}
.bd_object .box .banner .btn .next {
  right: -3.75rem;
}
.bd_object .box .bdjy_link {
  margin-top: 2.875rem;
}
.bd_rd2 {
  padding-top: 1.5625rem;
  padding-bottom: 3.4375rem;
}
.bd_rd2 .box .content1 h5 {
  font-family: 'albb';
  color: #10477b;
  font-size: 3.125rem;
}
.bd_rd2 .box .content1 p {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-family: 'albb';
}
.bd_rd2 .box .content2 {
  margin-top: 6.75rem;
}
.bd_rd2 .box .content2 .boxLeft {
  width: 56%;
}
.bd_rd2 .box .content2 .boxLeft img {
  width: 100%;
}
.bd_rd2 .box .content2 .boxRight {
  width: 38%;
}
.bd_rd2 .box .content2 .boxRight h5 {
  font-size: 2.625rem;
  font-family: 'albb';
  border-bottom: 1px solid #49acbf;
  padding: 1rem 0 2.5rem;
}
.bd_rd2 .box .content2 .boxRight .text1 {
  font-size: 1.4375rem;
  line-height: 2.375rem;
  font-family: 'albb';
  text-align: justify;
  margin-top: 5.25rem;
}
.bd_rd2 .box .content2 .boxRight .text2 {
  font-size: 1.0625rem;
  color: #666;
  line-height: 1.75rem;
  margin-top: 3.625rem;
}
.bd_rd2 .box .content3 {
  margin-top: 9.125rem;
}
.bd_rd2 .box .content3 h5 {
  font-size: 2.625rem;
  font-family: 'albb';
  border-bottom: 1px solid #49acbf;
  padding: 1rem 0 2.5rem;
}
.bd_rd2 .box .content3 .text1 {
  font-size: 1.4375rem;
  line-height: 2.375rem;
  /* font-family: 'albb'; */
  text-align: justify;
  margin-top: 5.25rem;
}
.bd_rd2 .box .content3 .text2 {
  font-size: 1.0625rem;
  color: #666;
  line-height: 1.75rem;
  margin-top: 3.625rem;
}
.bd_rd2 .box .content3 .text3 {
  margin-top: 7.75rem;
}
.bd_rd2 .box .content3 .text3 img {
  width: 100%;
}
.bd_service {
  margin-top: 1.5625rem;
  position: relative;
}
.bd_service .lpk_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bd_service .lpk_img img {
  width: 100%;
}
.bd_service .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 250px);
  z-index: 0;
  background: #f3fbfd;
}
.bd_service .bdjy_title {
  position: relative;
  z-index: 2;
}
.bd_service .box {
  position: relative;
  z-index: 2;
}
.bd_service .box .list1 {
  position: relative;
}
.bd_service .box .list1 .boxLeft {
  width: 32.5rem;
  position: relative;
}
.bd_service .box .list1 .boxLeft h5 {
  font-size: 2.625rem;
  font-family: 'albb';
  border-bottom: 1px solid #49acbf;
  padding: 7rem 0 2.5rem;
}
.bd_service .box .list1 .boxLeft .text1 {
  font-size: 1.4375rem;
  line-height: 2.375rem;
  font-family: 'albb';
  text-align: justify;
  margin-top: 5.25rem;
}
.bd_service .box .list1 .boxLeft .text2 {
  font-size: 1.0625rem;
  color: #666;
  line-height: 1.75rem;
  margin-top: 3.625rem;
}
.bd_service .box .list1 .boxLeft .text3 {
  width: 15.625rem;
  height: 15.625rem;
  line-height: 15.625rem;
  border-radius: 50%;
  background: #49acbf;
  text-align: center;
  font-family: 'gilroy_m';
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: -4rem;
  right: -25.625rem;
}
.bd_service .box .list1 .boxRight > img {
  width: 41rem;
  position: relative;
  right: -5.25rem;
}
.bd_service .box .list2 {
  flex-flow: row-reverse;
  margin-top: 12.5rem;
}
.bd_service .box .list2 .boxLeft .text3 {
  margin-top: 4.5rem;
  bottom: 0rem;
  right: 0rem;
  position: initial;
  float: right;
  background: #10477b;
}
.bd_service .box .list2 .boxRight > img {
  left: -5.25rem;
}
.bd_service .contact {
  position: relative;
  z-index: 2;
  padding-bottom: 5.625rem;
}
.bd_service .contact h5 {
  font-size: 2.625rem;
  font-family: 'albb';
  border-bottom: 1px solid #49acbf;
  padding: 7rem 0 2.5rem;
}
.bd_service .contact .main {
  margin-top: 4.375rem;
}
.bd_service .contact .main .right {
  margin-left: 4.875rem;
}
.bd_service .contact .main .right div {
  font-size: 1.5rem;
  color: #49acbf;
}
.bd_service .contact .main .right p {
  font-size: 1.5rem;
  color: #000;
}
.bd_news {
  margin-top: 1.5625rem;
  padding-bottom: 4rem;
}
.bd_news .box {
  margin-top: 5.75rem;
}
.bd_news .box .list .item {
  width: 48%;
  margin-bottom: 6.25rem;
  position: relative;
}
.bd_news .box .list .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #49acbf;
  transition: 0.4s;
}
.bd_news .box .list .item a {
  display: block;
  padding-top: 2rem;
}
.bd_news .box .list .item a .content1 {
  font-size: 1.125rem;
  color: #999;
  font-family: 'gilroy_m';
}
.bd_news .box .list .item a .content2 {
  margin-top: 2rem;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #000;
  height: 4.5rem;
  width: 65%;
}
.bd_news .box .list .item a .content3 {
  margin-top: 4.375rem;
  overflow: hidden;
}
.bd_news .box .list .item a .content3 img {
  width: 100%;
  transition: 0.4s;
}
.bd_news .box .list .item:hover::after {
  height: 4px;
}
.bd_news .box .list .item:hover .content3 img {
  transform: scale(1.1);
}
.news_page .button a {
  display: block;
  width: 4rem;
  height: 4rem;
  background: #49acbf;
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
  transition: 0.4s;
}
.news_page .button a span {
  color: #fff;
}
.news_page .button a:hover {
  background: #10477b;
}
.news_page .page {
  line-height: 4rem;
}
.news_page .page a {
  font-size: 1.25rem;
  color: #666;
  font-family: 'gilroy_m';
  position: relative;
  margin: 0 0.875rem;
  transition: 0.4s;
}
.news_page .page a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #49acbf;
  opacity: 0;
}
.news_page .page a:hover {
  color: #000;
}
.news_page .page .active {
  color: #000;
}
.news_page .page .active::after {
  opacity: 1;
}
.bd_news_info {
  margin-top: 3.125rem;
  padding-bottom: 5.625rem;
}
.bd_news_info .box .content1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 2.875rem;
}
.bd_news_info .box .content1 h5 {
  font-size: 2.875rem;
  color: #000;
  text-align: center;
  font-family: 'albb';
}
.bd_news_info .box .content1 h6 {
  font-size: 1.125rem;
  color: #999;
  font-family: 'gilroy_m';
  text-align: center;
  margin-top: 2.5rem;
}
.bd_news_info .box .content2 {
  margin-top: 8.125rem;
}
.bd_news_info .box .content2 p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #666;
  text-align: justify;
  /* font-family: 'albb'; */
}
.bd_news_info .box .content2 p img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.tj_news {
  position: relative;
  z-index: 2;
  margin-top: 4.25rem;
}
.tj_news .item {
  width: 48%;
  margin-bottom: 6.25rem;
  position: relative;
}
.tj_news .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #49acbf;
  transition: 0.4s;
}
.tj_news .item a {
  display: block;
  padding-top: 2rem;
}
.tj_news .item a .content1 {
  font-size: 1.125rem;
  color: #999;
  font-family: 'gilroy_m';
}
.tj_news .item a .content2 {
  margin-top: 2rem;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #000;
  height: 4.5rem;
  width: 65%;
}
.tj_news .item a .content3 {
  margin-top: 4.375rem;
  overflow: hidden;
}
.tj_news .item a .content3 img {
  width: 100%;
  transition: 0.4s;
}
.tj_news .item:hover::after {
  height: 4px;
}
.tj_news .item:hover .content3 img {
  transform: scale(1.1);
}
.bd_new_list {
  margin-top: 1.5625rem;
  padding-bottom: 5rem;
}
.bd_new_list .box {
  margin-top: 5rem;
}
.bd_new_list .box .list .item {
  padding-top: 2rem;
  position: relative;
  margin-bottom: 6.875rem;
}
.bd_new_list .box .list .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #49acbf;
  transition: 0.4s;
}
.bd_new_list .box .list .item .content1 {
  font-size: 1.125rem;
  color: #999;
  font-family: 'gilroy_m';
}
.bd_new_list .box .list .item .content2 {
  margin-top: 1.875rem;
  position: relative;
}
.bd_new_list .box .list .item .content2 a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.bd_new_list .box .list .item .content2 p {
  font-size: 1.625rem;
  color: #000;
  line-height: 2.25rem;
  width: 95%;
  transition: 0.4s;
}
.bd_new_list .box .list .item:hover::after {
  height: 4px;
}
.bd_content {
  margin-top: 1.5625rem;
}
.bd_content .box .content1 {
  margin-top: 7.5rem;
}
.bd_content .box .content1 .left {
  font-size: 2.625rem;
  color: #000;
  font-family: 'albb';
}
.bd_content .box .content1 .right {
  font-size: 1.5rem;
  color: #000;
  width: 50rem;
  line-height: 2.375rem;
}
.bd_content .box .content2 {
  margin-top: 6.625rem;
  position: relative;
}
.bd_content .box .content2 .banner {
  margin: 0 84px;
}
.bd_content .box .content2 .banner p {
  background: #f3fbfd;
  width: 100%;
  height: 7.1875rem;
  display: flex;
  align-items: center;
}
.bd_content .box .content2 .banner p img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.bd_content .box .content2 .btn div {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #49acbf;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.4s;
}
.bd_content .box .content2 .btn div span {
  color: #49acbf;
}
.bd_content .box .content2 .btn div:hover {
  background: #49acbf;
}
.bd_content .box .content2 .btn div:hover span {
  color: #fff;
}
.bd_content .box .content2 .btn .left {
  left: 0;
}
.bd_content .box .content2 .btn .right {
  right: 0;
}
.bd_content .box .content3 {
  margin-top: 7.25rem;
}
.bd_content .box .content3 h5 {
  font-size: 2.625rem;
  font-family: 'albb';
  border-bottom: 1px solid #49acbf;
  padding: 1rem 0 2.5rem;
}
.bd_content .box .content3 div {
  margin-top: 5.25rem;
}
.bd_content .box .content3 div h6 {
  font-size: 1.5rem;
  font-family: 'albb';
}
.bd_content .box .content3 div p {
  font-size: 1.125rem;
}
.bd_content .box .content4 {
  margin-top: 8.125rem;
}
.bd_content .box .content4 .item {
  width: 20.5rem;
  text-align: center;
}
.bd_content .box .content4 .item .main1 img {
  border-radius: 10px;
  width: 100%;
}
.bd_content .box .content4 .item .main2 {
  font-family: 'gilroy_m';
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
.bd_content .box .content4 .item .main3 {
  color: #49acbf;
  font-size: 1.375rem;
  margin-top: 0.3125rem;
}
.bd_content .box .content4 .item:nth-child(2) {
  margin-top: -4.25rem;
}
.bd_content .box .content5 {
  margin-top: 5.5rem;
}
.bd_content .box .content5 h5 {
  font-size: 2.625rem;
  font-family: 'albb';
  border-bottom: 1px solid #49acbf;
  padding: 1rem 0 2.5rem;
}
.bd_content .box .content5 .con {
  margin-top: 5rem;
}
.bd_content .box .content5 .con .boxLeft {
  width: 56.25rem;
}
.bd_content .box .content5 .con .boxLeft .input p {
  width: 30%;
  box-sizing: border-box;
}
.bd_content .box .content5 .con .boxLeft .input p input {
  display: block;
  height: 38px;
  border: 1px solid #49acbf;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem;
  font-family: 'albb';
  border-radius: 0.625rem;
}
.bd_content .box .content5 .con .boxLeft .textarea {
  margin-top: 1.5rem;
}
.bd_content .box .content5 .con .boxLeft .textarea textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: 'albb';
  border: 1px solid #49acbf;
  box-sizing: border-box;
  resize: none;
  border-radius: 0.625rem;
  height: 8.5rem;
}
.bd_content .box .content5 .con .boxLeft .button {
  margin-top: 3rem;
}
.bd_content .box .content5 .con .boxLeft .button div {
  margin-right: 3rem;
}
.bd_content .box .content5 .con .boxLeft .button input {
  display: block;
  font-size: 1rem;
  font-family: 'albb';
  height: 2.25rem;
  width: 7.125rem;
  color: #49acbf;
  border-radius: 5px;
  border: 2px solid #49acbf;
  background: none;
  cursor: pointer;
  transition: 0.4s;
}
.bd_content .box .content5 .con .boxLeft .button input:hover {
  background: #49acbf;
  color: #fff;
}
.bd_content .box .content5 .con .boxRight .item {
  text-align: center;
  margin-bottom: 5rem;
  width: 100%;
}
.bd_content .box .content5 .con .boxRight .item div {
  font-size: 1.25rem;
  color: #49acbf;
  font-family: 'albb';
}
.bd_content .box .content5 .con .boxRight .item div img {
  margin-right: 0.5rem;
}
.bd_content .box .content5 .con .boxRight .item p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: #000;
  font-family: 'gilroy_bold';
  text-transform: uppercase;
}
.bd_map {
  margin-bottom: -12rem;
  position: relative;
}
.bd_map .map {
  height: 48.625rem;
  width: 100%;
}
.bd_map .mapimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.bd_map .mapimg img {
  width: 100%;
}
.about_fixed {
  position: fixed;
  z-index: 3;
  top: 68%;
  right: 3.75rem;
}
.about_fixed p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
}
.about_fixed p:last-child {
  margin-bottom: 0;
}
.about_fixed p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  content: '';
  width: 5px;
  height: 5px;
  border: 2px solid #49acbf;
  opacity: 0.7;
  border-radius: 50%;
}
.about_fixed .active {
  color: #000;
  font-family: 'albb';
}
@media screen and (min-width: 1024px) {
	.index_banner .box .swiper-slide .img img{
		height: 100vh;
		opacity: cover;
	}
	.index_banner .box .swiper-slide video{
		height: 100vh;
		object-fit: cover;
	}
}

@media screen and (max-width: 1680px) {
  .bd_service .box .list1 .boxRight > img {
    right: 0;
  }
  .bd_service .box .list1 .boxLeft {
    width: 36rem;
  }
  .w_1310 {
    /* margin-left: 17.125rem; */
  }
  .bd_about2 .box{
  	/* margin-left: 16rem; */
  }
  .bd_about2 .zhi {
      right: 4.5rem;
  }
  .about_fixed {
      right: 0.75rem;
  }
}
@media screen and (max-width: 1600px) {
	
  .bd_about .box .boxRight {
    width: 62.25rem;
	box-sizing: border-box;
	/* padding-right: 10%; */
  }
  .bd_about1 .box .boxLeft {
    width: 48.125rem;
  }
  .w_1310 {
    /* margin-left: 16rem; */
  }
  .bdjy_logo img {
    height: 32px;
  }
  .index_foot .box {
      /* margin: 0 8.875rem 0 16rem; */
  }
  .bd_service .box .list2 .boxRight > img {
      left: 0;
  }
  .bd_content .box .content4 .item {
      width: 28rem;
  }
 .bd_service .box .list1 .boxLeft .text3{
 	right: -30vw;
 }
}
@media screen and (max-width: 1440px) {
  .w_1310 {
    max-width: 1180px;
  }
  .bd_object .box .banner .swiper-slide {
    width: 19rem;
  }
  .bd_object .box .banner .active {
    width: 37rem;
  }
  .w_1310{
	   /* margin: 0 8.875rem 0 19.125rem; */
  }
  .bd_about2 .zhi{
  	  right:  8.875rem;
  }
  .bdjy_nav {
      transform: translateY(-0%);
	  top: 16%;
  }
  .bdjy_nav .box .item div {
      margin-bottom: 1.5rem;
  }
  .bd_service .box .list1 .boxLeft .text3{
  	right: -26vw;
  }
 
}
@media screen and (max-width: 1366px) {
  .bdjy_nav .box .item div > a {
    font-size: 16px;
  }
  .bd_service .box .list1 .boxLeft {
    width: 42rem;
  }
  .w_1310 {
    max-width: 1120px;
  }
  .bd_service .box .list1 .boxLeft .text3{
  	right: -23vw;
  }
 /* .bd_service .box .list1 .boxLeft .text3{
	  right: -28rem;
  } */
}
@media screen and (max-width: 1500px) and (min-width: 1280px) {
	.index_banner .box .swiper-slide .img img{
		height: 100vh;
		object-fit: cover;
	}
	.index_banner .box .swiper-slide video{
		height: 100vh;
		object-fit: cover;
	}
	
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
	.bd_service .box .list1 .boxLeft .text3{
		 
	}
	/* .index_about .box {
	    margin: 0 8.875rem 0 19.125rem;
	}
	.idnex_platform .box {
	    margin: 0 8.875rem 0 19.125rem;
	}
	.index_foot .box{
		 margin: 0 8.875rem 0 19.125rem;
	}
	.bd_about2 .box {
	    margin-left: 19.125rem;
	}
	.w_1310 {
	   margin: 0 8.875rem 0 19.125rem;
	} */
	.bd_about2 .zhi {
	    right: 8.875rem;
	}
	.bd_content .box .content4 .item {
	    width: 24.5rem;
	}
	
	
}
@media screen and (max-width: 1280px) {
  .w_1310 {
    max-width: 1040px;
  }
  .index_foot{
	  padding: 9.125rem 0 1.7rem;
  }
 
  
}
@media screen and (max-width: 1024px) {
	.header_box_pc{
		display: none;
	}
	/* .bdjy_nav,.bdjy_language{
		display: none !important;
	} */
  .header_box {
    display: block;
  }
  .index_banner .box .swiper-pagination {
    display: none;
  }
  .bdjy_logo,
  .bdjy_nav,
  .bdjy_language,
  .lpk_img,
  .scroll {
    display: none;
  }
  .index_banner .box .swiper-slide .img .pc {
    display: none;
  }
  .index_banner .box .swiper-slide .img .phone {
    display: block;
  }
  .index_banner .box .swiper-slide .main {
    top: 0;
    left: 5%;
    width: 90%;
  }
  .index_about .box {
    margin: 0 5%;
  }
  .index_about .main .boxLeft {
    width: 100%;
  }
  .index_about .main .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .index_about .main .boxRight .content4 {
    margin-top: 5rem;
  }
  .idnex_platform .box {
    margin: 0 5%;
  }
  .idnex_platform .box .boxLeft .item .left {
    width: 100%;
    margin-top: 0;
  }
  .idnex_platform .box .boxLeft .item .right {
    width: 80%;
    margin: 3rem auto 0;
  }
  .idnex_platform .box .boxRight .content1 {
    display: none;
  }
  .bdjy_bg {
    padding-bottom: 4rem;
  }
  .index_news .posi1 {
    display: none;
  }
  .index_news .posi2 {
    display: none;
  }
  .index_news .box {
    margin: 0 5%;
  }
  .index_foot {
    background: #10477b;
    padding: 3rem 0;
  }
  .index_news .page {
    width: 80%;
    margin: 3rem auto;
  }
  .foot_box .hailang {
    display: none;
  }
  .index_foot .box .boxBot .boxLeft {
    display: none;
  }
  .index_foot .box {
    margin: 0;
  }
  .index_banner .box .swiper-slide .main h5 {
    font-size: 2.5rem;
  }
  .index_banner .box .swiper-slide .main h6 {
    font-size: 1.6rem;
  }
  .index_banner .box .swiper-slide .main {
    top: 26%;
  }
  .about_fixed {
    display: none;
  }
  .w_1310 {
    margin: 0 5%;
  }
  .bd_about {
   padding-top: 3rem;
   padding-bottom: 4rem;
  }
  .bd_about .box .boxLeft .content1 div {
    font-size: 3.2rem;
  }
  .bd_about .box .boxLeft .content1 p {
    margin: 5px 0;
  }
  .bdjy_title > h5 {
    font-size: 2.5rem;
  }
  .bd_about1 {
    padding: 3rem 0 0;
  }
  .bd_about1 .box .boxLeft {
    margin-top: 3rem;
    width: 100%;
  }
  .bd_about1 .box .boxLeft .content2 {
    margin-top: 3rem;
  }
  .bd_about1 .box .boxRihgt {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
  }
  .bd_about1 .box .boxRihgt img {
    width: 80%;
  }
  .about_bg {
    padding-bottom: 3rem;
  }
  .bd_about2 .box {
    margin: 3rem 5% 0;
  }
  .bd_about2 .zhi {
    display: none;
  }
  .bd_about2 {
    padding-top: 3rem;
  }
  .bd_about .box .boxRight .content3 {
    margin-top: 3rem;
  }
  .bd_about3 .box .main {
    width: 74%;
  }
  .bd_about4 {
    padding-top: 9.125rem;
  }
  .bd_about4 .box {
    margin: 3rem 5% 0;
  }
  .bd_about4 .box .banner .swiper-slide-active {
    margin-top: 0;
    min-height: auto;
  }
  .bd_about4 .box .page {
    width: 80%;
    margin: 0 auto 3rem;
  }
  .bd_about .box {
    margin-top: 3rem;
  }
  .bd_about2 .box .page {
    width: 80%;
    margin: 3rem auto 0;
  }
  .bd_about4 .box .banner .swiper-slide {
    min-height: 15rem;
  }
  .bd_about4 .dongxiao {
    display: none;
  }
  .bd_technology {
    margin-top: 3rem;
  }
  .bd_technology .box .main_next .right a {
    font-size: 2rem;
  }
  .bd_technology .box .main_next {
    margin-top: 5rem;
  }
  .bd_technology .box .main {
    margin-top: 3rem;
  }
  .bd_technology .pingtaibg {
    bottom: -2rem;
  }
  .bd_rd .box {
    margin-top: 3rem;
  }
  .bd_rd {
    margin-bottom: 0;
  }
  .bd_object {
    padding: 3rem 0;
  }
  .bd_object .box .banner .btn .next {
    right: 5%;
  }
  .bd_object .box .banner .btn .prev {
    left: 5%;
  }
  .bd_object .box .banner a .content3 {
    opacity: 1;
  }
  .bd_rd2 .box .content2 .boxLeft {
    width: 100%;
  }
  .bd_rd2 .box .content2 .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .bd_rd2 {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .bd_rd2 .box .content2 {
    margin-top: 3rem;
  }
  .bd_rd2 .box .content2 .boxRight h5 {
    font-size: 2.5rem;
  }
  .bd_rd2 .box .content2 .boxRight .text1 {
    margin-top: 3rem;
  }
  .bd_rd2 .box .content3 {
    margin-top: 3rem;
  }
  .bd_rd2 .box .content3 .text1 {
    margin-top: 3rem;
  }
  .bd_rd2 .box .content3 .text3 {
    margin-top: 3rem;
  }
  .bd_rd2 .box .content3 h5 {
    font-size: 2.5rem;
  }
  .bd_object .box .bdjy_link {
    text-align: center;
  }
  .bd_rd2 .box .content1 h5 {
    font-size: 2.5rem;
  }
  .bd_service {
    margin-top: 0rem;
    padding-top: 3rem;
  }
  .bd_service .box .list1 .boxLeft h5 {
    padding: 3rem 0 1.5rem;
  }
  .bd_service .box .list1 .boxLeft {
    width: 100%;
  }
  .bd_service .box .list1 .boxRight {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
  .bd_service .box .list1 .boxRight img {
    width: 80%;
    left: 0;
    top: 0;
  }
  .bd_service .box .list2 .boxLeft .text3 {
    display: none;
  }
  .bd_service .box .list1 .boxLeft .text3 {
    display: none;
  }
  .bd_service .box .list1 .boxLeft .text1 {
    margin-top: 3rem;
  }
  .bd_service .box .list1 .boxLeft h5 {
    font-size: 2.5rem;
  }
  .bd_service .box .list2 {
    flex-flow: column;
  }
  .bd_service .box .list1 .boxLeft h5 {
    font-size: 2.5rem;
  }
  .bd_service .box .list2 {
    margin-top: 3rem;
  }
  .bd_service .contact h5 {
    font-size: 2.5rem;
    padding: 3rem 0;
  }
  .bd_service .contact {
    padding-bottom: 3rem;
  }
  .bd_news .box .list .item a .content3 {
    margin-top: 3rem;
  }
  .bd_news {
    margin-top: 3rem;
  }
  .bd_news .box {
    margin-top: 3rem;
  }
  .bd_new_list {
    margin-top: 3rem;
  }
  .bd_new_list .box .list .item {
    margin-bottom: 3rem;
  }
  .bd_new_list .box {
    margin-top: 3rem;
  }
  .bd_news_info {
    margin-top: 3rem;
    padding-bottom: 0rem;
  }
  .bd_news_info .box .content1 h5 {
    font-size: 2.5rem;
  }
  .bd_news_info .box .content2 {
    margin-top: 3rem;
  }
  .tj_news .item {
    margin-bottom: 3rem;
  }
  .tj_news {
    margin-top: 3rem;
  }
  .tj_news .item a .content3 {
    margin-top: 3rem;
  }
  .bd_content {
    margin-top: 3rem;
  }
  .bd_content .box .content1 {
    margin-top: 3rem;
  }
  .bd_content .box .content1 .left {
    width: 100%;
    font-size: 2.5rem;
  }
  .bd_content .box .content1 .right {
    width: 100%;
    margin-top: 3rem;
  }
  .bd_content .box .content2 {
    margin-top: 3rem;
  }
  .bd_content .box .content3 {
    margin-top: 3rem;
  }
  .bd_content .box .content3 h5 {
    font-size: 2.5rem;
    padding-top: 0;
  }
  .bd_content .box .content4 .item:nth-child(2) {
    margin-top: 0;
  }
  .bd_content .box .content4 .item {
    width: 30%;
  }
  .bd_content .box .content4 {
    margin-top: 3rem;
  }
  .bd_content .box .content3 div {
    margin-top: 3rem;
  }
  .bd_content .box .content5 {
    margin-top: 3rem;
  }
  .bd_content .box .content5 h5 {
    padding-top: 0;
    font-size: 2.5rem;
  }
  .bd_content .box .content5 .con .boxLeft {
    width: 100%;
  }
  .bd_content .box .content5 .con .boxRight {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: flex-start;
  }
  .bd_content .box .content5 .con {
    margin-top: 3rem;
  }
  .bd_content .box .content5 .con .boxRight .item {
    margin-bottom: 0;
    text-align: left;
    margin-right: 3rem;
  }
  .bdjy_fixed .button > div{
	  display: none;
  }
  .index_foot .box{
	  margin: 0 5%;
  }
}
@media screen and (max-width:700px) {
	.bdjy_nav{
		display: none !important;
	}
	.index_footer {
	    line-height: 2.5rem;
	    padding: 1rem 0;
		font-size: 14px;
	}
	.bdjy_language{
		display: none !important;
	}
	
	.index_footer a{
		display: block;
		text-align: center;
	}
	.bdjy_fixed .button{
		margin-top: 0;
	}
  .bdjy_title > h5 {
    font-size: 2rem;
  }
  .bdjy_title .text1 {
    font-size: 1.6rem;
  }
  .index_about {
    padding-top: 3rem;
  }
  .index_about .main .boxLeft {
    margin-top: 3rem;
  }
  .index_about .main .boxRight .content1 div {
    font-size: 2.8rem;
  }
  .index_about .main .boxRight .content2 {
    margin-top: 3rem;
  }
  .index_about .main .boxRight .content4 {
    margin-top: 3rem;
  }
  .idnex_platform {
    margin-top: 3rem;
  }
  .idnex_platform .box .boxLeft .item .left .content3 {
    margin-top: 3rem;
  }
  .index_news {
    margin-top: 3rem;
  }
  .index_news .box .main .banner .item a .content3 {
    font-size: 1.5rem;
  }
  .index_news .page::after {
    display: none;
  }
  .index_news .page div {
    margin-left: 0;
  }
  .index_banner .box .swiper-slide .main h5 {
    font-size: 2rem;
  }
  .index_foot .box .boxTop {
    display: none;
  }
  .index_foot .box .boxBot {
    margin-top: 0;
  }
  .bd_about .box .boxLeft .content1 div {
    font-size: 2rem;
  }
  .bd_about .box .boxRight .content1 {
    font-size: 1.2rem;
  }
  .bd_about1 .box .boxLeft .content1 div {
    font-size: 2rem;
  }
  .bd_about1 .box .boxLeft .content1 p {
    font-size: 1.2rem;
  }
  .bd_about1 .box .boxLeft .content2 {
    font-size: 1.2rem;
  }
  .bdjy_title .text2 {
    font-size: 1.5rem;
  }
  .bd_technology .pingtaibg {
    display: none;
  }
  .bd_technology .box .main_next .right {
    background: none;
    padding-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
  .bd_technology .box .main_next .left {
    background: none;
  }
  .bd_technology .box .main_next .right a {
    font-size: 1.5rem;
  }
  .bd_rd .box h5 {
    font-size: 1.2rem;
  }
  .bd_rd .box .table table th div {
    font-size: 12px;
  }
  .bd_object .box .banner a .content1 {
    height: auto;
    max-height: 24rem;
  }
  .bd_rd2 .box .content1 h5 {
    font-size: 2rem;
  }
  .bd_rd2 .box .content1 p {
    font-size: 1.2rem;
  }
  .bd_rd2 .box .content2 .boxRight h5 {
    font-size: 1.5rem;
  }
  .bd_rd2 .box .content3 h5 {
    font-size: 1.5rem;
  }
  .bd_rd2 .box .content2 .boxRight .text1 {
    font-size: 1.2rem;
  }
  .bd_service .box .list1 .boxLeft h5 {
    font-size: 1.5rem;
  }
  .bd_service .contact h5 {
    font-size: 1.8rem;
  }
  .bd_service .contact .main .right p {
    font-size: 1.8rem;
  }
  .bd_service .contact .main .left {
    display: none;
  }
  .bd_service .contact .main .right {
    margin-left: 0;
  }
  .bd_service .contact .main {
    margin-top: 3rem;
  }
  .bd_news .box .list .item {
    width: 100%;
  }
  .bd_news .box .list .item a .content2 {
    width: 100%;
    font-size: 1.3rem;
  }
  .bd_news .box .list .item {
    margin-bottom: 3rem;
  }
  .bd_news .box .list .item {
    margin-bottom: 3rem;
  }
  .news_page .page a {
    display: none;
  }
  .news_page .page .active {
    display: block;
  }
  .bd_new_list .box .list .item .content2 p {
    width: 84%;
    font-size: 1.5rem;
  }
  .bd_news_info .box .content1 h5 {
    font-size: 1.5rem;
  }
  .tj_news .item {
    width: 100%;
  }
  .tj_news .item a .content2 {
    font-size: 1.3rem;
  }
  .bd_content .box .content2 .btn div {
    transform: scale(0.8) translateY(-50%);
  }
  .bd_content .box .content1 .left {
    font-size: 2rem;
  }
  .bd_content .box .content1 .right {
    font-size: 1.3rem;
  }
  .bd_content .box .content3 h5 {
    font-size: 2rem;
  }
  .bd_content .box .content3 div h6 {
    font-size: 1.3rem;
  }
  .bd_content .box .content4 .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .bd_map .map {
    height: 35rem;
  }
  .bd_content .box .content5 .con .boxRight .item p {
    font-size: 1.3rem;
  }
  .bd_content .box .content5 h5 {
    font-size: 2rem;
  }
  .bdjy_fixed {
    width: 100%;
    bottom: 0;
    right: 0;
    top: auto;
  }
  .bdjy_fixed ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    border-radius: 0;
  }
  .bdjy_fixed ul li {
    width: 25%;
    margin-bottom: 0;
  }
  .bdjy_fixed ul li .img {
    height: 22px;
  }
  .bdjy_fixed ul li .img img {
    max-height: 100%;
  }
  .bdjy_fixed ul li .text {
    margin-top: 5px;
  }
  body {
    padding-bottom: 64px;
	padding-top: 54px;
  }
  .bdjy_fixed ul li .ewm {
    top: -9.375rem;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media only screen and (min-width:1921px){
	.index_news .box,.index_about .box{
		margin: auto;
		max-width:78vw;
	}
	.bdjy_bg, .idnex_platform .box{
		padding-left: 0;
	}
	.idnex_platform .box{
		margin: auto;
		max-width:78vw;
	}
	.index_banner .box .swiper-slide .main{
		/* left: calc(50% - 960px); */
	}
	.index_news{
		padding-left: 0;
	}
	.index_foot .box{
		margin: auto;
		max-width:78vw;
		padding: 0;
	}
	.index_foot .box .boxBot .boxLeft {
	    width: 73%;
	}
	.index_foot{
		padding-left: 0;
	}
	.index_about .main .boxRight .content4 {
	    margin-top: 2.75rem;
	}
	.index_about .main .boxRight .content4 img {
	    width: 82%;
	}
	.idnex_platform .box .boxLeft {
	    width: 70%;
	}
	.index_news .more{
		right: calc(50% - 960px);
	}
	.w_1310{
		margin: auto;
		max-width:78vw;
	}
	.bd_about .box .boxRight {
	    width: 70%;
	}
	.bd_about1 .box .boxLeft {
		margin-top: 12rem;
	    width: 60%;
	}
	.bd_about2 .box{
		margin: 7rem auto 0;
		max-width:78vw;
	}
	.bd_about2 .zhi{
		right: calc(50% - 960px);
	}
	.bd_technology .pingtaibg{
		width: 100%;
		bottom: -14rem;
	}
	.bd_object .box .banner .swiper-slide{
		width: 28%;
	}
	.bd_object .box .banner .active {
	    width: 40%;
	}
	.bd_object .box .banner a .content1{
		height: 30rem;
	}
	.bd_rd2 .box .content3 .text1 p img{
		width: 100%;
	}
	.bd_content .box .content1 .right{
		width: 70%;
	}
	.bd_content .box .content4 .item{
		width: 30%;
	}
	.bd_about2 .box{
		
	}
	.bd_about2 .lpk_img {
	    top: -11.2rem;
	}
	.bd_service .box .list2 .boxRight > img {
	    left: 0;
	}
	.bd_service .box .list1 .boxLeft .text3 {
	    right: -61.625rem;
	}
}

@media only screen and (min-width:4000px){
	.index_news .box,.index_about .box{
		margin: auto;
		max-width: 1920px;
	}
	.bdjy_bg, .idnex_platform .box{
		padding-left: 0;
	}
	.idnex_platform .box{
		margin: auto;
		max-width: 1920px;
	}
	.index_banner .box .swiper-slide .main{
		left: calc(50% - 960px);
	}
	.index_news{
		padding-left: 0;
	}
	.index_foot .box{
		margin: auto;
		max-width: 1920px;
		padding: 0;
	}
	.index_foot .box .boxBot .boxLeft {
	    width: 73%;
	}
	.index_foot{
		padding-left: 0;
	}
	.index_about .main .boxRight .content4 {
	    margin-top: 2.75rem;
	}
	.index_about .main .boxRight .content4 img {
	    width: 82%;
	}
	.idnex_platform .box .boxLeft {
	    width: 70%;
	}
	.index_news .more{
		right: calc(50% - 960px);
	}
	.w_1310{
		margin: auto;
		max-width: 1920px;
	}
	.bd_about .box .boxRight {
	    width: 70%;
	}
	.bd_about1 .box .boxLeft {
		margin-top: 12rem;
	    width: 60%;
	}
	.bd_about2 .box{
		margin: 7rem auto 0;
		max-width: 1920px;
	}
	.bd_about2 .zhi{
		right: calc(50% - 960px);
	}
	.bd_technology .pingtaibg{
		width: 100%;
		bottom: -14rem;
	}
	.bd_object .box .banner .swiper-slide{
		width: 28%;
	}
	.bd_object .box .banner .active {
	    width: 40%;
	}
	.bd_object .box .banner a .content1{
		height: 30rem;
	}
	.bd_rd2 .box .content3 .text1 p img{
		width: 100%;
	}
	.bd_content .box .content1 .right{
		width: 70%;
	}
	.bd_content .box .content4 .item{
		width: 30%;
	}
	.bd_about2 .box{
		
	}
	.bd_about2 .lpk_img {
	    top: -11.2rem;
	}
	.bd_service .box .list2 .boxRight > img {
	    left: 0;
	}
	.bd_service .box .list1 .boxLeft .text3 {
	    right: -61.625rem;
	}
}
