
/* 公共样式 */
.clearfix:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }

  .lf {
    float: left;
  }

  .rg {
    float: right;
  }
  img {
    max-width: 100%;
  /*  cursor: pointer;*/
    vertical-align: top;
    border: 0 none;
  }
  ul,ol{
      padding-left:0; 
      list-style-type:none;
  }
  
  /* li{display: inline-block;} */
  i{font-family: "Times New Roman";}
  
  a { 
	  display: inline-block;
    cursor: pointer;
    color:#333;
    text-decoration: none;
    /*消除ie10灰色背景*/
    background-color: transparent;
    /*消除火狐虚线*/
    outline: none;
  }
  /* body,h1,h2,h3,h4,h5,h6,p,ul,ol,dd,form,span,samp,p,a{
      font-size: 12px;
      font-weight: normal;
      margin:0;
      font-family:  ""Times New Roman",Microsoft YaHei", Helvetica, STHeiTi,"Helvetica Neue","微软雅黑",SimSun,sans-serif;
  } */
	/* body {
	    position: relative;
		width:1920px !important;
		height:1080px !important;
	    -webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	    -moz-transform-origin: left top;
	    transform-origin: left top;
	} */
  
  /* 底部样式() */
  .footer{
	  width:100%;
	  height:1.866667rem;
	  position: fixed;
	  bottom:0;
	  left:0;
	  background: #ffffff;
	  z-index: 999;
  }
  .footer_1,.footer_2,.footer_3{
	  width:33.33%;
	  height:100%;
	  text-align: center;
  }
  .footer_1 img{
	  width:0.52rem;
	  height:0.546667rem
  }
  .footer_2 img{
  	  width:0.493333rem;
  	  height:0.546667rem
  }
  .footer_3 img{
  	 width:0.493333rem;
  	 height:0.546667rem
  }
  .footer_1 img,.footer_2 img,.footer_3 img{
	  /* display: none; */
	  margin:0.4rem 0 0.2rem 0;
  }
  .footer_1 div,.footer_2 div,.footer_3 div{
	 font-size: 0.293333rem;
	  font-family: PingFang SC;
	 font-weight: 500;
	 color: #666666;
	 height: 0.4rem;
	 line-height: 0.4rem;
	 
  }
  .footer .active{
	  font-size: 0.32rem;
	  font-family: PingFang SC;
	  font-weight: 500;
	  color: #45B4E2;
  }
  select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
  
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/index/31.png") no-repeat scroll right center transparent;
	background-size: 0.34rem 0.2rem;
  
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
  }
  
  
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
 /* select::-ms-expand { display: none; } */
  
  /* .ifrom-select-background {
      background: url("../images/index/31.png") no-repeat scroll right center transparent;
      background-size: 0.34rem 0.2rem;
  } */
  .h_header{
      height: 100px;
      width: 100%;
      background: #ffffff;
  }
  .h_content{
	  padding: 20px;
  }
  .h_left{
	  width: 260px;
	  background: #ffffff;
	  height: 936px;
	  overflow: auto;
  }
  .h_right{
	  width: calc(100% - 280px);
	  background: #ffffff;
	  height: 936px;
  }
 