@charset "utf-8";

body,
html,
div,
ul,
ol,
li,
input,
span,
label,
tabel,
dl,
dt,
dd,
p,
fieldset,
legend,
select,
option,
input,
textarea,
header,
footer,
aside,
section,
article,
nav,
menu,
input,
textarea,
button,
a {
    outline: none;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    vertical-align: baseline;
    color: #000;
    font-family: Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

ul,
ol,
li,
em,
p {
    list-style: none;
    font-style: normal;
    font-weight: normal;
}

img {
    display: block;
    outline: none;
    border: none;
}

input,
select {
    vertical-align: middle;
}

a,
img {
    text-decoration: none;
    color: #888;
    outline: none;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}


button {
    text-align: center;
}

html,
body {
    -webkit-text-size-adjust: none;
    background-color: #fff;
    min-width: 1000px;
    overflow-y: auto;
}

table,
th,
td,
fieldset,
legend {
    font-weight: 400;
    border: 0 none;
    border-collapse: collapse;
}


.header {
    height: 600px;
    background: #000 url(../img/headerbg.jpg) center center no-repeat;
}

.header-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/logo.png) center center no-repeat;
    width: 149px;
    height: 122px;
}

.msg {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 760px;
    height: 320px;
    text-align: right;
}


.msg-title{
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.msg-title h1 {
    font-size: 62px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2
}


.msg-title h1:before{
    content: '';
    position: absolute;
    left:-20px;
    top:-10px;
    background-color: rgba(57,82,154,0.2);
    width: 350px;
    height: 110px;
    display: block;
    z-index: -2;
}

.msg-title h1:after{
    content: '';
    position: absolute;
    left:-50px;
    top:30px;
    background-color: rgba(255,136,116,0.2);
    width: 350px;
    height: 110px;
    display: block;
    z-index: -3;
}

.msg p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 7px 0;
    margin: 70px 0;
    line-height: 28px;
}

.qrcode{
    position: absolute;
    right: 0;
    bottom: 30px;
    border:15px solid rgba(255,255,255,0.2);
}

.qrcode img {
    width: 100px;
}

.product {
    min-height: 500px;
}

.product-title {
    width: 400px;
    height: 100px;
    margin: 180px auto 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.product-box {
    width: 400px;
    height: 100px;
    margin: 120px auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    z-index: 3;
}

.product-title:before,
.product-title:after {
    content: "";
    width: 370px;
    height: 100px;
    background-color: #eee;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transition: .3s all ease;
}



.product-title:after {
    width: 320px;
    background-color: #516cb0;
    z-index: 1;
}

.product-title.animate:before {
    transform: rotate(-6deg);
}

.product-title.animate:after {
    transform: rotate(-12deg);
}

.product-text {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}

.product-eng {
    font-size: 18.5px;
    text-align: center;
}

.product-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.product-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}


.product-item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 116px;
    background: url(../img/grid.png) center center no-repeat;
    position: relative;
    cursor: pointer;
}

.product-item-img:hover{
    background-image: url(../img/gridh.png);
}
.product-item-img:hover:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.product-item:nth-child(1) .product-item-img:hover:after{
    background: url(../img/p3h.png) center center no-repeat;
}
.product-item:nth-child(2) .product-item-img:hover:after{
    background: url(../img/p4h.png) center center no-repeat;
}
.product-item:nth-child(3) .product-item-img:hover:after{
    background: url(../img/p2h.png) center center no-repeat;
}
.product-item:nth-child(4) .product-item-img:hover:after{
    background: url(../img/p1h.png) center center no-repeat;
}
.product-item:nth-child(5) .product-item-img:hover:after{
    background: url(../img/p5h.png) center center no-repeat;
}



.product-item p {
    margin: 30px 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.product-qrcode{
    transition: .3s all ease;
    position: absolute;
    left:-47px;
    bottom:120px;
    right: 0;
    width: 202px;
    height: 210px;
    background: url(../img/qrcode-bg.png) center center no-repeat;
    padding: 20% 8% 20% 20%;
    z-index: 3;
    display: none;
}

.product-item-img:hover .product-qrcode{
    display: block;
}

.product-qrcode img{
    width:90%;
}

.product-qrcode-title{
    position: absolute;
    left:0;
    top:-30px;
    right: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}

.consult{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.consult-title{
    font-size: 36px;
    display: inline-flex;
    height: 50px;
    margin: 100px ;
    position: relative;
}

.consult-title:before{
    content: '';
    position: absolute;
    right: 120px;
    top: 25px;
    background-color: #000;
    height: 1px;
    width: 0;
    transition: 1s all ease;
}

.consult-title:after{
    content: '';
    position: absolute;
    left: 120px;
    top: 25px;
    background-color: #000;
    height: 1px;
    width: 0;
    transition: 1s all ease;
}

.consult-title.animate:before,.consult-title.animate:after{
    width: 300px;
}

.consult-subtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.consult-subtitle strong{
    font-size: 18px;
}

.consult-subtitle span{
    color: #555;
}

.consult-grid{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.consult-grid-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #efefef;
    padding:0 20px;
    height: 250px;
    margin-right: -1px;
}

.consult-grid-item span{
    margin: 30px 0 15px;
    font-weight: bold;
}

.consult-grid-item p{
    text-align: center;
    font-size: 12px;
    height: 10px;
}

.consult-icons{
    margin: 50px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 1px
}

.consult-icons:before{
    content: '';
    position: absolute;
    left: 0;
    top: -200px;
    background-color: #516cb0;
    width: 1px;
    height: 200px;
    transition: 2s all ease;
}

.consult-icons:after{
    content: '';
    position: absolute;
    right:0;
    bottom: -200px;
    background-color: #516cb0;
    width: 1px;
    height: 200px;
    transition: 2s all ease;
}

.consult-icons.animate:before{
    top: 100%;
}

.consult-icons.animate:after{
    bottom: 100%;
}

.consult-icons .icons-grid{
    border:1px solid #eee;
    margin:0 -1px -1px 0;
    display: flex;
    padding: 50px;
    justify-content: center;
}

.consult-icons .icons-grid-desc{
    height: 100%;
}

.banner{
    width: 1200px;
    margin: 0 auto 60px;
}

.banner-img{
    display: flex;
    justify-content: space-between;
    
}

.banner-img span{
    position: relative;
    float: left;
    overflow: hidden;
}

.banner-img img{
    transform: scale(1.5);
    transition: 1s all ease;
}

.banner-img.animate img{
    transform: scale(1);
}

.banner-img p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
}

.banner-title strong{
    font-size: 18px;
}

.banner-title p{
    margin: 10px 0 45px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-title p:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: #516cb0;
    margin: 0 10px 0 0;
}

.platform{
    margin-top: 40px;
    padding: 70px 0 0 35px;
    height: 528px;
    background: url(../img/pcpt-bg.png) 0 0 no-repeat;
    width:1200px;
    margin:0 auto;
    position: relative;
}

.platform strong{
    font-size: 36px;
    color:#fff
}

.platform p{
    margin-top: 15px;
    color:#fff
}

.platform-qrcode{
    position: absolute;
    right: 100px;
    top:300px;
    width: 250px;
    height: 250px;
    background-color: #fff;
    transition:1.5s all ease;
}

.platform-qrcode.animate{
    top:150px;
}

.platform-qrcode img{
    width: 80%;
    margin: 20px auto 0;
}

.platform-qrcode span{
    display: block;
    width: 80%;
    margin: 60px auto 0;
    text-align: center;
    font-size: 18px;
}

.icons {
    width: 1200px;
    margin: 40px auto 0;
}

.icons-line {
    display: flex;
}

.icons-grid {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 80px;
    margin-right: 80px;
}

.icons-grid-icon{
    opacity: 1;
}

.icons-grid-icon.animate{
    opacity: 1;
    animation: 0.5s scale ease forwards;
}

@keyframes scale{
    0%{
        transform:scale(1.2)
    }
    70%{
        transform:scale(0.8)
    }
    100%{
        transform:scale(1)
    }
}

.icons-grid-title {
    margin: 30px 0;
    font-size: 14px;
    font-weight: bold;
}

.icons-grid-desc {
    color: #858585;
    position: relative;
    height: 95px;
    overflow: hidden;
    width: 100%;
}

.icons-grid-desc:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d2d2d2;
}

.icons-grid-desc li {
    padding-right: 50px;
    line-height: 24px;
    color: #555;
}


.icons-grid-desc strong {
    display: flex;
    align-items: center;
}

.icons-grid-desc strong:before {
    margin-right: 1em;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #516cb0;
    display: inline-block;
}

.icons-grid-more{
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    border:1px solid #ddd;
    background-color: #fff;
    border-radius: 100px;
    padding: 0 10px 10px;
    line-height: 10px;
}


.icons-grid-more:hover{
    background-color: #516cb0;
    border-color: #516cb0;
    color: #fff;
}

.icons-grid:last-child {
    margin-right: 0;
}

.icons-grid:last-child .icons-grid-desc:after {
    display: none
}

.flfg{
    width: 1200px;
    margin: 100px auto 0;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content:space-between;
}

.flfg-mob{
    width: 0;
    height: 492px;
    background:  url(../img/mobtop.png) center bottom no-repeat;
    margin-left: -100%;
    transition: 1s all ease;
}

.flfg-mob.animate{
    width: 500px;
    margin-left: 0;
}

.flfg-txt{
    display: flex;
    flex-direction: column;
    margin: 220px 0 0 100px;
    position: relative;
}

.flfg-txt:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 5px;
    height: 0;
    background-color: #516cb0;
    transition: 1s all ease;
}

.flfg-txt.animate:before{
    height: 95px
}



.flfg-txt strong{
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}

.wsmb{
    width: 1200px;
    margin: 0 auto 100px;
    display: flex;
    justify-content:space-between;
}

.wsmb-mob{
    width: 0;
    height: 474px;
    background:  url(../img/mobdown.png) center bottom no-repeat;
    margin-right: -100%;
    transition: 1s all ease;
}

.wsmb-mob.animate{
    width: 500px;
    margin-right: 20px;
    width: 425px;
}

.wsmb-txt{
    display: flex;
    flex-direction: column;
    margin: 170px 0 0 50px;
    position: relative;
    text-align: right;
}

.wsmb-txt:before{
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    width: 5px;
    height: 0;
    background-color: #516cb0;
    transition: 1s all ease;
}

.wsmb-txt.animate:before{
    height: 75px
}



.wsmb-txt strong{
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}

.dxalfx{
    text-align: center;
}

.dxalfx strong{
    display: inline-block;
    font-size: 36px;
    margin: 20px 0 50px;
    position: relative;
}

.dxalfx strong:before{
    content:'';
    height: 3px;
    width: 120px;
    background-color: #516cb0;
    position: absolute;
    left:0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}

.dxalfx-wrap{
    padding: 100px 0;
    height: 700px;
    background: #313b5d url(../img/dxalfx.png) center center no-repeat;
}

.footer {
    background: #000 url(../img/footer.png) center bottom no-repeat;
    height: 426px;
    overflow: hidden;
    position: relative;
}

.footer-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.footer-rqcode {
    display: inline-block;
    margin-left: 120px;
}

.footer-rqcode span {
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 20px;
}

.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
}

.footer-btm:before {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    left: -100%;
    top: 0;
    right: -100%;
    bottom: 0;

}

.footer-btm * {
    color: #fff;
    z-index: 1;
}

.footer-btm a:hover{
    text-decoration: underline;
}