@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:#325EED; margin:1rem  auto 1.8rem;}

.hxjs_item_des{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{}


.yq_con{ width:100%; overflow:hidden; margin:1rem  auto 1.8rem;}

.yq_conlf{ width:20.8333rem; float:left;}

.yq_conlf_ietm{width:20.9rem; height:6.1458rem;background:#F0F3FE;border-radius:0.5208rem; padding:0.5rem 0.4rem 0 0.4rem; margin-top:0.8rem;}
.yq_conlf_ietm h4{ font-size:1.1458rem; font-weight:bold; text-align:center; color: #325EED;}
.yq_conlf_ietm p{font-size: 0.8333rem;color:#323232;line-height:1.3541rem;  margin-top:0.3rem; }

.yq_conrt{ width:40.9375rem; float:right;margin-top:0.8rem;}
.yq_conrt img{width:40.9375rem; height:19.5833rem; }












