html, body {
	width:100%;
	height:100%;
}
a:hover {
    color:#20499b;
}



.header{
	width:100%;
	height:686px;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}
.header .item{
	margin-top:22px;
}
.header .item .logo{
	font-size:0;
	float:left;
}
.header .btn{
	float:right;
	margin-top:27px;
}
.header .ban{
	float:right;
	margin-top:19px;
	/*margin-right:10px;*/
	width:192px;
	background:#20499b url(../images/nav.png) no-repeat 152px 14px;
	border-radius:25px;
	overflow:hidden;
}
.header .ban .title{
	height:42px;
	line-height:40px;
	padding-left:56px;
	color:#fff;
	font-size:17px;
	cursor:pointer;
}
.header .ban .poup{
	height:0;
}
.header .ban .poup.on{
	height:451px;
}
.header .ban .poup a{
	text-align:center;
	display:block;
	color:#fff;
	font-size:15px;
	line-height:40px;
	height:40px;
	border-top:1px solid #3263c4;
}
.header .ban .poup a:hover{
	background:#3263c4;
}
.header .menu{
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(32,73,155,0.9);
}
.header .menu ul{
	padding:0 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .menu ul .tt{
	font-size:18px;
	color:#fff;
	line-height:100px;
	height:100px;
	display:block;
	font-weight:bold;
	position:relative;
}
.header .menu ul .tt:after{
	content:"";
	position:absolute;
	width:0;
	height:6px;
	bottom:0;
	background: linear-gradient(to right, #f8da5e, #ff8400);
	transition:all 0.5s ease 0s;
	left:50%;
	transform:translateX(-50%);
}
.header .menu ul .tt:hover:after{
	width:120%;
}
.index-banner,.inside-banner{
	height:686px;
}
.main{
	background:#f5f9fa;
	padding:65px 0 100px;
}
.main .page1 .left{
	float:left;
	width:68.9333%;
}
.main .page1 .mt p{
	float:left;
	font-size:36px;
	font-weight:bold;
}
.main .page1 .mt p span{
	font-size:24px;
}
.main .page1 .mt a{
	float:right;
	color:#20499b;
	margin-top:15px;
}
.main .page1 .mc{
	margin-top:45px;
	height:441px;
}
.main .page1 .left .mc .pic{
	float:left;
	width:627px;
	height:441px;
	position:relative;
}
.main .page1 .left .mc .pic .im{
	width:100%;
	height:100%;
	overflow:hidden;
}
.main .page1 .left .mc .pic .time{
	position:absolute;
	width:73px;
	height:73px;
	top:0;
	right:0;
	background:#20499b;
	text-align:center;
}
.main .page1 .left .mc .pic .time p{
	font-size:33px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
}
.main .page1 .left .mc .pic .time span{
	color:#fff;
	font-size:15px;
	font-weight:lighter;
}
.main .page1 .left .mc .pic .tt{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:80px;
	line-height:80px;
	background:rgba(32,73,155,0.9);
	color:#fff;
	font-size:17px;
	padding:0 32px;
}
.main .page1 .left .mc .pic:hover img{
	transform:scale(1.1);
}
.main .page1 .left .mc .item{
	float:left;
	width:calc(100% - 627px);
	background:#fff;
	height:100%;
	padding:34px 25px;
}
.main .page1 .left .mc .item .list{
	display:block;
	padding-left:22px;
	line-height:24px;
	height:48px;
	position:relative;
	font-size:15px;
	margin-bottom:17px;
}
.main .page1 .left .mc .item .list:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:10px;
	height:10px;
	background:#d9e8eb;
}
.main .page1 .left .mc .item .list:hover:before{
	background:#20499b;
}
.main .page1 .right{
	float:right;
	width:30.2667%;
}
.main .page1 .right .mc{
	background:#fff;
	height:441px;
	padding:32px 25px 0;
}
.main .page1 .right .mc .list{
	float:left;
	width:calc((100% - 12px)/2);
	background:#e9f0fd;
	margin-bottom:6px;
	border-radius:10px;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#20499b;
}
.main .page1 .right .mc .list img{
	margin-right:16px;
	position:relative;
	top:12px;
}
.main .page1 .right .mc .list:nth-child(2n){
	float:right;
}
.main .page1 .right .mc .list:hover{
	background:#b2c6ec;
}
.main .page2{
	margin-top:65px;
}
.main .page2 .list{
	float:left;
	width:calc((100% - 100px)/5);
	height:160px;
	border:1px solid #d4ddef;
	border-radius:5px;
	background:#fff;
	margin-right:25px;
	text-align:center;
}
.main .page2 .list:last-child{
	margin-right:0;
}
.main .page2 .list .img{
	height:94px;
	margin-top:10px;
}
.main .page2 .list .tt{
	font-size:21px;
	color:#20499b;
	font-weight:bold;
}
.main .page2 .list:hover{
	background:#d4ddef;
}
.main .page3{
	margin-top:68px;
}
.main .page3 .mt{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#20499b;
}
.main .page3 .mc{
	margin-top:64px;
}
.main .page3 .mc .list{
	float:left;
	width:calc((100% - 30px)/2);
	height:284px;
	margin-bottom:25px;
	background:#fff;
	border-radius:10px;
	border:1px solid #d4ddef;
	padding:0 40px;
}
.main .page3 .mc .list:nth-child(2n){
	float:right;
}
.main .page3 .mc .list .tt{
	font-size:25px;
	font-weight:bold;
	color:#20499b;
	margin-top:42px;
}
.main .page3 .mc .list .line{
	width:50px;
	border-top:1px solid #dbdbdb;
	margin-top:21px;
}
.main .page3 .mc .list .des{
	font-size:16px;
	line-height:28px;
	height:84px;
	margin-top:15px;
}
.main .page3 .mc .list .more{
	width:126px;
	height:40px;
	border:1px solid #9eb1d7;
	display:block;
	margin-top:15px;
	text-align:center;
	line-height:40px;
	border-radius:30px;
	position:relative;
	overflow:hidden;
}
.main .page3 .mc .list .more p{
	font-size:16px;
	color:#20499b;
	position:relative;
	z-index:10;
}
.main .page3 .mc .list .more span{
	position:absolute;
	width:0;
	height:100%;
	background:#9eb1d7;
	transition: all 0.6s;
	left:0;
	top:0;
}
.main .page3 .mc .list .more:hover span{
	width:100%;
}
.main .page3 .mc .list .more:hover p{
	color:#fff;
}
.main .page4{
	margin-top:70px;
	height:867px;
	background:url(../images/bg9.jpg) no-repeat center;
	padding-top:70px;
}
.main .page4 .mt{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#20499b;
}
.main .page4 .mc{
	margin-top:68px;
}
.main .page4 .mc .list{
	float:left;
	width:20%;
	height:300px;
	text-align:center;
}
.main .page4 .mc .list1,.main .page4 .mc .list:last-child{
	background:rgba(32,73,155,1);
}
.main .page4 .mc .list2,.main .page4 .mc .list9{
	background:rgba(89,135,227,1);
}
.main .page4 .mc .list3{
	background:rgba(49,113,241,1);
}
.main .page4 .mc .list4,.main .page4 .mc .list7{
	background:rgba(55,79,182,1);
}
.main .page4 .mc .list5,.main .page4 .mc .list6{
	background:rgba(55,172,216,1);
}
.main .page4 .mc .list8{
	background:rgba(55,97,216,1);
}
.main .page4 .mc .list .tt{
	font-size:23px;
	margin-top:85px;
	padding:0 20px;
	color:#fff;
	line-height:38px;
	height:76px;
	font-weight:bold;
}
.main .page4 .mc .list3 .tt{
	padding:0 40px;
}
.main .page4 .mc .list9 .tt{
	padding:0 10px;
}
.main .page4 .mc .list .line{
	width:80%;
	height:2px;
	background:#fff;
	margin:auto;
	margin-top:28px;
	position:relative;
}
.main .page4 .mc .list .line:after{
	content:"";
	position:absolute;
	width:0;
	height:100%;
	background:#ff8400;
	transition: all 0.6s;
	left:0;
	top:0;
}
.main .page4 .mc .list .more{
	color:#fff;
	margin-top:32px;
	font-size:23px;
	font-weight:lighter;
}
.main .page4 .mc .list .t1{
	color:#fff;
	font-size:23px;
	font-weight:bold;
	margin-top:118px;
}
.main .page4 .mc .list .more1{
	color:#fff;
	margin-top:20px;
	font-size:23px;
	font-weight:lighter;
}
.main .page4 .mc .list:hover .line:after{
	width:100%;
}
.main .page5{
	margin-top:72px;
}
.main .page5 .mt{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#20499b;
}
.main .page5 .mc{
	margin-top:64px;
	height:400px;
	background:url(../images/bg10.jpg) no-repeat center;
}
.main .page5 .mc .list{
	float:left;
	width:25%;
	height:200px;
	text-align:center;
}
.main .page5 .mc .list1,.main .page5 .mc .list3,.main .page5 .mc .list6,.main .page5 .mc .list8{
	background:rgba(38,78,154,1);
}
.main .page5 .mc .list2,.main .page5 .mc .list4,.main .page5 .mc .list5,.main .page5 .mc .list7{
	background:rgba(49,108,221,1);
}
.main .page5 .mc .list .tt{
	color:#fff;
	font-size:23px;
	font-weight:bold;
	margin-top:70px;
}
.main .page5 .mc .list .line{
	border-top:1px solid #5682d0;
	width:60px;
	margin:auto;
	margin-top:16px;
}
.main .page5 .mc .list .subtt{
	color:#fff;
	font-size:17px;
	margin-top:16px;
}
.main .page5 .mc .list:hover .tt{
	color:#ff8400;
}









.footer{
	height:329px;
	background:url(../images/bg8.jpg) no-repeat center;
}
.footer .top{
	height:230px;
}
.footer .top .logo{
	float:left;
	margin-top:74px;
}
.footer .top .address{
	float:left;
	margin-left:122px;
	margin-top:65px;
	padding:18px 110px 0 110px;
	height:98px;
	border-left:1px solid #316cdd;
	border-right:1px solid #316cdd;
	font-size:16px;
	color:#fff;
	line-height:32px;
}
.footer .top .address *{
	font-size:16px;
	color:#fff;
}
.footer .top .wx{
	float:right;
	margin-top:48px;
}
.footer .top .wx .detail{
	float:left;
	width:110px;
}
.footer .top .wx .detail1{
	margin-left:15px;
}
.footer .top .wx p{
	color:#fff;
	font-size:16px;
	margin-top:20px;
	text-align:center;
}
.footer .bottom{
	height:98px;
	line-height:97px;
	border-top:1px solid #316cdd;
}
.footer .bottom p{
	float:left;
	color:#fff;
	font-size:16px;
}
.footer .bottom span{
	float:right;
	color:#fff;
	font-size:16px;
}
.footer .bottom span a{
	color:#fff;
	font-size:16px;
}







.inside-nav{
	height:100px;
	line-height:100px;
}
.inside-nav a{
	float:left;
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-right:33px;
}
.inside-nav a.cur,.inside-nav a:hover{
	color:#20499b
}
.article-list{
	background:#f5f9fa;
	padding:78px 0 40px;
}
.article-list .mt{
	text-align:center;
	font-size:38px;
}
.article-list .mc{
	margin-top:65px;
	min-height:300px;
}
.intro .article-list .mc{
	margin-top:0;
	min-height:auto;
}
.article-list .mc .detail{
	float:left;
	background:#fff;
	width:calc((100% - 48px)/2);
	height:140px;
	margin-bottom:24px;
	padding:0 48px;
	border:1px solid #cde2e3;
}
.article-list .mc .detail:nth-child(2n){
	float:right;
}
.article-list .mc .detail .time{
	float:left;
	margin-top:35px;
	text-align:center;
}
.article-list .mc .detail .time p{
	font-size:45px;
	font-weight:bold;
	color:#20499b;
	margin-bottom:6px;
}
.article-list .mc .detail .time span{
	color:#20499b;
	font-size:20px;
	font-weight:lighter;
}
.article-list .mc .detail .tt{
	float:right;
	width:calc(100% - 118px);
	font-size:19px;
	line-height:28px;
	height:56px;
	margin-top:43px;
}
.article-list .mc .detail:hover .tt,.article-list .mc .detail:hover .time p,.article-list .mc .detail:hover .time span{
	color:#fff;
}
.article-list .mc .detail:hover{
	background:#20499b;
	border:1px solid #20499b;
}





.news-list{
	background:#f5f9fa;
	padding:40px 0 50px;
}
.news-list .left{
	width:357px;
	float:left;
}
.news-list .left .item{
	background:#fff;
	padding:40px 30px 55px;
	border-radius:15px;
	margin-bottom:16px;
}
.news-list .left .item .mt{
	font-size:30px;
	color:#333;
	font-weight:bold;
	padding-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}
.news-list .left .item .mc .list{
	padding:15px 0 15px 21px;
	display:block;
	border-bottom:1px dashed #d2d2d2;
	position:relative;
}
.news-list .left .item .mc .list:after{
	content:"";
	position:absolute;
	width:9px;
	height:9px;
	background:#d0d0d0;
	border-radius:50%;
	left:2px;
	top:25px;
}
.news-list .left .item .mc .list p{
	font-size:15px;
	color:#666;
	line-height:28px;
	height:56px;
}
.news-list .left .item .mc .list:hover p{
	color:#20499b;
}
.news-list .left .item .mc .list:hover:after{
	background:#20499b;
}
.news-list .left .item1 .mc .list p{
	height:28px;
}
.news-list .right{
	float:right;
	width:calc(100% - 375px);
	background:#fff;
	border-radius:15px;
	padding:40px 40px 10px;
	min-height:1145px;
}
.news-list .right .mt{
	font-size:30px;
	color:#333;
	font-weight:bold;
	padding-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}
.news-list .right .mc .list{
	padding:27px 0;
	border-bottom:1px dashed #d2d2d2;
	display:block;
}
.news-list .right .mc .list .im{
	float:left;
	width:192px;
	height:124px;
	overflow:hidden;
}
.news-list .right .mc .con{
	float:right;
	width:calc(100% - 222px);
}
.news-list .right .mc .con .tt{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-top:32px;
	line-height:20px;
}
.news-list .right .mc .con .date{
	margin-top:22px;
	font-size:18px;
	color:#20499b;
	font-weight:bold;
}
.news-list .right .mc .list:hover .con .tt{
	color:#20499b;
}
.news-list .right .mc .list:hover .im img{
	transform:scale(1.1);
}




.article-info{
	min-height:500px;
	background:url(../images/bg11.png) no-repeat center top;
	padding-bottom:80px;
}
.article-info .crumb{
	height:90px;
	line-height:90px;
	color:#fff;
	font-size:17px;
}
.article-info .crumb a,.article-info .crumb span{
	color:#fff;
	font-size:17px;
	float:left;
}
.article-info .crumb span{
	margin:0 12px;
}
.article-info .title{
	color:#fff;
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	margin-top:12px;
}
.article-info .date{
	margin-top:115px;
	font-size:17px;
	color:#999;
}
.article-info .date span{
	font-size:17px;
	color:#999;
	margin-right:28px;
}
.article-info .con{
	margin-top:50px;
	line-height:2;
	font-size:16px;
	min-height:300px;
}
.article-info .con *{
	max-width:100%;
	font-size:16px;
}
.article-info .orientation{
	margin-top:20px;
	line-height:220%;
	font-size:16px;
}
.article-info .orientation *{
	font-size:16px;
}
.article-info .nav{
	margin-top:180px;
	line-height:30px;
}
.article-info .nav a{
	font-size:18px;
	font-weight:bold;
	margin-right:33px;
}
.article-info .nav a.cur{
	color:#20499b;
}






.platform-list{
	padding:88px 0 100px;
	background:#f5f9fa;
}
.platform-list .list{
	float:left;
	width:calc((100% - 36px)/2);
	height:278px;
	margin-bottom:21px;
	padding-left:54px;
}
.platform-list .list:nth-child(2n){
	float:right;
}
.platform-list .list .tt{
	font-size:23px;
	color:#fff;
	font-weight:bold;
	margin-top:66px;
}
.platform-list .list .line{
	width:120px;
	height:3px;
	background:#fff;
	margin-top:25px;
}
.platform-list .list .more{
	width:130px;
	height:45px;
	line-height:45px;
	margin-top:54px;
	display:block;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.platform-list .list1,.platform-list .list6,.platform-list .list9,.platform-list .list13{
	background:#1f458d;
}
.platform-list .list2,.platform-list .list7{
	background:#336cdf;
}
.platform-list .list3,.platform-list .list10{
	background:#465cb9;
}
.platform-list .list4,.platform-list .list11{
	background:#38a2c8;
}
.platform-list .list5,.platform-list .list8,.platform-list .list12{
	background:#1f4cdc;
}
.platform-list .list1 .more,.platform-list .list6 .more,.platform-list .list9 .more,.platform-list .list13 .more{
	background:#2a5dbe;
}
.platform-list .list2 .more,.platform-list .list7 .more{
	background:#437cef;
}
.platform-list .list3 .more,.platform-list .list10 .more{
	background:#566ed4;
}
.platform-list .list4 .more,.platform-list .list11 .more{
	background:#63bfe2;
}
.platform-list .list5 .more,.platform-list .list8 .more,.platform-list .list12 .more{
	background:#2e59e5;
}
.platform-list .list:hover .more{
	background:#e8a256;
}
.platform-list .list:hover{
	box-shadow:0 3px 8px 6px rgba(204,204,204,.3);
}






.subject-list{
	margin:90px auto 120px;
	height:750px;
	overflow:hidden;
	position:relative;
}
.subject-list .left{
	float:left;
	width:1010px;
}
.subject-list .left .im{
	height:600px;
}
.subject-list .left .con{
	background:#f8f8f8;
	height:150px;
	padding-left:43px;
	overflow:hidden;
}
.subject-list .left .con .tt{
	color:#000;
	font-weight:bold;
	font-size:30px;
	margin-top:45px;
}
.subject-list .left .con .line{
	width:28px;
	height:7px;
	background:#2b4d93;
	margin-top:24px;
	border-radius:20px;
}
.subject-list .right{
	float:right;
	width:calc(100% - 1010px);
	height:100%;
	background:#2b4d93;
	padding:0 43px;
}
.subject-list .right .tt{
	font-weight:bold;
	color:#fff;
	font-size:30px;
	margin-top:56px;
}
.subject-list .right .line{
	width:28px;
	height:7px;
	background:#fff;
	margin-top:24px;
	border-radius:20px;
}
.subject-list .right .des{
	color:#fff;
	font-size:17px;
	text-indent:2em;
	margin-top:24px;
	line-height:1.8;
}
.subject-list .swiper-button-prev{
	width:70px;
	height:70px;
	background:url(../images/left1.png) no-repeat center;
	position:absolute;
	bottom:52px;
	left:1053px;
}
.subject-list .swiper-button-next{
	width:70px;
	height:70px;
	background:url(../images/right1.png) no-repeat center;
	position:absolute;
	bottom:52px;
	left:1131px;
}
.subject-list .swiper-pagination{
	left:1226px;
	bottom:60px;
	text-align:left;
	color:#91b2f4;
	font-size:18px;
}
.subject-list .swiper-pagination span{
	color:#91b2f4;
	font-size:18px;
}
.subject-list .swiper-pagination span.swiper-pagination-current{
	color:#fff;
	font-weight:bold;
	font-size:42px;
}










.header1{
	height:210px;
}
.header1 .item{
	margin-top:29px;
}
.header1 .item .container{
	position:relative;
}
.header1 .item .logo{
	font-size:0;
	float:left;
	height:81px;
}
.header1 .btn{
	float:right;
	margin-top:27px;
}
.header1 .ban{
	position:absolute;
	z-index:100;
	top:19px;
	right:35px;
	width:192px;
	background:#20499b url(../images/nav.png) no-repeat 152px 14px;
	border-radius:25px;
	overflow:hidden;
}
.header1 .ban.on{
	box-shadow:0 3px 3px 2px rgba(249,214,204,0.2);
}
.header1 .ban .title{
	height:42px;
	line-height:40px;
	padding-left:56px;
	color:#fff;
	font-size:17px;
	cursor:pointer;
}
.header1 .ban .poup{
	height:0;
}
.header1 .ban .poup.on{
	height:205px;
}
.header1 .ban .poup a{
	text-align:center;
	display:block;
	color:#fff;
	font-size:15px;
	line-height:40px;
	height:40px;
	border-top:1px solid #3263c4;
}
.header1 .ban .poup a:hover{
	background:#3263c4;
}
.header1 .menu{
	width:100%;
	height:100px;
}
.header1 .menu ul{
	padding:0 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header1 .menu ul .tt{
	font-size:18px;
	line-height:100px;
	height:100px;
	display:block;
	font-weight:bold;
	position:relative;
}
.header1 .menu ul .tt:after{
	content:"";
	position:absolute;
	width:0;
	height:6px;
	bottom:0;
	background: linear-gradient(to right, #f8da5e, #ff8400);
	transition:all 0.5s ease 0s;
	left:50%;
	transform:translateX(-50%);
}
.header1 .menu ul .tt:hover:after{
	width:120%;
}






.doctor-info .crumb{
	height:90px;
	background:#ee572b;
	line-height:90px;
}
.doctor-info .crumb .container{
	color:#fff;
	font-size:17px;
}
.doctor-info .crumb a,.doctor-info .crumb span{
	color:#fff;
	font-size:17px;
	float:left;
}
.doctor-info .crumb span{
	margin:0 12px;
}
.doctor-info .mc{
	padding:60px 0 100px;
}
.doctor-info .mc .detail .im{
	float:left;
	width:264px;
	padding:20px 16px;
	box-shadow:2px 3px 8px 5px rgba(204,204,204,.1);
}
.doctor-info .mc .detail .con{
	float:right;
	width:calc(100% - 338px);
}
.doctor-info .mc .detail .con .tt{
	font-size:29px;
	font-weight:bold;
	margin-top:28px;
}
.doctor-info .mc .detail .con .des{
	margin-top:25px;
	font-size:17px;
	line-height:2.2;
}
.doctor-info .mc .detail .con .des span{
	color:#999;
	font-size:17px;
}
.doctor-info .mc .title{
	margin-top:82px;
	height:76px;
	line-height:76px;
	font-size:25px;
	color:#ee572b;
	padding-left:20px;
	background:#f8f8f8;
	font-weight:bold;
}
.doctor-info .mc .content{
	padding:0 20px;
	margin-top:30px;
	line-height:2.2;
}
.doctor-info .mc .content *{
	font-size:16px;
}




.bpiao{
	position:fixed;
	right:0;
	top:50%;
	transform:translateY(-50%);
	z-index:1500;
}
.bpiao .list{
	display:block;
	width:115px;
	height:134px;
	background:#355aa4;
	text-align:center;
	overflow:hidden;
}
.bpiao .list:nth-child(2){
	background:#486fbe;
}
.bpiao .list:nth-child(3){
	background:#e5815a;
}
.bpiao .list .img{
	height:64px;
	margin-top:6px;
}
.bpiao .list .tt{
	color:#fff;
	line-height:23px;
	font-size:17px;
	padding:0 20px;
}
.bpiao .list:nth-child(3) .tt{
	padding:0 15px;
}
.bpiao .list:hover{
	opacity:.8;
}






.mypage{
	padding:60px 0;
	text-align:center;
}
.mypage ul li{
	display:inline-block;
	width:37px;
	height:37px;
	line-height:37px;
	text-align:center;
	background:#eff1f4;
	border-radius:3px;
	margin:0 4px;
}
.mypage ul li a{
	display:block;
}
.mypage ul li.active{
	background:#20499b;
	color:#fff;
}
.mypage ul li.active span{
	color:#fff;
}
.mypage ul li:first-child *,.mypage ul li:last-child *{
	font-size:16px;
}


















