@charset "UTF-8";
/* 头部 */
header{
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/header_bg.png) no-repeat center top;
    z-index: 999;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
}
header a.logo, header a.logo img {
    width: 510px;
    height: auto;
}
header a.logo {
    float: left;
    margin-top: 30px;
}
header nav{
    float: right;
    margin-top: 50px;
}
header .w1400 nav ul>li{
    float: left;
    margin-left: 40px;
    position: relative;
}
header .w1400 nav ul>li:first-of-type{
    margin-left: 0;
}
header .w1400 nav ul>li>a{
    display: block;
    width: auto;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
header .w1400 nav ul li>a.hover{
    border-bottom: 2px solid #fff;
}
header nav ul>li>a:hover{
    color: #d9413e;
}
header nav ul>li .submenu {
    position: absolute;
    width: 270%;
    left: -85%;
    top: 35px;
    background: rgba(228,28,14,0.7);
    z-index: 999;
    display: none;
}
header nav ul>li .submenu li{
    width: 100%;
    margin: 0;
}
header nav ul>li .submenu li a{
    display:block;
    width:100%;
    padding:0;
    text-align:center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    border-bottom: 1px solid #d96c6c;
    font-weight: normal;
}
header nav ul>li .submenu li a:hover{
    background: #d9413e;
}
.header_m{
    display: none;
}
nav div.search{
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    background: url(../img/search.png) no-repeat top center;
    padding-bottom: 15px;
    margin-left: 40px;
}
/*搜索*/
 .layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
 }
 .layer.showdiv {
    opacity: 1;
    visibility: visible;
 }
 .layer .close {position: absolute;right: 150px;top: 80px;width: 66px;height: 66px;text-align: center;line-height: 50px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
 .layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #d9242a;transition:1s;transform: rotate(45deg);top: 24px;}
 .layer .close:before{transform: rotate(-45deg);}
 .layer .close:hover{transform: rotate(90deg);}
 .layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 850px;
    transform: translateY(-50px);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
 }
 .layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
    font-size: 0;
 }
 .layer .search_box .kw {
    width: 85%;
    height: 48px;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    padding: 0 12px;
    font-size: 16px;
    border-radius: 0;
    float: left;
    margin: 0;
    border: none;
    box-sizing: border-box;
 }
 .layer .search_box .ok {
    background: #d9242a;
    color: #fff;
    width: 15%;
    height: 48px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0;
    float: left;
 }

/* 底部 */
footer{
    background: #780619 url(../img/footer_bg.jpg) no-repeat center;
}

footer div.wylj{
    padding: 40px 0;
}
footer div.wylj p{
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    color: #fdd9df;
    border-left: 2px solid #fff;
}
footer div.wylj p a{
    display: inline-block;
    margin: 0 25px;
    font-size: 14px;
    line-height: 22px;
    color: #d18995;
}
footer div.wylj p a:hover{
    color: #fff;
    font-weight: bold;
}
footer div.wylj p a:first-of-type{
    margin-left: 50px;
}
footer div.ej_dzz h2{
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    color: #fdd9df;
    border-left: 2px solid #fff;
    margin-bottom: 25px;
}
footer div.ej_dzz ul {
    border-top:1px solid #902b3b;
    padding: 15px 0 30px; 
}
footer div.ej_dzz ul li{
    float: left;
    width: 20%;
    margin-top: 15px;
}
footer div.ej_dzz ul li a{
    font-size: 14px;
    text-align: left;
    color: #d18995;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer div.ej_dzz ul li a:hover{
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
}
footer .bq{
    padding:20px 20px;
    text-align: center;
    font-size: 14px;
    color: #e6dcde;
    line-height: 30px;
    background: #620010;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px){
    .w1400{
        width:100%;
        padding: 0 50px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1400px){
    nav div.search,header .w1400 nav ul>li{
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1240px){
    .w1400{
        width:100%;
        padding: 0 30px;
    }
    header a.logo, header a.logo img{
        width:auto;
        height: 40px;
    }
    header nav{
        margin-top: 42px;
    }
    nav div.search, header .w1400 nav ul>li{
        margin-left: 10px;
    }
    header nav ul>li .submenu{
        width:150%;
        left:-25%;
    }
    header nav ul>li .submenu li a{
        font-size: 14px;
        line-height: 36px;
    }
    footer div.wylj{
        padding:30px 0;
    }
    footer div.wylj p a:first-of-type{
        margin-left:10px;
    }
    footer div.wylj p a{
        margin:0 10px;
    }
    footer div.ej_dzz ul li{
        width:25%;
        margin-top: 0;
    }
    footer div.ej_dzz h2{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1024px){
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    body.navshow {
        overflow: hidden;
        position:absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
	.header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        padding: 15px 30px;
        background: #d80011;
    }
    .header_m .m_logo {
        display: block;
        width: 500px;
        float: left;
    }

    .header_m .m_logo a,
    .header_m .m_logo a img {
        width: auto;
        display: inline-block;
        height: auto;
    }

    .menu1 {
        width: 40px;
        height: 40px;
        display: block;
        right: 30px;
        top: 18px;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
        position: absolute;
    }

    .menu1 span {
        float: left;
        width: 80%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 8px;
        margin-left: 10%;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 9px;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 19px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }

    .m_nav {
        width: 100vw;
        position: absolute;
        top: 76px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        left: auto;
        width: 420px;
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #d80011;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #444444;
        font-weight: bold;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #d9242a;
    }
	/* 小屏搜索 */
	 .m_nav .search3{
            position: absolute;
            top: 0;
            right: 0;
            width: 420px;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
	.m_nav .search3 .text::-webkit-input-placeholder{
		color:#969696;
	}
	.m_nav .search3 .text::-moz-input-placeholder{
		color:#969696;
	}
	.m_nav .search3 .text::-ms-input-placeholder{
		color:#969696;
	}
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
}
@media only screen and (max-width: 960px){
    .w1400{
        width:100%;
        padding: 0 30px;
    }
    footer div.wylj p a{
        font-size: 12px;
    }
    footer div.ej_dzz ul li a{
      font-size: 12px;
    }

}
@media only screen and (max-width: 768px){
    .w1400{
        width:100%;
        padding: 0 20px;
    }
    footer div.wylj p{
        font-size: 16px;
        padding-left: 10px;
    }
    footer div.ej_dzz ul li{
        width:calc(100% / 3);
    }
    footer div.ej_dzz ul li a{
        line-height:26px;
    }
    footer div.ej_dzz h2{
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 630px){
    .w1400{
        width:100%;
        padding: 0 15px;
    }
    .header_m{
        padding: 10px 15px;
    }
    .header_m .m_logo a, .header_m .m_logo a img{
        height: 32px;
    }
    .menu1{
        top: 6px;
        right: 15px;
    }
    .m_nav{
        top: 52px;
        height: calc(100% - 52px);
    }
    .m_nav .search3,.m_nav ul{
        width:100%;
    }
    .m_nav ul>li>a{
        font-size:16px;
        line-height: 46px;
    }
    .m_nav ul li i {
        height: 46px;
    }
    .m_nav ul li ol>li{
        line-height:38px;
        font-size: 14px;
        text-indent: 30px;
    }
    footer p.bq{
        line-height: 40px;
        font-size: 13px;
    }
    footer div.ej_dzz ul li{
        width:50%;
    }
    footer div.wylj{
        padding:20px 0;
    }
}