html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

body {
   line-height: 1;
   color: #313033;
}

:focus {
   outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
   display: block;
}

ul {
   list-style: none;
}

blockquote,
q {
   quotes: none;
}

blockquote:before,
blockquote:after,

q:before,
q:after {
   content: '';
   content: none;
}

a {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   text-decoration: none;
   color: #ffffff;
}

ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
}

mark {
   background-color: #ff9;
   color: #000;
   font-style: italic;
   font-weight: bold;
}

del {
   text-decoration: line-through;
}

abbr[title],
dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #cccccc;
   margin: 1em 0;
   padding: 0;
}

input,
select {
   vertical-align: middle;
}

.fl {
   float: left;
}

.fr {
   float: right;
}

html,
body {
   height: 100%;
   width: 100%;
   font-family: Alibaba PuHuiTi;
}

input,
textarea {
   border: none;
}

.btn {
   cursor: pointer;
}
.btn:hover {
   opacity: 0.8;
}

body {
   margin: 0px;
   padding: 0px;
   font-family: Alibaba PuHuiTi;
}

.container {
   width: 100%;
   height: 400px;
   min-width: 1092px;
   /* height: 1225px; */
}

.container .header {
   height: 60px;
   position: relative;
}

.container .header .bg{
   position: fixed;
   left: 50%;
   /* right: 0px; */
   margin: 0 auto;
   top: 0px;
   /* width: 100%; */
   height: 60px;
   z-index: 2;
   margin-left: -960px;
}

.container .header .hea_com {
   position: fixed;
   width: 1092px;
   margin: 0 auto;
   height: 60px;
   text-align: center;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
   top: 0px;
   left: 0px;
   right: 0px;
   z-index: 2;
}

.container .header .hea_img img {
   height: 36px;
}

.container .header ul {
   width: auto;
   height: 40px;
   display: flex;
   align-items: center;
}

.container .header ul li {
   cursor: pointer;
   padding-bottom: 10px;
   border: none;
   font-size: 18px;
   padding: 10px 30px;
   padding-right: 0px;
   line-height: 26px;
   font-weight: 400;
   letter-spacing: 1px;
}

.container .header ul li span {
   /* padding: 4px 18px; */
   padding: 5px 19px;
   color: #FFFAFA;
   opacity: 0.8;
}

.container .header ul li a {
   font-weight: 400;
}

.container .header ul .coop span {
   border: 2px solid #FFFFFF;
   border-radius: 100px;
   padding: 4px 18px;
   opacity: 0.8;
}

.container .header ul .liActive span {
   color: #FFFAFA;
   font-weight: 500;
   border-radius: 500px;
   background-color: #FC7EA3;
   border: none;
   padding: 5px 19px;
   opacity: 1;
}

.container .con_details {
   height: 340px;
   position: relative;
}

.container .con_details .bg{
   position: absolute;
   left: 50%;
   /* right: 0px; */
   margin: 0 auto;
   top: 0px;
   /* width: 100%; */
   height: 340px;
   margin-left: -960px;
}

.details_com{
   position: absolute;
   left: 0px;
   right: 0px;
   margin: 0 auto;
   top: 0px;
   width: 1092px;
   height: 340px;
}

.details_com .text-com{
   width: 600px;
   margin-top: 103px;
   color: #ffffff;
}

.details_com .text-com p:nth-child(1){
   font-weight: 500;
   font-size: 30px;
   color: #FFFFFF;
   /* line-height: 66px; */
}

.details_com .text-com p:nth-child(2){
   font-weight: 400;
   font-size: 18px;
   color: #FFFFFF;
   margin-top: 30px;
   /* line-height: 45px; */
}

.details_com .text-com p:nth-child(3){
   font-weight: 400;
   font-size: 18px;
   color: #FFFFFF;
   margin-top: 10px;
   /* line-height: 45px; */
}

.details_com .btns{
   width: 164px;
   height: 39px;
   margin-top: 29px;
   cursor: pointer;
   border: 1px solid #7362FF;
   line-height: 39px;
   text-align: center;
   color: #7362FF;
   background-color: #ffffff;
   border-radius: 10px;
   font-size: 20px;
}

.details-content{
   width: 100%;
   /* height: 6167px; */
   background-color: #fcfbff;
}

.dczx-com{
   width: 1092px;
   margin: 0 auto;
}
.dczx-com .zm-p{
   font-weight: 500;
   font-size: 37px;
   color: #D8D1F0;
   line-height: 51px;
   opacity: 0.34;
   text-align: center;
   padding-top: 201px;
}

.dczx-com .dczx-text{
   width: 324px;
   text-align: right;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   font-weight: bold;
   font-size: 41px;
   color: #0D0D0D;
}

.dczx-com ul{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 98px;
}

.dczx-com ul li .zc{
   width: 292px;
   height: 563px;
   background-color: #ffffff;
   box-shadow: 5px 19px 35px rgba(131, 124, 169, 0.07);
   border-radius: 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.dczx-com ul li .zc img{
   margin-top: 142px;
   text-align: center;
}

.dczx-com ul li:nth-child(3) .zc img{
   margin-top: 126px;
}

.dczx-com ul li .zc p:nth-child(2){
   margin-top: 41px;
   font-weight: bold;
   font-size: 24px;
   color: #0D0D0D;
}

.dczx-com ul li:nth-child(3) .zc p:nth-child(2){
   margin-top: 34px;
}

.dczx-com ul li .zc p:nth-child(3){
   font-weight: 400;
   font-size: 13px;
   color: #484848;
   margin-top: 17px;
}

.dczx-com ul li .zc p:nth-child(4){
   font-weight: 400;
   font-size: 13px;
   color: #484848;
   margin-top: 8px;
}

.dczx-com ul li .zc div{
   border-radius: 5px;
   border: 1px solid #7362FF;
   color: #7362FF;
   border-radius: 5px;
   width: 216px;
   height: 24px;
   line-height: 24px;
   text-align: center;
   margin-top: 91px;
   font-size: 15px;
}

.dczx-com ul li .sbfsh{
   display: none;
}

.dczx-com ul li .sbfsh{
   width: 292px;
   height: 563px;
   flex-direction: column;
   align-items: center;
   background: linear-gradient(0deg, #FBF7FF 0%, #F3F6FF 100%);
   box-shadow: 5px 19px 35px rgba(131,124,169,0.7);
   border-radius: 10px;
   border: 0px solid #D1CCE1;
}

.dczx-com ul li .sbfsh .sbfsh-d1,
.dczx-com ul li .sbfsh .sbfsh-d2,
.dczx-com ul li .sbfsh .sbfsh-d3{
   margin: 0 auto;
   padding-top: 46px;
   text-align: left;
   width: 220px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.dczx-com ul li .sbfsh .sbfsh-d1 span:nth-child(2),
.dczx-com ul li .sbfsh .sbfsh-d2 span:nth-child(2),
.dczx-com ul li .sbfsh .sbfsh-d3 span:nth-child(2){
   display: block;
   font-weight: bold;
   font-size: 13px;
   color: #000000;
   margin-top: 12px;
}

.dczx-com ul li .sbfsh .sbfsh-d1 span:nth-child(3),
.dczx-com ul li .sbfsh .sbfsh-d2 span:nth-child(3),
.dczx-com ul li .sbfsh .sbfsh-d3 span:nth-child(3){
   display: block;
   font-weight: 400;
   font-size: 11px;
   color: #333333;
   margin-top: 10px;
   line-height: 17.3px;
}

.dczx-com ul li .sbfsh .ljyy{
   width: 220px;
   height: 26px;
   margin: 0 auto;
   background: linear-gradient(87deg, #8564FF 0%, #653AFE 100%);
   box-shadow: 0px 4px 20px 4px rgba(111,88,135,0.2);
   border-radius: 5px;
   text-align: center;
   font-weight: 400;
   font-size: 15px;
   color: #FFFFFF;
   line-height: 26px;
   margin-top: 47px;
}

.qzdz-com{
   width: 1092px;
   margin: 0 auto;
}
.qzdz-com .zm-p{
   font-weight: 500;
   font-size: 37px;
   color: #D8D1F0;
   line-height: 51px;
   opacity: 0.34;
   text-align: center;
   padding-top: 230px;
}

.qzdz-com .qzdz-text{
   width: 280px;
   text-align: right;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   font-weight: bold;
   font-size: 41px;
   color: #0D0D0D;
}

.qzdz-com .qzdz-ta{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 91px;
}

.qzdz-com .qzdz-ta .qzcz{
   width: 499px;
   height: 216px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.qzdz-com .qzdz-ta .qzcz img{
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   margin: 0 auto;
   width: 100%;
   height: 100%;
}

.qzdz-com .qzdz-ta .qzcz p{
   position: absolute;
   left: 0px;
   right: 0px;
   margin: 0 auto;
   width: 196px;
   color: #FFF0D0;
   font-size:23px;
   letter-spacing:5px;
   font-weight: 500;
   line-height: 45px;
   text-shadow: 9px 5px 16px rgba(94,63,126,0.09);
}

.qzdz-com .qzdz-ta .qzcz span{
   font-size: 33px;
}

.qzdz-com .qzdz-ta ul{
   width: 569px;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
}

.qzdz-com .qzdz-ta ul li{
   width: 274px;
   height: 103px;
   position: relative;
   background-color: #ffffff;
}

.qzdz-com .qzdz-ta ul li .qzdz-bg{
   position: absolute;
   left: 0px;
   right: 0px;
   margin: 0 auto;
}

.qzdz-com .qzdz-ta ul li div{
   position: absolute;
   left: 0px;
   right: 0px;
   margin: 0 auto;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   /* justify-content: center; */
   margin-left: 32px;
}

.qzdz-com .qzdz-ta ul li div img{
   margin-right: 26px;
}

.qzdz-com .qzdz-ta ul li div p span:nth-child(1){
   font-weight: 500;
   font-size: 15px;
   color: #0D0D0D;
   display: block;
}

.qzdz-com .qzdz-ta ul li div p span:nth-child(2){
   font-weight: 400;
   font-size: 11px;
   color: #484848;
   margin-top: 7px;
   display: block;
}

.qzdz-com .qzdz-sxqz{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 167px;
}

.qzdz-com .qzdz-sxqz .qzdz-sxqz-d{
   width: 422px;
   height: 524px;
   background: #FFFFFF;
   box-shadow: 0px 5px 28px 7px rgba(131,124,169,0.07);
   border-radius: 10px;
   border: 0px solid #D1CCE1;
   display: flex;
   align-items: center;
   flex-direction: column;
}

.qzdz-com .qzdz-sxqz .qzdz-sxqz-d img{
   margin-top: 102px;
   text-align: center;
}

.qzdz-com .qzdz-sxqz .qzdz-sxqz-d p:nth-child(2){
   margin-top: 31px;
   font-weight: bold;
   font-size: 23px;
   color: #0D0D0D;
}

.qzdz-com .qzdz-sxqz .qzdz-sxqz-d p:nth-child(3){
   font-weight: 400;
   font-size: 12px;
   color: #484848;
   margin-top: 18px;
}

.qzdz-com .qzdz-sxqz .qzdz-sxqz-d p:nth-child(4){
   font-weight: 400;
   font-size: 12px;
   color: #484848;
   margin-top: 10px;
}

.qzdz-com .qzdz-sxqz .qzdz-sxqz-d div{
   border-radius: 5px;
   border: 1px solid #7362FF;
   color: #7362FF;
   border-radius: 5px;
   width: 200px;
   height: 22px;
   line-height: 22px;
   text-align: center;
   margin-top: 82px;
   font-size: 14px;
}

.qzdz-com .qzdz-sxqz .qzdz-sxdz-de{
   width: 422px;
   height: 524px;
   background: linear-gradient(0deg, #FBF7FF 0%, #F3F6FF 100%);
   box-shadow: 0px 5px 28px 7px rgba(131,124,169,0.7);
   border-radius: 10px;
   border: 0px solid #D1CCE1;
   display: flex;
   flex-direction: column;
}

.qzdz-com .qzdz-sxqz .qzdz-sxdz-de ul{
   display: flex;
   flex-wrap: wrap;
}

.qzdz-com .qzdz-sxqz .qzdz-sxdz-de ul li{
   width: 176px;
   /* margin: 0 auto; */
   margin-top: 62px;
   display: flex;
   flex-direction: column;
   text-align: left;
   align-items: center;
}

.qzdz-com .qzdz-sxqz .qzdz-sxdz-de ul li span:nth-child(2){
   display: block;
   font-weight: bold;
   font-size: 12px;
   color: #000000;
   margin-top: 17px;
}

.qzdz-com .qzdz-sxqz .qzdz-sxdz-de ul li span:nth-child(3){
   display: block;
   font-weight: 400;
   font-size: 11px;
   color: #484848;
   margin-top: 10px;
   line-height: 15px;
}

.qzdz-com .qzdz-sxqz .qzdz-sxdz-de div{
   width: 203px;
   height: 24px;
   margin: 0 auto;
   background: linear-gradient(87deg, #8564FF 0%, #653AFE 100%);
   box-shadow: 0px 4px 20px 4px rgba(111,88,135,0.2);
   border-radius: 5px;
   text-align: center;
   font-weight: 400;
   font-size: 14px;
   color: #FFFFFF;
   line-height: 24px;
   margin-top: 75px;
}

.qzdz-com .qzdz-mbdsbj{
   width: 100%;
   margin: 0 auto;
   margin-top: 198px;
   text-align: center;
}

.qzdz-com .qzdz-mbdsbj p:nth-child(1){
   color: #0D0D0D;
   font-size: 22px;
   font-weight: 500;
}

.qzdz-com .qzdz-mbdsbj p:nth-child(2){
   color: #484848;
   font-size: 22px;
   margin-top: 15px;
}

.qzdz-com .qzdz-mbdsbj #dsbg{
   width: 986px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   margin: 0 auto;
   margin-top: 69px;
}

.qzdz-com .qzdz-mbdsbj #dsbg img{
   width: 137px;
   height: 45px;
}

.qzdz-com .qzdz-mbdsbj #dsbg li{
   margin-bottom: 4px;
}

.zyqzk-com{
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.zyqzk-com .zm-p{
   font-weight: 500;
   font-size: 37px;
   color: #D8D1F0;
   line-height: 51px;
   opacity: 0.34;
   text-align: center;
   padding-top: 201px;
}

.zyqzk-com .zyqzk-text{
   width: 347px;
   text-align: right;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   font-weight: bold;
   font-size: 41px;
   color: #0D0D0D;
}

.zyqzk-com .zyjlk-com{
   width: 100%;
   height: 687px;
   margin-top: 110px;
   position: relative;
}

.zyqzk-com .zyjlk-com .zyjlk-com-bg{
   position: absolute;
   left: 0px;
   right: 0px;
   margin: 0 auto;
}

.zyqzk-com .zyjlk-com .zyjlk-co-com{
   width: 975px;
   height: 480px;
   position: absolute;
   left: -5px;
   right: 0px;
   margin: 0 auto;
   top: 67px;
}

.zyjlk-com .zyjlk-co-com .zyk-p1{
   font-family: Source Han Sans CN;
   font-weight: bold;
   font-size: 24px;
   color: #0D0D0D;
   line-height: 39px;
   text-align: center;
   margin-top: 25px;
}
.zyjlk-com .zyjlk-co-com .zyk-p2{
   font-family: Source Han Sans CN;
   font-weight: 400;
   font-size: 11px;
   color: #484848;
   margin-top: 14px;
   text-align: center;
}

.zyjlk-com .zyjlk-co-de{
   width: 867px;
   height: 430px;
   margin: 0 auto;
   margin-top: 22px;
   display: flex;
}

.zyjlk-com .zyjlk-co-de .js-d{
   width: 237px;
   height: 345px;
   margin-right: 30px;
   position: relative;
}

.zyjlk-com .zyjlk-co-de .js-d img{
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
}

.zyjlk-com .zyjlk-co-de .js-d div{
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px;
   width: 100%;
   height: 98px;
   background-color: rgba(245, 246, 255, 1);
   text-align: center;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .js-d div p{
   font-weight: bold;
   font-size: 16px;
   color: #503AFE;
   margin-top: 11px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .js-d div span{
   display: block;
   margin-top: 8px;
   font-size: 10px;
   color: #484848;
}

.zyjlk-com .zyjlk-co-de .sydx{
   width: 607px;
   height: 345px;
   position: relative;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: 35px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx ul li{
   width: 246px;
   display: flex;
   margin: 0 auto;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx ul li img{
   margin-right: 12px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx ul li p span:nth-child(1){
   font-weight: 500;
   font-size: 11px;
   color: #0D0D0D;
   display: block;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx ul li p span:nth-child(2){
   font-weight: 400;
   font-size: 11px;
   color: #484848;
   margin-top: 4px;
   display: block;
   line-height: 18px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx ul li p span:nth-child(3){
   font-weight: 400;
   font-size: 12px;
   color: #484848;
   margin-top: 4px;
   display: block;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd{
   width: 100%;
   height: 136px;
   margin-top: 26px;
   position: relative;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd .xshd-bg{
   position: absolute;
   top: 0px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd .xshd-com{
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   text-align: center;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd .xshd-com p:nth-child(1){
   margin-top: 33px;
   color: #484848;
   font-size: 14px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd .xshd-com p:nth-child(2){
   color: #484848;
   font-size: 14px;
   margin-top: 10px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd .xshd-com p span{
   color: #503AFE;
   font-size: 14px;
}

.zyjlk-com .zyjlk-co-com .zyjlk-co-de .sydx .xshd .xshd-com .btn-ljyy{
   width: 215px;
   height: 25px;
   background-color: #503AFE;
   color: #ffffff;
   margin: 0 auto;
   margin-top: 26px;
   border-radius: 5px;
   text-align: center;
   line-height: 25px;
   font-size: 12px;
}

.ffbz-com{
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.ffbz-com .zm-p{
   font-weight: 500;
   font-size: 37px;
   color: #D8D1F0;
   line-height: 51px;
   opacity: 0.34;
   text-align: center;
   padding-top: 141px;
   font-family: OPPO Sans;
   letter-spacing: 2px;
}

.ffbz-com .ffbz-text{
   width: 234px;
   text-align: right;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   font-weight: bold;
   font-size: 41px;
   color: #0D0D0D;
}

.ffbz-com .ffbz-text2{
   font-weight: 400;
   font-size: 27px;
   color: #5A5A5A;
   margin-top: 49px;
   text-align: center;
   width: 100%;
}

.ffbz-com ul{
   width: 1092px;
   display: flex;
   justify-content: space-between;
   margin-top: 105px;
   text-align: center;
}

.ffbz-com ul li{
   display: flex;
   flex-direction: column;
   align-items: center;
}

.ffbz-com ul .ffbz-li-p1{
   margin-top: 15px;
   font-weight: 500;
   font-size: 24px;
   color: #0D0D0D;
}

.ffbz-com ul .ffbz-li-p2{
   font-weight: 400;
   font-size: 11px;
   color: #CCCCCC;
   margin-top: 3px;
}

.ffbz-com ul .ffbz-li-p3{
   width: 280px;
   margin-top: 14px;
   font-weight: 400;
   font-size: 11px;
   color: #484848;
   line-height: 18px;
}

.ffbz-com ul .ffbz-li-p4{
   width: 280px;
   margin-top: 0px;
   font-weight: 400;
   font-size: 11px;
   color: #484848;
   line-height: 18px;
}

.foot-com{
   width: 100%;
   height: 231px;
   margin-top: 242px;
   position: relative;
}

.foot-com .foot-bg{
   position: absolute;
   top: 0px;
   left: 50%;
   margin-left: -960px;
}

.foot-com div{
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   text-align: center;
}

.foot-com div p{
   margin-top: 22px;
   font-weight: 400;
   font-size: 20px;
   color: #FFFFFF;
}

.foot-com div ul{
   margin-top: 47px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.foot-com div ul li{
   display: flex;
   flex-direction: column;
   font-weight: 400;
   font-size: 20px;
   color: #FFFFFF;
   align-items: center;
   position: relative;
   cursor: pointer;
}

.foot-com div ul li .ewm{
   position: absolute;
   top: -220px;
}

.foot-com div ul li:nth-child(2){
   margin-left: 88px;
   margin-right: 88px;
}

.foot-com div ul li span{
   display: block;
   margin-top: 12px;
}