.alertBackground{
  width: 85%;
  position: relative;
  margin: 0px auto;
  padding: 0rem 0.2rem;
}

.alertBackground:before{
  content: "";
  display: inline-block;
  height:0.49rem;
  width: 0.26rem;
  position: absolute;
  top: 50%;
  margin-top:-0.245rem;
  left: -0.26rem;
  background: url("../images/imgLeft.png") no-repeat left center;
  background-size: 0.26rem 0.49rem;
}
.alertBackground:after{
  content: "";
  display: inline-block;
  height:0.49rem;
  width: 0.26rem;
  position: absolute;
  top: 50%;
  margin-top:-0.245rem;
  right: -0.26rem;
  background: url("../images/imgRight.png") no-repeat left center;
  background-size: 0.26rem 0.49rem;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0px;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


body {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.isNone {
  display: none !important;
}


.rich_area p{
  font-size: 0.24rem !important;
}

.backtop{
  display: none;
  position: fixed;
  right: 4%;
  bottom: 20%;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  font-size: 0px;
  text-align: center;
  line-height: 0.88rem;
}
.backtop>img{
  width: 0.41rem;
  height: 0.37rem;
}
/* banner start */
.public_banner {
  width: 100%;
  height: 4.22rem;
}

.public_banner>img {
  width: 100%;
  height: 100%;
}

/* banner end */

/* 移动端头部 */
.mobileWidth100 {
  width: 100%;
}

.mobilePublic_top {
  background: #fff;
  height: 1.2rem;
  line-height: 1.2rem;
  position: fixed;
  z-index: 999999;
  padding-left: 4%;
  left: 0rem;
  top: 0rem;
}

.mobilePublic_topLogo {
  display: block;
  height: 100%;
  font-size: 0rem;
  line-height: 1.2rem;
  float: left;
  width: calc(100% - 2.4rem);
}

.mobilePublic_topLogo img {
  width: 90%;
  /* max-height: 0.54rem; */
  /* max-width: 100%; */
  display: inline-block;
}

.mobilePublic_top .searchBox {
  width: 1.2rem;
  float: right;
  height: 1.2rem;
  /* background-color: #009de0; */background-color: #064e6d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobilePublic_top .searchBoxx {
  width: 1.2rem;
  float: right;
  height: 1.2rem;
  background-color: #fff;
  /* display: flex; */
  align-items: center;
  justify-content: center;
 
}

.mobilePublic_top .searchBox img {
  width: 0.3rem;
  height: 0.3rem;
/*   width: 1rem;
  height: 1rem;   */
}

.mobile_menuBtn {
  width: 1.2rem;
  float: right;
  height: 1.2rem;
  /* background-color: #00c8cf; */background-color: #0376a7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_menuBtn img {
  width: 0.35rem;
  height: 0.29rem;
}

.mobile_menuBtn img+img {
  width: 0.3rem;
  height: 0.3rem;
}

.mobilePublic_topNav {
  z-index: 999999;
  width: 100%;
  height: calc(100% - 1.2rem);
  position: fixed;
  top: 1.2rem;
  left: 0rem;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  overflow-y: auto;
}

.mobilePublic_topNav ul li {
  width: 100%;
  display: block;
  text-align: left;
  background: #fff;
  border-top: 0.01rem solid #d2d2d2;
  height: 1rem;
  line-height: 1rem;
  margin: 0rem;
  padding: 0rem 4%;
  font-size: 0.3rem;
}

.mobilePublic_topNav ul li a {
  width: 100%;
  display: inline-block;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobilePublic_topNav ul li a img {
  width: 0.12rem;
  height: 0.22rem;
}


.mobile_close_icon {
  display: none;
}

.mobilePublic_topNav li .header_icon_box {
  width: 100%;
  text-align: center;
  /* padding: 0rem .5rem; */
}

.mobilePublic_topNav li .header_icon_box a {
  display: inline-block;
  width: auto;

}

.mobilePublic_topNav li .header_icon_box a+a {
  margin-left: .2rem;
}

/* 移动端头部  end*/


/* 公用标题只有中文 start */
.public_title_cn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.public_title_cn>span {
  font-size: 0.34rem;
  font-weight: 700;
  color: #333333;
  margin: 0rem 0.2rem;
}

.public_title_cn>img {
  width: 0.79rem;
  height: 0.26rem;
}

/* 公用标题只有中文 end */

/* 分页 start */
.pages {
  width: 100%;
  font-size: 0rem;
  display: flex;
  justify-content: center;
}

.pages a {
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #d9d9d9;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.72rem;
  color: #666666;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.pages .next_nex {
  margin-right: 0rem;
}

.pages .pages_center>span {
  position: relative;
  top: -0.1rem;
}

.pages>a>img {
  width: 0.3rem;
  height: 0.3rem;
  align-self: center;
}

.pages .prev_pre,
.pages .next_nex {
  display: flex;
  justify-content: center;
}

.pages .pre_gray,
.pages .next_gray {
  display: block;
}

.pages .pre_white,
.pages .next_white {
  display: none;
}

.pages .prev_pre:hover,
.pages .next_nex:hover {
  background-image: linear-gradient(to right, #009de0 , #00c8cf);
}

.pages .prev_pre:hover .pre_gray,
.pages .next_nex:hover .next_gray {
  display: none;
}

.pages .prev_pre:hover .pre_white,
.pages .next_nex:hover .next_white {
  display: block;
}

.pages .number_active {
  background-image: linear-gradient(to right, #009de0 , #00c8cf);
  color: #fff;
}

/* 分页 end */


/* 上一页 下一页 start */
.rich_page {
  width: 100%;
  padding: 0.4rem;
  background-color: #f7f7f7;
}

.rich_page .rich_page_btn {
  width: 100%;
  font-size: 0.26rem;
  color: #999999;
  padding-bottom: 0.38rem;
  display: flex;
  align-items: center;
}

.rich_page .rich_page_btn>a {
  color: #999999;
  width: 81%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rich_page .rich_page_back {
  width: 100%;
  padding-top: 0.4rem;
  border-top: 1px solid #d1d1d1;
  font-size: 0px;
}

.rich_page .rich_page_back>span {
  display: inline-block;
  font-size: 0.26rem;
  color: #999999;
  padding-left: 0.5rem;
  background: url("../images/back_list.png") no-repeat left center;
  background-size: 0.24rem 0.22rem;
}

/* 上一页 下一页 end */

/* footer */
.footerBox {
  width: 100%;
  padding: 0.45rem 4%;
  background: url("../images/footer_bg1.png") no-repeat center top;
  background-size: 100% auto;
  display: flex;
}

.footerBox .footerBox_left {
  width: 46%;
}

.footerBox .footerBox_left .titBox h6 {
  font-family: MicrosoftYaHei;
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.16rem;

}

.footerBox .footerBox_left .titBox p {
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #999999;
  margin-bottom: 0.36rem;
}

.footerBox .footerBox_left img {
  width: 75%;
}

.footerBox .footerBox_right {
  width: 54%;
}

.footerBox .footerBox_right ul li a {
  display: block;
  padding-left: 0.54rem;
}

.footerBox .footerBox_right ul li a h6 {
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #797979;
  margin-bottom: 0.16rem;
}

.footerBox .footerBox_right ul li+li {
  margin-top: 0.4rem;
}

.footerBox .footerBox_right ul li a p {
  font-family: MicrosoftYaHei;
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #333333;
}

.footerBox .footerBox_right ul li:nth-child(1) a {
  background: url("../images/footer_icon1.png") no-repeat left top;
  background-size: 0.34rem 0.34rem;
}

.footerBox .footerBox_right ul li:nth-child(2) a {
  background: url("../images/footer_icon2.png") no-repeat left top;
  background-size: 0.33rem 0.38rem;
}

.footerBox .footerBox_right ul li:nth-child(3) a {
  background: url("../images/footer_icon3.png") no-repeat left top;
  background-size: 0.34rem 0.34rem;
}

.footerBox2 {
  background: url("../images/footer_bg2.png") no-repeat center top;
  background-size: 100% 100%;
  padding: 0.3rem 0rem 0.5rem;
}

.footerBox2 p {
  font-family: MicrosoftYaHei;
  font-size: 0.22rem;
  /* line-height: 0.34rem; */
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
}

.footerBox2 p a {
  color: #ffffff;
}

.footerBox2 p+p {
  margin-top: 0.3rem;
}

.footerBox3 {
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  /* background-image: linear-gradient(to right, #009de0 , #00c8cf); */
  background-image: linear-gradient(to right, #01415d, #0864bf);
  z-index: 999990;
}

.footerBox3 a {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerBox3 a .imgBox {
  width: 100%;
  text-align: center;
  height: 0.36rem;
  position: relative;
}

.footerBox3 a .imgBox img {
  height: 100%;
  vertical-align: top;
}

.footerBox3 a .imgBox2 div{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  animation: 1.5s ease-out 1s normal none infinite running sonarEffect;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  margin-left: -0.5rem;
}

.footerBox3 a .imgBox2 img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  margin-left: -0.5rem;
}

.footerBox3 a p {
  font-family: MicrosoftYaHei;
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #ffffff;
  margin-top: 0.1rem;
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
		filter:alpha(opacity=30);
	}
	40% {
		-webkit-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		box-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
	100% {
		-webkit-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		box-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		opacity: 0;
		filter:alpha(opacity=0);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
		filter:alpha(opacity=30);
	}
	40% {
		-webkit-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		box-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
	100% {
		-webkit-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		box-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		opacity: 0;
		filter:alpha(opacity=0);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}


