@charset "utf-8";
.nav {
    height: 90px;
}
.nav_2 a{
    font-size: 16px;
}
.corp-logo{
    line-height: 60px;
    background: url("../images/znz_logo.png") center no-repeat;
}
.corp-desc{
    line-height: 60px;color: #fff;
}

body {
    font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
}

body {
    min-width: 62.5%!important;
    margin: 0 auto!important;
}

ol, ul {
    list-style: none;
}

/**手机导航菜单**/
/**手机**/
@media (min-width:720px) and (max-width:980px) {
.layui-nav {
	display: none;
	}
.mobile-menu {
	position: fixed;;
    z-index: 12;
    top: 16px;
    right: 12px;
	}
}
@media (min-width:981px) and (max-width:1920px) {
.mobile-menu {
	display: none;
	}
}
/* 主菜单 */
.main-menu {
	position: absolute;
	width: 46px;
	height: 46px;
	background-color: #03A9F4;
	cursor: pointer;
	padding: 4px 8px;
	top: 0px;
	right: 0px;
	border-radius: 4px;
	box-sizing: content-box;
}
.main-menu-toggle-bar {
	width: 42px;
	height: 4px;
	background-color: #fff;
	margin-top: 9px;
	margin-bottom: 4px;
	border-radius: 6px !important;
}
/* 关闭按钮 */
.open .main-menu-toggle-bar:nth-of-type(1) {
	transform: rotate(-45deg) translateY(-3px);
}
.main-menu-toggle-bar:nth-of-type(1) {
	transform-origin: bottom right;
}
.open .main-menu-toggle-bar:nth-of-type(2) {
	opacity: 0;
	transform: scale(0);
}

.open .main-menu-toggle-bar:nth-of-type(3) {
	transform: rotate(45deg) translateY(3px);
}
.main-menu-toggle-bar:nth-of-type(3) {
	transform-origin: top right;
}
.backdrop {
	position: absolute;
    width: 100%;
    height: 3000px;
	background-color: rgba(31, 35, 40, 0.5);
	visibility: visible;
	opacity: 1;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	z-index: 11;
	display: none;
}
/* 导航菜单基础样式 */
.list-container {
	display: none;
}
.list-container.open{
	position: absolute;
	width:480px;
	background-color:#fff;
	list-style-type:none;
	top: 54px;
	right: 0px;
	border-radius: 4px;
	font-size: 32px;
}
.item-type1 {
	display: inline-block;
}
.item-type1,.item-type2 {
	width: 270px;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	color: #000;
	font-size: 32px;
}
/* 展开箭头 */
.menu-arrow {
	transform: rotate(-90deg) scale(1.2);
	opacity: 1;
	display: inline-block;
	overflow: visible !important;
	fill: currentColor;
}
.menu-arrow path {
	color: #000;
}
/* 二级菜单容器 */
.sub-menu {
	height: auto;
	color:white;
	position:relative;
	white-space:nowrap;
	display: none;
}
/* 二级菜单 */
.sub-item {
	height:48px;
	line-height: 48px;
	padding-left: 40px;
	border-bottom: 1px solid #FF9800;
	font-size: 25.6px;
}
.item-type2 a,.sub-item a {
	color: #000;
}
.item-type2 a:hover,.sub-item a:hover {
	color: #FF9800;
}

.sec1 {
    height: 500px;
	background-color: #114165;
}
.sec1_title {
    padding-top: 160px;
    width:80%;
    margin: 0 auto;
    text-align: left;
}
.sec1_font1 {
    line-height: 80px;
    font-size: 30px;
    color: #fff;
	font-weight: bold;
}
.sec1_font2,.sec1_font3 {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
/**手机1080x1920,浏览器宽980**/
@media (min-width:400px) and (max-width:997px) {
    .sec1_1 {
        height: 0px;
        background: url("../images/zuyong.png") center no-repeat;
    }
}
/**手机2**/
@media (min-width:998px) and (max-width:1080px) {
    .sec1_1 {
        height: 0px;
        background: url("../images/zuyong.png") center no-repeat;
    }
}
/**1920x1080--1440x960--1366x768**/
@media (min-width:1081px) and (max-width:1920px) {
    .sec1_1 {
        height: 500px;
        background: url("../images/zuyong.png") center no-repeat;
    }
}
/**4K**/
@media (min-width:1921px) and (max-width:2560px) {
    .sec1_1 {
        height: 500px;
        background: url("../images/zuyong.png") center no-repeat;
    }
}

/****悬浮工具1****/
.float-sidebar1 {
    position: fixed;
    z-index: 8;
    top: 50%;
    margin-top: 166px;
    right: 60px;
}
.float-sidebar1 .float-expand {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    visibility: visible !important
}
.float-sidebar1 .float-bar-nav-consult div ul{
    padding-top: 32px;
    padding-bottom: 32px;
}
.float-sidebar1 .phone-icon {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg,#C7000B,#D64A52);
}
.float-sidebar1 .phone-icon>i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
}
.float-sidebar1 .float-bar-nav-consult>div {
    color:#FFFFFF;
    position: relative;
    padding: 0;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.float-sidebar1 .float-bar-nav .sub-nav-layer {
    position: absolute;
    bottom: 10px;
    right: 100%;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: opacity .4s,-webkit-transform .3s ease-out;
    transition: opacity .4s,-webkit-transform .3s ease-out;
    transition: opacity .4s,transform .3s ease-out;
    transition: opacity .4s,transform .3s ease-out,-webkit-transform .3s ease-out;
}
.float-sidebar1 .float-bar-nav .sub-nav-main {
    min-width: 180px;
    white-space: nowrap;
    background-color: #ffb968;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138,141,147,.2);
}
.float-sidebar1 .sub-inner {
    line-height: 44px;
    height: 44px;
    text-align: left;
    position: relative;
}
.float-sidebar1 .sub-inner.inner {
    height: auto;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
.float-sidebar1 .sub-inner.inner .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #1f3d8e;
}
.float-sidebar1 .qrcode-wrap {
    padding:7px 5px 2px 5px;
    margin: 0 auto;
    height: 125px;
    width: 125px;
    background: url(../images/qrcode-bg.png) center no-repeat;
    background-size: 100% 100%;
}
.float-sidebar1 .qrcode {
    margin: 0 auto;
    color: #ff0000;
    height: 120px;
    width: 120px;
    background: url(../images/qrcode.png) center no-repeat;
    background-size: 100% 100%;
}
.float-sidebar1 .qrcode-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #666a75;
}

/****悬浮工具2****/
.float-sidebar2 {
    position: fixed;
    z-index: 8;
    top: 50%;
    margin-top: 242px;
    right: 60px;
}
.float-sidebar2 .float-expand {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    visibility: visible !important
}
.float-sidebar2 .float-bar-nav-consult div ul{
    padding-top: 32px;
    padding-bottom: 32px;
}
.float-sidebar2 .phone-icon {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg,#C7000B,#D64A52);
}
.float-sidebar2 .phone-icon>i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
}
.float-sidebar2 .float-bar-nav-consult>div {
    color:#FFFFFF;
    position: relative;
    padding: 0;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.float-sidebar2 .float-bar-nav .sub-nav-layer {
    position: absolute;
    bottom: 10px;
    right: 100%;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: opacity .4s,-webkit-transform .3s ease-out;
    transition: opacity .4s,-webkit-transform .3s ease-out;
    transition: opacity .4s,transform .3s ease-out;
    transition: opacity .4s,transform .3s ease-out,-webkit-transform .3s ease-out;
}
.float-sidebar2 .float-bar-nav .sub-nav-main {
    min-width: 180px;
    white-space: nowrap;
    background-color: #ffb968;
    line-height: 40px;
    display: block;
    padding: 5px 0;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138,141,147,.2);
}
.float-sidebar2 .sub-inner {
    line-height: 44px;
    height: 44px;
    text-align: left;
    position: relative;
}
.float-sidebar2 .sub-inner.inner {
    height: auto;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
.float-sidebar2 .phone-title {
	font-size: 22px;
	line-height: 30px;
}


/*底部*/
.GL_bot {
    background: #2d3239;
    margin: 0 auto;
}
.Copyright {
    height: auto;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-family: SimSun;
}
.Copyright1 {
    text-align: center;
}
/**手机1080x1920,浏览器宽980**/
@media (min-width: 400px) and (max-width: 997px) {
    .Copyright1 {
        height: 120px;
    }
    .Copyright2 {
        height: 400px;
    }
}
/**手机2**/
@media (min-width: 998px) and (max-width: 1080px) {
    .Copyright1 {
        height: 120px;
    }
    .Copyright2 {
        height: 400px;
    }
}
/**1920x1080--1440x960--1366x768**/
@media (min-width: 1081px) and (max-width: 1920px) {
    .Copyright1 {
        height: 60px;
    }
    .Copyright2 {
        height: 200px;
    }
}
/**4K**/
@media (min-width: 1921px) and (max-width: 2560px) {
    .Copyright1 {
        height: 60px;
    }
    .Copyright2 {
        height: 200px;
    }
}
.Copyright1_1,.Copyright1_2,.Copyright1_3,.Copyright1_4 {
    display: inline-block;
    height: 60px;
}
.Copyright1_1 div,.Copyright1_2 div,.Copyright1_3 div,.Copyright1_4 div {
    display: inline-block;
}
.Copyright1_1 div i,.Copyright1_2 div i,.Copyright1_3 div i,.Copyright1_4 div i {
    position: relative;
    top: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.Copyright1_1_img {
    background: url(../images/Copyright1_1.png) center no-repeat;
    background-size: 100% 100%;
}
.Copyright1_2_img {
    background: url(../images/Copyright1_2.png) center no-repeat;
    background-size: 100% 100%;
}
.Copyright1_3_img {
    background: url(../images/Copyright1_3.png) center no-repeat;
    background-size: 100% 100%;
}
.Copyright1_4_img {
    background: url(../images/Copyright1_4.png) center no-repeat;
    background-size: 100% 100%;
}
.Copyright1_1_txt,.Copyright1_2_txt,.Copyright1_3_txt,.Copyright1_4_txt {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.Copyright2 {
    text-align: center;
}
.Copyright2_1 {
    position: relative;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.Copyright2_1>div {
    display: inline-block;
}
.Copyright2_title {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-weight: bold;
}
.Copyright2_1 a {
    color: #d6d6d6;
}
.Copyright2_1 a: hover {
    color: #fff;
}
.Copyright2_2{
    display: inline-block;
    font-family: "Microsoft YaHei";
    text-align: center;
}
.Copyright_qrcode_ct {
    width: 120px;
    margin: 0 auto;
}
.Copyright_qrcode {
    height: 120px;
    width: 120px;
    background: url(../images/qrcode.png) center no-repeat;
    background-size: 100% 100%;
}
.Copyright_line1,.Copyright_line2 {
    border-bottom: 2px solid #666666;
}

.Copyright3 {
    display: block;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 40px;
    width: 100%;
}
.address {
	font-size: 16px;
    line-height: 40px;
	letter-spacing: 1px;
}