﻿/*居中容器*/
.contain_auto{ width:1050px; margin:auto; height:100%; overflow:hidden;}

/*公司简介*/
.contain_auto .company_name{margin-top:25px;}
.contain_auto .company_name h4{ text-align:center; font-size:14px; color:#666;}
.contain_auto .company{ height:470px;}

.contain_auto .company .left_img{ float:left;}
.contain_auto .left_img{ width:344px; height:265px; margin-top:20px;}
.contain_auto .right_detail{ width:648px; float:right; margin-top:20px;}
.contain_auto .right_detail .detail{ margin-top:20px; text-align:justify;}
.contain_auto .right_detail .detail p{ text-indent:24px;line-height:20px; color:#666;}

/*企业文化*/
.contain_auto .culture_name{margin-top:25px;}
.contain_auto .culture_name h4{ text-align:center; font-size:14px; color:#666;}
.contain_auto .culture{ width:1050px; height:424px; margin-top:30px;}

/*组织机构*/
.contain_auto .zuzhi_name{margin-top:25px;}
.contain_auto .zuzhi_name h4{ text-align:center; font-size:14px; color:#666;}
.contain_auto .zuzhi{ width:1050px; height:469px; margin-top:30px;}

/*荣誉证书*/
.contain_auto .honor_name{margin-top:35px;}
.contain_auto .honor_name h4{ text-align:center;  font-size:14px; color:#666;}

.contain_auto .honor{ width:1050px; height:335px; margin-top:25px;}

/*左业务*/
.left_box{ width:815px; height:400px; margin-top:30px; margin-left:235px;}
.left_box .left_img{ width:289px; margin-right:14px;}
.left_box .left_txt{ width:512px;text-align:justify; color:#666;}
.left_box .left_img,.left_box .left_txt{ float:left;}
.left_box .title{ width:250px; height:30px; border-bottom:1px dashed #ccc; margin-bottom:10px;}
.left_box .title h3{ line-height:20px; font-size:14px; color:#666;}
.left_box .title h4{color:#666;font-size:14px; }
.left_box .left_txt .txt p{ line-height:18px; color:#666; }

/*右业务*/
.right_box{ width:815px; height:420px; margin-top:30px;}
.right_box .right_img{ width:289px;  margin-left:14px;}
.right_box .right_txt{ width:512px;  text-align:justify; color:#666;}
.right_box .right_img,.right_box .right_txt{ float:left;}
.right_box .title{ width:250px; height:30px; border-bottom:1px dashed #ccc; margin-bottom:10px; float:right;}
.right_box .title h3{ line-height:20px; font-size:14px; text-align:right;color:#666;}
.right_box .title h4{text-align:right;color:#666;font-size:14px; }
.right_box .right_txt .txt p{ line-height:20px; float:right; color:#666;}
.right_box .right_txt .txt { float:right;}