@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;border:0;}
html {font-size:100px;}
body {min-width:320px;font-size:0.16rem;line-height:1.5em;font-family:'Microsoft Yahei',simsun,simhei,Arial,'Heiti SC',sans-serif;color:#323232;background:#020d55 url("http://ats.taiwan.cn/other/2020/hxladsj/images/banner.png") center top no-repeat;background-size:auto 10.38rem;}
ul {list-style:none;}
h1 {line-height:1.5em;}
h2,h3 {font-size:16px;font-weight:normal;line-height:1.5em;}
a {display:block;text-decoration:none;color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;transition:color 0.3s ease 0s;}
img {display:block;-webkit-touch-callout:none;}

.wrap {width:1200px;margin:0 auto 40px;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
/*************************************************     依尺寸缩放     *************************************************/
@media screen and (max-width:1199px){
.wrap {width:auto;}
html {font-size:8.33vw;}
}
@media screen and (max-width:768px){
.wrap {margin:0 0.1rem 20px;}
html {font-size:13.02vw;}
}
@media screen and (max-width:319px){
html {font-size:41px;}
}
