*{
    font-family: "Times New Roman";
}
.header_wrap {
    width: 100%;
    background: url("../../images/yzy/imagesEnglish/logo_bg.jpg") repeat-x;
}
.header_wrap .header{
    height: 111px;
}
.header_wrap .header .logo{
    width: 685px;
    background: url(../../images/yzy/imagesEnglish/logo.png) 0 10px no-repeat;
    height: 85px;
}
.header_wrap .header .logo a{
    width: 100%;
    height: 100%;
    display: block;
}
.header_wrap .header .search{
    width: 285px;
    height: 38px;
    margin-top: 34px;
}
.header_wrap .header .sea{
    background: url(../../images/yzy/imagesEnglish/search.png) no-repeat;
    width: 285px;
    height: 38px;
}
.header_wrap .header .sea .chin{
    margin-left: 15px;
}
.header_wrap .header .sea .chin a{
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}
.header_wrap .header .sea .inp{
    color:#656768;
    background: none;
    float: left;
    height: 38px;
    line-height: 38px;
    outline: medium none;
    padding-left: 10px;
    width: 152px;
    border: none;
}
.header_wrap .header .sea .sub{
    background: none;
    cursor: pointer;
    float: left;
    height: 38px;
    outline: medium none;
    width: 58px;
    border: none;
}
.header_wrap .header .search_xs{
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 7px;
    background: url("../../images/yzy/imagesEnglish/fdj.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}
.header_wrap .header .menu_xs{
    width: 20px;
    height: 13px;
    margin-top: 11px;
    background: url("../../images/yzy/imagesEnglish/menu.png") no-repeat;
    background-size: 100%;
    display: none;
}
.nav_wrap{
    height: 50px;
    background: url(../../images/yzy/imagesEnglish/nav_bg.jpg) center center repeat-y;
    width: 100%;
    background-size: 100%;
}
.nav_wrap .nav>ul>li{
    position: relative;
}
.nav_wrap .nav>ul>li>a{
    display: block;
    line-height: 50px;
    height: 50px;
    color: #1a1a1a;
    font-size: 18px;
    position: relative;
    padding: 0 28px;
}
.nav_wrap .nav >ul >li >a:hover, .nav >ul >li.active >a{
    color: #467b98;
}
.nav_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;
    z-index: 12;
    display: none;
}
.nav_wrap .nav>ul>li>ul>li{
    line-height: 22px;
    padding: 5px 15px;
    text-align: center;
}
.nav_wrap .nav>ul>li>ul>li:first-of-type{
    padding-top: 10px;
}
.nav_wrap .nav>ul>li>ul>li:last-of-type{
    padding-bottom: 10px;
}
.nav_wrap .nav>ul>li>ul>li a{
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    font-family: Candara;
}
.nav_wrap .nav>ul>li>ul>li a:hover{
    color: #0957c3;
}
@media (max-width:600px){
    .header_wrap{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        height: 54px;
    }
    .header_wrap .header{
        width: 100%;
        height: auto;
    }
    .header_wrap .header .logo{
        width: 270px;
        height:34px;
        background-size: cover;
        background-position:0 0;
    }
    .header_wrap .header .search_xs{
        display: block;
        width: 18px;
        height: 18px;
        margin-top: 8px;
        margin-right: 7px;
    }
    .header_wrap .header .menu_xs{
        display: block;
    }
    .header_wrap .header .search,
    .nav_wrap{
        display: none;
    }
}
.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 .close{
    position: absolute;
    top: 5%;
    right: 5%;
    width: 28px;
    height: 28px;
    background: url(../../images/yzy/imagesEnglish/close.png) no-repeat;
    background-size: 100% 100%;
}
.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;
}
.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% 0 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;
}
.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;
}
.footer{
    background: #929191;
}
.foot>ul{
    padding-top: 23px;
}
.foot>ul>li{
    float: left;
}
.foot>ul>li>a{
    display: block;
    font-size: 16px;
    color: #f1f1f1;
    padding: 0px 30px 5px 7px;
    border-bottom: 1px solid #e7e7e7;
}
.foot>ul>li>a:hover{
    color: #ffaa00;
    border-bottom: 1px solid #ffaa00;
}
.two_nav li{
    margin: 10px 0;
}
.two_nav li a{
    display: block;
    font-size: 14px;
    color: #f1f1f1;
    padding-left: 7px;
    font-weight: bold;
}
.two_nav li a:hover{
    color: #ffaa00;
}
.footer .copyright>a{
    display: none;
}
.footer .copyright{
    height: 43px;
    border-top: 1px solid #bebebe;
}
.footer .copyright p{
    font-size: 14px;
    color: #f1f1f1;
    line-height: 43px
}
.large{
    float: right;
    margin-top: -23px;
}
.large a{
    display: block;
    float: left;
}
.large a~a{
    margin-left: 1px;
}
.large a:hover{

}
.large a.fk{
    width: 29px;
    height: 29px;
    background: url(../../images/yzy/imagesEnglish/share.png) no-repeat;
}
.large a.twi{
    width: 29px;
    height: 29px;
    background: url(../../images/yzy/imagesEnglish/share.png) -29px 0px no-repeat;
}
.large a.follow{
    display: block;
    width: 78px;
    text-align: center;
    font-size: 14px;
    color: #414141;
    line-height: 29px;
    text-align: center;
    height: 29px;
    background-color: #acacac;
}
.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;
}
@media (max-width:600px){
    .footer{
        width: 100%;
        padding: 20px 15px 0;
        box-sizing: border-box;
    }
    .foot{
        display: none;
    }
    .footer .copyright{
        width: 100%;
        height: auto;
        border: 0;
    }
    .footer .copyright>a{
        display: block;
        width: 120px;
        height: 40px;
        background: #f4f4f4;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        color: #929191;
        border-radius: 5px;
    }
    .footer .copyright p{
        line-height: 23px;
        padding: 10px 0;
    }
}