﻿@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	font-family:"微软雅黑";
	font-size:1em;
	background-color:#fff
}
.box {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc'); /*  IE */
	background-image:linear-gradient(bottom, # 0%, #ccc 100%);
	background-image:-o-linear-gradient(bottom, #ccc 0%, #ccc 100%);
	background-image:-moz-linear-gradient(bottom, #ccc 0%, #ccc 100%);
	background-image:-webkit-linear-gradient(bottom, # 0%, #ccc 100%);
	background-image:-ms-linear-gradient(bottom, # 0%, #ccc 100%);
	
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	background:rgba(94, 94, 94, 0.5);
    
}
.login-box {
	width: 100%;
	max-width:500px;
	height: 400px;
	position: absolute;
	top: 50%;
	border:1px solid #ddd;
	margin-top: -200px;
	background:#ddd;
	/*设置负值，为要定位子盒子的一半高度*/ 
}
.register-box {
	width: 100%;
	max-width:500px;
	height: 470px;
	position: absolute;
	top: 50%;
	border:1px solid #ddd;
	margin-top: -200px;
	background:#ddd;
	/*设置负值，为要定位子盒子的一半高度*/
}
.popularize-box {
	width: 100%;
	max-width:500px;
	height: 560px;
	position: absolute;
	top: 50%;
	border:1px solid #ddd;
	margin-top: -200px;
	background:#ddd;
	/*设置负值，为要定位子盒子的一半高度*/
}
@media screen and (min-width:500px){
	.login-box {
		left: 50%;
		/*设置负值，为要定位子盒子的一半宽度*/
		margin-left: -250px;
	}
	.register-box {
		left: 50%;
		/*设置负值，为要定位子盒子的一半宽度*/
		margin-left: -250px;
	}
	.popularize-box {
		left: 50%;
		/*设置负值，为要定位子盒子的一半宽度*/
		margin-left: -250px;
	}
}	

.form {
	width: 100%;
	max-width:500px;
	height: 275px;
	margin: 25px auto 0px auto;
	padding-top: 25px;
}	
.login-content {
	height: 300px;
	width: 100%;
	max-width:500px;
	background-color: rgba(255, 250, 2550, .6);
	float: left;
}	
.register-content {
	height: 370px;
	width: 100%;
	max-width:500px;
	background-color: rgba(255, 250, 2550, .6);
	float: left;
}		
.popularize-content
{
	height:460px;
	width: 100%;
	max-width:500px;
	background-color: rgba(255, 250, 2550, .6);
	float: left;
}	
	
.input-group {
	margin: 0px 0px 30px 0px !important;
}
.form-control,
.input-group {
	height: 40px;
}

.form-group {
	margin-bottom: 0px !important;
}
.login-title {
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, .6);
}
.login-title h1 {
	margin-top: 10px !important;
}
.login-title small {
	color: #fff;
}

.link p {
	line-height: 20px;
	margin-top: 30px;
}
.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}

/*首页css*/
.index-box
{
	width:100%;
    position: absolute;
    background:#fff;
	height:auto;
}
.logo
{
	text-align:center;
	height:45px;
	border-bottom: 2px solid #fff;
	padding-top:10px;
}
.logo img
{
    max-width: 330px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -6px;
    width:100%;
}
.banner
{
	width:100%;
	height:auto !important;
	height:200px; /*假定最低高度是200px*/
	min-height:155px; 
}
.content,.message
{
	float:left;
	width:100%;  padding-left: 5px;
  padding-right: 5px;
}
.message
{
	padding-bottom:46px;
}
.content h2,.message h2,.content2 h2
{
	font-size:1em;
	height:2em;
	line-height:2em;
	border-bottom:1px solid #075EA2;
	text-indent:0.5em;
	color:#fff;
	background:#333;
    font-weight: bold;
}

.content ul,.message ul
{
	background:#ddd;
	display:inline-block;
    border:3px solid #fff;
    padding-bottom: 60px;
}
.content ul li
{
	background:#fff;
    border-radius:10px;
    box-shadow: 5px 5px 10px #bbb;
    height:160px;
    padding:10px 4px;
}

.content ul .col-xs-4
{
    width:31.3%;
    margin-left:5px;
    margin-right:5px;
}
.content ul .col-xs-5
{
    width:46%;
    margin-left:5px;
    margin-right:5px;
}
.content ul .col-lg-1
{
    margin-left:5px;
    margin-right:5px;
}
.content ul .col-md-2
{
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
}

/*
.content ul li:nth-child(2n+1)
{
}*/
.content ul li img
{
	width:100%;
    height:87.1406px;
    max-width:141px;
    max-height:141px;
    display: block;
    margin: 0 auto;
}
.content ul li p
{
	height:1.5em;
	font-size:1em;
	text-align:center;
    margin-top:4px;
    line-height:16px;
}
.content ul li p a
{
    color:#333;
    font-size: 0.77rem;
}

.footer{
	text-align:center;
	font-size:0.8em;
	background:#333;
	width:100%;
    float:left;
    position: absolute;
}
.footer-login
{
	bottom: -80px !important;

}
.footer-register
{
	bottom: -120px !important;
}
.footer-popularize
{
	bottom:-230px !important;
}
.message ul
{
	padding:2%;
	width:100%;
}
.message ul li
{
	width:100%;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	border-bottom:2px solid #fff;
}
.message ul li a{ color:#333;}
.message ul li a:hover{ color:#2293D0;}

.dialog-open{
	overflow-y:hidden !important;
}
.rs-overlay{
	background:#000;
	opacity:.5;
	filter: alpha(opacity=50);
	position: fixed;
	z-index: 1000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display: none;
}
.rs-dialog{
	display: none;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	/*background: rgba(0,0,0,.5);*/
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.dialog-open .rs-dialog{
	overflow-x:hidden;
	overflow-y:auto;
}
.rs-dialog.in{
	opacity: 1;
}
.rs-dialog .rs-dialog-box {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.rs-dialog.in .rs-dialog-box {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-dialog .rs-dialog-box{
	position: relative;
	margin:30px auto;
	width: 600px;
	background-color: #ffffff;
	border-radius:10px;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.logged-in .rs-dialog .rs-dialog-box{
	margin-top:60px;
}
.rs-dialog-box a.close{
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size:20px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow: 0 1px 0 #ffffff;
	color: #fff;
	background-color:#8b8b8b;
	border:2px solid #fff;
	border-radius: 25px;
	box-shadow:0 0 3px 1px #999;
	outline: none;
}
.rs-dialog-box a.close:hover{
	background-color:#444;
}
.rs-dialog-header{
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.rs-dialog-header h3{
	font-size: 18px;
}
.rs-dialog-body{
	padding: 20px;
	line-height: 1.4
}
.rs-dialog-body p{
	margin-bottom:10px;
	color:#333;
}
.rs-dialog-footer{
	padding: 20px;
	border-top:1px solid #e5e5e5;
	overflow: hidden;
}
@media (max-width: 767px) {
  .rs-dialog .rs-dialog-box {
    width: auto;
    margin: 30px 20px;
  }
}

.form-group p
{
	color:#333;
}
.form-group a
{
	color:#337ab7;
}

@media (min-width: 478px) {
    .col-xs-5 {
      width:31% !important;
    }
}
@media (min-width: 618px) {
    .col-xs-5 {
      width:23% !important;
    }
}
@media (min-width: 896px) {
    .col-xs-5 {
      width:18% !important;
    }
}

.content2 {
   float: left;
   width: 100%;
   padding-left: 5px;
   padding-right: 5px;
   background:#eee;
}
.content2 ul li img{
    width:50px;
    height:50px;
    display: inline-block;
    float: left;
}
.content2 ul li span{
    margin-left:10px;
    color:#333;
}
.content2 ul li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #aaa;
  margin:4px 0;
}
.content2 ul {
    display:inline-block;
}

.deliver .more {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
  background: #F9F9F9;
  cursor: pointer;
}
.deliver .head{
	height:30px;
	line-height:30px;
	font-size:1.6rem;
}
.deliver .head span{
	height:30px;
	line-height:30px;
	font-size:1.6rem;
	background-color: rgb(67, 175, 59);
    color: #fff;
}
#myTab{
	font-size:1.5rem;  
    background-color: #fff;
    padding: 4px 2px;
    border-bottom:1px solid #fff;
}
.deliver ul li{
	display:inline-block;
	border-bottom:1px solid #ddd;
	width:100%;
	padding:4px 0;
}
.deliver ul span{
	width:33%;
}
.deliver li a{
	color:#333;
}
.deliver #myTab p{
	background:#ddd;
	height:30px;
	line-height:30px;
}
.deliver #myTab li{
	width:auto;
	padding:0;
}
.deliver #myTab .active{
	border-bottom:1px solid #fff;
}
.deliver .nav-tabs>li>a{
	margin:0;
    font-size:initial;
}
.deliver .tab-content p{
	margin:4px 0;
}
.deliver .tab-content .btn {
    background:rgb(67, 175, 59);
    color:#fff;
    margin-left:30%;
    padding:8px 60px;
    margin-bottom:10px;
    margin-top:10px;
}

.center {
    display:block;
    color:#999;
}
.deliver {
    display:inline-block;
    height:374px;
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}



.deliver .fade
{
	background:#fff;
	display:inline-block;
    border:3px solid #fff;
    padding-bottom: 6px;
    position:absolute;display:none;
}

/*
.content ul li:nth-child(2n+1)
{
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color:#fff;
    background-color:#049be2;
}
#myTab li a {
    padding:10px 23px;
}


/*nav css*/
nav div {
    display:inline-block;
    height:50px;
    line-height:50px;
    width:100%;
    color:#333;
    border-bottom:1px solid #e7e7e7;
}
nav div .return {
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    padding-left: 10px;
}
nav div span {
    color:#333;
    font-size:1.2rem;
}
.return i {
  float: left;
}
.return a {
    color:#333;
}
.more {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  background: #F9F9F9;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  color: #333;
  display:inline-block;
}




.job h5 {
  margin: 0;
  width: 80%;
  font-size: 14px;
}

.job {
  width: 100%;
  display: inline-block;
  margin-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.job li{
    border-bottom:1px solid #ddd;
    padding-left:5px;
    padding-right:5px;
    padding:4px 5px;
    height:60px;
    display: inline-block;
}

.news .p {
  height: 40px;
  border-radius:4px;
  background: #aaa;
  font-size: 1.2rem;
}
.job p {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color:#333;
  text-align:right;
  font-size:12px;
}
.p {
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 4px;
  padding-top: 6px;
  background: #333;
  border-top: 2px solid #fff;
  text-indent: 0.6em;
}
.job img {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
}
.news h5 {
  width: 100%;
  display: block;
  overflow: hidden;
  height:30px;
  line-height:30px;
}
.news .p em {
  background: #049be2;
  height: 38px;
  width: 100px;
  display: block;
  line-height: 31px;
  margin-top: -6px;
  float: left;
  font-style: normal;
  color:#fff;
  font-size:16px;
  text-align:left;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}
.p span {
  float: right;
  margin-right: 10px;
}
.news .p a {
  font-family: "宋体";
  font-weight: bold;
  font-size:16px;
}
.job ul li div {
	padding-left:60px;
  height: 50px;
  color: #333;
}

.deliver ul li div {
  margin-left: 60px;
  height: 50px;
  color: #333;
}
 .deliver .tab-content ul li {
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  padding-right: 5px;
  padding: 4px 5px;
  border-radius: 0;
  box-shadow: none;
}
 .deliver .tab-content ul li p {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333;
  text-align: right;
  font-size: 12px;
}
/* niejun add */
.footer{padding-top:10px;}
.footer p{line-height:20px; padding:5px 5px;}
.footer p a{ padding:0px 10%;}
.footer p button{width:20%;}














