td span{
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
}
td font{
	font-size: 20px;
	color: #ff0000;
	font-family: "微软雅黑";
}
.apply-tip{
	position: absolute;
	font-size: 14px;
	color: #ff0000;
	font-family: "微软雅黑";
	margin:10px; 
}
.table-bar:hover{
/* 	background: #00676e; */
	background: linear-gradient(to right, #46D5F5,#2B94D3);
	opacity:0.9;
}

body {
    background-color:#F7F7F7;
    width:100%;

}
.content {
    width:100%;
}
.content-body {
    width:100%;
    height: 100%;
}
.content-top {
    width:100%;
}
.content-top img{
    width:100%;
}
.content-center {
    width:1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
    min-height:530px;
}
/* 麵包屑導航 -begin*/
.content-nav {
	margin-left:0px;
	padding-top:18px;
    padding-bottom:18px;
    letter-spacing:1px;
    margin-bottom: 18px;
}
.content-nav-img {
	float:left;
	margin-left: 20px;
}
.content-nav-text {
    margin-left: 5px;
	font-size: 12px;
	color:#666666;
	font-family:"simsun";
	float:left;
}
.content-nav-text a {
    margin-left: 5px;
    font-size: 12px;
    color: #666666;
    font-family: "simsun";
}
/* 麵包屑導航 -end*/
.content-title {
	font-family:"微软雅黑";
	font-size:22px;
	color:#333333;
	text-align:center;
	line-height:24px;
}
.left {
	text-align: right;
}
.table-bar {
	width:160px;
	height:42px;
	background:#008991;
	left: 50%;
    margin-left: -79px;
    position: relative;
    text-align: center;
    line-height: 42px;
    margin-top: 13px;
    border-radius: 5px;
}
.table-bar a {
	font-size:20px;
	font-family:"微软雅黑";
	color:#ffffff;
}
.table-bar a:hover {
	font-size:20px;
	font-family:"微软雅黑";
	color:#ffffff;
	text-decoration: none;
}
/* font {
	font-size:16px;
	font-family:"微软雅黑";
	color:red;
} */
table {
	border-spacing: 12px 20px;
    border-collapse: separate;
}
/* select,span {
	font-size:16px;
	font-family:"微软雅黑";
	color:#333333;
} */
.td-content{
	width: 350px;
}
.content-table {
	width:550px; 
	margin: 34px 325px;
}
.content-remind {
	/* width:100%; */
	font-size:12px;
	font-family:"微软雅黑";
	color:#ff0000;
	margin: 34px 0;
	text-indent:2em each-line;
	width: 600px;
    position: relative;
    left: 50%;
    margin-left: -300px;	
}

.content-table .form-control{
	padding: 0 10px;
}

.apply-quick-calendar{
	float:right;
	font-size:24px !important;
	color:#008892;
	margin-top:-30px;
	margin-right: 15px;
}
.col-right{
	width:100%;
}
.col-right label{
	width:100%;
}
.table-bar a:focus,.table-bar a:hover {
    text-decoration: none !important;
 }
 .contant-div{
     width:100%;
     display: inline-block;
 }
 
 .btn-validate{
    width: 30%;
    height:40px;
	color:#ffffff;
	padding:0;
	border-radius: 5px;
	background:#008891;
	font-size:18px;
	margin-top: -40px;
    margin-left: 71%;
	}
.btn:active{
    color:#ffffff;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.btn{
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn:hover{
	color:#ffffff;
	background: linear-gradient(to right, #46D5F5,#2B94D3);
	opacity:0.9;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	 color:#ffffff;
	 outline:auto;
}
.circl-active{
	-webkit-animation-name: turnCircle;
    animation-name: turnCircle;
    -webkit-animation-timing-function:linear; 
    animation-timing-function:linear; 
    -webkit-animation-duration:2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count:infinite; 
    animation-iteration-count:infinite; 
}
@-webkit-keyframes turnCircle {
   0% {
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,0deg); 
    }
    100% {
         transform: rotate3d(0,0,1,360deg);   
    }
}

@keyframes turnCircle {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
    100% {
        -webkit-transform: rotate3d(0,0,1,360deg);
        transform: rotate3d(0,0,1,360deg);
    }
}

.result-tip{
	    display: block;
}



/*Nivo Slider 左右按钮  begin*/
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}

.nivoSlider {
  position: relative;
  background: #fff;
  margin-bottom: 0;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.nivoSlider a {
  border: 0;
  display: inline-blpck;
}
.nivoSlider a.btn {
  display: inline-block !important;
}
.nivo-directionNav a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nivoSlider:hover>.nivo-directionNav a{
	 opacity: 0.5;
}
.nivoSlider:active>.nivo-directionNav a{
	 opacity: 1;
}
.nivo-directionNav a:before {
  content: "\e917";
  font-family: 'Electrician';
  font-size: 7vw;
  line-height: 1em;
}
.nivoSlider:hover>.nivo-prevNav{
	 opacity: 1;
}
a.nivo-nextNav {
  right: 15px;
}
a.nivo-prevNav {
  left: 15px;
}
.nivo-directionNav a.nivo-prevNav:before {
  content: "\e916";
}
/*Nivo Slider 左右按钮 end*/