
.leader_main_img {
    width: 100%;
    height: 35vw;
}

.btn_video {
      color: #fff;
    right: 3%;
    bottom: 10%;
    text-align: right;
    font-size: 0.28rem;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0,0,0,.67);
}



.school_list {
    width:94%;
    margin:3% auto 4% auto;
}
.school_row {
    width:100%;
    height:25vw;
    margin-top:2%;
}


.meet_txt {
    width: 100%;
    font-size: 0.3em;
    line-height: 150%;
}

.school_item {
    width: 32%;
    height: 25vw;
    background-size: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.school_desc {
    width: 100%;
    height: 100%;
    top: 70%;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.school_title {
         color: #fff;
    font-size: 0.3em;
    left: 5%;
    top: 5.5%;
    width: 90%;
    line-height: 1.4em;
}

.school_space {
    width:2%;
    height:25vw;
    float:left;
}



.thought_area {
    margin-top:4%;
}

.thought_content {
    width:94%;
    margin:0 auto 4% auto
}

.thought_item {
    float: left;
    width: 32%;
}
    .thought_item img {
            width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    }
.thought_desc {
        width: 100%;
    height: 25vw;
    background: rgb(234,234,234);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.thought_title {
       font-size: 0.39em;
    font-weight: bold;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

.thought_detail {
       font-size: 0.3em;
    margin-top: 5%;
    padding: 0 10% 0 10%;
}

.btn_read_more {
    font-size: 0.3em;
    font-weight: bold;
    bottom: 10%;
    right: 10%;
    border-bottom: 1px solid #3C3737;
    cursor:pointer;
}
    .btn_read_more a {
        color:#3c3737;
    }
.read_more_pop {
    display:none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    opacity: 1;
    z-index: 999;
}

.read_more_area {
    width: 80%;
    margin: 0 auto;
    left: 10%;
    top: 10%;
}

.headimg {
width: 30%;
}

.read_more_txt {
    color: #fff;
    width: 65%;
    right: 0;
    font-size:0.5em;
    line-height: 140%;
}

.read_more_desc {
    margin-top: 5%;
    font-size: 0.25rem;
    line-height: 130%;
}
@media (max-width: 768px) {
	.select_careers_item{
		width: 49%;
		margin-right: 0;
		font-size: 30px;
		height: 50px;
    	line-height: 50px;
	}
	.more_icon {
		top: 22.5px;	
	}
	.select_careers_item:nth-child(3),.select_careers_item:nth-child(4){
		display: none;
	}
	.select_careers_item:nth-child(1){
		margin-right: 2%;
	}
	.select_careers {
		height: 25vw;
	}
	.btn_search_careers{
		position: initial;
		clear: both;
		width: 60%!important;
		margin: 80px auto;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	.meet_txt{
		font-size: 22px;
		line-height: 32px;
	}
	.thought_item{
		width: 100%;
		height: 480px;
		float: initial;
	}
	.school_space{
		height: 15px;
	}
	.thought_title{
		font-size: 30px;
		position: initial;
		margin-left: 10%;
        margin-right: 10%;
		padding-top: 20px;
		margin-bottom: 20px;
        padding-left:0;
        padding-right:0;
	}
	.thought_detail{
		font-size: 22px;
		line-height: 32px;
		position: initial;
		padding-bottom: 60px;
	}
	.thought_desc{
		height: auto;
		margin-bottom: 30px;
	}
	.btn_read_more{
		bottom: 5%;
		font-size: 20px;
	}
	.leader_main_img{
		height: 480px;
		    background-size: cover;
    background-position: center center;
    	margin-top: 100px;
	}
	.btn_video{
		right: initial;
		font-size: 22px;
	}
    .sub_nav {
        font-size: 24px;
        z-index: 10;
    }
}