@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:visited{ text-decoration:none;}
img{ border:0;}
ul,li{list-style:none;}

html {
  font-size: 19.2px;
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 13.66px;
  }
}

body {
  font-size: 0.8333rem; color:#222;
  font-family: Microsoft YaHei; background:#fff;

}


.banner {  width:100%;}
.banner img{width:100%; object-fit:cover;}



.main{width:62.5rem; margin:0 auto; overflow:hidden; padding:2.7rem 0 3.3854rem;}

.hxjs_item{ width:100%; overflow:hidden; margin-bottom:4rem;}
.hxjs_item h3{font-size:1.875rem; font-weight:bold; text-align:center;}
.line{ width:3.7rem; height:5px; background:#00C3CC; margin:1rem  auto 1.8rem;}

.hxjs_item p{font-size:0.9375rem; line-height:1.6666rem; text-indent:2em; margin:0 0 2.5rem 0;  color:#323232;}
.hxjs_item_ico{ text-align:center;}
.hxjs_item_ico img{}


















