
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

body {
  background: #e6e6e6; }

.SeoBanner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 640px; }
  .SeoBanner .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .SeoBanner .title {
    padding-top: 80px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px; }
  .SeoBanner .desc {
    font-size: 18px; }

.SeoPongetitle {
  color: #1f1f1f;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 50px; }
  .SeoPongetitle::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 2px;
    background: #2897c2;
    content: '';
    margin: auto; }

.marginTopBottom80 {
  margin: 50px 0; }

.problem .wrapper {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px; }

.problem .container {
  background: #fff; }

.problem .list {
  margin-top: 55px; }
  .problem .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 440px; }
    .problem .list ul li {
      width: 20%;
      padding: 0 20px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .problem .list ul li a {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        box-shadow: 0px 0px 21px 5px rgba(0, 42, 65, 0.1);
        padding-top: 50px;
        padding-bottom: 40px;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .problem .list ul li a:hover {
          padding-top: 50px;
          padding-bottom: 41px; }
          .problem .list ul li a:hover .buttonlink {
            opacity: 1;
            height: 50px;
            margin-bottom: 0;
            margin-top: 30px; }
        .problem .list ul li a .img {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .problem .list ul li a .text {
          text-align: center; }
          .problem .list ul li a .text .title {
            color: #1e1e1e;
            font-size: 18px;
            margin-top: 24px;
            margin-bottom: 15px; }
          .problem .list ul li a .text .desc {
            font-size: 14px;
            color: #818181;
            line-height: 1.8;
            width: 180px; }
        .problem .list ul li a .buttonlink {
          width: 150px;
          height: 0px;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          opacity: 0;
          border: 1px solid #2897c2;
          font-size: 16px;
          color: #2897c2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 20px; }

.service .container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/seo/seo2.jpg);
  height: 718px; }

.service .SeoPongetitle {
  color: #fff; }
  .service .SeoPongetitle::after {
    background: #fff; }

.service .contentService {
  position: relative;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px; }
  .service .contentService .title {
    font-size: 14px;
    color: #fff;
    position: absolute;
    line-height: 1.6; }
  .service .contentService .linkbutton a {
    background: url(../images/seo/icobg.png) center center no-repeat;
    width: 161px;
    height: 161px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .service .contentService .linkbutton a::after, .service .contentService .linkbutton a::before {
      content: '';
      position: absolute;
      left: -1px;
      top: -1px;
      border: 1px solid #2897c2;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      opacity: 0; }
    .service .contentService .linkbutton a:hover::before {
      -webkit-animation: serv_one_border .9s 0s ease 1;
              animation: serv_one_border .9s 0s ease 1; }
    .service .contentService .linkbutton a:hover::after {
      -webkit-animation: serv_one_border 1.5s 0s ease 1;
              animation: serv_one_border 1.5s 0s ease 1; }
  .service .contentService ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .service .contentService ul li {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .service .contentService ul li .title {
        min-width: 230px; }
    .service .contentService ul:nth-of-type(1) li:nth-of-type(1) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .service .contentService ul:nth-of-type(1) li:nth-of-type(1) .title {
        top: -50px;
        right: -155px; }
    .service .contentService ul:nth-of-type(2) {
      margin-top: 10px; }
      .service .contentService ul:nth-of-type(2) li:nth-of-type(1) {
        margin-right: 220px; }
        .service .contentService ul:nth-of-type(2) li:nth-of-type(1) .title {
          text-align: right;
          left: -240px;
          top: 15px; }
      .service .contentService ul:nth-of-type(2) li:nth-of-type(2) {
        margin-left: 220px; }
        .service .contentService ul:nth-of-type(2) li:nth-of-type(2) .title {
          right: -240px;
          top: 15px; }
    .service .contentService ul:nth-of-type(3) {
      margin-top: 125px; }
      .service .contentService ul:nth-of-type(3) li:nth-of-type(1) {
        margin-right: 363px; }
        .service .contentService ul:nth-of-type(3) li:nth-of-type(1) .title {
          top: 15px;
          left: -235px;
          text-align: right; }
      .service .contentService ul:nth-of-type(3) li:nth-of-type(2) {
        margin-left: 363px; }
        .service .contentService ul:nth-of-type(3) li:nth-of-type(2) .title {
          top: 15px;
          right: -235px; }

@-webkit-keyframes serv_one_border {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes serv_one_border {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.advantage .container {
  padding: 0; }

.advantage .topTitle {
  background: url(../images/seo/seo3.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
  padding-left: 40px; }
  .advantage .topTitle .SeoPongetitle {
    color: #fff;
    text-align: left;
    padding-bottom: 20px; }
    .advantage .topTitle .SeoPongetitle::after {
      background: #fff;
      right: initial;
      right: inherit; }
  .advantage .topTitle .localDesc {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px; }
  .advantage .topTitle .diagnosis {
    margin-top: 40px; }
    .advantage .topTitle .diagnosis a {
      width: 150px;
      height: 50px;
      border: 1px solid #fff;
      color: #fff;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      font-size: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .advantage .topTitle .diagnosis a:hover {
        background: #2897c2;
        border: 1px solid #2897c2; }

.advantage .listcontent {
  background: #fff; }
  .advantage .listcontent ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.advantage .listcontent ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .advantage .listcontent ul li:nth-of-type(2n+0) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .advantage .listcontent ul li .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 15px 0; }
        .advantage .listcontent ul li .text .iconimg {
          width: 72px;
          height: 72px;
          border-radius: 50%;
          background: #2897c2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center; align-items: center;
          -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
		}
        .advantage .listcontent ul li .text .txt .title {
          font-size: 18px;
          color: #1e1e1e;
          position: relative;
          padding-bottom: 10px;
          text-align: center;
          margin-top: 20px;
          margin-bottom: 15px; }
          .advantage .listcontent ul li .text .txt .title::after {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0;
            content: '';
            width: 30px;
            height: 2px;
            background: #2897c2; }
        .advantage .listcontent ul li .text .txt .desc {
          font-size: 14px;
          color: #848484;
          width: 165px;
          line-height: 1.8;
          text-align: center; }
  .advantage .listcontent ul li .img img{width:280px;    display: block;}
.BrandCustomerWitness .container {
  background: #fff;
  padding-top: 30px; }

.BrandCustomerWitness .SeoPongetitle {
  padding-top: 10px; }

.BrandCustomerWitness .pongedesc {
  text-align: center;
  font-size: 14px;
  color: #828282;
  margin-top: 15px;
  margin-bottom: 20px; }

.BrandCustomerWitness .linkButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px; }
  .BrandCustomerWitness .linkButton .wap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 35px;
    height: 80px;
    background: #f1f1f1;
    border-radius: 50px;
    padding-right: 10px; }
  .BrandCustomerWitness .linkButton p {
    font-size: 16px;
    color: #1e1e1e;
    margin-right: 50px; }
  .BrandCustomerWitness .linkButton a {
    width: 158px;
    height: 58px;
    background: url(../images/seo/seobg.png) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    color: #fff; 
}

.BrandCustomerWitness .container .content ul.IntegrationStyle {
  padding: 0 20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li {
  margin-top: 20px; box-sizing:border-box;
  width: 20%;
  padding: 0 10px; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a {
  height: 120px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1); }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img img {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
  overflow: hidden; }

.new_ContactUs{margin-top: 50px;margin-bottom: 50px;}
.new_ContactUs .container{padding:0;display: flex;}
.new_ContactUs .left{width: 50%;background: url(../images/seo/home_add.jpg) center center no-repeat;background-size: cover;position: relative;}
.new_ContactUs .left .contentBlock{background: #333;max-width: auto;width:100%;position: absolute;padding: 0 40px;bottom: 0;right: 0;padding: 0 6%;box-sizing: border-box;}
.new_ContactUs .left .contentBlock ul{display: flex;}
.new_ContactUs .left .contentBlock ul li{flex: 1;display: flex;flex-direction: column;align-items: center;padding: 30px 20px;}
.new_ContactUs .left .contentBlock ul li .en{font-size: 17px;color: #fff;margin-bottom: 10px;}
.new_ContactUs .left .contentBlock ul li .text{margin: 15px auto 0;max-width: 160px;line-height: 18px;font-size: 13px;color: #eeeeee;text-align: center;}
.new_ContactUs .right{width: 50%;padding: 60px 50px;background: #fff;}
.new_ContactUs .right .title{color: #333333;    font-weight: bold;
    font-size: 36px;
    padding-bottom: 15px;
    position: relative;}
.new_ContactUs .right .desc{margin-top: 25px;font-size: 18px;color: #666;margin-bottom:0;}
.new_ContactUs .right .en{margin-top: 10px;color: #999999;font-size: 12px;font-size: 10px;text-transform: uppercase;}
.new_ContactUs .right .form{margin-top: 40px;}
.new_ContactUs .right .form form{display: flex;flex-flow: wrap;}
.new_ContactUs .right .form .styleblock{margin-bottom: 30px;width: 50%;padding-right: 20px; box-sizing: border-box;}
.new_ContactUs .right .form .styleblock:nth-of-type(2n+0){padding-right: 0;padding-left: 20px;}
.new_ContactUs .right .form .styleblock .parent{background: #eeeeee;display: flex;width: 100%;line-height: 30px;height: 60px;border: none;font-size: 16px;color: #333;justify-content: space-between;}
.new_ContactUs .right .form .styleblock .parent > input{outline: none;flex: 1;padding-left: 20px;min-width: 0;padding-right: 10px;border: 0;background: none;color: #333;}
.new_ContactUs .right .form .styleblock .iconimg{display: flex;align-items: center;justify-content: center;margin-right: 20px;}
.new_ContactUs .right .form .styleblock .text{font-size: 16px;color: #666;line-height: 60px;height: 60px;padding-left: 20px;}
.new_ContactUs .right .form .submit{width: 100%;background: #2897c2;}
.new_ContactUs .right .form .submit input{outline: none;border: 0;background: none;color: #fff;text-align: center;flex: 1;height: 54px;width: 100%;}
.new_ContactUs .right .form .checkbox .parent{cursor: pointer;position: relative;}
.new_ContactUs .right .form .checkbox .parent .block{display: flex;width: 100%;justify-content: space-between;}
.new_ContactUs .right .form .checkbox .parent ul{position: absolute;display: none;width: 100%;top: 100%;left:0;border: 1px solid #c5c5c5;background: #fff;border-radius: 0 0 5px 5px;}
.new_ContactUs .right .form .checkbox .parent ul li{display: flex;align-items: center;padding: 0px 10px;cursor: pointer;transition: 0.3s ease all;}
.new_ContactUs .right .form .checkbox .parent ul li:hover{background: #ededed;}
.new_ContactUs .right .form .checkbox .parent ul li input{cursor: pointer;position: absolute !important;opacity:0 !important;}
.new_ContactUs .right .form .checkbox .parent ul li label{cursor: pointer;margin-bottom: 0;margin-left: 5px;flex: 1;min-width: 0;font-size: 14px;}
@media (max-width: 1599px){
	.new_ContactUs .left .contentBlock ul li{padding: 60px 10px;}
	.new_ContactUs .right .form .styleblock{padding-right: 10px;}
	.new_ContactUs .right .form .styleblock:nth-of-type(2n+0){padding-left: 10px;}
	.new_ContactUs .right .form .styleblock{margin-bottom: 20px;}
	.new_ContactUs .right .form .styleblock .iconimg{margin-right: 10px;}
	.commonIndexHeaderTop .title{font-size:24px;}
}  
  
  
@media (max-width: 1599px) {
  .BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
    width: 70%; } }

@media (max-width: 1599px) {
  .SeoBanner .title {
    padding-top: 77px; }
  .SeoBanner {
    height: 450px; }
  .SeoBanner .title {
    font-size: 24px; }
  .SeoBanner .desc {
    font-size: 16px; }
  .SeoPongetitle {
    font-size: 24px;
    padding-top: 30px; }
  .problem .list ul li {
    padding: 0 10px; }
  .problem .wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .problem .list {
    margin-top: 40px; }
  .problem .wrapper {
    padding-bottom: 40px; }
  .service .container {
    height: 540px; }
  .service .contentService {
    margin-top: 108px; }
  .service .contentService ul:nth-of-type(2) li:nth-of-type(1) {
    margin-right: 170px; }
  .service .contentService ul:nth-of-type(2) li:nth-of-type(2) {
    margin-left: 170px; }
  .service .contentService ul:nth-of-type(3) li:nth-of-type(1) {
    margin-right: 275px; }
  .service .contentService ul:nth-of-type(3) li:nth-of-type(2) {
    margin-left: 275px; }
  .service .contentService ul li .img {
    width: 60px; }
  .service .contentService .title {
    font-size: 13px; }
  .service .contentService ul:nth-of-type(3) {
    margin-top: 90px; }
  .service .contentService .linkbutton a {
    width: 120px;
    height: 120px;
    background-size: cover;
    font-size: 15px; }
  .service .contentService ul:nth-of-type(3) li:nth-of-type(1) .title {
    top: 12px; }
  .service .contentService ul:nth-of-type(3) li:nth-of-type(2) .title {
    top: 12px; }
  .service .contentService ul:nth-of-type(2) li:nth-of-type(1) .title {
    top: 11px; }
  .service .contentService ul:nth-of-type(2) li:nth-of-type(2) .title {
    top: 11px; }
  .service .contentService ul:nth-of-type(1) li:nth-of-type(1) .title {
    right: -175px; }
  .advantage .topTitle {
    height: 225px; }
  .advantage .topTitle .diagnosis {
    margin-top: 23px; }
  .advantage .topTitle .SeoPongetitle {
    padding-bottom: 10px; }
  .advantage .listcontent ul li .text .iconimg {
    width: 60px;
    height: 60px; }
  .advantage .listcontent ul li .text .txt .title {
    margin-bottom: 10px;
    font-size: 14px; }
  .advantage .listcontent ul li .text {
    padding: 21px 0; }
  .advantage .listcontent ul li .text .txt .desc {
    font-size: 12px; }
  .advantage .listcontent ul li .text .txt .title {
    margin-top: 10px; }
  .advantage .listcontent ul li .text .txt .desc {
    width: 140px;
    line-height: 1.6; }
  .advantage .listcontent ul li .img, .advantage .listcontent ul li .text {
    height: 100%; }
  .BrandCustomerWitness .SeoPongetitle {
    padding-bottom: 10px; }
  .BrandCustomerWitness .container {
    padding-top: 20px; }
  .BrandCustomerWitness .linkButton .wap {
    height: 60px; }
  .BrandCustomerWitness .linkButton a {
    width: 140px;
    height: 50px; }
  .BrandCustomerWitness .linkButton p {
    font-size: 14px; }
  .BrandCustomerWitness .linkButton {
    padding-bottom: 50px; } }

.container{width:1400px;margin:0px auto;}


@media screen and (min-width:300px) and (max-width: 799px){ 
	.container,.advantage .listcontent ul li .img img,.new_ContactUs .left{width:100%}
	problem {margin-top: 10px; margin-bottom: 10px; margin-left:auto; margin-right: auto; padding:10px}
	.problem .list ul li a .text,.problem .wrapper{padding:0px 10px;box-sizing:border-box;}
	.problem .list ul li a .text .desc{width:auto;}
	.problem .list ul li{width:50%;box-sizing:border-box;float:left}
	.problem .list{margin-top:0px}
	.problem .list ul{height:auto}
	
	.problem .list ul,.problem .list ul li,.service .contentService ul,.service .contentService ul li,.service .contentService ul:nth-of-type(1) li:nth-of-type(1),.advantage .listcontent ul li,.advantage .listcontent ul{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: block;}
	
	.marginTopBottom80,.new_ContactUs{margin-top:15px;margin-bottom:15px;}
	
	.service .contentService{margin-top:10px;width:100%;}
	.service .contentService ul:nth-of-type(2) li:nth-of-type(1){margin-right:0px; width:100%;}
	.service .contentService ul:nth-of-type(2) li:nth-of-type(2){margin-left:0px; width:100%;}
	.service .contentService ul li{width:100%; height:80px; line-height:80px;}
	.service .contentService ul li .title{   width:70%;float:right;position: initial; text-align:left !important; padding-top:15px;}
	.service .contentService ul li .img{   width:30%;float:left;height:80px !important; text-align: center;}
	.service .contentService ul:nth-of-type(3){margin-top:10px;}
	.service .contentService ul:nth-of-type(3) li:nth-of-type(2){margin-left:0px;}
	
	.ChooseUs .container .wrapper .content ul{height:auto;}
	
	.advantage .topTitle{padding-left:10px;}
	.new_ContactUs .right{padding:10px; width:100%;box-sizing:border-box;}
	.new_ContactUs .right .title{font-size:20px;padding-bottom:0px;}
	.advantage .listcontent ul li{width:50%;float:left}
	.BrandCustomerWitness .linkButton{padding-bottom:20px;}
	.BillionsOfBusinessOpportunities .topBanner{height:130px}
	.BillionsOfBusinessOpportunities .list ul li{padding:15px 0px; width:50%}
	.BillionsOfBusinessOpportunities .list ul li .desc,.InstituteOfMarketing dl,.InstituteOfMarketing .commonIndexHeaderTop{line-height:1.3; padding:0px 10px; box-sizing:border-box}
	.BeforeComparison .content ul li .text .title{margin-bottom:10px;margin-top:10px;}
	.BeforeComparison .content ul li .text .desc,.commonIndexHeaderTop .desc{margin-bottom:10px;}
	.BrandCustomerWitness .container .content ul.IntegrationStyle li,.HostingProcess .wrapper .content ul li{width:50%;box-sizing:border-box;float:left}
	.BeforeComparison .content{margin-top:20px;}
	.linkbutton,.new_ContactUs  .left{display:none}
	.InstituteOfMarketing label{margin-right:0px;}
	.InstituteOfMarketing dt{width:auto;padding: 0px 8px;font-size: 12px;height: 40px;}
	.InstituteOfMarketing .con{left:0px;display:block;    position: initial;}
	.InstituteOfMarketing ul li:nth-of-type(2n+0){padding-right:0px;}
	.InstituteOfMarketing ul li:nth-of-type(2) a {padding-top: 18.5px;}
	.ChooseUs .container .wrapper .content ul li{margin:0px}
	.InstituteOfMarketing .contentBlock,.InstituteOfMarketing .con{height:auto;}
	
	.SeoPongetitle{margin-bottom:30px}

}   
@media screen and (min-width:800px) and (max-width: 1199px){

}   
@media screen and (min-width:1200px) and (max-width: 1599px){ 
    .TheSecondBannerModificationOnTheOfficialWebsite {
      background-size: cover;
      height: 445px; }
      .TheSecondBannerModificationOnTheOfficialWebsite .title {
        font-size: 24px; }
      .TheSecondBannerModificationOnTheOfficialWebsite .desc {
        font-size: 16px; } 
  .case_list .item .picfocus {
    width: 219px;
    height: 137px;
    margin: 0;
    margin-left: 33px;
    overflow: hidden;
    margin-top: 9px; }
  .case_list .item .pic-box {
    margin-top: -120px;
    width: 290px;
    height: 180px; }
  .case_list li {
    margin-top: 160px; }
  .case_box .tabs {
    padding-bottom: 0; }
    .case_box .tabs a {
      font-size: 18px;
      margin: 0 10px; }
  .case_page .common-tit {
    font-size: 24px; }
  .case_box .container {
    padding-top: 40px; } 
}

