header{
	width: 100%;
	min-width: 1200px;
	height: 500px;
}
header img{
	width: 100%;
	height: 500px;

}
/*乌克兰留学产品介绍*/
.nr{
	background: url(../img/wkllx/51yuansu.png) no-repeat;
	width: 100%;
	min-width: 1200px;
	padding-top: 1px;
	padding-bottom: 20px;
}
.wr>h1{
	margin-top: 50px; 
	font-size:40px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(46,150,230,1);
}
.wr>h1 .lff{
	width: 121px;
	height: 39px;
	background: url(../img/wkllx/lf.png) no-repeat;
	display: inline-block;
	line-height: 39px;

	margin-right: 10px;
}
.wr>h1 .rhh{
	width: 121px;
	height: 39px;
	background: url(../img/wkllx/rh.png) no-repeat;
	display: inline-block;
	line-height: 39px;
	margin-left: 10px;
}
.cpjs .wr>p{
	width: 100%;
	text-align: left;
	font-size:16px;
	line-height:28px;
	color:rgba(51,51,51,1);
	padding-top: 30px; 
}
.cpjs .wr>div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}
.cpjs .wr>div>div{
	width:286px;
	/*height:205px;*/
	background:rgba(255,255,255,1);
	box-shadow:0px 1px 6px rgba(0,0,0,0.16);
	border-radius: 4px;
}
.cpjs .wr>div>div .tp{
	width:285px;
	height:148px;
	/*background:rgba(39,39,39,1);*/
	border-radius: 4px 4px 0 0;
	position: relative;
	overflow: hidden;
}
.cpjs .wr>div>div .tp img{
	width: 100%;
}
.cpjs .wr>div>div .tp h2{
	position: absolute;
	left: 18px;
	bottom:20px;font-size:30px;
	line-height:28px;
	color:rgba(255,255,255,1);
	font-weight:bold;
    display: none;
}
.cpjs .wr>div>div .wzjs{
	padding: 3px 17px 22px 29px;
}
.cpjs .wr>div>div .wzjs h3{
	text-align: left;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	height: 28px;
	line-height: 28px;
}
.cpjs .wr>div>div .wzjs h3 img{
	width: 26px;
	background:  url(../img/wkllx/名校名卷.png);
	display: inline-block;
	height: 26px;
	float: left;
	margin-right: 11px;
}
.cpjs .wr>div>div .wzjs p{
	font-size: 	14px;
	line-height:22px;
	color:rgba(112,112,112,1);
	text-align: left;
	padding-top: 13px;
	padding-bottom: 13px;
}
.cpjs .wr button{
	width: 230px;
	height: 50px;
	border-radius:25px;
	color: #fff;
	font-size:16px;
	margin-top: 40px;
	margin-bottom: 50px;

}
.cpjs .wr button:hover{
    background: #2e80e6;
}
.cpjs .wr .xx:hover{
    background: #F88C00;
}
.cpjs .wr .xx{
	background: #FF9900;
}
.cpjs .wr .fa{
	background: #2E96E6;
	margin-left: 138px;
}


   
    
    
    
    /* 字纸书本 */
    
    .zhiban {
        width: 1200px;
        margin: 0 auto;
        height: 1623px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 1px 1px 0px rgba(34, 23, 20, 0.11);
        padding-top: 50px;
        /*opacity: 0.9;*/
        border-radius: 6px;
    }
    .zhiban .tip{
    	padding-top: 30px;
    	text-align: left;
    	padding-left: 120px;
    	font-size:14px;
    	color:rgba(153,153,153,1);
    }
    /* 乌克兰文字具体介绍内容 */
    .zhiban .wr>h1{
    	margin-top: 0px;
    }
    .zhiban .bti {
        width: 100%;
        height: 150px;
        margin-top: 50px;
    }
    
    .zhiban .bti h2 {
        width: 100%;
        height: 60PX;
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #0b57a6;
        line-height: 60px;
        padding-top: 70px;
    }
    .zhiban .bti  p{
        font-size: 16px;color: #333;
    }
    .fenlei {
        width: 100%;
        /*height: 50px;*/
        margin-top: 30px;
    }
    
    .fenlei ul {
        width: 75%;
        /*height: 50px;*/
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
    }
    
    .fenlei ul li {
        width: 220px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        /*background: #999;*/
        border-radius: 4px;
        cursor: pointer;
        border:1px solid rgba(46,150,230,1);

    }
    .fenlei ul li.active{
        background:#0061c5;
    }
    .fenlei ul li.active span{
		background: url(../img/wkllx/本科.png) no-repeat;
		    background-position: 0px -24px;

    }
     .fenlei ul li.active a{
     	color: #fff;
     }
    .fenlei ul li a{
        height: 60px;
        display: inline-block;
        width: 68px;text-align: right;
        color: #2E96E6;
        font-weight: 600;
    }
    .fenlei ul li a span{
		width: 24px;
		height: 24px;
		display: inline-block;
		background: url(../img/wkllx/本科.png) no-repeat;

		float: left;
		margin-right: 10px;
		margin-top: 18px;
		/*position: */
    }
    
    
    
    /* 正文介绍 */
    
    .big-zhengwen {
        width: 100%;
        height: 1345px;
    }
    
    .baowei {
        width: 960px;
        /*height: 1384px;*/
        margin: 30px auto 0;
        position: relative;
    }
    
    .zhengwen {
        width: 869px;
        height: 1275px;
        margin: 0 auto;
        background: rgba(37, 123, 213, 1);
        /*box-shadow: -1px -2px 15px rgba(8, 43, 79, 0.4);
        border-radius: 0px 10px 10px 0;*/
        position: absolute;
        /*left: 20%;*/
        top: 81px;
        z-index: 13;
        border-radius: 0px 4px 4px 4px; box-shadow:  4px 6px 20px -3px #666;
    }
    
    .zhengwen ul li {
        width: 100%;
        height: 68px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 68px;
        border: 1px solid rgba(238, 238, 238, .8);
        border-right: none;
        border-left: none;
        text-align: left;
        padding-left: 50px;


    }
    /* 头部固定栏 */
    
    .top-zhengwen {
        width: 960px;
        height: 80px;
        overflow: hidden;
        font-size: 24px;
        line-height: 80px;
        position: relative;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        border-bottom: 2px solid rgba(238, 238, 238, .8);
    }
    
    .top-zhengwen .wkly {
        width: 60%;
        height: 80px;
        border-radius: 0 80px 0 0;
        background: rgba(37, 123, 213, 1);
        position: absolute;
        left: 0;
        z-index: 99;
    }
    
    .top-zhengwen .yy {
        width: 60%;
        height: 80px;border-radius:80px 0  0 0;
        position: absolute;
        right: 0;
        background: #999999;
    }
    
    .top-zhengwen ul li {
        width: 80%;
        height: 88px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(221, 221, 221, 1);
        line-height: 50px;
        border: 1px solid #fff;
        border-right: none;
        border-top: 2px solid #fff;
    }
    /* 左边固定标题 */
    
    .baowei .timu {
        width: 196px;
         height: 1274px; 
        background: rgba(37, 123, 213, 1);
        /*position: absolute;*/
        z-index: 9999999;
        /*top: 50px;*/
        border-radius: 0px 0px 0 10px;
        /*left: -193px;*/
        /*box-shadow: 0px 30px 40px;*/
       float: left;
    }
    
    .baowei .timu ul li {
        width: 80%;
        height: 67px;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        /*color: rgba(221, 221, 221, 1);*/
        line-height: 68px;
        border: 1px solid rgba(238, 238, 238, .8);
        border-right: none;
        border-left: none;
        z-index: 1;border-top: 2px solid yellow;


    }
    
    .hs-zhengwen {
        width: 100%;
        height: 1225px;
        margin: 0 auto;
        background: #999999;
        /*box-shadow: -1px -1px 15px 0px rgba(8, 43, 79, 0.4);
        border-radius: 0px 0 10px 0;*/
        position: absolute;
        right: 0;
        top: 81px;
        z-index: 2;
        border-radius: 0px 0px 6px 0px;
    }
    .baowei  .timu  {
        height: 1224px;
    }
    .hs-zhengwen ul li {
        /*width: 100%;*/
        height: 68px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 68px;
        border: 1px solid rgba(238, 238, 238, .8);
        border-left: none;
        border-right: none;
        text-align: center;
        text-align: left;padding-left: 50px;
    }
/*乌克兰留学我们的服务*/
.fw{

}
.fw .wr>div{
	width: 1100px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
}
.fw .wr>div>div{
	border:1px solid rgba(153,153,153,0.6);
	width:490px;
	height:190px;
	margin-top: 30px;
	border-radius:8px;
    padding-bottom: 5px;
}
.fw .wr>div>div .lf{
	width: 136px;
	padding-top: 30px;
    padding-left: 25px;
	
}
.fw .wr>div>div .lf img{
	width: 100%;
}
.fw .wr>div>div .rh{
	width: 273px;
	padding-right: 25px;
	text-align: left;
	padding-top: 25px;
}
.fw .wr>div>div .rh h2{
	font-size: 18px;
	font-weight:bold;

	color:rgba(51,51,51,1);
}
.fw .wr>div>div .rh p{

	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:rgba(112,112,112,1);
	padding-top:6px;
}
.fw .wr>button{
    margin-top: 40px;width: 311px;
height: 50px;
border-radius: 25px;
background: #2e96e6;
}
.fw .wr>button a{
    color: #fff;
    font-size: 16px;
}
.fw .wr>button:hover{
    background: #2e80e6;
}
/*乌克兰留学你关心的事*/
.lxgx{

}
.lxgx .wr>div{
	display: flex;
	width: 1100px;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around; 	
	padding-top: 5px;
}
.lxgx .wr>div>div{
	width: 45%;
	margin-top: 30px;
}
.lxgx .wr>div>div h2{
	font-size:16px;
	color:rgba(51,51,51,1);
	font-weight:bold;
	height: 44px;
	line-height: 44px;
	text-align: left;
}
.lxgx .wr>div>div h2 span{
	width: 44px;
	height: 44px;
	background: url(../img/wkllx/20200824113723.png)no-repeat;
	display: inline-block;
	margin-right: 38px;
	float: left;

}
.lxgx .wr>div>div div{
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:22px;
	text-align: left;
    margin-top: 20px;
}

.lxgx .wr>div>div div span{
	width: 17px;
	display: inline-block;
	margin-right: 11px;
	float: left;
}
.lxgx .wr>div>div div p{
	padding-left: 28px;
}
.lxgx .wr>button{
    margin-top: 40px;width: 311px;
height: 50px;
border-radius: 25px;
background: #2e96e6;
}
.lxgx .wr>button a{
    color: #fff;
    font-size: 16px;
}
.lxgx .wr>button:hover{
    background: #2e80e6;
}