
/*轮播图*/
.banner{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 725px;
	background-color: #0b1c2d;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .main .box{
	width: 100%;
	max-width: 800px;
	color: #fff;
	position: relative;
}

.banner .main .box .title{
	font-size: 72px;
	margin-bottom: 20px;
	font-weight: 100;
}

.banner .main .box .p1{
	font-size: 21px;
	margin-bottom: 40px;
}

.banner .main .box a{
	background-color: #02837D;
	line-height: 46px;
	min-width: 200px;
	max-width: 260px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
}

.banner .main .box a:hover,
.paper .left a:hover{
	color: #c4e2e1;
}

.banner .background-gradient{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #000 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
}

/*广告-联系我们*/
.adv-tel,.adv-expert{
	background-color: #2b72d6;
	padding: 30px 0px;	
}

.adv-tel .main,.adv-expert .main{
	display: flex;
	align-items: center;
}

.adv-tel .main .tel-logo,
.adv-expert .main .expert-img{
	width: 22%;
	padding-right: 5%;
	padding-left: 2%;
}

.adv-expert .main .expert-img{
	height: 120px;
	overflow: hidden;
}

.adv-tel .main .tel-logo img,
.adv-expert .main .expert-img img{
	width: 100%;
	margin-top: 5px;
}

.adv-tel .main .tel-txt,
.adv-expert .main .expert-txt{
	width: 55%;
}


.adv-tel .main .tel-txt p{
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.adv-expert .main .expert-txt p{
	font-size: 26px;
	color: #fff;
	text-align: center;
    box-sizing: border-box;
}

.adv-tel .main .tel-call,
.adv-expert .main .expert-link{
	width: 23%;
	padding-left: 2%;
}
.adv-expert .main .expert-link a{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.adv-expert .main .expert-link a:hover{
	text-decoration: underline;
}

.adv-tel .main .tel-call .p1{
	color: #fff;
	font-size: 21px; 
}

.adv-tel .main .tel-call .p2{
	color: #fff;
	font-size: 24px; 
	font-weight: 500;
}

/*时事*/
.news{
	padding: 40px 0px;
	background-color: #0c1c2c;
}

.news .title{
	text-align: center;
	color: #fff;
}

.news .title p{
	margin: auto;
	max-width: 750px;
	font-size: 21px;
}

.news .title h2{
	font-size: 50px;
}

/*专家风采*/
.expert{
	background-color: #0c1c2c;
	padding-bottom: 80px;
}

.expert .expert-bg{
	padding-top: 140px;
	padding-bottom: 200px;
	background-repeat: no-repeat;
}

.expert .expert-bg .title{
	text-align: center;
	color: #fff;
}

.expert .expert-bg .title p{
	margin: auto;
	max-width: 750px;
	font-size: 21px;
}

.expert .expert-bg .title h2{
	font-size: 50px;
}

.expert .expert-info{
	display: flex;
	flex-wrap: wrap;
	margin-top: -120px;
}

.expert .expert-info li{
	flex-grow: 1;
	flex-basis: 300px;
	margin: 0px 1px;
	padding: 100px 20px;
	background-color: #fff;
	position: relative;
	text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.expert .expert-info li a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.expert .expert-info li img{
	width: 120px;
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
	border: 4px solid #edc955
}

.expert .expert-info li .p1{
	font-size: 26px;
	color: #0c1c2c;
	margin-top: 30px;
	margin-bottom: 10px;
}

.expert .expert-info li .p2{
	font-size: 16px;
	margin-bottom: 20px;
	height: 146px;
}

.expert .expert-info li span{
	font-size: 14px;
    letter-spacing: .05rem;
    font-weight: 500;
    color: #2b72d6;
    text-decoration: underline;
}

.expert .expert-info li:hover{
	position: relative;
	z-index: 3;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #edc955;
	box-shadow: 2px 6px 8px rgba(0,0,0,.1);
}

.expert .expert-info li:hover img{
	border-color: #fff;
}

/*专业知识论文*/
.paper{
	background-color: #0c1c2c;
	padding-top: 40px;
	padding-bottom: 40px;
}

.paper .left{
	width: 33.33%;
}

.paper .left h2{
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
}

.paper .left p{
	color: #fff;
	font-size: 21px;
	margin-bottom: 30px;
}

.paper .left a{
	background-color: #02837D;
	line-height: 46px;
	min-width: 200px;
	max-width: 260px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
}

.paper .right{
	width: 60%;
}

.paper .right td{
	background-color: #233341;
	padding: 30px 20px;
	position: relative;
}

.paper .right td a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.paper .right td:hover .p1{
	text-decoration: underline;
}

.paper .right .p1{
	color: #fff;
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 400;
}

.paper .right .p2{
	color: #fff;
	font-size: 14px;
}

/*国内外院校*/
.college{
	padding: 40px 0px;
	background-color: #2b72d6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.college .title{
	text-align: center;
	color: #fff;
}

.college .title p{
	margin: auto;
	max-width: 750px;
	font-size: 21px;
	margin-bottom: 60px;
}

.college .title h2{
	font-size: 50px;
}

.college ul{
	display: flex;
	flex-wrap: wrap;
}

.college ul li{
	text-align: center;
	color: #fff;
	flex-basis: 300px;
	flex-grow: 1;
}

.college ul li .p1{
	font-size: 60px;
	font-weight: 600;
}

.college ul li .p2{
	font-size: 21px;
	margin-top: 20px;
}

@media screen and (max-width: 768px){
	.banner .main .box .title{font-size: 36px;}

	.paper .left,.paper .right{
		width: 100%;
		margin-bottom: 20px;
	}
	.paper .right{
		overflow-x: auto;
	}

	.adv-tel .main, .adv-expert .main{display: block;}

	.adv-expert .main .expert-img{height: 200px;}

	.adv-tel .main .tel-logo, .adv-expert .main .expert-img,
	.adv-tel .main .tel-txt, .adv-expert .main .expert-txt,
	.adv-tel .main .tel-call, .adv-expert .main .expert-link{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}