* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */

}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

input:-internal-autofill-selected{
    background: #fff !important;
    color: red !important;
}

input {
	outline: 0;
	background: #fff;
}

img {
	object-fit: cover;
	cursor: pointer;
	display: block;
}

.pageBox a.active{
    background: #0379D1 !important;
    color: #fff;
    border-color: #0379D1;
}

.new_pagebox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.8rem;
}

.new_pagebox a{
    padding: 0.07rem 0.12rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.02rem !important;
    margin-right: 0.15rem;
    font-size: 0.14rem;
    color: #999;
}
.new_pagebox a.active{
    background: #0379D0!important;
    color: #fff;
    border-color:#0379D0 ;
}

.shibo_img_width img{
    object-fit: contain !important;
}


/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerBox img {
	width: 100%;
	height: 100%;
}

/*多行溢出*/
line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

/* 滚动条样式 */
.infor_nati_son::-webkit-scrollbar {
	width:0.05rem;
}

.infor_nati_son::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.infor_nati_son::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.infor_nati_father::-webkit-scrollbar {
	width:0.05rem;
}

.infor_nati_father::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.infor_nati_father::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}









.w1200 {
	width: 12rem;
	margin: 0 auto;
}

/* 分页 */
.pageBox {
	display: flex;
	margin-top: 0.8rem;
	justify-content: center;
}

.pageBox a {
	width: 0.34rem;
	height: 0.34rem;
	margin: 0 0.08rem;
	background: #fff;
	border: 0.01rem solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.02rem;
	color: #999;
	font-size: 0.14rem;
}

.page_aItem.active {
	background: #54E6CE;
	border-color: #54E6CE;
	color: #fff;
}

.page_aItem:hover {
	background: #54E6CE;
	border-color: #54E6CE;
	color: #fff;
}


.breadBox {
	border-bottom: 0.01rem solid #EEEEEE;
}

.bread_items {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bread_a {
	font-size: 0.18rem;
	color: #00B6B5;
	padding-top: 0.16rem;
	padding-bottom: 0.12rem;
	margin-right: 0.3rem;
	position: relative;
}


/*.bread_a:hover {*/
/*	color: #54E6CE;*/
/*}*/

.bread_a.active::after {
	content: '';
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background: #54E6CE;
}

/*.bread_a.active {*/
/*	color: #54E6CE;*/
/*}*/






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* For some Androids */

}
#city_dist_gyl{
    display: flex;
    height: 100%;
}
html {
    font-size: 100px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

input {
    outline: 0;
    background: #fff;
}

img {
    object-fit: cover;
    cursor: pointer;
    display: block;
}

/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerBox img {
    width: 100%;
    height: 100%;
}

/*多行溢出*/
line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* 水波纹效果 */
.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

/* 滚动条样式 */
.infor_nati_son::-webkit-scrollbar {
    width:0.05rem;
}

.infor_nati_son::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.infor_nati_son::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.infor_nati_father::-webkit-scrollbar {
    width:0.05rem;
}

.infor_nati_father::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.infor_nati_father::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}









.w1200 {
    width: 12rem;
    margin: 0 auto;
}

/* 分页 */
.pageBox {
    display: flex;
    margin-top: 0.8rem;
    justify-content: center;
}

.pageBox a {
    margin: 0 0.08rem;
    background: #fff;
    border: 0.01rem solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.02rem;
    color: #999;
    font-size: 0.14rem;
    padding: 0.1rem 0.1rem;
}
.page_many{
    width: 0.55rem;
}

.page_aItem.active {
    background: #0379D0!important;
    border-color: #0379D0!important;
    color: #fff;
}

.breadBox {
    border-bottom: 0.01rem solid #EEEEEE;
}

.bread_items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bread_a {
    font-size: 0.18rem;
    color: #00B6B5;
    padding-top: 0.16rem;
    padding-bottom: 0.12rem;
    margin-right: 0.3rem;
    position: relative;
}


.bread_a:hover {
    color: #54E6CE;
}

.bread_a.active::after {
    content: '';
    position: absolute;
    bottom: -0.01rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #54E6CE;
}

.bread_a.active {
    color: #00B6B5;
}

/* ------------------------------------------------------ */

.common_banners{
    position: relative;
}
.common_banners img{
    width: 100%;
    height: 100%;
}
.common_bannerPosition{
    width: 2.2rem;
    height: 0.8rem,;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.common_banners img{
    width: 100%;
    height: 100%;
}
.common_brandBox{
    display: flex;
    align-items: center;
    padding: 0.2rem 0 ;
    border-bottom: 0.01rem solid #EFEFEF;
}
.weizhi{
    width: 0.25rem;
    height: 0.25rem;
}
.common_brandContent{
    display: flex;
    align-items: center;
}
.common_brandBox span{
    color: #666666;
    font-size: 0.14rem;
    /*margin-right: 0.1rem;*/
    margin-left: 0.07rem;
}
.common_brandContent a{
    color: #666666;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.015rem;

}
.common_brandContent a:after{
    content: '/';
    display: block;
    margin: 0 0.1rem;
}
.common_brandContent a:last-child:after{
    display: none;
}
.common_brandContent a:last-child{
    color: #2ACCDC;
}


.shibo_commonTitbox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;

    
}
.shibo_com_titItems{
    color: #666;
    font-size: 0.21rem;
    position: relative;
    padding: 0.15rem 0 ;
    font-weight: bold;
    margin-right: 0.63rem;
    font-family:'微软雅黑';
}
.shibo_com_titItems:last-child{
    margin-right: 0;
}
.shibo_com_titItems:hover{
    color: #00B6B5;
    font-weight: bold;
}
.shibo_com_titItems.active{
    color: #00B6B5;
    font-weight: bold;
    
}
.shibo_com_titItems.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 0.05rem;
    background: #00B6B5;
    left: 50%;
    transform: translateX(-50%);
}
.shoibo_bzTop{
    height: 0.6rem;
    margin: 0.35rem 0;
}
.shoibo_bzTop img{
    height: 100%;
    width: 100%;
}
.shoibo_bzBottom img{
    width: 100%;
    height: auto !important;
}

.shoibo_bzBottom{
    padding-top: 0.6rem;
    padding-bottom: 2rem !important;
}

/*多行溢出*/
line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

/* 水波纹效果 */
.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.shibo_mtihezuo{
    margin-top: 0.6rem;
    margin-bottom: 2rem;
    /*padding: 0.15rem 0.3rem;*/
    box-shadow: 0 0 0.05rem 0.005rem RGBA(42,204,220,0.3);
    border-radius: 0.08rem;
}
.shibo_mtihezuo img{
    max-width: 100%;
    height: auto!important;
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

/* 滚动条样式 */
.infor_nati_son::-webkit-scrollbar {
	width:0.05rem;
}

.infor_nati_son::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.infor_nati_son::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.infor_nati_father::-webkit-scrollbar {
	width:0.05rem;
}

.infor_nati_father::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.infor_nati_father::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}









.w1200 {
	width: 12rem;
	margin: 0 auto;
}

/* 分页 */
.pageBox {
	display: flex;
	margin-top: 0.8rem;
	justify-content: center;
}

.pageBox a {
	width: 0.34rem;
	height: 0.34rem;
	margin: 0 0.04rem;
	background: #fff;
	border: 0.01rem solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.02rem;
	color: #999;
	font-size: 0.14rem;
}
.page_btn,.page_prev{
    width: auto!important;
    padding: 0 0.1rem;
}

.page_aItem.active {
	background: #54E6CE;
	border-color: #54E6CE;
	color: #fff;
}

.page_aItem:hover {
	background: #0379D0 !important;
	border-color: #0379D0!important;
	color: #fff;
}
.start,.end{
    width: auto !important;
    padding: 0 0.1rem;
}
.page_many{
  margin: 0 0.04rem;
}

.breadBox {
    
	border-bottom: 0.01rem solid #EEEEEE;
}

.bread_items {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bread_a {
	font-size: 0.21rem;
	color: #666 ;
	padding-top: 0.16rem;
	padding-bottom: 0.12rem;
	margin-right: 0.42rem;
	position: relative;
	font-weight: bold;
	font-family: '微软雅黑' !important;
}
.bread_a:last-child{
    margin-right: 0;
}

.bread_a:hover {
	color: #00B6B5;
		font-weight: bold;
}

.bread_a.active::after {
	content: '';
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	width: 100%;
	height: 0.05rem;
	background: #00B6B5;
}

.bread_a.active {
	color: #00B6B5;
}

.banner_commons{
    position: relative;
}
.banner_titler_absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.09rem;
    height: 1;
    transform: translate(-50%,-50%);
}
.banner_titler_absolute img{
    width: 100%;
    height: 100%;
}


.banner_commons img{
    width: 100%;
    height: 100%;
}
.brand{
    display: flex;
    align-items: center;
    padding: 0.2rem 0 ;
    border-bottom: 1px solid #EFEFEF;
     
}
.brand *{
     font-size: 0.14rem;
    letter-spacing: 0.015rem;
}
.common_brandBox span{
      letter-spacing: 0.015rem;
}
.brand a img{
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}

.brand_box{
    font-size: 0.14rem;
    display: flex;
    align-items: center;
}
.brand *{
     color: #666;
}
.brand_box a{
    display: flex;
    align-items: center;
  
    
}
.brand_box a::after{
    content: '/';
    display: block;
    margin: 0 0.1rem ;
}
.brand_box a:last-child{
    color: #2accdc;
}
.brand_box a:last-child::after{
    display: none;
}
.news_detail_conent{
    display: flex;
    padding: 0.2rem 0 ;
}

.news_left{
    width: 8.6rem;
    
}
.news_right{
    flex: 1;
   margin-left: 0.2rem;
}
.news_logo_txt{
    margin-bottom: 0.35rem;
}
.news_logo_txt img{
    width: 100%;
    max-height: 100%;
}
.news_titler{
    font-size: 0.2rem;
}
.news_titler_2{
    width: 4rem;
    text-align: center;
    font-size: 0.3rem;
    padding: 0.15rem 0;
    
    border-bottom: 1px solid #ccc;
}
.news_detail_top{
    background: #0379d1;
    padding: 0.3rem 0 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_detail_top *{
    color: #fff;
}
.news_deta{
    font-size: 0.2rem;
    margin-top: 0.15rem;
   
}
.news_xlist section{
    font-size: 0.12rem;
      margin-top: 0.15rem;
}
.news_xlist section span{
    font-size: 0.22rem;
}
.news_detaPage img{
    max-width: initial !important;
    max-height: initial !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
}

.news_right_menu a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.15rem 0.3rem;
    background: #f7f7f7;
    margin-bottom: 0.1rem;
}
.news_right_menu a.active{
    background: #2accdc;
}
.news_right_menu a.active span{
    color: #fff;
}
.news_right_menu a.active .imgs_2{
    display: block;
}
.news_right_menu a.active .imgs_1{
    display:none;
}
.news_right_menu a.active span::before{
background: #fff;
}


.news_right_menu a:hover{
    background: #2accdc;
}
.news_right_menu a:hover span{
    color: #fff;
}
.news_right_menu a:hover .imgs_2{
    display: block;
}
.news_right_menu a:hover .imgs_1{
    display:none;
}
.news_right_menu a:hover span::before{
background: #fff;
}



.news_right_ico{
    width: 0.1rem;
    height: 0.18rem;
    position: relative;
}
.news_right_ico img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.news_right_span{
    display: flex;
    color: #a9a9a9;
    align-items: center;
    flex: 1;
}

.imgs_2{
    display: none;
}
.news_right_span::before{
    content: '';
    display: block;
    min-width: 0.1rem;
    min-height: 0.1rem;
    background: #999999;
    border-radius: 50%;
    margin-right: 0.2rem;
}
.news_right_tx{
    height: 2.5rem;
    width: 100%;
    padding: 0.32rem 0.4rem;
}
.news_right_tx *{
      color: #fff;
  }
.news_right_contact{
    font-size: 0.2rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.18rem;
}
.news_right_txts{  
    font-size: 0.14rem ;
}
.news_right_txts_a{
    width: 2.1rem;
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    background: #2accdc;
    margin-top: 0.3rem;
}
.news_detail {
    padding-bottom: 1rem;
}
.news_detaPage ul{
    width: auto !important;
}

















