/*public*/

body {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.pcshow {
    display: block;
}

.mshow {
    display: none;
}

.safewidth {
    width: 1200px;
    margin: 0 auto;
}

[class*='wrap'] {
    padding: 60px 0;
}

.wrap1{
	margin-top: 140px;
}

.msg {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.msg span {
    font-weight: bold;
    padding-right: 6px;
}

.btn_reg {
    background: #e85258;
    border-radius: 4px;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    transition: linear .2s;
}

.btn_reg:hover {
    background: #d6161e;
}


/*添加word和pdf图标*/

.word {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../imgs/word.svg) no-repeat right top / contain;
    padding-right: 2em;
    background-size: 22px;
}

.pdf {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../imgs/pdf.svg) no-repeat right top / contain;
    padding-right: 2em;
    background-size: 22px;
}


/*headnav 导航*/

.headnav {
    width: 100%;
    min-width: 1200px;
    height: 115px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.vline {
	height: 30px;
	border: 1px solid #666;
}

.toplogo {
    width: 100%;
    background: #fff;
}

.bdlogo {
	width: 130px!important;
}

.toplogo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplogo img {
    width: 340px;
    padding: 10px 6px;
}

.menutab {
    background: #393939;
    width: 100%;
    height: 40px;
    min-width: 1300px;
}

.bar {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#headerEn .bar a {
   padding: 0 16px;
    font-size: 12px;
}

.bar a {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    padding: 0px 16px;
    transition: linear .2s;
	flex-shrink: 0;
}

.bar a:hover {
    background: #000;
    color: #448bc0;
}

.bar a.active {
    color: #448bc0;
    background: #000;
}

.navList2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navList2 ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    background: #126bae;
}

.navList2:hover ul {
    display: block;
}

/*往届回顾菜单*/
.reviewShow {
  font-size: 12px;
  padding: 0 5px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}

.reviewHide {
  background: #393939;
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: 999;
  text-align: center;
}

.reviewHide li a {
  color: #fff;
  line-height: 30px;
  padding: 8px;
}
.apply_box a{
    width: auto;letter-spacing:0;border-radius: 4px;text-align: center;height: 46px;line-height: 46px;cursor: pointer; padding: 0 10px;
}
/* .apply_box a:nth-child(2){
    margin-left: 20px;
}
.apply_box a:nth-child(3){
    margin-left: 20px;
} */


.apply_boxEnglish a{
    width: 195px;letter-spacing:0;border-radius: 4px;text-align: center;height: 46px;line-height: 46px;cursor: pointer;
    letter-spacing: 0;
}
.apply_boxEnglish a:nth-child(2){
    width: 235px;
    margin-left: 20px;
}
.apply_boxEnglish a:nth-child(3){
    width: 190px;
    margin-left: 20px;
}


.btnaLink{
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
}
.btnaLink .link-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.link-item a{
    width: 200px;letter-spacing:0;border-radius: 4px;text-align: center;height: 46px;line-height: 46px;cursor: pointer;border:1px solid #2aa9e0;
    padding:0 0;
    display: block;
    margin: 10px 10px;
    font-size: 14px;
}
.itemEnglish a{
    width: 280px;
}
.position{
    position: relative;
    top: 0;
}



@media screen and (max-width:768px) {
    .btnaLink{
        width: auto;
    }
    .apply_box{
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
        top: -80px;
    }
    /* .apply_box a, .apply_box a:nth-child(2), .apply_box a:nth-child(3){
        width: 260px;
        margin-bottom: 20px;
        margin-left: 0;
    } */

    
    .apply_boxEnglish{
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
        top: -80px;
    }
    .apply_boxEnglish a, .apply_boxEnglish a:nth-child(2), .apply_boxEnglish a:nth-child(3){
        width: 260px;
        margin-bottom: 20px;
        margin-left: 0;
    }
    body {
        min-width: 0;
    }
    .pcshow {
        display: none;
    }
    .mshow {
        display: block;
    }
    /*[class*='wrap']{padding: 30px 0;}*/
    .wrap1 {
        margin-top: 50px;
    }
    .safewidth {
        width: 100%;
        padding: 0 15px;
        min-width: 0;
    }
    .msg {
        text-align: left;
    }
	
    /*m 导航*/
	.mbdlogo{
	  width: 50%!important;	
	}
	
	.mline {
		height: 40%;
		border: 1px solid #fff;
		margin: 0 5px;
	}
	
	.bdlogo {
		width: 30%!important;
	}
    .headnav {
        background: #333;
        min-width: 0;
        height: 50px;
    }
    .navlogo a {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        display: block;
    }
    .navlogo img {
        height: 100%;
    }
    .cosmenu {
        width: 0;
        height: 1000px;
    }
    .menubtn {
        position: fixed;
        top: 15px;
        left: 15px;
        width: 35px;
        height: 22px;
        z-index: 5;
        cursor: pointer;
    }
    .menubtn span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        transition: all 0.5s;
    }
    .menubtn .spa1 {
        transform: rotate(45deg);
        transition: all 0.5s;
        position: absolute;
        top: 10px;
    }
    .menubtn .spa2 {
        display: none;
        transition: all 0.5s;
    }
    .menubtn .spa3 {
        transform: rotate(-45deg);
        transition: all 0.5s;
        position: absolute;
        top: 11px;
    }
    .menu {
        background: #fff;
        width: 240px;
        height: 100vh;
        box-shadow: 0 0 3px #ccc;
        position: absolute;
        top: 50px;
        left: -240px;
        transition: all 0.5s;
    }
    .toggle {
        position: fixed;
        top: 13px;
        left: 19px;
        width: 28px;
        height: 30px;
        display: none;
        z-index: 9;
        cursor: pointer;
    }
	.menulogo {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	
    .menulogo img {
        padding: 8px 0;
		width: 50%;
    }
    .logos {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .logos a {
        width: 150px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .logos a img {
        width: 16%;
    }
    .ma {
        background: #f9f9f9;
        padding: 8px 10%;
    }
    .ma a {
        display: block;
        font-size: 14px;
        color: #333;
        padding: 8px;
    }
    .ma a.active {
        color: #FA6900;
    }
    .navList2 {
        position: relative;
        display: block;
    }
    .navList2 ul {
        display: none;
        position: static;
        background: none;
    }
    .navList2:active ul {
        display: block;
    }
	
	
	.reviewShow {
		color: #333;
	}
	
	.ma .reviewShow {
        font-size: 14px;
        color: #333;
        padding: 8px;
    }

    .ma .reviewHide li a {
        background-color: #f9f9f9;
        color: #333;
    }

    .ma .reviewHide {
        text-align: left;
    }

    .btnaLink{
        top: 0;
    }
    .link-item a:nth-child(1), .link-item a:nth-child(2){
        /* margin: 0 0 20px; */
    }
    .btnaLink .link-item:nth-child(2){
        margin-top: 0;
    }
}