@charset "utf-8";

/* CSS Document */

.clear{ clear:both}

*{margin:0;border:0;padding:0;list-style:none;-webkit-font-smoothing:antialiased;text-decoration:none;font-family:"微软雅黑","Microsoft YaHei",sans-serif;}

body{margin:0;border:0;padding:0;}

html{min-width:1200px;}

/*top nav*/

nav{width:100%;overflow:hidden;margin:0 auto; height:60px; background:#282828;}

.top{width:1200px;margin:0 auto;overflow:hidden;}

.logo{width:336px;text-align:center;float:left;margin:12px 0;margin-left:4px;}

.topLink{width:auto;float:right;margin-bottom:25px;margin-left:58px;}

.topLink ul{float:right; text-align:right;}

.topLink li{float:left;width:90px;text-align:center;font-size:14px;line-height:60px;transition:all 0.3s;-webkit-transition:all 0.3s;background:url(../cssfiles/top_link_bg.png) repeat-x top left;background-position:0px 0px; margin-right:1px;}

.topLink li a{margin:0 auto; color:#dadada; display:block;}

.topLink li:hover{background-position:0px -60px;}

.topLink li a:link{color:#dadada;}



/*mobile*/

.topLink_small,.mobileNav{display:none;}

.mobileNav dd{float:left;width:120px;height:120px;text-align:center;}



/*.topLink li a:visited{color:#333;}*/

.topLink li a:hover{color:#fff;}

.topLink li a:active{color:#fff;}

.topLink li a.fristLink{width:90px;background:url(../cssfiles/top_link_bg.png) repeat-x 0px -60px;

background-position:0px -60px;color:#FFF;}

.fristLink a{color:#fff;}




.columnBar{width:100%;margin:0 auto;margin-top:4px;margin-bottom:4px;overflow:hidden;}

.columnBar li{float:left;text-align:center;overflow:hidden;width:25%; display:block;height:auto;font-family:"微软雅黑","Microsoft YaHei",sans-serif; padding-bottom:40px;}
.columnBar li h2{ font-size:16px; color:#666; line-height:20px; margin-top:20px;}
.columnBar li span{ font-size:12px; color:#999;line-height:25px; }
.columnBar li a{ color:#f85565}
.columnBar li h2:hover{ color:#f85565}



/*bottom*/
 
.bottomBar{width:100%;background:#f3f3f3;}

.bottom{width:1200px;margin:0 auto; /*padding-top:50px;border-bottom:#ecebeb 1px solid;*/}
.bottom_con{ width:480px; height:auto; float:left;/*border-right:#ecebeb 1px solid; */margin-bottom:50px;}
.bottom_nav{ width:660px; float:right;  padding-bottom:20px;}
.bottom_nav li{ width:110px; float:left;font-size:12px; color:#666; line-height:30px; text-align:center}
.bottom_nav li dd{ font-size:10px; line-height:18px;}
.bottom_nav li dd a{ font-size:10px; line-height:18px; color:#A8A8A8;}
.bottom_nav li dd a:hover{color:#f85565}
.bottomLink{overflow:hidden;border-top:#fff 1px solid; padding:10px 0; width:1200px; margin:0 auto; }

.bottomLink .copy{color:#939393;font-size:12px;line-height:20px;text-align:center; }
.bottomLink .link2{ float:right;}

