
.aboutus_wrap{margin-top:70px;}

.side_wrap{overflow: hidden;margin-bottom: 30px;padding-right:45px;}
@media screen and (max-width: 992px){
	.side_wrap{padding-right:15px;}
}

.side_wrap li{height:45px;line-height:45px;border:1px solid #eee;border-bottom:none;text-align: center;cursor: pointer;}
.side_wrap li:last-child{border-bottom: 1px solid #eee;}
@media screen and (max-width: 992px){
	.side_wrap li{margin-bottom:5px;margin-left:-1px;border: 1px solid #eee;}
}
.side_wrap li span{color: #555;font-size: 16px;}

.side_wrap li:hover,.side_wrap li.curr{background: #268CF4;border-color: #268CF4;}
.side_wrap li:hover span,.side_wrap li.curr span{color: #fff;}


.main_wrap{padding-bottom:80px ;}

/*公司简介*/
.company_wrap{display: none;}
.wrap_title{margin:0;font-size: 28px;color: #333;}
.wrap_title span{margin-left:10px;color: #bbb;font-size: 16px;}
.company_wrap .section{margin-top:30px;font-size: 16px;color: #5a5a5a;line-height: 1.7em;}
.company_style{margin-top:40px;}
.img_list_box{margin-top:20px;}
.img_list_box .img_item{margin-bottom:20px;}
.img_list_box .img_item img{width: 100%;}

/*人才招聘*/
.jobs_wrap{margin-bottom:20px;}
.jobs_wrap .wrap_title{font-size: 20px;color: #333;font-weight: 600;padding-left:40px;position: relative;}
.jobs_wrap .wrap_title .icon_job{position:absolute;top:-4px;left: 0; display:block;width:30px;height:30px;background: url(../images/icon_job.png) no-repeat;}
.jobs_wrap .wrap_title .icon_job_1{background-position:-5px -5px;}
.jobs_wrap .wrap_title .icon_job_2{background-position:-5px -45px;}

.jobs_tabs{margin:6px 0;padding-top:15px;border-top:1px solid #ddd;}
.jobs_tabs li{margin-bottom:10px;}
.jobs_tabs li span{max-width:100%;display:inline-block;padding:4px 0;border-bottom:2px solid #FFF;cursor: pointer;color: #343434;font-size: 16px;font-weight: 700;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jobs_tabs li:hover span{border-color:#268CF4;color: #268CF4;}
.jobs_tabs li.tab_checked span{border-color:#268CF4;color: #268CF4;}
.jobs_content{padding:0 15px;}
.tab_item{padding-bottom:10px;min-height:300px;display: none;}
.tab_item.item_checked{display: block;}
.tab_item .post_tit{margin-top:20px;font-size:16px;color: #5a5a5a;}
.tab_item .post_list{font-size: 14px;color: #5a5a5a;line-height:200%;}

/*联系我们*/
.contact_section .wrap_title{font-size: 20px;font-weight: 700;}
.contact_detail{padding-top:20px;}
.contact_detail li{overflow:hidden;}
.contact_detail li .icon_img{float:left;display:block;width: 24px;height: 34px;border-radius: 50%;background: url(../images/icon_list_4.png) no-repeat;}
.contact_detail li .icon_img.icon_phone{background-position: 0 0;}
.contact_detail li .icon_img.icon_time{background-position: 0 -29px;}
.contact_detail li .icon_img.icon_emali{background-position: 0 -58px;}
.contact_detail li .icon_img.icon_postal{background-position: 0 -88px;}
.contact_detail li span{float:left;display:block;margin-left:6px;height:34px;line-height:34px;font-size: 14px;color: #343434;}
.address_wrap{padding:0 4px;margin:20px 0 40px;}
.address_wrap dt,.address_wrap dd{font-size: 14px;color: #343434;font-weight: normal;line-height: 2em;}
.address_wrap dt{font-weight: 700;}
.about_contact_form{width:100%;}
.about_contact_form .text{border:1px solid #dfdfdf;height:38px;line-height: 38px;padding:0 12px;outline: 0;z-index: 10;position: relative;background: transparent;}
.about_contact_form .textarea{height: 88px;outline: 0;z-index: 10;position: relative;background: transparent;}
.about_contact_form .submit_btn{background: #268CF4;height: 40px;color: #fff;}

.company_map{margin-top:30px;}
.company_map .wrap_title{font-size: 20px;font-weight: 700;}
.map_wrap{height: 240px;margin-top:20px;}
.map_container{width: 100%;height: 100%;}
.map_container .title {font-size: 14px;font-weight: bold;color: #cc5522;}
.map_container .content {font-size: 13px;color: #333;margin-top: 6px;}
@media (min-width: 768px){
	.map_wrap{height: 320px;}
}


.about_contact_form .form-group{position: relative;}
.about_contact_form .holder_tip{position: absolute;top: 4px;left: 13px;line-height: 30px;font-size: 14px;color:#aaa;display: none;z-index: 8;}
