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

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



#abouthead{ background-color:#151515; height:56px; width:100%; }
.aboutpadd{ width:960px; margin:0 auto; position:relative;}
.aboulogo{ text-align:center; width:113px; height:27px; vertical-align:middle; position:absolute; left:44%; top:15px;}
.aboutarrow{ float:left; padding-top:20px;}

#aboutcont{ width:960px; 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;}
.about_current{ width:200px; height:48px; background:#ffdd00; color:#232323; display:block;}
.a_rightcont{ 
    float:right; 
	width:740px;
	height:720px;
	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:#585858; font-size:16px; line-height:48px; border-bottom:1px solid #f0f2f5;padding:0px 20px 0px 20px;}
.rightcont_text{ font-size:13px; line-height:24px;width:700px;padding:0px 20px 0px 20px;}

#aboutfooter{ text-align:center; color:#adadad; clear:both;  width:960px; margin:0 auto; padding-top:10px; padding-bottom:20px;}

