/* 公共样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {background:#fff;font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

/* 产品官网头部 */

header {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0px rgba(219,219,248,0.3);
    z-index: 100;
}
.indexHeader {
    max-width: 1194px;
    margin: 0 auto;
    /* display: flex; */
    height: 70px;
    line-height: 70px;
    /* align-items: center; */
    /* justify-content: center; */
}
.indexHeader> img {
    margin-top: 10px;
}
.headerButton {
    margin-left: 730px;
}
.headerButton a {
    height: 32px;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 6px;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.a1 {
    background-color: #ff9430;
    height: 32px;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.a2 {
    background:#ea5413;
    height: 32px;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 6px;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.headerButton>a:nth-child(1) {
    background-color: #ff9430;
}
.headerButton>a:nth-child(1):hover{
    background-color: #f19238;
}
.headerButton>a:nth-child(2) {
    background:#ea5413;
    margin-left: 20px;
}
.headerButton>a:nth-child(2):hover {
    background:#df5013;
}
section {
    width: 100%;
    margin: 0 auto;
}
.header {
    width: 1200px;
    height: 60px;
    /* background-color: #f7f7f7; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_nav {
    display: flex;
    align-items: center;
}
.header_nav>a:nth-child(1) {
    display: block;
    font-size: 14px;
    color: #222;
    margin-left: 30px;
    margin-right: 30px;
}
.header_nav>a:nth-child(2) {
    display: block;
    font-size: 14px;
    color: #ea5514;
}
.header_link {
    display: flex;
    align-items: center; 
}
.main {
    
}
/* 中间第一部分 */
.main1 {
    width: 100%;
    height: 900px;
    background-image: url('../websiteimages/background.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.main1_wrap {
    margin: 0px auto;
    width: 1200px;
    position: relative;
}
.mainLeft {
    position: absolute;
    top: 210px;
    /* margin-top: 150px; */
}
.mainLeft >p {
    font-size: 44px;
    width: 572px;
    color:#222;
    font-weight: 600;
}
.main1_appbtns {
    margin-top: 76px;
}
.main1_appbtns >p {
    font-size: 16px;
    color:#222;
}
.main1_APP {
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.main1_appLeft {
    margin-right: 20px;
}
.main1_appiPhone:hover {
    background:linear-gradient(to right,#ebc50b,#e68021);
    cursor: pointer;
}
.main1_appiPhone {
    width: 200px;
    height: 54px;
    background:-webkit-linear-gradient(left,#fdd401,#ff9430);
	background:-o-linear-gradient(right,#fdd401,#ff9430);
	background:-moz-linear-gradient(right,#fdd401,#ff9430);
    background:linear-gradient(to right,#fdd401,#ff9430);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.main1_appiPhone>p {
    font-size: 16px;
    color:#fff;
    margin-left: 20px;
}
.main2_appiPhone {
    width: 220px;
    height: 54px;
    background:-webkit-linear-gradient(left,#fdd401,#ff9430);
	background:-o-linear-gradient(right,#fdd401,#ff9430);
	background:-moz-linear-gradient(right,#fdd401,#ff9430);
    background:linear-gradient(to right,#fdd401,#ff9430);
    border-radius: 6px;
    margin-top: 20px;
}
.main1_appRight>img {
    margin-top: -30px;
}
.mainRight {
    /* margin-top: 97px; */
    position: absolute;
    left: 520px;
    top: 220px;
    /* margin-left: 100px; */
}

/* 第二部分 */
.main2 {
    width: 100%;
    height: 950px;
    margin: 0 auto;
    background: url('../websiteimages/background2.png') center bottom no-repeat;
    position: relative;
}
.main2_center {
    margin: 0 auto;
    width: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 950px;
    background: url('../websiteimages/circle.png') center bottom no-repeat;
    position: relative;
    /* display: none; */
}
.main2>p {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 50px;
    margin-left: 38px;
    /* animation: bounce 3s infinite; */
    /* display: none; */
}
/* 左边第一个 */
    .main2Left1_title {
        position: absolute;
        left: -210px;
        top: 50%;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .main2_con {
        text-align: right;
        margin-top: -10px;
    }

    .main2_con>p:nth-child(1) {
        font-size: 22px;
        color: #222;
        font-weight: 600;
    }
    .main2_con>p:nth-child(2) {
        font-size: 16px;
        color: #999;
        /* margin-top: 10px; */
    }
/* 左边第二个 */
    .main2Left2_title {
        position: absolute;
        left: -177px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .main22_con {
        text-align: right;
        margin-top: -10px;
    }
    .main22_con>p:nth-child(1) {
        font-size: 22px;
        color: #222;
        font-weight: 600;
    }
    .main22_con>p:nth-child(2) {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
    }
/* 右边第一个 */
    .main2Right1_title {
        position: absolute;
        right: -235px;
        top: 50%;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .main2Right_con {
        text-align: left;
        margin-top: -10px;
    }
    .main2Right_con>p:nth-child(1) {
        font-size: 22px;
        color: #222;
        font-weight: 600;
    }
    .main2Right_con>p:nth-child(2) {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
    }
   /* 右边第二个 */
    .main2Right2_title {
        position: absolute;
        right: -177px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .main2Right2_con {
        text-align: left;
        margin-top: -10px;
    }
    .main2Right2_con>p:nth-child(1) {
        font-size: 22px;
        color: #222;
        font-weight: 600;
    }
    .main2Right2_con>p:nth-child(2) {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
    }
/* 中间的那个 */
    .main2center_title {
        position: absolute;
        left: 44%;
        top: 23%;
        bottom: 0;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .main2center_con {
        text-align: center;
        position: relative;
        left: -110px;
        top: -25px;
    }
    .main2center_con>p:nth-child(1) {
        font-size: 22px;
        color: #222;
        font-weight: 600;
    }
    .main2center_con>p:nth-child(2) {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
        margin-left: 15px;
    }
/* 第三部分 */
    .main3 {
        width: 100%;
        height: 950px;
        margin: 0 auto;
        background: url('../websiteimages/background3.png') center bottom no-repeat;
    }
    .main3_center {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 950px;
        position: relative;
    }
    .main3>p {
        font-size: 30px;
        columns: #222222;;
        font-weight: 600;
        text-align: center;
        position: relative;
        top: 78px;
        /* left: 30px; */
    }
    .main3_center>.main3_center_img1:first-child {
        margin-left: 0;
    }
    .main3_center_img1 {
        display: inline-block;
        margin-left: 50px;
        width: 350px;
        height: 420px;
        border-radius: 6px;
        background: #fff;
        text-align: center;
        box-shadow: 0px 10px 40px 0px rgba(219,219,248,0.3);
    }
    .main3_center_img1:hover {
        /* margin-top: 10px; */
        background: #f9f9f9;
        box-shadow: 0px 10px 40px 0px rgba(226, 212, 212,1);
        transition: box-shadow 0.5s, transform 0.5s;
    }
    .main3_center_img1>img {
        margin-top: 40px;
    }
    .main3_center_img1>p {
        margin-top: 46px;
        font-size: 22px;
        color: #222;
        font-weight: 600;
    }
    .main3_center_img1>div {
        width: 257px;
        text-align: left;
        display: inline-block;
        margin-top: 62px;
    }

/* 第四部分 */
    .main4 {
        width: 100%;
        height: 950px;
        margin: 0 auto;
        background: url('../websiteimages/background4.png') center bottom no-repeat;
    }
    .main4_center {
        margin: 0 auto;
        width: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 950px;
        position: relative;
        margin-top: 100px;
    }
    .main4>p {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        position: relative;
        top: 78px;
        /* left: 30px; */
    }
    .main4_center>.main4_center_img1:first-child {
        margin-left: 0;
    }
    .main4_center_img1 {
        display: inline-block;
        margin-left: 30px;
        text-align: center;
        transition: all 3s;
    }
    .main4_center_img1>img:hover {
        transform:scale(1.01);
    }
    .main4_kinds {
        margin-top: 50px;
        height: 10px;line-height: 0px;
        background:-webkit-linear-gradient(left,#fdd401,#ff9430);
        background:-o-linear-gradient(right,#fdd401,#ff9430);
        background:-moz-linear-gradient(right,#fdd401,#ff9430);
        background:linear-gradient(to right,#fdd401,#ff9430);
        display: inline-block;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 18px;
        color: #222;
    }
/* 底部分 */
    footer {
        background-color: #161e2e;
        margin: 0 auto;
    }
    .footer_bottom {
        padding-top: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
       padding-bottom: 30px;
    }
    .footer_right {
        margin-left: 24px;
    }
    .footer_right>p {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .footer_right>div {
        margin-top: 16px;
        font-size: 14px;
        color: #fff;
    }
    footer>p {
        font-size: 14px;
        color: #fff;
        opacity: 0.3;
        padding-bottom: 20px;
        text-align: center;
    }