/*@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");*/
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
span.navy {
  color: #1ab394;
}
p.text-color {
  color: #676a6c;
}
a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #aeaeae;
  font-size: 13px;
}
address {
  font-size: 13px;
}
h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1ab394;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: #17a185;
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0px 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.nav > li > a {
  padding: 25px 10px 15px 10px;
}
.navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}
/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  height: 470px;
  width: 100%;
}
.header-back.one {
  background: url('/content/css/img/header_two1.jpg') 50% 0 no-repeat;
}
.header-back.two {
  background: url('/content/css/img/header_two2.jpg') 50% 0 no-repeat;
}
.header-back.three {
  background: url('/content/css/img/header_two.jpg') 50% 0 no-repeat;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 470px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 470px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  width: 6%;
}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}
.carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.carousel-caption.blank {
  top: 140px;
}
.carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.carousel-indicators {
  /*padding-right: 60px;*/
}
.carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}
/* Sections
------------------------- */
.services {
  padding-top: 60px;
}
.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.features-block {
  margin-top: 40px;
}
.features-text {
  margin-top: 40px;
}
.features small {
  color: #1ab394;
}
.features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.features-text-alone {
  margin: 40px 0;
}
.features-text-alone h1 {
  font-weight: 200;
}
.features-icon {
  color: #1ab394;
  font-size: 40px;
}
.navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}
.team-member {
  text-align: center;
}
.team-member img {
  margin: auto;
}
.social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.social-icon a:hover {
  background: #17a185;
}
.img-small {
  height: 88px;
  width: 88px;
}
.pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}
.pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4 ;
}
.pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px ;
}
li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.testimonials {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #1ab394;
  background-image: url('/content/css/img/avatar_all.png');
}
.big-icon {
  font-size: 56px;
}
.features .big-icon {
  color: #1ab394;
}
.contact {
  background-image: url('/content/css/img/word_map.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}
/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .carousel-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-caption,
  .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .navbar-default .nav li a {
    color: #676a6c;
  }
  .navbar-default .nav li a:hover {
    color: #1ab394;
  }
  .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .navbar-wrapper .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .carousel-control {
    display: none;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}







/*官网完善修改start*/
.banxin{
    width:1200px;
    margin:0 auto;
}
.navbar .phoneLogo  .welcomePhoneNm{
        display:none;
    }
.TMSFuniconContainer img{
    width:45px;
    height:45px;
}
.TMSFUNcontainer .zoomIn img{
    margin-top: 150px;
}
.ToPageComProfile{
    display:none;
}
/*.AboutUsContainer .navbar-default .nav li a{
    color:#676a6c;
}*/
/*.navbar-wrapper.AboutUsContainer{
    position:static;
}
.AboutUsContainer .navbar-fixed-top{
    position: static;
}*/
.aboutusTxtContainer {
    margin-top:20px;
}
.aboutusTxtContainer p{
    font-size: 15px;
    line-height: 1.8;
    text-indent: 2em;
}
.aboutusPhoneContainer{
    display:none;
}
.contactUscContainer{
    width: 60%;
    margin: 0 auto;
}
.contactUscContainer p{
    float:left;
    margin-left:80px;
}
.aboutusBannerContainer{
    width:100%;

}
.aboutusBannerContainer img{
    width:100%;

}

/*新的预约演示start*/
        .bespeak {
		    height: auto;
		    background-position: center center;

		}
		.bespeak {
		    position: relative;
		}
		.bespeak.container,.bespeak .explore,.bespeak  .footer, .header {
		    min-width: 1100px;
		    margin: 0 auto;
		}
		.clearfix:after, .clearfix:before {
		    display: block;
		    content: "\0020";
		    height: 0;
		    overflow: hidden;
		}
		.clearfix:after {
		    clear: both;
		}
		.clearfix:after, .clearfix:before {
		    display: block;
		    content: "\0020";
		    height: 0;
		    overflow: hidden;
		}

		.bespeaktit {
		    margin-bottom: 20px;
		    font-size: 24px;
		    line-height: 24px;
		    font-weight: 500;
		    color: #333;
		}

		button, input[type=button], input[type=file], input[type=submit], label {
		    cursor: pointer;
		    -webkit-appearance: none;
		}
		.bespeak .b-success, .bespeak .b-warning, .form-group-item input[type=text] {
		    width: 260px;
		    height: 35px;
		    font-size: 14px;
		    line-height: 35px;
		    outline: none;
		    border: 1px solid #d6d6d6;
		    padding-left: 10px;
		}
		.bespeak .form-group-item p{
			margin: 0;
		    text-align: center;
		    font-size: 16px;
		    color: #f48400;
		}
		.bespeak .yh {
		    font-family: microsoft yahei;
		}
		.bespeak .br6 {
		    border-radius: 6px;
		}
		.bespeak .form-group-item input[type=button] {
		    display: block;
		    margin: 0 auto;
		    width: 120px;
		    height: 40px;
		    border: 0;
		    outline: 0;
		    font-size: 16px;
		    line-height: 16px;
		}
		.bespeak .btn-primary {
		    background-color: #f48400;
		    color: #fff;
		}

		.bespeak .form-group-item textarea {
		    width: 330px;
		}
		.bespeak .form-group-item textarea {
		    width: 260px;
		    height: 78px;
		    padding: 10px;
		    font-size: 14px;
		    border: 1px solid #d6d6d6;
		}
		.bespeak .b-warning {
		    height: auto;
		    border-color: #fc9e9e;
		    background-color: #feeeee;
		    color: #f64545;
		}

		.bespeak .b-success, .bespeak .b-warning {
		    position: absolute;
		    right: 0;
		    width: 320px;
		    margin-right: 70px;
		    padding-right: 10px;
		}

		.form-group {
		    /*float: right;
		    padding: 36px 40px 0;*/
		    position: absolute;
		    right: 5%;
		    top: 50%;
		    transform: translateY(-50%);
		}
		.hide {
		    display: none !important;
		}

        .bookingPhoneTipContainer{
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 50;
            display:none;
        }
         .bookingPhoneTipContainer .tiplayer{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.4);
        }

        .bookingPhoneTipContainer .tipsContentBox{
            position: absolute;
            width: 60%;
            height: 180px;
            top: 50%;
            left: 50%;
            z-index: 2;
            background: #fff;
            transform: translate(-50%,-50%);
            border-radius: 8px;
            text-align:center;
        }
        .tipsContentBox p{
            font-size: 20px;
        }
        .tipsContentBox h4{
            font-size: 22px;
            color: #508409;
            margin-top: 20px;
        }
        .tipsContentBox span{
            display:block;
        }
        .tipsContentBox a{
            display: inline-block;
            width: 80px;
            height: 25px;
            line-height: 25px;
            background: #07cef9;
            color: #fff;
            border-radius: 9px;
            margin-top: 20px;
        }
		.bespeak .form-group-item label{
			width: 75px;
		    font-size: 15px;
		    display: inline-block;
		    color: #777;
		    text-align: right;
		}
		.bespeak .form-group-item label i{
			font-style: normal;
			color:#f00;
			display: inline-block;
			margin-left:5px;
		}
		.bespeak .form-group-item {
		    width:400px;
		    margin-bottom: 15px;
		}
		.bespeak .form-group-item select{
			width: 200px;
    		height: 36px;
    		border: 1px solid #d6d6d6;
    		text-indent: 1em;
		}

		.bookingContainer{
			background-image: url(/content/css/img/bespeakBG.png) ;
			/*background-position: center center;*/
			background-size: 100% 100%;
		}
		body{
			margin:0;
		}
        .ResisterContainer .navbar-default .nav li a{
            color:#777;
        }
         .ResisterContainer .navbar-default .nav li a.on{
            color:#1ab394;
        }
          .navbar-default .nav li a.on{
            color:#1ab394;
        }
		.bookingContainerPhone{
			display:none;
		}
		@media screen and (max-width: 768px) {
			.bookingContainer{
				display: none;
			}
			.bookingContainerPhone{
				display:block;
			}
			.form-group-item{
				width:90%;
				padding-left: 20px;
			}
			.bookingContainerPhone{
				padding-top:70px;
                background-image: url(/content/css/img/SmallBespeakBG.png) ;
			    /*background-position: center center;*/
			    background-size: 100% 100%;
			}
			.bespeak .b-success, .bespeak .b-warning, .form-group-item input[type=text] {
			    width: 210px;
			    height: 35px;
			    font-size: 14px;
			    line-height: 35px;
			    outline: none;
			    border: 1px solid #d6d6d6;
			    padding-left: 10px;
			}
			.form-group-item textarea{
				margin-left: 75px;

			}
			.bookingContainerPhone  h2{
				text-indent: 2em;
   				margin-bottom: 20px;
			}

		}


/*新的预约演示end*/


@media screen and (max-width: 768px) {
    .navbar .phoneLogo{
            padding: 5px 10px;
    }
    .navbar .phoneLogo  .welcomePhoneNm{
        display:block;
    }
     .navbar .phoneLogo  span i{
        margin-right: 5px;
        font-size: 16px;
    }
     .navbar-wrapper .navbar.navbar-fixed-top{
         z-index:9999;
     }
   .phoneFeaturesCircle  .features-text {
        margin-top: 40px;
        float: left;
        width: 33%;
    }
    .phoneFeaturesCircle  .features-text  h2 {
        font-size: 14px;
        margin-top: 5px;
         text-align: center;
    }
    .phoneFeaturesCircle  .features-text p{
        line-height: 1;
        font-size: 11px;
        text-align: center;
     }
    .phoneFeaturesCircle .features-block{
         margin-top:0;
     }
    #inSlider{
        width:100%;
    }
   .PlustekContainer .wow div{
         padding: 15px 10px;
    }
    .PlustekContainer .wow{
        padding-right:5px;
    }
    .PlustekContainer .wow div h2 span{
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #10b9f7;
        border-radius: 50%;
        margin-right: 10px;
        vertical-align: middle;
        margin-top: -10px;
    }
      .PlustekContainer .wow div h2{
          margin-bottom:5px;
      }
    .PlustekContainer p{
        line-height: 1.5;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .chooseTMScontainer{

    }
     .chooseTMScontainer p{
          line-height: 1.3;
    }
  
     .testimonials-text i{
         font-style:normal;
     }

     .header-back.one{
         background: url(/content/css/img/indexPhone1.jpg) 50% 0 no-repeat;
     }
     .header-back.two{
           background: url(/content/css/img/indexPhone2.jpg) 50% 0 no-repeat;
     }
      .header-back.three{
           background: url(/content/css/img/indexPhone3.png) 50% 0 no-repeat;
     }
     .services{
         display:none;
     }

     .TMSFuniconContainer img{
         width:45px;
         height:45px;
     }
     .TMSFuniconContainer  .m-t-lg{
         margin-top:20px;
     }
     .TMSFUNcontainer  .zoomIn{
           margin:10px 0;
     }
     .zoomIn img{
         margin-top:10px;
     }
     .ToPageComProfile{
        display:inline-block;
    }
     .navbar-default .nav li a{
         padding:10px;
     }
    .navbar-default .navbarPhoneContainer{
             padding: 0;
             max-height: 420px;
     }
    .navbarPhoneContainer .navbar-nav{
        margin:0;
    }
   .navbarPhoneContainer .nav>li{
           border-bottom: 1px solid #dfdfdf;
         
   }
    .navbarPhoneContainer .nav > li:last-child{
          border-bottom:none;
    }
   .aboutusBannerContainer{
       display:none;
   }
   .aboutusTxtContainer {      
       display:none;
   }
   .aboutusPhoneContainer{
       margin-top:80px;
       padding:0 10px;
   }
   .aboutusPhoneContainer h4{
        line-height: 2;
        text-align: center;
        font-size: 20px;
   }
    .aboutusPhoneContainer h4 b{
        display: inline-block;
        width: 45px;
        height: 2px;
        background-color: #1ab394;
        vertical-align: middle;
        margin: 0 10px;
    }
    .aboutusPhoneContainer p{
        text-indent: 2em;
        line-height: 1.6;
        font-size: 15px;
        margin-top: 15px;
    }
    .aboutusPhoneContainer img{
        width:100%;
    }
    .aboutusPhoneContainer{
        display:block;
    }
    .contactUscContainer{
        width:100%;
    }
    .contactUscContainer p {
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    .TMSFUNcontainer .zoomIn img{
        margin-top: 15px;
    }
}

.loading {
    background-color: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid #1abc21;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    margin: 0 auto;
}


 @keyframes rotate{
          0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
     }


 .tipsWaiting{
     display:none;
 }
 .tipsSuccess{
       display:none;
 }

/*官网完善修改end*/