@charset "utf-8";
/* CSS Document */

/*关于我们0306*/

/*清除默认样式*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea, code {
    font-size: 15px;
    font-family: microsoft yahei;
    color: #444;
	/* -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;*/
}


ol, ul, menu {
    list-style: none;
}
ul, ol {
    margin-top: 0;
    /*margin-bottom: 10px;*/
}
.navi-header {
    height: 80px;
    background: #fff;
    position: relative;
    z-index: 1000;
    min-width: 1250px;
	background-image: url("/Public/img/about/head_nav.png");
}
.box-shadow {
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}
.container {
    width: 1220px;
	margin-right: auto;
margin-left: auto;
}
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    display: table;
    content: " ";
}

.navi-brand {
    float: left;
    line-height: 56px;
    padding-right: 15px;
}
.navi-nav {
    float: left;
    margin: 0px;
    padding-right: 0px;
    padding-left: 15px;
    margin-right: -15px;
    margin-top: 20px;
}
.pull-right {
    float: right !important;
}


/*banner*/
.about_banner{
	height: 400px; 
	width: 100%; 
	background-image: url( "/Public/img/about/banner_bg.png");
	background-repeat: no-repeat;
}
.banner_text{
	background-image: url("/Public/img/about/bg_alpha.png");
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100%;
	height: 260px;
	width: 820px;
	color: #fff;
	margin: 0 auto;
	margin-top: 100px;
	padding: 60px 0;
	
}
.banner_text h3{
	text-shadow: 0 2px 4px rgba(0,0,0,.2);
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
}
.banner_text span{
	text-shadow: 0 2px 4px rgba(0,0,0,.2);
	font-size: 16px;
	padding: 10px;
	letter-spacing: 4px;
	font-weight: 100;
}
.banner_text p{
	font-size: 16px;
	margin-top: 20px;
	text-shadow: 0 2px 4px rgba(0,0,0,.2);
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}

.about_title{
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	padding: 40px 0 30px;
	
}

.about_text .about_text_content{
	line-height: 36px;
	color: #666;
	font-size: 16px;
	text-indent: 32px;
}
.about_process{
	text-align: center;
}

.w1200{
	width: 1200px;
	margin:0 auto;
	height: auto;
}

.container_fluid{
	width: 100%;
	max-width: 1920px;
}
section{
	padding-bottom: 40px;
}
/*联系我们*/
.contact_box{
	width: 100%;
	box-sizing: border-box;
}
.contact_box ul{
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.contact_box ul li{
	width: 33.3333333%;
	float: left;
	display: inline-block;
	text-align: center;
	
	position: relative;
}
.contact_box ul li:not(:last-child)::after{
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 240px;
	top: 50%;
	margin-top: -120px;
	right: 0;
	background-color: #eee;

}
.contact_box h3{
	margin: 10px 0;
	color: #333;
}
.contact_box p{
	line-height: 24px;
	color: #999;
	font-size: 14px;
}

.qrcode{
	margin: 0 auto 10px;
	width: 300px;
	text-align: center;
}
.qrcode .code_box{
	display: inline-block;
    overflow: hidden;
}
.qrcode span:not(:last-child){
	padding-right: 20px;
}


/*fazhanlicheng*/
.about_process{
	background-image: url("/Public/img/about/process_bg.png");
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
/*footer*/
/*footer{
	background-image: url("/img/about/fbgooter.png");
    min-width: 1250px;
	width: 100%;
	height: 198px;

}*/


/*fuwukehu*/
.kehu_box{
	display: block;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	    background-color: #fff;
}
.kehu_box li{
	display: inline-block;
	float: left;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border: 1px solid rgba(0,0,0,0);
}
.kehu_box li{
	
}

.bdr{
	border-right: 1px dashed #ddd!important;
}
.bdb{
	border-bottom: 1px dashed #ddd!important;
}

/* 0319关于我们 */

.section_culture{
	background-color: #fff;
	background-image: url("/Public/img/about/bg_city.png");
	background-size: 100%;
	background-position:  bottom  center;
	background-repeat: no-repeat;
}
.about_culture_box div{
	padding-top: 30px;
	background-image: url("/Public/img/about/culture_content.png");
	background-size: 80%;
	height: 480px;
	background-position: center 160px;
	background-repeat: no-repeat;
}
.about_culture_box img{
	margin-top: 80px;
}
.about_culture_box p{
	margin-top: 30px;
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
.section_culture div.culture_slogan{
	width: 1180px;
	height: 120px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -40px;
}
.section_culture .culture_slogan h6{
	font-size: 24px;
	font-family: "KaiTi";
	color: #666;
	line-height: 120px;
	text-align: center;
	position: relative;
}
.culture_slogan h6::before{
	/* display: block;
	width: 16px;
	height: 12px;
	content: "";
	background-image: url("/img/about/quote_left.png") ;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 222px;
	top: 42px;
	margin-bottom: -60px; */
}
.culture_slogan h6::after{
	/* display: block;
	width: 16px;
	height: 12px;
	content: "";
	background-image: url("/img/about/quote_right.png") ;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 240px;
	top: 42px;
	margin-bottom: -60px; */ 
}

/* banner */
.about_banner_box{
	height: 400px;
	background-image: url("/Public/img/about/bg_topfocus.png") ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}
.about_banner_box img{
	padding-bottom: 20px;
	z-index: 2;
	margin: 0 auto;
    display: block;
}
.about_text_title{
	/* padding-top: 20px; */
	padding-bottom: 20px;
}
.about_banner_box .introduce_box{
	width: 1080px;
	height: 360px;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	
	margin-bottom: -40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	text-indent: 26px;
}
.about_banner_box .introduce_box h2{
	
}
.about_banner_box .introduce_box p{
	color: #666;
	line-height: 24px;
	font-size: 13px;
}
.about_process {
    background-color: #ececec;
	background-size: cover;
	
	padding-bottom: 20px;
}

.inoruduce_text{
	color: #fff;
	padding-top: 30px;
	font-family: "kaiti";
	font-size: 26px;
	line-height: 30px;
}

/*0322"悬浮框不好看"调整*/
.about_banner_box .introduce_box {
	background-color: rgba(0,0,0,0); 
    box-shadow: none; 
	bottom: 100px;
	z-index: 2;
	opacity: 0.92;
}
.about_banner_box .introduce_box .about_text_content{
     color: #fff
}


/*0326调整*/
.about_banner_box{
	position: relative;
	
}
.about_banner_box:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;display: block;
	content: '';
	background-color: rgba(12,32,52,.5);
	z-index: 1;
}



















