/* banner */
.banner{
	height:500px;
	overflow:hidden;
}


/* 选项卡 */
.about{
	margin-top:50px;
	border-top: 1px solid #CCC;
}
.about .tab_t{
	margin:0 auto;
	width:708px;
	height:45px;
	background: #FFF;
}
.about .tab_t ul{}
.about .tab_t ul li{
	float:left;
	width:223px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #2377da;
	border-left:none;
	border-right:none;
	color:#000;
	font-size:16px;
	cursor:pointer;
}
.about .tab_t ul li:first-child{
	margin-left:-1px;
	border-left:1px solid #2377DA;
	border-radius:25px 0px 0px 25px;
}

.about .tab_t ul li:last-child{
	border-right: 1px solid #2377DA;
	border-radius:0px 25px 25px 0px;
}
.about .tab_t ul li.on{
	color:#fff;
	border-color:#2377da;
	background:#2377da;
	font-weight:bold;
}
.about .about_body{
	margin-top:50px;
	min-height:500px;
}

/* 联系我们 */
.contact{}
.contact .contact_list{}
.contact .contact_list ul{}
.contact .contact_list ul li{
	float:left;
	position:relative;
	height:160px;
	margin-right: 30px;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	
}
/*.contact .contact_list ul li .contact_list_left{
	float:left;
	width:110px;
}
.contact .contact_list ul li .contact_list_left p{
	font-size:20px;
	line-height:25px;
}
.contact .contact_list ul li .contact_list_right{
	padding-left:110px;
}
.contact .contact_list ul li .contact_list_right p{
	line-height:24px;
}
.contact .contact_list ul li .contact_list_right p a{
	color:#333;
}*/

.contact .contact_list ul li .contact_list_left{
	width: 384px;
	height: 128px;
	float: left;
	border:1px solid #dddddd;
	border-right: 0px;
	padding-left: 20px;
	padding-top: 30px;

}


.contact .contact_list ul li .contact_list_top{
	font-size: 20px;
	margin-bottom: 10px;
}

.contact .contact_list ul li .contact_list_bottom p{
	height: 25px;
	line-height: 25px;
}

.contact .contact_list ul li .contact_list_top span{
	font-size: 14px;
	margin-left: 5px;
	color: #2377da;
}

.contact .contact_list ul li .contact_list_right{
	width: 180px;
	float: left;
}

.contact .contact_list ul li.mr_0{
	margin-right: 0;
}

.contact .contact_info{
	background:#efefef;
	padding:10px;
	margin-top:30px;
}
.contact .contact_info .contact_info_body{
	height:200px;
	background:#fff;
}
.contact .contact_info .contact_info_body .contact_info_body1{
	float:left;
	width:422px;
	height:200px;
	text-align:center;
	line-height:200px;
	background:url("../images/contact_line_right.png") no-repeat right center;
}
.contact .contact_info .contact_info_body .contact_info_body1 img{
	max-height:100%;
	max-width:100%;
}
.contact .contact_info .contact_info_body .contact_info_body2{
	float:left;
	width:430px;
	height:200px;
	padding:24px 0 0 30px;
	background:url("../images/contact_line_right.png") no-repeat right center;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.contact .contact_info .contact_info_body .contact_info_body2 p{
	color:#000;
	font-size:14px;
	line-height:31px;
}
.contact .contact_info .contact_info_body .contact_info_body3{
	float:left;
	width:320px;
	height:200px;
	padding-left:30px;
	text-align:center;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.contact .contact_info .contact_info_body .contact_info_body3 .contact_info_body3_left{
	color:#2377da;
	font-size:24px;
	line-height:35px;
	text-align:center;
}
.contact .contact_info .contact_info_body .contact_info_body3 .contact_info_body3_left{
	float:left;
	width:130px;
	text-align:center;
	line-height:40px;
	padding-top:60px;
}
.contact .contact_info .contact_info_body .contact_info_body3 .contact_info_body3_right{
	float:left;
	width:140px;
	height:200px;
	text-align:center;
	line-height:200px;
}
.contact .contact_info .contact_info_body .contact_info_body3 .contact_info_body3_right p:first-child{
	height: 145px;
	line-height: 180px;
}

.contact .contact_info .contact_info_body .contact_info_body3 .contact_info_body3_right p:last-child{
	height: 40px;
	line-height: 40px;
}

.contact .contact_info .contact_info_body .contact_info_body3 .contact_info_body3_right img{
	max-height:100%;
	max-width:100%;
}
.contact .contact_info .contact_info_body .contact_info_body3{}
.contact .contact_map{
	margin-top:30px;
	text-align:center;
	padding:10px;
	border:1px solid #eee;
}
.contact .contact_map img{
	max-width:100%;
}

/* 公司简介 */
.company_con_top{

}
.company_con_top .company_con_top_left{
	width: 760px;
	height: 320px;
	float: left;
}
.company_con_top .company_con_top_right{
	width: 440px;
	height: 320px;
	float: left;
	border-radius: 0 0 45px 0;
	background: #2377da;
}
.company_con_top .company_con_top_right p{
	margin-left: 26px;
}
.company_con_top .company_con_top_right .company_name{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #FFF;
	margin-top: 90px;
}
.company_con_top .company_con_top_right .company_en_name{
	opacity: 0.6;
	color: #FFF;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
}
.company_con_top .company_con_top_right .company_address{
	opacity: 1;
	color: #FFF;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	background: url(../images/location.png) no-repeat left 7px;
  padding-left: 20px;
}
.company_con_list{
	padding:0 60px;
	border:2px solid #CCC;
	margin-top: 80px;
}

.company_con_list_title{
	width: 230px;
	height: 85px;
	line-height: 85px;
	background: url(../images/company_title_bg.png) no-repeat center center #FFF;
	margin: 0 auto;
	margin-top: -45px;
	text-align: center;
	font-size: 24px;
}
.company_con_list_con{
	margin:30px auto;
	width: 1090px;
	line-height: 35px;
	font-size: 16px;
}

.company_con_list_con p{
	text-indent: 30px;
}

.company_con_list_con span{
	color: #2377da;
	font-weight: bold;
}
.hz{
	margin-bottom: 50px;
}

/* 发展历程 */
.course{
	margin-left: 100px;
	margin-bottom: 30px;
}
.year_list{
	height: 60px;
	line-height: 60px;
}

.year_list .year{
	width: 145px;
	border-right: 1px solid #2377da;
	font-size: 24px;
	color: #2377da;
	background: url(../images/jian.png) no-repeat center center;
}

.year_list .zhong_icon{
	width: 60px;
	height: 60px;
	background: url(../images/zhong.png) no-repeat center center #FFF;
	margin-left: -30px;
}

.year_con_list{
	height: 90px;
	font-size: 16px;
}

.year_con_list:hover{
	color: #2377da;
}
.year_con_list .year_con_list_month{
	width: 135px;
	padding-left: 10px;
	border-right: 1px solid #2377da;
	height: 90px;
}

.year_con_list .year_con_list_icon{
	width: 14px;
	height: 14px;
	border:2px solid #2377da;
	border-radius: 50%;
	background: #FFF;
	margin-left: -9px;
}

.year_con_list .year_con_list_title{
	padding-left: 45px;
}

.fl{
	float: left;
}

/* 企业理念 */
.idea{
	padding-left:60px;
}
.idea .idea_left{
	float:left;
	width:560px;
}
.idea .idea_left img{
	max-height:100%;
	max-width:100%;
	-moz-transition: all .35s ease-in 0s;
    -o-transition: all .35s ease-in 0s;
    -webkit-transition: all .35s ease-in 0s;
    transition: all .35s ease-in 0s;
}
.idea .idea_left img:hover{
	-moz-transform: scale(1.1);  /*Firefox3.5+*/
	-webkit-transform: scale(1.1); /*Safari3.2+*/
	-o-transform: scale(1.1); /*Opera9.6*/
	-ms-transform: scale(1.1); /*IE8*/
	transform: scale(1.1);
}
.idea .idea_right{
	float:right;
	width:565px;
}
.idea .idea_right .idea_right_t{
	color:#2377da;
	font-size:18px;
	font-weight:bold;
	line-height:46px;
}
.idea .idea_right .idea_right_b{
	color:#010101;
	font-size:16px;
	line-height:46px;
}

/* 关于我们---企业理念 */
.linian{
	height: 330px;
}
.linian-tx1{
	width: 257px;
	background-color:#fff;
	padding:10px;
	height: 330px;
	float: left;

}
.linian-tx1-img{
	width: 160px;
}
.linian-font{
	color: #323232;
	font-size: 24px;
	margin-top: 20px;
}
.linian-tx1-1{
	width: 257px;
	float: left;
	text-align: center;
	height: 220px;
}
.linian-tx1-2{
	width: 232px;
	float: left;
	text-align: center;
	height: 110px;
	color: #3F3F3F;
	padding: 10px;
	font-size: 14px;
}
.jiange{
	margin: 0 120px;
}

/* 风采展示 */

.mien_list{
	width: 284px;
	height: 245px;
	border-right: 1px solid #CCC;
	margin-left: 20px;
	margin-bottom: 40px;
}

.mien_list img{
	width: 265px;
	height: 200px;
}

.mien_list .mien_list_title{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.mien_list .mien_list_time{
	height: 25px;
	line-height: 25px;
	color: #878787;
}


.clearboth{
	clear: both;
}
.border_0{
	border:0;
}
.hided{
	display: none;
}