.nav {
  width: 100%;
  height: 60px;
  background-color: #0096FF;
}

.navContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.navContent li {
  color: #FFF;
  width: 133px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.navContent li a {
  color: #FFF;
}

.navContent li .logo {
  width: 82px;
  height: auto;
  margin: 13px auto;
}

.navContent li .phone {
  width: 12px;
  height: auto;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 5px;
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.banner .banner-bg {
  width: 100%;
  position: relative;
}

.banner .banner-bg img {
  width: 100%;
  height: 33.3%;
}

.banner-form {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100px;
  background-color: #0096FF;
}

.banner-form .bannerContent {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 15px;
}

.banner-form .bannerContent input {
  padding-left: 30px;
}

.banner-form .bannerContent .banner-title {
  font-size: 26px;
  color: #FFF;
  text-align: center;
}

.banner-form .bannerContent .banner-txt {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  margin: 15px 0;
}

.banner-form .bannerContent .banner-input {
  text-align: center;
}

.banner-form .bannerContent .banner-input .phone {
  width: 300px;
  height: 35px;
}

.banner-form .bannerContent .banner-input .name {
  width: 300px;
  height: 35px;
}

.banner-form .bannerContent .banner-input span {
  position: relative;
}

.banner-form .bannerContent .banner-input span .icon {
  width: 20px;
  height: 20px;
  background-color: #0096FF;
  left: 20px;
  top: 0;
  border-right: 1px solid red;
  /*padding-right: 15px;*/
  position: absolute;
}

.banner-form .bannerContent .banner-input .save {
  width: 220px;
  height: 35px;
  color: #000;
  background-color: #FFDF0A;
}

.box {
  display: flex;
  padding-top: 70px;
  width: 1200px;
  height: auto;
  margin: 0 auto 40px auto;

}

.box > .box-left {
  width: 39%;
}

.box .box-left img {
  width: 525px;
  height: 525px;
}

.titleH2 {
  text-align: center;
  color: #0096FF;
  font-size: 26px;
  font-weight: bold;
}

.titleH2 img {
  display: inline-block;
  width: 54px;
  margin-bottom: 40px;
  margin-right: 15px;
}

.titleH3 {
  text-align: center;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
}

.titleH3 img {
  display: inline-block;
  width: 54px;
  /*margin-bottom: 40px;*/
  margin-right: 15px;
}

.titleH3 .sy {
  width: 33px;
}

.titleH3 .contentSpan {
  position: relative;
}

.titleH3 .contentSpan .span {
  position: absolute;
  font-size: 14px;
  width: 100%;
  right: 10px;
  font-weight: normal;
  top: 40px;
}

.titleH4 {
  text-align: center;
  color: #0096FF;
  font-size: 26px;
  font-weight: bold;
}

.titleH4 img {
  display: inline-block;
  width: 54px;
  /*margin-bottom: 40px;*/
  margin-right: 15px;
}

.titleH4 .contentSpan {
  position: relative;
}

.titleH4 .contentSpan .span {
  position: absolute;
  font-size: 14px;
  width: 100%;
  right: 10px;
  font-weight: normal;
  top: 40px;
}

.box .box-right .box-text {
  font-size: 16px;
  color: #666666;
  padding: 20px;
  line-height: 29px;
  border: 1px solid #E1E1E1;
  border-radius: 15px;
}

.box-right {
  position: relative;
}

.box-right > img {
  position: absolute;
  right: -80px;
  bottom: -50px;
  width: 187px;
  height: 208px;
}

.box2 {
  padding-top: 30px;
  width: 100%;
  height: 671px;
  background-image: url("../img/bg-1@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.box2 .jzt {
  width: 1100px;
  height: 478px;
  margin: 50px auto 0 auto;
}

.box3 {
  padding-top: 50px;
  background-image: url("../img/3@2x.png");
  background-repeat: no-repeat;
  background-size: 25% 522px;
  background-position: top right;
}

.box3 .tx {
  width: 1100px;
  /* height: 673px; */
  margin: 0 auto;
}

.box4 {
  padding-top: 150px;
  width: 100%;
  height: 605px;
  background-image: url("../img/bg-2@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.box4 .jl {
  width: 1200px;
  height: 324px;
  margin: 20px auto 0 auto;

}

.box5 {
  background-image: url("../img/4@2x (1).png");
  background-repeat: no-repeat;
  background-size: 608px 287px;
  background-position: bottom right;
  /*height: 700px;*/
  padding-top: 40px;
  margin-bottom: 40px;
}

.box5 .box5Content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 880px;
  margin: 40px auto 0 auto;
}

.box5 > img {
  width: 1200px;
  margin: 0 auto;
}

.box5 .box5Content div {
  margin-bottom: 20px;
  border-radius: 14px;
  width: 430px;
  background-color: #0096FF;
}

.box5 .box5Content div {
  color: #FFF;
}

.box5 .box5Content .div1 {
  font-size: 14px;
  line-height: 29px;
  padding: 30px;
}

.box5 .box5Content .div1 p {
  padding-bottom: 15px;
}

.box5 .box5Content .div1 b {
  font-size: 16px;
  margin: 0 5px;
}

.box5 .box5Content .div2 {
  padding: 20px;
}

.box5 .box5Content .div2 {
  text-align: center;
  position: relative;
  font-size: 20px;
}

.box5 .box5Content .div2 img {
  width: 389px;
  height: 221px;
  margin-top: 15px;
}

.box5 .box5Content .div2 .play {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 47%;
  left: 47%;
  cursor: pointer;
}

.box5 .box5Content .div2 .div2Content {
  margin-top: 15px;
  background-color: #E5F5FE;
  width: 391px;
  border-radius: 0;
  height: 215px;
  padding-top: 5px;
}

.box5 .box5Content .div2 .div2Content img {
  width: 270px;
  height: auto;
  margin: 0 auto;
}

.box5 .box5Content .div2 .div2Content img:nth-child(1) {
  margin-top: 40px;
  margin-bottom: 15px;
}

.box6 {
  padding: 40px;
  width: 100%;
  background-image: url("../img/bg-4@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 580px;
}

.box6Ul {
  display: flex;
  width: 1200px;
  margin: 40px auto 0 auto;
  flex-wrap: wrap;
}

.box6Ul li {
  width: 176px;
  margin-right: 80px;
  margin-bottom: 20px;
  height: 186px;
}

.box6Ul li:nth-child(5n) {
  margin-right: 0;
}

.box6Ul li img {
  width: 100%;
  height: 100%;
}

.box7 {
  padding-top: 40px;
}

.box7 .ban {
  width: 1200px;
  height: auto;
  margin: 40px auto;
}

.box8{
  padding-top: 40px ;
}
.box8 .ban {
  width: 1200px;
  height: auto;
  margin: 40px auto;
}

.box9 {
  background-image: url("../img/bg4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
  padding-top: 40px;
}

.box9 .buttonContent {
  width: 100px;
  height: 30px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
}

.box9 .buttonContent div {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.box9 .buttonContent div:nth-child(1) {
  background-color: rgba(255, 255, 255, 1);
}

.box9 ul {
  width: 1200px;
  display: none;
  margin: 70px auto 0 auto;
}

.box9 ul:nth-child(2) {
  display: flex;
}

.box9 ul li {
  margin-left: 65px;
}

.box9 ul li img {
  width: 340px;
  height: 290px;
}

.box10 {
  padding-top: 40px;
}

.box10 ul {
  width: 1200px;
  display: flex;
  margin: 40px auto 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box10 ul li {
  width: 357px;
  height: 304px;
  background-color: #008EF1;
  padding: 10px;
  margin-top: 30px;
}

.box10 ul li img {
  width: 100%;
  height: auto;
}

.box10 ul li p {
  text-align: center;
  color: #FFF;
  line-height: 28px;
  margin-top: 10px;
}

.box11 {
  margin-top: 50px;
  padding-top: 40px;
  width: 100%;
  height: 518px;
  background-color: #008EF1;
}

.box11 > img {
  width: 738px;
  height: 458px;
  margin: 50px auto 0 auto;
}

.box12 {
  padding-top: 100px;
}

.box12 .formContent {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding-top: 50px;
}

.box12 .formContent .div1 .p1 {
  font-size: 48px;
}

.box12 .formContent .div1 .p2 {
  font-size: 65px;
  font-weight: bold;
}

.box12 .formContent .div1 .div1-ul {
  margin-top: 20px;
}

.box12 .formContent .div1 .div1-ul img {
  width: 71px;
  height: 71px;
  margin-bottom: 65px;
  background-color: #FFF;
}

.box12 .formContent .div1 .div1-ul .li1 {
  float: left;
}

.box12 .formContent .div1 .div1-ul .li2 {
  height: 300px;
  width: 200px;
  border-left: 2px solid #999999;
  margin-left: 36px;
  padding-left: 30px;
}

.box12 .formContent .div1 .div1-ul .li2 p {
  text-align: left;
  margin-left: 20px;
  line-height: 70px;
  font-size: 25px;

}

.box12 .formContent .div1 .div1-ul .li2 p:nth-child(1) {
  color: #008EF1;
}

.box12 .formContent .div1 .div1-ul .li2 p:nth-child(2) {
  margin-top: 70px;
}

.box12 .formContent .div1 .div1-ul .li2 p:nth-child(3) {
  margin-top: 70px;
}

.box12 .formContent .div2 {
  width: 50%;
  padding: 0 50px;
}

.box12 .formContent .div2 .label {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.box12 .formContent .div2 .inputP input {
  width: 100%;
  height: 50px;
  border: 1px solid #999999;
  margin-bottom: 15px;
  padding-left: 20px;
}

.box12 .formContent .div2 .inputP textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #999999;
  margin-bottom: 15px;
  padding: 20px;
}

.box12 .formContent .div2 .selectP select {
  padding-left: 20px;
  width: 145px;
  height: 50px;
  border: 1px solid #999999;
  margin-bottom: 15px;
}

.box12 .formContent .div2 .selectP select:nth-child(1) {
  float: left;
  margin-right: 10px;
}

.submit {
  width: 125px;
  height: 50px;
  background: rgba(0, 142, 241, 1);
  color: #FFF;
}

.box12 .formContent .div3 {
  width: 200px;
}

.box12 .formContent .div3 .p1 {
  font-size: 30px;
  color: #008EF1;
}

.box12 .formContent .div3 .div3Content {
  height: 400px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.box12 .formContent .div3 .div3Content .divGD {
  position: absolute;
}

.box12 .formContent .div3 .div3Content li p:nth-child(1) {
  font-size: 16px;
}

.box12 .formContent .div3 .div3Content li p:nth-child(2) {
  color: #999999;
  margin: 10px 0;
}

.box12 .formContent .div3 .div3Content li p:nth-child(3) {
  color: #999999;
}

.box12 .formContent .div3 .div3Content li p:nth-child(4) {
  color: #999999;
  margin-bottom: 25px;
}

.box13 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.box13Content{
   width: 500px;
  height: 420px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:  auto;
  background-color: #FFF;
}
.box13Content .p1{
  position: relative;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.box13Content .p1 span{
  position: absolute;
  right: 20px;
  top: -5px;
  cursor: pointer;
}

.box13Content .p2{
  width: 300px;
  margin: 0 auto;
  display: flex;
}
.box13Content .p2 p{
  width: 150px;
  line-height: 30px;
}
.box13Content .selectP{
  width: 300px;
  margin:  0 auto;
}
.box13Content .selectP select{
  padding-left: 20px;
  width: 100px;
  height: 40px;
  border: 1px solid #999999;
  margin-bottom: 15px;
}
.box13Button{
  width: 200px;
  height: 40px;
  background-color:#008EF1;;
  color: #FFF;
  margin: 0 auto;
  display: block;
}

.box13-input{
  width: 300px;
  margin: 20px auto;
}
.box13-input input{
  border: 1px solid #999999;
  height: 40px;
  padding-left: 15px;
  width: 200px;
}
/*底部*/
.footer {
  width: 100%;
  height: auto;
  float: left;
  background: #41444D;
  padding: 30px 0px 50px 0px;
}

.foot_t {
  width: 100%;
  height: auto;
  float: left;
}

.foot_t b {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 18px;
  color: #999;
  line-height: 30px;
  font-weight: 100;
}

.foot_t p {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
}

.foot_t p a {
  width: auto;
  height: 20px;
  float: left;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 30px 5px 0px;
}

.foot_t p a:hover {
  color: #DDD;
}

.foot_b {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 30px;
}

.foot_b p {
  width: 100%;
  height: 30px;
  float: left;
  text-align: center;
  color: #999;
  line-height: 30px;
  margin-bottom: 10px;
}

.foot_b p a {
  color: #999;
  line-height: 30px;
  margin: 0px 20px;
}

.foot_b p a:hover {
  color: #DDD;
}

.foot_b span {
  width: 100%;
  height: 20px;
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #787878;
  text-align: center;
  margin-top: 10px;
}

.popUp{top:0;position:fixed;z-index:999;width:100%;height:100vh;background-color:rgba(0,0,0,0.5);display:none;}
.popUp .popUp-qr{width:303px;height:378px;position:fixed;margin:auto;top:0;left:0;bottom:0;right:0;}
.popUp-qr{position:relative;}
.popUp-qr img{width:303px;height:378px;}
.popUp-qr .wxCode{position:absolute;width:264px;height:264px;top:170px;left:40px;}
.popUp-qr p{position:absolute;bottom:25px;left:25px;}
.pop-video{width:680px;height:380px;position:fixed;margin:auto;top:0;left:0;bottom:0;right:0;}
.pop-video iframe{width:680px;height:380px;position:relative;top:-30px;border: none;}
.cose {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  left: 645px;
  z-index: 999;
  background-color: #FFF;
}
