/*头部和页脚样式*/
@font-face {
    font-family: "PingFang SC";
    src: url("../font/PingFangSC-Regular.ttf");
}
.page-middle {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 238px;
    background: url("../images/public/home_bg_dingbu.png") no-repeat center;
    background-size: 100% 100%;
}

.header-info {
    width: 100%;
    height: 161px;
    /* background: url("../images/public/header-bg.png") no-repeat center; */
    /* background-size: 100% 100%; */
}

.header-info-tool {
    width: 100%;
    height: 62px;
    border-bottom: 1px solid rgba(123, 135, 156, 0.1);
}

.page-header-title {
    width: 100%;
    height: calc(100% - 62px);
}

.header-dom.info-tool {}

.header-info-img-logo {
    width: 68px;
    height: 64px;
    margin-right: 6px;
}

.header-info-tit-box {
    margin-left: 15px;
    box-sizing: border-box;
    /* padding-top: 5px; */
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-info-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2357BC;
    height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 12px;
    color: #F1F4FB;
    line-height: 12px;
    letter-spacing: 3px;
}

.header-info-tit-t {
    height: 20px;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 20px;
    color: #015293;
    line-height: 20px;
}

.header-info-tit-b {
    height: 10px;
    font-family: Lato, Lato;
    font-weight: 500;
    font-size: 10px;
    color: #015293;
    line-height: 10px;
    letter-spacing: 2px;
}

.header-info-title {
    margin-left: 20px;
    border-left: 1px solid #98B2E2;
    padding-left: 20px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.header-info-title-a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 30px;
    color: #015293;
    line-height: 35px;
}

.header-info-title-t {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #015293;
    line-height: 19px;
    letter-spacing: 7px;
    transform: translateX(4px);
    margin-bottom: 4px;
}

.info-tool-text {
    font-family: PingFang SC, PingFang SC, serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}

.info-tool-text-active {
    margin-left: 1px;
}

.footer {
    width: 100%;
    height: 211px;

}

.footer-info {
    width: 100%;
    height: 171px;
    background: url("../images/public/footer-bg.png") no-repeat center;
    background-size: 100% 100%;
    font-family: PingFang SC, PingFang SC, serif;
}

.footer-number {
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    background: #222A3D;
    letter-spacing: 1px;
}

.footer-info-context-text {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-top: 12px;
    letter-spacing: 1px;
}

.footer-info-photo {
    width: 100px;
    height: 130px;
    margin-left: 14px;
}

.logo-box {
    padding: 0 10px;
    box-sizing: border-box;
    font-family: PingFang SC, PingFang SC, serif;
    font-weight: 400;
    font-size: 16px;
    color: #F2F5FB;
}

.logo-box.border {
    border-right: 1px solid #B5C8EB;
}
.logo-box.flsc div{
	font-size:16px;
}
.logo-img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #1f2939;
}

.select-btn {
    height: 36px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(123, 135, 156, 0.2);
    padding: 0 12px;
    font-family: PingFang SC, PingFang SC, serif;
    font-weight: 500;
    font-size: 14px;
    color: #2357BC;
    margin-right: 27px;
}

.login-info-name {
    width: 160px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    margin-right: 20px;
    color: #ffffff;

}

.login-info-btn {
    font-weight: 600;
    font-size: 16px;
    color: #2357BC;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.select-left {
    width: 6px;
    height: 3px;
    margin-left: 25px;
}

.logo-img.active {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

/* 头部主内容 */
.header-main {
    width: 100%;
    height: calc(739px - 70px);
}

.header-main-first {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-main-first-left {
    position: relative;
    background: url("../images/public/banner.png") no-repeat center;
    background-size: 100% 100%;
    width: 898px;
    height: 100%;
}

.header-main-first-left-box {
    position: relative;
    top: 231px;
    left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 490px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #2357BC;
}

.header-main-first-left-box-input {
    width: 270px;
    margin-left: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #7B879C;
    line-height: 18px;
    text-align: left;
    border: none;
    outline: none;
}

.header-main-first-left-box-btn {
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    /* line-height: 21px; */
    width: 120px;
    height: 44px;
    background: #2357BC;
    border-radius: 30px 30px 30px 30px;
}
.header-main-first-left-box-btn:hover{
    cursor: pointer;
}

.header-main-first-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 480px;
    height: 100%;
}

.header-main-first-right-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background: url("../images/public/bg_qiyezhuanqu.png") no-repeat center;
    background-size: 100% 100%;
}

.header-main-first-right-top-title {
    margin-left: 40px;
    height: 36px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
}

.header-main-first-right-bottom {
    width: 100%;
    height: 165px;
    display: flex;
    justify-content: space-between;
}

.header-main-first-right-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 100%;
    background: url("../images/public/bg_rencaifuwu.png") no-repeat center;
    background-size: 100% 100%;

}

.header-main-first-right-bottom-left-title,
.header-main-first-right-bottom-right-title {
    margin-top: 15px;
    height: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.header-main-first-right-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 100%;
    background: url("../images/public/bg_fuwuchanpin.png") no-repeat center;
    background-size: 100% 100%;
}

.header-main-first-right-top:hover,
.header-main-first-right-bottom-left:hover,
.header-main-first-right-bottom-right:hover {
    cursor: pointer;
}

.header-main-second {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 210px;
    background: #D5E8FC;
    border-radius: 8px 8px 8px 8px;
}

.header-main-second-menu-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 190px;
    border-radius: 8px 8px 8px 8px;
    background: url("../images/public/bg01.png") no-repeat center;
    background-size: 100% 100%;
}

.header-main-second-menu-box-text {
    height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #1F2939;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    transform: translateY(-20px);
}

.header-main-second-menu-box:hover {
    cursor: pointer;
}

.header-main-third {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 100px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(35, 87, 188, 0.1);
    background: url("../images/public/bg_fuwuwang.png") no-repeat center;
    background-size: 100% 100%;
}

.header-main-third-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 140px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 38px 38px 38px 38px;
    border: 1px solid #2357BC;
}

.header-main-third-box-zuo {
    margin-right: 8px;
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #2357BC;
    line-height: 21px;
    text-align: left;
}

.header-main-third-box:hover {
    cursor: pointer;
}

.header-menu {
    margin-top: 19px;
    width: 100%;
    height: 58px;
    background: #9EB7E5;
}

#Menu {
    width: 100%;
    height: 100%;
}

.menu-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.menu-item {
    height: 100%;
    width: calc(100% / 9);
    box-sizing: border-box;
    padding: 0;
    position: relative;
    border-bottom: 4px solid transparent;
    margin-bottom: 2px;
}

.menu-item-title.active {
    border-bottom: 4px solid  #2357BC;
    color: #2357BC;
}

.menu-item-title {
    width: 100%;
    height: 58px;
    font-family: PingFang SC, PingFang SC, serif;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.menu-item-tips {
    width: 34px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 10px;
}


.menu-children {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -210px;
    display: none;
    z-index: 9999;
}

.children-list {
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: absolute;
    left: -40%;
    margin-left: 10px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}

.children-list::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.children-item {
    height: 40px;
    border-bottom: 1px solid rgba(123, 135, 156, 0.2);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    padding: 6px;
}

.children-item.active {
    color: #0076bd;
}

.children-item:hover {
    color: #0076bd;
}

.menu-animate {
    animation: slidein 0.5s linear;
    /*animation: slidein 1s linear reverse;*/
    opacity: 1;
}

.menu-animate-reverse {
    animation: slidein 0.5s linear reverse;
    opacity: 0;
}

@keyframes slidein {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.login-info-span {
    width: 2px;
    height: 14px;
    background: #015293;
    margin-top: 2px;
}
/* 企业名片 */
.qyewm {
    display: none;
    position: absolute;
    top: 45px;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 9999;
}

/* 市县窗口平台弹窗 */
.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 999;
	display: none;
}
.model .model_popup {
	width: 800px;
	min-height: 350px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	position: relative;
	top: 28%;
	left: 39%;
	margin-left: -226px;
	margin-top: -140px;
	overflow: hidden;
	border-radius: var(--theme-borderRadius);
}
.model .model_popup .btnClose{
	font-size: 22px;
	color: #999;
	position: absolute;
	right: 35px;
	top: 30px;
	z-index: 1000;
}
.model_popup .popup-ts {
	text-align: left;
	line-height: 80px;
	min-height: 80px;
	font-size: 19px;
	font-weight: bold;
	text-indent: 40px;
	color: #333333;
	 background-color: #ffffff;
 }
.model_popup .popup-ts .dqwz_tit {
	color: #999999;
	line-height: 50px;
	min-height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
.dqwz_tit a {
	cursor: pointer;
	color: #2453b3;
	font-size: 21px;
	text-decoration: underline;
}
.fgx_hx {
	background-color: #e4e4e4;
	height: 1px;
	width: 740px;
	margin: 0 auto;
}
.model_popup .popup-text {
	text-align: left;
	font-size: 16px;
	color: #333333;
	width: 740px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.dqwz_bj {
	width: 740px;
	min-height: 100px;
	max-height: 250px;
	overflow-y: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.dqwz_bj .dqwz_bj_nk {
	width: 100%;
	height: 100%;
}
.dqwz_bj .dqwz_bj_nk a {
	margin-left: 20px;
	font-size: 18px;
	color: #333333;
	display: inline-block;
	cursor: pointer;
}
.dqxz span {
	font-size: 18px;
	color: #333333;
	position: relative;
	float: left;
	display: block;
	margin-top: 26px;
	line-height: 18px;
}
.dqxz h1 {
	color: #2453b3;
	font-size: 19px;
	font-weight: normal;
	width: 115px !important;
	position: relative;
	float: left;
	margin-left: 20px;
}
.popup-btn {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.popup-btn .sure {
	display: inline-block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	cursor: pointer;
	font-size: 14px;
	color: #3475f5;
	border-radius: 4px;
	border: 1px solid #3475f5;
	margin-right: 40px;
}
.popup-btn .sure:hover{
	background-color: #3475f5;
	color: #fff;
}
.popup-btn .cancel {
	display: inline-block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #999;
}
.popup-btn .cancel:hover{
	background-color: #ccc;
	color: #fff;
}
.model .model_popup .btnClose {
    font-size: 22px;
    color: #999;
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 1000;
}
/* 登录弹窗 */
#login-box2 {
    position: fixed;
    width: 600px;
    top: 25%;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    padding: 30px;
    display: none;
    z-index: 9999;
}

#login-box2 h1 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 20px 0px;
}

#login-box2 p {
    padding: 25px 0px;
    font-size: 16px;
    text-align: center;
}

#login-box2 #login2-closed {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#login-box2 #login2-closed i.iconfont {
    color: #888;
    font-size: 22px;
}

#login-box2 #login2-closed:Hover i.iconfont {
    color: #FF9900;
}

#login-box2 .login-box2_a {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

#login-box2 .login-box2_a a {
    padding: 10px 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 18px;
}

#login-box2 .login-box2_a a.user {
    background: #ff9502;
    color: #fff;
    margin-right: 15px;
}

#login-box2 .login-box2_a a.user:Hover {
    background: #ff7901;
}

#login-box2 .login-box2_a a.zwwuser {
    background: #007aff;
    color: #fff;
}

#login-box2 .login-box2_a a.zwwuser:Hover {
    background: #005eff;
}

.login-box2-bg {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9998;
}
/* 二级标题 */
.paget {
    width: 100%;
}

.select-tab {
    width: 100%;
    height: 76px;
    background-image: url('../images/public/bg_erjidaohang.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    /* position: fixed;
    top: 0;
    left: 0; */
}

.select-tab-box {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.select-tab-title {
    box-sizing: border-box;
    padding: 0 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #1F2939;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(35, 87, 188, 0.15);
}

.select-tab-list {
    height: 100%;
    padding: 0 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.select-tab-item {
    height: 44px;
    box-sizing: border-box;
    padding: 0 24px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #1F2939;
    caret-color: transparent;
}

.select-tab-item:hover {
    cursor: pointer;
}

.select-tab-item.active {
    background: rgba(35, 87, 188, 0.11);
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #2357BC;
}