@charset "UTF-8";
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */

html {
	font-size: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	min-width: 1200px;
	outline: none;
}

.left{float: left}
.right{float: right}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.lqsw-icon{
    background: url(../images/lqsw_icon.png) no-repeat;
    display: block;
    position: relative;
}
section {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}
.pagerMain{
    text-align: center;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.pagerMain a.page-num-current{
	color:#fff;
	background:#ff8e0b;
	border:1px solid #ff8e0b;
}
.pagerMain a:hover{
	background:#ff8e0b;
	color:#fff;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.pagerMain .page-status{
	display: none;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}
.container{
	width:100%;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
	margin-top: 40px;
	position: relative;
	padding-bottom: 20px;
}
.ho_til h3{
    color: #333333;
    font-size: 22px;
	line-height: 45px;
	position: relative;
	display: inline-block;
}
.ho_til h3::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #037f45;
    left: -15px;
    top: 17px;
}


/* Header */
.header{height: 60px;line-height: 60px;position: fixed;left: 0;right: 0;margin: auto;top: 0;width: 100%;background: #fff;z-index: 99999999;-moz-box-shadow: 0 0px 5px #c7c7c7;-webkit-box-shadow: 0 0px 5px #c7c7c7;box-shadow: 0 0px 5px #c7c7c7;}
.header .in_logo{margin-left: 60px;height:60px;}
.in_logo a{width: 250px;margin-left: -70px;}
.in_logo img{display: block;}
.in_nav{width: 56%;margin-left: 7%;}

.header .in_phone{height: 60px;width: 18%;float: right;text-align: right;margin-top: 0px;}
.header .in_phone p{font-size: 18px;float: right;display:inline;margin-right: -60px;color: #ff8f0b;font-weight: bold}
.header .in_phone p a{color: #ff8f0b;}
.header .in_phone p img{margin-left: 8px;display: inline-block;}
.in_nav>ul{width: 100%;display: block;float: right;margin-top:10px;}
.in_nav>ul>li{width: 13.66%;line-height: 40px;padding-bottom: 34px;float: left;font-size: 16px;position: relative;text-align: center;font-weight: bold}
.in_nav>ul>li a{font-size: 16px;font-weight: bold}
.header .in_nav>ul>li>a:hover, .header .in_nav ul>li.li_on>a, .header .in_nav ul>li>a:hover span, .in_nav ul>li.li_on>a span{color: #004aa1;}
.header .in_nav>ul>li:last-child a::after{display: none}
.in_nav>ul>li.li_on>a{color: #004aa1;transition: .5s;}
.in_nav>ul>li>a{color: #333;font-size: 16px;text-align: center;display:inline-block;line-height: 30px;position: relative;transition: .5s;}
.in_nav>ul>li.li_on>a::before, .in_nav>ul>li:hover>a::before{content: "";height: 4px;width: 100%;margin: auto;left: 0;right:  0;bottom: -2px;background: #004aa1;position: absolute;transition: .5s;}
.in_nav>ul>li>a::before, .in_nav>ul>li>a::before{content: "";height: 4px;width: 100%;margin: auto;left: 0;right:  0;bottom: -2px;background: #fff;position: absolute;transition: .5s;}
.in_nav>ul>li>a::after{content: "";position: absolute;right:-23px;background: #d1d1d1;width: 1px;height: 50%;top:50%;transform: translateY(-50%);}
.in_nav>ul>li ul{position: absolute;left: 0;right: 0;width: 100%;background: #fff;transform: .5s;padding-top:11px;top:58px;display: none;-moz-box-shadow: 0 0px 5px #c7c7c7;-webkit-box-shadow: 0 0px 5px #c7c7c7;box-shadow: 0 0px 5px #c7c7c7;}
.in_nav>ul>li>ul li{width: 100%;text-align: center;border: none;line-height: 45px;}
.in_nav>ul>li>ul li a{display:block;width: 100%;line-height: 45px;transition: .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;box-sizing:border-box;padding:0 5px;font-size: 14px;font-weight: 400}
.in_nav>ul>li>ul li:hover a{background: #004aa1;color: #fff;}
.in_nav>ul>li>ul li:hover a{color: #fff !important;}
.in_nav>ul>li>ul li a::after, .in_nav li>ul li a::before{display: none;}

.in_phone .left{width: 40px;height: 45px;}
.in_phone .right{height: 100px;}
.in_phone p{font-size: 14px;color: #7b3536;line-height: 20px;}
.in_phone p img{display: block;} 


/* footer */
.footer{min-width: 100%;background: url(../images/bg_bom.jpg) no-repeat center;background-size: cover;padding: 15px 0;}
.foot_left{width: 100%;}
.foot_left .shuyi_about {width: 100%;}
.foot_left .align-center {text-align: center;margin-top: 8px;}
.foot_left .align-center p{font-size: 14px;color: #e3e3e3;display: block;text-align: center;line-height: 28px;}
.partner_school{text-align: center;margin-top: 32px;}
.partner_school h4{color: #e3e3e3;font-size: 14px;text-align: center;font-weight: normal;position: relative;}
.partner_school h4::after{height: 1px;position: absolute;content: "";width:42%;background: #0083c5;top: 50%;transform: translateY(-50%);left: 0;}
.partner_school h4::before{height: 1px;position: absolute;content: "";width:42%;background: #0083c5;top: 50%;transform: translateY(-50%);right: 0;}
.foot_info{width: 48%;}
.ewm_box .wx_erm{}
.ewm_box .wx_erm img{}
.ewm_box .wx_erm p{font-size: 14px;color: #e3e3e3;}
.con_info{padding-top: 10px; margin-left: 40px; float: left;}
.con_info p{text-align: left;font-size: 14px;color: #e3e3e3;margin-top: 6px;}
.con_info p a{font-size: 14px;color: #e3e3e3;}
.con_info p:last-child{font-size: 13px;}
.school_pdf{margin-bottom:  20px;position: relative;display: inline-block}
.school_pdf .pdf_dowm{position: absolute;; background: rgb(0, 0, 0, .5);left: 0;right: 0;margin: auto;top:0;height: 100%;width: 100%;opacity: 0;transition: .5s;border-radius: 5px;}
.school_pdf .pdf_dowm img{display: block;margin: 0 auto;}
.school_pdf:hover .pdf_dowm{opacity: 1;}

.ewm_box{ float:left; width:150px; text-align:center}

.fixed-widget-container {  
	position: fixed;  
	top: 50%; /* 固定在顶部 */  
	right: 5px; /* 距离窗口右边的距离 */  
	transform: translateY(-50%); /* 垂直居中 */ 
	width: auto; /* 根据内容自动调整宽度 */  
	height: auto; /* 根据内容自动调整高度 */  
	display: flex;  
	flex-direction: column; /* 垂直排列小窗口 */  
	align-items: flex-end; /* 水平方向靠右对齐 */  
	margin-right: 10px; /* 距离窗口右边的距离 */  
	z-index: 1000; /* 确保在其他内容之上 */  
	background-color: #fff; /* 牛奶白背景色 */  
	border-radius: 15px; /* 圆角半径，可以根据需要调整 */  
	padding: 10px; /* 内边距，使内容不紧贴边框 */  
}  
.fixed-widget {  
	margin-bottom: 0px; /* 小窗口之间的间距 */  
	padding: 5px; /* 内边距 */  
	border-bottom: 1px solid #ccc; /* 边框 */  
	cursor: pointer; /* 鼠标悬停时显示为可点击 */  
	text-align: center; /* 文本居中 */  
}  
.fixed-widget img {  
	max-width: 30px; /* 图片最大宽度 */  
	height: auto; /* 图片高度自动调整 */  
}  
.fixed-widget p {  
	font-size: 12px; /* 文字大小 */  
	color:  #404040;; /* 文字颜色 */  
}  

.hover-window {  
	position: absolute;  
	top: 50%;  
	left: 0;  
	transform: translateY(-50%) translateX(-103%); /* 初始位置在屏幕外，通过translate调整 */  
	width: 255px; /* 窗口宽度 */  
	height: 276px; /* 窗口高度 */  
	background-color: #fff;  
	border: 1px solid #ccc;  
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
	display: none; /* 默认隐藏 */  
	z-index: 999; /* 确保在侧边栏之下，但仍在其他内容之上 */  
	padding: 2px;  
	box-sizing: border-box;  
	border-radius: 7px; /* 圆角半径，可以根据需要调整 */  
}  
.hover-window.active{
	display: block; /* 显示活动的窗口 */  
}
.hover-window .window-title {  
    font-size: 16px;  
	
}  
  
.hover-window .close-button {  
    background-color: transparent;  
    border: none;  
    cursor: pointer;  
    font-size: 18px;  
	position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
}  
  
.hover-window .close-button:hover {  
    color: #d9534f;  
}  
  
.hover-window .window-content {  
    padding: 20px;  
}
.phoneform {
	margin: auto;
	display: flex;  
	flex-direction: column;  
	align-items: center;  
	justify-content: center;  
	width: 100%;  
	max-width: 400px; /* 可选：限制表单的最大宽度 */  
	padding: 10px;  
 
}
.phoneform .phone-input__inner{
    font-size: 12px;
    color: #3f3f3f;
	text-align: center;
	border-style: solid;
	width: calc(100% - 30px); /* 减去左右padding的宽度 */  
	padding: 10px;  
	margin-bottom: 10px;  
	border: 1px solid #ccc;  
	border-radius: 4px;  
	outline: none; /* 移除默认轮廓 */  
	box-sizing: border-box; /* 包括padding和border在内计算宽度 */  
}

.phoneform input[type="submit"] {  
	width: calc(100% - 30px);  
	padding: 10px;  
	background-color: #004098; /* 绿色背景 */  
	color: white; /* 白色文字 */  
	border: none;  
	border-radius: 4px;  
	cursor: pointer; /* 鼠标悬停时显示为手型 */  
	font-size: 12px;  
}  

/* 提交按钮悬停效果 */  
.phoneform input[type="submit"]:hover {  
	background-color: #45a049; /* 更深的绿色 */  
}  
.captcha-container {  
	display: flex; /* 使用flex布局将验证码和图片放在同一行 */  
    align-items: center; /* 垂直居中对齐 */  
	width: calc(100% - 30px); /* 减去左右padding的宽度 */  
	margin-bottom: 10px;  
}  
.captcha-container .captcha-input {
	font-size: 12px;
    color: #3f3f3f;
	text-align: center;
	border-style: solid;
	width: 60%; /* 减去左右padding的宽度 */  
	padding: 10px;  
	border: 1px solid #ccc;  
	border-radius: 4px;  
}

.captcha-container .captcha-img {  
    /* 设置验证码图片的样式 */  
    width: 40%; /* 例如，设置固定宽度为100px */  
    height: 34px; /* 保持图片的宽高比 */  
    margin-left: 2px; /* 在验证码输入框和图片之间添加一些间距 */  
    cursor: pointer; /* 显示为可点击的手型光标 */  
}
.h2 {
	font-weight: 700;
    font-size: 16px;
    color: hsl(0, 0%, 25%);
	margin-top: 15px;
	text-align: center;
}
.span {
	display: block;
    color: #3f3f3f;
    font-size: 14px;
    margin-top: 5px;
	text-align: center;
}
.hover-window-wx {
	position: absolute;  
	top: 50%;  
	left: 0%;  
	transform: translate(-103%, -50%);  
	width: 255px; /* 根据需要调整宽度 */  
	height: 130px; /* 根据需要调整高度 */  
	padding: 2px;  
	background-color: white;  
	border: 1px solid #ccc;  
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
	z-index: 1000;  
	box-sizing: border-box;  
	border-radius: 7px; /* 圆角半径，可以根据需要调整 */  
	display: none; /* 默认隐藏  */ 

}  
.hover-window-wx.active{
	display: block; /* 显示活动的窗口 */  
}
.wxh2 {
	font-weight: 700;
    font-size: 16px;
    color: hsl(0, 0%, 25%);
	margin-top: 2px;
	text-align: center;
}
.popup-content {  
	display: flex;  
	flex-direction: column;  
	height: 100%;  
}  
.popup-top {  
	flex: 0 1 auto;  
	padding-bottom: 2px;  
	text-align: center;  
}  
.popup-bottom {  
	flex: 1 1 auto;  
	display: flex;  
}  
.popup-left {  
	flex: 2; /* 左边占3份 */  
	padding: 2px;  
	box-sizing: border-box;  
	text-align: center;  

}  
.popup-left div {  
	margin-left: 13px;  
} 
.popup-right {  
	flex: 2; /* 右边占1份 */  
	box-sizing: border-box;  
	text-align: center;  
	margin-bottom: 0px; /* 小窗口之间的间距 */  
	padding: 5px; /* 内边距 */  

}  
.popup-right img {  
	max-width: 80px;  
	height: auto;  
} 
.green-check {  
	color: green;  
	font-size: 20px; /* 可以根据需要调整大小 */  
}