* {
	margin: 0;
	padding: 0;
}

body{
	background: #F7F8FA;
}

.head {
	width: 100%;
	height: 88px;
	background-color: #040000;
	position: relative;
}

.head-cent {
	width: 55%;
	height: 100%;
	margin: 0 auto;
	display: flex;
}

.head-cent-left {
	width: 200px;
	height: 100%;
	display: flex;

	align-items: center;
}

/* .head-logo{
	width: ;
} */

.head-cent-right {
	flex: 1;
	height: 100%;
	display: flex;
}

.right-div {
	color: #fff;
	text-align: center;
	width: 130px;
	height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* .right-div:hover {
	cursor: hand;
	background-color: #000000;
} */

.right-push {
	margin-left: 6px;
}


.Small-menu {
	width: 100%;
	height: 44px;
	background-color: #0400003b;
	/* opacity: 0.25; */
	position: absolute;
	top: 88px;
	z-index: 99;
	color: #fff;
}

.menucoll{
	width: 260px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menusmall{
	width: 33%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menusmall-span{
	flex: 1;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.menucoll-span{
	flex: 1;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.banner {
	width: 100%;
	
}

.banner-img {
	width: 100%;
}

.carousel-indicators {
	bottom: 55px;
}


.carousel-indicators .active {
	width: 55px;
	height: 7px;
	background-color: #035dab;
}

.carousel-indicators li {
	width: 55px;
	height: 7px;
	background-color: #b1b1b147;
	border: 0;
	margin: 0;
}

.menuhide {
	display: none;
}

.menunohide{
	display: block !important;
	transition: all 3s;
}

.headback {
	padding: 5px 10px;
	background-color: #cccccc1f;
	border-radius: 5px;
	font-weight: bold;
}

.rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 1s;
}

.joinUs-box{
	width: 100%;
}

.joinUs-box img{
	width: 100%;
}



/* 门道学院 */
.college-query{
	width: 100%;
	position: relative;
}

.Modal{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #000000c9;
	/* opacity: .8; */
}

.Modal-cent{
	width: 600px;
	height: 300px;
	margin: 200px auto;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}

.Modal-c-top{
	width: 95%;
	height: 80px;
	margin: 0 auto;
	display: flex;
}

.c-top-l{
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
}

.c-top-l img {
	width: 20px;
	height: 20px;
}

.c-top-l span{
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

.c-top-r{
	width: 25px;
	height: 100%;
	display: flex;
	align-items: center;
}

.c-top-r img {
	width: 15px;
	height: 15px;
}

.Modal-cen-body{
	width: 95%;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	line-height: 120px;
	font-size: 16px;
	/* display: flex;
	align-items: center; */
}

.Modal-cen-body span{
	padding: 10px;
	background-color: #eaf2fb;
	border-radius: 5px;
}

.Modal-cent-b{
	width: 130px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.Modal-cent-b button{
	width: 60px;
	height: 30px;
	border: none;
	border: 1px solid #204D74;
	background-color: #fff;
	color: #204D74;
	border-radius: 5px;
}

.but-y{
	background-color: #204D74  !important;
	color: #fff  !important;
}

.query-head{
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #035DAB;
	position: relative;
	overflow: hidden;
}

.query-head img{
	position: absolute;
	z-index: 1;
}

.query-head-input{
	width: 800px;
	height: 70px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	font-size: 20px;
	color: #666;
	align-items: center;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.queinput-l{
	width: 55%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
	border-right: 1px solid #ccc;
}


.queinput-linp{
	flex: 1;
	height: 90%;
	border:none;
	outline:none;
	padding: 10px;
	padding-left: 40px;
}

.queinput-r{
	
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.queinput-rinp{
	flex: 1;
	height: 90%;
	border:none;
	outline:none;
	padding: 10px;
	padding-left: 40px;
}

.queinput-but{
	width: 100px;
	height: 50px;
	background-color: #155DFF;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 5px;
	border:none;
	outline:none;
	margin-right: 10px;
}

.query-int{
	width: 70%;
	margin: 0 auto;
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 8px #ccc;
	z-index: 3;
	/* align-items: center; */
}

.introduction-text{
	width: 88%;
	display: flex;
	padding-top: 50px;
	margin: 0 auto;
}

/* .introduction-text img{
	margin-left: 50px;
} */

.query-int-text{
	flex: 1;
	font-family: PingFangSC-Regular;
	font-size: 25px;
	color: #000000;
	letter-spacing: 0;
	line-height: 48px;
	height: 100%;
}

.titleque{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.int-table{
	width: 88%;
	margin: 50px auto;
	/* margin-top: 50px; */
}

.int-table table{
	width: 100%;
}

.int-table tr{
	height: 50px;
}

.trback{
	background: #F1F4FA;
}

.int-table th{
	text-align: center;
	width: 200px;
}


/* 关于我们 */

.aboutUs-box{
	width: 100%;
	position: relative;
}

.aboutUs-box-head{
	width: 100%;
	height: 350px;
	background-color: #1B6D85;
	overflow: hidden;
}

.aboutUs-box-body{
	width: 70%;
	margin: 0 auto;
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	
	border-radius: 5px;
	overflow: hidden;
	/* box-shadow: 0 0 8px #ccc; */
}

.box-body-cent{
	width: 100%;
	height: 680px;
	display: flex;
	position: relative;
	margin-bottom: 40px;
	background-color: #fff;
}

.cent-l{
	height: 100%;
	margin-right: 60px;
	display: flex;
	flex-direction: column;
	padding-top: 90px;
}

.cent-l img{
	margin-top: 20px;
	margin-left: 40px;
}

.cent-c{
	width: 50%;
	height: 100%;
	padding-top: 100px;
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	text-align: justify;
	line-height: 45px;
	text-indent:2em;
}

.cent-r{
	height: 100%;
}

.cent-r-img{
	position: absolute;
	bottom: -20px;
	right: 0;
}

.mian{
	margin-right: 20px;
}

/* .cent-r img{
	position: absolute;
	bottom: 0;
} */

/* 发展里程 */
.devemil{
	width: 100%;
	height: 881px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* overflow-y: hidden; */
}

.devemil a{
	display: flex;
	align-items: center;
}

.devemicon{
	width: 55px;
	height: 120px;
	margin-left: 80px;
}

.carousel-control.left{
	height: 240px;
	background: transparent;
}

.carousel-control.right{
	height: 240px;
	background: transparent;
}

.ddevemil-img{
	width: 100%;
	position: absolute;
	z-index: 1;
}

.devemil-cent{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 200px;
}

/* .carousel{
	position: static;
} */

.devemil-cent .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	right: 0;
	margin: 0 auto;
	background: transparent;
	text-align: center;
	color: #fff;
	
}

.devemil-cent .carousel-inner .item{
	font-family: PingFangSC-Regular;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 60px;
	padding-top: 55px;
}

.devemil-cent .carousel-indicators{
	width: 80%;
	bottom: 0;
	/* top: 480px; */
	top: -107px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* margin-left: 0; */
	/* border-top: 3px solid #fff; */
	display: flex;
	color: #fff;
	/* font-weight: 500; */
}

.devemil-cent .carousel-indicators img{
	width: 40px;
	height: 80px;
}

.devemil-cent .carousel-indicators .active{
	width: 0;
	height: 0;
	background-color: transparent;
	position: relative;
}

.devemil-cent .carousel-indicators .active img{
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20px;
}

.devemil-cent .carousel-indicators .active .li-text{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
	/* font-weight: bold; */
	font-size: 40px;
}

.libox{
	width: 100% !important;
	height: 2px !important;
	background-color: #FFFF !important;
	position: absolute;
	top: 515px;
}

.libox-div{
	width: 100%;
	/* height: 120px; */
	height: 100%;
	position: relative;
}

.libox-div-li{
	flex: 1;
}

.li-text{
	font-size: 20px;
	margin-bottom: 20px;
}

/* .devemil-cent .item{
	width: 70%;
	height: 300px;
	background-color: #fff;
} */

/* 企业动态 */
.entdynamic{
	padding-top: 100px;
	text-align: center;
	font-size: 20px;
	line-height: 100px;
	color: #666;
}