@charset "gb2312";
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {margin:0; padding:0; border:0 none; outline:0; color:inherit;}
html, body {width:100%; height:100%;}
body {margin:0 auto; font:12px/1 "Microsoft Yahei", "微软雅黑", sans-serif; vertical-align:baseline; overflow-y:scroll;}
h1 {font-weight:bold; font-size:18px; line-height:normal; color:#474545;}
h3 {font-weight:normal; font-size:12px; color:#746969;}
h2, h4, h5, h6 {font-weight:normal; font-size:100%;}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
a {text-decoration:none;}
p { text-align:justify;}
img, iframe {border:none;}
:focus {outline:0;}
*, :after, :before, input[type=search] {
    box-sizing: border-box;
}
@font-face { 
font-family: shuzi;/*定义font的名字*/ 
src: url('../font/shuzi.ttf');/*把下载的字体文件引入进来*/ 
} 	

a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.w1100 {
    width: 1200px;
    margin: 0 auto;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
/*img{ vertical-align:top;}*/
ol, ul, li{list-style:none;}
input, textarea, select, button {font-weight:inherit; font-size:inherit; *font-size:100%; font-family:inherit;}
/* == clearfix == */
.clearfix:after {display:block; height:0; clear:both; content:"\200B";}
.clearfix {*zoom:1;}/*IE/7/6*/
.fl{ float:left; }
.fr{ float:right; }




/*导航*/
.header{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cent_left{
	width: 41.5%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1;
}
.cent_left.i_left{
	background: #8c8c8c;
}
.cent_right.i_right{
	background: #fff;
}
.cent_right{
	width: 58.5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #333333;
	z-index: 1;
}
.nav_box{
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.nav_box img{
	text-align: center;
    float: left;
    line-height: 80px;
    font-weight: bold;
    font-size: 18px;
}

.nav_box ul{
/*	width: 721px;*/
	float: right;
}
.nav_box li{
	float: left;
	padding-top: 10px;
	color: #999999;
}
.nav_box li a{
	line-height: 75px;
	font-size: 14px;
	padding: 0 35px;
	text-align: center;
	display: block;
}
.nav_box li.on {
	background: #d8210d;
	color: #fff;
}
.nav_box li:hover{
	background: #d8210d;
	color: #fff;
}

/*关于我们*/
.i_about{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.i_ab_box{
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.ab_pho{
	width: 450px;
	overflow: hidden;
	padding: 65px 0;
	float: left;
}
.ab_pho img{
	float: left;
}
.ab_txt{
	width: 720px;
	float: right;
	padding: 100px 0;
	padding-left: 70px;
}
.ab_txt.wid{
	width: 300px;
	float: left;
	padding: 60px 0;
	padding-left: 25px;
}
.ab_txt.wid p{
	color: #666666;
}
.ab_txt h1{
	width: 185px;
	height: 28px;
	display: block;
	background: url(../images/ab_title.jpg) center left no-repeat;
}
.ab_txt h1.mg{
	background: url(../images/ab_title1.jpg) center left no-repeat;
}
.ab_txt h2{
	font-size: 22px;
	color: #666666;
	line-height: 30px;
	padding-top: 10px;
}
.ab_txtwin{
	text-align:center;
	padding:70px 0px 30px 0px;
}
.ab_txtwin h2{
	font-size: 22px;
	color: #666666;
	line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
.ab_txt p{
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	margin-top: 30px;
}
.more{
	width: 150px;
	height: 32px;
	background: url(../images/more.jpg) 0 0 no-repeat;
	display: block;
	margin-top: 32px;
	border: #e2e2e2 1px solid;
}
.more.cent{
	margin: 0 auto;
}
.more.cent:hover{
	background: url(../images/more.jpg) 0 -32px no-repeat;
}
.ab_txt a:hover{
	background: url(../images/more.jpg) 0 -32px no-repeat;
}

/*团队展示*/
.team_box{
	width: 100%;
	padding-bottom: 120px;
	overflow: hidden;
	position: relative;
}
/*业务范围*/
.yw_box{
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}
.yw_back{
	width: 100%;
	height: 166px;
	background: #d8210d;
}
.yw_txt{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	margin-top: -103px;
	padding: 60px 120px;
	text-align: center;
}
.yw_txt h1{
	font-size: 28px;
	color: #343434;
	font-weight: normal;
}
.yw_txt h2{
	font-family: "shuzi";
	font-size: 22px;
	color: #c1c1c1;
	text-align: center;
}
.yw_txt p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-top: 30px;
	text-align: center;
	margin: 28px 0;
}
.footer{height:110px;background:#3f3f3f;}
.footer .con{width:1200px;padding-top:4px;margin:0 auto;}
.footer_l{line-height:2;color:#8d8d8d;padding:18px 0;font-size:14px;float:left;}
.footer_l a{color:#8d8d8d;}
.footer_r{width:auto;color:#8d8d8d;line-height:36px;font-size:14px;padding-top:10px;float:right;}
.footer_r a{color:#8d8d8d;}
.ft_tel{text-align: right;font-size:21px;line-height:1;margin-top:5px;}
.ft_tel span{display:inline-block;padding-left:22px;background:url(../../../images/1_f_tel.png) no-repeat left center;}

.ft_ewm{display:block;width:56px;height:56px;float:right;background:url(../../../images/1_vx.png) no-repeat  center;background-size:50% 50%;position:relative;}
.ft_ewm .pic{position:absolute;left:50%;bottom:50px;width:120px;margin-left:-60px;display:none;box-shadow:0 0 5px #ccc;}
.ft_ewm:hover .pic{display:block;}

.ab_xd{
	width: 140px;
	height: 37px;
	border: 2px solid #5c5c5c;
	border-radius: 15.5px;
	text-align: center;
	line-height: 35px;
	color: #6c6c6c;
	display: block;
	margin-top: 20px;
}

/*内页*/
.about_box{
	width: 100%;
	overflow: hidden;
}
.title{
	padding-bottom: 30px;
}
.about{
	padding: 55px 0;
}
.about_show{
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.about_show img{width:369px;height:245px;}

.about_show p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 10px;
}
.tel{
	float: left;
	width: 830px;
	background: #f3f3f3;
	padding: 45px 0 0 38px;
	height: 245px;
}

.tel h1{
    color: #666666;
    font-size: 24px;
    margin-bottom: 16px;
}
.tel p strong{
	font-family: "shuzi";
	color: #d8210d;
	font-size: 32px;
	
}









