html,
body {
  height: auto;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.comm_cont {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #FFFFFF;
}
#head_box {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.head_boxA {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  top: -100px !important;
}
.cix_cont {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
}
.cix_cont .cix_box {
  width: 100%;
  height: auto;
  min-height: 600px;
}
.cix_cont .cix_box .banner_img {
  width: 100%;
  height: auto;
}
.cix_cont .cix_box .banner_img img {
  width: 100%;
  display: block;
}
.cix_cont .cix_box .cix_div {
  width: 1400px;
  height: auto;
  min-height: 600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding-bottom: 100px;
}
 .shaft-detail-cont p{
	color: #333;
	 font-size: 16px;
	margin-bottom:30px;
	line-height: 26px;
    }
@media only screen and (max-width: 1460px) {
  .cix_cont .cix_box .cix_div {
    width: 1200px;
	  .shaft-detail-cont p{
	font-size: 15px; 
    margin-bottom:25px;
    color: #333;
	line-height: 26px;
  }
  }
}
@media only screen and (max-width: 1250px) {
  .cix_cont .cix_box {
    min-height: 960px;
  }
  .cix_cont .cix_box .cix_div {
    width: 970px;
  }
  .shaft-detail-cont p{
	color: #333;
    margin-bottom:25px;
    font-size: 15px; 
	line-height: 26px;
	}
}
@media only screen and (max-width: 970px) {
  .cix_cont .cix_box {
    min-height: 660px;
  }
  .cix_cont .cix_box .cix_div {
    width: 750px;
  }
   .shaft-detail-cont p{
	color: #333;
    margin-bottom:20px;
    font-size: 14px;
	line-height: 26px;
	 }
}
@media only screen and (max-width: 767px) {
  .cix_cont {
    padding-top: 1.842105rem;
  }
  .cix_cont .cix_box {
    min-height: 660px;
  }
  .cix_cont .cix_box .cix_div {
    width: 96%;
    margin: auto;
  }
  .cix_cont .cix_box .cix_div .timer-shaft-box {
    padding: 0rem;
  }
  .cix_cont .cix_box .cix_div .timer-scale {
    padding-left: 1.052631rem;
  }
  .cix_cont .cix_box .cix_div .timer-scale-cont.hov .time-circle {
    width: 1.578947rem;
    height: 1.578947rem;
    line-height: 1.578947rem;
    font-size: 20px;
  }
  .cix_cont .cix_box .cix_div .time-circle {
    width: 1.447368rem;
    height: 1.447368rem;
    line-height: 1.447368rem;
    font-size: 18px;
  }
  .cix_cont .cix_box .cix_div .timer-left {
    left: 0rem;
    z-index: 1;
  }
  .cix_cont .cix_box .cix_div .timer-right {
    z-index: 2;
  }
  .cix_cont .cix_box .cix_div .timer-shaft-content {
    margin-top: 0.526315rem;
  }
   .shaft-detail-cont p{
	color: #333;
	margin-bottom:20px;
    font-size: 14px; 
	line-height: 26px;
	}
}
.xjrybottA{
	width: 188px;
	height: 44px;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	color: #999999;
	margin-right: 60px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xjrybott{
	width: 100%; 
	height: 44px; 
	display: flex; 
	justify-content: flex-start; 
	align-items: center;
}
.xjrybottA a:hover{
	color: #777777;
}
.xjrybott_ac{
	background-color: #197465;
	color: #FFFFFF;
	border: 0px;
}
.xjrybott_ac a:hover{
	color: #FFFFFF;
}
.bd li{
   width: 45%;
   display: inline-block;
   margin: 1%;
}
.ry_img{
    display: flex;
   /*flex-direction:row;*/
   flex-wrap: wrap;
}
.bd li img{
   width:100%;
  height: 100%;
}
@media all and (max-width:750px){
    .ry_img li{
        width: 100%;
    }
}