@charset "utf-8";
/* CSS Document */


/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}


/* 设置默认字体 */

/*body,*/
/*button,*/
/*input,*/
/*select,*/
/*textarea {*/
/*	!* for ie *!*/
/*	!*font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";*!*/
/*	!* 用 ascii 字符表示，使得在任何编码下都无问题 *!*/
/*}*/


address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}
img{
	display: block;
	width: 100%;
}

/* 将斜体扶正 */


/* 重置列表元素 */

ul,
ol {
	list-style: none;
}


/* 重置文本格式元素 */

a {
	text-decoration: none;
}


/*a:hover {
  text-decoration: underline;
}*/


/* 去除a标签点击后的虚线框 */

a:focus {
	outline: none;
	text-decoration: none;
	-moz-outline: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}


/* 重置表单元素 */

button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
}


/* 重置表格元素 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 重置 hr */

hr {
	border: none;
	height: 1px;
}
.left{
float: left;
}
.right{
float: right;
}
/*设置textarea固定大小*/

textarea {
	resize: none;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	font-size: 14px;
	font-family: "Noto Sans SC";
	overflow-x: hidden;
	background: #F4F4F4;
}

.wrapper {
	width: 1320px;
	margin: 0 auto;
}

*:focus {
	outline: none;
}

body::before{
	content: "";
	display: block;
	height: 68px;
}

/* header */
.header{
	height: 68px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	box-shadow: 0px 1px 4px 0px rgba(26, 26, 26, 0.03);

}
.header-bar{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.logo{
	width: 182px;
}
.logo a{
	display: block;
}
.nav{
	margin-left: 30px;
	flex: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;

}
.nav li>a{
	display: block;
	font-size: 14px;
	height: 68px;
	line-height: 68px;
	font-weight: 400;
	color: #141414;
	cursor: pointer;
	box-sizing: border-box;
	border-bottom: 3px solid transparent;
}
.nav li.active>a,.nav li:hover>a{
	color: #00A0E9;
	border-bottom-color: #00A0E9;
}
/* .nav li:hover .navChildren{
	display: block;
} */
.navChildren{
	display: none;
	position: fixed;
	top: 67px;
	left: 0;
	right: 0;
	z-index: 21;
	background:#2664AC;
	height: 45px;
	text-align: center;
}
.navChildren a{
	display: inline-block;
	color: rgba(255,255,255,.55);
	line-height: 45px;
	margin: 0 15px;
	cursor: pointer;
}
.navChildren a:hover{
	color: #fff !important;
}


.header-right{
	display: flex;
	display: -webkit-flex;
}
.seach{
	height: 68px;
	width: 160px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: #F9F9F9;
	padding: 0 10px 0 16px;
	box-sizing: border-box;
	border-left: 1px solid #E8E8E8;
}
.seach input{
	flex: 1;
	background: none;
	border: none;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.seach  img,.xiaoqu img,.dianhua img{
	width: 25px;
	height: 25px;
}
.xiaoqu{
	width: 113px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 68px;
	padding: 0 10px 0 16px;
	box-sizing: border-box;
	border-left: 1px solid #E8E8E8;
	justify-content: space-between;
	cursor: pointer;
	position: relative;

}
.xiaoqu span{
	font-size: 14px;
	font-weight: 400;
	color: #00499D;
}
.dianhua{
	height: 68px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 68px;
	padding: 0 0 0 16px;
	box-sizing: border-box;
	border-left: 1px solid #E8E8E8;
	cursor: pointer;
}
 .dianhua a{
	 display: block;
	 font-size: 18px;
	 font-weight: 400;
	 color: #E83827;
	 font-style: italic;
	 white-space: nowrap;
	 letter-spacing:-2px;
 }
 .xiaoqu:hover .xq-select{
	 display: block;
 }

.xq-select{
	display: none;
	will-change: transform;-webkit-transition: all .3s;transition: all .3s;
	position: absolute;
	top:68px;
	right: 0;
	width:605px;
	background: #fff;
	z-index: 111;
	border: 1px solid #f1f1f1;
	border-top: none;
	padding-bottom: 20px;
}

.xq-flex{
	display: flex;
	display: -webkit-flex;
}
.xq-left{
	text-align: right;
	padding: 20px;
	font-size: 12px;
	color: #666;
}
.xq-right{
	flex: 1;
}
.xq-tab{
	display: inline-flex;
	padding: 20px 0 0 0;
}

.xq-tab b{
	font-weight: normal;
	margin-right: 20px;
	font-size:12px ;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
.xq-tab b.active{
	color: #E83827;
	border-color: #E83827;
}
.xq-tab-content{
	padding-top: 15px;
}
.xq-tab-content p{
	font-size: 12px;
	color: #888;
	margin-bottom: 5px;
}

 /*footer*/
.footer{
	background: #00499D;
	width: 100%;
	min-width: 1320px;
	padding-top: 50px;
}

.footer-left{
	float: left;
	width: 870px;

}
.footer-left li p a{
	color: #fff;
	font-size: 12px;
	margin:0 3px;
	cursor: pointer;
}
.footer-left li p a:nth-child(1){
	margin-left: 0;
}
.footer-left li{
	display: block;
	margin-bottom: 35px;
}

.footer-title{
	display: flex;
	display: -webkit-flex;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	align-items: center;
	margin-bottom: 15px;
}
.footer-title i{
	width: 25px;
	margin-right: 5px;
}
.footer-tab{
	margin-bottom: 10px;
}
.footer-tab span{
	display: inline;
	font-size: 13px;
	font-weight: 400;
	color: #E5E5E5;
	padding: 0 5px;
	margin-right:10px ;
	cursor: pointer;

}
.footer-tab span.active{
	background: #2C7DDA;
	border-radius: 3px;
}

.footer-tab-content div span{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	color: #E5E5E5;
}

.footer-tab-content div span i{
	width: 25px;
}
.footer-left li p{
	font-size: 12px;
	font-weight: 400;
	color: #E5E5E5;
	line-height: 36px;
}

.footer-right{
	float: right;
	padding-top: 30px;
}

.footer-txt{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	justify-content: flex-end;
}
.footer-txt i{
	width: 31px;
}
.footer-txt span{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-left: 20px;
}

.erweima{
	display: flex;
	display: -webkit-flex;
	padding-top: 23px;
	align-items: center;
}
.erweima li{
	width: 80px;
	margin-left: 30px;
}
.erweima li span{
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #E5E5E5;
	text-align: center;
	white-space:nowrap;
	white-space: nowrap;
	padding-top: 9px;

}

.footer-bar{
	height: 49px;
	background: #003068;
}

.footer-bottom{
	display: flex;
	display: -webkit-flex;
	/* justify-content: space-between;
	-webkit-justify-content: space-between; */
}
.footer-bottom p{
	font-size: 14px;
	flex: 1;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 49px;
	text-align: center;
}
.footer-bar-right{
	/* display: inline-flex;
	display: -webkit-inline-flex; */
	display: none;
}

.footer-bar-right li{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	margin-left: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.footer-bar-right li i{
	width: 25px;
}


/*免费评估方案*/


.pinggu-from{
	width: 100%;
	background: url(../img/frombk.png) no-repeat;
	background-size: 100% auto;
}

.from-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #00499D;
	padding: 30px 0 10px 0;
}

.form-pg li{
	display: flex;
	display:-webkit-flex;
}

.form-pg li label{
	width: 16px;
	flex: 0 0 16px;
	padding: 4px;
}

.layui-form-select .layui-edge{
	border-top-color: #00499D;
	border-width: 4px;
}
.form-pg{
	padding: 0 10px;
}
.layui-form-select dl dd.layui-this{
	background:#00499D ;
}
.form-pg li{
	width: 100%;
	box-sizing: border-box;
	background:rgba(166,166,166,.16);
	padding: 6px 8px;
	display: flex;
	display: -webkit-flex;
	border-radius: 3px;
	margin-bottom: 3px;
}
.form-pg .layui-form-item .layui-input-inline{
	width: 100%;
}
.form-pg li input,.form-pg li select,.form-pg li textarea{
	border: none;
	background: none;
	width: 100%;
	margin-top:2px;
	font-size: 12px;
}

.layui-form-item .layui-input-inline{
	margin-right: 0;
}
.layui-input, .layui-select, .layui-textarea{
	height: auto;
}
.layui-form-select .layui-input{
	padding-left: 0;
}
.layui-form-selected dl{
	max-height: 160px;
}
.tijiao{
	display: flex;
	display: -webkit-flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	width: 100%;
	border: none;
	background: #EF4135;
	margin-top: 20px;
	cursor: pointer;
	line-height: 43px;
}
.tijiao img{
	width: 25px;
	height: 25px;
}


.swiper-pagination-switch{
	display: inline-block;
	width: 52px;
	height: 3px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	margin-right: 4px;
	cursor: pointer;
}
.swiper-pagination-switch.swiper-active-switch{
	background: #E83827;
}

/*推荐*/
.tj-case{
	margin-top: 20px;
	border: 1px solid #E6E6E6;
}

.case-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 10px 19px;
	font-size: 16px;
	font-weight: 400;
	color: #00499D;
    border-bottom: 1px solid #EDEDED;
}
.case-title img{
	width: 25px;
	height: 25px;

}

.banner{
	height:450px;
	width: 100%;
}
.banner a{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination{
	bottom: 70px;
}
.main{
	position: relative;
	z-index: 2;
	margin-top: -57px;
	background: #fff;
}



.sq-content{
	padding:24px 33px 0 33px;
	border-top: 1px solid #f5f5f5;
}
.sq-left{
	float: left;
	width: 900px;
	box-sizing: border-box;


}

.sq-right{
	float: right;
	width: 328px;
}


.sq-right .pinggu-from{
	background: url("../img/from-bk2.png") no-repeat;
	background-size: 100% auto;
}
.sq-right .form-pg{
	padding: 0 20px;
}



.nav-bar{
	height: 57px;
	display: flex;
	display: -webkit-flex;
	padding: 0 30px;

}
.nav-left,.nav-type{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;

}
.nav-left span,.nav-left a{
	font-size: 12px;
	font-weight: 400;
	color: #AAAAAA;
}

.nav-left strong{
	font-size: 12px;
	font-weight: 400;
	color: #626262;
}
.nav-left b{
	width: 40px;
	height: 17px;
	background: #FFFFFF;
	border: 1px solid #829BC3;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #829BC3;
	line-height: 17px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
}
.nav-left i{
	width: 20px;
}



.sq-more{
	display: block;
	margin: 40px auto;
	width: 373px;
	height: 37px;
	background: #FFFFFF;
	border: 1px solid #829BC3;
	border-radius: 3px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #829BC3;
	cursor: pointer;
}
.sq-more:hover{
	background:#F5FAFF ;
}


.sq-more.noCur{
	cursor:unset !important ;
	background: #FFFFFF !important;
}


.case-tab{
	display: inline-flex;
	display: -webkit-inline-flex;
}
.case-tab li{
	font-size: 13px;
	font-weight: 400;
	color: #707070;
	margin-left: 30px;
	cursor: pointer;
}


.case-tab li.active, .case-tab li.active a{
	color: #E83827;
}


/*解析*/

.jiexi-list li{
	display: block;
	border: 1px solid #E6E6E6;
	margin-top: 20px;
}
.jiexi-list li a{
	display: flex;
	display: -webkit-flex;
	padding: 18px 0 18px 20px;
	position: relative;
}

.jx-img{
	width: 200px;
	height: 135px;
	overflow: hidden;
}
.jx-img img{
	height: 100%;
	object-fit: cover;
}
.jiexi-item-right {
	flex: 1;
	width: 100%;
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: column;
	padding:10px 0 10px 28px;
}
.jiexi-item-title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.jiexi-item-title i{
	width: 28px;
}

.jiexi-item-title span{
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space: nowrap;
	  -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  -webkit-text-overflow: ellipsis;
}
.jiexi-p{
	font-size: 12px;
	font-weight: 400;
	color: #919191;
	line-height: 2;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;

}

.jiexi-item-bottom{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}


.jiexi-item-bottom span{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: #8CA3C7;
	flex: 1;

}
.jiexi-item-bottom span img{
	width: 20px;
}
.tj-icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
}

.wz-list{
	padding:19px 19px 0 19px;
}
.wz-list li{
	display: block;
	margin-bottom: 15px;
	cursor: pointer;
}
.wz-list li a{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space: nowrap;
	  -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  -webkit-text-overflow: ellipsis;
}


/*案例*/
.case-item{
	display: block;
	width: 100%;
}
.case-item a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.case-item a i{
	width: 116px;
	flex: 0 0 116px;
	height: 78px;
	overflow: hidden;
	margin-right:10px ;
}
.case-item a p{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}


.video-item{
	display: block;
	width: 100%;
	height:180px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.video-item:after{
	content: "";
	background:url("../img/play.png") no-repeat;
	width: 44px;
	height: 44px;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -30px 0 0 -22px;

}
.video-item i{
	display: block;
	width: 100%;
	height: 100%;
}
.video-item i img{
	display: block;
	width: 100%;
	/* height: 100%; */
	/* object-fit: contain; */
}

.video-item p{
	position: absolute;
	padding: 0 10px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 34px;
	background:rgba(0,72,157,.7);
	line-height: 37px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space: nowrap;
	  -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  -webkit-text-overflow: ellipsis;
}

/*状态*/
.state{
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 10px 0 5px;
	height: 22px;
	line-height: 22px;
	border-radius: 2px;
}
.state img{
	width: 25px;
	height: 25px;
}
.new-list li.yuyue .state{
	background: #E83827;
}

.new-list li.jinxing .state{
	background: #00499D;
}

.new-list li.huigu .state{
	background: #B5B5B5;
}

/*saixuan*/

.leixing{
	display: inline-flex;
	display: -webkit-inline-flex;
	background: #F4F4F4;
	border-radius: 3px;
	padding: 0 5px;
	align-items: center;
	margin:0 10px 0 0;

}
.leixing span{
	font-size: 12px;
	font-weight: 400;
	color: #333;
	margin-right: 5px;
}
.type-list{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
}
.type-list strong{
	font-size: 12px;
	font-weight: 400;
	color: #E83827;
}
.type-list i{
	width: 20px;
	cursor: pointer;

}
.sx-item{
	display: flex;
	display: -webkit-flex;
	padding-bottom: 10px;
}
.sx-item select{
	font-size: 12px;
	font-weight: 400;
	color: #707070;
	border: none;
	max-width: 150px;
	background: #f1f1f1;
}

.sx-list{
	display: inline-flex;
	display: -webkit-inline-flex;
	flex: 1;
}
.sx-list li,.sx-item span{
	font-size: 12px;
	font-weight: 400;
	color: #707070;
}
.sx-list li{
	padding: 0 5px;
	margin-left: 20px;
	cursor: pointer;
}
.sx-list li.active{
	color: #E83827;
}

/*预约 */

.yuyueMask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0,0,0,.5);

}
.mask-tou{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.yuyue-main{
	position: fixed;
	width: 300px;
	top: 50%;
	left: 50%;
	z-index: 9991;
	-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
}


/* fukuang */

#fukuang{
	position: fixed;
	top: 50%;
	width: 160px;
	height: 410px;
	background: url(../img/position07.png) no-repeat;
	background-size: 100% 100%;
	right: 20px;
	-webkit-transform: translate3d(0, -60%, 0);
		transform: translate3d(0, -60%, 0);
		z-index: 11111;
}
.fukuangR{
	position: relative;
}
.fukuangR a:hover{
	color:#fff;
}

.fukuang-close{
	position: absolute;
	right: 18px;
	top: 56px;
	width: 32px;
	cursor: pointer;
}
.positionpg{
	position: absolute;
	width: 54px;
	right: -20px;
	top: 93px;
}

.posTitle{
	width: 92px;
	display: block;
	margin: 0 auto;
	padding-top: 118px;
}

.position-btn{
	width: 145px;
	margin: 15px auto 0 auto;
}
.position-btn li{
	display: block;
	width: 100%;
	margin-bottom: 7px;
	cursor: pointer;
}
.position-btn li:hover a{
	background: #fff;
	color: #E83827;
}
.position-btn li a{
	display: flex;
	display: -webkit-flex;
	height: 40px;
	border-radius: 8px;
	padding-left: 24px;
	align-items: center;
	font-size: 14px;
	color: #fff;
	background: rgba(255,255,255,.6);
}
.position-btn li a img{
	width: 30px;
	height: 30px;
}
.position-btn li a img:nth-child(2){
	display: none;
}
.position-btn li:hover a img:nth-child(2){
	display: block;
}
.position-btn li:hover a img:nth-child(1){
	display: none;
}
.positiontel{
	display: flex;
	display: -webkit-flex;
	align-items:center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: oblique;
	padding-top: 5px;

	padding-left: 27px;
}
.positiontel img{
	width: 30px;
	height: 30px;
}

.positontelnum{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-top: -5px;
	text-align: center;
	font-style: oblique;
	font-size: 21px;
	font-weight: 500;
	color: #FFFFFF;
}


#gotop{
	display: none;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 100;
}


/* xuanfuxiaoguo  */
.case-item-left:hover .case-img img,
.case-item-right li:hover .case-top strong img,
.shool-list li:hover a strong img,
.new-list li:hover .new-top strong img,
.new-right-list li:hover a strong img,
.ren-item:hover strong img,
.shool-list li:hover .left-img img,
.case-list li:hover .case-img img,
.new-list li:hover .case-img img,
.jiexi-list li:hover .jx-img img,
.team-list li:hover .team-img img{
	-webkit-transform: scale3d(1.05,1.05,1.05);
			transform:scale3d(1.05,1.05,1.05);
}
.shool-list li a strong img,
.new-right-list li a strong img,
.ren-item strong img,
.left-img img,
.case-img img,
.jx-img img,
.team-img img{
	will-change: transform;-webkit-transition: all .5s;transition: all .5s;
}
.left-img,.team-img{
	overflow: hidden;
}
.left-img img,.shool-list li a strong img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.new-right-list li a strong img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.seach-list li .jx-img img{
	object-fit: contain !important;
}
.new-list li.yuyue .new-bottom span strong{
	background: #E83827;
}

.new-list li.jinxing .new-bottom span strong{
	background: #00499D;
}

.new-list li.huigu .new-bottom span strong{
	background: #B5B5B5;
}
