     /*=================================中小型笔记本或大平板 laptop /*=================================*/
     @media screen and (max-width: 1680px) {
         .page1_lr h4 {
             padding-right: 0;
         }
         .page1_lr h4{
            font-size: 24px;
         }
        .page2_picture .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
           top: calc(30% - -85px);
        }
		
     }
	 @media screen and (max-width: 1600px){
		 
	 }
     @media screen and (max-width: 1500px) {
         .header {
             max-width: 1200px;
             margin: 0 auto;
             position: relative;
         }

         .nav ul {
             margin-left: 50px;
         }

         .nav ul li {
             margin-right: 20px;
         }

     }
     @media screen and (max-width: 1440px) {
         .page2_picture .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
            top: calc(30% - -85px);
         }
		 .page2_picture{
			 height:500px;
		 }
		.page2_picture ul li{
			height:250px;
		}
		.page2_picture ul li img{
			width:796px;
			height:300px;
		}
		.page2_picture .swiper-container .swiper-slide{
			height:250px!important;
		}
		.page2_picture .swiper-container .swiper-slide img{
			height:302px;
			width:600px;
			bottom:0;
		} 
		.page2_picture .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
			top: calc(18% - -90px);
		}
		.product ul li{
			width:31.33%;
			margin-right:3%;
		}
		.w1400{
			width:92%;
			margin:0 auto;
		}
		 
     }
     @media screen and (max-width: 1360px) {
        .page1_lr h4{
            font-size: 18px;
        }
        .page1_lr{
            max-width:70%;
        }
        .page2_picture .swiper-button-prev.swiper-button-disabled{
            top: calc(18% - -90px);
        }
        .page2_picture .swiper-button-prev.swiper-button-disabled{
            top: calc(21% - -90px);
        }
		
		
     }
	 @media screen and (max-width: 1280px) {
		 
	 }
     @media screen and (max-width: 1200px) {
		 .banner{
			 height:320px;
		 }
		 .about_video iframe{
	width:100%;
	height:532px;
}
         .nav {
             display: none;
         }

         .menu {
             display: block;
             float: right;
         }

         .nav {
             display: none;
         }

         .right_dakuang {
             display: none;
         }

         .footer_list {
             display: none;
         }

         .menu {
             display: block;
             float: right;
         }

         .menu_down {
             position: absolute;
             right: 5%;
             z-index: 9999999;
             width: 30%;
             background: rgba(0, 157, 224, 0.9);
         }

         .menu_down li {
             line-height: 3.5;
             text-align: center;
             border-bottom: 1px solid #fff;
         }

         .menu_down li:last-child {
             border-bottom: none;
         }

         .menu_down li a {
             display: block;
             font-size: 18px;
             color: #fff;
             text-transform: capitalize;
         }

         .menu span.icon-bar {
             background: #000;
             width: 26px;
             height: 3px;
             border-radius: 5px;
             display: block;
             -webkit-transition: all 300ms ease-out;
             -moz-transition: all 300ms ease-out;
             transition: all 300ms ease-out;
         }

         .menu .sr-only {
             display: none;
         }

         .menu .icon-bar:nth-child(2) {
             -webkit-transform: rotate(0deg) translate(0, 0);
             -moz-transform: rotate(0deg) translate(0, 0);
             -ms-transform: rotate(0deg) translate(0, 0);
             transform: rotate(0deg) translate(0, 0);
             transform-origin: top left;
         }

         .menu .icon-bar:nth-child(3) {
             margin-top: 6px;
             -webkit-transform: scale(1, 1);
             -moz-transform: scale(1, 1);
             -ms-transform: scale(1, 1);
             transform: scale(1, 1);
             -webkit-transform-origin: center center;
             -moz-transform-origin: center center;
             -ms-transform-origin: center center;
             transform-origin: center center;
         }

         .menu .icon-bar:nth-child(4) {
             margin-top: 6px;
             -webkit-transform: rotate(0deg) translate(0, 0);
             -moz-transform: rotate(0deg) translate(0, 0);
             -ms-transform: rotate(0deg) translate(0, 0);
             transform: rotate(0deg) translate(0, 0);
             transform-origin: top left;
         }

         .xz .icon-bar:nth-child(2) {
             -webkit-transform: rotate(45deg) translate(4px, -3px);
             -moz-transform: rotate(45deg) translate(4px, -3px);
             -ms-transform: rotate(45deg) translate(4px, -3px);
             transform: rotate(45deg) translate(4px, -3px);
             transform-origin: 0 0;
         }

         .xz .icon-bar:nth-child(3) {
             opacity: 0;
         }

         .xz .icon-bar:nth-child(4) {
             -webkit-transform: rotate(-45deg) translate(3px, 2px);
             -moz-transform: rotate(-45deg) translate(3px, 2px);
             -ms-transform: rotate(-45deg) translate(3px, 2px);
             transform: rotate(-45deg) translate(3px, 2px);
         }

         .index_logo {
             float: left;
         }
        .header{
            padding:0 4%;
        }
         .header {
             -webkit-justify-content: space-between;
             justify-content: space-between;
         }

         .module {
             width: 92%;
             margin: 0 auto;
         }
		 
         .in_about figure img {
             object-fit: cover;
         }

         .module_page2 {
             -webkit-flex-wrap: wrap;
             flex-wrap: wrap;
             height: auto;
         }

         .module_page2 figure {
             width: 100%;
             overflow: hidden;
         }

         .module_page2 figcaption {
             position: initial;
             width: 100%;
             height: 475px;
         }

         .module_page2 figcaption .video_more {
             position: initial;
             padding-top: 7%;
             margin-left: 0;
         }

         .module_page2 figure video {
             width: 100%;
             height: 100%;
         }

         .video_more {
             padding-top: 2%;
         }

         .video_more a {
             margin: 0 auto;
             margin-top: 2%;
         }

         .in_news figure {
             height: 480px;
             display: none;
         }

         .in_news figure img {
             height: 100%;
             object-fit: cover;
         }

         .in_news figcaption li a p {
             display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 1;
             overflow: hidden;
             padding-bottom: 0;
             margin-left: 4%;
         }

         .language a {
             margin-right:20px;
             font-size: 16px;
         }

         .language p {
             display: none;
         }

         .language {
             position: absolute;
             right: 7%;
             top: 38%;
         }

         .protion_page1 {
             padding-top: 60px;
         }

         .page_body {
             -webkit-flex-wrap: wrap;
             flex-wrap: wrap;
             margin-top: 60px;
         }

         .lr3 {
             display: none;
         }

         .lr1 {
             width: 100%;
             display: block;
             margin-bottom: 30px;
         }

         .page1_lr h4 {
             padding-right: 0;
             width: 100%;
             margin: 0 auto;
             text-align: center;
         }

         .protion_page2 {
             padding-top: 60px;
         }

         .page2_picture {
             height: auto;
         }

         .page2_picture ul {
             height: auto;
         }

         .page2_picture ul li {
             height: auto;
			 display: inherit;
         }
		.page2_picture ul li:before{
			display:none;
		}
         .page2_picture ul li img {
             width: 100%;
             height: auto;
             object-fit: cover;
         }

         .page2_title h3 {
             font-size: 30px;
             margin-bottom: 40px;
             margin-top: 40px;
         }

         .pro_title h3 {
             font-size: 40px;
         }

         .protion_page3 {
             padding-top: 60px;
         }

         .page2_left {
             width: 100%;
         }

         .page_right {
             width: 100%;
         }

         .protion_page3 h4 {
             width: 90%;
         }

         .protion_page3img ul {
             -webkit-flex-wrap;
             flex-wrap: wrap;
         }

         .protion_page3img ul li {
             width: 100%;
             text-align: center;
         }

         .protion_page3img ul li img {
             width: 100%;
             height: 100%;
             object-fit: cover;
         }

         .protion_page3img ul li:nth-child(2) {
             padding: 6% 0;
         }

         .protion_page3img ul li:nth-child(2) img {
             width: 200px;
             height: 142px;
             margin: 0 auto;
         }

         .page2_picture .swiper-button-next {
             display: none;
         }

         .page2_picture .swiper-button-prev {
             display: none;
         }

         .page2_picture ul.disnone {
             display: block;
         }

         .page2_picture .swiper-container {
             display: none;
         }
         .page1_lr{
            max-width:100%;
         }
         .in_about{
            height:655px;
         }
         .about_nav ul li:hover a::after{
            display: none;
         }
         .protion_ipone {
             display: block;
         }

         .protion_page4_mod {
             display: none;
         }
         .protion_ipone ul li:first-child {
             margin-bottom: 4%;
         }

         .protion_ipone ul li {
             margin-bottom: 8%;
         }

         .protion_ipone ul li dl {
             height: 110px;
         }

         .protion_ipone ul li dl dd img {
             height: 100%;
             object-fit: cover;
             width: 100%;
         }
         .protion_page4 .pro_title {
             padding-bottom: 6%;
         }

         .protion_page4_mod ul {
             width: 100%;
         }

         

         .protion_ipone ul li {
             margin-bottom:5%;
         }

         .protion_ipone ul li p {
             font-size: 12px;
             color: #fff;
             width: 100%;
             text-align: center;
             height: 24px;
             line-height: 30px;
         }

         .protion_ipone ul li dl {
             display: -webkit-flex;
             display: flex;
             -webkit-justify-content: space-between;
             justify-content: space-between;
             height:200px;
         }

         .protion_ipone ul li dl dd {
             margin-right: 1%;
             width: 50%;
         }

         .protion_ipone ul li dl dd:last-child {
             margin-right: 0;
         }
         .w1400{
            width: 92%;
            margin: 0 auto;
         }
         .about_nav .w1400{
            width: 100%;
         }
         .jion ul{
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
         }
         .jion ul li{
            margin: 0 auto;
            margin-bottom:6%;
            width: 500px;
            padding-right: 4%;
         }
         .jion ul li:nth-child(3n){
            margin: 0 auto;
            margin-bottom: 6%;
         }
         .about_Culture ul{
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content:flex-start;
            justify-content:flex-start;
         }
         .about_Culture ul li{
            width: 50%;
         }
         .about{
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
         }
         .about figure{
            width: 80%;
            margin: 0 auto 6% auto;
         }
         .about figcaption{
            width:93%;
         }
         .footer_ewm{
            height:200px;
         }
         .footer_ewm2{
            height:200px;
         }
         .footer_ewm3{
            height:200px;
         }
         .product ul li {
             margin-right: 0;
             margin-bottom: 4%;
             width: 48%;
             margin-right: 4%;
         }
         .product ul li:nth-child(3n){
            margin-right: 4%;
         }
         .product ul li:nth-child(2n){
            margin-right: 0;
         }
         #boxer.mobile .boxer-close{
            right:15px;
            top:15px;
         }
         .ewm{
            display: none;
         }
         .about_qual ul{
            width: 100%;
         }
		 .page2_picture ul li img{
			 position:inherit;
			 display: inherit;
		 }
		 .page2_left{
			 height:auto;
		 }
		 .page_right{
			 height:auto;
		 }
		 .contact{
			 -webkit-flex-wrap:wrap;
			 flex-wrap:wrap;
		 }
		 .contact figcaption{
			 padding:0;
			 margin-top:6%;
		 }
		 .module_page2 iframe{
			 /* height:400px; */
		 }
		 .module_page2 figcaption .video_more .img{
			 display:none;
		 }
		 .module_page2 figcaption{
			 height:auto;
			 padding-bottom:8%;
		 }
		 .title2 h3{
			 margin-top:4%;
		 }
		 .module_page1{
			 padding:60px 0;
		 }
		 .module_page2 figure{
			 height:600px;
		 }

     }



	@media screen and (max-width: 768px){
		.module_page2 figure{
			height:400px;
		}
	}




     /*=================================手机或小平板 phone=============================== */
     @media screen and (max-width: 767px) {
		  .about_video iframe{
	width:100%;
	height:175px;
}
         .header {
             display: -webkit-flex;
             display: flex;
             justify-content: space-between;
             padding: 0 8%;
             height: 50px;
         }
		
         .index_logo {
             width: 25%;
             padding: 4% 0 4% 0;
         }

         .nav {
             display: none;
         }

         .right_dakuang {
             display: none;
         }

         .footer_list {
             display: none;
         }

         .menu {
             display: block;
             float: right;
         }

         .menu_down {
             position: absolute;
             right: 5%;
             z-index: 9999999;
             width: 30%;
             padding-bottom: 4px;
             background: rgba(0, 157, 224, 0.9);
         }

         .menu_down li {
             line-height: 3.5;
             text-align: center;
             border-bottom: 1px solid #fff;
         }

         .menu_down li a {
             display: block;
             font-size: 18px;
             color: #fff;
         }

         .menu span.icon-bar {
             background: #000;
             width: 26px;
             height: 3px;
             border-radius: 5px;
             display: block;
             -webkit-transition: all 300ms ease-out;
             -moz-transition: all 300ms ease-out;
             transition: all 300ms ease-out;
         }

         .menu .sr-only {
             display: none;
         }

         .menu .icon-bar:nth-child(2) {
             -webkit-transform: rotate(0deg) translate(0, 0);
             -moz-transform: rotate(0deg) translate(0, 0);
             -ms-transform: rotate(0deg) translate(0, 0);
             transform: rotate(0deg) translate(0, 0);
             transform-origin: top left;
         }

         .menu .icon-bar:nth-child(3) {
             margin-top: 6px;
             -webkit-transform: scale(1, 1);
             -moz-transform: scale(1, 1);
             -ms-transform: scale(1, 1);
             transform: scale(1, 1);
             -webkit-transform-origin: center center;
             -moz-transform-origin: center center;
             -ms-transform-origin: center center;
             transform-origin: center center;
         }

         .menu .icon-bar:nth-child(4) {
             margin-top: 6px;
             -webkit-transform: rotate(0deg) translate(0, 0);
             -moz-transform: rotate(0deg) translate(0, 0);
             -ms-transform: rotate(0deg) translate(0, 0);
             transform: rotate(0deg) translate(0, 0);
             transform-origin: top left;
         }

         .xz .icon-bar:nth-child(2) {
             -webkit-transform: rotate(45deg) translate(4px, -3px);
             -moz-transform: rotate(45deg) translate(4px, -3px);
             -ms-transform: rotate(45deg) translate(4px, -3px);
             transform: rotate(45deg) translate(4px, -3px);
             transform-origin: 0 0;
         }

         .xz .icon-bar:nth-child(3) {
             opacity: 0;
         }

         .xz .icon-bar:nth-child(4) {
             -webkit-transform: rotate(-45deg) translate(3px, 2px);
             -moz-transform: rotate(-45deg) translate(3px, 2px);
             -ms-transform: rotate(-45deg) translate(3px, 2px);
             transform: rotate(-45deg) translate(3px, 2px);
         }

         .banner .swiper-slide {
             height: 210px;
         }

         .banner .swiper-slide img {
             width: 100%;
             height: 100%;
             object-fit: cover;
         }

         .module_page1 {
             padding: 8% 0;
         }

         .title h3 {
             font-size: 20px;
             padding-bottom: 15px;
         }

         .title h3::after {
             width: 80px;
             height: 10px;
             left: calc(50% - 40px);
             background: url(../images/title_white2.jpg) no-repeat center center;
         }

         .in_about {
             flex-wrap: wrap;
             height: auto;
             margin-top: 10px;
         }

         .in_about figcaption {
             padding: 5px 10px;
         }

         .in_about figcaption p {
             font-size: 12px;
             line-height: 18px;
             text-align: left;
             padding-top: 2%;
         }

         .in_about figcaption h3 {
             padding-top: 0;
             font-size: 18px;
             text-align: left;
             padding-top: 1%;
         }

         .in_about figcaption h3 span {
             font-size: 12px;
             line-height: 30px;
         }

         a.more {
             width: 80px;
             height: 25px;
             line-height: 23px;
             font-size: 12px;
             margin-top: 7%;
             margin-bottom: 3%;
         }

         .module_page2 {
             margin-top: 2%;
             height: auto;
             flex-wrap: wrap;
         }

         .module_page2 figure {
             height: 205px;

         }

         .module_page2 figcaption {
             width: 100%;
             height: auto;
			 padding:0 0 10% 0;

         }

         .video_more .img {
             width: 30%;
             margin: 0 auto;
			 display:none;
         }

         .title2 h3 {
             font-size: 15px;
             padding-bottom: 12px;
             margin-top: 0!important;
         }

         .title2 h3::after {
             width: 80px;
             height: 10px;
             left: calc(50% - 40px);
             background: url(../images/title_black2.png) no-repeat center center;
         }

         .video_more a {
             border: 1px solid #ccc;
             width: 80px;
             height: 25px;
             line-height: 23px;
             margin: 0 auto;
             margin-top: 20px;
             font-size: 12px;
         }

         .module_page3 {
             padding: 8% 0;
         }

         .in_pro {
             width: 100%;
             margin: 0 auto;
             margin-top: 4%;
         }

         .FrontProducts_list01-d1_c1 .pic-module {}

         .module_page3 a.more {
             margin-top: 6%;
         }

         .innews_title {
             height: 42px;
         }

         .in_news {
             flex-wrap: wrap;
         }

         .in_news figure {
             width: 84%;
             margin: 0 auto;
         }

         .in_news figcaption {
             width: 84%;
             margin: 0 auto;
             padding-left: 0;
         }

         .in_news figcaption li a .time {
             width: 50px;
             height: 50px;
         }

         .in_news figcaption li a .time h6 {
             font-size: 15px;
             line-height: 30px;
             height: 30px;
         }

         .in_news figcaption li a .time h5 {
             font-size: 14px;
             line-height: 20px;
             height: 20px;
         }

         .in_news figcaption li a p {
             font-size: 14px;
             margin-left: 6%;
         }

         a.tac {
             margin: auto;
             margin-top: 6%;
         }

         .module_page4 {
             padding-bottom: 8%;
         }

         .footer_ewm {
             height: 128px;
         }

         .footer_ewm2 {
             height: 128px;
         }

         .footer_ewm3 {
             height: 128px;
         }

         .ewm .img {
             width: 20%;
             margin: 0 auto;
         }

         .ewm p {
             font-size: 12px;
             line-height: 16px;
             padding-top: 4%;
         }

         .copy a {
             display: none;
         }

         .copy p {
             font-size: 12px;
             padding: 3% 0;
             line-height: 24px;
             width: 88%;
             margin: 0 auto;
         }

         .inside_page1 {
             padding: 7% 0;
         }

         .banner_img {
             height: 60px;
         }

         .banner_img img {
             width: 100%;
             height: 100%;
             object-fit: cover;
         }

         .jion {
             margin-top: 5%;
         }

         .jion ul {
             flex-wrap: wrap;
             width: 84%;
             margin: 0 auto;
         }

         .jion ul li {
             width: 100%;
             margin-right: 0;
             margin-bottom: 5%;
             padding-top: 8%;
             padding-left: 6%;
             height: auto;
             padding-bottom: 6%;
         }

         .jion ul li p {
             font-size: 12px;
         }

         .jion ul li .jion_title h3 {
             font-size: 18px;
             padding-bottom: 0;
             margin-bottom: 6%;
         }

         .jion ul li .jion_title h3::after {
             bottom: -6px;
             height: 2px;
         }

         .jion_title img {
             width: 10%;
             margin-top: 8%;
         }

         .about_nav {
             margin-top: 6%;
             border-bottom: 0px;
         }

         .about_nav ul li {
             width: 100px;
             height: 42px;

         }

         .about_nav ul li a {
             line-height: 40px;
             font-size: 12px;
         }

         .news {
             margin-top: 7%;
         }

         .news ul {
             width: 90%;
             margin: 0 auto;
         }

         .news ul li {
             width: 100%;
             height: auto;
             margin-right: 0;
         }

         .news ul li a figcaption h3 {
             font-size: 18px;
             display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 1;
             overflow: hidden;
             padding-bottom: 0;
         }

         .news ul li a figcaption p {
             font-size: 12px;
             display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 1;
             overflow: hidden;
             padding-bottom: 0;
             margin-bottom: 7%;
             margin-top: 2px;
         }

         .news ul li a {
             padding: 8px;
         }

         .news ul li a figcaption {
             width: 64%;
             padding-left: 6%;
         }

         .news ul li a figure {
             width: 100px;
             height: 100px;
         }

         .news ul li a figure img {
             width: 100%;
             height: 100%;
             object-fit: cover;
         }

         .news ul li a figcaption h6 {
             padding-bottom: 1px;
         }

         .news_more {
             padding-top: 1px;
         }

         .contact {
             flex-wrap: wrap;
             width: 90%;
             margin: 0 auto;
             position: relative;
             margin-top: 6%;
         }

         .contact figcaption {
             width: 100%;
             padding-left: 0;
         }

         .contact figure {
             /*position: absolute;
                left:0;
                top:30%;*/
             display: none;
         }

         .mar_top {
             margin-top: 12%;
         }

         .contact_mod {
             margin-bottom: 10%;
         }

         .mar_bottom {
             margin-bottom: 8%;
         }

         .contact figcaption h3 {
             font-size: 20px;
         }

         .contact figcaption ul li {
             font-size: 13px;
         }

         .contact figcaption ul li span {
             font-size: 18px;
         }

         .about_nav ul {
             margin: 0 auto;
             flex-wrap: wrap;
         }

         .about_nav ul li {
             width: 33.33%;
             margin-bottom: 4%;
             border-bottom: 1px solid #ccc;
         }

         .about_nav ul li:nth-child(3n) {
             border-right: 1px solid #ccc;
         }

         .about_qual ul {
             width: 90%;
             margin: 0 auto;
             margin-top: 8%;
             justify-content: space-between;
         }

         .about_qual ul li {
             width: 48%;
             margin-right: 0;
             margin-bottom: 6%;
         }

         .footer_ewm {
             background-size: auto 100%
         }

         .about_Culture ul {
             flex-wrap: wrap;
             width: 90%;
             margin: 0 auto;
             justify-content: space-between;
         }

         .about_Culture ul li {
             padding: 0;
             margin-bottom: 6%;
         }

         .about_Culture ul li figcaption h6 {
             font-size: 16px;
         }

         .about_Culture ul li figcaption p {
             font-size: 12px;
         }

         .about_Culture ul li figure {
             margin-bottom: 6%;
         }

         .about_Culture {
             margin-top: 8%;
         }

         .about_video {
             width: 90%;
             margin: 0 auto;
             margin-top: 7%;
         }

         .about_video video {
             height: 172.5px;
         }

         .about_honor {
             margin-top: 7%;
         }

         .about_honor ul {
             width: 90%;
             margin: 0 auto;
             justify-content: space-between;
         }

         .about_honor ul li {
             width: 48%;
             margin-right: 0;
             margin-bottom: 6%;
         }

         .about_honor ul.honor_list2 li a img {
             width: 100%;
             height: 200px;
             object-fit: cover;
         }

         .about_honor ul.honor_list2 {
             margin-top: 8%;
             justify-content: space-between;
         }

         .about {
             flex-wrap: wrap;
             width: 90%;
             margin: 0 auto;
             margin-top: 7%;
             margin-bottom: 5%;
         }

         .about figcaption {
             padding: 0;
             width: 100%;
             margin-top: 6%;
         }

         .about_Framework {
             width: 90%;
             margin: 0 auto;
             margin-top: 7%;
         }

         .about_Events {
             width: 90%;
             margin: 0 auto;
             margin-top: 7%;
         }

         .product {
             margin-top: 7%;
         }

         .product ul {
             width: 90%;
             margin: 0 auto;
             flex-wrap: wrap;
             justify-content: space-between;
         }

         .product ul li {
             margin-right: 0;
             margin-bottom: 4%;
             width: 48%;
         }

         .product ul li figcaption {
             font-size: 16px;
         }

         .fenyeqi ul {
             margin-top: 6%;
         }

         .fenyeqi ul li {
             width: 40px;
         }

         .fenyeqi ul li:nth-child(2n) {
             margin-right: 0;
         }

         .fenyeqi ul li:nth-child(3n) {
             margin-right: 0;
         }

         .language {
             position: absolute;
             right: 17%;
             top: 30%;
         }

         .lr3 {
             display: none;
         }

         .pro_title h3 {
             font-size: 24px;
             padding-bottom: 36px;
         }

         .pro_title h3::after {
             background-size: 50% 50%;
         }

         .protion_page1 {
             padding-top: 8%;
         }

         .page_body {
             margin-top: 6%;
         }

         .lr1 h4 {
             font-size: 16px;
             width: 86%;
             margin: 0 auto;
         }

         .protion_page2 {
             padding-top: 8%;
         }

         .pro_title h3 span {
             font-size: 12px;
             padding-left: 0;
         }

         .protion_page2 .pro_title h3 {
             padding-left: 0;
         }

         .pro_title h3.trs_left::after {
             left: calc(50% - 155px)
         }

         .page2_title h3 {
             margin-top: 0;
             font-size: 20px;
             margin-bottom: 5%;
         }

         .page2_left {
             margin-bottom: 4%;
         }

         .page_right {
             padding-left: 0;
         }

         .protion_page3 {
             padding-top: 8%;
         }

         .protion_page3 h4 {
             padding-top: 4%;
             font-size: 12px;
             line-height: 2;
             padding-bottom: 6%;
         }

         .protion_page4 {
             padding: 8% 0 4% 0;
         }

         

         .ewm {
             display: none;
         }

         .language .ipone_lang {
             display: block;
             font-size: 18px;
             font-weight: 400;
             padding-right: 10px;
             display: none;
         }

         .language img {
             display: none;
         }

         .language li {
             display: block;
         }

         .pageNav {
             width: 92%;
             margin: 0 auto;
         }

         .newsdea_title h3 {
             font-size: 22px;
         }

         .newsdea_title p {
             font-size: 14px;
         }

         .newsdea_body h3 {
             font-size: 24px;
         }

         
         .pro_title h3 span{
            display: none;
         }
         .index_logo img{
            max-width:90px;
         }
         .FrontProducts_list01-d1_c1 .pic-module{
            height:200px;
            width: 280px;
         }
         .FrontProducts_list01-d1_c1 .scrollable{
            height:200px;
         }
         .inpro_mod{
            height:200px;
         }
         .protion_ipone ul li dl{
            height:85px;
         }
         .protion_ipone ul li{
            margin-bottom: 8%;
         }
         .about figure{
            width: 100%;
            margin: 0 auto 6% auto;
         }
         .about figcaption{
            width:100%;
         }
         .about_Culture ul{
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
         }
         .about_Culture ul li{
            width: 80%;
            margin: 0 auto;
            margin-bottom: 6%;
         }
		 .banner{
			 height:200px;
		 }
		.in_about figure{
			height:200px;
		}



     }