body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #f5f5f5;
	overflow-x: hidden;
}

/* 轮播图 */
#container_box {
	height: 430px;
	margin: 0 auto;
	position: relative;
}

#container_box .img {
	width: 1920px;
	height: 430px;
	position: absolute;
	background-size: cover;
	z-index: 99;
}

#img1 {
	background-image: url(../../img/web/banner/t1.jpg);
	animation: img1 25s infinite;
}

@keyframes img1 {

	0%,
	5% {
		opacity: 1;
	}

	15%,
	100% {
		opacity: 0;
	}
}

#img2 {
	background-image: url(../../img/web/banner/t2.jpg);
	animation: img2 25s infinite;
}

@keyframes img2 {

	0%,
	22% {
		opacity: 1;
	}

	32%,
	100% {
		opacity: 0;
	}
}

#img3 {
	background-image: url(../../img/web/banner/t3.jpg);
	animation: img3 25s infinite;
}

@keyframes img3 {

	0%,
	39% {
		opacity: 1;
	}

	49%,
	100% {
		opacity: 0;
	}
}

#img4 {
	background-image: url(../../img/web/banner/t4.jpg);
	animation: img4 25s infinite;
}

@keyframes img4 {

	0%,
	56% {
		opacity: 1;
	}

	66%,
	100% {
		opacity: 0;
	}
}

#img5 {
	background-image: url(../../img/web/banner/t5.jpg);
	animation: img5 25s infinite;
}

@keyframes img5 {

	0%,
	73% {
		opacity: 1;
	}

	83%,
	100% {
		opacity: 0;
	}
}

#img6 {
	background-image: url(../../img/web/banner/t6.jpg);
	animation: img6 25s infinite;
}

@keyframes img6 {

	0%,
	90% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

/* 导航 */
.header {
	display: flex;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #004387;
	position: absolute;
	z-index: 999;
	bottom: 0;
}

.container_nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.nav {
	display: flex;
	display: -webkit-flex;
	/* Safari */
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.title1 {
	text-align: center;
	color: #FFFFFF;
	float: left;
	width: 220px;
	text-decoration: none;
	display: block;
	height: 60px;
	line-height: 60px;
	font-family: Microsoft YaHei;
	font-size: 20px;
	letter-spacing: 0;
}

.title1:hover {
	color: #A8071A;
	background-color: #FFFFFF;
	border-top: 3px solid #A8071A;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 57px;
}

a {
	text-decoration: none;
}

/* 内容 */
.id_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1200px;
	margin: 40px auto;
}

/* 上部分 */
.id_cn_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 40px auto;
	height: 280px;
}

.stu {
	width: 190px;
	height: 190px;
	background-color: #fff;
	border-radius: 15px;
	cursor: pointer;
	background-size: 100% 100%;
	margin: 10px;
}

.stu1 {
	background-image: url(../../img/web/stu/1.png);
}

.stu2 {
	background-image: url(../../img/web/stu/2.png);
}

.stu3 {
	background-image: url(../../img/web/stu/5.png);
}

.stu4 {
	background-image: url(../../img/web/stu/4.png);
}

.stu5 {
	background-image: url(../../img/web/stu/6.png);
}

/* 下部分 */
.id_cn_bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
}

.bottomT {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 1200px;
	margin-top: 40px;
}

.bottomB {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
}

/* 左边 */
.bt_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	height: 1300px;
}

.bt_news {
	width: 100%;
	height: 410px;
	background-color: #FFFFFF;
}

.bt_News {
	width: 49%;
	height: 410px;
	background-color: #FFFFFF;
	margin-top: 50px;
}

.bt_tt {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #004387;
	height: 60px;
	line-height: 60px;
}

.bt_bt {
	display: inline-block;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	padding: 0 24px;
	background-color: #004387;
	font-size: 18px;
}

.bt_more {
	font-size: 16px;
	color: #666666;
	line-height: 60px;
	margin-right: 20px;
	cursor: pointer;
}

.bt_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bt_Ncontent {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bt_list {
	margin-top: 30px;
	width: 90%;
}

.bt_line {
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: #dcdcdc 1px solid;
}

.bt_Nline {
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: #dcdcdc 1px solid;
}

.bl_tt {
	width: 80%;
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bl_tt:hover {
	cursor: pointer;
	color: #0080ff;
}

.bl_date {
	width: 20%;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
	color: #999999;
	margin-left: 20px;
}

/* 右边 */
.bt_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 1300px;
	justify-content: space-between;
}

/* 搜索 */
.search {
	height: 45px;
	width: 325px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.search_input {
	position: relative;
}

.search_box {
	width: 301px;
	height: 50px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding-left: 20px;
	position: absolute;
	outline: none;
	font-size: 17px;
}

.search_btn {
	height: 35px;
	width: 35px;
	position: absolute;
	background: url("../../img/web/tools/search.png") no-repeat;
	cursor: pointer;
	top: 10px;
	left: 275px;
	border: none;
}

/* 除搜索外模块整体样式 */
.rt_part {
	width: 325px;
}

.rt_tt {
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
	font-weight: bold;
	height: 50px;
	font-size: 18px;
	color: #004387;
	line-height: 50px;
	background-color: #fafafa;
	border-bottom: 1px solid #e3e5e8;
}

.rt_content {
	background-color: #FFFFFF;
	padding: 30px 14px 30px 14px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
}

.rt_content1 {
	background-color: #FFFFFF;
	padding: 30px 14px 25px 14px;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}

.img {
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
}

img {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
}

/* 会员部分 */
.Vip_part {
	width: 250px;
	height: 60px;
	background-color: #004387;
	border-radius: 2px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	cursor: pointer;
}

.Vip_red {
	background-color: #A8071A;
}

.Vip_blue {
	margin-top: 30px;
}

.study_bottom:hover .study_none {
	display: block;
}

.ywpx {
	height: 35px;
	line-height: 35px;
	border-bottom: #e3e5e8;
	margin-top: 5px;
}

.ywpx:hover {
	background-color: #A8071A;
	color: #fff;
}

/* 人员证书信息核查 */
.ryzs {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 32px;
}

.ryzs_btn {
	margin-top: 8px;
}

.ryzs_left {
	width: 70px;
	text-align: right;
}

.ryzs_right select {
	width: 200px;
	height: 32px;
	border-color: #eaeaea;
	box-shadow: none;
	padding: 5px 3px 5px 3px;
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	outline: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: inline-block;
	color: #555555;
	vertical-align: middle;
	border-radius: 4px;
	cursor: pointer;
}

option {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	padding: 5px 2px 1px;
}

.rl_box {
	width: 187px;
	height: 20px;
	border: #cccccc 1px solid;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 4px;
	outline: none;
}

.btn {
	color: #222222;
	background: #f1f1f1;
	border-color: #eaeaea;
	padding: 5px 18px;
	text-align: center;
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	border: 1px solid #d0dce8;
	border-radius: 4px;
}

.btn:hover {
	background-color: #004387;
	color: #FFFFFF;
}

/* 信用手册查询 */
.handbook {
	position: relative;
	display: flex;
	align-items: center;
}

.handbook_search {
	width: 220px;
	height: 32px;
	border: 1px solid #dcdcdc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 20px;
	outline: none;
	font-size: 15px;
}

.handbook_btn {
	height: 36px;
	width: 36px;
	background-color: #004387;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
}

/* 意见反馈 */
.sug_part {
	width: 290px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #004387;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}

.sug_title {
	width: 100px;
	text-align: center;
}

.yqlj {
	width: 1200px;
	height: 470px;
	background-color: #FFFFFF;
	margin-top: 50px;
}

.lj_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 1200px;
	height: 400px;
	margin-top: 20px;
}

.lj_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 1150px;
	margin: 20px auto;
}

.lj_line {
	width: 230px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	white-space: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
	background-image: linear-gradient(to right, #f0fbff, #c9e4ff);
	border-radius: 15px;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #0080ff;
}
