body{-webkit-print-color-adjust: exact;}
*{
	padding: 0;
	margin: 0;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
ul,p{
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}


/*顶部公共css*/
.header{
	width: 100%;
	height: auto;
        min-width:1200px;
}
.logoBg{background-color:rgba(144, 11, 11,1) !important;}
.header-topbox{
	width: 100%;
	height: 30px;
	background: #E4EFFB;
}
.header-top-marign{
	width: 1200px;
	height: 100%;
	margin: auto;
	line-height: 30px;
}
.header-top-marign-left{
	width: 50%;
	height: 100%;
	float: left;
}
.header-top-marign-left p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.header-top-marign-right{
	width: 50%;
	height: 100%;
	float: left;
	text-align: right;
}
.header-top-marign-right a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}
.header-top-marign-right a:nth-child(1){
	padding-left: 25px;
	background: url(../img/icon/guanwang.png) no-repeat;
	background-position-y: -1px;
	margin-right: 9px;
}
.header-top-marign-right a:nth-child(2){
	padding-left: 25px;
	background: url(../img/icon/email.png) no-repeat;
	background-position-y: 0px;
	margin-right: 15px;
	position: relative;
}
.header-top-marign-right a:nth-child(2)::before{
	content: "";
	width: 1px;
	height: 13px;
	background: #222222;
	position: absolute;
	top: 2px;
	right: -10px;
}

.header-logoSearch{
	width: 1200px;
	height: 140px;
	margin: auto;
        min-width:1200px;
}
.header-logo{
	width: 50%;
	height: 100%;
	float: left;
	padding-top: 15px;
	box-sizing: border-box;
}
.header-logo img{
    width: 650px;
}
.header-search{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.header-search-input{
	width: 220px;
	height: 30px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header-search-input input[type="text"]{
	width: 180px;
	height: 100%;
	background: none;
	outline: none;
	border: none;
	padding: 0 10px;
}
.header-search-input input[type="submit"]{
	width: 40px;
	height: 100%;
	background: #900B0B;
	width: 38px;
	outline: none;
	background: #900B0B url(../img/icon/icon-search.png) no-repeat center;
	border: none;
	float: right;
}


.header-navbox{
	width: 100%;
	height: 50px;
	background: #ffffff;
        min-width:1200px;
}
.header-nav-margin{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.header-nav-margin li{
	width: 150px;
	height: 50px;
	float: left;
	position: relative;
}
.header-nav-margin li>a{position:relative;}
.header-nav-margin li>a::before{
    content:"";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 24px;
    left: 20px;
}
.header-nav-margin li:hover .nav-item{
	display: block;
}
.nav-item{
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #ffffff;
}
.header-nav-margin li a{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.header-nav-margin li a:hover{
	background: #900B0B;
	color: #FFFFFF;
}

.content-banner img{
	width: 100%;
	display: block;
}
.carousel-control span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 55px;
	height: 65px;
}
.banner-btnRight{
	background: url(../img/icon/banner-btnRight.png);
}
.banner-btnLeft{
	background: url(../img/icon/banner-btnLeft.png);
}
.carousel-control.right,.carousel-control.left{
	background-image: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 66px;
    height: 32px;
    text-indent: 0 !important;
    line-height: 32px;
    cursor: pointer;
    background-image: url(../img/icon/banner-indicators.png);
    border: none;
    border-radius: inherit;
    text-align: center;
    color: #FFFFFF !important;
	font-size: 20px;
}
.carousel-indicators .active {
    width: 66px;
    height: 32px;
    line-height: 30px;
    color: #FFFFFF !important;
    background-color: inherit;
    background-image: url(../img/icon/banner-bgindicators.png);
}
.carousel-indicators {
    position: absolute;
    bottom: 28px;
    z-index: 15;
    text-align: right;
    margin-bottom: 0 !important;
}
.carousel-inner .item .banner-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 46px;
    line-height: 46px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}


.footer{
	width: 100%;
	height: 200px;
	background-color: rgba(144, 11, 11,1) !important;
	padding: 62px 0;
	box-sizing: border-box;
        min-width:1200px;
}
.footer-margin{
	width: 1200px;
	margin: auto;
	height: 100%;
	position: relative;
}
.footer-logo{
	width: 110px;
	float: left;
}
.footer-coopright{
	float: left;
	line-height: 36px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
}
.footer-coopright a{
	color: #FFFFFF;
}
.footer-coopright::before{
	content: "";
	width: 1px;
	height: 60px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
.footer-code{
	display: none;
	width: 300px;
	height: 46px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
}
.footer-code span{
	display: inline-block;
	padding-left: 36px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.footer-code span:hover label{
	display: block;
}
.footer-code span label{
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -120px;
	left: 0;
	max-width: 160px;
}
.footer-code span label img{
	width: 100%;
	height: 100%;
}


.content-model-col{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #CCCCCC;;
}
.content-model-col a{
	float: right;
	padding-right: 25px;
	background: url(../img/icon/icon-more.png) no-repeat right;
}
.content-model-col-title{
	display: inline-block;
	padding: 0px 18px 0px 53px;
	box-sizing: border-box;
	font-size: 20px;
	font-family: Source Han Serif TC;
	font-weight: 800;
	color: #FFFFFF;
	position: relative;
	background-position: 18px 6px !important;
}
.content-model-col-title span{
	position: absolute;
	top: 9px;
	right: -13px;
}


/*人事处css*/
.content-model-hr-col{
	width: 100%;
	height: 40px;
	padding-left: 50px;
	position: relative;
}
.content-model-hr-col i{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.content-model-hr-colbox{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #999999;
}
.content-model-hr-col span{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.content-model-hr-col label{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: italic;
	color: #CCCCCC;
}
.content-model-hr-col a{
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}


.static-banner img{
	width: 100%;
}
.content-address{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(../img/icon/icon-address.png) no-repeat left;
	background-size: 20px;
}

.content-address span:last-child{display:none;}
.static-banner{display:none;}
.content-banner{
        position:relative;
        min-width:1200px;
}