body {
    position: relative;
}

input,
select,
textarea {
    font-family: "Microsoft YaHei" !important;
    color: #676c75;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

input:-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

input::-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

input:-ms-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}


textarea::-webkit-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

textarea:-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

textarea::-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

textarea:-ms-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

label {
    line-height: 20px;
    display: inline-block;
    margin: 10px 15px 10px 0;
    color: #fff;
    font-size: 14px;
}

.radio_type {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    appearance: none;
    position: relative;
    margin-right: 10px;
}

.radio_type:before {
    content: '';
    width: 20px;
    height: 20px;
    /*border: 1px solid #7f91a9;*/
    background: #f8f9fa;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    /*border: 1px solid #7f91a9;*/
    background: #f8f9fa;
    display: inline-block;
    /*border-radius: 0;*/
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 6px;
    height: 3px;
    border-radius: 3px;
    border: 2px solid #d3d5d9;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.radio_type:checked+label {
    color: #fff;
}

.wrap {
    width: 1280px;
    margin: 0 auto;
}

.header {
   position: fixed;
    height: 88px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.logo {
    float: left;
    padding-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo span{
    font-size: 25px;
    color: #fff;
    padding: 0 0 0 10px;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    border-left: 2px solid #f2f2f2;
    opacity: 0.9;
    font-family: 华文行楷;
}
.menu {
    width: 545px;
    float: right;
    font-size: 15px;
    margin-top: 25px;
}

.menu li {
    display: inline-block;
    float: left;

}

.menu .menuItem {
    color: #fff;
    border-radius: 10px;
    width: 103px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}


.menu li:hover .menuItem {
    color: #fff;
    font-weight: bold;
}

.menu .on .menuItem,
.menu .on:hover .menuItem {

    background: #fff;
    border-radius: 10px;
    font-size: 15px;
    color: #010101;
}

.menu .has .navLayer {
    display: none;
    position: relative;
}

.menu .has .menuItem:hover {
    background: url(../images/whiteTrangle.png) 85px center no-repeat;

}

/*.menu .has .navMask,*/
.menu .has .navBox {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*.menu .has:nth-child(2) .navMask,
.menu .has:nth-child(2) .navBox {
    height: 140px;
}

.menu .has:nth-child(3) .navMask,
.menu .has:nth-child(3) .navBox {
    height: 110px;
}*/

/*.menu .has .navMask {
    border-radius: 10px;
    background: #424981;
    opacity: .5;
    z-index: 1;
}*/

.menu .has .navBox {
    z-index: 2;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    background: url(../images/menuMask.png);
    background-size: cover;
}

.menu .has .navBox a {
display: inline-block;
    margin: 5px 10px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;

}

.menu .has .navBox a:last-child {
    border-bottom: none;
}

.menu .has:hover .navLayer {
    display: block;
}

.block1 .wrap {
    width: 1170px;
}

.block1 {
    background: url(../images/banner.png) center top no-repeat, linear-gradient(120deg, #7956ec, #2fb9f8);
    width: 100%;
    height: 720px;
    position: relative;
}

.bannerWord {
    padding-top: 140px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bannerWord .wordsBox {
    width: 575px;

}

.playIcon {
    position: absolute;
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
}

.bannerWord .wordsBox p {
    color: #fff;
    /*width: 690px;*/
}

.bannerWord .wordsBox p:first-child {
    font-size: 48px;
    padding-bottom: 50px;
}

.bannerWord .wordsBox p:nth-child(2) {
    font-size: 30px;
    line-height: 50px;
    padding: 0 0 50px 0;
}

.btnWrap {
    width: 425px;
    height: 425px;
}

.btnWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btnWrap li {
    position: relative;
}


.btnWrap li .btnMask,
.btnWrap li a {
    position: absolute;
    top: 0;
    left: 0;
}

.btnWrap li a {
    display: block;

    text-align: center;
    z-index:2;


}

.btnWrap li,
.btnWrap li .btnMask,
.btnWrap li a {
    width: 200px;
    height: 200px;
}

.btnWrap li .btnMask {
    background: #fff;
    opacity: .1;
    z-index: 1;
    border-radius: 10px;
}

.btnWrap li a img {
    display: inline-block;
    margin: 50px 0 15px 0;
}

.btnWrap li a p {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

/*.btnWrap a:first-child {
    background: linear-gradient(120deg, #ff8e64, #ffe641);
    margin-right: 20px;
    color: #fff;
}

.btnWrap a:nth-child(2) {
    background: #fff;
    color: #000;
}*/
.Advantages {
    background: #424981;
}

.AdvantagesWrap {
    /*border-radius: 10px;
    box-shadow: 40px 40px 80px #202127;
    box-shadow: 4px 4px 80px rgba(32, 33, 39, 0.2);
    position: absolute;
    left: 50%;
    top: 640px;
    transform: translateX(-50%);*/

    width: 1170px;
    height: 1614px;

}

.AdvantagesWrap .title {
    padding: 145px 0 0 0;

    color: #fff;
    text-align: center;
}

.AdvantagesWrap .title p:first-child {
    font-size: 48px;
    font-weight: bold;

}

.AdvantagesWrap .title p:last-child {
    font-size: 30px;
    padding-top: 20px;
    font-family: "Arial";

}

.AdvantagesList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1040px;
    margin: 150px auto 0 auto;
}

.AdvantagesList li,
.AdvantagesList .con,
.AdvantagesList .AdvantagesMask {
    width: 300px;
    height: 260px;
}

.AdvantagesList li {
    position: relative;
    margin-bottom: 50px;
}

.AdvantagesList .con,
.AdvantagesList .AdvantagesMask {

    position: absolute;
    top: 0;
    left: 0;
}

.AdvantagesList .AdvantagesMask {
    background: #fff;
    opacity: .1;
    border-radius: 10px;
}

.AdvantagesList .con img {
    display: inline-block;
    margin: 45px auto 30px auto;
}

.AdvantagesList .con {
    text-align: center;
    color: #fff;
}

.AdvantagesList .con p {
    color: #d9dbe5;
    line-height: 40px;
    width: 190px;
    margin: 0 auto;
    font-size: 24px;
}

.advantagesImg {
    position: relative;
    right: -260px;
    bottom: 340px;
}

.innovate{
    background: #fff;
}

.innovate .title {
    text-align: center;
}

.innovate .title p:first-child {
    font-size: 48px;
    color: #282b31;
    font-weight: bold;
    padding-top: 145px;
}

.innovate .title p:last-child {
    font-size: 16px;
    color: #676c75;
    padding-top: 20px;
}

.innovateList {
    margin: 125px auto;
    width: 1171px;
}

.innovateList li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}



.innovateList li .imgLeft {
    width: 586px;
    height: 323px;
    position: relative;
    border: 20px solid #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 80px rgba(32, 33, 39, 0.2);
    overflow:hidden;
}

.innovateList li .imgLeft .mask {
    width: 586px;
    height: 111px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.innovateList li .imgLeft img{
    width:586px;
}
.innovateList li .imgLeft .vedioPlay {
    background: url(../images/vedioPlay.png) 0 0 no-repeat;
    width: 111px;
    height: 111px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;

}

.innovateList li .imgRight {
    width: 490px;
    padding-top: 35px;
}

.innovateList li .imgRight h4 {
    font-size: 24px;
    font-weight: bold;
    color: #282b31;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.innovateList li .imgRight p {
    font-size: 16px;
    line-height: 36px;
    color: #676c75;
    margin: 45px 0;
    text-align: justify;

}

.innovateList li .imgRight .watch {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 16px;
    background: linear-gradient(120deg, #735eed, #33b4f7);
    border-radius: 25px;
    color: #fff;
    font-style: normal;
}
.innovateList li:nth-child(even) .watch {
    float: right;

}
.moreWrap {
    background: url(../images/moreBg.png) center center no-repeat;
    background-size: 100% auto;
    
    width: 100%;
    
}
.moreWrap .wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 234px;
    width:1171px;
}
.moreWrap .wrap h4{
    height:90px;
    width:450px;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.moreWrap .wrap h4 p {
    color: #fff;
}

.moreWrap .wrap h4 p:first-child {
    font-size: 35px;
    
}

.moreWrap .wrap h4 p:last-child {
    font-size: 16px;
    font-family: "Century Gothic,Arial";
    font-weight: normal;
}

.moreWrap .more {
    margin: 0 183px 0 0;
    width: 170px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border-radius: 10px;
    background: linear-gradient(120deg, #ff8e64, #ffc94d);
    color: #fff;

}
/**案例**/
.anli{
    background: #f8f9fa;
}
.anli .title {
    text-align: center;
}

.anli .title p {
    font-size: 48px;
    color: #282b31;
    font-weight: bold;
    padding-top: 145px;
}



.anliList {
    margin: 125px auto;
    width: 1171px;
    background: #fff;
        border-radius: 10px;
    box-shadow: 4px 4px 80px rgba(32, 33, 39, 0.2);
}

.anliList li {
    display: flex;
    justify-content: space-between;
}

.anliList li:nth-child(even) .watch {
    float: right;

}

.anliList li .imgLeft {
    width: 586px;
}
.anliList li .imgLeft img{
    width:586px;
}


.anliList li .imgLeft .vedioPlay2 {
    background: url(../images/vedioPlay2.png) 0 0 no-repeat;
    width: 586px;
    height: 110px;
    background-size:586px auto;

}

.anliList li .imgRight {
    width: 606px;
    height:430px;
    display:flex;
    justify-content: center;
    align-items:center;
}

.anliList li .imgRight h4 {
    font-size: 24px;
    font-weight: bold;
    color: #282b31;
    width: 390px;
    text-align: center;
    margin-bottom:30px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;

}

.anliList li .imgRight p {
    font-size: 16px;
    line-height: 36px;
    color: #676c75;
    width: 390px;
    text-align: center;

}







.footer {
    background: url(../images/footerBg.jpg) center top no-repeat;
    background-size: cover;
}

.footer a:hover {
    text-decoration: underline;
}

.sitemap {
    padding: 50px 0 50px 50px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #fff;

}

.sitemap .s1,
.sitemap .s2,
.sitemap .s3 {
    width: 33.3%;
}

.sitemap .s1 a,
.sitemap .s2 b,
.sitemap .s3 b {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.sitemap .s2 a,
.sitemap .s3 p {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.sitemap .s3 p a {
    color: #fff;
    text-decoration: underline;
}

.wxBox {
    padding: 66px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.wxBox .w {
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.wxBox .w p {
    margin-top: 20px;
}

.wxBox .w img {
    width: 100px;
    height: 100px;
}

.rights {
    color: #fff;
    font-size: 14px;
    padding: 55px 0;
    text-align: center;
}
.rights a{
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}
.fixed {
    width: 160px;
    height: 215px;
    background: linear-gradient(120deg, #735eed, #33b4f7);
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    border-radius: 10px;
    padding: 20px 0 0 0;
}

.fixed a {
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    width: 74px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    position: relative;
    color: #fff;
}

.fixed a:last-child {
    border-bottom: none;
}

.fixed a img {
    position: absolute;
    left: -30px;
    top: 6px;
}

/**others**/
.anliImgWrap .opacityWrap2 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;

}

.anliImgWrap .opacityWrap2 .anliItem {
    color: #03a4c4;
}

.banner2 {
    background: url(../images/banner2.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.process2 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.formWrap .opacityWrap2 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.fixed2 {
    background: linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}


.anliImgWrap .opacityWrap3 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;

}

.anliImgWrap .opacityWrap3 .anliItem {
    color: #f43f72;
}

.banner3 {
    background: url(../images/banner3.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;
}

.process3 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;
}

.formWrap .opacityWrap3 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;
}

.fixed3 {
    background: linear-gradient(120deg, #f54971, #feb267) !important;
}

.opacityWrap3 .anliItem {
    background-size: cover;
    width: 142px;
    height: 116px;
    line-height: 114px;

}

.opacityWrap3 .anliItem i {
    left: 4px;
}

.anliImgWrap .opacityWrap4 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;

}

.anliImgWrap .opacityWrap4 .anliItem {
    color: #523eb7;
}

.banner4 {
    background: url(../images/banner4.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.process4 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.formWrap .opacityWrap4 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.fixed4 {
    background: linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.opacityWrap4 .anliItem,
.opacityWrap6 .anliItem {
    background-size: cover;
    width: 142px;
    height: 116px;
    line-height: 114px;

}

.opacityWrap4 .anliItem i,
.opacityWrap6 .anliItem i {
    left: 4px;
}


.anliImgWrap .opacityWrap5 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;

}

.anliImgWrap .opacityWrap5 .anliItem {
    color: #18afb9;
}

.banner5 {
    background: url(../images/banner5.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.process5 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.formWrap .opacityWrap5 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.fixed5 {
    background: linear-gradient(120deg, #16c8d4, #3147d9) !important;
}


.anliImgWrap .opacityWrap6 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;

}

.anliImgWrap .opacityWrap6 .anliItem {
    color: #332db7;
}

.banner6 {
    background: url(../images/banner6.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;
}

.process6 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;
}

.formWrap .opacityWrap6 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;
}

.fixed6 {
    background: linear-gradient(120deg, #332db7, #fb995e) !important;
}
.fixed1 {
    background: linear-gradient(120deg, #735eed, #33b4f7);
}