@charset "utf-8";

/* CSS Document */


/* 公用样式*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #898888;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ababab;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #898888;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #898888;
}

a {
	cursor: pointer;
	outline: none;
	color: #666;
	text-decoration: none;
}

img {
	border: none;
	}
/*
body{
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
*/


body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	smoothing: grayscale;
	-o-smoothing: grayscale;
	font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
}

ol,
ul {
	list-style: none;
}

.width100 {
	width: 100%;
	float: left;
}


/* 公用样式结束*/


/*头部样式开始*/

header {
	border-bottom: 1px solid #d2d2d2;
	height: 75px;
	padding: 0 20px;
}

.header {
	margin: auto;
	width: 100%;
	max-width: 1100px;
	height: 100%;
}

.logo {
/*	margin-top: 4px;*/
	float: left;
}

.nav {
	margin-left: 73px;
	float: right;
}

.nav ul li {
	height: 40px;
	position: relative;
	margin-top: 35px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.nav ul li:after {
	transform: scale(0, 1);
	transition: 0.5s;
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 7px;
	background: #921e20;
}

.nav ul li:hover:after {
	transform: scale(1, 1);
	width: 100%;
}

.nav ul li a {
	/*font-family: "Constantia";*/
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
	margin: 0 15px;
	padding: 10px 5px;
}

.header_right {
	float: right;
	display: inline-block;
	margin-top: 35px;
}

.header_right span {
	margin: 0 20px;
}

.se {
	float: left;
}

.language {
	font-size: 14px;
	float: right;
}
.language a{
	color: #000000;
}
.language a:hover{
	color: #CCCCCC;
}
nav .active:before {
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 7px;
	background: #921e20;
}
/*头部样式结束*/
.clear{
	clear: both;
}
/*底部样式开始*/
footer .content{
	max-width:1100px;
}
footer{
	padding: 0 20px;
	font-family: 'Microsoft Yahei';
	background: #921e20;
}
.content{
	margin: auto;
	width: 100%;
	max-width: 1210px;
	height: 100%;
}
.footer_top_left p{
	color: #c0bfc0;
}
.footer_top{
	padding-top:12px;
}
.footer_top p{
	line-height: 26px;
}
.footer_top_right{
	margin-top: 15px;
}
.form-control{
	padding-left: 10px;
	width: 410px;
	height: 40px;
}
.button{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #b99f63;
	
}
.button:hover{
	background: #d6b76e;
}
.footer_hr{
	margin-top: 14px;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.3);
}
.footer_buttom_left p{
	line-height: 65px;
}
.footer_buttom_right p{
	
	line-height: 62px;
	color: rgba(255,255,255,0.6);
}
.footer_buttom_right{
	background-color:#921e20 ;
}
.footer_line_height li a:hover{
	color: #FFFFFF;
}
.fa{
	color: #b0aeaf;
}
.footer_a1{
	margin-left: 30px;
	margin-right: 5px;
}
.footer_a2{
	margin-left: 5px;
}
.footer_a3{
	margin-left: 30px;
}
.footer_buttom_font a{
	color: rgba(255,255,255,0.6);
}
.footer_buttom_font a:hover{
	color: rgba(255,255,255,1);
}
a .fa:hover{
	color: #FFFFFF;
}

/*底部样式结束*/
.width_100_float{
	width: 100%;
	float: left;
}
.width_3_float{
	width: 33.333333333333%;
	float: left;
}
.width_38_float{
	width: 38%;
	float: left;
}
.width_62_float{
	width: 62%;
	float: left;
}
.width_5_float{
	width:50%;
	float: left;
}
.width_45_float{
	width: 45%;
	float: left;
}
.width_55_float{
	float: left;
	width: 55%;
}
.width_25_float{
	width: 25%;
	float: left;
}
.width_5{
	width: 50%;
}
.width_3{
	width: 33.33333%;
	float: left;
}
.text_right{
	text-align: right;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.fonts_white{
	color: #fff;
}
.text_uppercase{
	text-transform: uppercase;
}
.text_capitalize{
	text-transform: capitalize;
}
.text_loxercace{
	text-transform:lowercase;
}
.text-center{
	text-align: center;
}
.fonts_20{
	font-size: 16px;
	font-weight: 600;
	margin-top: -18px;
}
.fonts_32{
	font-size: 16px;
}
.fonts_16{
	font-size: 14px;
}
.fonts_18{
	font-size: 14px;
	line-height: 30px;
}
.fonts_24{
	font-size: 18px;
	font-weight: 600;
}
.clear_bold{
	font-weight: 100;
}
.top_10{
	padding-top: 10px;
}
.text_center{
	text-align: center;
}
.fonts_white60{
	color: rgba(255,255,255,0.6);
}
.footer_title{
	margin-bottom: 20px;
}
.footer_line_height{

	line-height:28px;
}
/*.padding-left{
	padding-left: 14px;
}*/
/*.padding-right{
	padding-right: 14px;
}*/
.line_2{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border_buttom{
	border-bottom: 1px solid  #D2D2D2;
}



/*手机端导航开始*/
.nav2 a{
	display: block;
}
#nav_ac{
	opacity: 0;
	position: fixed;
	top: 27px;
	right: 15px;
}
#nav_ac, #nav_ac::before,#nav_ac::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#nav_ac::before, #nav_ac::after {
    content: "";
    display: block;
}
#nav_ac::before{
	top: -10px;
}
#nav_ac::after {
	top: 10px;
}
.header2{
	border-bottom: 1px solid #C6C6C6;
	position: fixed;
	width: 100%;
	height: 60px;
	background: #000000;
	z-index: 11111;
}
.header2 .header_left .logo{
	line-height: 40px;
}
.header2 .header_left .logo a img{
    width: 126px;
    position: relative;
    top: 12px;
    right: -24px;
}
}
.header2 .header_left .logo{
	margin-top: 10px;
	margin-left: 10px;
}
.header2 .nav2 {
	background: #000000;

}
.header2 .logo{
	float: none;
}
.header2 .nav2 a{
	padding-left: 10px;
	border-top: 1px solid #999;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}
.header2 .nav2 a:focus{
	background: #FFFFFF;
	color: #000000;
}
.header2 {
	display: none;
}
.width_6_float{
    width: 50%;
    float: left;
}


@media screen and (max-width:640px){
	.footer-w{
		display: none;
	}
}

.news-aw{
	position: relative;
}
.news-imgw{
	position: absolute;
	top: -98px;
    left: -26px;
    width: 80px;
    height: 80px;
    display: none;
}
.news-aw:hover .news-imgw{
	display: block;
}


@media screen and (max-width:769px){
	.news_content_ico{
		padding-left:0px!important;
	}
}
@media screen and (min-width: 767px) {
	.addr-mf{
		max-width: 200px
	}
}
.width_25_float_mf{
	width: 20%;
	margin-left: 5%
}
.width_5_float>ul>li{
	word-break: break-all;
}
@media screen and (min-width: 769px) and (max-width: 930px) {
	.addr-mf{
		max-width: 165px
	}
}
@media screen and (min-width: 640px) and (max-width: 768px) {
	footer .width_5_float{
		width: 65%!important
	}
	footer .width_25_float_mf2{
		width: 35%!important;

	}
}





.table-style td,.table-style th {
        height: 2.8rem;
        font-size: 14px;
        text-align: left;
        padding-left: 2rem
    }
    
    .table-style td {
        background-color: #f7f7f7
    }
    
    .table-style .table-item {
        cursor: pointer
    }
    
    .table-style .table-item:nth-child(4n) td {
        background: #fff
    }
    
    .table-style .table-box {
        display: none;
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: height 0.5s, opacity 0.3s;
        transition: height 0.5s, opacity 0.3s
    }
    
    .table-style .table-box.open {
        display: table-row;
        height: auto;
        opacity: 1
    }
    
    .table-style .job-box {
        display: none;
        overflow: hidden;
        opacity: 0;
        border: .25rem solid #921e20;
        margin-left: -2rem;
        -webkit-transition: height 0.5s, opacity 0.3s;
        transition: height 0.5s, opacity 0.3s
    }
    
    .table-style .table-box.open .job-box {
        display: block;
        visibility: hidden;
        height: auto
    }
    
    .table-style .job-head {
        line-height: 4rem;
        background-color: #921e20;
        color: #fff;
        padding-left: 2rem;
        position: relative
    }
    
    .table-style .job-head .job-closed {
        position: absolute;
        right: 1.5rem;
        top: 0;
        padding: 1rem;
        cursor: pointer
    }
    
    .table-style .job-body {
        line-height: 1.5rem;
        padding: 5.7%;
        background: #f7f7f7
    }
    
    .table-style .job-body dd {
        color: #666;
        font-size: 0.65rem;
        line-height: 1.8rem
    }
    
    @media (max-width:767px) {
        .table-style tr th:nth-child(3),.table-style tr td:nth-child(3) {
            display: none
        }
    }
    .table-mf{
    	margin:50px 0 0;
    }
    @media (min-width: 768px){
		.col-sm-6 {
		    width: 50%;
		}
    }

	.mf-width-4:first-child{
		width: 40%;
	}
.mf-width-4{
    width: 30%;
    margin: 0;
    padding: 0;
    float: left;
}
.mf-pl{
	padding-right: 40px;
}
@media screen and (max-width:768px){
	.mf-pl{
		padding-right: 0px;
	}
	.mf-size{
		font-size: 18px!important;
	}
	.mf-size1{
		font-size: 23px!important;
	}
	.mf-top{
		margin-top: 20px;
	}
	.footer_title{
		margin-bottom: 10px!important;
	}
	.mf-mg-b{
		margin-bottom: 20px!important;
	}
}
.size-mf{
	font-size: 24px;
	letter-spacing: 6px
}