@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Times New Roman", "Microsoft YaHei";
  font-size: 12px;
  background: #ffffff;
  color: #666;
  padding-top: 80px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ol,
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.nav .warpBg {
  width: 1200px;
  margin: 0 auto;
}
/*header---------------------------------------*/
.header {
  float: left;
  width: 100%;
  height: 587px;
  background: url("../img//头.png") no-repeat center;
  background-size: 100% 100%;
}
.headerBg {
  width: 1200px;
  height: 587px;
  margin: 0 auto;
  position: relative;
}
.headerBg .btnBox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.headerBg .btnBox a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  width: 320px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  font-size: 26px;
  letter-spacing: 2px;
  transition: linear 0.5s;
}
.headerBg .btnBox a:hover {
  background-color: white;
  color: #5E78EB;
}
.headerBg .btnBox a:nth-child(1) {
  margin-bottom: 50px;
}
.headerBg .imgBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.headerBg .imgBox img {
  width: 600px;
}
.headerBgTop {
  width: 1200px;
  float: left;
  padding-top: 20px;
}
.headerBgTop h1 {
  width: 600px;
  float: left;
  text-align: left;
}
.headerBgTop h1 a:nth-child(1) img {
  vertical-align: bottom;
}
.headerBgTop h1 a:nth-child(2) {
  display: inline-block;
  margin-left: 20px;
  width: 110px;
  height: 20px;
  background: url("../img/qiyeweixinfuwushang.png") no-repeat center;
  vertical-align: middle;
}
.headerBgTopRight {
  float: right;
  display: flex;
  align-items: center;
}
.headerBgTopRight .navRightContent {
  flex: 1;
  margin-right: 5px;
}
.headerBgTopRight .navRightContent img {
  width: 25px;
}
.headerBgTopRight .navRightContent span {
  font-size: 24px;
  color: #4071F4;
  vertical-align: bottom;
}
.navBtn {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  color: #4071F4;
  border-radius: 30px;
  border: 2px solid #4071F4;
  font-size: 18px;
  text-decoration: none;
  transition: linear 0.5s;
}
.navBtn:hover {
  background-color: #4071F4;
  color: white;
}
.headerBgTop dl {
  width: 230px;
  float: right;
}
.headerBgTop dt {
  width: 50px;
  float: left;
}
.headerBgTop dd {
  width: 180px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  float: left;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.headerBgText {
  width: 1200px;
  float: left;
}
.headerBgText h2 {
  width: 1200px;
  float: left;
  text-align: center;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 100px;
  margin-top: 45px;
}
.headerBgText p {
  width: 1200px;
  float: left;
  text-align: center;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  margin-top: 35px;
}
.headerBgText ul {
  width: 1200px;
  float: left;
  margin-top: 45px;
}
.headerBgText ul li {
  width: 300px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-top: 35px;
  background: #3183F2;
  font-family: "Microsoft YaHei";
  border-radius: 60px;
}
.headerBgText ul a:link {
  color: #ffffff;
  text-decoration: none;
}
.headerBgText ul a:visited {
  text-decoration: none;
  color: #ffffff;
}
.headerBgText ul a:hover {
  text-decoration: none;
  color: #FF0;
}
/*wapper---------------------------------------*/
.wapper {
  float: left;
  width: 100%;
}
.contents {
  width: 1200px;
  margin: 0 auto;
}
/*contentsTop---------------------------------------*/
.contentsTop {
  width: 1200px;
  float: left;
  padding-top: 60px;
  margin-bottom: 60px;
}
.contentsTop h3 {
  width: 220px;
  text-align: center;
  font-size: 42px;
  color: #333333;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
  margin-bottom: 100px;
  background: url("../img/titleBac.png") no-repeat right;
  background-size: 200px 100%;
}
.cotentsText {
  width: 1200px;
  float: left;
  margin-bottom: 60px;
}
.cotentsTextLeft {
  width: 450px;
  float: left;
}
.orderNmb {
  display: inline-block;
  width: 80px;
  height: 90px;
  vertical-align: middle;
}
.orderNmb_bg01 {
  background: url(../img/1.png) no-repeat;
  background-size: 100% 100%;
}
.orderNmb_bg02 {
  background: url(../img/2.png) no-repeat;
  background-size: 100% 100%;
}
.orderNmb_bg03 {
  background: url(../img/3.png) no-repeat;
  background-size: 100% 100%;
}
.orderNmb_bg04 {
  background: url(../img/4.png) no-repeat;
  background-size: 100% 100%;
}
.cotentsTextLeft h4 {
  font-family: "Microsoft YaHei";
  width: 500px;
  height: 65px;
  line-height: 65px;
  vertical-align: middle;
  font-size: 34px;
  color: #333333;
  padding-top: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}
.cotentsTextLeft p {
  width: 450px;
  float: left;
  font-size: 18px;
  color: #000;
  font-family: "Microsoft YaHei";
  line-height: 35px;
  padding-left: 80px;
}
.cotentsTextLeft ul {
  width: 450px;
  float: left;
}
.cotentsTextLeft ul li {
  width: 180px;
  float: left;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 35px;
  background: #3183F2;
  border-radius: 60px;
  font-family: "Microsoft YaHei";
}
.cotentsTextLeft ul a:link {
  color: #ffffff;
  text-decoration: none;
}
.cotentsTextLeft ul a:visited {
  text-decoration: none;
  color: #ffffff;
}
.cotentsTextLeft ul a:hover {
  text-decoration: none;
  color: #FF0;
}
.contentsTextRight {
  width: 700px;
  float: right;
}
.contentsTextRight ul {
  float: right;
  text-align: right;
}
.cotentsText1 {
  width: 1200px;
  float: left;
  margin-bottom: 60px;
}
.contentsText1Right {
  width: 450px;
  float: right;
  position: relative;
}
.contentsText1Right h4 {
  width: 500px;
  height: 65px;
  line-height: 65px;
  vertical-align: middle;
  font-size: 34px;
  color: #333333;
  padding-top: 20px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  margin-bottom: 28px;
}
.contentsText1Right p {
  width: 450px;
  float: left;
  line-height: 35px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #000;
  padding-left: 80px;
}
.contentsText1Right ul {
  width: 450px;
  float: left;
}
.contentsText1Right ul li {
  width: 180px;
  float: left;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 35px;
  background: #3183F2;
  font-family: "Microsoft YaHei";
  border-radius: 60px;
}
.contentsText1Right ul a:link {
  color: #ffffff;
  text-decoration: none;
}
.contentsText1Right ul a:visited {
  text-decoration: none;
  color: #ffffff;
}
.contentsText1Right ul a:hover {
  text-decoration: none;
  color: #FF0;
}
.contentsText1Left {
  width: 700px;
  float: left;
}
.contentsText1Left ul {
  float: left;
  text-align: left;
}
/*cotentsConte---------------------------------------*/
.cotentsConter {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 50px;
}
.cotentsConter h3 {
  width: 220px;
  text-align: center;
  font-size: 42px;
  color: #333333;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
  margin-bottom: 40px;
  background: url("../img/titleBac.png") no-repeat right;
  background-size: 200px 100%;
}
.cotentsConter .warpCotentsConter {
  width: 100%;
  background: url(../img/中.png) no-repeat;
  background-size: 100% 100%;
}
.cotentsConter .warpCotentsConterH3 {
  width: 1200px;
  margin: 0 auto;
}
.cotentsConter1 {
  width: 1200px;
  margin: 0 auto;
  height: 450px;
  box-sizing: border-box;
  padding-top: 30px;
}
.cotentsConter1 h5 {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 550;
  font-family: "Microsoft YaHei";
  margin-bottom: 20px;
}
.cotentsConter1 ul {
  width: 240px;
  float: left;
  margin-bottom: 50px;
  text-align: center;
}
.cotentsConter1 ul li {
  width: 240px;
  float: left;
  color: #000;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 28px;
}
.icon {
  width: 1200px;
  float: left;
}
.icon p {
  width: 300px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  background: #3183F2;
  border-radius: 60px;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
}
.icon a:link {
  color: #ffffff;
  text-decoration: none;
}
.icon a:visited {
  text-decoration: none;
  color: #ffffff;
}
.icon a:hover {
  text-decoration: none;
  color: #FF0;
}
/*pConters----------------------------*/
.pConters {
  width: 1200px;
  float: left;
  margin-bottom: 80px;
}
.pLeft {
  width: 372px;
  float: left;
  margin-bottom: 50px;
}
.pLeft ul {
  width: 372px;
  float: left;
}
.pLeft ul li {
  width: 78px;
  float: left;
  border: 1px solid #014198;
  margin: 6px;
}
.pConter {
  width: 460px;
  float: left;
  margin-bottom: 50px;
}
.pConter ul {
  width: 460px;
  float: left;
}
.pConter ul li {
  width: 78px;
  float: left;
  border: 1px solid #014198;
  margin: 6px;
}
.pConter dl {
  width: 460px;
  float: left;
  margin-bottom: 80px;
}
.pConter dt {
  width: 460px;
  float: left;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 32px;
}
.pConter dd {
  width: 460px;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #666666;
  font-size: 28px;
  font-family: "Microsoft YaHei";
}
.pConter dd strong {
  color: #F00;
  font-size: 34px;
}
.pRight {
  width: 368px;
  float: left;
}
.pRight ul {
  width: 368px;
  float: left;
  margin-bottom: 50px;
}
.pRight ul li {
  width: 78px;
  float: left;
  border: 1px solid #014198;
  margin: 6px;
}
/*service----------------------------------------*/
.service {
  width: 100%;
  height: 426px;
  float: left;
  background: url(../img/img_01.png) repeat-x;
  margin-bottom: 80px;
}
.service1 {
  width: 400px;
  margin: 0 auto;
  background: url(../img/background03.png) no-repeat;
  height: 290px;
  padding-top: 136px;
  padding-right: 700px;
  padding-left: 100px;
}
.service1 h4 {
  width: 400px;
  color: #ffffff;
  font-size: 36px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  margin-bottom: 25px;
}
.service1 p {
  width: 400px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.service1 dl {
  width: 400px;
  float: left;
  padding-left: 70px;
}
.service1 dt {
  width: 60px;
  height: 46px;
  float: left;
}
.service1 dd {
  width: 200px;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  float: left;
  color: #ffffff;
  font-size: 26px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  margin-bottom: 20px;
}
.service1 ul {
  width: 200px;
  padding: 10px;
  float: left;
  margin-left: 70px;
  border: 2px solid #ffffff;
}
.service1 ul li {
  width: 80px;
  float: left;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "Microsoft YaHei";
}
/*contentsBottom----------------------------------------*/
.contentsBottom {
  width: 1200px;
  float: left;
  margin-bottom: 60px;
}
.contentsBottom .callPhone {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.contentsBottom .callPhone img {
  width: 25px;
}
.contentsBottom .callPhone p {
  vertical-align: bottom;
  font-size: 16px;
  color: #555;
  display: inline-block;
}
.contentsBottom .callPhone p span {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.contentsBottom .callAddress {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.contentsBottom .callAddress img {
  width: 25px;
  vertical-align: bottom;
}
.contentsBottom .callAddress p {
  display: inline-block;
  font-size: 16px;
  color: #555;
}
.contentsBottom .callQQ {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contentsBottom .callQQ div {
  width: 20%;
}
.contentsBottom .callQQ div img {
  width: 25px;
  vertical-align: bottom;
}
.contentsBottom .callQQ div span {
  font-size: 16px;
  color: 555;
}
.contentsBottom .callQQ div:nth-child(1) {
  text-align: right;
  margin-right: 30px;
}
.contentsBottom .callQQ div:nth-child(3) {
  text-align: left;
}
.contentsBottom .qrcode {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.contentsBottom .qrcode img {
  width: 100px;
}
.contentsBottom h3 {
  width: 220px;
  text-align: center;
  font-size: 42px;
  color: #333333;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
  margin-bottom: 30px;
  background: url("../img/titleBac.png") no-repeat right;
  background-size: 200px 100%;
}
/*copyright----------------------------------------*/
.copyright {
  width: 100%;
  float: left;
  height: 100px;
  background: #F0F0F0;
  background: url("../img/底.png") no-repeat center;
}
.copyright .copyrightWarp {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
}
.copyright .copyrightWarp p {
  font-size: 16px;
  margin-top: 10px;
}
.copyright .copyrightWarp p a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 700px) {
  .header {
    width: 1200px;
    background-size: 100%;
  }
  .cotentsTextLeft,
  .contentsText1Right {
    width: 1200px;
    float: left;
  }
  .cotentsTextLeft h4,
  .contentsText1Right h4 {
    text-align: center;
    margin: 0 auto;
    width: 480px;
    margin-bottom: 20px;
  }
  .cotentsTextLeft p,
  .contentsText1Right p {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
  }
  .cotentsTextLeft ul,
  .contentsText1Right ul {
    float: none;
    margin: 0 auto;
  }
  .cotentsTextLeft ul li,
  .contentsText1Right ul li {
    float: none;
  }
  .contentsTextRight,
  .contentsText1Left {
    width: 1200px;
    float: right;
  }
  .contentsTextRight ul,
  .contentsText1Left ul {
    float: none;
    text-align: center;
  }
  .cotentsConter .warpCotentsConter,
  .copyright {
    width: 1200px;
  }
}
