body {
  font-size: 12px;
  font-family: "Microsoft Yahei";
  color: #666;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
p {
  margin: 0;
}
ul,ol {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.container {
  width: 1200px!important;
  padding-left: 0;
  padding-right: 0; 
}
button {
  outline: none!important;
}




/*bootstrap reset style*/
a:focus, a:hover {
  color: #45c3d8;
}
.breadcrumb {
  padding: 20px 0;
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #888;
}
.breadcrumb a:hover,
.breadcrumb>.active {
  color: #45c3d8;
}
.breadcrumb>li+li:before {
    display: none;
    content: "";
}
.breadcrumb span {
  margin: 0 5px;
  color: #888;
  font-family: "simsun";
}
label {
  font-weight: normal;  
}
.form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #45c3d8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(69,195,216,.075), 0 0 8px rgba(69,194,224,.6);
     -moz-box-shadow: inset 0 1px 1px rgba(69,195,216,.075), 0 0 8px rgba(69,194,224,.6);
      -ms-box-shadow: inset 0 1px 1px rgba(69,195,216,.075), 0 0 8px rgba(69,194,224,.6);
       -o-box-shadow: inset 0 1px 1px rgba(69,195,216,.075), 0 0 8px rgba(69,194,224,.6);
          box-shadow: inset 0 1px 1px rgba(69,195,216,.075), 0 0 8px rgba(69,194,224,.6);
}
.form-control.has-error {
  border-color: #d84545;
  outline: 0;
  color: #d84545;
  -webkit-box-shadow: inset 0 1px 1px rgba(216,69,69,.075), 0 0 8px rgba(216,69,69,.6);
     -moz-box-shadow: inset 0 1px 1px rgba(216,69,69,.075), 0 0 8px rgba(216,69,69,.6);
      -ms-box-shadow: inset 0 1px 1px rgba(216,69,69,.075), 0 0 8px rgba(216,69,69,.6);
       -o-box-shadow: inset 0 1px 1px rgba(216,69,69,.075), 0 0 8px rgba(216,69,69,.6);
          box-shadow: inset 0 1px 1px rgba(216,69,69,.075), 0 0 8px rgba(216,69,69,.6);
}
.form-control.has-error + .help-block {
  padding-left: 20px;
  color: #d84545; 
}
.table {
  margin-bottom: 0;
}





/*background-color style*/
.bg-grey {
  background-color: #f6f6f6;
}
.bg-grey-f5 {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #fff;
}
.bg-gradient,
.bg-gradient-a,
.add-gradient:hover {
  background: -webkit-linear-gradient(left,#60cce4, #43dac2)!important;
  background:    -moz-linear-gradient(right,#60cce4, #43dac2)!important;
  background:     -ms-linear-gradient(#60cce4, #43dac2)!important;
  background:      -o-linear-gradient(right,#60cce4, #43dac2)!important;
  background:         linear-gradient(to right,#60cce4, #43dac2)!important;
}
.add-gradient:hover .icon-7 {
  background: url(../images/icon-7-1.png) no-repeat; 
}
.add-gradient:hover .icon-8 {
  background: url(../images/icon-8-1.png) no-repeat; 
}
.add-gradient:hover .icon-9 {
  background: url(../images/icon-9-1.png) no-repeat; 
}
.add-gradient:hover .icon-returnTop {
  background: url(../images/icon-returnTop-1.png) no-repeat; 
}
.bg-gradient-a:hover{
box-shadow: 3px 3px 3px #ccc;
-webkit-transform: translateY(-2px);
   -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
     -o-transform: translateY(-2px);
        transform: translateY(-2px); 
}
.add-shadow {
  -webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
      -ms-transition: all .1s linear;
       -o-transition: all .1s linear;
          transition: all .1s linear;
}
.add-shadow:hover {
  box-shadow: 3px 3px 5px #ccc;
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*border style*/
.border-btm-4 {
  border-bottom: 4px solid #5ad0dc;
}

i {
  font-style: normal;
}
/*color style*/
.color-blue {
  color: #0b9fd0;
}
.color-orange {
  color: #f08f12;
}
.color-grey {
  color: #aaa;
}

/*font-size style*/
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}

/*global icon*/
.icon {
  display: inline-block;
}
.icon-jia,.icon-jian {
  width: 30px;
  height: 30px;
}
.icon-left,
.icon-right {
  position: relative;
  top: 2.5px;
  width: 10px;
  height: 16px;
}
.icon-left {
  background: url(../images/left.png) no-repeat;
}
.icon-right {
  background: url(../images/right.png) no-repeat;
}
.icon-jia {
  background: url(../images/jia.png) no-repeat;
}
.icon-jian {
  background: url(../images/jian.png) no-repeat;
}
.icon-date {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 39px;
  height: 35px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background: #fff url(../images/date.png) no-repeat center center;
}
.icon-jiantou,.icon-jiantou-left {
  position: relative;
  top: -2px;
  width: 11px;
  height: 6px;
  background: url(../images/jiantou.png) no-repeat;
}
.icon-jiantou-left {
  background: url(../images/jiantou-left.png) no-repeat; 
}
.icon-love,.icon-1,.icon-2,.icon-3,.icon-4,.icon-5,
.icon-6 {
  width: 15px;
  height: 15px;
}
.icon-love {
  background: url(../images/icon-love.png) no-repeat;
}
.icon-1 {
  background: url(../images/icon-1.png) no-repeat;
}
.icon-2 {
  background: url(../images/icon-2.png) no-repeat;
}
.icon-3 {
  background: url(../images/icon-3.png) no-repeat;
}
.icon-4 {
  background: url(../images/icon-4.png) no-repeat;
}
.icon-5 {
  background: url(../images/icon-5.png) no-repeat;
}
.icon-6 {
  background: url(../images/icon-6.png) no-repeat;
}
.icon-7 {
  width: 18px;
  height: 18px;
  background: url(../images/icon-7.png) no-repeat;
}
.icon-8 {
  width: 16px;
  height: 16px;
  background: url(../images/icon-8.png) no-repeat;
}
.icon-9 {
  width: 17px;
  height: 18px;
  background: url(../images/icon-9.png) no-repeat;
}
.icon-returnTop {
  width: 23px;
  height: 22px;
  background: url(../images/icon-returnTop.png) no-repeat;
}
.icon-plane {
  position: relative;
  width: 37px;
  height: 32px;
  background: url(../images/icon-plane.png) no-repeat;
}
.icon-house {
  position: relative;
  width: 37px;
  height: 29px;
  background: url(../images/icon-house.png) no-repeat;  
}
.icon-clock {
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  background: url(../images/icon-clock.png) no-repeat;
}
.icon-sheep {
  width: 39px;
  height: 29px;
  background: url(../images/icon-sheep.png) no-repeat;
}
.icon-tt {
  width: 36px;
  height: 34px;
  background: url(../images/icon-tt.png) no-repeat;
}


/*line height style*/
.line-height-72 {
  height: 72px;
  line-height: 72px;
}
.line-height-49 {
  height: 49px;
  line-height: 49px;
}

/*position style*/
.position-re-top-4 {
  position: relative;
  top: 4px;
}

/*margin style*/
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-45 {
  margin-right: 45px;
}
.margin-btm-5 {
  margin-bottom: 5px;
}
.margin-btm-10 {
  margin-bottom: 10px!important;
}
.margin-btm-20 {
  margin-bottom: 20px!important;
}
.margin-btm-30 {
  margin-bottom: 30px;
}
.margin-btm-40 {
  margin-bottom: 40px;
}

/*padding style*/
.padding-btm-2 {
  padding-bottom: 2px;
}
.padding-btm-5 {
  padding-bottom: 5px;
}
.padding-btm-7 {
  padding-bottom: 7px;
}
.padding-btm-9 {
  padding-bottom: 9px;
}
.padding-btm-31 {
  padding-bottom: 31px;
}
.padding-btm-40 {
  padding-bottom: 40px;
}
.padding-top-40 {
  padding-top: 40px;
}


/*width style*/
.width-block {
  width: 100%;
}
.width-60 {
  width: 60px;
}
.width-129 {
  width: 129px;
}
.width-140 {
  width: 140px;
}
.width-150 {
  width: 150px;
}
.width-179 {
  width: 179px;
}
.width-201 {
  width: 201px;
}
.width-230 {
  width: 230px;
}
.width-270 {
  width: 270px;
}
.width-339 {
  width: 339px;
}
.width-346 {
  width: 346px;
}
.width-350 {
  width: 350px;
}
.width-550 {
  width: 550px;
}


/*user-defined-radio*/
.user-defined-radio {
  position: relative;
  padding-left: 25px;
  height: 18px;
  line-height: 18px;
}
.user-defined-radio>input,
.user-defined-radio>span,
.user-defined-radio>b {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.user-defined-radio>input,
.user-defined-radio>span {
  left: 0;
  width: 18px;
  height: 18px;
}
.user-defined-radio>input {
  z-index: 10;
  opacity: 0;
}
.user-defined-radio>span {
  z-index: 5;
  border-radius: 50%;
  background-color: #bbb;
}
.user-defined-radio>input[type="radio"]:checked + span {
  background-color: #00ccce;
}
.user-defined-radio>b {
  left: 6px;
  z-index: 8;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}



/*common head style*/
header .wrap-img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
header .wrap-img img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
header .top-nav {
  min-height: 40px;
  margin-bottom: 0;
  border: none;
  background-color: #f5f5f5;
}
header .top-nav .navbar-nav>li>a:hover {
  color: #5ad0dc;
}
header .top-nav ul:last-of-type>li:last-child {
  position: relative;
}
header .top-nav ul:last-of-type>li:last-child .icon {
  top: 4px;
}
header .top-nav ul:last-of-type>li:last-child>div {
  position: absolute;
  top: 86px;
  left: 50%;
  z-index: 5;
  padding: 0 7px;
  margin-left: -60px;
  width: 120px;
  height: 150px;
  text-align: center;
  display: none;
  opacity: 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px #ccc;
}
header .top-nav ul:last-of-type>li:last-child>div img {
  position: relative;
  z-index: 10;
  padding-top: 10px;
  margin-bottom: 6px;
  border-radius: 15px 15px 0 0;
  background-color: #fff
}
header .top-nav ul:last-of-type>li:last-child>div:after {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border: 10px solid #fff;
  box-shadow: 0 0 10px #ccc;
  transform: rotate(45deg);
}
-webkit-@keyframes btm-to-top {
  0% {
    opacity: 0;
    top: 96px;
  }
  100% {
    opacity: 1;
    top: 56px;
  }
}
-moz-@keyframes btm-to-top {
  0% {
    opacity: 0;
    top: 96px;
  }
  100% {
    opacity: 1;
    top: 56px;
  }
}
-ms-@keyframes btm-to-top {
  0% {
    opacity: 0;
    top: 96px;
  }
  100% {
    opacity: 1;
    top: 56px;
  }
}
-o-@keyframes btm-to-top {
  0% {
    opacity: 0;
    top: 96px;
  }
  100% {
    opacity: 1;
    top: 56px;
  }
}
@keyframes btm-to-top {
  0% {
    opacity: 0;
    top: 96px;
  }
  100% {
    opacity: 1;
    top: 56px;
  }
}
header .top-nav ul:last-of-type>li:last-child > a:hover + div {
  display: block;
  -webkit-animation: btm-to-top .5s ease forwards;
     -moz-animation: btm-to-top .5s ease forwards;
      -ms-animation: btm-to-top .5s ease forwards;
       -o-animation: btm-to-top .5s ease forwards;
          animation: btm-to-top .5s ease forwards;
}


@media (min-width: 768px) {
  .top-nav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
  } 
}

header .nav>li>a:focus,
header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
header .icon-love,
header .icon-1,
header .icon-2,
header .icon-3,
header .icon-4,
header .icon-5,
header .icon-6 {
  position: relative;
}
header .icon-love {
  top: 4px;
}
header .icon-1,
header .icon-2,
header .icon-3,
header .icon-4,
header .icon-5,
header .icon-6 {
  top: 3px;  
}
header .icon-4 {
  left: 5px;
}

header .btm-nav {
  position: relative;
  padding-top: 15px;
  background-color: #fff;
  border-bottom: 2px solid #00ccce;
}
header .wrap-nav {
  width: 1035px;
}
header .wrap-nav > ul{
  width: 100%;
}
header .wrap-nav > ul:first-child {
  margin-bottom: 35px;
}
header .wrap-nav > ul:first-child h6,
header .wrap-nav > ul:first-child p {
  float: left;
  width: 96px;
  margin-left: 8px;
}
header .wrap-nav > ul:first-child h6 {
  margin-bottom: 3px;
  color: #888;
  font-size: 12px;
  font-weight: 700;
}
header .wrap-nav > ul:first-child p {
  color: #aaa;
}
header .wrap-nav > ul:first-child li {
  float: right;
  width: 136px;
  margin-right: 32px;
}
header .wrap-nav > ul:last-child {
  margin-bottom: 0;
}
header .wrap-nav > ul:last-child li {
  /*position: relative;*/
  float: left;
} 
header .wrap-nav > ul:last-child>li >a {
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 15px;
  text-align: center;
  transition: all .3s linear;
}
/*header .wrap-nav > ul:last-child > li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7.5px;
  display: block;
  width: 0;
  height: 15px;
  border-left: 1px solid #ccc;
}*/
header .wrap-nav > ul:last-child > li:not(:last-child) {
  background: url(../images/111.jpg) no-repeat right center;
}
header .wrap-nav > ul:last-child .active >a,
header .wrap-nav > ul:last-child .hover >a {
  color: #fff;
  background: -webkit-linear-gradient(left,#60cce4, #43dac2);
     background: -moz-linear-gradient(right,#60cce4, #43dac2);
      background: -ms-linear-gradient(#60cce4, #43dac2);
       background: -o-linear-gradient(right,#60cce4, #43dac2);
          background: linear-gradient(to right,#60cce4, #43dac2);  
}
/*header .wrap-nav > ul:last-child .noneafter a:after,
header .wrap-nav > ul:last-child .active a:after {
  opacity: 0;
}*/
header .wrap-nav > ul:last-child .noneafter,
header .wrap-nav > ul:last-child .active {
  background: none!important;
}
header .wrap-nav > ul:last-child li>div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
}
header .wrap-nav > ul:last-child li>div>ul {
  margin: 0 auto;
  width: 1200px;
}
header .wrap-nav > ul:last-child li>div>ul li {
  width: 120px;
  text-align: center;
  -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
       -o-transition: all .3s linear;
          transition: all .3s linear;
}
header .wrap-nav > ul:last-child li>div>ul li a {
  display: block;
  color: #fff;
}
header .wrap-nav > ul:last-child li>div>ul li:hover {
  background-color: #fff;
}
header .wrap-nav > ul:last-child li>div>ul li:hover a {
  color: #00ccce;
}



/*main-body*/
.main-body {
  padding-bottom: 80px;
}
.main-body-head {
  border-bottom: 1px solid #dbdbdb;
}

/*tab nav*/
#example-one {
  position: relative;
}
#example-one li {
  position: static;
  padding: 0 10px 18px 10px;
  font-size: 14px;
}
#example-one li a {
  padding: 0;
  width: 100px;
  height: 30px;
  line-height: 28px;
  color: #45c3d8;
  text-align: center;
  border: 1px solid #45c3d8;
  border-radius: 20px;
}
#example-one .active a {
  color: #fff;
  background: -webkit-linear-gradient(left,#60cce4, #43dac2);
     background: -moz-linear-gradient(right,#60cce4, #43dac2);
      background: -ms-linear-gradient(#60cce4, #43dac2);
       background: -o-linear-gradient(right,#60cce4, #43dac2);
          background: linear-gradient(to right,#60cce4, #43dac2);
}
#magic-line {
    position: absolute!important;
    bottom: 0;
    left: 0;
    padding: 0 5px!important;
    width: 120px!important;
    height: 4px;
    background: #5ad0dc;
}
#example-one>li>a:focus,
#example-one>li>a:hover {
  color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(left,#60cce4, #43dac2);
       background: -moz-linear-gradient(right,#60cce4, #43dac2);
        background: -ms-linear-gradient(#60cce4, #43dac2);
         background: -o-linear-gradient(right,#60cce4, #43dac2);
            background: linear-gradient(to right,#60cce4, #43dac2);
}
#example-one>li+li {
  margin-left: 0;
}
#magic-line span {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom-color: #5ad0dc;
}


/*same top*/
.same-top {
  padding: 20px;
  font-size: 13px;
}
.same-top>div {
  padding-top: 10px;
  width: 620px;
}
.same-top h2 {
  margin-bottom: 30px;
  height: 35px;
  color: #0d9fd0;
  font-size: 24px;
  line-height: 35px;
}
.same-top h2>div {
  float: right;
  text-align: center;
}
.same-top h2 span {
  display: block;
  font-size: 12px;
  color: #777;
}
.same-top h2 i,
.same-top h2 b {
  color: #f08f12;
}
.same-top h2 i {
  font-style: normal;
  font-size: 23px;
}
.same-top h2 b {
  margin: 0 4px;
  font-size: 31px;
}
.same-top h2 a {
  display: inline-block;
  width: 120px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
}







/*h2 title style*/
.same-h2 {
  height: 49px;
  border-bottom: 1px solid #e8e8e8;
}
.same-h2 span {
  position: relative;
}
.same-h2 span:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #5ad0dc;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.same-h2 b {
  color: #5ad0dc;
  font-size: 24px;
  font-family: "Arial";
}
.same-h2 a {
  font-size: 13px;
  color: #fff;
  width: 70px;
  height: 25px;
  margin-top: 10px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
      -ms-transition: all .1s linear;
       -o-transition: all .1s linear;
          transition: all .1s linear;
  border-radius: 15px;
}




/*footer*/
footer {
  padding: 40px 0 30px 0;
  border-top: 1px solid #61cde4;
}
footer address {
  font-size: 14px;
}
footer address p {
  margin-bottom: 20px;
}
footer .pull-right img:first-child {
  position: relative;
  top: -4px;
  margin-right: 45px;
}


/*fixed right*/
.fixed-right {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 40px;
  height: 100%;
  background-color: #fff;
}
.fixed-right ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fixed-right ul li {
  position: relative;
  -webkit-transition: all linear .1s;
     -moz-transition: all linear .1s;
      -ms-transition: all linear .1s;
       -o-transition: all linear .1s;
          transition: all linear .1s;
}  
.fixed-right ul li a,
#returnTop a {
  display: inline-block;
  color: #fff;
}
.fixed-right ul li:first-child>a {
  padding: 8px 11px; 
}
.fixed-right ul li:nth-child(2) {
  margin-bottom: 23px;
}
.fixed-right ul li:nth-child(2)>a {
  padding: 12px; 
}
.fixed-right ul li:nth-child(3)>a {
  padding: 11px; 
}
.fixed-right ul li:last-child>a {
  padding: 8px;
}
#returnTop a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px;
}
.fixed-right ul li:not(:first-child),
#returnTop {
  width: 40px;
  height: 40px;
}
.fixed-right ul li:not(:first-child)>a ,
#returnTop>a {
  width: 40px;
  height: 40px;
}
.fixed-right ul li > div,
#returnTop>div {
/*  display: none;*/
  position: absolute;
  top: 50%;
  right: 160px;
  opacity: 0;
  z-index: 101;
  color: #fff;
  font-size: 13px;
  background-color: #30acc7;
}
/*.fixed-right ul li>.show {
  display: block;
}*/
.fixed-right ul li > div:after,
#returnTop>div:after {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border:6px solid transparent;
  border-left-color: #30acc7;
}
.fixed-right ul>li:first-child a {
  display: inline-block;
  color: #888;
  font-size: 15px;
}
.fixed-right ul li:hover a {
  color: #fff;
}
.fixed-right ul>li:first-child {
  margin-bottom: 45px;
}
.fixed-right ul>li:nth-child(2) div {
  padding: 7px 7px 0 7px;
  margin-top: -75px;
  width: 120px;
  height: 150px;
  font-size: 12px;
}
.fixed-right ul>li:nth-child(2) div img {
  margin-bottom: 10px;
}
#returnTop {
  position: fixed;
  bottom: 100px;
  right: 0;
  text-align: center;
}
.fixed-right ul>li:nth-child(3) >div,
#returnTop>div {
  margin-top: -20px;
  width: 90px;
  height: 40px;
  line-height: 40px;
}



/*pagination*/
.wrap-pagination {
  margin-top: 40px!important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.pagination {
  margin: 0;
}
.pagination li a {
  padding: 0;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #aaa;
  text-align: center;
  font-family: "Arial";
  border-radius: 0;
  -webkit-transition: all linear .2s;
     -moz-transition: all linear .2s;
      -ms-transition: all linear .2s;
       -o-transition: all linear .2s;
          transition: all linear .2s;
}
.pagination .active a {
  border: 1px solid #5ad0dc;
  background-color: #5ad0dc;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5ad0dc;
    border-color: #5ad0dc;
}
.pagination li a:hover {
  color: #fff;
  background-color: #888;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.form_datetime {
  width: 100%;
}
.wrap-datatime {
  position: relative;
}
.input-group-addon {
  position: relative;
  z-index: 20;
  opacity: 0;
}
