.header_logo{width: 100%;height:307px;background:#f8f8f8 url(../zyzimg/topback.png) bottom center no-repeat;margin: 0 auto;}
.header_logo .logo{background: url(../zyzimg/zyzlogo.png) no-repeat;width:185px;height:165px;}
.header_logo .rlogo{background:url(../zyzimg/shi.png) center center no-repeat;width:198px;height:134px;}
.header_logo a.entrya {
    background-image: linear-gradient(0deg, #2da1f3 0%, #33b4f4 100%), linear-gradient(#3488dd, #3488dd);
    background-blend-mode: normal, normal;
    border-radius: 20px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 14px;
    font-size: 16px;
	font-family:微软雅黑;
    letter-spacing: 1px;
    color: #ffffff;
}
/* top  */
.width1400 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.topmenu_con {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    z-index: 111;
    width: 1200px;
    max-height: 600px;
    overflow-y: auto;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.09);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 10px 25px;
    display: none;
}
.topmenu_con ul li a {
    display: inline-block;
    padding: 2px 10px;
}
.topmenu_con strong {
    font-weight: bold;
}
/* 导航 */
.nav-tab{
    width:100%;
}
.nav-back {
    background-image: linear-gradient(0deg, #0661b0 0%, #2386c9 100%), linear-gradient( #33b4f4, #33b4f4);
    background-blend-mode: normal, normal;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0.5rem 7rem;
}
.navbar {
	padding-left:200px;
}
.nav-back .navbar-nav {
    margin: 0 auto;
}
.nav-tab .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
	font-family:微软雅黑;
    /* letter-spacing: 1px; */
    color: #ffffff;
    padding: 0;
	line-height:27px;
}
.nav-tab .navbar-light .navbar-nav .active>.nav-link {
    border-bottom: 3px solid #0a66b4;
}
.nav-tab .navbar-light .navbar-nav .nav-item {
    padding: 0 1rem;
    border-right: 1px solid #fff;
	float:left;
}
.nav-tab .navbar-light .navbar-nav .nav-item:last-child {
    border-right: none;
}
.nav-tab .navbar-light .navbar-nav .nav-item:hover>.nav-link {
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid #fff;
}
/* 底部 */
footer {
    height: 200px;
    background-image: linear-gradient(0deg, #2da1f3 0%, #33b4f4 100%), linear-gradient(#33b4f4, #33b4f4);
    background-blend-mode: normal, normal;
}
.footer-tab {
    color: #fff;
}
.width1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.f-link {
    font-size: 16px;
	font-family:微软雅黑;
    text-align: center;
    padding: 30px 0 50px ;
    border-bottom: 1px solid #fff;
}
.f-link a {
    color: #fff;
}
.f-link-d {
    width:25%;
	float:left;
}
.icp {
    padding-top: 30px;
}
.copyright {
    float:left;
	font-family:微软雅黑;
    padding-left: 100px;
	line-height:25px;
}
.icpimg {
	display: block !important;
	text-align: right;
	padding:10px 100px;
}
/* 修身云二维码 */
.xsy_share {
    text-align: center;
    position: relative;
}
.xsy_share img {
    position: absolute;
    bottom: 22px;
    right: 80px;
    display: none;
    width: 100px;
    height: 100px;
    z-index: 11111;
}
.xsy_share:hover img {
    display: block;
}