/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.topbar {
  border-top: 4px solid #222935;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar .tcenter {
  background: #222935;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .tcenter .tel {
  height: 7vw;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: flex-start;
  color: #f2f2f2;
  background-image: url(../images/tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3vw 3vw;
  margin: 0 3vw;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.topbar .tcenter .qq {
  height: 7vw;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: flex-start;
  color: #f2f2f2;
  background-image: url(../images/qq.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3vw 3vw;
  margin: 0 3vw;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.topbar .tcenter .wx {
  height: 7vw;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: flex-start;
  color: #f2f2f2;
  background-image: url(../images/wx.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3vw 3vw;
  margin: 0 3vw;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.topbar .leftbar {
  width: 7vw;
  height: 7vw;
  background: url(../images/top-left-bar.jpg) no-repeat;
  background-size: 7vw 7vw;
}

.topbar .rightbar {
  width: 7vw;
  height: 7vw;
  background: url(../images/top-right-bar.jpg) no-repeat;
  background-size: 7vw 7vw;
}

.navbtn {
  display: block;
  width: 8vw;
  height: 8vw;
  border: none;
  background: none;
  outline: none;
  background: #ff6c3a url(../images/mba.png) center center no-repeat;
  background-size: 4vw 4vw;
}

.center.wrap {
  display: flex;
  align-items: center;
  padding: 2vw;
  justify-content: space-between;
}

.center.wrap h1 img {
  width: 35vw;
}
header h1 a{  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;color: #000;text-decoration: none;}
.navbox {
  left: 0;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.close {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50vw;
  height: 10vw;
  background: #ff6c3a;
  padding-left: 5vw;
  font-family: 宋体;
  color: #fff;
  font-size: 24px;
}

.close:active {
  opacity: 0.9;
}

.navlist {
  width: 50vw;
  height: 100vh;
  background: #fff;
  padding-top: 5vw;
}

.navlist li {
  background: #fff;
  display: flex;
  height: 10vw;
  border-bottom: 1px dotted #ddd;
}

.navlist li a {
  height: 10vw;
  display: flex;
  justify-content: flex-start;
  padding-left: 4vw;
  color: #666;
  font-size: 14px;
  flex: 1;
  text-decoration: none;
  align-items: center;
}

#banner .swiper-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 40vw;
}

.title {
  padding: 5vw 0;
}

.title strong {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.title p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3vw 10vw 2vw;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}

.servicelist {
  display: flex;
  padding: 0 0 0 2vw;
  flex-wrap: wrap;
}

.servicelist dl {
  padding: 2vw;
  width: 47vw;
  margin: 0 2vw 2vw 0;
  background: #f2f2f2;
}

.servicelist dt {
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicelist img {
  height: 20vw;
}

.servicelist dd strong {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicelist dd p {
  padding-top: 2vw;
  font-size: 12px;
  line-height: 1.8;
}

.advantage {
  padding-top: 50vw;
  margin: 0 auto;
  background: url(../images/webs.png) center top no-repeat;
  background-size: auto 50vw;
}

.advantage dl {
  padding: 0 2vw;
}

.advantage dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.advantage p {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  padding-bottom: 2vw;
}

.advantage ul {
  padding: 0 2vw;
}

.advantage ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  padding: 2vw 0;
  justify-content: flex-start;
}

.advantage ul li img {
  height: auto !important;
  width: 6vw;
  margin-right: 2vw;
}

.qs {
  padding-top: 3vw;
  text-align: center;
}

.qs a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.seo .main {
  background: #f9f9f9;
  padding: 5vw 5vw 0 5vw;
}

.seo .main img {
  max-width: 100%;
}

.adv {
  padding: 5vw 0;
  background: url(../images/bg-parallax.jpg);
  background-size: 100% 100%;
}

.adv h2 {
  padding-top: 5vw;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 3vw;
}

.adv p {
  text-align: center;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 1.8;
  padding: 2vw 0;
}

.adv div {
  color: #ff6c3a;
  font-size: 18px;
  padding-top: 3vw;
  font-weight: bold;
  text-align: center;
}

.adv a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.pricewrap {
  padding: 0 2vw;
}

.pricewrap .box strong {
  background: #222935;
  display: flex;
  height: 10vw;
  width: 20vw;
  align-items: center;
  justify-content: center;
}

.pricewrap .box strong img {
  width: 5vw;
}

.mainbox {
  background: #f2f2f2;
  font-size: 14px;
}

.mainbox dl {
  background: #222935;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5vw 2vw;
  height: 20vw;
}

.mainbox dl dt {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2vw;
  font-size: 18px;
  font-weight: bold;
}

.mainbox dl dd {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2vw;
  font-size: 18px;
  font-weight: bold;
}

.mainbox ul li {
  padding: 0 2vw;
  height: 10vw;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.mainbox ul li:nth-child(even) {
  background: #fff;
}

.mainbox div {
  padding-top: 2vw;
  text-align: center;
  background: #fff;
}

.mainbox div a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

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

.cases {
  background: #f2f2f2;
}

.tabnav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2vw 2vw;
  text-align: center;
}

.tabnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  background: #fff;
  height: 10vw;
  margin: 0 2px;
  width: 20vw;
  font-size: 14px;
}

.tabnav a:hover {
  background: #ff6c3a;
  color: #fff;
}

.tabnav .hover {
  background: #ff6c3a;
  color: #fff;
}

.casebody {
  padding: 2vw 0 2vw 2vw;
  margin: 0 auto;
}

.casebody .case {
  width: 98vw;
  opacity: 0;
  flex-wrap: wrap;
  display: none;
  animation: opacitybox 1.5s linear forwards;
  justify-content: flex-start;
}

.casebody .case .caseli {
  width: 47vw;
  margin: 0 2vw 2vw 0;
  background: #fff;
}

.casebody .case .caseli a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.casebody .case .caseli a>img {
  display: block;
  width: 100%;
  height: 35vw;
}

.casebody .case .caseli a div {
  height: 10vw;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 300ms linear;
  text-decoration: none;
  color: #666;
}

.casebody .case .caseli a dl {
  display: none;
}

.casebody .hover {
  display: flex;
}

@keyframes opacitybox {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.newslist {
  padding: 0 2vw;
}

.newslist dl {
  margin-bottom: 5vw;
  padding: 2vw;
  background: #f2f2f2;
}

.newslist dt {
  display: flex;
  margin-bottom: 3vw;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
  font-weight: bold;
}

.newslist dt a {
  color: #fff;
  padding: 1vw 3vw;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  background: #ff6c3a;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.newslist dd a {
  border-bottom: 1px dotted #ddd;
  display: flex;
  align-items: center;
  height: 10vw;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

footer {
  background: #232c3b;
}

footer p {
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 2vw 0;
  text-align: center;
}

footer .main {
  width: 100vw;
  margin: 0 auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #969ea7;
}

footer .main dl {
  padding: 2vw;
}

footer .main dt {
  font-size: 12px;
  line-height: 1.8;
}

footer .main dd {
  font-size: 12px;
  padding-top: 2vw;
}

footer .main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 2vw;
}

footer .main ul li {
  flex: 1;
  margin: 0 2vw 0 0;
}

footer .main ul a {
  color: #969ea7;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 10vw;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
}

footer .main ul a::before {
  left: 0;
  top: 12px;
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #969ea7;
}

footer .main .form {
  padding: 5vw 2vw 2vw 2vw;
  text-align: center;
}

footer .main .wx {
  padding-top: 2vw;
}

footer .main .wx img {
  width: 30vw;
  border: 5px solid #fff;
}

.bottominfo {
  text-align: center;
  font-size: 14px;
  padding: 2vw 5vw;
  line-height: 1.8;
  color: #fff;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerbanner {
  background: url(../images/sub-banner.jpg) fixed center center no-repeat;
  background-size: cover;
  position: relative;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerbanner dt {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.innerbanner dd {
  padding-top: 3vw;
  text-align: center;
  color: #fff;
  font-family: "宋体";
}

.innerbanner dd a {
  text-decoration: none;
  color: #ff6c3a;
}

.newsbody {
  overflow: hidden;
}

.newsbody .newslibox {
  margin: 0 2vw 2vw 2vw;
  background: #fff;
  padding: 2vw;
}

.newsbody dl {
  display: none;
  align-items: center;
  justify-content: flex-start;
}

.newsbody dl dt {
  font-weight: bold;
  font-size: 14px;
}

.newsbody dl dd {
  font-weight: bold;
  padding-left: 5vw;
  color: #999;
  font-size: 14px;
}

.newsbody .tt {
  padding: 0 0 2vw;
  font-weight: bold;
}

.newsbody .tt a {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.newsbody .parg p {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.newsbody .info {
  font-size: 12px;
  padding-top: 2vw;
}

.newsbody .info a {
  color: #ff6c3a;
  text-decoration: none;
}

.vsbox {
  margin: 0 auto;
}

.vsbox .box {
  margin: 0 2vw;
}

.vsbox .vsico {
  text-align: center;
  padding: 3vw 0;
}

.vsbox .vsico img {
  height: 25vw;
}

.vsbox dl {
  background: #f2f2f2;
}

.vsbox dl dt {
  display: flex;
  background: #e4e4e4;
  align-items: center;
  padding-left: 3vw;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  height: 10vw;
}

.vsbox dl dd {
  background: #e4e4e4;
  padding-left: 8vw;
  height: 10vw;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.vsbox dl dd:nth-child(even) {
  background-color: #fff;
  background-size: 3vw 3vw;
}

.vsbox .yes dd {
  background: url(../images/yes.png) left 3vw center no-repeat;
  background-size: 3vw 3vw;
}

.vsbox .no dd {
  background: url(../images/no.png) left 3vw center no-repeat;
  background-size: 3vw 3vw;
}

.tj {
  padding: 2vw;
}

.tj .advs {
  margin-bottom: 2vw;
  text-align: center;
}

.tj .advs img {
  width: 100%;
}

.tj table {
  width: 100%;
  font-size: 12px;
}

.tj table td {
  line-height: 1.5;
  font-size: 12px;
  border: 1px solid #fff;
  background: #f2f2f2;
  padding: 2vw;
}

.seostep {
  padding: 0 0 2vw 2vw;
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

.seostep dl {
  width: 47vw;
  margin: 0 2vw 2vw 0;
  height: 40vw;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 2vw;
}

.seostep dl dt {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  padding: 3vw 0;
  align-items: center;
}

.seostep dl dt img {
  margin-right: 2vw;
  height: 5vw;
}

.seostep dl dd {
  font-size: 12px;
  line-height: 1.8;
}

.seobox {
  margin: 0 auto;
  background: url(../images/seo-audit.png) top 3vw center no-repeat;
  background-size: 50vw auto;
  padding-top: 50vw;
}

.seobox ul li {
  height: 10vw;
  font-size: 14px;
  color: #666;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  position: relative;
}

.seobox ul li::before {
  left: 0;
  top: 3.5vw;
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ff6c3a;
}

.ask {
  padding-top: 2vw;
  text-align: center;
  background: #fff;
}

.ask a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.viimg img {
  width: 100%;
}

.vilist {
  padding: 0 2vw 5vw;
}

.vilist li {
  font-size: 14px;
  padding: 2vw 0;
  list-style: none;
}

.cases {
  overflow: hidden;
}

.arc {
  margin: 2vw;
  overflow: hidden;
  background: #fff;
  padding: 2vw;
}

.arc .content h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 3vw 0;
  text-align: center;
}

.arc .right {
  display: none;
}

.arc article {
  padding-bottom: 5vw;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.arc .infos {
  padding: 2vw 0;
  font-size: 12px;
}

.arc .desc {
  padding: 2vw;
  background: #f2f2f2;
  font-size: 12px;
  line-height: 1.8;
}

.arc .nextprev p {
  font-size: 12px;
  padding: 2vw 0;
  display: flex;
  align-items: center;
}

.arc .nextprev p a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  width: 70vw;
}


.gynr {
  width: 90%;
  margin: 0 auto;
  line-height: 2;
  padding-bottom: 50px;
}
.clear{clear: both;}
.white {
  color: white;
}

.text-center {
  text-align: center;
}
.color1{color: #969ea7;}
.ft14{font-size: 14px;}
.hd20{height: 20px;}