

 /*------ 下载中心样式  ----*/
 .jingxiang { padding: 30px 0px; position: relative;  }
.jingxiangTit {  width: 1200px; margin: 0px auto; font-size:28px; font-weight: bold; line-height: 48px; padding-bottom: 20px; text-align: center; }
.downMain {  width: 1200px; margin: 0px auto; background-color: #fff; border-radius: 10px; padding: 0px 20px 20px 20px; box-shadow: 5px 0px 10px rgba(0,0,0,.08); }
.clientTit { padding: 30px  0px; line-height: 30px; display: flex; justify-content: space-between; }
.clientTit h6 { font-size: 20px; font-weight: bold; }
a.guideDoc { display: block; font-size: 14px; padding: 0px 25px; color: #777; background: url(../images/iconSprite.png) no-repeat 0px -167px;}
a.guideDoc:hover { color: #ff5309; text-decoration: none;}

.clientList { width: 1200px; margin: 0px auto;  font-size: 16px;  color: #666; margin-bottom: 20px; }
.clientList .clientmid { display: flex; justify-content: space-between; }

.clientList li { padding:0px 20px; display: block; position: relative; line-height: 36px; cursor: pointer;}
.clientList li span { display: block; width: 28px; height: 28px; margin: 0px auto 8px auto; opacity: 0.7;}
.clientList li span img { width: 28px;  }
.clientList li.cur,.clientList li:hover { color: #ff5309; }
.clientList li:hover span,.clientList li.cur span { opacity: 1;}
.clientList li.cur { font-weight: bold;}

.clientList li.cur::after { position: absolute; content: " "; width: 16px; height: 4px; border-radius: 2px; background-color: #ff5309; bottom: 0px; left: 50%; margin-left: -8px;}
 /*------ 表格  begin  ----*/

.CajTable { border-collapse: collapse; table-layout: fixed; font-size: 15px; }
.CajTable th, .CajTable td { padding: 15px 20px 15px 20px; height: 20px; background-color: #ff6b3e; font-weight: normal; color: #666; border: 1px solid #e8e6e7; text-align: left; color: #Fff; }
.CajTable td { color: #666; background-color: #fff; text-align: left; cursor: pointer; }
.CajTable tr:nth-child(2n) td { background-color: #f8f4f3; }
.CajTable th.centertxt,.CajTable td.centertxt { text-align: center; }
.CajTable td.name { font-size: 16px; color: #111; }
.CajTable tr:hover, .CajTable tr:hover td { background-color: #f9efe6; }
.CajTable td.tdopt { box-shadow: 0 -1px 8px rgba(0,0,0,.08); }
a.downType { display: block; width:90px; height: 28px ; line-height: 28px; text-align: center ; background-color: #fff; border: 1px solid #7b7b7b; border-radius: 14px; color: #222;  font-size: 12px; margin: 0px auto; cursor: pointer; margin: 5px auto; background: url(../images/iconSprite.png) no-repeat 12px -89px; padding-left: 10px; }
  a.downType:hover { background-color: #ff5309; background-position: 12px -130px;   color: #fff;  font-size: 12px; border: 1px solid #fff; text-decoration: none; }

.fixclient { position: fixed; top: 0px; padding-top: 20px; background-color: #fff; width: 100%; height: 80px; z-index: 999;  box-shadow: 5px 0px 10px rgba(0,0,0,.08); }
.fixclient  .clientmid { width: 1200px; margin: 0px auto;} 






 




