@charset "utf-8";
/* CSS重置 and 公共样式*/
*{margin:0;padding:0;border:0;list-style:none}
body{font-family:"微软雅黑";color:#555;}
a{text-decoration:none;color:#555;}
li{list-style:none;}
img{vertical-align: middle;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd{margin:0;padding:0;list-style: none;
	font-weight:normal;}


.left{float:left!important}
.right{float:right!important}
.clear{clear:both;}
/*top and logo*/
.allW{width:100%;overflow:hidden;}
/*.allW img{width:100%;}*/


.p-tab-txt-main {
    box-sizing: border-box;
    border: 1px #ccc solid;
    padding: 0.65rem 2%;
    border-radius: 0.3rem;
    margin-top: -0.39rem;
}




.container{width:100%;overflow:hidden;margin:auto;max-width:640px;min-width:320px;}
.yy-tab{
	margin-top: 1rem;
}

.p-tab-nav li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	height: 2.8125rem;
	line-height: 2.8125rem;
	text-align: center;
	background: url(/skin/news/images/pqq_34.jpg) no-repeat 0 0;
	background-size: 100% 2.8125rem;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}
.p-tab-nav li:last-child{
	margin-right: 0;
}

.p-tab-nav .on{
	color: #fff;
	background: url(/skin/news/images/pqq_32.jpg) no-repeat 0 0;
	background-size: 100% 2.8125rem;
}

.p-tab-txt-main{
	box-sizing: border-box;
	border:1px #ccc solid;
	padding: 0.65rem 2%;
	border-radius: 0.3rem;
	margin-top: -0.39rem;
}
.p-tab-txt-main .bd ul{padding:0 0.1%;}
.p-tab-txt-main dd{
	float: left;
	width: 98%;
	margin-right: 2%;
	position: relative;
	display:inline-block;
}
.p-tab-txt-main dd:last-child{
	margin-right: 0;
}
/* .c-tab-txt-main dd:last-child{
	margin-left: 4%;
}
 */
.p-tab-txt-main dd img{
	width: 100%;
	
}
.em1{
	display: block;
	margin-top: 0.6rem;
	margin-left: 2rem;
	width: 0.75rem; 
	height: 0.75rem;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	background-color: #fff;
	transform: rotate(45deg);
}

.em2{
	display: block;
	margin-top: 0.6rem;
	margin-left: 34%;
	width: 0.75rem; 
	height: 0.75rem;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	background-color: #fff;
	transform: rotate(45deg);
}
.em3{
	display: block;
	margin-top: 0.6rem;
	margin-left: 61%;
	width: 0.75rem; 
	height: 0.75rem;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	background-color: #fff;
	transform: rotate(45deg);
}
.em4{
	display: block;
	margin-top: 0.6rem;
	margin-left: 86%;
	width: 0.75rem; 
	height: 0.75rem;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	background-color: #fff;
	transform: rotate(45deg);
}

.p-tab-txt-main span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.6rem;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
}
.mix-tab01 .tab-btn {
  margin-bottom: 0.5rem;
}
.mix-tab01 .tab-btn li {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1rem;
}
.mix-tab01 .tab-btn li:nth-of-type(1){
	background: url(/images/icon2.png) no-repeat; 
    background-size: 0.975rem 3.6rem;
	background-color: #eaeaea;
  	background-position: 1rem bottom;
}
.mix-tab01 .tab-btn li:nth-of-type(2){
	background: url(/images/icon3.png) no-repeat; 
    background-size: 0.975rem 3.6rem;
	background-color: #eaeaea;
  	background-position: 1rem bottom;
}
.mix-tab01 .tab-btn li:nth-of-type(3){
	background: url(/images/icon1.png) no-repeat; 
    background-size: 0.975rem 3.6rem;
	background-color: #eaeaea;
  	background-position: 1rem bottom;
}
.mix-tab01 .tab-btn li:nth-of-type(1).on {
	background-position: 1rem 0;
  background-color: #166be0;
  color: #fff;
}
.mix-tab01 .tab-btn li:nth-of-type(2).on {
	background-position: 1rem 0;
  background-color: #166be0;
  color: #fff;
}
.mix-tab01 .tab-btn li:nth-of-type(3).on {
	background-position: 1rem 0;
  background-color: #166be0;
  color: #fff;
}
.mix-tab01 .tab-btn li:last-child {
  margin-right: 0;
}
.mix-tab01 .tab-txt .main dd {
  padding: 0.5rem 0.375rem;
  border-bottom: 1px #eee dashed;
}
.mix-tab01 .tab-txt .main dd .img {
  width: 29.03%;
  height: 4.25rem;
}
.mix-tab01 .tab-txt .main dd .txt {
  width: 68%;
  height: 4.25rem;
  padding: 0 0 0.5rem 0;
  position: relative;
}
.mix-tab01 .tab-txt .main dd .txt h2 {
  font-size: 0.9rem;
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
  overflow: hidden;
}
.mix-tab01 .tab-txt .main dd .txt .fz-btn {
  width: 100%;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.mix-tab01 .tab-txt .main dd .txt .fz-btn .span {
  float: left;
  font-size: 0.75rem;
  line-height: 1.3;
  width: 25%;
}
.mix-tab01 .tab-txt .main dd .txt .fz-btn .span:first-child {
  width: 50%;
}
.mix-tab01 .tab-txt .main dd .txt .fz-btn .a {
  float: right;
  width: 25%;
  font-size: 0.75rem;
  color: #ca1616;
  border: 1px #ca1616 solid;
  border-radius: 0.2rem;
  text-align: center;
}
.mix-tab02 .tab-btn li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #eaeaea;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.mix-tab02 .tab-btn .on {
  background-color: #049294;
  color: #fff;
}
.mix-tab02 .tab-btn li:nth-of-type(3n) {
  margin-right: 0;
}
.mix-tab02 .tab-txt .banner-slide1 .swiper-container {
  padding-bottom: 0.5rem;
}
.mix-tab02 .tab-txt .banner-slide1 .swiper-container-horizontal > .swiper-pagination {
  bottom: 0.6rem;
}
.mix-tab02 .tab-txt .banner-slide1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  border-radius: 0;
}
.mix-tab02 .tab-txt .hosp-info {
  padding: 0.5rem 0.1rem 0;
}
.mix-tab02 .tab-txt .hosp-info .img {
  width: 50%;
  height: 7.8375rem;
}
.mix-tab02 .tab-txt .hosp-info .img img {
  display: block;
  height: 7.8375rem;
}
.mix-tab02 .tab-txt .hosp-info .txt {
  width: 46%;
  height: 7.8375rem;
  text-indent: 2em;
  font-size: 0.75rem;
  line-height: 1.5;
}
.mix-tab02 .tab-txt .hosp-info .txt a {
  color: #ca1616;
}
.mix-tab02 .tab-txt .hosp-nav {
  padding: 0.375rem 0;
}
.mix-tab02 .tab-txt .hosp-nav dd {
  float: left;
  width: 33%;
  border-right: 1px #e9e9e9 solid;
}
.mix-tab02 .tab-txt .hosp-nav dd a {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  text-align: center;
}
.mix-tab02 .tab-txt .hosp-nav dd a img {
  display: block;
  width: 2.1375rem;
  margin: 0 auto;
}
.mix-tab02 .tab-txt .hosp-nav dd a p {
  font-size: 0.825rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.mix-tab02 .tab-txt .hosp-nav dd a span {
  display: inline-block;
  background-color: #ff9000;
  color: #fff;
  padding: 0 1rem;
  border-radius: 1rem;
  font-size: 0.75rem;
}
.mix-tab02 .tab-txt .hosp-nav dd:last-child {
  border-right: none;
}
.mix-tab02 .tab-txt .item {
  float: left;
  width: 33.33%;
}
.mix-tab02 .tab-txt .item img {
  display: block;
  width: 5.5125rem;
  margin: 0.5rem auto 0.5rem;
}
.mix-tab02 .tab-txt .item span {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
}
.mix-tab02 .tab-txt .comp-btn a {
  float: left;
  width: 25.5%;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.75rem;
  border-radius: 0.25rem;
  border: 1px #ff9000 solid;
  color: #ff9000;
  padding-left: 1.4rem;
  background: url(/images/p2_39.jpg) no-repeat 1.15rem center;
  background-size: 1.35rem 1.125rem;
}
.mix-tab02 .tab-txt .comp-btn a:nth-of-type(3) {
  background: url(/images/p2_45.jpg) no-repeat 1.15rem center;
  background-size: 1.35rem 1.125rem;
}
.mix-tab02 .tab-txt .comp-btn a:nth-of-type(2) {
  margin-left: 2%;
  margin-right: 2%;
  color: #166be0;
  border: 1px #166be0 solid;
  background: url(/images/p2_42.jpg) no-repeat 1.15rem center;
  background-size: 1.35rem 1.125rem;
}
.mix-tab02 .tab-txt .pj-v .pj-v-cont {
  width: 49%;
  background-color: #e9e9e9;
  padding: 1rem 0;
  margin-top: 0.5rem;
}
.mix-tab02 .tab-txt .pj-v .pj-v-cont a {
  display: block;
  width: 100%;
}
.mix-tab02 .tab-txt .pj-v .pj-v-cont img {
  display: block;
  width: 8.3625rem;
  margin: 0 auto;
}
.mix-tab02 .tab-txt .pj-v .pj-v-cont p {
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0.5rem;
  text-align: center;
}
.mix-tab02 .tab-txt .pg-v-btn {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.75rem;
  margin-top: 1rem;
}
.mix-tab02 .tab-txt .pg-v-btn a {
  display: inline-block;
  color: #fff;
  background-color: #ff9000;
  padding: 0 1.25rem;
  border-radius: 0.25rem;
}
.mix-tab02 .tab-txt .gy-info {
  padding: 0.5rem 0.1rem 1rem;
}
.mix-tab02 .tab-txt .gy-info .img {
  width: 40.5%;
  height: 7.425rem;
}
.mix-tab02 .tab-txt .gy-info .img img {
  display: block;
  height: 7.425rem;
}
.mix-tab02 .tab-txt .gy-info .txt {
  width: 56%;
  height: 7.425rem;
  text-indent: 2em;
  font-size: 0.825rem;
  line-height: 1.6;
  /*padding-top: 1rem;*/
}
.mix-tab02 .tab-txt .gy-info .txt a {
  color: #ca1616;
}
.mix-tab02 .tab-txt .gy-nav .gy-p {
  width: 32%;
  margin-right: 2%;
}
.mix-tab02 .tab-txt .gy-nav .gy-p img {
  display: block;
  width: 100%;
}
.mix-tab02 .tab-txt .gy-nav .gy-p span {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1;
  padding-top: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.mix-tab02 .tab-txt .gy-nav .noR {
  margin-right: 0;
}
.mix-tab02 .tab-txt .gy-btn {
  padding: 1rem 0 0;
}
.mix-tab02 .tab-txt .gy-btn a {
  width: 35%;
  font-size: 0.9rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
  background-color: #ff9000;
  border-radius: 0.2rem;
  border: 1px #ff9000 solid;
}
.mix-tab02 .tab-txt .gy-btn a:last-child {
  background-color: #fff;
  color: #ff9000;
}
.banner-slide1 .swiper-wrapper a span{
	color:#555;
	background-color:#fff;
	position:static;
}
.mix-tab03 .tab-btn li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #eaeaea;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.mix-tab03 .tab-btn .on {
  background-color: #049294;
  color: #fff;
}
.mix-tab03 .tab-btn li:nth-of-type(3n) {
  margin-right: 0;
}
.mix-tab03 .tab-txt li {
  padding-top: 0.5rem;
}
.mix-tab03 .tab-txt .js-main dd {
  float: left;
  width: 32%;
  margin-top: 1rem;
  margin-right: 2%;
}
.mix-tab03 .tab-txt .js-main dd a,
.mix-tab03 .tab-txt .js-main dd img {
  display: block;
  width: 100%;
}
.mix-tab03 .tab-txt .js-main dd h2 {
  margin-top: 0.45rem;
  background: url(/images/bk1_46.jpg);
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.825rem;
}
.mix-tab03 .tab-txt .js-main dd h2 span {
  display: block;
  width: 4rem;
  background-color: #049294;
  color: #fff;
  border-radius: 1rem;
  margin: 0.3rem auto 0;
  font-size: 0.75rem;
}
.mix-tab03 .tab-txt .js-main dd:last-child {
  margin-right: 0;
}
.mix-tab03 .tab-txt .banner-slide9 {
  width: 66.40625%;
}
.mix-tab03 .tab-txt .banner-slide9 img {
  height: 10.0875rem;
}
.mix-tab03 .tab-txt .banner-slide9 .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  height: 1.9125rem;
  line-height: 1.5125rem;
}
.mix-tab03 .tab-txt .banner-slide9 .swiper-container {
  padding-bottom: 0.3rem;
}
.mix-tab03 .tab-txt .banner-slide9 .swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
}
.mix-tab03 .tab-txt .banner-slide9 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  border-radius: 0;
}
.mix-tab03 .tab-txt .shgm-txt {
  width: 32%;
  background-color: #166be0;
  color: #fff;
  height: 12rem;
}
.mix-tab03 .tab-txt .shgm-txt h2 {
  font-size: 1.425rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 3.375rem;
}
.mix-tab03 .tab-txt .shgm-txt h6 {
  font-size: 0.6rem;
  text-align: center;
  opacity: .5;
}
.mix-tab03 .tab-txt .shgm-txt em {
  display: block;
  width: 2.8rem;
  height: 1px;
  background-color: #fff;
  margin: 0.45rem auto 0;
}
.mix-tab03 .tab-txt .slide9-btn {
  text-align: center;
  margin-top: 1rem;
}
.mix-tab03 .tab-txt .slide9-btn a {
  display: inline-block;
  background-color: #ff9000;
  color: #fff;
  padding: 0 1rem;
  font-size: 0.9rem;
  line-height: 1.55rem;
  border-radius: 0.25rem;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .left {
  width: 55%;
  height: 15.225rem;
  background-color: #f2f7ff;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .left img {
  display: block;
  width: 100%;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .left h2 {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5rem;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .left p {
  width: 96%;
  border: 1px #ff9000 solid;
  margin: 0.175rem auto 0;
  font-size: 0.75rem;
  white-space: nowrap;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .left p span {
  background-color: #ff9000;
  color: #fff;
  display: inline-block;
  margin-right: 0.375rem;
  padding: 0 0.75rem;
  font-size: 0.9rem;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .right {
  width: 42.8125%;
}
.mix-tab03 .tab-txt .banner-slide8 .slide8-main .right img {
  display: block;
  width: 100%;
  height: 7.425rem;
}
.mix-tab03 .tab-txt .banner-slide8 .swiper-container {
  padding-bottom: 1.25rem;
}
.mix-tab03 .tab-txt .banner-slide8 .swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
}
.mix-tab03 .tab-txt .banner-slide8 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.1rem;
  border-radius: 0;
}  

.mix-tab04 .tab-btn li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #eaeaea;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.mix-tab04 .tab-btn .on {
  background-color: #049294;
  color: #fff;
}
.mix-tab04 .tab-btn .ona {
  color: #fff;
}
.mix-tab04 .tab-btn li:nth-of-type(3n) {
  margin-right: 0;
}
.mix-tab04 .tab-txt li {
  padding-top: 0.5rem;
}
.mix-tab04 .tab-txt .js-main dd {
  float: left;
  width: 32%;
  margin-top: 1rem;
  margin-right: 2%;
}
.mix-tab04 .tab-txt .js-main dd a,
.mix-tab04 .tab-txt .js-main dd img {
  display: block;
  width: 100%;
}
.mix-tab04 .tab-txt .js-main dd h2 {
  margin-top: 0.45rem;
  background: url(/images/bk1_46.jpg);
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.825rem;
}
.mix-tab04 .tab-txt .js-main dd h2 span {
  display: block;
  width: 4rem;
  background-color: #166be0;
  color: #fff;
  border-radius: 1rem;
  margin: 0.3rem auto 0;
  font-size: 0.75rem;
}
.mix-tab04 .tab-txt .js-main dd:last-child {
  margin-right: 0;
}
.mix-tab04 .tab-txt .banner-slide9 {
  width: 66.40625%;
}
.mix-tab04 .tab-txt .banner-slide9 img {
  height: 10.0875rem;
}
.mix-tab04 .tab-txt .banner-slide9 .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  height: 1.9125rem;
  line-height: 1.5125rem;
}
.mix-tab04 .tab-txt .banner-slide9 .swiper-container {
  padding-bottom: 0.3rem;
}
.mix-tab04 .tab-txt .banner-slide9 .swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
}
.mix-tab04 .tab-txt .banner-slide9 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  border-radius: 0;
}
.mix-tab04 .tab-txt .shgm-txt {
  width: 32%;
  background-color: #166be0;
  color: #fff;
  height: 12rem;
}
.mix-tab04 .tab-txt .shgm-txt h2 {
  font-size: 1.425rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 3.375rem;
}
.mix-tab04 .tab-txt .shgm-txt h6 {
  font-size: 0.6rem;
  text-align: center;
  opacity: .5;
}
.mix-tab04 .tab-txt .shgm-txt em {
  display: block;
  width: 2.8rem;
  height: 1px;
  background-color: #fff;
  margin: 0.45rem auto 0;
}
.mix-tab04 .tab-txt .slide9-btn {
  text-align: center;
  margin-top: 1rem;
}
.mix-tab04 .tab-txt .slide9-btn a {
  display: inline-block;
  background-color: #ff9000;
  color: #fff;
  padding: 0 1rem;
  font-size: 0.9rem;
  line-height: 1.55rem;
  border-radius: 0.25rem;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .left {
  width: 55%;
  height: 15.225rem;
  background-color: #f2f7ff;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .left img {
  display: block;
  width: 100%;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .left h2 {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5rem;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .left p {
  width: 96%;
  border: 1px #ff9000 solid;
  margin: 0.175rem auto 0;
  font-size: 0.75rem;
  white-space: nowrap;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .left p span {
  background-color: #ff9000;
  color: #fff;
  display: inline-block;
  margin-right: 0.375rem;
  padding: 0 0.75rem;
  font-size: 0.9rem;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .right {
  width: 42.8125%;
}
.mix-tab04 .tab-txt .banner-slide8 .slide8-main .right img {
  display: block;
  width: 100%;
  height: 7.425rem;
}
.mix-tab04 .tab-txt .banner-slide8 .swiper-container {
  padding-bottom: 1.25rem;
}
.mix-tab04 .tab-txt .banner-slide8 .swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
}
.mix-tab04 .tab-txt .banner-slide8 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.1rem;
  border-radius: 0;
}  
.add-videoS{
  margin-left: 1.3%; 	
}
.add-videoS ul div{
    float: left;
    width: 31.3%;
    margin-right: 2%;
}
.add-videoS ul div a {
    display: block;
    width: 100%;
    position: relative;
}
.add-videoS ul div img {
    display: block;
    width: 100%;
}
.add-videoS ul div p {
    text-align: center;
}
.special{
	color:#000;
}
.la-tx {
  padding: 0.5rem 0 1rem;
}
.la-tx .gallery-top .super-main .img {
  width: 43.75%;
  height: 11.7375rem;
}
.la-tx .gallery-top .super-main .txt {
  height: 11.7375rem;
  width: 53%;
  padding-top: 0.375rem;
}
.la-tx .gallery-top .super-main .txt img {
  display: block;
  width: 8.4rem;
  margin-bottom: 0.375rem;
}
.la-tx .gallery-top .super-main .txt h4 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  height: 1.25rem;
  padding-left: 0.6rem;
  background: url(../images/cai_96.jpg) no-repeat 0 center;
  background-size: 0.375rem 0.375rem;
}
.la-tx .gallery-top .super-main .txt p {
  padding-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
.la-tx .gallery-top .super-main .txt p span {
  color: #166be0;
}
.la-tx .gallery-top .super-main .txt p a {
  color: #ca1616;
}
.la-tx .gallery-top .super-main .txt .btn {
  padding-top: 0.6rem;
}
.la-tx .gallery-top .super-main .txt .btn a {
  display: inline-block;
  background-color: #a5a5a5;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3rem;
  padding: 0 0.9rem;
}
.la-tx .gallery-top .super-main .txt .btn a:first-child {
  margin-right: 0.75rem;
  background-color: #166be0;
}
.la-tx .gallery-thumbs {
  background-color: #ebebeb;
  padding: 0.5rem 0;
  height: 5.575rem;
  margin-top: 0.5rem;
}
.la-tx .gallery-thumbs .swiper-button-prev,
.la-tx .gallery-thumbs .swiper-button-next {
  background: none;
  height: 100%;
  line-height: 5.575rem;
  background-color: #a4a4a4;
  color: #fff;
  width: 1.2rem;
  text-align: center;
  top: 0;
  margin-top: 0;
}
.la-tx .gallery-thumbs .swiper-button-prev {
  left: 0;
}
.la-tx .gallery-thumbs .swiper-button-next {
  right: 0;
}
.la-tx .gallery-thumbs .swiper-slide {
  height: 100%;
}
.la-tx .gallery-thumbs {
  background-color: #fff;
  padding: 0rem 0;
  height: 4.165rem;
}
.la-tx .gallery-thumbs .swiper-button-prev,
.la-tx .gallery-thumbs .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 4.15rem;
}