.clearfix:after { 
			 	content:"";
                display:block;
				clear:both;
				height:0px;
			 }

        .wip_bigpng {
            width: 1200px;
            margin: 10px 0 16px;
        }
.fl{float:left;}
.fr{float:right;}
        
        .clear {
            clear: both;
            height: 20px;
        }
        
        .wip_bigpng img {
            width: 1200px;
        }
        
        .qtitle {
            background-repeat: no-repeat;
            background-position: left center;
            height: 50px;
            /* border-bottom: 1px solid #cccccc; */
            font-size: 24px;
            line-height: 28px;
            font-weight: bold;
    
        }
.barrierfree_container1{background:#f5f5f5;}
        
        .qtitle a {
            color: #115db2;
     
            /* padding: 0 16px 7px; */
        
     
        }
        
        .qtitle span {
            margin-top: 10px;
        }
        
        .qtitle span a {
            color: #9599a2;
            font-size: 15px;
        }
        
        .wh_ssj_part {
            width: 400px;
            margin-right: -20px;
        }
        
        .wh_ssj_part li {
            height: 108px;
            width: 180px;
            float: left;
            border: 1px solid #66acd6;
            font-size: 17px;
            margin: 10px 20px 10px 0;
            text-align: center;
            line-height: 36px;
            background-color: #0074ba;
            letter-spacing: 3px;
        }
        
        .wh_ssj_part li span {
            width: 100%;
            display: block;
            height: 72px;
            line-height: 72px;
            background-color: #fff;
        }
        
        .wh_ssj_part li a {
            color: #fff;
        }
        
        .wh_ssj_part a {
            color: #333;
            font-size: 18px;
        }
        
        .w800 {
            width: 760px;
        }
        
        .qlist {
            /* margin: 10px 0 10px; */
            border: 1px solid #115db2;
            padding: 18px 20px;
        }
        
        .qlist li {
            line-height: 42px;
            /* height: 42px; */
       
          
            /* clear: both; */
        }
        .z-img img{margin: 0 auto;
    display: block;}
        .qlist li h3:after {
            content: "";
            background: #cccccc;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: block;
            position: absolute;
            left: 0;
            top: 20px;
        }
.qlist{
	margin-bottom:30px;
}
        
        .qlist li a {
            color: #333;
        }
        
         ul.qqw {
        display: block;
            margin-top: 10px;
          float: left;    margin-bottom: 20px;
    width: 100%;
        }
        
        .qlist ul.qqw  li {
            float: left;
            margin-right: 13px;
            line-height: 34px;
            padding-left: 0;
            text-align: center;
            border-radius: 3px;    margin: 6px;
    position: relative;
        }
        /* .qlist li ul li.end {
            border: 1px solid #d5d5d5;
        }
         */
        
        .qlist ul.qqw  li a {
    font-size: 15px;background:url(huiyuan.png) no-repeat left;
            color: #115db2;
           text-align: left;
    padding-left: 8px;
    margin-left: 5px;
    background-size: 3px;
            display: block;
        }
.cob {
  background-color: #f5f5f5;
}
.cob .container {
  height: 205px;
  position: relative;
}
.cob .line {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: calc(50% - 4px);
}
.cob .line img {
  width: 100%;
}
.cob .flex-wrap {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: relative;
}
.cob .flex-wrap.active {
  padding: 30px 0;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.cob .flex-wrap > li {
  height: 160px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.cob .flex-wrap > li.effective {
  cursor: pointer;
}
.cob .flex-wrap > li .img-w {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  border: 4px solid #eee;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cob .flex-wrap > li.effective .img-w {
  border: 4px solid #f5f9fc;
  background: #b1cefe;
}

.cob .flex-wrap > li .img-w img {
  width: 20px;
}
.cob .flex-wrap > li .circle {
  height: 14px;
  width: 14px;
  background: #e3e3e3;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  z-index: 99;
}
.cob .flex-wrap > li.effective .circle {
  background: #b1cefe;
}
.cob .flex-wrap > li .text {
  position: absolute;
  width: 100%;
  bottom: 26px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
   color: #c6c6c6;
}
.cob .flex-wrap > li.effective .text {
   color: #000000;
}



.cob .flex-wrap > li.active .circle {
  height: 18px;
  width: 18px;
  background: #fff;
  border: 4px solid #115db2;
}
.top-wrap {
    background: #fff;
    position: relative;
    z-index: 9;
	box-shadow: 0 0 14px #eee;}
.cob .flex-wrap > li.active .img-w {
  background: #115db2;
  border: 4px solid #cde5ff;
  transition: all 0.2s ease-in-out;
}
.cob .flex-wrap > li.active .text {
  color: #115db2;
  transition: all 0.2s ease-in-out;
}
.cob .flex-wrap .indicator {
  background: #fff;
  z-index: 99;
  transform: rotate(45deg);
  box-shadow: 0 0px 12px #eee;
  position: absolute;
  bottom: -20px;
  transition: 0.2s ease-in-out;
}
.tab-content dl dd a{   float: left;
    max-width: 82%;
    white-space: nowrap;
    overflow: hidden;
text-overflow: ellipsis;    color: #333;}
.tab-content dl dd span{float:right;color:#999;}
.tab-content {padding:3%;}
.tab-content dl dd {width:100%;  border-bottom:1px dotted #f5f5f5;width: 100%;
    float: left;
    padding-bottom: 12px;}
.tab-content dl dd:hover a{color: #115db2;}
.cob .flex-wrap .indicator::before {
  display: none;
}
.cob .flex-wrap.gr li {
  width: 80px;
  margin: 0 18.10101010101px;
}
.cob .flex-wrap.gr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 41.90909091px;
}
.cob .flex-wrap.fr li {
  width: 80px;
  margin: 0 59.5px;
}
.cob .flex-wrap.fr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 77.5px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
}
.flex-list li {
  background: #f1f2f3;
  padding: 1rem;
}
.flex-3 a li {
  margin: 20px 20px 0 0;
  text-align: center;
  color: #b0b0b0;
}
.flex-3 a{display:block; width:18%;}
.flex-3 a li.effective {
  cursor:pointer;
  background: #115db2;
  color: #ffffff;
}
.flex-3 a li.effective:hover {
  background: #115db2;
  color: #ffffff;
}
.flex-3 a li:nth-child(3n + 4) {
  margin-right: 0;
}
.top-wrap {
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 14px #eee;
}
.top-wrap .layer-2 {
  position: relative;
  z-index: 999;
  background: #fff;
  
}
.top-wrap .layer-2 .content li {
  padding: 30px 20px;
  font-size: 16px;
}
.top-wrap .bordered-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 4px solid #f1f2f3;
  
}
.tab-title ul {
  padding-bottom: 32px;
}
.tab-title ul li {
  float: left;
  margin-right: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.tab-title ul .current {
  color: #6396f0;
}
.top-wrap .bordered-content {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  line-height: 200%;
}
.container.gr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.gr.active .top-wrap {
  height: auto;
}
.container.fr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.fr.active .top-wrap {
  height: auto;
}

.qlist li h3 {
    font-weight: normal;
    width: 100%;
	float: left; position: relative;padding-left: 16px;}
 .qlist ul.qqw  li .article{    padding-top: 10px;display: none;  border-bottom: 1px solid #115db2;  border-left: 1px solid #115db2;  border-right: 1px solid #115db2;   position: absolute;
    left: 0;
    z-index: 20;    width: 100%;}
             .qlist ul.qqw  li .teto1 {
            border: 1px solid #115db2;
            color: #115db2;
          
            height: 36px;
            display: block;    padding: 0 14px;
        }
ul.qqw{width:100%; float:left;}
 .qlist ul.qqw  li .teto:hover .article{display:block;}
        .qlist li ul li a.end {
            color: #115db2;
            border: 1px solid #b5e7ff;
        }
        
        .qlist li:hover ul {
            display: block;
            width: 100%;
            /* background-color: #000; */
        }
        
        .qlist ul.qqw  li::after {
            content: "";
            width: 0;
            height: 0;
        }
        
        .qlist li span {
            float: right;
            font-size: 16px;
            color: #999;
        }
.wapp{
	width: 100%;    background: #f5f5f5;
}
.wip_locat_bg{
	width: 100%;
	min-width: 1200px;
	background: #FFFFFF;
}
.wip_locat{
	width: 1200px;
	margin: auto;
	color: #454545;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}
.wip_locat a{
	color: #454545 !important;
	font-size: 13px !important;
}
.wip_locat td{
	color: #454545 !important;
	font-size: 13px !important;
}
.wip_bgcon{
	width: 1200px;max-width:100%;
	margin: auto;	background:#fff; padding:3%;
}
.wip_bgcon.active{padding-top:0;}
.wip_logozd{
	width: 1200px;
	height: 340px;
	background: url(xm_png1.png) no-repeat center;
	padding-top: 30px;
}
.wip_logozd h1{
	text-align: center;
	margin: 0px auto 70px;
	color: #FFFFFF;
	font-size: 42px;
}
.wip_logozd h1 a{
	color: #FFFFFF;
}
.wip_logozd h2{
	color: #ffffff;
	font-size: 32px;
	text-align: center;
}
.wip_logozd h2 a{
	color: #FFFFFF;
}

.wip_zdcolbg{
	width: 1100px;
	margin: auto;
}

.wip_zdcol{
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 55px 0px 0px 20px;
	font-size: 17px;
	color: #d71619;
	font-weight: normal;
}
.wip_zdcol:first-child{
	margin-left: 0px;
}
.wip_zdcol:hover{
	font-weight: bold;
}
.wip_zdcol a{
	color: #d71619;
}

.wip_zdcolname{
	width: 100%;
	border-bottom: 1px solid #9ecbef;
	color: #115db2;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-top: 30px;
}
.wip_zdcolname a{
	color: #115db2;
}

.wip_zdli{
	line-height: 50px;
	height: 50px;
	color: #373737;
	font-size: 17px;
	border-bottom: 1px dashed #CCCCCC;

}
.wip_zdli a{
	padding-left: 15px;	
	width: 950px;
	color: #373737;

}
.wip_zdli a:hover{
	color: #115db2;
	font-weight: bold;
}
.wip_zdli span{
	width: 250px;
}

#jieguoteshu a{
	background: none;
	padding-left: 0px;	
}
#jieguoteshu em{
	color: #3e97df;
	font-style: normal;
}
/* old*/
.old_type .qtitle a{font-size:36px;}
.old_type .qtitle {
	height: 68px;}
.old_type .qlist li a,.old_type .qlist li span {
    font-size: 32px;
	line-height: 68px;}
.old_type .qlist li h3 {
	font-size: 36px;}
.old_type ul.qqw {
    margin-top: 30px;
	margin-bottom: 30px;}
.old_type .qlist ul.qqw li {
	font-size: 32px; margin-bottom: 13px;    width: 48%;}
.old_type .qlist ul.qqw li .teto1 {
    width: 100%;
	height: 68px;    line-height: 68px;}
.old_type .qlist ul.qqw li .article {
	width: 100%;}
.old_type .qlist ul.qqw li a {
	font-size: 32px; line-height: 68px;}
h4.sx{font-size:24px; font-weight:bold; color:#115db2;margin: 0; padding: 0;   }
.tmm{ padding:0 30px 30px;}
.tmm p{font-size:18px;}

.cbox .container {
 
  position: relative;
}
.cbox ul{    background: #fff;
    padding: 30px 20px;    margin: 0;}
.cbox .line {
     position: absolute;
    width: 95%;
    z-index: 99;
    left: 31px;
  top: calc(58% - 4px);
}
.cbox .line img {
  width: 100%;
}
.cbox .flex-wrap {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: relative;
}
.cbox .flex-wrap.active {
  padding: 30px 0;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.cbox .flex-wrap > li {
  height: 160px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.cbox .flex-wrap > li.effective {
  cursor: pointer;
}
.cbox .flex-wrap > li .img-w {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  border: 4px solid #eaeaea;
  background: #e3e3e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cbox .flex-wrap > li.effective .img-w {
  border: 4px solid #f5f9fc;
  background: #acccef;
}

.cbox .flex-wrap > li .img-w img {
  width: 20px;
}
.cbox .flex-wrap > li .circle {
  height: 14px;
  width: 14px;
  background: #e3e3e3;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(53% - 7px);
  z-index: 99;
}
.cbox .flex-wrap > li.effective .circle {
  background: #b1cefe;
}
.cbox .flex-wrap > li .text {
  position: absolute;
  width: 100%;
  bottom: 26px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
   color: #c6c6c6;
}
.top-wrap .cboxt .content li a{color:#fff; font-size:16px; text-decoration: none;}
.cbox .flex-wrap > li.effective .text {
   color: #000000;
}
.top-wrap .cboxt .content.lh li{background:#eee;}
.top-wrap .cboxt .content.lh li:hover{background:#115db2;}

.top-wrap .cboxt .content.lh li:hover a {color:#fff;}
.container{max-width:1200px; width:100%; margin:0 auto;}

.cbox .flex-wrap > li.active .circle {
  height: 18px;
  width: 18px;
  background: #fff;
  border: 4px solid #115db2;
}
.cbox .flex-wrap > li.active .img-w {
  background:#115db2;
  border: 4px solid #abd1fb;
  transition: all 0.2s ease-in-out;
}
.cbox .flex-wrap > li.active .text {
  color: #115db2;
  transition: all 0.2s ease-in-out;
}
.cbox .flex-wrap .indicator {
  background: #fff;
  z-index: 99;
  transform: rotate(45deg);
  box-shadow: 0 0px 12px #ccc;
  position: absolute;
  bottom: -20px;
  transition: 0.2s ease-in-out;
}
.cbox .flex-wrap .indicator::before {
  display: none;
}
.cbox .flex-wrap.gr li {
  width: 80px;
  margin: 0 32px;
}
.cbox .flex-wrap.gr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 41.90909091px;
}
.cbox .flex-wrap.fr li {
  width: 80px;
  margin: 0 59.5px;
}
.cbox .flex-wrap.fr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 77.5px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
}
.flex-list li {
  background: #f1f2f3;
  padding: 1rem;
}
.flex-3 > li {
  width: calc(21% - 14.99999999999px);
  margin: 20px 20px 0 0;
  text-align: center;
  color: #b0b0b0;
}
.flex-3  li.effective {
  cursor:pointer;
  background: #115db2;
  color: #ffffff;
}
.flex-3  li.effective:hover {
  background: #115db2;
  color: #ffffff;
}
.flex-3  li:nth-child(3n + 4) {
  margin-right: 0;
}
.top-wrap {
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 14px #eee;
}
.top-wrap .cboxt {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 30px 20px;
}
.top-wrap .cboxt .content li {
  padding: 24px 20px;
  font-size: 16px;
}
.top-wrap .bordered-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 4px solid #f1f2f3;
  
}
.tab-title ul {
  padding-bottom: 32px;
}
.tab-title ul li {
  float: left;
  margin-right: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.tab-title ul .current {
  color: #78a0e7;
}
.top-wrap .bordered-content {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  line-height: 200%;
}
.container.gr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.gr.active .top-wrap {
  height: auto;
}
.container.fr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.fr.active .top-wrap {
  height: auto;
}
.modal .modal-close {
  float: right;
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  outline: 0 !important;

  opacity: 0.5;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 1;
  background-color: #f2f2f2;
}
.modal-content .modal-header .modal-title a + a:before {
  content: ">";
  padding-left: 5px;
  padding-right: 5px;
  color: #666;
}
.tab-content .btn-group .btn:hover {
  color: #3371de;
  background-color: #eff5f1;
}
.tab-content .btn-group .btn {
  margin: 4px 18px;
  padding: 4px 2px;
  color: #333;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}


@media (max-width: 767px) and (min-width: 320px) {
	.flex-3 a {
    display: block;
    width: 50%;}
	.wip_bgcon,.qlist{padding:10px;}
	.qtitle{font-size:18px;}
	.qlist li a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
		display: block;    font-size: 15px;}
	.qlist li span{display:none;}
	.qlist li ul{display:block;height: 124px;}
	.qlist li{font-size:16px; line-height: 28px; margin-right: 5px;    padding-left: 11px;}
	.qlist li ul li a,.qlist ul.qqw  li .teto1{margin-top:5px;    width: 100%;}
	.qlist ul.qqw  li {    width: 100%;
		margin-right: 5px;}
	.cob .flex-wrap.gr li {
    width: 80px;
		margin: 0 17.10101px;}
	.tab-content dl dd span{display:none;}
	.tab-content dl dd a{font-size:15px;}
	.cob .flex-wrap > li .text{font-size:15px;}
	h4.sx {
		font-size: 18px;float:none;}
	.tmm p{font-size: 18px;float:none;padding-top:5px;}
	.line{display:none;}
	.tmm {
		padding: 0 30px 20px;}
	.cbox .flex-wrap.gr li {
    width: 80px;
		margin: 0 8px;}
	.cbox .flex-wrap > li .text {
		font-size: 15px;}
	.top-wrap .bordered-title {
		font-size: 18px;}
	.flex-3 > li {
    width: calc(50% - 10px);
		margin: 10px 10px 0 0;}
	.top-wrap .cboxt .content li {
    padding: 15px 20px;
		font-size: 15px;}
	.top-wrap .cboxt .content li a {

		font-size: 15px;}
	
}