/* public */
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline-color: transparent !important;
}

html,
body {
  position: relative;
  height: 100%;
  word-wrap: break-word;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: normal 12px/1.5 FZ;
  font-family: 'FZ', 'microsoft yahei', '微软雅黑';
  color: #444;
  overflow-x: hidden;
}

::-webkit-selection {
  color: #fff;
  background: #30d0b5;
}

::-moz-selection {
  color: #fff;
  background: #30d0b5;
}

::-ms-selection {
  color: #fff;
  background: #30d0b5;
}

::-o-selection {
  color: #fff;
  background: #30d0b5;
}

::selection {
  color: #fff;
  background: #30d0b5;
}

a,
a:hover,
a:focus {
  color: #999;
  text-decoration: none;
  outline: 0;
}

a:hover,
a:focus {
  color: #1758a8;
  -webkit-transition: all .3s ease-in-out;
	 -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	   -o-transition: all .3s ease-in-out;
	      transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	   ms-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
	      backface-visibility: hidden;
}

img {
  border: 0;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.affix {
  position: fixed;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

.text-nowrap {
  white-space: nowrap;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1800px) {
  .container {
    width: 1390px;
  }
}

.border-radius-round {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.border-radius-6 {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
      -ms-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
}

.border-radius-4 {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}

.border-radius-2 {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
      -ms-border-radius: 2px;
       -o-border-radius: 2px;
          border-radius: 2px;
}

.border-radius-0 {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.border-diagonal {
  -webkit-border-top-right-radius: 30px;
     -moz-border-top-right-radius: 30px;
      -ms-border-top-right-radius: 30px;
       -o-border-top-right-radius: 30px;
          border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
     -moz-border-bottom-left-radius: 30px;
      -ms-border-bottom-left-radius: 30px;
       -o-border-bottom-left-radius: 30px;
          border-bottom-left-radius: 30px;
}

.box-shadow-gray {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
       -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
        -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
         -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.transition-ease {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

.margin-tb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-t25 {
  margin-top: 25px;
}

.margin-b25 {
  margin-bottom: 25px;
}

.margin-tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-b20 {
  margin-bottom: 20px;
}

.position-relat {
  position: relative;
}

.position-absol {
  position: absolute;
}

.active {
  color: #30d0b5;
  -webkit-transition: all .3s ease-in-out;
	 -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	   -o-transition: all .3s ease-in-out;
	      transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	   ms-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
	      backface-visibility: hidden;
}
/* end public */

.btn.btn-default {
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    color: #0073ff;
    word-spacing: 3px;
    text-transform: capitalize;
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 153, 255, .1);
       -moz-box-shadow: 0 0 20px rgba(0, 153, 255, .2);
        -ms-box-shadow: 0 0 20px rgba(0, 153, 255, .2);
         -o-box-shadow: 0 0 20px rgba(0, 153, 255, .2);
            box-shadow: 0 0 20px rgba(0, 153, 255, .2);
}

.btn.btn-primary {
    padding: 6px 18px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    background: transparent;
    border-color: #fff;
}

.btn.btn-default:hover,
.btn.btn-primary:hover {
    color: #fff;
    background: #1758a8;
    border-color: #1758a8;
}

.btn-border-blue {
  padding: 4px 19px;
  font-size: 16px;
  color: #1758a8;
  background: none;
  border: 1px solid #1758a8;
}

.btn-bg-blue {
  padding: 10px 25px;
  font-size: 15px;
  line-height: 15px;
  color: #1758a8;
  background: #fff;
  border: 1px solid #fff;
}

/* btn-line */
.btn-attr {
  position: relative;
  display: block;
  max-width: 118px;
  width: 100%;
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  vertical-align: middle;
}

.btn-line {
  background: transparent;
  text-align: center;
  float: left;
}

.btn-line svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 43px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}

.btn-line rect {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 450ms linear 0s;
     -moz-transition: all 450ms linear 0s;
       -o-transition: all 450ms linear 0s;
          transition: all 450ms linear 0s;
}

.btn-line:hover {
  color: #fff;
  background: none;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear 0s;
     -moz-transition: all 150ms linear 0s;
       -o-transition: all 150ms linear 0s;
          transition: all 150ms linear 0s;
}

.btn-line:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 245;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
/* end btn-line */

/* btn-scale */
.btn-scale {
  position: relative;
  float: left;
  width: auto;
  padding: 0 22px;
  line-height: 41px;
  color: #0073ff;
  font-size: 16px;
  text-align: center;
  background: rgba(255,255,255,1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.btn-scale-fixed {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 39px;
  margin: 0 auto;
  line-height: 39px;
  color: #0073ff;
  font-size: 16px;
  text-align: center;
  background: rgba(255,255,255,.9);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.btn-scale-blue {
  position: relative;
  display: block;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #0073ff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.btn-scale a,
.btn-scale-fixed a {
  color: rgba(51,51,51,1);
  text-decoration: none;
  display: block;
}

.btn-scale span, .btn-scale-fixed img,
.btn-scale-fixed span,
.btn-scale-blue span {
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

.btn-scale:hover,
.btn-scale-fixed:hover {
  background: rgba(255,255,255,1);
}

.btn-scale-blue:hover {
  color: #fff;
  background: rgba(0,153,255,1);
}

.btn-scale:hover > span,
.btn-scale-fixed:hover > img,
.btn-scale-fixed:hover > span,
.btn-scale-blue:hover > span {
  -webkit-opacity: 0;
   -khtml-opacity: 0;
	 -moz-opacity: 0;
		  opacity: 0;
  -webkit-transform: translate(0px, 40px);
     -moz-transform: translate(0px, 40px);
       -o-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
}

.btn-scale::after,
.btn-scale-fixed::after,
.btn-scale-blue::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  -webkit-opacity: 0;
   -khtml-opacity: 0;
     -moz-opacity: 0;
		  opacity: 0;
  -webkit-transform: translate(30%, 0);
     -moz-transform: translate(30%, 0);
       -o-transform: translate(30%, 0);
          transform: translate(30%, 0);
   -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	      -o-transition: all 0.3s;
	         transition: all 0.3s;
}

.btn-scale:hover::after,
.btn-scale-fixed:hover::after,
.btn-scale-blue:hover::after {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
		  opacity: 1;
}
/* end btn-scale */

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0 15px 20px;
}

/*.footer {
    height: auto;
    background-color: #333;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #9d9d9d;
}*/

.footer ul,
.footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .row {
    margin-bottom: 20px;
}

.footer .row a {
    color: #9d9d9d;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:1199px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        /*font-size: 14px;*/
    }

    h5,
    .h5,
    h6,
    .h6 {
        /*font-size: 12px;*/
    }
}

.panel-title {
	font-size: 23px !important;
    line-height: 1.5 !important;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

@media (min-width: 1200px) {
    .navbar-brand {
        float: left;
        padding: 10px 15px;
        margin-top: -2px;
        font-size: 28px;
        line-height: 45px;
    }

    .navbar-brand img {
        max-width: 247px;
        max-height: 50px
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 45px;
        font-size: 16px;
    }

    .dropdown-menu {
        min-width: 108px;
        border-radius: 2px;
        border-top: none;
    }

    .dropdown-menu li a {
        font-size: 15px;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 21px;
        color: inherit;
        line-height: 30px;
    }

    .panel-default {
        border-top: 5px solid;
    }
}

@media (max-width: 1199px) {
    .panel-default {
        border-top: 3px solid;
    }

    .navbar-brand img {
		width: auto;
    	margin-top: -15px;
    }
}

.panel {
    border-radius: 2px;
}

.thumbnail {
  padding: 0 !important;
  background: none !important;
  border: 1px solid #ececec  !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
       -o-border-radius: 0 !important;
          border-radius: 0 !important;
}

.input-lg {
    border-radius: 3px;
}

.form-control {
    border-radius: 2px;
}

.breadcrumb {
    border-radius: 2px;
}

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 30px;
}

/*.nav-link.active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -.3rem;
	vertical-align: middle;
	content: "";
	border-right: .3rem solid transparent;
	border-bottom: .3rem solid;
	border-left: .3rem solid transparent;
}*/

/* blue */
.navbar-blue {
    background-color: #408eba;
    border: none;
}

.navbar-blue a {
    color: #fff;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0px
}

.navbar-blue .nav > li > a:hover,
.navbar-blue .nav > li > a:focus {
    background-color: #3a80a7;
}

.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
    border-color: #3a80a7;
}

.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:hover,
.navbar-blue .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3a80a7;
}

.navbar-blue .navbar-nav > li > a {
    color: #fff;
}

.navbar-blue .navbar-toggle {
    border-color: #3a80a7;
}

.navbar-blue .navbar-toggle:hover,
.navbar-blue .navbar-toggle:focus {
    background-color: #3a80a7;
}

.navbar-blue .navbar-brand {
    color: #fff;
}

.navbar-blue .navbar-nav > .open > a,
.navbar-blue .navbar-nav > .open > a:hover,
.navbar-blue .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #3a80a7;
}

.navbar-blue .dropdown-menu > .active > a,
.navbar-blue .dropdown-menu > .active > a:hover,
.navbar-blue .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3a80a7;
    outline: 0;
}

@media (max-width: 1199px) {
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #3a80a7;
    }
}
/* end blue */

/* red */
.navbar-red {
    background-color: #db4c3f;
    border: none;
}

.navbar-red a {
    color: #fff;
}

.navbar {
    border-radius: 0;
}

.navbar-red .nav > li > a:hover,
.navbar-red .nav > li > a:focus {
    background-color: #d53b2d;
}

.navbar-red .navbar-collapse,
.navbar-red .navbar-form {
    border-color: #d53b2d;
}

.navbar-red .navbar-nav > .active > a,
.navbar-red .navbar-nav > .active > a:hover,
.navbar-red .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #d53b2d;
}

.navbar-red .navbar-nav > li > a {
    color: #fff;
}

.navbar-red .navbar-toggle {
    border-color: #d53b2d;
}

.navbar-red .navbar-toggle:hover,
.navbar-red .navbar-toggle:focus {
    background-color: #d53b2d;
}

.navbar-red .navbar-brand {
    color: #fff;
}

.navbar-red .navbar-nav > .open > a,
.navbar-red .navbar-nav > .open > a:hover,
.navbar-red .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #d53b2d;
}

.navbar-red .dropdown-menu > .active > a,
.navbar-red .dropdown-menu > .active > a:hover,
.navbar-red .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d53b2d;
    outline: 0;
}

@media (max-width: 1199px) {
    .navbar-red .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-red .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-red .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #d53b2d;
    }
}
/* end red */

/* yellow */
.navbar-yellow {
    background-color: #f3ad59;
    border: none;
}

.navbar-yellow a {
    color: #fff;
}

.navbar {
    border-radius: 0;
}

.navbar-yellow .nav > li > a:hover,
.navbar-yellow .nav > li > a:focus {
    background-color: #e78d2d;
}

.navbar-yellow .navbar-collapse,
.navbar-yellow .navbar-form {
    border-color: #e78d2d;
}

.navbar-yellow .navbar-nav > .active > a,
.navbar-yellow .navbar-nav > .active > a:hover,
.navbar-yellow .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e78d2d;
}

.navbar-yellow .navbar-nav > li > a {
    color: #fff;
}

.navbar-yellow .navbar-toggle {
    border-color: #e78d2d;
}

.navbar-yellow .navbar-toggle:hover,
.navbar-yellow .navbar-toggle:focus {
    background-color: #e78d2d;
}

.navbar-yellow .navbar-brand {
    color: #fff;
}

.navbar-yellow .navbar-nav > .open > a,
.navbar-yellow .navbar-nav > .open > a:hover,
.navbar-yellow .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e78d2d;
}

.navbar-yellow .dropdown-menu > .active > a,
.navbar-yellow .dropdown-menu > .active > a:hover,
.navbar-yellow .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e78d2d;
    outline: 0;
}

@media (max-width: 1199px) {
    .navbar-yellow .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-yellow .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-yellow .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #e78d2d;
    }
}
/* end yellow */

/* green */
.navbar-green {
    background-color: #18a55d;
    border: none;
}

.navbar-green a {
    color: #fff;
}

.navbar {
    border-radius: 0;
}

.navbar-green .nav > li > a:hover,
.navbar-green .nav > li > a:focus {
    background-color: #128c4e;
}

.navbar-green .navbar-collapse,
.navbar-green .navbar-form {
    border-color: #128c4e;
}

.navbar-green .navbar-nav > .active > a,
.navbar-green .navbar-nav > .active > a:hover,
.navbar-green .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #128c4e;
}

.navbar-green .navbar-nav > li > a {
    color: #fff;
}

.navbar-green .navbar-toggle {
    border-color: #128c4e;
}

.navbar-green .navbar-toggle:hover,
.navbar-green .navbar-toggle:focus {
    background-color: #128c4e;
}

.navbar-green .navbar-brand {
    color: #fff;
}

.navbar-green .navbar-nav > .open > a,
.navbar-green .navbar-nav > .open > a:hover,
.navbar-green .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #128c4e;
}

.navbar-green .dropdown-menu > .active > a,
.navbar-green .dropdown-menu > .active > a:hover,
.navbar-green .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #128c4e;
    outline: 0;
}

@media (max-width: 1199px) {
    .navbar-green .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-green .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-green .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #128c4e;
    }
}
/* end green */

/* purple */
.navbar-purple {
    background-color: #605ea6;
    border: none;
}

.navbar-purple a {
    color: #fff;
}

.navbar {
    border-radius: 0;
}

.navbar-purple .nav > li > a:hover,
.navbar-purple .nav > li > a:focus {
    background-color: #555497;
}

.navbar-purple .navbar-collapse,
.navbar-purple .navbar-form {
    border-color: #555497;
}

.navbar-purple .navbar-nav > .active > a,
.navbar-purple .navbar-nav > .active > a:hover,
.navbar-purple .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #555497;
}

.navbar-purple .navbar-nav > li > a {
    color: #fff;
}

.navbar-purple .navbar-toggle {
    border-color: #555497;
}

.navbar-purple .navbar-toggle:hover,
.navbar-purple .navbar-toggle:focus {
    background-color: #555497;
}

.navbar-purple .navbar-brand {
    color: #fff;
}

.navbar-purple .navbar-nav > .open > a,
.navbar-purple .navbar-nav > .open > a:hover,
.navbar-purple .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #555497;
}

.navbar-purple .dropdown-menu > .active > a,
.navbar-purple .dropdown-menu > .active > a:hover,
.navbar-purple .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #555497;
    outline: 0;
}

@media (max-width: 1199px) {
    .navbar-purple .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-purple .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-purple .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #555497;
    }
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    	padding: 10px 25px !important;
        color: #777 !important;
	    text-align: left !important;
    }

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	    color: #fff !important;
	    background-color: #30d0b5 !important;
	}
}

.panel-yellow {
    border-top-color: #f19b2c;
}

.panel-blue {
    border-top-color: #408eba;
}

.panel-red {
    border-top-color: #db4c3f;
}

.panel-green {
    border-top-color: #18a55d;
}

.panel-purple {
    border-top-color: #605ea6;
}

.table-simple {
    width: 100%
}

.table-simple > tbody > tr > th,
.table-simple > tfoot > tr > th,
.table-simple > thead > tr > td,
.table-simple > tbody > tr > td,
.table-simple > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px dashed #ddd;
}

img {
    max-width: 100%;
    height: auto;
}

.overhide img {
	width: 100%;
}
/* end purple */

/* themecolor */
.navbar-themecolor {
    background-color: #fff;
    border: none;
}

.navbar-themecolor a,
.navbar-themecolor .navbar-nav > li > a,
.navbar-themecolor .navbar-brand {
	font-size: 16px;
    color: #666;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-themecolor .nav > li > a:hover,
.navbar-themecolor .nav > li > a:focus,
.navbar-themecolor .navbar-nav > .active > a,
.navbar-themecolor .navbar-nav > .active > a:hover,
.navbar-themecolor .navbar-nav > .active > a:focus,
.navbar-themecolor .navbar-toggle:hover,
.navbar-themecolor .navbar-toggle:focus,
.navbar-themecolor .navbar-nav > .open > a,
.navbar-themecolor .navbar-nav > .open > a:hover,
.navbar-themecolor .navbar-nav > .open > a:focus,
.navbar-themecolor .dropdown-menu > .active > a,
.navbar-themecolor .dropdown-menu > .active > a:hover,
.navbar-themecolor .dropdown-menu > .active > a:focus {
    color: #30d0b5;
    background-color: rgba(23, 88, 168, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-themecolor .navbar-collapse,
.navbar-themecolor .navbar-form,
.navbar-themecolor .navbar-toggle {
    border-color: #1758a8;
}

.navbar-themecolor .dropdown-menu > .active > a,
.navbar-themecolor .dropdown-menu > .active > a:hover,
.navbar-themecolor .dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
}

@media (max-width: 1199px) {
    .navbar-themecolor .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-themecolor .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-themecolor .navbar-nav .open .dropdown-menu > .active > a:focus {
	    color: #30d0b5;
	    background-color: rgba(23, 88, 168, 0);
    }
}
/* end themecolor */

/* header */
.navbar.default-menu {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    min-height: 48px;
    background-color: #fff;
    border-bottom: 2px solid #0cb88e;
}

.default-menu.navbar-default .navbar-toggle {
    border-radius: 0;
    border-width: 2px;
    margin: 16px 1px 16px 0;
}

.default-logo {
    font-size: 28px;
    letter-spacing: 2.5px;
    line-height: 40px;
}

.default-menu.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 48px !important;
    padding: 10px 18px 12px 18px;
    text-transform: capitalize;
}

.default-menu.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}

.default-menu.navbar-default .navbar-nav > li > a:active,
.default-menu.navbar-default .navbar-nav > li > a:focus,
.default-menu.navbar-default .navbar-nav > li > a:hover {
    color: #30d0b5;
}

.default-menu.navbar-default .navbar-nav > .active > a,
.default-menu.navbar-default .navbar-nav > .active > a:focus,
.default-menu.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #30d0b5;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #30d0b5;
}

.caret-line {
  position: relative;
  top: 8px;
  margin-left: 8px;
}

.caret-line:before,
.caret-line:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  content: '';
}

.caret-line:before {
  border-top-color: #111;
}

.caret {
  position: relative;
  margin-left: 2px !important;
  border-top: 5px solid !important;
  border-top: 5px solid \9 !important;
  border-top-color: #111 !important;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}

.caret:after {
  position: absolute !important;
  top: -5px !important;
  left: -5px !important;
  width: 0 !important;
  height: 0 !important;
  border: 5px solid transparent !important;
  border-top: 5px solid #fff !important;
  content: '' !important;
}

.default-menu .dropdown-menu,
.navbar .dropdown-menu {
    left: 44%;
    padding: 0;
    /*margin-top: 2px !important;*/
    background: rgba(255,255,255,1) !important;
    border: 0;
    border-bottom: 2px solid #30d0b5 !important;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-bottom-right-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
         -o-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-bottom-left-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
         -o-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}


@media (max-width: 1199px) {
	.navbar-nav .open .dropdown-menu {
	    -webkit-transform: translateX(0);
	       -moz-transform: translateX(0);
	        -ms-transform: translateX(0);
	         -o-transform: translateX(0);
	            transform: translateX(0);
	}
}

/* dropdown-submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:before,
.dropdown-submenu > a:after {
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -15px;
  border: 5px solid transparent;
  content: ''
}

.dropdown-submenu > a:before {
  border-left-color: #444;
}

.dropdown-submenu > a:after,
.dropdown-submenu:hover > a:before {
  border-left-color: rgba(255,255,255,1);
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: 0 !important;
  margin-left: 1px !important;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	   -o-transform: translateX(0);
	      transform: translateX(0);
}

@media (max-width: 415px) {
	.dropdown-submenu > .dropdown-menu {
	  margin-left: 0 !important;
	}
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
    padding: 8px 20px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #30d0b5 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* end dropdown-submenu */

.default-menu .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 15px;
    color: #777;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.default-menu .dropdown-menu > li > a:focus,
.default-menu .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > li > a:hover {
    background: #30d0b5 !important;
    color: #fff !important;
    text-decoration: none;
}

.default-menu .dropdown-menu .divider,
.navbar .dropdown-menu .divider {
    height: 1px;
    margin: 0;
}

.default-menu.menu {
    border-bottom: 0;
}

.default-menu.menu .default-logo {
  width: 230px;
  margin-top: 10px;
  /*background: url(../img/logo.png);*/
}

.row-right {
  margin-right: -50px;
}

.default-menu.menu .navbar-nav > li > a {
    color: #666;
    margin-right: 20px;
}

.default-menu.menu .navbar-nav > li:last-child > a {
    padding-right: 20px !important;
}

.default-menu.menu .navbar-nav > li > a:before,
.default-menu.menu .navbar-nav > li > a:after {
    color: transparent;
    font-size: 13px;
    position: absolute;
    transition: all .5s ease-in-out;
    margin-top: -1px;
}

.default-menu.menu .navbar-nav > li > a:before {
    content: '';
    left: -10px;
}

.default-menu.menu .navbar-nav > li > a:after {
    content: '';
    right: -10px;
}

.default-menu.menu .navbar-nav > li > a:hover:after,
.default-menu.menu .navbar-nav > li > a:hover:before {
    color: #30d0b5;
}

.default-menu.menu .navbar-nav > li > a:hover:before {
    left: 8px;
}

.default-menu.menu .navbar-nav > li > a:hover:after {
    right: 8px;
}

.default-menu.navbar-default .navbar-nav > li:last-child > a:after,
.default-menu.navbar-default .navbar-nav > li:last-child > a:before {
    content: '';
}

.default-menu.menu .dropdown-menu {
    margin-top: 0 !important;
}

.dropdown-menu {
  /*left: -23px !important;*/
  min-width: 150px;
  padding: 0;
  margin: 2px 0 0;
  text-align: center;
}

/*.dropdown-menu-less {
  left: -29px !important;
}

.dropdown-menu-labo {
  left: -16px !important;
}

.dropdown-menu-contact {
  left: -25px !important;
}*/

@media (max-width: 1200px) {
  .default-menu.menu .default-logo {
    position: absolute;
    margin-left: 15px;
  }

  .default-menu.menu .row-right {
    margin-right: 0;
  }

  .default-menu.menu .row-right .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .default-menu.menu .row-right .navbar-nav,
  .default-menu.menu .row-right .navbar-nav li,
  .default-menu.menu .row-right .navbar-nav .dropdown-menu {
    width: 100% !important;
  }

  .default-menu.menu .row-right .navbar-nav {
    margin: 0;
  }

  .default-menu.navbar-default .navbar-nav > li > a {
    padding: 1px 12px;
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }

  .default-menu.navbar-default .navbar-nav > li:last-child > a {
    border-bottom: 0;
  }

  .default-menu.navbar-default .navbar-nav .caret-line {
    position: absolute;
    top: 21px;
    right: 22px;
  }

  .default-menu.navbar-default .navbar-nav .caret-line:before,
  .default-menu.navbar-default .navbar-nav .caret-line:after {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
  }

  .default-menu.navbar-default .navbar-nav .caret-line:before {
    border-top-color: #333;
  }

  .default-menu.menu .row-right .navbar-nav .dropdown-menu {
  	left: 0 !important;
  	text-align: left;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 12px;
  }

  .default-menu .dropdown-menu .divider,
  .navbar .dropdown-menu .divider {
    background: none;
  }
}

.translate-y a {
  overflow: hidden;
}

.translate-y a span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.translate-y a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate-y(0,0,0);
  -moz-transform: translate-y(0,0,0);
  transform: translate-y(0,0,0);
}

.translate-y a:hover span,
.translate-y a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav-active {
  color: #30d0b5 !important;
}

/*.china {
  margin-left: 30px;
}

@media (max-width: 1200px) {
	.china {
	  margin-left: 0;
	}
}

.china .dropdown-menu {
  left: -41px !important;
}

.china a span,
.china .dropdown-menu li a {
  font-size: 14px;
}

.china .caret-line {
  top: 6px;
}*/
/* end header */

/* navbar */
@media (min-width:1200px) {
	.nav li.dropdown:hover ul[id*=w].dropdown-menu {
		display: block;
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		    -ms-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
		    -ms-backface-visibility: hidden;
		     -o-backface-visibility: hidden;
		        backface-visibility: hidden;
	}
}

.nav > li > a {
    padding: 10px 15px;
}

@media (max-width:1100px) {
	.nav > li > a {
	    padding: 10px 15px;
	}
}

.navbar-toggle {
    margin-right: 5px !important;
}

.navbar-themecolor .navbar-toggle {
    border-color: rgba(181, 181, 181, 0);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b5b5b5;
}

.navbar-themecolor .navbar-collapse {
	border-color: #e7e7e7;
}

/*.nav.navbar-nav > li:nth-child(2) ul[id*=w].dropdown-menu {
    left: -19px !important;
}

.nav.navbar-nav > li:nth-child(3) ul[id*=w].dropdown-menu {
    left: -16px !important;
}

.nav.navbar-nav > li:nth-child(4) ul[id*=w].dropdown-menu {
    left: -10px !important;
}

.nav.navbar-nav > li:nth-child(5) ul[id*=w].dropdown-menu {
    left: -19px !important;
}*/

.nav.navbar-nav > li:last-child {
  margin-left: 30px;
}

@media (max-width: 1200px) {
	.nav.navbar-nav > li:last-child {
	  margin-left: 0;
	}
}

/*.nav.navbar-nav > li:last-child  ul[id*=w].dropdown-menu {
  left: -37px !important;
}*/

.nav.navbar-nav > li:last-child a,
.nav.navbar-nav > li:last-child a span,
.nav.navbar-nav > li:last-child .dropdown-menu li a {
  font-size: 14px;
}

.nav.navbar-nav > li:last-child .caret-line {
  top: 6px;
}
/* end navbar */

/* carousel */
/*.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    min-height: 600px;
}*/

.carousel-indicators li,
.carousel-indicators .active {
    width: 32px;
    height: 3px;
    margin: 1px 6px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, .5);
    border: 0;
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
}
/* end carousel */

/* footer */
.footer {
  display: table;
  width: 100%;
  background: #454858;
}

.footer-top {
  float: left;
  width: 100%;
  padding: 30px 1%;
  clear: both;
}

.footer-top .float-left {
  width: 22%;
  margin-bottom: 50px;
}

.footer-top h3 {
  height: 30px;
  margin: 21px 0 5px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #bbb;
}

.footer-tel {
  height: 40px;
  line-height: 1.5;
  font-size: 2.1vw;
  font-weight: bold;
  color: #ddd;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media (min-width: 1350px) {
  .footer-tel {
    font-size: 30px;
  }
}

.footer-share {
  padding: 10px 0;
}

.footer-share a.weixin {
  position: relative;
  background-position: 0 0;
}

.footer .float-right {
  width: 21%;
  margin-left: .5%;
}

.footer-top .float-right h3 {
  color: #eee;
  margin-bottom: 15px;
}

.footer-top ul li {
  margin-top: 10px;
  line-height: 2;
}

.footer-top ul li a {
  font-size: 14px;
  color: #bbb;
}

.footer-top ul li a:hover {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-bottom {
  position: relative;
  padding: 0 0 30px 0;
  margin: 0 10px;
  clear: both;
}

.footer-bottom ul {
  width: 100%;
  height: 15px;
  line-height: 15px;
}

.footer-bottom ul li {
  float: left;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #666;
}

.footer-bottom ul li a {
  font-size: 13px;
  color: #bbb;
}

.footer-bottom ul li a:hover {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer2 {
  display: none;
}

.copyright {
  padding: 21px 10px;
  margin-bottom: 0;
  font-size: 12px !important;
  color: #bbb;
  background: #3a3c49;
}

.copyright a {
  color: #bbb;
}

.copyright a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 900px) {
  .footer {
    display: none;
  }

  .footer2 {
    display: block;
  }

  .footer2 .footer-top {
    padding: 10px 1%;
  }

  .footer2 .footer-top .float-left {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #555;
  }

  .footer2 .footer-top .footer-tel {
    font-size: 29px;
  }

  .footer2 .footer-top .footer-share,
  .footer2 .footer-top ul li {
    display: none;
  }

  .footer2 .footer-top .row-footer {
    margin-right: 0;
  }

  .footer2 .footer-top ul {
    width: 100%;
  }

  .footer2 .footer-top ul h3 {
  	position: relative;
  	height: auto;
  	padding: 8px 0;
  	margin: 0;
    border-bottom: 1px solid #555;
  }

  .footer2 .row-footer .caret-line {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .footer2 .row-footer .caret-line:before,
  .footer2 .row-footer .caret-line:after {
    border: 6px solid transparent;
    border-top: 6px solid #454858;
  }

  .footer2 .row-footer .caret-line:before {
    border-top-color: #ddd;
  }

  .footer2 .float-right h3.icon-toggle .caret-line {
    top: 6px;
  }

  .footer2 .float-right h3.icon-toggle .caret-line:before,
  .footer2 .float-right h3.icon-toggle .caret-line:after {
    border: 6px solid transparent;
    border-bottom: 6px solid #454858;
  }

  .footer2 .float-right h3.icon-toggle .caret-line:before {
    border-bottom-color: #ddd;
  }

  .copyright {
    margin-top: 25px;
  }
}
/* end footer */

.title-h2 {
  height: 22px;
  padding-left: 15px;
  margin: 50px 0 35px 0;
  font-size: 22px;
  line-height: 22px;
  color: #666;
  border-left: 2px solid #0073ff;
}

.content-p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-indent: 2em;
}

.img-margin {
  margin: 45px auto;
}

.margin-last {
  margin-bottom: 30px;
}

.bg-blue {
	padding-bottom: 20px;
	background: #f5f8ff;
}

.title-h3 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #0073ff;
}

.title-h3 span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px 1px 0;
  background: #0073ff;
}

.bg-blue .content-p {
  line-height: 1.5;
  color: #666;
  text-indent: 0;
}

.content-p span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 10px 1px 0;
  background: none;;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.bg-blue .margin-last {
  margin-bottom: 40px;
}

.lightblue-bg {
  background: #f5f8ff !important;
}

.red-bg {
  background: #fff8fb !important;
}

.lightred-bg {
  background: #fbf3f5 !important;
}

.green-bg {
  background: #f8fffc !important;
}

.white-bg {
  background: #fff !important;
}

.breadcrumb {
	padding: 15px !important;
	margin-bottom: 10px !important;
	background: none !important;
	border-bottom: 1px solid #eee !important;
    border-radius: 0 !important;
}

.breadcrumb > li {
    font-size: 13px !important;
    color: #888 !important;
}

.breadcrumb > .active {
    color: #666 !important;
}

.panel-body {
	padding: 0 !important;
}

.panel {
    margin-bottom: 20px !important;
    border: 0 solid transparent !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.panel-default > .panel-heading {
 	color: #444 !important;
	background-color: rgba(255, 255, 255, 0) !important;
	border-color: rgba(221, 221, 221, 0);
}

.panel-default {
    border: 0 solid #eee !important;
}

/* banner */
.carousel-caption {
	position: static;
	padding-top: 0;
	padding-bottom: 0;
}

.banner-index.banner-tit {
	position: absolute;
	top: 50%;
	/*bottom: 650%;*/
	left: 20%;
	max-width: 1000px;
	text-align: left;
	cursor: pointer;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.banner-index.banner-tit h3 {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: bold;
}

.banner-index.banner-tit p {
	font-size: 23px;
}

/*@media (max-width: 1700px) {
	.banner-index.banner-tit {
		bottom: 521%;
	}
}

@media (max-width: 1600px) {
	.banner-index.banner-tit {
		bottom: 465%;
	}
}*/

@media (max-width: 1450px) {
	/*.banner-index.banner-tit {
		bottom: 400%;
	}*/

	.banner-index.banner-tit h3 {
		font-size: 48px;
	}

	.banner-index.banner-tit p {
		font-size: 20px;
	}
}

/*@media (max-width: 1200px) {
	.banner-index.banner-tit {
		bottom: 268%;
	}
}

@media (max-width: 900px) {
	.banner-index.banner-tit {
		bottom: 175%;
	}
}*/

.glyphicon {
	display: inline-block !important;
	background: url(../img/arrowlr.png) 0 0 no-repeat !important;
	opacity: .5 !important;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    background: url(../img/arrowlr.png) -20px 0 no-repeat !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px !important;
    height: 36px !important;
    margin-top: -17px !important;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: "" !important;
}

@media (max-width: 415px) {
	.banner-index.banner-tit {
		top: 45%;
		/*bottom: 280%;*/
		left: 50%;
		width: 320px;
		margin-left: -160px;
		text-align: center;
	}

	.banner-index.banner-tit h3 {
	    margin-bottom: 10px;
	    font-size: 28px;
	}

	.banner-index.banner-tit p {
	    font-size: 16px;
	}

	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		height: 300px !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.glyphicon {
		display: none !important;
	}
}

.banner-wrapsm {
	position: relative;
	/* img cover */
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* end img cover */
}

.banner-wrapsm img {
	height: 600px !important;
	object-fit: cover !important;
	object-position: center !important;
}

.banner-titsm {
  position: absolute;
  /*top: 32%;*/
  top: 45%;
  left: 20%;
  max-width: 1000px;
  max-height: 190px;
  color: #fff;
  overflow: auto;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-titsm h3 {
  /*margin: 15px 0;*/
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
}

.banner-titsm p {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.6;
  text-indent: 0;
}

.banner-titsm.gray-tit {
  color: #333;
}

.banner-titsm.gray-tit p {
  color: #777;
}

.banner-titsm.banner-center {
  position: absolute;
  /*top: 33%;*/
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  text-align: center;
}

@media (max-width: 1450px) {
	/* img cover */
	.banner-wrapsm {
		height: 400px;
	}
	/* end img cover */

	.banner-wrapsm img {
		height: 400px !important;
	}

	/*.banner-titsm {
		top: 23%;
	}

	.banner-titsm.banner-center {
		top: 29%;
	}*/

	.banner-titsm h3 {
	  font-size: 35px;
	}

	.banner-titsm p {
	  font-size: 16px;
	}
}

@media (max-width: 415px) {
	/* img cover */
	.banner-wrapsm {
		height: 300px;
	}
	/* end img cover */

	.banner-wrapsm img {
		height: 300px !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.banner-titsm {
		left: 50%;
		text-align: center;
	}

	.banner-titsm,
	.banner-titsm.banner-center {
	    width: 320px;
	    margin-left: -160px;
	}

	.banner-titsm h3 {
	    margin-top: 20px;
	    font-size: 28px;
	}
}
/* end banner */

/* go-top */
.go-top {
  position: fixed;
  right: 1%;
  bottom: 73px;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../img/go-top.png) center 0 no-repeat rgba(255,255,255,1);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
     -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
	  -ms-box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
	   -o-box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
	      box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
  z-index: 10000;
  cursor: pointer;
}

.go-top:hover {
  background: url(../img/go-top.png) center -40px no-repeat rgba(0, 153, 255, 1);
  -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
       -o-transition: all .3s linear;
          transition: all .3s linear;
}
/* end go-top */

/* table */
.property .table-hover > tbody > tr:hover > td {
  color: #fff;
  background: #3f88dd;
}

.property .parameter-wrap .parameter-th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  background: #3f88dd;
}

.standard .table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #ddd;
}

.property .parameter-wrap .parameter-title {
  width: 22%;
  color: #fff;
  text-align: center;
  background: #3f88dd;
}

.property .parameter-wrap .parameter-content {
  width: 39%;
  padding-left: 60px;
  line-height: 1.8;
  text-align: center;
}

.standard.property .parameter-wrap .parameter-title,
.standard.property .parameter-wrap .parameter-content {
  text-align: left;
}

.property2 .parameter-wrap .parameter-content {
  width: 26%;
}

.striped-white {
  background: #fff;
}

.striped-gray {
  background: #f8f8f8;
}

.striped-green {
  background: #e5f1ec;
}

.table {
  margin-bottom: 0;
  font-size: 18px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.parameter-wrap .parameter-title {
  width: 25%;
  font-weight: bold;
  background: #f5f8ff;
}

.parameter-wrap.parameter-wrap2 .parameter-title {
  background: #fff;
}

.bg-none .parameter-wrap .parameter-title {
  background: none;
}

.parameter-wrap .parameter-content {
  width: 37.5%;
  font-size: 16px;
}

.telecom .parameter-wrap .parameter-title,
.telecom .parameter-wrap .parameter-content {
  padding-right: 50px;
  padding-left: 50px;
}

.telecom .parameter-wrap .parameter-title {
  width: 30%;
}

.telecom .parameter-wrap .parameter-content {
  width: 70%;
}

.table-hover > tbody > tr:hover > td,
.table-hover.td-auto > tbody > tr:hover > td.parameter-title {
  background: #fbfbfb;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}

.parameter-blue {
  color: #0073ff;
}

.table > thead > tr > th {
  color: #fff;
}

.itcomp-parameter {
  padding-bottom: 50px;
  background: #f5f8ff;
}

.itcomp-parameter .parameter-wrap .parameter-th,
.data-wrap .parameter-th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  background: #3f88dd;
}

.itcomp-parameter .parameter-wrap .parameter-title {
  width: 35%;
  text-align: center;
}

.itcomp-parameter .parameter-wrap td.parameter-title {
  background: none;
}

.itcomp-parameter .parameter-wrap .parameter-content {
  width: 65%;
  padding-left: 60px;
}

.itcomp-parameter .parameter-wrap .table2 .parameter-title {
  width: 26%;
}

.itcomp-parameter .parameter-wrap .table2 .parameter-content {
  width: 37%;
}

.itcomp-parameter .parameter-wrap .td-auto .parameter-title,
.itcomp-parameter .parameter-wrap .td-auto .parameter-content {
  padding: 10px 15px;
}

.itcomp-parameter .parameter-wrap .td-auto .parameter-title {
  width: 10%;
}

.itcomp-parameter .parameter-wrap .td-auto td.parameter-title {
  background: none;
}

.itcomp-parameter .parameter-wrap .td-auto .parameter-content {
  width: auto;
}

.table-row {
  margin: 0 -55px;
}

.itcomp-parameter.table-width,
.table-width .parameter-wrap .parameter-title {
  background: #fff;
}

.itcomp-parameter.table-width .parameter-wrap .parameter-title,
.itcomp-parameter.table-width .parameter-wrap .parameter-content {
  width: auto;
}

.table-width .parameter-wrap .parameter-title {
  font-weight: normal;
}

.table-width .parameter-wrap .parameter-title.title-bold {
  font-weight: bold;
}

.table-width .parameter-wrap .parameter-content {
  padding-left: 30px;
}

.itcomp-parameter.table-width .parameter-wrap .parameter-th {
  background: #9c0003;
}

.itcomp-parameter.table-width .parameter-wrap .parameter-title p,
.itcomp-parameter.table-width .parameter-wrap .parameter-content p {
  margin: 0;
}

.table-all p {
	font-weight: bold;
	color: #960000;
}

.table-news {
  margin: 15px auto;
  font-size: 16px;
}

.table-news th,
.table-news td {
  text-align: center;
}

.table-news th {
  background: #555;
}

.table-twocol td:first-child {
  width: 30%;
}

.table-twocol td:nth-child(2) {
  width: 70%;
}

.table-pep td:first-child {
  width: 11%;
}

.table-pep td:nth-child(2) {
  width: 9%;
}

.table-pep td:nth-child(3) {
  width: 13%;
}

.table-pep td:nth-child(4) {
  width: 13%;
}

.table-pep td:nth-child(5) {
  width: 13%;
}

.table-pep td:nth-child(6) {
  width: 13%;
}

.table-pep td:last-child {
  width: 28%;
}

.table-company tbody tr:nth-child(2) td:nth-child(2),
.table-company tbody tr:nth-child(3) td,
.table-company tbody tr:nth-child(4) td {
  text-align: left;
}
/* end table */

.page-link {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-link a,
.page-link span {
	display: inline-block;
	max-height: 20px;
	font-size: 13px;
	color: #888;
	vertical-align: middle;
}

.page-link a {
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.page-link a:hover {
	color: #1758a8;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.page-link span {
	margin: 0 10px;
}

/* ad-alert */
.ad-alert {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999 !important;
	width: 300px;
	height: auto;
	padding: 15px 25px;
	text-align: center;
	background: rgba(48, 208, 181, .8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ad-alert a {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-decoration: underline;
}

.ad-alert .close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	moz-opacity: 1;
	opacity: 1;
}