@charset 'utf-8';
.centerV {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #222222;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #222222;
}
img {
  outline: none;
  border: 0;
}
.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin:auto;
  position: relative;
  overflow:hidden;
}
.left {
  float: left!important;
}
.right {
  float: right!important;
}
.clear {
  clear: both;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.allW {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
/*.allW > img {
  display: block;
  width: 100%;
}*/
.margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margint {
  margin-top: 1rem;
}
.marginb {
  margin-bottom: 1rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%;
}
.p {
  font-size: 0.9rem;
  line-height: 1.65;
  text-indent: 2em;
}
.h6 {
  font-size: 0.6rem;
  line-height: 1;
  color: #888;
}
.no-mr {
  margin-right: 0;
}
/*
 * this is a line between two panels 
 * the comment and public is ending
 */
.g-line {
  height: 0.5rem;
  background-color: #e9e9e9;
}
.public-title {
  height: 3.225rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: url(../images/bk1_03.jpg) no-repeat 0 bottom;
  background-size: 100% 2.3625rem;
  text-align: center;
}
.public-title h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 1.85rem;
  font-weight: bold;
  width: 7.3125rem;
  margin: 0 auto 0.275rem;
  background-color: #166be0;
  color: #fff;
}
.public-title span {
  display: block;
  font-size: 0.6rem;
  width: 6rem;
  margin: 0 auto;
  background-color: #fff;
  color: #bcbcbc;
}
.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: #166be0;
  color: #fff;
}
.mix-tab02 .tab-btn li:nth-of-type(3n) {
  margin-right: 0;
}
.mix-tab02 .tab-txt .banner-slide1 .swiper-container {
  padding-bottom: 1.25rem;
}
.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.75rem 1rem;
}
.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.825rem;
  line-height: 1.575;
}
.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: 25%;
  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;
}
.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;
  margin-bottom: 1rem;
}
.mix-tab02 .tab-txt .comp-btn a {
  float: left;
  width: 32%;
  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.75rem 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 3rem 0;
}
.mix-tab02 .tab-txt .gy-btn a {
  width: 44%;
  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;
}
.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: #166be0;
  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: #166be0;
  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%;
  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: #166be0;
  color: #fff;
}
.mix-tab04 .tab-btn li:nth-of-type(1) {
  margin-left: 16%;
  margin-right: 2%;
}
.mix-tab04 .tab-txt .doc-btn {
  text-align: center;
  margin-top: 1rem;
}
.mix-tab04 .tab-txt .doc-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-slide7 {
  padding-top: 0.5rem;
}
.mix-tab04 .tab-txt .banner-slide7 .swiper-container {
  padding-bottom: 1.25rem;
}
.mix-tab04 .tab-txt .banner-slide7 .swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
}
.mix-tab04 .tab-txt .banner-slide7 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  border-radius: 0;
}
.mix-tab04 .tab-txt .banner-slide7 .contT {
  width: 49%;
  background-color: #166be0;
  padding: 1rem 0 0.75rem;
  text-align: center;
  color: #fff;
}
.mix-tab04 .tab-txt .banner-slide7 .contT img {
  display: block;
  width: 7.5rem;
  margin: 0.5rem auto;
}
.mix-tab04 .tab-txt .banner-slide7 .contT p {
  font-size: 0.9rem;
}
.mix-tab04 .tab-txt .banner-slide7 .contT a {
  display: block;
  width: 55%;
  margin: 0 auto;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
}
.mix-tab04 .tab-txt .banner-slide7 .contT .a1 {
  border: 1px #fff solid;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.mix-tab04 .tab-txt .banner-slide7 .contT .a2 {
  background-color: #ff9000;
  border-radius: 1rem;
}
.mix-tab04 .tab-txt .banner-slide7 .bg {
  background-color: #a3c7f9;
}
.mix-tab05 {
  position: relative;
  width: 100%;
}
.mix-tab05 > a {
  position: absolute;
  width: 32%;
  background-color: #eaeaea;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1rem;
}
.mix-tab05 .poa-01 {
  top: 0;
  right: 0;
}
.mix-tab05 .poa-02 {
  top: 2.3rem;
  left: 16%;
}
.mix-tab05 .poa-03 {
  top: 2.3rem;
  right: 16%;
}
.mix-tab05 .tab-btn {
  height: 4.8rem;
}
.mix-tab05 .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-tab05 .tab-btn .on {
  background-color: #166be0;
  color: #fff;
}
.mix-tab05 .tab-txt .main h2 {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
.mix-tab05 .tab-txt .main .fx-nav {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
.mix-tab05 .tab-txt .main .fx-nav a {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.mix-tab05 .tab-txt .main .fx-nav a img {
  display: block;
  width: 100%;
}
.mix-tab05 .tab-txt .main .fx-nav a:last-child {
  margin-right: 0;
}
#WFL .swiper-slide {
  width: 60%;
  height: 100%;
}
#WFL .swiper-slide a {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
#WFL .swiper-slide img {
  width: 100%;
}
#WFL .swiper-slide a span {
  color: #137cbf;
}
.super-tx .gallery-top .super-main .img {
  width: 43.75%;
  height: 11.7375rem;
}
.super-tx .gallery-top .super-main .txt {
  height: 11.7375rem;
  width: 53%;
  padding-top: 0.375rem;
}
.super-tx .gallery-top .super-main .txt img {
  display: block;
  width: 8.4rem;
  margin-bottom: 0.375rem;
}
.super-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;
}
.super-tx .gallery-top .super-main .txt p {
  padding-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
.super-tx .gallery-top .super-main .txt p span {
  color: #166be0;
}
.super-tx .gallery-top .super-main .txt p a {
  color: #ca1616;
}
.super-tx .gallery-top .super-main .txt .btn {
  padding-top: 0.6rem;
  display:flex;
  width:12rem;
}
.super-tx .gallery-top .super-main .txt .btn a {
	flex:1;
	padding:0 0.5rem;
}
.super-tx .gallery-top .super-main .txt .btn img{
	width:100%;
}
.super-tx .gallery-thumbs {
  background-color: #ebebeb;
  padding: 0.5rem 0;
  height: 5.575rem;
  margin-top: 0.5rem;
}
.super-tx .gallery-thumbs .swiper-button-prev,
.super-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;
}
.super-tx .gallery-thumbs .swiper-button-prev {
  left: 0;
}
.super-tx .gallery-thumbs .swiper-button-next {
  right: 0;
}
.super-tx .gallery-thumbs .swiper-slide {
  height: 100%;
}
.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;
}

.swiper-pagination-bullet {
  /* opacity: 1!important; */
}

..showbox {
  margin-top: 10px;
}
.showbox .box {
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #666;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  padding: 10px 5px 10px 5px;
  text-indent: 2em;
}
.showbox .box b {
  color: #107dc5;
}
.showbtn {
  width: 95%;
  margin: 10px auto;
  height: 40px;
  line-height: 40px;
  background: #107DC5;
  background-size: 20px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Microsoft Yahei";
}
.hidebox {
  display: none;
  margin-top: 10px;
}
.hidebox .box {
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #666;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  padding: 10px 5px 10px 5px;
  text-indent: 2em;
}
.hidebox .box b {
  color: #107dc5;
}
@media screen and (max-width: 640px) {
.showbox {
    margin: 5px auto 0 auto;
	width:95%;
  }
.showbox .box {
    font-size: 4vw;
    font-family: "Microsoft Yahei";
    line-height: 7vw;
  }
.showbtn {
    margin: 5px auto;
    height: 35px;
    line-height: 35px;
    font-size: 5vw;
    font-family: "Microsoft Yahei";
  }
.hidebox {
    margin: 5px auto 0 auto;
	width:95%;
  }
.hidebox .box {
    font-size: 4vw;
    font-family: "Microsoft Yahei";
    line-height: 7vw;
  }
}

.bj-video .swiper-pagination-bullet {
    width: 1.5rem;
    height: 0.2rem;
    border-radius: 0;
}
.bj-video {
    margin-top: 1rem;
    margin-bottom: 1.475rem;
    height: 14.9625rem;
    background: url(/zt/yypp/images/dadiel_76.jpg) no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
    padding-top: 1.8rem;
}
.bj-video img{
    display: block;
    width: 82.5%;
    margin: 0 auto;
    height: 11.1375rem;
}
.bj-video .swiper-container {
    padding-bottom: 3.675rem;
}
.bj-video .swiper-container-horizontal > .swiper-pagination-bullets, .bj-video .swiper-pagination-custom, .bj-video .swiper-pagination-fraction {
    bottom: 0rem;
}
.picMarquee-left li{
	width:40%;
}
.panel12-list{
	margin-top:0.5rem;
}
.panel12-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 8.25rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
  align-content: space-between;
  flex-wrap: wrap; }
.panel12-list ul li {
    width: 49%;
    padding: 0.3rem 0;
    background-color: #4e97fc; }
.panel12-list ul li a {
      display: block;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
.panel12-list ul li a img {
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        margin-left: 0.3rem;
        margin-right: 0.3rem; }
.panel12-list ul li a span {
        font-size: 0.7875rem;
        color: #fff; }
.panel12-list ul .cf6b37f {
    background-color: #f6b37f; }

