html, body {margin: 0;padding: 0;width: 100%;min-width: 1200px;font-size: 16px;text-size-adjust: 100%; }
body{font-family: "microsoft yahei";line-height: 30px;}
ul,li{list-style: none;padding: 0;margin: 0;}

a{text-decoration: none;color: #fff;}
a:link {text-decoration: none;border: 0;}
a:visited {text-decoration: none;border: 0;}
a:hover {text-decoration: none;border: 0;}
a:active {text-decoration: none;border: 0;}
a:focus {text-decoration: none;border: 0;outline:none;}
h3{color: #013576; float: left;}

nav {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #013576;
    z-index: 99;
}
.shadow {
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}
.nav {
	width: 1200px;
	margin: 0 auto;
}
.nav ul {
	width: 900px;
	display: flex;
	margin: auto;
	height: 80px;
}
.nav li {
	flex: 1;
	line-height: 80px;
	text-align: center;
	color: #fff;
	text-align: center;
}
.nav li a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 80px;
	color: #fff;
}
.nav li a::after {
	content: '';
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 2px;
	background-color: #fff;
	display: none;
}
.nav li:nth-child(1) a::after {
	width: 30px;
}
.nav li:nth-child(2) a::after {
	
}
.nav li.current a:after {
	display: block;
}


.banner {
	position: relative;
	width: 100%;
	font-size: 0;
}
.banner img {
	width: 100%;
}



.page {
    width: 1100px;
    padding: 0 50px;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.page_title {
    
    height: 50px;
    color: #013576;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    background-size: 80% auto;
    margin: auto;
    margin-bottom: 30px;
}
.page p {
	width: 100%;
	line-height: 30px;
	text-align: justify;
	margin: 0;
	display: inline-block;
}
.page_company {
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.company_content {
    width: 1000px;
    color: #333;
    padding: 50px;
}
.company_content p {
	display: inline-table;
}
.company_content p:nth-child(2) {
    padding-top: 0px;
}

.zhaopin_title {
	position: relative;
	display: block;
	width: calc(100% - 40px);
	color: #fff;
	padding-left: 40px;
	line-height: 36px;
    background: url(../images/102.png) no-repeat center center;
    background-size: 100% auto;
    font-weight: 600;
	margin-top: 20px;
}
.zhaopin_title span {
	position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 14px;
	background: url('../images/jiantou.png') no-repeat center center;
	background-size: 100% 100%;
	transform: rotate(180deg);
    transition: 500ms;
}
.zhaopin_title span.active {
	transform: rotate(0deg);
}
.zhaopin_content {
	position: relative;
	padding: 30px 40px 40px 40px;
	color: #fff;
	background-color: #2c6471;
	display: none;
}
.zhaopin_content a {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background-color: #da640d;
}
.zhaopin_content p {
	text-indent: 0;
}

.page_xingcheng table {
	background-color:#e3f8ff;
    width: 100%;
    border: 1px solid #a6c5d7;
    color: #444;
    text-align: left;
	border-collapse:collapse;
}
.page_xingcheng table td {
	padding: 20px;
}
.page_xingcheng table tr:nth-child(even) {
	background-color: #e3f8ff;
}
.page_xingcheng table tr td:nth-child(1) {
    
}


.page_xingcheng tr {text-align: center; }
.page_xingcheng td {border: 1px #a6c5d7 solid;}


.anniu{
    font-size: 18px;
    color: #fff;
    display: block;
    background-color:#ff5b5b;
    padding: 2px;
    text-align: center;
    border-radius: 15px;
    width: 160px;
}
.anniu:hover{background-color: #ff7c7c;}


.footer {
    width: 100%;
	padding: 30px 0;
    margin-top: 80px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color:#013576;
}
.footer span{
	line-height: 40px;
    font-size: 12px;
    color: #afe5ff;
}
