@charset "utf-8";
body {
    margin: 0;
    padding: 0;
   /* background: url(../images/bg.jpg) no-repeat center top;*/
}

/* 预设UL边距 */

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#wrap {
    min-width: 1250px;
}

/* 页头 */

.header {
    width: 100%;
    background: url(../images/headerLogo/yt.png) no-repeat center 0;
    background-color: rgb(21, 56, 142)
}

.header .oneBox {
    width: 1200px;
    height: 136px;
    margin: 0 auto;
    position: relative;
}

/* logo */

.header .title1 {
    width: 804px;
    float: left;
    margin-top: 10px;
}

/* .header .title1 img {
    width: 200px;
    height: 50px;
} */

.header .title1 .collegeLogo {
    width: 803px;
    height: 70px;
    margin: 25px 0;
}

/* 导航栏 */

.navBox {
    min-width: 1200px;
    height: 67px;
    background-color: rgb(72, 103, 202);
    text-align: center;
}

.nav {
    background-color: rgb(72, 103, 202);
    height: 67px;
    width: 1200px;
    z-index: 999;
    margin: auto;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    text-decoration: none;
    display: block;
    color: white;
    padding: 0 19px;
    font-size: 12px;
    height: 67px;
    text-align: center;
}

.nav ul li a:hover, a:active {
    color: #ead92f;
}

.nav ul li a .text1 {
    font-family: "微软雅黑";
    font-size: 17px;
    line-height: 30px;
}

.nav ul li a .text2 {
    font-family: "微软雅黑";
    font-size: 12px;
}

/* 下拉菜单 */

.menu {
    position: relative;
    text-align: center;
}

.menu ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 66px;
    left: -5px;
    background-color: rgb(72, 103, 202);
    text-align: center;
    border-top: 5px solid rgb(234, 217, 47);
}

.menu ul li {
    float: none;
    white-space: wrap;
    min-width: 120px;
    height: 35px;
    margin: 10px 0;
    background-color: rgb(72, 103, 202);
}

.menu .hzbx {
    position: absolute;
    top: 66px;
    left: -45px;
}

.menu .kzxy {
    position: absolute;
    top: 66px;
    left: -10px;
}

.menu ul img {
    position: absolute;
    top: 0;
    left: 0;
}

.menu ul li a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    font-family: "微软雅黑";
    font-size: 17px;
    white-space: nowrap;
    text-align: center;
}

.menu ul li a:hover {
    background-color: rgb(6, 80, 170);
}

/* 以上页眉 and 导航栏样式结束    轮播图样式在最底下 */

/* 中间部分 */

#container {
    width: 100%;
    /* background-color: white*/
}

/* 超链接方块 */

#container .linkBox {
    width: 1250px;
    height: 130px;
    margin: 31px auto;
}

/* 左边边框 */

#container .linkBox .leftBorder {
    float: left;
    width: 18px;
    height: 115px;
    background-color: rgb(238, 238, 238);
}

/* 右边边框 */

#container .linkBox .rightBorder {
    float: right;
    width: 18px;
    height: 115px;
    background-color: rgb(238, 238, 238);
}

/* 中间超链接子专题 */

#container .lBox {
    width: 1200px;
    height: 115px;
    margin: auto;
}

#container .lBox .img1 {
    margin: 0;
}

#container .lBox .img2 {
    margin: 0;
}

#container .linkBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#container .linkBox ul li {
    float: left;
    margin: 0 7px;
    width: 185px;
    height: 115px;
}

#container .linkBox ul li a {
    display: block;
    color: white;
    background-color: rgb(238, 238, 238);
    text-decoration: none;
    border-radius: 8px;
}

#container .linkBox ul li a:hover, a:active {
    color: white;
}

/* 图标 */

#container .linkBox ul li a img {
    margin-top: 15px;
}

/* 下方新闻列表 */

#container .newsBox {
    /* background-color: rgba(255,0,0,0.1);  */
    width: 1200px;
    height: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
margin-top:30px;
}

#container .newsBox .topBox, .bottomBox {
    width: 100%;
    /* height: 245px; */
    /* margin: 25px 0 30px 0; */
}

#container .newsBox .topBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#container .newsBox .bottomBox {
    /* margin: 40px 0; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 图片新闻样式 */

#container .minBox_a {
    width: 417px;
    height: 374px;
}

#container .minBox_a .title {
    width: 417px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
}
#container .minBox_a .title .oneBox{
    margin-bottom: 10px;
}
#container .minBox_a #curBox {
    position: relative;
    min-width: 403px;
    min-height: 303px;
    background: url(../images/friendLink/zs.png) no-repeat center 0; 
}

#container .minBox_a #curBox ul li {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 3px;
    left: 6px;
}

#container .minBox_a #curBox ul img {
    width: 403px;
    height: 298px;
    border-radius: 5px;
}

/* 下标 */

#container .numBox {
    z-index: 999;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

#container .numBox a {
    color: white;
    text-decoration: none;
}

#container .numBox .cur {
    color: rgb(3, 129, 219);
}

/* 文字标题 */

#container .textBox p {
    position: absolute;
    left: 6px;
    bottom: -14px;
    z-index: 99;
    font-size: 12pt;
    background-color: rgba(255, 255, 255, 0.705);
    width: 403px;
    height: 30px;
    line-height: 30px;
}

/* 新闻速递*/

#container .minBox_b {
    width: 366px;
    height: 374px;
}

#container .minBox_b .title {
    width: 366px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#container .minBox_b .title .oneBox{
    margin-bottom: 8px;
}
#container .minBox_b .newsBox {
    width: 366px;
    height: 303px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#container .minBox_b .new {
    width: 366px;
    height: 110px;
    margin: 10px 0;
    border-bottom: 2px solid silver;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#container .minBox_b .newsBox .timeBox {
    width: 72px;
    height: 63px;
    margin-bottom: 15px;
}

#container .minBox_b .newsBox .timeBox .time1 {
    background-color: rgb(0, 132, 197);
    color: white;
    width: 72px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: "黑体";
    font-size: 35.7px;
}

#container .minBox_b .newsBox .timeBox .time2 {
    border: rgb(130, 130, 230) 1.5px solid;
    color: rgb(130, 130, 230);
    width: 69px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-family: "黑体";
    font-size: 15px;
    font-weight:bold;
}

#container .minBox_b .newsBox .textBox {
    width: 250px;
    height: 85px;
    font-family: '微软雅黑';
    /* margin-bottom: 20px; */
    white-space: wrap;
    margin-right: 30px;
}

#container .minBox_b .newsBox a {
    color: black;
    text-decoration: none;
}

#container .minBox_b .newsBox a:hover {
    color: #0650aa;
}

/* 通知公告*/

#container .minBox_c {
    width: 340px;
    height: 374px;
    margin-left: 15px;
}

#container .minBox_c .title {
    width: 340px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#container .minBox_c .title .oneBox{
    margin-bottom: 8px;
}
#container .minBox_c ul {
    width: 100%;
    height: 280px;
    margin-top: 5px;
}

#container .minBox_c ul li {
    width: 100%;
    height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#container .minBox_c ul li div {
    float: right;
    color: #cac9c9;
}

#container .minBox_c ul li a {
    width: 270px;
    display: block;
    font-family: "微软雅黑";
    font-size: 15.64px;
    color: black;
    text-decoration: none;
    white-space: nowrap;
    /* 多于字隐藏 */
    overflow: hidden;
    /* 隐藏字代替格式  ellipsis省略号*/
    text-overflow: ellipsis;
}

#container .minBox_c ul li a:hover {
    color: #0650aa;
}

/* 下三条 */

.bottomBox .minBox2 {
    width: 380px;
    height: 307px;
    box-shadow: silver -2px 1px 5px 1px;
}

/* 来华留学 */

#lhlx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#lhlx a {
    color: white;
    text-decoration: none;
}

#lhlx .viewBox1 .view2 span {
    display: block;
    width: 125px;
}

#lhlx .viewBox1 .view2 span img {
    margin-top: 5px;
    float: right;
}

#lhlx .viewBox1 {
    width: 324px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0 0 25px;
}
#lhlx  .oneBox{
height: 50px;
}
#lhlx .viewBox1 div {
    width: 324px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#lhlx .viewBox1 div span:hover {
    border-bottom: 2px solid white;
}

#lhlx .view3 span:hover {
    border-bottom: 2px solid white;
}

#lhlx .viewBox1 .view1 {
    width: 150px;
    height: 42px;
    background-color: rgb(243, 157, 10);
    color: white;
}

#lhlx .viewBox1 .view2 {
    width: 150px;
    height: 30px;
    background-color: rgb(0, 152, 232);
    color: white;
    font-size: 14px;
}

#lhlx .view3 {
    width: 324px;
    height: 40px;
    background-color: rgb(0, 214, 225);
    margin-bottom: 24px;
   margin-top:6px;
    color: white;
    font-size: 18px;
   margin-left: 20px;
}

#lhlx .view3 span{
    width: 310px;
    height: 30px;
    display: block;

  line-height: 30px;
    margin: 5px 0 0 0px;
}



/* 学生风采 */

.bottomBox .minBox2 .tltle {
    width: 300px;
    height: 80px;
}

 #xsfc .newsBox {
    width: 380px;
    height: 180px;
    padding-top: 25px;
}

#xsfc .newsBox .textBox {
    margin: 0px auto;
    width: 325px;
    height: 150px;
}

#xsfc .newsBox .textBox a {
    color: black;
    text-decoration: none;
    white-space: wrap;
}

#xsfc .newsBox .textBox a:hover {
    color: #0650aa;
}

/* 教育培训 */

#jypx .viewBox {
    width: 323px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-left: 42px;
}

#jypx .oneBox {
    /* height: 60px; */
    margin-left: 15px;
    margin-top: 18px;
}

#jypx .viewBox a {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 500;
}

#jypx .viewBox .view1 {
    width: 326px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
	font-size:15px;
}

#jypx .viewBox .view1 .a a {
    width: 121px;
    height: 36px;
    border: 2px solid #f39d0a;
    line-height: 36px;
}

#jypx .viewBox .view1 .a a:hover {
    background-color: #f39d0a;
    color: white;
}

#jypx .viewBox .view1 .b a {
    width: 180px;
    height: 36px;
    border: 2px solid #0098e8;
    line-height: 36px;
}

#jypx .viewBox .view1 .b a:hover {
    background-color: #0098e8;
    color: white;
}

#jypx .viewBox .view2 a {
    width: 323px;
    height: 38px;
    border: 2px solid #f9601a;
    margin-right: 35px;
    line-height: 38px;
	font-size:15px;
}

#jypx .viewBox .view2 a:hover {
    background-color: #f9601a;
    color: white;
}

#jypx .viewBox .view3 a {
    width: 323px;
    height: 55px;
    border: 2px solid #00d6e1;
    margin-right: 35px;
    padding-top: 10px;
    line-height: 21px;
    font-size: 15px;
    text-align: center;
}

#jypx .viewBox .view3 a span {
    display: block;
    height: 55px;
    line-height: 23px;
    text-align: center;
    white-space: nowrap;
    margin: auto;
}

#jypx .viewBox .view3 a:hover {
    background-color: #00d6e1;
    color: white;
}

.bottomBox .minBox2 .oneBox {
    width: 300px;
    height: 50px;
    margin-left: 30px;
}

/* 页脚 */

#footer {
    width: 100%;
}

/* 最顶上 */

#footer .oneBox {
    width: 100%;
    height: 67px;
    background-color: rgb(236, 236, 236);
}

#footer .oneBox .hwlsBox {
    width: 1100px;
    height: 67px;
    margin: auto;
}

#footer .oneBox .hwls {
    width: 380px;
    height: 67px;
    float: left;
    margin-left: 25px;
}

#footer .oneBox .lxwm {
    height: 37px;
    color: rgb(104, 104, 104);
    float: left;
    padding: 20px;
    font-size: 20px;
    font-family: "微软雅黑";
    margin-right: 5px;
}

#footer .oneBox .lxwm a {
    text-decoration: none;
    color: #666666;
}

#footer .oneBox .lxwm a:hover {
    text-decoration: none;
    color: #0153b7;
}

#footer .oneBox .lxwm span {
    margin: 0 30px;
}

#footer .twoBox {
    width: 100%;
    height: 149px;
    margin: 0;
    background: url(../images/footer_middlBox/yj.png) no-repeat center 0;
    background-color: rgb(29, 33, 132);
}

/* 总体 */

#footer .twoBox .allBox {
    width: 1000px;
    margin: 0 auto;
}

/* 学校信息 */

#footer .twoBox .infoBox {
    float: left;
    text-align: left;
    color: white;
    margin-top: 9px;
    margin-left: 10px;
    width: 600px;
}

#footer .twoBox .info {
    float: right;
    padding: 10px;
}

#footer .ewm {
    width: 79px;
    height: 79px;
    float: left;
    margin-top: 12px;
}

#footer table {
    width: 500px;
    float: right;
}

/* 轮播图*/

.focusbox {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

/* 轮播图大小 */

#fullbanner {
    width: 1200px;
    height: 560px;
    margin: auto;
    position: relative;
}

#fullbanner li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fullbanner img {
    width: 100%;
    height: 100%;
}

#fullbanner ul {
    width: 100%;
    height: 100%;
}

#fullbanner .wrappic {
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 100%;
}

#fullbanner .mask-left, #fullbanner .mask-right, #fullbanner .plan {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 192。、0px;
}

#fullbanner .mask-right, #fullbanner .mask-left {
    z-index: 4;
    left: -1200px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    /* background-color: #fff; */
    overflow: hidden;
}

#fullbanner .mask-right {
    left: 1200px;
}

.leftbtn {
    width: 57px;
    height: 63px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -31px;
    background: url(../images/icon.png);
    background-position: -607px 0;
    z-index: 999;
    cursor: pointer;
}

.rightbtn {
    width: 57px;
    height: 63px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -31px;
    background: url(../images/icon.png);
    background-position: -677px 0;
    z-index: 999;
    cursor: pointer;
}

.leftbtn {
    width: 57px;
    height: 63px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -31px;
    background: url(../images/icon.png);
    background-position: -607px 0;
    z-index: 999;
    cursor: pointer;
}

/* 搜索框 */

/* 谷歌 */

input::-webkit-input-placeholder{
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    margin-top: 5px;
}
/* 火狐 */

input::-moz-placeholder{
    font-size: 18px;
    font-weight: bold;
    color:#fff;
}

/* ie */
input:-ms-input-placeholder{
    font-size: 18px;
    font-weight: bold;
    color:#fff;

}

.title2 {
    float: right;
    margin-right: 10px;
    width: 246px;
    height: 100px;
}

.title2 a {
    color: white;
    text-decoration: none;
    font-size: 16.5px;
}

.title2 table {
    width: 255px;
    height: 55px;
    margin-top: 47px;
    color: white;
}

.title2 .inputBox {
    width: 248px;
    height: 40px;
    border: 2px solid white;
}

.title2 input {
    width: 180px;
    height: 32px;
    background: none;
    color: white;
    outline: none;
    border: none;
    margin-left: 14px;
    margin-top: 5px;
}

.title2 .ssBox {
    float: right;
    width: 30px;
    height: 28px;
    background-color: white;
    padding: 6px;
}

.title2 .ssBox img {
    width: 28px;
    height: 25px;
}