.m80 {
  margin: 0 4.2vw;
  box-sizing: border-box;
}
.m160 {
  margin: 0 8.4vw;
  box-sizing: border-box;
}
#cc1,#cc2,#cc3,#cc4,#psdh{
	position: relative;
	top: -110px;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.index_header .box .img2 {
  display: none;
}
.index_header .box .boxLeft {
  padding: 25px 0;
}
.index_header .box .boxLeft img {
  height: 59px;
}
.index_header .box .boxCen .nav .item {
  margin: 0 2.1875rem;
}
.index_header .box .boxCen .nav .item > p {
  position: relative;
}
.index_header .box .boxCen .nav .item > p a {
  display: inline-block;
  line-height: 109px;
  transition: 0.4s;
  color: #ddd;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.index_header .box .boxCen .nav .item > p img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.index_header .box .boxCen .nav .item .select_nav {
  position: absolute;
  top: 109px;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.index_header .box .boxCen .nav .item .select_nav ul li {
  margin: 0 1.25rem;
}
.index_header .box .boxCen .nav .item .select_nav ul li a {
  font-size:16px;
  color: #666;
  font-family: 'syh_m';
  display: inline-block;
  line-height: 4.625rem;
  transition: 0.4s;
}
.index_header .box .boxCen .nav .item .select_nav ul li a:hover{
	color: #006896;
}
.index_header .box .boxCen .nav .item .select_nav ul .on a {
  color: #000;
}
.index_header .box .boxCen .nav .item:hover > p a {
  color: #006896;
}
.index_header .box .boxCen .nav .item:hover .select_nav {
  display: block;
}
.index_header .box .boxCen .nav .active > p a {
  color: #fff;
}
.index_header .box .boxCen .nav .active > p img {
  opacity: 1;
}
.index_header .box .boxRight .ewm {
  margin-right: 5rem;
  margin-top: 34.5px;
  position: relative;
}
.index_header .box .boxRight .ewm p img {
  height: 40px;
  cursor: pointer;
}
.index_header .box .boxRight .ewm div {
  position: absolute;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.index_header .box .boxRight .ewm div img {
  width: 135px;
}
.index_header .box .boxRight .ewm:hover div {
  display: block;
}
.index_header .box .boxRight .language {
  line-height: 109px;
}
.index_header .box .boxRight .language a {
  font-size: 16px;
  color: #fff;
  font-family: 'din_b';
}
.index_header .box .boxRight .language a span {
  font-weight: bold;
}
.index_header_on {
  background: #fff;
}
.index_header_on .box .img1 {
  display: none;
}
.index_header_on .box .img2 {
  display: inline-block;
}
.index_header_on .box .boxCen .nav .item > p a {
  color: #000;
}
.index_header_on .box .boxCen .nav .item:hover > p a {
  color: #006896;
}
.index_header_on .box .boxCen .nav .active > p a {
  color: #006896;
}
.index_header_on .box .boxCen .nav .active > p img {
  opacity: 1;
}
.index_header_on .box .boxRight .language a {
  color: #000;
}
.index_header_on .box .boxRight .language a span {
  color: #006896;
}
.index_banner {
  position: relative;
}
.index_banner .item {
  position: relative;
}
.index_banner .item img {
  width: 100%;
}
.index_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_banner .main .box {
  margin-left: 4.2vw;
}
.index_banner .main .box .content1 {
  font-size: 3.875rem;
  color: #fff;
}
.index_banner .main .box .content2 {
  font-family: 'din_b';
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1.5625rem;
}
.index_banner .main .box .content3 {
  margin-top: 4.625rem;
}
.index_banner .main .box .content3 a {
  display: inline-block;
  width: 12.875rem;
  line-height: 3.625rem;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.4s;
}
.index_banner .main .box .content3 a:hover {
  background: #006896;
  border: 1px solid #006896;
}
.index_banner .button {
  position: absolute;
  z-index: 2;
  left: 4.2vw;
  bottom: 4.625rem;
}
.index_banner .button p {
  margin-right: 1.5625rem;
}
.index_banner .button p span {
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  transition: 0.4s;
}
.index_banner .button p span:hover {
  color: #006896;
}
.index_banner .page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: -3.4vw;
  z-index: 2;
}
.index_banner .page .left {
  font-size: 14px;
  color: #fff;
  font-family: 'din_b';
}
.index_banner .page .cen {
  width: 13.75rem;
  display: flex;
  align-items: center;
  margin: 0 1.75rem;
}
.index_banner .page .cen p {
  width: 100%;
  height: 0.1875rem;
  position: relative;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.index_banner .page .cen p span {
  width: 100%;
  height: 100%;
  background: #fff;
}
.index_banner .page .right {
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
  font-family: 'din_b';
}
.index_banner .scroll {
  position: absolute;
  bottom: 4.625rem;
  right: 4.2vw;
  z-index: 2;
  cursor: pointer;
}
.index_date {
  position: relative;
}
.index_date .box {
  position: relative;
  z-index: 2;
  padding-top: 9.25rem;
  padding-bottom: 7.5rem;
}
.index_date .box .content1 {
  border-top: 1px solid #000;
  padding-top: 2.5rem;
}
.index_date .box .content1 .item .top1 span {
  font-family: 'din_b';
  font-size: 5.125rem;
  color: #006896;
  display: inline-block;
  line-height: 5.125rem;
}
.index_date .box .content1 .item .top2 {
  margin-top: 1.5rem;
  font-family: 'syh_n';
  font-size: 1.25rem;
  line-height: 2rem;
}
.index_date .box .content1 .item1 .top1 span {
  margin-right: 1rem;
}
.index_date .box .content1 .item1 .top1 sub {
  vertical-align: top;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: 'din_b';
}
.index_date .box .content1 .item2 .top1 span {
  font-size: 4.5rem;
  font-family: 'syh_b';
}
.index_date .box .content2 {
  font-size: 3.875rem;
  font-family: 'din_b';
  text-transform: uppercase;
  margin-top: 19.75rem;
}
.index_date .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#particles-js {
  width: 100%;
  height: 100%;
}
.index_three .box .list {
  width: 24%;
  overflow: hidden;
  transition: 0.4s;
}
.index_three .box .list .item .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.index_three .box .list .item {
  width: 54.16vw;
  position: relative;
  z-index: 1;
}
.index_three .box .list .item .img{
	position: relative;
}
.index_three .box .list .item .img img {
  width: 100%;
}
.index_three .box .list .item .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 4.2vw;
  z-index: 2;
}
.index_three .box .list .item .main .content1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 4.5rem;
  margin-top: 6.75rem;
  transition: 0.4s;
}
.index_three .box .list .item .main .content1 .left p {
  font-size: 1.375rem;
  font-family: 'din_b';
  color: #fff;
}
.index_three .box .list .item .main .content1 .left div {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  color: #fff;
}
.index_three .box .list .item .main .content1 .right {
  margin-top: 2.625rem;
  opacity: 0;
  transition: 0.4s;
}
.index_three .box .list .item .main .content1 .right a {
  font-size: 1.125rem;
  color: #fff;
}
.index_three .box .list .item .main .content1 .right a img {
  position: relative;
  top: -0.25rem;
  margin-left: 1rem;
}
.index_three .box .list .item .main .content2 {
  height: 11.25rem;
  margin: 6rem 0 0;
  opacity: 0;
  transition: 0.4s;
}
.index_three .box .list .item .main .content2 a {
  display: block;
  font-size: 1.375rem;
  font-family: 'syh_n';
  color: #fff;
  line-height: 3.75rem;
}
.index_three .box .list .item .main .content2 a img {
  margin-right: 1rem;
  margin-top: -0.125rem;
}
.index_three .box .list .item .main .content3 {
  margin-top: 8.25rem;
  width: 6rem;
}
.index_three .box .list .item .main .content3 img {
  margin: auto;
  width: 100%;
}
.index_three .box .active {
  width: 52%;
}
.index_three .box .active .item .img::after{
	background: rgba(0,0,0,0);
}
.index_three .box .active .item .main .content1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index_three .box .active .item .main .content1 .right {
  opacity: 1;
}
.index_three .box .active .item .main .content2 {
  opacity: 1;
}
.index_news {
  padding: 5.625rem 0 9.375rem;
}
.index_news .box .title .left div {
  font-size: 2.625rem;
}
.index_news .box .title .left p {
  font-size: 1.25rem;
  font-family: 'din_b';
  text-transform: uppercase;
}
.index_news .box .title .right .button {
  margin-top: 3.5rem;
}
.index_news .box .title .right .button p {
  margin-left: 1.5625rem;
}
.index_news .box .title .right .button p span {
  color: #999;
  cursor: pointer;
  font-size: 1.25rem;
  transition: 0.4s;
}
.index_news .box .title .right .button p span:hover {
  color: #006896;
}
.index_news .banner {
  margin-top: 6.25rem;
  box-sizing: border-box;
  padding-left: 4.2vw;
}
.index_news .banner .swiper-slide {
  width: 30rem;
  margin-right: 2.375rem;
}
.index_news .banner .item a {
  display: block;
  position: relative;
}
.index_news .banner .item a .img {
  position: relative;
}
.index_news .banner .item a .img img {
  width: 100%;
}
.index_news .banner .item a .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  background: #f7f7f7;
  transition: 0.4s;
}
.index_news .banner .item a .main {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.8125rem;
  transition: 0.4s;
}
.index_news .banner .item a .content1 {
  font-family: 'syh_m';
  font-size: 1.25rem;
  color: #000;
  line-height: 2.1875rem;
  height: 4.375rem;
  transition: 0.4s;
}
.index_news .banner .item a .content2 {
  font-family: 'din_b';
  font-size: 1.125rem;
  color: #000;
  margin-top: 4.375rem;
}
.index_news .banner .item a .content3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.8125rem;
}
.index_news .banner .item a .content3 .flexBetween {
  padding: 2rem 0;
  transition: 0.4s;
  border-top: 1px solid #ddd;
}
.index_news .banner .item a .content3 .flexBetween .left {
  font-size: 4.375rem;
  font-family: 'din_b';
  color: #006896;
  transition: 0.4s;
}
.index_news .banner .item a .content3 .flexBetween .right {
  font-size: 14px;
  color: #333;
  transition: 0.4s;
}
.index_news .banner .item a:hover .img::after {
  opacity: 0;
}
.index_news .banner .item a:hover .content1 {
  color: #fff;
}
.index_news .banner .item a:hover .content2 {
  color: #fff;
}
.index_news .banner .item a:hover .content3 .flexBetween div {
  color: #fff;
}
.index_news .link {
  margin-top: 4.6875rem;
}
.index_news .link a {
  display: inline-block;
  width: 12.875rem;
  line-height: 3.625rem;
  font-size: 1rem;
  color: #000;
  border: 1px solid #006896;
  text-align: center;
  transition: 0.4s;
}
.index_news .link a:hover {
  background: #006896;
  color: #fff;
}
.index_footer {
  background: #212121;
  padding: 6.875rem 0 6.125rem;
}
.index_footer .box .content1 .logo img {
  height: 3.6875rem;
}
.index_footer .box .content1 .nav .item {
  margin-right: 1.125rem;
}
.index_footer .box .content1 .nav .item:last-child {
  margin-right: 0;
}
.index_footer .box .content1 .nav .item h5 {
  font-size: 1.25rem;
  color: #fff;
}
.index_footer .box .content1 .nav .item div {
  margin-top: 2.25rem;
}
.index_footer .box .content1 .nav .item div p {
  line-height: 2.875rem;
}
.index_footer .box .content1 .nav .item div p a {
  font-size: 1rem;
  color: #999;
}
.index_footer .box .content1 .info {
  width: 23rem;
}
.index_footer .box .content1 .info h5 {
  font-size: 1.25rem;
  color: #fff;
}
.index_footer .box .content1 .info div p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.1875rem;
}
.index_footer .box .content1 .info div p span {
  font-family: 'din_b';
  font-size: 1.25rem;
}
.index_footer .box .content1 .info .ewm {
  margin-top: 3.375rem;
}
.index_footer .box .content1 .info .ewm img {
  width: 8.4375rem;
}
.index_footer .box .content2 {
  margin-top: 9.375rem;
}
.index_footer .box .content2 .left {
  font-size: 1.125rem;
  color: #666;
}
.index_footer .box .content2 .left a {
  color: #666;
}
.index_footer .box .content2 .right {
  width: 23rem;
}
.index_footer .box .content2 .right .feng p {
  margin-right: 2rem;
  padding: 0;
  height: 20px;
  background: none;
  position: relative;
}
.index_footer .box .content2 .right .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.index_footer .box .content2 .right .feng p img {
  filter: invert(0.5);
}
.index_video .box {
  position: relative;
}
.index_video .box .video {
  position: relative;
}
.index_video .box .video div {
  overflow: hidden;
  position: relative;
}
.index_video .box .video div video {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.index_video .box .video .item2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
  transition: 0.3s;
}
.index_video .box .active1 .item2 {
  -webkit-clip-path: polygon(72% 0, 100% 0, 100% 100%, 62% 100%);
  clip-path: polygon(72% 0, 100% 0, 100% 100%, 62% 100%);
}
.index_video .box .active1 .item2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006896;
  opacity: 0.8;
}
.index_video .box .active2 .item1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006896;
  opacity: 0.8;
}
.index_video .box .active2 .item2 {
  -webkit-clip-path: polygon(38% 0, 100% 0, 100% 100%, 28% 100%);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 28% 100%);
}
.index_video .box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_video .box .img .item {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.index_video .box .img .item1 {
  left: 0;
}
.index_video .box .img .item1 p {
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 55% 0, 45% 100%, 0% 100%);
  clip-path: polygon(0 0, 55% 0, 45% 100%, 0% 100%);
  overflow: hidden;
}
.index_video .box .img .item1 p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.index_video .box .img .item2 {
  right: 0;
}
.index_video .box .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_video .box .main .item {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.index_video .box .main .item .info {
  margin: auto;
  text-align: center;
}
.index_video .box .main .item .info .content1 {
  font-size: 2.875rem;
  color: #fff;
}
.index_video .box .main .item .info .content2 {
  font-family: 'din_b';
  font-size: 1.25rem;
  color: #fff;
  margin-top: 0.625rem;
  text-transform: uppercase;
}
.index_video .box .main .item .info .content3 {
  margin: 4.75rem 0 0;
}
.index_video .box .main .item .info .content3 p {
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #006896;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
.index_video .box .main .item .info .content3 p svg {
  margin: auto;
}
.index_video .box .on1 .item1 {
  width: 72%;
}
.index_video .box .on1 .item2 {
  width: 28%;
}
.index_video .box .on1 .item2 .info .content3 p {
  background: #fff;
}
.index_video .box .on1 .item2 .info .content3 p svg path {
  stroke: #006896;
}
.index_video .box .on2 .item1 {
  width: 28%;
}
.index_video .box .on2 .item1 .info .content3 p {
  background: #fff;
}
.index_video .box .on2 .item1 .info .content3 p svg path {
  stroke: #006896;
}
.index_video .box .on2 .item2 {
  width: 72%;
}
.psdh_banner .img img {
  width: 100%;
}
.p90 {
  padding-top: 5.625rem;
}
.p90_ {
  padding-bottom: 5.625rem;
}
.psdh_title .box .boxLeft div {
  font-size: 2rem;
}
.psdh_title .box .boxLeft p {
  font-size: 1.25rem;
  font-family: 'din_b';
  text-transform: uppercase;
}
.psdh_title .box .boxRight {
  display: flex;
  align-items: center;
}
.psdh_title .box .boxRight ul li {
  margin-left: 3.125rem;
}
.psdh_title .box .boxRight ul li a {
  font-size: 1.25rem;
  font-family: 'syh_m';
  color: #999;
  display: inline-block;
  padding-bottom: 1.375rem;
  transition: 0.4s;
}
.psdh_title .box .boxRight ul li a:hover {
  color: #006896;
}
.psdh_title .box .boxRight ul .active a {
  color: #000;
  border-bottom: 2px solid #006896;
}
.pro_list {
  padding-bottom: 10.5rem;
}
.pro_list .box .list .item {
  width: 49%;
  background: #f7f7f7;
  margin-bottom: 1.875rem;
}
.pro_list .box .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.pro_list .box .list .item:nth-last-child(2) {
  margin-bottom: 0;
}
.pro_list .box .list .item a {
  display: block;
  text-align: center;
  padding: 4rem 0 4.875rem;
  transition: 0.4s;
}
.pro_list .box .list .item a .content1 {
  font-size: 1.875rem;
  color: #000;
  transition: 0.4s;
}
.pro_list .box .list .item a .content2 {
  margin-top: 1.625rem;
  color: #000;
  text-transform: uppercase;
}
.pro_list .box .list .item a .content2 span {
  color: #006896;
  font-weight: bold;
}
.pro_list .box .list .item a .content3 {
  height: 22.625rem;
  overflow: hidden;
  margin-top: 4.875rem;
}
.pro_list .box .list .item a .content3 img {
  max-width: 90%;
  max-height: 100%;
  transition: 0.4s;
}
.pro_list .box .list .item a:hover {
  box-shadow: 0px 0px 12px #ddd;
}
.pro_list .box .list .item a:hover .content1 {
  color: #006896;
}
.psdh_more a {
  display: inline-block;
  width: 12.875rem;
  line-height: 3.625rem;
  font-size: 1rem;
  color: #000;
  border: 1px solid #006896;
  text-align: center;
  transition: 0.4s;
}
.psdh_more a:hover {
  background: #006896;
  color: #fff;
}
.pro_box1 .box .boxLeft {
  width: 50%;
  height: 40.625rem;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pro_box1 .box .boxLeft img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  transition: 0.4s;
}
.pro_box1 .box .boxLeft:hover img {
  transform: scale(1.1);
}
.pro_box1 .box .boxRight {
  width: 43%;
}
.pro_box1 .box .boxRight .content1 {
  font-size: 2.625rem;
  margin-top: 6.375rem;
}
.pro_box1 .box .boxRight .content2 {
  font-size: 1rem;
  color: #666;
  font-family: 'syh_n';
  line-height: 1.875rem;
  text-align: justify;
  margin-top: 2.875rem;
}
.pro_box1 .box .boxRight .content3 {
  margin-top: 4.875rem;
}
.pro_box1 .box .boxRight .content3 a {
  display: block;
  width: 12.625rem;
  line-height: 3.75rem;
  border: 1px solid #006896;
  color: #fff;
  background: #006896;
  text-align: center;
  transition: 0.4s;
}
.pro_box1 .box .boxRight .content3 a:hover {
  background: none;
  color: #006896;
}
.pro_box2 {
  margin-top: 8.625rem;
}
.pro_box2 .box .title {
  border-bottom: 1px solid #ddd;
}
.pro_box2 .box .title span {
  font-size: 1.375rem;
  display: inline-block;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #006896;
}
.pro_box2 .box .list {
  margin-top: 8.125rem;
}
.pro_box2 .box .list .item {
  margin-bottom: 5.875rem;
}
.pro_box2 .box .list .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.pro_box2 .box .list .item:last-child {
  margin-bottom: 0;
}
.pro_box2 .box .list .item .boxLeft {
  width: 50%;
}
.pro_box2 .box .list .item .boxLeft p {
  overflow: hidden;
}
.pro_box2 .box .list .item .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.pro_box2 .box .list .item .boxLeft:hover img{
	transform: scale(1.1);
}
.pro_box2 .box .list .item .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding: 0 7.8125rem;
}
.pro_box2 .box .list .item .boxRight .content1 {
  font-size: 2.625rem;
  margin-top: 8.625rem;
}
.pro_box2 .box .list .item .boxRight .content2 {
  margin-top: 3rem;
}
.pro_box2 .box .list .item .boxRight .content2 p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
  font-family: 'syh_n';
}
.pro_box3 {
  margin-top: 8.625rem;
}
.pro_box3 .box .title {
  border-bottom: 1px solid #ddd;
}
.pro_box3 .box .title span {
  font-size: 1.375rem;
  display: inline-block;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #006896;
}
.industry_box .box .boxLeft {
  width: 35%;
}
.industry_box .box .boxLeft .content1 {
  font-size: 2.625rem;
}
.industry_box .box .boxLeft .content2 {
  margin-top: 1.625rem;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.industry_box .box .boxRight {
  margin-top: 0.2rem;
  width: 50%;
  font-size: 1rem;
  color: #666;
  text-align: justify;
  line-height: 2.125rem;
}
.industry_box1 {
  margin-top: 10.25rem;
}
.industry_box1 .box .item {
  margin-bottom: 6.25rem;
}
.industry_box1 .box .item .boxLeft {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.industry_box1 .box .item .boxLeft .img img {
  width: 100%;
  transition: 0.4s;
}
.industry_box1 .box .item .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5rem 0 8rem;
  position: relative;
  transition: 0.4s;
}
.industry_box1 .box .item .boxRight > p {
  width: 8rem;
  height: 8rem;
  background: #006896;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.4s;
  z-index: 2;
}
.industry_box1 .box .item .boxRight > p img {
  margin: auto;
}
.industry_box1 .box .item .boxRight .img {
  position: absolute;
  left: 5rem;
  bottom: 2.625rem;
  width: 27.125rem;
  height: 20.9375rem;
}
.industry_box1 .box .item .boxRight .img img {
  width: 100%;
  height: 100%;
}
.industry_box1 .box .item .boxRight .content1 {
  margin-top: 4.375rem;
  transition: 0.4s;
}
.industry_box1 .box .item .boxRight .content1 h5 {
  font-size: 2rem;
}
.industry_box1 .box .item .boxRight .content1 h6 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.industry_box1 .box .item .boxRight .content2 {
  margin-top: 4.5rem;
  font-size: 1rem;
  color: #666;
  text-align: justify;
  font-family: 'syh_n';
  line-height: 2.125rem;
  transition: 0.4s;
}
.industry_box1 .box .item .boxRight .content3 {
  margin-top: 8.375rem;
  position: relative;
  z-index: 4;
}
.industry_box1 .box .item .boxRight .content3 a {
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  font-family: 'din_b';
  transition: 0.4s;
}
.industry_box1 .box .item .boxRight .content3 a img {
  margin-left: 1.75rem;
  position: relative;
  top: -0.1875rem;
  transition: 0.4s;
}
.industry_box1 .box .item .boxRight .content3 a .img2 {
  display: none;
}
.industry_box1 .box .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.industry_box1 .box .item:nth-child(2n) .boxRight {
  padding: 0 8rem 0 5rem;
}
.industry_box1 .box .item:nth-child(2n) .boxRight > p {
  right: 0;
  left: auto;
}
.industry_box1 .box .item:hover .boxLeft .img img {
  transform: scale(1.1);
}
.industry_box1 .box .item:hover .boxRight {
  background: #006896;
}
.industry_box1 .box .item:hover .boxRight > p {
  background: #f39800;
}
.industry_box1 .box .item:hover .boxRight .content1 {
  color: #fff;
}
.industry_box1 .box .item:hover .boxRight .content2 {
  color: #fff;
}
.industry_box1 .box .item:hover .boxRight .content3 a {
  color: #fff;
}
.industry_box1 .box .item:hover .boxRight .content3 a .img1 {
  display: none;
}
.industry_box1 .box .item:hover .boxRight .content3 a .img2 {
  display: inline-block;
}
.industry_box2 .box .content1 {
  margin-top: 5.875rem;
}
.industry_box2 .box .content1 div {
  font-size: 2rem;
}
.industry_box2 .box .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
}
.industry_box2 .box .content2 {
  margin-top: 2.875rem;
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  text-align: justify;
  font-family: 'syh_n';
}
.industry_box2 .box .content3 {
  margin-top: 5.75rem;
  overflow: hidden;
}
.industry_box2 .box .content3 img {
  width: 100%;
  transition: 3s;
}
.industry_box2 .box .content3:hover img {
  transform: scale(1.1);
}
.industry_box3 .box .content1 {
  margin-top: 5.875rem;
}
.industry_box3 .box .content1 div {
  font-size: 2rem;
}
.industry_box3 .box .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
}
.industry_box3 .box .content2 {
  margin-top: 6.25rem;
}
.industry_box3 .box .content2 .boxLeft {
  width: 43%;
  background: #006896;
  box-sizing: border-box;
  padding: 0 4.625rem;
  display: flex;
  align-items: center;
}
.industry_box3 .box .content2 .boxLeft p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.125rem;
  text-align: justify;
  font-family: 'syh_n';
}
.industry_box3 .box .content2 .boxRight {
  width: 57%;
  overflow: hidden;
}
.industry_box3 .box .content2 .boxRight img {
  width: 100%;
  transition: 0.4s;
}
.industry_box3 .box .content2 .boxRight:hover img {
  transform: scale(1.1);
}
.industry_box4 .box .content1 {
  margin-top: 5.875rem;
}
.industry_box4 .box .content1 div {
  font-size: 2rem;
}
.industry_box4 .box .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
}
.industry_box4 .box .content2 {
  font-size: 1.5rem;
  color: #006896;
  margin-top: 3.25rem;
}
.industry_box4 .box .content3 {
  margin-top: 1.5625rem;
}
.industry_box4 .box .content3 h5 {
  font-size: 1.25rem;
  color: #000;
}
.industry_box4 .box .content3 p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-family: 'syh_n';
}
.industry_box4 .box .content4 {
  margin-top: 3.625rem;
}
.industry_box4 .box .content4 .item {
  width: 49%;
}
.industry_box4 .box .content4 .item .img img {
  width: 100%;
}
.industry_box4 .box .content4 .item .text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 5.625rem;
  background: #f8f8f8;
}
.industry_box5 {
  margin-top: 6.25rem;
}
.industry_box5 .box .content1 {
  font-size: 1.25rem;
}
.industry_box5 .box .content2 {
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  font-family: 'syh_n';
  margin-top: 0.625rem;
}
.industry_box5 .box .content3 {
  margin-top: 6.25rem;
}
.industry_box5 .box .content3 .item {
  width: 50%;
}
.industry_box5 .box .content3 .item .img {
  text-align: center;
}
.industry_box5 .box .content3 .item .img img {
  max-width: 100%;
}
.industry_box5 .box .content3 .item .text {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2.625rem;
}
.industry_box6 {
  margin-top: 8.375rem;
}
.industry_box6 .box .item {
  margin-bottom: 6.25rem;
}
.industry_box6 .box .item:last-child {
  margin-bottom: 0;
}
.industry_box6 .box .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.industry_box6 .box .item .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2.8125rem;
}
.industry_box6 .box .item .boxLeft img {
  width: 100%;
}
.industry_box6 .box .item .boxRight {
  box-sizing: border-box;
  padding: 0 7.1875rem;
  display: flex;
  align-items: center;
  width: 50%;
}
.industry_box6 .box .item .boxRight .main {
  width: 100%;
}
.industry_box6 .box .item .boxRight .main .content1 {
  font-size: 1.5rem;
  color: #006896;
}
.industry_box6 .box .item .boxRight .main .content2 {
  margin: 2rem 0 0;
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  font-family: 'syh_m';
}
.industry_box6 .box .item .boxRight .main .content3 {
  margin-top: 2rem;
}
.industry_box6 .box .item .boxRight .main .content3 p {
  font-size: 1rem;
  color: #666;
  font-family: 'syh_m';
  margin: 0.25rem 0;
}
.industry_box6 .box .item .boxRight .main .content3 p span {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: #666666;
  margin-right: 0.5rem;
}
.industry_box6 .box .item .boxRight .main .content4 div {
  margin-top: 2rem;
}
.industry_box6 .box .item .boxRight .main .content4 h5 {
  font-size: 1.25rem;
}
.industry_box6 .box .item .boxRight .main .content4 p {
  font-size: 1rem;
  color: #666;
  font-family: 'syh_m';
  margin-top: 0.25rem;
}
.industry_box7 {
  margin-top: 4.625rem;
}
.industry_box7 .box .list .item {
  width: 49%;
  font-size: 1.25rem;
  font-family: 'syh_m';
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  margin-bottom: 1.125rem;
}
.industry_box7 .box .list .item a {
  color: #000;
  display: inline-block;
  line-height: 4.375rem;
}
.industry_box7 .box .list .item span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #666;
  position: relative;
  top: -0.3125rem;
  margin-right: 1.25rem;
}
.service_box {
  background: #f7f7f7;
}
.service_box .box .content1 div {
  font-size: 2rem;
}
.service_box .box .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
}
.service_box .box .content2 {
  margin-top: 4rem;
  font-size: 1.25rem;
}
.service_box .box .content3 {
  margin-top: 6.875rem;
}
.service_box .box .content3 .item {
  text-align: center;
  width: 15%;
}
.service_box .box .content3 .item .main1 img {
  width: 6.375rem;
}
.service_box .box .content3 .item .main2 {
  font-size: 1.375rem;
  margin: 3.625rem 0 1.5625rem;
}
.service_box .box .content3 .item .main3 {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #666;
  font-family: 'syh_m';
}
.service_box .box .content4 {
  text-align: center;
  margin-top: 5.625rem;
}
.service_box .box .content4 img {
  max-width: 100%;
}
.service_box1 .box .content1 div {
  font-size: 2rem;
}
.service_box1 .box .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
}
.service_box1 .box .content2 .img {
  width: 50%;
}
.service_box1 .box .content2 .img img {
  width: 100%;
}
.service_box1 .box .content2 .main {
  width: 50%;
  background: #006896 url(../images/logo3.png) no-repeat right center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 6.25rem;
}
.service_box1 .box .content2 .main div p {
  font-size: 1rem;
  color: #fff;
  font-family: 'syh_m';
  margin: 0.25rem 0;
}
.service_box1 .box .content2 .main div p img {
  position: relative;
  top: -0.125rem;
  margin-right: 1.25rem;
}
.service_box2 .content1 div {
  font-size: 2rem;
}
.service_box2 .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
}
.service_box2 .content2 {
  margin-top: 5.9375rem;
}
.service_box2 .content2 .item div {
  font-size: 1rem;
  color: #666;
  font-family: 'syh_m';
}
.service_box2 .content2 .item p {
  font-size: 1.25rem;
  margin-top: 0.125rem;
}
.service_box3 .box {
  position: relative;
}
.service_box3 .box .img img {
  width: 100%;
}
.service_box3 .box .main {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.service_box3 .box .main .title .content1 div {
  font-size: 2rem;
  color: #fff;
}
.service_box3 .box .main .title .content1 p {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'din_b';
  margin-top: 0.3125rem;
  color: #fff;
}
.service_box3 .box .list {
  position: absolute;
  top: 23.75rem;
  left: 0;
  z-index: 1;
}
.service_box3 .box .list ul li {
  margin-bottom: 2.625rem;
}
.service_box3 .box .list ul li:last-child {
  margin-bottom: 0;
}
.service_box3 .box .list ul li a {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'syh_m';
}
.service_box3 .box .list ul li a img {
  opacity: 0;
  position: relative;
  top: -0.125rem;
  margin-right: 1.25rem;
}
.service_box3 .box .list ul .active a {
  font-family: 'syh_b';
}
.service_box3 .box .list ul .active a img {
  opacity: 1;
}
.news_box .box .list .item {
  width: 32%;
  margin-right: 2%;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #fff;
  transition: 0.4s;
  margin-bottom: 2.25rem;
}
.news_box .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.news_box .box .list .item a {
  display: block;
}
.news_box .box .list .item a .content1 {
  height: 19rem;
  overflow: hidden;
  position: relative;
  
}
.news_box .box .list .item a .content1::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: 0.4s;
}

.news_box .box .list .item a .content1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.news_box .box .list .item a .content5 {
  padding: 0 1.875rem;
  margin-top: 3rem;
}
.news_box .box .list .item a .content2 {
  font-size: 0.875rem;
  color: #999;
  font-family: 'din_b';
}
.news_box .box .list .item a .content3 {
  font-family: 'syh_m';
  font-size: 1.25rem;
  line-height: 2.1875rem;
  height: 4.375rem;
  color: #000;
  margin-top: 1.25rem;
  transition: 0.4s;
}
.news_box .box .list .item a .content4 {
  margin-top: 3.125rem;
  font-size: 1.125rem;
  color: #000;
  font-family: 'din_b';
}
.news_box .box .list .item:hover {
  border-bottom: 2px solid #006896;
}
.news_box .box .list .item:hover .content1 img {
  transform: scale(1.1);
}
.news_box .box .list .item:hover .content3 {
  color: #006896;
}
.news_box .box .list .item:hover  a .content1::after{
	background: none;
}
.news_box .box .fengye {
  margin-top: 1.875rem;
}
.news_box .link {
  margin-top: 4.6875rem;
}
.news_box .link a {
  display: inline-block;
  width: 12.875rem;
  line-height: 3.625rem;
  font-size: 1rem;
  color: #000;
  border: 1px solid #006896;
  text-align: center;
  transition: 0.4s;
}
.news_box .link a:hover {
  background: #006896;
  color: #fff;
}
.fengye {
  text-align: center;
}
.fengye div a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border: 1px solid #006896;
  display: inline-block;
  margin: 0 0.625rem;
  transition: 0.4s;
}
.fengye div a span {
  font-weight: bold;
}
.fengye div a:hover {
  background: #006896;
  border: 1px solid transparent;
  color: #fff;
}
.fengye .active {
  background: #006896;
  color: #fff;
}
.fengye p {
  margin: 0 5px;
}
.fengye p a {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin: 0 0.5rem;
  display: inline-block;
}
.fengye p a:hover {
  background: #006896;
  color: #fff;
}
.news_box1 .box {
  box-sizing: border-box;
  padding: 0 12.5rem;
}
.news_box1 .box .content1 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8125rem;
}
.news_box1 .box .content1 h5 {
  font-size: 2.125rem;
  width: 50%;
  margin: auto;
}
.news_box1 .box .content1 h6 {
  font-size: 1rem;
  color: #666;
  font-family: 'din_b';
  margin-top: 2.25rem;
}
.news_box1 .box .content2 {
  padding: 4rem 0 0;
}
.news_box1 .box .content2 p {
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  font-family: 'syh_m';
  text-align: justify;
}
.news_box1 .box .content2 p img {
  max-width: 100%;
  margin: auto;
}
.news_box2 {
  margin-top: 8.625rem;
}
.news_box2 .box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.news_box2 .box .item {
  width: 40%;
  padding: 2.125rem 0;
}
.news_box2 .box .item a div {
  font-size: 1rem;
  font-family: 'din_b';
  color: #000;
  transition: 0.4s;
  text-transform: uppercase;
}
.news_box2 .box .item a p {
  transition: 0.4s;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-family: 'syh_m';
}
.news_box2 .box .item a:hover div {
  color: #006896;
}
.news_box2 .box .item a:hover p {
  color: #006896;
}
.news_box2 .box .right {
  text-align: right;
}
.news_box2 .box .go {
  display: flex;
  align-items: center;
}
.news_box2 .box .go a {
  color: #006896;
  filter: grayscale(1);
  transition: 0.4s;
}
.news_box2 .box .go a img {
  vertical-align: baseline;
  margin-right: 0.3125rem;
}
.news_box2 .box .go a:hover {
  filter: grayscale(0);
}
.join_box .box .content1 {
  font-size: 2.625rem;
}
.join_box .box .content2 {
  font-size: 1.25rem;
  font-family: 'din_b';
  text-transform: uppercase;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
.join_box .box .content3 {
  margin-top: 5rem;
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
}
.join_box .box .content4 {
  font-size: 1rem;
  margin-top: 2.5rem;
}
.join_box1 .box .item {
  background: #fff;
  box-sizing: border-box;
  padding: 0 2.25rem;
  margin-bottom: 1.25rem;
}
.join_box1 .box .item:last-child {
  margin-bottom: 0;
}
.join_box1 .box .item .boxTop .top_ {
  padding: 2.625rem 0 1.875rem;
  border-bottom: 1px solid #ddd;
}
.join_box1 .box .item .boxTop .top_ .boxLeft .top {
  font-size: 1.625rem;
}
.join_box1 .box .item .boxTop .top_ .boxLeft .bot {
  margin-top: 0.875rem;
}
.join_box1 .box .item .boxTop .top_ .boxLeft .bot div {
  margin-right: 3.75rem;
  font-size: 0.875rem;
  font-family: 'syh_m';
}
.join_box1 .box .item .boxTop .top_ .boxLeft .bot div img {
  margin-right: 0.4rem;
}
.join_box1 .box .item .boxTop .top_ .boxright {
  padding-top: 0.625rem;
}
.join_box1 .box .item .boxTop .top_ .boxright p {
  margin-left: 1.25rem;
  width: 9.625rem;
  height: 2.875rem;
  line-height: 2.875rem;
  transition: 0.4s;
  border: 1px solid #006896;
}
.join_box1 .box .item .boxTop .top_ .boxright p span {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -0.125rem;
  transition: 0.4s;
  display: inline-block;
  margin-left: 0.625rem;
}
.join_box1 .box .item .boxTop .top_ .boxright p a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  transition: 0.4s;
  text-align: center;
}
.join_box1 .box .item .boxTop .top_ .boxright .p1 {
  background: #006896;
}
.join_box1 .box .item .boxTop .top_ .boxright .p2 a {
  color: #000;
}
.join_box1 .box .item .boxTop .top_ .boxright .p2:hover {
  background: #006896;
}
.join_box1 .box .item .boxTop .top_ .boxright .p2:hover a {
  color: #fff;
}
.join_box1 .box .item .boxTop .bot_ {
  padding: 2rem 0;
}
.join_box1 .box .item .boxTop .bot_ p {
  font-size: 0.875rem;
  color: #666;
  margin-right: 2.8125rem;
}
.join_box1 .box .item .boxBot {
  padding: 2.1875rem 0;
  display: none;
}
.join_box1 .box .item .boxBot > div {
  margin-bottom: 2rem;
}
.join_box1 .box .item .boxBot > div:last-child {
  margin-bottom: 0;
}
.join_box1 .box .item .boxBot > div h5 {
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.join_box1 .box .item .boxBot > div div {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
}
.join_box1 .box .active .boxTop .top_ .boxright .p1 span {
  transform: rotate(180deg);
}
.join_box1 .box .active .boxBot {
  display: block;
}
.join_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.join_layer .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.join_layer .box .main {
  margin: auto;
  background: #fff;
  width: 31.25rem;
  min-height: 6.25rem;
  box-sizing: border-box;
  padding: 4rem 0 0;
  position: relative;
}
.join_layer .box .main > span {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}
.join_layer .box .main .content1 {
  text-align: center;
}
.join_layer .box .main .content1 img {
  width: 11.875rem;
  cursor: pointer;
}
.join_layer .box .main .content1 input {
  display: none;
}
.join_layer .box .main .content2 {
  text-align: center;
  font-size: 0.875rem;
  color: #999;
  margin-top: 1rem;
  font-family: 'syh_m';
}
.join_layer .box .main .content3 {
  margin-top: 2.375rem;
}
.join_layer .box .main .content3 input {
  margin: auto;
  background: none;
  width: 9.625rem;
  height: 2.8125rem;
  border: 1px solid #006896;
  transition: 0.4s;
  cursor: pointer;
}
.join_layer .box .main .content3 input:hover {
  background: #006896;
  color: #fff;
}
.join_layer .box .main .content4 {
  padding: 3.125rem 0 2.25rem;
  text-align: center;
}
.about_box {
  position: relative;
  z-index: 1;
}
.about_box .box .boxLeft div {
  font-size: 2.625rem;
}
.about_box .box .boxLeft p {
  font-size: 1.25rem;
  font-family: 'din_b';
  margin-top: 1.5rem;
  line-height: 1.875rem;
}
.about_box .box .boxRight {
  font-size: 1rem;
  color: #666;
  line-height: 2.125rem;
  font-family: 'din_b';
  width: 60%;
  text-align: justify;
}
.about_box1 {
  margin-top: 14.5rem;
  position: relative;
  z-index: 1;
}
.about_box1 .box .item {
  width: 33.333%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  padding: 6.5625rem 0 3.375rem;
  position: relative;
}
.about_box1 .box .item .main {
  position: relative;
  z-index: 2;
}
.about_box1 .box .item .main .content1 {
  font-size: 2rem;
  transition: 0.4s;
}
.about_box1 .box .item .main .content2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: 'din_b';
  transition: 0.4s;
}
.about_box1 .box .item .main .content3 {
  font-size: 1.25rem;
  color: #666;
  margin-top: 3.125rem;
  transition: 0.4s;
}
.about_box1 .box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.about_box1 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.about_box1 .box .item:hover .img {
  opacity: 1;
}
.about_box1 .box .item:hover .main .content1 {
  color: #fff;
}
.about_box1 .box .item:hover .main .content2 {
  color: #fff;
}
.about_box1 .box .item:hover .main .content3 {
  color: #fff;
}
.box_box {
  position: relative;
}
.box_box .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_box2 .box {
  position: relative;
}
.about_box2 .box .img img {
  width: 100%;
}
.about_box2 .box .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about_box2 .box .main > div {
  padding-top: 4.5rem;
  border-top: 1px solid #fff;
}
.about_box2 .box .main .boxLeft div {
  font-size: 2.625rem;
  color: #fff;
}
.about_box2 .box .main .boxLeft p {
  font-size: 1.25rem;
  font-family: 'din_b';
  margin-top: 0.5rem;
  line-height: 1.875rem;
  color: #fff;
  text-transform: uppercase;
}
.about_box2 .box .main .boxRight {
  width: 60%;
}
.about_box2 .box .main .boxRight .item {
  width: 50%;
  margin-bottom: 4.625rem;
}
.about_box2 .box .main .boxRight .item .left span {
  font-size: 5.125rem;
  line-height: 5.125rem;
  color: #fff;
  display: inline-block;
  margin-right: 0.3125rem;
}
.about_box2 .box .main .boxRight .item .left sub {
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  font-size: 1.25rem;
  font-family: 'din_b';
}
.about_box2 .box .main .boxRight .item .left font {
  color: #fff;
}
.about_box2 .box .main .boxRight .item .right {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2rem;
  margin-top: 0.625rem;
  margin-left: 2.5rem;
  font-family: 'syh_m';
}
.about_box3 {
  position: relative;
  overflow: hidden;
}
.about_box3 .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.about_box3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_box3 .psdh_title {
  position: relative;
  z-index: 1;
}
.about_box3 > .box {
  position: relative;
  z-index: 1;
  margin-top: 9rem;
  padding-bottom: 20.75rem;
}
.about_box3 > .box .left ul li {
  margin-bottom: 0.75rem;
}
.about_box3 > .box .left ul li:last-child {
  margin-bottom: 0;
}
.about_box3 > .box .left ul li a {
  font-size: 1.25rem;
  font-family: 'din_b';
  color: #666;
}
.about_box3 > .box .left ul li a img {
  margin-right: 1rem;
  opacity: 0;
}
.about_box3 > .box .left ul .active a {
  color: #006896;
}
.about_box3 > .box .left ul .active a img {
  opacity: 1;
}
.about_box3 > .box .right {
  width: 73%;
  position: relative;
  padding-top: 5.625rem;
}
.about_box3 > .box .right::after {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  width: 8.25rem;
  height: 1px;
  background: #006896;
}
.about_box3 > .box .right .item {
  display: none;
}
.about_box3 > .box .right .item p {
  font-size: 1.375rem;
  font-family: 'syh_m';
  line-height: 2rem;
  margin-bottom: 1.625rem;
}
.about_box3 > .box .right .item p:last-child {
  margin-bottom: 0;
}
.about_box3 > .box .right .item p span {
  font-size: 1.25rem;
  color: #999;
  margin-right: 4.25rem;
  display: inline-block;
}
.about_box3 > .box .right .active {
  display: block;
}
.about_box3 > .box .number p{
  position: absolute;
  left: 27%;
  bottom: -30%;
  font-family: 'din_b';
  font-size: 35.75rem;
  height: 25.8125rem;
  color: #fff;
  opacity: 0;
}
.about_box3 > .box .number .active{
	opacity: 1;
	bottom: 0%;
	transition: 1s;
}

.about_box3 .page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.4vw;
  z-index: 3;
}
.about_box3 .page p {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  background: #fff;
  margin: 0.625rem 0;
  transition: 0.4s;
  cursor: pointer;
  color: #999;
}
.about_box3 .page p:hover {
  background: #006896;
  color: #fff;
}
.about_box4 {
  margin-top: 5.625rem;
}
.about_box4 .box .banner .item .img img {
  width: 100%;
}
.about_box4 .box .banner .item .text {
  text-align: center;
  margin-top: 2rem;
}
.about_box4 .box .page {
  margin-top: 6.25rem;
}
.about_box4 .box .page p {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  background: #f7f7f7;
  margin: 0 0.625rem;
  transition: 0.4s;
  cursor: pointer;
  color: #999;
}
.about_box4 .box .page p:hover {
  background: #006896;
  color: #fff;
}
.banner_main {
  display: none;
}
.about_box5 {
  background: url(../images/aboutbg1.png) no-repeat 50% 50%;
  background-size: cover;
}
.about_box5 .psdh_title .boxLeft div {
  color: #fff;
}
.about_box5 .psdh_title .boxLeft p {
  color: #fff;
}
.about_box5 > .box {
  margin-top: 3.5rem;
}
.about_box5 > .box .banner .swiper-slide {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.about_box5 > .box .banner .item {
  position: relative;
  width: 100%;
  height: 11.25rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about_box5 > .box .banner .item img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.about_box5 > .box .banner .item:hover img{
	transform: scale(1.1);
}
.about_box5 > .box .page {
  margin-top: 3.125rem;
}
.about_box5 > .box .page p {
  margin: 0 1rem;
}
.about_box5 > .box .page p span {
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.about_box5 > .box .page p span:hover {
  color: #006896;
}
.header_box {
  background: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
  display: none;
  border-bottom: 1px solid #f5f5f5;
}
.header_box .header_main {
  width: 94%;
  margin: auto;
}
.header_box .header_main .logo img {
  height: 35px;
}
.header_box .header_main .main {
  line-height: 35px;
}
.header_box .header_main .main p a {
  font-size: 1.5rem;
  font-family: 'albb_b';
}
.header_box .header_main .main .car {
  height: 35px;
  display: flex;
  align-items: center;
}
.header_box .header_main .main .search {
  margin: 0 2rem;
  width: 35px;
  height: 35px;
  background: #006896;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.header_box .header_main .main .search img {
  margin: auto;
}
.header_box .header_main .header_menu {
  display: flex;
  align-items: center;
}
.header_box .header_main .header_menu span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.header_box .header_main .header_menu span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 2px;
  top: -10px;
  background-color: #999;
  -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 .header_menu span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 2px;
  bottom: -10px;
  background-color: #999;
  -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 .act span {
  background: none;
}
.header_box .header_main .act span::before {
  transform: rotate(45deg);
  top: 0;
}
.header_box .header_main .act span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mob_header {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background: #fff;
  z-index: 5;
  display: none;
}
.mob_header .mob_top {
  width: 90%;
  margin: auto;
}
.mob_header .mob_top .btn {
  line-height: 50px;
}
.mob_header .mob_top .btn span {
  font-size: 26px;
  color: #666;
}
.mob_header .bob_nav {
  width: 90%;
  margin: 50px auto;
  padding-bottom: 50px;
  height: calc(100% - 60px);
  overflow-y: scroll ;
  box-sizing: border-box;
  overflow-x: hidden;
}
.mob_header .bob_nav .nav_item {
  border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item > a {
  line-height: 55px;
  font-size: 15px;
  width: 100%;
}
.mob_header .bob_nav .nav_item > a span {
  color: #000;
}
.mob_header .bob_nav .nav_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_titlt {
  line-height: 55px;
  font-size: 15px;
}
.mob_header .bob_nav .nav_item .nav_titlt i {
  color: #999;
  transition: 0.4s;
}
.mob_header .bob_nav .nav_item .act i {
  transform: rotate(45deg);
}
.mob_header .bob_nav .nav_item .nav_select {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item {
  border-top: 1px dashed #eee;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a {
  display: block;
  width: 100%;
  color: #666;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .index_header {
    display: none;
  }
  .index_banner .page {
    display: none;
  }
  .index_banner .scroll {
    display: none;
  }
  .index_banner .main .box .content1 {
    font-size: 2.5rem;
  }
  .index_banner .main .box .content3 {
    margin-top: 2.5rem;
  }
  .index_video .box .main .item .info .content1 {
    font-size: 2rem;
  }
  .index_video .box .main .item .info .content3 {
    margin: 2.75rem 0 0;
  }
  .index_video .box .video div video {
    height: 30rem;
  }
  .index_date .box .content1 .item {
    width: 50%;
    margin-bottom: 2rem;
  }
  .index_date .box {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .index_date .box .content2 {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
  .index_date .box .content1 .item .top1 span {
    font-size: 3rem;
  }
  .index_date .box .content1 .item2 .top1 span {
    font-size: 2.5rem;
  }
  .index_three .box .list {
    width: 100%;
  }
  .index_three .box .list .item {
    width: 100%;
  }
  .index_three .box .list .item .main .content2 {
    opacity: 1;
  }
  .index_three .box .list .item .main .content1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .index_three .box .list .item .main .content1 .right {
    opacity: 1;
  }
  .index_three .box .list .item .main .content3 {
    margin-top: 3rem;
  }
  .index_three .box .list .item .main .content2 {
    margin: 3rem 0 0;
  }
  .index_news .banner {
    margin-top: 4rem;
  }
  .index_news {
    padding: 5rem 0;
  }
  .index_footer .box .content1 .logo {
    display: none;
  }
  .index_footer .box .content1 .nav {
    display: none;
  }
  .index_footer {
    padding: 3rem 0;
  }
  .index_footer .box .content2 {
    margin-top: 3rem;
  }
  .index_footer .box .content2 .left {
    width: 100%;
    text-align: center;
  }
  .index_footer .box .content2 .left a {
    display: block;
  }
  .index_footer .box .content2 .right {
    display: none;
  }
  .index_footer .box .content1 .info {
    width: 100%;
    text-align: center;
  }
  .index_news .box .title .left div {
    font-size: 2.5rem;
  }
  .about_box .box .boxLeft {
    width: 100%;
  }
  .about_box .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .about_box .box .boxLeft div {
    font-size: 2.5rem;
  }
  .m80 {
    margin: 0 4vw;
  }
  .m160 {
    margin: 0 4vw;
  }
  .about_box1 .box .item {
    width: 100%;
    padding: 3rem 0;
  }
  .about_box1 {
    margin-top: 5rem;
  }
  .about_box2 .box .main .boxLeft div {
    font-size: 2.5rem;
  }
  .about_box2 .box .main .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .about_box2 .box .main > div {
    padding-top: 0;
    border-top: 0;
  }
  .about_box2 .box .main .boxRight .item .left span {
    font-size: 3rem;
    line-height: initial;
  }
  .about_box2 .box .main .boxRight .item {
    margin-bottom: 2rem;
  }
  .about_box2 .box .img img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
  }
  .p90 {
    padding-top: 4rem;
  }
  .p90_ {
    padding-bottom: 4rem;
  }
  .about_box3 > .box .number {
    display: none;
  }
  .about_box3 > .box {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .psdh_title .box .boxLeft div {
    font-size: 2.5rem;
  }
  .about_box3 .page {
    display: none;
  }
  .about_box3 > .box .right {
    width: 78%;
  }
  .psdh_title .box .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .psdh_title .box .boxRight ul li {
    margin-left: 0;
    margin-right: 3rem;
  }
  .pro_list .box .list .item {
    width: 100%;
  }
  .pro_list {
    padding-bottom: 4rem;
  }
  .pro_box1 .box .boxLeft {
    width: 100%;
  }
  .pro_box1 .box .boxRight {
    width: 100%;
  }
  .pro_box1 .box .boxRight .content1 {
    font-size: 2.5rem;
    margin-top: 5rem;
  }
  .pro_box2 {
    margin-top: 5rem;
  }
  .pro_box2 .box .list .item:nth-child(2n) {
    flex-flow: column;
  }
  .pro_box2 .box .list .item .boxLeft {
    width: 100%;
  }
  .pro_box2 .box .list .item .boxRight {
    width: 100%;
    padding: 0 4vw;
  }
  .pro_box2 .box .list .item .boxRight .content1 {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
  .pro_box2 .box .list {
    margin-top: 4rem;
  }
  .pro_box2 .box .list .item {
    margin-bottom: 4rem;
  }
  .pro_box3 {
    margin-top: 4rem;
  }
  .pro_list .box .list .item:nth-last-child(2) {
    margin-bottom: 2rem;
  }
  .industry_box .box .boxLeft {
    width: 100%;
  }
  .industry_box .box .boxRight {
    margin-top: 2rem;
    width: 100%;
  }
  .industry_box .box .boxLeft .content1 {
    font-size: 2.2rem;
  }
  .industry_box1 .box .item .boxLeft {
    width: 100%;
  }
  .industry_box1 .box .item .boxRight {
    width: 100%;
    padding: 0;
  }
  .industry_box1 .box .item .boxRight > p {
    position: initial;
  }
  .industry_box1 .box .item .boxRight .content3 {
    margin-top: 3rem;
  }
  .industry_box1 .box .item .boxRight .content2 {
    margin-top: 3rem;
  }
  .industry_box1 .box .item .boxRight .content1 {
    margin-top: 3rem;
  }
  .industry_box1 .box .item:nth-child(2n) {
    flex-flow: column;
  }
  .industry_box1 .box .item:nth-child(2n) .boxRight {
    padding: 0;
  }
  .industry_box1 .box .item {
    margin-bottom: 5rem;
  }
  .industry_box1 {
    margin-top: 5rem;
  }
  .industry_box2 .box .content1 {
    margin-top: 4rem;
  }
  .industry_box2 .box .content3 {
    margin-top: 3rem;
  }
  .industry_box3 .box .content2 .boxLeft {
    width: 100%;
    padding: 4vw;
  }
  .industry_box3 .box .content2 .boxRight {
    width: 100%;
  }
  .industry_box3 .box .content2 {
    margin-top: 4rem;
  }
  .industry_box6 .box .item .boxLeft {
    width: 100%;
    padding: 0;
  }
  .industry_box6 .box .item .boxRight {
    padding: 0;
    width: 100%;
  }
  .industry_box6 .box .item:nth-child(2n) {
    flex-flow: column;
  }
  .industry_box6 .box .item {
    margin-bottom: 4rem;
  }
  .industry_box7 .box .list .item {
    width: 100%;
  }
  .service_box .box .content3 {
    margin-top: 4rem;
  }
  .service_box .box .content3 .item {
    width: 20%;
  }
  .service_box .box .content4 {
    margin-top: 4rem;
  }
  .service_box1 .box .content2 .img {
    width: 100%;
  }
  .service_box1 .box .content2 .main {
    width: 100%;
    background: #006896 url(../images/logo3.png) no-repeat right center;
    background-size: auto 90%;
    padding: 4vw;
  }
  .service_box3 .box .list {
    top: 12rem;
  }
  .service_box3 .box .list ul li {
    margin-bottom: 0.8rem;
  }
  .service_box3 .box .img img {
    height: 30rem;
  }
  .service_box2 .content2 {
    margin-top: 4rem;
  }
  .news_box .box .list {
    justify-content: space-between;
  }
  .news_box .box .list .item {
    width: 49%;
    margin-right: 0%;
  }
  .fengye .active {
    display: block;
  }
  .fengye p a {
    display: none;
  }
  .news_box1 .box {
    padding: 0;
  }
  .news_box1 .box .content1 h5 {
    font-size: 1.8rem;
  }
  .news_box2 .box .go {
    display: none;
  }
  .news_box2 .box .item {
    width: 100%;
    text-align: left;
  }
  .news_box .link {
    margin-top: 0;
  }
  .join_box .box .content1 {
    font-size: 2rem;
  }
  .join_box .box .content3 {
    margin-top: 3rem;
  }
  .header_box {
    display: block;
  }
  .industry_box6 {
    margin-top: 4rem;
  }
  .news_box1 .box .content1 h5{
	  width: 100%;
  }
}
@media screen and (max-width: 669px) {
  .index_three .box .list .item .main .content1 {
    margin-top: 4rem;
  }
  .index_banner .main .box .content1 {
    font-size: 2rem;
  }
  .index_banner .button {
    bottom: 1rem;
  }
  .index_video .box .main .item {
    width: 100%;
  }
  .index_video .box .video .item2 {
    position: initial;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .index_video .box .main .item {
    height: 50%;
  }
  .index_three .box .list .item .main .content2 p {
    line-height: 2.75rem;
  }
  .index_three .box .list .item .main .content1 {
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
  .index_news .box .title .left div {
    font-size: 2rem;
  }
  .index_three .box .list .item .main .content1 .left div {
    font-size: 2rem;
  }
  .index_news .banner .swiper-slide {
    margin-right: 0;
  }
  .index_news .banner {
    padding: 0 4vw;
  }
  .about_box .box .boxLeft div {
    font-size: 2rem;
  }
  .about_box2 .box .main .boxRight .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_box2 .box .img img {
    height: 37rem;
  }
  .about_box2 .box .main .boxLeft div {
    font-size: 2rem;
  }
  .about_box1 .box .item .main .content1 {
    font-size: 1.6rem;
  }
  .about_box3 > .box .right {
    width: 72%;
  }
  .psdh_title .box .boxLeft div {
    font-size: 2rem;
  }
  .psdh_title .box .boxRight ul li {
    margin-right: 2rem;
  }
  .pro_list .box .list .item a .content3 {
    margin-top: 3rem;
    height: 18rem;
  }
  .pro_list .box .list .item a .content1 {
    font-size: 1.5rem;
  }
  .pro_list .box .list .item a {
    padding: 3rem 0;
  }
  .pro_box1 .box .boxLeft {
    height: 28rem;
  }
  .pro_box1 .box .boxRight .content1 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .pro_box2 .box .list .item .boxRight .content1 {
    font-size: 2rem;
  }
  .pro_box2 .box .list .item .boxRight .content2 {
    margin-top: 2rem;
  }
  .industry_box .box .boxLeft .content1 {
    font-size: 1.8rem;
  }
  .industry_box1 .box .item:hover .boxLeft .img img {
    transform: scale(1);
  }
  .industry_box1 .box .item:hover .boxRight {
    background: none;
  }
  .industry_box1 .box .item:hover .boxRight > p {
    background: #006896;
  }
  .industry_box1 .box .item:hover .boxRight .content1 {
    color: #000;
  }
  .industry_box1 .box .item:hover .boxRight .content2 {
    color: #666;
  }
  .industry_box1 .box .item:hover .boxRight .content3 a {
    color: #000;
  }
  .industry_box1 .box .item:hover .boxRight .content3 a .img1 {
    display: inline-block;
  }
  .industry_box1 .box .item:hover .boxRight .content3 a .img2 {
    display: none;
  }
  .industry_box1 .box .item .boxRight .img {
    display: none;
  }
  .industry_box5 .box .content3 .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .industry_box4 .box .content4 .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .industry_box6 {
    margin-top: 2rem;
  }
  .service_box .box .content3 .item {
    width: 32%;
    margin-bottom: 1rem;
  }
  .service_box .box .content3 .item:nth-last-child(1) {
    width: 49%;
  }
  .service_box .box .content3 .item:nth-last-child(2) {
    width: 49%;
  }
  .service_box3 .box .img img {
    object-fit: cover;
  }
  .service_box2 .content2 .item {
    width: 50%;
    margin-bottom: 1rem;
  }
  .news_box .box .list .item {
    width: 100%;
  }
  .news_box1 .box .content1 h5 {
    font-size: 1.5rem;
  }
  .join_box .box .content1 {
    font-size: 1.6rem;
  }
  .join_box1 .box .item .boxTop .top_ .boxLeft .bot div {
    margin-right: 1.75rem;
    font-size: 0.875rem;
    font-family: 'syh_m';
  }
  .join_box1 .box .item .boxTop .top_ .boxright {
    padding-top: 2rem;
    width: 100%;
  }
  .join_box1 .box .item .boxTop .top_ .boxright p {
    margin: 0;
    width: 48%;
  }
  .join_layer .box .main {
    width: 80%;
  }
  .join_box1 .box .item .boxTop .top_ .boxLeft .top {
    font-size: 1.5rem;
  }
}
