			@charset "utf-8";
			html,body{font-family: "微软雅黑";}
			body{font-size:14px;font-family:"思源黑体cn","Microsoft YaHei","微软雅黑",arial,"Microsoft JhengHei",sans-serif,serif;}
			*{padding:0;margin:0;list-style:none;}
			a{text-decoration:none;color:inherit;} 
			i{font-style: normal;}
			dl,ol,ul {list-style-type:none}
			b{display: inline-block;}
			
			.odcontent{max-width:1397px;margin:0 auto; width:90%;}
			@media only screen and (max-width: 480px){
				.odcontent{width: 94%;}
			}
			.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
			.clearfix{zoom:1}
			input,textarea{border: none;outline: none;border-radius: 0;-webkit-appearance:none;}
			button {border: none;padding: 0;}
			.fl{float:left}
			.fr{float:right}
			
			.por{position: relative;}
			.poa{position: absolute;}
			.head_fixed{position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999;}
			img{border: none;vertical-align: middle;max-width: 100%;}
			
			*:focus{
				outline: none;
				-webkit-tap-highlight-color: transparent;
			}
			
			a,li,div {-webkit-tap-highlight-color:transparent}
			
			input:-webkit-autofill,
			 textarea:-webkit-autofill,
			 select:-webkit-autofill {
			     background-color: transparent!important;
			     background-image: none !important;
			     -webkit-box-shadow: 0 0 0 1000px #f2f3f7 inset !important;
			     -webkit-text-fill-color: #333;
			}
			
			/* 自定义样式 */
			.ver-mid{vertical-align: middle;}
			.ver-bl{vertical-align: baseline;}
			.flx{display: flex;flex-wrap: nowrap;justify-content: space-between;}
			.flx_w{display: flex;flex-wrap: wrap;justify-content: space-between;}
			.txt_center{text-align: center;}
			.bg_f2f3f7{background: #f2f3f7;}
			.hide{display: none;}
			.center{text-align: center;}
			
			
			/* head */
			.head{position: relative;/* box-shadow: 0 0 10px #666; */z-index: 3;}
			.head .top_wrap{margin: 0 0 0 4%;width: auto;}
			.head .head_mid{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
			.head .head_mid  a.logo_w{display: block;}
			.head .head_mid .lf_part{width: auto;}
			.head .head_mid .lf_part .logo{width: 191px;}
			.head .head_mid .head_nav {margin-left: 3.2%;width: auto;align-items: center;}
			.head .head_mid .head_nav .first_nav{margin-right: 0;position: relative;}
			.head .head_mid .head_nav .first_nav .curtain{position: absolute;left: 0;top: 100%;width: 100%;height: 250px;background: #155bb3;display: none;}
			.head .head_mid .head_nav .first_nav > li{float: left;white-space: nowrap;font-size: 16px;color: #333;position: relative;}
			/* .head .head_mid .head_nav .first_nav > li.cur{color: #ca090c;} */
			.head .head_mid .head_nav .first_nav > li > a{display: block;padding: 38px 20px;position: relative;}
			.head .head_mid .head_nav .first_nav > li:hover > a{background: #eef2f5;}
			.head .head_mid .head_nav .first_nav > li.cur > a{background: #eef2f5;}
			.head .head_mid .head_nav .pc_secnav{padding: 15px;position: absolute;top: 100%;left: 0;width: 100%;height: auto;z-index: 3;display: none;flex-wrap: nowrap;justify-content: space-between;box-sizing: border-box;z-index: 2;}
			.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;}
			/* .head .head_mid .head_nav .pc_secnav .lf_nav > ul{display: flex;flex-wrap: wrap;justify-content:center;} */
			.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{margin: 0 2%;padding-bottom: 6px;text-align: center;font-size: 14px;line-height: 30px;color: #fff;box-sizing: border-box;transition: margin-bottom .3s ease-out;position: relative;}
			.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:after{content: "";position: absolute;right: 0;top: 102%;width: 0;height: 1px;transition: all .3s;background: #fff;}
			.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover{margin-bottom: 5px;color: #eee;}
			.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover:after{width: 100%;}
			.head .head_mid .app_right{display: none;}
			.head .mobile_nav{position: fixed;padding:73px 20px 20px;right: -350px;top: 0;width: 300px;height: 100vh;background: linear-gradient(to bottom,rgba(255,255,255,.6) 72px,#4b80c1 72px);z-index: 999;transition: all .3s;box-sizing: border-box;}
			.head .mobile_nav .m_logo{display: none;}
			.head .mobile_nav.sld{right:0;}
			.head .head_mid .menu_btn{float: right;display: inline-block;/* width: 30px;height: 20px; */width: 0;height: 0;cursor: pointer;}
			.head .head_mid .menu_btn span{display: block;width: 100%;height: 2px;background-color: #0f5eaa;transform-origin: center;}
			.head .head_mid .menu_btn span:nth-child(1){top: 0;}
			.head .head_mid .menu_btn span:nth-child(2){margin: 6px 0px;opacity: 1;transition: all .5s;}
			.head .head_mid .menu_btn span:nth-child(3){top:100%;}
			.head .head_mid .menu_btn.open{width: 30px;height: 20px;}
			.head .head_mid .menu_btn.open span{width: 100%;}
			.head .head_mid .menu_btn.open span:nth-child(1){position: absolute;top: 50%;left: 0;transform: rotateZ(45deg);transition: transform 0.3s 0.5s;}
			.head .head_mid .menu_btn.open span:nth-child(2){opacity: 0;width: 0;margin: 10px 0;}
			.head .head_mid .menu_btn.open span:nth-child(3){position: absolute;top: 50%;left: 0;transform:rotateZ(-45deg);transition: transform 0.3s 0.5s;}
			.head .head_mid .btn_box{width: 195px;}
			.head .head_mid .app_right{display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
			.head .head_mid .app_right i{display: block;cursor: pointer;}
			.head .head_mid .app_right i img{display: block;}
			.head .head_mid .app_right .search{background:#d1d6d8;border-radius: 30px;width: 100%;height: 37px;overflow: hidden;padding: 0 5px 0 20px;box-sizing: border-box;border: 1px solid #b8babb;}
			.head .head_mid .app_right .search input{display: inline-block;background:#d1d6d8;width: 130px;height: 37px;vertical-align: middle;}
			.head .head_mid .app_right .search input::placeholder{color: #333;}
			/* .head .head_mid .app_right .laugage{color: #fff;cursor: pointer;position: relative;} */
			.head .hot_line{position: absolute;padding-left:40px ;top: 50%;right: 5%;transform: translateY(-50%);color: #333;box-sizing: border-box;background: url(../images/icon_tel.png)no-repeat center left;}
			.head .hot_line p{font-size: 14px;}
			.head .hot_line strong{font-weight: bold;font-size: 22px;letter-spacing: -1px;color: #155bb3;}
			.head .search_nav .search_box i{display:inline-block;width: 6%;}
			.head .search_nav .search_box .content{padding-bottom: 6px;width: 80%;background: transparent;border-bottom: 1px solid #e3e3e3;color:#e3e3e3;}

			/* .head .search_nav .search_box .tijiao{width: 10%;color: #e3e3e3;background-color: transparent;}
			.head .search_nav .search_box .search_close{margin-left: 1%;width: 20px;}
			.head .search_nav .search_box input::-webkit-input-placeholder {color: #e3e3e3;}
			.head .search_nav .search_box input:-moz-placeholder {color: #C0C0C0;opacity: 1;font-size: 14px;}
			.head .search_nav .search_box input::-moz-placeholder {color: #C0C0C0;opacity: 1;font-size: 14px;}
			.head .search_nav .search_box input:-ms-input-placeholder {color: #C0C0C0;font-size: 14px;} */
			@media only screen and (max-width:1800px){
				.head .hot_line{right: 5%;}
				
			}
			@media only screen and (max-width:1600px){
				/*.head .top_wrap{margin: 0 5%;}*/
				.head .head_mid .head_nav .first_nav{margin-right: 0;}
				/* .head .head_mid .btn_box{width: 150px;} */
				/* .head .head_mid .app_right .search input{width: 95px;} */
				.head .hot_line strong{font-size: 16px;}
				.head .head_mid .head_nav{margin-left: 3%;justify-content: flex-start;}
				.head .head_mid .head_nav .first_nav > li > a{}
				.head .hot_line{right: 3%;width: 180px;background-position: left top;}
			}
			
			@media only screen and (max-width:1440px){
				
				.head .head_mid .head_nav .first_nav{margin-right: 20px;}
				
			}
			@media only screen and (max-width:1260px){
				.head .head_mid{padding: 2px 0;position: relative;}
				.head .head_mid .logo{margin-top: 0;}
				.head .head_mid .logo .log0_img img{display: block;}
				.head .head_mid .head_nav{margin-left: 0;width: auto;position: absolute;}
				.head .head_mid .head_nav .first_nav{display: none;}
				.head .head_mid .btn_box{width: auto;}
				.head .head_mid .app_right .laugage{margin-left: 30px;}
				.head .head_mid .menu_btn{display: inline-block;float: initial;position: absolute;left: 5%;top: 50%;transform: translateY(-50%);width: 30px;height: 20px;}
				.head .head_mid .lf_part{width: 100%;text-align: center;}
				.head .head_mid a.logo_w{display: inline-block;}
				.head .hot_line{right: 5%;}
				.head .mobile_nav .m_logo img{width: auto;}
				.head .mobile_nav .second_nav > li{font-size:18px;line-height: 2;cursor: pointer;color: #fff;}
				.head .mobile_nav .second_nav > li p{display: inline-block;}
				.head .mobile_nav .second_nav > li p:hover{color: #000;}
				.head .mobile_nav .second_nav > li i{display: inline-block;margin-left: 30px;width: 20px;height: 20px;background:url(../images/down.png)no-repeat center;vertical-align: middle;transform: initial;}
				.head .mobile_nav .second_nav .next_nav{display: none;}
				.head .mobile_nav .second_nav .next_nav > li{padding-left: 15px;font-size: 16px;line-height: 2;box-sizing: border-box;}
				.head .mobile_nav .second_nav .next_nav > li:hover{color: #000;}
				/* .head .mobile_nav .mb_close{display: none;text-align: center;}
				.head .mobile_nav .mb_close span{display: inline-block;}
				.head .mobile_nav .mb_close .line{margin:3% 0 15px;width: 1px;height: 50px;background: #00a2e9;}
				.head .mobile_nav .mb_close .icon{cursor: pointer;}
				.head .mobile_nav .mb_close .icon:hover img{animation: rotation 2s linear 0s infinite;} */
				@keyframes rotation{
					from{transform: rotateZ(0deg);}
					to{transform: rotateZ(720deg);}
				}
			}
			@media only screen and (max-width:768px){
				.head .head_mid .lf_part .logo{width: 150px;}
				.head .mobile_nav{padding: 58px 20px 20px;background: linear-gradient(to bottom,rgba(255,255,255,.6) 58px,#4b80c1 58px);}
				.head .mobile_nav .second_nav > li{font-size: 18px;}
				.head .mobile_nav .second_nav .next_nav > li{font-size: 14px;}
				.head .hot_line{width: 150px;}
				.head .hot_line strong{font-size: 14px;}
			}
			@media only screen and (max-width:680px){
				/* .head .head_mid .lf_part{width: 80px;} */
				/* .head .mobile_nav{left: -100%;} */
				.head .search_nav .search_box{margin: 20px auto;width: 90%;}
			}
			@media only screen and (max-width:480px){
				.head .head_top{display: none;}
				.head .head_mid .lf_part .logo{width: 125px;}
				.head .head_mid .menu_btn{width: 25px;}
				.head .head_mid .app_right .search{display: none;}
				.head .head_mid .app_right .laugage{margin: 0 0 0 15px;}
				.head .head_mid .menu_btn.open{height: 23px;}
				.head .head_mid .menu_btn.open span{width: 100%;}
				.head .head_mid .menu_btn.open span:nth-child(2){margin: 7px 0;}
				.head .hot_line{display: none;}
				.head .mobile_nav .m_logo img{width: 114px;}
				.head .mobile_nav{padding: 50px 20px 30px;width:55%;background: linear-gradient(to bottom,rgba(255,255,255,.6) 50px,#4b80c1 50px);}
				.head .mobile_nav .second_nav{overflow-y: scroll;max-height: 490px;}
				.head .mobile_nav .second_nav > li{font-size: 14px;}
				.head .mobile_nav .second_nav .next_nav > li{font-size: 12px;}
			}
			
			.banner{width: 100%;height:auto;overflow: hidden;}
			.banner .video_layout{position: relative;}
			.banner .video_layout video{width: 100%;object-fit: cover;}
			.banner .swiper-container{width: 100%;height: 100%;}
			.banner .swiper-container img{width: 100%;height:100%;}
			.banner .list_wrap{width:100%;height: 100%;overflow: hidden;}
			.banner .pcpt{display: block;}
			.banner .mbpt{display: none;}
			/* .banner .swiper-button-prev{background:url('images/arrow-left-light.png') no-repeat center;left: calc((100% - 1745px)/2);width: 49px;height: 49px;border-radius: 4px;}
			.banner .swiper-button-next{background:url('images/arrow-right-light.png') no-repeat center;right: calc((100% - 1745px)/2);width: 49px;height: 49px;border-radius: 4px;} */
			.banner .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
			.banner .swiper-pagination span{width: 50px;height: 7px;background: #BBADA1;padding: 0;margin: 0;margin: 0 25px;opacity: 1;border-radius: 0;position: relative;}
			.banner .swiper-pagination span:after{content:"";position: absolute;left:0;top: 0;width: 0;height: 100%;background: #155bb3;transition: width 3s;}
			.banner .swiper-pagination span.swiper-pagination-bullet-active{}
			.banner .swiper-pagination span.swiper-pagination-bullet-active:after{animation: wfill 3s 0s ease-out 1;animation-fill-mode: forwards;}
			@keyframes wfill{
				from{width: 0;}
				to{width: 100%;}
			}
			.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}
			.banner .swiper-pagination-bullet{border-radius: 16px;}
			.banner .swiper-pagination{height: 8px;bottom: 38px;}
			/* .banner .swiper-pagination span{width: 16px;height: 16px;margin: 0 8px;border: 3px solid #fff;} */
			
			.banner .swiper-container .hide{
			  opacity:0;
			}
			.banner .swiper-button-next,.banner .swiper-button-prev{
			  transition:opacity .5s;
			}
			@media only screen and (max-width:1745px){
				.banner .swiper-button-prev{left: 5%;}
				.banner .swiper-button-next{right: 5%;}
			}
			@media only screen and (max-width:750px){
				.banner .pcpt{display: none;}
				.banner .mbpt{display: block;}
				.banner .swiper-pagination{bottom: 20px;}
				.banner .swiper-pagination span{width: 40px;}
			}
			
			.banner .list .list_wrap.before img{transition: 3s linear 0s;}
			.banner .list .list_wrap.after img{transform: scale(1.08);}
			.banner .list01{position: relative;}
			.banner .list01 .txt{position: absolute;left: 50%;top: 8%;transform: translateX(-50%);color: #075f2f;text-align: center;white-space: nowrap;letter-spacing: 3px;}
			.banner .list01 .txt .tit.before{transform: translate(0,40px);transition-delay: 0.2s;transition-duration: 0.6s;visibility: hidden;opacity: 0;}
			.banner .list01 .txt .tit.after{transform: translate(0,0);visibility: visible;opacity: 1;}
			.banner .list01 .txt .tit{margin-bottom: 2%;font-size: 70px;text-shadow: -2px -2px 2px #fff,2px -2px 2px #fff,-2px 2px 2px #fff,2px 2px 2px #fff;}
			.banner .list01 .txt .btm_txt p:nth-child(1){font-size: 40px;text-shadow: -2px 2px 2px #fff,2px -2px 2px #fff,-2px 2px 2px #fff,2px 2px 2px #fff;}
			.banner .list01 .txt .btm_txt p:nth-child(2){font-size: 0.20rem;}
			.banner .list01 .txt .btm_txt p.before{transition-delay: 0.6s;transition-duration: 0.5s;opacity: 0;}
			.banner .list01 .txt .btm_txt p.after{opacity: 1;}
			@media only screen and (max-width:1200px){
				.banner .list01 .txt .tit{font-size: 50px;}
				.banner .list01 .txt .btm_txt p:nth-child(1){font-size: 30px;}
			}
			
			/* idx_common */
			.idx_title{padding:6% 0 4.5%;text-align: center;transition: all .4s;position: relative;z-index: 0;overflow: hidden;}
			.idx_title .tit_wrap{padding: 0 4%;box-sizing: border-box;}
			.idx_title .tit{font-size: 42px;color: #333;display: inline-block;}
			.idx_title .slogan{margin-top:12px;font-size: 18px;color: #999;line-height: 28px;}
			.idx_title .bg_en{position: absolute;top: 50%;right:-30px;width: auto;font-size: 166px;color: #f7f7f7;z-index: -1;font-weight: bold;transform: translateY(-40%);font-family: arial;}
			@media only screen and (max-width:1400px){
				.idx_title .bg_en{font-size: 80px;right: 0;transform: translateY(-75%);}
			}
			@media only screen and (max-width:1000px){
				.idx_title .tit{font-size: 30px;}
				.idx_title .slogan{font-size: 15px;}
			}
			@media only screen and (max-width:768px){
				.idx_title .bg_en{font-size: 60px;top: 12%;transform: initial;}
			}
			@media only screen and (max-width:480px){
				.idx_title{padding: 30px 0 20px;}
				.idx_title .tit_wrap{padding: 0 3%;}
				.idx_title .tit{font-size: 22px;}
				.idx_title .bg_en{display: none;}
				.idx_title .slogan{font-size: 13px;line-height: 24px;}
			}
			
			
			/* home_advantage */
			/* .home_advantage{padding-bottom: 4.8%;overflow: hidden;}
			.home_advantage .class_list .wrap{padding: 0 4%;box-sizing: border-box;}
			.home_advantage .class_list .swiper-container{overflow: initial}
			.home_advantage .class_list .swiper-wrapper{}
			.home_advantage .class_list .swiper-slide{width: 18.8%;max-width: 1000px;overflow: hidden;}
			.home_advantage .class_list .swiper-slide .img img{width: 100%;}
			.home_advantage .class_list .change{position: relative;width: 100%;height: auto;text-align: center;z-index: 2;}
			.home_advantage .class_list .swiper-slide .text{position: absolute;left: 0;bottom: 10.5%;width: 100%;z-index: 2;color: #fff;padding: 0 6%;box-sizing: border-box;text-align: center;transition: all .5s ease-out;}
			.home_advantage .class_list .swiper-slide .text .tit{font-size: 22px;}
			.home_advantage .class_list .swiper-slide .text .con{margin-top: 8px;font-size: 14px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
			.home_advantage .class_list .swiper-slide .text .more{display: none;margin-top: 0;font-size: 18px;visibility: hidden;opacity: 0;transition: all .5s ease-out;}
			@keyframes roll{
				from{right: 4px;}
				to{right: -webkit-calc(100% - 40px);}
			}
			@keyframes roll2{
				from{right: 4px;}
				to{right: -webkit-calc(100% - 28px);}
			}
			.home_advantage .class_list .swiper-slide:hover .text{transform: translateY(-24%);} 
			.home_advantage .class_list .swiper-slide:hover .text .more{display: block;margin-top: 6%;visibility: visible;opacity: 1;}
			.home_advantage .class_list .swiper-slide .mask{position: absolute;left: 100%;top: 0;width: 100%;height: 100%;background: #155bb3;opacity: 0;z-index: 1;transition: all .4s;}
			.home_advantage .class_list .swiper-slide:hover .mask{left: 0;opacity: 1;}
			.home_advantage .class_list .swiper-slide .more_icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);visibility: hidden;opacity: 0;transition: all .5s ease-out;z-index: 2;}
			.home_advantage .class_list .swiper-slide .more_icon i img{display: block;width: auto;margin: 0 auto;}
			.home_advantage .class_list .swiper-slide .more_icon .tit{margin-top: 10px;font-size: 18px;color: #fff;}
			.home_advantage .class_list .swiper-slide:hover .more_icon{visibility: visible;opacity: 1;}
			.home_advantage .class_list .change .swiper-pagination{position: initial;padding: 12px 0 0;width: 100%;}
			.home_advantage .class_list .change  .swiper-pagination-bullet{width: 9px;height: 9px;margin: 0 7px;position: relative;background: none;opacity: 1;}
			.home_advantage .class_list .change  .swiper-pagination-bullet:after{content: "";position: absolute;left: 50%;top: 50%;width: 4px;height: 4px;background: #c9c9c9;border-radius: 50%;transform: translate(-50%,-50%);}
			.home_advantage .class_list .change  .swiper-pagination-bullet-active{width: 9px;height: 9px;background:#155bb3;border:2px #c9c9c9;border-radius: 50%;}
			.home_advantage .class_list .change  .swiper-pagination-bullet-active:after{content: initial;}
			@media only screen and (max-width:1300px){
				.home_advantage .class_list .swiper-slide:hover .text{transform: translateY(-15%);} 
				.home_advantage .class_list .swiper-slide .text .more{font-size: 14px;}
				
			}
			@media only screen and (max-width:1000px){
				.home_advantage .class_list .swiper-slide .text{padding: 0 3%;}
				.home_advantage .class_list .swiper-slide .text .tit{font-size: 16px;}
				.home_advantage .class_list .swiper-slide .text .more span{    padding: 7px 0 7px 20px;width: 110px;font-size: 14px;}
				.home_advantage .class_list .swiper-slide .text .more span:hover{padding: 7px 0 7px 30px;}
				.home_advantage .class_list .swiper-slide .text .more span .item_more{width: 24px;height: 24px;background-size: 12px;}
				.home_advantage .class_list .swiper-slide .text .more span:hover .item_more{animation: roll2 0.5s 0s 1 ease;animation-fill-mode:forwards;}
				
			}
			@media only screen and (max-width:480px){
				.home_advantage{padding-bottom: 30px;}
				.home_advantage .class_list .swiper-slide .text .con{display: none;}
				.home_advantage .class_list .swiper-slide .text .more{font-size: 14px;}
			} */
			.home_advantage{padding-bottom: 4.8%;overflow: hidden;}
			.home_advantage .adv_content_cw ul:after{content: "";width: 30%;}
			.home_advantage .adv_content_cw ul li{margin-bottom: 4%;width: 30%;}
			.home_advantage .adv_content_cw ul li:nth-last-child(-n+3){margin-bottom: 0;}
			.home_advantage .adv_content_cw ul li .img{position: relative;padding-bottom: 75%;width: 100%;height: 0;overflow: hidden;}
			.home_advantage .adv_content_cw ul li .img img{position: absolute;top: 50%;left: 50%;width: 100%;height: auto;transform: translate(-50%,-50%);}
			.home_advantage .adv_content_cw ul li .tit{margin: 6% 0 2.5%;font-size: 18px;}
			.home_advantage .adv_content_cw ul li .con{font-size: 14px;color: #868686;line-height: 22px;}
			@media only screen and (max-width:768px){
				.home_advantage .adv_content_cw ul:after{width: 32%;}
				.home_advantage .adv_content_cw ul li{width: 32%;}
				.home_advantage .adv_content_cw ul li .tit{font-size: 16px;}
				.home_advantage .adv_content_cw ul li .con{line-height: normal;}
			}
			@media only screen and (max-width:680px){
				.home_advantage .adv_content_cw ul:after{width: 49%;}
				.home_advantage .adv_content_cw ul li{width: 49%;}
			}
			@media only screen and (max-width:480px){
				.home_advantage{padding-bottom: 30px;}
			}
			
			/* home_profile */
			.home_profile{padding-bottom: 11.5%;background: url(../images/profile_bg.jpg)no-repeat center/cover;color: #fff;background-attachment: fixed;}
			.home_profile .pf_wrap{padding: 0 8%;box-sizing: border-box;}
			.home_profile .idx_title .tit{color: #fff;}
			.home_profile .idx_title .slogan{margin-top: 3.9%;color: #f5f5f5;line-height: 30px;}
			.home_profile .adv_layout{margin-top: 0%;}
			.home_profile .adv_item{position: relative;width: 12%;height: 78px;text-align: center;box-sizing: border-box;}
			.home_profile .adv_item:nth-last-child(1){border-right: 0;}
			.home_profile .adv_item .top_num {white-space: nowrap;}
			.home_profile .adv_item .top_num span{display: inline-block;width: auto;font-size: 16px;}
			.home_profile .adv_item .top_num span.num{font-size: 48px;position: relative;font-weight: bold;}
			.home_profile .adv_item .txt{font-size: 16px;color: #fff;white-space: nowrap;}
			.home_profile .more span{display: inline-block;margin-top: 4%;padding: 12px 0 12px 35px;width: 185px;font-size: 18px;box-sizing: border-box;border-radius: 30px;border: 1px solid #e6ebf1;text-align: left;transition: all .5s ease-out;position: relative;}
			.home_profile .more span .item_more{display: inline-block;width: 36px;height: 36px;border-radius: 50%;background:#fff url(../images/icon_ad_more.png)no-repeat center;position: absolute;right: 4px;top: 50%;transform: translateY(-50%);background-size: initial;}
			.home_profile .more span:hover{padding: 12px 0 12px 60px;}
			.home_profile .more span:hover .item_more{animation: roll 0.5s 0s 1 ease;animation-fill-mode:forwards;}
			@media only screen and (max-width:1000px){
				.home_profile{padding-bottom: 7.5%;}
				.home_profile .pf_wrap{padding: 0 4%;}
				.home_profile .adv_item .txt{font-size: 14px;}
				.pos_center{position: initial;transform: initial;}
				.home_profile .adv_item {margin: 15px 0;width: 50%;height: auto;text-align: center;}
				.home_profile .adv_item:nth-child(2n){border-right: 0;}
				.home_profile .adv_item .top_num span.num{font-size: 30px;}
				.home_profile .adv_item .txt{margin-top: 2%;}
			}
			@media only screen and (max-width:768px){
				.home_profile{background-attachment: initial;}
			}
			@media only screen and (max-width:480px){
				.home_profile{padding-bottom: 30px;}
				.home_profile .idx_title .slogan{line-height: 24px;}
				.home_profile .adv_item{margin: 10px 0;}
				.home_profile .adv_item .top_num span.num{font-size: 24px;}
			}
			
			/* home_product */
			.home_product {padding-bottom: 6.5%;overflow: hidden;}
			.home_product .idx_title .bg_en{right: -10px;}
			.home_product .wrap{padding: 0 4%;box-sizing: border-box;}
			.home_product .pro_series .swiper-slide{border: 1px solid #666;overflow: hidden;box-sizing: border-box;}
			.home_product .pro_series .swiper-slide .img{padding: 5px 5px 0;box-sizing: border-box;}
			.home_product .pro_series .swiper-slide .img img{width: 100%;}
			.home_product .pro_series .change{position: relative;width: 100%;height: auto;text-align: center;z-index: 2;}
			.home_product .pro_series .swiper-slide .text{position: absolute;left: 0;bottom: 10.5%;width: 100%;z-index: 2;color: #fff;padding: 0 6%;box-sizing: border-box;text-align: center;transition: all .5s ease-out;visibility: hidden;}
			.home_product .pro_series .swiper-slide:hover .text{visibility: visible;}
			.home_product .pro_series .swiper-slide .text .tit{font-size: 30px;}
			.home_product .pro_series .swiper-slide .text .con{margin-top: 10%;font-size: 18px;}
			.home_product .pro_series .swiper-slide .text .more span{display: inline-block;margin-top: 0%;padding: 12px 0 12px 35px;width: 185px;font-size: 16px;box-sizing: border-box;border-radius: 30px;border: 1px solid #e6ebf1;text-align: left;visibility: hidden;opacity: 0;transition: all .5s ease-out;position: relative;background: #fff;color: #155bb3;font-weight: bold;}
			.home_product .pro_series .swiper-slide .text .more span .item_more{display: inline-block;width: 36px;height: 36px;border-radius: 50%;background:#155bb3 url(../images/icon_ad_more_white.png)no-repeat center;position: absolute;right: 4px;top: 50%;transform: translateY(-50%);background-size: initial;}
			.home_product .pro_series .swiper-slide .text .more span:hover{padding: 12px 0 12px 60px;}
			.home_product .pro_series .swiper-slide .text .more span:hover .item_more{animation: roll 0.5s 0s 1 ease;animation-fill-mode:forwards;}
			.home_product .pro_series .swiper-slide:hover .text{transform: translateY(-24%);} 
			.home_product .pro_series .swiper-slide:hover .text .more span{margin-top: 33%;visibility: visible;opacity: 1;}
			.home_product .pro_series .swiper-slide .mask{position: absolute;left: 0%;top: 100%;width: 100%;height: 100%;background: #155bb3;opacity: 0;z-index: 1;transition: all .4s;}
			.home_product .pro_series .swiper-slide:hover .mask{top: 0;opacity: .9;}
			.home_product .pro_series .swiper-slide .more_icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);visibility: hidden;opacity: 0;transition: all .5s ease-out;z-index: 2;}
			.home_product .pro_series .swiper-slide .more_icon i img{display: block;width: auto;margin: 0 auto;}
			.home_product .pro_series .swiper-slide .more_icon .tit{margin-top: 10px;font-size: 18px;color: #fff;}
			.home_product .pro_series .swiper-slide:hover .more_icon{visibility: visible;opacity: 1;}
			.home_product .pro_series .swiper-slide .series{position: absolute;padding: 24px 10px;left: 0;bottom: 0;width: 100%;font-size: 22px;background: #fff;box-sizing: border-box;color: #2c2b2b;text-align: center;}
			.home_product .pro_series .swiper-slide:hover .series{visibility: hidden;}
			@media only screen and (max-width:1400px){
				.home_product .pro_series .swiper-slide .text .tit{font-size: 20px;}
				.home_product .pro_series .swiper-slide .text .con{font-size: 16px;}
				.home_product .pro_series .swiper-slide:hover .text{transform: translateY(-15%);}
				.home_product .pro_series .swiper-slide:hover .text .more span{margin-top: 20%;visibility: visible;opacity: 1;}
				.home_product .pro_series .swiper-slide .series{padding: 10px;font-size: 24px;}
			}
			@media only screen and (max-width:1000px){
				.home_product .pro_series .swiper-slide .text .more span{padding: 7px 0 7px 20px;width: 110px;font-size: 14px;}
				.home_product .pro_series .swiper-slide .text .more span .item_more{width: 24px;height: 24px;background-size: 12px;}
				.home_product .pro_series .swiper-slide .text .more span:hover{padding: 7px 0 7px 20px;}
				.home_product .pro_series .swiper-slide .text .more span:hover .item_more{animation: roll2 0.5s 0s 1 ease;animation-fill-mode:forwards;}
			}
			@media only screen and (max-width:768px){
				.home_product .pro_series .swiper-slide .series{font-size: 20px;}
			}
			@media only screen and (max-width:480px){
				.home_product .pro_series .swiper-slide .series{font-size: 14px;}
			}
			
			/* home_honor */
			.home_honor{background: #fcfcfc;}
			.home_honor .wrap{}
			.home_honor .honor_content{margin-top: 0;}
			.home_honor .honor_content .layout{}
			.home_honor .honor_content .lf_part{position: relative;width: 50%;z-index: 1;transition: all .3s ease;}
			.home_honor .honor_content .lf_part .img img{width: 100%;}
			/* .home_honor .honor_content .lf_part:after{content: "";position: absolute;top: 20px;right: 20px;width: 959px;height: 489px;background: url(../images/honor_bg2.jpg)no-repeat center;background-size: cover;z-index: -1;} */
			.home_honor .honor_content .rt_part{padding: 5.3% 5% 2% 8%;width:50%;box-sizing: border-box;transition: all .3s ease;}
			.home_honor .honor_content .rt_part .title b{font-size: 40px;color: #333;}
			.home_honor .honor_content .rt_part .title .con{margin-top: 18px;font-size: 18px;color: #999;line-height: 30px;}
			.home_honor .honor_content .rt_part .top{margin-top: 7%;}
			.home_honor .honor_content .rt_part .top i{display:inline-block;margin-right: 18px;width: 52px;height: 52px;background: url(../images/icon_11.png)no-repeat center/100%;vertical-align: middle;}
			.home_honor .honor_content .rt_part .top span{display:inline-block;vertical-align: middle;color: #333;font-size: 20px;}
			.home_honor .honor_content .rt_part .top span.tip{margin-left: 20px;font-size: 14px;color: #999;vertical-align: middle;}
			.home_honor .honor_content .rt_part ul{margin-top: 3%;}
			.home_honor .honor_content .rt_part ul li{margin: 7px 0 14px;padding: 2.8% 2% 2.8% 3%;width: 45.3%;border: 1px dashed #ccc;color: #666;font-size: 16px;box-sizing: border-box;}
			.home_honor .honor_content .rt_part ul li:hover{color: #fff;background-color:#1c6dd8;}
			.home_honor .honor_content .rt_part ul li > a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
			.right{text-align: right;}
			.right .more span{display: inline-block;margin-top: 9%;padding: 12px 0 12px 35px;width: 170px;font-size: 16px;box-sizing: border-box;border-radius: 30px;border: 1px solid #e6ebf1;text-align: left;transition: all .5s ease-out;position: relative;background: #155bb3;color: #fff;}
			.right .more span .item_more{display: inline-block;width: 36px;height: 36px;border-radius: 50%;background:#fff url(../images/icon_ad_more.png)no-repeat center;position: absolute;right: 4px;top: 50%;transform: translateY(-50%);background-size: initial;}
			.right .more span:hover{padding: 12px 0 12px 60px;}
			.right .more span:hover .item_more{animation: roll 0.5s 0s 1 ease;animation-fill-mode:forwards;}
			.right .more_icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);visibility: hidden;opacity: 0;transition: all .5s ease-out;z-index: 2;}
			.right .more_icon i img{display: block;width: auto;margin: 0 auto;}
			.right .more_icon .tit{margin-top: 10px;font-size: 18px;color: #fff;}
			@media only screen and (max-width:1300px){
				.home_honor .honor_content .lf_part:after{height: 100%;}
				.home_honor .honor_content .rt_part{padding-left: 4%;padding-right: 4%;}
			}
			@media only screen and (max-width:1000px){
				.home_honor .honor_content .rt_part .title b{font-size: 30px;}
				.home_honor .honor_content .rt_part .title .con{font-size: 15px;}
			}
			@media only screen and (max-width:768px){
				.home_honor .honor_content .layout{margin: 0;}
				.home_honor .honor_content .lf_part{width: 100%;}
				.home_honor .honor_content .lf_part:after{right: 0;}
				.home_honor .honor_content .rt_part{padding: 30px 4% 30px;width: 100%;}
			}
			@media only screen and (max-width:480px){
				.home_honor{padding: 30px 0;}
				.home_honor .honor_content .rt_part{padding: 0 3% 30px;}
				.home_honor .honor_content .rt_part .title b{display: block;font-size: 22px;text-align: center;}
				.home_honor .honor_content .rt_part .title .con{margin-top: 12px;line-height: 24px;font-size: 13px;text-align: center;}
				.home_honor .honor_content .rt_part .top i{width: 40px;height: 40px;}
				.home_honor .honor_content .rt_part ul li{width: 48%;font-size: 14px;}
			}
			
			/* home_system */
			.home_system{overflow: hidden;}
			.home_system .lf_part{width: 50%;transition: all .3s ease;}
			.home_system .lf_part .img img{width: 100%;}
			
			.home_system .rt_part{padding: 2.6% 8% 1% 6.2%;width:50%;box-sizing: border-box;background: url(../images/sys_bg02.png)no-repeat center/cover;transition: all .3s ease;}
			.home_system .rt_part .title{text-align: right;}
			.home_system .rt_part .title b{font-size: 40px;color: #333;}
			.home_system .rt_part .title .con{margin-top: 18px;font-size: 18px;color: #999;line-height: 30px;}
			.home_system .rt_part ul{margin-top: 7%;}
			.home_system .rt_part ul li{padding: 5% 3% 3.5% 3.5%;margin-bottom: 20px;width: 48.3%;border-radius: 10px;border: 1px solid #eee;box-sizing: border-box;background: #fff;}
			.home_system .rt_part ul li:nth-last-child(-n+2){margin-bottom: 0;}
			.home_system .rt_part ul li i{display: inline-block;}
			.home_system .rt_part ul li .tit{margin-top: 27%;font-size: 24px;color: #333;}
			.home_system .rt_part ul li .des{margin-top: 18px;font-size: 16px;line-height: 24px;color: #666;}
			.home_system .rt_part ul li:hover{background: #155bb3;}
			.home_system .rt_part ul li:hover i img{filter: grayscale(1) brightness(10);}
			.home_system .rt_part ul li:hover .tit,.home_system .rt_part ul li:hover .des{color: #fff;}
			.home_system .rt_part .right .more span{margin-top: 6%;}
			@media only screen and (max-width:1300px){
				.home_system .rt_part{padding-left:4%;padding-right: 4%;}
			}
			@media only screen and (max-width:1000px){
				.home_system .rt_part .title b{font-size: 30px;}
				.home_system .rt_part .title .con{font-size: 15px;}
				.home_system .rt_part ul li .tit{margin-top: 20%;font-size: 20px;}
				.home_system .rt_part ul li .des{font-size: 14px;}
			}
			@media only screen and (max-width:1280px){
				 
				.home_system .lf_part{padding-top:13%;}
				 
			}
			@media only screen and (max-width:1080px){
				.home_system .layout{flex-flow: column-reverse;}
				.home_system .lf_part{width: 100%;padding:0 0 0;}
				.home_system .rt_part{padding: 30px 4%;width: 100%;}
			}
			@media only screen and (max-width:480px){
				.home_system .rt_part{padding: 30px 3%;}
				.home_system .rt_part .title{text-align: center;}
				.home_system .rt_part .title b{font-size: 22px;}
				.home_system .rt_part .title .con{margin-top: 12px;font-size: 13px;line-height: 24px;}
				.home_system .rt_part ul li{padding: 18px 10px 13px;}
				.home_system .rt_part ul li i{width: 40px;}
				.home_system .rt_part ul li .tit{font-size: 16px;}
				.home_system .rt_part ul li .des{font-size: 13px;}
			}
			@media only screen and (max-width:320px){
				.home_system .rt_part ul li{width: 100%;}
			}
			
			/* home_case */
			.home_case{overflow: hidden;}
			.home_case .wrap{padding: 0 4%;box-sizing: border-box;}
			.home_case .case_list .item{position: relative;}
			.home_case .case_list .item .img{overflow: hidden;}
			.home_case .case_list .item .img img{width: 100%;transition: all .3s ease-in-out;}
			.home_case .case_list .item .text{position: absolute;left: 0;bottom: 0;padding:20px 2%;width: 100%;box-sizing: border-box;color: #fff;font-size: 18px;background-color: rgba(0,0,0,.8);opacity: 1;}
			.home_case .case_list .item:hover .img img{transform:scale(1.05);}
			.home_case .case_list .item:hover .text{opacity: 0;}
			.home_case .swiper-pagination{position: initial;padding: 17px 0 0;width: 100%;}
			.home_case .swiper-pagination-bullet{width: 9px;height: 9px;margin: 0 7px;position: relative;background: none;opacity: 1;vertical-align: middle;}
			.home_case .swiper-pagination-bullet:after{content: "";position: absolute;left: 50%;top: 50%;width: 4px;height: 4px;background: #c9c9c9;border-radius: 50%;transform: translate(-50%,-50%);}
			.home_case .swiper-pagination-bullet-active{width: 9px;height: 9px;background:#155bb3;border:2px #c9c9c9;border-radius: 50%;}
			.home_case .swiper-pagination-bullet-active:after{content: initial;}
			@media only screen and (max-width:780px){
				.home_case .case_list .item .text{padding: 10px 2%;font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.home_case .case_list .item .text{font-size: 14px;}
			}
			
			/* home_partner */
			.home_partner{overflow: hidden;}
			.home_partner .wrap{padding: 0% 4%;box-sizing: border-box;background: #f2f2f2;}
			.home_partner .layout{background-color: #fff;padding: 0px 32px 32px;align-items: center;}
			.home_partner .lf_part{padding: 90px 0;width: 40.5%;box-sizing: border-box;background:url(../images/partner_bg.png)no-repeat center;transition: all .3s ease;}
			.home_partner .lf_part .title{}
			.home_partner .lf_part .title .en{font-size: 18px;color: #155bb3;font-style: initial;font-weight: bold;display: inline-block;}
			.home_partner .lf_part .title p{font-size: 40px;color: #333;}
			.home_partner .lf_part .con{padding:0 23% 0 0;margin-top: 10%;font-size: 18px;line-height: 40px;color: #666;box-sizing: border-box;}
			.home_partner .lf_part .right{text-align: left;}
			.home_partner .lf_part .right .more span{margin-top: 6%;}
			.home_partner .rt_part{width: 59.3%;transition: all .3s ease;}
			.home_partner .rt_part ul:after{content: "";width: 33%;}
			.home_partner .rt_part ul li{width: 33%;background: #f2f2f2;}
			.home_partner .rt_part ul li .img{position: relative;width: 100%;height: 0;padding-bottom: 74%;overflow: hidden;background: #fff;}
			.home_partner .rt_part ul li .img img{position: absolute;top: 50%;left: 50%;width: 65%;transform: translate(-50%,-50%);}
			.home_partner .rt_part ul li p{padding: 11px 0;background: #fff;color: #666;font-size: 16px;text-align: center;}
			@media only screen and (max-width:1400px){
				.home_partner .layout{align-items: unset;}
				.home_partner .lf_part .con{padding: 0 2% 0 0;}
			}
			@media only screen and (max-width:1000px){
				.home_partner .lf_part {padding: 5% 0;}
				.home_partner .lf_part .title p{font-size: 30px;}
			}
			@media only screen and (max-width:768px){
				.home_partner .layout{padding: 30px 6%;}
				.home_partner .lf_part{width: 100%;}
				.home_partner .lf_part .con{padding: 0;font-size: 16px;line-height: 30px;}
				.home_partner .rt_part{width: 100%;}
			}
			@media only screen and (max-width:480px){
				.home_partner .lf_part .title p{font-size: 22px;}
				.home_partner .lf_part .con{font-size: 14px;line-height: 24px;}
				.home_partner .layout{padding:10px 4% 30px;}
				.home_partner .wrap{padding: 1% 0 0;}
				.home_partner .rt_part ul li{width: 49%;}
				.home_partner .rt_part ul li:nth-last-child(1){display: none}
				.home_partner .rt_part ul li p{font-size: 14px;}
			}
			
			/* home_news */
			.home_news{padding-bottom: 4.5%;overflow: hidden;}
			.home_news .wrap{padding: 0 4%;box-sizing: border-box;}
			.home_news .layout:after{content:"";width: 30%;}
			.home_news .layout .item{width: 30%;}
			.home_news .layout .item .text{position: relative;padding: 0 19% 0 0;box-sizing: border-box;}
			.home_news .layout .item .line{width: 100%;height: 1px;background: #f5f5f5;}
			.home_news .layout .item .tit{padding: 0 0 3%;margin-top: 23px;font-size: 17px;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
			.home_news .layout .item .img{position: relative;width: 100%;height: 0;padding-bottom: 48%;overflow: hidden;}
			.home_news .layout .item .img img{position: absolute;left: 0;top: 0;width: 100%;z-index: 1;}
			.home_news .layout .item .jianjie{margin-top: 5%;font-size: 14px;color: #666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
			.home_news .layout .item .more{position: absolute;display: inline-block;top: 0;right: 3%;}
			.home_news .layout .item .more span{display: inline-block;width: 28px;height: 28px;border-radius: 50%;border:1px solid #595757;background: url(../images/icon_01.png)no-repeat center;transition: all .3s;}
			.home_news .layout .item .more span:hover{background:url(../images/icon_01.png)no-repeat 100% center;}
			.home_news .layout .item .more i{display: inline-block;vertical-align:middle;width: 44px;height: 19px;background: url(../images/icon_more2.png)repeat;background-position: 0 0;background-size:100%;transition: all .6s;}
			.home_news .layout .item .more:hover i{background-position:44px 0 ;}
			@media only screen and (max-width:992px){
				.home_news .layout .item .tit{font-size: 18px;}
			}
			@media only screen and (max-width:768px){
				.home_news .layout{margin-top: 20px;}
				.home_news .layout .item{width: 31%;}
				.home_news .layout .item .text{padding: 0;margin-bottom: 10px;}
				.home_news .layout .item .more{position: initial;margin-top: 5px;}
			}
			@media only screen and (max-width:480px){
				.home_news .layout{margin-top: 0;}
				.home_news .layout .item{width: 100%;}
				.home_news .layout .item .tit{font-size: 16px;}
				.home_news .layout .item .img{padding-bottom: 50%;}
				.home_news .layout .item .jianjie{margin-top: 3%;}
				.home_news .layout .item .more i{width: 33px;height: 12px;}
			}
			
			#top{display: block;position: fixed;top: 50%;right: 5%;width: 40px;height: 40px;background: #155bb3;z-index: 10;visibility: hidden;opacity: 0;transition: all .5s;transform: translateY(80px);}
			#top i{display: block;width: 100%;height: 100%;text-align: center;line-height: 40px;cursor: pointer;}
			@media only screen and (max-width:480px){
				#top{top: 90%;}
			}
			
			
			/* foot */
			.foot {padding: 2.5% 0 2.3%;background: #252525;color: #fff;font-size: 14px;}
			.foot .wrap{padding: 0 4%;box-sizing: border-box;}
			.foot .layout{box-sizing: border-box;transition: all .3s;}
			.foot .layout .lf_nav{width: 50.5%;display: flex;flex-wrap: nowrap;justify-content: space-between;transition: all .3s;}
			.foot .layout .lf_nav .nav_list{padding-right: 1%;width:calc(100% / 6);width: -webkit-calc(90% / 6);box-sizing: border-box;}
			.foot .layout .lf_nav .nav_list:nth-last-child(1){padding-right: 0%;width: auto;}
			.foot .layout .lf_nav .nav_list ul li.tit{margin-bottom: 26px;font-weight: bold;}
			.foot .layout .lf_nav .nav_list ul li{margin-bottom: 20px;}
			.foot .layout .lf_nav .nav_list ul li:nth-last-child(1){margin-bottom: 0;}
			.foot .layout .mid_part{width: 271px;transition: all .3s;}
			.foot .layout .mid_part .tel{font-size: 22px;padding-left: 38px;background: url(../images/icon_ftel.png)no-repeat left center;}
			.foot .layout .mid_part .line{margin: 14px 0 16px;width: 100%;height: 1px;background: #3b3b3b;}
			.foot .layout .mid_part ul li{padding-left: 33px;margin-bottom: 9px;line-height: 24px;}
			.foot .layout .mid_part ul li:nth-last-child(1){margin-bottom: 0;}
			.foot .layout .mid_part ul li.email{background-image:url(../images/icon_ftemail.png);background-repeat: no-repeat;background-position: left top -2px;}
			.foot .layout .mid_part ul li.fax{background-image:url(../images/icon_ftfax.png);background-repeat: no-repeat;background-position: left top -2px;}
			.foot .layout .mid_part ul li.address{background-image:url(../images/icon_ftadd.png);background-repeat: no-repeat;background-position: left center -2px;}
			.foot .layout .rt_part{width: 18.5%;transition: all .3s;}
			.foot .layout .rt_part .ewm_layout .img{width: 120px;text-align: center;}
			.foot .layout .rt_part .ewm_layout .img span{display: inline-block;margin-top: 10px;}
			footer{padding: 15px 0;color: #fff;background: #1d1d1d;font-size: 14px;}
			footer .wrap{padding: 0 4%;box-sizing: border-box;}
			footer .layout{box-sizing: border-box;}
			footer span,foot a{display: inline-block;}
			@media only screen and (max-width:1500px){
				.foot .layout,footer .layout{padding: 0;}
			}
			@media only screen and (max-width:990px){
				.foot{padding: 30px 0;}
				.foot .layout .lf_nav{margin-bottom: 30px;width: 100%;}
				.foot .layout .lf_nav .nav_list ul li.tit{display: block;position: relative;}
				.foot .layout .lf_nav .nav_list ul li.tit:after{content: "";position: absolute;top: 130%;left: 0;width:25px;height: 1px;background: #fff;transition: all .3s ease-out;}
				.foot .layout .lf_nav .nav_list ul li.tit:hover:after{width: 40px;}
				.foot .layout .lf_nav .nav_list ul li{display: none;}
				.foot .layout .mid_part{margin-bottom: 30px;}
				.foot .layout .rt_part{width: 266px;}
			}
			@media only screen and (max-width:480px){
				.foot .layout .lf_nav{display: none;}
				.foot .layout .mid_part{width: 100%;}
				.foot .layout .mid_part .tel{font-size: 20px;}
				.foot .layout .rt_part{width: 100%;}
				.foot .layout .rt_part .ewm_layout{justify-content: space-evenly;}
				.foot .layout .rt_part .ewm_layout .img{width: 90px;}
				.foot .layout .rt_part .ewm_layout .img:nth-child(2){display: none;}
				footer .wrap{text-align: center;}
				footer .wrap span:nth-child(1),footer .wrap span:nth-child(2){display: none;}
				footer .wrap .tag{width: 100%;}
			}
			
			/* mobile */
			@media only screen and (max-width:480px){
				.home_advantage .class_list .wrap,.home_profile .pf_wrap,.home_product .wrap,.home_case .wrap,.home_news .wrap,.foot .wrap,footer .wrap{padding: 0 3%;}
				.home_profile .more span,.right .more span{padding: 7px 0 7px 20px;width: 110px;font-size: 14px;}
				.home_profile .more span .item_more,.right .more span .item_more{width: 24px;height: 24px;background-size: 12px;}
				.home_profile .more span:hover,.right .more span:hover{padding: 7px 0 7px 30px;}
				.home_profile .more span:hover .item_more,.right .more span:hover .item_more{animation: roll2 0.5s 0s 1 ease;animation-fill-mode:forwards;}
				
			}