﻿@charset "utf-8";


/* =================头部样式================= */
.mid-head{
	position: relative;
	background: url("/yl_oa_api/siteManageFront/templateManage/file/dc3d6aa9e1bc4e22b8706872e3d92b55/images/bnbg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 100px; 
}
.mid-head .w_1300{position: relative;}

.mid-path {
	width: 100%;
	color: #77899E;
	font-size: 14px;
	padding-top: 24px;
    padding-bottom: 28px;
}
.mid-path a {color: #77899E;}
.mid-path a:hover {color: #37AAD9;}

.mid-main-title {
	position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #08AB79;
    line-height: 50px;
    margin-bottom: 15px;
	z-index: 3;
}
.mid-sub-title {
    font-size: 16px;
    color: #1E3A5F;
    line-height: 22px;
	padding-bottom: 40px;
}

.mid-logo {
    position: absolute;
    right: 0;       
    top: 50%;            
    transform: translateY(-50%);
    height: 100%;        
    width: auto;
	z-index: 2;
}

.mid-tab-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px; 
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
    z-index: 10;
}
.mid-tab-list {
	position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
	z-index: 100;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}
.mid-tab-list li {
    list-style: none;
    margin-right: 40px;
    height: 56px;
	line-height: 56px;
	text-align: center;
    display: flex;
    align-items: center;
}
.tab-item {
    font-size: 18px;
    color: #1E3A5F;
    height: 100%;
    position: relative;
	display: block;
}
.current .tab-item,.tab-item:hover  {
  color: #08AB79;
  font-weight: bold;
}

.current .tab-item::after,.tab-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #08AB79;
}

.pc-hide{display: none;}

/* ==============头部响应式============== */
@media screen and (max-width: 1000px) {
	.mid-path,.mid-sub-title{ display: none; }
	.mid-head{ height: 140px; }
	.mid-head .w_1300{ height: 100%; }
    .mid-main-title {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 32px; 
	    line-height: 40px;
	    margin-bottom: 0;
    }
	.mid-tab-wrap{
		margin: 0 20px;
		overflow: hidden;
		bottom: -24px
	}
	.mid-tab-list {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;    
        overflow-y: hidden;
        padding: 0 15px;
        min-width: 100%;
        scrollbar-width: none;
    }
	.mid-tab-list::-webkit-scrollbar { display: none; }
	.pc-hide{ display: block; }
	.mid-tab-list li{
		margin-right: 14px;
		line-height: 48px;
		height: 48px;
	}
	.tab-item{ font-size: 15px; }

}
@media screen and (max-width: 500px) {
	.mid-logo{right: 0;}
}
