body {
  width: 640px;
  margin: 0 auto;
   -webkit-text-size-adjust: 100% !important;
}
@keyframes slideInLeft2 {
  0% {
    -webkit-transform: translate3d(-640px, 0, 0);
    transform: translate3d(-640px, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft2 {
  -webkit-animation-name: slideInLeft2;
  animation-name: slideInLeft2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes slideInRight2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight2 {
  -webkit-animation-name: slideInRight2;
  animation-name: slideInRight2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#indexslide {
  height: 322px;
  position: relative;
  overflow: hidden;
}
#indexslide .a1{
  position: absolute;
  top: 75px;
  left: 28px;
}
#indexslide .a2{
  position: absolute;
  top: 228px;
  left: 28px;
}
#indexslide .a3{
  position: absolute;
  top: 46px;
  right: 19px;
}
.indexComm {
  height: 20px;
  background: #F1F1F1;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
#index1 {
  height: 227px;
}
#index1 dl {
  padding-top: 44px;
  overflow: hidden;
}
#index1 dl dd {
  float: left;
  width: 20%;
  text-align: center;
}
#index1 dl dd .a1 {
  height: 96px;
}
#index1 dl dd .a2 {
  display: block;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 24px;
  color: #333333;
}
/*我们的优势*/
#index2 {
  height: 460px;
}
#index2 .top {
  display: block;
  height: 90px;
  line-height: 110px;
  overflow: hidden;
  position: relative;
}
#index2 .top .a1 {
  position: absolute;
  top: 0px;
  left: 32px;
  font-size: 30px;
}
#index2 .top .a2 {
  font-size: 21px;
  color: #666666;
}
#index2 dl dd {
  margin-left: 25px;
  margin-top: 20px;
  width: 290px;
  height: 154px;
  float: left;
}
#index2 dl dd .a1 {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 24px;
  color: #0066cc;
}
#index2 dl dd .a1 img {
  vertical-align: top;
}
#index2 dl dd .a2 {
  padding-top: 6px;
  display: block;
  height: 72px;
  line-height: 36px;
  overflow: hidden;
  font-size: 20px;
  color: #666666;
}
/*我们的案例*/
#index3 .top {
  display: block;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
}
#index3 .top .a1 {
  position: absolute;
  top: 0px;
  left: 32px;
  font-size: 30px;
}
#index3 .top .a2 {
  font-size: 21px;
  color: #666666;
}
#index3 .comm {
  display: block;
  width: 500px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #FF7F00;
  background-color: #FF7F00;
  color: #fff;
  text-align: center;
  font-size: 26px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0 0 6px #FF7F00;
}
#index3 .close {
  display: none;
}
/*我们的荣誉*/
#index4 .top {
  display: block;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
}
#index4 .top .a1 {
  position: absolute;
  top: 0px;
  left: 32px;
  font-size: 30px;
}
#index4 .top .a2 {
  font-size: 21px;
  color: #666666;
}
#index4 dl {
  overflow: hidden;
}
#index4 dl dt {
  text-align: center;
}
#index4 dl dt .a1 {
}
#index4 dl dt .a1 img {
  padding: 19px;
  width: 409px;
  border: 1px solid #DDDDDD;
}
#index4 dl dt .a2 {
  display: block;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  font-size: 22px;
}
#index4 dl dd {
  width: 266px;
  margin-left: 37px;
  text-align: center;
  float: left;
}
#index4 dl dd .a1 img {
  display: block;
  padding: 23px;
  width: 218px;
  height: 289px;
  border: 1px solid #DDDDDD;
}
#index4 dl dd .a2 {
  display: block;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  font-size: 22px;
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
@keyframes rotate3 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
/*专业*/
#index5 {
  position: relative;
  height: 593px;
}
#index5 .top {
  padding-top: 22px;
  line-height: 1;
  font-size: 30px;
  text-align: center;
}
#index5 .top span {
  padding: 22px 0;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
}
#index5 .middle {
  position: absolute;
  top: 148px;
  left: 160px;
}
#index5 .middle .a1 {
  position: absolute;
  top: 0px;
  left: 0px;
  animation: rotate2 linear 5s infinite;
}
#index5 .middle .a2 {
  position: absolute;
  top: 0px;
  left: 0px;
  animation: rotate3 linear 5s infinite;
}
#index5 .middle .a3 {
  position: absolute;
  top: 0px;
  left: 0px;
}
#index5 .bottom {
  display: block;
  width: 280px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  position: absolute;
  top: 510px;
  left: 180px;
  border: 1px solid #FF7F00;
  color: #ff7f00;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
/*建站套餐*/
#index6 {
  height: 885px;
}
#index6 .top {
  display: block;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
}
#index6 .top .a1 {
  position: absolute;
  top: 0px;
  left: 32px;
  font-size: 30px;
}
#index6 .top .a2 {
  font-size: 21px;
  color: #666666;
}
#index6 .list {
  padding-left: 27px;
}
#index6 .list dl {
  border-left: 1px solid #DDDDDD;
  margin-bottom: 24px;
  overflow: hidden;
}
#index6 .list dl dd {
  width: 290px;
  height: 358px;
  float: left;
  border: 1px solid #DDDDDD;
  border-left: none;
  text-align: center;
}
#index6 .list dl dd .a1 {
  display: block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  font-size: 28px;
}
#index6 .list dl dd .a2 {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
}
#index6 .list dl dd .a2 span {
  font-size: 36px;
  font-family: arial, helvetica;
  color: #ff9900;
  vertical-align: top;
}
#index6 .list dl dd .a3 {
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 18px;
}
#index6 .list dl dd .a4 {
  padding-top: 10px;
  display: block;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
  font-size: 18px;
  color: #666666;
}
#index6 .list dl dd .a5 {
  display: block;
  width: 141px;
  height: 38px;
  line-height: 40px;
  overflow: hidden;
  margin: 30px auto;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  border: 1px solid #FF7F00;
  background-color: #FF7F00;
  font-size: 18px;
}
#index6 .list dl dd.s .a2 {
  font-size: 20px;
}
#index6 .list dl dd.s .a2 span {
  font-size: 30px;
}
#index6 .list dl dd.s .a3 {
  font-size: 20px;
}
#index6 .list dl dd.s .a3 span {
  font-size: 30px;
  font-family: arial, helvetica;
  color: #ff9900;
  vertical-align: top;
}
#bottom1 {
  background: #f1f1f1;
  padding-bottom: 100px;
}
#bottom1 .a1 {
  padding: 30px 32px 20px;
  font-size: 20px;
  line-height: 40px;
}
#bottom1 .a1 img {
  vertical-align: middle;
}
#bottom1 .a1 span {
  font-size: 26px;
  color: #ff6600;
  font-family: arial, helvetica;
}
#bottom1 .a2 {
  display: block;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  padding: 0 32px;
  font-size: 18px;
  color: #666666;
  border-top: 1px solid #CBD6D8;
  border-bottom: 1px solid #CBD6D8;
}
#bottom2 {
  width: 750px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -375px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 0 20px #ddd;
}
#bottom2 dl dd {
  float: left;
  overflow: hidden;
}
#bottom2 dl a {
  display: block;
  color: #fff;
}
#bottom2 dl .a1{
  width: 302px;
  background: url('../Images/5.jpg') left center no-repeat;
}
#bottom2 dl .a2 {
  width: 448px;
  text-indent: 142px;
  background: url('../Images/6.jpg') left center no-repeat;
  font-family: arial, helvetica;
  font-size: 36px;
}
/* 关于我们 */
#gywm{
    padding: 20px 32px;
}
#gywm .a0{
    font-size: 28px;
    text-align: center;
    color: #FF7F00;
}
#gywm .a1{
    font-size: 22px;
}
#gywm .a1 span{
    color: #ff6d00;
}
#gywm .a2{
    font-size: 22px;
}

/*八大措施*/
#cuoshi {
  padding: 20px;
  display: none;
}
#cuoshi dl {
  line-height: 30px;
  overflow: hidden;
}
#cuoshi dl dt {
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ff8201;
}
#cuoshi dl dd {
  font-size: 12px;
}
/*logFrm*/
#logFrm {
	width:0;
	height:0;
}