
/*留学选校评估*/
.biaodan {
	background: #0177FD;
	padding-top: 30px;
	padding-bottom: 40px;
}
.biaodan .top_title_style {
	border-bottom: none;
}
.biaodan .top_title_style i{
	background: #ffffff;
}
.biaodan .top_title_style h1 {
	color: #ffffff;
}
.biaodan .wr form{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.biaodan .wr form>div{
	width: 323px;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	border-radius: 181px 181px 181px 181px;
	text-align: left;
	margin-top: 30px;
	color: #666666;
	padding-left: 30px;
	box-sizing: border-box;
    font-size: 14px;
}
.biaodan .wr form>div span{
	color: #F10000;
}
.biaodan .wr form>div input {
	width: 190px;
	height: 32px;
	padding-left: 10px;
	border: none;
	background: none;
}
.biaodan .wr form>div select{
	width: 200px;
	height: 32px;
	padding-left: 10px;
}
.biaodan .wr form>div select option{
	width: 200px;
	overflow: hidden;
}
.biaodan .wr form button{
	width: 323px;
	height: 54px;
	background: #FFC46C;
	border-radius: 146px 146px 146px 146px;
	font-size: 16px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	margin: 50px auto 0 auto;
}
.biaodan .wr form button:hover{
	background: #f4b250;
}
/*title 样式*/
.top_title_style {
	padding-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.top_title_style i {
	display: inline-block;
	width: 5px;
	height: 28px;
	background: #B01F23;
	border-radius: 3px 3px 3px 3px;	
	margin-right: 10px;
}
.top_title_style h1 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.top_title_style a {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}
.top_title_style .center_title .item_style{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_title_style .center_title .item_style  p{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	height: 35px;
	margin-right: 30px;
	line-height: 35px;
	box-sizing: border-box;
}
.top_title_style .center_title .item_active {
	color: #0177FD;
	border-bottom: 2px solid #0177FD;
}
.top_title_style .right {
	display: flex;
	align-items: center;
}
/*-------------中外国际合作----------------*/
.zw_center1 {
    padding-top: 65px;
}
.zw_center1 .wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zw_center1 .wr .item {
    width: 32%;
    background: url(../img/lmy/4.png) no-repeat;
    background-size: 100% 100%;
    /* box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1); */
    padding: 30px 28px;
    box-sizing: border-box;
    text-align: center;
}
.zw_center1 .wr .item .title {
    font-size: 20px;
    font-weight: bold;
    color: #0177FD;
}
.zw_center1 .wr .item .tip {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-top: 14px;
}
.zw_center1 .wr .item .line {
    height: 1px;
    border-bottom: 1px dashed #C1C1C1;
    margin-top: 32px;
    margin-bottom: 40px;
}
.zw_center1 .wr .item .text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 80px;
    margin-top: 20px;
}
.zw_center1 .wr .item .text img {
    width: 21px;
    margin-right: 8px;
}

.zw_center2 .title{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}
.zw_center2 .text-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 38px;
}
.zw_center2 .text-box .text-item {
    width: 260px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.1);
    border-radius: 4px 4px 4px 4px; 
    position: relative;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.zw_center2 .text-box .text-item img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -14px;
    left: 115px;
}
.zw_center2 .text-box .text-item span {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding-top: 35px;
    display: block;
}

.zw_center3 {
    background: #fff;
    padding: 50px 0;
}
.zw_center3 .center {
    display: flex;
    align-items: center;
    margin-top: 54px;
}
.zw_center3 .center .left{
    width: 480px;
}
.zw_center3 .center .right{
    flex: 1;
    padding-left: 93px;
}
.zw_center3 .center .right div{
    display: flex;
    align-items: center;
    margin-bottom: 63px;
}
.zw_center3 .center .right div:last-child{
    margin-bottom: 0;
}
.zw_center3 .center .right div img {
    width: 37px; 
    margin-right: 29px;
}
.zw_center3 .center .right div span{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
} 

.zw_center4 .wr{
    position: relative;
    font-size: 0;
}
.zw_center4 .text {
    position: absolute;
    width: 480px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    top: 32%;
    left: 29%;
    text-align: left;
    line-height: 65px;
}
/*-------------国际语言中心----------------*/
.gj_center1 {
    position: relative;
    z-index: 9;
    margin-top: -44px;
}
.gj_center1 .wr{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    padding: 21px;
    box-sizing: border-box;
}
.gj_center1 .wr img{
    width: 455px;
}
.gj_center1 .wr .right{
    flex: 1;
    padding-left: 102px;
    text-align: left;
}
.gj_center1 .wr .right div {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.gj_center1 .wr .right p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 30px;
    line-height: 32px;
}
.gj_center3 {
    background: #ffffff;
    padding: 40px 0;
}
.gj_center3 .top_title_style i {
    background: #B01F23;
    height: 58px;
    border-radius: 0px 0px 0px 0px;
}
.gj_center3 .top_title_style h1{
    text-align: left;
}
.gj_center3 .top_title_style p {
    font-size: 12px;
    font-weight: 500;
    color: #B01F23;
}
.gj_center3 .content {
    padding-left: 160px;
    position: relative;
    margin-top: 44px;
}
.gj_center3 .content .line{
    position: absolute;
    height: 82%;
    top: 0;
    left: 186px;
    border: 1px dashed #0177FD;
}
.gj_center3 .content .item_box{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    margin-bottom: 96px;
}
.gj_center3 .content .item_box:last-child{
    margin-bottom: 0;
}
.gj_center3 .content .item_box .icon {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    opacity: 1;
    border: 3px solid #0177FD;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #0177FD;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.gj_center3 .content .item_box div{
    flex: 1;
    padding-left: 36px;
    text-align: left;
}
.gj_center3 .content .item_box div .title{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.gj_center3 .content .item_box div .text{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    line-height: 26px;
}

.gj_center4 {
    font-size: 0;
}
.gj_center4 .wr{
    position: relative;
}
.gj_center4 .line {
    width: calc(100% - 82px);
    height: 2px;
    background: #0177FD;
    position: absolute;
    top: 17px;
    left: 41px;
}
.gj_center4 .icon {
    width: 15px;
    position: absolute;
    top: 8px;
    right: 0;
}
.gj_center4 .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.gj_center4 .content .item_box{
    width: 100px;
}
.gj_center4 .content .item_box i {
    display: block;
    width: 15px;
    height: 15px;
    background: #0177FD;
    border: 10px solid #F5F5F5;
    border-radius: 50%;
    margin: auto;
}
.gj_center4 .content .item_box div {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    color: #0177FD;
}
.gj_center4 .content .item_box p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin-top: 24px;
}