﻿

a:link {
	text-decoration: none;
}


i {
	font-style: normal;
}


.ss {
	font-family: "SimSun";
}

.l {
	float: left;
}

.tl {
	text-align: left;
}

.r {
	float: right;
}

.tindent {
	text-indent: 2em;
}

.bgcolor_gray {
	background-color: #f0f0f0;
}

.bgcolor_white {
	background-color: #fff;
}

.boder_gray {
	border: 1px solid #d2d2d2;
}

.boder_b_gray {
	border-bottom: 1px solid #d2d2d2;
}

.w535 {
	width: 535px;
}

.w515 {
	width: 515px;
}


.c {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
}

.blank42 {
	height: 42px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
}

.blank20 {
	height: 20px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
}

.more {
	float: right;
	line-height: 38px;
	color: #999;
}
.more:hover {
	color: #134A9A;
}

.btn_more {
	display: block;
	text-align: center;
	line-height: 36px;
	background: url(../img/bg_polygon.png) center no-repeat;
	color: #fff;
	cursor: pointer;
}

.btn_more:hover {
	color: #fff;
	background: url(../img/bg_polygon_hover.png) center no-repeat;
}

.btn_more_gray {
	background-color: #333333;
	color: #fff;
	padding: 5px 10px;
}

.btn_more_gray:hover {
	background-color: #134a9a;
	color: #fff;
}

.w920 {
	width: 920px;
}


input[type="reset"],
.btn {
	background-color: #134A9A;
	color: #fff;
	font-size: 20px;
	padding: 10px 100px;
	cursor: pointer;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.btn:hover,
 {
	color: #fff;
	background-color: #E6212A;
}

.profile_txt a,
.btn_more_r {
	float: right;
	background-color: #134A9A;
	color: #fff;
	padding: 5px 10px;
}

.btn_more_r:hover,
.profile_txt a:hover,
.btn_back:hover {
	color: #fff;
	background-color: #E6212A;
}

.btn_back {
	background-color: #134A9A;
	padding: 5px 30px;
	color: #fff;
	cursor: pointer;
}

input[type=text],
input[type=password],
textarea,
select {
	width: 100%;
	height: 37px;
	border: 1px solid #959595;
	vertical-align: middle;
	background-color: #ffffff;
	/* padding: 0 5px; */
	z-index: 9999;
	text-indent: 5px;
}

textarea {
	/* padding: 5px; */
}

[data-transition="scale"] img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

[data-transition="scale"]:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

li img {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.animate {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease
}

.active .txt-slide-left {
	-webkit-animation: txt-slide-left .9s ease-in forwards;
	-moz-animation: txt-slide-left .9s ease-in forwards;
	-o-animation: txt-slide-left .9s ease-in forwards;
	animation: txt-slide-left .9s ease-in forwards;
}

.pdf_icon {
	padding: 0 5px;
	width: 15px;
}


/*head*/

.slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
	margin: 0 auto;
}

.slider_txt {
	position: absolute;
	top: 40%;
	left: 50%;
	opacity: 0;
}

.activity .slide {
	height: 100%;
}

.slide li {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	list-style: none;
	display: list-item;
}

#slide #prev,
#slide #next {
	display: none;
}

.slide li.active {
	z-index: 10;
}

.slide .slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide .slide-bg img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.slide .slide-dot {
	position: absolute;
	bottom: 2%;
	width: 100%;
	text-align: center;
	z-index: 20;
}

.activity .slide .slide-dot {
	display: none;
}

.slide .slide-dot dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 9px;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: #fff;
	background-position: -28px 0px;
	cursor: pointer;
}

.slide .slide-dot dd.active {
	background-color: #134A9A;
}

.activity .slide .prev,
.activity .slide .next {
	position: absolute;
	z-index: 20;
	width: 30px;
	height: 26px;
	bottom: 0;
	background: url(../img/icon_direction.png) center center no-repeat;
	background-size: auto 20px;
	text-indent: 99px;
}

.activity .slide .prev {
	right: 26px;
	background-color: #E6212A;
	background-position: 8px 4px;
}

.activity .slide .next {
	right: 0;
	background-color: #134A9A;
	background-position: -26px 4px;
}


/*banner*/


/*foot*/

.footer {
	position: relative;
}

.footer_nav {
	background-color: #134a9a;
	color: #FFFFFF;
	padding: 20px 0;
	min-width: 1100px;
	background: url(../img/foot_bg.jpg);
}

.footer_nav_box {
	width: 888px;
	float: left;
	background: url(../img/foot_line.png) top right no-repeat;
	background-position-y: 58px;
}

.footer_nav dl {
	float: left;
	width: 115px;
	padding-right: 10px;
}

.footer_nav dl dt {
	margin-bottom: 20px;
}

.footer_nav dl dt a {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.footer_nav dl dd a {
	color: #fff;
	line-height: 20px;
}

.footer a:hover {
	color: #E6212A;
}

.foot_l {
	width: 90px;
	height: 224px;
	background: url(../img/foot_line.png) top left no-repeat;
	/*text-align: right;*/
	padding-left: 56px;
}

.bdsharebuttonbox.bdshare-button-style0-16 a {
	margin: 0 4px 10px 0;
}

.copyright {
	background-color: #2e2e2e;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	min-width: 1100px;
}

.copyright ul li a {
	border-right: 1px solid #fff;
	padding: 0 14px;
	color: #FFFFFF;
}

.copyright ul li:last-child a {
	border-right: none;
	padding-right: 0;
}

.m_title h2 {
	padding: 0 24px;
	background-color: #134A9A;
	/*display: inline-block;*/
	color: #fff;
	border-left: 4px solid #E6212A;
	/* font-weight: bold; */
	font-size: 18px;
	float: left;
}

.page_thumb {
	text-align: center;
}

.page_thumb img {
	min-width: 1100px;
}

.page_title {
	line-height: 50px;
	border-bottom: 1px solid #d2d2d2;
}

.page_title h3 {
	font-size: 24px;
	border-bottom: 4px solid #E6212A;
	color: #134A9A;
}

.where {
	font-family: "SimSun";
}

.where a {
	display: inline-block;
	margin: 0 5px;
}

.where p.home {
	background: url(../img/icon_home.png) center left no-repeat;
	padding-left: 20px;
	display: inline-block;
	float: left;
}

.where p,
.where a {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.page_title2 .where p.home {
	background: url(../img/icon_home_white.png) center left no-repeat;
}


/*about_index*/

.profile,
.about_tab {
	height: 336px;
}

.profile {
	width: 640px;
	position: relative;
	overflow: hidden;
}

.profile img {
	width: 100%;
}

.profile_txt_box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 272px;
	/* padding: 24px; */
	color: #fff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.profile_txt_box:hover {
	width: 640px;
}

.profile_txt {
	z-index: 9999;
	position: absolute;
	margin: 24px;
}

.profile_txt p {
	height: 202px;
	overflow: hidden;
	margin-bottom: 20px;
}

.profile_txt h4 {
	font-size: 24px;
}

.bg_alpha {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #45484D;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.about_tab {
	width: 430px;
}

.about_tab>ul>li {
	float: left;
	width: 33.33%;
	text-align: center;
	/* overflow: auto; */
}

.about_tab>ul>li>a {
	display: block;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	/* overflow: auto; */
}

.about_tab h2,
.submenu h2 {
	font-size: 16px;
	/* overflow: auto; */
}

.about_tab a:hover,
.about_tab li.hover a {
	padding-bottom: 10px;
	border: 0;
}

.about_tab a:hover h2,
.about_tab li.hover h2 {
	background-color: #134A9A;
	color: #fff
}

.about_tab a:hover .triangle-down,
.about_tab li.hover .triangle-down {
	display: block;
}

.triangle-down {
	display: none;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #134A9A;
}

.about_tab_content {
	padding: 13px;
	padding-top: 0;
	line-height: 32px;
}

.result_table table {
	display: block;
	border: 2px solid #134A9A;
	background-color: #C2C2C2;
}

.communicate_table table {
	display: block;
	background-color: #C2C2C2;
}

.result_table td {
	border: 1px solid #CFCFCF;
}

.communicate_table td {
	padding: 20px;
	text-align: center;
}

.result_table table tr {
	height: 50px;
}

.communicate_table table tr {
	/*height: 67px;*/
}

.result_table table th,
.communicate_table table th {
	background-color: #134A9A;
	color: #fff;
}

.human_menu a p {
	line-height: 40px;
	padding-left: 55px;
	display: inline;
}

.human_menu a i {
	background: url(../img/icon_join2.png) no-repeat;
	width: 44px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 25px;
}

.human_menu .icon_join1 {
	background-position: 0px 4px;
}

.human_menu .icon_join2 {
	background-position: 0 -37px;
}

.human_menu .icon_join3 {
	background-position: 0 -76px;
}

.join_list h2 {
	background-color: #134A9A;
	color: #fff;
	margin-bottom: 15px;
	padding: 0 15px;
}

.join_list>div {
	height: auto;
}

.human_tab {
	height: 49px;
}

.human_tab a h2,
.human_tab li h2 {
	line-height: 49px;padding:0 10px;
}

.human_tab>ul>li {
	/*width: 12.5%;*/
	/*width: 11.1%;*/
	width:auto; 
}

.human_tab>ul>li>a {
	border: 0;
}

.job_list{width: 1100px;margin: 0 auto;}
.leibie{text-align: left;float: left;width: 100%;margin: 20px 0;}
.leibie p{font-size: 16px;}
.leibie p span{font-size: 15px;padding: 2px 5px;cursor: pointer;}
.leibie p span:hover{background: #134A9A;color: #FFFFFF;}
.leibie p span.on{background: #134A9A;color: #FFFFFF;}
.malist{float: left;width: 100%;margin-bottom: 30px;}
.mat{border: 1px solid gainsboro;float: left;display: block;width: 1078px;padding: 10px;}
.mat ul{width: 80%;float: left;}
.mat ul li{width: 100%;height: 35px;line-height: 35px;display: block;}
.mat .ypbox{margin: 50px 40px 0 0;width: 86px;float: right;}
.mat .yp,.mat .see{display: block;}
.job_list .t{line-height: 44px;color: #134A9A;padding: 0 15px;background: #c9c9c9;display: block;float: left;width: 1070px;font-size: 17px;}
.job_list .t em{font-size: 14px;float: right;color: #444444;}
.zjlb{width: 160px;height: 38px;line-height: 38px;float: left;display: block;margin: 20px 0;}
.mameu{width: 1100px;float: left;margin: 0 50px;}
.tba{float: left;width: 100%;list-style: none;border-color: ghostwhite;margin: 20px 0;}
.jtxt{height: 35px;border: 1px solid ghostwhite;width: 90%;margin: 0 2.5%;padding: 0 2.5%;}
.sub{width: 100%;display: block;float: left;margin: 30px 0;}
.sub .tj{width: 120px;height: 30px;line-height: 30px;text-align: center;color: #FFFFFF;background: #134A9A;border: 0;}
.sub .cz{width: 120px;height: 30px;line-height: 30px;text-align: center;color: #FFFFFF;background: #cccccc;border: 0;;margin-left: 5px;}
.pm{display: block;width: 100%;float: left;}
.xy{display: block;width: 100%;float: left;height: auto;background: url(../img/campus_bg.png) no-repeat center center;margin: 30px 0;padding: 30px 0;}
.xy p{line-height: 30px;margin-left: 20px;}
.zp{display: block;width: 100%;float: left;margin: 30px 0;}
.zp dl{margin-bottom: 25px;}
.zp dl dt{color: #003399;font-size: 18px;margin-bottom: 25px;}
