@media screen and (min-width: 1679px) {
  .banner-content{
      left: 18%;
  }
}
@media screen and (max-width: 1678px) and (min-width: 1555px) {
  .banner-content{
      left: 12%;
  }
}
@media screen and (max-width: 1554px) and (min-width: 1400px) {
  .banner-content{
      left: 8%;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1300px) {
  .banner-content{
      left: 4%;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .banner-content{
      left: 2%;
  }
}
body{

	margin: 0;

	padding: 0;

	position: relative;

	

}

a{

	text-decoration: none;

}

ul>li{

	list-style: none;

}

ul,h1,h2,h3,h4,h5,h6,hr,p{

	padding: 0;

	margin: 0;

}

input{

	outline: none;

}
/*img{
	display: block;
	max-width: 100%;
}*/
.flex1{

	display: -webkit-box; 

  display: -moz-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox; 

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: space-between;

  justify-content: space-between;

}

.flex2{

	display: -webkit-box; 

  display: -moz-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox; 

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content:flex-start ;

  justify-content:flex-start;

}

.fl{

	float: left;

}

.fr{

	float: right;

}

.dkjz{

	width: 1200px;

	margin: 0 auto;

}

.header{

	width: 100%;

	height: 57px;

}

.shoucang{

	width: 220px;

	height: 57px;

	line-height: 57px;

	float: left;

	background: #fafafa;

}

.shoucang a{

	display: block;

	width: 100%;

	height: 100%;

	text-align: center;

}

.shoucang a{

	color: #6a6a6a;

	font-size: 14px;

}

.scxl{

	width: 220px;

	height: 100px;

	background: #fafafa;

	position: absolute;

	top: 57px;

	z-index: 9;

	display: none;

}

.shoucang a:hover .scxl{

	display: block!important;

}

.header-right{

	width: 60%;

	height: 57px;

	border-bottom: 1px solid #d2d2d2;

	float: right;

}

.header-right ul{

	width: 88%;

	height: 57px;

	line-height: 57px;

	margin-right: 15px;

}

.header-right ul>li{

	float: left;

}

.header-right ul>li>a{

	color: #666666;

	font-size: 15px;

	font-weight: bold;

	font-family: '黑体';

}

.header-right ul>li>a:hover{

	color: #901d78;

	font-weight: bold;

}

.header-right form{

	width: 38%;

	margin-top: 9px;

	position: relative;

}

.header-right form>input:nth-child(1){

	width: 93%;

	height: 38px;

	background: #fafafa;

	border: none;

	border-radius: 8px;

	padding-left: 15px;

}

.header-right form>input:nth-child(2){

	position: absolute;

	right: 20px;

	top:9px;

	width: 20px;

	height: 20px;

	background:  no-repeat center;

	border: none;

	cursor: pointer;

}

.nav{

	width: 100%;

	height: 108px;

}

.nav>.dkjz>a{

	display: block;

	float: left;

}

.nav>.dkjz>a img{

	display: block;

	margin: 0 auto;

	padding-top: 10px;

}

.nav-right{

	width: 50%;

	height: 108px;

	float: right;

}

.nav-right ul{

	width: 100%;

}

.nav-right ul>li{

	float: left;

	margin-top: 37px;

	text-align: center;

	color: #666666;

	line-height: 25px;

	font-size: 15px;

	height: 71px;

	cursor: pointer;

	font-weight: bold;

	font-family: '黑体';

}

.nav-right ul>li.act{

	background: url(/uploads/image/pspimages/sanjiao.png) no-repeat;

	background-position: bottom center;

}

.nav-right ul>li.act span{

color: #901d78;

	font-weight: bold;

}

.nav-right .act1{

	color: #901d78;

	font-weight: bold;

}

.nav-tab{

	width: 100%;

	height: 65px;

	background: #fafafa;

	border-top: 1px solid #eeeeee;

	box-shadow: 0px 13px 17px -19px #000;

	display: none;

	position: absolute;

}

.nav-tab .act2{

	color: #901d78;

	font-weight: bold;

}

.nav-tab ul{

	height: 65px;

	line-height: 65px;

	float: right;

}

.nav-tab ul>li{

	width: 100px;

	text-align: center;

}

.nav-tab ul>li>a{

	
	color: #666666;

	font-size: 15px;

	font-weight: bold;

	font-family: '黑体';

}

.nav-tab ul>li>a:hover{

	color: #901d78;

	font-weight: bold;

}

.a-zjjs-right>p:last-child{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;/*文本进行换行*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.a-zjjs-right>p:nth-child(3){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;/*文本进行换行*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.show{

	display: block;

}

.banner{

	width: 100%;

	height: 560px;/*

	background:  no-repeat;

	background-size: 100% 100%;*/

	margin-top: 65px;

	position: relative;

	display: -webkit-box; 

  display: -moz-box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox; 

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  -webkit-justify-content: center;

  justify-content: center;

}

.banner .swiper-slide img{

	width: 100%;

	height: 100%;

}

.banner .swiper-pagination-bullet{

	width: 40px;

	height: 8px;

	border-radius: 5px;

	opacity: 0.7;

	background: #ccc;

}

.banner .swiper-pagination-bullet-active{

	background: #901d78;

	opacity: 1;

}

.banner-left{

	width: 54%;

	float: left;

	margin-top: 335px;

	position: relative;

}

.banner-left>input:nth-child(1){

	width: 620px;

	height: 80px;

	line-height: 80px;

	background: #fff;

	border: none;

	border-radius: 10px;

	padding-left: 20px;

	font-size: 26px;

}

.banner-left>input:nth-child(2){

	width: 80px;

	height: 80px;

	background:  no-repeat center;

	position: absolute;

	top: 0;

	right: 20px;

	border: none;

	cursor: pointer;

}

.banner-left>input::placeholder{

	color: #b0b0b0;

	font-size: 26px;

}

.banner-right{

	width: 30%;

	height: 440px;

	float: right;

	position: relative;

	margin-top: 50px;

}

.banner-right div{

	position: relative;

	float: right;

	margin-top: 20px;

}

.banner-right input{

	display: block;

	width: 200px;

	height: 63px;

	border: 1px solid #e5e5e5;

	background: #fafafa;

	border-radius: 30px;

	padding-left: 80px;

	font-size: 14.7px;

}

.banner-right img{

	position: absolute;

	left: 35px;

	top: 20px;

	height: 26px;

	width: 25px;

}

.banner-right input::placeholder{

	color: #858585;

	font-size: 14.7px;

}

.banner-right .sub input{

	width: 280px;

	padding: 0;

	color: #fff;

	font-size: 16.8px;

	font-weight: bold;

	background: #901d78;

	border: none;

	box-shadow: 0px 0px 7px 0px #9c388e;

	cursor: pointer;

}

.sy1{

	width: 100%;

	padding-top: 45px;

	padding-bottom: 85px;

	background: #f9f9f9;

}

.xtgg{

	display: inline-block;

	width: 70%;

	height: 65px;

	line-height: 65px;

	background: #f9f9f9;

	border-radius: 32px;

	box-shadow: 0px 3px 14px -6px #000;

}

.xtgg:hover p{

	color: #6a2163;

}

.xtgg img{

	float: left;

	margin-top: 20px;

	margin-left: 33px;

	margin-right: 20px;

}

.xtgg p{

	font-size: 14px;

	color: #8c8c8c;

}

.xtgg p>span{

	color: #6a2163;

	font-size: 16px;

	font-weight: bold;

	margin-right: 20px;

}

.yydh{

	display: block;

	width: 25%;

	float: right;

	height: 65px;

	line-height: 65px;

	background: #f9f9f9;

	border-radius: 32pc;

	box-shadow: 0px 3px 14px -6px #000;

}

.yydh:hover p{

	color: #6a2163;

}

.yydh img{

	float: left;

	margin-top: 20px;

	margin-left: 33px;

	margin-right: 20px;

}

.yydh p{

	font-size: 14px;

	color: #8c8c8c;

}

.yydh p>span{

	color: #6a2163;

	font-size: 16px;

	font-weight: bold;

	margin-right: 5px;

}

.sy1-nr{

	width: 100%;

  -webkit-flex-wrap: wrap;  

  -moz-flex-wrap: wrap;  

  -ms-flex-wrap: wrap;  

  -o-flex-wrap: wrap;  

  flex-wrap: wrap;  

}

.sy1-nrk{

	width: 48%;

	height: 354px;

	background: #ccc;

	border-radius: 10px;

	margin-top: 60px;

	position: relative;

	cursor: pointer;

}

/*.sy1-nrk:hover .sy1-t1{

	display: none;

}*/

/*.sy1-nrk:hover .sy1-t2{

	display: block;

}*/

.sy1-nrk:hover .sy1-nr1{

	display: none;

}

.sy1-nrk:hover .sy1-nr2{

	display: block;

}

.sy1-nrk>img{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	border-radius: 10px;

}

.sy1-t2{

	display: none;

}

.sy1-nr1{

	width: 60%;

	height: 85px;

	position: absolute;

	bottom: 0;

	left: 50px;

}

.sy1-nr1-left{

	/*width: 50%;*/

	float: left;

	/*height: 100px;*/

}

.sy1-nr1-left h1{

	color: #fff;

	font-size: 18px;

	font-weight: normal;

	text-transform: uppercase;

}

.sy1-nr1-left h2{

	color: #fff;

	font-size: 24px;

	font-weight: normal;

}

.sy1-nr1>img{

	float: right;

	margin-top: 25px;

}

.sy1-nr2{

	width: 100%;

	height: 100%;

	background: rgba(144,29,120,0.8);

	position: absolute;

	bottom: 0;

	display: none;

	border-radius: 10px;

}

.sy1-nr2 h1{

	color: #fff;

	font-size: 30px;

	font-weight: normal;

	width: 85%;

	margin: 0 auto;

	padding-top: 35px;

}

.sy1-nr2 h1>span{

	font-size: 18px;

	text-transform: uppercase;

}

.sy1-nr2 ul{

	width: 85%;

	height: auto;;

	height: auto;

	margin: 0 auto;

	margin-top: 40px;

  -webkit-flex-wrap: wrap;  

  -moz-flex-wrap: wrap;  

  -ms-flex-wrap: wrap;  

  -o-flex-wrap: wrap;  

  flex-wrap: wrap;  

}

.sy1-nr2 ul>li{

	width: 100px;

	height: 37px;

	float: left;

	line-height: 35px;

	text-align: center;

	margin-top: 5px;

}

.sy1-nr2 ul>li>a{

	display: block;

	width: 67%;

	margin: 0 auto;

	margin-top: -5px;

	color: #fff;

	font-size: 16px;

}

.sy1-nr2 ul>li>a:hover{

	border-bottom: 1px solid #ffffff;

}

.sy2{

	width: 100%;

	padding:60px 0;

}

.sy2 h1{

	color: #383838;

	font-size: 38px;

	font-weight: normal;

	text-align: center;

}

.sy2 h1>span{

	color: #901d78;

}

.sy2-nr{

	width: 100%;

  -webkit-flex-wrap: wrap;  

  -moz-flex-wrap: wrap;  

  -ms-flex-wrap: wrap;  

  -o-flex-wrap: wrap;  

  flex-wrap: wrap;  

}

.sy2-nr a{

	display: block;

	width: 30%;

	height: 219px;

	background: #fbfbfb;

	border: 1px solid #dcdcdc;

	border-radius: 10px;

	margin-top: 43px;

	position: relative;

	margin-left: 19px;

	margin-right: 19px;

}

.sy2-nrt{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	display: none;

	border-radius: 10px;

}

.sy2-nr a:hover .sy2-nrt{

	display: block;

}

.sy2-nr a:hover .sy2-nrz>h3{

	color: #fff

}

.sy2-nr a:hover .sy2-nrz>h1{

	color: #fff

}

.sy2-nr a:hover .sy2-nrz>p{

	color: #fff

}

.sy2-nr a:hover .sy2-nrz{

	background: rgba(0,0,0,0.5);

}

.sy2-nrz{

	width: 100%;

	height: 100%;

	margin: 0 auto;

	position: absolute;

	top: 0;

	border-radius: 10px;

}

.sy2-nrz h3{

	color: #939393;

	font-size: 14px;

	font-weight: normal;

	padding-top: 35px;

	width: 85%;

	margin: 0 auto;

}

.sy2-nrz h1{

	color: #212121;

	font-size: 18px;

	font-weight: normal;

	text-align: left;

	/*margin-top: 12px;*/

	width: 85%;

	margin: 6px auto;

}

.sy2-nrz p{

	color: #878787;

	font-size: 14px;

	text-indent: 14px;

	line-height: 25px;

	/*margin-top: 15px;*/

	height: 50px;

	overflow: hidden;

  text-overflow: ellipsis;

  white-space: wrap;/*文本进行换行*/

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

	width: 85%;

	margin: 15px auto;

}

.sy3{

	width: 100%;

	height: auto;

	background:#fafafa;

}

.sy3 img{

	width: 100%;

}

.footer{

	width: 100%;

	padding-top: 75px;

	padding-bottom: 25px;

}

.footer-nr1{

	width: 100%;

}

.footer-lx{

	padding-right: 10px;

	/*height: 280px;*/

}

.footer-lx h1{

	color: #8a1e76;

	font-size: 12px;

}

.footer-lx span{

	display: block;

	color: #5a5958;

	font-size: 13px;

	line-height: 35px;

	margin-top: 15px;

}

.footer-lx ul>li>a:hover{

	color: #000;

}

.footer-lx ul{

	width: 100%;

	margin-top: 15px;

}

.footer-lx ul>li{

	height: 30px;

	line-height: 30px;

}

.footer-lx ul>li>a{

	color: #5a5958;

	font-size: 12px;

}

.footer-wx{

	width: 220px;

}

.footer-wx h1{

	font-size: 16px;

}

.footer-wx img{

	display: inline-block;

	margin-top: 25px;

}

.footer-wx ul{

	width: 35%;

	float: right;

	margin-top: 30px;

}

.footer-nr2{

	width: 100%;

	padding-bottom: 25px;

	border-bottom: 1px solid #dcdcdc;

}

.footer-nr2 h1{

	color: #8a1e76;

	font-size: 16px;

}

.footer-nr2 p>a{

	display: inline-block;

	margin-right: 8px;

}

.footer-nr2 p{

	margin-top: 13px;

}

.footer-nr3{

	width: 100%;

	padding: 25px 0;

}

.footer-nr3 ul{

	width: 85%;

	height: 15px;

	line-height: 15px;

	margin: 0 auto;

}

.footer-nr3 ul>li{

	padding: 0 20px;

	float: left;

	border-right: 1px solid #666666;

}

.footer-nr3 ul>li:last-child{

	border: none;

}

.footer-nr3 ul>li>a{

	color: #666666;

	font-size: 12px;

}

.footer-nr3 ul>li>a:hover{

	color: #000;

}

.footer-nr4{

	text-align: center;

	color: #989898;

	font-size: 12px;

	line-height: 35px;

}

.fixed{

	position: fixed;

	width: 100px;

	height: auto;

	background: #ececec;

	right: 15px;

	top: 260px;

	z-index: 100;

	padding-bottom: 20px;

}

.fixed a{

	width: 100%;

	height: 100px;

	margin: 0 auto;

	margin-top: 12px;

	display: block;

	position: relative;

}

.fixed a>img{

	width: 85px;

	/*height: 53px;*/

	position: absolute;

	top: 0;

	left: 7px;

}
.fixed a>span{
	color: #212121;
	width: 77px;

	height: 53px;

	position: absolute;

	top: 87px;

	left: 12px;

}

.fx-t2{

	display: none;

}

/*.fixed a:hover .fx-t1{

	display: none;

}

.fixed a:hover .fx-t2{

	display: block;

}
*/


/*走进妇幼*/

.banner1{

	width: 100%;

	height: auto;

	margin-top: 65px;

}

.banner1 img{

	width: 100%;

	height: auto;;

}

.dqwz{

	width: 100%;

	height: 75px;

	line-height: 75px;

	margin-top: -5px;

}

.dqwz span{

	color: #646464;

	font-size: 14px;

}

.dqwz span>a{

	color: #646464;

	font-size: 14px;

}

.dqwz span>a>img{

	float: left;

	margin-top: 30px;

	margin-right: 5px;

}

.dqwz span>a:hover{

	box-shadow: none!important;

}

.fy1{

	width: 100%;

	padding-top: 10px;

	padding-bottom: 135px;

}

.fy1-left{

	width: 50%;

	height: 375px;

	display: inline-block;

}

.fy1-left h1{

	color: #901d78;

	font-size: 22px;

	font-weight: normal;

	padding-top: 15px;

}

.fy1-left h1>img{

	float: left;

	margin-top: -8px;

	margin-right: 8px;

}

.fy1-left p{

	float: left;

	color: #787878;

	font-size: 16px;

	line-height: 25px;

	height: 75px;

	overflow: hidden;

	text-overflow: ellipsis;

	margin-top: 25px;

}

.fy1-left-nr1{

	width: 100%;

  margin-top: 205px;

}

.fy1-left-nr1 a{

	display: block;

	width: 20%;

	height: 90px;

	text-align: center;

	position: relative;

}

.fy1-left-nr1 a>img{

	position: absolute;

	top: 7px;

	left: 33px;

}

.tu02{

	display: none;

}

.fy1-left-nr1 a span{

	color: #696969;

	font-size: 16px;

	margin-top: 45px;

	display: block;

}

.fy1-left-nr1 a:hover .tu01{

	display: none;

}

.fy1-left-nr1 a:hover .tu02{

	display: block;

}

.fy1-left-nr1 a:hover span{

	color: #901d78;

}

.fy1>.dkjz>img{

	float: right;

}

.fy2{

	width: 100%;

	padding-top: 100px;

	padding-bottom: 125px;

	background: #fbfbfb;

}

.fy2-left{

	display: inline-block;

	width: 45%;

	height: 370px;

	position: relative;

}

.fy2-left img{

	width: 100%;

	height: 100%;

}

.fy2-left-nr{

	width: 100%;

	height: 65px;

	line-height: 65px;

	background: rgba(0,0,0,0.5);

	position: absolute;

	bottom: 0;

}

.fy2-left-nr span{

	color: #fff;

	font-size: 14px;

}

.fy2-right{

	width: 50%;

	height: 370px;

	float: right;

}

.fy2-right h1{

	color: #901d78;

	font-size: 22px;

	font-weight: normal;

	padding-top: 15px;

	float: left;

}

.fy2-right h1>img{

	float: left;

	margin-top: -8px;

	margin-right: 8px;

}

.fy2-right>a{

	float: right;

	margin-top: 25px;

	color: #737373;

	font-size: 14px;

}

.fy2-right-nr{

	width: 100%;

	height: 295px;

	float: left;

	margin-top: 25px;

}

.fy2-right-nr>ul{

	width: 100%;

	height: 50px;

	box-shadow: 0px 3px 14px -6px #000;

	border-radius: 5px;

}

.fy2-right-nr>ul>li{

	width: 95px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	color: #696969;

	font-size: 16px;

	cursor: pointer;

}

.fy2-right-nr .act1{

	color: #901d78;

}

.fy2-right-nr .show{

	display: block;

}

.fy2-tab{

	width: 100%;

	height: 240px;

	display: none;

}

.fy2-tab>ul{

	width: 100%;

}

.fy2-tab>ul>li{

	width: 100%;

	height: 60px;

	line-height: 60px;

	border-bottom: 1px solid #e5e5e5;

}

.fy2-tab>ul>li>a{

	display: block;

	width: 100%;

	height: 100%;

	text-indent: 10px;

}

.fy2-tab>ul>li>a>span{

	color: #737373;

	font-size: 14px;

}

.fy2-tab>ul>li>a:hover span{

	color: #901d78;

}

.fy2-tab>ul>li:last-child{

	border: none;

}

.fy3{

	width: 100%;

	padding: 120px 0;

}

.fy3-left{

	width: 50%;

	height: 375px;

	display: inline-block;

}

.fy3-left h1{

	color: #901d78;

	font-size: 22px;

	font-weight: normal;

	padding-top: 15px;

	float: left;

}

.fy3-left h1>img{

	float: left;

	margin-top: -8px;

	margin-right: 8px;

}

.fy3-left-nr{

	width: 100%;

  -webkit-flex-wrap: wrap;  

  -moz-flex-wrap: wrap;  

  -ms-flex-wrap: wrap;  

  -o-flex-wrap: wrap;  

  flex-wrap: wrap;  

}

.fy3-left-nr a{

	display: block;

	width: 120px;

	height: 90px;

	background: #fbfbfb;

	border-radius: 5px;

	line-height: 90px;

	text-align: center;

	color: #696969;

	font-size: 16px;

  margin-top: 35px;

  margin-right: 30px;

}

.fy3-left-nr a:hover{

	background: #901d78;

	color: #fff;

}

.fy3>.dkjz>img{

	float: right;

}

.fy4{

	width: 100%;

	padding: 115px 0;

	background: #fbfbfb;

}

.fy4-right{

	width: 50%;

	height: 375px;

	display: inline-block;

}

.fy4-right h1{

	color: #901d78;

	font-size: 22px;

	font-weight: normal;

	padding-top: 15px;

	float: left;

}

.fy4-right h1>img{

	float: left;

	margin-top: -8px;

	margin-right: 8px;

}

.fy4-right-nr{

	width: 100%;

  -webkit-flex-wrap: wrap;  

  -moz-flex-wrap: wrap;  

  -ms-flex-wrap: wrap;  

  -o-flex-wrap: wrap;  

  flex-wrap: wrap;  

}

.fy4-right-nr a{

	display: block;

	width: 120px;

	height: 90px;

	background: #fff;

	border-radius: 5px;

	line-height: 90px;

	text-align: center;

	color: #696969;

	font-size: 16px;

  margin-top: 35px;

  margin-right: 30px;

}

.fy4-right-nr a:hover{

	background: #901d78;

	color: #fff;

}

.fy4>.dkjz>img{

	display:inline-block;

}

.fy5{

	width: 100%;

	padding-top: 100px;

	padding-bottom: 125px;

	border-bottom: 1px solid #eeeeee;

}



.fy5-right{

	float: right;

	width: 45%;

	height: 370px;

	position: relative;

}

.fy5-right img{

	width: 100%;

	height: 100%;

}

.fy5-right-nr{

	width: 100%;

	height: 65px;

	line-height: 65px;

	background: rgba(0,0,0,0.5);

	position: absolute;

	bottom: 0;

}

.fy5-right-nr span{

	color: #fff;

	font-size: 14px;

}

.fy5-left{

	width: 50%;

	height: 370px;

	display: inline-block;

}

.fy5-left h1{

	color: #901d78;

	font-size: 22px;

	font-weight: normal;

	padding-top: 15px;

	float: left;

}

.fy5-left h1>img{

	float: left;

	margin-top: -8px;

	margin-right: 8px;

}

.fy5-left>a{

	float: right;

	margin-top: 25px;

	color: #737373;

	font-size: 14px;

}

.fy5-left-nr{

	width: 100%;

	height: 295px;

	float: left;

	margin-top: 25px;

}

.fy5-left-nr>ul{

	width: 100%;

	height: 50px;

	box-shadow: 0px 3px 14px -6px #000;

	border-radius: 5px;

}

.fy5-left-nr>ul>li{

	width: 95px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	color: #696969;

	font-size: 16px;

	cursor: pointer;

}

.fy5-left-nr .act1{

	color: #901d78;

}

.fy5-left-nr .show{

	display: block;

}

.fy5-tab{

	width: 100%;

	height: 240px;

	display: none;

}

.fy5-tab>ul{

	width: 100%;

}

.fy5-tab>ul>li{

	width: 100%;

	height: 60px;

	line-height: 60px;

	border-bottom: 1px solid #e5e5e5;

}

.fy5-tab>ul>li>a{

	display: block;

	width: 100%;

	height: 100%;

	text-indent: 10px;

}

.fy5-tab>ul>li>a>span{

	color: #737373;

	font-size: 14px;

}

.fy5-tab>ul>li>a:hover span{

	color: #901d78;

}

.fy5-tab>ul>li:last-child{

	border: none;

}



/*乳腺科*/

.rx1{

	width: 100%;

	padding-top: 30px;

	margin-top: 65px;

}

.rx-banner{

	width: 100%;

	height: auto;

}

.rx-banner img{

	width: 100%;

	height: auto;

}

.rx-nr2{

	width: 100%;

	height: 100px;

	background:  no-repeat;

	background-size: 100% 100%;

	margin-top: 15px;

}

.rx-nr2 form{

	width: 95%;

	margin: 0 auto;

	padding-top: 30px;

}

.rx-nr2 form div{

	display: inline-block;

}

.rx-nr2 form input{

	height: 43px;

	background: #901d78;

	border: none;

	border-radius: 5px;

	padding-left: 25px;

	color: #fff;

	font-size: 14px;

}

.zhengz input{

	width:203px;

}

.zhengz input::placeholder{

	color: #fff;

}

.rx-nr2 form input::placeholder{

	color: #fff;

}

.rx-nr2 form .name1 input{

	width:177px;

}

.rx-nr2 form .age1 input{

	width:182px;

}

.rx-nr2 form .phone1 input{

	width:186px;

}

.rx-nr2 form .yuyue input{

	width:99px;

	text-align: center;

	padding-left: 0!important;

	cursor: pointer;

}

.rx1-dqwz img{

	margin-left: 30px;

}

.rx-nr3{

	width: 100%;

}

.rx-nr3 a{

	display: block;

	width: 22%;

	height: 100px;

	background: #f9f9f9;

	border-radius: 5px;

	position: relative;

}

.rx-nr3 a>img{

	position: absolute;

	top: 28px;

	left: 39px;

}

.rx-nr3 a h1{

	color: #737373;

	font-size: 18px;

	font-weight: normal;

	padding-top: 28px;

	margin-left: 105px;

	text-transform: uppercase;

}

.rx-nr3 a h1>span{

	font-size: 14px;

}

.rx-nr3 .rx-nr3-t2{

	display: none;

}

.rx-nr3 a:hover .rx-nr3-t2{

	display: block;

}

.rx-nr3 a:hover .rx-nr3-t1{

	display: none;

}

.rx-nr3 a:hover{

	background: #901d78;

}

.rx-nr3 a:hover h1{

	color: #fff;

}

.rx-nr3 .act2{

	background: #901d78;

}

.rx-nr3 .act2 h1{

	color: #fff;

}

.rx-nr3 .act2 .rx-nr3-t2{

	display: block;

}

.rx-nr3 .act2 .rx-nr3-t1{

	display: none;

}

.rx-nr4{

	margin-top: 35px;

}

.rx-nr4 h1{

	text-transform: uppercase;

	color: #901d78;

	font-size: 32px;

	margin-top: 40px;

	margin-left: 10px;

}

.rx-nr4 h1>span{

	font-weight: normal;

	font-size: 18px;

}

.rx-nr4>span{

	display: block;

	color: #888888;

	font-size: 16px;

	line-height: 30px;

	margin-top: 45px;

	margin-bottom: 30px;

}

.rx-nr4 img{

	display: block;

	margin: 0 auto;

}

.rx-nr5{

	width: 100%;

	padding: 95px 0;

	border-bottom: 1px solid #dcdcdc;

	position: relative;

}

.rx-nr5-nr{

	/*width: 43%;*/

	height: 60px;

	margin: 0 auto;

	display: -webkit-box;

    display: -moz-box;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: center;

    -ms-flex-pack: justify;

    justify-content: center;

}

.rx-nr5-nr a{

	display: inline-block;

	padding: 0 20px;

	height: 55px;

	background: #901d78;

	border-radius: 5px;

	line-height: 55px;

	text-align: center;

	color: #fff;

	margin-left: 50px;

}

.rx-nr5-nr a:hover{

	box-shadow: 0px 0px 7px 0px #9c388e;

}

.ret-top{

	display: block;

	width: 80px;

	height: 100px;

	position: absolute;

	right: 25px;

	top: 80px;

	text-align: center;

}

.ret-top img{

	display: block;

	margin: 0 auto;

}

.ret-top span{

	color: #747474;

	font-size: 14px;

}



/*联盟服务*/

.lmfw{

	width: 100%;

	padding: 5px 0;

}

.lmfw1{

	width: 100%;

}