@charset "utf-8";

/* CSS Document */



.form {

	background: url("../images/page-bg.png") no-repeat center;

	width: 100%;

	height: 100%;

	background-size: 100% 1000px;

	background-position-y: top;

}

.form_item {

	width: 1180px;

	margin: auto;

	padding-top: 420px;

}

.form_wrap{

	position: relative;

	background: rgba(255, 255, 255, 0.9);

	border-radius: 2px;

	padding: 20px;

	margin-bottom: 40px;

	display: flex;

	justify-content: space-between;

}

.form_list {

	position: absolute;

	background: #005183;

	width: 190px;

	top: -20px;

	padding: 0 20px;

	min-height: 228px;

}

.list_laber {

	display: flex;

	justify-content: space-between;

	align-items: center;

	margin-top: 20px;

	margin-bottom: 10px;

}

.list_laber h1 {

	font-size: 20px;

	font-weight: bold;

	color: white;

}

.list_laber i {

	color: white;

}

.form_list a {

	color: #EFEFE1;

	font-size: 14px;

	line-height: 3;

	border-top: 1px solid #1d63a8;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.form_list a i {

	font-size: 12px;

}

.form_list a.active {

	font-weight: bold;

	color: white;

}

.form_content {

	width: 900px;

	margin-left: 250px;

}

.form_title {

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 0 0 10px;

	border-bottom: 1px solid #005183;

}

.form_title h1 {

	font-size: 18px;

	font-weight: bold;

	color: #005183;

}

.form_title span {

	font-size: 14px;

	color: #666666;

}

.form_title a{

	font-size: 14px;

	color: #005183;

}



/*about*/

.about_list {
	
	display: flex;
	
	justify-content: flex-start;
	
	flex-wrap: wrap;
	
}

.about_item {

	/*width: 23.5%;*/
	
	margin-top: 2%;
	
	margin-right: 2%;

}

.about_item:nth-child(4n) {
	
	margin-right: 0;
		
}

.about_item span {
	
	font-size: 14px;
	
	color: #666;
	
	display: block;
	
	white-space: nowrap;
	
	overflow: hidden;
	
	text-overflow: ellipsis;
	
	background: #eee;
	
	padding: 5px 10px;
	
	line-height: 1.6;
	
}

.about_item:hover span {

	/*background: #1d63a8;*/

	/*color: white;*/

	/*transition: 0.8s all;*/

}

.about_item img {

	width: 100%;

	display: block;

}

.about_item p {

	font-size: 14px;

	line-height: 1.8;

	margin-top: 20px;

	color: #333333;

}



/*company*/

.company_item {

	width: 100%;

	margin: 10px auto;

}

.company_item ul {

	display: flex;

	justify-content: flex-start;

	align-items: flex-start;

	flex-wrap: wrap;

}

.company_item ul li {

	width: 18%;

	margin-right: 2.5%;

	margin-bottom: 2.5%;

}

.company_item ul li:nth-child(5n) {

	margin-right: 0;

}

.company_item ul li img {

	width: 100%;

	display: block;

	transition: 0.3s;

	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.company_item ul li:hover img{

	opacity: 1;

	filter: grayscale(0);

	filter: none;

	transform: scale(.96);

}



/*demand*/

.demand_input {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

}

.demand_input span {

	font-size: 14px;

	line-height: 36px;

	color: #333333;

}

.demand_input input {

	outline-style: none ;

	background: none;

	border: 1px solid #005183;

	border-radius: 2px;

	padding: 0 14px;

	width: 280px;

	font-size: 14px;

	line-height: 36px;

}

.demand_item input {

	outline-style: none ;

	background: none;

	border: 1px solid #005183;

	border-radius: 2px;

	padding: 0 14px;

	width: 280px;

	font-size: 14px;

	line-height: 36px;

}

.demand_input button {

	background: #005183;

	color: white;

	border: none;

	width: 80px;

	line-height: 36px;

	border-radius: 2px;

}

.release {

	margin: 20px 0 30px;

}



/*administer*/

.administer_item {

	width: 100%;

	margin: 10px auto;

}

.administer_item a {

	width: 100%;

	display: block;

	line-height: 3.2;

	border-bottom: 1px solid #E0E0E0;

	transition: 0.3s;

}

.administer_item i {

	color: #005183;

	margin: 0 10px;

}

.administer_item span {

	color: #333333;

}

.administer_item a:hover {

	background: #F0F0F0;

}

.administer_item a:hover span {

	color: #005183;

}

.administer_item h1 {

	font-size: 24px;

	font-weight: bold;

	color: #333333;

	line-height: 3;

	text-align: center;

}

.administer_item p {

	font-size: 14px;

	color: #6D6C6C;

	line-height: 2;

	text-indent: 2em;

}



/*news*/

.news_item {

	width: 100%;

	margin: 20px auto;

}

.news_item ul li {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	margin-bottom: 20px;

	transition: 0.5s;

}

.news_item ul li:last-child {

	margin-bottom: 0;

	padding-bottom: 0;

	border: none;

}

.news_item ul li a {

	width: 590px;

	padding: 20px;

	padding-left: 0;

}

.news_item ul li a h1 {

	font-size: 18px;

	font-weight: bold;

	color: #333333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	margin-bottom: 20px;

	transition: 0.5s;

}

.news_item ul li a p {

	font-size: 14px;

	color: #666666;

	display: -webkit-box;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	line-height: 24px;

	height: 72px;

	transition: 0.5s;

}

.news_date {

	width: 240px;

	height: 160px;

	background: #005183;

	display: flex;

	justify-content: center;

	align-items: center;

	flex-wrap: wrap;

	text-align: center;

}

.news_date h1,

.news_date h2 {

	width: 100%;

	font-style: italic;

	font-weight: bold;

	color: white;

}

.news_date h1 {

	font-size: 30px;

}

.news_date h2 {

	font-size: 32px;

}

.news_item ul li:hover {

	background: #005183;

}

.news_item ul li:hover a h1,

.news_item ul li:hover a p {

	color: white;

}



/*notice*/

.notice_item {

	width: 100%;

	margin: 10px auto;

}

.notice_item li {

	width: calc(100% - 20px);

	border-bottom: 1px solid #E0E0E0;

	line-height: 3.2;

	transition: 0.3s;

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 0 10px;

}

.notice_item li a {

	display: flex;

	justify-content: flex-start;

}

.notice_item li a i {

	color: #005183;

	margin-right: 10px;

}

.notice_item li a span,

.notice_item li h2 {

	transition: 0.3s;

	font-size: 14px;

	color: #333333;

}

.notice_item li:hover {

	background: #F0F0F0;

}

.notice_item li:hover a span,

.notice_item li:hover h2 {

	color: #005183;

}

.notice_button {

	display: flex;

	justify-content: flex-end;

}

.notice_button a {

	margin-right: 10px;

	margin-top: 6px;

	border: 1px solid #DDDDDD;

	border-radius: 2px;

	height: 31px;

	line-height: 31px;

	padding: 0 15px;

	font-size: 14px;

	color: #333333;

}



/*dynamic*/

.dynamic_item {

	width: 100%;

	margin: 10px auto;

}

.dynamic_item h1,

.dynamic_item h2 {

	text-align: center;

}

.dynamic_item h1 {

	font-size: 24px;

	color: #333333;

	margin-bottom: 15px;

	margin-top: 30px;

}

.dynamic_item h2 {

	font-size: 14px;

	color: #666666;

	margin-bottom: 40px;

}

.dynamic_item p {

	font-size: 14px;

	color: #333333;

	line-height: 1.8;

	margin-bottom: 30px;

	text-align: justify;

}

.dynamic_item span {

	display: block;

	color: #666666;

	font-size: 14px;

	text-align: right;

	line-height: 1.8;

}

.dynamic_item .download {

	display: flex;

	justify-content: flex-start;

	align-items: center;

	margin-bottom: 20px;

}

.dynamic_item .download span {

	font-size: 14px;

	color: #666666;

}

.dynamic_item .download a {

	color: #005183;

	font-weight: bold;

}

.dynamic_item button {

	float: right;

	display: flex;

	justify-content: center;

	align-items: center;

	font-size: 14px;

	border: 1px solid #005183;

	border-radius: 2px;

	background: white;

	color: #005183;

	padding: 2px 10px 2px 16px;

	transition: 0.5s;

}

.dynamic_item button span {

	color: #005183;

	transition: 0.5s;

}

.dynamic_item button i {

	font-size: 12px;

	margin-left: 5px;

	transition: 0.5s;

}

.dynamic_item button:hover {

	background: #005183;

}

.dynamic_item button:hover span,

.dynamic_item button:hover i {

	color: white;

}



/*law*/

.law_item {

	width: 100%;

	margin: 10px auto;

}

.law_item a {

	width: 100%;

	display: block;

	line-height: 3.2;

	border-bottom: 1px solid #E0E0E0;

	transition: 0.3s;

}

.law_item i {

	color: #005183;

	margin: 0 10px;

}

.law_item span {

	color: #333333;

}

.law_item a:hover {

	background: #F0F0F0;

}

.law_item a:hover span {

	color: #005183;

}



/*policy*/

.policy_item {

	width: 100%;

	margin: 10px auto;

}

.policy_wrap {

	display: flex;

	justify-content: flex-start;

	align-items: flex-start;

	flex-wrap: wrap;

}

.policy_wrap li {

	width: 18%;

	margin-right: 2.5%;

	margin-bottom: 2.5%;

}

.policy_wrap li:nth-child(5n) {

	margin-right: 0;

}

.policy_wrap li img {

	width: 100%;

	display: block;

	transition: 0.3s;

	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.policy_wrap li:hover img{

	opacity: 1;

	filter: grayscale(0);

	filter: none;

	transform: scale(.96);

}

.policy_button {

	display: flex;

	justify-content: center;

	align-items: center;

	margin-top: 10px;

}

.policy_button a{

	width: 40%;

	border: 1px solid #005183;

	border-radius: 20px 0 0 20px;

	background: #005183;

	color: white;

	text-align: center;

	line-height: 1.8;

	transition: 0.3s;

}

.policy_button a:last-child {

	border-radius: 0 20px 20px 0;

	border-left: 2px solid #3098DB;

}

.policy_button a:hover {

	background: white;

	color: #005183;

}



/*skill*/

.skill_item {

	width: 100%;

	margin: 10px auto;

}

.skill_item li {

	width: calc(100% - 20px);

	display: flex;

	justify-content: space-between;

	align-items: center;

	line-height: 3.2;

	border-bottom: 1px solid #E0E0E0;

	transition: 0.3s;

	padding: 0 10px;

}

.skill_item i {

	color: #005183;

}

.skill_item span {

	color: #333333;

}

.skill_item li:hover {

	background: #F0F0F0;

}

.skill_item li:hover span {

	color: #005183;

}

.skill_item li:last-child {

	border-bottom: none;

}



/*expert*/

.expert_item{

	width: 100%;

	margin: 10px auto;

	display: flex;

	justify-content: flex-start;

	align-items: flex-start;

	flex-wrap: wrap;

}

.expert_item li {

	width: 19.2%;

	margin-right: 1%;

	margin-top: 2%;

	padding-bottom: 2%;

	border-bottom: 1px dashed #005183;

}

.expert_item li:nth-child(5n) {

	margin-right: 0;

}

.expert_header {

	display: flex;

	justify-content: flex-start;

	align-items: flex-start;

	color: #005183;

	font-size: 16px;

	margin-bottom: 10px;

}

.expert_header h1 {

	font-weight: bold;

	margin-left: 10px;

}

.expert_item li p {

	color: #333333;

	line-height: 1.8;

}



/*proposal*/

.proposal_list {

	width: 100%;

	margin: 10px auto;

}

.proposal_list li {

	width: calc(100% - 20px);

	display: flex;

	justify-content: space-between;

	align-items: center;

	line-height: 3.2;

	border-bottom: 1px solid #E0E0E0;

	transition: 0.5s;

	padding: 0 10px;

}

.proposal_down {

	color: #333333;

}

.proposal_down i {

	color: #005183;

	margin-right: 10px;

}

.proposal_list a {

	transition: 0.5s;

	color: #333333;

	font-size: 14px;

	line-height: 3.2;
	
	width: 70px;
	    
	text-align: right;

}

.proposal_list a i {

	font-size: 14px;

}

.proposal_list li:hover {

	background: #F0F0F0;

	cursor: pointer;

}

.proposal_list li:hover a {

	color: #005183;

}





/*train*/

.train_item {

	width: 100%;

	margin: 20px auto;

}

.train_item ul li {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	margin-bottom: 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid #E0E0E0;

	transition: 0.3s;

}

.train_item ul li:last-child {

	margin-bottom: 0;

	padding-bottom: 0;

	border: none;

}

.train_item ul li a {

	width: 630px;

}

.train_item ul li a h1 {

	font-size: 18px;

	font-weight: bold;

	color: #333333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	margin-bottom: 20px;

}

.train_item ul li a p {

	font-size: 14px;

	color: #666666;

	display: -webkit-box;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	line-height: 24px;

	height: 72px;

	margin-bottom: 20px;

}



/*contact_item*/

.contact_item {

	width: 100%;

	margin: 20px auto;

}

.contact_item img {

	display: block;

	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);

}

.contact_wrap {

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	margin-top: 30px;

}

.contact_wrap ul {

	width: 440px;

}

.contact_wrap ul h1 {

	font-size: 16px;

	font-weight: bold;

	color: #333333;

	margin-bottom: 10px;

}

.contact_wrap ul li {

	font-size: 14px;

	margin-top: 20px;

}

.contact_wrap ul li i {

	color: #005183;

	margin-right: 5px;

}

.contact-form {

	width: 360px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	border-left: 1px solid #CFCFCF;

	padding-left: 60px;

}

.contact-form-item input {

	float: left;

	outline-style: none ;

	border: 1px solid #CFCFCF;

	border-radius: 2px;

	padding: 0 14px;

	width: 332px;

	font-size: 14px;

	line-height: 36px;

	margin-bottom: 10px;

}

.contact-form-item input.customer {

	width: 180px;

}

.contact-form-item textarea {

	outline-style: none ;

	border: 1px solid #CFCFCF;

	border-radius: 2px;

	padding: 0 14px;

	width: 332px;

	font-size: 14px;

	text-align: left;

	line-height: 36px;

	margin-bottom: 10px;

}

.contact-form button {

	width: 80px;

	line-height: 24px;

	background: none;

	border: 1px solid #005183;

	border-radius: 2px;

	color: #005183;

	font-size: 14px;

	transition: all 0.5s;

}

.contact-form button:hover {

	background: #005183;

	color: white;

}



/*criterion*/

.criterion_item {

	margin-top: 10px;

}

.criterion_item li {

	display: flex;

	justify-content: flex-start;

	align-items: center;

	border-bottom: 1px dashed #B2D2E2;

	padding: 10px 0;

	transition: 0.5s;

	cursor: pointer;

}

.criterion_item li h1 {

	width: 140px;

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	padding-left: 10px;

}

.criterion_item li span {

	color: #666666;

}

.criterion_item li:hover {

	background: #F9F9F9;

}























