@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; box-sizing:border-box; font-weight: normal}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden; font-size:12px; padding-bottom:1.1rem;}
a{text-decoration:none; color:#333}

html{font-size:100px}
.container{width: 100%; padding: 0px .2rem; overflow: hidden}
.clear{clear: both}

@font-face {
    font-family: 'amrcanan';
    src: url('../font/AMRCANAN.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*导航*/

.index_header{width:100%; clear:both; height:1.1rem;  z-index:999; position: absolute; top:0; left:0  }
.logo{float:left; width:auto; height: 1.1rem; background: #6b3182 }
.logo a{width:100%; height:1.1rem;  display: flex; align-items: center; padding: 0 .26rem}
.logo img{align-items: center; margin: 0px auto; max-width: 100%; float: left; width:4rem}
.header{width:100%; clear:both; height:1.1rem;  background:rgba(0,0,0,0.75); position: relative}
.menu{float:right; height:100%; width:.47rem; margin-right:.3rem }
.menu a{width:100%; height: 100%;  display: flex; align-items: center;}
.menu img{height:auto; width:100%; align-items: center; margin: 0px auto;}



/*导航*/
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:9999; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background: #462753; left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:99999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:.42rem;padding: .08rem 0; text-indent:1em; color:#fff;  font-size:.22rem; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; font-size:.24rem;}
.menu_body{width:100%; min-width:150px; overflow:hidden;  display:none;}
.menu_body a{width:100%; display:block; line-height:.4rem; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; 
	font-size: .22rem}
.banner{width:100%;height:auto; position: relative; }
.banner img{width:100%; height: auto; display: block}
.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #6b3182; opacity: 1}
.swiper-pagination-bullet-active{background: #fff}

.b_shubiao{width:.31rem; height: auto; display: block; position: absolute; bottom:.4rem; left:50%; margin-left:-15.5px; z-index: 9; animation:mymove 5s infinite; }
.b_shubiao img{width:100%; height: auto; display: block}

@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat top center; padding: 1.64rem 0 .45rem; background-size: cover;}
.index_about_xx{width:100%; height: auto; overflow: hidden; text-align: center}
.index_about_xx img.ab1{width:1.76rem; display: block; margin: 0px auto;}
.index_about_xx img.ab2{width:3.76rem; display: block; margin: .3rem auto;}
.index_about_xx p{color:#fff; font-size: .28rem; opacity: 0.6; margin-top: .3rem}
.index_about_right{width:100%; height: auto; overflow: hidden; margin-top:2.5rem; margin-bottom: 1rem}
.index_about_right h3{color:#6b3182; font-size: .3rem;}
.index_about_right h5{color:#fff; font-size:.4rem; font-weight: bold; margin-top:.1rem;}
.in_about_xx{width:100%; height: auto; overflow: hidden; line-height:.44rem; font-size:.26rem; height:auto;  color:#bebebe; margin: .8rem 0; display: block}
.in_about_more{width:2.6rem; height:.7rem; background: #6b3182; border-radius: 35px; color:#fff; font-size:.24rem; display: block; text-align: center; 
	line-height:.7rem; margin-top:.4rem}
.section2_zi{width:100%; height: auto; color:#fff; font-size:.2rem; color: #e9e9e9; letter-spacing:.4rem; margin-top: .4rem; text-align: center}


/*弹出视频*/
.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;}



/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat; background-size: cover; padding: .93rem 0}

.index_pro_tt{width:auto; height: auto; overflow: hidden; }
.index_pro_tt h4{color:#6b3182; font-size: 24px;}
.index_pro_tt h5{color:#fff; font-size:38px; font-weight: bold; margin: 15px 0}
.indx_product_xx{width:100%; height: auto; margin-top:.5rem}
.indx_product_xx h4{color:#fff; font-size: .3rem; width: 100%; margin-bottom:.1rem}
.indx_product_xx p{width:100%; height: auto; overflow: hidden; color:#b8b8b8; font-size: .26rem; line-height:.4rem; overflow:hidden; margin: .4rem 0 }
.indx_product_xx span{background: #6b3182; border-radius: 35px; text-align: center; width:40%; height: .7rem; line-height: .7rem; font-size: .2rem;  color:#fff; display: block; margin-top:.2rem}
.index_product_pic{width:100%; height: auto;  display: flex; align-items: center; overflow: hidden}
.index_product_pic img{width:50%; align-items: center; margin: 0px auto;}


.pc-slide{width:100%; margin: 0 auto; position: relative}
.view{width:100%; height: auto; overflow: hidden}


.view .swiper-container{width: 100%;}
.pc-slide .arrow-left {
	background: url(../images/p_left.png) no-repeat; background-size:80%;
	position: absolute;
	left:30%;
	bottom:0;
	width: 1.07rem;
	height: 1.05rem;
	z-index: 10;
}

.pc-slide .arrow-right {
	background: url(../images/p_right.png) no-repeat; background-size:80%;
	position: absolute;
	right: 30%;
	bottom:0;
	width: 1.07rem;
	height: 1.05rem;
	z-index: 10;
}

.preview{width:100%; height: auto; overflow: hidden; margin-top: .7rem; position: relative; padding-bottom: 1.6rem}
.preview .swiper-container{width: 100%;height: auto;}
.in_pro_img{width:100%; height: auto; position: relative; background: #fff}
.in_pro_img img{width:52%; height: auto; display: block; margin: 0px auto;}
.in_pro_img:after{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,0,0,0.8)}
.preview .active-nav .in_pro_img:after {background: none}
.in_product_zi{width:100%; height: auto; overflow: hidden; margin-top: .6rem; text-align: center}
.in_product_zi h4{color:#fff; font-size: .2rem; letter-spacing:25px; line-height:.34rem}
.in_product_zi h5{color:#fff; font-size: .2rem; opacity: 0.6; text-transform: uppercase; margin-top:.2rem;}






/*新技术*/
.index_cxjs{width:100%; height: auto; overflow: hidden; background: url(../images/section4_bj.jpg) no-repeat center; padding:1.1rem 0 }
.index_cxjs ul{width:100%; height: auto; overflow: hidden; margin-top: .95rem; margin-bottom: 1.4rem}
.index_cxjs ul li{width:33.33%; height: auto; float: left;  margin-bottom: .4rem; text-align: center}
.index_cxjs ul li img{width:70%; height:auto; display: block; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; margin: 0px auto;}
.index_cxjs ul li:nth-child(3n){margin-right: 0}
.index_cxjs ul li p{color:#fff; font-size: .22rem; margin-top:.3rem;}
.index_cxjs ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.section4_zi{width:100%; height: auto; color:#fff; font-size:.2rem; color: #e9e9e9; letter-spacing:25px; margin-top: .4rem; text-align:center; line-height:.34rem}



/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; background:url(../images/youshi_bjs.jpg) no-repeat center; background-size: cover; padding:1.3rem 0 .7rem}
.section5_title{width:100%; height: auto; overflow: hidden; }
.section5_title h4{color:#6b3182; font-size: .24rem;}
.section5_title h3{color:#fff; font-size:.4rem; font-weight: bold; margin: .15rem 0 .3rem}
.section5_title h5{color:#cacaca; font-size: .26rem;}
.index_youshi .slideTxtBox{ width:100%; height: auto; overflow: hidden; margin-top: .88rem; background: #fff; position: relative; padding-top: 2.2rem}
.index_youshi .slideTxtBox .hd{width:100%; height: auto; overflow: hidden; padding:0 .6rem .3rem; margin-top: .4rem}
.index_youshi .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden; padding-bottom: 10px;}
.index_youshi .slideTxtBox .hd ul li{ float:left; width:32%; height: auto; margin-right: 1%; position: relative}
.index_youshi .slideTxtBox .hd ul li:last-child{margin-right: 0}
.index_youshi .slideTxtBox .hd ul li img{width:95%; height: auto; display: block; position: relative; z-index: 9}
.index_youshi .slideTxtBox .hd ul li:after{content: ""; width:94%; height:98%; background: #a48658; position: absolute; top:.1rem; left:.1rem; opacity: 0}
.index_youshi .slideTxtBox .hd ul li.on:after{opacity: 1}
.index_youshi .slideTxtBox .bd{width:100%; height: auto; overflow: hidden}
.bd_li_xx{width:42.5%; height: 400px; background: #fff; padding:0 .6rem; position: absolute; left:0; top:.3rem}
.bd_li_xx h3{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dcdcdc; padding-bottom:.2rem; font-size: .3rem; color: #333333}
.bd_li_xx p{width:100%; height: auto; overflow: hidden; color:#666666; font-size: .26rem; line-height: .34rem; height:1.02rem; margin-top: .2rem;}
.bd_li_pic{width:100%; height: auto; overflow: hidden}
.bd_li_pic img{width:100%; height: auto; display: block}
.youshi_more{width:40%; height: .66rem; display: block; background: #6b3182; border-radius: 35px; text-align: center; line-height: .66rem; color:#fff; font-size:.24rem; margin: .7rem auto 1rem;}
.bd_li{width:100%; height: auto; overflow: hidden;}
.bd_li_xx{width:100%; height: auto; overflow: hidden}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat center; padding:.8rem 0; background-size:cover; }
.section6_nav{width:100%; height: auto;  margin-top: .7rem; overflow: hidden; margin-bottom: .5rem; padding: 0 4%}
.section6_nav a{color:#fff; font-size: .24rem; float: left; height: .65rem; line-height: .65rem; width:46%; text-align: center; background: #6b3182; 
	border-radius: 35px;}
.section6_nav a:nth-child(2n){float: right}
.index_news_t{width:100%; height: auto; overflow: hidden}
.index_news_t dt{color:#6b3182; font-size: .3rem; line-height: .6rem; margin-bottom: .07rem}
.index_news_t dd{color:#ffffff; font-size: .4rem; font-weight: bold;}
.index_news_top{Width:100%; height: auto; overflow: hidden; margin-top: .8rem; position: relative}
.index_news_top img{width:100%; height: auto; display: block}
.index_news_info{width:100%; height: auto; overflow: hidden; background: rgba(255,255,255,0.83); padding:.3rem 6% .4rem; position: absolute; bottom:0; left:0}
.index_news_info h3{width:100%; height: .4rem; line-height: .4rem; color: #333333; font-size:.3rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_info span{color:#666666; font-size: .28rem; display: block; margin:.16rem 0 .14rem; font-family: "Arial"}
.index_news_info p{width:100%; height:1.2rem; overflow: hidden; line-height:.4rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;  color:#666666; font-size:.26rem; }
.section6_left{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.section6_left a{width:100%;height: auto; overflow: hidden; margin-bottom: .3rem; display: block; background: rgba(255,255,255,0.83); padding:.3rem 6% .4rem;}
.section6_left a h3{width:100%; height: .4rem; line-height: .4rem; color: #333333; font-size:.3rem; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.section6_left a span{color:#999999; font-size: .24rem; display: block; margin: .16rem 0 .14rem;; font-family: "Arial"}
.section6_left a p{width:100%; height:1.2rem; overflow: hidden; line-height:.4rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;  color:#666666; font-size:.26rem; }
.section6_zi{color:#e9e9e9; font-size:.2rem; text-align: center; letter-spacing:25px; margin-top: .4rem; text-align: center; line-height:.34rem }




/*联系*/
.index_contact{width:100%; height: auto; overflow: hidden; background: url(../images/contact_bjs.jpg) no-repeat center; padding: .8rem 0 1.18rem}
.index_contact_t{width:100%; height: auto; overflow: hidden; position: relative}
.index_contact_t h5{color:#6b3182; font-size: .3rem; font-weight: bold; margin-bottom: .15rem; }
.index_contact_t p{color:#fff; font-size: .4rem; font-weight: bold; }
.index_contact_p{width:100%; height: auto; overflow: hidden; margin-top: .6rem}
.index_contact_p p{width:100%; height:.55rem; border-bottom: 1px solid rgba(255,255,255,0.25); position: relative; margin-bottom: .5rem}
.index_contact_p p input[type="text"]{width:100%; height: 100%; border: 0; font-size: .26rem; color:#fff; background: none; padding: 0 2%; }
.in_tijiao{width:2.67rem; height: .77rem; background: #6b3182; text-align: center; line-height: .77rem; color: #fff; font-size: .26rem; border: 0; margin-top: 0.7rem}
.index_contact_p p input::-webkit-input-placeholder,.section7_right textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff; 
	opacity: 0.17;  
}  
.index_contact_p p input:-moz-placeholder,.section7_right textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;
   opacity:0.25;  
}  
.index_contact_p p input::-moz-placeholder,.section7_right textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity: 0.25;  
}  
.index_contact_p p input:-ms-input-placeholder,.section7_right textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff; 
opacity: 0.25;
}  




/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 666; height:1.1rem;width: 100%;background: #6b3182; padding: 0 2%}
footer ul{width:100%; height: 100%;}
footer li{width: 25%;height: 100%;float: left;  }
footer li img{width: 24px;height: 24px;display: block;margin: 0 auto}
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding-top:.2rem;color: #fff}
footer span{line-height:.3rem; font-size: .18rem; color: #fff; display: block; width: 100%;}
footer .n1{background: url(../images/f_1.png) no-repeat center;background-size:  100% 100%; width:.35rem;}
footer .n2{background: url(../images/f_2.png) no-repeat center;background-size:  100% 100%; width:.36rem;}
footer .n3{background: url(../images/f_3.png) no-repeat center;background-size:  100% 100%; width:.44rem;}
footer .n4{background: url(../images/f_4.png) no-repeat center;background-size:  100% 100%; width:.3rem;}
footer .n5{background: url(../images/f_5.png) no-repeat center;background-size:  100% 100%; width:.6rem;}
footer a.active{background: #fff;}
footer a.active span{color:#6b3182}
footer i{height:.35rem; display: block; margin: 2px auto .1rem;  }
footer li:last-child{border-right:0}
.copy {width: 100%; padding:.3rem 0; clear: both;  text-align: center; }
.copy h3{font-size: .2rem; color: #000000; text-align: center}
.copy h3 span{font-size: .3rem; color:#f0b459; font-weight: bold;}
.copy h4{font-size: .22rem; color:#000000; font-weight: bold;  margin-top: .2rem; margin-bottom: .1rem}
.copy_p p{color:#000000; font-size: .2rem;line-height:.36rem }
.copy_hz{width:auto; height: .44rem; line-height: .44rem; border-radius: 25px; background: #30373f; text-align: center; margin:.2rem auto; display: table; color:#fff; font-size: .2rem; padding: 0 .35rem}
.copy .copy_zi{ font-size: .24rem; color: #959595; height: .3rem; line-height: .45rem;}
.copy h5{width:100%; font-size: .24rem; color: #959595; line-height: .45rem;}






/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.55rem; padding:5px 2%; font-size:.2rem; clear:both;
   text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; font-size:.2rem}
.pos a{color:#313131; font-size:.2rem}
.pos span{color: #000; font-size:.2rem}
.pos span.wei{background: url(../images/sy.png) no-repeat left center; padding-left:.2rem; color: #313131; background-size:.2rem}
.ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.2rem}
.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_ban{width:100%; height:auto; overflow:hidden; margin-top:1.1rem}
.ny_ban img{width:100%; height:auto; display:block;}
.ny p,.ny span{color:#333333; font-size:.2rem!important; line-height:.4rem;}
 .ny video{width:100%; display:block; height:auto!important;}


 /*内页新闻*/
.news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; 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:.24rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_x li p{font-size:.2rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
.news_x li h4{font-weight:normal; color:#626262; height:.6rem; line-height:.3rem; overflow:hidden; margin-top: .1rem; font-size:.2rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}

/*内页荣誉资质*/
.honor_list{width:100%; padding:20px 10px; 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:.22rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
.honor_list li:nth-child(2n){float:right}


/*内页荣誉资质*/
.honor_list{width:100%; padding:.2rem; clear:both;}
.honor_list .fui-picturew{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.fui-picturew a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.fui-picturew img{width:100%;height: auto;display:block;}
.fui-picturew p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap}
.fui-picturew a:nth-child(2n){float:right}
.ny_product_pic{width:100%; height:1.8rem; overflow:hidden;  border:#ddd 1px solid; }


/*内页导航*/
.index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
.index_clei a{ color:#1b1b1b; font-size:.22rem; text-align:center; width:33.33%; height:.6rem; line-height:.6rem; display:block; overflow:hidden; float:left; }
.index_clei a:nth-child(4){ border-right:0px;}
.index_clei a.active{ background:#462753; 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; }
.index_plei a.active{ background:#462753;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: .5rem; 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}
.ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}




/*联系我们*/
.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}

  
  





@media screen and (max-width:500px){
	html{font-size: 66.6667px;}
}

@media screen and (max-width:425px){
	html{font-size: 56.6667px;}

}

@media screen and (max-width:414px){
	html{font-size: 55.2px;}

}



@media screen and (max-width:375px){
	html{font-size:50px;}

}


@media screen and (max-width:360px){
	html{font-size: 48px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 42.6667px;}
	.in_pro_nav a{width:100%; float: none; display: block; margin-bottom: .15rem}
}

