@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}
.all {
    width: 100%;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
/*关于我们*/
.adout-us-content{
	background-color: #1a1d30;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 104px;
	border-bottom: 1px solid #2f3244;
}
.adout-us-content #adout-img-left{
	width: 294px;
	height: 500px;
	float: left;
}

/*右边*/
.adout-us-content .about-us-right{
	height: 500px;
	width: 820px;
	/*background-color: white;*/
	float: right;;
}
.adout-us-content .about-us-right .about-us-txtimg{
	display: block;
}
.adout-us-content .about-us-right .about-us-txt{
	margin-top: 30px;
}
.adout-us-content .about-us-right .about-us-txt a{
	font-size: 13px;
	font-family: "rage italic";
	color: #a8a9ab;
	line-height: 24px;
}
.adout-us-content .about-us-right .about-us-right-bot{
	margin-top: 80px;
}
.adout-us-content .about-us-right .about-us-right-bot ul li{
	float: left;
	width: 160px;
	/*height: 100px;*/
	padding: 0px 25px;
}
.adout-us-content .about-us-right .about-us-right-bot ul li a{
	font-size: 14px;
	text-align: center;
	color: white;
	text-indent: 1em;
	display: inline-block;
}
.adout-us-content .about-us-right .about-us-right-bot ul li img{
	margin: 0 auto;
	display: block;
}
.adout-us-content .about-us-right .about-us-right-bot ul li span{
	display: block;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	color: white;
}
.adout-us-content .about-us-right .about-us-right-bot .li-3333{
	padding: 0px 110px;
	border-left: 1px solid #2f3244;
	border-right: 1px solid #2f3244;
}

/*企业文化部分*/
.Culture{
	padding-top: 75px;
	background-color: #1a1d30;
	overflow: hidden;
	padding-bottom: 95px;
}
.Culture .top{
	text-align: center;
}
.Culture-ul{
	margin-top: 46px;
}
.Culture-ul ul li{
	background: url(beijing-img1.png) no-repeat center;
	height: 298px;
	width: 288px;
	float: left;
	margin-right: 12px;
	
}
.Culture-ul ul li img{
	margin: 11px;
}
.Culture-ul ul li a{
	color: #d2c0b0;
	font-size: 18px;
	margin-left: 11px;
	font-weight: bold;
}
.Culture-ul ul li span{
	font-size: 14px;
	color: #d2c0b0;
}
.Culture-ul .line{
	width: 40px;
	height: 1px;
	background-color: #d2c0b0;
	margin: 5px 11px;
}
.Culture-ul ul li p{
	color: white;
	margin-left: 11px;
	margin-top: 11px;
}

/*服务领域*/
.service-content{
	height: 750px;
	width: 100%;
	background: url(ab-bg_02.jpg) no-repeat center;
	border-top: 1px solid #2f3244;
}
.service-content .service-content-top{
	text-align: center;
	padding-top: 80px;
}
.service-content .service-content-ul{
	margin-top: 38px;
}
.service-content .service-content-ul ul li{
	float: left;
	margin: 15px;
}

/*尾部*/
.footer-ab{
	padding: 40px 0px;
	width: 100%;
	background-color: #1a1d30;
}
.footer-ab .footer-top{
	text-align: center;
	padding-top: 30px;
}
.footer-ab .footer-con{
	width: 1172px;
	text-align: center;
	margin-top: 30px;
}
