﻿@charset "utf-8";
/*==============================common==================================*/
*{margin:0; padding:0;box-sizing: border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {  margin: 0;  padding: 0;  }
h3{font-weight:normal}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;background: #fff}
ul,ol {list-style:outside none none;}
dl { padding:0; margin:0;}
dd { margin:0;}
a {text-decoration: none; color:#333;}
/*限制文字,文字超出显示冒号*/
.text-cut{overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}

/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;padding: 0.2rem 0;}
.wengzhengfanye .wengzhengfanyeA { line-height:1.8;}
.wengzhengfanye .wengzhengfanyeB { line-height:1.8;}
.wengzhengfanye span { color:#333;}
.wengzhengfanye a { text-decoration:none; }

/* 文章类别上下页 */
.page { overflow:hidden;padding: 0.4rem 0}
.pagelink { text-align:center;}
.pagelink span,.pagelink a { display:inline-block;text-align:center;padding:3px 8px;border:solid 1px #ccc; color:#666; margin:0 2px;}
.pagelink a:hover,.pagelink a.on { background:#0189dd; color:#fff; border:solid 1px #0189dd;}
.pagelink span{display:inline-block; color:#fff; background:#0189dd;border:solid 1px #0189dd;padding:3px 8px;}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;overflow: hidden;font-size: 0.26rem}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem;border-bottom: 1px solid rgba(255,255,255,.1);}
.logo img{width: 1rem}
.menu-button {width:25px;height:15px;cursor:pointer; top: 0.3rem;position: absolute;right: 0.2rem;}
.menu-button:before { content:""; position:absolute; border-bottom:9px double #0189dd; border-top:3px solid #0189dd; width:25px; height:3px;}
.logo a img:nth-child(2){display: none}
.top.on{background: #fff;box-shadow: 0 0 10px #ccc}
.top.on .nav li a{color: #333}
.top.on .logo a img:nth-child(1){display: none}
.top.on .logo a img:nth-child(2){display: block}


/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; display:none;}
.maskbg {background:#333; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#fff; font-size:26px; position:absolute; top:0; right:13px;z-index: 2}
.top_fd ul{overflow:hidden; background:#333; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #fff;overflow: hidden}
.top_fd ul li a{color:#fff; height:40px; line-height:40px; font-size:14px; padding-left:30px;float: left}
.submenu-toggle{cursor:pointer;line-height:40px;color:#fff; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#fff; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:35px; line-height:35px; padding-left:40px;color: #1f1d1c;width: 100%}

/*banner图片切换样式*/
.banner{ position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 3.5rem;color: #fff;display:flex;justify-content:center;align-items:center;}
.banner .swiper-pagination{ position: absolute; bottom:0.3rem!important; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet {width:25px;height:3px;margin:0 4px!important;cursor: pointer;background-color:rgba(255,255,255,0.5);border-radius: inherit;position: relative}
.banner .swiper-pagination-bullet-active{background: #fff}

.oneA{box-shadow: 0 0 10px #ccc;overflow: hidden;padding: 0.4rem 0}
.oneA ul{display: flex;justify-content: space-between;}
.oneA ul li{width: 25%;text-align: center;}
.oneA ul li h2{font-size: 0.4rem;color: #0189dd;line-height: 24px;display: inline-block;font-family: Arial;font-weight: normal}
.oneA ul li i{color: #0189dd;text-align: right;display: inline-block;font-style: normal;vertical-align: top;}
.oneA ul li p {color: #666;font-family: 'Rubik', sans-serif;line-height: 24px;font-size: 12px;}

.oneB{margin-top: 0.8rem;}
.oneBa{overflow: hidden}
.oneBl{width: 100%}
.oneBl img{max-width: 100%}
.oneBr{width: 100%;margin-top: 0.4rem}
.oneBr h5{color: #666;font-weight: normal}
.oneBr h2{font-size: 0.3rem;line-height: 1.8}
.oneBr .text{line-height: 2;color: #666;margin-top: 0.2rem}
.oneBr .more_a{color: #0189dd;}

.oneBb{margin-top: 0.4rem}
.oneBb ul{display: flex;justify-content: space-between}
.oneBb ul li{width: 32%;line-height: 0.6rem;border-radius: 5px;border: 1px solid #eeeeee;text-align: center;}
.oneBb ul li:hover {background: #0189dd;border-color: #0189dd;color: white;box-shadow: 0 10px 20px rgba(1,137,221,.35);}
.oneBb ul li:hover a{color: #fff}

.title{text-align: center;margin-top: 0.4rem}
.title h2{font-size: 0.3rem;color: #0189dd}
.title p{color: #666;margin-top: 0.1rem;font-size: 12px}

.oneC .hd{margin-top: 0.4rem}
.oneC .hd ul{display: flex;justify-content: space-between}
.oneC .hd li{width: 32%;line-height: 0.55rem;border-radius: 3px;text-align: center;background: #0189dd;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.oneC .hd li a{color: #fff}
.oneC .hd li:hover{background: #2E9B2A}

.oneC .bd{position: relative;overflow: hidden;padding-bottom: 0.5rem}
.oneC .bd ul li{margin: 0.4rem 40px 0 0;background: #f6f6f6;transition: all 0.5s ease;float: left}
.oneC .bd ul li dd{width: 100%;height: 3.3rem;overflow: hidden;border: 5px solid #f6f6f6;transition: all 0.5s ease;}
.oneC .bd ul li dd img{width: 100%;}
.oneC .bd ul li dl{padding: 0.1rem 0.2rem 0.2rem;display: flex;justify-content: space-between;transition: all 0.5s ease}
.oneC .bd ul li dl h3{font-size: 0.26rem;font-weight: normal}
.oneC .swiper-pagination{ position: absolute; bottom:0!important; width:100%; z-index:100; text-align: center;}
.oneC .swiper-pagination-bullet {width:8px;height:8px;margin:0 2px!important;cursor: pointer;background-color:#dddcdc;position: relative;border-radius: 100%}
.oneC .swiper-pagination-bullet-active{background: #5bb1e6}

.oneC_more{text-align: center;position: relative;margin-top: 0.4rem}
.oneC_more a{display: inline-block;width: 2rem;line-height: 0.55rem;border: 1px solid #cccccc;background: #fff;z-index: 1}
.oneC_more:before{content: '';position: absolute;width: 50%;height: 1px;background: #cccccc;left: 0;top: 24px;z-index: -1}
.oneC_more:after{content: '';position: absolute;width: 50%;height: 1px;background: #cccccc;right: 0;top: 24px;z-index: -1}

.oneD{margin-top: 0.4rem;}
.oneDa{display: flex;justify-content: space-between;align-items: center}

.oneDa .hd{width: 100%}
.oneDa .hd ul{display: flex;justify-content: center}
.oneDa .hd ul li{border: 1px solid #b9b9b9;border-radius: 5px;line-height: 0.6rem;padding: 0 0.2rem;margin:0 0.2rem;transition: all 0.3s ease}

.oneDb{margin-top: 0.4rem;position: relative;height: 6.5rem;overflow: hidden}
.oneDb .hd{position: absolute;top: 0;width: 45%;height:100%;left: 0;background: rgba(1,137,221,0.95);padding: 0.2rem 0.1rem;z-index: 2}
.oneDb .hd ul{}
.oneDb .hd ul li{height: 0.5rem;line-height:0.5rem;margin-top: 5px;position: relative;padding-left: 0.1rem}
.oneDb .hd ul li a{color: #fff;position: relative;z-index: 2;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block}
.oneDb .hd ul li:before{content: '';width: 130%;height: 0.5rem;background: url("../img/odli.png") no-repeat right;position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
.oneDb .hd ul li.on:before{opacity: 1}
.oneDb .bd{position: absolute;top: 0;left: 0;z-index: 1;height: 6.5rem;}
.oneDb .bd ul li img{height: 6.5rem;}

.oneD_more{text-align: center;margin-top: 0.3rem}
.oneD_more a{color: #fff;}


.oneE{background: #f5f7fa;margin-top: 0.5rem;padding-bottom: 0.5rem}
.oneE ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.oneE ul li{width: 48.5%;margin-top: 0.4rem}
.oneE ul li h3{font-size: 0.26rem;color: #0189dd;font-weight: normal}
.oneE ul li p{margin-top: 0.2rem;font-size: 12px;color: #888;line-height: 1.8;min-height: 1.5rem}
.oneE ul li dd{border-radius: 5px;overflow: hidden;margin-top: 0.4rem;}
.oneE ul li dd img{max-width: 100%;transition: all 0.5s ease}
.oneE ul li:hover dd img{transition: all 0.5s ease;transform: scale(1.1)}


.oneF{overflow: hidden;padding-bottom: 0.4rem}
.oneF .hd{margin-top: 0.4rem}
.oneF .hd ul{display: flex;justify-content: center}
.oneF .hd ul li{width: 2.3rem;line-height: 0.6rem;text-align: center;background: #f4f6f8;margin: 0 0.2rem}
.oneF .hd ul li.on{background: #0189dd;}
.oneF .hd ul li.on a{color: #fff}

.oneF .bd{margin-top: 0.5rem}
.oneF .hds{}
.oneF .hdsl ul li{width: 100%;}
.oneF .hdsl ul li dd{width: 100%;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center}
.oneF .hdsl ul li dd img{max-width: 100%;transition: all 0.5s ease}
.oneF .hdsl ul li dl h3{font-size: 0.28rem;font-weight: normal;margin-top: 0.2rem}
.oneF .hdsl ul li dl p{color: #999;margin-top: 0.2rem}
.oneF .hdsl ul li dl span{color: #2a3879;display: inline-block;margin-top: 0.2rem}

.oneF .hdsr{margin-top: 0.4rem}
.oneF .hdsr ul li{border-bottom: 1px solid #e5e5e5;padding-bottom:0.2rem;overflow: hidden;margin-bottom: 0.2rem}
.oneF .hdsr ul li dd{width: 70px;height: 70px;background: #f4f6f8;text-align: center;font-size: 12px;line-height: 1.6}
.oneF .hdsr ul li dd p{font-size: 0.4rem;line-height: 30px;padding: 0.15rem 0 5px;}
.oneF .hdsr ul li dd span{color: #555}
.oneF .hdsr ul li dl{width: 75%;margin-left: 0.2rem}
.oneF .hdsr ul li dl h3{font-size: 0.28rem;font-weight: normal}
.oneF .hdsr ul li dl p{color: #666;margin-top: 0.1rem;}
.oneF .hdsr ul li:last-child{border: none}


.foot{padding:0.2rem;font-size:12px;line-height: 2;background: #000;color: #fff;}
.foot a{color: #fff!important;}
footer{width:100%; position:fixed; bottom:0;z-index: 9999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#0189dd; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#fff; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

/*=======================================关于我们============================================*/
.ny_ban{overflow: hidden;height: 2.4rem;display:flex;justify-content:center;align-items:center;position: relative}
.ny_ban dl{color: #fff;position: relative;z-index: 2;width: 100%}
.ny_ban dl h2{font-size: 0.3rem;}
.ny_ban dl p{text-transform: uppercase;font-weight: bold}

.nav_box{}
.nav_box h5{line-height:0.7rem;padding-left:0.2rem;color:#fff;font-size:0.3rem;font-weight: normal;background:url("../img/xl.png") no-repeat 98% #0189dd;}
.nav_box .nav1{display: none}
.nav_box .nav1 ul{border: 1px solid #e5e5e5;}
.nav_box .nav1 ul li{border-bottom: 1px solid #e5e5e5;line-height: 35px;overflow: hidden;padding: 0 0.2rem}
.nav_box .nav1 ul li:last-child{border-bottom: none}
.nav_box .nav1 ul li.active a{color: #0189dd}
.nav_box .nav1 ul li .submenu{float: right;font-size: 20px;}
/*.nav_box .nav1 ul li .sub-menu{display: none}*/
.nav_box .nav1 ul li .sub-menu a{width: 50%;color: #666;display: inline-block;font-size: 12px;line-height: 30px}
.nav_box .nav1 ul li .sub-menu a.active{color: #0189dd}

.ny_title2{text-align: center;margin-top: 0.4rem}
.ny_title2 h2{font-size: 0.3rem;}
.ny_title2 p{margin-top: 0.2rem}

.about{line-height: 2;margin-top: 0.3rem;}
.about img{max-width: 100%}

.one{line-height: 2;min-height: 3rem;margin-top: 0.4rem}
.one img{line-height: 2;}

.aboutB ul{display: flex;flex-wrap:wrap;margin-top: 0.6rem}
.aboutB ul li{width: 50%;text-align: center;border-right: 1px solid #e9e9e9}
.aboutB ul li:nth-child(1),.aboutB ul li:nth-child(3){border-left: 1px solid #e9e9e9}
.aboutB ul li h2{font-size: 0.45rem;color: #0189dd;display: inline-block;font-family: Impact;}
.aboutB ul li i{font-size: 0.26rem;color: #0189dd;text-align: right;display: inline-block;font-style: normal;}
.aboutB ul li p {color: #333;font-family: 'Rubik', sans-serif;line-height: 36px;}

.aboutC{background: url("../img/aboutc.png") fixed no-repeat center;padding-bottom: 0.6rem;margin-top: 0.5rem;overflow: hidden}
.aboutC .ny_title2 h2{color: #fff}
.aboutC .ny_title2 p{color: #fff}

.aboutCs{overflow: hidden;position: relative;margin-top: 0.5rem;}
.aboutCs ul{}
.aboutCs ul li{background: #F6F6F6;padding: 0.2rem;text-align: center;float: left}
.aboutCs ul li dd{height: 2.4rem;overflow: hidden}
.aboutCs ul li dd img{max-width: 100%;transition: all 0.5s ease;}
.aboutCs ul li p{margin-top: 0.2rem}
.aboutCs ul li:hover dd img{transform: scale(1.1);transition: all 0.5s ease;}
.aboutCs ul li:hover p{color: #0189dd}
.aboutC_more{text-align: center;margin-top: 0.6rem}
.aboutC_more a{display: inline-block;text-align: center;line-height: 0.65rem;border: 1px solid #fff;width: 35%;color: #fff}
.aboutC_more a:hover{background: #0189dd;color: #fff;border-color: #0189dd}
.aboutCs .swiper-button-prev{background: url("../img/aboutl.png") no-repeat center;outline: none}
.aboutCs .swiper-button-next{background: url("../img/aboutr.png") no-repeat center;outline: none}

.aboutD{}
.aboutD ul{}
.aboutD ul li{background: #E7EAEE;width: 100%;margin-top: 0.4rem}
.aboutD ul li dd img{width: 100%}
.aboutD ul li dl{text-align: center;padding: 30px 0}
.aboutD ul li dl h3{margin-bottom: 10px}
.aboutD ul li dl p{line-height: 1.8}
.aboutD ul li:hover{background: #0189dd;transition: all 0.5s ease}
.aboutD ul li:hover dl{color: #fff}

.footline{height: 0.5rem;overflow: hidden}

.news{background: #f2f2f2;overflow: hidden;padding: 0.2rem 0 0.6rem;}
.news ul li{width: 100%;margin: 0.3rem 0 0 0;background: #fff;transition: all 0.5s ease}
.news ul li dd{width: 100%;overflow: hidden}
.news ul li dd img{max-width: 100%;transition: all 0.5s ease}
.news ul li dl{padding: 0.2rem}
.news ul li dl h3{font-size: 0.26rem;font-weight: normal;margin-bottom: 0.1rem}
.news ul li dl span{color: #666;font-size: 12px}
.news ul li dl p{line-height: 1.8;margin: 0.2rem 0;}
.news ul li dl label{display: inline-block;border: 1px solid #e5e5e5;padding: 0.1rem 0.3rem;border-radius: 50px;margin-top:0.2rem;font-size: 12px}

.contactA{overflow: initial}
.contactA ul{}
.contactA ul li{box-shadow: 0 0 0.2rem rgba(1, 137, 221, 0.2);margin-top: 1.5rem;width: 48.5%;float: left}
.contactA ul li dd{width: 94px;height: 94px;border-radius: 100%;transform: translateY(-50%);margin-bottom: -35px}
.contactA ul li dd img{max-width: 100%}
.contactA ul li dl{padding: 0 10px}
.contactA ul li h3{font-size: 0.32rem;display: flex;align-items: flex-end}
.contactA ul li h3 span{font-size: 0.26rem;color: #0189dd;display: inline-block;margin-left: 8px}
.contactA ul li .text{margin-top: 0.2rem;font-size: 12px;line-height: 1.8}
.contactA ul li .text p{}
.contactA ul li .txt{background: #0189dd;padding: 0.1rem;color: #fff;margin: 0.2rem 0;min-height: 68px;line-height: 24px}
.contactA ul li:nth-child(2n){float: right}


.contactB{margin-top: 0.4rem;overflow: initial}
.contactB ul{display: flex;flex-wrap: wrap}
.contactB ul li{box-shadow: 0 0 0.2rem rgba(1, 137, 221, 0.2);width: 100%;margin: 0.4rem 0 0 0}
.contactB ul li h3{line-height: 0.7rem;color: #fff;background: #0189dd;padding: 0 15px}
.contactB ul li dl{line-height: 2;padding: 0.2rem}


#dituContent{height: 250px;margin-top: 0.4rem}

.nytitle{margin-top: 0.4rem;text-align: center}
.nytitle h2{font-size: 0.3rem}

.contactAl{padding: 0.2rem}
.contactAl ul{padding: 0.2rem 0}
.contactAl ul li{padding:0.2rem 0;display: flex;border-bottom: 1px solid #ededee;line-height: 2}
.contactAl ul li p{color: #333}
.contactAl ul li span{color: #666;}
.contactAl ul li dd{width: 30px;margin-right: 20px}
.contactAl ul li dd img{max-width: 100%}
.contactAl ul li:last-child{border-bottom: none}

.contactAr{width: 100%;background: #F9F9F9;padding: 0.2rem 0.2rem 0.6rem}
input,textarea{border: none;outline: none;background: none}
.message{overflow: hidden}
.message dl{display: flex;justify-content: space-between;margin-top: 20px}
.message input{width: 100%;line-height: 44px;padding: 0 15px;background:rgba(204, 204, 204, 0.15);color: #333}
.message textarea{width: 100%;min-height: 1.5rem;padding: 15px;font-family: "微软雅黑";background:rgba(204, 204, 204, 0.15);color: #333}
.message a{display:block;line-height: 44px;background: linear-gradient(to right, #0189dd, #07CD69);color: #fff;width: 100%;outline: none;border: none;
	text-align: center;margin-top: 20px}
.message a:hover{background: #0189dd}


.factory{overflow: hidden}
.factory ul li{background: #F6F6F6;padding: 0.2rem;text-align: center;float: left;width: 48.5%;margin-top: 0.4rem}
.factory ul li dd{height: 2.3rem;overflow: hidden}
.factory ul li dd img{max-width: 100%;transition: all 0.5s ease;}
.factory ul li p{margin-top: 0.2rem}
.factory ul li:hover dd img{transform: scale(1.1);transition: all 0.5s ease;}
.factory ul li:hover p{color: #0189dd}
.factory ul li:nth-child(2n){float: right}

.honors{overflow: hidden;}
.honors ul li{margin-top: 0.4rem;width: 48.5%;text-align: center;float: left;transition: all 0.5s ease}
.honors ul li dd{overflow: hidden;border: 1px solid #F6F6F6;}
.honors ul li dd img{max-width: 100%}
.honors ul li p{padding-top: 0.2rem;color: #666}
.honors ul li:hover{background-image: linear-gradient(to top, #0189dd, #353BFF);transition: all 0.5s ease}
.honors ul li:hover p{color: #fff}
.honors ul li:nth-child(2n){float: right}

.product{}
.product ul{}
.product ul li{margin-top: 0.4rem;transition: all 0.5s;padding:0.3rem;border: 1px solid rgba(0,0,0,.1)/*box-shadow: 0 0 20px rgba(0,0,0,.2);*/}
.product ul li dd{background: #fff;position: relative;overflow: hidden}
.product ul li dd img{max-width: 100%;transition: all 0.5s;}
.product ul li h3{font-size: 0.26rem;font-weight: normal;text-align: center;margin-top: 0.3rem}

.solution{overflow: hidden;margin-top: 0.2rem}
.solution ul li{width: 48.5%;margin: 0.2rem 0 0 0;float: left}
.solution ul li dd{width: 100%;overflow: hidden}
.solution ul li dd img{max-width: 100%;transition: all 0.5s ease}
.solution ul li p{padding: 0.1rem;background: #fff;}
.solution ul li:nth-child(2n){float: right}

.case{overflow: hidden;margin-top: 0.2rem}
.case ul li{width: 100%;margin: 0.4rem 0 0 0;}
.case ul li dd{width: 100%;overflow: hidden;border-radius: 8px;}
.case ul li dd img{max-width: 100%;transition: all 0.5s ease}
.case ul li p{font-family: Impact;font-size: 30px;line-height: 30px;margin-top: 27px}
.case ul li h3{font-size: 0.26rem;line-height: 24px;color: rgba(32,36,37,0.60);
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-weight: normal;margin-top: 10px;}

.case ul li:hover dd img{transform: scale(1.1);transition: all 0.5s ease;}
.case ul li:hover h3{color: #0189dd}

/*=======================================详情页============================================*/
.content{background: #fff;margin-top: 0.4rem}
.con{padding: 0 0.2rem 0.2rem;background: #fff;}
.con h1{font-size:0.32rem;text-align: center;}
.info_laiyuan{color: #999;text-align: center;line-height:30px;margin: 0.2rem 0 0;font-size: 12px}
.cont{padding:0.2rem 0;line-height:2;min-height: 300px;}
.cont img{max-width:100%;}
.con_img{text-align: center;margin-top: 0.3rem;padding-bottom: 0.3rem}
.con_img img{max-width:100%;}

/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/
