/*¹«¹²²¿·Ö*/
body {
  min-width: 1200px;
  background: #f5f5f5;
  font-family: "Î¢ÈíÑÅºÚ";
}
.wt1200 {
  width: 1200px;
}
.ml70 {
  margin-left: 70px;
}
/*header*/
.header {
  width: 100%;
  overflow: hidden;
  height: 47px;
  background: #6fb6f3;
}
.header h3 {
  line-height: 47px;
  width: 100%;
  height: 47px;
  text-align: right;
  font-size: 14px;
  color: #000;
}
/*banner*/
.banner {
  width: 100%;
  background: url(../index_files/banner1.png) no-repeat;
  background-position-x: center;
  height: 338px;
  background-size: cover;
}
.banner .wt1200 i img {
  display: inline-block;
  margin-left: 5px;
  margin-top: 20px;
}
/*nav*/
.nav {
  width: 100%;
  background: url(../index_files/nav-bg.png) repeat-x;
  height: 48px;
}
.nav .nav-i li {
  width: 120px;
  height: 49px;
  line-height: 49px;
  float: left;
  background: url("../index_files/nav_bar.png") no-repeat center right;
  text-align: center;
}
.nav .nav-i .last {
  background: none;
}
.nav .nav-i a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
}
.nav .nav-i a:hover {
  color: #ffff00;
}
/*content*/
.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.block {
  width: 289px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.block.login,
.block.news {
  height: 380px;
}
.head {
  width: 286px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #e9e9e9;
}
.head.img {
  background: url("../index_files/title-bg1.png") repeat-x;
  position: relative;
}
.title-bg {
  position: absolute;
  top: -4px;
  background: url("../index_files/title-bg.png") no-repeat;
  width: 200px;
  height: 44px;
}
.title-bg1 {
  position: absolute;
  top: -4px;
  background: url("../index_files/title-bg11.jpg") no-repeat;
  width: 287px;
  height: 44px;
}
.head span {
  padding-left: 10px;
  font-size: 16px;
}
.content {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.content .username,
.content .password {
  width: 265px;
  height: 49px;
  line-height: 49px;
}
.content .username {
  background: url("../index_files/username_nb.png") no-repeat;
  margin: 0 auto;
  margin-top: 15px;
}
.content .password {
  background: url("../index_files/password_nb.png") no-repeat;
  margin: 0 auto;
  margin-top: 20px;
}
.username input,
.password input {
  margin-left: 110px;
  height: 49px;
  line-height: 49px;
  padding: 0;
  border: none;
  outline: none;
  width: 130px;
  background: none;
}
.content .find {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #b21d1d;
}
.btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 121px;
  height: 49px;
  font-size: 16px;
  color: #fff;
}
.btn .log {
  background: url(../index_files/btn-dl.png) no-repeat;
  margin-right: 20px;
}
.btn .reg {
  background: url(../index_files/btn-zc.png) no-repeat;
}
/*D???¡Á¨º??*/
.news {
  width: 887px;
  margin-left: 24px;
  height: 380px;
  position: relative;
}
.news .head {
  width: 885px;
  border: 1px solid #e9e9e9;
  background: url("../index_files/title-bg1.png") repeat-x;
  position: relative;
}
.news .title-bg {
  position: absolute;
  top: -4px;
  background: url("../index_files/title-bg.png") no-repeat;
  width: 187px;
  height: 44px;
}
.news .top {
  width: 840px;
  height: 188px;
  margin: 14px 8px 14px;
}
.news .banner {
  width: 293px;
  height: 181px;
  position: relative;
  overflow: hidden;
  float: left;
}
.news .banner .slider-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.news .banner .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  left: 0;
  display: none;
}
.news .banner .slider.act {
  display: block;
}
.news .banner img {
  width: 100%;
  height: 100%;
}
.news .banner .pagination {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.6);
}
.news .banner .pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.news .banner .pagination .act {
  background: #565656;
}
.news .text {
  width: 520px;
  height: 150px;
  float: right;
}
.news .text h3 {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
}
.news .text .p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 22px;
  text-indent: 2em;
}
.news .p a {
  color: #419ae7;
}
.news .text .time {
  text-align: right;
  color: #808080;
  line-height: 18px;
  font-size: 14px;
}
.news .text_list {
  width: 840px;
  margin-left: 20px;
}
.news .text_list li {
  background: url("../index_files/arrow.jpg") no-repeat center left;
}
.text_list {
  margin-bottom: 10px;
}
.text_list li {
  width: 100%;
  height: 35px;
  border-bottom: 1px dashed #d3d3d3;
  line-height: 36px;
  box-sizing: border-box;
  overflow: hidden;
}
.text_list li span {
  float: right;
  color: #666;
  font-size: 14px;
}
.text_list li a {
  color: #1a1a1a;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.text_list li a:hover {
  color: #419ae7;
}
.head a.more {
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
  position: absolute;
  display: block;
  right: 10px;
  top: center;
}
/*?t2?¡¤¡§1?*/
.policy .head {
  width: 286px;
  border: 1px solid #e9e9e9;
  background: url("../index_files/title-bg1.png") repeat-x;
}
.policy .content.fir {
  height: 334px;
}
.policy .title-bg {
  position: absolute;
  top: -4px;
  background: url("../index_files/title-bg.png") no-repeat;
  width: 220px;
  height: 44px;
}
.policy .text_list {
  width: 260px;
  margin: 12px auto;
}
.policy .text_list.text_list2 {
  width: 520px;
}
.policy .text_list li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: none;
  background: url("../index_files/dian.jpg") no-repeat 0px center;
  margin-bottom: 3px;
  *+margin-bottom: 0;
}
.policy .text_list li a {
  padding-left: 8px;
  color: #1a1a1a;
  display: inline-block;
  width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.policy .text_list li span {
  margin-right: 4px;
  display: inline-block;
  float: right;
}
.policy .text_list2 li a {
  width: 400px;
}
/*?a¡ã¨¤?¡è??*/
.yg {
  width: 585px;
}
.yg .head {
  width: 583px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #e9e9e9;
}
.yg h2 {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #006aa7;
  width: 560px;
  margin-left: 20px;
  border-bottom: 1px dotted #e4e4e4;
}
.yg dl {
  display: block;
  margin-left: 20px;
  margin-top: 8px;
}
.yg dl dd {
  font-size: 14px;
  line-height: 20px;
  font-size: left;
}
.enter-bm {
  width: 169px;
  height: 43px;
  background: url(../index_files/enter-bm.png) no-repeat;
  display: inline-block;
  margin: 10px;
}
/*¨ª¡§?a1???*/
.notice .text_list {
  width: 546px;
  margin: 16px auto;
  *+margin: 14px auto;
}
.notice .text_list li {
  background: url("../index_files/notice.jpg") no-repeat center left;
  *+height: 30px;
}
.notice .text_list li a {
  float: left;
  display: inline-block;
}
.notice .text_list li span {
  display: inline-block;
  float: right;
}

.yg .text_list {
  width: 570px;
  margin: 16px auto;
  padding: 0 20px;
  box-sizing: border-box;
  *+margin: 14px auto;
}
.yg .text_list li {
  background: url("../index_files/notice.jpg") no-repeat center left;
  *+height: 30px;
}
.yg .text_list li a {
  float: left;
  display: inline-block;
}
.yg .text_list li span {
  display: inline-block;
  float: right;
}

/*??3¨¬?DD?*/
.kecheng {
  height: 288px;
  width: 576px;
  *+height: 291px;
}
.kecheng .head {
  width: 574px;
  border: 1px solid #e9e9e9;
}
.kecheng .content {
  height: 241px;
  padding: 8px 0;
  *+height: 231px;
}
.kecheng .left {
  width: 110px;
  height: 100%;
  margin-left: 10px;
  float: left;
}
.kecheng .left div {
  position: relative;
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 64px;
  cursor: pointer;
}
.kecheng .left div .img2 {
  display: none;
}
.kecheng .left .act .img1 {
  display: none;
}
.kecheng .left .act .img2 {
  display: block;
}
.kecheng .left span {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 12px;
}
.kecheng .right {
  width: 420px;
  height: 100%;
  float: right;
  position: relative;
}
.kecheng .right ul {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.kecheng .right .act {
  display: block;
}
.kecheng .right li {
  width: 130px;
  height: 100px;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
.kecheng .right li a {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.kecheng .right img {
  width: 127px;
  height: 80px;
  border: 1px solid #d9d9d9;
}
.kecheng .right p {
  width: 90px;
  height: 20px;
  line-height: 20px;
  margin-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*?¡ã3?D??¡é*/
.title {
  height: 280px;
}
.title .head {
  width: 286px;
  border: 1px solid #e9e9e9;
  float: left;
}
.title .content {
  height: 238px;
  overflow: hidden;
  float: left;
}
.title .text_list {
  width: 260px;
  margin: 0 auto;
}
.title .text_list li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: none;
  background: url("../index_files/dian.jpg") no-repeat 0px center;
}
.title .text_list li a {
  padding-left: 8px;
  color: #1a1a1a;
  display: inline-block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.title .text_list li span {
  margin-right: 4px;
  display: inline-block;
  float: right;
}
/*¦Ì?¡Á¨®¨ª?¨º¨¦1Y*/
.book {
  width: 576px;
  margin-left: 20px;
}
.book .head {
  width: 574px;
  border: 1px solid #e9e9e9;
}
.book .content {
  height: 238px;
}
.book .left {
  float: left;
  width: 188px;
  margin-left: 10px;
  padding-top: 10px;
}
.book .right {
  float: right;
  width: 188px;
  margin-right: 8px;
  padding-top: 10px;
}
.book li {
  height: 64px;
  overflow: hidden;
}
/*¡ã??¨²?DD?*/
.help {
  width: 240px;
  margin-left: 20px;
  height: 280px;
}
.help .head {
  width: 238px;
  border: 1px solid #e9e9e9;
}
.help .content {
  height: 238px;
  *+height: 236px;
  background: #fff url(../index_files/help4.jpg) no-repeat center 15px;
  padding-top: 15px;
}
.help .left {
  width: 269px;
  height: 100%;
  float: left;
}
.help .right {
  width: 119px;
  height: 100%;
  float: right;
}
.help li {
  width: 129px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  float: left;
}
.help li a {
  color: #1a1a1a;
}
.help li a:hover {
  color: red;
}
.help .left a {
  padding-left: 42px;
}
.help .right a {
  padding-left: 50px;
}
/*?¨¤1?¨¢¡ä?¨®*/
.link {
  width: 288px;
  margin-left: 10px;
  height: 280px;
}
.link .head {
  width: 286px;
  border: 1px solid #e9e9e9;
}
.link .content {
  height: 238px;
  *+height: 236px;
  overflow: hidden;
}
.link ul {
  margin-left: 20px;
  padding-top: 10px;
}
.link li {
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
}
.link li a {
  color: #006aa7;
  font-size: 14px;
}
/*footer*/
#footer {
  width: 100%;
  background: url("../index_files/footer-bg.png") repeat-x;
  height: 182px;
}
#footer .wrapper {
  width: 440px;
  margin: 0 auto;
  padding-top: 20px;
  height: 162px;
}
#footer .left {
  width: 63px;
  height: 79px;
  float: left;
  background: url("../index_files/footer_logo.png") no-repeat;
  margin-top: 20px;
}
#footer .right {
  width: 340px;
  float: right;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
#footer .right p {
  font-family: "??¨¬?";
  font-size: 14px;
}
