.head {
    width: 100%;
    height: 383px;
    /*margin: 0 auto;*/
    text-align: center;
    display: block;
}

/*取消滚动条*/
html {
    overflow-x:hidden;
}

/*////////////////////////////////////////////////*/
.header {
    position: absolute;
    width: 100%;
    height: 140px;
    background: linear-gradient(90deg, rgba(255, 76, 42, .78), rgba(255, 66, 11, .78), rgba(255, 113, 4, .78), rgba(255, 151, 2, .78));
}

.header .container_2 {
    margin: auto;
    /* padding: 40px 0; */
    /* 塌陷 */
    width: 1445px;
    height: 100%;
    /* border: 1px solid red; */
    color: white;
}

.container_2 .log {
    float: left;
    margin-top: 27px;
}

.container_2 .top {
    float: left;
    margin-left: 207px;
    width: 350px;
    font-size: 14px;
    color: white;
    /* ???? */
}

.top .home {
    color: white;
}

.top .home {
    /* display: inline-block; */
    float: left;
    margin-top: 10px;
    width: 135px;
    text-decoration: none;
    background-image: url("/image/ico_home.png");
    background-repeat: no-repeat;
    background-position: 2px;
    text-align: right;
    /* border: 2px solid red; */
}

.top .search {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    height: 22px;
    width: 0;
    background-color: rgba(255, 128, 0, 0.689);
    /* border: 2px solid red; */
}

.top .search input[type='text'] {
    float: left;
    height: 22px;
    border: 0;
    background-color: rgba(255, 76, 42, 0.689);
    text-indent: 0.5em;
    color: white;
    outline: none;
}

.search input[type='text']::placeholder {
    color: white;
}

.search .submit-button {
    float: right;
    position: absolute;
    /* top: -27px; */
    width: 29px;
    height: 22px;
    border: 0;
    background: url("/image/ico_search.png") no-repeat center;
}

.container_2 .nav-list {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    width: 520px;
    /* border: 2px solid red; */
}

.container_2 .nav-list ul li {
    float: left;
    list-style: none;
    width: 104px;
    height: 34px;
}

.container_2 .nav-list li a {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    color: white;
    line-height: 34px;
}

.nav-list ul li .submenu {
    display: none;
    /* text-align: center; */
}


.container_2 .nav-list li:hover .submenu {
    display: block;

}

.nav-list ul li .submenu a {
    display: block;
    width: 60%;
    background-color: rgb(255, 100, 39, .88)
}

/*//////////////////////////////////////////////////////////////////////////*/


.container {
    width: 1425px;
    height:383px;
    background-image: url("../image/bg2.jpg");
    /*background-position: center 0px;*/
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size:1425px 383px;

}


.c_m{
    width: 1425px;
    /*自动找高*/
    overflow: auto;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    display: block;
    /*dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd*/
    /*margin-bottom: 4200px;*/
}

.c_m_left{
    float: left;
    margin-right: 5px;
}


.nav_left{
    background: linear-gradient(90deg, rgba(255, 39, 14, .88), rgba(255, 66, 11, .88), rgba(255, 113, 4, .88), rgba(255, 151, 2, .88));
    /*background-color: orange;*/
    width: 270px;
    height: 68px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: white;
    margin-left: 40px;
}

.c_m_right{
    padding-left: 10px;
    margin-left: 200px;

}

.nav_right{
    width: 900px;
    height: 65px;
    border-bottom: 1px solid #9a9a9a;
    /*text-align: center;*/
    margin-left: 150px;
}

.nav_right_1{
    font-size: 24px;
    float: left;
    margin-top:20px;
    /*margin-left: 40px;*/
    color:#333333 ;

}

.nav_right_2{
    width: 230px;
    height: 67px;
    float: right;
    color: #9a9a9a;
    font-size: 16px;
    margin-right:10px ;
    text-align: center;
    line-height: 90px;

}
.content{
    /*border-top: 1px solid #9a9a9a;*/
    width:900px;
    float: left;
    /*margin-left: 100px;*/
    text-align: center;
    margin-left: 35px;
}

.m_title{
    font-size: 30px;
    color: #333333;
    margin: 30px 0px 10px;
}

#views{
    font-size: 16px;
}


/*尾部*/
.footer {
    /*margin-top: 50px;*/
    margin: 50px auto 0px;
    width: 100%;
    overflow: auto;
    background: linear-gradient(90deg, rgba(255, 76, 42, .78), rgba(255, 66, 11, .78), rgba(255, 113, 4, .78), rgba(255, 151, 2, .78));
}

.footer ul {
    text-align: center;
    padding-top: 15px;
    font: normal normal 10px "宋体";
    color: white;
}

.footer ul li {
    font-size: 16px;
    padding-top: 10px;
}