/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/**
 * main css
 */
html {
  font-size: 20px;
}

body {
  font-family: " ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  position: relative;
  padding-top: 84px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow-x: hidden;
}

body.fixed {
  padding-top: 64px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000000;
}

a,
a:visited {
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

body.fixed #header {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

body.fixed .nav-wrapper a {
  line-height: 64px;
}

body.fixed .logo-wrapper {
  margin-top: 12px;
}

.header-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.logo-wrapper {
  float: left;
  margin-top: 22px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.logo-wrapper a {
  display: block;
}

.logo-wrapper a img {
  display: block;
}

.nav-wrapper {
  float: right;
}

.nav-wrapper .nav {
  padding: 0;
  margin: 0;
}

.nav-wrapper .nav .nav-item {
  float: left;
}

.nav .nav-item a {
  display: block;
  padding: 0 16px;
  position: relative;
  line-height: 84px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.nav .nav-item a.active {
  /*  color: #ffff;  */

  background-color: #1e63c1;
}

.nav .nav-item a.active span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav .nav-item a span {
  position: relative;
  display: inline-block;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.nav .nav-item a span:after {
  position: absolute;
  left: 0;
  width: 100%;
  color: #ffffff;
  content: attr(data-title);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.nav>li:hover a:not(.active) span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav>li:hover a {
  background-color: #1e63c1;
}


/**
* banner
*/

.banner-wrapper {
  position: relative;
}

.banner-img {
  max-width: 100%;
}

.banner-wrapper {
  /* background-image: url(../images/banner1.png); */
  background-color: rgba(255, 255, 255, .9);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  padding-bottom: 38.8%;
  background-size: cover !important;
  /*-webkit-animation:scale_banner 10s linear infinite alternate;*/
  /*animation:scale_banner 10s linear infinite alternate;*/
}

@-webkit-keyframes scale_banner {
  0% {
    background-size: 100% 100%;
  }

  50% {
    background-size: 125% 125%;
  }

  100% {
    background-size: 150% 150%;
  }
}

.banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #ffffff
}

    .banner-text ul li{ font-size:30px;}

    .banner-title {
        /* font-family: 'MicrosoftJhengHei'; */
        font-size: 58px;
    }

.banner-title span {
  font-weight: 600;
}

.banner-title span:first-child {
  color: #ffffff;
}

/* .banner-title span:last-child{
    color: #1e63c1;
} */

ul.features.wow.fadeIn.animated>li>span {
  font-size: 30px;
  color: #fff;
}


.features {
  padding: 0;
  margin: 35px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-item {
  padding-right: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}

.features-item:nth-child(2) {
  margin: 0 14px;
}

.features-item img {
  margin-right: 10px;
}

.reserve-btn {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 2.2em;
  width: 6.5em;
  border: 1px solid #F68D20;
  border-radius: 2em;
  background-color: #F68D20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.reserve-btn:hover {
  background-color: transparent;
  color: #F68D20;
}

.server-wrapper .section-title {
  padding-top: 56px;
  padding-bottom: 24px;
}

.server-desc {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
  text-align: center;
}

.server-desc .line {
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #666666;
}

.server-desc .server-desc-text {
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  letter-spacing: 1px;
}

.server-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 220px;
}

.server-tab-item {
  cursor: pointer;
  width: 25%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 20px;
  -webkit-transition: margin-top 0.5s linear;
  transition: margin-top 0.5s linear;
}

.duli{    display: flex;justify-content: space-between;
    align-items: center; color:#000 !important; width:100%;}
.duli>span{font-size: 10vw;line-height: 1;}
.duli01{width: 69%;}
.duli01 h2{font-size: 2vw;line-height: 1;font-weight: normal;}
.duli01 span{font-size: 1.2vw;display:block;line-height:1.5;margin-top:2%;}


.server-tab-item:hover {
  margin-top: 0;
}
.server-tab-item.active .duli,
.server-tab-item:hover .duli{ color:#4587e8 !important;
}

/*.server-tab-item:nth-of-type(1) {
  background-image: url(../images/独立站建站黑.png);
}

.server-tab-item:nth-of-type(2) {
  background-image: url(../images/sem黑.png);
}

.server-tab-item:nth-of-type(3) {
  background-image: url(../images/seo黑.png);
}

.server-tab-item:nth-of-type(4) {
  background-image: url(../images/sna社媒黑.png);
}

.server-tab-item:nth-of-type(1).active,
.server-tab-item:nth-of-type(1):hover {
  background-image: url(../images/独立站建站蓝.png);
}

.server-tab-item:nth-of-type(2).active,
.server-tab-item:nth-of-type(2):hover {
  background-image: url(../images/sem蓝.png);
}

.server-tab-item:nth-of-type(3).active,
.server-tab-item:nth-of-type(3):hover {
  background-image: url(../images/seo111.png);
}

.server-tab-item:nth-of-type(4).active,
.server-tab-item:nth-of-type(4):hover {
  background-image: url(../images/社媒营销.png);
}*/

.server-tab-item img {
  width: 528px;
  height: 492px;
  display: block;
}

.server-content {
  position: relative;
}

.server-content>div {
  position: relative;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.server-content>div.active {
  opacity: 1;
  z-index: 11;
}

.server-content .server-sem,
.server-content .server-seo,
.server-content .server-sns {
  position: absolute;
  top: 0;
  width: 100%;
}


.server-list {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 6px solid #1e63c1;
}

.server-list .server-item {
  width: 25%;
  overflow: hidden;
  position: relative;
  line-height: 2;
}

.server-list .server-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.server-item .server-item-bottom {
  position: absolute;
  z-index: 2222;
  width: 100%;
  height: 4.5rem;
  bottom: 0;
  left: 0;
  text-align: center;
  /* padding: 0 25%; */
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.server-item .server-item-bottom p {
  margin: 0;
  font-size: 0.8rem;
}

.server-item .server-item-bottom .problem {
  /*color: #ffffff;*/
  color: #1e63c1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.server-item .server-item-bottom .program {
  /*color: #1e63c1;*/
  color: #fff;
  display: inline-block;
  width: 10rem;
  line-height: inherit;
  margin: 0 auto;
  border-radius: 0;
  font-size: 0.9rem;
}

.server-webbuild .server-item-bottom .program {
  font-weight: 550;
}

.server-seo .server-item-bottom .program {
  color: #ffffff;
}

.server-item .server-item-bottom .help {
  /* height: 0; **/
  display: none;
  font-size: 0.7rem;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 0;
  color: #ffffff;
  /* overflow: hidden; */
}

.server-list .server-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 4;
}

.server-item:hover .server-item-bottom {
  height: 100%;
}

.server-item:hover .server-item-bottom .problem {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.server-item:hover .server-item-bottom .program {
  /*border: 1px solid #1e63c1;*/
  border: 1px solid #fff;
  border-radius: 1rem;
  font-size: 18px;
  line-height: 2rem;
  text-align: center;
}

.server-seo .server-item:hover .server-item-bottom .program {
  /*color: #1e63c1;*/
  font-weight: 550;
}




.server-item:hover .server-item-bottom .help {
  /* height: auto; */
  margin-top: 30px;
}

.case-wrapper .section-title {
  padding-top: 92px;
  padding-bottom: 84px;
}

.case-list .case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.case-item:hover .case-img-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case-list .case-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.case-list .case-item>div {
  width: 50%;
  overflow: hidden;
}

.case-img-wrapper img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.case-list .case-item .case-desc {
  padding: 1rem 3rem;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-list .case-item:nth-child(even) .case-desc {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.case-list .case-desc p {
  margin: 0.3rem 0;
  font-size: 0.75rem;
  color: #000000;
}

.case-list .case-desc p span {
  color: #1e63c1;
  font-size: 0.9rem;
}

.case-desc .case-logo img {
  display: block;
  margin-bottom: 16px;
}

.about-wrapper .section-title {
  padding-top: 92px;
}

.about-wrapper .about-desc {
  padding-top: 16px;
  margin-bottom: 84px;
}

/*.about-wrapper .about-desc{
font-size: 14px;
color: #000000;
line-height: 34px;
text-align: center;
margin-top: 54px;
margin-bottom: 100px;
}

.about-wrapper .about-desc p{
margin: 0;
}

.about-wrapper .about-desc p:first-child{
font-family: 'MicrosoftYaHei';
color: #000000;
font-weight: bold;
margin-bottom: 36px;
}*/

.about-show .about-show-list {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-show .about-show-list .about-show-item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  position: relative;
}

.about-show>.about-show-list>.about-show-item {
  width: 25%;
}

.about-show-list .about-show-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.about-show-list .about-show-item .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.about-show-list .about-show-item .show-title {
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: rgba(30, 99, 193, .8);
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.about-show-list .about-show-item:hover .show-title {
  opacity: 0.8;
}

.about-show-list .about-show-item:hover .active {
  /*-webkit-transform: scale(1.2);
        transform: scale(1.2); */
  opacity: 1;
}

.about-show img {
  display: block;
  max-width: 100%;
}

/*服务团队*/
.service-wrapper .section-title {
  padding-top: 92px;
  padding-bottom: 50px;
}


.service-show .service-show-list {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.service-show .service-show-list .service-show-item {
  width: 30%;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
/*  flex: auto;*/
  overflow: hidden;
  position: relative;
}

.service-show .service-show-list .service-show-item h3 {
  text-align: center;
}

.service-show-list .service-show-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.service-show-list .service-show-item .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.service-show-list .service-show-item .show-title {
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: rgba(30, 99, 193, .8);
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.service-show-list .service-show-item:hover .show-title {
  opacity: 0.8;
}

.service-show-list .service-show-item:hover .active {
  /*-webkit-transform: scale(1.2);
        transform: scale(1.2); */
  opacity: 1;
}

.service-show img {
  display: block;
  max-width: 100%;
}

.partner-wrapper {
  background-color: #fafafa;
  padding-top: 78px;
  padding-bottom: 78px;
}

.partner-wrapper .section-title {
  margin-bottom: 50px;
}

.partner-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partner-list .partner-item {
  width: 15%;
  margin-bottom: 16px;
}

.partner-list .partner-item img {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.partner-list .partner-item:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-wrapper {
    background-image: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-attachment: fixed; */
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-animation:scale_banner 15s linear infinite alternate;
		animation:scale_banner 15s linear infinite alternate; */ margin-top: 30px;
}

.contact-wrapper>div {
  width: 34%; margin:0 auto;
}

.contact-wrapper .contact-form .form-des>h2 {
  color: #fff;
  font-size: 25px;
}

.contact-wrapper .contact-form .form-des>span {
  display: block;
  margin: 0 auto 25px;
  color: #fff;
  font-size: 14px;
}

.contact-wrapper .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.66);
  padding: 172px 60px 182px 0;
  /* opacity: 0.66; */
}

.form {
  width: 425px;
}

.form .input-wrapper:not(.submit-wrap) {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(238, 238, 238, 0.1);
  /*border-radius: 20px;*/
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  letter-spacing: 1px;
}

.form .input-wrapper:not(:last-child) .del {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  display: none;
}

.form .input-wrapper:not(:last-child) input::-ms-clear {
  display: none;
}

/*.form .input-wrapper:not(:last-child).active{
border: 1px solid rgba(30, 99, 193, .5);
}*/

.form .input-wrapper label {
  width: 8em;
  text-align: center;
}

.form .input-wrapper input:not(.submit) {
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  color: #000;
  /*background-color: transparent;*/
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 0 20px;
}

.form .input-wrapper textarea {
  padding: 8px 20px;
}

.form .input-wrapper .submit {
  height: 47px;
  border: 0;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 0 28px;
  font-size: 16px;
  color: #ffffff;
  background-color: #1e63c1;
  cursor: pointer;
  border-radius: 20px;
  letter-spacing: 2px;
}

.form .input-wrapper .submit:hover {
  color: #1e63c1;
  background-color: #ffffff;
}

.contact-adress {
/*  padding-top: 190px;
  padding-left: 88px;*/    padding: 172px 60px 182px 0;
}

.contact-adress .section-title img {
  display: block;
 
}

.contact-adress .section-title {
  margin-bottom: 50px;
}

.contact-adress .adress-wrapper {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 18px;
}

.contact-adress .adress-wrapper>div:not(.section-title) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.contact-adress .adress-wrapper .adress {
  margin-bottom: 0px;
}

.contact-adress .adress-wrapper .adress-sub {
  padding-left: 30px;
}

.adress-wrapper>div:not(.section-title) img {
  margin-right: 10px;
}

.footer {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 20px;
}

.footer>a {
  text-decoration: underline;
  color: #4587e8;
}

.section-title img {
  display: block;
  margin: 0 auto;
}

.section-title p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  letter-spacing: 1px;
   width:80%;

}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}





/* advantage */
.advantage-wrapper .section-title {
  padding-top: 92px;
  padding-bottom: 84px;
}

.advantage-content {
  display: flex;
  justify-content: center;
}

.advantage-item {
  width: 28%;
  padding: 10px;
  position: relative;
}

.advantage-item+.advantage-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.advantage-item img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* advantage */

#newBridge .icon-right-center {
  top: 60% !important;
}

@media screen and (max-width:1584px) {
  .banner-title {
    font-size: 40px;
  }
}
.wapper{ max-width:1200px; margin:0 auto;}
.inside_con{ padding:10px 0; min-height:300px}
.clear{ margin:0; padding:0; font-size:0; clear:both; }