@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
}
ul li{
	list-style-type: none;
}
.audio-box{
	/*position: fixed;
	
	top: 10;
	left: 0;*/
	width: 85%;
	margin: 0 auto;
	background-color: #000;
	background-color: rgba(255,255,255,1);
	color: #030000;
	margin-bottom: 2%;
	padding-left: 10%;
	/*border:1px #ccc solid;
	border-radius:10px;*/
	background: #EFFFF0;
}
.audio-container{
	max-width: 640px;
	min-width: 320px;
	margin: auto;
}
.audio-view{
	position: relative;
	/*! padding-left: 49px; */
	/*padding-right: 180px;*/
	height: 50px;
}
.audio-cover{
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FDFDFD;
}
.audio-cover img{
	display: block;
	height: 100%;
	margin: auto;
}
.audio-body{
	padding: -10px 5px;
	padding-left: 75px;
}
.audio-title{
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
}
.audio-backs{
	position: relative;
	padding-left: 68px;
	padding-right: 0px;
	/*margin-top: 10px;
	height: 20px;*/
}
.audio-this-time,
.audio-count-time{
	position: absolute;
	top: 5px;
	width: 60px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
.audio-this-time{
	left: 0;
}
.audio-count-time{
	right:50px;
}
/*
.audio-count-time{
	right: 0;
	text-align: right;
}
*/
.audio-setbacks{
	height: 6px;
	border-radius: 3px;
	background-color: #ccc;
}
.audio-setbacks{
	position: relative;
	top: 50%;
	left: -70px;
}
.audio-cache-setbacks,
.audio-this-setbacks{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.audio-cache-setbacks{
	background-color: #ccc;
	z-index: 1;
	cursor: pointer;
}
.audio-this-setbacks{
	background-color: #3E983A;
	z-index: 2;
}
.audio-backs-btn{
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	top: 50%;
	right: -7px;
	background-color: #40963D;
	border-radius: 50%;
	cursor: pointer;
}
.audio-btn{
	position: absolute;
	width: 50px;
	height: 50px;
	/*right: 0;*/
	top: 0;
	display: block;
	left: 25px;
}
.audio-select{
	height: 20px;
	margin-top: 7px;
	width: 50px;
	float: right;
}
.audio-select > div{
	width: 35px;
	height: 35px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.audio-select > div + div{
	margin-left: 10px;
}
.audio-prev{
	background-image: url('/images/prev.png');
}
.audio-next{
	background-image: url('/images/next.png');
}
.audio-play{
	background-image: url('/images/play.png');
}
.audio-stop{
	background-image: url('/images/pause.gif');
}
.audio-menu{
	background-image: url('/images/menu.png');
}
.audio-volume{
	background-image: url('/images/volume.png');
}
.audio-list{
	position: absolute;
	right: 0;
	color: #000;
	background-color: #fff;
	bottom: 100px;
	border: 1px solid #ccc;
	width: 240px;
	border-radius: 5px;
	padding-top: 10px;
	display: none;
}
.audio-list-head{
	position: relative;
	padding-bottom: 10px;
}
.audio-list-head p{
	padding-left: 8px;
	font-size: 18px;
}
.audio-list-head span{
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 12px;
	display: block;
	width: 35px;
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.audio-inline{
	height: 165px;
	overflow-y: scroll;
}
.audio-inline li{
	font-size: 16px;
	line-height: 2;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #ccc;
}
.audio-inline a{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	height: 32px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu-show,
.audio-show-volume{
	display: block !important;
}
.audio-set-volume{
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 25px;
	width: 30px;
	height: 100px;
	right: -2px;
	z-index: 999;
	display: none;
}
.volume-box{
	width: 5px;
	margin: auto;
	display: block;

	position: relative;
	background-color: #000;
	border-radius: 2.5px;
	height: 100px;
	/*bottom: -10px;*/
}
.volume-box span{
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	margin-left: -5.5px;
	margin-top: -5.5px;
	left: 50%;
	cursor: pointer;
}
.volume-box i{
	position: absolute;
	width: 100%;
	border-radius: 2.5px;
	background-color: #c70c0c;
	height: 0;
	display: block;
	bottom: 0;
}

.dbfont{
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 0.3rem;
}
/* start */
.panel-zt9{
	margin-bottom:1rem;
}
.panel-zt9 em {
  display: block;
  margin-top: 0.7rem;
  height: 1px;
  background-color: #ccc;
}
.panel-zt9 h2 {
  text-align: center;
  margin-top: 0.1rem;
  font-size: 1.125rem;
  line-height: 1.425rem;
  height: 1.5rem;
  font-weight: bold;
  color: #222;
}
.panel-zt9 h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.6rem;
}
.panel-zt9 li {
  float: left;
  width: 32%;
  margin-top: 0.6rem;
  margin-right: 2%;
  height: 5.0625rem;
  border-radius: 0.25rem;
  border: 1px #ccc solid;
  background-color: #f5f5f5;
  padding-top: 0.375rem;
  box-sizing: border-box;
}
.panel-zt9 li a {
  display: block;
  width: 100%;
}
.panel-zt9 li img {
  display: block;
  width: 2.475rem;
  margin: 0 auto;
}
.panel-zt9 li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  white-space: nowrap;
}
.panel-zt9 li b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.675rem;
  line-height: 1;
  font-weight: inherit;
}
.panel-zt9 li:nth-of-type(3n) {
  margin-right: 0;
}
.panel-zt9 li:nth-of-type(1) b,
.panel-zt9 li:nth-of-type(3) b,
.panel-zt9 li:nth-of-type(4) b {
  font-size: 0.45rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.pub-title-4g {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  height: 2.475rem;
  background: url(/zt/yyjj2/images/sixtitle_10.jpg) no-repeat center center;
  background-size: 93.75% 2.475rem;
}
.pub-title-4g h2 {
  font-size: 1.1625rem;
  font-weight: bold;
  color: #1f6aba;
  padding-top: 0.2rem;
  padding-left: 1.125rem;
}
.pub-title-4g h2 span {
  color: #f36500;
}
.doc-team .tab-btn {
  padding: 0rem 1.5rem 1rem;
  box-sizing: border-box;
}
.doc-team .tab-btn li {
  width: 48%;
  font-size: 0.825rem;
  text-align: center;
  background-color: #eee;
  line-height: 2.25rem;
}
.doc-team .tab-btn .on {
  background-color: #1f6aba;
  color: #fff;
}
.doc-team .tab-txt .swiper-container {
  padding-bottom: 1.2rem;
}
.doc-team .tab-txt .swiper-container-horizontal > .swiper-pagination-bullets,
.doc-team .tab-txt .swiper-pagination-custom,
.doc-team .tab-txt .swiper-pagination-fraction {
  bottom: 0rem;
}
.doc-team .tab-txt .list {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.doc-team .tab-txt .list img {
  display: block;
  width: 6.1875rem;
  margin: 0 auto;
}
.doc-team .tab-txt .list h2 {
  line-height: 2rem;
  font-size: 0.675rem;
  text-align: center;
}
.doc-team .tab-txt .list h2 span {
  font-size: 0.9rem;
  color: #1f6aba;
  font-weight: bold;
}
.doc-team .tab-txt .list p {
  font-size: 0.675rem;
  text-align: center;
}
.doc-team .tab-txt .bb {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.doc-team .tab-txt .btn {
  text-align: center;
  margin-top: 1rem;
}
.doc-team .tab-txt .btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 1.5rem 0 0.5rem;
  border-radius: 1rem;
  line-height: 1.8;
}
.doc-team .tab-txt .btn a:nth-of-type(1) {
  background: url(../images/g_107.jpg) no-repeat 92% center;
  background-size: 0.9rem 0.975rem;
  background-color: #bfdeff;
  color: #1f6aba;
}
.doc-team .tab-txt .btn a:nth-of-type(2) {
  background: url(../images/g_109.jpg) no-repeat 92% center;
  background-size: 0.9rem 0.975rem;
  background-color: #ffdcc3;
  color: #f36500;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.doc-team .tab-txt .btn a:nth-of-type(3) {
  background: url(../images/g_104.jpg) no-repeat 92% center;
  background-size: 0.9rem 0.975rem;
  background-color: #e9e9e9;
  color: #444444;
}
.somesp .swiper-slide {
    width: 60%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 1.5rem;
    height: 0.2rem;
    border-radius: 0;
}
.sometoo .swiper-pagination{
	bottom:20px !important;
}
.somedj .swiper-pagination{
	bottom:5px !important;
}