.header_wrap{
    width: 100%;
    box-shadow: 0 0 20px 2px #e9e9e9;
    min-width: 1200px;
}
.header{
    position: relative;
    padding: 22px 0 12px;
}
.header .login a{
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color:#666;
    line-height: 66px;
}
.header .login a:hover{
    color:#0957c3;
}
.header .login a.log{
    background: url("../../images/zy/icon/login.png") no-repeat left center;
}
.header .login a.reg{
    margin-left: 25px;
    background: url("../../images/zy/icon/reg.png") no-repeat left center;
}
.header .logo{
    width:654px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}
.header .en{
    padding-right: 10px;
}
.header .en a{
    line-height: 66px;
    color:#666666;
    font-size: 14px;
}
.header .en a~a{
    margin-left: 20px;
}
.header .en a:hover{
    color:#0957c3;
    text-decoration: underline;
}
.header .menu{
    width: 28px;
    height:20px;
    background:url("../../images/zy/icon/menu.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}
.header .search{
    width: 32px;
    height: 32px;
    background:url("../../images/zy/icon/fdj.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}
.header_wrap .nav{
    height: 54px;
}
.header_wrap .nav >ul >li{
    position: relative;
}
.header_wrap .nav >ul> li~li{
    margin-left: 36px;
}
.header_wrap  .nav >ul >li >a{
    line-height: 54px;
    color: #1a1a1a;
    font-size: 18px;
    padding: 0 5px;
    position: relative;
}
.header_wrap .nav >ul >li >a:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:0;
    height: 3px;
    bottom:0;
    background:#0957c3;
    transition: .6s;
}
.header_wrap .nav >ul >li a:hover:after{
    width: 100%;
}
.header_wrap .nav >ul >li >a:hover,.nav >ul >li.active >a{
    color:#0957c3;
}
.header_wrap .nav> ul >li >ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color:#e9e9e9f2;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
    z-index: 12;
}
.header_wrap .nav >ul >li >ul >li{
    line-height: 32px;
    padding: 0 15px;
}
.header_wrap .nav >ul >li >ul >li:first-of-type{
    padding-top: 10px;
}
.header_wrap .nav >ul >li >ul >li:last-of-type{
    padding-bottom: 10px;
}
.header_wrap .nav >ul >li >ul >li >a{
    display: block;
    text-align: center;
    padding: 5px 0;
    color:#333;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
}
.header_wrap .nav >ul >li >ul >li >a:hover{
    color:#0957c3;
}
.header_wrap .pcSearch {
    width: 200px;
    height: 40px;
    background: url("../../images/zy/icon/search.png") no-repeat left center;
    margin-top: 10px;
}
.header_wrap .pcSearch input{
    border: 0;
    background-color: transparent;
}
.header_wrap .pcSearch input[type="text"]{
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#1a1a1a;
    padding-left: 10px;
    box-sizing: border-box;
}
.header_wrap .pcSearch input[type="submit"]{
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}
@media (max-width:600px){
    .header_wrap{
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
        min-width:auto;
    }
    .header{
        width: 100%;
        padding:0 ;
    }
    .header .logo{
        width: 270px;
        position: static;
        left: 0;
        top: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        float: left;
    }
    .header .logo h1{
        margin-top: -7px;
    }
    .header .login,.header .en, .pcSearch{
        display: none;
    }
    .header .menu{
        width: 20px;
        height: 13px;
        display: block;
        margin-top:11px;
    }
    .header .search{
        display: block;
        width: 18px;
        height: 18px;
        margin-top:8px;
        margin-right:7px;
    }
    .header_wrap .nav{
        display: none;
    }
}
.nav_wrap{
    background: url("../../images/zy/index/line.png") repeat-x;
    background-size: 100% 100%;
}
.masking{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.5s ease 0.2s;
    z-index: -1;
}
.masking.focus{
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}
.aslidewrap{
    position: fixed;
    top: 0;
    left: -50%;
    width:50%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0.85;
}
.aslidewrap .nav{
    padding:80px 5% 0px 5%;
}
.aslidewrap .nav ul li{
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0 5%;
}
.aslidewrap .nav ul li .tit a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.phone_search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 13;
    display: none;
}
.phone_search form{
    width: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.phone_search form input{
    height: 30px;
    line-height: 30px;
}
.phone_search form input[type="text"]{
    width: 190px;
    border:0;
    padding:0 5px;
    box-sizing: border-box;
}
.phone_search form input[type="submit"]{
    width: 40px;
    border: 0;
    color: #fff;
    background-color:#0957c3;
    font-size: 12px;
}
.phone_search .close{
    position: absolute;
    top: 5%;
    right: 5%;
    width: 28px;
    height: 28px;
    background: url("../../images/zy/icon/close.png") no-repeat;
    background-size: 100% 100%;
}
.footer_wrap{
    width: 100%;
    box-sizing: border-box;
    background: url("../../images/zy/index/footer_bg.png") no-repeat;
    background-size:cover;
    padding-top: 8px;
    min-width: 1200px;
}
.footer_wrap .footer p{
    margin-top: 30px;
}
.footer_wrap .footer p:last-of-type{
    padding-bottom: 40px;
    border-bottom: 1px solid #6f7174;
}
.footer_wrap .footer p span,
.footer_wrap .footer p a{
    color:#f2f2f2;
    font-size: 14px;
}
.footer_wrap .footer p span{
    display: inline-block;
}
.footer_wrap .footer p a~a{
    margin-left: 20px;
}
.footer_bottom{
    padding: 30px 0;
    color:#f2f2f2;
    font-size: 14px;
}
.footer_bottom .info .email{
    margin-left: 20px;
}
.footer_bottom .copy{
    color:#b2b3b4;
}
.footer_bottom .copy a{
    color:#b2b3b4;
}
@media (max-width:600px){
    .footer_wrap .footer{
        display: none;
    }
    .footer_wrap{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        min-width:auto;
    }
    .footer_bottom{
        width: 100%;
        text-align: center;
    }
    .footer_bottom .info,
    .footer_bottom .info .address,
    .footer_bottom .info .email,
    .footer_bottom .copy{
        float: none;
    }
    .footer_bottom .info .email{
        margin-left: 0;
    }
    .footer_bottom .info .email{
        margin-top: 10px;
    }
    .footer_bottom .copy{
        line-height: 22px;
        margin-top: 20px;
    }
}
.masking_video{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(0,0,0,.8);
    position: fixed;
    display: none;
    z-index: 1111;
}
.masking_video video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 325px;
    height: auto;
    z-index: 1;
}