/*
2017
*/
.wrap {
  overflow-x: hidden;
}
.wrap .mainwidth {
  width: 83.333%;
  margin: 0 auto;
}
.wrap .main {
  width: 1200px;
  margin: 0 auto;
}
.wrap .w750 {
  width: 750px;
  margin: 0 auto;
}
.wrap .w1000 {
  width: 1000px;
  margin: 0 auto;
}
.wrap .w1300 {
  width: 67.7%;
  margin: 0 auto;
}
.wrap .w1400 {
  width: 1400px;
  position: relative;
  margin: 0 auto;
}
.wrap .w1400main {
  width: 73%;
  margin: 0 auto;
}
.wrap .pt100 {
  padding-top: 100px;
}
.wrap .pt260 {
  padding-top: 260px;
}
.wrap .pdlp {
  padding-left: 12%;
}
.wrap .pdrp {
  padding-right: 12%;
}
.wrap .fl {
  float: left;
}
.wrap .fr {
  float: right;
}
.wrap .clear {
  clear: both;
}
.wrap .mypic {
  overflow: hidden;
}
.wrap .mypic img {
  transition: 0.6s transform;
  transform: translateZ(0);
}
.wrap .mypic:hover img {
  transform: scale(1.1, 1.1);
  transition: 2s transform;
}
.wrap .hea-wrap {
  position: fixed;
  width: 100%;
  height: 110px;
  left: 0;
  top: 0;
  z-index: 1024;
}
.wrap .header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 110px;
  z-index: 1024;
  top: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .header .logo {
  float: left;
  padding-top: 38px;
}
.wrap .header .nav {
  float: right;
  height: 30px;
  line-height: 30px;
  padding-top: 38px;
}
.wrap .header .nav ul li {
  float: left;
  margin-right: 58px;
  font-size: 16px;
  position: relative;
}
.wrap .header .nav ul li a {
  color: #fff;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .header .nav ul li:hover a {
  color: #006db8;
  background: #fff;
  padding-left: 24px;
  padding-right: 28px;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .header .nav ul li:hover a:after {
  content: " ";
  position: absolute;
  right: 12px;
  top: 9.5px;
  background: url(../image/redArrow.png);
  z-index: 5;
  width: 8px;
  height: 12px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .header .nav ul li.content a {
  color: #006db8;
  background: #fff;
  padding-left: 24px;
  padding-right: 28px;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .header .nav ul li.content a:after {
  content: " ";
  position: absolute;
  right: 12px;
  top: 9.5px;
  background: url(../image/redArrow.png);
  z-index: 5;
  width: 8px;
  height: 12px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .header .nav .rcloasebox {
  display: none;
}
.wrap .header.myhide {
  -webkit-transform: translateY(-115px);
  transform: translateY(-115px);
}
.wrap .header.bg01 {
  background: #0d0d0d;
}
.wrap .header.bgred {
  background: #006db8;
}
.wrap .hbanner {
  width: 100%;
  position: relative;
}
.wrap .hbanner .bannerbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .hbanner img {
  width: 100%;
}
.wrap .hbanner .btxtbox {
  width: 100%;
  height: 705px;
}
.wrap .hbanner .bannertxt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
  text-align: center;
  z-index: 2;
}
.wrap .hbanner .bannertxt .bth2 {
  font-size: 36px;
  color: #000;
  padding-bottom: 25px;
}
.wrap .hbanner .bannertxt .bth3 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 25px;
}
.wrap .hbanner .bannertxt p {
  color: #666;
  font-size: 18px;
  line-height: 30px;
}
.wrap .hbanner .bannertxt.white {
  margin-top: 0;
  top: 40%;
}
.wrap .hbanner .bannertxt.white .bth1 {
  font-size: 50px;
  font-weight: normal;
  color: #fff;
}
.wrap .hbanner .bannertxt.white .bth2 {
  color: #fff;
}
.wrap .hbanner .bannertxt.white .bth2-info {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #f0f0f0;
}
.wrap .hbanner .bannertxt.white p {
  color: #fff;
}
.wrap .hbanner .bannertxt.white-2 {
  top: 30%;
}
.wrap .hbanner .bannertxt.fixed {
  position: fixed;
}
.wrap .hbanner.home {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.wrap .hbanner.home .item {
  width: 100%;
  height: 100%;
}
.wrap .hbanner.contact {
  height: 100%;
  background: #858585 url("../image/contentus.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.wrap .hbanner.server {
  height: 100%;
  background: #858585 url("../image/pcoblock05.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.wrap .contactdownarrow {
  width: 33px;
  height: 53px;
  position: absolute;
  left: 50%;
  bottom: 8%;
  margin-left: -16px;
  background: url("../image/contactdownarrow.png") 0 0 no-repeat;
  -webkit-animation: bounce-down 1.4s linear infinite;
  animation: bounce-down 1.4s linear infinite;
}
.wrap .hbanner.ptnone {
  padding-top: 0px;
}
.wrap .contenter {
  position: relative;
  background: #fff;
  z-index: 2;
}
.wrap .homepage-features {
  margin: 0 auto;
}
.wrap .homepage-features .hpage-row .hcell {
  width: 50%;
  min-height: 450px;
  position: relative;
}
.wrap .homepage-features .hpage-row .hcell.hcell-bot {
  min-height: 750px;
}
.wrap .homepage-features .hpage-row .bt.hcell {
  width: 56%;
}
.wrap .homepage-features .hpage-row .lt.hcell {
  width: 44%;
}
.wrap .homepage-features .picblock {
  width: 100%;
}
.wrap .homepage-features .picblock img {
  width: 100%;
}
.wrap .homepage-features .picblock.digital {
  text-align: center;
}
.wrap .homepage-features .picblock.digital img {
  width: 92%;
}
.wrap .homepage-features .picblock.moblie {
  text-align: center;
  position: relative;
}
.wrap .homepage-features .picblock.moblie .moblie1 {
  width: 38%;
  position: absolute;
  top: 0;
  left: 28%;
}
.wrap .homepage-features .picblock.moblie .moblie2 {
  width: 41%;
  position: absolute;
  top: 124px;
  left: 16px;
}
.wrap .homepage-features .picblock.moblie .moblie3 {
  width: 41%;
  position: absolute;
  top: 124px;
  right: 86px;
}
.wrap .homepage-features .picblock.system {
  position: relative;
}
.wrap .homepage-features .picblock.system .system1 {
  position: absolute;
  top: 0;
  left: -6%;
  width: 75%;
}
.wrap .homepage-features .picblock.system .system2 {
  position: absolute;
  top: 320px;
  right: 0;
  width: 45%;
}
.wrap .homepage-features .txtblock {
  width: 100%;
}
.wrap .homepage-features .txtblock .redline {
  width: 50px;
  height: 6px;
  background: #006db8;
  -moz-box-shadow: 2px 2px 5px #eb7170;
  -webkit-box-shadow: 2px 2px 5px #eb7170;
  box-shadow: 2px 2px 5px #eb7170;
}
.wrap .homepage-features .txtblock .h2title {
  font-size: 38px;
  padding-top: 40px;
  color: #000;
}
.wrap .homepage-features .txtblock .pnxt {
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.wrap .homepage-features .txtblock .intro {
  line-height: 32px;
  font-size: 16px;
  color: #999;
}
.wrap .homepage-features .txtblock .intro.pt45 {
  padding-top: 25px;
}
.wrap .homepage-features .txtblock .mybtn {
  margin-top: 75px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding-left: 35px;
  padding-right: 31px;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
  background: #333;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.wrap .homepage-features .txtblock .mybtn:hover {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  box-shadow: 3px 3px 5px rgba(236, 61, 59, 0.3);
  background: #006db8;
}
.wrap .homepage-features .txtblock .mybtn:hover:before {
  left: 0;
  z-index: -1;
}
.wrap .homepage-features .txtblock .mybtn:before {
  border-radius: 15px;
  position: absolute;
  content: " ";
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #006db8;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.wrap .homepage-features .txtblock .mybtn img {
  margin-left: 15px;
}
.wrap .nurture .nucell {
  width: 33.333%;
  float: left;
  padding-right: 40px;
  padding-left: 40px;
}
.wrap .nurture .nucell .pic {
  width: 99%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.wrap .nurture .nucell .pic .cover {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  opacity: 0;
}
.wrap .nurture .nucell .pic .cover.animated {
  opacity: 1;
}
.wrap .nurture .nucell .pic img {
  width: 100%;
}
.wrap .nurture .nucell .pic.animated {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wrap .nurture .nucell .txt {
  color: #000;
}
.wrap .nurture .nucell .txt .intro {
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.wrap .nurture .nucell .txt .entitle {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.wrap .nurture .nucell.nextone {
  width: 50%;
}
.wrap .nurture .nucell:last-child {
  margin-right: 0;
}
.wrap .srverblock01 {
  padding-bottom: 150px;
}
.wrap .srverblock01 .h2title {
  font-size: 36px;
  width: 100%;
  line-height: 70px;
  padding-top: 110px;
  padding-bottom: 80px;
  text-align: center;
}
.wrap .srverblock01 .bpic {
  width: 100%;
  padding-bottom: 98px;
}
.wrap .srverblock01 .bpic img {
  width: 100%;
}
.wrap .srverblock01 .features {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wrap .srverblock01 .features .feature {
  text-align: center;
  width: 23%;
}
.wrap .srverblock01 .features .feature .ficon {
  height: 83px;
  padding-bottom: 38px;
  text-align: center;
}
.wrap .srverblock01 .features .feature p.title {
  font-size: 24px;
  padding-bottom: 20px;
}
.wrap .srverblock01 .features .feature p.intro {
  line-height: 30px;
  font-size: 16px;
  color: #999;
}
.wrap .srverblock02 {
  width: 100%;
  height: 550px;
  background: url("../image/serverpic01.jpg") center top no-repeat;
}
.wrap .srverblock02 .sentnum {
  padding-top: 125px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wrap .srverblock02 .sentnum .sncell {
  color: #fff;
  font-size: 24px;
}
.wrap .srverblock02 .sentnum .sncell p {
  padding-bottom: 65px;
}
.wrap .srverblock02 .sentnum .sncell p.big {
  font-size: 80px;
  font-weight: bold;
}
.wrap .srverblock03 .mTopbox {
  padding-bottom: 26px;
}
.wrap .srverblock03 .mTop {
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -100px;
}
.wrap .srverblock03 .workcell {
  padding-bottom: 170px;
}
.wrap .srverblock03 .workcell .wctp {
  width: 100%;
  height: 94px;
  padding-left: 120px;
  background: url("../image/servericon04.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp .wctitle {
  font-size: 36px;
}
.wrap .srverblock03 .workcell .wctp p {
  line-height: 35px;
  font-size: 18px;
}
.wrap .srverblock03 .workcell .wctp.bg02 {
  background: url("../image/servericon05.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp.bg03 {
  background: url("../image/servericon06.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp.bg04 {
  background: url("../image/servericon08.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp.bg05 {
  background: url("../image/servericon10.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp.bg06 {
  background: url("../image/servericon09.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp.bg07 {
  background: url("../image/servericon11.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wctp.bg08 {
  background: url("../image/servericon05.png") 0 0 no-repeat;
}
.wrap .srverblock03 .workcell .wcintro {
  width: 78%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.wrap .srverblock03 .workcell .wctab {
  padding-top: 50px;
}
.wrap .srverblock03 .workcell .wctab .wleft {
  width: 27%;
  float: left;
}
.wrap .srverblock03 .workcell .wctab .wleft:last-of-type {
  width: 50%;
}
.wrap .srverblock03 .workcell .wctab p {
  line-height: 50px;
  font-size: 20px;
  color: #000;
}
.wrap .aboutblock01 {
  width: 100%;
  height: 970px;
  background: #ffffff url("../image/aboutpic02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .aboutblock01 img {
  width: 100%;
}
.wrap .aboutblock .abtitle {
  font-size: 36px;
}
.wrap .aboutblock .abintro {
  width: 770px;
  font-size: 16px;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.wrap .aboutblock02 {
  padding-top: 168px;
  padding-bottom: 160px;
  position: relative;
}
.wrap .aboutblock02 .sentnum {
  width: 880px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wrap .aboutblock02 .sentnum .sncell {
  font-size: 24px;
}
.wrap .aboutblock02 .sentnum .sncell p {
  padding-bottom: 35px;
}
.wrap .aboutblock02 .sentnum .sncell p.big {
  font-size: 72px;
  color: #006db8;
  font-weight: bold;
}
.wrap .aboutblock02 .abcomputer {
  width: 690px;
  height: 812px;
  position: absolute;
  top: 65px;
  right: 1px;
}
.wrap .aboutblock03 {
  padding-top: 150px;
  padding-bottom: 160px;
  background: #f7f7f7;
}
.wrap .aboutblock03 .aboutli {
  width: 100%;
  height: 390px;
  position: relative;
}
.wrap .aboutblock03 .aboutli .aboutslider {
  width: 100%;
  height: 390px;
}
.wrap .aboutblock03 .aboutli .aboutslider .slide {
  width: 350px;
  height: 390px;
  margin-right: 40px;
  float: left;
  position: relative;
}
.wrap .aboutblock03 .aboutli .aboutslider .slide img {
  width: 350px;
  height: 390px;
}
.wrap .aboutblock03 .aboutli .aboutslider .slide .tag {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 22px;
  padding: 0 14px;
  line-height: 30px;
  background: #fff;
  transition: 400ms;
}
.wrap .aboutblock03 .aboutli .aboutslider .slide:hover .tag {
  top: 40px;
}
.wrap .aboutblock03 .aboutli .mybtn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  background: #006db8 url("../image/whiteArrow.png") center center no-repeat;
}
.wrap .aboutblock03 .aboutli .bx-wrapper .bx-next {
  width: 50px;
  height: 50px;
  right: -85px;
  cursor: pointer;
  background: #006db8 url('../image/whiteArrow.png') center center no-repeat;
}
.wrap .aboutblock03 .aboutli .bx-wrapper .bx-prev {
  display: none;
}
.wrap .aboutblock04 {
  padding-top: 150px;
  padding-bottom: 260px;
  text-align: center;
}
.wrap .aboutblock04 .abticon {
  width: 111px;
  height: 111px;
  margin: 0 auto;
}
.wrap .aboutblock04 .ab4title {
  width: 100%;
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.wrap .aboutblock04 .ab4intro {
  font-size: 20px;
  color: #000;
  line-height: 48px;
  position: relative;
}
.wrap .aboutblock04 .ab4intro .icleft {
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../image/about-ico-arrow-left-black.png") 0 0 no-repeat;
}
.wrap .aboutblock04 .ab4intro .icright {
  width: 36px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../image/about-ico-arrow-right-black.png") 0 0 no-repeat;
}
.wrap .sharelist .slcell {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 125px;
}
.wrap .sharelist .slcell .slpic {
  width: 100%;
  margin-bottom: 38px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wrap .sharelist .slcell .slpic img {
  width: 100%;
}
.wrap .sharelist .slcell .sltime {
  font-size: 18px;
  color: #999;
  padding-bottom: 38px;
}
.wrap .sharelist .slcell .sltitle {
  font-size: 30px;
  color: #000;
  padding-bottom: 30px;
}
.wrap .sharelist .slcell .slintro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-bottom: 28px;
}
.wrap .sharelist .slcell .slbtn {
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  border-radius: 20px;
  background: #006db8;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  z-index: 4;
  position: relative;
  overflow: hidden;
}
.wrap .sharelist .slcell .slbtn:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.wrap .sharelist .slcell .slbtn img {
  vertical-align: baseline;
  margin-left: 15px;
}
.wrap .sharelist .slcell .slbtn:before {
  border-radius: 20px;
  position: absolute;
  content: " ";
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  z-index: -1;
}
.wrap .sharelist .slcell .slbtn:hover:before {
  background: #333;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  left: 0;
}
.wrap .wproducts {
  padding-bottom: 10px;
}
.wrap .wproducts .wpsection.lastone {
  justify-content: center;
}
.wrap .wproducts .wpsection.lastone .wpcell {
  width: 60%;
}
.wrap .wproducts .wpsection.lastone .wpcell img {
  width: 100%;
}
.wrap .wproducts .wpcell {
  width: 46%;
}
.wrap .wproducts .wpcell .pro-l {
  margin-bottom: 10%;
}
.wrap .wproducts .wpcell .pro-l:last-of-type {
  margin-bottom: 0;
}
.wrap .wproducts .pro-l-con {
  width: 30%;
}
.wrap .wproducts .pro-r-con {
  width: 62%;
  vertical-align: top;
}
.wrap .wproducts .wptu {
  width: 100%;
}
.wrap .wproducts .wptu img {
  width: 100%;
  transform: scale(1, 1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.wrap .wproducts .wptu:hover img {
  transform: scale(1.03, 1.03);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.wrap .wproducts .wpentitle {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding-top: 30px;
}
.wrap .wproducts .wpenintro {
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 30px;
  min-height: 88px;
}
.wrap .articbanner .abox {
  height: 100%;
  background: url("../image/pcotu01.png") left bottom no-repeat;
  background-size: contain;
}
.wrap .pcoblock01 {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}
.wrap .pcoblock01 .pinkmaoh_left {
  width: 65px;
  height: 53px;
  position: absolute;
  left: -105px;
  top: 110px;
  background: url(../image/pinkmaoh.png) 0 0 no-repeat;
}
.wrap .pcoblock01 .pinkmaoh_right {
  width: 65px;
  height: 53px;
  position: absolute;
  right: -105px;
  bottom: 40px;
  background: url(../image/pinkmaoh2.png) 0 0 no-repeat;
}
.wrap .pcoblock01 .pco01box {
  position: relative;
}
.wrap .pcoblocktitle {
  font-size: 40px;
  font-weight: bold;
  padding-top: 180px;
}
.wrap .pcoblocktitle02 {
  padding-top: 110px;
}
.wrap .pcoblocktitle02 p.pink {
  color: #ffa294;
}
.wrap .pcoblocktitle02 p.p1 {
  font-size: 18px;
  padding: 30px 0;
}
.wrap .pcoblocktitle02 p.p2 {
  font-size: 30px;
}
.wrap .pcoblockintro {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 35px;
}
.wrap .pcoblockintro p {
  margin-bottom: 35px;
  text-align: left;
}
.wrap .maia.pcoblockintro p {
  color: #404f6e;
}
.wrap .pcoblock01 .colorbox {
  width: 525px;
  height: 110px;
  margin: 0 auto;
  padding: 65px 0;
}
.wrap .pcoblock01 .colorbox .cbcell {
  width: 110px;
  height: 110px;
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 50%;
  float: left;
}
.wrap .pcoblock02 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.wrap .pcoblock02 .pb02tubox {
  width: 78%;
  margin: 0 auto;
  padding-top: 144px;
}
.wrap .pcoblock02 .pb02tubox img {
  width: 100%;
}
.wrap .pcoblock03 {
  width: 100%;
  text-align: center;
}
.wrap .pcoblock03 .w1000 {
  padding-bottom: 80px;
}
.wrap .pcosider {
  width: 995px;
  height: 650px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  background: #000;
  border-radius: 20px;
}
.wrap .pcosider .pcbox {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.wrap .pcoblock04 {
  width: 100%;
  height: 700px;
  background: url("../image/pcoblock04.jpg") 0 0 no-repeat;
}
.wrap .pcoblock04 .pco04box {
  background: #fff;
  margin-top: 150px;
  padding-left: 136px;
  padding-right: 136px;
  padding-bottom: 88px;
  text-align: center;
}
.wrap .pcoblock05 {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  background: #c52121;
}
.wrap .pcoblock05 .pco05box {
  width: 860px;
  height: 260px;
  padding: 0 150px;
  margin: 0 auto;
  position: relative;
}
.wrap .pcoblock05 .pco05box .maohaoleft {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .pcoblock05 .pco05box .maohaoright {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.wrap .pcoblock05 .pco05box .title {
  font-size: 24px;
  color: #fff;
  line-height: 70px;
  margin-bottom: 30px;
}
.wrap .pcoblock05 .pco05box .pcommit {
  width: 100%;
  height: 112px;
}
.wrap .pcoblock05 .pco05box .pcommit .pleft {
  width: 114px;
  float: left;
}
.wrap .pcoblock05 .pco05box .pcommit .pleft img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.wrap .pcoblock05 .pco05box .pcommit .pright {
  color: #fff;
  float: left;
  width: 430px;
}
.wrap .pcoblock05 .pco05box .pcommit .pright .prtitlte {
  font-size: 16px;
  line-height: 45px;
}
.wrap .pcoblock05 .pco05box .pcommit .pright p {
  font-size: 14px;
}
.wrap .articleblock img {
  width: 98%;
  padding: 0 1%;
}
.wrap .articleblock.otimg {
  width: 80%;
  padding: 0 10%;
}
.wrap .articleblock-img img {
  width: 100%;
}
.wrap .footer {
  width: 100%;
  height: 300px;
  background: #222;
}
.wrap .footer .footbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.wrap .footer .first {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #393939;
}
.wrap .footer .first .ftitle {
  width: 100%;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #393939;
}
.wrap .footer .first .mr60 {
  margin-right: 60px;
}
.wrap .footer .first .fone {
  font-size: 16px;
  width: 78px;
  color: #444;
  margin-right: 60px;
}
.wrap .footer .first .fone p {
  color: #fff;
  margin-bottom: 35px;
}
.wrap .footer .first .ftow {
  width: 334px;
}
.wrap .footer .first .ftow .ftcon td {
  padding-top: 20px;
}
.wrap .footer .first .fthree {
  width: 304px;
}
.wrap .footer .first .fthree .ewm {
  width: 81px;
  height: 81px;
  margin-top: 20px;
}
.wrap .footer .first .ffour {
  width: 290px;
}
.wrap .footer .first .ffour .qq {
  padding-top: 25px;
}
.wrap .footer .first .ffour .qq img {
  float: left;
  margin-right: 10px;
}
.wrap .footer .fbot {
  height: 55px;
  line-height: 55px;
  color: #999;
}
.wrap .footer .fbot .fLeft a {
  padding-right: 47px;
  color: #999;
}
.wrap .footer .fbot .fRight a {
  padding-left: 20px;
  color: #999;
}
.wrap .footer .consult {
  padding-top: 20px;
  line-height: 1.5;
}
.wrap .footer .consult .cousult-name {
  margin-right: 15px;
}
.wrap .servicesandwork {
  width: 100%;
  height: 640px;
  background: #000;
}
.wrap .servicesandwork .sercell {
  width: 50%;
  height: 640px;
  float: left;
}
.wrap .servicesandwork .centertxt {
  width: 400px;
  height: 300px;
  background: #000;
  margin: 0 auto;
  margin-top: 210px;
  color: #fff;
  text-align: center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .centertxt a {
  color: #fff;
}
.wrap .servicesandwork .centertxt .title {
  padding-top: 40px;
  font-size: 36px;
}
.wrap .servicesandwork .centertxt .intro {
  line-height: 30px;
  font-size: 16px;
  padding-top: 30px;
}
.wrap .servicesandwork .centertxt .mybtn {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 35px;
  border-radius: 50%;
  cursor: pointer;
  background: #006db8 url("../image/whiteArrow.png") center center no-repeat;
}
.wrap .servicesandwork .sercell.services:before {
  background: #000;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .sercell.services:hover {
  background: url("../image/pserver.jpg") 0 0 no-repeat;
  opacity: 1;
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .sercell.services:hover .centertxt {
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
  background-color: #fff;
  color: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrap .servicesandwork .sercell.services:hover a {
  color: #333;
}
.wrap .servicesandwork .sercell.work:before {
  background: #000;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .sercell.work:hover {
  background: url("../image/pserver2.jpg") 0 0 no-repeat;
  opacity: 1;
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .sercell.work:hover .centertxt {
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
  background-color: #fff;
  color: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrap .servicesandwork .sercell.work:hover .centertxt a {
  color: #333;
}
.wrap .servicesandwork .sercell.content:before {
  background: #000;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .sercell.content:hover {
  background: url("../image/pserver3.jpg") 0 0 no-repeat;
  opacity: 1;
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
}
.wrap .servicesandwork .sercell.content:hover .centertxt {
  -webkit-transition: all 525ms ease-out;
  transition: all 525ms ease-out;
  background-color: #fff;
  color: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrap .servicesandwork .sercell.content:hover .centertxt a {
  color: #333;
}
.wrap .freeblock {
  width: 100%;
  height: 30px;
  clear: both;
}
.wrap .freeblock02 {
  width: 100%;
  height: 30px;
  clear: both;
}
.wrap .articlefreeblock {
  width: 100%;
  height: 30px;
}
.wrap .articlefreeblock02 {
  width: 100%;
  height: 30px;
}
.wrap .contactredline {
  width: 100%;
  height: 125px;
  background: #006db8;
}
.wrap .contactblock01 {
  background: #222;
  width: 100%;
  height: 330px;
}
.wrap .contactblock01 .mtac {
  padding-top: 10px;
}
.wrap .contactblock01 .mtleft {
  width: 420px;
  float: left;
  font-size: 30px;
  color: #fff;
  margin-top: 113px;
}
.wrap .contactblock01 .mtright {
  width: 580px;
  float: right;
  font-size: 16px;
}
.wrap .contactblock01 .mtright .mtitle {
  color: #006db8;
  margin-bottom: 22px;
}
.wrap .contactblock01 .mtright .mtrow {
  margin-bottom: 16px;
  height: 62px;
  color: #a9a9a9;
  position: relative;
  border-bottom: 1px solid #393939;
}
.wrap .contactblock01 .mtright .mtrow .mthalf {
  width: 50%;
  float: left;
}
.wrap .contactblock01 .mtright .mtrow label {
  width: 65%;
  line-height: 20px;
  font-size: 12px;
  margin: 0;
  color: #a9a9a9;
  background: #222;
  -webkit-transform: scale(1.5) translateY(20px);
  transform: scale(1.5) translateY(20px);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition: color 0.262s, font-weight 0.262s ease-out, -webkit-transform 0.262s ease-out;
  transition: color 0.262s, font-weight 0.262s ease-out, -webkit-transform 0.262s ease-out;
  transition: color 0.262s, font-weight 0.262s ease-out, transform 0.262s ease-out;
  transition: color 0.262s, font-weight 0.262s ease-out, transform 0.262s ease-out, -webkit-transform 0.262s ease-out;
}
.wrap .contactblock01 .mtright .mtrow label.focus {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  color: #fff;
  -webkit-transition: color 0.262s, font-weight 0.262s ease-out, -webkit-transform 0.262s ease-out;
  transition: color 0.262s, font-weight 0.262s ease-out, -webkit-transform 0.262s ease-out;
  transition: color 0.262s, font-weight 0.262s ease-out, transform 0.262s ease-out;
  transition: color 0.262s, font-weight 0.262s ease-out, transform 0.262s ease-out, -webkit-transform 0.262s ease-out;
}
.wrap .contactblock01 .mtright .mtrow input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
  background: #222;
}
.wrap .contactblock01 .mtright .mtrow .wh {
  width: 100%;
  padding: 0;
}
.wrap .contactblock01 .mtright .mtbutton .mbt {
  display: block;
  border: none;
  color: #006db8;
  background: #006db8 url(../image/whiteArrow.png) 70px center no-repeat;
  margin-top: 15px;
  display: inline-block;
  line-height: 41px;
  padding-left: 28px;
  padding-right: 50px;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .contactblock01 .mtright .mtbutton .mbt:hover {
  color: #fff;
  background: #333333 url(../image/whiteArrow.png) 70px center no-repeat;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.wrap .contactblock02 {
  width: 100%;
  padding: 148px 0 170px 0;
  background: #fff;
}
.wrap .contactblock02 .c2left {
  width: 298px;
  float: left;
}
.wrap .contactblock02 .c2left .clrow {
  margin-bottom: 55px;
}
.wrap .contactblock02 .c2left .clrow .clt {
  font-size: 20px;
  color: #006db8;
  margin-bottom: 25px;
}
.wrap .contactblock02 .c2left .clrow p {
  color: #666;
  line-height: 30px;
  margin-bottom: 20px;
}
.wrap .contactblock02 .c2right {
  width: 750px;
  float: right;
}
.wrap .contactblock02 .c2right img {
  width: 100%;
}
.wrap .pcoblockpicbg {
  width: 100%;
  height: 950px;
  background: url("../image/prowinebg.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg02 {
  width: 100%;
  height: 1335px;
  background: url("../image/prowinebg02.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg03 {
  width: 100%;
  height: 950px;
  background: url("../image/jinhanfair5.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg04 {
  width: 100%;
  height: 950px;
  background: url("../image/jinhanfair9.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg05 {
  width: 100%;
  height: 950px;
  background: url("../image/cstar3.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg06 {
  width: 100%;
  height: 950px;
  background: url("../image/crexpo5.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg07 {
  width: 100%;
  height: 950px;
  background: url("../image/bmftec2.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg08 {
  width: 100%;
  height: 950px;
  background: url("../image/bmftec4.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg09 {
  width: 100%;
  height: 950px;
  background: url("../image/gdyuelv2.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg10 {
  width: 100%;
  height: 950px;
  background: url("../image/gdyuelv3.png") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg11 {
  width: 100%;
  height: 880px;
  background: url("../image/jinhanfair5.jpg") center top no-repeat;
  -webkit-background-size: auto auto;
  background-attachment: fixed;
  background-size: auto auto;
  background-position: center center;
}
.wrap .pcoblockpicbg12 {
  width: 100%;
  height: 950px;
  background: url("../image/ciosh2.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg13 {
  width: 100%;
  height: 950px;
  background: url("../image/ciosh3.png") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblockpicbg14 {
  width: 100%;
  height: 950px;
  background: url("../image/dste2.jpg") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrap .pcoblock03-bg {
  background: url(../image/dste5.png);
  background-size: cover;
  padding-top: 160px;
}
.wrap .pcoblockinfo {
  width: 100%;
  height: 330px;
  padding: 98px 0;
  background: #fff;
}
.wrap .pcoblockinfo .infotxt {
  width: 325px;
  margin: 0 auto;
  line-height: 35px;
  color: #000;
}
.wrap .pcoblockinfo .infotxt .sitename {
  font-size: 18px;
  font-weight: bold;
}
.wrap .pcoblockinfo .infotxt p {
  font-size: 16px;
}
.wrap .pcoblockinfo .infotxt a {
  text-decoration: underline;
}
.wrap .pcoblockinfo .pronextsite {
  width: 76%;
  margin: 0 auto;
  position: relative;
}
.wrap .pcoblockinfo .pronextsite .prosite {
  width: 112px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: right;
  background: url(../image/about-ico-arrow-left-black.png) left center no-repeat;
  position: absolute;
  left: 0;
  top: -120px;
}
.wrap .pcoblockinfo .pronextsite .nextsite {
  width: 112px;
  height: 30px;
  display: block;
  line-height: 30px;
  background: url(../image/about-ico-arrow-right-black.png) right center no-repeat;
  position: absolute;
  right: 0;
  top: -120px;
}
.wrap .pcoblockinfo a:hover {
  color: #006db8;
}
.wrap .casetitle {
  width: 100%;
  font-size: 38px;
  padding-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.wrap .color-img {
  text-align: center;
}
.wrap .color-img .After-revision-img {
  width: 100%;
  text-align: left;
  padding: 100px 0 100px 210px;
}
.wrap .color-img p {
  text-align: center;
}
.jinhanfair-bg {
  background: url(../image/jinhanfair2.png) no-repeat left bottom;
}
.pro-box-img img {
  width: 100%;
}
.load-am {
  width: 100%;
  height: 100%;
  background: #006db8;
  position: fixed;
  z-index: 1025;
}
.suspension {
  position: fixed;
  right: -62px;
  top: 45%;
  width: 60px;
  min-height: 270px;
  z-index: 1023;
}
.suspension .suspension-li {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 2px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.suspension .suspension-li a {
  display: block;
}
.suspension .suspension-li .ewm-img {
  position: absolute;
  right: 62px;
  top: 0;
  border: 1px solid #999;
}
.suspension .suspension-li .moblie-img {
  position: absolute;
  right: 62px;
  top: 0;
  width: 200px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  height: 60px;
}
.suspension .suspension-li .hover-box {
  right: -200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.suspension .suspension-li:hover {
  background: rgba(196, 8, 8, 0.8);
}
.suspension .suspension-li:hover .hover-box {
  right: 62px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.suspension.curr {
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .wrap .w1400main.jinhanfair-bg {
    width: 90%;
  }
}
@media (max-width: 1368px) {
  .wrap .pt100 {
    padding-top: 100px;
  }
  .wrap .pt260 {
    padding-top: 160px;
  }
  .wrap .freeblock {
    height: 30px;
  }
  .wrap .freeblock02 {
    height: 90px;
  }
}
@media (max-width: 1268px) {
  .wrap .pt100 {
    padding-top: 20px;
  }
  .wrap .pt260 {
    padding-top: 50px;
  }
  .wrap .freeblock {
    height: 30px;
  }
  .wrap .freeblock02 {
    height: 50px;
  }
}
/* 1366 */
@media (max-width: 1368px) {
  .wrap .pt100 {
    padding-top: 100px;
  }
  .wrap .pt260 {
    padding-top: 160px;
  }
  .wrap .freeblock {
    height: 30px;
  }
  .wrap .freeblock02 {
    height: 30px;
  }
}
/* 宽度在600像素到1300 */
@media (max-width: 1300px) {
  .wrap .main {
    width: 100%;
  }
  .wrap .aboutblock04 .ab4intro .icleft {
    display: none;
  }
  .wrap .aboutblock04 .ab4intro .icright {
    display: none;
  }
}
@media (max-width: 1268px) {
  .wrap .pt100 {
    padding-top: 20px;
  }
  .wrap .pt260 {
    padding-top: 50px;
  }
  .wrap .freeblock {
    height: 10px;
  }
  .wrap .freeblock02 {
    height: 50px;
  }
}
@media (max-width: 1268px) {
  .wrap .pt100 {
    padding-top: 20px;
  }
  .wrap .pt260 {
    padding-top: 50px;
  }
  .wrap .freeblock {
    height: 10px;
  }
  .wrap .freeblock02 {
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .wrap .footer {
    height: auto;
  }
  .wrap .footer .footbox {
    width: 96%;
    padding-top: 20px;
    margin: 0 auto;
  }
  .wrap .footer .footbox .first {
    height: auto;
    padding-bottom: 30px;
  }
  .wrap .footer .footbox .first .fone {
    display: none;
  }
  .wrap .footer .footbox .first .ftow {
    width: 100%;
  }
  .wrap .footer .footbox .first .fthree {
    display: none;
  }
  .wrap .footer .footbox .first .ffour {
    display: none;
  }
  .wrap .footer .footbox .fbot {
    height: auto;
  }
  .wrap .footer .footbox .fbot .fLeft {
    display: none;
  }
  .wrap .footer .footbox .fbot .fRight {
    float: none;
    line-height: 30px;
  }
}
@media (max-width: 1032px) {
  .wrap .w1000 {
    width: 96%;
    margin: 0 auto;
  }
  .wrap .pcosider {
    width: 100%;
    padding: 15px;
  }
  .wrap .initialR {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wrap .initialL {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .wrap .pcoblock04 {
    height: auto;
  }
  .wrap .pcoblock04 .pcoblocktitle {
    font-size: 22px;
    padding-top: 50px;
  }
  .wrap .aboutblock04 {
    padding-top: 75px;
    padding-bottom: 130px;
  }
  .wrap .pcoblock04 .pco04box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .wrap .servicesandwork {
    height: auto;
  }
  .wrap .servicesandwork .sercell {
    width: 100%;
    float: none;
  }
  .wrap .articleblock.otimg {
    padding: 0;
  }
}
