

/*# sourceMappingURL=style.css.map */
body{
	padding: 0;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
	max-width: 1920px;
	background: url(../img/bodybg.jpg) center repeat;
}
.indbg{background: transparent;}
.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.banner{
    position: relative;
    overflow: hidden;
    width:100%;
    height:80vh;
    margin: 0 auto 24px;
}
.banner li{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover!important;
}
.banner .btns{
    position: absolute;
    left: 50%;
    bottom: 12px;
    height: 12px;
    text-align: center;
}
.banner .btns span{
    display: inline-block;
    width: 34px;
    height: 2px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}
.banner .btns span.cur{
	background: #c40c42;
}

.indlist{
	width: 1120px;
	margin: 0 auto 12px;
}
.indlist ul{
	width: 101%;
	overflow: hidden;
}
.indlist ul li{
	float: left;
	width: 24%;
	margin:0 1% 8px 0;
	background-color: #f2f1f1;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.indlist ul li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.indlist ul li:hover{
    background-color: #f1dea0;
}
.indlist ul li .pic{
	width: 100%;
	overflow: hidden;
	background-color: #000;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.indlist ul li .pic img{
	display: inline-block;
	width: 100%;
    transition: all ease-in .4s;
    -webkit-transition: all ease-in .4s;
	transform: scale(1.1);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.indlist ul li:hover .pic img{
	transform: scale(1.02);
	opacity:1;
	filter: alpha(opacity=100);
}
.indlist ul li .box{
	padding:10px 5%;
	background: url(../img/img2.png) 90% center no-repeat;
}
.indlist ul li .box h2{
	font-size: 16px;
	line-height: 28px;
	color: #444444;
}
.indlist ul li .box .mintit{
	font-size: 13px;
	font-family: 'arial';
	line-height: 20px;
	color: #b9b9b9;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.indlist ul li:hover .box .mintit{
	color: #444444;
}


.contbg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top:0px;
	left: 0;
}
.linaxi .header{margin-bottom: 108px;}
.contact .mian{
	width: 1065px;
	margin: 0 auto 65px;
}
.contact .mian .map{
	padding: 2px;
	background-color: #fff;
	border:1px solid #eeeeee;
}
.contact .mian .map #allmap{
	display: block;
	width:1059px;
	height:338px;
}
.contact .mian .map .anchorBL{
	display: none;
}
.contact .box{
	width: 1065px;
	margin: 0 auto;
}
.contact .box .details{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
}
.contact .box .details h3{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 5px;
}
.contact .box .details p{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
}
.contact .box .list{
	display: inline-block;;
	float: right;
}
.contact .box .list ul li{
	width: 122px;
	float: left;
	margin: 0 13px;
}
.contact .box .list ul li .pic{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.contact .box .list ul li .pic img{
	display: block;
	width: 100%;
	height: 122px;
}
.contact .box .list ul li .mintit{
	font-size: 14px;
	line-height: 22px;
	color: #4e4e4e;
	text-align: center;
} 
.contact .mian .map .BMap_bubble_title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.contact .mian .map .BMap_bubble_content{
	font-size: 14px;
	line-height: 20px;
}


.job .tabl{
	width: 1065px;
	margin: 0 auto;
}
.job .tabl table{
	margin-bottom: 60px;
}
.job .tabl tr th{
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	background-color: #c6b584;
	height: 48px;
	font-weight: normal;
}
.job .tabl tr td{
	text-align: center;
	padding:15px 0;
	font-size: 14px;
	color: #444444;
	line-height: 24px
}
.job .tabl tr td .btnn{
	display: inline-block;
	width: 80px;
	line-height: 24px;
	border-radius: 2px;
	background-color: #878787;
	color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    cursor: pointer;
}
.job .tabl tr td .btnn:hover{
	background-color: #c6b584;
	color: #fff;
}
.job .tabl tr td.on{
	background-color: #f7f7f8
}

.news .list{
	width: 1065px;
    margin: 0 auto;
}
.news .list ul{
	margin-bottom: 50px;
	display: block;
	width: 100%;
}
.news .list ul li{
	width: 515px;
	background-color: #f6f7f9;
	height: 114px;
	margin-bottom: 24px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.news .list ul li:hover{
	background-color: #eaebec;
}
.news .list ul li a{
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.news .list ul li a .pic{
	width: 150px;
	height: 114px;
	float: left;
	overflow: hidden;
	background-color: #000;
}
.news .list ul li a .pic img{
	display: block;
	width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.news .list ul li:hover a .pic img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}



.news .list ul li a .box{
	width: 330px;
	padding: 10px 0;
	margin-left: 20px;
}
.news .list ul li a .box h3{
	font-size:14px;
	line-height: 26px;
	color: #2b3849;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news .list ul li a .box .fa,.news .list ul li a .box .time{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #515a66;
}
.news .list ul li a .box .time{
	color: #afb1b5;
}
.newsinfor .warp{
	width: 1065px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.newsinfor .warp .titl,.document .warp .rightbox .docutitle{
	margin-bottom: 40px;
	text-align: center;
}
.newsinfor .warp .titl h2,.document .warp .rightbox .docutitle h2{
	font-size: 22px;
	line-height: 30px;
	color: #444;
	margin-bottom: 5px;
}
.newsinfor .warp .titl .mintit,.document .warp .rightbox .docutitle .time{
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	color: #888;
}
.newsinfor .warp .details,.newsinfor .warp .details p,.document .warp .rightbox .details,.document .warp .rightbox .details p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.newsinfor .warp .details img,.document .warp .rightbox .details img{
	max-width: 100%;
	margin: 10px 0;
}
.newsinfor .foot{
	width: 1065px;
	margin: 0 auto;
} 
.newsinfor .foot .left{
	width: 80%;
}
.newsinfor .foot .left p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.newsinfor .foot .left p a{
	color: #666;
}
.newsinfor .foot .btn{
	width: 140px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	display: block;
	background-color: #94252a;
	color: #fff;
	text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.newsinfor .foot .btn:hover{
	background-color: #c44147
}

.formpage .form{
	width: 1065px;
	margin: 0 auto;
}
.formpage .form table tr td .box{
	width: 100%;
	margin-bottom: 20px;
}
.formpage .form table tr td .box label,.formpage .form table tr td .boxx label{
	display:block;
	width:80px;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 14px;
	color: #444;
	padding: 0 10px;
	text-align: right;
}
.formpage .form table tr td .box input,.formpage .form table tr td .box select{
	display: block;
	float: left;
	height: 38px;
	width: 180px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 10px;
	border:1px solid #dddddd;
	box-sizing:content-box;
}
.formpage .form table tr td .box span{
	display: block;
	float: left;
	width: 10px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
    margin-left: 12px;
    color: #94252a
}
.formpage .form table .file td .box input{
	border:0;
	line-height: normal;
	height: auto;
	margin-top: 7px;
}
.formpage .form table tr td .boxx{margin-bottom: 20px;}
.formpage .form table tr td .boxx textarea{
	display: block;
	height: 160px;
	padding: 7px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	float: left;
	width: 800px;
	border:1px solid #dddddd;
}
.formpage .form table tr td .box .captchas{
	height: 40px;
	float: left;
	display: block;
	margin-left: 10px;
	cursor: pointer;
} 
.formpage .form table tr td .box .sub{
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: #94252a;
	border:0;
	color: #fff;
	transition: all .4s;
    -webkit-transition: all .4s;
}
.formpage .form table tr td .box .sub:hover{
	background-color: #e1373e;
}
.recruit-wrap{
	width: 1065px;
    margin: 0 auto;
}
@media screen and (max-width: 1450px) {
    .wrap {
        /*width: 95%;*/
    }
}

.contact .box .list ul li:nth-child(3) {
	display: none;
}

.contact .box .list ul li:nth-child(4) {
	display: none;
}