@charset "utf-8";
/* CSS Document */
html{font-size:62.5%;}
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote,   /* structural elements*/dl, dt, dd, ul, ol, li, /* list elements*/pre, /* text formatting elements*/
form, fieldset, legend, button, input, textarea, /* form elements*/
th, td, /* table elements*/
body,button, input, select, textarea {list-style:none;font-family: "微软雅黑",tahoma, Srial, helvetica, sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;} /*/去掉苹果默认按钮样式/*/
textarea { -webkit-appearance: none;}
em{font-style:normal;}
a{text-decoration: none;}
a:hover {text-decoration:none;}
a:focus{outline:none;}
/*input, img{vertical-align:middle;}*/
*{margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
img{max-width:100%;}
/*隐藏统计代码提示文案*/
a[title*="站长统计"]{display:none;}

.hy_clear:after{ display: table; content: ''; }
.hy_clear:after { clear: both; overflow: hidden; }
.hy_clear { zoom: 1; }
.hy_ThisClear{clear:both;}

/*/对于1rem=12px的浏览器下最大宽度原=640的图片改为width:100%/*/
.hy_bannerULbox li img,.hy_modZjBox_imgBox img,.hy_modZjBox_imgBox img,.hy_footer img{width:100%;}


/*/摇一摇打电话/*/
.shake_Linzi{transform:scale(1.5);bottom:18rem !important;left:4rem !important;/*缩放后宽=原宽/缩放倍数+10；10为默认设置的距离，不要也可以*/}

/*框架*/
.box_first{width:100%;max-width:75rem;height:auto;margin:0 auto;}
.box_W100{width:100%;}

.swiper_QianRu{overflow:hidden;}


@media screen and (max-width: 640px) {html{font-size:53.33%;}}
@media screen and (max-width: 414px) {html{font-size:34.5%;}}
@media screen and (max-width: 384px) {html{font-size:32%;}}
@media screen and (max-width: 375px) {html{font-size:31.25%;}}
@media screen and (max-width: 320px) {html{font-size:26.66%;}}