body, button, input, select, textarea, h1 , h2,hk, h3, h4, h5, h6, label, span, a, small, code, pre, p {
  font-family: '微软雅黑', Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
a {transition: all .4s ease-in-out;}
a:focus {outline: none;}
a:hover {text-decoration: none;}
body,html{
  background: #E6F2E4;
}
.container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  max-width: 1200px;
}

/**
* 页头线条
**/
.top-line {
  min-height: 30px;
  line-height: 30px;
  background: #3DBD9C;
}
.top-line .container {
  background: #51C4A5;
}
.top-line .welcome {
  color: #fff;
  font-size: 14px;
}
.top-line .nav a {
  color: #fff;
  font-size: 14px;
}
.top-line .nav .home {
  background-image: url(../images/icons-home.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-right: 30px;
}
.top-line .nav .login {
  background-image: url(../images/icons-p.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-right: 30px;
}
.top-line .nav .register {
  background-image: url(../images/icons-r.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-right: 30px;
}
.top-line .nav a:hover {
  color: #e5e5e5;
}
.top-line .nav .search {
  position: relative;
  width: 240px;
  height: 25px;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.top-line .nav .search .key {
  position: absolute;
  width: 240px;
  height: 100%;
  border: 0px;
  text-indent: 40px;
  background-image: url(../images/icons-find.jpg);
  background-position: 10px center;
  background-repeat: no-repeat;
  z-index: 0;
  font-size: 14px;
}
.top-line .nav .search .search-btn {
  position: absolute;
  width: 50px;
  top: 0px;
  right: 6px;
  height: 25px;
  right: 0px;
  line-height: 12px;
  font-size: 14px;
  border: 0px;
  background: #2BAB8A;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}


/**
* logo + banner
**/
.header .logo {
  height: 107px;
  background-image: url(../images/bg-logo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.header .logo h1 {
  height: 107px;
  background-image: url(../images/logo5.png);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.header .logo h1 a {
  max-width: 600px;
  height: 100%;
  display: block;
  line-height: 1000px;
}

.header .logo h2 {
  height: 107px;
  background-image: url(../images/logo2.png);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.header .logo h2 a {
  max-width: 600px;
  height: 100%;
  display: block;
  line-height: 1000px;
}



.header .banner {
  height: 151px;
  background-image: url(../images/bg-banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}


/**
* 主体
**/
.body {
  padding-top: 60px;
}
.category-item h3 {
  background-color: #36B28D;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-indent: 20px;
  border-radius: 10px;
}

.category-item a1 {
  background-color: #36B28D;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-indent: 20px;
  border-radius: 10px;
}
.category-item a2 {
  background-color: #36B28D;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-indent: 20px;
  border-radius: 10px;
}
.category-item a3 {
  background-color: #36B28D;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-indent: 20px;
  border-radius: 10px;
}
.category-item a {
  font-size: 15px;
  color: #6A6E6F;
  transition: all .4s ease-in-out;
}
.category-item a:hover {
  color: #49B19A;
}
.category-item img {
  display: block;
  transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}
.category-item a:hover img {
  margin-top: -10px;
}
.category-item .row-2 {
  max-width: 450px;
}
.category-item .row-3 {
  max-width: 560px;
}
.login-form {
  width: 500px;
}
.login-form .wrap {
  width: 420px;
  height: 380px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  border: 1px solid #BCD7C8 !important;
  border-radius: 20px;
  background-image: url(../images/bg-form.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #CDE7DE;
  box-shadow: 0 0 30px #BCD6CB;
  -moz-box-shadow: 0 0 30px #BCD6CB;
}
.login-form .wrap h3 {
  color: #574143;
  font-size: 22px;
  height: 55px;
  line-height: 27px;
}
.login-form .wrap input[type="text"],
.login-form .wrap input[type="password"] {
  width: 100%;
  border-width: 0px;
  border-radius: 6px;
  height: 40px;
  text-indent: 40px;
  line-height: 40px;
  font-size: 14px;
}
.login-form .wrap input[type="text"] {
  background-image: url(../images/icons-form-user.jpg);
  background-position: 5px center;
  background-repeat: no-repeat;
}
.login-form .wrap input[type="password"] {
  background-image: url(../images/icons-form-pwd.jpg);
  background-position: 5px 2px;
  background-repeat: no-repeat;
}
.login-form .wrap .link,
.login-form .wrap .link a {
  font-size: 14px;
  color: #55C2A2;
}
.login-form .wrap .link a:hover {
  color: #fff;
}
.login-form .wrap .submit {
  background-color: #3DBD9C;
  border-radius: 10px ;
}


/**
* 友情链接
**/
.foot-link {
  background: #3DBD9C;
  min-height: 50px;
  line-height: 50px;
  margin-top: 50px;
}
.foot-link a {
  color: #fff;
  font-size: 14px;
}
.foot-link a:hover {
  color: #eee;
}


/**
* 页脚
**/
.footer {
  background: #e5e5e5;
}
.footer .logo {
  background-image: url(../images/foot-logo.png);
  background-repeat: no-repeat;
  background-position: left 10px;
}
.footer .logo p {
  position: relative;
  padding-left: 130px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.footer .logo p:after {
  position: absolute;
  content: '';
  left: 110px;
  top: 10px;
  height: 70px;
  background: #d3d3d3;
  width: 1px;
  z-index: 1;
}
.footer .qrCode div {
  display: inline-block;
  width: 110px;
  height: 100px;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.footer .qrCode div img {
  margin-bottom: 10px;
}