@charset "utf-8";
/* 浏览器样式初始化 */
html,body{margin:0;padding:0;font-size:12px;font-family:"Microsoft Yahei";line-height:2em; color:#585858; background:#fff;}

ul,ol,li{list-style:none}
a{color:#585858;text-decoration:none;}
a:hover{text-decoration:none;}
img{border:0}


#aboutcont{ width:1200px;m-width: 1200px; margin:0 auto; clear:both; padding-top:40px;}
.a_leftcont{ 
    float:left; 
	width:200px; 
	background:#ffffff; 
	height:720px;
    box-shadow: 0px 5px 20px 0px rgba(51,73,94,0.05);
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: box-shadow 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    margin: 0 0 30px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	}
.lul{ width:200px;float:left; margin:0; padding:0;}
.a_leftcont li{ float:left; width:200px; line-height:48px; font-size:14px; text-align:center;}
.a_leftcont li a{ display:block; width:200px;font-size: 18px;}
.about_current{ width:200px; height:48px; background:#1289ed; color:#fff; display:block;}
.a_rightcont{ 
    float:right; 
	width:970px;
	background:#fff;
	box-shadow: 0px 5px 20px 0px rgba(51,73,94,0.05);
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: box-shadow 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    margin: 0 0 30px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	}
.rightcont_title{ color:#333; font-size:22px; line-height:48px; border-bottom:2px solid #ededed;padding:0px 20px 0px 20px;font-weight: 700;}
.rightcont_text{ font-size:13px; line-height:30px;width:700px;padding:10px 20px 10px 20px;}

#aboutfooter{ text-align:center; color:#333; clear:both; border-top: 1px solid #ededed; margin:0 auto; padding-top:10px; padding-bottom:20px;}

