/*通用开始*/

body {

	margin: 0;

	padding: 0;

	font-family: "微软雅黑";

	font-size: 14px;

	color: #333;

	background:#f3f6fb;

}

ul,

li,

dl,

dt,

dd,

p,

em,

b,

h1,

h2,

h3,

h4,

h5,

h6,

select,

checkbox,

textarea,

span,

input,

button,

img {

	margin: 0;

	padding: 0;

	list-style-type: none;

	border: 0;

	outline: none;

}

dl,

dt,

dd{

	font-weight: normal;

}

a {

	display: inline-block;

	text-decoration: none;

	color: #3c495a;

}

a:hover {

	text-decoration: none;

	color:#125696;

}

a:visited{

	text-decoration: none;

}

img

{

	vertical-align:top;   /*解决IMG留白的bug，而且保留原来的行内块属性*/

	border:none;

}

li

{

	list-style:none;

}

.clearfix:after  /*清除浮动*/

{

	display:block;

	clear:both;

	content:'';

}

.clearfix

{

	zoom:1;

}

:root {
	--primary-blue: #1a6dbb;
	--secondary-blue: #2c8ae6;
	--light-blue: #e6f2ff;
	--accent-red: #e74c3c;
	--accent-orange: #ff6b35;
	--dark-text: #333333;
	--light-text: #666666;
	--white: #ffffff;
	--light-gray: #f5f7fa;
	--border-color: #e8e8e8;
	--shadow: rgba(0, 0, 0, 0.1);
}
body .layerdemo{ border-radius: 8px; }
body .layerdemo .layui-layer-content{ border-radius: 8px !important;}
.main-center{ width:1400px; height:auto; margin:0 auto; }
.grep_bg{ background-color: #f6f6f6}
.grep_btn{ background-color: #5d5d5d !important;}
.blue_btn{background-color: #3276ff !important;}
.bg_e7e7e7{ background-color: #e7e7e7;}

.flex { display:flex; }
.justify-between{ justify-content:space-between; }
.justify-center{ justify-content:center; }
.flex-1 > *{flex: 1;}
.flex-wrap {flex-wrap: wrap;}
.justify-start {justify-content: start;}
.justify-around {justify-content: space-around;}
.justify-end {justify-content: end;}
.items-center {align-items: center;}
.items-start {align-items: start;}
.hidden {display: none;}

.fl { float:left; }
.fr { float:right; }

.mt-10{ margin-top:10px; }
.mt-15{ margin-top:15px; }
.mt-20{ margin-top:20px; }
.mt-25{ margin-top:25px; }
.mt-50{ margin-top:50px; }

.mb-10{ margin-bottom:10px; }
.mb-15{ margin-bottom:15px; }
.mb-20{ margin-bottom:20px; }
.mb-25{ margin-bottom:25px; }
.mb-50{ margin-bottom:50px; }
.mb-100{ margin-bottom:100px; }
.height-50{ height: 50px}
.height-80{ height: 80px}
.height-120{ height: 120px}
.pb-50{ padding-bottom: 50px;}
.pb-100{ padding-bottom: 100px;}
.space15{ height: 15px}
.pl10{padding-left: 10px;}
.pt-30{ padding-top: 30px}

@font-face{font-family: 'iconfont';
    src: url('../../fonts/iconfont.eot');
    src: url('../../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../../font/iconfont.woff') format('woff'),
    url('../../font/iconfont.ttf') format('truetype'),
    url('../../font/iconfont.svg#iconfont') format('svg');
}
.iconfont-shouji:before{
  content: "\e607";
}
.iconfont-didian:before{
  content: "\e60a";
}
.iconfont-jiantou:before{
  content: "\e6cc";
}
.iconfont-sosuo:before{
  content: "\e6d1";
}
.iconfont-dianhua:before{
  content: "\e639";
}
.iconfont-jiantou2:before{
  content: "\e65d";
}
.iconfont-weixin:before{
  content: "\e65b";
}

/* 建议框结束 */

/*头部*/
.pass{ width:100%; height:40px; background:#f7f7f7; }

.pass-main{ width:1400px; margin:0 auto; }

.pass-wel{ max-width:580px; overflow:hidden;  line-height:40px; color:#999; font-size:13px; }

.pass-wel a{ color:#666666; line-height:40px; font-size:13px; }

 .pass-wel a:hover{ color:#0054b2; }


.pass-nav>ul {
    display: flex;
    line-height: 40px;
}

.pass-nav>ul>li {
    display: inline-block;
    padding: 0 17px;
    position: relative;
    cursor: pointer;
    margin-left: -4px;
}

.pass-nav>ul>li>a {
	color: #666666;
}

.pass-nav>ul>li>a:hover {
	color: #0054b2;
}

.pass-nav>ul>li>a>i {
	vertical-align: -1px;
    margin-right: 2px;
}

i{
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pass-nav>ul>li:nth-child(1):before{
	display: none;
}
.pass-nav>ul>li:nth-child(1):hover{
	cursor: auto;
}
.pass-nav>ul>li:before{
	height: 14px;
    width: 1px;
    background-color: #999999;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
}

.pass-cont{ max-width:620px; }

.pass-cont a{ height:30px; display:inline-block;   line-height:30px; margin-left:28px; color:#666;  font-size:12px;}

.pass-cont span{ text-align:right; font-size:12px;  line-height:30px; color:#000; }

.phone-icon:before{
	content:"☎";
	margin-right: 5px;
	color: #FFF;
}

.head-top{
	width:100%;
	padding: 4px 0;
	border-bottom: 1px solid #e6edf7;
	position: relative;
	z-index: 20;
}

.head-top *, :after, :before{
	box-sizing: border-box;
}
/* logo */
.head-top .head-cont {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 92px;
}

.head-top .head-cont > .fl {
	float: none;
}

.head-top .head-cont .logo {
	width: 215px;
	height: 60px;
	flex: 0 0 auto;
}
.head-top .head-cont .logo a {
	width: 100%;
	height: 100%;
	display: block;
}
.head-top .head-cont .logo a img {
	width: 100%;
	height: 100%;
	display: block;
}
/* city */
.head-top .head-cont .city {
	width: 120px;
	min-width: 120px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	text-align: left;
	position: relative;
	z-index: 30;
	cursor: pointer;
	overflow: visible;
	transition: none;
}
.head-top .head-cont .city i {
	color:#9aa8ba;
	transition: color .2s ease;
}
.head-top .head-cont .city > .iconfont-didian {
	font-size: 23px;
	line-height: 18px;
	margin-left: 11px;
	margin-right: 6px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.head-top .head-cont .city .city-active {
	color: #666666;
    font-size: 16px;
	margin-left: 1px;
	font-weight: bold;
	line-height: 18px;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
.head-top .head-cont .city span {
	cursor: pointer;
	margin-left: 8px;
	margin-top: 0;
	line-height: 18px;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
.head-top .head-cont .city span .iconfont-jiantou {
	font-size: 11px;
	display: inline-block;
	transform-origin: center;
}
.head-top .head-cont .city:hover span .iconfont-jiantou {
	color: #0d67c8;
	transform: rotate(180deg);
}
.head-top .head-cont .city .city-chengshi {
    width: 100%;
    height: 28px;
    margin-top: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background-color: #ffffff;
    color: #666666;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    overflow: hidden;
	position: relative;
	z-index: 1;
	transition: border-color .2s ease, color .2s ease;
}
.head-top .head-cont .city:hover .city-chengshi {
	border-color: #0d67c8;
	color: #0d67c8;
}
.head-top .head-cont .city:hover .city_box {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.head-top .head-cont .city .city_box {
	width: 320px;
    box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background-color: #fff;
    z-index: 999;
    padding: 18px 22px 20px;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	border: 1px solid #f0f0f0;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.head-top .head-cont .city .city_box .tab {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 14px;
    text-align: left;
    font-size: 16px;
	color: #222;
	font-weight: 700;
}
.head-top .head-cont .city .city_box .show {
	padding-top: 14px;
}
.head-top .head-cont .city .city_box .show ul{
	text-align: left;
}
.head-top .head-cont .city .city_box .show ul li {
	display: inline-block;
    margin: 0px 12px 14px 0;
}
.head-top .head-cont .city .city_box .show ul li a {
	color: #555555;
	font-size: 15px;
	transition: color .2s ease;
}
.head-top .head-cont .city .city_box .show ul li a:hover {
	color: #0054b2;
	transform: none;
}

/* search */
.head-top {
	background-color: #fff;
}
.head-top .head-cont .search {
	flex: 1 1 auto;
	max-width: 600px;
	min-width: 320px;
	margin: 0 auto;
}
.head-top .head-cont .search .search-btn {
	height: 46px;
    width: 100%;
    border: 2px solid #0a5ebd;
    margin-left: 0;
    position: relative;
    border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 84, 178, 0.16);
	overflow: hidden;
}
.head-top .head-cont .search .search-btn .form-search {
	float: left;
    width: calc(100% - 130px);
    height: 100%;
    padding: 0 18px;
	font-size: 15px;
	background: #fff;
}
.head-top .head-cont .search .search-btn .form-btn {
    float: left;
    width: 130px;
    height: 100%;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #1a6dbb;
    cursor: pointer;
    font-weight: 600;
}
.head-top .head-cont .search .search-btn .iconfont {
	position: absolute;
    right: 79px;
    font-size: 20px;
    top: 6px;
    color: #fff;
    cursor: pointer;
}
/* tel */
.head-top .head-cont .tel {
	width: 220px;
    position: relative;
	padding: 8px 0 8px 0;
	flex: 0 0 auto;
	text-align: right;
}

.head-top .head-cont .tel i{
    width: 28px;
    height: 28px;
    border: 2px solid #FF0000;
    display: block;
    border-radius: 50%;
    color: #FF0000;
    position: absolute;
    left: 24px;
    top: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
}
.head-top .head-cont .tel span{
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
    padding-left: 0;
	line-height: 1.1;
	letter-spacing: 0.5px;
}
.head-top .head-cont .tel p{
    color: #5f6d82;
    font-size: 13.7px;
    line-height: 1.65;
    margin-top: 5px;
}

@media screen and (max-width: 1440px) {
	.head-top .head-cont {
		width: 100%;
		padding: 0 16px;
	}
}

@media screen and (max-width: 1200px) {
	.head-top .head-cont {
		flex-wrap: wrap;
		gap: 18px;
	}

	.head-top .head-cont .search {
		order: 4;
		flex-basis: 100%;
		max-width: none;
		min-width: 0;
		margin-left: 0;
	}
}


.head-cont{ width:1400px; margin:0 auto; }

/*5-22 新加样式 */
.n-new{ width:100%; height:50px; background:#0c4698;  }

.n-new-cont{ width:1400px; margin:0 auto; color:#fff;  box-sizing:border-box;  }

.n-new-cont dl{display: flex;justify-content: space-between}

.n-new-cont dd{  line-height: 50px; text-align: center; float: left;}

.n-new-cont dd a{ font-size:18px;  color:#fff; height: 50px;min-width: 105px; float:left; display:block;line-height:50px; font-weight: 550;  }

.n-new-cont dd.select{ background: #0078e0;}

.n-new-cont dd:last-child a{ margin-right:0px; }

.base-info-cont select{ height:40px; box-sizing:border-box; border:1px solid #cad1e1; box-sizing:border-box;  }

.jobs_h_menu ul li.select{border-bottom: 2px solid #004f94;}


.layui-form-select dl dd.layui-this{ background:#4397fe }

.layui-form-select dl dd:hover{ background: #4397fe; color: #fff;}

.book_guan .styled-select{position: relative;width: 300px;}

.right_bottom_box .top .t{
	color: white;
	background: url(/static/images/logo.jpg) no-repeat;
	background-size:contain;
	padding-left: 60px;
	font-size: 12px;
}


.sub-nav {
	display: flex;
	align-items: center;
}

.sub-nav-list {
	display: flex;
}

.sub-nav-item {
	position: relative;
	padding: 8px 12px;
	font-size: 15px;
	color: var(--dark-text);
	cursor: pointer;
	transition: color 0.3s;
	display: flex;
	align-items: center;
}

.sub-nav-item:hover {
	color: var(--primary-blue);
}

.sub-nav-item i {
	margin-left: 5px;
	font-size: 12px;
	transition: transform 0.3s;
}

.sub-nav-item:hover i {
	transform: rotate(180deg);
}

/* 二级下拉弹框 - 对应图2副导航 */
.sub-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--white);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 20px;
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 1001;
}

.sub-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sub-dropdown-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-blue);
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--light-blue);
}

.sub-dropdown-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sub-dropdown-item {
	padding: 8px 12px;
	background-color: var(--light-blue);
	border-radius: 5px;
	transition: all 0.2s;
}

.sub-dropdown-item:hover {
	background-color: var(--primary-blue);
	color: var(--white);
}
.sub-dropdown-item:hover .sub-dropdown-subitem {
	color: var(--white);
}

.sub-dropdown-subitem {
	font-size: 13px;
	color: var(--light-text);
	margin-top: 3px;
	padding-left: 8px;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
}

/*脚部*/
.footer{ width:100%; height:350px; background-color:#0c4698;  }

.footer-t{ width:1400px; height:350px; margin: 0 auto;box-sizing:border-box; background: url("../../images/v2/footer_bg.jpg") repeat-x;}

.footer-t-cont{ width:1400px; margin:0 auto;display: flex;}

.footer-kf{ width:200px; float:left;  box-sizing:border-box; margin-top: 40px; }

.footer-kf h5{    width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	position: relative;
	line-height: 30px;
	margin-bottom: 15px; }

.footer-kf h5 i , .footer-nav dt i{ width:100%; height:2px; background:#1594ff; position:absolute; left:0px; bottom:-6px;  }

.footer-kf h4{ font-weight:bold; color:#fff; font-size:28px; line-height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top: 25px; }

.footer-kf p{ color:#f7f7f7;     font-size: 16px;
	margin: 5px 0;}

.footer-kf a{     width: 180px;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 500;
	display: block;
	background: #1594ff;
	border-radius: 30px;
	margin-top: 10px; }


.footer-nav{ 
	float:left; 
	/* margin-left:80px;      */
	/* width: 1120px;     */
	flex: 1;
	display: flex;
	justify-content: space-around;
}

.footer-nav dl{  padding-right:10px; box-sizing:border-box;margin-top: 55px; }

.footer-nav dt{ width:100%; height:30px; position:relative; line-height:30px; font-size:20px; color:#f7f7f7; margin-bottom:25px; font-weight: bold;}

.footer-nav dd{ height: auto; padding: 10px 0;}

.footer-nav dd a{ display:block; font-size:18px; color:#fff; }

.footer-nav dl:last-child{ width:180px; padding-right:0px; margin-top: 40px; text-align: center; margin-left: 20px;}

.footer-nav dd img{ width:170px; height:170px;  }

.footer-nav dd span{ line-height:80px; color:#fff; float:left; margin-left:15px;  }

.footer-b{ 
	width:100%; 
	/* height:100px;  */
	background:#FFF; }

.footer-b .comr{ 
	/* width: 705px; 
	height: 60px; 
	float: left;  */
	padding-top: 20px; 
	font-size: 16px;

	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
}

.footer-b .comr a{ font-size: 16px; width: auto; margin: 0 3px;}

.footer-b .chengxin{ width: 695px; height: 40px; float: left; padding: 20px 0;}

.footer-b .chengxin span{ width:auto; margin-right: 10px;}

.footer-b .chengxin span:last-child{ margin-right: 0px;}

.footer-b .chengxin img{ width: 118px;
	height: 50px; border: 1px solid #ebebeb;}

.address-ipt select{ width:90px;  height:35px; line-height:33px; box-sizing:border-box; border:1px solid #d9dce1; padding:0 10px; border-radius:5px; color:#666; margin-right:15px; float:left;  }

.address-ipt select:last-child{ margin-right:0px !important; }

.btn{ height: 45px; line-height: 45px; min-width: 300px; text-align: center;}
.text-center{ text-align: center}
.container img {
	max-width: 100%;
}
/* 脚部新增样式 star */
/* 公司 */
.footer .footer-t-cont .md-company {
	margin-top: 52px;
}
.footer .footer-t-cont .md-company .company-main {
	text-align: center;
}
.footer .footer-t-cont .md-company .company-main img{
	width: 270px;
}
.footer .footer-t-cont .md-company .md-desc-box {
	margin: 46px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: dinBoldFont;
    text-align: center;
}
.footer .footer-t-cont .md-company .md-desc {
}
.footer .footer-t-cont .md-company .company-main .md-law-container {
	margin-top: 18px;
    display: flex;
    color: #fff;
	gap: 40px
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item {
	font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-icon-wrapper {
	border-radius: 50%;
    border: 1px #0062b9 solid;
    margin-bottom: 6px;
    padding: 11px;
    background-color: #0062b9;
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item:hover .md-law-icon-wrapper {
    border: 1px #fff solid;
    background-color: #fff;
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-icon-wrapper .md-law-icon,
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-icon-wrapper .md-law-icon-hover {
	width: 25px;
    height: 25px;
    /* border-radius: 50%; */
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-icon-wrapper .md-law-icon-hover {
	display: none;
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item:hover .md-law-icon {
	display: none;
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item:hover .md-law-icon-hover {
	display: inline;
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item:hover .md-law-more {
    display: flex
}
.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-more {
    display: none;
    background-image: url(../../images/md-more-background.png);
    background-size: 133px 137px;
    background-repeat: no-repeat;
    width: 133px;
    height: 137px;
    position: absolute;
    bottom: -133px;
    left: 50%;
    transform: rotate(180deg) translateX(50%);
    justify-content: center
}

.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-more .md-icon-wrapper {
    margin-top: 11px;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
	transform: rotate(180deg);
}

.footer .footer-t-cont .md-company .company-main .md-law-container .md-law-item .md-law-more .md-icon {
    width: 110px;
    height: 110px
}


/* 分割线 */
/* 外层：只负责显示阴影，不裁剪 */
.footer .footer-t-cont .shadow-wrapper {
	margin: 0px 50px 0 50px;
  display: inline-block;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.8)); /* 真正生效的阴影 */
}
.footer .footer-t-cont .shadow-wrapper hr{
	height: 0;
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
    background: 0 0;


	width: 3px;
    height: 330px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 39%), #ffffffb3, rgb(0 0 0 / 39%));
    background-color: transparent;
    clip-path: polygon(84% 0, 89% 59%, 58% 90%, 0 50%);
}






/* 其他 */
.footer .footer-t-cont .md-others {
    flex-shrink: 1;
    flex-grow: 1;
    margin-top: 55px
}

.footer .footer-t-cont .md-others[data-no-link] {
    margin-top: 0;
    align-self: center
}

.footer .footer-t-cont .md-others .md-section-item {
    display: flex;
    align-items: center
}

.footer .footer-t-cont .md-others .md-section-item .md-left-content{
    display: flex;
    align-items: center;
    flex: none;
    align-self: flex-start;
    margin-top: 4px;
}

.footer .footer-t-cont .md-others .md-section-item:nth-child(n+2) {
    margin-top: 20px
}

.footer .footer-t-cont .md-others .md-section-item:nth-child(n+2)[data-no-link] {
    margin-top: 38px
}

.footer .footer-t-cont .md-others .md-section-item .md-title {
    font-weight: 700;
    margin: 0;
    font-size: 19px;
    color: #ffffff;
    flex: none
}

.footer .footer-t-cont .md-others .md-section-item .md-section-hr {
	height: 0;
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
    background: 0 0;

    margin-left: 19px;
    width: 1px;
    height: 24px;
    border: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAwCAYAAAA2GtvFAAAAAXNSR0IArs4c6QAAAh9JREFUOE9l0s+rElEUB/A7DabwQBQbTDGHFCGdIsYwkkQRJtGHCLaoRS1a1OIF/TVBLWrRohYtShA1MMEEyUhSI5VMS1Q0wcDUCRF1Js7ReS1afeFzz7333B8UIYTIskxDUhS1pfag3sNKgYNdASUqoJvNZpROp5siLBYLRhRFYjKZJgiTycQMyTDMCGE0GrGQZrO5h9Dv9+2QVqv1O0K32z2nVquh4qtScX69XlN2u/0LQrvd5qEPh8NRQWi1Wpc3mw3hOO4jQr1ev0rTtOx0Ot8jVCqVAPTN8/w7BQQYcLvdOYRyuRyB9Hg8bxBKpVIM0uv1JhGKxeJ1SJ/P9xqhUCjcgD4CgcBLhHw+f2u73VKCIDxHyGazd8h2S0KRyDOETCZz7wQhJHx4+AQhmUzeh4zFYo8QEonEA8h4PP4QIZVKHUFGo9HHCOl0+i5N0yQcDj/9twshJBQK7XbJ5XK34UUFQXihdHpTkiQSDAZ3ncJZJEmi/H7/KwVisOjxaf+7j2q1eg2m8jz/FqfUarUgLcvyBeVOG42GDwY4jitiRbPZvALpcrk+IHQ6nUvr9Zo4nc5PystdVKlUxGazfUbo9XoctM6ybBNhMBg44OUsFss3hPF4fHa1WlEsy/5AGA6HZzQaDTEYDAMEURRPL5dLimGYnwjz+fwUpFar/YUwnU51kHq9/rey6IHRaIS//QdBluWT+79+/Pnh4aBC+gs9veYxGLfYJAAAAABJRU5ErkJggg==);
    background-size: 1px 24px;
    background-repeat: no-repeat;
    flex: none;
    margin-block-end:0;margin-block-start:0}

.footer .footer-t-cont .md-others .md-section-item .md-list {
    list-style: none;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin-left: 30px;
    display: flex;
    flex: 1;
    margin-block-end:0;
	margin-block-start:0;
	/* gap: 30px; */

	flex-wrap: wrap;
}

.footer .footer-t-cont .md-others .md-section-item .md-list .md-item {
    white-space: nowrap;

	margin-left: 0 !important;
    margin-right: 28px;
    margin-bottom: 6px;
    margin-top: 6px;
}


.footer .footer-t-cont .md-others .md-section-item .md-list .md-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400
}

.footer .footer-t-cont .md-others .md-section-item .md-list .md-item .md-hover-notice:hover {
    color: #242f3e
}

.footer .footer-t-cont .md-others .md-section-item .md-list .md-item+.md-item {
    margin-left: 28px
}

.footer .footer-t-cont .md-others .md-section-item .md-list .md-tel {
    font-weight: 700;
    font-size: 14px;
    font-family: dinBoldFont
}

.footer .footer-t-cont .md-others .md-contact .md-contact-list {
    flex: none
}

.footer .footer-t-cont .md-others .md-contact .md-custom-service {
        font-size: 12px;
    border-radius: 4px;
    border: 1px solid #fff;
    outline: none;
    background-color: transparent;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    /* margin-left: 24px; */
}

.footer .footer-t-cont .md-others .md-contact .md-custom-service:hover {
    color: #3364a9;
    background-color: #fff;
    border-color: fff
}

.footer .footer-t-cont .md-others .md-contact .md-pad {
    flex: 1
}
/* 脚步新增样式 end */

/* 文章新增样式 star */
.newsRC .body_info {
	width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px dashed #dddcdc;
    color: #333333;

	padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    font-size: 17px;
}
.newsRC .body_info span a {
	font-weight: 900;
}
.newsRC .newsRC_weixin img {
	width: 100%;
}
.newsRC .newsRC_tuijian {
	/* width:485px; */
	height:95px;
	border:1px dashed #ff0000;
	margin:10px 0 10px 0;
	padding:8px 0 5px 200px;
	background:url(../../images/ke_tuijian.png) no-repeat 20px 2px;
}
.newsRC .newsRC_tuijian .newsRC_tuijian_list {
	display: flex;
    column-gap: 10px;
    margin-top: 2px;
}
.newsRC .newsRC_tuijian .newsRC_tuijian_list .newsRC_tuijian_list_item {
	padding: 1px 3px 1px 3px;
    background: #009aff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    border: 1px #017ac9 solid;
}

.newsRC .newsRC_address {
	font-size: 16px;
    margin: 20px 0;
    display: block;
}
.newsRC .newsRC_address a {
	font-weight: 900;
    font-size: 20px;
}
.newsRC .bdsharebuttonbox {
	display: flex;
}
.newsRC .bdsharebuttonbox .bds_more {
	margin-right: 10px;
}
.newsRC .bdsharebuttonbox a {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 40px;
}
.newsRC .bdsharebuttonbox a svg {
	margin-right: 3px;
}
.newsRC .Relevant {
	margin-top: 20px;
	border-top: 1px dashed #CCCCCC;
}
.newsRC .Relevant ul {
	margin-top: 5px;

	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.newsRC .Relevant ul li {
  display: flex;
  align-items: center;
}
.newsRC .Relevant ul li a {
	max-width: 350px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 文章新增样式 end */

/* 回到顶部按钮 */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s;
	z-index: 100;
}

.back-to-top:hover {
	background-color: #000;
}

/*免费电话*/
.Telephone{
    height: 220px;
    width: 140px;
    border: 0px none rgb(0,0,0);
    background-color: rgb(55,187,255);
    position: fixed;
	bottom:0;
    left: 6px;
	
}
.Telephone .con{
	background:url(../../images/kst1.png) no-repeat center 15px;
	background-size:100%;
	height:220px;
}

.Telephone-input{
	margin:145px 0 0 7px;	
    width: 124px;
    height: 22px;
    line-height: 22px;
    border: 0px none rgb(0,0,0);
}

.Telephone-butt{
	margin:10px 0 0 15px;
    width: 109px;
    height: 28px;
    border: 0px none rgb(0,0,0);
    color: rgb(255,255,255);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(3,21,155);
	cursor: pointer;
	
}

.Telephone .Close{
	position:absolute;
	display:block;
	left: 128px;
    top: 4px;
    width: 9px;
    height: 8px;
    background-image: url(../../images/kst2.png);
	z-index:100;
	cursor: pointer;
}

.Telephone_1{
    width: 40px;
    height: 88px;
    border: 0px none rgb(0, 0, 0);
    background-image: url(../../images/kst3.png);
    background-color: rgb(55, 187, 255);
    position: fixed;
	bottom: 0;
    left: 6px;
    display: none;
}

/*左侧申请试听开始*/
.reg{width:190px; height:224px; position:fixed; top:216px; left:6px; padding:0; background-image:url(http://www.mede.com.cn/images/reg.png); z-index:999900}
.reg_form{margin-top: 70px; padding-left: 10px; padding-right: 10px;}
.reg_s1{color:#F93;float:left;}
.reg_s2{color:#fff; font-size:14px; margin-right:5px;float:left;}
.reg_span{vertical-align:middle; display:inline-block; margin-bottom:22px;line-height:14px; height:14px; overflow: visible;}
.reg select{width:115px; height:22px; font-size:14px;float:right; margin-top: -4px;}
.reg input{width:115px; height:22px; font-size:14px;float:right; margin-top: -4px;}
.reg button{border:0px; width: 100%; height:24px; border-radius:5px; background-color:#FFD605; font-weight:bold; font-size:16px; cursor:pointer;}
/*左侧申请试听结束*/


/*QQ客服开始*/
#right_scroll{width:155px;height:650px;top:30px;left:50%;margin-left:550px;position:absolute;display:none;z-index:9999;}
.right_scroll_bg{width:155px;height:700px;position:absolute;top:0;left:0;z-index:9999;background:url(http://www.mede.com.cn/images/qqkf.png) no-repeat 0px 0px;_background:none;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.mede.com.cn/images/qqkf.png', sizingMethod='crop'); }
.right_scroll_context{width:155px;height:650px;position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}
.right_scroll_contextitle{width:155px;height:104px;position:relative;}
.right_scroll_contextitle_close{position:absolute;top:5px;right:10px;width:14px;height:14px;line-height:14px;display:block;overflow:hidden;text-align:center;background:#acc5db;cursor:pointer;}
.right_scroll_contextitle_close:link{color:#fff;}
.right_scroll_contextitle_close:visited{color:#fff;}
.right_scroll_contextitle_close:hover{color:#fff;}
.right_scroll_contextitle_phone{width:155px;height:25px;overflow:hidden;position:absolute;top:76px;left:5px;font:bold 15px/27px Arial;color:#ffcc33;}
.right_scroll_contextxt{padding-top:45px;}
.right_scroll_contextxt h5{ display:block; list-style:none; font-size:12px; width:125px; height:25px; line-height:25px; background:url(http://www.mede.com.cn/images/qqclr.png) center no-repeat; text-align:center; color:#534e4d; font-weight:normal; margin:1px auto; }
.right_scroll_contextxt ul{text-align:center;}
.right_scroll_contextxt li{ height:24px;color:#666; margin-left:12px; background:url(http://www.mede.com.cn/images/qqico.png) no-repeat 10px 2px; font:12px/1.5 tahoma,Arial;}
.right_scroll_contextxt li a{ color:-webkit-link;margin-left:8px;}
.zhixian{ text-align:center; width:155px; height:60px;}
/*QQ客服结束*/

.toolbar-wrap{
	position:fixed;
	right:0;
	top:216px;
	/* background: #488bff; */
	z-index: 9999;

	top: inherit;
    right: 17px;
    bottom: 120px;
    transform: translateY(0);
	/* z-index: 60; */
    min-width: 72px;
}
.contact-wrap {
	width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.contact-wrap .contact-content {
	    width: 120px;
    height: auto;
    flex: none;
    transform: translate(-13px, 11px);
}
.contact-wrap .contact-content .contact-img {
	width: 100%;;
}

.bar-content {
	border: 1px solid #e7e9f2;
    border-radius: 12px;
    box-shadow: 0 4px 10px 2px rgba(11, 42, 113, .03);
    background-color: #fff;
	padding: 8px 4px;
}

.toolbar-item{
	position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 12px;
    color: #53586c;

    cursor: pointer;
	background-color: #fff;
}
/* .toolbar-item:hover {
    background-color: #2e7bff;
} */

.toolbar-item .item-wrap {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
}
.toolbar-item .item-wrap .img-wrap{
	width: 33px;
    height: 33px;
    margin-bottom: 8px;
}
.toolbar-item .item-wrap .img-wrap img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.toolbar-item .item-wrap .img-wrap .toolbar-img{
	display: inline-block;
}
.toolbar-item .item-wrap .img-wrap .toolbar-img-hover{
    display: none;
}
.toolbar-item:hover .item-wrap .img-wrap .toolbar-img{
	display: none;
}
.toolbar-item:hover .item-wrap .img-wrap .toolbar-img-hover{
    display: inline-block;
}



.toolbar-item span{
	display: block;
	font-size: 13px;
	text-align: center;
	color:#53586c;
}

 .toolbar-item:hover span{
	color:#2e7bff;
 } 
/*QQ客服结束*/


/* nav-fix-left  star*/
.nav-fix-left {
	position: fixed;
    /* top: 100px; */
	top: 6%;
    background-color: #1f2529;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
    left: 44%;
    margin-left: -680px;
    border-radius: 5px;
    overflow: hidden;
}
.nav-fix-left .nav-list li {
	width: 60px;
    position: relative;
}
.nav-fix-left .nav-list li:after {
	content: "";
    width: 100%;
    height: 1px;
    background-color: #747e8e;
    display: block;
    margin-left: 0%;
}

.nav-fix-left .nav-list li span {
	display: block;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
	font-family: -webkit-body;
}
.nav-fix-left .nav-list li.active span {
	    background-color: #039df7;
}
.nav-fix-left .nav-list li span:hover {
    background: 039df7;
}
.nav-fix-left .back_top {
	    background-color: #656d79;
    color: #fff;
    height: 50px;
    padding-top: 8px;
    cursor: pointer;
}
/* nav-fix-left  end*/