@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background: #091a43 url(../images/bg.png) top center repeat-x;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1010px;
  z-index: 1;
  background: url(../images/bg-before.png) top center no-repeat;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  overflow: hidden;
  clear: both;
  height: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mr25 {
  margin-right: 25px;
}

.w400 {
  width: 400px;
}

.w490 {
  width: 490px;
}

.h245 {
  height: 245px;
}

.topBar {
  position: relative;
  z-index: 2;
  height: 105px;
  background: url(../images/top.png) top center no-repeat;
  min-width: 1200px;
  overflow: hidden;
}

.topBar .logo {
  width: 464px;
  height: 68px;
  background: url(../images/logo.png) no-repeat;
  margin: 10px auto 0;
}

.header {
  position: relative;
  z-index: 2;
  width: 1200px;
  overflow: hidden;
  height: 285px;
  margin: 0 auto;
  background: url(../images/h-bg.png) 30px center no-repeat;
}

.header .text {
  float: left;
  margin-left: 370px;
  margin-top: 80px;
  width: 400px;
}

.header .text h3 {
  color: #5db7f0;
  font-size: 26px;
  margin-bottom: 10px;
}

.header .text p {
  text-align: justify;
}

.header .login {
  position: relative;
  float: right;
  position: relative;
  background: url(../images/lg-bg1.png) center/contain no-repeat;
  width: 356px;
  height: 283px;
  padding: 93px 14px 0 1px;
}

.login .tabBar {
  width: 341px;
  height: 34px;
  line-height: 34px;
  color: #1c5dcd;
  text-align: center;
  border-bottom: 1px solid #1678bd;
}

.login .tabBar li {
  position: relative;
  float: left;
  width: 25%;
  cursor: pointer;
}

.login .tabBar li:hover {
  color: #29bcdf;
}

.login .tabBar .current {
  color: #29bcdf;
}

.login .tabBar .current:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #29bcdf;
}

.login p {
  font-size: 12px;
  color: #29bcdf;
  text-align: center;
}

.login .login-zh {
  padding: 13px 152px 0 26px;
}

.header .login-zh>a {
  position: absolute;
  right: 36px;
  top: 160px;
  margin-top: 4px;
  width: 102px;
  height: 84px;
  line-height: 78px;
  text-align: center;
  color: #7dc3ff;
  font-size: 20px;
  background: url(../images/btn.png) no-repeat;
}

.login .login-zhs {
  padding: 21px 152px 0 26px;
}

.header .login-zhs>a {
  position: absolute;
  right: 36px;
  top: 160px;
  margin-top: 4px;
  width: 102px;
  height: 84px;
  line-height: 78px;
  text-align: center;
  color: #7dc3ff;
  font-size: 20px;
  background: url(../images/btn.png) no-repeat;
}

.header .login .login-item {
  position: relative;
  padding-left: 35px;
  height: 44px;
  line-height: 34px;
  border-bottom: 1px solid #29bcdf;
  background: url(../images/user.png) left center no-repeat;
}

.header .login .login-item.pwd {
  background-image: url(../images/pwd.png);
}

.header .login .login-item input[type='text'],
.header .login .login-item input[type="password"] {
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  outline: 0;
  color: #29bcdf;
}

.header .login .login-item + .login-item {
  margin-top: 12px;
}

.header .login .login-items {
  position: relative;
  padding-left: 35px;
  height: 27px;
  line-height: 34px;
  border-bottom: 1px solid #29bcdf;
  background: url(../images/user.png) left center no-repeat;
}

.header .login .login-items.pwd {
  background-image: url(../images/pwd.png);
}

.header .login .login-items input[type='text'],
.header .login .login-items input[type="password"] {
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  outline: 0;
  color: #29bcdf;
}

.header .login .login-items + .login-items {
  margin-top: 12px;
}

.login .login-sm {
  margin: 16px auto;
  text-align: center;
}

.login .login-sjm {
  margin: 42px 0 0 12px;
  font-size: 0;
  text-align: center;
}

.login-sjm input {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  color: #29bcdf;
  border: 1px solid #1678bd;
  background-color: transparent;
  text-align: center;
  outline: none;
}

.login-sjm p {
  margin-top: 14px;
}

.main {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
}

.title {
  height: 42px;
  background: url(../images/t-bg.png) left center no-repeat;
  margin-bottom: 20px;
}

.title h3 {
  float: left;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  font-size: 22px;
  padding: 0 10px;
}

.title > span,
.title a {
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}

.board {
  position: relative;
  padding-top: 155px;
  margin-bottom: 20px;
  background: url(../images/mrbg.png) center 10px no-repeat;
}

.board p {
  font-size: 14px;
  text-align: justify;
}

.sjToatal {
  width: 260px;
  height: 245px;
  padding: 5px 20px;
  background: url(../images/dt-bg.png) center/contain no-repeat;
}

.sjToatal li {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #34415e;
  overflow: hidden;
  font-size: 13px;
  color: #a0b7ef;
  padding-left: 44px;
  background: url(../images/1.png) left center no-repeat;
}

.sjToatal li.bg1 {
  background-image: url(../images/1.png);
}

.sjToatal li.bg2 {
  background-image: url(../images/2.png);
}

.sjToatal li.bg3 {
  background-image: url(../images/3.png);
}

.sjToatal li.bg4 {
  background-image: url(../images/4.png);
}

.sjToatal li.bg5 {
  background-image: url(../images/5.png);
}

.sjToatal li span {
  float: right;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px;
  color: #fff;
  font-size: 13px;
}

.zxClassify {
  width: 230px;
}

.zxClassify li {
  overflow: hidden;
  padding: 10px;
  # background: url(../images/c-bg.png) center/contain no-repeat;
  background: url(../images/dt-bg.png) center/contain no-repeat; 
  height: 175px;
}

.zxClassify li .img {
  float: left;
  text-align: center;
  min-height: 60px;
  width: 213px;
  padding: 5px 0;
  #border-right: 1px solid #5db7f0;
}

.zxClassify li .img img {
  display: block;
  width: 130px;
  margin: 2px auto;
}

.zxClassify li .info {
  float: left;
  width: calc(100% - 120px);
}

.zxClassify li .info a {
  display: block;
  color: #fff;
  padding: 10px 0 10px 30px;
  background: url(../images/list.png) 15px center no-repeat;
}

.zxClassify li + li {
  margin-top: 15px;
}

.news li {
  text-align: right;
  padding: 5px 0;
  overflow: hidden;
}

.news li a {
  float: left;
  text-align: center;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.news li span {
  color: #a0b7ef;
}

.news + .news {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #163e7c;
}

.scroll {
  position: relative;
  width: 100%;
  height: 345px !important;
  z-index: 1;
  overflow: hidden;
}

.scroll-pic {
  z-index: 1;
  width: 100%;
  height: 345px !important;
  overflow: hidden;
}

.scroll-pic li {
  width: 100%;
  height: 345px;
}

.scroll-pic li a {
  width: 100%;
  display: block;
  height: 345px;
}

.scroll-pic li a img {
  width: 100%;
  height: 100%;
}

.scroll-txt-bg {
  position: absolute;
  opacity: 0.6;
  height: 50px;
  z-index: 2;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  height: 50px;
}

.scroll-txt li {
  height: 50px;
  line-height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 3;
}

.scroll-txt li a {
  display: block;
  color: #fff;
  padding: 0 160px 0 10px;
  font-size: 16px;
}

.scroll-num {
  position: absolute;
  height: 10px;
  right: 0;
  bottom: 25px;
  z-index: 4;
}

.scroll-num li {
  width: 20px;
  height: 5px;
  margin-right: 5px;
  display: inline-block;
  background: #fff;
  cursor: pointer;
}

.scroll-num li.on {
  background: #254287;
}

input::-webkit-input-placeholder {
  color: #29bcdf;
}

input::-moz-placeholder {
  color: #29bcdf;
}

input:-ms-input-placeholder {
  color: #29bcdf;
}

input::-webkit-input-placeholder {
  color: #29bcdf;
}

input::-ms-input-placeholder {
  color: #29bcdf;
}

input::placeholder {
  color: #29bcdf;
}

input::first-line{
	color:#5ebde0;
}
/* input:-webkit-autofill {

  background-color: transparent !important;
  box-shadow: transparent !important;
  -webkit-text-fill-color: #29bcdf;
  caret-color: #29bcdf;

} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
} 