@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: #F66322; 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{}


.tab_menu{ width:100%; height:3.4375rem; border-bottom:1px solid #DBDBDB;}
.tab_menu ul{ overflow:hidden;}
.tab_menu ul li{ float:left; font-size:1.0416rem; color: #222; margin:0 0px 0 0px; padding:0 2rem; line-height:3.35rem;  cursor:pointer;}
.tab_menu ul li.hover{ color:#F66322; border-bottom:2px solid #F66322;}

#main0 ul{ display: none;}
#main0 ul.block{ display: block;}

#main1 ul{ display: none;}
#main1 ul.block{ display: block;}



.tab_content{ overflow:hidden; padding:4rem 0 0 0}

.tab_content_lf{ width:30rem; float:left;}
.tab_content_lf img{ }

.tab_content_rt{width:29.6875rem; float:right;}


.xty_item h3{font-size:2.0833rem; color:#222; font-weight:bold; padding-bottom:1.0416rem;}

.xty_item_ej{margin:1.3020rem 0 0 0; overflow:hidden }
.xty_item_ej span{ display:block; margin:10px 10px 0 0;
width: 0.3125rem;
height: 0.3125rem;
background:#F66322;border-radius: 100%; float:left;
}

.xty_item_ej h4{ width:28.5rem; font-size:0.9375rem;font-weight:500;; color:#636974; float:left}





































