.section{
	padding:4% 0;
}
.container{
	max-width: 1200px;
}
@media screen and (max-width: 1366px){
	.container{
		max-width: 1000px;
	}
}
@media screen and (max-width: 768px){
	.container{
		padding:0 15px;
	}
}
.section-tit{
	text-align: center;
	margin-bottom: 4%;
}
.section-tit h2{
	display: inline-block;
	font-size: 40px;
	background-image: -moz-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
    background-image: -webkit-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
    background-image: -ms-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: bold;

}
.section-tit p{
	max-width: 1100px;
	margin:4% auto 0;
	font-size: 18px;
	line-height: 1.6;
	color:#444;
}
@media screen and (max-width: 1366px){
	.section-tit{
		margin-bottom: 2.5%;
	}
	.section-tit h2{
		font-size: 30px;
	}
	.section-tit p{
		margin-top: 2.5%;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.section{
		padding:30px 0;
	}
	.section-tit{
		margin-bottom: 20px;
	}
	.section-tit h2{
		font-size: 24px;
	}
	.section-tit p{
		margin-top: 20px;
		font-size: 14px;
	}
}
.banner img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px){
	.banner{
		width: 100%;
		overflow: hidden;
	}
	.banner img{
		width: 140%;
		margin-left: -20%;
	}
}
.site-subnav{
	position: relative;
	height: 70px;
}
.subnav{
	position: absolute;
	left:0;
	top:0;
	z-index: 99;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #dcdbdb;
	background: #fff;
}
.subnav.fixed{
	position: fixed;
	top:72px;
	border-top: 1px solid #dcdbdb;
}
.subnav ul{
	padding:0 8%;
	font-size: 0;
	text-align: center;
}
.subnav li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 14.285%;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	cursor: pointer;
}
.subnav .subnav-item a{
	color:#555;
}
.subnav .subnav-item a:hover{
	color:#429fd5;
}
.subnav .subnav-item.active{
	background: url("../RJ-img/hover.png") center bottom no-repeat;
}
.subnav .subnav-item.active a{
	color:#429fd5;
}

@media screen and (max-width: 1366px){
	.site-subnav,
	.subnav{
		height: 60px;
	}
	.subnav li{
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.subnav li{
		font-size: 16px;
	}
	.subnav.fixed{
		top:60px;
	}
}
@media screen and (max-width: 768px){
	.site-subnav,
	.subnav{
		height: 50px;
	}
	.subnav .container{
		padding: 0;
	}
	.subnav ul{
		padding: 0;
	}
	.subnav li{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}
.introduction{
	background: 
	background-image: -moz-linear-gradient( 100deg, rgb(234,249,255) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 100deg, rgb(234,249,255) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 100deg, rgb(234,249,255) 0%, rgb(255,255,255) 100%);
}
.introduction-list{
	margin-top: 5%;
}
.introduction-list li{
	float: left;
	width: 21%;
	padding:0 2%;
	text-align: center;
	color:#000;
}
.introduction-list .introduction-num{
	margin-top: 10px;
	font-size: 36px;
}
.introduction-list .introduction-type{
	font-size: 16px;
}
@media screen and (max-width: 1366px){
	.introduction-list{
		margin-top:3%;
		padding:0 8%;
	}
	.introduction-list li img{
		max-width: 110px;
	}
	.introduction-list .introduction-num{
		font-size: 28px;
	}
	.introduction-list .introduction-type{
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px){

	.introduction-list li img{
		max-width: 80px;
	}
	.introduction-list .introduction-num{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px){
	.introduction-list li{
		width: 46%;
		margin: 10px 0;
	}
	.introduction-list li img{
		max-width: 60px;
	}
	.introduction-list .introduction-num{
		font-size: 20px;
	}
}
.bg{
	background: url('../RJ-img/wave.png') center no-repeat;
}
.dream{

}
.dream .video-box{
	position: relative;
	margin-top: 5%;
}
.dream .video-box .video-play{
	position: absolute;
	left:50%;
	top:50%;
	z-index: 2;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	cursor: pointer;
}
.dream .video-box .video-play img{
	width: 100%;
	height: auto;
}
.dream .video-box video{
	max-width: 1000px;
	margin:0 auto;
}
@media screen and (max-width: 1366px){
	.dream .video-box{
		margin-top: 3%;
	}
	.dream .video-box .video-play{
		width: 80px;
		height: 80px;
		margin-top: -40px;
		margin-left: -40px;
	}
}
@media screen and (max-width: 1024px){
	.dream .video-box{
		margin-top: 20px;
	}
	.dream .video-box .video-play{
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}
}
.view{
	position: relative;
	margin-top: 4%;
}
.view .swiper-container {
	max-width: 800px;
}
.view .swiper-wrapper{
	height: 260px;
} 
.view .arrow-left {
	display: none;
	background: url('../RJ-img/prev-xs.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	z-index: 10;
}

.view .arrow-right {
	display: none;
	background: url('../RJ-img/next-xs.png') no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview:before{
	content: '';
	position: absolute;
	left:0;
	top:52px;
	width: 100%;
	height: 1px;
	background: #dcdbdb;
}

.preview .swiper-container {
	margin:0 10%;
}

.preview .swiper-wrapper{
	width: 540%;
}
.preview .swiper-slide {
	width: 3.7%;	
}
.preview .arrow-left {
	background: url('../RJ-img/prev-xs.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 40px;
	width: 26px;
	height: 26px;
	z-index: 10;
}

.preview .arrow-right {
	background: url('../RJ-img/next-xs.png') no-repeat center;
	position: absolute;
	right: 0;
	top: 40px;
	width: 26px;
	height: 26px;
	z-index: 10;
}
.history-item{
	text-align: center;
	font-size: 18px;
	padding:0 20px;
	cursor: pointer;
}
.history-item .history-year{
	font-size: 24px;
	color:#000;
}
.history-item .history-circle{
	width: 20px;
	height: 20px;
	margin:15px auto;
	background: url('../RJ-img/dot.png') center no-repeat;
}
.history-item .history-event{
	color:#444;
}
.active-nav .history-item .history-year{
	color:#429fd5;
}
.active-nav .history-item .history-circle{
	background-image: url('../RJ-img/dot-active.png');
	
}
.history-item-view{
	display: table;
	width: 100%;
	min-height: 260px;
	background: #eaf9ff;
	background-image: -moz-linear-gradient( 100deg, rgb(245,243,254) 0%, rgb(234,249,255) 100%);
    background-image: -webkit-linear-gradient( 100deg, rgb(245,243,254) 0%, rgb(234,249,255) 100%);
    background-image: -ms-linear-gradient( 100deg, rgb(245,243,254) 0%, rgb(234,249,255) 100%);
}
.history-item-view .history-pic{
	display: table-cell;
	vertical-align: top;
	width: 45%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px 30px 40px 40px;

}
.history-item-view .history-pic img{
	max-width: 100%;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04);
}

.history-item-view .history-text{
	display: table-cell;
	vertical-align: top;
	width: 55%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px 40px 40px 30px;
}
.history-item-view .history-text .history-date{
	display: inline-block;
	font-size: 40px;
	background-image: -moz-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
    background-image: -webkit-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
    background-image: -ms-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: bold;
}
.history-item-view .history-text p{
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.66;
}

@media screen and (max-width: 1366px){
	.history .section-tit{
		margin-bottom: 0;
	}
	.preview{
		margin-top: 30px;
	}
	.preview .swiper-container{
		margin:0 5%;
	}
	.view{
		margin-top: 2.5%;
	}
	.history-item{
		font-size: 16px;
	}
	.history-item .history-year {
		font-size: 22px;
	}
	.history-item-view .history-text .history-date{
		font-size: 30px;
	}
	.history-item-view .history-text p{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.history-item{
		font-size: 14px;
	}
	.history-item .history-year{
		font-size: 20px;
	}
	.history-item-view{
		min-height: auto;
	}
	.history-item-view .history-pic{
		width: 35%;
		padding: 20px;
	}
	.history-item-view .history-text{
		width: 65%;
		padding: 20px;
	}
	.history-item-view .history-text .history-date{
		font-size: 24px;
	}
	.history-item-view .history-text p{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.view{
		margin-top: 20px;
	}
	.view .swiper-container{
		margin:0 35px;
		background: #eaf9ff;
		background-image: -moz-linear-gradient( 100deg, rgb(245,243,254) 0%, rgb(234,249,255) 100%);
	    background-image: -webkit-linear-gradient( 100deg, rgb(245,243,254) 0%, rgb(234,249,255) 100%);
	    background-image: -ms-linear-gradient( 100deg, rgb(245,243,254) 0%, rgb(234,249,255) 100%);
	}
	.view .arrow-left,
	.view .arrow-right{
		display: block;
	}
	.preview{
		display: none;
	}
	.preview:before{
		top: 48px;
	}
	.preview .arrow-left,
	.preview .arrow-right{
		top: 36px;
	}
	.preview .swiper-slide{
		width: 120px;
	}
	.history-item{
		padding: 0 10px;
	}
	.history-item-view {
		background: none;
		display: block;
		text-align: center;
	}
	.history-item-view .history-pic,
	.history-item-view .history-text{
		padding:15px;
	}
	.history-item-view .history-pic{
		display: block;
		width: 100%;
	}
	.history-item-view .history-text{
		padding-top: 0;
		display: block;
		width: 100%;
	}
	.history-item-view .history-text p{
		margin-top: 0;
	}

}



.case{
	background: #e1fae5;
	background-image: -moz-linear-gradient( 100deg, rgb(224,250,225) 0%, rgb(234,249,255) 100%);
    background-image: -webkit-linear-gradient( 100deg, rgb(224,250,225) 0%, rgb(234,249,255) 100%);
    background-image: -ms-linear-gradient( 100deg, rgb(224,250,225) 0%, rgb(234,249,255) 100%);
}
.case-list{

}
.case-list dl{
	font-size: 0;
	margin-bottom: 3%;
}
.case-list dl dt,
.case-list dl dd{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
}
.case-list dl dt{
	width: 23.68%;
	margin:0 0.66%;
	color:#fff;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5% 5% 3%;
	height: 302px;
}
.case-list dl dt h3{
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 40%;
}
.case-list dl dd{
	width: 75%;
}
.case-list .blue{
	direction:rtl;
}
.case-list .blue dt{
	background: #429fd4;
}
.case-list .blue dd{
	direction:ltr;
}
.case-list .green dt{
	background: #73b473;
}
.case-list .case-item{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 31.33%;
	margin:0 1%;
	vertical-align: top;
	font-size: 18px;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04);
}
.case-list .case-item a{
	display: block;
}
.case-list .case-item .case-pic{
	width: 100%;
	overflow: hidden;
}
.case-list .case-item img{
	display: block;
	max-width: 100%;
	margin:0 auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.case-list .case-item span{
	display: block;
	padding:15px;
	background: #fff;
}
.case-list .case-item strong{
	font-weight: normal;
	line-height: 1.8;
	height: 3.6em;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-list .case-item a:hover{
	color:#d20032;
}
.case-list .case-item a:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 1366px){
	.case-list dl dt{
		height: 260px;
		padding-bottom: 0;
	}
	.case-list dl dt h3{
		font-size: 26px;
	}
	.case-list .case-item{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.case-list dl dt{
		height: auto;
		padding: 30px 20px 25px;
	}
	.case-list dl dt h3{
		font-size: 24px;
		margin-bottom: 60px;
	}
	.case-list .case-item{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.case-list .blue{
		direction: ltr;
	}
	.case-list dl dt{
		display: block;
		padding:10px 0;
		margin: 0 auto 10px;
		width: 100%;
		text-align: center;
	}
	.case-list dl dt h3{
		font-size: 20px;
		margin-bottom: 0;
	}
	.case-list dl dt h3 br{
		display: none;
	}
	.case-list dl dt img{
		display: none;
	}
	.case-list dl dd{
		display: block;
		width: 100%;
	}
	.case-list .case-item strong{
		letter-spacing: 0;
		-webkit-line-clamp:3;
		line-height: 1.4;
		height: 4em;
	}
	
}
@media screen and (max-width: 480px){
	.case-list .case-item{
		font-size: 12px;
	}
	.case-list .case-item strong{
		line-height: 1.4;
		height: 4.2em;
		-webkit-line-clamp: 3;
	}
}

.solution-list dl{
	float: left;
	width: 48%;
	margin-left: 4%;
}
.solution-list dl:first-child{
	margin-left: 0;
}
.solution-list dt{
	position: relative;
}
.solution-list dt img{
	max-width: 100%;
}
.solution-list dt h3{
	position: absolute;
	left:10%;
	top:50%;
	margin-top: -0.75em;
	letter-spacing: 2px;
	font-size: 30px;
	color:#fff;
}
.solution-list dd{
	width: 100%;
	overflow: hidden;
}
.solution-list dd ul{
	margin-left: -0.5%;
	margin-right: -0.5%;
	padding-top: 0.3%;

}
.solution-list dd li{
	float: left;
	width: 49%;
	margin:0.5%;
	text-align: center;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
}
.solution-list .blue dd li{
	background: #dcf2ff;
}
.solution-list .blue dd li a{
	color:#429fd4;
}

.solution-list .green dd li{
	background: #ebf9eb;
}
.solution-list .green dd li a{
	color:#68ac68;
}

@media screen and (max-width: 1366px){
	.solution-list dt h3{
		font-size: 26px;
	}
	.solution-list dd li{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.solution-list dt h3{
		font-size: 24px;
	}
	.solution-list dd li{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width: 768px){
	.solution-list dl{
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.solution-list .green dt{
		text-align: right;
		background: #73b473;
	}
	.solution-list .blue dt{
		text-align: right;
		background: #429fd4;
	}
}
.school{
	background: #f5f3fe;
}
.school .box-school{
	display: block;
	width: 100%;
}
.school .box-school table{
	border-collapse:separate;
	width: 100%;
	border-spacing:5px 5px;
}
.school .box-school img{
	display: block;
	width: 100%;
	height: auto;
}
.school .box-school td{
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.4;
	width: 8.33%;
}
.school .box-school td a{
	display: block;
	width: 4em;
	margin:0 auto;
	color:#fff;
}
.school .box-school .green,
.school .box-school .blue{

	-webkit-transform:translate(0) scale(1);
	-moz-transform:translate(0) scale(1);
	-o-transform:translate(0) scale(1);
	transform:translate(0) scale(1);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}
.school .box-school .blue{
	background: #429fd4;
}
.school .box-school .green{
	background: #73b473;
}
.school .box-school .blue.lg{
	font-size: 30px;
}
.school .box-school .blue:hover,
.school .box-school .green:hover{
	-webkit-transform:translate(0,-5px) scale(1.03);
	-moz-transform:translate(0,-5px) scale(1.03);
	-o-transform:translate(0,-5px) scale(1.03);
	transform:translate(0,-5px) scale(1.03);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.school .box-school-m{
	display: none;
}
@media screen and (max-width: 1366px){
	.school .box-school td{
		font-size: 16px;
	}
	.school .box-school .blue.lg{
		font-size: 26px;
	}
}
@media screen and (max-width: 1024px){
	.school .box-school{
		display: none;
	}
	.school .box-school-m{
		display: block;
		text-align: center
	}
	.school .box-school-m h3{
		font-size: 20px;
		margin: 15px 0;
	}
	.school .box-school-m li{
		float: left;
		width: 33.33%;
		color: #fff;
	}
	.school .box-school-m li a{
		display: block;
		margin: 5px;
		padding: 20px;
		color: #fff;
	}
	.school .box-school-m .blue a{
		background: #429fd4;
	}
	.school .box-school-m .green a{
		background: #73b473;
	}
}
@media screen and (max-width: 768px){
	.school .box-school-m li{
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	.school .box-school-m li a{
		line-height: 1.2;
		height: 2.4em;
		padding-top: 25px;
		padding-bottom: 15px;
	}
}
.invite-list .invite-item{
	float: left;
	width: 48%;
	margin-left: 4%;
	box-shadow: 0px 3px 7px 0px rgba(68, 160, 210, 0.35);
}
.invite-list .invite-item:first-child{
	margin-left: 0;
}
.invite-list .invite-item .invite-pic img{
	width: 100%;
}
.invite-list .blue .invite-cont{
	background: #73b473;
}
.invite-list .green .invite-cont{
	background: #429fd5;
}
.invite-list .invite-item .invite-cont{
	padding:0 2px 2px;
	background: #44a0d2;
	background-image: -moz-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
	background-image: -webkit-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
	background-image: -ms-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.invite-list .invite-item .invite-info{
	position: relative;
	background: #fff;
	height: 260px;
	padding:30px 160px 30px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.invite-item .invite-info .invite-l{
	
}
.invite-item .invite-info .invite-name{
	font-size: 20px;
	color:#429fd5;
	line-height: 1.8;
	height: 3.6em;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.invite-item .invite-info .invite-date,
.invite-item .invite-info .invite-posi{
	font-size: 16px;
	color:#444;
}
.invite-item .invite-info .invite-date{
	margin-top: 15px;
}
.invite-item .invite-info .invite-posi{
	margin-top: 15px;
}
.invite-item .invite-info .invite-r{
	position: absolute;
	right: 40px;
	top:38px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color:#888;
}
.invite-item .invite-info .invite-r p{
	margin-top: 12px;
	line-height: 1.6;
}
@media screen and (max-width: 1366px){
	.invite-list .invite-item .invite-info{
		height: 240px;
	}
	.invite-item .invite-info .invite-name{
		font-size: 18px;
	}
	.invite-item .invite-info .invite-date, 
	.invite-item .invite-info .invite-posi{
		font-size: 14px;
	}
	.invite-item .invite-info .invite-r{
		top:28px;
	}
}
@media screen and (max-width: 1024px){
	.invite-list .invite-item .invite-info{
		padding: 20px 140px 20px 20px;
		height: 210px;
	}
	.invite-item .invite-info .invite-r{
		top: 20px;
		right: 20px;
		width: 100px;
		font-size: 12px;
	}
	.invite-item .invite-info .invite-name{
		font-size: 16px;
		line-height: 1.4;
		height: 5.6em;
		-webkit-line-clamp: 4;
	}
	.invite-item .invite-info .invite-date,
	.invite-item .invite-info .invite-posi{
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px){
	.invite-list .invite-item{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.invite-item .invite-info .invite-name{
		height: 4.2em;
		-webkit-line-clamp: 3;
	}
}
.site-advisory{
	position: relative;
	height: 240px;
}
.advisory{
	position: absolute;
	left:0;
	top:0;
	z-index: 99;
	width: 100%;
	height: 240px;
	padding:4% 0;
	text-align: center;
	background: #44a0d2;
	background-image: -moz-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
	background-image: -webkit-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
	background-image: -ms-linear-gradient( 180deg, #73b473 0%, #429fd5 100%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.advisory p{
	color:#fff;
	font-size: 24px;
}
.advisory a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 200px;
	height: 54px;
	margin-top: 3%;
	line-height: 54px;
	text-align: center;
	background: #fff;
	border-radius: 54px;
	color:#429fd4;
	font-size: 18px;

}
.advisory.fixed{
	position: fixed;
	bottom:0;
	top:auto;
	padding:23px 0;
	height: 100px;
}
.advisory.fixed p{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
}
.advisory.fixed a{
	margin-left: 15%;
	margin-top: 0;
	vertical-align: middle;
}
@media screen and (max-width: 1366px){
	.site-advisory{
		height: 195px;
	}
	.advisory{
		padding:40px 0;
		height: 195px;
	}
	.advisory p{
		font-size: 22px;
	}
	.advisory a{
		font-size: 16px;
		width: 180px;
		height: 50px;
		line-height: 50px;
	}
	.advisory.fixed a{
		margin-left: 6%;
	}
}
@media screen and (max-width: 1024px){
	.advisory .container{
		padding: 0 20px;
	}
	.advisory p{
		font-size: 18px;
	}
	.advisory a{
		font-size: 14px;
		width: 160px;
		height: 45px;
		line-height: 45px;
	}
	.advisory.fixed{
		padding:18px 0;
		height: 80px;
	}

}
@media screen and (max-width: 768px){
	.site-advisory{
		height: 150px;
	}
	.advisory{
		height: 150px;
	}
	.advisory p{
		font-size: 14px;
	}
	.advisory.fixed{
		position: absolute;
	}
	.advisory a{
		
		font-size: 12px;
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.advisory.fixed a{
		position: absolute;
		right:20px;
		top: 50%;
		margin-left: 0;
		margin-top: -18px; 
	}
	.advisory.fixed p{
		display: block;
		text-align: left;
		margin-right: 140px;
	}
}

.text-gradient{
	display: none;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	font-size: 40px;
}
.text-gradient.double{
	height: 100px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .section-tit h2,
	.history-item-view .history-text .history-date{
		display: none;
	}
	.text-gradient{
		display: block;
	}
}




