/*头部*/
.header{
    width: 100%;
    opacity: 0.9;
    z-index: 999;
}
.img{
    width: 1300px;
    height: 600px;
    margin: 0 auto;
    padding-top: 30px;
}

.img img {
    width: 1300px;
}

.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: 160px;
    margin-left: 60px;
    float: left;
    margin-top: 6px;
}

.nav01 {
    float: left;
    margin-left: -32px;
}

ul li {
    list-style: none;/* 去掉元素前的小圆点 */
}
ul a {
    text-decoration: none;/* 去掉字体的下划线 */
}
.nav_u_l {/* 一级菜单的样式 */
    float: left;
    width: 92px;
    height: 110px;
    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: 30px;
    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;
}

.main_img img{
    width: 100%;
    min-width: 1300px;
    margin-top: -1320px;
}

body {
    background: url("../image/list-back.png") no-repeat center center;
    background-size: cover;
}

.main {
    margin: 20px auto 0 auto;
    width: 1300px;

}

.main:after {
    content:"";
    display:block;
    height: 0;
    clear:both;
}

.main_left {
    margin-top: 15px;
    float: left;
    width: 300px;
}

.left_box1 {
    width: 300px;
    height: 80px;
    background-color: #d62e2f;
}

.left_box1 a {
    margin-left: 5px;
    color: white;
    font: 700 normal 30px "宋体";
    line-height: 80px;
}

.left_2 {
    width: 300px;
    background-color: #d21819;
}

.left_box2 {
    width: 300px;
    height: 60px;
    background-color: #eeeeee;
    box-shadow: 0px 1px 7px #d21819;
    line-height: 50px;
}

.left_box2 a {
    display: block;
    height:50px;
    padding-top: 10px;
}

.left_box2:hover {
    background: url("../image/left-tt.png");
}

.left_box2 a:hover {
    color: #fbf5f5;
}

.left_box2 a {
    margin-left: 20px;
    color: #616161;
    font: normal normal 20px "宋体";
}

.main_right {
    float: right;
    width: 950px;

}

.main_right_up {
    width: 950px;
    height: 80px;
    border-bottom: 1px dotted #d21819;
}

.main_right_head {
    height: 80px;
    float: left;
    line-height: 80px;
    background: url("../image/list-tt.png") center 50px no-repeat;
    /*background-position: 10px 20px;*/
}

.main_right_head a {
    color: #616161;
    font: normal normal  25px "宋体";
}

.main_right_ul {
    width: 617px;
    height: 80px;
    float: right;
}

.main_right_ul a {
    color: #616161;
    font: 700 normal  15px "宋体";
    line-height: 100px;
}

.main_right_down {
    width: 950px;
}

/*尾部*/
.f {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.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;
}