@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; }
body{ font-size:12px; font-family:"微软雅黑"; color:#525252; background:#fff;}
a { text-decoration:none;  outline:none; transition:all 0.2s; }
a:hover{ text-decoration:none; }

img{ border:0;}
table{ margin:auto;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/*下载专区*/
.main_mune{ width:960px; height:57px;text-align: center;margin: 0 auto}
.main_mune a{ display:inline-block; font-size:16px; color:#848484; text-align: center;  height:38px; padding:0px 35px; line-height:40px;  margin:0px 10px; cursor:pointer; border-radius:20px;}
.main_mune a.main_mune_a{ background-color: #25a4c9; color:#fff}
.down{ width:960px; height:auto; overflow:hidden; display:block;margin: 0 auto}
.down1{ display:none;}
.down ul li{ width:960px; height:64px; list-style:none;}
.down ul li a{ display:block; width:960px; height:64px; cursor:pointer;}
.down ul li a:hover .down_right{ background:url(../images/down_10.png) no-repeat 99%;}
.down ul li a:hover .down_right1{ background:#f5f5f5 url(../images/down_10.png) no-repeat 99%;}
.down_left{ float:left; width:105px; height:64px; background-color:#f9f9f9;}
.down_right{ float:right; height:64px; line-height:64px; font-size:16px; color:#373737; width:855px; background:url(../images/down_08.png) no-repeat 99%;}
.down_right span{ color:#274584; margin-left:35px;}
.down_left1{ float:left; width:105px; height:64px; background-color:#e2e2e2;}
.down_right1{ float:right; height:64px; line-height:64px; font-size:16px; color:#373737; width:855px; background:#f5f5f5 url(../images/down_08.png) no-repeat 99%;}
.down_right1 span{ color:#274584; margin-left:35px;}
