@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden;  padding-bottom:1.1rem; padding-top: 1rem; font-size: .24rem; }
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .25rem;}
.clr{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float:left}
.r{float:right}




/*头部*/
.index_header{width:100%; height: auto; z-index:999;  position:fixed; top:0; left:0; background: #fff}
.header{width:100%; clear:both; height:1rem;  padding:0 3%}
.logo{float:left; width:AUTO; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{width:1rem; max-height: 100%}
.menu{float:right; height:100%; width:1rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: .55rem; align-items: center; margin: 0px auto;}
.xymob-menu{width:100%; height: 100vh; position: absolute; right:0; left:0; background: #fff; display: none; padding: 0 5%;  z-index: 9999;  }
.xymob-menu .xymob-menu-box{height: 100vh; overflow: auto; padding-bottom: 80px; }
.xymob-nav > li { border-bottom: 1px solid #d0d0d0; position: relative;}
.xymob-nav > li > a { display: block; line-height: 50px; font-size: 16px; color: #333;}
.xymob-nav .xymob-menu-jt { position: absolute; width: 20%; height: 50px; line-height: 50px; right: 0; top: 0; text-align: center; z-index: 9;}
.xymob-nav .xymob-menu-jt .icon-font{display: block; width: 100%; height: 100%; background:url(../images/down.png) no-repeat center}
.xymob-nav .xymob-sub-menu{display: none;}
.xymob-nav .xymob-sub-menu > li{border-top: 1px solid #d0d0d0; position: relative;}
.xymob-nav .xymob-sub-menu > li > a {display: block; font-size: 14px; color: #333; line-height:40px; text-indent: .2rem;}
.xymob-navbtn {float: right; width:.6rem; height:1rem; display: flex; align-items: center;}
.xymob-navbtn img{width:100%}
.banner video{width:100%}



/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden;  }
.banner .mySwiper{width:100%; }
.banner .swiper-slide{overflow: hidden;  display: flex;  flex-direction: column;}
.banner .swiper-slide a img.ban_pic{width:100%; display: block; height:auto;  }
.banner .swiper-pagination{bottom:5%; color:#fff; font-size: 16px;}
.banner .swiper-pagination-bullet{width:14px; height: 14px; background: #fff; }
.banner .swiper-pagination-bullet-active{opacity: 1; background: #0b3ac5}
.ban_info{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); z-index: 1; text-align: center}
.ban_info h4{color:#fff; font-size: .28rem; opacity: 0.5; letter-spacing: .15rem;}
.ban_info h5{color:#fff; font-size: .3rem; font-weight: 100; padding: 0 .4rem; line-height: .5rem}
.ban_info p{width:2.8rem; height:.8rem; background: #007fff; position: relative; margin:5% auto 0; text-align: center; line-height: .8rem; font-size: .26rem; color: #fff}
.ban_info p:after{content: ""; width: 100%; height: 100%; border: 1px solid rgba(255,255,255,0.5);   transform: scale(0.95, 0.85); position: absolute; top:-1px; left:0}
.ban_info img{margin:.3rem 0; width:4.56rem}
.banner video{width:100%; object-fit: cover; height:100%; display:block}
.slide-inner{width:100%}
.banner .swiper-wrapper{ display: flex; align-items:stretch}


/*联系我们*/
.index_service{width:100%; height:auto; overflow: hidden;  position: relative}

.index_service_left{width:100%; height: auto; overflow: hidden; background: url(../images/ab1.jpg) no-repeat center; background-size: cover; padding: 1.5rem 0 .8rem}
.index_service_left h4{color:#333333; font-size: .42rem; text-align: center}
.index_service_left h5{color:#007fff; font-size: .3rem;font-weight: 100; margin: .42rem 0 .2rem; text-align: center}
.fw_more{width:2.4rem; height: .8rem; border: 3px solid #007fff; line-height: .78rem; display: block; margin: .5rem auto; font-size: .26rem; color: #333333; padding:0 4%}
.fw_more span{float: right}
.index_service_dl{width:100%; height: auto; overflow: hidden; margin-top: .9rem;}
.index_service_dl dl{width:33.33%; height: auto; float: left; text-align: center; margin-bottom: .7rem;}
.index_service_dl dl dt{width:100%; height:.6rem; display: flex; align-items: center; margin-bottom: .2rem}
.index_service_dl dl dt img{max-width: 100%; max-height: 100%; align-items: center; margin: 0px auto;     -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_service_dl dl dd{color:#333333; font-size: .24rem; margin-top: .15rem; height:.6rem}
.fw_more:hover{background: #007fff; color:#fff}
.fw_more:hover span{color:#fff}
.index_service_dl dl:hover dt img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_service_zi{width:100%; height: auto; overflow: hidden}
.index_service_zi img{width:100%; display: block}


/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover; padding: 1.4rem 0 .8rem;}
.index_about_top{width:100%; height: auto; overflow: hidden; margin-bottom: 1rem;}
.index_about_left{width:100%; height: auto; overflow: hidden}
.index_about_left h4{color:#fff; font-size:.28rem; line-height: .5rem; margin-bottom: .5rem}
.index_about_left a{color:#fff; font-size: .26rem;}
.index_about_left a span{margin-left:.55rem;}
.index_about ul{width:100%; height: auto; overflow: hidden}
.index_about ul li{width:48.5%; height:2.7rem; border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.1); float: left;transition: all 0.4s ease-in-out;  text-align: center; display: flex; align-items: center; justify-content: center; margin-bottom: .2rem}
.index_about ul li:nth-child(2n){float: right}
.index_about ul li h4{color:#fff; font-size: .3rem; font-weight: bold; margin-bottom: .2rem;}
.index_about ul li p{color:#fff; font-size:.26rem; opacity: 0.5}
.index_video{width:1.5rem; height: auto; margin:.6rem auto .4rem;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;  transition: transform 0.5s ease-out;}
.index_video img{width:100%}
.index_video:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_about ul li:hover{background: rgba(255,255,255,1);}
.index_about ul li:hover h4{color:#007fff}
.index_about ul li:hover p{color:#007fff}



/*产品*/
.index_products{width:100%; height: auto; overflow: hidden; margin-top: .8rem; margin-bottom:1rem}
.index_products_top{width:100%; height: auto; overflow: hidden; text-align: center; padding: 0 .25rem}
.index_products_top h3{color:#333333; font-size: .5rem;}
.index_products_nav{width:auto; display: table; margin:25px auto;}
.index_products_nav a{width:49%; height:.7rem; line-height:.7rem; border:2px solid #007fff; padding: 0 5px; float: left; text-align: center; font-size: .26rem; 
	color: #333333; border-radius:30px;  text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin-bottom: .2rem; margin-right: 1%}
.index_products_nav a:nth-child(2n){margin-right: 0}
.index_products_nav a:hover{background: #007fff; color:#fff}
.index_products_li{width:100%; height: auto; overflow: hidden; margin-top: .3rem;}
.index_products_li .swiper-container{width:100%; height: auto; overflow: hidden; padding-bottom: .9rem}
.index_products_li .swiper-slide{transform: scale(0.8); width:70%}
.index_products_li .swiper-slide a{width:100%; height: auto; display: block}
.products_li_xx{width:100%; height: auto; overflow: hidden; text-align: center;}
.products_li_xx h3{color:#333333; font-size:.38rem;  margin:.2rem 0 .15rem}
.products_li_xx p{color:#555555; font-size: .26rem; line-height: .4rem; opacity: 0}
.products_li_img{width:100%; height: auto; border-radius: 50%; border: 1px solid #ddd; overflow: hidden}
.products_li_img img{width:100%; border-radius: 50%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_products_li .swiper-slide-active{transform: scale(1)}
.index_products_li .swiper-slide-active .products_li_img{ background: #e5f2ff; padding:.4rem;}
.index_products_li .swiper-slide-active .products_li_img img{border:1px solid #007fff}
.index_products_li .swiper-slide-active .products_li_xx p{opacity: 1}
.index_products_li .swiper-slide-active .products_li_xx h3{font-size: .34rem; font-weight: bold; color:#000;}
.index_products_li  .swiper-pagination-bullet{width:10px; height: 10px; background: #007fff}
.index_products_li .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:""}



/*领域*/
.index_lingyu{width:100%; height: auto; overflow: hidden}
.index_lingyu_bt{color:#333333; font-size: .5rem; text-align: center}
.index_lingyu_all{width:100%; height: auto; overflow: hidden; position: relative; margin-top: .5rem}
#tabs-container{width:100%; display: block}
.content-slide{width:100%; overflow: hidden}
.in_lingyu_pic{width:100%; overflow: hidden; height:4rem}
.in_lingyu_pic img{width:100%; display: block; height:100%}
.bd_li_hover{width:100%; height:auto; overflow: hidden; margin: .7rem 0 1.2rem; text-align: center}
.bd_li_hover a{width:100%; display:block; padding: 0 .6rem}
.bd_li_hover h4{color:#333333; font-size: .36rem; font-weight: bold; display: flex; align-items: center; justify-content: center;}
.bd_li_hover h4 img{margin-right:.2rem; width: .4rem}
.bd_li_hover h5{color:#007fff; font-size:.28rem; margin-top:.2rem;}
.bd_li{width:100%; height:100%; display:block}
.ly_bjs{width:100%; height:100%; display:block; object-fit: cover; object-position: center center;}
.lingyu_li_xx{width:100%; color: #333333; font-size: .26rem; line-height:.4rem; margin:.25rem 0 .4rem}
.ly_more{width:2.4rem; height:.8rem; border: 3px solid #007fff; line-height: .78rem; font-size: .26rem; color: #333333; text-align: center; margin: 0px auto}
.ly_more span{margin-left:.6rem;}
.ly_more:hover{background: #007fff; color:#fff}
.ly_more:hover span{color:#007fff; color:#fff}
.index_lingyu_all .swiper-button-next,.index_lingyu_all .swiper-button-prev{width:.6rem; height: .6rem; top: auto; margin-top: 0; bottom:4.5rem; z-index: 9}
.index_lingyu_all .swiper-button-next{background: url(../images/ly_right.png) no-repeat center; background-size: 100% 100%}
.index_lingyu_all .swiper-button-prev{background: url(../images/ly_left.png) no-repeat center; background-size: 100% 100%}
.tabs{width:70%; height:4rem; overflow: hidden; position:absolute; top: 0; left:0; background: url(../images/ly_yuan.png) no-repeat center;    
	background-size: 100% 170%; z-index: 9; padding:.2rem .3rem 0 .3rem}
.tabs a{color: #000000; font-size: .24rem;  width:100%; margin-bottom: .1rem; display:block }
.tabs a.active{color: #007fff; font-weight: bold;}


/*合作案例*/
.index_hzhb{width:100%; height: auto; overflow: hidden; background: url(../images/hzhb_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed; margin-bottom: .8rem; position: relative}
.index_hzhb_left{width:100%; height: auto; overflow: hidden; margin-top:1rem}
.index_hzhb_left h4{color:#fff; font-size: .4rem;}
.index_hzhb_left h5{color:#007fff; font-size:.4rem; margin-top: .4rem; margin-bottom:.2rem;}
.index_hzhb_left p{color:#fff; font-size:.27rem; opacity: 0.8; line-height: .5rem;}
.index_hzhb_left a{width:2.4rem; height: .8rem; border: 3px solid #fff; line-height: .76rem; display: block; margin-top: .5rem; font-size: .26rem; color: #fff; padding:0 4%}
.index_hzhb_left a span{float: right}
.index_hzhb_num{width:100%; height:auto; background: rgba(0,127,255,0.5); overflow: hidden; padding:.8rem 0 0; margin-top: .7rem}
.index_hzhb_num dl{width:50%; height: auto; float: left; text-align: center; position: relative; margin-bottom:.8rem}
.index_hzhb_num dl dt{font-size: .28rem; color: #fff}
.index_hzhb_num dl dt span{font-size: .5rem; font-weight: bold;}
.index_hzhb_num dl dd{color:#fff; font-size: .26rem;}
.index_hzhb_num dl:after{content: ""; width: 1px; height: 78px; position: absolute; top:50%; right:0; transform: translate(0,-50%); background: rgba(255,255,255,0.2)}
.index_hzhb_left a:hover{background:#fff; color: #0f87ff}
.index_hzhb_right{width:100%; margin-top: .8rem}
.index_hzhb_right h3{color:#fff; font-size: .27rem; border-bottom: 1px solid rgba(255,255,255,0.2); line-height: .8rem;}
.index_hzhb_right h3 em{ float:right; display:block; color: #fff; font-size:.28rem;  font-style: normal}
.index_hzhb_right h3.on em{}
.hzhb_right_info{display:none; width:100%; height: auto;font-size:.26rem; color: #fff; line-height: .4rem;  padding: .2rem}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: .4rem}
.news_title_b{width:100%; height: auto; overflow: hidden}
.news_title_b h4{color:#333333; font-size:.5rem; }
.news_title_b p{width:100%; color:#007fff;  font-size:.34rem; margin-top:.3rem; margin-bottom:.4rem;}
.index_news_one{width:100%; height: auto; border: 1px solid #e5e5e5; padding:.25rem 2.4% .4rem; margin-bottom:.2rem;}
.news_one_pic{width:100%; height: auto; overflow: hidden}
.news_one_pic img{width:100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.news_one_xx{width:100%; height: auto; overflow: hidden}
.news_one_xx h3{width:100%; color:#000000; font-size:.3rem; font-weight: bold; margin:.15rem 0; height: .5rem; line-height: .5rem; text-overflow: ellipsis; overflow: hidden; white-space:nowrap}
.news_one_xx p{width:100%; color:#777777; font-size: .26rem; line-height: .4rem; height: .8rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.news_one_xx span{color:#999999; font-size: .26rem; margin-top: .2rem; display: block}
.index_news_one:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_one:hover h3{color:#0f87ff}
.index_news ul{width:100%; height: auto; overflow: hidden; }
.index_news ul li{width:100%; height:auto; border: 1px solid #e5e5e5; padding:3.8% 2.4%; margin-bottom:.2rem;}
.index_news ul li h3{width:100%; color:#000000; font-size: .28rem; font-weight: bold;  height:.5rem; line-height:.5rem; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; margin-bottom: .2rem}
.index_news ul li p{width:100%; color:#777777; font-size:.24rem; line-height: .4rem; height: .8rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news ul li span{color:#999999; font-size: .24rem; margin-top: .2rem; display: block}
.index_news ul li:hover{border: 1px solid #0f87ff}
.index_news ul li:hover h3{color:#0f87ff}



.ny_banner,.ny_ban{width:100%; position: relative; height:2.6rem; }
.ny_banner img,.ny_ban img{width:100%; height:100%;object-fit: cover; object-position: center center;}
.ny_bans_title{width:100%; height: auto; overflow: hidden; text-align: center; position: absolute; top:50%; left:0; transform: translate(0,-50%);}
.ny_bans_title h4{font-size: .52rem; font-weight: bold; color:#fff}
.ny_bans_title hr{width:.9rem; height: .08rem; background: #0085ff; display: block; margin:.2rem auto; border: 0}

/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.4rem; padding:0px 2%; font-size:.23rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; background:#fff; margin:.1rem 0 }
.pos a{color:#313131; font-size:.23rem}
.pos span{color: #0085ff; font-size:.23rem}
.pos span.wei{color: #313131;}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.24rem}
.ny img,.index_abou_xx img{max-width:100%; display:block; height:auto!important}
.ny_about_info{width:100%; height: auto; display: block; overflow: hidden; margin: 8px auto; padding: 0px 15px}
.ny p,.ny span{color:#333333; font-size:.24rem!important; line-height:.45rem;}
 


 /*内页新闻*/
.news_x{width:100%;  margin-bottom:.15rem; clear:both;padding:0px .2rem; margin-top: .2rem;}
.news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
.news_x li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.27rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.22rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.8rem; line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.24rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}



/*内页荣誉资质*/
.honor_list{width:100%; padding:.2rem; clear:both;}
.honor_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.honor_list li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.honor_list li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.25rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem;}
.honor_list li:nth-child(2n){float:right}

.pic_list{width:100%; padding:.3rem .2rem; clear:both; overflow:hidden}
.pic_list a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.pic_list a img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
.pic_list a p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.25rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.pic_list a:nth-child(2n){float:right}

  


/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:50%; height:.7rem; line-height:.7rem; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#0085ff; color:#fff }
.pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
.about_ban{background: url(../images/about.jpg) no-repeat; background-size: 100% 100%; text-align: center }
.about_ban h3{ font-size: .3rem; font-weight: bold; color: #fff;}
.about_ban p{font-size: .16rem; color:#fff}
.index_plei{width:100%; height:auto; line-height:.7rem; background:#eee; overflow: hidden}
.index_plei a{ color:#333; font-size:.24rem; text-align:center; width:50%; height:.7rem; display:block; overflow:hidden; float:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.index_plei a.active{ background:#0085ff;color:#fff }
.ny_biaoti{width: 100%; font-size:.35rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.5rem}
.ny_time{width: 100%;  line-height: .6rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666; text-align: center; clear: both; font-size:.24rem;}
.keyword_light,.keyword_light p{font-size:.2rem; color:#333; line-height:.4rem}



/*联系我们*/
.ditu{width:100%;height:5rem;padding: 0px 15px}
.ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}




/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:1.1rem;width: 100%; background: #000000 }
footer ul{width:100%; height:100%;}
footer li{width:20%;height: 100%;float: left; border-left: 1px solid #fff;}
footer li a{display: block;width: 100%;height: 100%;text-align: center; box-sizing: border-box;color: #3c3c3c;  padding-top:.2rem }
footer span{line-height:.3rem; font-size: .2rem; width: 100%; display: block; color: #fff; margin-top: .1rem }
footer i{height:.4rem; display: block; margin:0 auto 0;  }
footer i img{height: 100%}
footer li a.active{border-bottom: 2px solid #0f87ff}
.copy {width: 100%;   line-height: .3rem; clear: both; font-size: .26rem; text-align: center; background: #f5f5f5; padding: .4rem 0}
.copy_info p{color:#000000;line-height:.4rem; font-size:.26rem; opacity: 0.7}
.copy_info a{color:#000000;line-height:.4rem; font-size:.26rem; }
.copy_zi{opacity: 0.7}
.f_top{width:.8rem; position:fixed; bottom:15%; right:0; z-index: 9}
.f_top img{width:100%; display: block}
.copy_dizhi{width:100%; height: auto; overflow: hidden}
.copy_dizhi p{color:#0f87ff; font-size: .27rem; line-height: .4rem; margin-bottom: .15rem}
.copy_info{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}


/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:96%; height:auto; position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





@media screen and (max-width:500px){
	html{font-size: 78.125px;}
}

@media screen and (max-width:425px){
	html{font-size: 66.4062px;}

}

@media screen and (max-width:414px){
	html{font-size: 64.6875px;}

}



@media screen and (max-width:375px){
	html{font-size: 58.5938px;}

}


@media screen and (max-width:360px){
	html{font-size: 57.0312px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 50px;}

}
