﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    min-width: 1200px;
    overflow-x: hidden;
    padding-bottom:80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}
.box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  max-height: 99999999px;
}
.wxPic{
	display:none;
}
.banner {
    background: url(../images/img1.jpg) no-repeat top center;
    height:872px;
		overflow:hidden;
}

.banner .box {
    position: relative;
    overflow: visible;
}

.banner .banner_box {
    position: absolute;
    color: #333;
    top: 48px;
    left:50%;
    transform: translateX(-50%);
}

.banner .title {
	opacity: 0;
	animation: btitle 2s forwards;
}
.banner .title .tit {
	margin-top:10px;
	font-size:0px;
	background:url(../images/ico2.png) no-repeat;
	width:884px;
	height:110px;
}
@keyframes btitle {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.banner .des2 {
		opacity: 0;
    margin-left:10px;
		transform-origin:left center;
		animation: bdes 1s 1s forwards;
}
.banner .des2>p{
 
  background:url(../images/ico3.png) no-repeat;
}
@keyframes bdes {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.banner .des2 p{
	display:inline-block;
	text-align:center;
	width:866px;
  height:108px;
	font-size:0px;
	background:url(../images/ico3.png) no-repeat;
  animation: subtitan 1.5s linear infinite;
}
@keyframes subtitan {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(.95);
  }
  100%{
    transform: scale(1);
  }
}
.banner_img{
	position:absolute;
	z-index:1;
	left:50%;
  margin-left: -205px;
	top:290px;
  width:410px;
  height:537px;
  background:url(../images/ico1.png) no-repeat;
  opacity: 0;
  animation: bdes 1s 1.5s forwards;
}
.box-container {
  padding: 80px 0;
  box-sizing: border-box;
}
.box-container .title{
	margin: 0px auto 40px auto;
}
.box-container .title h2{
  text-align: center;
  font-size: 32px;
  color:#333;
  font-weight:600;
  line-height:1;
}
.box-container .title h2::after{
	content:"";
	display: block;
	margin:15px auto 20px auto;
	width:60px;
	height:8px;
	background:#0d86fe;
	border-radius:4px;
}
.box-container .content{
  display:flex;
  justify-content:space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.rows1 fieldset{
  box-sizing: border-box;
  border:dashed 1px #e1e1e1;
  border-radius:12px;
  padding:15px;
  width:calc(50% - 24px);
}
.rows1 fieldset:hover{
  border-color:#0067ff;
}
.rows1 fieldset:hover span{
  transform: translateY(-10px);
}
.rows1 legend{
  text-align:center;
  font-size:24px;
  color:#0067ff;
  font-weight:bold;
  box-sizing: border-box;
  padding:0 15px;
}
.rows1 fieldset p{
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing: border-box;
}
.rows1 fieldset span{
  box-sizing: border-box;
  display: block;
  padding:20px 0 10px 0;
  text-align:left;
  color:#666;
  font-size:16px;
  transition:all .4s;
}
.rows2,.rows4{
  background:#fafafa;
}
.rows2 .content{
  align-items:center;
  justify-content:center;
  gap:60px;
}
.rows2-txt{
  width:calc(50% - 160px);
}
.rows2-txt dt{
  font-size:24px;
  font-weight:bold;
  color:#0067ff;
  margin-bottom:24px;
}
.rows2-txt dd{
  font-size:16px;
  text-indent:2em;
  letter-spacing: 1px;
  color:#666;
}
.rows2 em{
  color:#f57233;
}
.rows2-step{
  width:100%;
  display:flex;
  gap:10px;
  align-items:center;
}
.rows2-step img{
  width:41px;
  height:32px;
}
.rows2-step fieldset{
  box-sizing: border-box;
  border:dashed 1px #0067ff;
  border-radius:12px;
  padding:15px;
  width:calc(25% - 45px);
}
.rows2-step legend{
  text-align:center;
  font-size:18px;
  color:#0067ff;
  font-weight:bold;
  box-sizing: border-box;
  border:dashed 1px #0067ff;
  width:32px;
  height:32px;
  border-radius:16px;
  line-height:32px;
}
.rows2-step fieldset p{
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing: border-box;
}
.rows2-step fieldset span{
  box-sizing: border-box;
}
.rows2-step fieldset>p{
  font-size:18px;
  color:#0067ff;
  font-weight:bold;
}
.rows2-step fieldset>span{
  display: block;
  box-sizing: border-box;
  padding-top:10px;
  font-size:16px;
}
.rows3 fieldset{
  width:calc(50% - 60px);
  box-sizing: border-box;
  padding:20px 20px 0 20px;
  border:dashed 1px #e1e1e1;
  border-radius:12px;
}
.rows3 legend{
  text-align:center;
  font-size:24px;
  font-weight:bold;
  color:#0067ff;
  box-sizing: border-box;
  padding:0 15px;
}
.rows3 .seller legend{
  color:#0ba833;
}
.rows3 dl{
  margin-bottom:20px;
  box-sizing: border-box;
  background:#457dfc;
  color:#fff;
  padding: 15px;
  border-radius:12px;
}
.rows3 dl:hover{
  background:#0067ff;
}
.rows3 .seller dl{
  background:#37c75c;
}
.rows3 .seller dl:hover{
  background:#18b440;
}
.rows3 dt{
 font-size:20px;
 font-weight:bold;
 margin-bottom:10px;
}
.rows3 dd{
  font-size:16px;
}
.rows3 dd em{
  color: #ff0;
}
.rows4 ul{
  box-sizing: border-box;
  padding:15px;
  background:#fff;
  border:solid 1px #e1e1e1;
  border-radius:12px;
  width:calc(25% - 47px);
  font-size:15px;
  color:#666;
}
.rows4 .scene-name{
  font-size:20px;
  text-align:center;
  font-weight: bold;
  box-sizing: border-box;
  padding:10px 0;
  color:#333;
}
.footer{
  text-align:center;
  box-sizing: border-box;
  padding:15px 0;
  color:#aaa;
}
.footer a{
  color:#aaa;
}
.footer a:hover{
  color:#0067ff;
  text-underline-position: under;
}
.fixed-box{
  position: fixed;
  z-index:9;
  left:0;
  bottom:0;
  height:80px;
  box-sizing: border-box;
  width:100%;
  background:#298cff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 24px;
  color:#fff;
  gap:32px;
  letter-spacing:1px;
}
.fixed-box>span{
  cursor: pointer;
  background:#ffffffdf;
  color:#0067ff;
  box-sizing: border-box;
  padding:6px 32px;
  border-radius:60px;
  font-weight:bold;
}
.fixed-box>span:hover{
  background:#fff;
}
.layer-box{
  position: fixed;
  z-index:10;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.64);
  display:none;
  justify-content:center;
  align-items:center;
  font-size:14px;
  text-align:center;
  color:#999;
}
.layer-box.show{
  display:flex;
}
.layer-box dl{
  background:#fff;
  box-sizing: border-box;
  padding:20px;
  border-radius:12px;
  min-width:280px;
  position: relative;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.layer-box dt{
  margin-bottom:10px;
}
.layer-box .close{
  width:16px;
  height:16px;
  position:absolute;
  z-index:1;
  right:15px;
  top:15px;
  cursor: pointer;
  background:url(../images/close.png) no-repeat;
  background-size:16px;
  opacity:.5;
  transition:all .4s;
}
.layer-box .close:hover{
  opacity:1;
  transform: rotate(-180deg);
}
@media screen and (max-width:1199px) {
	body {
		min-width: 0;
	}
  .box{
    width:90%;
  }
  .box img{
    max-width: 100%;
    max-height:100%;
  }
  .rows1 fieldset p{
    height:calc(50vw - 184px);
  }
  .rows1 fieldset span{
    font-size:15px;
  }
  .rows2 .box img{
    max-width:320px;
  }
  .rows2-txt{
    width:50%;
  }
  .rows2-step fieldset{
    padding:11px;
  }
  .rows2-step fieldset>p{
    font-size:16px;
  }
  .rows2-step fieldset>span{
    font-size:14px;
    height:75px;
  }
  .rows3 dd{
    font-size:15px;
  }
  .rows4 ul{
    width: calc(25% - 8px);
    font-size:14px;
  }
}
@media screen and (max-width:1023px) {
  .banner{
    height:750px;
    background-position:center bottom;
  }
  .banner .banner_box{
    width:90%;
  }
  .banner .title .tit,.banner .des2 p{
    width:100%;
    background-size:100% auto;
    height:82px;
  }
  .banner .des2{
    margin-left:0;
  }
  .banner_img{
    width:50%;
    background-size:100% auto;
    margin-left:-25%;
  }
  .box-container{
    padding:60px 0;
  }
  .box-container .title h2{
    font-size:28px;
  }
  .rows2 .box img{
    max-width:268px;
  }
  .rows2-txt dt,.rows3 legend{
    font-size:20px;
  }
  .rows2-step fieldset>p{
    height:48px;
  }
  .rows2-step fieldset>span{
    height:95px;
  }
  .rows3 dt{
    font-size:16px;
  }
  .rows4 .scene-name{
    font-size:18px;
  }
  .fixed-box p{
    max-width:64%;
    font-size:20px;
    line-height:26px;
  }
}
@media screen and (max-width:767px) {
  .banner .title .tit, .banner .des2 p{
    height:45px;
  }
  .banner{
    height:525px;
    background-size:auto 100%;
  }
  .banner_img {
    width: 60%;
    background-size: 100% auto;
    margin-left: -30%;
    top:194px;
  }
  .box-container {
    padding: 42px 0;
  }
  .box-container .title h2 {
    font-size: 22px;
  }
  .rows1 fieldset{
    width:100%;
  }
  .rows1 legend{
    font-size: 20px;
  }
  .rows1 fieldset p{
    height:auto;
    width:100%;
  }
  .rows2 .content{
    gap:30px;
  }
  .rows2-txt{
    width:100%;
  }
  .rows2-txt dt{
    text-align:center;
  }
  .rows2-step{
    flex-direction: column;
  }
  .rows2-step fieldset{
    width:100%;
  }
  .rows2-step fieldset>span{
    height:auto;
    font-size:15px;
  }
  .rows2-step img{
    transform: rotate(90deg) !important;
    margin:5px 0;
    width: 32px;
    height: 24px;
  }
  .rows3 fieldset{
    width:100%;
  }
  .rows4 ul{
    width:calc(50% - 16px);
  }
  .rows4 .content{
    gap:24px;
  }
  .footer p{
    display:flex;
    flex-direction:column;
  }
  .fixed-box>p{
    display:none;
  }
  body{
    padding-bottom:58px;
  }
  .fixed-box{
    height:58px;
    font-size:18px;
  }
}
@media screen and (max-width:413px) {
  .rows4 .content{
    gap:15px;
  }
  .rows4 ul{
    width: calc(50% - 8px);
  }
}
@media screen and (max-width:374px) {
  .banner{
    height:422px;
  }
  .rows4 ul{
    width:250px;
  }
  .box-container.rows4 .content{
    justify-content: center;
  }
}
