@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?tomleg');
    src:  url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tomleg') format('truetype'),
    url('../fonts/icomoon.woff?tomleg') format('woff'),
    url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    background: url("../image/list-back.png") no-repeat center center;
    background-size: cover;
}

.header{
    width: 100%;
    opacity: 0.9;
    z-index: 9;
}
.img{
    width: 1300px;
    height: 700px;
    margin: 0 auto;
    padding-top: 30px;
}

.img img {
    width: 1300px;
    height: 700px;

}

.picture {
    width: 100%;
    height: 300px;
}

.picture img {
    width: 100%;
    height: 300px;
}

.top0 {
    height: 80px;
    background-color: #d21819;
}

.top{
    width: 1300px;
    margin: 0 auto;
    height: 80px;
    background-color: #d21819;
    opacity: 0.9;
}
.log {
    width: 80px;
    float: left;
    margin-top: 6px;
}

.nav01 {
    float: left;
}

ul li {
    list-style: none;/* 去掉元素前的小圆点 */
}
ul a {
    text-decoration: none;/* 去掉字体的下划线 */
}
.nav_u_l {/* 一级菜单的样式 */
    float: left;
    width: 101px;
    height: 80px;
    line-height: 80px;/* 行高等于高使文字垂直居中 */
    text-align: center;
    background: #d21819;
}

.nav_u_l a {
    color: white;
    font: normal normal 20px "宋体";
}
.nav_u_l ul {
    height: 0;
    overflow: hidden;
    transition: height 0.7s;
}
.nav_u_l ul li {
    display: none;/* 隐藏二级菜单 */
    line-height: 40px;
    background-color: #d21819;
}

.nav_u_l ul li a {
    font: normal normal 14px "宋体";
    color: white;
 }
.nav_u_l:hover ul li { /* 鼠标经过时显示二级菜单 */
    display: block;/* 二级菜单转化为块级元素,使其独占一行 */
    background-color: #d21819;
    text-align: center;
    height: 30px;
}
.nav_u_l:hover ul {
    height: 400px;
}
.nav_u_l:hover a{
    background-color: #d21819;/* 鼠标经过时显示的背景颜色 */
    color: white;
}
/*新闻模块*/
.h1 {
    border-bottom: 1px dotted red;
    padding-top: 90px;
}

.h1 a{
    color: firebrick;
}
.new {
    position: relative;
    margin: 50px auto 0 auto;
    width: 1300px;
    height: 700px;
}

.news_title {
    display: block;
    width: 600px;
    font-size: 30px;
    border-bottom: 1px dotted red;
    opacity: 0.8;
}

.new_title span{
    font-family: 1000;
}

.inform_title {
    display: block;
    border-bottom: 1px dotted red;
    font-size: 30px;
    opacity: 0.8;
    width: 600px;
    margin-left: 700px;
    margin-top: -45px;
}

.new_img {
    width: 1300px;
    height: 600px;
    opacity: 0.3;
    z-index: -1;
    margin-top: -800px;
}

.new_down {
    width: 1300px;
    height: 600px;
    margin-top: -120px;
}

.inform {
    /*float: left;*/
    margin-top: 160px;
    width: 600px;
    height: 400px;
    margin-left: -100px;

}

.inform_more {
    float: right;
    margin-right: 180px;

}

.inform_more a {
    font: normal normal 18px "宋体";
}

.inform_more a:hover {
    color: firebrick;
}

.new_left_img {
    width: 500px;
    height: 300px;
    /*background-color: #2b669a;*/

}

.new_more_right {
    float: right;
    margin-left: 480px;

}
.new_more_right a:hover {
    color: firebrick;
}

.new_more_right a {
    font: normal normal 18px "宋体";
}

.new_box {
    width: 600px;
    position: relative;
    height: 100px;
    /*background-color: pink;*/
    margin-left: 100px;
    border-bottom: 1px dotted red;
    box-shadow: 1px 1px 2px gray;
}

.new_data {
    position: absolute;
    width: 50px;
    height: 50px;
    padding-top: 25px;
    padding-left: 25px;
}

.data_p1 {
    margin: 0 auto;
    width: 50px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    background: #297dd5;;
    border: 1px solid #297dd5;
}

.data_p2 {
    margin: 0 auto;
    width: 50px;
    height: 16px;
    font-size: 12px;
    border: 1px solid #297dd5;
}

.new_wenzi {
    width: 500px;
    height: 80px;
    padding-top: 30px;
    margin-left: 100px;
    font-size: 18px;
}

.new_wenzi a:hover {
    font-size: 18px;
    color: firebrick;
}

.new_right {
    width: 600px;
    height: 400px;
    float: right;
    margin-top: -600px;
    margin-right: 100px;
}

.new_right_box {
    position: relative;
    width: 300px;
    height: 120px;
    /*background-color: skyblue;*/
    margin-top: 7px;
    border: 1px dotted firebrick;
}

.new_right_box_data {
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
    width: 200px;
    height: 30px;
}

.new_right_box_wenzi {
    position: absolute;
    width: 280px;
    height: 60px;
    margin-top: 45px;
    margin-left: 20px;
    padding-top: 5px;
}

/*招生宣传*/
.ad1 {
    margin: -20px auto 0 auto;
    width: 1300px;
    height: 300px;
}

.ad_title1 {
    border-bottom: 5px solid #c3c3c3;
}

.ad_title2 {
    border-bottom: 5px solid #c3c3c3;
}

.ad_left1 {
    float: left;
    height: 300px;
    width: 600px;
    /*margin-left: 25px;*/
}

.ad_right1 {
    float: left;
    height: 300px;
    width: 600px;
    margin-left: 100px;

}

.ad_content1 {
    margin-top: 5px;
    height: 300px;
    width: 600px;
    background-color: #2aabd2;
}

.ad_ul {
    margin-left: 35px;
    margin-top: 48px;
}
.ad_li {
    float: left;
    width: 280px;
    height: 65px;
}

.ad_li a{
    font-size: 20px;
    font-weight: 800;
}

.ad_li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: firebrick;
    border-radius: 100%;
    margin-right:5px;
}

.ad_s {
    margin-left: 110px;
}

.ad_li a:hover{
    color: firebrick;
}
.footer {
    width: 100%;
    height: 200px;
    min-width: 1320px;
    opacity: 0.9;
    margin-top: 100px;
}

.up {
    width: 2800px;
    height: 200px;
    background: url("../image/footer.png") no-repeat ;
    margin: 0 auto;
}

.footer_l {
    width: 1000px;
    float: left;
}

.water {
    width: 1000px;
    height: 200px;
    float: left;
}

.water img {
    width: 1000px;
    height: 200px;
    opacity: 0.9;
}

.footer_r {
    width: calc(100% - 1000px);
    height: 200px;
    float: left;
    color: #fa7072;
}

.text_top {
    width: 500px;
    height: 50px;
}

h3 {
    width: 160px;
    text-align: center;
    font: normal bold 28px '宋体';
    color: red;
    padding-top: 10px;
    margin: 0 auto;
}

.text {
    width: 500px;
    height: 150px;
}

.footer_r_u {
    width: 300px;
    margin: 0 auto;
}

.footer_r li{
    margin: 12px 0 0 100px;
}

.footer_r li a {
    text-align: center;
    font: normal normal 17px "宋体";
    color: red;
}

.bottom {
    width: 100%;
    height: 120px;
    float: left;
    background-color: grey;
}

.bottom ul {
    text-align: center;
    padding-top: 15px;
    font: normal normal 10px "宋体";
    color: white;
}

.bottom ul li {
    font-size: 16px;
    padding-top: 10px;
}