@charset "utf-8";
/* CSS Document */

/***************
  CSS Reset
****************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0
}
pre{
	word-break:break-all;
	word-wrap:break-word
}
table{
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img{
	border:0
}
:focus {
  outline: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup{
	font-style:normal;
	font-weight:normal
}
ol,ul{
	list-style:none
}
caption,th{
	text-align:left
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:''
}
abbr,acronym{
	border:0;
	font-variant:normal
}
sup{
	vertical-align:text-top
}
sub{
	vertical-align:text-bottom
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,textarea,select{
	font-size:100%
}
legend{
	color:#000
}
a{
	color:#222;
	text-decoration:none;
}
body{
	font-size:16px;
	color:#3e3e3e;
	line-height:1.6;
	font-family:Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,Tohoma,Arial;
	height:100%;
	position:relative;
	background:#f8f8f8;
}
body{
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
}
@media (min-width:1000px){
	body{
		padding:0;
		font-family:Microsoft YaHei,'宋体' ,STHeiti STXihei,Tohoma,Arial, Helvetica,sans-serif;
	}
}
.wrap{
	min-width:320px;
	width:100%;
}
@media (min-width:1000px){
	.wrap{
		width:740px;
		margin:0 auto;
	}
}
.content{
	overflow:hidden;
	background:none;
	padding: 10px 15px;
	margin-bottom:45px;
}
.group{
	padding:20px 10px 0;
	overflow:hidden;
}
.bg{
	background:#e4eaef;
}
.pad{
	padding:10px;
}
@media (min-width:1000px){
	.content{
		margin:0 auto;
		border:1px solid #e6e7ec;
		border-top-width: 0;
		background:#fff;
		padding:20px;
	}
	.group{
		padding:20px 10px;
		overflow:hidden;
	}
	.pad{
	padding:20px;
	}
}
.bg-white{
	background:#fff;
	height: 100%;
}
/***************
  End CSS reset
****************/

h3{
	font-weight:bold;
}
.cor{
	color:#006cff;
}
.title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.page-title{
	text-align:center;
    font-size: 20px;
    font-weight:bold;
	margin: 10px 0 10px;
	color: #1469b1;
}
.date{
	font-size:16px;
	color:#999;
	text-align:center;
	margin-bottom:10px;
}
.content_title{
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
}
.content_lld{
	font-size:16px;
	color:#999;
	text-align:right;
}
.content p{
	margin-bottom:10px;
}
.content p img{
	width:100% !important;
	max-width:1080px;
	height:auto;
}
.content a{
	color:#607fa6;
	text-decoration:underline;
}
.history_cont{
	background:url(../image/history_line.png) repeat-y 23px 5px;
}
.history_list{
	padding-left:45px;
	margin-bottom:10px;
}
.history_icon_p1{
	background:url(../image/icon_history_p1.png) no-repeat 20px 7px;
}
.history_icon_p2{
	background:url(../image/icon_history_p2.png) no-repeat 20px 7px;
}
.history_icon_p3{
	background:url(../image/icon_history_p3.png) no-repeat 20px 7px;
}
.history_icon_p4{
	background:url(../image/icon_history_p4.png) no-repeat 20px 7px;
}
.history_list span{
	font-weight:bold;
	margin-right:10px;
	float:left;
}
.menber_name .name{
	text-align:left;
}
.menber_cont{
	border-bottom:#dddee0 1px solid;
	margin-bottom:15px;
}
.project_list{
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:10px;
}
.project_photo img{
	width: 100%;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.project_cont{
	padding:0 15px 10px;
}
.project_cont h1{
	font-size:18px;
	font-weight:bold;
}
.project_cont h2{
	font-size:15px;
	color:#666;
}
.project_cont a{
	color:#666;
}
.project_bot{
	height:36px;
	overflow:hidden;
	border-top:#ddd 1px solid;
	padding:10px 0;
}
.project_bot_cont{
	width:50%;
	height:36px;
	float:left;
}
.project_bot_cont a{
	width:100;
	height:36px;
	line-height:36px;
	color:#fff;
	display:block;
	text-align:center;
}
.project_btn{
	width:90%;
	height:36px;
	text-align:center;
	margin:0 auto;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	background:#3BAFDA;
}
.project_btn a{
	width:100%;
	line-height:36px;
	color:#fff;
	display:block;
}
.gro_title {
	font-size: 16px;
	color: #2493d8;
	font-weight: bold;
	padding: 3px 0;
	padding-left: 30px;
	background: url(../image/bg_list.png) no-repeat 16px 14px #e7ecef;
}
.model_tab{
	height:36px;
	font-size:16px;
	border-radius:4px;
	-moz-border-radius:4px;
	*-moz-border-radius:4px;
	border:#007aff 1px solid;
	margin-bottom:20px;
}
.model_tab dd{
	width:33.3333333333333333%;
	color:#007aff;
	line-height:36px;
	text-align:center;
	float:left;
	background:url(../image/icon_modelLine.png) repeat-y right;
}
.case_tab dd{
	width:25%;
}
.model_tab .clear_line{
	background-image:none;
}
.model_tab .model_curtype{
	color:#FFFFFF;
	background:#007aff;
}
.model_btn{
	padding:10px 0;
}
.model_btn a{
	height:36px;
	display:block;
	font-size:16px;
	line-height:36px;
	text-align:center;
	color:#65b804;
	margin:0 auto;
	border:#65b804 1px solid;
	border-radius:18px;
	-moz-border-radius:18px;
	*-moz-border-radius:18px;
}
.model_btn a:hover{
	color:#fff;
	background:#65b804;
}
.bottom_nav{
	width:100%;
	height:50px;
	position:fixed;
	bottom:0px;
	left:0px;
	border-top:#d2d2d2 1px solid;
	background:#fafafa;
}
@media (min-width:1000px){
	.bottom_nav{
		position:static;
	}
}
.bottom_nav ul li{
	width:33.3333333333333333333333333%;
	float:left;
	position:relative;
}
.bottom_nav ul li a{
	width:100%;
	font-size:12px;
	color:#a2a3a5;
	text-align:center;
	display:block;
	padding-top:30px;
	background:url(../image/icon_nav.png) no-repeat;
	background-size:25px 250px;
}
.bottom_nav ul li a.nav_tab1{
	background-position:center 7px;
}
.bottom_nav ul li a.nav_tab2{
	background-position:center -83px;
}
.bottom_nav ul li a.nav_tab3{
	background-position:center -174px;
}
.bottom_nav .clear_bottom_line{
	background:none;
}
.bottom_nav dl{
	display:none;
	width:90%;
	left:0;
	top:-195px;
	margin-left:5%;
	border:#c6c6c6 1px solid;
	background:#fafafa;
	border-radius:10px;
	-moz-border-radius:10px;
	*-moz-border-radius:10px;
	position:absolute;
}
.bottom_nav dl dd{
	margin:0 15px;
	border-bottom:#c5c4c4 1px solid;
}
.bottom_nav .clear_borbottom{
	border-bottom:none;
}
.bottom_nav span{
	display:none;
	width:90%;
	height:12px;
	margin-left:5%;
	background:url(../image/icon_arrow.png) no-repeat center;
	position:absolute;
	left:0;
	top:-11px;
}
.bottom_nav li.nav_curtype a.nav_tab1{
	color:#007aff;
	background-position:center -38px;
}
.bottom_nav li.nav_curtype a.nav_tab2{
	color:#007aff;
	background-position:center -128px;
}
.bottom_nav li.nav_curtype a.nav_tab3{
	color:#007aff;
	background-position:center -221px;
}
.model_email{
	padding-left:20px;
	background:url(../image/icon_message.png) no-repeat 10px 8px;
}
.model_tel{
	padding-left:20px;
	background:url(../image/icon_tel.png) no-repeat 10px 5px;
}
.model_tel a{
	color:#e26412;
	text-decoration:underline;
}
.cases_gro{
	border-bottom:#cacaca 1px dashed;
	margin-bottom:10px;
}
.title_cases{
	color:#2493d8;
}
.cases_info{
	font-size:14px;
	font-weight:normal;
	color:#999;
	text-align:center;
	margin-bottom:10px;
}
.cases_pic{
	height:82px;
	text-align:center;
	margin-bottom:10px;
}
.content .clear_marbottom{
	margin-bottom:0;
}
.cases_tab{
	height:36px;
	border-radius:4px;
	-moz-border-radius:4px;
	*-moz-border-radius:4px;
	border:#007aff 1px solid;
	margin-bottom:20px;
}
.cases_tab dd{
	width:25%;
	height:36px;
	float:left;
	background:url(../image/icon_modelLine.png) repeat-y right;
}
.cases_tab dd a{
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-align:center;
	color:#007aff;
	display:block;
}
.cases_tab .clear_line{
	background-image:none;
}
.cases_tab .cases_curtype a{
	color:#FFFFFF;
	background:#007aff;
}
.content .pro_tab dd{
	width:50%;
}
.content .pro_tab dd a{
	font-size:16px;
}
.footer{
	padding:10px 0;
	text-align:center;
}
.footer_title{
	font-weight:bold;
	color:#2493d8;
}
.footer_link{
	width:33.33333333%;
	margin-top:10px;
	float:left;
}
.footer_link img{
	width:32px;
	height:32px;
	margin-top:12px;
}
.footer_link p{
	margin-top:5px;
	color:#607fa6;
	text-decoration:underline;
}
.footer_link a{
	display:block;
	width:56px;
	height:56px;
	border-radius:50%;
	margin:0 auto;
}
.footer_link_kj a{
	border:2px #5d9cec solid;
}
.footer_link_zb a{
	border:2px #fc6e51 solid;
}
.footer_link_gjh a{
	border:2px #a0d468 solid;
}
.content .img_auto img {
  max-width: 300px;
}
.img_auto {
  text-align: center;
}
.content .clear_bef:before{
	border:0;
}
.add_padRig10{
	padding-right:20px;
}
.team_pic{
	margin-top:30px;
}
.team_pic img{
	width:100%;
}
.weui_cell_bd .team_input{
	border:1px solid #D9D9D9;
	border-radius:5px;
	padding:10px;
}
.content .warn_title{
	color:#EF4F4F;
	margin-top:-5px;
	margin-bottom:0;
	padding-left:72px;
}
.content .team_btn{
	padding-left:48px;
}
.team_info_group{
	margin-bottom:30px;
	margin-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
.team_info_photo{
	text-align:center;
}
.team_info_logo{
	text-align:center;
	margin-bottom:15px;
}
.team_info_name{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.team_info_position{
	font-size:18px;
	text-align:center;
}
.team_info_text{
	padding-top:20px;
}
.team_title{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.weui_panel .group_title{
	position:relative;
	color:#333;
	font-size:14px;
	padding-left:30px;
	padding-bottom:0;
}
.group_title span{
	float:right;
}
.group_title span a{
	color:#999;
	padding-left:20px;
	display:block;
}
.title_icon{
	position:absolute;
	width:6px;
	height:20px;
	display:block;
	top:14px;
	left:15px;
}
.title_icon_bg1{
	background:#3392e2;
}
.weui_panel .group_title:after{
	border-bottom:0;
}
.add_padTop10{
	padding-top:10px;
}
.add_padBottom10{
	padding-bottom:10px;
}
.building_box{
	width:50%;
	float:left;
}
.building_box_cont{
	padding:15px 20px 15px;
	display:block;
}
.build_add_padRight{
	padding-right:15px;
}
.build_add_padLeft{
	padding-left:15px;
}
.building_pic{
	color:#FFFFFF;
	text-align:center;
	background:#FFFFFF;
	padding:30px 0;
	border-radius:5px;
    box-shadow:0 2px 3px #ddd;
}
.about_bg_kj{
	background:#5d9cec;
}
.about_bg_zb{
	background:#fc6e51;
}
.about_bg_gjh{
	background:#a0d468;
}
.building_pic img{
	width:32px;
	height:32px;
}
.about_icon_bg{
	font-size:0;
	border-radius:5px;
	margin-right:5px;
	padding:7px
}
.about_icon_bgKj{
	background-color:#5d9cec;
}
.about_icon_bgzb{
	background-color:#fc6e51;
}
.about_icon_bggjh{
	background-color:#a0d468;
}
.about_icon_bg img{
	width:18px;
	height:18px;
}
.building_title{
	font-size:16px;
	color:#333;
	text-align:left;
	margin-top:5px;
	white-space: nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.list_icon{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#10AEFF;
	margin:0 10px 0 0;
}
.weui_cell_ft:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -2px;
    top: -1px;
    margin-left: .3em;
}
.clear_martop{
	margin-top:0 !important;
}
.page_banner{
	font-size: 0;
}
.page_banner img{
	width: 100%;
	text-align: center;
}
.partner-input{
	margin-top: 0;
}
.partner-input .weui-panel__hd{
	color: #333;
}
.partner-input .weui-panel__hd:after{
	border-bottom:0
}
.partner-input .weui-cell{
	padding-top: 20px;
	padding-bottom: 20px;
}
.partner_photo{
	text-align: center;
}
.page .page__bd .partner_photo img{
	width:auto;
	height:auto;
}
.weui-article{
	position: relative;
}
.weui-article:after {
    content: " ";
    position: absolute;
    left: 15px;
    bottom: 20px;
    right: 15px;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}






















