.top {
    height: 48px;
    width: 100%;
    background: #004193;
    display: block;
}
.wrap {
    width: 1280px;
    margin: 0 auto;
}
.l {
    float: left;
}
.top .top_left, .top .top_right {
    width: 49%;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
}
.r {
    float: right;
}
.top .top_left, .top .top_right {
    width: 49%;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
}
.top .top_right {
    text-align: right;
}
.nav {
    width: 100%;
    height: 100px;
    display: block;
}
.nav_left {
    line-height: 100px;
}
.nav_right .nav_main ul li {
    float: left;
    margin: 0 13px;
}
.nav_right .nav_main ul li a {
    line-height: 100px;
    font-size: 16px;
    font-family: Arial;
    color: #000;
    font-weight: bold;
}
.nav_right .nav_main ul li .j_erji_pc {
    height: 0px;
    position: absolute;
    z-index: 1000;
    background-color: #0057b9;
    margin-top: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    overflow: hidden;
}
.nav_right .nav_main ul li .j_erji_pc li {
    float: none;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
}
.nav_right .nav_main ul li .j_erji_pc li a {
    line-height: 50px;
    color: #fff;
}
.nav_right .nav_main ul li:hover .j_erji_pc {
    height: 100px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.nav_right .nav_main ul li .j_erji_pc li:hover {
    background-color: #004aa1;
}


.banner_ny {
    width: 100%;
    height: 400px;
    background-size: contain !important;
}
.n_banner_name {
    font-size: 48px;
    margin-top: 155px;
    color: #ffffff;
    font-weight: bolder;
}
.footer {
    width: 100%;
    height: 520px;
    background: #14468D;
    line-height: 1.6;
}
.footer_top {
    height: 460px;
    width: 100%;
    padding-top: 55px;
    background: url(/images/footbg.jpg) no-repeat center;
    background-size: cover;
}
.footer_top_lefta {
    margin-right: 80px;
}
.footer_top .xzzm {
    font-size: 16px;
    font-family: Arial;
    color: #fff;
}
.footer_top_lefta ul li {
    margin: 10px 0;
}
.footer_top_lefta ul li a {
    font-size: 14px;
    font-family: Arial;
    color: #B4C5DC;
}
.foot_bottom_r_name {
    font-size: 20px;
    text-align: right;
    color: #fff;
    line-height: 20px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-top: 20px;
}
.foot_bottom_r_con {
    margin-top: 18px;
    width: auto;
    float: right;
}
.foot_bottom_r_con_ewm {
    float: left;
    width: 56px;
    height: 56px;
	position: relative;
}
.eewm {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
}
.eewm .eewmw {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    left: -3px;
    pointer-events: none;
}
.eewm .eewmz {
    position: absolute;
}
.eewm:hover .eewmw {
    z-index: 99;
    bottom: 60px;
    opacity: 1;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}
.footer_bottom {
    height: 60px;
    width: 100%;
    line-height: 60px;
}
.footer_bottom_left {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fff;
}
.footer_bottom_right a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #fff;
}
.nav_left a img {
    width: 240px;
}






/*2021.1.11*/
.top .top_right{
    position: relative;
    padding-right: 220px;
}
.headerrb{
    height: 48px;
    text-align: right;
    line-height: 48px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
}
.headerrbls {
    width: 31px;
    height: 31px;
    margin-left: 10px;
}
.headerrbls a{
    width: 100%;
    height: 31px;
    display: inline-block;
}
.headerrbls a img{
    position: relative;
    top: 0;
    width: 100%;
}



@media only screen and (max-width: 640px){
	.nav {
	    display: none;
	}
	.top {
	    display: none;
	}
	.chbnav_touch_top {
	    position: relative;
	    height: 60px;
	    width: 100%;
	    border-bottom: 1px solid #ddd;
	    background-color: #ffffff;
	}
	.j_language_cn {
	    position: absolute;
	    right: calc(4% + 41px);
	    height: 100%;
	    line-height: 59px;
	    font-size: 16px;
	}
	.j_language_cn a {
	    color: #666;
	}
	.chbnav_touch_top_list {
	    position: absolute;
	    right: 4%;
	    width: 36px;
	    height: 100%;
	}
	.chbnav_touch_top_logo {
	    position: absolute;
	    height: 100%;
	    left: 4%;
	}
	.chbnav_touch_top_logo img {
	    height: 67%;
	    margin-top: 11px;
	}
	.banner_ny {
		height: 170px;
	}
	.wrap {
		width: 90%;
	}
	.n_banner_name {
		margin-top: 15px;
		font-size: 35px;
	}
	.footer {
	    height: auto;
	    margin-bottom: 0;
	    text-align: left;
	    overflow: visible;
	    padding: 0;
	}
	.footer_top {
	    height: auto;
	    overflow: hidden;
	    padding-top: 39px;
	}
	.footer_top_left {
	    float: none;
	}
	.footer_top_lefta {
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
	.footer_top_lefta ul {
	    overflow: hidden;
	    margin-top: 10px;
	}
	.footer_top_lefta ul li {
	    float: left;
	    display: block;
	    margin: 0 20px 15px 0;
	}
	.footer_top_lefta ul li a {
	    font-size: 13px;
	}
	.footer_top_right {
	    float: none;
	    width: 100%;
	    overflow: hidden;
	    display: none;
	}
	.footer_bottom {
	    padding: 10px 0;
	    height: auto;
	    overflow: hidden;
	    line-height: 30px;
	}
	.footer_bottom {
	    padding: 10px 0;
	    height: auto;
	    overflow: hidden;
	    line-height: 30px;
	}
	.footer_bottom_right {
	    width: 100%;
	    float: left;
	}
}
@media screen and (max-width: 2185px){
    .banner_ny {
        background-size: auto !important;
    }
}
