/*
/*
    Created on : 2017-7-13, 20:13:38
    易米主题
    Author     : keepwin100 <hukaijun@emicnet.com>
*/

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family:"Microsoft Yahei",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}
.container{
    width: 1200px !important;
}

a {
  color: #8c8c8c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #eeeeee;
  outline: none;
}

p {
  margin-bottom: 1em;  /*1.5*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 3px;
}
h1, h2{
  letter-spacing: 5px;
}
::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#emic-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #emic-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #emic-header .navbar-brand {
    color: #6173f4 !important;
  }
  #emic-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #emic-header #navbar li a:hover {
    color: #6173f4 !important;
  }
  #emic-header #navbar li a span:before {
    background: transparent !important;
  }
  #emic-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #6173f4 !important;
  }
  #emic-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#emic-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#emic-header #navbar li a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#emic-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#emic-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #6173f4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#emic-header #navbar li a:hover {
  color: #fff;
}
#emic-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#emic-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#emic-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#emic-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#emic-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
#emic-header.navbar-fixed-top .navbar-brand {
  color: #6173f4;
}
#emic-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#emic-header.navbar-fixed-top #navbar li a:hover {
  color: #6173f4;
}
#emic-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #6173f4;
}
#emic-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#emic-header .navbar-default {
  border: transparent;
  background: transparent;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #emic-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#emic-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#emic-header .navbar-default .brand-slogan em {
  color: #6173f4;
  font-style: normal;
}
#emic-header a {
  -webkit-transition: 0s;
  transition: 0s;
}

.section-heading {
  float: left;
  width: 100%;
  /*padding-bottom: 50px;*/
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  font-size: 38px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  line-height: 1.5;
}
/*.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #6173f4;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}*/
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #777777;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#emic-our-services,
#emic-about-us,
#emic-features,
#emic-testimonials,
#emic-pricing,
#emic-press {
  padding: 7em 0;
}
@media screen and (max-width: 480px) {
  #emic-our-services,
  #emic-about-us,
  #emic-features,
  #emic-testimonials,
  #emic-pricing,
  #emic-press {
    padding: 5em 0;
  }
}

#emic-testimonials {
  background: #6173f4;
}
#emic-testimonials .section-heading h2 {
  color: white;
}
#emic-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#emic-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#emic-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#emic-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#emic-testimonials .box-testimony a:hover, #emic-testimonials .box-testimony a:focus, #emic-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#emic-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
#emic-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#emic-testimonials .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #6173f4;
  border-radius: 50%;
}
#emic-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#emic-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#emic-testimonials .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#emic-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#emic-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#emic-pricing .price-box.popular {
  border: 2px solid #6173f4;
}
#emic-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #6173f4;
  color: #fff;
  border-radius: 4px;
}
#emic-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #6173f4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#emic-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#emic-pricing .price {
  font-size: 50px;
  color: #000;
}
#emic-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#emic-pricing .price small {
  font-size: 16px;
}
#emic-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#emic-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#emic-our-services,
#emic-press {
  background: #f4f4f4;
}

#emic-our-services .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #emic-our-services .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
}
#emic-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#emic-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#emic-our-services .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#emic-our-services .box .icon.colored-1 {
  background: #2aaf67;
}
#emic-our-services .box .icon.colored-2 {
  background: #00bff3;
}
#emic-our-services .box .icon.colored-3 {
  background: #f26522;
}
#emic-our-services .box .icon.colored-4 {
  background: #e52b50;
}
#emic-our-services .box .icon.colored-5 {
  background: #2fc5cc;
}
#emic-our-services .box .icon.colored-6 {
  background: #6173f4;
}
#emic-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#emic-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#emic-features {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #emic-features {
    padding: 4em 0;
  }
}
#emic-features .emic-service {
  margin-bottom: 30px;
  float: left;
}
#emic-features .emic-service .emic-icon {
  float: left;
  width: 20%;
}
#emic-features .emic-service .emic-icon i {
  font-size: 40px;
  color: #6173f4;
}
#emic-features .emic-service .emic-desc {
  width: 80%;
  float: right;
}
#emic-features .emic-service .emic-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

#emic-press .emic-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #emic-press .emic-press-item {
    display: block !important;
  }
}
#emic-press .emic-press-item .emic-press-text,
#emic-press .emic-press-item .emic-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #emic-press .emic-press-item .emic-press-text,
  #emic-press .emic-press-item .emic-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#emic-press .emic-press-item .emic-press-text {
  float: left;
  padding: 20px;
}
#emic-press .emic-press-item .emic-press-text .emic-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#emic-press .emic-press-item .emic-press-text .emic-press-title .emic-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #6173f4;
}
#emic-press .emic-press-item .emic-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #emic-press .emic-press-item .emic-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.emic-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.emic-nav-toggle.active i::before, .emic-nav-toggle.active i::after {
  background: #6173f4;
}
.emic-nav-toggle:hover, .emic-nav-toggle:focus, .emic-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.emic-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #6173f4;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #6173f4;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.emic-nav-toggle i::before, .emic-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #6173f4;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.emic-nav-toggle i::before {
  top: -7px;
}

.emic-nav-toggle i::after {
  bottom: -7px;
}

.emic-nav-toggle:hover i::before {
  top: -10px;
}

.emic-nav-toggle:hover i::after {
  bottom: -10px;
}

.emic-nav-toggle.active i {
  background: transparent;
}

.emic-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.emic-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.emic-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .emic-nav-toggle {
    display: block;
  }
}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-w-auto{
    margin: 0 auto;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #6173f4;
  color: #fff;
}
.social li a.social-circle {
  background: #6173f4;
  color: #fff;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #6173f4;
  color: #fff;
}
.social.social-circle a {
  background: #6173f4;
  color: #fff;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #fff !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.emic-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.emic-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.emic-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.emic-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .emic-owl-text-wrap {
  height: 800px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .emic-owl-text-wrap {
    height: inherit;
    padding: 5em 0;
  }
}
.owl-carousel-fullwidth .emic-owl-text-wrap {
  position: relative;
}
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
.owl-carousel-fullwidth .item img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .iphone-image {
  position: relative;
  z-index: 99;
}
.owl-carousel-fullwidth .item .iphone-image .iphone {
  float: right;
  text-align: right;
  position: relative;
  bottom: -12em;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .iphone-image .iphone {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
.owl-carousel-fullwidth .item .iphone-image .iphone img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .emic-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.owl-carousel-fullwidth .item .emic-owl-text a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .emic-owl-text a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}
.owl-carousel-fullwidth .item .emic-owl-text .emic-lead, .owl-carousel-fullwidth .item .emic-owl-text .emic-lead-2, .owl-carousel-fullwidth .item .emic-owl-text .emic-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
.owl-carousel-fullwidth .item .emic-owl-text .emic-lead {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .emic-owl-text .emic-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-carousel-fullwidth .item .emic-owl-text .emic-sub-lead {
  font-size: 30px;
  line-height: 30px;
  line-height: 42px;
  font-weight: 100;
  margin-bottom: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .emic-owl-text .emic-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}.footer-copywrite {
    background-color: #333;
    color: #666;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

/*.row-bottom-padded-lg {
  padding-bottom: 7em;
}*/
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}
.social-circle{
  padding-bottom: 2em;
}

.emic-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# 易米主题 */
@media screen and (min-width: 768px){
    .emic .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.emic .jumbotron{
    padding-top: 108px;
    padding-bottom: 108px;
    height: 560px;
    margin-bottom:0px;
    background-size: 100% 100%;
}
.emic.layer2 .jumbotron{
    height: 520px;

}
.emic .container {
    max-width: 100%;
}
.emic .jumbotron {
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,.jumbotron h3{
    color: #fff;
    font-weight: 300;
}
.layer1 .jumbotron h1{
    font-size: 44px;
    letter-spacing: 2px;
    margin-bottom: 36px;
}
.layer1 .jumbotron h3{
    font-size: 20px;
    margin-bottom: 76px;
    letter-spacing: 2px;
}
.layer2 .jumbotron h1{
    font-size: 40px;
    font-weight: 300;
}
.layer2 .jumbotron h1 i{
    font-size: 36px;
    font-style: normal;
}
.layer2 .jumbotron h3{
        font-size: 20px;
        line-height: 40px;
        margin-bottom:20px;
        height: 80px;
        overflow: hidden;
}
section.img-sec,section.arc-sec,pls-sec,section.apids-sec {
    padding: 40px 30px 80px;
}
.img-sec{
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}
.img-sec h2,.img-sec h1,.img-sec h3,.img-sec h4{
    color: #fff;
}
.nav-sec {
    margin-top: 0px;
}

.nav-sec .nav-posit{
    text-align: left;
    height: 44px;
    font-size: 14px;
    margin-bottom: 10px;
}
.nav-sec  p.posit-strong{
    height: auto;
    margin-bottom: 0px;
    font-size: 18px;
}
.nav-sec .nav-posit>span {
    line-height: 54px;
    color: #333;
}
.nav-sec .nav-posit>span a {
    color: #333;
}
.nav-sec .nav-posit>span a:hover,.nav-sec .nav-posit>span a:active,.nav-sec .nav-posit>span a:focus{
    color: #01a9f7;
}
.nav-sec .nav-posit>span a.curent_link{
    color:#3ac0ff ;
    cursor: inherit;
}
.nav-sec  p{
    font-size: 14px;
    color: #333;
    /*letter-spacing: 1px;*/
    height: 60px;
}
.dis-posit{
    padding: 0 45px;
}
.nav-sec .row p strong{
    color:#099dff;
    font-size: 1.1em;
}
.banner-title:after {
    content: "";
    /* position: absolute; */
    display: block;
    width: 150px;
    height: 2px;
    background: #e5e5e5;
    margin-top: 16px;
    left: 50%;
    margin-left: 0px;
    bottom: 0;
}
.ap-cart{
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /*box-shadow: 0px 1px 6px rgba(0,0,0,0.2);*/
    margin: 0 -8px;
    height: 267px;
    padding: 20px 10px 0;
}
.ap-cart:hover{
  -webkit-box-shadow: 0 0 13px rgba(35,24,21,.2);
          box-shadow: 0 0 13px rgba(35,24,21,.2);
  -webkit-transform: scale(1.05);
    transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.ap-cart h3{
    font-size: 20px;
}
.ap-cart p{
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
    height: 69px;
    overflow: hidden;
}
.ap-item p{
    text-align: left;
    height: 80px;
    color: #666666;
    overflow: hidden;
}
.img-sec .ap-item p{
    color:#fff;
}
.bg-white-only {
    background-color: #fff;
}
.bg-guly-only{
    background-color: #f7f8fa;
}
.bg-skl-only{
     background-color: #f7fcff;
}
.wrapper-md {
    padding: 20px;
}
.b-b {
    border-bottom: 1px solid #dee5e7;
}
.row-sm {
    margin-right: -10px;
    margin-left: -10px;
}
.w-xxs {
  width: 60px;
}

.w-xs {
  width: 90px;
}

.w-sm {
  width: 150px;
}

.w {
  width: 200px;
}

.w-md {
  width: 240px;
}

.w-lg {
  width: 280px;
}

.w-xl {
  width: 320px;
}

.w-xxl {
  width: 360px;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
  border: 1px solid #dee5e7;
}

.b-t {
  border-top: 1px solid #dee5e7;
}

.b-r {
  border-right: 1px solid #dee5e7;
}

.b-b {
  border-bottom: 1px solid #dee5e7;
}
b-b-none{
    border-bottom: 0 !important;
}
.p-t-none{
   padding-top: 0 !important;
}
.b-l {
  border-left: 1px solid #dee5e7;
}
.b-light {
  border-color: #edf1f2;
}
.b-dark {
  border-color: #3a3f51;
}
.b-black {
  border-color: #3a3f51;
}
.b-primary {
  border-color: #7266ba;
}
.b-success {
  border-color: #27c24c;
}
.b-info {
  border-color: #23b7e5;
}
.b-warning {
  border-color: #fad733;
}
.b-danger {
  border-color: #f05050;
}

.b-white {
  border-color: #ffffff;
}

.b-dashed {
  border-style: dashed !important;
}

.b-l-light {
  border-left-color: #edf1f2;
}

.b-l-dark {
  border-left-color: #3a3f51;
}

.b-l-black {
  border-left-color: #3a3f51;
}

.b-l-primary {
  border-left-color: #7266ba;
}

.b-l-success {
  border-left-color: #27c24c;
}

.b-l-info {
  border-left-color: #23b7e5;
}

.b-l-warning {
  border-left-color: #fad733;
}

.b-l-danger {
  border-left-color: #f05050;
}

.b-l-white {
  border-left-color: #ffffff;
}

.b-l-2x {
  border-left-width: 2px;
}

.b-l-3x {
  border-left-width: 3px;
}

.b-l-4x {
  border-left-width: 4px;
}

.b-l-5x {
  border-left-width: 5px;
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}
.p-n{
    padding: 0 !important;
}
.r {
  border-radius: 2px 2px 2px 2px;
}

.r-2x {
  border-radius: 4px;
}

.r-3x {
  border-radius: 6px;
}

.r-l {
  border-radius: 2px 0 0 2px;
}

.r-r {
  border-radius: 0 2px 2px 0;
}

.r-t {
  border-radius: 2px 2px 0 0;
}

.r-b {
  border-radius: 0 0 2px 2px;
}

.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 !important;
}

.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-xxl {
  margin-left: 50px;
}
.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-l-n-xxl {
  margin-left: -50px;
}
.m-t-none {
  margin-top: 0 !important;
}
.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-xxl {
  margin-top: 50px;
}
.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-t-n-xxl {
  margin-top: -50px;
}
.m-r-none {
  margin-right: 0 !important;
}
.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-xxl {
  margin-right: 50px;
}
.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-r-n-xxl {
  margin-right: -50px;
}
.p-n{
    padding: 0 !important;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.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-xxl {
  margin-bottom: 50px;
}
.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;
}
.m-b-n-xxl {
  margin-bottom: -50px;
}
.clearfix{
    clear: both;
}

/*font*/
.text-bule{
    color:#3ac0ff !important;
}
.text-yellow{
    color: #ffd544 !important;
}
.text-guly{
    color:#666666 !important;
}
.text-white{
    color: #fff !important;
}
.text-black{
    color: #333 !important;
}

/*btn*/
.btn{
    padding: 8px 16px;
    font-size: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn.btn-primary{
    color: #00c3ff;
    background: #fff;
    border: 1px solid #00c3ff;
}
.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus{
    background: #00c3ff;
    color: #fff;
}
.btn.btn-primary.btn-bg-o:hover,.btn.btn-primary.btn-bg-o:active,.btn.btn-primary.btn-bg-o:focus{
    border: 2px solid #00c3ff;
}
.btn.btn-white.btn-bg-o:hover,.btn.btn-white.btn-bg-o:active,.btn.btn-white.btn-bg-o:focus{
    border: 2px solid #fff;
    background: #fff;
    color: #130538;
}
.btn.btn-lg{
    width: 212px;
    font-size: 20px;
    /*border: none !important;*/
}
.btn btn-warning{
    color: #ffb000;
    background: #ffb000;
    border: 1px solid #ffb000;
}
.btn.btn-warning:hover,.btn.btn-warning:active,.btn.btn-warning:focus{
    background-color: #ffa100;
    border-color: #ffa100;
}
.btn.btn-warning.btn-bg-o:hover,.btn.btn-warning.btn-bg-o:active,.btn.btn-warning.btn-bg-o:focus{
    border: 2px solid #00c3ff;
    background-color: #ffb000;
    border-color: #ffb000;
    color:#fff;
}
.btn.btn-bg-o{
   background: transparent;
   color: #fff;
   border: 2px solid #fff ;
}
.btn.btn-warning-o{
     background: transparent;
    color: #fedb07;
    border: 1px solid #fedb07;
}
.btn.btn-warning-o:hover,.btn.btn-warning-o:active,.btn.btn-warning-o:focus{
    background-color: #ffb000;
    border-color: #ffa100;
    color: #fff;
}
.tab-pane{
    height: 100%;
}
.api-tab{
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,.2);
            box-shadow: 1px 2px 5px 0px rgba(0,0,0,.2);
    border-radius: 4px;
}
.api-tab .snav{
    width: 200px;
    border: 0;
}
.api-tab .snav.nav-tabs>li{
    width: 100%;
    /*border-bottom: 1px solid #fdfdfd;*/
    border: 1px solid #ccc;
    background: #f5f5f5;
}
.api-tab .snav.nav-tabs>li{
        margin-top: -1px;
        margin-bottom:  0px;
}
.api-tab .snav.nav-tabs>li>a{
    width: 100%;
    border-radius: 0;
    font-size: 22px;
    height: 120px;
    color: #333;
    padding: 4px;
    display: inline-block;
    border: 0;
    line-height: 120px;
}
.api-tab .snav.nav-tabs>li>a:hover,.api-tab .snav.nav-tabs>li>a:visited,.api-tab .snav.nav-tabs>li>a:focus{
    border: 0;
    text-decoration: none;
}
.api-tab .snav.nav-tabs>li.active{
    border-left: 5px solid #fdc300;
    background: #fff;
}
.api-tab .tab-content{
    margin-top: 30px;
    height: 392px;
    overflow: hidden;
}
.api-tab .snav-tab-c .dis-tab {
    text-align: left;
    padding: 70px 10px;
}
.api-tab .dis-tab>p{
    margin-bottom: 35px;
}
 .tab-menu{
    padding: 0;
}
.dis-tab h3{
  position: relative;
    font-size: 20px;
    text-align: left;
    color: #333;
}
.dis-tab>p{
    color: #6c6c6c;
    margin-top: 20px;
    text-align: left;
}
.tab-line:after{
    content: "";
    height: 245px;
    width: 2px;
    top: 28px;
    position: absolute;
    padding: 0;
    background: url(../images/emic-api-icon.png) no-repeat;
    background-position: -444px -65px;
    right: 0;
}
.yzj-tab{
        height: 241px;
        overflow: hidden;
        border: 1px solid #d3e0e7;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 2px;
}
.yzj-tab .tab-title:before{
    height: 0;
}
.yzj-tab .snav{
    width: 200px;
    border: 0;
}
.yzj-tab .snav.nav-tabs>li{
    width: 100%;
    /*border-bottom: 1px solid #fdfdfd;*/
    border: 1px solid #ccc;
    background: #f5f5f5;
}
.yzj-tab .snav.nav-tabs>li{
        margin-top: -1px;
        margin-bottom:  0px;
}
.yzj-tab .snav.nav-tabs>li>a{
    width: 100%;
    border-radius: 0;
    font-size: 24px;
    height: 120px;
    color: #333;
    padding: 4px;
    display: inline-block;
    border: 0;
    line-height: 120px;
}
.yzj-tab .snav.nav-tabs>li>a:hover,.yzj-tab .snav.nav-tabs>li>a:visited,.yzj-tab .snav.nav-tabs>li>a:focus{
    border: 0;
    text-decoration: none;
}

.yzj-tab .snav.nav-tabs>li.active{
    border-left: 5px solid #fdc300;
    background: #fff;
}
.yzj-tab .tab-content{
    margin-top: 30px;
    height: 392px;
    overflow: hidden;
}
.yzj-tab .snav-tab-c .dis-tab {
    text-align: left;
    padding: 0px 16px;
}
.yzj-tab .dis-tab p{
    line-height:24px;
    height: 80px;
}
.yzj-tab .dis-tab>p.p-title{
    height: 24px;
}
.yzj-tab .snav.nav-tabs>li a{
   font-size: 18px;
   height: 80px;
   line-height: 80px;
  /*background: #f5f5f5;*/
}

.yzj-tab .snav.nav-tabs>li.active {
    border-left: 5px solid #fdc300;
    background: #fff;
}
.yzj-tab .snav{
    width: 200px;
    border: 0;
}
/*.yzj-tab .snav.nav-tabs>li.active {
    border-left: 1px solid #3ac0ff;
}*/
.yzj-tab .snav-tab-c.tab-content {
    overflow: hidden;
    margin-top: 5px;
}
.yzj-tab .dis-tab>p {
    overflow: hidden;
    font-size:15px;
    margin-bottom: 0;
}
.zjfj-tab {
      height: 285px;
}
.zjfj-tab .snav.nav-tabs>li a{
  height: 70px;
  line-height: 70px;;
}
.zjfj-tab .dis-tab>p{
  line-height: 22px;
  margin-top: 25px;
  height: auto;
}
.zjfj-tab .dis-tab>.p2{
  margin-bottom: 32px;;
}
.zjfj-tab .edis-tab{
  margin-top: 35px;;
}
